body {
    line-height: 1.7em;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: poppins;
    color: #222222;
}

nav {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: sticky !important;
    top: 0 !important;
    z-index: 99 !important;
    border-bottom: 1px solid #004b93;
}

.collapse {
    justify-content: right;
}

.nav-link {
    font-weight: 500;
    margin-right: 36px;
    color: #3a3a3a;
}

.nav-glob {
    padding: 5px 70px;
}

.glob-lr {
    padding: 30px 70px;
}

.right-align {
    text-align: right;
    justify-content: end;
}

.req-btn:hover {
    background-color: white;
    border: 1px solid #004b93;
    color: #004b93;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 10px;
}

.req-btn {
    background-color: #004b93;
    border: 1px solid#004b93;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 10px;
}

hr {
    color: #c27012;
    margin: 0px 50px;
}

/* ------------------------ /navbar--------------------------- */

/* ------------------------------------------------ */
.glob-lr {
    padding: 40px 60px;
}

.vc_custom_heading {
    margin-bottom: 0px !important;
}

.sub-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #000000;
    font-family: sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 0px;
}

.sec-title {
    font-size: 28px;
    font-weight: 500;
    font-family: sans-serif;
    color: #000081;
    margin-bottom: 11px;
    text-transform: capitalize;
}

.p-text {
    font-size: 1.1em;
    line-height: 1.8;
    color: #535353;
    font-family: sans-serif;
}

/* ------------------------------------------------ */
.title-pro {
    font-size: 28px;
    font-family: sans-serif;
    font-weight: 500;
    color: #000081;
    margin-bottom: 11px;
    text-transform: capitalize;
    margin: 30px;
}

.title-pro::before {
    content: "";
    width: 50px;
    height: 5px;
    display: inline-block;
    background: #f41b22;
    margin: 8px 10px;
}

.title-pro::after {
    content: "";
    width: 50px;
    height: 5px;
    display: inline-block;
    background: #f41b22;
    margin: 8px 10px;
}

.read-btn {
    background-color: #000081;
    padding: 6px 10px;
    border-radius: 6px;
    border: none;
    font-size: 13px;
    color: white;
}

/* ------------------------------------------------ */


/* ------------------------------------------------ */
iframe {
    border-radius: 8px;
}

.box {
    box-shadow: 1px 1px 12px 1px #dbdbdb;
    border-radius: 6px;
    padding: 20px;
}

.quality-title {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.mb-qlt {
    margin-bottom: 8px;
}

.right-line {
    border-right: 1px solid #e2e2e2;
}

.right-line img {
    margin-bottom: 10px;
}

/* ------------------------------------------------ */


/* ------------------------------------------------ */
.pro-product {
    display: flex;
    box-shadow: 1px 1px 12px 1px #dbdbdb;
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    padding: 15px;
}

.text-pr {
    padding-left: 15px;
}

.why-points {
    padding: 0px;
}

.why-points li {
    list-style: none;
    line-height: 1.8;
    font-family: sans-serif;
}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
.yob {
    margin: 20px 0px 50px 0px;
}

.yob img {
    background-color: #d3d9e9;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
}

.mb-bottom {
    margin-bottom: 30px;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
.pa-img {
    padding: 20px;
}

.pa-img img {
    border-radius: 4px;
}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    text-decoration: none;
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0px;
    outline: none;
    cursor: pointer;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #37517e;
    transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
    color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

.section-bg {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
.testimonials-wrap {
    padding: 40px 0;
}

.heading-section {
    text-align: center;
}

.sub-heading {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e56a1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}

.fa-quote-left,
.fa-quote-left-alt {
    --fa: "\f10d";
    color: #2e56a1;
}

.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

.carousel-testimonial .item {
    padding: 30px 10px;
}

.text {
    padding-left: 10px;
}

.quote {
    position: absolute;
    top: 2px;
    color: #2e9da1;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.position {
    color: #adadad;
    font-size: 14px;
}

.carousel-testimonial .owl-nav {
    text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

/* ------------------------------------------------ */

/* ------------------------------------------------ */

/* ---------------------footer----------------------- */
.f-add {
    font-size: 15px;
}

.f-links {
    font-size: 15px;
}

.f-links a {
    font-size: 16px;
    font-family: sans-serif;
    text-decoration: none;
    color: rgb(0 0 0);
}

#bottom-footer {
    font-size: .9rem;
    text-decoration: none;
}

#bottom-footer a {
    color: white;
    text-decoration: none;
}

/* ------------------------------------------------ */
.copyright {
    padding: 10px 0px;
    background-color: #173c81 !important;
    color: white;
    font-size: 14px;
}

/* ---------------------footer----------------------- */
.callIcon {
    position: fixed;
    left: 1%;
    bottom: 6%;
    z-index: 999999;
    width: 50px;
}

.whatsapp {
    position: fixed;
    left: 1%;
    bottom: 15%;
    z-index: 999999;
    width: 50px;
}

/* ------------------------------------------------ */



/* ------------------------------------------------ */
.abt-top-last {
    margin: 35px 0px;
}

/* ------------------contact------------------ */
.con-box {
    border-left: 1px solid purple;
    padding-left: 30px;
}

.contact-detail {
    box-shadow: 1px 1px 12px 1px #dadada;
    border-radius: 6px;
    padding: 30px;
}

.contact-info ul li {
    list-style: none;
    margin-bottom: 10px;
}

.contact-info ul {
    padding-left: 0;
}

/* --------------- sign ------------------- */
.sign-lr {
    padding: 3% 15%;
}

.form-title {
    color: #1caed1;
    margin-bottom: 20px;
}

.form-m {
    margin-bottom: 20px;
}

.sign-box {
    background-color: white;
    box-shadow: 1px 1px 12px 1px #d4d4d4;
    border-radius: 8px;
    padding: 20px;
}

.sign-form label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sn h6 {
    text-align: center;
    color: #1caed1;
    font-size: 17px;
    padding: 8px;
}

.sign-form img {
    margin-right: 4px;
}

.sign-form input {
    width: 90%;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.left-space {
    padding-left: 10px;
}

.sign-form select {
    width: 90%;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 8px 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

.sign-form textarea {
    width: 90%;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 8px 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

.sign-btn {
    margin-top: 8px;
    background-color: #a72a2a;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.sign-form p {
    font-size: 15px;
    margin: 10px 0px;
}

.sign-form a {
    text-decoration: underline;
}

::placeholder {
    font-size: 14px;
}

.cu-bs {
    justify-content: space-evenly;
    margin-bottom: 10px;
}

.cu-bs label {
    font-size: 18px;
    font-weight: 500;
}

.cu-top {
    padding-top: 3px;
}

/* --------------- sign ------------------- */

/* ------------------contact------------------ */

/* ------------------------------------------------ */
.benfit-point {
    padding-left: 6px;
}
.benfit-point b{
    font-weight: 600;
}

.benfit-point li {
    list-style: none;
    line-height: 1.7;
    font-size: 16px;
}

.powder-service{
    box-shadow: 1px 1px 12px 1px #dfdfdf;
    border-radius: 6px;
    height: 100%;
    padding: 10px;
}
.powder-service img{
    margin-bottom: 10px;
}

.title-why {
    font-size: 18px;
}
/* ------------------------------------------------ */