/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Active Uno";
    src: url(../fonts/ActiveUno.otf);
}

html,
body {
    overflow-x: hidden;
}

body * {
    font-family: "Active Uno";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Schibsted Grotesk", sans-serif;
}

h2 {
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
}

h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
}

p {
    font-size: 18px;
    letter-spacing: 1px;
}

/* Header Css */
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    text-align: center;
    font-family: "Schibsted Grotesk";
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 15px 27px;
    border-radius: 30.5px;
    border: 1px solid #C9C9C9;
}

.navbar-dark .navbar-nav .nav-link:hover {
    background: #002664;
    color: #fff;
    border-color: #002664;
}

.navbar-dark .navbar-nav .nav-link.btn {
    padding: 15px 57px;
    background: #002664;
    color: #fff;
    border-color: #002664;
}

.navbar-dark .navbar-nav .nav-item {
    margin: 0 7px;
}

.navbar-dark .navbar-nav .cart-btn .nav-link {
    padding: 0;
    border: 0;
    background: #FFE6E6;
    width: 53px;
    height: 53px;
    line-height: 53px;
}

.navbar-dark .navbar-brand {
    margin: 0 150px 0;
    padding: 0;
}

/* Banner Css */
section.main-banner-row {
    padding: 13px 23px 51px;
}

.banner-row {
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 121px 405px 0px;
}
.inner-banner-row {
    padding: 260px 0;
}
.port-banner-row {
    padding: 121px 305px;
}
.b2b-banner-row p {
    width: 75%;
    margin: auto;
}
.banner-sec {
    margin-bottom: 42px;
}

.banner-sec h1 {
    color: #FFF;
    font-size: 89px;
    font-weight: 700;
    line-height: 105px;
    margin-bottom: 15px;
}
.banner-sec h3 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}
.banner-sec p {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 56px;
}

.banner-sec .form-group {
    display: flex;
    border-radius: 32.5px;
    background: #FFF;
    padding: 8px 26px 8px 32px;
    height: 65px;
}

.banner-sec .form-group input {
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: 0;
    color: #CDCDCD;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.banner-sec .form-group input::placeholder {
    color: #CDCDCD;
}

.banner-sec .form-group button {
    padding: 0;
    background: transparent;
    border: 0;
}

.banner-inner-sec {
    padding-bottom: 114px;
    margin: 0 20px;
    position: relative;
}

.banner-inner-sec h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 9px;
}

.banner-inner-sec p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
}

.banner-inner-sec button.w-btn {
    border-radius: 7px;
    border: 1px solid #F00;
    background: #FFF;
    box-shadow: 0px 4px 34.7px 6px rgba(100, 5, 5, 0.25);
    padding: 11px 51px;
    color: #002664;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.banner-inner-sec a {
    display: inline-block;
}

.banner-inner-sec:before {
    content: "";
    width: 1px;
    height: 93%;
    background: #fff;
    position: absolute;
    left: -40px;
    bottom: 0;
}

.banner-row .col-lg-4:first-child .banner-inner-sec:before {
    display: none;
}
.b2b-banner-row {
    padding: 108px 178px 115px;
}
.b2b-banner-row .banner-sec h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 11px;
}
/* Category Css */
section.category-row {
    padding: 0 23px 177px;
}

section.category-row .row {
    background-image: url(../images/cate-bdt.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0px 30px 0px 63px;
    position: relative;
}

section.category-row .row .col {
    width: 16%;
    flex: 16%;
    position: relative;
    padding-bottom: 51px;
    padding-top: 80px;
}

.category-sec {
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 29px 0 32px 28px;
}

.category-sec img {
    margin-bottom: 87px;
}

.category-sec h3 {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    margin-left: 8px;
    min-height: 43px;
    width: 75%;
}

section.category-row .row:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #CDCDCD;
    position: absolute;
    top: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

section.category-row .row .col:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #CDCDCD;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

section.category-row .row .col:first-child:after,
section.category-row .row .col:nth-child(7):after,
section.category-row .row .col:nth-child(12):after {
    display: none;
}
section.vanity-category-row .col:nth-child(6):after {
    left: auto;
    right: -1px;
}
section.vanity-category-row .row .col {
    width: 17%;
    flex: 17%;
}
section.vanity-category-row .category-sec img {
    margin-bottom: 23px;
    height: 70px;
    object-fit: scale-down;
}
section.vanity-category-row .category-sec h3 {
    width: 60%;
}
section.vanity-category-row .category-sec {
    padding: 18px 0 28px 23px;
    background-size: 100% 100%;
}
.more-cate {
    background: unset;
    padding: 0;
    position: absolute;
    top: 290px;
    right: 0;
    left: 0;
    text-align: center;
}

.more-cate a {
    display: inline-block;
    border-radius: 30.5px;
    background: #F00;
    padding: 16px 37px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Schibsted Grotesk';
    transition: all 0.2s linear;
}

/* Work Css */
section.work-row {
    padding: 0 114px 87px 85px;
}

.work-head {
    margin-bottom: 37px;
}

.w-head h2 {
    color: #151515;
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}

.work-sec h2 {
    text-align: center;
    -webkit-text-stroke-width: 0.76px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.20);
    font-size: 100px;
    font-weight: 700;
    line-height: 115px;
    color: transparent;
    margin-bottom: 10px;
    font-family: Montserrat;
}

.work-inner-sec {
    border-radius: 13.229px;
    background: #FFF;
    box-shadow: 0px 3.036px 67.556px 4.554px rgba(255, 0, 0, 0.10);
    text-align: center;
    padding: 15px 30px 40px;
}

.work-inner-sec img {
    margin-bottom: 19px;
}

.work-inner-sec h3 {
    color: #F60404;
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -1.197px;
    text-transform: capitalize;
    width: 96%;
    margin: 0;
}

section.work-row .col-lg-3:nth-child(even) {
    margin-top: 160px;
}

.work-sec {
    position: relative;
}

.work-sec:before {
    content: "";
    background-image: url(../images/down.png);
    width: 157px;
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -145px;
    right: 0;
}

section.work-row .col-lg-3:nth-child(even) .work-sec:before {
    background-image: url(../images/up.png);
    bottom: 0;
    height: 100px;
    margin: auto;
    right: -40px;
    top: -430px;
    width: 171px;
}

section.work-row .col-lg-3:last-child .work-sec:before {
    display: none;
}

/* Saving Css */
section.saving-row {
    background: #000;
    padding: 107px 0 213px;
    position: relative;
    z-index: 1;
}

section.saving-row:before {
    content: "";
    background-image: url(../images/serving-before.png);
    width: 737px;
    height: 392px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 330px;
    z-index: -1;
}

section.saving-row:after {
    content: "";
    background-image: url(../images/serving-after.png);
    width: 618px;
    height: 560px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 330px;
    z-index: -1;
}

.saving-head {
    margin-bottom: 35px;
}

.saving-head h2 {
    color: #fff;
    margin-bottom: 19px;
}

.saving-head p {
    color: #fff;
    width: 70%;
    margin: 0 auto 36px;
}

.saving-head h3 {
    -webkit-text-stroke-width: 0.89px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.20);
    font-family: Montserrat;
    font-size: 115px;
    font-weight: 700;
    line-height: 130px;
    letter-spacing: -5.976px;
    text-transform: capitalize;
    color: transparent;
}

.w-head p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.w-head li {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.saving-box:before {
    content: "";
    background-image: url(../images/serving-overlay.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -180px;
    right: 0;
    margin: auto;
    top: -280px;
    z-index: -1;
}

.saving-box {
    border-radius: 31px;
    background: #16161D;
    padding: 112px 79px 112px 214px;
    position: relative;
}

.saving-box div#v-pills-tab {
    width: 40%;
    margin-right: 85px;
    position: relative;
}

.saving-box div#v-pills-tabContent {
    width: 60%;
}

.saving-box div#v-pills-tab .nav-pills .nav-link {
    text-align: left;
}

.saving-box .nav-pills .nav-link {
    text-align: left;
    padding: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 20.361px;
    margin-bottom: 90px;
    font-family: 'Schibsted Grotesk';
    position: relative;
}

.saving-box .nav-pills .nav-link p {
    color: #FFF;
    font-family: "Active Uno";
    font-size: 18px;
    font-weight: 400;
    margin: 18px 0 0;
}

.saving-box .nav-pills .nav-link.active {
    background: linear-gradient(270deg, #6888FF -6.1%, #CDC1FF 100.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.saving-box .nav-pills .nav-link.active p {
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.saving-sec img {
    width: 100%;
}

.saving-box .nav-pills .nav-link:before {
    content: "";
    background-image: url(../images/check.png);
    width: 38px;
    height: 38px;
    position: absolute;
    left: -92px;
    top: 10px;
}

.saving-box .nav-pills .nav-link.active:before {
    background-image: url(../images/active-check.png);
}

.saving-box .nav-pills .nav-link:after {
    content: "";
    width: 1px;
    height: 90px;
    background: #fff;
    position: absolute;
    left: -74px;
    top: 55px;
}

.saving-box .nav-pills .nav-link:last-child:after {
    display: none;
}

/* Numbers Css */
section.number-main-row {
    padding: 25px 13px 27px;
}

.number-row {
    border-radius: 36px;
    background: #F3F4F6;
    padding: 82px 109px 37px 119px;
}

.number-row .row.align-items-center {
    margin-bottom: 74px;
}

.number-head h2 {
    background: linear-gradient(91deg, #5387C4 -12.6%, #002664 98.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}

.number-head p {
    color: #000;
    width: 78%;
}

button.w-btn {
    border-radius: 30.5px;
    background: #002664;
    border-color: #002664;
    padding: 16px 26px;
    color: #FFF;
    font-family: "Schibsted Grotesk";
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: all 0.2s linear;
}

.number-row .row.align-items-center .col-lg-6:last-child {
    text-align: right;
}

.number-sec {
    background-image: url(../images/number-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 33px 32px 34px 37px;
    margin-bottom: 60px;
}

.number-sec img {
    width: 42%;
    margin-right: 35px;
}

.number-inner-sec h3 {
    border-radius: 15px;
    background: rgba(51, 204, 204, 0.10);
    display: inline-block;
    padding: 1px 26px;
    color: #3CC;
    font-family: "Active Uno";
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

.number-inner-sec h2 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 8px;
}

.number-inner-sec p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    width: 69%;
    margin-bottom: 18px;
}

.number-inner-sec h4 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 26px;
}

.number-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.number-flex button.w-btn {
    background: #FF0000;
    border-color: #FF0000;
    padding: 16px 36px;
}

.number-flex h5 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    margin: 0;
}

.number-row p.text-center {
    margin-top: 30px;
    margin-bottom: 0;
    color: #000;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}

/* CTA Css */
section.cta-main-row {
    padding: 27px 12px 38px;
}

.cta-row {
    background-image: url(../images/cta-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 73px 0 53px 180px;
    position: relative;
}

.cta-row:after {
    content: "";
    background-image: url(../images/cta-after.png);
    width: 863px;
    height: 415px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.cta-sec h2 {
    color: #fff;
    width: 65%;
    margin-bottom: 30px;
}

.cta-sec ul {
    margin: 0;
    padding: 0 0 0 32px;
}

.cta-sec ul li {
    color: #fff;
    font-family: "Schibsted Grotesk";
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 22px;
}

.cta-sec ul li strong {
    font-family: 'Schibsted Grotesk';
    color: #E99A23;
}

/* Testimonials Css */
section.testimonials-row {
    background-image: url(../images/reviews-bg.png);
    padding: 86px 213px 208px;
}

.swiper-container {
    margin-top: 75px;
}

.testimonials-head h2 {
    color: #fff;
    width: 55%;
    text-align: center;
    margin: auto;
}

.testimonials-sec {
    border-radius: 36px;
    background: #FFF;
    padding: 50px 60px 44px 45px;
}

.testimonials-sec img {
    margin-bottom: 27px;
}

.testimonials-sec p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}

.author-box {
    display: flex;
    align-items: center;
}

.author-box img {
    margin: 0 11px 0 0;
}

.author-details h3 {
    color: #000;
    font-family: "Active Uno";
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.author-details h4 {
    color: #CBCBCB;
    font-family: "Active Uno";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

/* FAQ Css */
section.faq-row {
    padding: 113px 200px 68px 180px;
}

.faq-head h2 {
    margin-bottom: 16px;
}

.faq-head img {
    width: 414px;
    margin-left: 50px;
    height: 340px;
    object-fit: scale-down;
    margin-bottom: -10px;
    z-index: -1;
    position: relative;
}

.fq-details {
    border-radius: 36px;
    background: #EDEDED;
    padding: 32px 18px;
    width: 80%;
}

.fq-details h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    width: 85%;
    margin-bottom: 15px;
}

.fq-details a {
    color: #A0A0A0;
    font-family: "Schibsted Grotesk";
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    filter: brightness(20);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    text-align: right;
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid #000;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
    background: transparent;
    color: #172030;
}

.accordion-button {
    padding: 31px 0;
    color: #172030;
    font-family: "Schibsted Grotesk";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 129.713%;
    width: 100%;
}

.accordion-body {
    padding: 0;
}

.accordion-body p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    width: 90%;
}
section.faq-page-row {
    padding: 0 467px 0 28px;
}

.faq-sec {
    padding: 112px 110px 70px;
}

.faq-sec h2 {
    font-size: 60px;
    margin-bottom: 28px;
}

.faq-sec h3 {
    font-family: 'Active Uno';
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.faq-sec-clr {
    background: #FAFAFA;
    border-radius: 50px;
}
/* Plan Css */
section.plan-row {
    background: url(../images/plan-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 290px 0 320px;
}

section.plan-row .row {
    border-radius: 50px 50px 0px 0px;
    background: #030510;
    box-shadow: 0px 4px 195.9px 8px rgba(44, 55, 255, 0.50);
    padding: 0 85px 0 93px;
}

.plan-sec h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 20px;
}

.plan-sec button.w-btn {
    background: #fff;
    color: #04255A;
    padding: 16px 37px;
}

.plan-sec img {
    margin-bottom: -215px;
    width: 100%;
    margin-top: -122px;
}

button.w-btn:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

button.w-btn:hover {
    background: #022362;
    border-color: #022362;
    color: #fff;
}

.more-cate a:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    background: #022362;
}
/* Login Css */
section.login-row {
    padding: 80px 0 0;
}
.login-sec h2 {
    margin-bottom: 5px;
    text-align: center;
}
.register-sec h2 {
    margin-bottom: 30px;
}
.login-sec p {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.login-sec .form-group {
    margin-bottom: 24px;
}
.login-sec .form-group label {
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}
.login-sec .form-group input {
    background: #F7F8FA;
    height: 59px;
    border: 0;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
}
.login-sec button.w-btn {
    display: table;
    margin: 0 auto 25px;
    padding: 16px 60px;
}
.login-sec p a {
    color: #d6031f;
    text-decoration: underline;
}
/* Footer Css */
footer.main-footer-row {
    padding: 82px 23px 38px;
}

.footer-row {
    background-image: url(../images/footer-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 57px 52px 18px 63px;
}

.footer-row h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
}

.footer-row ul {
    margin: 0;
    padding: 0 0 0 12px;
}

.footer-row ul li {
    color: #FFF;
    font-family: "Schibsted Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}

.footer-row ul li a {
    color: #fff;
    font-family: 'Schibsted Grotesk';
    transition: all 0.2s linear;
}

a {
    text-decoration: unset;
}

.footer-row ul li:hover a {
    color: #fd0004;
}

.footer-links {
    margin-bottom: 90px;
}

.copyright-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-row .row {
    padding-left: 114px;
}

.copyright-sec a {
    border-radius: 11px;
    background: linear-gradient(90deg, #002664 0%, #070924 100%);
    padding: 21px 86px;
    color: #FFF;
    font-family: "Schibsted Grotesk";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    transition: all 0.2s linear;
}

.copyright-sec a:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.copyright-sec p {
    color: #FFF;
    font-family: "Schibsted Grotesk";
    font-size: 18px;
    font-weight: 500;
    line-height: 180%;
    margin: 0;
}

.copyright-sec p a {
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 18px;
}


/* Page Get A Number */

.btn.btn-danger {
    border-radius: 100px;
    letter-spacing: 1px;
    padding: 14px 22px;
    background-color: #FF0000;
}
button.btn.btn-danger.w-btn {
    border-color: #FF0000;
}
.btn.btn-outline-primary {
    border-color: #002664;
    color: #002664;

}

.btn.btn-outline-primary:hover {
    background-color: #002664;
    color: #ffffff;
}

.number-card-btn {
    width: 100%;
    border-radius: 100px;
    padding: 14px;
}
section.number-section .card-body h3 {
    font-family: 'Active Uno';
}
.text-danger {
    color: #FF0000;
}

.text-muted {
    color: #A7A7A7 !important;
    font-weight: 200;
}

.text-primary {
    color: #002664 !important;
}

.form-select {
    border: none !important;
    background-color: #ffffff;
}

.accordion-item {
    border: 0;
    border-bottom: 3px solid #F7F7F7;
}

.card-number {
    border: 1px solid #D9D9D9;
    border-radius: 11px;
}

.form-check {
    margin-bottom: 15px;
}

.search-container {
    background-color: #ffffff;
    padding: 16px 46px 16px 14px;
    width: 50%;
    justify-self: center;
    border-radius: 100px;
}

form.banner-form input {
    border: none;
}

.banner-form-btn {
    color: #002664;
}

.banner-sec button.btn.btn-danger {
    background-color: #FFE0E0;
    border: none;
    color: #000000;
    padding: 13px 20px;
    border-radius: 5px;
}

.banner-sec button.btn.btn-danger:hover {
    background-color: #FFBFBF;
    color: #000000;
}

.btn-active {
    background-color: #FFBFBF;
    border: none;
    color: #000000;
    padding: 13px 20px;
    border-radius: 5px;
}

.banner-form input::placeholder {
    color: #CDCDCD;
    opacity: 1;
}

span#basic-addon1 {
    background-color: transparent;
    border: none;
    color: #CDCDCD;
}

.filter {
    background-color: #F7F7F7;
    height: 100%;
}

.filter.rounded {
    border-radius: 18px !important;
}

.filter-group button.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    filter: brightness(0);
}

.filter-group button.accordion-button {
    padding: 16px 14px;
    color: #172030;
    font-family: "Schibsted Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 0;
    width: 100%;
}

ul.list-unstyled.filter-list li {
    border-bottom: 1px solid #000000;
    padding: 10px 0px;
}

ul.list-unstyled.filter-list li a {
    color: #555555;
}

.filter-one form {
    color: #555555;
}

.form-check-input[type=checkbox] {
    border: 1px solid #313131;
}

.form-check-input[type=checkbox]:checked {
    background-color: #FF0000;
    border-color: #ffffff;
}

.clear-filter {
    width: 100%;
    border-radius: 7px;
    padding: 15px;
}

/* Page Toll Free Number */

.card-header.card-number-header {
    background-color: transparent;
    border: 0;
}

span.badge.bg-danger.number-badge {
    background-color: #FFBFBF !important;
    color: #000000;
    padding: 8px 18px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 12px;
    border: 1px solid #FF0000;
}

/* Page Global Number */
.global-search-container {
    padding: 16px 15px 0px 35px;
}

/* Page View Features */
.btn-success {
    border-radius: 7px;
    padding: 10px 40px;
    background-color: #85BD23;

}

.btn-warning {
    border-radius: 7px;
    padding: 10px 40px;
    background-color: #FD9825;
    color: #ffffff;
}

.banner-card {
    border-radius: 15px;
    height: 375px;
}

.bg-danger {
    background-color: #ff0000 !important;
}

.vf-bg-danger {
    background-color: #FFF4F4;
}

.vf-carousel-items {
    border: 1px solid #000;
    border-radius: 45px;
}

span.banner-card-icon.bg-danger {
    border-radius: 100px;
    padding: 18px;
    width: fit-content;
}

img.img-fluid.banner-card-icon-img {
    width: 50px;
    height: 50px;
}

.banner-sec .card h3 {
    font-size: 24px;
}

.banner-card p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 0;
}

.item-btn-group {
    background-color: #EFEFEF;
    width: fit-content;
    padding: 10px 8px;
    border-radius: 5px;
}

.swiper-1-button-next,
.swiper-1-button-prev {
    position: absolute;
    top: 108%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-1-button-next {
    padding: 26px;
    border: 1px solid #000000;
    border-radius: 12px;
    background-color: #FFF4F4;
    background-image: url("../images/arrow-right.svg");
    right: 10px;
    left: 50%;
}

.swiper-1-button-prev {
    padding: 26px;
    border: 1px solid #000000;
    border-radius: 12px;
    background-color: #FFF4F4;
    background-image: url("../images/arrow-left.svg");
    left: 45%;
    right: auto;
}

section.vf-cta {
    padding: 200px 0 200px;
}

section.vf-cta h2 {
    font-size: 72px;
}

section.vf-cta .row {
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding: auto;
}

/* Page Start A Transfer */
.form-check.check-center {
    justify-self: center;
}

.sat-inner-section {
    border: 1px solid #000000;
    padding: 56px 50px;
    height: 100%;
    border-radius: 12px;
}

.sat-inner-section h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 0;
}

.sat-inner-section ul li {
    font-size: 21px;
}

.btn-danger-banner {
    border-radius: 100px;
    letter-spacing: 1px;
    padding: 14px 32px;
}

.banner-btn-outline {

    border-radius: 100px;
    letter-spacing: 1px;
    padding: 14px 32px;

}

/* Page Vanity Phone Numbers */
.bg-dark {
    background-color: #16161D !important;
}

ul.unstyled-list {
    list-style: none;
    padding: 0;
}

.vpn-list {
    padding-bottom: 50px;
    position: relative;
}

.vpn-list:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 140px;
    background: #000;
    position: absolute;
    left: -27px;
    top: 39px;
}

.vpn-list:before {
    content: "";
    background-image: url(./assets/images/check-icon.svg);
    width: 38px;
    height: 38px;
    position: absolute;
    right: auto;
    left: -45px;
    margin-top: 5px;
    top: auto;
}

.vpn-cta-btn {
    top: 325px;
    right: -146px;
}

/* Page Local Phone Numbers */
ul .banner-list::marker {
    font-size: 30px;
    color: white;
}

li.banner-list p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.card-img-top {
    width: 12%;
}

.easy-section.card-title {
    font-size: 24px;
}

/* Page Toll Free Numbers */
.tfn-banner-row {
    padding: 121px 320px 0px;
}

.float-list li.banner-list {
    float: left;
    margin: 0 25px;
}

.float-list li.banner-list p {
    font-size: 22px;
}

.bg-danger-light {
    background-color: #FFF4F4;
}

.p-10 {
    padding: 6rem !important;
}

.sec-feature .card-title {
    font-size: 24px;
}

section.sec-business-info {
    border-radius: 20px;
}

.sec-business-info img {
    width: 50px;
}

.sec-business-info .card-title {
    font-size: 28px;
}

.bg-primary {
    background-color: #0D193D !important;
}

.logo-row {
    border-radius: 38px;
}

/* Page Call Forwarding */
.sec-features .container {
    border-radius: 66px;
}

.bg-light {
    background-color: #F9F9FB !important;
}

.radius-10 {
    border-radius: 25px;
}
/* Page Sell & License Your Own Numbers */
.sec-more-ways img {
    width: 18%;
}

.business-info-inner-sec {
    position: relative;
}

.col-4:not(:last-child) .business-info-inner-sec::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    width: 1px;
    height: 25%;
    background-color: #000;
}

.col-3:not(:last-child) .business-info-inner-sec::after {
    content: "";
    position: absolute;
    top: 44%;
    right: 0%;
    width: 1px;
    height: 36%;
    background-color: #000;
}

input.form-control.form-inputs {
    border-radius: 10px;
    height: 60px;
    font-size: 18px;
    color: #000000;
}

.sec-get-started label.form-check-label {
    font-family: "Schibsted Grotesk", sans-serif;
    color: #808080;
}

.sec-get-started input#exampleCheck1 {
    border: 1px solid #D6D6D6;
}

.sec-get-started {
    border-radius: 66px;
}

.bg-danger-light-2 {
    background-color: #FFFBFB;
}
.sec-features li {
    margin-bottom: 10px;
    margin-top: 10px;
}
section.feature-cate-row {
    padding-top: 100px;
    padding-bottom: 120px;
}
.feature-head {
    margin-bottom: 30px;
}
section.feature-cate-row .row {
    background: transparent;
    border: 1px solid #CDCDCD;
    border-radius: 30px;
    padding: 0 36px;
}
section.feature-cate-row .row::before {
    display: none;
}
section.feature-cate-row .category-sec img {
    height: 77px;
    object-fit: scale-down;
}
section.vpn-section {
    padding-bottom: 130px;
}
section.vpn-section .container {
    border-radius: 30px;
}
section.sec-business img {
    width: 95%;
}
.business-inner-sec h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}
.business-inner-sec strong {
    color: #000;
    font-family: 'Schibsted Grotesk';
    margin-bottom: 10px;
    display: block;
    font-size: 22px;
    width: 95%;
}
section.number-video-row {
    padding: 50px 195px;
}
.number-video-sec {
    position: relative;
}
.number-video-sec img {
    width: 100%;
}
.number-video-sec a {
    position: absolute;
    top: 0;
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}
.number-video-sec a img {
    width: 147px;
    height: 147px;
}
.port-sec {
    border: 1px solid;
    padding: 57px 68px;
    border-radius: 12px;
}
section.compare-plan-row {
    padding: 70px 74px 0;
}
section.compare-plan-row .w-head {
    margin-bottom: 100px;
}
.pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pricing-table .column {
    width: 31%;
    margin: 130px 70px 0 0;
}
.pricing-table .column-bdr {
    width: 15%;
    text-align: center;
    border: 1px solid #C8C8C8;
    padding: 52px 52px;
    margin: 0 10px;
    border-radius: 6px;
}
.pricing-table .column h3 {
    color: #000;
    font-family: 'Schibsted Grotesk';
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
}
.pricing-table .column h3 small {
    color: #156CFE;
    font-family: 'Schibsted Grotesk';
    font-size: 23px;
    font-weight: 600;
    display: block;
    margin: 20px 0;
}
.pricing-table .column h3 small span {
    color: #454545;
    font-family: 'Schibsted Grotesk';
    opacity: 0.7;
}
.pricing-table .column:first-child h3 {
    color: #454545;
    font-family: 'Schibsted Grotesk';
    font-size: 27px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    margin: 0 0 20px;
}
.pricing-table .column h4 {
    color: #454545;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 26px;
    margin-bottom: 20px;
}
.pricing-table .column h5 {
    font-size: 16px;
    color: #454545;
    font-family: 'Schibsted Grotesk';
    border-bottom: 1px solid #D2D2D2;
    padding: 26px 0;
    height: 66px;
}
.pricing-table .column h5 a {
    color: #454545;
    text-decoration: underline;
    font-family: 'Schibsted Grotesk';
}
/* Bulk Css */
section.bulk-porting-row {
    padding: 70px 110px 99px 24px;
}
.bulk-lft-sec {
    border: 1px solid #C8C8C8;
    border-radius: 50px;
    padding: 41px 110px 64px;
    margin-bottom: 49px;
}
.bulk-lft-sec h2 {
    text-align: center;
    font-size: 45px;
    color: #000;
    line-height: 55px;
    margin-bottom: 61px;
}
.bulk-lft-flx {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
}
.bulk-lft-flx ul {
    margin: 0;
    padding: 0;
    width: 199px;
}
.bulk-lft-flx ul li {
    list-style: none;
    font-family: 'Schibsted Grotesk';
    color: #000;
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 23px;
    margin-bottom: 18px;
    position: relative;
}
.bulk-lft-flx ul li strong {
    font-size: 25px;
}
.bulk-lft-flx ul li:first-child {
    border: 0;
    padding: 0;
    margin-bottom: 38px;
}
.bulk-lft-flx ul:first-child li:before {
    content: "";
    height: 16px;
    width: 1px;
    background: #D2D2D2;
    position: absolute;
    right: -115px;
}
.bulk-lft-flx ul:first-child li:first-child:before {
    display: none;
}
.bulk-sec {
    background: #FAFAFA;
    border-radius: 50px;
    padding: 165px 68px;
}
.bulk-sec h3 {
    font-size: 45px;
    color: #000;
    line-height: 50px;
    margin-bottom: 15px;
}
.bulk-sec ol {
    margin-bottom: 15px;
}
.bulk-sec button {
    margin-bottom: 15px;
}
.bulk-sec ol li {
    font-size: 18px;
    width: 75%;
    line-height: 26px;
    margin-bottom: 10px;
}
.slider-single {
    margin-bottom: 24px;
}
.number-video-box a, .number-video-box a img {
    width: 75px;
    height: 75px;
    text-align: center;
    margin: auto;
}
.number-video-box {
    margin: 0 6px;
}
/* B2B Css */
section.b2b-partner-row {
    padding: 0 224px 100px 163px;
}
.partner-head {
    margin-bottom: 40px;
}
.b2b-partner-sec h3 {
    font-size: 25px;
    font-family: 'Active Uno';
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 12px;
    color: #000;
}
.b2b-partner-sec ul {
    margin-bottom: 14px;
}
.b2b-partner-sec ul li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
section.b2b-partner-row .col-3 {
    position: relative;
}
section.b2b-partner-row .col-3:before {
    content: "";
    height: 84px;
    width: 1px;
    background: #000;
    position: absolute;
    left: -60px;
    top: 94px;
}
section.b2b-partner-row .col-3:first-child:before {
    display: none;
}
section.b2b-cta-row {
    padding: 80px 13px 100px;
}
.b2b-cta-sec {
    background-image: url(../images/b2b-cta-bg.png);
    padding: 68px 260px 46px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.b2b-cta-sec h2 {
    text-align: center;
    color: #fff;
    width: 85%;
    margin: 0 auto 25px;
}
.b2b-cta-sec ul {
    margin: 0 0 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.b2b-cta-sec ul li {
    width: 39%;
    color: #fff;
    font-family: 'Schibsted Grotesk';
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}
.b2b-cta-sec button {
    display: table;
    margin: auto;
}
section.b2b-progress-row {
    padding: 0 147px 100px;
}
section.b2b-progress-row .row {
    border: 1px solid;
}
section.b2b-progress-row .row .col-4 {
    padding: 0;
}
section.b2b-progress-row .row .col-4:first-child, section.b2b-progress-row .row .col-4:nth-child(2), section.b2b-progress-row .row .col-4:nth-child(3) {
    border-bottom: 1px solid;
}
section.b2b-progress-row .row .col-4:first-child, section.b2b-progress-row .row .col-4:nth-child(2), section.b2b-progress-row .row .col-4:nth-child(4), section.b2b-progress-row .row .col-4:nth-child(5) {
    border-right: 1px solid;
}
.b2b-progress-sec {
    padding: 70px 10px 70px 60px;
}
.b2b-progress-sec h2 {
    font-size: 60px;
    color: #000;
    line-height: 60px;
    margin-bottom: 10px;
}
.b2b-progress-sec p {
    color: #000;
    font-size: 22px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
/* Blog Css */
.blog-main-sec h3 {
    background: #FF0000;
    display: inline-block;
    padding: 16px 32px;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}
.blog-main-sec h2 {
    width: 75%;
    margin-bottom: 20px;
}
.blog-main-sec p {
    margin-bottom: 20px;
}
.blog-main-sec ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.blog-main-sec ul li {
    display: flex;
    margin-right: 13px;
    align-items: center;
    color: #808080;
    font-size: 15px;
}
.blog-main-sec ul li img {
    width: 17px;
    height: 17px;
    object-fit: scale-down;
    margin-right: 14px;
}
.blog-main-sec ul li:nth-child(2) {
    color: #D6D6D6;
}
.hidden {
  display: none;
}
.pagination-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  padding: 1rem 0;
  justify-content: center;
}
.pagination-number,
.pagination-button{
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .2rem;
}
.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}
.pagination-number.active {
  color: #fff;
  background: #0085b6;
}
div#paginated-list {
    display: flex;
    flex-wrap: wrap;
}
.blog-sec {
    width: 31%;
    margin: 0 15px;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 40px;
}
.blog-sec img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}
.blog-sec h3 {
    background: #FF0000;
    display: table;
    padding: 16px 32px;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin: -63px auto 0;
    margin-right: 0;
    z-index: 1;
    position: relative;
}
.blog-sec ul {
    margin: 26px 0 18px 26px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.blog-sec ul li {
    display: flex;
    margin-right: 13px;
    align-items: center;
    color: #808080;
    font-size: 15px;
}
.blog-sec ul li img {
    width: 17px;
    height: 17px;
    object-fit: scale-down;
    margin-right: 14px;
}
.blog-sec h2 {
    font-size: 30px;
    line-height: 40px;
    padding-left: 26px;
    margin-bottom: 16px;
}
.blog-sec a {
    margin-left: 26px;
    font-size: 18px;
    font-family: 'Schibsted Grotesk';
    color: #616161;
    display: block;
}
/* Worth Css */
.worth-banner-row {
    padding: 147px 341px 211px;
}
.worth-banner-row .banner-sec h1 {
    margin-bottom: 23px;
}
.worth-banner-row .banner-sec .form-group {
    width: 46%;
    margin: auto;
    padding: 5px 7px 5px 30px;
}
.worth-banner-row .banner-sec .form-group button.btn.btn-danger {
    background: #FE0000;
    padding: 16px 0;
    width: 60%;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    height: 56px;
}
.worth-banner-row .banner-sec .form-group input {
    font-size: 16px;
}
section.legit-row {
    margin: 0 34px;
    background: #FFF4F4;
    padding: 107px 200px;
    border: 1px solid;
    border-radius: 16px;
}
.legit-head {
    margin-bottom: 43px;
}
.legit-head h2 {
    font-size: 60px;
    line-height: 65px;
}
section.legit-row .col-4 {
    position: relative;
}
section.legit-row .col-4:before {
    content: "";
    height: 109px;
    width: 1px;
    background: #000;
    position: absolute;
    left: -50px;
    top: 70px;
    right: 0;
}
section.legit-row .col-4:first-child:before {
    display: none;
}
.legit-sec h3 {
    background: #FF0000;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 40px;
}
.legit-sec h2 {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 16px;
}
.legit-sec p {
    font-size: 18px;
    width: 85%;
}
/* Contact Css */
section.contact-row {
    padding: 74px 192px 125px;
}
.contact-sec {
    background: #FFF4F4;
    border: 1px solid #000;
    border-radius: 16px;
    padding: 40px;
}
.contact-sec img {
    height: 100px;
    object-fit: scale-down;
    margin-bottom: 10px;
}
.contact-sec h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
}
.contact-sec p {
    font-size: 20px;
    margin: 0;
}

/* changes by backend */
.btn.btn-outline-primary:active, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.active {
    background-color: #002664;
    color: #ffffff;
    box-shadow: 0 0 0 .25rem rgb(0 38 100 / 22%);
}