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

/* 
font-family: "Outfit", sans-serif;
*/

/* width */
::-webkit-scrollbar {
    width: 10px;
    background-color: #000;

    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
    border-radius: 10px;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #65993c;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
button {
    display: inline-block;
}

button:focus {
    outline: none;
    box-shadow: none;
}

select {
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

/************************** Header css **************************/
header {
    position: absolute;
    width: 100%;
}


header a.navbar-brand img {
    width: 230px;
}

header .navbar-nav a.nav-link {
    color: #fff !important;
    font-family: 'Outfit';
    font-size: 18px;
    font-weight: 500;
}

header ul.navbar-nav {
    column-gap: 10px;
}

header div#navbarNav {
    justify-content: end;
    column-gap: 30px;
}

.heade_btn_main a {
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Outfit';
    font-weight: 400;
    transition: 0.8s;
}

.heade_btn_main a:hover {
    background: #fff;
    color: #89b445;
}

/************************** Header css end **************************/

.banner_main_section {
    background-image: url(../images/bannerbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 780px;
    padding: 200px 0;
}

.bnnr_main_content_box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #FFFFFF21;
    padding: 6px 10px;
    display: inline;
    border-radius: 10px;
    font-family: "Outfit", sans-serif;
}

.bnnr_main_content_box h1 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px !important;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    font-family: 'Outfit';
}

.bnnr_main_content_box p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px !important;
    font-family: 'Outfit';
    font-weight: 500;
}

.bnnr_main_btn_box {
    display: flex;
    align-items: center;
    margin-bottom: 40px !important;
    justify-content: space-between;
}

.bnnr_main_btn_box a {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 18px;
    border-radius: 26px;
    padding: 10px 24px;
    display: inline-block;
    transition: all 0.4s;
    font-family: 'Outfit';
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

.bnnr_main_btn_box a:hover {
    color: #65993C;
}

.bnnr_main_btn_box a:hover:after {
    width: 100% !important;
}

.bnnr_main_btn_box a:after {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.bnnr_btn_imnr_txt {
    display: flex;
    column-gap: 30px;
    text-align: center;
}

.bnnr_btn_imnr_txt h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Outfit';
    display: flex;
    justify-content: center;
}

.bnnr_btn_imnr_txt span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Outfit';
    color: #fff;
}

.bnnnr_cont_inner_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.why_choose_section {
    padding: 100px 0;
}

.about_content_box h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    font-family: "Outfit", sans-serif;
    color: #000;
    text-transform: capitalize;
}

.about_content_box p {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #010101;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Outfit';
    font-weight: 500;
}

.about_content_box ul li {
    background: #F4F4F4 !important;
    border: 1px solid #0101011C !important;
    color: #010101;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 20px !important;
    margin-bottom: 20px;
    border-radius: 16px;
    font-family: 'Outfit';
}

.about_content_box {
    padding-left: 30px;
}

.about_content_box .bnnr_main_btn_box a {
    color: #65993C;
    border-color: #65993C;
}

.about_content_box .bnnr_main_btn_box a:hover {
    color: #fff !important;
}

.about_content_box .bnnr_main_btn_box a:hover:after {
    background-color: #65993C;
}

.about_content_box ul li i {
    color: #65993C;
    margin-right: 20px;
}

.process_section_main .container {
    background-image: url(../images/process1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 50px;
}

section.process_section_main .bnnr_main_content_box {
    text-align: center !important;
    padding-bottom: 50px;
}

section.process_section_main .bnnr_main_content_box h1 {
    margin-bottom: 20px !important;
}

.process_box_main_contnt {
    text-align: center;
}

.process_box_main_contnt h4 {
    margin-top: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'Outfit';
}

.process_box_main_contnt p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Outfit';
    font-weight: 500;
}

section.our_project_section_main {
    padding: 100px 0 0;
}

.our_project_section_main .bnnr_main_content_box {
    text-align: center !important;
    padding-bottom: 50px;
}

.our_project_section_main .bnnr_main_content_box h4 {
    color: #65993C;
    background: #92F24721;
}

.our_project_section_main .bnnr_main_content_box h1 {
    margin-bottom: 20px !important;
    color: #000;
}

.our_project_section_main .bnnr_main_content_box p {
    color: #000;
}

section.pricing_section_main {
    padding: 100px 0;
}

section.pricing_section_main .bnnr_main_content_box {
    text-align: center;
}

section.pricing_section_main .bnnr_main_content_box h4 {
    color: #65993C;
    background: #92F24721;
}

section.pricing_section_main .bnnr_main_content_box h1 {
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px !important;
}

section.pricing_section_main .bnnr_main_content_box p {
    color: #000;
}

.pricing_section_main .nav-tabs .nav-link {
    font-size: 20px;
    font-family: 'Outfit';
    font-weight: 500;
    color: #444444;
    border: unset;
    padding: 5px 0;
}

.pricing_section_main .nav-tabs .nav-link.active,
.pricing_section_main .nav-tabs .nav-item.show .nav-link {
    color: #65993C;
    background-color: transparent;
    border-bottom: 4px solid #65993C !important;
}

.pricing_section_main .nav-tabs {
    border-bottom: unset;
    justify-content: center !important;
    display: flex;
    gap: 30px;
}

.packaeg_main_box {
    border: 2px solid #65993C;
    padding: 30px 40px;
    padding-top: 40px !important;
    border-radius: 20px;
    position: relative;
    width: 345px;
    transition: .5s;
    margin-top: 50px;
}

.packaeg_main_box h3 {
    color: #65993C;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 48px;
    font-family: 'Outfit';
}

.packaeg_main_box h5 {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    font-family: 'Outfit';
}

.packaeg_main_box h5 span {
    color: #c7c7c7 !important;
    font-size: 35px;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: line-through;
}

.packaeg_main_box p {
    color: #000;
    font-size: 14px !important;
    font-family: 'Outfit';
    font-weight: 600;
}

.packaeg_main_box ul {
    margin-top: 20px;
    display: block !important;
    padding-left: 30px;
    margin-bottom: 30px;
    max-height: 180px;
    overflow: hidden;
    overflow-y: scroll;
}

.packaeg_main_box ul li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Outfit';
}

.packaeg_main_box ul li:after {
    content: "";
    background-image: url(../images/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 5px;
    width: 20px;
    height: 15px;
}

.packaeg_main_box .bnnr_main_btn_box a {
    border: 1px solid #65993C;
    width: 100%;
    background: #65993C;
    color: #fff;
    margin-right: 0px;
    text-align: center;
}

.packaeg_main_box .bnnr_main_btn_box {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 0px !important;
}

.packaeg_main_box .bnnr_main_btn_box a:hover:after {
    background-color: #000;
}

.best_seller_bapge {
    background-image: url(../images/bestselelr.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    right: -1px;
    top: 10px;
    padding: 8px 15px 8px 30px;
    font-family: 'Outfit';
}

.testimonial_section_main {
    background-image: url(../images/testibg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0;
}

.testimonial_section_main .container-fluid {
    padding-left: 100px !important;
}

.testimonial_slr_maincontent {
    background: #fff;
    border-radius: 12px !important;
    padding: 40px 20px !important;
    height: 395px !important;
    position: relative;
    width: 98% !important;
}

.testi_iacon_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testi_iacon_box i {
    color: #65993c;
    font-size: 18px;
}

.testimonial_slr_maincontent p {
    font-size: 16px;
    font-family: 'Outfit';
    color: #333;
    font-weight: 400;
}

.testi_profile_box {
    display: flex;
    align-items: center;
    column-gap: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.testi_profile_box h4 {
    font-size: 18px;
    font-family: 'Outfit';
    color: #65993c;
    font-weight: 500;
}

.testi_profile_box p {
    font-size: 14px;
    font-weight: 500;
}

.testi_profile_box img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50px;
}

section.foot_cta_section {
    padding: 80px 0;
}

.foot_cta_section .container {
    background-image: url(../images/text-container.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding: 60px 40px;
    display: flex;
    align-items: flex-end;
    border-radius: 30px;
}

section.foot_cta_section .bnnr_main_btn_box {
    margin-bottom: 0 !important;
}

footer {
    background: #F4F4F4;
    padding-top: 70px;
    padding-bottom: 20px;
}

.foot_ancor_link h4 {
    color: #65993C;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Outfit';
}

.foot_ancor_link ul li a {
    color: #000;
    font-size: 16px;
    margin-bottom: 6px;
    font-family: 'Outfit';
    font-weight: 500;
}

.foot_ancor_link ul {
    padding-bottom: 30px;
}

.btomimg img:nth-child(2) {
    width: 190px !important;
}

.btomimg img:last-child {
    width: 271px !important;
}

.btomimg img {
    width: 170px !important;
    border-radius: 10px;
}

.btomimg {
    display: flex;
    column-gap: 20px;
    justify-content: flex-end;
}

div#portfolio_slidr_main img {
    border-radius: 20px;
}

div#portfolio_slidr_main .protfolio_img_inner_text_main {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    width: 90%;
    padding: 25px 20px;
    border-radius: 20px;
}

div#portfolio_slidr_main a {
    position: relative;
    margin-bottom: 20px;
}

div#portfolio_slidr_main .protfolio_img_inner_text_main h4 {
    color: #65993C;
    font-size: 20px;
    font-family: 'Outfit';
    font-weight: 400;
}

div#portfolio_slidr_main .protfolio_img_inner_text_main p {
    font-size: 20px;
    font-family: 'Outfit';
    color: #000;
    font-weight: 600;
}

#exampleModal .modal-dialog {
    max-width: 55%;
}

.pop_main_box {
    display: flex;
}

.popsid {
    width: 30%;
}

.popsid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

#exampleModal .modal-body {
    padding: 0;
}

#exampleModal .modal-content {
    border-radius: 26px;
}

.pop_form_main form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 15px;
}

.pop_form_main .inner_ladel {
    width: 49%;
}

.pop_form_main form input::placeholder {
    color: #000;
}

.pop_form_main form textarea::placeholder {
    color: #000;
}

.pop_form_main form input {
    width: 100%;
    border: none;
    border-radius: 30px;
    padding: 12px 20px;
    color: #000;
    font-family: 'Outfit';
    font-size: 16px;
}

.pop_form_main {
    width: 70%;
    padding: 20px 40px 20px;
    background-image: url(../images/modalbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #689139;
    border-radius: 0px 20px 20px 0px;
}

.pop_form_main form label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Outfit';
    letter-spacing: 1px;
}

.btn_form {
    width: 25%;
    padding: 10px 0 20px;
}

.btn_form input {
    padding: 12px 40px !important;
    font-size: 18px !important;
    font-weight: 600;
    background: #fff !important;
}

.pop_form_main form label span {
    color: red;
}

.pop_form_main form textarea {
    border: none;
    border-radius: 15px;
    padding: 12px 20px;
    color: #000;
    height: 96px;
}

.pop_form_main h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Outfit';
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

#exampleModal .modal-header {
    position: absolute;
    right: 0;
    z-index: 1;
    border: oldlace;
}

#exampleModal .modal-header button {
    background-color: #fff;
    opacity: 1;
    border-radius: 50px;
    padding: 10px !important;
}

.btompara p {
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 500;
}


section#privacy_bnr {
    height: auto;
}

section#privacy_bnr .bnnr_main_content_box h1 {
    font-size: 55px;
    text-align: center;
}

section.privacymain_section h3 {
    color: #69993b;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Outfit';
}

section.privacymain_section p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'Outfit';
    font-weight: 500;
}

section.privacymain_section ul {
    margin-left: 20px;
    display: inline-block !important;
    margin-bottom: 20px;
}

section.privacymain_section ul li {
    display: list-item !important;
    list-style: disc !important;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Outfit';
}

section.privacymain_section ul li a {
    color: #69993b;
}

section.privacymain_section {
    padding: 50px 0;
}


.bts-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #272146e6;
    /* opacity:0; */
    /* visibility:hidden; */
    -webkit-transition: opacity .3s, visibility 0s .3s;
    -moz-transition: opacity .3s, visibility 0s .3s;
    transition: opacity .3s, visibility 0s .3s;
    z-index: 0;
    display: none;
}

.bts-popup.is-visible {
    /* opacity:1; */
    /* visibility:visible; */
    -webkit-transition: opacity .3s, visibility;
    -moz-transition: opacity .3s, visibility;
    /* transition:opacity .3s,visibility; */
    z-index: 9999
}

.bts-popup-container .indOfferWrap {
    max-width: 400px;
    width: 100%
}

.bts-popup-container .formHead {
    line-height: 1;
    margin: 21px 0 12px
}

.bts-popup-container .formHead .indText {
    font-family: Rajdhani;
    font-weight: 700;
    color: #fd000e;
    font-size: 35px;
    text-transform: Uppercase;
    padding: 0
}

.blinking {
    animation: 1.7s infinite blinkingText
}

.bts-popup-container input {
    outline: 0
}

.bts-popup.is-visible input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    color: #5e8d3f
}

.bts-popup.is-visible textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
    resize: none
}

.bts-popup-container .leftFlag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    display: none
}

.bts-popup-container {
    position: relative;
    width: 100%;
    max-width: 396px;
    max-height: 485px;
    height: 100%;
    margin: 4em auto;
    background: #5e8d3f;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden
}

.bts-popup-container p {
    color: #fff;
    padding: 10px 40px
}

.bts-popup-container a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.bts-popup-container .bts-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px
}

.bts-popup-container .bts-popup-close::after, .bts-popup-container .bts-popup-close::before {
    content: '';
    position: absolute;
    top: 13px;
    width: 28px;
    height: 5px;
    background-color: #fff;
}


.bts-popup-container .bts-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px
}

.bts-popup-container .bts-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -2px;
    top: 13px;
}

.is-visible .bts-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.indOfferWrap .form-group {
    margin-bottom: 1em;
    padding: 0 18px
}

@keyframes blinkingText {

    0%,
    60% {
        color: #fff
    }

    100%,
    30% {
        color: #f90303
    }
}
.bts-popup.is-visible input
 {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    color: #5e8d3f;
}
.hide-coustomer {
    background: linear-gradient(90deg, #fff 0, #fff 100%);
    border: none;
    font-family: Rajdhani;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}
/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    header div#navbarNav {
        column-gap: 15px;
    }

    .bnnr_main_content_box h1 {
        margin-bottom: 20px !important;
        font-size: 32px;
        line-height: 42px;
    }

    .bnnr_main_content_box p {
        font-size: 16px;
    }

    .bnnr_btn_imnr_txt h3 {
        font-size: 30px;
    }

    .bnnr_btn_imnr_txt {
        column-gap: 20px;
    }

    .bnnnr_cont_inner_img img {
        width: 130px;
    }

    .banner_main_section {
        height: auto;
        padding: 200px 0 100px;
    }

    .packaeg_main_box {
        padding: 30px 30px;
        width: 100%;
    }

    div#test_bg_sdimg img {
        width: 100%;
    }

    .testimonial_section_main .container-fluid {
        padding-right: 12px !important;
    }

    #exampleModal .modal-dialog {
        max-width: 80%;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


    header .navbar-nav a.nav-link {
        color: #fff !important;
        font-family: 'Outfit';
        font-size: 16px;
        font-weight: 500;
    }

    header div#navbarNav {
        column-gap: 10px;
    }

    header ul.navbar-nav {
        column-gap: 4px;
    }

    .heade_btn_main a {
        padding: 8px 10px;
        font-size: 16px;
    }

    .banner_main_section {
        height: auto;
        padding: 200px 0 50px;
    }

    .bnnr_main_content_box h1 {
        margin-bottom: 15px !important;
        font-size: 22px;
        font-weight: 500;
        line-height: 25px;
    }

    .bnnr_main_content_box p {
        font-size: 14px;
        margin-bottom: 20px !important;
        font-weight: 400;
    }

    .bnnr_btn_imnr_txt h3 {
        font-size: 20px;
    }

    .bnnr_main_btn_box {
        row-gap: 20px;
    }

    .bnnr_btn_imnr_txt {
        column-gap: 12px;
    }

    .bnnr_main_btn_box a {
        font-size: 16px;
        padding: 5px 18px;
    }


    .bnnnr_cont_inner_img img {
        width: 120px;
    }

    .bnnnr_cont_inner_img {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    section.why_choose_section {
        padding: 50px 0;
    }

    .about_content_box {
        padding-left: 0;
    }

    .about_content_box h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .about_content_box p {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .about_content_box ul li {
        font-size: 16px;
        padding: 10px 15px !important;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    section.why_choose_section .row {
        margin-bottom: 50px !important;
    }

    section.why_choose_section .row:last-child {
        margin-bottom: 0 !important;
    }

    .process_section_main .row:last-child {
        row-gap: 20px;
    }

    .process_box_main_contnt h4 {
        font-size: 18px;
    }

    .process_box_main_contnt p {
        font-size: 15px;
        font-weight: 400;
    }

    div#portfolio_slidr_main .protfolio_img_inner_text_main {
        bottom: 10px;
        left: 10px;
        padding: 15px 15px;
    }

    div#portfolio_slidr_main .protfolio_img_inner_text_main p {
        font-size: 15px;
    }

    .packaeg_main_box {
        width: 100%;
        padding: 30px 20px;
    }

    .packaeg_main_box h3 {
        font-size: 24px;
    }

    .packaeg_main_box ul li {
        font-size: 14px;
    }

    .packaeg_main_box h5 {
        font-size: 28px;
    }

    .packaeg_main_box h5 span {
        font-size: 28px;
    }


    .testimonial_section_main .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    div#test_bg_sdimg img {
        width: 100%;
    }

    .testimonial_section_main {
        padding: 50px 0 50px;
    }

    .testimonial_slr_maincontent p {
        font-size: 14px;
    }

    .testimonial_slr_maincontent {
        padding: 25px 20px !important;
        height: 350px !important;
    }

    .foot_cta_section .container {
        background-position: center;
        height: 400px;
    }

    .btompara p {
        font-size: 15px;
    }

    .btomimg {
        column-gap: 10px;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .btomimg img {
        width: 145px !important;
    }

    .btomimg img:nth-child(2) {
        width: 170px !important;
    }

    .foot_ancor_link ul li a {
        font-size: 14px;
    }

    #exampleModal .modal-dialog {
        max-width: 98%;
    }

    .pop_form_main form {
        column-gap: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header ul.navbar-nav {
        flex-direction: row;
        justify-content: space-around;
    }

    .navbar-light .navbar-toggler {
        border-color: rgb(255 255 255);
    }

    span.navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7467%) hue-rotate(281deg) brightness(96%) contrast(103%);
    }

    header div#navbarNav {
        background: #000000;
        border-radius: 10px;
        padding: 10px 10px;
        z-index: 9;
    }

    .banner_main_section {
        height: auto;
        padding: 200px 0 50px;
    }

    .bnnr_main_content_box h1 {
        margin-bottom: 15px !important;
        font-size: 22px;
        font-weight: 500;
        line-height: 25px;
    }

    .bnnr_main_content_box p {
        font-size: 14px;
        margin-bottom: 20px !important;
        font-weight: 400;
    }

    .bnnr_btn_imnr_txt h3 {
        font-size: 20px;
    }

    .bnnr_main_btn_box {
        margin-bottom: 25px !important;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .bnnr_main_btn_box a {
        font-size: 16px;
        padding: 5px 18px;
    }

    section.banner_main_section img {
        margin-top: 0 !important;
    }

    .bnnnr_cont_inner_img img {
        width: 120px;
    }

    .bnnnr_cont_inner_img {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    section.why_choose_section {
        padding: 50px 0;
    }

    .about_content_box {
        padding-left: 0;
    }

    .about_content_box h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .about_content_box p {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .about_content_box ul li {
        font-size: 16px;
        padding: 10px 15px !important;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    section.why_choose_section .row {
        margin-bottom: 50px !important;
    }

    section.why_choose_section .row:last-child {
        margin-bottom: 0 !important;
    }

    .process_section_main .row:last-child {
        row-gap: 20px;
    }

    .process_box_main_contnt p {
        font-size: 15px;
        font-weight: 400;
    }

    div#portfolio_slidr_main .protfolio_img_inner_text_main {
        bottom: 10px;
        left: 10px;
        padding: 15px 15px;
    }

    div#portfolio_slidr_main .protfolio_img_inner_text_main p {
        font-size: 15px;
    }

    .packaeg_main_box {
        width: 100%;
        padding: 30px 25px;
    }

    .packaeg_main_box ul li {
        font-size: 14px;
    }

    .testimonial_section_main .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    div#test_bg_sdimg img {
        width: 100%;
    }

    .testimonial_section_main {
        padding: 50px 0 50px;
    }

    .testimonial_slr_maincontent p {
        font-size: 14px;
    }

    .testimonial_slr_maincontent {
        padding: 25px 20px !important;
        height: 350px !important;
    }

    .foot_cta_section .container {
        background-position: center;
        height: 400px;
    }

    .btompara p {
        font-size: 15px;
    }

    .btomimg {
        column-gap: 10px;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .btomimg img {
        width: 145px !important;
    }

    .btomimg img:nth-child(2) {
        width: 170px !important;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .navbar-light .navbar-toggler {
        border-color: rgb(255 255 255);
    }

    span.navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7467%) hue-rotate(281deg) brightness(96%) contrast(103%);
    }

    header div#navbarNav {
        background: #000000;
        border-radius: 10px;
        padding: 10px 10px;
    }

    .banner_main_section {
        height: auto;
        padding: 150px 0 60px;
    }

    .bnnr_main_content_box {
        text-align: center;
    }

    .bnnr_main_content_box h1 {
        margin-bottom: 20px !important;
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
    }

    .bnnr_main_content_box p {
        font-size: 16px;
    }

    .bnnr_main_btn_box {
        flex-direction: column;
        row-gap: 15px;
    }

    section.banner_main_section img {
        margin: 0 !important;
    }

    .bnnnr_cont_inner_img {
        justify-content: space-around;
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .bnnnr_cont_inner_img img {
        width: 150px;
    }

    .about_content_box {
        padding-left: 0px;
        padding-top: 25px;
        text-align: center;
    }


    .about_content_box h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .about_content_box ul li {
        text-align: left;
    }

    section.why_choose_section .row {
        margin-bottom: 50px !important;
    }

    section.why_choose_section {
        padding: 100px 0 0px;
    }

    section.process_section_main .bnnr_main_content_box {
        padding-bottom: 16px;
    }

    .process_section_main .container {
        padding: 50px 12px;
    }

    .process_box_main_contnt {
        padding-top: 20px;
    }

    .packaeg_main_box {
        padding: 30px 20px;
        width: 100%;
    }

    .testimonial_section_main .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div#test_bg_sdimg {
        display: none;
    }

    .testimonial_section_main {
        padding: 50px 0 50px;
    }

    .foot_cta_section .container {
        height: auto;
        padding: 20px 22px 50px;
        border-radius: 18px;
    }

    footer {
        padding-top: 30px;
    }

    .footer_logo {
        padding-bottom: 20px;
    }

    .btompara p {
        font-size: 15px;
    }

    .btomimg {
        column-gap: 5px;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 14px;
    }

    .btomimg img {
        width: 30% !important;
    }

    .btomimg img:nth-child(2) {
        width: 35% !important;
    }

    .btomimg img:last-child {
        width: 50% !important;
    }

    section#privacy_bnr .bnnr_main_content_box h1 {
        font-size: 35px;
    }

    section.privacymain_section h3 {
        font-size: 25px;
    }

    .popsid {
        display: none;
    }

    #exampleModal .modal-dialog {
        max-width: 100%;
    }

    .pop_form_main {
        width: 100%;
        padding: 40px 20px 20px;
    }

    .pop_form_main .inner_ladel {
        width: 100%;
    }

    .btn_form {
        width: 100%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .navbar-light .navbar-toggler {
        border-color: rgb(255 255 255);
    }

    span.navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7467%) hue-rotate(281deg) brightness(96%) contrast(103%);
    }

    header div#navbarNav {
        background: #000000;
        border-radius: 10px;
        padding: 10px 10px;
    }

    .banner_main_section {
        height: auto;
        padding: 150px 0 60px;
    }

    .bnnr_main_content_box {
        text-align: center;
    }

    .bnnr_main_content_box h1 {
        margin-bottom: 20px !important;
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
    }

    .bnnr_main_content_box p {
        font-size: 16px;
    }

    .bnnr_main_btn_box {
        flex-direction: column;
        row-gap: 15px;
    }

    section.banner_main_section img {
        margin: 0 !important;
    }

    .bnnnr_cont_inner_img {
        justify-content: space-around;
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .bnnnr_cont_inner_img img {
        width: 150px;
    }

    .about_content_box {
        padding-left: 0px;
        padding-top: 25px;
        text-align: center;
    }


    .about_content_box h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .about_content_box ul li {
        text-align: left;
    }

    section.why_choose_section .row {
        margin-bottom: 50px !important;
    }

    section.why_choose_section {
        padding: 100px 0 0px;
    }

    section.process_section_main .bnnr_main_content_box {
        padding-bottom: 16px;
    }

    .process_section_main .container {
        padding: 50px 12px;
    }

    .process_box_main_contnt {
        padding-top: 20px;
    }

    .packaeg_main_box {
        padding: 30px 20px;
    }

    .testimonial_section_main .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div#test_bg_sdimg {
        display: none;
    }

    .testimonial_section_main {
        padding: 50px 0 50px;
    }

    .foot_cta_section .container {
        height: auto;
        padding: 20px 22px 50px;
        border-radius: 18px;
    }

    footer {
        padding-top: 30px;
    }

    .footer_logo {
        padding-bottom: 20px;
    }

    .btompara p {
        font-size: 15px;
    }

    .btomimg {
        column-gap: 5px;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 14px;
    }

    .btomimg img {
        width: 38% !important;
    }

    .btomimg img:last-child {
        width: 60% !important;
    }

    .btomimg img:nth-child(2) {
        width: 45% !important;
    }

    section#privacy_bnr .bnnr_main_content_box h1 {
        font-size: 35px;
    }

    section.privacymain_section h3 {
        font-size: 25px;
    }

    .popsid {
        display: none;
    }

    #exampleModal .modal-dialog {
        max-width: 100%;
    }

    .pop_form_main {
        width: 100%;
        padding: 40px 20px 20px;
    }

    .pop_form_main .inner_ladel {
        width: 100%;
    }

    .btn_form {
        width: 100%;
    }
}
.bnnr_main_btn_box a i {
    margin-left: 6px;
}