@font-face {
  font-family: National2;
  font-weight: 400;
  src: url("../fonts/national2-web-regular.woff") format("woff2"), url("../fonts/national2-web-regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: National2;
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/national2-web-regular-italic.woff2") format("woff2"), url("../fonts/national2-web-regular-italic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: National2;
  font-weight: 500;
  src: url("../fonts/national2-web-medium.woff2") format("woff2"), url("../fonts/national2-web-medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: National2;
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/national2-web-medium-italic.woff") format("woff2"), url("../fonts/national2-web-medium-italic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: National2;
  font-weight: 700;
  src: url("../fonts/national2-web-bold.woff2") format("woff2"), url("../fonts/national2-web-bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: National2;
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/national2-web-bold-italic.woff2") format("woff2"), url("../fonts/national2-web-bold-italic.woff") format("woff");
  font-display: swap;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: National2, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@font-face {
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: normal;
    src: url("..../fonts/breeserif-regular-webfont.html") format("woff"), url("..../fonts/Century%20Gothic.html") format("truetype");
}

.visible {
    display: block !important;
}

.hidden {
    display: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1320px;
    width: 100%;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.order-2 {
    float: right !important;
}

header {
    float: left;
    width: 100%;
    height: auto;
}

.top-header {
    background-color: rgb(5, 93, 96);
    padding: 4px 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 17px;
}

.top-header a {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}

.logo01 {
    float: left;
    width: 100%;
    height: auto;
}

.logo01 a {
    /* display: inline-block; */
}

.logo01 a img {
    height: 50px;
}

.topright01 {
    float: left;
    width: 100%;
    height: auto;
}

.topright01 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: auto;
}

.topright01 ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
}

.topright01 ul li a {
    color: rgb(37, 55, 63);
}

.topright01 ul li a:hover {
    color: rgb(225, 41, 51);
}

.topcall {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.topcall a {
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.topcall .request-demo {
    background-color: rgb(225, 41, 51);
    padding: 9px 15px;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

/* .topcall a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0px;
    bottom: -100%;
    background-color: rgb(2, 116, 116);
    transition: 0.4s ease-in-out;
    transform: scale(0);
} */

.topcall .request-demo span {
    position: relative;
}

.topcall a:hover::before {
    transition: 0.4s ease-in-out;
    bottom: 0px;
    transform: scale(1);
}

.topcall .callToAction {
    font-weight: 700;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(88, 88, 88);
    padding: 9px 15px;
    border-radius: 6px;
}

.topcall .callToAction span {
    position: relative;
}

.topcall .callToAction:hover {
    color: rgb(255, 255, 255);
}

.topcall a img {
    vertical-align: sub;
    margin-right: 5px;
}

.topcall a:hover {
    transition: 0.4s ease-in-out;
}

.changebox {
    margin: 0px 5px;
    color: rgb(1, 181, 187);
    overflow: hidden;
    transition: 0.5s;
    white-space: nowrap;
    line-height: 40px !important;
    height: 40px !important;
}

.popupmodel .bnrform {
    float: right;
    width: 100%;
    height: auto;
    border: 0px;
    background: linear-gradient(rgb(190, 225, 224) 0%, rgb(135, 198, 199) 100%);
    border-radius: 15px;
    max-width: 400px;
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    box-shadow: rgba(0, 0, 0, 0.31) 0px 0px 23px;
    
}


@media (min-width: 768px) {
    .popupmodel {
        width: 460px;
        margin: 0px auto;
    }
}

.popup-padding {
 padding: 40px 50px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.popup-padding::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("https://margbooks.com/assets/images/popup-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.2;
}

.logo-list ul {
    gap: 25px;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.logo-list ul li {
    list-style-type: none;
}

.logo-list ul li img {
    width: 40px;
}

.popupmodel .bnrform form ul li button {
    border-radius: 30px;
    background: linear-gradient(rgb(226, 42, 51) 0%, rgb(137, 36, 31) 100%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0) 0px 2px 2px, rgba(0, 0, 0, 0.15) 0px 4px 4px, rgba(0, 0, 0, 0) 0px 8px 8px;
}

.tag-bottom p {
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    float: left;
    width: 100%;
    padding: 10px 15px;
}

.banner {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px 50px;
    position: relative;
    /* background-color: #055d60; */
    background: url("../images/banner-image.png") center center / 100% 100% no-repeat;
}

.banner::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
background: #000000;
background: linear-gradient(120deg,rgba(0, 0, 0, 1) 48%, rgba(255, 255, 255, 0) 100%);
   opacity: 0.8;
}

.banner p {
margin-top: 0px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    font-weight: 600;
    /* display: flex
; */
    line-height: 1.3em;
}

.banner h1 {
    font-size: 42px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 45px;
}

.banner h1 span {
    color: rgb(239, 212, 0);
    font-weight: 700;
}

.banner h4 span#example {
    display: block;
}

.banner h4 span.typed_cursor {
    font-weight: 300;
    opacity: 0.5;
}

.banner h4 {
    font-size: 28px;
    color: rgb(37, 55, 63);
    margin-bottom: 20px;
    font-weight: 700;
}

.banner-content {
    display: flex;    position: relative;

}

.banner-img {
    height: 280px;
    margin-top: 20px;
    margin-right: 30px;
}

.banner ul {
    list-style: none;
    margin: 0px 0px 40px;
    padding: 0px;
    float: left;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.banner ul li {

    display: flex;
    width: fit-content;
    position: relative;
    margin-bottom: 6px;
    gap: 10px;
    font-weight: 500;
}

.banner ul li i {
    display: flex;
    width: 18px;
    height: 18px;
    background-color: rgb(0 183 71);
    border-radius: 50%;
    flex: 0 0 18px;
    margin-top: 0px;
    position: relative;
    justify-content: center;
}

.banner ul > li i::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 6px;
    transform: rotate(-45deg);
    top: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.banner ul li img {
}

.banner ul li p {
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    font-size: 18px;
}

.banner.thank-you h1 {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.bnrform {
    float: right;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    border-width: 4px 1px 1px;
    border-style: solid;
    border-color: rgb(225, 41, 51) rgb(221, 221, 221) rgb(221, 221, 221);
    border-image: initial;
    border-radius: 8px;
    max-width: 400px;
padding: 20px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    box-shadow: rgba(0, 0, 0, 0.31) 0px 0px 23px;
  
}

.bnrform .error {
    width: 100%;
    color: rgb(225, 41, 51);
    font-size: 10px;
    display: block;
    position: absolute;
    text-align: start;
}

.bnrform h3 {
    margin-top: 0px;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 26px;
}

.bnrform form {
    float: left;
    width: 100%;
    height: auto;
}

.bnrform form ul {
    margin: 10px 0px 0px;
    width: 100%;
}

.bnrform form > ul > li {
    width: 100%;
    min-height: 10px;
    display: block;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 15px;
    margin-right: 0px;
}
.bnrform form ul li:last-of-type {
    margin-bottom: 0px;
}

.bnrform form ul > li input {
    width: 100%;
    height: 50px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    padding: 0px 15px;
    color: rgb(0, 0, 0);
    outline: 0px;
    font-size: 13px;
    box-shadow: none;
}

.bnrform form ul li select {
    width: 100%;
    height: 45px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    padding: 0px 15px;
    color: rgb(0, 0, 0);
    outline: 0px;
    box-shadow: none;
}

.bnrform form ul li textarea {
    width: 100%;
    height: 70px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    padding: 15px;
    color: rgb(0, 0, 0);
    outline: 0px;
    box-shadow: none;
}

.bnrform form ul li img {
    margin-bottom: 5px;
}

.bnrform form ul > li button {
    background-color: #e12933;
    color: #fff;
    border: 0px;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    height: 52px;
}

.bnrform form ul li button:hover {
    background-color: rgb(18, 129, 113);
}

@font-face {
    font-family: "Elephant W00";
    src: url("https://db.onlinewebfonts.com/t/c8ef5019739e93d2959d5417eaee316a.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/c8ef5019739e93d2959d5417eaee316a.woff") format("woff"), url("https://db.onlinewebfonts.com/t/c8ef5019739e93d2959d5417eaee316a.ttf") format("truetype");
}

.popupmodel .bnrform h3 {
    margin-top: 30px;
    font-size: 20px;
margin-bottom: 10px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: "Elephant W00";
    color: rgb(0, 0, 0);
}

.logo-list {
    float: left;
    width: 100%;
    height: auto;
    background-color: rgb(247, 247, 247);
}

.modal-form .bnrform {
    max-width: 100%;
}

.modal-form .bnrform form ul li input {
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px, rgba(0, 0, 0, 0) 0px 2px 2px, rgba(0, 0, 0, 0.15) 0px 4px 4px, rgba(0, 0, 0, 0) 0px 8px 8px;
}

.modal-form .close {
    position: absolute;
    font-size: 42px;
    right: 15px;
    top: 2px;
    z-index: 1;
    opacity: 1;
    font-weight: 300;
    text-shadow: none;
    color: rgb(0, 0, 0);
}

@media screen and (max-width: 767px) {
    .popup-padding {
        padding: 30px 20px 40px;
    }

    .popup-padding img {
        width: 135px !important;
    }

    .logo-list ul li img {
        width: 45px;
    }

    .logo-list ul {
        gap: 30px;
    }

    .popupmodel .bnrform h3 {
        font-size: 25px;
    }

    .tag-bottom p {
        font-size: 10px;
    }
}

.modal-form .bnrform {
    max-width: 100%;
}

.modal-form .bnrform form ul li input {
    font-size: 14px;
    font-weight: 400;
}

.modal-form .close {
    position: absolute;
    font-size: 42px;
    right: 10px;
    top: 2px;
    z-index: 1;
}

.trusted-points {
    padding: 20px 0 40px;    float: left;
    width: 100%;
}

.trusted-points ul {
    padding: 0;
    margin-top: 50px;
    display: flex
;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    gap: 20px;
}
.banner-btn {
    padding: 12px 30px 14px;
    background-color: #e12933;
    border: 2px solid #e12933;
    border-radius: 5px;
    color: #fff !important;
    margin: 0px;
    font-weight: 500;
    transition: 0.3s linear;
    width: 200px;
    text-align: center;
    display: block;
}
.banner-btn:hover {
    color: #ffffff !important;
    background-color: #b1070f;
    transform: translateY(-4px);
    border: 2px solid #b1070f;
}
.trusted-points ul li {
    padding: 20px;
    max-width: 18.4%;
    flex: 0 0 18.4%;
    text-align: center;
    /* box-shadow: 1px 1px 32px #d9e6e7; */
    border-radius: 10px;
    border: 1px solid #055d60;
}

.trusted-points ul li .trust-box {
    gap: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
}

.trusted-points ul li .icon {
    display: inline-block;
    margin-bottom: 0px;
}


.trusted-points ul li h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 18px 0 0px;

}

.trusted-points ul li h3 .counter {
    font-size: 24px;
}

.trusted-points ul li h3 .counter b {
    font-size: 24px;
}

.trusted-points ul li h3 .counter sup {
    top: -0.8em;
}

.trusted-points ul li p {
    margin-bottom: 0px;
       margin-top: 10px;
    font-weight: 500;
    opacity: 0.8;
}

.sub-title {
    font-size: 18px;
}

.secion001 {
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.heading01 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.heading01 h3 {
    color: rgb(225, 41, 51);
    font-size: 18px;
    font-weight: 400;
}

.heading01 h2 {
    font-weight: 700;
    color: rgb(37, 55, 63);
    font-size: 34px;
    margin-bottom: 10px;
}

.heading01 h2 span {
    color: #055d60;
}

.brands {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.brands ul {
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    margin: 40px 0px 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.brands ul li {
    float: left;
    padding: 20px;
    width: 25%;
    text-align: center;
}

.brands ul li img {
    max-height: 40px;
    margin-bottom: 15px;
}

.brands a {
    background-color: rgb(225, 41, 51);
    color: rgb(255, 255, 255);
    border: 0px;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
}

.brands .rating {
    font-weight: 600;
    font-size: 16px;
}

.brands a:hover {
    background-color: rgb(37, 55, 63);
}

.secion002 {
    float: left;
    width: 100%;
    height: 430px;
    background-color: rgb(18, 129, 113);
    margin-top: 30px;
}

.secion003 {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    /* background: #f4f5f5; */
}

.text-content {
    font-size: 17px;
    padding: 0px 100px;
    text-align: center;
}

.heading02 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}

.heading02 h3 {
    font-size: 18px;
    font-weight: 400;
    color: rgb(207, 50, 50);
}

.heading02 h2 {
    font-weight: 700;
    font-size: 42px;
    color: rgb(37, 55, 63);
    line-height: 1.3em;
}

.heading02 h2 span {color: #055d60;}

.featurebox {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(219, 218, 218) 0px 0px 8px;
    border-radius: 15px;
    height: 260px;
    margin-bottom: 30px;
    gap: 30px;
}

.featurebox .feature-img {
    text-align: center;
    flex: 0 0 150px;
}

.featurebox .feature-img img {
}

.featurebox .contents {
    padding-top: 0px;
}

.featurebox h4 {
    color: rgb(37, 55, 63);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.featurebox p {
    color: rgb(0, 0, 0);
    font-size: 13px;
    line-height: normal;
}

.wishinbox01 {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.wishinbox01 img {
}

.wishinbox01 h4 {
    color: rgb(37, 55, 63);
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

.wishinbox01 p {
    color: rgb(0, 0, 0);
    font-size: 13px;
    line-height: 22px;
}

.martingbtn {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 35px;
}

.martingbtn a {
    background-color: rgb(225, 41, 51);
    color: rgb(255, 255, 255);
    border: 0px;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
}

.martingbtn a:hover {
    background-color: rgb(0, 153, 153);
    color: rgb(255, 255, 255);
}

.secion004 {
    background-color: rgb(242, 242, 251);
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0px;
}

.servicebox0001 {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    min-height: 325px;
    margin-bottom: 20px;
}

.servicebox0001 img {
    margin: 15px 0px;
    height: 450px;
}

.servicebox0001 h3 {
    font-size: 18px;
    color: rgb(37, 55, 63);
    line-height: 27px;
    margin-top: 12px;
    font-weight: 600;
}

.servicebox0001 p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 32px;
}

.servicebox0001 p span {
    font-weight: 600;
    color: rgb(225, 41, 51);
}

.servicebox0001hed {
    float: left;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 30px;
    text-align: center;
}

.servicebox0001hed h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(37, 55, 63);
    line-height: normal;
}

.servicebox0001hed p {
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.servicebox0001hed h2 span {
    color: rgb(225, 41, 51);
}

.btnhover {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.btnhover a {
    background-color: rgb(225, 41, 51);
    color: rgb(255, 255, 255);
    border: 0px;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
}

.btnhover a:hover {
}

.tabing-spaces {
    padding: 25px 0px;
}

.mb-3 {
    margin-bottom: 5rem;
}

.secion005 {
    float: left;
    width: 100%;
    height: auto;
    padding: 25px 0px 30px;
}

.secion005 h2 {
    font-weight: 700;
    color: rgb(37, 55, 63);
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 1.2em;
}

.secion005 h2 span {
    color: #055d60;
}

.secion005 h2 ~ img {
    margin-bottom: 30px;
    height: 380px;
}

.container-sm .text-contents {
    padding: 0px;
}

.container-sm .text-contents h3 {
    font-size: 45px;
    margin-top: 0px;
    font-weight: 700;
    color: rgb(37, 55, 63);
    margin-bottom: 10px;
    line-height: 1.2;
}

.container-sm .text-contents p {
    font-size: 18px;
    opacity: 0.75;
    line-height: 32px;
}

.text-contents ol {
    list-style: none;
    padding: 0px 0px 0px 15px;
    margin: 15px 0px 0px;
    font-size: 16px;
}

.text-contents ol li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.text-contents ol li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: rgb(6, 105, 108);
    border-radius: 50%;
}

.container-sm {
    max-width: 1320px;
    width: 100%;
    margin: 0px auto;
}

.container-sm .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.secion006 {
    float: left;
    width: 100%;
    height: auto;
    background-color: #055d60;
    padding: 30px 0px 40px;
}

.secion006 .heading01 {
    margin-bottom: 0px;
}

.secion006 .text-contents {
    padding-top: 30px;
}

.text-card {
    text-align: center;
    padding: 20px;
    margin: 15px 0px;
}

.text-card .text-card-body p {
    display: none;
}

.secion006 .text-contents h3 {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 500;
    line-height: 1.1em;
}

.testislider {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.video-reviews {
    float: left;
    width: 100%;
}

.feature-lists {
    display: flex
;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.feature-lists li {
    max-width: 23%;
    flex: 0 0 23%;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}
.feature-lists li:hover {
transform: scale(1.05);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
cursor: pointer;
}

.feature-lists li .text-card {
    padding: 0;
}

.css-x0bsaa {
    border: 0.1rem solid rgb(141, 171, 216);
    float: left;
    width: 100%;
    border-radius: 0.8rem;
    padding: 3rem 0px 4rem;
    background-color: rgb(251, 253, 252);
    clear: both;
    margin: 50px 0px 30px;
}

.css-x0bsaa .divider-section {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 6rem;
}

.css-1eg8k0 {
    color: rgb(214, 214, 214);
    width: 100%;
}

.css-1eg8k0 hr {
    border-color: rgb(234, 236, 240);
    border-width: 0px 0px thin;
    border-style: solid;
    margin: 0px;
}

.css-x0bsaa .divider-section__title {
    min-width: 22rem;
    color: rgb(115, 115, 115);
    font-weight: 600;
}

.css-1eg8k0 {
    color: rgb(214, 214, 214);
    width: 100%;
}

.css-x0bsaa .portfolio__banner {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.css-1k8s45p {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 33%;
}

.css-1k8s45p .icon {
    margin-top: 1rem;
    color: rgb(115, 115, 115);
}

.css-x0bsaa .portfolio__title {
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}

.css-x0bsaa .portfolio__description {
    width: 80%;
    align-self: center;
    padding: 0.5rem;
    color: rgb(115, 115, 115);
}

#testimonial {
    padding-top: 20px;
    float: left;
    width: 100%;
}

.testislider .owl-carousel img {
    border-radius: 50%;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(218, 218, 218) 0px 0px 4px;
}

.testislider .owl-nav, .features .owl-nav {
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
}

.testislider .owl-nav button, .features .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: rgb(233, 61, 23) !important;
    font-size: 34px !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 50px !important;
    padding: 0px !important;
    line-height: 0px !important;
}

.testislider .owl-nav button span, .features .owl-nav button span {
    line-height: 0px;
    padding: 0px;
    height: 26px;
}

.features .owl-prev, .testislider .owl-prev {
    float: left;
    margin-left: 0px !important;
}

.features .owl-next, .testislider .owl-next {
    right: 0px;
    float: right;
    margin-right: 0px !important;
}

.testislide .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 5px;
}

.testislide .owl-nav button {
    width: 50px;
    background: rgb(28, 109, 112) !important;
    color: rgb(255, 255, 255) !important;
}

.testislide .owl-nav button:hover {
    background: rgb(233, 61, 23) !important;
}

.testislide .owl-nav button span {
    font-size: 25px;
}

.text-review {
    margin-bottom: 0px;
}

.testivideo {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.testivideo img {
    border-radius: 10px;
}

.testivideo h3 {
    color: rgb(37, 55, 63);
    font-size: 17px;
    font-weight: 600;
}

.testivideo h3 strong {
    display: block;
    font-weight: 400;
    margin-top: 4px;
    font-size: 16px;
}

.testivideo h3 span {
    float: right;
    margin-top: -37px;
}

.testivideotext {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 50px 20px 20px;
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid rgb(218, 218, 218);
}

.testivideotextface {
    float: left;
    width: 85px;
    position: absolute;
    top: -36px;
}

.testivideotext p {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 24px;
    padding-top: 10px;
    height: 230px;
}

.testivideotext h3 {
    border-top: 1px solid rgb(218, 218, 218);
    padding: 15px 15px 0px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(37, 55, 63);
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
}

.testivideotext h3 strong {
    font-weight: 400;
    margin-top: 5px;
    display: none;
}

.testivideotext h3 span {
    float: right;
    margin-top: 0px;
}

.testislider .owl-carousel h3 span img {
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
}

.location-section .text-contents h4 {
    margin-top: 30px;
}

.location-section .text-contents ol {
    padding-left: 20px;
}

.page-links {
    padding: 20px 0px 60px;
}

.page-links h2 {
    color: rgb(233, 61, 23);
    text-align: center;
}

.page-links ul {
    margin: 40px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.page-links ul li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 30px;
    text-align: center;
}

.page-links ul li a {
    color: rgb(233, 61, 23);
}

.page-links ul li a:hover {
    color: rgb(6, 105, 108);
}

.faq {
    padding: 0px 0px 50px;
}

.faq h4 {
    margin-top: 30px;
}

footer {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 0px;
    background-color: rgb(51, 51, 51);
    color: rgb(204, 204, 204);
}

.fotlocation01 {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}

.fotlocation01 h2 {
    font-weight: 700;
    color: rgb(37, 55, 63);
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    line-height: normal;
}

.fotlocation01 h2 span {
    color: rgb(225, 41, 51);
}

.copyright {
    font-size: 15px;
}

.copyright a {
    color: rgb(204, 204, 204);
    margin: 0px 5px;
}

.copyright a:hover {
    color: rgb(225, 41, 51);
}

.features .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.features .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgb(204, 204, 204);
}

.features .owl-dots .owl-dot.active {
    background-color: rgb(225, 41, 51);
}

.features.owl-carousel.owl-drag .owl-item {
    padding: 0px 10px;
}

.features .owl-item img {
    display: inline-block;
    width: auto;
    height: 70px;
}

.features.award.owl-carousel.owl-loaded.owl-drag .owl-item {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    margin: 5px;
}

.features.award.owl-carousel.owl-loaded.owl-drag img {
    height: auto;
}

.features.award.owl-item img {
    height: 100px !important;
}

.secion-influencers {
    padding-top: 40px;
    clear: both;
}

.mobileshow {
    display: none;
}

.desktopshow {
    display: block;
}

.footer-call-link {
    position: fixed;
    width: 100%;
    height: 45px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    font-size: 18px;
    z-index: 100;
    
    animation: 1.5s linear 0s infinite alternate none running glow;
    background-color: rgb(221, 39, 52);
    padding: 9px;
    display: none;
    color: rgb(255, 255, 255) !important;
}

a.footer-call-link:focus {
    color: rgb(255, 255, 255) !important;
}

.promo-banner button.close {
    border: 3px solid rgb(255, 255, 255);
    border-radius: 50%;
    padding: 0px 3px;
    position: absolute;
    right: -12px;
    top: -12px;
    background: rgb(114, 114, 114);
    opacity: 0.8;
    color: rgb(255, 255, 255);
}

.promo-banner img {
    border-radius: 5px;
}

.samll-business-services {
    padding: 0px;
    margin: 0px;
}

.samll-business-services ul {
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 25px;
}
.samll-business-services ul li {
    flex: 0 0 32%;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 15px;
    padding: 25px;
    background-position: 0 2.2%;
    transition: transform 0.3s ease;
}
.samll-business-services ul li:hover
{
  background-color: #055d60;
      transform: translateY(-7px);
}
.samll-business-services ul li:hover small img
{
      filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(24%) hue-rotate(222deg) brightness(106%) contrast(106%);
}
.samll-business-services ul li:hover h3,.samll-business-services ul li:hover p
{
  color: #fff;
}
.samll-business-services ul li small img {
    width: 70px;
}

.samll-business-services ul li h3 {
    font-size: 20px;
    text-align: left;
    color: rgb(22, 28, 38);
    line-height: 30px;
}

.samll-business-services ul li p {
    font-size: 16px;
    text-align: left;
    color: rgb(22, 28, 38);
    line-height: 28px;
    font-weight: 400;
}

.samll-business-services ul li p span {
    display: none;
}

.samll-business-services ul li p a {
    color: rgb(225, 41, 51);
    cursor: pointer;
}

.award .owl-carousel img {
    border-radius: 50%;
}

.award .owl-nav, .award .owl-nav {
    margin: 0px;
    position: absolute;
    top: 35%;
    left: 0px;
    width: 100%;
}

.award .owl-nav button, .award .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: rgb(233, 61, 23) !important;
    font-size: 34px !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 50px !important;
    padding: 0px !important;
    line-height: 0px !important;
}

.award .owl-nav button span, .award .owl-nav button span {
    line-height: 0px;
    padding: 0px;
    height: 26px;
}

.award .owl-prev, .award .owl-prev {
    float: left;
    margin-left: 0px !important;
}

.features .owl-next, .award .owl-next {
    right: 0px;
    float: right;
    margin-right: 0px !important;
}

.award .owl-item {
    margin: 10px 0px;
    border-radius: 10px;
}

.award .owl-item img {
    display: inline-block;
    width: auto;
    height: 120px;
}

.award .owl-item .text-card {
    text-align: center;
    margin: 0px auto;
}

.award .owl-item .text-card p {
    font-size: 18px;
    text-align: center;
    color: rgb(51, 51, 51);
    line-height: 30px;
}

.sectors {
    background-color: #055d60;
}

.industries .owl-carousel img {
    border-radius: 50%;
}

.industries .owl-nav, .industries .owl-nav {
    margin: 0px;
    position: absolute;
    top: 35%;
    left: 0px;
    width: 100%;
}

.industries .owl-nav button, .industries .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: rgb(233, 61, 23) !important;
    font-size: 34px !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 50px !important;
    padding: 0px !important;
    line-height: 0px !important;
}

.industries .owl-nav button span, .industries .owl-nav button span {
    line-height: 0px;
    padding: 0px;
    height: 26px;
}

.industries .owl-prev, .industries .owl-prev {
    float: left;
    margin-left: 0px !important;
}

.industries .owl-next, .industries .owl-next {
    right: 0px;
    float: right;
    margin-right: 0px !important;
}

.industries .owl-item {
    margin: 10px 0px;
    border-radius: 10px;
}

.industries .owl-item img {
    display: inline-block;
    border-radius: 10px;
    width: auto;
    height: 300px;
    margin: 5px;
}

.industries .owl-item .text-card {
    text-align: center;
    margin: 0px auto;
    padding: 0px !important;
}

.industries .owl-item .img-top-pading {
    text-align: center;
    margin: 0px auto;
}

.industries .owl-item .img-top-pading h5 {
    font-size: 20px;
    text-align: center;
    color: rgb(51, 51, 51);
    line-height: 30px;
}

.industries .owl-item .img-top-pading img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 3px;
}

.industries .owl-item .text-card h5 {
    font-size: 20px;
    text-align: center;
    color: rgb(51, 51, 51);
    line-height: 30px;
}

.industries-p {
    font-size: 20px;
    text-align: center;
    color: rgb(51, 51, 51);
    line-height: 30px;
}

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    list-style: none;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    margin: 0px auto 6px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    cursor: pointer;
}

ul.accordion-list li.active h3::after {
    transform: rotate(45deg);
}

ul.accordion-list li h3 {
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    font-size: 19px;
    letter-spacing: 0.01em;
    cursor: pointer;
}

ul.accordion-list li h3::after {
    content: "+";
    position: absolute;
    right: 0px;
    top: 0px;
    color: rgb(150, 150, 150);
    transition: 0.3s ease-in-out;
    font-size: 18px;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0px 0px;
    padding: 10px 0px 0px;
    cursor: pointer;
    border-top: 1px solid rgb(218, 218, 218);
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 400;
    padding: 10px 0px 0px;
    cursor: pointer;
    line-height: 150%;
    margin: 0px 0px 15px;
}

.awards-section {
    clear: both;
    padding: 30px 0px 70px;
}

.awards-section .awards-group {
    padding: 15px;
}

.pricing-section {
    padding: 20px 0px 30px;
    clear: both;
}

.pricing-section .row {
    display: flex;
}

.custom-column {
    max-width: 20%;
    flex: 0 0 20%;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 1200px) {
    .custom-column {
        max-width: 25%;
        flex: 0 0 25%;
    }
}

@media screen and (max-width: 991px) {
    .custom-column {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .testislider
    {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .custom-column {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 574px) {
    .custom-column {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.container.max {
    max-width: 1540px;
}

.pricing-content {
    padding-top: 40px;
}

.pricing-content-col {
    height: 100%;
}

.gst-exclusive {
    text-align: right;
}

.custmization-charge p {
    text-align: center;
}

.pricing-content-col-wrapper {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 24px;
    box-shadow: rgba(21, 26, 40, 0.1) 0px 4px 8px, rgba(21, 26, 40, 0.1) 0px 1px 2px;
    border-radius: 20px;
    border: 1px solid rgba(9, 23, 64, 0.08);
    height: 100%;
}

.pricing-plan-all {
    padding-top: 0px;
    position: relative;
}

.pricing-content-text h6 {
    font-weight: 600;
    font-size: 25px;
        font-family: Poppins, sans-serif;
}

.pricing-content-text {
    margin-top: 9px;
    height: 160px;
}

.include {
    padding: 15px 11px;
    background: rgb(255, 255, 255);
    margin: 20px 9px 5px;
    border-radius: 20px;
}

.pricing-content .include > ul {
    min-height: 140px;
    padding-left: 18px;
}

.pricing-content .include > ul li {
    margin-bottom: 3px;
}

.pricing-content-col-wrapper {
    padding: 0px;
}

.pricing-content-col-inner {
    padding: 40px 20px 0px;
}

.pricing-content-text > span > del {
    color: rgb(113, 116, 142);
    font-size: 17px;
    font-weight: 500;
}

.include-plan ul > li svg {
    height: 1rem;
    width: 1rem;
}

.include-plan ul > li .check {
    color: rgb(13, 168, 158);
}

.include-plan ul > li .close {
    color: rgb(135, 144, 157);
}

.pricing-plan-all ul > li img {
    width: 16px;
}

.pricing-content .yearly {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 100px;
    padding: 3px 10px;
    font-size: 14px;
}

.pricing-content .plan {
    font-size: 24px;
    display: block;
    font-weight: 600;
}

.free-trail a {
    padding: 8px 0px;
    text-align: center;
    border: 1px solid rgb(9, 23, 64);
    border-radius: 80px;
    color: rgb(9, 23, 64);
    display: block;
}

span#contact-btn-add2 .free-trail {
    border-bottom: 0px;
}

.include-plan {
    height: 350px;
    overflow-y: auto;
}

.free-trail {
    border-bottom: 1px solid rgb(219, 219, 219);
    padding-bottom: 21px;
    margin: 24px 0px;
}

.include-plan::-webkit-scrollbar, .selectDropdown::-webkit-scrollbar {
    width: 8px;
    height: 20px;
    border-radius: 5px;
}

.include-plan::-webkit-scrollbar-track, .selectDropdown::-webkit-scrollbar-track {
    background-color: rgb(219, 219, 219);
    padding: 0px 5px;
    border-radius: 5px;
}

.include-plan::-webkit-scrollbar-thumb, .selectDropdown::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(0, 41, 64, 0.12) 2px 2px 5px;
}

.pricing-content-col-inner {
    padding: 40px 20px 0px;
}

.pricing-content-text > span > del {
    color: rgb(113, 116, 142);
    font-size: 17px;
    font-weight: 500;
}

.premium-plan {
    background: rgb(104, 51, 91);
    border: 7px solid rgb(100, 41, 85);
    box-shadow: rgb(56, 15, 49) 0px 0px 15px;
    padding: 0px 0px 15px;
    position: relative;
}

.recm {
    position: absolute;
    top: -10px;
    padding: 5px 10px;
    color: rgb(223, 0, 0);
    border-radius: 8px;
    background: rgb(255, 234, 146);
    right: 23px;
    font-size: 15px;
    font-weight: 600;
}

.half-img img {
    border-radius: 25px;
}

.tabing-spaces {
    padding: 25px 0px;
}

.list {
    padding-top: 15px;
}

.list ul li {
    list-style: none;
    text-align: left;
    position: relative;
    flex: 0 0 100%;
    margin: 0px;
    color: rgba(0, 0, 0, 0.75);
    padding: 6px 0px 6px 34px;
}

.list ul li::before {
    position: absolute;
    font-size: 30px;
content: "•";    color: rgb(28, 110, 112);
    font-weight: 700;
    display: inline-block;
    left: 4px;
    top: -3px;
}

.list ul li {
    font-size: 17px;
}

.free-trail a {
    background-color: rgb(1, 125, 129);
    color: rgb(255, 255, 255);
}

.free-trail a:hover {
    background-color: rgb(223, 0, 0);
    color: rgb(255, 255, 255);
}

.thankyou {
    background-color: rgb(6, 105, 108);
}

.thankyou-wrap {
    margin: 120px 0px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 20px;
    border: 15px solid rgb(8, 131, 135);
}

.thankyou-wrap .thank-you {
    padding: 40px 40px 0px;
    font-size: 18px;
}

.thankyou-wrap .thank-you h1 {
    margin-bottom: 30px;
}

.thankyou-wrap .thank-you h1 span {
    -webkit-text-stroke: 1.7px rgb(6, 105, 108);
    color: rgb(255, 255, 255);
    font-size: 56px;
}

.thank-you-conbtent a.call {
    display: inline-block;
    margin: 30px 10px 0px;
    border: 2px solid;
    padding: 10px 20px;
    border-radius: 5px;
    letter-spacing: 1px;
}

.thank-you-conbtent a.call:hover {
    background-color: rgb(223, 0, 0);
    color: rgb(255, 255, 255);
}

.industry-tabs .nav-tabs {
    display: flex;
    justify-content: center;
    margin: 40px 0px 20px;
    gap: 40px;
    border: none;
}

.industry-tabs .nav-tabs .nav-link {
    background-color: rgb(255, 255, 255);
    padding: 5px 40px 8px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: rgb(104, 104, 104);
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 40px;
    border: 2px solid transparent !important;
}

.industry-tabs .nav-tabs .nav-link .icon img {
    height: 35px;
}

.industry-tabs .nav-tabs li.active {
    margin-bottom: 0px;
}

.industry-tabs .nav-tabs li.active .nav-link {
    border-color: rgb(223, 0, 0) !important;
}

.industry-tabs .nav-tabs .nav-link.active {
    border-color: rgb(223, 0, 0) !important;
}

.industry-tabs .nav-tabs .nav-link:hover {
    cursor: pointer;
}

.industries-lists {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 30px;
    flex-wrap: wrap;
}

.industries-lists li {
    display: flex;
    gap: 0px;
    width: 12%;
    height: 137px;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    margin: 30px 0px 0px;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    border: 1px solid #008c91;
    transition: 0.4s ease-in-out;
    color: #fff;
}

.industries-lists li:hover {
    background: rgb(255, 255, 255);
    border-color: rgb(255, 166, 146);
    transition: 0.4s ease-in-out;
    color: #000000;
    opacity: 1;
}

.industries-lists li .icon {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
}

.industries-lists li .icon img {
    margin-bottom: 15px;
}

.pricing-section .mange-height {
    min-height: 270px;
}

.pricing-section .content {
    width: 100%;
    margin: 50px auto auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pricing-section .content .card {
    background: rgb(255, 255, 255);
    width: calc(20% - 12px);
    text-align: center;
    padding: 15px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px;
    position: relative;
}

.pricing-section .content .card .top {
    height: 165px;
    color: rgb(255, 255, 255);
    padding: 12px 0px 0px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 53%, 49% 100%, 0px 53%);
}

.pricing-section .content .card .top .title {
    font-size: 27px;
    font-weight: 600;
}

.pricing-section .content .card .top .price-sec {
    margin-top: -10px;
    font-weight: 600;
}

.pricing-section .content .card .top .price {
    font-size: 32px;
}

.pricing-section .content .card .info {
    font-size: 16px;
    margin-top: 20px;
    min-height: 88px;
}

.pricing-section .content .card .details .one {
    margin-top: 25px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.pricing-section .content .card .details .one::before {
    position: absolute;
    content: "";
    width: 100%;
    background: rgb(221, 221, 221);
    height: 1px;
    left: 0px;
    top: -12px;
    border-radius: 25px;
}

.pricing-section .content .card .details .one i {
    color: rgb(45, 185, 77);
}

.pricing-section .content .card .details i.fa-times {
    color: rgb(205, 50, 65);
}

.pricing-section .content .card button {
    outline: none;
    border: none;
    height: 42px;
    color: rgb(255, 255, 255);
    margin-top: 30px;
    border-radius: 3px;
    font-size: 18px;
    width: 100%;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    letter-spacing: 1px;
}

.pricing-section .content .one .top, .pricing-section .content .one button {
    background: rgb(225, 41, 51);
}

.pricing-section .content .two .top, .pricing-section .content .two button {
    background: rgb(232, 113, 48);
}

.pricing-section .content .three .top, .pricing-section .content .three button {
    background: rgb(17, 188, 195);
}

.pricing-section .content .four .top, .pricing-section .content .four button {
    background: rgb(197, 2, 130);
}

.pricing-section .content button:hover {
    filter: brightness(90%);
}

.pricing-section .content .one ::selection {
    background: rgb(138, 245, 182);
}

.pricing-section .content .two ::selection {
    background: rgb(242, 176, 140);
}

.pricing-section .content .three ::selection {
    background: rgb(208, 249, 251);
}

@media (max-width: 1000px) {
    .pricing-section .content .card {
        background: rgb(255, 255, 255);
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
}

@media (max-width: 715px) {
    .pricing-section .content .card {
        width: 100%;
    }
}

@media screen and (min-width: 1141px) and (max-width: 1280px) {
    .container, .container.max, .container-sm {
        max-width: 1065px;
    }
    
    .secion006 .text-contents h3 {
        font-size: 18px;
    }
.banner h1
    {
        font-size: 35px;
        line-height: 39px;
    }
    .trusted-points ul li h3 .counter b {
font-size: 20px;
    }
    .trusted-points ul li p
    {
        font-size: 13px;
    }
    .banner h2 {
    font-size: 18px;
    }
    .banner ul > li
    {
            font-size: 12px;
    }
    .industries-lists {
        gap: 10px;
    }

    .pricing-section .content .card button {
        font-size: 15px;
    }

    .pricing-section .content .card {
        padding: 15px;
    }

    .pricing-section .content .card .top .title {
        font-size: 22px;
    }

    .pricing-section .content .card .top .price {
        font-size: 25px;
    }

    .pricing-section .content .card .top .price-sec {
        margin-top: 0px;
    }

    .pricing-section .content .card .info {
        font-size: 14px;
    }

    .pricing-section .content .card .info ~ span.price {
        display: none;
    }
  
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container, .container.max, .container-sm {
        max-width: 720px;
    }

    .bnrform {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
.services__shape-wrap{
display:none;
}
    .top-header {
        background-color: rgb(0, 0, 0);
        font-weight: 600;
    }

    .topright01 ul {
        display: none;
    }

    .banner {
        text-align: left;
        padding-bottom: 0px;
    }

    .banner h1 {
        font-size: 32px;
        margin-top: 0px;
        line-height: 34px;
    }

    .banner ul {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .banner-img {
        float: none;
        margin: 0px auto 30px;
        height: auto;
    }

    .banner-content {
        text-align: left;
        display: none;
    }

    .bnrform {
        max-width: 100%;
        margin-right: 0px;
       margin-bottom:30px;
        margin-top: 15px;
        padding: 30px;
    }

    .bnrform form ul li img {
        position: relative;
        height: auto;
    }

    .banner {
        border-bottom: 0px;
    }

    .trusted-points {
        padding: 30px 0px !important;
    }

    .trusted-points ul li {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 5px;
    }

    .trusted-points ul li .trust-box {
        height: auto;
        border-radius: 10px;
    }

    .trusted-points ul li h3 .counter b {
        font-size: 20px;
    }

    .secion001 {
        padding: 0px;
    }

    .heading01 h2, .heading02 h2, .secion005 h2, .fotlocation01 h2, .servicebox0001hed h2 {
        font-size: 26px;
        line-height: 1.2em;
    }

    .heading01 h2, .heading01 {
        margin-top: 0px;
    }

    .heading02 {
        margin-bottom: 20px;
    }

    .text-content {
        padding: 0px;
    }

    h2 br {
        display: none;
    }

    .servicebox0001 img {
        height: auto;
    }

    .brands ul {
        margin-top: 0px;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .brands ul li {
        width: 50%;
        padding: 10px;
        border: 1px solid rgb(221, 221, 221) !important;
    }

    .brands ul li:nth-child(5) {
    }

    .brands ul li:nth-child(10) {
        display: none;
    }

    .heading02 h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .heading02 h4 {
        font-size: 21px;
    }

    .heading02 {
        margin-top: 0px;
    }

    .container-sm .row {
        display: block;
        padding: 0px 0px 10px;
    }

    /* .half-img img {
        width: 280px;
        margin-bottom: 20px;
    } */

    .container-sm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-sm .text-contents h3 {
        font-size: 29px;
        line-height: 32px;
        margin-top: 20px;
    }

    .testivideotext p {
        height: auto;
    }

    .text-review {
        margin-bottom: 20px;
    }

    .text-card {
        min-height: auto;
    }

    .wishinbox01 img {
        height: 50px;
    }

    .wishinbox01 h3 {
        font-size: 14px;
        line-height: 19px;
        margin-top: 5px;
    }

    .wishinbox01 p {
        font-size: 12px;
    }

    .wishinbox01 {
        margin-bottom: 10px;
        min-height: 230px;
    }

    .martingbtn a {
        font-size: 14px;
    }

    .secion004 {
        padding: 30px 0px 50px;
        background-size: cover;
        background-position: center top;
        background-attachment: inherit;
    }

    .servicebox0001 {
        padding: 0px;
        text-align: center;
    }

    .servicebox0001 h3 br {
        display: none;
    }

    .secion003 {
        padding-bottom: 0px;
    }

    .css-x0bsaa {
        margin-bottom: 15px;
    }

    .secion005 h2 {
        margin-bottom: 20px;
    }

    .mobileshow {
        display: block;
    }

    .desktopshow {
        display: none !important;
    }

    .servicebox0001hed {
        min-height: 10px;
    }

    .servicebox0001hed h3 {
        font-size: 28px;
    }

    .servicebox0001hed h3 br {
        display: none;
    }

    .servicebox0001hed p {
        font-size: 17px;
    }

    .secion005, .secion006, .location-section {
        text-align: center;
    }

    .page-links ul li {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .footer-call-link {
        display: block;
    }

    .features .owl-prev, .testislider .owl-prev {
        margin-left: 0px !important;
        display: none;
    }

    .features .owl-next, .testislider .owl-next {
        margin-right: 0px !important;
        display: none;
    }

    .secion005 h2 ~ img {
        height: auto;
    }

    .testislide .owl-prev, .testislide .owl-next {
        width: 40px;
        height: 40px;
        margin: 0px 5px;
        background-color: rgb(204, 204, 204) !important;
    }

    .testislide .owl-prev span, .testislide .owl-next span {
        font-size: 30px;
    }

    .banner {
        margin-top: 0px;
    }

    .banner h2 {
        margin-bottom: 15px;
        display: block;
        font-size: 19px;
    }

    .banner h4 {
        font-size: 20px;
    }

    .changebox {
        white-space: inherit;
        margin: 5px auto 0px;
        width: 300px !important;
        line-height: 28px !important;
        height: 28px !important;
    }

    .changebox span {
        display: block;
    }

    .changebox br {
        display: none;
    }

    .feature-lists li {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 5px;
    }

    .secion006 .text-contents h3 {
        font-size: 14px;
        margin-top: 9px;
    }

    .samll-business-services ul li {
        flex: 0 0 100%;
    }

    .samll-business-services ul li {
        text-align: center;
        display: inline-block;
        padding: 10px;
    }

    .samll-business-services ul li h3 {
        text-align: center;
    }

    .samll-business-services ul li p {
        text-align: center;
    }

    .css-1k8s45p {
        flex: 0 0 100%;
    }

    .css-x0bsaa .portfolio__title {
        font-size: 18px;
    }

    .heading01 h2, .heading02 h2, .secion005 h2, .fotlocation01 h2, .servicebox0001hed h2 {
        font-size: 25px !important;
        line-height: normal;
    }

    .awards-section {
        padding: 40px 0px 0px;
        float: left;
        width: 100%;
    }

    .industries-p {
        font-size: 18px;
    }

    ul.accordion-list li h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .samll-business-services ul li h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .brands ul li img {
        max-height: 11px;
        margin-bottom: 15px;
    }

    .secion005 {
        padding: 30px 0px 10px;
    }

    .banner {
        /* margin-bottom: 0px; */
        /* background: url("../images/m-home-banner.jpg") center center / cover no-repeat; */
        padding: 0px 0px 20px;
        text-align: center;
    }

    .text-contents ol li {
        text-align: left;
        font-size: 14px;
    }

    .heading02 h2, .heading02 h3 {
        font-weight: 700;
        font-size: 34px;
        color: rgb(37, 55, 63);
        line-height: 1.3em;
    }

    .secion006 {
        margin-bottom: 0px !important;
    }

    .pricing-section .row {
        display: block;
    }

    .custom-column {
        margin-bottom: 30px;
    }

    .industry-tabs .nav-tabs {
        gap: 10px;
    }

    .industry-tabs .nav-tabs .nav-link {
        padding: 7px 20px;
    }

    .industries-lists {
        gap: 10px;
        margin-top: 40px;
    }

    .industries-lists li {
        width: 48%;
        height: 125px;
        margin: 0px;
        border: 1px solid rgb(204, 204, 204);
    }

    .pricing-section {
        padding-top: 40px;
    }

    .pricing-section .mange-height {
        min-height: inherit;
    }

    .award .owl-item img {
        height: auto;
    }

    .award .owl-prev, .award .owl-prev {
        margin-left: -15px !important;
    }

    .award .owl-prev, .award .owl-next {
        margin-right: -15px !important;
    }

    .secion-influencers {
        padding-top: 0px;
    }

    .faq .fotlocation01 h2, .faq .fotlocation01 {
        margin-top: 0px;
    }

    #testimonial {
        padding-bottom: 20px;
        padding-top: 40px;
    }

    footer {
        padding-bottom: 60px;
        text-align: center;
    }
}

.exit-popup .modal-dialog {
    max-width: 1000px;
    width: auto !important;
}

.close_exit_popup i {
    font-style: normal;
    font-size: 35px;
    transform: rotate(45deg);
    display: block;
}

.close_exit_popup {
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    background: rgb(255, 255, 255) !important;
}

#scroll-btn-modal-container-desktop {
    top: 40%;
    left: 55%;
    position: absolute;
    transform: translate(-50%, -60%);
    background: url("../images/website-pop-up-design-1.jpg") 0% 0% / 100% 100% no-repeat;
    margin-left: -50px;
    margin-top: 70px;
    border-radius: 8px;
    width: 334px !important;
    min-height: 450px !important;
    min-width: 800px !important;
}

.desktop-popup-container {
    margin-top: 50px;
}

.white-text {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 50px !important;
}

.yellow-text {
    color: rgb(255, 255, 0);
    font-weight: 600;
    font-size: 50px !important;
}

.success-container {
    margin-top: 125px;
    margin-left: 0px;
    display: none;
    text-align: center;
    width: 60% !important;
}

.success-text {
    font-size: 24px !important;
    color: rgb(255, 255, 0);
}

.desktop-popup-input {
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    border: 2px solid rgb(255, 255, 255) !important;
}

.call-button {
    background: rgb(0, 0, 0);
    margin-top: 28px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    width: 150px;
    border: none;
    font-size: 20px;
}

.phone-desktop {
    margin-top: 5px;
    margin-bottom: 15px;
    color: rgb(255, 255, 255) !important;
}

#error_message_desktop_popup {
    color: rgb(255, 255, 255);
}
.feature-section
{
  position: relative;
  padding-bottom: 55px;
}
.services__shape-wrap img {
    position: absolute;
    z-index: 1;
    opacity: 0.5;
}
.services__shape-wrap img:nth-child(2) {
    right: 0px;
    top: 0px;
}
.services__shape-wrap img:nth-child(1) {
  left: 0px;
  bottom: 0px;
}
.benefits-section
{
  background-color: #000000;
  padding: 0px;
}
.benefits-section .heading02 
{
    text-align: start;
}
.benefits-section .heading02 h2
{
    color: #ecbe45;
    margin-bottom: 20px;
}
.benefits-section .heading02 h2 span,.benefits-section .sub-title
{
color: #fff;
}
.benefits-section .container
{
    margin: auto;
    border-left: 1px solid #393939;
    border-right: 1px solid #393939;
    padding: 15px 90px 20px;
}
.user-fav-tiles-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3%
}

.user-fav-tiles {
    background-color: hsla(0,0%,99.2%,.9803921568627451);
    border-radius: 16px;
    -webkit-flex-basis: 57%;
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
    overflow: hidden;
    padding: 36px 36px 0;
    margin-bottom: 3%
}

.user-fav-tiles h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 32px
}

.user-fav-tiles p {
    color: #484848;
    margin-bottom: 36px;
    font-size: 17px;
}

.user-fav-tiles:nth-child(2),.user-fav-tiles:nth-child(3) {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

.user-fav-tiles:last-of-type {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.user-fav-tiles:last-of-type p {
    max-width: 468px
}

/* .user-fav-tiles:last-of-type img {
    margin-top: -70px
} */
@media screen and (max-width: 768px) {
    .user-fav-tiles-wrap .user-fav-tiles {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .benefits-section .container
    {
        padding: 15px 20px 30px;
    }
    .user-fav-tiles:last-of-type img {
        margin-top: 0;
    }
    .user-fav-tiles:last-of-type {
        padding-left: 0;
        padding-right: 0;
    }
    .user-fav-tiles:last-of-type p {
        max-width: unset;
        padding: 0 36px;
    }
       .user-fav-tiles {
        border-radius: 10px;
        padding: 5px 10px 0px 10px;
text-align:center;
    }
    .user-fav-tiles h3
    {
        text-align: center;
        padding: 0px 10px;
        line-height: 26px;
    }
.user-fav-tiles p {
    font-size: 14px;
}
}
/* .feature-glances-box {
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #055d60  50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 25px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    min-height: 350px;
}
.feature-glances-box:hover {
    background-position: 0 100%;
}
.feature-glances-box h4
{font-size: 20px;text-align: left;color: rgb(22, 28, 38);line-height: 30px;margin: 15px 0px 10px;}
.feature-glances-box p
{
  font-size: 16px;
    text-align: left;
    color: rgb(22, 28, 38);
    line-height: 28px;
    font-weight: 400;
}

.feature-glances-box:hover .icons01 {
    background: #fff;
}
.icons01 {
    width: 90px;
    height: 90px;
    background: rgba(204, 204, 204, 0.1411764706);
    line-height: 90px;
    text-align: center;
    border-radius: 20px;
}
.feature-glances-box:hover h4, .feature-glances-box:hover p, .feature-glances-box:hover a {
    color: #fff;
} */
.features-price
{
  padding: 0px 0px 60px;
}
.copyright p
{
    font-size: 15px;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
.services__shape-wrap{
display:none;
}
    .trusted-points ul li {
        max-width: 45%;
        flex: 0 0 45%;
        padding: 0px;
    }
     .feature-lists li {
        max-width: 45%;
        flex: 0 0 45%;
        padding: 5px;
    }
    .trusted-points ul li p
    {
      display: none;
    }
    .trusted-points ul li h3 .counter b {
        font-size: 18px;
    }
    .trust-box .icon img {
        width: 42px;
    }
        .secion006 .text-contents {
        padding-top: 30px;
    }
    .sub-title
    {
        font-size: 14px;
    }
    .logo01 a img {
    height: 37px;
}
.trusted-points ul
{
    margin-top: 30px;
}

.industry-tabs .nav-tabs .nav-link .icon img{
        height: 34px;
}
}
.owl-dots {
    display: none;
}
.compliance-badge {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: start;
    gap: 10px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #033432 0%, rgb(5 93 96) 185%);
    padding: 9px 15px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    width: fit-content;
    font-weight: 600;
    border: 1px solid #008085;
}
.serving {
    background: #174A99;
    padding: 50px 0;
    float: left;
    width: 100%;
}
.serving h5 {
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.ser-box {
    margin-top: 20px;
    display: flex
;
    align-items: center;
}
.ser-box-txt {
    color: #fff;
    margin-left: 20px;
    margin-top: 20px;
}
.bride-banner
{
    display: flex;
    align-items: center;
    gap: 15px;
}
.bride-banner p
{
    margin-bottom: 0px;
}
.component-content {
    position: relative;
    text-align: center;
    border: 2px solid #e9e9e9;
    background: #fff;
    border-radius: 22px;
    padding: 3rem 2rem 2rem;
    margin: 0 1rem 0 0;
 margin-bottom: 50px;
}

.industry-section
{
    width: 100%;
    float: left;
    padding: 40px 0px 20px;
}

.field-promolink.link-outline {
    margin: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
 .field-promolink.link-outline a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: transparent;
    font-size: 0;
}


 .component-content:after {
   display: inline-block;
    content: "";
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    right: -16px;
    bottom: -16px;
    border-radius: 26px;
    background-image: linear-gradient(223deg, #2c7678f2 0%, #05383a 100%);
    z-index: -1;
}
.field-promotext
{
    font-size:27px;
    margin-bottom: 20px;
    margin-top: 20px;    color: #0d4345;
}
.field-promotext2
{
    font-size: 15px;
}
 .component-content:after {
    content: "";
    display: table;
    clear: both;
}
.field-promolink {
    position: absolute;
    bottom: 3rem;
    left: 0;
    margin-top: 46px;
    right: 0;
}
@media (max-width: 991px) {
        .compliance-badge
    {
        margin: auto auto 20px;
    }
}

