/*--master css--*/
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'Poppins';
}

img {
    margin: 0px auto;
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

.comnmarpad {
    margin: 0px;
    padding: 40px 0px;
    width: 100%;
    position: relative;
}

.headtext {
    font-size: 2.37rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0995a5;
    text-align: center;
}

/*--header--*/
header {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 0px 10px 1px #f0f0f0;
    background: #ffffff;
}

.headsect {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo {
    margin: 0px;
    padding: 0;
    width: auto;
    display: flex;
}

.logo img {
    width: 110px;
    margin: 0px;
}

nav {
    margin: 0px;
    padding: 0px;
    width: calc(100% /1.4);
    display: block;
    position: relative;
    z-index: 999;
    text-align: right;
}

nav ul {
    display: block;
    width: 100%;
}

nav ul li {
    display: inline-block;
    margin: 0px 20px;
    line-height: 60px;
    position: relative;
}

.dropdown ul {
    width: 250px;
    text-align: left;
    display: none;
    left: 0px;
    right: 0px;
    background: #fff;
    box-shadow: #07070721 0px 20px 20px 0px;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #e9e8e8;
    position: absolute;
    top: 100%;
    z-index: 9;
    transition: 0.3s all linear;
}

ul .dropdown:hover>ul {
    display: block !important;
    transition: 0.3s all linear;
}

.dropdown ul li {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    padding: 5px 5px;
    display: block;
    width: 100%;
    margin: 0px 0px 2px;
    height: unset;
    transition: all 0.5s linear 0s;
    text-align: left;
    line-height: 23px;
    border-bottom: 2px #ebebeb dotted;
}


nav ul li a {
    line-height: unset;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
}

nav ul li li a {
    font-size: 13px;
}

.connect-sect {
    margin: 0px auto;
    padding: 0px;
    width: max-content;
    display: block;
}

.connect-sect button {
    background: #0995a5;
    border: unset;
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 50px;
    margin: 0px auto;
    display: inline-block;
    letter-spacing: 0.3px;
}

.connect-sect button a {
    color: #fff;
}

.nav-toggle {
    position: relative;
    margin: 0px;
    width: 40px;
    height: 45px;
    padding: 5px 7px;
    float: right;
    border-radius: 4px;
    top: 4px;
    border: 1px solid rgba(23, 16, 70, 0.12);
    display: none;
}

.nav-toggle div {
    width: 100%;
    height: 3px;
    background: rgb(23, 16, 70);
    margin: 6px auto;
    transition: all 0.3s ease 0s;
    text-align: right;
    border-radius: 10px;
    font-size: large;
}

.nav-toggle .two {
    width: 100%;
    margin-right: 0px;
}

.nav-toggle .three {
    width: 100%;
    margin-right: 0px;
}

/*--banner-slider--*/
.banner-slider {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.bannslid-box {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 600px;
    overflow: hidden;
}

.slid-img {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.slid-img img {
    object-fit: contain;
    object-position: top;
}

.slid-text {
    position: absolute;
    top: 35%;
    text-align: center;
    width: calc(100% / 1.6);
    margin: 0px auto;
    padding: 0px;
    z-index: 3;
    display: block;
    right: 0;
    left: 0;
}

.slid-text h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.slid-text h2 {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.slid-text p {
    color: #fff;
    font-size: 20px;
    font-size: 16px;
}

.banner-slider .owl-nav {
    position: absolute;
    top: 35%;
    margin: 0px;
    padding: 0px 20px;
    color: #fff;
    font-size: 6rem;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: none;
}

/*--about us--*/
.aboutus {
    padding-top: 50px;
}

.about-text {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.about-text h3 {
    text-align: left;
    margin-bottom: 15px;
}

.about-text h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-text p {
    line-height: 27px;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}

.about-text ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px 50px;
    padding-left: 1rem;
}

.about-text ul li {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px #f3f3f3 dotted;
    margin: 0px 0px 20px;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}

.about-text ul li span {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0px;
    padding: 0px;
}

/*--our-services--*/
.our-services {
    background: #e2eeff;
}

.our-services .row {
    display: flex;
    justify-content: center;
}

.service-box {
    margin: 0px auto;
    padding: 0px 0px 30px;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #f4f9ff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px #e8e8e8;
    text-align: center;
    position: relative;
    transition: 0.3s all linear;
}

.service-box:hover {
    transition: 0.3s all linear;
    transform: scale(1.1);
}

.service-box span {
    width: 100%;
    display: block;
    margin: 0px auto 10px;
    padding: 0px;
}

.service-box span img {
    border-radius: 10px;
}

.our-services .row .col-md-4 {
    margin-bottom: 30px;
}

.service-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #3c9c42;
    margin-bottom: 10px;
    padding: 0px 20px;
}

.service-box p {
    margin: 0px 0px 30px;
    padding: 0px 20px;
}

.service-box a {
    background: #3b54a6;
    color: #fff;
    margin: 0px auto;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    gap: 0px 10px;
}

.service-box a span {
    font-size: 17px;
    width: 25px;
    height: 25px;
    line-height: 16px;
    margin: 0px;
    padding: 5px;
    background: #fff;
    color: #3b54a6;
    border-radius: 50%;
}

.why-choose {
    background: #e2eeff;
}

.whychoose-box {
    margin: 0px auto;
    padding: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #f1f7ff;
    border-radius: 10px;
    background: #fff;
    /* text-align: center; */
}

.why-choose .row .col-md-4 {
    margin-bottom: 30px;
}

.why-choose .row {
    justify-content: center;
}

.whychoose-box span {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    display: block;
    margin: 0px 0px 18px;
    transition: 0.3s all linear;
}

.whychoose-box span:hover {
    transition: 0.3s all linear;
    transform: scale(1.1);
}

.whychoose-box h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.whychoose-box p {
    text-align: justify;
    text-align-last: center;
    font-size: 14px;
    line-height: 25px;
}

/*--Map--*/
.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 450px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 450px;
}

.gmap_iframe {
    width: 100% !important;
    height: 450px !important;
}

/*--footer--*/
footer {
    margin: 0px;
    padding: 30px 0px;
    width: 100%;
    position: relative;
    background: #000000;
}

.foot-logo {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.foot-logo img {
    width: 150px;
    margin: 0px 0px 15px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
}

.foot-logo p {
    color: #fff;
    margin-bottom: 15px;
}

.foot-logo h4 {
    color: #0995a5;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.foot-logo ul {
    display: block;
    width: 100%;
}

.foot-logo ul li {
    display: inline-block;
    margin: 0px 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
}

.foot-logo ul li a {
    color: #222;
}

.foot-logo ul li:nth-child(1) a {
    color: #0862f7;
}

.foot-logo ul li:nth-child(2) a {
    color: #f60965;
}

.foot-logo ul li:nth-child(4) a {
    color: #ff0404;
}

.foot-list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.foot-list h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0995a5;
    margin-bottom: 20px;
}

.foot-list ul {
    display: block;
    width: 100%;
    padding-left: 2rem;
}

.foot-list ul li {
    line-height: 30px;
    list-style: disc;
    color: #fff;
}

.foot-list ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.foot-contact {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.foot-contact h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0995a5;
    margin-bottom: 20px;
}

.foot-contact ul {
    display: block;
    width: 100%;
}

.foot-contact ul li {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}

.foot-contact ul li b {
    color: #3c9c42;
}

.foot-contact ul li a {
    color: #fff;
}

.foot-contact ul li a p {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0px;
}

/*--copyright--*/
.copyright {
    background: #3b54a6;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    display: block;
    position: relative;
}

.copyright p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.3px;
    padding: 15px 0px;
}

/*contact form--*/
.connect-form {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.connect-form form {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.connect-form form .form-group {
    margin: 0px 0px 20px;
    padding: 0px;
    width: 100%;
}

.connect-form form .form-group label {
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0px 8px;
    padding: 0px;
}

.connect-form form .form-group .form-control {
    margin: 0px;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 1px #f0f0f0;
}

.connect-form form .btn-connect {
    background: #3b54a6;
    color: #fff;
    border: unset;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 14px 60px;
    border-radius: 8px;
}

/*--banner--*/
.banner {
    margin: 0px;
    padding: 20px 0px;
    width: 100%;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0px 6px 17px -4px #e0e0e0;
}

.bannerimg {
    padding: 0px;
    width: 100%;
    display: block;
}

.bannerimg img {
    width: 400px;
}

.banner-text {
    margin: 0px;
    padding: 100px 0px;
    width: 100%;
    position: relative;
}

.banner-text h1 {
    color: #3b54a6;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-text p {
    font-size: 16px;
    font-weight: 500;
}

/*--our vision--*/
.vision-text {
    background: #3b54a6;
    margin: 0px;
    padding: 30px 30px 50px;
    width: 100%;
    position: relative;
    height: 100%;
}

.vision-text h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 7px;
}

.vision-text h3:after {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 80px;
    height: 3px;
    bottom: 0;
    left: 0;
    border-radius: 20px;
}

.vision-text p {
    color: #fff;
}

.vision-img {
    margin: 0px;
    padding: 0px 0px 13px;
    width: 100%;
    display: block;
    background: #dedede;
}

.vision-img img {
    width: 100%;
    height: 340px;
    object-fit: contain;
}

/*--whatsapp-chat-widget--*/
.whatsapp-chat-widget {
    margin: 0px;
    padding: 0px;
    position: fixed;
    bottom: 60px;
    right: -9px;
    text-align: right;
    width: 100%;
    z-index: 999;
    display: none;
}

.chatwidget-list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    z-index: 999;
}

.chatwidget-list ul {
    width: 100%;
    display: block;
}

.chatwidget-list ul li {
    line-height: 34px;
    margin-bottom: 15px;
    display: block;
}

.chatwidget-list ul li a {
    background: #40679d;
    color: #fff;
    padding: 10px;
    margin: 0px;
    border-radius: 50%;
    font-size: 25px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
}

.chatwidget-list ul li:nth-child(2) a {
    background: #3fbf51;
    font-size: 35px;
    padding: 8px;
}

/*--request-quote--*/
.request-quote {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    position: relative;
    z-index: 9;
    border-radius: 10px;
    margin-top: -150px;
}

.request-form {
    margin: 0px;
    padding: 30px;
    display: block;
    background: #0995a5;
    border-radius: 8px;
}

.request-form h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.request-form form {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.request-form form .form-group {
    display: inline-block;
    width: calc(98% /4);
    margin: 0px auto 20px;
    padding: 0px 15px;
}

.request-form form .form-group label {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}

.request-form form .form-group .form-control {
    margin: 0px;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #000;
    box-shadow: unset;
}

.request-form form .form-group .form-control::placeholder {
    color: #000;
}

.message-box {
    width: 100% !important;
}

.request-form form .btn {
    padding: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    border: unset;
    margin: 0px;
    color: #0995a5;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 26px;
}

.authkey-m-d {
    display: none;
}


/*--customers think about--*/
.custothink {
    background: #e2eeff;
}

.custothinkbox {
    margin: 0px;
    padding: 31px;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(213, 215, 219);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
}

.custothinkbox .cusdetail {
    display: flex;
    margin: 0px 0px 10px;
    padding: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-content: center;
}

.custothinkbox .cusdetail span {
    margin: 0;
    padding: 0;
    width: 35px;
    position: relative;
}

.custothinkbox .cusdetail span img {
    width: 100%;
    margin: 0px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.custothinkbox .cusdetail span h4 {
    font-size: 16px;
    font-weight: 600;
}

.custothinkbox .cusdetail span h5 {
    font-size: 14px;
    font-weight: 500;
    color: #3C3C43;
}

.custothinkbox .cusdetail ul {
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.custothinkbox .cusdetail ul li {
    display: inline-block;
    font-size: 11px;
    color: #ffc107;
    margin: 0;
    padding: 0;
}


.custothinkbox .cusdetail .textare {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.custothinkbox .cusdetail .textare h4 {
    font-size: 11px;
    margin: 0px 0px 5px;
    padding: 0;
    text-align: left;
    color: #000;
}

.custothinkbox .cusdetail .textare h5 {
    font-size: 8px;
    margin: 0;
    padding: 0;
    color: #686767;
}

.custothinkbox p {
    font-size: 10px;
    line-height: 20px;
}

.custothink .owl-carousel.owl-theme.custothinkabout .owl-item.active.center {
    width: 450px !important;
    transform: scale(1.4);
}

.custothink .owl-carousel .owl-stage,
.custothink .owl-carousel .owl-stage .item {
    display: flex;
    align-items: stretch;
    height: 100%;
    cursor: pointer !important;
}

.custothink .owl-item.active {
    filter: blur(0.9px);
    z-index: auto;
    position: relative;
    transform: 0.5s all linear;
}

.custothink .owl-item.active.center {
    filter: unset;
    transform: scale(1.2);
    z-index: 99;
    position: relative;
    transform: 0.5s all linear;
}

.custothink .owl-carousel.custothinkabout.owl-theme .owl-stage {
    background: unset;
    position: relative;
    margin: 50px 0px;
}

.bannslid-box .slid-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    content: '';
    z-index: 1;
    opacity: 0.4;
}

.logo a {
    position: absolute;
    top: 10px;
    z-index: 2;
    background: #ffffff;
    border-radius: 100%;
    padding: 5px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-img {
    position: sticky;
    top: 100px;
}

/* Loader Styles */
#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--Get the premier services--*/
.pre-services {
    background: #e2eeff;
}

.preserv-text p {
    margin-bottom: 10px;
}

.preserv-img {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}

.preserv-img img {
    border-radius: 20px;
}

/*--Why should you hire us--*/
.hireus {
    background: url(../images/hire-us.webp);
    background-position: bottom;
    background-size: contain;
}

.hireus p {
    margin-bottom: 80px;
    color: #000;
}

.hireus-box {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #ececec;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #e9e9e9;
    margin: 0px;
    padding: 15px;
    background: #ffffff7d;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
}

.hireus-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 50px 0px 10px;
    line-height: 22px;
}

.hireus-box p {
    line-height: 20px;
    margin-bottom: 0px !important;
    text-align: justify;
    text-align-last: center;
}

.hireus-box span {
    width: 100px;
    height: 100px;
    border: 2px solid #7a99ff;
    background: #eff3ff;
    margin: 0px auto 20px;
    padding: 0px;
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hireus-box span img {
    width: 60px;
}

/*--Blog--*/
.blog {
    /* background: #e2eeff; */
}

.blog-box {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #bbd6fc;
    border-radius: 10px;
}

.blog-img {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.blog-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px !important;
}

.blog-text {
    margin: 0px;
    padding: 20px;
    width: 100%;
}

.blog-text span {
    font-size: 14px;
    font-weight: 600;
}

.blog-text h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-text p {
    line-height: 22px;
    margin-bottom: 10px;
}

.blog-text p b {
    font-style: italic;
}

.blog-text a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0px 15px;
}

.blog-text a span {
    background: #3b54a6;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    border-radius: 50px;
}

/*---- Prices Plan ---*/
.pricboxsec {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgb(213, 215, 219);
    overflow: hidden;
    box-shadow: 5px 5px 10px #f1f1f1;
    width: 100%;
    height: 100%;
}

.pricessec {
    padding: 20px 0px 50px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.pricessec .row {
    display: flex;
    justify-content: center;
}

.pricessec h3 {
    margin: 40px 0px;
}

.pricboxsec .bgcolor,
.pricboxsec .pricessec,
.pricboxsec .listsec {
    padding: 20px 20px;
    margin: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top, center !important;
    background-blend-mode: lighten;
    font-family: 'Poppins';
}

.pricboxsec .bgcolor h2 {
    font-size: 18px;
    margin: 0px 0px 5px;
    padding: 0;
    display: inline-block;
    color: #007a33;
    font-weight: 700;
    font-family: 'Poppins';
}

.pricboxsec .bgcolor p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #3d3d3d;
}

.pricboxsec .pricessec h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}

.pricboxsec .pricessec span.butnsec {
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    border-radius: 50px;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 1px solid rgb(213, 215, 219);
    transition: 0.3s all linear;
}

.pricboxsec .pricessec span.butnsec:hover {
    transition: 0.3s all linear;
    background: radial-gradient(circle, rgba(102, 135, 242, 1) 0%, rgba(78, 119, 252, 1) 51%, rgba(59, 84, 166, 1) 100%);
    color: #fff;
    transform: scale(1.04);
    border: 1px solid #4e77fc;
}

.pricboxsec .pricessec h3 span {
    width: auto;
    background: unset;
    padding: 0;
    text-align: left;
    border-radius: unset;
    color: #605d5d;
    font-weight: 400;
    font-size: 13px;
}

.pricboxsec .listsec li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.pricboxsec .listsec li span {
    color: #489e64;
}

.pricboxsec .pricessec h3 b {
    font-size: 30px;
    font-weight: 700;
    margin-right: 5px;
    color: #3b54a6;
}

.pricessec .col-md-4:first-child .bgcolor {
    background: url(../images/squed.jpg), linear-gradient(90deg, rgba(248, 228, 226, 1) 0%, rgba(254, 252, 251, 1) 50%, rgba(248, 228, 226, 1) 100%);
}

.pricessec .col-md-4:nth-child(2) .bgcolor {
    background: url("../images/dot.webp"), linear-gradient(90deg, rgba(221, 229, 254, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(223, 228, 252, 1) 100%);

}

.pricessec .col-md-4:last-child .bgcolor {
    background: url("../images/squired.webp"), linear-gradient(90deg, rgba(226, 243, 251, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(230, 245, 251, 1) 100%);

}

.pricboxsec .pricessec p {
    font-size: 12px;
    line-height: 20px;
    color: #525252;
    margin-bottom: 30px;
}

.pricboxsec .listsec li b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
}

.pricboxsec .listsec h5 {
    font-size: 16px;
    color: #373737;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricboxsec .listsec ul {
    margin: 20px 0px;
}

.pricboxsec .listsec li b sup {
    margin: 0;
    padding: 0;
    top: 0;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #373737;
    line-height: 15px;
}

.pricboxsec .listsec p {
    color: #000;
    line-height: 22px;
}

/*--FAQ--*/

.accordion-button:not(.collapsed) {
    background: #2c49a8;
    color: #fff;
}

.accordion-item button:not(.collapsed)::after {
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: var(--minbnt);
    display: inline-block;
    padding: 5px;
    color: #000000;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(192deg) brightness(105%) contrast(101%);
}

.accordion-item button::after {
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: var(--minbnt);
    display: inline-block;
    padding: 5px;
    color: #000000;
}

.accordion-item button::after,
.accordion-item button:not(.collapsed)::after {
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-item.feauturedsec {
    border: unset;
}

.freasque .accordion {
    margin-top: 5px;
}

.freasquebox {
    margin: 0px;
    padding: 0px;
    position: relative;
}


.freasque .accordion-button {
    margin: 0px;
    padding: 0px;
    border-radius: 15px;
    overflow: hidden;
}

.freasquebox h2 {
    line-height: unset;
    margin: 0px 0px 20px;
    padding: 0px;
    border-radius: 15px;
    overflow: hidden;
    background: unset;
    box-shadow: rgb(215, 215, 215) 2px 3px 10px;
}

.freasquebox h2 .accordion-button {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    overflow: hidden;
    transform: unset;
    border-radius: 15px !important;
}

.freasquebox ul li {
    list-style: disc;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.homeabout {
    background: #e2eeff;
}

/*--Book Now Form--*/
.book-now {
    width: calc(100% - 25%);
    height: 100%;
    margin: 0px auto;
    padding: 50px 0px;
}

.booknow-form {
    width: 100%;
    height: 100%;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ededed;
    margin: 0px;
    padding: 30px;
}

.booknow-form form {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.booknow-form form .form-group {
    width: calc(98% / 2);
    display: inline-block;
    margin: 0px auto 20px;
    padding: 0px 10px;
}

label {
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 8px;
}

.form-control {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0px;
    padding: 12px 15px;
    border: 1px solid #ededed;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px #ededed;
}

.booknow-form .btn {
    background: #3b54a6;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 10px 40px;
}

/*--Step-by-Step Floor Deep Cleaning Process--*/
.proces-step h3 {
    margin-bottom: 80px;
}


/*--Types Of Pest Control Services--*/

.pestcont-box {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #f3f3f3;
    border-radius: 20px;
    overflow: hidden;
}

.pest-control .col-md-3 {
    margin-bottom: 30px;
}

.pestcont-box span {
    margin: 0px auto 20px;
    padding: 0px;
    display: block;
    width: 100%;
}

.pestcont-box h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pestcont-box span img {
    width: 100%;
    height: 150px;
}

.pestcont-box p {
    text-align: justify;
    text-align-last: center;
    line-height: 22px;
    margin-bottom: 20px;
}

.pestcont-box a {
    background: #0995a5;
    color: #fff;
    margin: 0px auto;
    padding: 6px 20px;
    display: block;
    width: max-content;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 6px;
}

.pestcont-text {
    margin: 0px;
    padding: 0px 15px 20px;
}