@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(/assets/fonts/Roboto-Regular.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(/assets/fonts/Roboto-Medium.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(/assets/fonts/Roboto-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(/assets/fonts/Roboto-Bold.ttf);
    font-weight: 600;
}

body {
    font-family: 'Roboto', sans-serif;
}

.lr-spacing {
    padding-left: 7vw;
    padding-right: 7vw;
}

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.primary-btn {
    background: #00b63c;
    color: #fff;
    padding: 8px 14px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    border: 1px solid #00b63c;
}

.primary-btn:hover {
    background-color: #fff;
    border: 1px solid #00b63c;
    color: #00b63c;
    text-decoration: none;
}

.btn-success {
    color: #fff;
    background-color: #00b63c;
    border-color: #00b63c;
    border: 1px solid #00b63c;
}

button.btn.btn-success:hover {
    background-color: #fff;
    color: #00b63c !important;
    border: 1px solid #00b63c !important;
}

.contact-number a:hover {
    background-color: #fff;
    border: 1px solid #00b63c;
    color: #4ab42c;
    text-decoration: none !important;
}

.primary-btn:focus {
    outline: none;
}

.secondary-btn {
    padding: 8px 14px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
}

.secondary-btn:hover {
    text-decoration: none;
    color: #fff !important;
    border: 1px solid #fff;
    background-color: #00b63c;

}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    font-weight: 600;
}

p,
a,
li,
span,
ul,
div,
button {
    font-size: 16px;
    font-weight: 400;
}

.header-section .navbar-brand {
    width: 15%;
}

.header-section .navbar-brand img {
    width: 170px;
}

.header-section .navbar-collapse {
    width: 85%;
}

.header-section .navbar-collapse .navbar-nav {
    width: 80%;
    justify-content: center;
}

.header-section .navbar-collapse .contact-number {
    width: 20%;
    justify-content: end;
}
.nav-item .nav-link.active:after {
    content: '';
    width: 50%;
    display: block;
    height: 2px;
    background: #00b63c;
}



.contact-number a {
    background: #4AB42C;
    color: #fff;
    padding: 8px 14px;
    border-radius: 5px;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
    content: '';
    width: 50%;
    display: block;
    height: 2px;
    background: #00b63c;
}

.banner .carousel-item {
    background: #000;
}

.banner {
    height: 95vh;
}

.banner .carousel-item img {
    height: 95vh;
    width: 100%;
    object-fit: cover;
    opacity: .5;
}

.banner-content-mains {
    position: absolute;
    top: 40%;
}

.banner-content {
    color: #fff;
}

.banner-btns {
    display: flex;
    margin-top: 30px;
}

.banner-btns .primary-btn {
    margin-right: 25px;
}

.aboutus-section {
    background: #EBF2F5;
}

.aboutus-row {
    align-items: center;
}

.aboutus-img-colinner {
    display: flex;
    justify-content: end;
}

.sub-heading {
    width: fit-content;
}

.sub-heading:after {
    content: '';
    width: 50%;
    display: block;
    height: 2px;
    background: #00b63c;
}

.aboutus-content-colinner ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.aboutus-content-colinner ul li {
    padding: 0 15px;
    margin-bottom: 15px;
}

.aboutus-content-colinner ul li:nth-child(1),
.aboutus-content-colinner ul li:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
}

.aboutus-content-colinner ul p {
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.aboutus-content-colinner ul p .fa-check {
    background: #4AB42C33;
    width: 25px;
    height: 25px;
    color: #4AB42C;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    font-size: 12px;
    padding-top: 2px;
}

.aboutus-img-colinner img {
    width: 450px;
}

/* Home Page CSS starts */
hr.hrLine {
    float: left;
    border: 1px solid #00b63c;
    width: 90%;
    margin: 0 15px;
}

.whatWeDo-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.card {
    border: none !important;
    margin: 0;
    box-shadow: none;
    width: 33%;
    padding: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.card img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.button-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.button {
    margin: 5px;
    padding: 5px 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.whattitle {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0px;
    color: #00033F;
    background-color: #fff;
    position: relative;
    padding: 10px 15px;
    box-shadow: 0 4px 10px 0 #00000026;
    border-radius: 5px;
    margin: 15px 0;
}

.card .content {
    margin: -57px 0px 16px 0px;
    padding: 13px 25px;
    text-align: center;
}

.cardContent {
    border: 1px solid gray;
    border-radius: 10px;
    height: 400px;
}

/* why us CSS Starts */
.whyUsMain {
    background-color: #EBF2F5;
}

.whyUsBgImage {
    background-image: url('/assets/images/image3.png');
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.downloadPriceBtn {
    margin-top: 41%;
}

.downloadPriceBtn img {
    margin-right: 15px;
}

.downloadPriceBtn a {
    color: #00033F;
    font-weight: bold;
    text-decoration: underline;
}

.whyUsContent {
    border-radius: 10px;
    padding: 10px 10px 20px;
    width: 70%;
    background-color: #fff;
}

.whyUsTopContent h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #00033F;
}

.whyUsContent h5 {
    font-weight: 600;
    padding: 0 !important;
    font-size: 15px;
}

.whyUsContent p {
    margin: 0;
    font-size: 14px;
}

.WhyUsFirstSection {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.whyUsContent-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.whyUsContent-col .whyUsContent {
    margin: 5px 0;
}

.whyUsContent img {
    margin-right: 15px;
    width: 50px;
}

/* why Us CSS ends */

/* Our Process CSS Starts */

.cardHoverMain {
    position: relative;
    /* width: 25%; */
}

.OurProcess-container {
    padding: 0;
}

.ourProcessHeading {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.cardHoverContent {
    position: absolute;
    bottom: 0px;
    width: 91%;
    border-radius: 10px;
    height: 100%;
}

.cardHoverHeading {
    transition: .5s;
    bottom: 40px;
    position: absolute;
}

.cardHoverPara {
    position: absolute;
    opacity: 0;
    width: auto;
    height: max-content;
    bottom: 0;
    color: #fff;
}

.cardHoverHeading h2 {
    color: #fff;
    margin-left: 30px;
    font-size: 25px;
}

.cardHoverHeading h2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 305px;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    top: 0px;
    font-family: monospace;
}

.cardHoverHeading1 h2::after {
    content: "1";
}

.cardHoverHeading2 h2::after {
    content: "2";
}

.cardHoverHeading3 h2::after {
    content: "3";
}

.cardHoverHeading4 h2::after {
    content: "4";
}

.cardHoverImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.cardHoverMain:hover .cardHoverContent {
    background: linear-gradient(to top, rgb(82 193 50 / 44%), rgb(0 0 0 / 0%)), linear-gradient(to top, rgb(74 180 44 / 20%), rgba(74, 180, 44, 0)), linear-gradient(to top, rgb(74 180 44 / 0%), rgba(74, 180, 44, 0)), linear-gradient(to top, rgb(74 180 44 / 0%), rgba(74, 180, 44, 0)), linear-gradient(to top, rgb(74 180 44 / 2%), rgba(74, 180, 44, 0)), linear-gradient(to top, rgb(74 180 44 / 44%), rgba(74, 180, 44, 0));
}

.cardHoverMain:hover .cardHoverHeading {
    opacity: 0;
    transition: .5s;
}

.cardHoverMain:hover .cardHoverPara {
    opacity: 1;
    transition: .5s;
}

.horizontalLine {
    border-bottom: 2px solid #fff;
    width: 60%;
    margin-left: 10px;
}

.cardHoverPara h2 {
    margin: 0;
    font-size: 25px;
}

/* Our Process CSS ends */

/* Testimonials CSS Starts */
.testimonialsMain {
    background-color: #EBF2F5;
    padding-left: 7vw;
}

.testimonials-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.testimonialsSmallCards {
    background-color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 10px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 24px;
    height: 115px;
}

.testimonialsSmallCardsHeadings h3 {
    font-size: 30px;
    font-weight: 600;
}

.testimonialsSmallCardsHeadings h3::after {
    content: "";
}

.testimonialsSmallCardsHeadings1 h3::after {
    Content: "%";
}

.testimonialsSmallCardsHeadings3 h3::after {
    Content: "Lakh";
    font-size: 16px;
    padding-left: 10px;
}

.testimonialsSmallCardsHeadings h5 {
    font-size: 15px;
    font-weight: 600;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

.TestimonialsReviewCard {
    position: relative;
    overflow: hidden;
    /* height: 300px; */
    border: 1px solid #8B8B8B;
    border-radius: 10px;
    padding: 20px 10px;
    background-color: #fff;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.TestimonialsReviewCardMain {
    display: flex;
    justify-content: center;
    align-items: center;
}
.TestimonialsReviewCardMain .owl-carousel .owl-stage, .TestimonialsReviewCardMain .owl-carousel .owl-stage .owl-item, .TestimonialsReviewCardMain .owl-carousel .owl-stage .owl-item .item {
    display: flex;
}

/* Testimonials CSS Ends */
/* Contact us CSS Starts */

.informationSectionImage {
    /* position: relative; */
    background-image: url('./assets/images/image2.png');
    border-radius: 10px 0 0 10px;
}

.informationSection {
    padding: 30px 0;
}

.informationSection h5 {
    margin: 0;
    font-weight: 700;
}

.informationSection p {
    font-weight: 500;
}

.mainForm {
    background-color: #ebf2f5;
    padding: 20px 50px;
    border-radius: 0 10px 10px 0;
}

.phoneSection {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 10px 0px;
    border-radius: 10px;
    padding: 10px 0;
    opacity: 80%;
}

.phoneText p {
    margin: 0;
}

.phoneIcon {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 10px 20px;
    border-radius: 10px;
}

i.fa-solid.fa-phone {
    background-color: #CDCFFF;
    padding: 10px;
    border-radius: 50%;
}

.emailSection {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 10px 0px;
    border-radius: 10px;
    padding: 10px 0;
    opacity: 80%;
}

.emailIcon {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 10px 20px;
    border-radius: 10px;
}

i.fa-solid.fa-envelope {
    background-color: #CDCFFF;
    padding: 10px;
    border-radius: 50%;
}

.addressSection {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 10px 0px;
    border-radius: 10px;
    padding: 10px 0;
    opacity: 80%;
}

.addressIcon {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 10px 20px;
    border-radius: 10px;
}

i.fa-solid.fa-location-dot {
    background-color: #CDCFFF;
    padding: 10px;
    border-radius: 50%;
}

button.btn.btn-success:hover {
    background-color: #fff;
    color: green;
    border: 1px solid green;
}

.form-control {
    height: 40px;
}

.phoneText a {
    color: #000;
    text-decoration: none;
}

.phoneText a:hover {
    color: #00b63c;
    font-weight: 700;
}

textarea#message {
    padding: 8px 15px;
}

.error {
    color: red;
}

/* Contact us CSS Ends */


/* card Css Starts */

.imgSection {
    position: relative;
}

.imgSection:hover:before {
    height: 100%;
    width: 100%;
    opacity: 0;
}

.imgSection:before {
    right: 0;
    opacity: 1;
    top: 0;
}

.imgSection:before,
.imgSection:after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    transition-duration: 1.3s !important;
}

.imgSection:hover:after {
    height: 100%;
    width: 100%;
    opacity: 0;
}

.imgSection:after {
    bottom: 0;
    opacity: .7;
    left: 0;
}

/* card Css Ends */

/* Media Query Starts */
@media (min-width: 1551px) and (max-width: 1980px){
    .cardContent {
        height: 450px;
    }
}
@media (min-width: 1370px) and (max-width: 1550px){
    .cardContent {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .card {
        border: none !important;
        margin: 0;
        box-shadow: none;
        width: 48%;
        padding: 10px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .cardContent {
        height: 380px;
    }
    .aboutus-img-colinner img {
        width: 350px;
    }
    .aboutus-row {
        align-items: flex-start;
    }
    .whatWeDo-row {
        flex-direction: column;
    }
    .whatWeDoContent {
        max-width: 100%;
    }
    .whatWeDoHeadings {
        max-width: 100%;
    }
    hr.hrLine {
        display: none;
    }
    .whyUsContent {
        width: 100%;
    }
    .downloadPriceBtn a {
        font-size: 13px;
    }
    .col-md-3.cardHoverMain {
        flex: none;
        max-width: 50% !important;
        margin: 0 0 30px;
    }
    .row.testimonials-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .col-md-2.testimonialsHeadings {
        max-width: 100%;
    }
    .col-md-8.testimonialsContent {
        max-width: 100%;
    }
    .row.testimonialsContent-row .col-md-4 {
        max-width: 100% !important;
        flex: none;
    }
    .col-md-8.TestimonialsReviewCardMain {
        max-width: 100%;
    }
    .col-md-4.bg-light.informationSectionImage {
        max-width: 100% !important;
        flex: none;
    }
    .col-md-8.mainForm {
        max-width: 100% !important;
        flex: none;
    }
}

@media (min-width: 552px) and (max-width: 767px) {
    .whatWeDo-card {
        width: 49%;
    }

    .downloadPriceBtn {
        margin-top: 0;
    }

    .whyUsContent-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cardHoverContent {
        width: 94%;
        bottom: 10px;
    }

    .cardHoverMain {
        position: relative;
        width: 50%;
        margin-bottom: 0px;
        padding: 10px;
    }

    .cardContent {
        height: 380px;
    }
    .aboutus-img-colinner {
        justify-content: flex-start;
    }
    .row.whatWeDo-row {
        flex-direction: column;
    }
    .whyUsContent-col {
        align-items: flex-start;
    }
    hr.hrLine {
        display: none;
    }
    .testimonialsMain {
        padding-left: 0;
    }
    .testimonials-row {
        flex-direction: column;
    }
    .ContactUsMain {
        padding-bottom: 0;
    }
    footer#footer {
        padding: 0;
    }
}

@media (max-width: 551px) {
    .whatWeDo-card {
        width: 100%;
        padding: 10px 0;
    }
    .whatWeDo-container {
        padding: 0;
    }
    .WhyUsFirstSection {
        padding: 0;
    }
    .whyUsContent-col {
        padding: 0;
    }
    .testimonialsMain {
        padding-left: 0;
    }

    .cardHoverMain {
        margin-bottom: 20px;
        padding: 0;
    }

    .aboutus-img-col {
        display: none;
    }

    .whatWeDo-section {
        padding: 50px 0;
    }

    .whyUsContent {
        width: 100%;
    }

    .downloadPriceBtn {
        margin: 0;
        text-align: center;
    }

    .testimonialsSmallCards {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .testimonials-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: column;
    }
    footer#footer {
        padding: 0;
    }
    .ContactUsMain {
        padding-bottom: 0;
    }
    .aboutus-content-colinner ul li {
        padding-left: 0;
    }

    hr.hrLine {
        /* float: left;
        border: 1px solid #00b63c;
        width: 59%;
        margin: 0 15px;
        margin-bottom: 5px; */
        display: none;
    }

    .whatWeDo-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: column;
    }

    .cardHoverContent {
        width: 100%;
    }

    .cardContent {
        height: 380px;
    }
}

/* Media Query Ends */

/* Home Page CSS ends */

/* Product Page Css */
#product-banner {
    background: url("../images/Product-banner.webp") no-repeat;
    background-size: cover;
    height: 50vh;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-banner h2 {
    color: #fff;
    font-weight: 600;
    margin-top: 70px;
}

.product-types-wrapper .nav-tabs {
    border: none;
    margin-bottom: 30px;
}

.product-types-wrapper .nav-tabs a {
    padding: 0px 18px;
    width: fit-content;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #000;
    margin: 0 14px;
    border: 1px solid transparent;
}

.product-types-wrapper .nav-tabs a:hover {
    text-decoration: none;
    border: 1px solid #4ab42c;
    border-radius: 6px;
    color: #4ab42c;
}

.product-types-wrapper .nav-tabs a.active {
    border: 1px solid #4ab42c;
    border-radius: 6px;
    color: #4ab42c;
}

.product-types-wrapper .tab-heading h3 {
    border-bottom: 1px solid #717171;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.product-types-wrapper .card {
    width: 100%;
    padding: 10px 15px 25px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.40);
}

.product-types-wrapper .card img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #000;
}

.product-types-wrapper .card h4 {
    font-size: 18px;
    padding: 18px 0;
    margin-bottom: 0;
}

.modal-title {
    font-size: 16px;
    font-weight: 600;
}

.modal-header {
    padding-bottom: 0;
    border: none;
}

.modal-header .close span {
    font-size: 26px;
    color: #000;
    text-shadow: none !important;
    opacity: 1;
}

.modal-content .modal-body input#product_name {
    background-color: #fff;
}

button:focus {
    outline: none;
}

.form-control {
    font-size: 14px;
    color: #000;
    height: 42px;
    padding: 0 16px;
    border-color: #000;
}

.form-control:focus {
    color: #000;
    border-color: #000;
    box-shadow: none;
}

.text-area-field {
    height: auto;
}

.form-group label {
    position: absolute;
    top: 9px;
    left: 30px;
    pointer-events: none;
    margin-bottom: 0;
    -webkit-transition: all .28s ease;
    transition: all .28s ease;
}

.form-group .form-control:focus~label,
.form-group input.form-control:valid~label,
label.active,
label[for="product_name"] {
    top: -10px;
    background: #fff;
    font-size: 14px;
    padding: 0 10px;
}

.comfort-wrapper {
    background: url("../images/cta.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 25px 0;
}

/* End Product Page Css */


/* Footer Css */
#footer {
    background: url("../images/footer.webp") no-repeat;
    background-position: center;
    padding: 60px 0;
    border-top: 1px solid;
    margin-top: 50px;
}

#footer .row {
    align-items: center;
}

#footer .navbar-brand img {
    width: 240px;
    height: auto;
}

.mainFooter a {
    color: #00b63c;
    font-weight: 600;
}

#footer .social-icon img {
    width: 40px;
    height: auto;
    margin-left: 4px;
}

#footer .social-icon:hover {
    text-decoration: none;
}
.whatsapp-section {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 999;
}
.whatsapp-section .whatsapp-section-inner a {
    color: #fff;
    font-size: 26px;
    margin-top: 1px;
    background: #00d670;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
    transition: .2s ease;
}
.whatsapp-section .whatsapp-section-inner a:hover {
    background: #008e81;
}
/* End Footer Css */


/* Media Query for Footer Starts */

@media (min-width: 551px) and (max-width: 767px) {
    .lr-spacing {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mainFooter .footerLogo {
        order: 1;
        text-align: start !important;
        padding: 0;
    }

    .mainFooter .copyRights {
        order: 3;
    }

    .mainFooter .socialMedia {
        order: 2;
        text-align: start !important;
    }

    .mainFooter .col-md-4 {
        padding-bottom: 15px;
    }

    .header-section .navbar-collapse .contact-number {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .mainForm {
        padding: 20px 15px !important;
    }
}

@media (max-width: 550px) {
    .lr-spacing {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mainForm {
        padding: 20px 15px !important;
    }

    .mainFooter {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .mainFooter .footerLogo {
        order: 1;
        text-align: start !important;
        padding: 0;
    }

    .mainFooter .copyRights {
        order: 3;
    }

    .mainFooter .socialMedia {
        order: 2;
        text-align: start !important;
    }

    .mainForm h2 {
        font-size: 25px;
    }

    .mainFooter .col-md-4 {
        padding-bottom: 15px;
    }

    .header-section .navbar-collapse .contact-number {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

}