body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4F5E64;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #333;
}

a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ol,
ul,
dl {
    margin: 0;
}

/* smpm-header */
.page_topline {
    position: relative;
    background-color: #4D4D4D;
    padding-bottom: 5px;
    padding-top: 5px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
}

.top-stripe {
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1.8;

}

.top-stripe a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}

.top-stripe a:hover {
    text-decoration: none;
    color: #FDB700;
}

.welcome {
    display: inline-block;
    width: 350px;
    box-sizing: border-box;
    margin-left: 0px;
    color: white;
}

.email-link {
    display: inline-block;
    width: 270px;
    margin-left: 8px;
}

.tracking {
    display: inline-block;
    width: 230px;
    margin-left: 8px;
}

.gstin {
    width: 220px;
    box-sizing: border-box;
    margin-left: 8px;
    letter-spacing: 1.5px;
    font-weight: 700;
    background-color: #FDB700;
    border-radius: 20px;
    padding: 0px 8px;
    color: #000;
}





/* smpm-header */
.smpm-header {
    margin: 0;
    padding: 0;
    position: relative;
    /* background-color: #fff; */
}

.smpm-header-top {
    margin: 0;
    padding: 15px 0;
    position: relative;
    background-color: #FAFAFA;
}

.smpm-logo {
    margin: 0;
    float: left;
    width:30%;
}

.smpm-verified-icon {
    margin: 0;
    float: left;
}

.smpm-verified-icon ul {
    margin: 5px 0px;
    padding: 0;
    list-style: outside none none;
}

.smpm-verified-icon ul li {
    margin: 0 2px;
    width: 30%;
    padding: 5px 5px;
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    border: 1px solid #fdb700;
}

.smpm-top-links {
    padding: 10px 0;
    float: right;
    position: relative;


}

.smpm-phone-link {
    padding-right: 15px;
    border-right: 1px solid #333;
    display: inline-block;
    position: relative;
}

.smpm-phone-numbers {
    display: inline-block;
    vertical-align: middle;
}

.smpm-phone-link i {
    color: #2d5d8c;
    padding: 0;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    font-size: 30px;

}

.smpm-phone-link a {
    color: #333;
    padding: 0;
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.smpm-phone-link a:hover {
    color: #2d5d8c;
}

.smpm-request-link {
    margin: 0;
    display: inline-block;
    position: relative;
}

.smpm-request-link a {
    background-color: #2d5d8c;
    color: #fff;
    padding: 5px 20px;
    margin: 8px 0 8px 15px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}

.smpm-request-link a:hover {
    background-color: #FDB700;
    color: #000;

}


.smpm-header-bottom {
    margin: 0;
    position: relative;
    background-color: #dc3545;
}

.smpm-navbar {
    margin: 0;
    position: relative;
}

.smpm-navbar > .container {
    padding: 0;
}

.smpm-navbar-toggle {
    margin: 0 auto;
    display: none;
    padding: 10px 0;
    text-align: center;
}

.smpm-navbar-toggle > i {
    font-size: 24px;
    vertical-align: middle;
    color: #fff;
}

.smpm-navbar-toggle > i > span {
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}

.smpm-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.smpm-nav > li {
    position: relative;
    display: block;
    float: left;
}

.smpm-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    border-right: 1px solid #FDB700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.smpm-nav > li:last-child > a,
.smpm-nav > li:last-child > a:hover {
    border-right: none;
}

.smpm-nav > li > a:hover,
.smpm-nav > li > a:focus {
    text-decoration: none;
    background-color: #FDB700;
    border-right: 1px solid #FDB700;
    color: #000;
}

.smpm-nav > li > a > i {
    margin-left: 5px;
}

.smpm-nav > .smpm-dropdown {
    position: relative;
}

.smpm-nav > .smpm-dropdown > .smpm-dropdown-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding-left: 0;
    list-style: none;
    min-width: 250px;
    width: 100%;
    z-index: 1;
}

.smpm-dropdown-menu > li {
    position: relative;
    display: block;
}

.smpm-dropdown-menu > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.smpm-dropdown-menu > li > a:hover,
.smpm-dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #2d5d8c;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .smpm-navbar-nav {
        display: block !important;
    }
}

@media (max-width: 1199.98px) {
    .smpm-logo {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
    }

    .smpm-verified-icon {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
    }

    .smpm-top-links {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .smpm-top-links a {
        float: none;
    }

    .smpm-navbar-toggle {
        display: block;
    }

    .smpm-navbar-nav {
        display: none;
        max-height: 300px;
        overflow-y: scroll;
    }

    .smpm-nav > li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .smpm-nav > li:last-child {
        border-bottom: none;
    }

    .smpm-nav > li > a {
        border-right: none;
        background-color: #f5f5f5;
        color: #333;
    }

    .smpm-nav > li > a:hover {
        color: #fff;
    }

    .smpm-nav > li > a > i {
        float: right;
    }

    .smpm-nav > .smpm-dropdown > .smpm-dropdown-menu {
        position: relative;
        width: 100%;
        display: none;
        z-index: 1;
    }

    .smpm-dropdown-menu > li > a {
        padding: 10px 20px 10px 40px;
    }
}



@media (max-width: 420px) {
    .smpm-phone-link {
        padding-right: 15px;
        border-right: 1px solid #333;
        display: inline-block;
        position: relative;
    }

    .smpm-request-link a {
        margin: 10px 0 0 10px;
        display: block;
    }

    .smpm-phone-link a {

        font-size: 16px;

    }

    .follow-us .social-network {
        padding-top: 0px;
        margin-bottom: 10px;
        text-align: center;
    }


}



/* smpm-quote-form */
.smpm-quote-form {
    position: relative;
    padding: 25px 0;
    background-color: #cc9933
}

.smpm-quote-phone {
    display: inline-block;
    position: relative;
}

.smpm-quote-number {
    display: inline-block;
    vertical-align: middle;
}

.smpm-quote-phone i {
    color: #333;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    font-size: 36px;
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.smpm-quote-phone span {
    font-size: 20px;
    font-weight: 500;
}

.smpm-quote-phone a {
    color: #258f44;
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.smpm-quote-form-field {
    padding: 5px 15px;
}

.smpm-quote-form button {
    background-color: #258f44;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.smpm-quote-form button:hover {
    background-color: #258f44;
    color: #fff;
}

/* smpm-overview */
.smpm-overview {
    margin: 0;
   padding: 0px 0px 40px 0px;
    position: relative;
    background-color: #fff;
}

.smpm-overview-content {
   padding: 50px 25px 25px 0px;
    max-width: 768px;
}

.smpm-overview-content h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.smpm-overview-content p {
    font-size: 15px;
    font-weight: 400;
    color: #4F5E64;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.smpm-overview-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.smpm-overview-content p {
    font-size: 15px;
    font-weight: 400;
    color: #4F5E64;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.overview-btn a {
    background-color: #2d5d8c;
    color: #fff;
    padding: 5px 20px;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}

.overview-btn a:hover {
    background-color: #FDB700;
    color: #000;
}

.smpm-overview-content p:last-child {
    margin-bottom: 0;
}

.smpm-cta .smpm-request-form {
    padding: 30px 20px;
    background-color: #2d5d8c;
    border-radius: 10px;
}

.smpm-cta .smpm-request-form h2 {
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.smpm-cta .smpm-request-form button {
    color: #fff;
    background-color: #333;
    width: 100%;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
    padding: 10px;
}

.smpm-cta .smpm-request-form button:hover {
    color: #fff;
    background-color: #258f44;
}

.smpm-overview-form {
    padding: 50px 25px;
    background-color: #2d5d8c;
    
}

.smpm-overview-form h2 {
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.smpm-overview-form h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    margin-bottom: 10px;
    background-color: #FDB700;
}

.smpm-overview-form input,
.smpm-overview-form textarea {
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 15px;
}

.smpm-overview-form button {
    color: #000;
    background-color: #FDB700;
    width: 100%;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
    padding: 10px;
}

.smpm-overview-form button:hover {
    color: #fff;
    background-color: #FDB700;
}

@media (max-width: 991.98px) {
    .smpm-overview-content {
        text-align: center;
    }

    .smpm-overview-form {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .smpm-overview-content {
        padding: 40px 15px;
    }

    .smpm-overview-content h1 {
        font-size: 28px;
    }
    .smpm-overview-content h2 {
        font-size: 28px;
    }

    .smpm-overview-form {
        padding: 40px 25px;
    }
}

/* smpm-services */
.smpm-location-article{
    margin: 0;
    padding: 50px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: visible;
}

.smpm-services {
    margin: 0;
    padding: 50px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: visible;

}


.smpm-services h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 10px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 2px;
}

.smpm-services h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #2d5d8c;
}

.card-grid-3 {
    border-radius: 12px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.card-grid-3 .card-grid-3-image {
    position: relative;
    padding: 5px;
}

.card-grid-3 a {
    text-decoration: none;
    color: #333;
}

.card-grid-3 a:hover {

    color: #2d5d8c;
}

.card-grid-3 .card-grid-3-image figure {
    display: block;
}

.card-grid-3 .card-grid-3-image figure img {
    width: 100%;
    border-radius: 8px;
}

.card-grid-3 .card-block-info {
    display: inline-block;
    width: 100%;
    padding: 0px 15px 15px 15px;
}

.card-grid-3 .card-block-info h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding: 0px 0 10px;

}

.font-sm {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 22px !important;
}

.btn-book-now {
    background-color: #F0F0F0;
    color: #2d5d8c;
    padding: 5px 20px;
    min-width: 95px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: capitalize;

}

.card-grid-3:hover .btn-book-now {
    color: #000;
    background-color: #FDB700;
}

@media (max-width: 991.98px) {
    .smpm-services {
        padding: 40px 0;
    }

    .smpm-services h2 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .smpm-services h2 {
        font-size: 24px;
    }
}

/* smpm-main */
.smpm-main {
    padding: 50px 15px;
    background-color: #fff;
    position: relative;
}

.smpm-abt-us {
    padding: 0rem 0rem 1.5rem 0rem;
}

.smpm-abt-us img {
    border-radius: 5px;
}

.smpm-article {
    margin: 0;
    position: relative;
    background-color: #fff;
}

.smpm-article span {
    color: #222;
}

.smpm-article > h2 {
    color: #333;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.smpm-article > h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #2d5d8c;
}



.smpm-article > h3 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 0;
}

.smpm-article > img,
.smpm-article > p > img,
.smpm-article > a > img,
.smpm-article > p > a > img {
    margin-bottom: 25px;
}

.smpm-article a {
    color: #258f44;
    text-decoration: none;
    font-weight: 500;
}

.smpm-article a:hover {
    color: #fff35d;
}

.smpm-article > p {
    color: #333;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    letter-spacing: .5px;
}

.smpm-article > p:last-child {
    margin-bottom: 0;
}

.smpm-article > ul {
    padding-left: 40px;
    margin-bottom: 25px;
    list-style-type: disc;
}

.smpm-article > ul > li {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    line-height: 2;
    letter-spacing: .5px;
}

@media (max-width: 767.98px) {
    .smpm-article > h1 {
        font-size: 26px;
    }

    .smpm-article > h2 {
        font-size: 24px;
    }

    .smpm-article > h3 {
        font-size: 22px;
    }

    .smpm-article > p {
        font-size: 15px;
    }

    .smpm-article > ul > li {
        font-size: 15px;
    }
}

/* smpm-404-page */
.smpm-404-page {
    margin: 0;
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.smpm-404-page h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.smpm-404-page p {
    font-size: 18px;
}

/* smpm-thankyou-page */
.smpm-thankyou-page {
    margin: 0;
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.smpm-thankyou-page h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.smpm-thankyou-page p {
    font-size: 18px;
}

/* smpm-pay-page */
.smpm-pay-page {
    margin: 0;
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.smpm-pay-page h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.smpm-pay-page p {
    font-size: 18px;
}

/* smpm-locations */
.smpm-locations {
    margin: 0;
    padding: 50px 0;
    position: relative;
    background-color: #fff;
    text-align: center;
}

.smpm-locations h1,
.smpm-locations h2 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}

.smpm-locations h1:before,
.smpm-locations h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #258f44;
}

.smpm-locations-list {
    height: 200px;
    padding: 0;
    margin: 0;
}

.smpm-location {
    width: 25%;
    height: 100%;
    padding: 15px 15px 30px;
    display: block;
    float: left;
}

.smpm-location a {
    color: #333
}

.smpm-location a:hover {
    color: #258f44;
}

.smpm-location img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.smpm-location-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

@media (max-width: 991.98px) {
    .smpm-location {
        width: 33.333333%;
    }
}

@media (max-width: 767.98px) {
    .smpm-location {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .smpm-locations-list {
        height: 250px;
    }

    .smpm-location {
        width: 100%;
    }
}

/* smpm-offices */
.smpm-offices {
    margin: 0;
    padding: 50px 0;
    position: relative;
    background-color: #fff;
}



.smpm-office-list {
    margin-right: 0;
    margin-left: 0;
}

.smpm-office {
    margin-bottom: 40px;
}



.smpm-office > h1,
.smpm-office > h2,
.smpm-office > h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 15px;
    text-transform: capitalize;
    padding: 0;
}

.smpm-office > h1::before,
.smpm-office > h2::before,
.smpm-office > h3::before {
    content: none;
}

.smpm-office > h1::after,
.smpm-office > h2::after,
.smpm-office > h3::after {
    content: none;
}

.smpm-office a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    word-wrap: break-word;
}

.smpm-office a:hover {
    color: #2d5d8c;
}

.smpm-office > p {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    letter-spacing: .5px;
}

/* smpm-forms */
.smpm-forms {
    margin: 0;
    padding: 50px 0 0;
    position: relative;
    background-color: #f5f5f5;
}

.smpm-forms h1,
.smpm-forms h2 {
    margin: 0 0 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333;
}

.smpm-forms h1:before,
.smpm-forms h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #258f44;
}

.smpm-form {
    padding: 25px 50px 50px;
    position: relative;
    background-color: #fff;
}

.smpm-form-field {
    padding: 5px 15px;
}

.smpm-form > h1,
.smpm-form > h2,
.smpm-form > h3 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 25px;
    text-transform: capitalize;
    padding: 0;
}

.smpm-form > h1::before,
.smpm-form > h2::before,
.smpm-form > h3::before {
    content: none;
}

.smpm-form > h1::after,
.smpm-form > h2::after,
.smpm-form > h3::after {
    content: none;
}

.smpm-form button {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #258f44;
}

.smpm-form button:hover {
    background-color: #333;
    color: #fff;
}

/* smpm-page-header */
.smpm-page-header {
    margin: 0;
    position: relative;
    background-color: #f5f5f5;
}

.smpm-page-thumbnail {
    margin: 0;
    width: 100%;
    display: block;
}

.smpm-page-thumbnail > img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.smpm-page-map {
    margin: 0;
    width: 100%;
    display: block;
}

.smpm-page-map > iframe {
    margin: 0;
    width: 100%;
    height: 400px;
    border: none;
}

.smpm-page-breadcrumb {
    margin-top: 0;
    width: 100%;
    background: #E9ECEF;
    position: relative;
    bottom: 0;
}

.smpm-page-breadcrumb .breadcrumb {
    border-radius: 0;
    background-color: #E9ECEF;
    margin-bottom: 0;
    padding: 0.5rem 0 1.5rem 0;
}

.smpm-page-breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2d5d8c;
}

.smpm-page-breadcrumb a {
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #333;
}

/*Mission-vision*/
.mission-vision {
    padding: 50px 0 50px;
    margin: 0;
    position: relative;
    background-color: #F0F0F0;
}

.mission-vision h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
    line-height: 1.5;
    letter-spacing: 2px;
}

.mission-vision h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #2d5d8c;
}

.mission-vision p {
   
    font-size: 14px;
    font-weight: 300;
    color: #333;
    padding: 0;
    margin: 0 0 25px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

/*why-smpm*/
.why-smpm {
    padding: 50px 0 50px;
    margin: 0;
    position: relative;
    background-color: #fdb700b3;
}

.why-smpm h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    letter-spacing: 2px;
}

.why-smpm h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #2d5d8c;
}

.why-smpm p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    padding: 0;
    margin: 0 0 25px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

.why-smpm-boxes {
    margin: 0;
    padding: 0;
    position: relative;
}

.why-smpm-boxes .row {
    margin: 0 -5px;
}

.why-smpm-boxes [class*="col-"] {
    padding: 5px;
}

.why-smpm-box {
    margin: 0;
    padding: 15px;
    background-color: #ffffff;
    position: relative;
    border: 1px solid #ccc;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    text-align: center;
}

.why-smpm-box-img {
    max-width: 64px;
    max-height: 64px;
    margin-bottom: 10px;
}

.why-smpm-box-num {
    font-size: 18px;
    color: #2d5d8c;
    display: block;
    font-weight: 700;
    line-height: 1.5;
}

.why-smpm-box-des {
    font-size: 15px;
    color: #333;
    display: block;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .why-smpm h2 {
        font-size: 28px;
    }

    .why-smpm p {
        font-size: 15px
    }

    .why-smpm-box-num {
        font-size: 20px;
    }

    .why-smpm-box-des {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .why-smpm h2 {
        font-size: 24px;
    }
}

/*smpm-cta*/
.smpm-cta {
    padding: 60px 0;
    margin: 0;
    position: relative;
    background-image: url(../images/cta-bg.jpg);
    background-position: 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
}

.smpm-cta a {
    background-color: #2d5d8c;
    color: #fff;
    padding: 10px 20px;
    margin: 8px 0 8px 0px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
}

.smpm-cta a:hover {
    background-color: #FDB700;
    color: #000;

}

.smpm-cta-content {
    padding: 40px 20px;
    position: relative;
    background-color: #f5f5f5;

}

.smpm-cta h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}

.smpm-cta h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #2d5d8c;
}

.smpm-cta p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .smpm-cta-content h2 {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .smpm-cta {
        padding: 60px 0;
    }

    .smpm-cta-content p {
        font-size: 14px;
    }
}

/*smpm-clients*/
.smpm-clients {
    background-color: #fff;
    padding: 50px 0;
    margin: 0;
    position: relative;
}

.smpm-clients h1 {
    text-align: center;
    color: #333;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.smpm-clients h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #258f44;
}

.smpm-clients h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 50px;
    padding-bottom: 20px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 2px;
}

.smpm-clients h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #2d5d8c;
}

.smpm-client {
    padding: 25px 50px;
    border: 1px solid #eee;
}

.smpm-clients-cell {
    width: 25%;
    height: auto;
    background: #fff;
    padding: 25px 50px;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.smpm-clients-cell:hover {
    border-color: #e23939;
}

@media (max-width: 991.98px) {
    .smpm-clients h2 {
        font-size: 28px;
    }

    .smpm-clients-cell {
        width: 25%;
    }
}

@media (max-width: 767.98px) {
    .smpm-clients h2 {
        font-size: 24px;
    }

    .smpm-clients-cell {
        width: 33.333333%;
    }
}

@media (max-width: 575.98px) {
    .smpm-clients-cell {
        width: 50%;
    }
}

/*smpm-whatsapp*/
.smpm-whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    font-size: 0px;
    z-index: 1000;
}

/*smpm-footer*/
.smpm-footer {
    margin: 0;
    padding: 0;
    position: relative;
}

.smpm-footer-top {
    padding: 20px 0;
    margin: 0;
    position: relative;
    background-color: #F5F5F5;
}

.smpm-footer-widget {
    margin: 10px 0;
    padding: 0;
    position: relative;
}

.smpm-footer-widget p {
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}

.smpm-footer-widget a {
    color: #454545;
    font-weight: bold;
}

.smpm-footer-widget a:hover {
    color: #2d5d8c;

}


.smpm-footer-widget h4 {
    font-size: 20px;
    color: #2d5d8c;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.smpm-footer-widget h4:before {
    content: '';
    position: absolute;
    /* bottom: 10px; */
    top: 30px;
    /* left: 50%; */
    /* margin-left: 0px; */
    width: 80px;
    height: 2px;
    background-color: #2d5d8c;
}

.smpm-footer-widget p:last-child {
    margin-bottom: 0;
}

.smpm-footer-widget strong {
    font-weight: 600;
    color: #2d5d8c;
}

.smpm-footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smpm-footer-widget ul li {
    margin-bottom: 10px;
}

.smpm-footer-widget ul li:last-child {
    margin-bottom: 0;
}

.smpm-footer-widget ul li a {
    color: #454545;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.smpm-footer-widget ul li a:hover {
    color: #2d5d8c;
}

.smpm-social-links {
    margin: 25px 0;
    padding: 0;
    position: relative;
}

.smpm-social-links h4 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 500;
}

.smpm-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.smpm-social-links ul li {
    margin-bottom: 10px;
}

.smpm-social-links ul li:last-child {
    margin-bottom: 0;
}

.smpm-social-links ul li a {
    color: #757575;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    padding: 0;
}

.smpm-social-links ul li a i {
    margin-right: 10px;
    font-weight: 900;
    font-size: 15px;
}

.smpm-social-links ul li a:hover {
    color: #2d5d8c;
}

.smpm-footer-middle {
    padding: 10px 0;
    margin: 0;
    position: relative;
    background-color: #212121;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.smpm-footer-middle-text {
    color: #757575;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
}

.smpm-footer-middle-text a {
    color: #2d5d8c;
}

.smpm-footer-bottom {
    padding: 25px 0;
    margin: 0;
    position: relative;
    background-color: #212121;
}

.smpm-copyright {
    position: relative;
    text-align: center;
}

.smpm-copyright span {
    font-size: 15px;
    color: #757575;
    font-weight: 400;
}

.smpm-footer-menu {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

.smpm-footer-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.smpm-footer-nav-menu > li {
    display: inline-block;
    position: relative;
    color: #757575;
}

.smpm-footer-nav-menu > li:after {
    content: "/";
    margin: 0 10px;
}

.smpm-footer-nav-menu > li:last-child:after {
    display: none;
}

.smpm-footer-nav-menu > li > a {
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.5;
}

.smpm-footer-nav-menu > li > a:hover {
    color: #2d5d8c;
}



.lightbox-gallery {
    background-color: #fff;
    padding: 50px 0;
    margin: 0;
    position: relative;
}


.lightbox-gallery h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 50px;
    padding-bottom: 20px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 2px;
}

.lightbox-gallery h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #2d5d8c;
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 20px;
        font-size: 24px
    }
.faq-area h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    
    .smpm-service-location h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

}



.lightbox-gallery .item {
    padding-bottom: 20px;

}

.lightbox-gallery .item img {
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}




.lightbox-gallery .hover-zoomin {}

.hover-zoomin a {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}



.lightbox-gallery .row {
    margin: 0 -10px;
}

.lightbox-gallery [class*="col-"] {
    padding: 10px;
}

.follow-us {
    padding: 10px;
    background: #FDB700;


}

.follow-us h4 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 8px;
    color: #333;
    text-align: center;
}

.follow-us .social-network {
    padding-top: 3px;
    text-align: center;
}

.social-menu ul {
    position: relative;
    text-align: center;

    padding: 0;
    margin: 0;
    list-style-type: none;

    display: inline-flex;
}
}

.social-menu ul li {
    list-style: none;
    margin: 10px 20px;
}

.social-menu ul li .fab {
    font-size: 15px;
    line-height: 30px;
    transition: .3s;
    color: #2d5d8c;
}

.social-menu ul li .fab:hover {
    color: #fff;
}

.social-menu ul li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
}

.social-menu ul li a:hover {
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover {
    background-color: #2d5d8c;
}

.social-menu ul li:nth-child(2) a:hover {
    background-color: #2d5d8c;
}

.social-menu ul li:nth-child(3) a:hover {
    background-color: #2d5d8c;
}

.social-menu ul li:nth-child(4) a:hover {
    background-color: #2d5d8c;
}

.social-menu ul li:nth-child(5) a:hover {
    background-color: #2d5d8c;
}

.smpm-footer-text img {
    margin: 0 auto 15px;
    max-width: 30%;
}

.smpm-footer-text p {
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}

.smpm-jumbotron {
    padding: 1.2rem 1.2rem;
    margin-bottom: 0;
    background-color: #e9ecef;
    padding: 1.5rem 1.5rem 0 1.5rem;

}

.smpm-jumbotron h1 {

    font-size: 25px;
    font-weight: 600;
    color: #2d5d8c;

}

.smpm-jumbotron p {

    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;

}

@media (min-width: 576px) {
    .smpm-jumbotron {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }

    .smpm-jumbotron h1 {

        font-size: 32px;
        font-weight: 600;
        color: #2d5d8c;

    }

    .smpm-jumbotron p {

        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin-bottom: 0;

    }
}

.nav-list li {
    margin-bottom: 10px;

}

.nav-list li a {
    color: #333;

    font-weight: 500;
    font-size: 16px;
}

.nav-list li a:hover {
    color: #2d5d8c;


}

/*working-process*/
.working-process {
    padding: 50px 0 50px;
    margin: 0;
    position: relative;
    background-color: #e11f32d4;
}

.working-process h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    letter-spacing: 2px;
}

.working-process h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #FFFFFF;
}

.how-we-work {
    text-align: center;

}

.process-card {
    padding: 30px 15px;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    border: 1px solid #ccc;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 20px;
}

.hover-up {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
    transform: translateY(-5px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.how-we-work img {
    max-width: 90px;
    margin: 0 auto;
    padding: 0px;


    display: block;
}



.how-we-work h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1 !important;
    margin: 0;
    padding: 15px 0 10px;
}

.how-we-work p.lead {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 15px;
}



.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.apply-quote-form {
    background-image: url(../images/form-bg.svg);
    background-repeat: no-repeat;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    z-index: 2;
    background: #F0F0F0;
    color: #2d5d8c;
    padding: 3px 8px;
    border-radius: 50px;
    
    text-shadow: none;
    opacity: 1 !important;

}

.modal-content .close:hover {
   
    background: #FDB700;
    color: #000;

   
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0.5rem;
}
.text-paragraph{
    color: #fff;
}
.text-paragraph a {
    color: #fff;
    text-decoration: underline;
}
.text-paragraph a:hover {
    color: #FDB700;
}
.smpm-service-location{
    margin: 0;
    padding: 50px 0;
    position: relative;
    /* background-color: #F0F0F0; */
    text-align: center;
}
.smpm-service-location h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 10px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 2px;
}
.smpm-service-location h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background-color: #2d5d8c;
}

.carousel-control-next-icon {
   background-size: auto;
}


.carousel-control-prev-icon {
    background-size: auto;
 }


@media (max-width:767px) {

    .smpm-service-location h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

}

/*faq-area*/
.faq-area {
	padding: 50px 0 50px;
	margin: 0;
	position: relative;
	background-color: #fff;
}

.faq-area h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 30px;
	padding-bottom: 20px;
	position: relative;
	line-height: 1.5;
	letter-spacing: 2px;
}

.faq-area h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: #2d5d8c;
}
@media (max-width:767px) {
   
.faq-area h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

}


#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    
    color: #fff;
    background: #2d5d8c;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #f8f8f8;
    color: #333;
}
#accordion .panel-title a.collapsed:hover{
    color: #2d5d8c;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #2d5d8c;
}
#accordion .panel-title a:after{
    content: "\f059";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    font-size: 14px;
    color: #333;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
}
#accordion .panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: #2d5d8c;
    position: absolute;
    top: 30px;
    left: 0;
}
#accordion .panel-body p{
    margin-bottom: 0;
}


.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 90px;
    left: 10px;
    z-index: 999999;
}

#fix-icon {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.fix-icon-item img {
    width: 55px !important;
    height: 55px !important;
    background:
        #2d5d8c;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}

.fix-icon-whataap {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999999;
    transition: all0.5s ease-in-out;
    width: 55px !important;
    height: 55px !important;
}

.fix-icon-whataap-item img {
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
    width: 55px !important;
    height: 55px !important;
    background:
        #25d366 !important;
}


/* Whatsapp Icon Fixed */

.btn-whatsapp-pulse {
  z-index: 99;
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 70px;
    left: 20px;
    animation-play-state: paused;
}



@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/* Call Icon Fixed */

.btn-whatsapp-pulse-2 {
  z-index: 99;
    background: linear-gradient(174deg, #ffc107 0%, #dc3545 100%);
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border-2 {
    bottom: 15px;
    left: 20px;
    animation-play-state: paused;
}



@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}