@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri.html");
    src: url("../fonts/Calibrid41d.html?#iefix") format("embedded-opentype"),
        url("../fonts/Calibri.woff2") format("woff2"),
        url("../fonts/Calibri-2.html") format("woff"),
        url("../fonts/Calibri-3.html") format("truetype"),
        url("../fonts/Calibri-4.html#Calibri") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri-Bold.html");
    src: url("../fonts/Calibri-Boldd41d.html?#iefix") format("embedded-opentype"),
        url("../fonts/Calibri-Bold.woff2") format("woff2"),
        url("../fonts/Calibri-Bold-2.html") format("woff"),
        url("../fonts/Calibri-Bold-3.html") format("truetype"),
        url("../fonts/Calibri-Bold-4.html#Calibri-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri-Light.html");
    src: url("../fonts/Calibri-Lightd41d.html?#iefix") format("embedded-opentype"),
        url("../fonts/Calibri-Light-2.html") format("woff2"),
        url("../fonts/Calibri-Light-3.html") format("woff"),
        url("../fonts/Calibri-Light-4.html") format("truetype"),
        url("../fonts/Calibri-Light-5.html#Calibri-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #026668;
    --secondary-color: #026668;
    --section-bg-color: #faf4ff;
}

body {
    font-family: "Calibri";
    color: #444444;
}

p {
    font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
    line-height: 1.6;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.cl-white {
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

.top-bar {
    background-color: #066ffa;
    padding: 12px 0;
    margin-bottom: 15px;
}

.bar-ctm {
    display: flex;
    justify-content: end;
}

.top-ctm {
    display: flex;
    margin-right: 0;
}

.top-ctm span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-right: 10px;
}

.top-ctm a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .mob-fm {
        margin-top: 74px;
        display: block;
    }
    .top-ctm {
        display: flex;
        justify-content: center;
        padding: 2px;
    }
    .bar-ctm {
        display: flex;
        justify-content: center;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--primary-color);
    border-top-color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--secondary-color);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

#header {
    /* background: #fff;*/
    background: transparent;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

#header.header-scrolled {
    padding: 0;
}

#header .headmain {
    /*background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    padding: 12px 20px;*/
    border-radius: 0;
}

#header.fixed-top.header-scrolled {
    background-color: #eff4f3;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

#header.header-scrolled .logo img {
    max-height: 70px;
}

#header.fixed-top.header-scrolled .logo:before {
    display: none;
}

/*#header .container {
    position: relative;
}*/

#header .logo {
    font-size: 26px;
    margin: 0;
    padding: 5px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    width: 165px;
    text-align: center;
}

#header .logo:before {
    background-color: #eff4f3;
    /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
    position: absolute;
    left: -21px;
    right: 0;
    top: -95px;
    bottom: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    content: "";
}

#header .logo img {
    position: relative;
    z-index: 1;
    max-width: 150px;
}

#header .logo a {
    color: #0b2341;
}

#header .navbar {
    position: inherit;
}

.navbar {
    padding: 0;
}

.lp-header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    /*position: relative;*/
    position: inherit;
}

.navbar .contacts a {
    text-transform: none;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 30px;
    font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1920 - 320));
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
}

.navbar a i.icons,
.navbar a i.icons:focus {
    font-size: 20px !important;
    margin-right: 5px;
}

.navbar .contacts a i.icons {
    color: #fff;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: var(--primary-color);
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: var(--secondary-color);
    padding: 10px 15px;
    margin-left: 40px;
    border-radius: 8px;
    color: #fff;
    border: transparent 1px solid;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #026668;
    background: #ffffff;
    border: #026668 solid 1px;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    /*top: calc(100% 30px);*/
    top: 85px !important;
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    width: 100%;
    min-height: 415px;
    border-radius: 0 0 x;
    padding: 40px;
}

.navbar .dropdown.resourcesBtn {
    position: relative;
}

.navbar .dropdown.resourcesBtn .dropdown-menu {
    padding: 10px;
    height: auto;
    min-height: inherit;
    top: 55px !important;
    min-width: 200px;
}

.navbar .dropdown.resourcesBtn .dropdown-menu li {
    min-width: 100%;
    width: 100%;
    display: block;
    border-bottom: #3f8361 solid 1px;
}

.navbar .dropdown ul img {
    width: 100%;
}

.navbar .dropdown h5 {
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    color: #3f8361;
    font-weight: 600;
    margin-bottom: 15px;
}

.navbar .dropdown ul li {
    min-width: 220px;
    border: 0;
    padding: 0;
    position: static;
    display: flex;
    transition: all ease-in-out 0.3s;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    transition: all ease-in-out 0.3s;
}

/*.navbar .dropdown ul li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 104px;
    height: 1px;
    background-color: #b8c9e1;
    content: '';
}*/

.navbar .dropdown ul li:last-child::after {
    display: none;
}

.navbar .dropdown ul a {
    padding: 10px 0;
    text-transform: none;
    color: #000;
    flex-wrap: wrap;
    color: #546481;
    flex-wrap: wrap;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    white-space: inherit;
    font-weight: 600;
    /*word-break: break-all;*/
}

.navbar .dropdown ul a span {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    color: #8d94a1;
}

.navbar .dropdown ul a:hover {
    color: #011167;
}

.navbar .dropdown ul a:hover span {
    color: #8d94a1;
}

.navbar .dropdown ul a.btn {
    color: #fff;
    align-items: center;
    justify-content: center;
}

.navbar .dropdown ul a.btn:hover {
    color: #026668;
}

.navbar .dropdown ul a i {
    font-size: 12px;
    margin-left: 0;
    margin-right: 10px;
}

.navbar .dropdown ul a.legalLink {
    color: #3f8361;
    font-weight: 600;
    font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
}

.navbar .dropdown ul a.legalLink i {
    margin-left: 5px;
    color: #026668;
    font-size: 16px;
}

/*.navbar .dropdown ul .navCta {
    display: flex;
    align-items: flex-start;
    min-height: 136px;
    border-radius: 20px;
    position: relative;
    padding: 15px;
    font-size: 17px;
    color: #fff;
    background: url(/assets/img/nav-cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: 15px;
    flex-direction: column;
}
    .navbar .dropdown ul .navCta .navCtaImg {
    position: absolute;
    right: 10px;
    bottom: 0;
}*/

.navbar .dropdown ul .navCta h5 {
    display: block;
}

.navbar .dropdown ul .navCta .getLegal {
    color: #fff;
    font-weight: 600;
    display: block;
    font-size: 17px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: var(--primary-color);
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.navbar .nav-item .dropdown-menu li a.dropdown-item {
    max-width: 23%;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

.navbar .dropdown .dropdown-menu .container {
    position: relative;
}

.navbar .dropdown .navCta {
    height: 100%;
}

.navbar .dropdown .dropdown-menu li.block .contectArea {
    display: inline-flex;
}

.navbar .dropdown .dropdown-menu li:hover .contectArea {
    display: inline-flex;
}

.navbar .dropdown .dropdown-menu li .contectArea {
    display: none;
    width: 77%;
    position: absolute;
    right: 0;
    padding: 0 20px;
    top: 0;
    justify-content: space-between;
    background: #fff;
    height: 100%;
    min-height: 340px;
}

.navbar .dropdown .dropdown-menu li {
    width: 23%;
}

.navbar .dropdown .dropdown-menu li a.Mainitem {
    width: 100%;
    padding: 10px 20px;
    text-transform: none;
    color: #616060;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    margin: 0 5px;
    transition: all ease-in-out 0.3s;
    position: relative;
    cursor: pointer;
}

.mobile-nav-toggle {
    color: #026668;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed !important;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(4, 12, 21, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile ul li {
    position: relative;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: var(--primary-color);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: block;
    margin: 10px 5px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul h5 {
    font-size: 18px;
    padding: 0 10px;
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: var(--primary-color);
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

#hero {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 170px 0 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#hero video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    #hero video {
        display: none;
    }
}

#hero .container {
    position: relative;
    z-index: 1;
}

#hero.inner-banner {
    width: 100%;
    height: 100%;
    padding: 150px 0 80px;
    background-size: 100% 100%;
}

#hero .bottom-buttons {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#hero .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px;
    border: #026668 solid 1px;
    border-radius: 8px;
    color: #fff;
    margin: 0 15px;
    transition: all ease-in-out 0.3s;
    background-color: #026668;
}

#hero .btn:hover {
    background-color: #000;
    border-color: #000;
}

#hero .btn i {
    margin-left: 8px;
    color: #fff;
}

#hero .btn:hover i {
    color: #fff;
}

#hero .btn.btn-link {
    border: #026668 solid 1px;
    text-decoration: none;
    background-color: transparent;
    color: #026668;
}

#hero .btn.btn-link i {
    color: #026668;
}

#hero .btn.btn-link:hover {
    background-color: #000;
    color: #fff;
}

#hero .btn.btn-link:hover i {
    color: #fff;
}

#hero .tm-contact {
    border: transparent;
}

section.form-slide {
    padding: 0;
}

#hero h2,
#hero .h2 {
    color: #026668;
    margin: 0;
    font-weight: 700;
    font-size: 48px;
}

#hero h1,
#hero .h1 {
    color: #026668;
    margin: 0;
    font-weight: 700;
    font-size: 48px;
}

#hero h3 {
    color: #010101;
    font-weight: 700;
    font-size: 45px;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    font-family: "Calibri";
    display: inline-block;
}

#hero.inner-banner h2 {
    color: #000;
}

#hero.inner-banner h1 {
    color: #000;
}

#hero p {
    color: #026668;
    padding: 10px;
}

#hero .form-area .form-Title {
    display: inline-block;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 500;
    width: 100%;
}

#hero .form-area .form-Title h3 {
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
    font-size: calc(20px + (37 - 20) * (100vw - 320px) / (1920 - 320));
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

#hero .form-area .form-Title span {
    color: #026668;
}

#hero .form-area .formBox {
    background-color: #fff;
    border-radius: 25px 25px;
    padding: 20px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

#hero .form-area .formBox .form-group {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#hero .form-area .formBox .form-group {
    margin-bottom: 10px;
}

#hero .form-area .formBox .form-control {
    margin: 0;
    border: 0;
    border-right: #eceff4 solid 1px;
    height: 48px;
    line-height: 1;
    color: #959393;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    border: #c3c1c1 solid 1px;
}

#hero .form-area .formBox .btn {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #026668;
    font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    border-color: #000000;
    padding: 10px 15px;
    border-color: transparent;
}

#hero .form-area .formBox .btn:hover {
    background-color: #ffffff;
    color: #026668;
    border-color: #026668;
}

.banHeadBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.headbox {
    display: flex;
    align-items: center;
    max-width: 50%;
    flex: 0 0 50%;
}

.headbox .iconbox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #def4ec;
    border-radius: 8px;
    width: 46px;
    height: 46px;
    margin: 0 12px 0 0;
}

.headbox .textbox {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #000000;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}

.headbox .textbox span {
    font-weight: 500;
    font-size: 18px;
}

@media (min-width: 1200px) {
    #hero p {
        width: 100%;
    }
}

.slide-title span {
    padding: 0 12px;
}

@media (max-width: 992px) {
    #hero .carousel-container {
        text-align: center;
        top: 74px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 25px;
    }
    #hero h1 {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

/*@media (max-width:1400px) {
    #hero {
        padding: 150px 0 30px 0;
    }
}
@media (max-height:500px) {
    #hero {
        height:750px;
    }
}*/

img.btn-icon {
    width: 32px;
    margin-right: 8px;
}

section {
    padding: 60px 0;
}

.section-bg {
    background-color: #def4ec;
}

.bold-title-main {
    font-weight: bold;
}

.box1 {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    transform: rotate(0deg);
}

.box1 img {
    max-width: 100%;
    border-radius: 100%;
}

.rotate {
    -webkit-animation: rotation-full 5s infinite linear;
    animation: rotation-full 5s infinite linear;
}

.rotate-full {
    -webkit-animation: infinite-spinning 8s infinite linear;
    animation: infinite-spinning 8s infinite linear;
}

.foo-logo {
    margin-bottom: 20px;
}

.img-box-oc {
    position: relative;
}

.sub-t {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: var(--primary-color);
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Calibri";
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: var(--primary-color);
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid var(--primary-color);
}

.about .content .btn-learn-more:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

.rounded-circle {
    border-radius: 50% !important;
}

.sub-info {
    font-weight: 600;
    font-family: "Calibri";
    color: #004975;
}

.display-30 {
    font-size: 0.9rem;
}

.icon-image-l {
    border-radius: 50%;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transition: 0.5s;
    transform: translatey(0px);
    -webkit-animation: float-ani-l 6s ease-in-out infinite;
    animation: float-ani-l 6s ease-in-out infinite;
    position: relative;
}

@-webkit-keyframes float-ani-l {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        left: 0px;
        top: 0px;
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        top: -10px;
        left: -20px;
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        left: 0px;
        top: 0px;
    }
}

@keyframes float-ani-l {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        left: 0px;
        top: 0px;
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        top: -10px;
        left: -20px;
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        left: 0px;
        top: 0px;
    }
}

.icon-image-r {
    border-radius: 50%;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transition: 0.5s;
    transform: translatey(0px);
    -webkit-animation: float-ani-r 6s ease-in-out infinite;
    animation: float-ani-r 6s ease-in-out infinite;
    position: relative;
}

@-webkit-keyframes float-ani-r {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        left: 0px;
        top: 0px;
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        top: -10px;
        right: -20px;
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        right: 0px;
        top: 0px;
    }
}

@keyframes float-ani-r {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        right: 0px;
        top: 0px;
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        top: -10px;
        right: -20px;
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        right: 0px;
        top: 0px;
    }
}

.icon-image-cr {
    transition: 0.5s;
    -webkit-animation: float-ani-cr 6s ease-in-out infinite;
    animation: float-ani-cr 6s ease-in-out infinite;
    position: relative;
}

@-webkit-keyframes float-ani-cr {
    0% {
        left: 0px;
        top: 0px;
    }
    50% {
        top: -10px;
        right: -20px;
    }
    100% {
        right: 0px;
        top: 0px;
    }
}

@keyframes float-ani-cr {
    0% {
        right: 0px;
        top: 0px;
    }
    50% {
        top: -10px;
        right: -20px;
    }
    100% {
        right: 0px;
        top: 0px;
    }
}

.icon-image-cl {
    transition: 0.5s;
    transform: translatey(0px);
    -webkit-animation: float-ani-cl 6s ease-in-out infinite;
    animation: float-ani-cl 6s ease-in-out infinite;
    position: relative;
    box-shadow: none;
}

@-webkit-keyframes float-ani-cl {
    0% {
        left: 0px;
        top: 0px;
    }
    50% {
        top: -10px;
        left: -20px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

@keyframes float-ani-cl {
    0% {
        left: 0px;
        top: 0px;
    }
    50% {
        top: -10px;
        left: -20px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

.why-chose-us-title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
}

.purple {
    animation: pulse-purple 6s infinite;
}

@keyframes pulse-purple {
    0% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}

.ctm-sign {
    font-size: 22px !important;
    margin-left: 0px !important;
}

.testimonials .testimonial-wrap {
    padding-left: 20px;
    padding-top: 20px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    min-height: 200px;
    position: relative;
}

.testimonials .slide-item {
    background-color: transparent;
    margin: 0;
    min-height: 65px;
    box-shadow: none;
}

.testimonials .testimonial-item .test-contact {
    position: relative;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
}

.test-contact .ratings {
    color: #ffc833;
    font-size: 14px;
}
.ratings {
    color: #ffc833;
    font-size: 14px;}
    
.testimonials .testimonial-item .testimonial-img {
    border-radius: 50px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.testimonials .testimonial-item h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 5px 0;
    color: #1f1f1f;
}

.testimonials .testimonial-item h4 {
    font-size: 12px;
    color: #026668;
    margin: 0;
    font-weight: 600;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: var(--secondary-color);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item .content-area {
    position: relative;
    padding: 0 0 0 95px;
}

.testimonials .testimonial-item .content-area .quote {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonials .testimonial-item p {
    color: #56575b;
    font-size: 15px;
    line-height: 26px;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--secondary-color);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--secondary-color);
}

.testimonials .bottomsec {
    display: flex;
    align-items: center;
    border-top: #dee1ed solid 1px;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}

.testimonials .overall {
    font-size: 12px;
    font-weight: 500;
    color: #3f8361;
    padding: 10px 15px;
}

.testimonials .overall strong {
    font-size: 14px;
}

.testimonials .rating-box {
    font-size: 12px;
    font-weight: 500;
    color: #1f1f1f;
}

.testimonials .rating-box span {
    color: #026668;
    font-weight: bold;
}

.testimonials .rating-box .ratings {
    color: #ffc833;
}

.tm-list-cont {
    max-width: 700px;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 20px;
}

.tm-list-sec-2 {
    background-color: #daedeb;
    padding: 0;
}

.tm-list-cont-2 {
    padding-left: 50px;
    padding-right: 20px;
}

ul.services_text li {
    font-size: 20px;
    list-style: none;
    margin-bottom: 10px;
}

.section-tt-ctm h2 {
    font-weight: 700;
    color: var(--primary-color);
}

.ctm-list-cols {
    line-height: 2;
    column-count: 2;
    color: #000;
}

.protect2 .slick-arrow {
    display: none !important;
}

.protect2 .slick-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
    overflow: visible;
}

.protect2 .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.protect2 .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.protect2 .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 90% !important;
    transform: translate3d(0, 7px, 0);
    transition: transform 1s, opacity 1s;
}

.protect2 .slick-snext,
.protect2 .slick-sprev {
    display: block;
}

.protect2 .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 6px, 0);
    z-index: 2;
}

.protect2 .slick-current .protect-pkg-include {
    pointer-events: inherit !important;
}

.protect2 .slick-snext {
    opacity: 1;
    transform: translate3d(50%, -12px, -30px);
    z-index: 1;
    right: -50%;
    opacity: 0.4;
}

.protect2 .slick-sprev {
    opacity: 1;
    transform: translate3d(-50%, -12px, -30px);
    left: -50%;
    opacity: 0.4;
}

.protect2 .slick-cloned {
    pointer-events: none;
}

.protect2 .slick-sprev .protect-pkg-include,
.protect2 .slick-current .protect-pkg-include {
    pointer-events: none;
}

.priceTag {
    background: #fff;
    color: #026668;
    border-radius: 12px;
    padding: 0 12px;
    font-weight: 500 !important;
}

.buttons {
    isolation: isolate;
}

#footer {
    background: #000000;
    padding: 0 0 10px 0;
    color: #fff;
    font-size: 14px;
}

footer .bottomLinks {
    padding: 10px;
}

footer .bottomLinks ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: black;
    margin: 0;
}

footer .bottomLinks ul li a {
    color: #fff;
    font-size: 17px;
}

footer .bottomLinks ul li::marker {
    color: transparent;
}

#footer .footer-top {
    padding: 50px 0 0px 0;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Calibri";
}

#footer h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #1d71b8;
    font-size: 14px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 13px;
}

#footer .footer-top .footer-links ul a:hover {
    color: #026668;
}

#footer .copyright {
    padding: 15px 0;
    background-color: #026668;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

#footer .copyright a {
    color: #797979;
}

.copyleft {
    text-align: left;
}

.copyrgt {
    text-align: right;
}

.copyrgt a {
    color: #fff;
}

.fbottom {
    padding: 30px 0;
    border-top: #def4ec solid 1px;
}

.fbottom .btn-area {
    text-align: left;
}

.fbottom a {
    color: #fff;
}

#footer .social-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}

#footer .social-area h6 {
    display: inline-block;
    margin-right: 10px;
}

#footer .social-area ul {
    display: flex;
    padding: 0;
    margin: 0;
}

#footer .social-area ul li {
    display: inline-block;
    list-style-type: none;
}

#footer .social-area ul li a {
    border-radius: 50%;
    border: #fff solid 1px;
    width: 38px;
    height: 38px;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 5px;
    transition: all ease-in-out 0.3s;
}

#footer .social-area ul li a:hover {
    color: #026668;
    border-color: #026668;
}

#footer .social-area ul li a i {
    color: #fff !important;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}

.nav-pills-custom .nav-link {
    color: #000;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #ffffff;
    background: var(--primary-color);
}

@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: "";
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid var(--primary-color);
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.tab-content h4 {
    color: var(--primary-color);
    margin-bottom: 12px;
    font-weight: 700;
}

.bg-light-green {
    background-color: #daedeb;
}

.error-field {
    border-color: red;
}

.iti {
    width: 100%;
}

.package-tab-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: 100%;
    margin-top: 20px;
}

.package-tab-list > li {
    padding: 0 10px;
    display: inline-block;
}

.package-tab-list > li a {
    font-size: 22px;
    padding: 12px 35px;
    display: inline-block;
    color: #1f1f1f;
    transition: all 0.35s ease-in-out;
    font-weight: 600;
}

@media (max-width: 1600px) {
    .package-tab-list > li a {
        padding: 10px 20px;
    }
}

@media (max-width: 991px) {
    .package-tab-list > li a {
        font-size: 17px;
    }
}

.package-tab-list > li .is-active,
.package-tab-list > li a:hover,
.package-tab-list > li a .is-active {
    border-bottom: var(--secondary-color) solid 2px;
    color: var(--secondary-color);
}

@media (max-width: 991px) {
    .package-tab-list {
        flex-direction: column;
    }
}

.tabs-content > .is-active {
    display: block;
}

.tabs-content > * {
    display: none;
}

.addon-pack-selection {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 991px) {
    .addon-pack-selection {
        position: relative;
    }
}

.addon-pack-selection h6 {
    font-size: calc(14px (20 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
}

.addon-pack-selection h6 span {
    background-color: var(--primary-color);
    padding: 0px 6px;
    color: #fff;
    line-height: 1.4;
    font-size: calc(14px (18 - 14) * (100vw - 320px) / (1920 - 320));
}

.addon-pack-selection .radio-bx {
    display: flex;
    align-items: center;
}

.addon-pack-selection .radio-bx input {
    margin-right: 5px;
}

.addon-pack-selection .radio-bx label {
    margin: 0;
    font-size: calc(13px (16 - 13) * (100vw - 320px) / (1920 - 320));
}

.addon-pack-selection .radio-bx a {
    font-weight: 700;
    color: #000;
    text-decoration: underline !important;
}

.addon-pack-selection a {
    font-weight: 700;
    color: #000;
}

.pack-height {
    min-height: 600px;
    max-height: 100%;
}

.pack-height.sm {
    height: 400px;
    position: relative;
    z-index: 9;
}

.pack-height.lr {
    height: 800px;
}

.fs-25 {
    font-size: 25px !important;
}

.addon-main {
    height: 240px;
    position: relative;
}

@media (max-width: 991px) {
    .addon-main {
        height: auto;
    }
}

.addon-list {
    padding: 20px;
}

.addon-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.addon-list li div {
    display: flex;
    align-items: center;
    flex: 1;
}

.addon-list li div p {
    margin: 0;
    font-size: calc(12px (14 - 12) * (100vw - 320px) / (1920 - 320));
    justify-content: space-between;
}

.addon-list li div p i {
    color: red;
    margin: 0;
}

.addon-list li div i {
    color: var(--primary-color);
}

.addon-list li span {
    color: var(--primary-color);
    font-weight: 600;
    font-size: calc(11px (13 - 11) * (100vw - 320px) / (1920 - 320));
    flex: 0 0 35%;
    max-width: 35%;
}

.cus-tooltip {
    position: relative;
    display: inline-block;
    margin-left: 4px;
}

@media (max-width: 991px) {
    .cus-tooltip {
        position: static;
    }
}

.cus-tooltip i {
    color: #fd1434;
    font-size: 9px;
}

.cus-tooltip i.custome {
    position: relative;
}

.cus-tooltip .tooltiptext {
    visibility: hidden;
    width: 480px;
    background-color: #fff;
    color: #000;
    border: solid 1px;
    text-align: left;
    border-radius: 6px;
    padding: 7px 8px;
    font-size: 11px;
    position: absolute;
    top: 15px;
    left: 0;
    transform: translateX(-49%);
    position: absolute;
    z-index: 5;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .cus-tooltip .tooltiptext {
        width: 400px;
    }
}

.cus-tooltip .tooltiptext.tables {
    width: 720px;
}

@media (max-width: 991px) {
    .cus-tooltip .tooltiptext {
        width: 75vw;
        max-width: 480px;
        top: auto;
        left: 0;
        transform: none;
    }
}

.cus-tooltip .tooltiptext .custom-table ul {
    display: flex;
}

.cus-tooltip .tooltiptext .custom-table ul li {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.cus-tooltip .tooltiptext .custom-table ul li:before {
    display: none;
}

.cus-tooltip .tooltiptext .custom-table .table-head .cl-white > li {
    color: #fff;
}

.cus-tooltip:hover .tooltiptext {
    visibility: visible;
}

.cus-tooltip.sty2 {
    top: -5px;
}

@media (max-width: 767px) {
    .cus-tooltip.sty2 {
        position: static !important;
    }
}

.package-box ul li span {
    display: inline;
}

.tooltip-wrap .tooltip.lfr {
    left: 0;
    right: 0;
}

.tooltip-wrap > i {
    margin-left: 0px !important;
    color: red !important;
}

.cus-tooltip > i {
    margin-left: 0px !important;
    color: red !important;
}

.yScroll {
    overflow-y: auto;
    max-height: 100%;
}

.toltipoverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.tooltip-wrap i {
    position: relative;
    top: 0;
}

.cus-tooltip i {
    position: relative;
    top: 0;
}

.tooltip-wrap > .tooltip {
    font-family: "Calibri";
    background-color: #fff;
    -webkit-box-shadow: 0 29px 50px 0 rgb(35 35 35 / 17%);
    box-shadow: 0 29px 50px 0 rgb(35 35 35 / 17%);
    border-radius: 10px;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    pointer-events: none;
    right: 0;
}

@media (min-width: 992px) {
    .tooltip-wrap:hover > .tooltip {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        pointer-events: inherit;
        -webkit-transition-delay: 0s, 0s, 0.3s;
        transition-delay: 0s, 0s, 0.3s;
        padding: 10px;
    }
}

.tooltiptext ul li span {
    font-size: 10px;
    color: #007bff;
    text-decoration: underline !important;
}

.pricing ul.social {
    padding-left: 20px;
    width: 100%;
}

.pricing ul.social li {
    margin-bottom: 0;
}

.ctm-box:hover span.tooltiptext {
    color: #202020;
}

@media (max-width: 1600px) {
    .addon-list li span {
        font-size: 10px;
    }
    .addon-list li span {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .pack-height {
        min-height: 700px;
        max-height: 100%;
    }
    .pack-height.sm {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .pack-height {
        min-height: auto;
        max-height: 100%;
    }
    .pack-height.sm {
        height: auto;
        z-index: inherit;
    }
}

.portfolio-box img {
    width: 100%;
}

.defaultOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all 0.35s ease;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.package-box.sty1 ul li .tooltip-wrap i {
    position: relative;
}

.package-box.sty1 ul li i {
    left: 3px;
    top: 2px;
}

.package-box ul li span {
    display: inline;
}

.tooltip-wrap .tooltip.lfr {
    left: 0;
    right: 0;
}

.yScroll {
    overflow-y: auto;
    max-height: 100%;
}

.toltipoverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.min-wdpx-23 {
    min-width: 235px;
}

.tooltip-wrap i {
    position: relative;
    top: 0;
}

.cus-tooltip i {
    position: relative;
    top: 0;
}

@media (min-width: 992px) {
    .tooltip-wrap:hover > .tooltip {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        pointer-events: inherit;
        -webkit-transition-delay: 0s, 0s, 0.3s;
        transition-delay: 0s, 0s, 0.3s;
        padding: 10px;
    }
}

.tooltiptext ul li span {
    font-size: 10px;
    color: #007bff;
    text-decoration: underline !important;
}

.tooltiptext {
    flex: 0 0 100%;
    max-width: 100%;
}

.tool-right {
    right: 0px;
}

@media (max-width: 1600px) {
    .tooltip-wrap > i {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .tooltip-wrap > .tooltip {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 300px;
        max-width: 100%;
        transform: translate(-50%, -50%);
        pointer-events: unset;
    }
    .tooltip-wrap > .tooltip.is--active {
        visibility: visible;
        opacity: 1;
        pointer-events: inherit;
    }
    .body-mobile-tooltip .defaultOverlay {
        visibility: visible;
        opacity: 1;
        pointer-events: inherit;
    }
}

.text-right {
    text-align: right;
}

.minht-100 {
    height: 100%;
}

.minht-400p {
    min-height: 400px;
}

.service-box {
    position: relative;
    margin-bottom: 25px;
    display: flex;
}

.service-box p {
    color: #000;
    line-height: 1.8;
    font-size: 15px;
}

.service-box h6 {
    font-weight: 700;
    margin-bottom: 13px;
}

.service-box .icon-box {
    display: flex;
    max-width: 100px;
    flex: 0 0 100px;
}

.service-box .ser-img1 {
    background-image: url(../img/mix/services-icon1.html);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px;
}

.service-box .ser-img2 {
    background-image: url(../img/mix/services-icon2.html);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px;
}

.service-box .ser-img3 {
    background-image: url(../img/mix/services-icon3.html);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px;
}

.service-box .ser-img4 {
    background-image: url(../img/mix/services-icon4.html);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px;
}

.service-box .ser-img5 {
    background-image: url(../img/mix/services-icon5.html);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px;
}

.service-box .ser-img6 {
    background-image: url(../img/mix/services-icon6.html);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px;
}

.trustpilot-widget.btn11 {
    cursor: pointer !important;
    background-color: #ffffff !important;
}

.trustpilot-widget.btn11::before {
    background-color: #ffffff !important;
}

.trustpilot-widget.btn11:hover::before,
.trustpilot-widget.btn11:hover::before {
    background-color: #ffffff !important;
    transform: translateX(0%);
}

.ht-33 {
    padding-bottom: 25px;
}

#hero.lp-banner .carousel-container {
    top: 110px;
}

#hero.lp-banner .carousel-container .slide-form {
    margin-top: 0;
}

#hero.lp-banner h2,
#hero.lp-banner p {
    text-align: left;
}

#hero.lp-banner .slide-form p {
    color: #000;
    text-align: center;
}

@media (max-width: 992px) {
    br {
        display: none;
    }
    .navbar-mobile a,
    .navbar-mobile a:focus {
        font-size: 13px;
    }
    #hero.lp-banner .carousel-container {
        top: 78px;
    }
    #hero .carousel-container {
        top: -73px;
    }
    #hero.lp-banner {
        height: 750px;
    }
    #hero.lp-banner .slide-form h3 {
        font-size: 20px;
    }
    #hero.lp-banner .slide-form {
        padding: 15px 15px;
    }
    .navbar a,
    .navbar a:focus {
        justify-content: flex-start;
    }
    #hero.lp-banner h2 {
        text-align: center;
        font-size: 36px;
    }
    .btn11 {
        min-width: 200px;
    }
    #hero.lp-banner p {
        text-align: center;
    }
    #header {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    #hero.lp-banner .carousel-inner .carousel-item {
        background-position: left top;
    }
    #hero.lp-banner .slide-form h3 {
        font-size: 17px;
    }
    #hero.lp-banner .slide-form p {
        font-size: 13px;
        margin: 10px 0;
    }
    .sub-heading {
        font-size: 20px;
    }
    #hero.lp-banner h2 {
        text-align: center;
        font-size: 25px;
    }
    .step-box {
        margin-bottom: 15px;
    }
    .section-title p {
        font-size: 20px;
    }
    .pricing h3 {
        font-size: 30px;
    }
    .btn11 {
        padding: 15px 10px;
        font-size: 14px;
    }
    .pricing ul i {
        margin-left: 0;
    }
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }
    .testimonials .testimonial-item {
        padding: 15px 15px 15px 15px;
    }
}

@media (max-width: 460px) {
    #hero.lp-banner h2 {
        font-size: 20px;
    }
    .lp-banner-list li {
        font-size: 13px;
        position: relative;
        padding-left: 18px;
    }
    .lp-banner-list li i {
        position: absolute;
        left: 0;
        top: 3px;
    }
    #hero.lp-banner p {
        font-size: 13px;
    }
    #hero.lp-banner .btn11 {
        min-width: auto;
        width: 100%;
    }
    #hero.lp-banner .slide-form input {
        height: 35px;
    }
}

.lp-banner-list {
    text-align: left;
    padding-left: 0;
}

.lp-banner-list li {
    list-style-type: none;
    color: #fff;
}

.pry-btn {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    margin: 0;
}

.pry-btn:hover {
    color: #fff;
}

.top-trusted {
    /*background-color: #026668;
    background-color: #fff;*/
    position: absolute;
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.top-trusted .bottom-shadow {
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    background-image: url(../img/slide/banner-shadow.html);
}

.top-trusted .arrowMode {
    background-color: #026668;
    top: 0;
    bottom: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
}

.top-trusted .container {
    position: relative;
}

.top-trusted .centerContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    border-radius: 25px 25px 0 0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.top-trusted .centerContent .heading-area {
    display: flex;
    max-width: 30%;
    flex: 0 0 30%;
    position: relative;
    padding-right: 50px;
    padding: 30px 30px;
    overflow: hidden;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.top-trusted .centerContent .heading-area:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    border-top: 54px solid transparent;
    border-left: 80px solid #026668;
    border-bottom: 54px solid transparent;
    content: "";
    bottom: 0;
    display: none;
}

.top-trusted .centerContent .logosBox {
    max-width: 68%;
    flex: 0 0 68%;
    padding: 24px 0;
}

.top-trusted .logosBox .slick-slide img {
    max-height: 55px;
    filter: grayscale(1);
}

.top-trusted .logosBox .slick-slide img:hover {
    max-height: 55px;
    filter: grayscale(0);
}

.top-trusted h4 {
    color: #000000;
    font-weight: 500;
    position: relative;
    display: flex;
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    text-align: left;
}

.welcome-section {
    background-repeat: no-repeat;
    background-position: top right;
    padding: 165px 0;
}

.title-area {
    margin: 0 0 27px 0;
}

.title-area h2 {
    color: #000000;
    /*font-size: 38px;*/
    font-size: calc(30px + (47 - 30) * (100vw - 320px) / (1920 - 320));
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.title-area h2 span {
    font-size: calc(30px + (47 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: "Calibri";
    font-weight: 700;
    color: #026668;
}

.welcome-section .content-box {
    padding: 0 10px;
}

@media (max-width: 991px) {
    .welcome-section .content-box {
        padding: 0;
    }
    .title-area h2 {
        font-size: 25px;
    }
}

.btn-primary {
    background-color: #026668;
    border-color: transparent;
    border-radius: 8px;
    font-size: calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
}

.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 8px;
    font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    padding: 10px 15px;
    color: #026668;
}

.btn-white-border {
    background-color: transparent;
    border-color: #ffffff;
    border-radius: 8px;
    font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    padding: 10px 15px;
    color: #ffffff;
}

.spinner-wrap {
    position: relative;
    top: -30px;
}

.spinner-item {
    border: 1px solid #98a8fb;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation: zoom 2s linear 0.75s infinite;
    animation: zoom 2s linear 0.75s infinite;
}

.spinner-item--2 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.spinner-item--3 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

@-webkit-keyframes zoom {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes zoom {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.welcome-video {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    top: 38px;
    color: #96a6fb;
    z-index: 5;
}

.welcome-video i {
    font-size: 90px;
}

.weDo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    flex-direction: column;
    border-radius: 50%;
    margin: 0 0 25px 0;
    min-height: 180px;
    padding: 10px;
    background-color: #ffffff;
    position: relative;
}

.weDo-box:before {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background-color: #f0f0f0;
    content: "";
}

.weDo-box:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
}

.weDo-box .iconbox {
    margin-bottom: 10px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.weDo-box .iconbox img {
    filter: invert(0);
}

.weDo-box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 1;
}

.protect-area {
    position: relative;
    padding-bottom: 0;
}

.protect-area h2 span {
    font-size: calc(30px + (47 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: "Calibri";
    font-weight: 700;
}

.protect-area .bg-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 90%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    background-color: transparent;
    background-image: linear-gradient(130deg, #3c725a 0%, #026668 100%);
}

.protect-pkg-include {
    background-color: #026668;
    border-radius: 25px 25px 0 0;
    padding: 30px;
    position: relative;
}

.protect-pkg-include:before {
    position: absolute;
    left: -53.5px;
    bottom: 0;
    height: 54px;
    width: 38px;
    border-bottom: 54px solid #3f8361;
    border-right: 54px solid transparent;
    transform: rotate(180deg);
    content: "";
}

.protect-pkg-include:after {
    position: absolute;
    right: -54px;
    bottom: 0;
    height: 54px;
    width: 38px;
    border-top: 54px solid #3f8361;
    border-right: 54px solid transparent;
    content: "";
}

@media (max-width: 991px) {
    .protect-pkg-include:before,
    .protect-pkg-include:after {
        display: none;
    }
    .protect-pkg-include {
        border-radius: 25px 25px 25px 25px;
    }
}

.protect-pkg-include .lft-contnt h4 {
    font-size: 52px;
    font-weight: 300;
    color: #fff;
    line-height: 44px;
}

.protect-pkg-include .lft-contnt h4 span {
    font-size: 40px;
    font-weight: 700;
}

.protect-pkg-include .lft-contnt h6 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.protect-pkg-include .lft-contnt p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.protect-pkg-include .lft-contnt .btn {
    max-width: 200px;
    width: 100%;
}

.protect-pkg-include .right-list {
    display: inline-block;
    width: 100%;
    position: relative;
}

.protect-pkg-include .right-list h6 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.protect-pkg-include .right-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.protect-pkg-include .right-list ul li {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding-left: 22px;
    position: relative;
}

.protect-pkg-include .right-list ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

.title-main {
    color: #000000;
    font-weight: 600;
}

/*.title-main span {
    color: #026668;
}*/

h2.title-main span {
    font-size: calc(30px + (47 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: "Calibri";
    font-weight: 700;
    color: #026668;
}

.step-box {
    padding: 15px;
    min-height: 261px;
    transition: 0.5s;
    color: #fff;
}

.step-title {
    position: relative;
    color: #fff;
    padding-left: 60px;
    margin: 0 0 25px 0;
    min-height: 115px;
}

.step-title .icons {
    margin-bottom: 10px;
}

.step-box h3 {
    font-weight: 600;
    color: #026668;
    font-size: 18px;
    margin: 10px 0 0 0;
}

.step-box h3 span {
    color: #000;
}

.step-title .numbering {
    font-size: 22px;
    color: #026668;
    font-weight: 600;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    border: #e9e6ed solid 2px;
}

.step-box p {
    color: #56575b;
    font-size: 14px;
}

.blog-box {
    background-color: #eef1fd;
    padding: 15px;
    border-radius: 12px;
}

.blog-box.sty1 {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}

.blog-box .dated {
    background-color: #fff;
    font-size: 11px;
    color: #026668;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0;
    font-weight: 600;
}

.blog-box p {
    color: #026668;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.blog-box .imgbox {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    min-height: 255px;
}

.blog-box .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-box.sty1 .imgbox {
    width: 102px;
    height: 102px;
    margin-right: 15px;
    min-height: inherit;
}

.blog-box.sty1 .dated {
    margin-top: 0;
}

.attorney-committed {
    position: relative;
}

.attorney-committed:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fdf8ee;
    content: "";
    z-index: -1;
}

.attorney-committed .slick-arrow {
    display: none;
}

.attorney-committed .swiper-slide {
    padding: 10px;
}

.committed-wrap {
    background-color: #fff;
    border-radius: 18px;
    border: #026668 solid 1px;
    padding: 25px;
    min-height: 325px;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.committed-wrap h3 {
    color: #026668;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    position: relative;
}

.committed-wrap h3:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 110px;
    background-color: #026668;
    content: "";
}

.committed-wrap p {
    color: #56575b;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.committed-wrap:hover {
    background-color: #026668;
}

.committed-wrap:hover h3 {
    color: #fff;
}

.committed-wrap:hover h3:after {
    background-color: #fff;
}

.committed-wrap:hover p {
    color: #fff;
}

.attorney-committed .slick-arrow:before {
    color: #def4ec;
    font-size: 38px;
}

.attorney-committed .slick-arrow:hover:before {
    color: #026668;
}

@media (max-width: 1400px) {
    .protect-pkg-include .right-list ul li {
        font-size: 11px;
    }
    .committed-wrap {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .welcome-section {
        background-image: none !important;
        padding-top: 0;
    }
    .protect-pkg-include .right-list {
        margin-top: 20px;
    }
    .blog-box {
        margin-bottom: 20px;
    }
    .copyleft,
    .copyrgt {
        text-align: center;
    }
    #hero {
        background-size: cover;
        background-position: center;
    }
    #hero h2,
    #hero .h2 {
        font-size: 45px;
        z-index: 10000;
    }
    #hero h1,
    #hero .h1 {
        font-size: 45px;
        z-index: 10000;
    }
    .headbox .textbox {
        text-align: left;
    }
    #hero .bottom-buttons {
        padding-top: 30px;
    }
    .testimonials .bottomsec {
        margin-bottom: 30px;
    }
    .blog-sec {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
    #header .logo:before {
        top: -115px;
    }
    #hero h2,
    #hero .h2 {
        font-size: 35px;
    }
    #hero h1,
    #hero .h1 {
        font-size: 35px;
    }
    .headbox {
        justify-content: flex-start;
    }
    #hero h3 {
        font-size: 28px;
    }
    #hero .btn {
        padding: 10px 15px;
        font-size: 12px;
    }
    #hero .bottom-buttons {
        padding-top: 100px;
    }
    .welcome-section {
        padding: 50px 0;
    }
    .attorney-committed .slick-arrow {
        display: none !important;
    }
    .committed-wrap {
        min-height: inherit;
    }
    .fbottom .btn-area {
        text-align: center;
    }
    .fbottom .social-area {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    #hero {
        padding: 10px 0 220px 0;
    }
    #hero .btn {
        padding: 10px 12px;
    }
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99992;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000ab;
    touch-action: manipulation;
    transform: translateZ(0);
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-navigation,
.fancybox-caption--separate {
    visibility: hidden;
    display: none;
}

form.popup-form [class^="col-"] {
    padding: 0 6px;
}

.popupform select {
    height: 41px;
}

.popupform .btn-primary {
    padding: 8px 35px;
}

.popup-content input[type="email"],
.popup-content input[type="tel"],
.popup-content input[type="text"],
.popup-content select,
.popup-content textarea {
    background: #ffffff;
    border: #b0b0b0 1px solid;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    font-size: 13px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    background: #fff;
    margin-bottom: 0;
}

.popup-content textarea {
    height: 115px;
    resize: none;
}

/*.popupform {
    width: 1156px;
    border-radius: 0;
    padding: 80px 50px 80px 350px;
    position: relative;
}*/

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 55%;
    overflow: visible;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
    -webkit-overflow-scrolling: touch;
}

.fancybox-stage {
    text-align: center;
}

.popupform {
    width: 1156px;
    border-radius: 0;
    padding: 25px;
    position: relative;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: visible;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
    -webkit-overflow-scrolling: touch;
}

.popupform .leftArea {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    background-color: #000;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    flex-direction: column;
    padding: 50px;
}

.popupform .leftArea h3 {
    font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    color: #fff;
    text-decoration: underline;
    text-align: left;
}

.popupform .leftArea ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.popupform .leftArea ul li {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    line-height: 1.5;
    color: #fff;
    padding: 0 0 15px 45px;
    font-weight: 600;
    position: relative;
}

.popupform .leftArea ul li .arrowBox {
    position: absolute;
    left: 0;
    top: 2px;
}

.popupform .modal-body {
    background: transparent;
    padding: 30px;
    border-radius: 25px;
    position: relative;
    z-index: 2;
}

.popupform .modal-body .form-group {
    margin-bottom: 20px;
}

.popupform .imgBox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px 0 0 25px;
    pointer-events: none;
}

.popupform .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px 0 0 25px;
}

p.form_tagline {
    font-size: 12px;
    display: none;
}

.popup-content input[type="submit"] {
    box-shadow: none !important;
    border: 0px none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-content input[type="email"]:focus,
.popup-content input[type="text"]:focus,
.popup-content textarea:focus {
    border: 2px solid #026668 !important;
}

.popup-content h2 {
    font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    line-height: 31px;
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    color: #191919;
}

/*.popupform .modal-body {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.popupform .modal-body .form-group {
    margin-bottom: 15px;
}*/

/*.popupform .imgBox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px 0 0 25px;
}
.popupform .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px 0 0 25px;
}*/

/*p.form_tagline {
    font-size: 12px;
    display: none;
}

.popup-content input[type="submit"] {
    box-shadow: none !important;
    border: 0px none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-content input[type=email]:focus,
.popup-content input[type=text]:focus,
.popup-content textarea:focus {
    border: 1px solid #dc7707 !important;
}*/

.popupform .btn-primary {
    padding: 8px 35px;
    height: 60px;
}

.popup-content input[type="email"],
.popup-content input[type="tel"],
.popup-content input[type="text"],
.popup-content select,
.popup-content textarea {
    background: #ffffff;
    border: 0;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    font-size: 13px;
    color: #000;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25) !important;
    outline: none 0px !important;
    background: #fff;
    margin-bottom: 0;
    height: 70px;
}

.popup-content textarea {
    height: 161px;
    resize: none;
}

.popup-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;
    position: relative;
    display: inline-block;
    margin: 0 0 10px 0;
    color: #000;
}

.popup-content h3 {
    font-size: 16px;
    color: #000000;
    margin: 0 0 30px;
}

.popup-content h2 + p {
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 22px;
    font-weight: 300;
    color: #888;
    margin-bottom: 0;
}

.popup-content .TitleArea {
    display: flex;
    justify-content: space-between;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: var(--primary-color) solid 1px;
}

.popup-content .TitleArea .imgBox {
    display: flex;
    max-width: 30%;
    flex: 0 0 30%;
}

.popup-content .TitleArea .titleBox {
    display: flex;
    max-width: 65%;
    flex: 0 0 65%;
    flex-direction: column;
    text-align: left;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 401;
}

.round-img1 {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    min-height: 266px;
    margin-bottom: 20px;
    position: relative;
}

.round-img1 img,
.round-img1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.round-img1.videoBox {
    display: flex;
    align-items: center;
    justify-content: center;
    border: #96a6fb solid 5px;
}

.videoBox .videoCirlce {
    position: absolute;
    margin: auto;
}

@media (max-width: 991px) {
    .round-img1 {
        min-height: inherit;
    }
    .popup-content .TitleArea .imgBox {
        display: none;
    }
    .popup-content .TitleArea .titleBox {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/*ABOUT PAGE CSS START HERE*/

.about-left-content p {
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
}

.meet-section {
    background-color: #eef1fd;
}

.meet-box {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #56575b;
    min-height: 450px;
    margin: 25px 0;
    text-align: center;
}

.meet-box .img-box {
    width: 100%;
    padding: 0 0 35px 0;
    position: relative;
    min-height: 300px;
    margin-bottom: 12px;
}

.meet-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meet-box .titlebox {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    text-align: center;
}

.meet-box .titlebox h5 {
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 600;
    margin: 0;
}

.meet-box .titlebox h6 {
    font-size: 13px;
    color: #026668;
    font-weight: 400;
    margin: 0;
}

/*PRESS PAGE CSS START HERE*/

.press-box {
    display: inline-block;
    width: 100%;
    border-bottom: #e4e4e9 solid 1px;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    min-height: 340px;
}

.press-box .title-area {
    display: flex;
    align-items: center;
    min-height: 110px;
    margin: 0 0 25px 0;
}

.press-box .title-area .imgbox {
    display: flex;
    max-width: 170px;
    flex: 0 0 170px;
    align-items: center;
    justify-content: center;
}

.press-box .title-area .imgbox img {
    max-width: 130px;
}

.press-box .title-area .title {
    display: flex;
    flex-direction: column;
}

.press-box .title-area h5 {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.press-box .title-area .dated {
    font-size: 12px;
    font-weight: 400;
    color: #a4a4a4;
}

.press-box .contentbox {
    font-size: 16px;
    color: #56575b;
    line-height: 28px;
    font-weight: 300;
}

.press-box .contentbox a {
    color: #56575b;
}

.bottompagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottompagination .page-link {
    border-radius: 8px;
    border: 0;
    background: transparent;
}

.bottompagination .page-item.disabled .page-link {
    background: transparent;
}

.bottom-cta {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 45px 45px;
    position: relative;
    border-radius: 18px;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
}

.bottom-cta h5 {
    font-size: 22px;
    margin: 10px 0 25px 0;

    margin: 10px 0 25px 0;
    color: #fff;
    font-weight: 700;
}

.bottom-cta h4 {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

.bottom-cta h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.bottom-cta .right-img {
    position: absolute;
    right: 20px;
    bottom: 0;
}

@media (max-width: 575px) {
    .bottom-cta {
        padding: 30px;
    }
    .bottom-cta .right-img {
        display: none;
    }
    .bottom-cta h3 {
        font-size: 35px;
    }
    .bottom-cta h4 {
        font-size: 22px;
    }
    .bottom-cta h5 {
        font-size: 18px;
    }
    .press-box .title-area {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }
    .press-box .title-area .imgbox {
        max-width: auto;
        flex: 0 0 auto;
        margin-bottom: 10px;
    }
}

/*BLOG CSS START HERE*/

.blogs-main-section {
    background-color: #eef1fd;
}

.blogbox {
    display: inline-block;
    width: 100%;
    padding: 30px;
    background-color: #eef1fd;
    border: #fff solid 3px;
    border-radius: 18px;
    height: 100%;
    margin: 20px 0;
}

.blogbox h6 {
    color: #8a8c93;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.blogbox h4 {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

.blogbox p {
    font-size: 14px;
    color: #56575b;
    line-height: 24px;
    margin-bottom: 0;
}

.blogbox a {
    color: #56575b;
}

.blogbox a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .blogbox {
        height: auto;
        margin: 0;
    }
}

/*SERVICE PAGE CSS START HERE*/

.ser-boxesMain {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.serviceBox {
    display: flex;
    align-items: center;
    padding: 7px 25px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    flex: 0 0 47.2%;
    max-width: 47.2%;
    flex-wrap: wrap;
    margin: 8px 8px;
    position: relative;
}

.serviceBox:hover {
    color: #026668;
}

.serviceBox:before {
    position: absolute;
    left: 0;
    top: 5px;
    color: #026668;
    font-size: 16px;
    content: "\f285";
    font-family: bootstrap-icons !important;
}

.serviceBox h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 0;
    text-align: left;
}

.serviceBox:hover h4 {
    color: #026668;
}

.btnsArea .phNumber {
    margin-left: 15px;
}

.btnsArea .phNumber i {
    margin-right: 10px;
}

/*CONTACT CSS START HERE*/

.contact-center {
    border-radius: 18px;
    display: flex;
    border: #026668 solid 1px;
    overflow: hidden;
    height: 100%;
    padding-left: 5px !important;
}

.contact-center .leftSide {
    display: flex;
    padding: 30px;
    width: 100%;
}

.contact-center form {
    display: inline-block;
    width: 100%;
}

.contact-center label {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    width: 100%;
}

.contact-center .form-control {
    border-color: #f6f6f6;
    background-color: #f6f6f6;
    border-radius: 12px;
    height: 43px;
    font-size: 13px;
    line-height: 1;
    appearance: auto;
}

.contact-center .form-group {
    margin-bottom: 20px;
}

.contact-center textarea.form-control {
    height: 143px;
    resize: none;
}

.contact-center .rightSide {
    display: flex;
    max-width: 30%;
    flex: 0 0 30%;
    padding: 30px;
    background-color: #eef1fd;
    flex-direction: column;
}

.contact-center .rightSide .prepareBox {
    background-color: #026668;
    color: #fff;
    border-radius: 18px;
    padding: 15px;
    text-align: center;
    font-weight: 400;
    margin: 25px 0;
}

.contact-center .prepareBox .headr {
    color: #020c41;
    font-weight: 600;
    margin-bottom: 0 0 10px 0;
}

.contact-center .prepareBox p {
    margin-bottom: 0;
}

.contact-center .prepareBox a {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.contact-center .prepareBox a:hover {
    text-decoration: underline;
}

.contact-center .rightSide h5 {
    font-size: 18px;
    font-weight: 600;
    color: #026668;
    margin: 0 0 30px 0;
}

.contact-center .rightSide .address {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px 0;
}

.contact-center .rightSide .address a {
    font-weight: 600;
    font-size: 14px;
    color: #1f1f1f;
}

.contact-center .rightSide .address a i {
    color: #026668;
    margin-right: 5px;
}

.contact-center .rightSide .address .title {
    font-weight: 600;
    font-size: 16px;
    color: #1f1f1f;
}

.contact-center .rightSide .address p {
    color: #56575b;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0;
    line-height: 24px;
}

@media (max-width: 991px) {
    .contact-center {
        flex-direction: column;
    }
    .contact-center .leftSide {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .contact-center .rightSide {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/*ORDER CSS START HERE*/

.order-main-box {
    border: #eef1fd solid 2px;
    flex-direction: column;
    margin-bottom: 30px;
    height: auto;
}

.order-main-box .main-title {
    background-color: #026668;
    padding: 20px 40px;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.order-main-box .main-title.sty1 {
    background-color: #eef1fd;
    padding: 20px 40px;
    display: inline-block;
    width: 100%;
    color: #026668;
    font-size: 21px;
    font-weight: 600;
}

.order-main-box .main-title h4 {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.order-main-box .content-box {
    padding: 30px 40px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
}

.order-main-box h6 {
    font-size: 18px;
    font-weight: 600;
    color: #026668;
    margin-top: 0;
    padding: 0;
}

.order-main-box h6.sty1 {
    color: #026668;
}

.order-main-box .mr-1 {
    margin-right: 10px;
}

.order-main-box .mr-2 {
    margin-right: 20px;
}

.order-main-box .mr-3 {
    margin-right: 30px;
}

.order-main-box .ml-1 {
    margin-left: 30px;
}

.order-main-box .ml-2 {
    margin-left: 20px;
}

.order-main-box .ml-3 {
    margin-left: 30px;
}

.engageContent {
    display: inline-block;
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 12px;
    height: 240px;
    padding: 25px;
    overflow-y: scroll;
    font-size: 13px;
    color: #56575b;
    line-height: 28px;
}

.order-main-box .totalBox {
    background-color: #e3ffe9;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    color: #56575b;
    border-radius: 12px;
    padding: 15px 30px;
}

.order-main-box .totalBox h5 {
    color: #03a125;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    padding: 0;
}

.noteBox {
    background-color: #eef1fd;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #56575b;
    border-radius: 12px;
    padding: 15px 30px;
}

.noteBox strong {
    font-weight: 600;
    color: #026668;
}

.bg-details {
    background-size: cover;
    background-repeat: no-repeat;
}

.costBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px;
    height: 100%;
    border-radius: 18px;
    border: #026668 solid 3px;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.costBox:hover {
    background-color: #026668;
}

.costBox h4 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.costBox h3 {
    color: #fff;
    font-weight: 300;
    font-size: 65px;
    text-transform: uppercase;
    margin: 0;
}

.costBox h6 {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}

.included-list {
    padding: 0;
}

.included-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 60px;
    list-style-type: none;
    margin: 0 0 25px 0;
}

.included-list li h5 {
    color: #026668;
    font-size: 21px;
    font-weight: 600;
}

.included-list li p {
    color: #56575b;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.included-list li .numbering {
    position: absolute;
    left: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #026668;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.registryiPBox {
    background-color: #eef1fd;
    margin: 35px 0;
    padding: 40px;
    border-radius: 18px;
}

.registryList {
    padding: 0;
}

.registryList li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    list-style-type: none;
    margin: 0 0 25px 0;
}

.registryList li h5 {
    color: #026668;
    font-size: 21px;
    font-weight: 600;
}

.registryList li p {
    color: #56575b;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.registryList .numbering {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-weight: 600;
    color: #026668;
    line-height: 1;
}

.iPUses {
    padding: 40px 0;
}

.iPUses .contentArea {
    border-left: #e6e9f6 solid 3px;
}

.details-bContent {
    padding: 20px 0;
    color: #56575b;
    border-top: #e6e9f6 solid 1px;
}

.details-bContent p {
    font-style: italic;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 30px;
}

.sDetailBox {
    display: inline-block;
    width: 100%;
    padding: 25px;
    background-color: #026668;
    border-radius: 18px;
    margin-top: 40px;
}

.sDetailBox .countBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
}

.sDetailBox .countBox h4 {
    color: #026668;
    font-size: 54px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.sDetailBox .countBox p {
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    line-height: 22px;
}

.sDetailBox .countBox i {
    font-size: 35px;
}

.pressDetails {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
}

.pressDetails .dated {
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 20px;
}

.pressDetails h3 {
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 20px;
}

.pressDetails .detailsBox {
    display: inline-block;
    background-color: #edf0fe;
    border-radius: 0 18px 18px 0;
    padding: 30px;
    margin: 30px 0;
}

.pressDetails .detailsBox h6 {
    font-weight: 600;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0 0 25px 0;
}

.pressDetails .sm {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
}

.blog-details h3 {
    border-bottom: #026668 solid 1px;
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 600;
    line-height: 46px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-details h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 20px 0;
}

.blogList {
    padding: 15px 0;
    margin: 0;
}

.blogList li {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    position: relative;
    padding-left: 25px;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
}

.blogList li .number {
    position: absolute;
    left: 0;
    top: 0;
    color: #026668;
    font-weight: 600;
    font-size: 16px;
}

.blogTable {
    display: inline-block;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    border: #eef1fd solid 2px;
}

.blogTable .title {
    background-color: #026668;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 22px;
    font-weight: 600;
}

.blogBotom-Box {
    display: flex;
    background-color: #eef1fd;
    border-radius: 18px;
    padding: 25px;
    margin: 15px 0;
}

.blogBotom-Box .img-box {
    display: flex;
    max-width: 100px;
    flex: 0 0 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.blogBotom-Box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogBotom-Box .content-box {
    display: flex;
    max-width: 90%;
    flex: 0 0 90%;
    font-size: 16px;
    font-weight: 300;
    color: #56575b;
    line-height: 28px;
    flex-direction: column;
}

.blogBotom-Box .content-box h6 {
    font-weight: 600;
    font-size: 16px;
    color: #1f1f1f;
    margin-bottom: 15px;
}

.blogBotom-Box .content-box .socialBox {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.blogBotom-Box .content-box .socialBox i {
    color: #afb2ba;
    font-size: 15px;
    margin-right: 10px;
}

.libraryList {
    display: flex;
    flex-wrap: wrap;
}

.libraryBox {
    display: flex;
    max-width: 33.3%;
    flex: 0 0 33.3%;
    flex-direction: column;
    margin: 0 0 20px 0;
}

.libraryBox ul {
    padding: 0;
    margin: 0;
}

.libraryBox h4 {
    font-size: 26px;
    font-weight: 600;
    color: #026668;
    margin: 0 0 15px 0;
    padding: 0;
}

.libraryBox li {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px 0;
    line-height: 28px;
}

.libraryBox li a {
    text-decoration: none;
    color: #56575b;
}

/*.prepend-1::before {
    border: 1px solid ##026668;
    border-radius: 50%;
    color: #026668;
    content: "1";
    text-align: center;
    padding: 10px;
    margin-right: 40px
}

.prepend-2::before {
    border: 1px solid #026668;
    border-radius: 50%;
    color: #026668;
    content: "2";
    text-align: center;
    padding: 10px;
    margin-right: 40px
}

.prepend-3::before {
    border: 1px solid #026668;
    border-radius: 50%;
    color: #026668;
    content: "3";
    text-align: center;
    padding: 10px;
    margin-right: 40px
}

.prepend-4::before {
    border: 1px solid #026668;
    border-radius: 50%;
    color: #026668;
    content: "4";
    text-align: center;
    padding: 10px;
    margin-right: 40px
}

.prepend-5::before {
    border: 1px solid #026668;
    border-radius: 50%;
    color: #026668;
    content: "5";
    text-align: center;
    padding: 10px;
    margin-right: 40px
}

.prepend-6::before {
    border: 1px solid #026668;
    border-radius: 50%;
    color: #026668;
    content: "6";
    text-align: center;
    padding: 10px;
    margin-right: 40px
}

.prepend-7::before {
    border: 1px solid #026668;
    border-radius: 50%;
    color: #026668;
    content: "7";
    text-align: center;
    padding: 10px;
    margin-right: 40px
}

.prepend-8::before {
    border: 1px solid #026668;
    border-radius: 50%;
    color: #026668;
    content: "8";
    text-align: center;
    padding: 10px;
    margin-right: 40px
}*/

.wp-block-button {
    display: inline-block;
    margin: 0;
}

::marker {
    color: transparent;
}

.app-sec {
    background-color: #eaf2fa !important;
}

.app-sec h2 {
    font-weight: bold;
}

.tips-box {
    padding: 31px 0;
}

.tips-box h2 {
    font-size: calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320));
    line-height: 1.2;
    font-weight: bold;
}

.tips-box ul li {
    margin-left: 20px;
    margin-bottom: 10px;
}

.assistance {
    background-color: #eaf2fa;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.fee-box {
    background-color: #eaf2fa;
    text-align: center;
    padding: 20px;
    width: 100%;
}

.strong {
    font-size: 100px;
    color: #026668;
}

.annual {
    font-size: 18px;
}

.about-btn {
    display: block;
    margin: 0 auto;
}

.patent-box {
    padding: 40px;
    background-color: #004199;
}

.patent-box h5 {
    margin-bottom: 1.5rem;
    color: white;
}

.patent-box h4 {
    margin-bottom: 1.5rem;
    color: white;
}

.patent-box h1 {
    margin-bottom: 1.5rem;
    color: white;
}

.patent-box ul {
    margin-left: 24px;
    margin-right: 24px;
}

.patent-box ul li {
    color: white;
    line-height: 1.3;
}

.patent-box p {
    color: white;
}

hr {
    color: white;
}

.image-1 img {
    width: 100%;
}

.image-1 p {
    font-size: 10px;
    line-height: 1.5;
}

.image-1 h6 {
    margin: 10px 0;
}

.b-fee {
    display: flex;
    justify-content: space-between;
}

.plus-box {
    display: flex;
    align-items: center;
}

.plus {
    font-size: 50px;
    color: #026668;
    padding: 0 30px 0 30px;
}

.easy {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.wl-sec {
    background-color: #eff4f3;
}

.wl-sec h2 {
    font-weight: 700;
}

.content h2 {
    /*font-size: 35px;*/
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: #000;
}

.content ol li {
    font-size: 16px;
    margin-bottom: 20px;
}

.para h1 {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 30px;
}

.para h5 {
    font-weight: 600;
}

.bottom-space {
    margin-bottom: 30px;
}

.content-bg-box {
    padding: 20px 0;
}

.content-bg-box a:hover {
    color: black;
}

.content-bg-box h2 {
    margin-bottom: 30px;
}

.content-bg-box h5 a {
    color: black;
    font-weight: 500;
    font-size: large;
}

.content-bg-box h5 a:hover {
    text-decoration: underline;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

h2.hd-bg {
    background-color: #026668;
    text-align: center;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
}

.wp-block-heading {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 20px;
}

h3.sm-heading {
    color: #000000;
    margin-bottom: 20px;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}

@media (max-width: 1366px) {
    .navbar a,
    .navbar a:focus {
        padding: 10px 0 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .navbar-mobile .dropdown ul .navCtaImg img {
        width: 100%;
    }
    .navbar .getstarted,
    .navbar .getstarted:focus {
        margin-left: 10px;
        font-size: 12px;
        padding: 10px 10px;
    }
    .navbar a,
    .navbar a:focus {
        padding: 10px 0 10px 10px;
    }
}

@media (max-width: 991px) {
    .navbar-mobile .dropdown ul .navCtaImg {
        display: none;
    }
    .navbar-mobile .dropdown ul .container {
        width: auto;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .top-trusted .centerContent .heading-area {
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
    }
    .top-trusted .centerContent .logosBox {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .top-trusted .logosBox .slick-slide img {
        margin: 0 auto;
    }
}

.trademarkSec1 {
    padding: 120px 0 80px 0;
}

.top-form {
    position: absolute;
    top: -120px;
    bottom: 0;
    z-index: 1;
    height: 500px;
    border-radius: 25px;
}

.top-form .form .formBox {
    border-radius: 0;
}

#hero.inner-banner.sty1 {
    padding: 200px 0 120px;
    overflow: auto;
    overflow: visible;
}

#hero.inner-banner.sty1 .container {
    position: relative;
}

.top-form .form-group {
    position: relative;
}

.top-form .form-group i {
    position: absolute;
    left: 10px;
    top: 16px;
    font-family: "FontAwesome";
    color: #313341;
    z-index: 9;
    font-size: 15px;
}

.top-form .form-top-box {
    background-color: #026668;
    padding: 15px 15px;
    border: 0;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.top-form .form-top-box:after {
    position: absolute;
    top: -145px;
    height: 250px;
    width: 500px;
    left: -11%;
    background-color: #026668;
    content: "";
    border-radius: 50%;
    display: none;
}

#hero .top-form .form-top-box h3 {
    font-size: calc(16px + (26 - 16) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 5;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: "Calibri";
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
    font-style: normal;
}

.top-form .form-top-box h3 span {
    font-weight: bold;
}

.top-form .form-top-box p {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.top-form .yellow-btn {
    margin: 0;
}

.top-form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid rgb(234, 234, 234);
    background-color: #fff;
    height: 46px;
    padding-left: 35px;
    position: relative;
}

.top-form select {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid rgb(234, 234, 234);
    background-color: #fff;
    height: 50px;
    position: relative;
    appearance: auto;
}

.top-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border: 2px solid rgb(234, 234, 234);
    background-color: #fff;
    height: 80px;
    padding-left: 35px;
    position: relative;
    resize: none;
    font-size: 13px;
}

.top-form .top-phone a {
    font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
}

/* BEGIN FAQs */

.FaqsMainUp h3 {
    font-size: calc(22px + (38 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: #1f1f1f;
}

.FaqsMainUp h3 span {
    color: #026668;
}

.accordion_container {
    width: 100%;
}

.accordion_head {
    cursor: pointer;
    font-family: arial;
    padding: 0;
    display: block;
    text-align: left;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--black);
}

.accordion_body {
    background: transparent;
    padding: 1rem 0 0;
    display: none;
    height: 0;
    overflow: hidden;
    transition: ease all 0.4s;
}

.open .accordion_body {
    height: auto;
    overflow: inherit;
    display: block;
}

.accordion_body p {
    padding: 0;
    margin: 0px;
    color: #666666;
    font-weight: 400;
    display: block;
    text-align: left;
    width: 100%;
}

.FaqsMain h4 {
    position: relative;
    bottom: 95px;
    left: initial;
    right: 0;
    text-align: center;
    background: var(--white);
    display: table;
    margin: 0px auto;
    padding: 0 30px;
    font-size: 40px;
}

.forbottom {
    border-bottom: 1px solid var(--primary);
    padding: 25px 20px;
    /*    box-shadow: 0 10px 6px -6px #777;*/
}

.accordion_container .forbottom:last-child {
    border-bottom: 0;
}

.FaqsMainUp {
    padding: 5rem 0;
}

.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
}

.collapsible-link[aria-expanded="true"]::before {
    content: "-";
}

.FaqsMain .accordion h2 .collapsible-link {
    color: #0e174b;
    font-weight: 500;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    text-transform: none !important;
}

.FaqsMain .accordion h2 .collapsible-link:focus-visible {
    outline: none;
    border: 0;
}

.FaqsMain .card-header:focus-visible,
.FaqsMain .card:focus-visible {
    outline: none;
    border: 0;
}

.FaqsMain .accordion h2 .collapsible-link:focus {
    box-shadow: none;
    border: 0;
}

.FaqsMain .accordion .card p {
    text-align: left;
}

.package-slider .slick-slide {
    padding: 0;
}

.package-slider .slick-list {
    overflow: visible;
}

.package-slider.slick-initialized .slick-slide {
    filter: opacity(0.4);
    transition: all ease-in-out 0.3s;
    position: relative;
    pointer-events: none;
    transform: scale(0.7);
    padding: 0;
}

.package-slider.slick-initialized .slick-slide.slick-current.slick-active {
    filter: opacity(1);
    pointer-events: inherit;
    transform: scale(1);
}

.package-slider .slick-slide .protect-pkg-include:before,
.package-slider .slick-slide .protect-pkg-include:after {
    display: none;
}

.package-slider .slick-slide.slick-active .protect-pkg-include:before,
.package-slider .slick-slide.slick-active .protect-pkg-include:after {
    display: block;
}

@media (max-width: 991px) {
    .package-slider .slick-slide.slick-active .protect-pkg-include:before,
    .package-slider .slick-slide.slick-active .protect-pkg-include:after {
        display: none;
    }
    #hero.inner-banner.sty1 {
        padding: 10px 0 80px;
    }
}

/* END Faqs */

.protect2 .slick-arrow {
    display: none !important;
}

.protect2 .slick-list {
    padding: 0 15%;
    overflow: visible;
}

.protect2 .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.protect2 .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.protect2 .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 90% !important;
    transform: translate3d(0, 7px, 0);
    transition: transform 1s, opacity 1s;
}

.protect2 .slick-snext,
.protect2 .slick-sprev {
    display: block;
}

.protect2 .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 6px, 0);
    z-index: 2;
}

.protect2 .slick-current .protect-pkg-include {
    pointer-events: inherit !important;
}

.protect2 .slick-snext {
    opacity: 1;
    transform: translate3d(50%, -12px, -30px);
    z-index: 1;
    right: -50%;
    opacity: 0.4;
}

.protect2 .slick-sprev {
    opacity: 1;
    transform: translate3d(-50%, -12px, -30px);
    left: -50%;
    opacity: 0.4;
}

.protect2 .slick-cloned {
    pointer-events: none;
}

.protect2 .slick-sprev .protect-pkg-include,
.protect2 .slick-current .protect-pkg-include {
    pointer-events: none;
}

.priceTag {
    background: #fff;
    color: #026668;
    border-radius: 12px;
    padding: 0 12px;
    font-weight: 500 !important;
}

.packageName {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 12px;
    background-color: #fff;
    padding: 8px 35px;
    font-weight: 700;
    color: #026668;
    font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
}

.trustedLogos.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .protect-pkg-include:before,
    .protect-pkg-include:after {
        display: none;
    }
    .protect-pkg-include {
        border-radius: 25px 25px 25px 25px;
        pointer-events: none;
    }
    .protect2 .slick-current .protect-pkg-include {
        pointer-events: inherit !important;
    }
    .popupform {
        width: 575px;
        padding: 80px 0 80px 100px;
    }
    .popupform .imgBox {
        width: 40%;
    }
    .fbottom .btn-area {
        text-align: center;
    }
    #footer .social-area {
        justify-content: center;
    }
    .fbottom h4 {
        text-align: center;
    }
    .cardBox {
        text-align: center;
    }
    .fbottom .addBox {
        margin-top: 30px;
    }
    .fbottom .addBox br {
        display: block;
    }
    .navbar-mobile .dropdown ul li {
        min-width: inherit;
        width: auto;
        max-width: inherit;
        display: flex;
    }
    .navbar .dropdown ul a.btn {
        max-width: auto;
        width: auto;
    }
}

@media (max-width: 767px) {
    .protect2 .slick-slide {
        width: 100%;
    }
    .protect-pkg-include .right-list {
        margin-top: 50px;
    }
    .packageName {
        top: -40px;
    }
    .stepsMain {
        flex-direction: column;
    }
    .stepsMain .leftColumn {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .stepsMain .content-section {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 20px;
    }
    .stepsMain .leftColumn .stickyArea {
        padding-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .top-form {
        position: relative;
        top: 0;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {
    .protect2 .slick-sprev,
    .protect2 .slick-snext {
        display: none !important;
    }
    .protect2 .slick-slide {
        width: 100% !important;
    }
    .protect2 .slick-arrow {
        display: block !important;
    }
    .protect2 .slick-arrow {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #026668;
        border-radius: 50%;
        border: 0;
        color: #fff;
        padding: 0;
        width: 40px;
        height: 40px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 50;
        border: #fff solid;
    }
    .protect2 button.slick-arrow {
        left: auto;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .stepsMain .leftColumn .stickyArea {
        padding-left: 35px;
        padding-top: 20px;
        text-align: center;
    }
    .stepsMain {
        align-items: center;
    }
    .protect2 .slick-list {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .popupform {
        width: 100%;
        padding: 0;
        max-width: 90%;
    }
    .popup-content h2 {
        font-size: 22px;
    }
    .headbox {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* Dropdown Button */

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 25px;
    border: none;
    cursor: pointer;
}

/*NEW PACKAGE CSS START HERE*/

.updatedPkgBox {
    display: flex;
    align-items: flex-start;
}

.newpkgBox {
    display: flex;
    border-radius: 20px;
    height: 100%;
    max-width: 30%;
    flex: 0 0 30%;
    padding: 0 0 15px 0;
    flex-direction: column;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    /*background: rgb(255,255,255);
    background: linear-gradient(63deg, rgba(255,255,255,1) 0%, rgba(228,232,239,1) 100%);*/
}

.smPkgs {
    display: flex;
    max-width: 70%;
    flex: 0 0 70%;
}

.newpkgBox.smBox {
    max-width: 25%;
    flex: 0 0 25%;
    box-shadow: 14px -3px 14px rgba(127, 137, 161, 0.25);
}

.newpkgBox .titleBox {
    padding: 14px;
}

.newpkgBox .titleBox .innerTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 5px;
    /*border: #026668 solid 1px;*/
    border-radius: 10px;
    margin-bottom: 15px;
}

.newpkgBox .titleBox .innerTitle h2 {
    margin: 0;
    padding: 0;
    color: #000000;
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
}

.newpkgBox.smBox .titleBox .innerTitle h2 {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: 700;
    font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
}

.newpkgBox ul {
    padding: 0;
    margin: 0;
}

.newpkgBox ul li {
    font-size: calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000;
    padding: 10px 0;
    border-bottom: #efefef solid 1px;
}

.newpkgBox ul li::marker {
    display: none;
    color: transparent;
}

.newpkgBox.smBox ul li {
    text-align: center;
}

.newpkgBox.smBox ul li img {
    width: 20px;
}

.newpkgBox .amountBox {
    /*display: flex;
    flex-direction: column;*/
    text-align: center;
    padding: 0 10px;
    margin-top: 20px;
}

.newpkgBox .amountBox .btn-primary {
    padding: 8px 10px;
}

.newpkgBox .amountBox .price {
    font-weight: 700;
    font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 10px;
}

.updatedPkgBox.innerPagesPkgBox .newpkgBox {
    max-width: 90%;
    flex: 0 0 90%;
}

@media (max-width: 1280px) {
    .weDo-box {
        width: 150px;
        min-height: 150px;
    }
    .weDo-box:before {
        width: 160px;
        height: 160px;
    }
    .weDo-box:after {
        width: 140px;
        height: 140px;
    }
    .weDo-box p {
        font-size: 12px;
        line-height: 14px;
    }
    .weDo-box .iconbox {
        height: 40px;
    }
    .weDo-box .iconbox img {
        max-height: 35px;
    }
}

.rightMainServices h2 {
    color: #000;
    font-weight: 700;
    font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 10px;
    text-transform: uppercase;
}

.rightMainServices ul {
    padding: 0;
}

.rightMainServices ul li {
    padding: 10px 0;
    border-bottom: #cacaca solid 1px;
    font-size: 16px;
}

.rightMainServices ul li a {
    color: #000;
    transition: all ease-in-out 0.3s;
    position: relative;
    left: 0;
}

.rightMainServices ul li a:hover {
    color: var(--primary-color);
    left: 10px;
}

.rightMainServices ul li::marker {
    color: transparent;
}

/*Mega Mneu*/

.mega-menu a {
    text-decoration: none;
    color: #000000;
}

@media only screen and (min-width: 992px) {
    .mega-menu {
        width: 64vw;
        transform: translateX(-40%);
        top: 59px;
        box-shadow: 0px 4px 8px #00000042;
        border-top: 0;
        max-width: 1200px;
    }
}

.content-menu.active {
    display: block;
}

.content-menu {
    display: none;
}

/* Tabs */

.mega-menu #tabs-nav a {
    padding: 10px 19px;
    border-bottom: 1px solid #ccc;
    transition: 0.3s ease-in;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}

#tabs-nav li a:last-child {
}

.ctm-navbar .mega-menu #tabs-nav li:last-child a {
    border-bottom: none;
}

.ctm-navbar .mega-menu a:hover,
.ctm-navbar .mega-menu li.active a {
    border-color: #026668;
}

.tabs {
    width: 100%;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    width: 100%;
}

ul#tabs-nav li {
    cursor: pointer;
    display: block;
    position: relative;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    background-color: #026668;
    color: #fff;
}

#tabs-nav li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 10px 10px;
}

.tab-content {
    padding: 10px;
    background-color: #fff;
}

.mega-menu-title {
    font-size: 16px;
    border-bottom: 1px solid #555555;
    padding-bottom: 5px;
    margin-bottom: 13px;
}

.mm-list {
    list-style: none;
    padding-left: 0;
}

.mm-list li a {
    padding: 10px 10px !important;
    border-bottom: 1px solid #e9e9e9;
    transition: 0.3s ease-in;
    display: block;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}

.mm-list li a:hover {
    background-color: var(--pri-color);
}

.mm-list-col-2 {
    column-count: 2;
    margin-bottom: 10px;
}

.triangle-left,
.triangle-right {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.triangle-right {
    position: absolute;
    right: 10px;
    top: 14px;
    border-left: 6px solid black;
}

.triangle-left,
.triangle-right,
.triangle-top,
.triangle-bottom {
    width: 0;
    height: 0;
    margin: 0px auto;
}

/*Mega Mneu End*/

/*Circle image box*/

.circle-imgbox {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    gap: 15px;
}

.cir-img {
    flex: 1 0 200px;
    max-width: 200px;
}

.cir-content {
    flex: 1;
}

.cir-content h3 {
    color: #2373c4;
    font-size: 30px;
    font-weight: 600;
}

.circle-imgbox-sec {
    position: relative;
    z-index: 1;
}

.circle-imgbox-sec:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-color: #fff;
    z-index: -1;
}

.cir-content p {
    color: #000;
    font-size: 18px;
}

.cir-content .global-btn {
    margin-top: 15px;
}

/*Min Width Quries*/

@media (min-width: 1920px) {
    .main-title {
        font-size: 40px;
    }
    .main-banner-title {
        font-size: 45px;
    }
    .innerpage-banner h1 {
        font-size: 45px;
    }
    .main-title-1 {
        font-size: 38px;
    }
    .cs-mian-title {
        font-size: 40px;
    }
}

/*Min Width Quries End*/

/*Max Width Quries*/

@media (min-width: 992px) {
    .ma5menu__toggle {
        display: none !important;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.updatedPkgBox.innerPagesPkgBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.updatedPkgBox.innerPagesPkgBox .newpkgBox ul {
    padding: 0 10px;
}

.profileContent {
    background-color: #eef1fd;
    border-radius: 6px;
    padding: 15px;
    margin-top: 10px;
}

.profileContent .imgBox {
    width: 100%;
    margin-bottom: 15px;
}

.profileContent .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Additional CSS Added*/

.updatedPkgBox.innerPagesPkgBox .newpkgBox {
    max-width: 100%;
    flex: 0 0 100%;
}

.newpkgBox.homPkg {
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.newpkgBox {
    display: flex;
    border-radius: 20px;
    height: 100%;
    max-width: 30%;
    flex: 0 0 30%;
    padding: 20px;
    flex-direction: column;
    box-shadow: none;
    background-color: #f5f5f5;
}

.newpkgBox .amountBox .btn-primary {
    padding: 10px 15px;
    margin-top: 0px;
    margin-right: 10px;
    border-color: transparent;
}

.newpkgBox .amountBox .btn-primary:hover {
    border: 1px #026668 solid;
}

.newpkgBox .amountBox .btn-primary.single-pck-btn-2 {
    background: #fcc111;
    color: black;
    font-weight: 500;
}

.newpkgBox .amountBox .btn-primary.single-pck-btn-2:hover {
    background: #000;
    color: #fff;
}

.btn.btn-yellow {
    background: #fcc111;
    color: black;
    font-weight: 500;
    border-color: transparent;
}

.btn.btn-yellow:hover {
    background: white;

    background-color: white;
    color: #bd8e00;
    border-color: #fcc111;
    border-width: 2px;
    border: 1px solid #fcc111;
    border-radius: 5px;
}

/*.updatedPkgBox.innerPagesPkgBox li:before {
    content: "\f3fe";
    font-family: "Bootstrap Icons";
    display: inline-block;
    width: 1.5em; 
    height: 1.5em;
    background-image: url("/assets/img/mix/check-circle.webp");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}*/

@media (max-width: 991px) {
    section {
        padding: 30px 0;
    }
    .updatedPkgBox.innerPagesPkgBox {
        justify-content: center !important;
    }
    .newpkgBox {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 10px;
    }
    .smPkgs {
        max-width: 50%;
        flex: 0 0 50%;
        overflow-x: scroll;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }
    .newpkgBox.smBox {
        max-width: 60%;
        flex: 0 0 60%;
    }
    .weDo-box:before {
        width: 100%;
        border-radius: 0;
    }
    .weDo-box:after {
        border-radius: 0;
        width: 100%;
    }
    .weDo-box {
        border-radius: 0;
        width: 100%;
    }
    .bottom-cta h4 {
        text-align: center;
    }
    .bottom-cta h3 {
        text-align: center;
    }
    .bottom-cta .buttonsAreaLinks {
        text-align: center !important;
        /* margin-top: 10px; */
    }
    .bottom-cta .buttonsAreaLinks a {
        margin-bottom: 10px;
    }
    .newpkgBox .amountBox {
        display: flex;
        flex-direction: column;
        padding: 0 0;
    }
}

@media (max-width: 767px) {
    .serviceBox {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 575px) {
    .newpkgBox.smBox {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .btn-primary {
        font-size: 12px;
    }
    .buttonsAreaLinks a {
        margin-bottom: 10px;
    }
    .newpkgBox {
        max-width: 60%;
        flex: 0 0 60%;
    }
    .smPkgs {
        max-width: 40%;
        flex: 0 0 40%;
        overflow-x: scroll;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }
}

/*NEW PACKAGE CSS END*/

.bottom-cta form .form-control {
    height: 45px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

/*News-event and logo css*/

.logos-box-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.logo-box .logo-link span {
    line-height: 1.5;
    font-size: 15px;
    color: #000;
    transition: all ease-in-out 0.3s;
    position: relative;
    left: 0;
}

.logo-box .logo-link span:hover {
    color: var(--primary-color);
    left: 10px;
}

.logo-box a {
    text-decoration: none;
}

.logo-box a:hover {
    text-decoration: underline;
}

.logo-box {
    margin: 10px;
}

.logos-box-row {
    display: none;
}

.bg-none {
    background: none !important;
}

@media (min-width: 1200px) {
    .logo-box {
        width: 300px;
    }
}

@media (max-width: 991.98px) {
    .logo-box {
        width: 250px;
    }
    .logos-box-row {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .logo-box {
        width: 150px;
    }
    .logo-box .logo-link span {
        font-size: 11px !important;
    }
}

@media (max-width: 575.98px) {
    .logos-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .logos-box-row {
        flex-direction: column;
    }
}

/*News-letter-css-start-here*/

.news {
    padding-top: 100px;
    padding-bottom: 95px;
    position: relative;
}

.news::before {
    content: "";
    width: 100%;
    height: 29%;
    background-color: rgb(246, 248, 251);
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -2;
    margin: auto;
}

.news-cnt {
    max-width: 902px;
    text-align: center;
}

.news-cnt h1 span {
    font-weight: 600;
    font-size: 58px;
    line-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(21, 27, 53);
}

.news-cnt p {
    font-weight: 400;
    font-size: 22px;
    line-height: 158.3%;
    text-align: center;
    color: rgb(86, 90, 94);
    padding-bottom: 60px;
    margin: 0px;
}

.news-box {
    padding-bottom: 17px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.news-box-img {
    background: #000;
    border-radius: 40px;
    padding: 2px;
    max-width: 300px;
}

.news-box-img img {
    border-radius: 40px;
}

.news-box-cnt {
    padding-left: 10px;
    width: 75%;
}

.news-box-cnt h3 {
    font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #000;
    padding-top: 10px;
}

.news-box-cnt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgb(0, 0, 0);
    /*padding-bottom: 18px;*/
}

/*News letter css ends here*/

@media (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
    .fancybox-slide--html .fancybox-close-small {
        top: 5px;
        width: 30px;
        height: 30px;
        padding: 0px;
    }
    .popupform .imgBox {
        display: none;
    }
}
/* public/css/style.css */

/* Master Layout */

@font-face {
    font-family: "xicons";
    src: url();
}

/* Body */

body {
    font-family: "Poppins", sans-serif !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

.reviews {
    width: 300px;
}

.title-strip {
    background-color: #5c7c89;
    margin-top: 10px !important;
}

/* title page */

.cl-blue {
    color: #5c7c89 !important;
}

.banner-content {
    position: relative;
}

.banner-content .banner-list li {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    list-style-type: decimal-leading-zero;
    font-family: "Roboto", sans-serif;
}

.banner-content h1 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
}

.banner-content p {
    color: #fff;
    margin-bottom: 20px;
    line-height: 25px;
}

.banner-content h1 span {
    font-weight: 700;
}

.banner-content h1 span.cl-iPrimary {
    color: #d2042d;
    font-weight: 800;
    background-color: inherit;
}

/* Effortless */

.effortless h1 {
    font-weight: 800;
}

/* Trademark Instants */

.right-img {
    display: flex;
    justify-content: end;
}

.main-container {
    max-width: 100% !important;
}

/* Menu Bar */

.header {
    padding: 10px 0px;
    margin-bottom: 10px;
    position: fixed;
    z-index: 1;
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
    transition: all 0.35s ease;
}

.header2 {
    padding: 10px 50px;
    margin-bottom: 10px;
    position: absolute;
    z-index: 1;
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
    transition: all 0.35s ease;
}

/* Step 2 */

.order {
    top: 1 !important;
    padding: 10px 0px;
    left: 1 !important;
    z-index: 5;
    transition: all 0.1s ease !important;
    position: fixed;
}

/* Registration Steps */

.fflex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Menu Bar */

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-bottom: 0;
}

.navigation ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}

.navigation ul li a {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    padding: 25px 0;
    transition: all 0.35s ease;
}

.navigation ul li a.sty1 {
    padding: 5px 15px;
}

.navigation ul li a i {
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    margin-right: 5px;
}

.navigation ul li a.is--active {
    color: #08c9f3;
}

.navigation ul li a.no-bef:before {
    content: none;
}

.navigation ul li:hover a:before,
.navigation ul li.is--active a:before {
    width: 36px;
}

.navigation .gesture-nav {
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.navigation .gesture-nav li a {
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
}

.navigation .gesture-nav li .btn-secondary {
    padding: 6px 15px !important;
}

.navigation .gesture-nav li:last-child {
    padding-right: 0;
}

.navigation .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navigation .dropdown ul li {
    min-width: 250px;
    padding: 0;
}

.navigation ul {
    list-style-type: none !important;
}

.navigation .dropdown ul li a {
    justify-content: flex-start;
    color: #000000;
}

.dropbtn {
    background-color: #04aa6d;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */

/* .dropdown {
    position: relative;
    display: inline-block;
  } */

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: block;
    position: relative;
    background-color: black;
    /* min-width: 150px !important; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: black;
}

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.navigation .dropdown ul a {
    padding: 7px 20px;
    text-transform: none;
    color: #000000;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}

.navigation .dropdown ul a i {
    font-size: 12px;
}

.navigation .dropdown ul a:hover {
    color: #08c9f3;
}

.navigation .dropdown ul a:hover:before {
    display: none;
}

.navigation .dropdown ul a::before,
.navigation .dropdown ul a::after {
    display: none;
}

.navigation .dropdown:hover ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

/*  */

.btn-secondary {
    background-color: #5c7c89 !important;
}

.title {
    font-weight: 700;
    font-size: 40px;
    color: #011425 !important;
}

/* Footer */

.footer {
    background-image: url("../images/footer4.html");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 52vh;
    padding: 10px;
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 0;
    margin-top: 2rem;
    position: relative;
    display: inline-block;
    filter: drop-shadow(0.1);
    /* opacity: 0.7; */
}

footer .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #144e81;
    opacity: 0.78;
}

.footer-section a {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: white !important;
}

.cta-image {
    background-color: #5c7c89;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 30px;
    padding-left: 3.5rem;
    padding-top: 2.5rem;
    margin: 10px;
    position: relative;
}

.card-foot {
    font-size: 18px;
    border: 2px solid #5c7c89;
    color: white;
    background-color: #5c7c89;
    border-radius: 10px;
    cursor: pointer;
}

.card-foot:hover {
    background-color: #f0f0f0;
    /* Change background color on hover */
}

.card-foot2:hover {
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000000;
    /* Change background color on hover */
}

.card-foot:hover span {
    color: black !important;
    /* Change text color of the link on hover */
}

.card-foot:hover a {
    color: black !important;
    /* Change text color of the link on hover */
}

.card-foot:hover i {
    color: black !important;
    /* Change text color of the link on hover */
}

/* Menu */

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 6px;
}

.logo {
    max-width: 150px;
}

.logoname {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}

[class*=" ic-"] {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="ic-"] {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.btn-primary i {
    margin-left: 10px;
}

.ic-33:before {
    content: "\e91e";
}

.content1 {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/meeting4.html");
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
}

.content1-banner {
    font-size: 14px;
}

.banner-list li {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    font-family: "Roboto", sans-serif;
}

.form-lp {
    margin-top: 20px;
    background-image: url("../images/mobile.html") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1800px) {
    .form-lp2 {
        padding: 100px;
    }
}

@media screen and (max-width: 1600px) {
    .form-lp2 {
        padding: 90px;
    }
}

@media screen and (max-width: 1400px) {
    .form-lp2 {
        padding: 70px;
    }
}

@media screen and (max-width: 700px) {
    .form-lp2 {
        padding: 130px;
    }
}

@media screen and (max-width: 640px) {
    .form-lp2 {
        padding: 120px;
    }
}

@media screen and (max-width: 600px) {
    .form-lp2 {
        padding: 70px;
    }

    .formBox {
        margin-bottom: 50px !important;
        padding-bottom: 50px !important;
    }

    .body-content {
        overflow-x: hidden !important;
    }
}

@media screen and (max-width: 1800px) {
    .form-lp3 {
        padding: 4px;
    }
}

@media screen and (max-width: 1600px) {
    .form-lp3 {
        padding: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .form-lp3 {
        padding: 20px;
    }
}

.form {
    margin-top: 20px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.text-white {
    color: white;
}

.text-lead {
    color: black;
    font-weight: 700;
    font-size: 25px;
}

.remaining-numbers-input {
    flex: 1;
}

/* Country Code Dropdown */

.country-code-dropdown {
    display: flex;
    align-items: center;
}

select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.text-white ul {
    list-style-type: "-";
    font-weight: 500;
}

/* Content2 */

.content2 {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 30px;
    color: #000000;
}

.content2 h2 {
    font-weight: 700 !important;
}

.flip-card {
    background-color: transparent;
    width: 250px !important;
    height: 180px !important;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */

.flip-card-front {
    background-color: #bbb;
    color: black;
}

/* Style the back side */

.flip-card-back {
    padding: 10px;
    background-color: #011425;
    color: white;
    transform: rotateY(180deg);
}

.slick-slide img {
    display: inline !important;
}

.slick-next:before {
    font-size: 20px !important;
    padding: 20px !important;
    line-height: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.b-none {
    border: none !important;
}

.card-container {
    width: 65%;
    background-color: #f1efef;
    border-radius: 10px;
}

.shade-blue {
    background-color: #f1efef;
}

.card-title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0rem !important;
}

/* Content3 */

.content3 {
    font-family: "Poppins", sans-serif;
    background-color: #5c7c89;
    margin: 0;
    color: #000000;
}

.img-c3 {
    background-image: url("../images/content3.html");
}

.fs-14 {
    font-size: 14 !important;
}

.fs-16 {
    font-size: 16 !important;
}

/* Content4 */

.btn-content4 {
    background: #5c7c89 !important;
    padding: 20px !important;
    color: white !important;
    font-weight: 600 !important;
    border: none;
    border-radius: 10px;
}

.slider2 {
    display: none !important;
}

/* button hover */

button:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.5s;
    color: #5c7c89;
    border: 1px solid #5c7c89;
}

/* Buttons */

.btn-prim {
    background: #5c7c89 !important;
    padding: 8px !important;
    color: white !important;
    font-weight: 600 !important;
    border: none;
    border-radius: 10px;
}

/* Trademark Search */

.btn-prim2 {
    background: #5c7c89 !important;
    padding: 8px !important;
    color: white !important;
    font-weight: 600 !important;
    border: none;
}

.btn-white {
    background: #5c7c89 !important;
    padding: 12px !important;
    color: white !important;
    font-weight: 600 !important;
    border: none;
    border-radius: 10px;
}

.btn-white2 {
    background: white !important;
    color: #011425 !important;
    border: none;
    padding: 8px !important;
    font-weight: 700 !important;
    border-radius: 10px;
}

.btn-blue2 {
    font-size: 15px;
    background: #5c7c89 !important;
    color: white !important;
    border: none;
    padding: 8px !important;
    font-weight: 700 !important;
    border-radius: 10px;
}

/* Registration Steps Button */

.btn-prim3 {
    background: #011425 !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    color: white !important;
    font-weight: 600 !important;
    border: none;
    margin-left: 10px;
}

.btn.btn-prim3 i {
    margin-left: 10px;
}

.price {
    font-size: 80px;
    font-weight: bold;
}

.footer hr {
    border: 1px solid white;
    width: 100%;
}

hr {
    width: 100%;
}

/* Card */

.card {
    position: static !important;
}

/* Content5 */

.content5 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 100px 40px 150px 40px;
    height: 60vh;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../images/trademarks-and-legal.html");
    background-size: cover;
    background-position: center;
    color: #000000;
    opacity: 0.9;
    display: inline-block;
    position: relative;
}

.content5 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #144e81;
    opacity: 0.78;
}

/* Content7 */

.content7 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 60px;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../images/name-trademark.html");
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    color: #ffffff;
    filter: drop-shadow(1.5);
}

.content7 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #144e81;
    opacity: 0.78;
}

/* Content8 */

.heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.decorator-heading.sty1 {
    padding-bottom: 30px;
}

.decorator-heading {
    position: relative;
    padding-bottom: 10px;
}

.shape.num {
    font-size: calc(14px + (55 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #7c7c7c;
    opacity: 0.1;
    left: 10px;
    top: -25px;
}

.choose-content p {
    color: #7c7c7c;
    margin-bottom: 0;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    line-height: 1.7;
}

.card-image1 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding: 120px;
    background-image: url("../images/ownership.html");
    background-size: cover;
    background-position: center;
}

.card-image2 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding: 120px;
    background-image: url("../images/safeguard.html");
    background-size: cover;
}

.card-image3 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding: 120px;
    background-image: url("../images/ip-secure.html");
    background-size: cover;
}

.card2 {
    border-radius: 20px;
}

.card-comment2 {
    background-color: #fff;
    border: 2px solid #aaa8a8;
    border-radius: 20px;
    margin: 10px;
    transition: border 0.3s ease-in-out;
}

/* Content9 */

.content9 {
    background: linear-gradient(to bottom, #5c7c89 60%, #ffffff 40%);
    position: static !important;
}

.content11 {
    background-color: #d5dce2;
    position: static !important;
}

.card-comment {
    background-color: #fff;
    border: 2px solid #aaa8a8;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: border 0.3s ease-in-out;
}

.content11 .card-body.comment {
    /* font-size: 12px !important; */
    line-height: 1.5;
    height: 20vh !important;
    margin-bottom: 20px !important;
    color: #333;
    overflow: hidden;
}

.content11 .commentname {
    font-size: 14px !important;
    text-align: left;
    color: black;
}

.comment {
    color: #707f80;
}

.comment-name {
    font-size: 20px;
    padding-left: 1rem;
}

.slider {
    overflow: hidden;
}

.card-comment {
    background-color: #fff;
    border: 2px solid #aaa8a8;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: border 0.3s ease-in-out;
}

.card-body.comment {
    font-size: 16px;
    line-height: 1.5;
    height: 30vh !important;
    margin-bottom: 20px !important;
    color: #333;
    overflow: hidden;
}

.comment-name {
    margin-top: 15px;
    text-align: left;
}

.comment-name p {
    font-size: 13px;
    margin: 0;
    color: #777;
}

.star {
    margin-top: 15px;
    padding-top: 10px;
    text-align: right;
    color: #b09117;
    font-size: 10px;
}

/* Satifaction Page */

.ctm-container {
    max-width: 700px;
    margin: 0 auto;
}

.ctm-container h2 {
    color: var(--basic-white);
    font-weight: 600;
}

.ctm-container p {
    color: #ececec;
}

/* individual picture */

.sec-5-img-2 {
    border-radius: 20px 0 0 20px;
}

/* Cards Steps */

.sec5-cont {
    max-width: 700px;
    margin: 0 auto;
}

.sec5-cont p {
    color: #000;
}

.br {
    border-right: 1px solid #d3d3d3;
}

.sec5-border {
    border: 1px solid #d3d3d3;
}

/* .steps-box {
    border: 1px solid transparent;
} */

.steps-box h6 {
    color: #0e0422;
    font-weight: 600;
    font-size: 18px;
}

.steps-box h3 {
    color: #0e0422;
    font-weight: 600;
    font-size: 18px;
}

.steps-box p {
    color: var(--black);
}

.sec5-cont h2 {
    color: #120825;
    font-weight: 600;
}

/* Copyright  */

.copyright {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/copy2.html");
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

/* Trademark Search */

.search {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/trademark%20search%201.html");
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.text-white ul {
    line-height: 1.7;
}

.search-report {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/search-report.html");
    background-position: center;
    background-size: cover;
    padding: 40px;
    height: 50vh;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.v-middle {
    vertical-align: middle !important;
}

.pick2 {
    background-image: url("../images/meeting4.html");
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.pick {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/pick.html");
    background-position: center;
    background-size: cover;
    padding: 40px;
    height: 70vh;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.llc-text {
    line-height: 1.5;
}

.tr-cont {
    background-color: #5c7c89;
    border-radius: 10px;
}

.round {
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
}

.tr-sec4-cont {
    max-width: 750px;
    margin: 0 auto;
    padding-right: 50px;
}

.tr-sec5-cont {
    max-width: 700px;
    margin: 0 auto 0 0;
    padding-left: 70px;
}

.s2-icon-box {
    display: flex;
    min-height: 250px !important;
    background: var(--main-bg-color);
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.line-icon-box {
    display: inline-block;
    width: 97px;
    height: 5px;
    background: #011425;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.mx-width {
    max-width: 860px !important;
    margin: 0 auto;
}

.mx-width h2 {
    color: #120825;
    font-weight: 500;
}

.mx-width p {
    color: #1c1626;
    font-size: 16px;
    font-weight: 400;
}

.s2-icon-box h4 {
    font-weight: 600;
    font-size: 30px;
    color: white;
}

.s2-icon-box h3 {
    color: white;
}

.s2-icon-box h6 {
    font-weight: 700;
    font-size: 22px;
    color: #0e0422;
}

.s2-icon-box span {
    font-weight: 400;
    font-size: 16px;
    color: white;
}

/* formation */

.formation {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/formation2.html");
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.llc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/llc.html");
    background-position: center;
    background-size: cover;
    padding: 40px;
    height: 60vh;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.qualifi-box {
    background-color: #f3f4f5;
    max-width: 955px;
    margin: 0 auto;
    padding: 50px 50px 50px 50px;
    position: relative;
}

.qualifi-box span {
    font-size: 20px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.qualify-box-cont {
    max-width: 608px;
    margin: auto;
}

.qualifi-box h2 {
    color: #120825;
}

.qualifi-box .black-para {
    color: #120825;
}

.border-shadow-img {
    position: relative;
    bottom: 19px;
}

/* Amazon */

.amazon {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/amazon.html");
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.abr-cont .p2 {
    font-size: 31px !important;
}

.abr-cont h3 {
    color: var(--basic-white);
}

.why-reg-cont {
    background-color: #f3f4f5;
    border-radius: 15px;
    height: 578px;
    position: relative;
    padding: 44px 0 54px 0;
    border: 2px solid #5c7c89;
    transition: 0.5s;
}

.sm-cont {
    padding: 15px 30px;
}

.why-reg-cont .sm-img {
    background-color: #5c7c89;
    max-width: 100px;
    display: flex;
    justify-content: center;
    border-radius: 0 100% 100% 0;
    padding: 25px;
}

.sm-cont h6 {
    color: #292d2e;
}

.sm-cont p {
    color: #646267;
}

.why-reg-cont:hover {
    background-color: var(--basic-white);
    border: 5px solid var(--primary-blue);
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.17);
}

/* web Design */

.web-design {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/web-design.html");
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.sec-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-3 {
    background-image: url("../images/satisfaction.html");
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.sec-6 {
    background-image: url("../images/meeting4.html");
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Contact */

.contact {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/contact%20us%204.html");
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.left-content {
    background-color: #5c7c89;
    padding: 50px 28px;
    border-radius: 22px;
}

.info-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 1px solid;
}

.info-icon {
    display: flex;
}

.inner-icon label {
    display: block;
    text-transform: uppercase;
}

.info-icon i {
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
    margin-top: 5px;
}

.left-content .info-icon a {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* About */

.about {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/about2.html");
    height: 80vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.sec4-cont2 {
    display: none;
}

/* new-section */

.sec4-cont-new {
    max-width: 700px;
    margin-right: auto;
}

.sec4-cont-new h2 {
    font-weight: 600;
    color: #120825;
}

.sec4-cont-new h2 span {
    font-weight: 600;
    color: var(--primary-blue);
}

.sec4-cont-new h2 .blue-bg-text {
    font-weight: 600;
    color: var(--basic-white);
    background-color: var(--primary-blue);
}

.sec4-cont-new h2 .span-2 {
    color: #d2042d;
}

.sec4-cont-new p {
    color: #1c1626;
}

/* sec4-cont styling */

.sec4-cont {
    max-width: 700px;
    margin: 0 0 0 5rem;
}

.sec4-cont .span2 {
    color: #5c7c89;
}

.sec4-cont h2 {
    font-weight: 600;
    color: #120825;
}

.sec4-cont h2 span {
    font-weight: 600;
    color: var(--primary-blue);
}

.sec4-cont h1 span {
    font-weight: 600;
    text-align: left;
    color: var(--primary-blue);
}

.sec4-cont h1 .blue-bg-text {
    font-weight: 600;
    color: white;
    background-color: #5c7c89;
    padding: 0 10px;
}

.sec4-cont h2 .blue-bg-text {
    font-weight: 600;
    color: white;
    background-color: #5c7c89;
    padding: 0 10px;
}

.blue-bg-text {
    font-weight: 600;
    color: white !important;
    background-color: #5c7c89;
    padding: 0 10px;
}

.sec4-cont h2 .span-2 {
    color: #1b9dff;
}

.sec4-cont p {
    color: #1c1626;
}

.sec4-content {
    max-width: 700px;
    margin: 0 0 0 2rem !important;
    text-align: left;
}

.sec4-content .span2 {
    color: #5c7c89;
}

.sec4-content h1 .blue-bg-text {
    font-weight: 600;
    color: white;
    background-color: #1b9dff;
    padding: 0 10px;
}

/* sec4-content2 Styling */

.sec4-content2 {
    max-width: 700px;
    margin: 0 0 0 2rem;
}

.sec4-content2 .span2 {
    color: #5c7c89;
}

.sec4-content2 h1 span {
    font-weight: 600;
    text-align: left;
    color: var(--primary-blue);
}

.sec4-content2 h2 .blue-bg-text {
    font-weight: 600;
    color: white;
    background-color: #5c7c89;
    padding: 0 10px;
}

.section2 {
    height: 60vh;
    display: flex;
}

.color-half {
    flex: 1;
    background: linear-gradient(to bottom, #0d0e0b, #727474);
}

.image-half {
    flex: 1;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0)
        ),
        url("../images/meeting4.html") right no-repeat;
    background-size: cover;
}

.icon-color {
    filter: brightness(0) saturate(100%) invert(55%) sepia(64%) saturate(4268%)
        hue-rotate(185deg) brightness(103%) contrast(102%);
}

.card-container2 {
    width: 75%;
    background-color: #f1efef;
    border-radius: 10px;
}

/* Padding Manual */

/* TOP */

.pt-9 {
    padding-top: 9rem;
}

.pt-10 {
    padding-top: 3rem;
}

.pt-11 {
    padding-top: 11rem;
}

.pt-12 {
    padding-top: 12rem;
}

.pt-20 {
    padding-top: 6rem;
}

.pt-50 {
    padding-top: 50px;
}

.pt-57 {
    padding-top: 57px;
}

/* All */

.pt-pb-2 {
    padding-top: 1.2rem;
    padding-bottom: 2rem;
}

.pt-pb-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.ptb {
    padding: 55px 0 70px 0;
}

.p-6 {
    padding: 4rem;
}

.p5 {
    padding: 3rem !important;
}

/* Bottom */

.pb-5 {
    padding-bottom: 1.5rem;
}

.pb-4 {
    padding-bottom: 4rem;
}

.pb-7 {
    padding-bottom: 7rem;
}

/* Left */

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.4rem !important;
}

.pl-2 {
    padding-left: 0.7rem;
}

.pl-3 {
    padding-left: 1rem;
}

.pl-4 {
    padding-left: 1.5rem;
}

.pl-14 {
    padding-left: 5rem;
}

/* Right */

.pr-0 {
    padding-right: 0 !important;
}

.pr-3 {
    padding-right: 1.3rem;
}

.pr2 {
    padding-right: 2rem !important;
}

/* Margin Manual */

/* All */

.m-6 {
    margin: 3rem;
}

.m-10 {
    margin: 6rem;
}

/* Margin Top */

.mt1 {
    margin-top: 1.2rem;
}

.mt6 {
    margin-top: 4rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 3rem;
}

.mt-7 {
    margin-top: 4.2rem;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mt-35 {
    margin-top: 35px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-52 {
    margin-top: 52px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-67 {
    margin-top: 67px;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-97 {
    margin-top: 97px;
}

.mt-106 {
    margin-top: 106px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-121 {
    margin-top: 121px;
}

.mt-126 {
    margin-top: 126px;
}

.mt-178 {
    margin-top: 178px;
}

.mt-216 {
    margin-top: 216px;
}

.mt-238 {
    margin-top: 238px;
}

.mt-264 {
    margin-top: 264px;
}

.mt-274 {
    margin-top: 274px;
}

.mt-313 {
    margin-top: 313px;
}

.mt-368 {
    margin-top: 368px;
}

.mt-371 {
    margin-top: 371px;
}

.mt-376 {
    margin-top: 376px;
}

.mt-384 {
    margin-top: 384px;
}

.mt-400 {
    margin-top: 400px;
}

.mt-403 {
    margin-top: 403px;
}

.mt-405 {
    margin-top: 405px;
}

.mt-434 {
    margin-top: 434px;
}

.mt-443 {
    margin-top: 443px;
}

.mt-600 {
    margin-top: 600px;
}

.mt-806 {
    margin-top: 806px;
}

.mt-828 {
    margin-top: 828px;
}

.mt-840 {
    margin-top: 840px;
}

.mt-841 {
    margin-top: 841px;
}

.mt-881 {
    margin-top: 881px;
}

/* Margin Left */

.ml-2 {
    margin-left: 0.5rem;
}

.ml-6 {
    margin-left: 6rem;
}

.ml-8 {
    margin-left: 2.2rem;
}

.ml-10 {
    margin-left: 5rem;
}

/* Margin Right */

.mr-6 {
    margin-right: 6rem;
}

/* Margin Bottom */

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-6 {
    margin-bottom: 3rem;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

/* Width */

.w-1 {
    width: 1%;
}

.w-2 {
    width: 2%;
}

.w-3 {
    width: 3%;
}

.w-4 {
    width: 4%;
}

.w-5 {
    width: 5%;
}

.w-6 {
    width: 6%;
}

.w-7 {
    width: 7%;
}

.w-8 {
    width: 8%;
}

.w-9 {
    width: 9%;
}

.w-10 {
    width: 10%;
}

.w-11 {
    width: 11%;
}

.w-12 {
    width: 12%;
}

.w-13 {
    width: 13%;
}

.w-14 {
    width: 14%;
}

.w-15 {
    width: 15%;
}

.w-16 {
    width: 16%;
}

.w-17 {
    width: 17%;
}

.w-18 {
    width: 18%;
}

.w-19 {
    width: 19%;
}

.w-20 {
    width: 20% !important;
}

.w-21 {
    width: 21%;
}

.w-22 {
    width: 22%;
}

.w-23 {
    width: 23%;
}

.w-24 {
    width: 24% !important;
}

.w-25 {
    width: 25%;
}

.w-26 {
    width: 26%;
}

.w-27 {
    width: 27%;
}

.w-28 {
    width: 28%;
}

.w-29 {
    width: 29%;
}

.w-30 {
    width: 30% !important;
}

.w-31 {
    width: 31%;
}

.w-32 {
    width: 32% !important;
}

.w-33 {
    width: 33% !important;
}

.w-34 {
    width: 34% !important;
}

.w-35 {
    width: 35% !important;
}

.w-36 {
    width: 36% !important;
}

.w-37 {
    width: 37% !important;
}

.w-38 {
    width: 38% !important;
}

.w-39 {
    width: 39% !important;
}

.w-40 {
    width: 40% !important;
}

.w-41 {
    width: 41%;
}

.w-42 {
    width: 42%;
}

.w-43 {
    width: 43%;
}

.w-44 {
    width: 44%;
}

.w-45 {
    width: 45%;
}

.w-46 {
    width: 46%;
}

.w-47 {
    width: 47%;
}

.w-48 {
    width: 48%;
}

.w-49 {
    width: 49%;
}

.w-50 {
    width: 50% !important;
}

.w-51 {
    width: 51% !important;
}

.w-52 {
    width: 52% !important;
}

.w-53 {
    width: 53% !important;
}

.w-54 {
    width: 54% !important;
}

.w-55 {
    width: 55% !important;
}

.w-56 {
    width: 56%;
}

.w-57 {
    width: 57%;
}

.w-58 {
    width: 58%;
}

.w-59 {
    width: 59%;
}

.w-60 {
    width: 60%;
}

.w-61 {
    width: 61%;
}

.w-62 {
    width: 62%;
}

.w-63 {
    width: 63%;
}

.w-64 {
    width: 64%;
}

.w-65 {
    width: 65%;
}

.w-66 {
    width: 66%;
}

.w-67 {
    width: 67%;
}

.w-68 {
    width: 68%;
}

.w-69 {
    width: 69%;
}

.w-70 {
    width: 70%;
}

.w-71 {
    width: 71%;
}

.w-72 {
    width: 72%;
}

.w-73 {
    width: 73%;
}

.w-74 {
    width: 74%;
}

.w-75 {
    width: 75%;
}

.w-76 {
    width: 76%;
}

.w-77 {
    width: 77%;
}

.w-78 {
    width: 78%;
}

.w-79 {
    width: 79%;
}

.w-80 {
    width: 80%;
}

.w-81 {
    width: 81%;
}

.w-82 {
    width: 82%;
}

.w-83 {
    width: 83%;
}

.w-84 {
    width: 84%;
}

.w-85 {
    width: 85%;
}

.w-86 {
    width: 86%;
}

.w-87 {
    width: 87%;
}

.w-88 {
    width: 88%;
}

.w-89 {
    width: 89%;
}

.w-90 {
    width: 90%;
}

.w-91 {
    width: 91%;
}

.w-92 {
    width: 92%;
}

.w-93 {
    width: 93%;
}

.w-94 {
    width: 94%;
}

.w-95 {
    width: 95%;
}

.w-96 {
    width: 96%;
}

.w-97 {
    width: 97%;
}

.w-98 {
    width: 98%;
}

.w-99 {
    width: 99%;
}

.w-100 {
    width: 100%;
}

/* border-radius */

/* Left Right */

.b-radius-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.b-radius-15 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

/* All */

.b-radius-12 {
    border-radius: 12px;
}

.b-radius-25 {
    border-radius: 25px;
}

/* Text Align */

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* font-size Manual */

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-11 {
    font-size: 11px !important;
}

/* font-weight Manual */

.fw-400 {
    font-weight: 400 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.sec-4 {
    background-color: #f3f4f5;
    max-width: 100%;
    min-width: 100%;
}

/* Heading Manual */

h1 {
    font-size: 45.98px;
    font-weight: 500;
}

h2 {
    font-size: 41px;
    font-weight: 600;
}

h3 {
    font-size: 36px;
    font-weight: 700;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 28px;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    font-weight: 550;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #011425;
    opacity: 0.78;
}

.sec5-cont {
    max-width: 700px;
    margin: 0 auto;
}

.sec5-cont p {
    color: #000;
}

.steps-box {
    border-bottom: 1px solid transparent;
}

.steps-box h6 {
    color: #0e0422;
    font-weight: 600;
    font-size: 18px;
}

.steps-box h3 {
    color: #0e0422;
    font-weight: 600;
    font-size: 18px;
}

.steps-box p {
    color: var(--black);
}

.sec5-cont h2 {
    color: #120825;
    font-weight: 600;
}

/* Registration Steps Start */

.terms-condition {
    text-align: left;
    font-size: 11.5px !important;
    overflow-y: scroll;
    height: 60vh;
}

.modal2 {
    max-width: 900px !important;
    margin-top: 50px !important;
    margin-left: 200px !important;
}

.modal-dialog {
    background-color: #f3f4f5;
    max-width: 1000px !important;
    margin: 0% !important;
}

.box-4 {
    padding: 25px 35px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 29px 50px 0 #f7f3e8;
    margin-bottom: 40px;
    position: relative;
}

.custom-radio-options label {
    display: block;
    margin-bottom: 10px;
}

.custom-radio-options input {
    margin-right: 5px;
}

.cl-iPrimary {
    color: #5c7c89;
}

.main-heading {
    background-color: #011425;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.main-heading i {
    font-size: 25px;
    margin-right: 10px;
}

.main-heading p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    justify-content: center;
}

.main-heading h6 {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.box-1 {
    padding: 25px 35px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 29px 50px 0 #f8e9bb;
    margin-bottom: 40px;
    position: relative;
}

.box-1 .heading {
    border-radius: 30px;
    padding: 1rem;
    background-color: white;
    width: 48%;
}

.box-1 h4.sty1 {
    border-color: #d2042d;
}

.box-1 h4.sty1 {
    padding-bottom: 5px;
    border-bottom: 4px solid #011425;
    font-weight: bold;
    margin-bottom: 40px;
    display: block;
    font-size: 22px;
}

.box-2 {
    padding: 25px 35px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 29px 50px 0 #f7f3e8;
    margin-bottom: 40px;
    position: relative;
}

.box-2:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 92%;
    height: 4px;
    background-color: #011425;
}

.box-2.sty2 p {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}

h5.main-title {
    font-size: 24px;
    font-weight: bold !important;
}

.package-list {
    display: flex;
    padding: 35px 10px 25px 10px;
}

.box-side-bar .side-bar-head {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.box-side-bar .side-bar-head {
    border-bottom: 1px solid #e6e6e6;
}

.box-side-bar .side-bar-head h5 {
    color: #a40000;
}

.box-side-bar .side-bar-list h6 {
    color: #a40000;
}

.box-side-bar .side-bar-head h5 {
    margin-bottom: 0px;
}

.box-side-bar .fflex h6 {
    margin-bottom: 0px;
}

.box-side-bar .fflex {
    justify-content: space-between;
}

/* Registration Steps End */

/* Packages Start */

.bgcpack-iPrimary {
    background-color: #011425;
}

.bgcpack-black {
    background-color: #000;
}

.bgcpack-white {
    background-color: #fff;
}

.bgcpack-yellow {
    background-color: #ffc001;
}

.bgcpack-iGreen {
    background-color: #019008;
}

.bgcpack-iGreen1 {
    background-color: #009007;
}

.bgcpack-iGray5 {
    background-color: #6d6d6d;
}

.bgcpack-iRed {
    background-color: #d50711;
}

.bgcpack-ilightBlue {
    background-color: #026668;
}

.bgcpack-iBlue {
    background-color: #62c3ed;
}

.clcpack-iRed {
    color: #d50711 !important;
}

.clcpack-white {
    color: #fff !important;
}

.clcpack-black {
    color: #000 !important;
}

.container-fluid.custom {
    width: 90%;
}

.package-box {
    padding: 0 0 80px;
    background-position: center;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0 29px 50px 0 #f8e9bb;
    box-shadow: 0 29px 50px 0 #f8e9bb;
    background-size: cover;
    background-position: center bottom;
}

.package-box .pck-head {
    position: relative;
    background-color: #f6f6f6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.package-box .pck-head .ic-slogo {
    margin-right: 5px;
    width: 35px;
    height: 32px;
    display: inline-block;
    background-size: 100% 100%;
}

.ic-slogo2 {
    margin-right: 5px;
    width: 35px;
    height: 32px;
    display: inline-block;
    background-size: 100% 100%;
}

.package-box .pck-head .pck-tags {
    position: absolute;
    left: 50%;
    top: -16px;
    margin: auto;
    border-radius: 4px;
    padding: 7px 18px;
    font-size: calc(11px + (11 - 11) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center;
}

/* New Packages for lp2 start */

.border-black2 {
    border: 1px solid black;
}

.border-top2 {
    border-top: 1px solid black;
}

.border-left {
    border-left: 3px solid black;
}

.border-left2 {
    border-right: 0;
}

.pck-head2 {
    position: absolute;
    left: 50%;
    font-size: calc(11px + (11 - 11) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center;
    position: relative;
}

/* .pck-head2 .dollar {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: calc(24px + (45 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000
} */

.pck-head2 .price {
    font-size: 50px;
    line-height: 1;
    color: #000;
    letter-spacing: -5px;
    font-weight: bold;
}

.pck-title {
    color: white;
    text-align: center;
}

.pck-title2 {
    color: white;
    text-align: center;
    padding: 2.3rem;
}

.top-head2 {
    background-color: #011425;
}

.top-head {
    background-color: #f3f4f5;
}

/* New Packages for lp2 End */

.package-box .pck-head .pck-tags:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0;
    border-color: transparent transparent #000 transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-width: 0px 0px 16px 15px;
    position: absolute;
    left: -14px;
    top: 0px;
}

.package-box .pck-head .pck-tags:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0;
    border-color: transparent transparent #000 transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-width: 0px 15px 16px 0px;
    position: absolute;
    right: -14px;
    top: 0px;
}

.package-box .pck-head .pck-tags.clcpack-black {
    color: #000;
}

.package-box .pck-head .h4,
.package-box .pck-head h4,
.package-box .pck-head .hd-4 {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 15px 0 12px;
    margin-bottom: 0;
    font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
    line-height: 1.2;
}

.package-box .pck-head .h4 > img,
.package-box .pck-head h4 > img,
.package-box .pck-head .hd-4 > img {
    margin-right: 10px;
}

.package-box .pck-head .h4 > span,
.package-box .pck-head h4 > span,
.package-box .pck-head .hd-4 > span {
    position: relative;
    padding-left: 35px;
    color: #fff;
}

.package-box .pck-head .h4 > span > i,
.package-box .pck-head h4 > span > i,
.package-box .pck-head .hd-4 > span > i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 35px;
}

.package-box .pck-head h6,
.package-box .pck-head .hd-6 {
    color: #fff;
}

.package-box .pck-head .upto {
    font-size: calc(14px + (25 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    color: #000;
    text-align: center;
}

.package-box .pck-head .upto span {
    color: #000;
}

.package-box .pck-head .pck-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 0 20px;
    position: relative;
    width: 100%;
}

.package-box .pck-head .pck-price .h5 {
    text-align: center;
    margin-bottom: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

/* .package-box .pck-head .pck-price .dollar {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: calc(24px + (45 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000
} */

.package-box .pck-head .pck-price .price {
    font-size: 50px;
    line-height: 1;
    color: #000;
    letter-spacing: -5px;
    font-weight: bold;
}

.package-box .pck-head .pck-price .upto {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.package-box .mid-text {
    text-align: center;
    margin-bottom: 0;
}

.package-box .mid-text h5 {
    color: #000;
    display: block;
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    border-bottom: 0;
    margin-bottom: 0;
}

.package-box .mid-text h5.fs-27 {
    font-size: calc(25px + (27 - 25) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h5.fs-37 {
    font-size: calc(27px + (37 - 27) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h6 {
    margin: 0;
    color: #000;
    font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h6.fs-22 {
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h6.fs-30 {
    font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text img {
    margin: 30px 0;
}

.package-box .pck-foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    border-radius: 0 0 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.package-box .pck-foot .btn-primary {
    border-radius: 7px;
    font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    /* background-color: #5c7c89;
    border-color: #5c7c89; */
    -webkit-box-shadow: none;
    box-shadow: none;
    /* color: #fff */
}

.package-box .pck-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(90% - 100px);
}

.package-box .pck-topContent {
    padding: 20px 25px 0;
}

.package-box .pck-topContent ul {
    padding-left: 0;
    list-style: none;
}

.package-box .pck-bottomContent {
    padding: 0 20px;
}

.package-box .pck-bottomContent > ul {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}

.package-box .pck-bottomContent > ul.freebies-list > li {
    min-height: 68px;
}

.package-box ul > li {
    padding-left: 25px;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    border-bottom: #d2d2d2 solid 1px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    line-height: 1.5;
}

.package-box ul > li:last-child {
    border-bottom: 0;
}

.package-box ul > li .ic-tik {
    background-image: url("../images/tik.html");
    width: 16px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
}

.package-box ul > li .cus-tooltip {
    display: inline-block;
}

.package-box .hl-days {
    color: #fff;
    background-color: #1b9dff;
    padding: 3px 5px;
}

.package-box .hl-days.bgc-iRed {
    background-color: #011425;
}

.package-box .as-btn {
    padding: 5px;
    margin-bottom: 10px;
}

.package-box .as-btn p {
    margin-bottom: 0;
    text-align: center;
}

.package-box p {
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #000;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
}

.package-box p span.cl-iRed,
.package-box p span.cus-tooltip {
    padding: 0 2px;
}

.package-box p.sm {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 15px;
}

.package-box p.lht-12 {
    line-height: 1.2;
}

.package-box p.bd-bottom {
    border-bottom: #d2d2d2 solid 1px;
    padding-bottom: 12px;
}

.package-box .mid-text {
    text-align: center;
}

.package-box .mid-text h4,
.package-box .mid-text .h4 {
    font-weight: 900;
    margin: 0;
    color: #000;
    font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h5,
.package-box .mid-text .h5 {
    font-weight: 700;
    margin: 0px 0 10px 0;
    color: #000;
    font-size: calc(24px + (33 - 24) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h6,
.package-box .mid-text h6 {
    font-weight: 600;
    margin: 0;
    color: #000;
    font-size: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text .plus-icon {
    margin: 10px 0;
    display: block;
}

.package-box .quest-option p {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    line-height: 1.2;
    margin-bottom: 0;
}

.package-box .quest-option .label {
    font-weight: 600;
}

.package-box .quest-option .form-check-label {
    padding-left: 20px;
}

.dtbl {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.dtbl .dtd {
    display: table-cell;
}

.dtbl .dtd.wdper-60 {
    width: 60%;
}

.dtbl.vMiddle .dtd {
    vertical-align: middle;
}

.cus-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
    padding-left: 12px;
}

.cus-tooltip > img {
    width: 12px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

.cus-tooltip i {
    color: #d50711;
}

.cus-tooltip i.custome {
    position: relative;
}

.cus-tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px;
    text-align: left;
    border-radius: 6px;
    padding: 7px 8px;
    font-size: 11px;
    position: absolute;
    top: 35px;
    left: 0;
    transform: translateX(-49%);
    position: absolute;
    z-index: 5;
    font-weight: 500;
}

.cus-tooltip .tooltiptext > p {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
}

.cus-tooltip .tooltiptext .ttClose {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #1b9dff;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    line-height: 22px;
    text-align: center;
    display: none;
}

.cus-tooltip .tooltiptext .ttClose img {
    width: 12px;
}

.cus-tooltip .tooltiptext > ul {
    padding: 0 15px;
}

.cus-tooltip .tooltiptext > ul > li {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
}

.cus-tooltip .tooltiptext > ul > li .ic-tik {
    width: 14px;
    height: 12px;
}

.cus-tooltip .tooltiptext .view-tt {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -3px;
}

.cus-tooltip .tooltiptext > img {
    max-width: 100%;
}

.cus-tooltip .tooltiptext.wd-300 {
    max-width: 300px;
}

.cus-tooltip .tooltiptext.sty1 {
    padding: 10px 15px;
}

.cus-tooltip.sty1 {
    width: 100%;
    margin: 0;
    padding-top: 14px;
}

.cus-tooltip.sty1 .tooltiptext {
    padding: 10px;
}

.pck-head h4 .ic-slogo {
    background-image: url("../img/mix/favicon.ico");
    width: 20px;
}

.linktxt {
    text-decoration: underline;
}

.chck-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.chck-row > .form-check-input {
    margin: 2px 10px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.form-check-input:checked {
    background-color: #d2042d !important;
    border-color: #d2042d !important;
}

/* Packages End */

/* Content Center Start */

.justify-content-center {
    justify-content: center;
}

.place-content-center {
    place-content: center;
}

/* Content Center End */

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.box-side-bar .side-bar-list {
    border-bottom: 4px solid #011425;
}

.box-side-bar .side-bar-list > li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
}

.box-side-bar .side-bar-list > li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.box-side-bar .side-bar-list p {
    color: #000000;
    font-size: 13px;
}

.box-side-bar .fflex p {
    flex: 1;
    margin: 0;
    margin-left: 10px !important;
}

.box-side-bar h3 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}

.box-side-bar h5 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.box-side-bar h6 {
    font-size: 14px;
    color: #fd1434;
    font-weight: bold;
    margin-bottom: 8px;
}

.box-side-bar h6.ptotal {
    font-size: 16px;
}

.box-side-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bgc-header {
    background-color: #011425;
}

.steps-list {
    display: flex !important;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 30px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    list-style: none;
}

.steps-list > li {
    flex: 0 0 25%;
    cursor: pointer;
    position: relative;
}

.text2 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #727272;
    border: 5px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.steps-list > li .text2 {
    width: 44px;
    height: 44px;
    line-height: 34px;
}

.steps-list > li p {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
}

.steps-list > li.current span {
    background-color: #1b9dff;
    color: #ffffff;
}

.p-0 {
    padding: 0 !important;
}

p.para {
    font-size: 14px;
}

.tag {
    padding: 5px 18px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
}

.tag.tag-pink {
    background-color: #f05;
    color: #ffffff;
}

.tag.tag-yellow {
    background-color: #e3b600;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.cus-tooltip.sty2 {
    top: -5px;
}

.check-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}

.check-list > li {
    margin-right: 20px;
    width: 100%;
}

.custom-radio label {
    font-size: 15px;
    font-weight: 500;
}

.custom-radio input[type="radio"] {
    margin-top: 3px;
}

.custom-radio {
    position: relative;
    display: flex;
}

.ls-none {
    list-style: none;
    padding: 0 !important;
}

.btn.btn-primary.btn-trans {
    background-color: transparent;
    color: #048dfe;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    padding: 4px 8px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.pkg-compar.absol-compar {
    position: absolute;
    right: 5%;
    top: 10px;
}

.ps-relative {
    position: relative !important;
}

.price-tag {
    padding: 6px 80px 6px 25px;
    background-color: #f5fee9;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    float: inline-end;
}

a.learn-more {
    font-size: 11px;
    color: #048dfe;
    font-weight: 700;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
}

.tooltip-wrap {
    position: relative;
}

.tooltip-wrap > .tooltip {
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    box-shadow: 0 29px 50px 0 rgba(35, 35, 35, 0.17);
    border-radius: 10px;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    pointer-events: none;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0s linear 0.01s;
}

.tooltip-text h6 {
    font-size: 15px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 700;
}

.cl-iRed {
    color: #fd1434;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.file-upload {
    position: relative;
    border: 1px solid #cccccc;
    padding: 5px 5px 5px 15px;
    max-width: 273px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-upload input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    cursor: pointer;
}

.file-upload span {
    font-size: 14px;
    color: #939393;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.file-upload span.browse {
    padding: 5px;
    min-width: 102px;
    border-radius: 6px;
    background-color: #9b9b9b;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

.form-mark {
    font-size: 14px;
    color: #939393;
    background-color: #ffffff;
    line-height: normal;
    font-weight: 500;
    width: 100%;
    padding: 0px 10px;
    margin: 0;
    border-radius: 0px;
    height: 36px;
    text-align: left;
    border: 1px solid #939393;
    transition: all 0.35s ease;
    max-width: 520px;
}

p.para {
    font-size: 14px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.box-2 h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.add-more {
    margin-left: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    color: #263a86;
}

.add-more i {
    margin-right: 5px;
    color: #2cb56d;
    font-size: 17px;
}

.ul-none {
    border-bottom: none;
}

.t-dec-none {
    text-decoration: none !important;
}

.footer p {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0px;
}

/* Modal Styles */

.modal {
    display: none;
    position: fixed;
    z-index: 800;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    /* Could be more or less, depending on screen size */
    max-width: 500px;
    /* Max width */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* Add a shadow */
}

.modal-content2 {
    background-color: #ffffff;
    margin: 2% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    max-width: 900px;
    /* Max width */
    max-height: 400px !important;
    border-radius: 10px;
    overflow-y: scroll !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* Add a shadow */
}

/* Close Button */

.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #888;
}

.btn-close:hover {
    color: #555;
}

/* Modal Body Styles */

.modal-body {
    text-align: left;
    overflow-y: auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

/* Submit Button Styles */

.js-submit {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.js-submit:hover {
    background-color: #333;
}

.btn-black {
    background-color: #011425;
    color: var(--basic-white);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 50px;
    border-radius: 10px;
    transition: 0.5s;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

button.btn-close.btn-close-ctm {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 5px;
}

.header-form .form-group {
    margin-bottom: 10px;
}

.heaeder-form .mt-2 {
    margin-top: 0.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.fade {
    transition: opacity 0.15s linear;
}

.card-stick {
    position: sticky;
    top: 0;
    height: 100vh;
}

.overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: auto;
    width: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.position-relative {
    position: relative !important;
}

.md-none {
    display: none;
}

.cardType select {
    width: 40%;
}

.thankLogo {
    width: 20%;
}

.logoportal {
    width: 100%;
}

.swiper {
    width: 600px;
    height: 220px;
    overflow: hidden;
}

.swiper-slide {
    background-color: white;
    margin: 10px;
    border-radius: 20px;
}

/* FAQ */

.accordion_container {
    border: 1px solid #000000;
    border-radius: 5px;
    margin-bottom: 20px;
}

.accordion_head {
    background-color: #f3f4f5;
    border-bottom: 1px solid #000000;
    padding: 15px;
    cursor: pointer;
}

.plusminus {
    align-self: flex-end;
}

.accordion_head:hover {
    background-color: white;
}

.accordion_body {
    display: none;
    padding: 10px;
}

.accordion_body p {
    margin: 0;
}

.mobile-container,
.topnav {
    display: none;
}

.newnav {
    display: none;
}

@media only screen and (max-width: 768px) {
    .header{
        display: none !important;
    }
    .fixed-top {
        display: none !important;
    }
    .header-scrolled {
        display: none !important;
    }
    /* .mob-fm {
        margin-top: 74px;
        display: block;
    } */
    .logo {
        display: none;
    }
    .newnav {
        overflow: hidden;
        background-color: #def4ec;
        position: relative;
        display: flex;
    }

    .mobile-container {
        max-width: 480px;
        margin: auto;
        background-color: #555;
        height: 500px;
        color: white;
        border-radius: 10px;
    }

    .topnav {
        overflow: hidden;
        background-color: #def4ec;
        position: relative;
        display: block;
    }

    .topnav #myLinks {
        display: none;
    }

    .topnav a {
        color: #026668;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .topnav a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

    .active {
        background-color: #04aa6d;
        color: white;
    }

    .swiper {
        max-width: 600px;
        height: 220px;
        overflow: hidden;
    }
    .flip-card {
        background-color: transparent;
        width: 250px !important;
        height: 200px;
        perspective: 1000px;
        /* Remove this if you don't want the 3D effect */
    }
    /* This container is needed to position the front and back side */
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }
    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }
    /* Position the front and back side */
    .flip-card-front,
    .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        /* Safari */
        backface-visibility: hidden;
    }
    /* Style the front side (fallback if image is missing) */
    .flip-card-front {
        background-color: #bbb;
        color: black;
    }
    /* Style the back side */
    .flip-card-back {
        padding: 10px;
        background-color: #011425;
        color: white;
        transform: rotateY(180deg);
    }
    .form {
        background-color: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .form-lp {
        background-image: url("../images/mobile.html") !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .form-lp3 {
        padding: 5px;
    }
    .title-strip {
        background-color: #5c7c89;
        margin-top: 5px !important;
        font-size: 12px;
    }
    .btn-prim {
        background: #5c7c89 !important;
        padding: 4px !important;
        color: white !important;
        font-weight: 500 !important;
        border: none;
        border-radius: 10px;
        font-size: 10px !important;
    }
    .reviews {
        width: 250px;
    }
    .swiper-slide {
        background-color: white;
    }
    .left-content {
        background-color: #5c7c89;
        padding: 10px 28px;
        border-radius: 22px;
    }
    .info-box {
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #fff;
        border-bottom: 1px solid;
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 800;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }
    /* Modal Content */
    .modal-content {
        background-color: #fff;
        margin: 5% auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 50%;
        /* Could be more or less, depending on screen size */
        max-width: 500px;
        /* Max width */
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        /* Add a shadow */
    }
    /* Close Button */
    .btn-close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 20px;
        color: #888;
    }
    .btn-close:hover {
        color: #555;
    }
    /* Modal Body Styles */
    .modal-body {
        text-align: center;
    }
    .d-flex {
        display: flex;
        align-items: center;
    }
    /* Submit Button Styles */
    .js-submit {
        background-color: #000;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .js-submit:hover {
        background-color: #333;
    }
    .modal-body .form-control {
        font-size: 14px;
    }
    .modal-body .form-input option {
        font-size: 10px !important;
    }
    .modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .thankLogo {
        width: 50%;
    }
    .mt-50 {
        margin-top: 10px !important;
    }
    .cardType select {
        /* width: 60%; */
        text-align: center;
    }
    .mt-70 {
        margin-top: 20px !important;
    }
    .mt70 {
        margin-top: 40px;
    }
    .mt-110 {
        margin-top: 50px;
    }
    .pt-57 {
        padding-top: 10px;
    }
    .p5 {
        padding: 0 !important;
    }
    .pb-5 {
        padding-bottom: 0.5rem !important;
    }
    .pb-7 {
        padding-bottom: 2rem !important;
    }
    .header {
        padding: 0px 0px;
        margin-bottom: 20px;
        position: absolute;
        max-width: 100%;
        min-width: 100%;
        justify-content: center;
        transition: all 0.35s ease;
    }
    .content1 {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/meeting4.html");
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .content1-banner {
        font-size: 8px;
    }
    .banner-list li {
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.8;
        font-family: "Roboto", sans-serif;
    }
    h4 {
        font-size: 14px !important;
    }
    .btn-white2 {
        font-size: 10px;
        background: white !important;
        color: #011425 !important;
        border: none;
        padding: 8px !important;
        font-weight: 700 !important;
        border-radius: 10px;
    }
    .btn-blue2 {
        font-size: 10px;
        background: #5c7c89 !important;
        color: white !important;
        border: none;
        padding: 8px !important;
        font-weight: 700 !important;
        border-radius: 10px;
    }
    .cta-image {
        background-color: #5c7c89;
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        padding: 10px;
        padding-left: 1.5rem;
        position: relative;
    }
    .header2 {
        padding: 10px 50px;
        margin-bottom: 10px;
        position: absolute;
        z-index: 0;
        max-width: 100%;
        min-width: 100%;
        justify-content: center;
        transition: all 0.35s ease;
    }
    .pt-pb-2 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .footer {
        background-image: url("../images/footer4.html");
        background-size: cover;
        background-position: center;
        color: #fff;
        text-align: center;
        bottom: 0;
        padding-bottom: 5px;
        padding-top: 10px;
        /* width: 100%; */
        /* height: 55vh; */
        position: relative;
        display: inline-block;
        filter: grayscale(2.2rem);
    }
    .footer-section a {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: white !important;
    }
    .footer h4 {
        font-size: 14px;
    }
    .sm-footer {
        font-size: 8px;
    }
    .sm-footer-img img {
        width: 110%;
    }
    .footer-logo img {
        width: 110px;
    }
    .mt3 {
        margin-top: 0.5rem !important;
    }
    .mt6 {
        margin-top: 2rem !important;
    }
    .m-10 {
        margin: 0.5rem !important;
    }
    .table-footer {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
    }
    .pt-11 {
        padding-top: 7rem;
    }
    .title {
        font-weight: 600;
        font-size: 30px;
        color: #011425;
    }
    .bg-h1 h1 {
        font-size: 24px;
    }
    .bg-h1 h5 {
        font-size: 12px;
    }
    .logo {
        max-width: 100px;
    }
    .navigation ul li a {
        font-size: calc(8px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        color: #ffffff;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 15px 0;
        transition: all 0.35s ease;
    }
    .navigation ul {
        display: flex;
        justify-content: flex-start;
        align-items: left;
        padding: 0%;
    }
    .navigation .gesture-nav li {
        display: none;
    }
    .footer-section h2 {
        font-size: 20px;
    }
    .footer-section div {
        font-size: 12px;
    }
    /* Media Get In Touch */
    .card-foot {
        font-size: 14px;
        border: 1px solid #5c7c89;
        color: #5c7c89;
        background-color: #5c7c89;
        border-radius: 6px;
    }
    .plc-center {
        place-content: center;
    }
    .my4 {
        margin-bottom: 1.5rem;
    }
    /* Media Contact Us Page */
    .contact {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/contact%20us%204.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    /* Media About Page */
    .about {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/about2.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    /* Media Effortless Content */
    .effortless h1 {
        font-size: 22px;
        font-weight: 600;
        color: #120825;
    }
    .effortless p {
        font-size: 12px;
        font-weight: 500;
        color: #120825;
    }
    .s2-icon-box span {
        font-size: 12px;
    }
    .s2-icon-box h6 {
        font-weight: 600;
        font-size: 18px;
        color: #0e0422;
    }
    /* Media Navigation Dropdown */
    .navigation .dropdown ul li {
        min-width: 140px;
        padding: 0;
    }
    .navigation .dropdown ul a {
        padding: 7px 10px;
        text-transform: none;
        color: #000000;
        font-size: calc(8px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    }
    .navigation .dropdown:hover ul {
        opacity: 1;
        top: 80%;
        visibility: visible;
    }
    /* Media Black Button */
    .btn-black {
        background-color: #000;
        color: var(--basic-white);
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 10px 15px;
        border-radius: 10px;
        transition: 0.5s;
    }
    /* Media Feedback Cards */
    .content11 {
        background-color: #d5dce2;
        position: static !important;
    }
    .card-comment {
        background-color: #fff;
        border: 2px solid #aaa8a8;
        border-radius: 20px;
        padding: 20px;
        margin: 10px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        width: 100%;
        transition: border 0.3s ease-in-out;
    }
    .content11 .card-body.comment {
        font-size: 12px !important;
        line-height: 1.5;
        height: 20vh !important;
        margin-bottom: 20px !important;
        color: #333;
        overflow: hidden;
    }
    .content11 .commentname {
        font-size: 14px !important;
        text-align: left;
        color: black;
    }
    .card-body.comment {
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .comment-name {
        font-size: 14px;
        font-weight: 600;
        margin-top: 5px;
        text-align: left;
    }
    .comment-name p {
        font-size: 12px;
        margin: 0;
        color: #777;
    }
    /* Media sec4-cont */
    .sec4-cont {
        max-width: 700px;
        margin: 2 0 0 1rem;
        text-align: center;
    }
    .sec4-cont h1 {
        text-align: center;
    }
    .sec4-cont h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont h1 span {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-blue);
    }
    .mx-width {
        max-width: 80% !important;
        margin: 0 auto;
    }
    /* Media sec4-cont-new */
    .sec4-cont h1 .blue-bg-text {
        font-size: 20px;
        font-weight: 600;
        color: white;
        background-color: #5c7c89;
        padding: 0 10px;
    }
    .sec4-cont-new h1 {
        font-size: 20px;
        font-weight: 600;
        color: #120825;
    }
    .sec4-cont-new h1 span {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont-new h1 .blue-bg-text {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont-new h1 .span-2 {
        font-size: 20px;
        color: #5c7c89;
    }
    /* Media sec4-cont2 */
    .sec4-cont2 {
        display: block !important;
        max-width: 700px;
        padding: 10px;
        text-align: center;
    }
    .sec4-cont2 h1 {
        font-size: 22px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 h2 {
        font-size: 22px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 p {
        font-size: 12px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 .span2 {
        color: #5c7c89;
        font-weight: 600;
    }
    .sec4-cont2 h1 .blue-bg-text {
        font-weight: 600;
        color: white;
        background-color: #5c7c89;
        padding: 0 6px;
    }
    /* Media tr-sec5-cont */
    .tr-sec5-cont {
        padding-left: 0;
        margin: 0;
        max-width: 100%;
    }
    /* Media cont2 */
    .cont2 {
        padding: 10px;
    }
    .cont2 h1 {
        font-size: 22px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 h2 {
        font-size: 20px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 h3 {
        font-size: 18px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 p {
        font-size: 12px;
        text-align: center;
    }
    .cont2 span {
        font-size: 12px;
        text-align: center;
    }
    /* Media cont3 */
    .cont3 h2 {
        font-size: 22px !important;
        font-weight: 600 !important;
        text-align: center !important;
        margin-top: 40px !important;
    }
    /* Media sec4-content */
    .sec4-content {
        max-width: 700px;
        margin: 3 0 0 0rem !important;
        text-align: center;
    }
    .sec4-content h1 {
        font-size: 22px;
        font-weight: 600px;
    }
    .sec5-cont h1 {
        font-size: 22px;
        font-weight: 600px;
    }
    /* Media sec4-content2 */
    .sec4-content2 {
        display: none !important;
    }
    .sm-none {
        display: none;
    }
    .md-none {
        display: block;
    }
    .main-container {
        max-width: 600px !important;
        overflow-x: hidden;
    }
    .sec-5-img-2 {
        border-radius: 10px;
        margin-top: 10px;
    }
    .content2 h1 {
        font-size: 22px !important;
        font-weight: 600 !important;
    }
    .content2 p {
        font-size: 12px;
        font-weight: 300;
        color: #011425;
    }
    .content5 {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        padding: 50px 0 50px 0;
        height: 40vh;
        box-sizing: border-box;
        background-image: url("../images/trademarks-and-legal.html");
        background-size: cover;
        background-position: center;
        color: #000000;
        opacity: 0.8;
    }
    .content7 {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
        background-image: url("../images/name-trademark.html");
        opacity: 0.8;
        background-size: cover;
        background-position: center;
        color: #000000;
    }
    .qualifi-box {
        background-color: #f3f4f5;
        max-width: 400px;
        margin: 0 auto;
        padding: 10px;
        position: relative;
    }
    .qualify-box-cont {
        /* max-width: 608px; */
        margin: auto;
    }
    .qualifi-box h2 {
        color: #120825;
        font-size: 14px;
    }
    .qualifi-box span {
        font-size: 12px;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 5px;
    }
    .qualifi-box h4 {
        color: #120825;
        font-size: 14px;
    }
    .qualifi-box p {
        color: #120825;
        font-size: 10px;
    }
    .border-shadow-img {
        position: relative;
        max-width: 300px;
        bottom: 10px;
    }
    .search {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/trademark%20search%201.html");
        height: 50vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .formation {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/formation2.html");
        height: 50vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .amazon {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/amazon.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .abr-cont .p2 {
        font-size: 18px !important;
    }
    .pick2 {
        background-image: url("../images/meeting4.html");
        height: 60vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: relative;
    }
    .llc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url("../images/llc.html");
        background-position: center;
        background-size: cover;
        padding: 10px;
        height: 60vh;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .web-design {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/web-design.html");
        height: 60vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .copyright {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/copy2.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .search-report {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url("../images/search-report.html");
        background-position: center;
        background-size: cover;
        padding: 10px;
        height: 80vh;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .btn-content4 {
        background: #5c7c89 !important;
        padding: 10px !important;
        color: white !important;
        font-weight: 500 !important;
        font-size: 12px;
        margin: 10px;
        border: none;
        border-radius: 5px;
    }
    .md-slider {
        display: none !important;
    }
    .slider2 {
        display: block !important;
        max-width: 100%;
    }
    .ml-6 {
        margin-left: 1rem;
    }
    .mr-6 {
        margin-right: 1rem;
    }
    .pck-topContent li {
        font-size: 10px !important;
        font-weight: 400 !important;
        list-style: none;
    }
    .sec5-border {
        border: none;
    }
    .sm-cont {
        padding: 15px 15px;
    }
    .sm-cont {
        padding: 15px 15px;
    }
    .sec4-content {
        max-width: 700px;
        margin: 0 0 0 0 !important;
        text-align: left;
    }
    .package-box .pck-head .pck-tags {
        position: absolute;
        left: 50%;
        top: -16px;
        margin: auto;
        border-radius: 4px;
        padding: 5px 9px;
        font-size: calc(11px + (11 - 11) * (100vw - 320px) / (1920 - 320));
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 150px;
        text-align: center;
    }
    .package-box ul > li {
        padding-left: 25px;
        padding-bottom: 12px;
        padding-top: 12px;
        position: relative;
        border-bottom: #d2d2d2 solid 1px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
    }
    .sec-3 {
        background-image: url("../images/satisfaction.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative;
    }
    .sec-6 {
        background-image: url("../images/meeting4.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative;
    }
    .steps-list > li p {
        font-size: 10px;
        color: #000000;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .steps-list {
        display: flex !important;
        align-items: flex-end;
        margin: 10px 0;
        text-align: center;
        list-style: none;
    }
    .steps-list > li {
        cursor: pointer;
        position: relative;
    }
    .main-heading h6 {
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    .box-2 {
        padding: 25px 25px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 15px 25px 0 #f8e9bb;
        margin-bottom: 20px;
        position: relative;
    }
    .box-2:before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        width: 92%;
        height: 4px;
        background-color: #011425;
    }
    .box-2.sty2 p {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 p {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 select {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 h4 {
        font-size: 20px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .box-2 .input-field input {
        font-size: 11px;
    }
    h5.main-title {
        font-size: 18px;
        font-weight: 500 !important;
    }
    .box-1 .heading {
        border-radius: 20px;
        padding: 0.8rem;
        font-size: 15px;
        width: 80%;
        background-color: white;
    }
    .box-1 {
        padding: 12px 25px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 29px 50px 0 #f8e9bb;
        margin-bottom: 40px;
        position: relative;
    }
    .logoname {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin: 0 auto;
        display: block;
        padding: 10px 0;
    }
    .sm-center {
        text-align: center !important;
    }
    .sm-left {
        text-align: left !important;
    }
    .custom-radio label {
        font-size: 12px;
        font-weight: 400;
    }
    .custom-radio-options label {
        display: block;
        margin-bottom: 12px;
        font-size: 12px;
    }
    .custom-radio-options label small {
        display: block;
        font-size: 10px;
    }
    .custom-radio-options input {
        margin-right: 5px;
    }
    .agreement {
        font-size: 12px;
    }
    .card-stick {
        height: 40vh;
    }
    .box-side-bar .side-bar-list p {
        color: #000000;
        font-size: 13px;
    }
    .side-bar-list li h3 {
        font-size: 12px;
    }
    .mobile-menu-list li {
        padding: 5px;
        background-color: #ffffff;
        font-size: 10px;
    }
    .mobile-menu-list li a {
        color: #000;
    }
    .menu-icon {
        display: block;
        border: 1px solid #000;
        padding: 5px 10px 5px 10px;
        background-color: #000;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        font-size: 20px;
    }
    .mobile-menu-list {
        list-style-type: disc;
        margin-left: 8px;
        display: none;
    }
    .sub-menu {
        display: block;
        /* Initially hide the sub-menu items */
    }
}

@media only screen and (max-width: 700px) {
    .mob-fm {
        margin-top: 74px;
        display: block;
    }
    .logo {
        display: none;
    }
    .swiper {
        max-width: 600px;
        height: 220px;
        overflow: hidden;
    }
    .flip-card {
        background-color: transparent;
        width: 250px !important;
        height: 200px;
        perspective: 1000px;
        /* Remove this if you don't want the 3D effect */
    }
    /* This container is needed to position the front and back side */
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }
    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }
    /* Position the front and back side */
    .flip-card-front,
    .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        /* Safari */
        backface-visibility: hidden;
    }
    /* Style the front side (fallback if image is missing) */
    .flip-card-front {
        background-color: #bbb;
        color: black;
    }
    /* Style the back side */
    .flip-card-back {
        padding: 10px;
        background-color: #011425;
        color: white;
        transform: rotateY(180deg);
    }
    .form {
        background-color: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .form-lp {
        background-image: url("../images/mobile.html") !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .form-lp3 {
        padding: 5px;
    }
    .title-strip {
        background-color: #5c7c89;
        margin-top: 5px !important;
        font-size: 12px;
    }
    .btn-prim {
        background: #5c7c89 !important;
        padding: 4px !important;
        color: white !important;
        font-weight: 500 !important;
        border: none;
        border-radius: 10px;
        font-size: 14px !important;
    }
    .reviews {
        width: 250px;
    }
    .swiper-slide {
        background-color: white;
    }
    .left-content {
        background-color: #5c7c89;
        padding: 10px 28px;
        border-radius: 22px;
    }
    .info-box {
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #fff;
        border-bottom: 1px solid;
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 800;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }
    /* Modal Content */
    .modal-content {
        background-color: #fff;
        margin: 5% auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 50%;
        /* Could be more or less, depending on screen size */
        max-width: 500px;
        /* Max width */
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        /* Add a shadow */
    }
    /* Close Button */
    .btn-close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 20px;
        color: #888;
    }
    .btn-close:hover {
        color: #555;
    }
    /* Modal Body Styles */
    .modal-body {
        text-align: center;
    }
    .d-flex {
        display: flex;
        align-items: center;
    }
    /* Submit Button Styles */
    .js-submit {
        background-color: #000;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .js-submit:hover {
        background-color: #333;
    }
    .modal-body .form-control {
        font-size: 14px;
    }
    .modal-body .form-input option {
        font-size: 10px !important;
    }
    .modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .thankLogo {
        width: 50%;
    }
    .mt-50 {
        margin-top: 10px !important;
    }
    .cardType select {
        /* width: 60%; */
        text-align: center;
    }
    .mt-70 {
        margin-top: 20px !important;
    }
    .mt70 {
        margin-top: 40px;
    }
    .mt-110 {
        margin-top: 50px;
    }
    .pt-57 {
        padding-top: 10px;
    }
    .p5 {
        padding: 0 !important;
    }
    .pb-5 {
        padding-bottom: 0.5rem !important;
    }
    .pb-7 {
        padding-bottom: 2rem !important;
    }
    .header {
        padding: 0px 0px;
        margin-bottom: 20px;
        position: absolute;
        max-width: 100%;
        min-width: 100%;
        justify-content: center;
        transition: all 0.35s ease;
    }
    .content1 {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/meeting4.html");
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .content1-banner {
        font-size: 8px;
    }
    .banner-list li {
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.8;
        font-family: "Roboto", sans-serif;
    }
    h4 {
        font-size: 14px !important;
    }
    .btn-white2 {
        font-size: 10px;
        background: white !important;
        color: #011425 !important;
        border: none;
        padding: 8px !important;
        font-weight: 700 !important;
        border-radius: 10px;
    }
    .btn-blue2 {
        font-size: 10px;
        background: #5c7c89 !important;
        color: white !important;
        border: none;
        padding: 8px !important;
        font-weight: 700 !important;
        border-radius: 10px;
    }
    .cta-image {
        background-color: #5c7c89;
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        padding: 10px;
        padding-left: 1.5rem;
        position: relative;
    }
    .header2 {
        padding: 10px 50px;
        margin-bottom: 10px;
        position: absolute;
        z-index: 1;
        max-width: 100%;
        min-width: 100%;
        justify-content: center;
        transition: all 0.35s ease;
    }
    .pt-pb-2 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .footer {
        background-image: url("../images/footer4.html");
        background-size: cover;
        background-position: center;
        color: #fff;
        text-align: center;
        bottom: 0;
        width: 100%;
        height: 55vh;
        position: relative;
        display: inline-block;
        filter: grayscale(2.2rem);
    }
    .footer-section a {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: white !important;
    }
    .footer h4 {
        font-size: 14px;
    }
    .sm-footer {
        font-size: 8px;
    }
    .sm-footer-img img {
        width: 110%;
    }
    .footer-logo img {
        width: 110px;
    }
    .mt3 {
        margin-top: 0.5rem !important;
    }
    .mt6 {
        margin-top: 2rem !important;
    }
    .m-10 {
        margin: 0.5rem !important;
    }
    .table-footer {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
    }
    .pt-11 {
        padding-top: 7rem;
    }
    .title {
        font-weight: 600;
        font-size: 30px;
        color: #011425;
    }
    .bg-h1 h1 {
        font-size: 24px;
    }
    .bg-h1 h5 {
        font-size: 12px;
    }
    .logo {
        max-width: 100px;
    }
    .navigation ul li a {
        font-size: calc(8px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        color: #ffffff;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 15px 0;
        transition: all 0.35s ease;
    }
    .navigation ul {
        display: flex;
        justify-content: flex-start;
        align-items: left;
        padding: 0%;
    }
    .navigation .gesture-nav li {
        display: none;
    }
    .footer-section h2 {
        font-size: 20px;
    }
    .footer-section div {
        font-size: 12px;
    }
    /* Media Get In Touch */
    .card-foot {
        font-size: 14px;
        border: 1px solid #5c7c89;
        color: #5c7c89;
        background-color: #5c7c89;
        border-radius: 6px;
    }
    .plc-center {
        place-content: center;
    }
    .my4 {
        margin-bottom: 1.5rem;
    }
    /* Media Contact Us Page */
    .contact {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/contact%20us%204.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    /* Media About Page */
    .about {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/about2.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    /* Media Effortless Content */
    .effortless h1 {
        font-size: 22px;
        font-weight: 600;
        color: #120825;
    }
    .effortless p {
        font-size: 12px;
        font-weight: 500;
        color: #120825;
    }
    .s2-icon-box span {
        font-size: 12px;
    }
    .s2-icon-box h6 {
        font-weight: 600;
        font-size: 18px;
        color: #0e0422;
    }
    /* Media Navigation Dropdown */
    .navigation .dropdown ul li {
        min-width: 140px;
        padding: 0;
    }
    .navigation .dropdown ul a {
        padding: 7px 10px;
        text-transform: none;
        color: #000000;
        font-size: calc(8px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    }
    .navigation .dropdown:hover ul {
        opacity: 1;
        top: 80%;
        visibility: visible;
    }
    /* Media Black Button */
    .btn-black {
        background-color: #000;
        color: var(--basic-white);
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 10px 15px;
        border-radius: 10px;
        transition: 0.5s;
    }
    /* Media Feedback Cards */
    .content11 {
        background-color: #d5dce2;
        position: static !important;
    }
    .card-comment {
        background-color: #fff;
        border: 2px solid #aaa8a8;
        border-radius: 20px;
        padding: 20px;
        margin: 10px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        width: 100%;
        transition: border 0.3s ease-in-out;
    }
    .content11 .card-body.comment {
        font-size: 12px !important;
        line-height: 1.5;
        height: 20vh !important;
        margin-bottom: 20px !important;
        color: #333;
        overflow: hidden;
    }
    .content11 .commentname {
        font-size: 14px !important;
        text-align: left;
        color: black;
    }
    .card-body.comment {
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .comment-name {
        font-size: 14px;
        font-weight: 600;
        margin-top: 5px;
        text-align: left;
    }
    .comment-name p {
        font-size: 12px;
        margin: 0;
        color: #777;
    }
    /* Media sec4-cont */
    .sec4-cont {
        max-width: 700px;
        margin: 2 0 0 1rem;
        text-align: center;
    }
    .sec4-cont h1 {
        text-align: center;
    }
    .sec4-cont h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont h1 span {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-blue);
    }
    .mx-width {
        max-width: 80% !important;
        margin: 0 auto;
    }
    /* Media sec4-cont-new */
    .sec4-cont h1 .blue-bg-text {
        font-size: 20px;
        font-weight: 600;
        color: white;
        background-color: #5c7c89;
        padding: 0 10px;
    }
    .sec4-cont-new h1 {
        font-size: 20px;
        font-weight: 600;
        color: #120825;
    }
    .sec4-cont-new h1 span {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont-new h1 .blue-bg-text {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont-new h1 .span-2 {
        font-size: 20px;
        color: #5c7c89;
    }
    /* Media sec4-cont2 */
    .sec4-cont2 {
        display: block !important;
        max-width: 700px;
        padding: 10px;
        text-align: center;
    }
    .sec4-cont2 h1 {
        font-size: 22px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 h2 {
        font-size: 22px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 p {
        font-size: 12px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 .span2 {
        color: #5c7c89;
        font-weight: 600;
    }
    .sec4-cont2 h1 .blue-bg-text {
        font-weight: 600;
        color: white;
        background-color: #5c7c89;
        padding: 0 6px;
    }
    /* Media tr-sec5-cont */
    .tr-sec5-cont {
        padding-left: 0;
        margin: 0;
        max-width: 100%;
    }
    /* Media cont2 */
    .cont2 {
        padding: 10px;
    }
    .cont2 h1 {
        font-size: 22px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 h2 {
        font-size: 20px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 h3 {
        font-size: 18px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 p {
        font-size: 12px;
        text-align: center;
    }
    .cont2 span {
        font-size: 12px;
        text-align: center;
    }
    /* Media cont3 */
    .cont3 h2 {
        font-size: 22px !important;
        font-weight: 600 !important;
        text-align: center !important;
        margin-top: 40px !important;
    }
    /* Media sec4-content */
    .sec4-content {
        max-width: 700px;
        margin: 3 0 0 0rem !important;
        text-align: center;
    }
    .sec4-content h1 {
        font-size: 22px;
        font-weight: 600px;
    }
    .sec5-cont h1 {
        font-size: 22px;
        font-weight: 600px;
    }
    /* Media sec4-content2 */
    .sec4-content2 {
        display: none !important;
    }
    .sm-none {
        display: none;
    }
    .md-none {
        display: block;
    }
    .main-container {
        max-width: 700px !important;
        overflow-x: hidden;
    }
    .sec-5-img-2 {
        border-radius: 10px;
        margin-top: 10px;
    }
    .content2 h1 {
        font-size: 22px !important;
        font-weight: 600 !important;
    }
    .content2 p {
        font-size: 12px;
        font-weight: 300;
        color: #011425;
    }
    .content5 {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        padding: 50px 0 50px 0;
        height: 40vh;
        box-sizing: border-box;
        background-image: url("../images/trademarks-and-legal.html");
        background-size: cover;
        background-position: center;
        color: #000000;
        opacity: 0.8;
    }
    .content7 {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
        background-image: url("../images/name-trademark.html");
        opacity: 0.8;
        background-size: cover;
        background-position: center;
        color: #000000;
    }
    .qualifi-box {
        background-color: #f3f4f5;
        max-width: 400px;
        margin: 0 auto;
        padding: 10px;
        position: relative;
    }
    .qualify-box-cont {
        /* max-width: 608px; */
        margin: auto;
    }
    .qualifi-box h2 {
        color: #120825;
        font-size: 14px;
    }
    .qualifi-box span {
        font-size: 12px;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 5px;
    }
    .qualifi-box h4 {
        color: #120825;
        font-size: 14px;
    }
    .qualifi-box p {
        color: #120825;
        font-size: 10px;
    }
    .border-shadow-img {
        position: relative;
        max-width: 300px;
        bottom: 10px;
    }
    .search {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/trademark%20search%201.html");
        height: 50vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .formation {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/formation2.html");
        height: 50vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .amazon {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/amazon.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .abr-cont .p2 {
        font-size: 18px !important;
    }
    .pick2 {
        background-image: url("../images/meeting4.html");
        height: 60vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: relative;
    }
    .llc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url("../images/llc.html");
        background-position: center;
        background-size: cover;
        padding: 10px;
        height: 60vh;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .web-design {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/web-design.html");
        height: 60vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .copyright {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/copy2.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .search-report {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url("../images/search-report.html");
        background-position: center;
        background-size: cover;
        padding: 10px;
        height: 80vh;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .btn-content4 {
        background: #5c7c89 !important;
        padding: 10px !important;
        color: white !important;
        font-weight: 500 !important;
        font-size: 12px;
        margin: 10px;
        border: none;
        border-radius: 5px;
    }
    .md-slider {
        display: none !important;
    }
    .slider2 {
        display: block !important;
        max-width: 100%;
    }
    .ml-6 {
        margin-left: 1rem;
    }
    .mr-6 {
        margin-right: 1rem;
    }
    .pck-topContent li {
        font-size: 10px !important;
        font-weight: 400 !important;
        list-style: none;
    }
    .sec5-border {
        border: none;
    }
    .sm-cont {
        padding: 15px 15px;
    }
    .sm-cont {
        padding: 15px 15px;
    }
    .sec4-content {
        max-width: 700px;
        margin: 0 0 0 0 !important;
        text-align: left;
    }
    .package-box .pck-head .pck-tags {
        position: absolute;
        left: 50%;
        top: -16px;
        margin: auto;
        border-radius: 4px;
        padding: 5px 9px;
        font-size: calc(11px + (11 - 11) * (100vw - 320px) / (1920 - 320));
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 150px;
        text-align: center;
    }
    .package-box ul > li {
        padding-left: 25px;
        padding-bottom: 12px;
        padding-top: 12px;
        position: relative;
        border-bottom: #d2d2d2 solid 1px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
    }
    .sec-3 {
        background-image: url("../images/satisfaction.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative;
    }
    .sec-6 {
        background-image: url("../images/meeting4.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative;
    }
    .steps-list > li p {
        font-size: 10px;
        color: #000000;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .steps-list {
        display: flex !important;
        align-items: flex-end;
        margin: 10px 0;
        text-align: center;
        list-style: none;
    }
    .steps-list > li {
        cursor: pointer;
        position: relative;
    }
    .main-heading h6 {
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    .box-2 {
        padding: 25px 25px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 15px 25px 0 #f8e9bb;
        margin-bottom: 20px;
        position: relative;
    }
    .box-2:before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        width: 92%;
        height: 4px;
        background-color: #011425;
    }
    .box-2.sty2 p {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 p {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 select {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 h4 {
        font-size: 20px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .box-2 .input-field input {
        font-size: 11px;
    }
    h5.main-title {
        font-size: 18px;
        font-weight: 500 !important;
    }
    .box-1 .heading {
        border-radius: 20px;
        padding: 0.8rem;
        font-size: 15px;
        width: 80%;
        background-color: white;
    }
    .box-1 {
        padding: 12px 25px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 29px 50px 0 #f8e9bb;
        margin-bottom: 40px;
        position: relative;
    }
    .logoname {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin: 0 auto;
        display: block;
        padding: 10px 0;
    }
    .sm-center {
        text-align: center !important;
    }
    .sm-left {
        text-align: left !important;
    }
    .custom-radio label {
        font-size: 12px;
        font-weight: 400;
    }
    .custom-radio-options label {
        display: block;
        margin-bottom: 12px;
        font-size: 12px;
    }
    .custom-radio-options label small {
        display: block;
        font-size: 10px;
    }
    .custom-radio-options input {
        margin-right: 5px;
    }
    .agreement {
        font-size: 12px;
    }
    .card-stick {
        height: 40vh;
    }
    .box-side-bar .side-bar-list p {
        color: #000000;
        font-size: 13px;
    }
    .side-bar-list li h3 {
        font-size: 12px;
    }
    .mobile-menu-list li {
        padding: 5px;
        background-color: #ffffff;
        font-size: 10px;
    }
    .mobile-menu-list li a {
        color: #000;
    }
    .menu-icon {
        display: block;
        border: 1px solid #000;
        padding: 5px 10px 5px 10px;
        background-color: #000;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        font-size: 20px;
    }
    .mobile-menu-list {
        list-style-type: disc;
        margin-left: 8px;
        display: none;
    }
    .sub-menu {
        display: block;
        /* Initially hide the sub-menu items */
    }
}

/* Landing Page */

/* public/css/style.css */

/* Master Layout */

@font-face {
    font-family: "xicons";
    src: url();
}

/* Body */

body {
    font-family: "Poppins", sans-serif !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

.reviews {
    width: 300px;
}

.title-strip {
    background-color: #5c7c89;
    margin-top: 10px !important;
}

/* title page */

.cl-blue {
    color: #5c7c89 !important;
}

.banner-content {
    position: relative;
}

.banner-content .banner-list li {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    list-style-type: decimal-leading-zero;
    font-family: "Roboto", sans-serif;
}

.banner-content h1 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
}

.banner-content p {
    color: #fff;
    margin-bottom: 20px;
    line-height: 25px;
}

.banner-content h1 span {
    font-weight: 700;
}

.banner-content h1 span.cl-iPrimary {
    color: #d2042d;
    font-weight: 800;
    background-color: inherit;
}

/* Effortless */

.effortless h1 {
    font-weight: 800;
}

/* Trademark Instants */

.right-img {
    display: flex;
    justify-content: end;
}

.main-container {
    max-width: 100% !important;
}

/* Menu Bar */

.header {
    padding: 10px 0px;
    margin-bottom: 10px;
    position: fixed;
    z-index: 1;
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
    transition: all 0.35s ease;
}

.header2 {
    padding: 10px 50px;
    margin-bottom: 10px;
    position: absolute;
    z-index: 1;
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
    transition: all 0.35s ease;
}

/* Step 2 */

.order {
    top: 1 !important;
    padding: 10px 0px;
    left: 1 !important;
    z-index: 5;
    transition: all 0.1s ease !important;
    position: fixed;
}

/* Registration Steps */

.fflex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Menu Bar */

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-bottom: 0;
}

.navigation ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}

.navigation ul li a {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    padding: 25px 0;
    transition: all 0.35s ease;
}

.navigation ul li a.sty1 {
    padding: 5px 15px;
}

.navigation ul li a i {
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    margin-right: 5px;
}

.navigation ul li a.is--active {
    color: #08c9f3;
}

.navigation ul li a.no-bef:before {
    content: none;
}

.navigation ul li:hover a:before,
.navigation ul li.is--active a:before {
    width: 36px;
}

.navigation .gesture-nav {
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.navigation .gesture-nav li a {
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
}

.navigation .gesture-nav li .btn-secondary {
    padding: 6px 15px !important;
}

.navigation .gesture-nav li:last-child {
    padding-right: 0;
}

.navigation .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navigation .dropdown ul li {
    min-width: 250px;
    padding: 0;
}

.navigation ul {
    list-style-type: none !important;
}

.navigation .dropdown ul li a {
    justify-content: flex-start;
    color: #000000;
}

.dropbtn {
    background-color: #04aa6d;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */

/* .dropdown {
    position: relative;
    display: inline-block;
  } */

/* Dropdown Content (Hidden by Default) */
/* 
.dropdown-content {
    display: ;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
} */

/* Links inside the dropdown */

/* .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
} */

/* Change color of dropdown links on hover */

/* .dropdown-content a:hover {
    background-color: black;
} */

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.navigation .dropdown ul a {
    padding: 7px 20px;
    text-transform: none;
    color: #000000;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}

.navigation .dropdown ul a i {
    font-size: 12px;
}

.navigation .dropdown ul a:hover {
    color: #08c9f3;
}

.navigation .dropdown ul a:hover:before {
    display: none;
}

.navigation .dropdown ul a::before,
.navigation .dropdown ul a::after {
    display: none;
}

.navigation .dropdown:hover ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

/*  */

.btn-secondary {
    background-color: #5c7c89 !important;
}

.title {
    font-weight: 700;
    font-size: 40px;
    color: #011425 !important;
}

/* Footer */

.footer {
    background-image: url("../images/footer4.html");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 52vh;
    padding: 10px;
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 0;
    margin-top: 2rem;
    position: relative;
    display: inline-block;
    filter: drop-shadow(0.1);
    /* opacity: 0.7; */
}

footer .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #144e81;
    opacity: 0.78;
}

.footer-section a {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: white !important;
}

.cta-image {
    background-color: #5c7c89;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 30px;
    padding-left: 3.5rem;
    padding-top: 2.5rem;
    margin: 10px;
    position: relative;
}

.card-foot {
    font-size: 18px;
    border: 2px solid #5c7c89;
    color: white;
    background-color: #5c7c89;
    border-radius: 10px;
    cursor: pointer;
}

.card-foot:hover {
    background-color: #f0f0f0;
    /* Change background color on hover */
}

.card-foot2:hover {
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000000;
    /* Change background color on hover */
}

.card-foot:hover span {
    color: black !important;
    /* Change text color of the link on hover */
}

.card-foot:hover a {
    color: black !important;
    /* Change text color of the link on hover */
}

.card-foot:hover i {
    color: black !important;
    /* Change text color of the link on hover */
}

/* Menu */

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 6px;
}

.logo {
    max-width: 150px;
}

.logoname {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}

[class*=" ic-"] {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="ic-"] {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.btn-primary i {
    margin-left: 10px;
}

.ic-33:before {
    content: "\e91e";
}

.content1 {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/meeting4.html");
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
}

.content1-banner {
    font-size: 14px;
}

.banner-list li {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    font-family: "Roboto", sans-serif;
}

.form-lp {
    margin-top: 20px;
    background-image: url("../images/mobile.html") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1800px) {
    .form-lp2 {
        padding: 100px;
    }
}

@media screen and (max-width: 1600px) {
    .form-lp2 {
        padding: 90px;
    }
}

@media screen and (max-width: 1400px) {
    .form-lp2 {
        padding: 70px;
    }
}

@media screen and (max-width: 700px) {
    .form-lp2 {
        padding: 130px;
    }
}

@media screen and (max-width: 640px) {
    .form-lp2 {
        padding: 120px;
    }
}

@media screen and (max-width: 600px) {
    .form-lp2 {
        padding: 70px;
    }
}

@media screen and (max-width: 1800px) {
    .form-lp3 {
        padding: 4px;
    }
}

@media screen and (max-width: 1600px) {
    .form-lp3 {
        padding: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .form-lp3 {
        padding: 20px;
    }
}

.form {
    margin-top: 20px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.text-white {
    color: white;
}

.text-lead {
    color: black;
    font-weight: 700;
    font-size: 25px;
}

.remaining-numbers-input {
    flex: 1;
}

/* Country Code Dropdown */

.country-code-dropdown {
    display: flex;
    align-items: center;
}

select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.text-white ul {
    list-style-type: "-";
    font-weight: 500;
}

/* Content2 */

.content2 {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 30px;
    color: #000000;
}

.content2 h2 {
    font-weight: 700 !important;
}

.flip-card {
    background-color: transparent;
    width: 250px !important;
    height: 180px !important;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */

.flip-card-front {
    background-color: #bbb;
    color: black;
}

/* Style the back side */

.flip-card-back {
    padding: 10px;
    background-color: #011425;
    color: white;
    transform: rotateY(180deg);
}

.slick-slide img {
    display: inline !important;
}

.slick-next:before {
    font-size: 20px !important;
    padding: 20px !important;
    line-height: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.b-none {
    border: none !important;
}

.card-container {
    width: 65%;
    background-color: #f1efef;
    border-radius: 10px;
}

.shade-blue {
    background-color: #f1efef;
}

.card-title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0rem !important;
}

/* Content3 */

.content3 {
    font-family: "Poppins", sans-serif;
    background-color: #5c7c89;
    margin: 0;
    color: #000000;
}

.img-c3 {
    background-image: url("../images/content3.html");
}

.fs-14 {
    font-size: 14 !important;
}

.fs-16 {
    font-size: 16 !important;
}

/* Content4 */

.btn-content4 {
    background: #5c7c89 !important;
    padding: 20px !important;
    color: white !important;
    font-weight: 600 !important;
    border: none;
    border-radius: 10px;
}

.slider2 {
    display: none !important;
}

/* button hover */

button:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.5s;
    color: #5c7c89;
    border: 1px solid #5c7c89;
}

/* Buttons */

.btn-prim {
    background: #5c7c89 !important;
    padding: 8px !important;
    color: white !important;
    font-weight: 600 !important;
    border: none;
    border-radius: 10px;
}

/* Trademark Search */

.btn-prim2 {
    background: #5c7c89 !important;
    padding: 8px !important;
    color: white !important;
    font-weight: 600 !important;
    border: none;
}

.btn-white {
    background: #5c7c89 !important;
    padding: 12px !important;
    color: white !important;
    font-weight: 600 !important;
    border: none;
    border-radius: 10px;
}

.btn-white2 {
    background: white !important;
    color: #011425 !important;
    border: none;
    padding: 8px !important;
    font-weight: 700 !important;
    border-radius: 10px;
}

.btn-blue2 {
    font-size: 15px;
    background: #5c7c89 !important;
    color: white !important;
    border: none;
    padding: 8px !important;
    font-weight: 700 !important;
    border-radius: 10px;
}

/* Registration Steps Button */

.btn-prim3 {
    background: #011425 !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    color: white !important;
    font-weight: 600 !important;
    border: none;
    margin-left: 10px;
}

.btn.btn-prim3 i {
    margin-left: 10px;
}

.price {
    font-size: 80px;
    font-weight: bold;
}

.footer hr {
    border: 1px solid white;
    width: 100%;
}

hr {
    width: 100%;
}

/* Card */

.card {
    position: static !important;
}

/* Content5 */

.content5 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 100px 40px 150px 40px;
    height: 60vh;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../images/trademarks-and-legal.html");
    background-size: cover;
    background-position: center;
    color: #000000;
    opacity: 0.9;
    display: inline-block;
    position: relative;
}

.content5 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #144e81;
    opacity: 0.78;
}

/* Content7 */

.content7 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 60px;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../images/name-trademark.html");
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    color: #ffffff;
    filter: drop-shadow(1.5);
}

.content7 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #144e81;
    opacity: 0.78;
}

/* Content8 */

.heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.decorator-heading.sty1 {
    padding-bottom: 30px;
}

.decorator-heading {
    position: relative;
    padding-bottom: 10px;
}

.shape.num {
    font-size: calc(14px + (55 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #7c7c7c;
    opacity: 0.1;
    left: 10px;
    top: -25px;
}

.choose-content p {
    color: #7c7c7c;
    margin-bottom: 0;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    line-height: 1.7;
}

.card-image1 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding: 120px;
    background-image: url("../images/ownership.html");
    background-size: cover;
    background-position: center;
}

.card-image2 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding: 120px;
    background-image: url("../images/safeguard.html");
    background-size: cover;
}

.card-image3 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding: 120px;
    background-image: url("../images/ip-secure.html");
    background-size: cover;
}

.card2 {
    border-radius: 20px;
}

.card-comment2 {
    background-color: #fff;
    border: 2px solid #aaa8a8;
    border-radius: 20px;
    margin: 10px;
    transition: border 0.3s ease-in-out;
}

/* Content9 */

.content9 {
    background: linear-gradient(to bottom, #5c7c89 60%, #ffffff 40%);
    position: static !important;
}

.content11 {
    background-color: #d5dce2;
    position: static !important;
}

.card-comment {
    background-color: #fff;
    border: 2px solid #aaa8a8;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: border 0.3s ease-in-out;
}

.content11 .card-body.comment {
    /* font-size: 12px !important; */
    line-height: 1.5;
    height: 20vh !important;
    margin-bottom: 20px !important;
    color: #333;
    overflow: hidden;
}

.content11 .commentname {
    font-size: 14px !important;
    text-align: left;
    color: black;
}

.comment {
    color: #707f80;
}

.comment-name {
    font-size: 20px;
    padding-left: 1rem;
}

.slider {
    overflow: hidden;
}

.card-comment {
    background-color: #fff;
    border: 2px solid #aaa8a8;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: border 0.3s ease-in-out;
}

.card-body.comment {
    font-size: 16px;
    line-height: 1.5;
    height: 30vh !important;
    margin-bottom: 20px !important;
    color: #333;
    overflow: hidden;
}

.comment-name {
    margin-top: 15px;
    text-align: left;
}

.comment-name p {
    font-size: 13px;
    margin: 0;
    color: #777;
}

.star {
    margin-top: 15px;
    padding-top: 10px;
    text-align: right;
    color: #b09117;
    font-size: 10px;
}

/* Satifaction Page */

.ctm-container {
    max-width: 700px;
    margin: 0 auto;
}

.ctm-container h2 {
    color: var(--basic-white);
    font-weight: 600;
}

.ctm-container p {
    color: #ececec;
}

/* individual picture */

.sec-5-img-2 {
    border-radius: 20px 0 0 20px;
}

/* Cards Steps */

.sec5-cont {
    max-width: 700px;
    margin: 0 auto;
}

.sec5-cont p {
    color: #000;
}

.br {
    border-right: 1px solid #d3d3d3;
}

.sec5-border {
    border: 1px solid #d3d3d3;
}

/* .steps-box {
    border: 1px solid transparent;
} */

.steps-box h6 {
    color: #0e0422;
    font-weight: 600;
    font-size: 18px;
}

.steps-box h3 {
    color: #0e0422;
    font-weight: 600;
    font-size: 18px;
}

.steps-box p {
    color: var(--black);
}

.sec5-cont h2 {
    color: #120825;
    font-weight: 600;
}

/* Copyright  */

.copyright {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/copy2.html");
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

/* Trademark Search */

.search {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/trademark%20search%201.html");
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.text-white ul {
    line-height: 1.7;
}

.search-report {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/search-report.html");
    background-position: center;
    background-size: cover;
    padding: 40px;
    height: 50vh;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.v-middle {
    vertical-align: middle !important;
}

.pick2 {
    background-image: url("../images/meeting4.html");
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.pick {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/pick.html");
    background-position: center;
    background-size: cover;
    padding: 40px;
    height: 70vh;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.llc-text {
    line-height: 1.5;
}

.tr-cont {
    background-color: #5c7c89;
    border-radius: 10px;
}

.round {
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
}

.tr-sec4-cont {
    max-width: 750px;
    margin: 0 auto;
    padding-right: 50px;
}

.tr-sec5-cont {
    max-width: 700px;
    margin: 0 auto 0 0;
    padding-left: 70px;
}

.s2-icon-box {
    display: flex;
    min-height: 250px !important;
    background: var(--main-bg-color);
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.line-icon-box {
    display: inline-block;
    width: 97px;
    height: 5px;
    background: #011425;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.mx-width {
    max-width: 860px !important;
    margin: 0 auto;
}

.mx-width h2 {
    color: #120825;
    font-weight: 500;
}

.mx-width p {
    color: #1c1626;
    font-size: 16px;
    font-weight: 400;
}

.s2-icon-box h4 {
    font-weight: 600;
    font-size: 30px;
    color: white;
}

.s2-icon-box h3 {
    color: white;
}

.s2-icon-box h6 {
    font-weight: 700;
    font-size: 22px;
    color: #0e0422;
}

.s2-icon-box span {
    font-weight: 400;
    font-size: 16px;
    color: white;
}

/* formation */

.formation {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/formation2.html");
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.llc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/llc.html");
    background-position: center;
    background-size: cover;
    padding: 40px;
    height: 60vh;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.qualifi-box {
    background-color: #f3f4f5;
    max-width: 955px;
    margin: 0 auto;
    padding: 50px 50px 50px 50px;
    position: relative;
}

.qualifi-box span {
    font-size: 20px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.qualify-box-cont {
    max-width: 608px;
    margin: auto;
}

.qualifi-box h2 {
    color: #120825;
}

.qualifi-box .black-para {
    color: #120825;
}

.border-shadow-img {
    position: relative;
    bottom: 19px;
}

/* Amazon */

.amazon {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/amazon.html");
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.abr-cont .p2 {
    font-size: 31px !important;
}

.abr-cont h3 {
    color: var(--basic-white);
}

.why-reg-cont {
    background-color: #f3f4f5;
    border-radius: 15px;
    height: 578px;
    position: relative;
    padding: 44px 0 54px 0;
    border: 2px solid #5c7c89;
    transition: 0.5s;
}

.sm-cont {
    padding: 15px 30px;
}

.why-reg-cont .sm-img {
    background-color: #5c7c89;
    max-width: 100px;
    display: flex;
    justify-content: center;
    border-radius: 0 100% 100% 0;
    padding: 25px;
}

.sm-cont h6 {
    color: #292d2e;
}

.sm-cont p {
    color: #646267;
}

.why-reg-cont:hover {
    background-color: var(--basic-white);
    border: 5px solid var(--primary-blue);
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.17);
}

/* web Design */

.web-design {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/web-design.html");
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.sec-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-3 {
    background-image: url("../images/satisfaction.html");
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.sec-6 {
    background-image: url("../images/meeting4.html");
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Contact */

.contact {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/contact%20us%204.html");
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.left-content {
    background-color: #5c7c89;
    padding: 50px 28px;
    border-radius: 22px;
}

.info-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 1px solid;
}

.info-icon {
    display: flex;
}

.inner-icon label {
    display: block;
    text-transform: uppercase;
}

.info-icon i {
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
    margin-top: 5px;
}

.left-content .info-icon a {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* About */

.about {
    font-family: "Poppins", sans-serif;
    background-image: url("../images/about2.html");
    height: 80vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 0 40px 0;
    position: relative;
}

.sec4-cont2 {
    display: none;
}

/* new-section */

.sec4-cont-new {
    max-width: 700px;
    margin-right: auto;
}

.sec4-cont-new h2 {
    font-weight: 600;
    color: #120825;
}

.sec4-cont-new h2 span {
    font-weight: 600;
    color: var(--primary-blue);
}

.sec4-cont-new h2 .blue-bg-text {
    font-weight: 600;
    color: var(--basic-white);
    background-color: var(--primary-blue);
}

.sec4-cont-new h2 .span-2 {
    color: #d2042d;
}

.sec4-cont-new p {
    color: #1c1626;
}

/* sec4-cont styling */

.sec4-cont {
    max-width: 700px;
    margin: 0 0 0 5rem;
}

.sec4-cont .span2 {
    color: #5c7c89;
}

.sec4-cont h2 {
    font-weight: 600;
    color: #120825;
}

.sec4-cont h2 span {
    font-weight: 600;
    color: var(--primary-blue);
}

.sec4-cont h1 span {
    font-weight: 600;
    text-align: left;
    color: var(--primary-blue);
}

.sec4-cont h1 .blue-bg-text {
    font-weight: 600;
    color: white;
    background-color: #5c7c89;
    padding: 0 10px;
}

.sec4-cont h2 .blue-bg-text {
    font-weight: 600;
    color: white;
    background-color: #5c7c89;
    padding: 0 10px;
}

.blue-bg-text {
    font-weight: 600;
    color: white !important;
    background-color: #5c7c89;
    padding: 0 10px;
}

.sec4-cont h2 .span-2 {
    color: #1b9dff;
}

.sec4-cont p {
    color: #1c1626;
}

.sec4-content {
    max-width: 700px;
    margin: 0 0 0 2rem !important;
    text-align: left;
}

.sec4-content .span2 {
    color: #5c7c89;
}

.sec4-content h1 .blue-bg-text {
    font-weight: 600;
    color: white;
    background-color: #1b9dff;
    padding: 0 10px;
}

/* sec4-content2 Styling */

.sec4-content2 {
    max-width: 700px;
    margin: 0 0 0 2rem;
}

.sec4-content2 .span2 {
    color: #5c7c89;
}

.sec4-content2 h1 span {
    font-weight: 600;
    text-align: left;
    color: var(--primary-blue);
}

.sec4-content2 h2 .blue-bg-text {
    font-weight: 600;
    color: white;
    background-color: #5c7c89;
    padding: 0 10px;
}

.section2 {
    height: 60vh;
    display: flex;
}

.color-half {
    flex: 1;
    background: linear-gradient(to bottom, #0d0e0b, #727474);
}

.image-half {
    flex: 1;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0)
        ),
        url("../images/meeting4.html") right no-repeat;
    background-size: cover;
}

.icon-color {
    filter: brightness(0) saturate(100%) invert(55%) sepia(64%) saturate(4268%)
        hue-rotate(185deg) brightness(103%) contrast(102%);
}

.card-container2 {
    width: 75%;
    background-color: #f1efef;
    border-radius: 10px;
}

/* Padding Manual */

/* TOP */

.pt-9 {
    padding-top: 9rem;
}

.pt-10 {
    padding-top: 3rem;
}

.pt-11 {
    padding-top: 11rem;
}

.pt-12 {
    padding-top: 12rem;
}

.pt-20 {
    padding-top: 6rem;
}

.pt-50 {
    padding-top: 50px;
}

.pt-57 {
    padding-top: 57px;
}

/* All */

.pt-pb-2 {
    padding-top: 1.2rem;
    padding-bottom: 2rem;
}

.pt-pb-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.ptb {
    padding: 55px 0 70px 0;
}

.p-6 {
    padding: 4rem;
}

.p5 {
    padding: 3rem !important;
}

/* Bottom */

.pb-5 {
    padding-bottom: 1.5rem;
}

.pb-4 {
    padding-bottom: 4rem;
}

.pb-7 {
    padding-bottom: 7rem;
}

/* Left */

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.4rem !important;
}

.pl-2 {
    padding-left: 0.7rem;
}

.pl-3 {
    padding-left: 1rem;
}

.pl-4 {
    padding-left: 1.5rem;
}

.pl-14 {
    padding-left: 5rem;
}

/* Right */

.pr-0 {
    padding-right: 0 !important;
}

.pr-3 {
    padding-right: 1.3rem;
}

.pr2 {
    padding-right: 2rem !important;
}

/* Margin Manual */

/* All */

.m-6 {
    margin: 3rem;
}

.m-10 {
    margin: 6rem;
}

/* Margin Top */

.mt1 {
    margin-top: 1.2rem;
}

.mt6 {
    margin-top: 4rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 3rem;
}

.mt-7 {
    margin-top: 4.2rem;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mt-35 {
    margin-top: 35px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-52 {
    margin-top: 52px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-67 {
    margin-top: 67px;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-97 {
    margin-top: 97px;
}

.mt-106 {
    margin-top: 106px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-121 {
    margin-top: 121px;
}

.mt-126 {
    margin-top: 126px;
}

.mt-178 {
    margin-top: 178px;
}

.mt-216 {
    margin-top: 216px;
}

.mt-238 {
    margin-top: 238px;
}

.mt-264 {
    margin-top: 264px;
}

.mt-274 {
    margin-top: 274px;
}

.mt-313 {
    margin-top: 313px;
}

.mt-368 {
    margin-top: 368px;
}

.mt-371 {
    margin-top: 371px;
}

.mt-376 {
    margin-top: 376px;
}

.mt-384 {
    margin-top: 384px;
}

.mt-400 {
    margin-top: 400px;
}

.mt-403 {
    margin-top: 403px;
}

.mt-405 {
    margin-top: 405px;
}

.mt-434 {
    margin-top: 434px;
}

.mt-443 {
    margin-top: 443px;
}

.mt-600 {
    margin-top: 600px;
}

.mt-806 {
    margin-top: 806px;
}

.mt-828 {
    margin-top: 828px;
}

.mt-840 {
    margin-top: 840px;
}

.mt-841 {
    margin-top: 841px;
}

.mt-881 {
    margin-top: 881px;
}

/* Margin Left */

.ml-2 {
    margin-left: 0.5rem;
}

.ml-6 {
    margin-left: 6rem;
}

.ml-8 {
    margin-left: 2.2rem;
}

.ml-10 {
    margin-left: 5rem;
}

/* Margin Right */

.mr-6 {
    margin-right: 6rem;
}

/* Margin Bottom */

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-6 {
    margin-bottom: 3rem;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

/* Width */

.w-1 {
    width: 1%;
}

.w-2 {
    width: 2%;
}

.w-3 {
    width: 3%;
}

.w-4 {
    width: 4%;
}

.w-5 {
    width: 5%;
}

.w-6 {
    width: 6%;
}

.w-7 {
    width: 7%;
}

.w-8 {
    width: 8%;
}

.w-9 {
    width: 9%;
}

.w-10 {
    width: 10%;
}

.w-11 {
    width: 11%;
}

.w-12 {
    width: 12%;
}

.w-13 {
    width: 13%;
}

.w-14 {
    width: 14%;
}

.w-15 {
    width: 15%;
}

.w-16 {
    width: 16%;
}

.w-17 {
    width: 17%;
}

.w-18 {
    width: 18%;
}

.w-19 {
    width: 19%;
}

.w-20 {
    width: 20% !important;
}

.w-21 {
    width: 21%;
}

.w-22 {
    width: 22%;
}

.w-23 {
    width: 23%;
}

.w-24 {
    width: 24% !important;
}

.w-25 {
    width: 25%;
}

.w-26 {
    width: 26%;
}

.w-27 {
    width: 27%;
}

.w-28 {
    width: 28%;
}

.w-29 {
    width: 29%;
}

.w-30 {
    width: 30% !important;
}

.w-31 {
    width: 31%;
}

.w-32 {
    width: 32% !important;
}

.w-33 {
    width: 33% !important;
}

.w-34 {
    width: 34% !important;
}

.w-35 {
    width: 35% !important;
}

.w-36 {
    width: 36% !important;
}

.w-37 {
    width: 37% !important;
}

.w-38 {
    width: 38% !important;
}

.w-39 {
    width: 39% !important;
}

.w-40 {
    width: 40% !important;
}

.w-41 {
    width: 41%;
}

.w-42 {
    width: 42%;
}

.w-43 {
    width: 43%;
}

.w-44 {
    width: 44%;
}

.w-45 {
    width: 45%;
}

.w-46 {
    width: 46%;
}

.w-47 {
    width: 47%;
}

.w-48 {
    width: 48%;
}

.w-49 {
    width: 49%;
}

.w-50 {
    width: 50% !important;
}

.w-51 {
    width: 51% !important;
}

.w-52 {
    width: 52% !important;
}

.w-53 {
    width: 53% !important;
}

.w-54 {
    width: 54% !important;
}

.w-55 {
    width: 55% !important;
}

.w-56 {
    width: 56%;
}

.w-57 {
    width: 57%;
}

.w-58 {
    width: 58%;
}

.w-59 {
    width: 59%;
}

.w-60 {
    width: 60%;
}

.w-61 {
    width: 61%;
}

.w-62 {
    width: 62%;
}

.w-63 {
    width: 63%;
}

.w-64 {
    width: 64%;
}

.w-65 {
    width: 65%;
}

.w-66 {
    width: 66%;
}

.w-67 {
    width: 67%;
}

.w-68 {
    width: 68%;
}

.w-69 {
    width: 69%;
}

.w-70 {
    width: 70%;
}

.w-71 {
    width: 71%;
}

.w-72 {
    width: 72%;
}

.w-73 {
    width: 73%;
}

.w-74 {
    width: 74%;
}

.w-75 {
    width: 75%;
}

.w-76 {
    width: 76%;
}

.w-77 {
    width: 77%;
}

.w-78 {
    width: 78%;
}

.w-79 {
    width: 79%;
}

.w-80 {
    width: 80%;
}

.w-81 {
    width: 81%;
}

.w-82 {
    width: 82%;
}

.w-83 {
    width: 83%;
}

.w-84 {
    width: 84%;
}

.w-85 {
    width: 85%;
}

.w-86 {
    width: 86%;
}

.w-87 {
    width: 87%;
}

.w-88 {
    width: 88%;
}

.w-89 {
    width: 89%;
}

.w-90 {
    width: 90%;
}

.w-91 {
    width: 91%;
}

.w-92 {
    width: 92%;
}

.w-93 {
    width: 93%;
}

.w-94 {
    width: 94%;
}

.w-95 {
    width: 95%;
}

.w-96 {
    width: 96%;
}

.w-97 {
    width: 97%;
}

.w-98 {
    width: 98%;
}

.w-99 {
    width: 99%;
}

.w-100 {
    width: 100%;
}

/* border-radius */

/* Left Right */

.b-radius-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.b-radius-15 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

/* All */

.b-radius-12 {
    border-radius: 12px;
}

.b-radius-25 {
    border-radius: 25px;
}

/* Text Align */

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* font-size Manual */

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-11 {
    font-size: 11px !important;
}

/* font-weight Manual */

.fw-400 {
    font-weight: 400 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.sec-4 {
    background-color: #f3f4f5;
    max-width: 100%;
    min-width: 100%;
}

/* Heading Manual */

h1 {
    font-size: 45.98px;
    font-weight: 500;
}

h2 {
    font-size: 41px;
    font-weight: 600;
}

h3 {
    font-size: 36px;
    font-weight: 700;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 28px;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    font-weight: 550;
    color: #026668;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #011425;
    opacity: 0.78;
}

.sec5-cont {
    max-width: 700px;
    margin: 0 auto;
}

.sec5-cont p {
    color: #000;
}

.steps-box {
    border-bottom: 1px solid transparent;
}

.steps-box h6 {
    color: #0e0422;
    font-weight: 600;
    font-size: 18px;
}

.steps-box h3 {
    color: #0e0422;
    font-weight: 600;
    font-size: 18px;
}

.steps-box p {
    color: var(--black);
}

.sec5-cont h2 {
    color: #120825;
    font-weight: 600;
}

/* Registration Steps Start */

.terms-condition {
    text-align: left;
    font-size: 11.5px !important;
    overflow-y: scroll;
    height: 60vh;
}

.modal2 {
    max-width: 900px !important;
    margin-top: 50px !important;
    margin-left: 200px !important;
}

.modal-dialog {
    background-color: #f3f4f5;
    max-width: 1000px !important;
    margin: 0% !important;
}

.box-4 {
    padding: 25px 35px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 29px 50px 0 #f7f3e8;
    margin-bottom: 40px;
    position: relative;
}

.custom-radio-options label {
    display: block;
    margin-bottom: 10px;
}

.custom-radio-options input {
    margin-right: 5px;
}

.cl-iPrimary {
    color: #5c7c89;
}

.main-heading {
    background-color: #011425;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.main-heading i {
    font-size: 25px;
    margin-right: 10px;
}

.main-heading p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    justify-content: center;
}

.main-heading h6 {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.box-1 {
    padding: 25px 35px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 29px 50px 0 #f8e9bb;
    margin-bottom: 40px;
    position: relative;
}

.box-1 .heading {
    border-radius: 30px;
    padding: 1rem;
    background-color: white;
    width: 48%;
}

.box-1 h4.sty1 {
    border-color: #d2042d;
}

.box-1 h4.sty1 {
    padding-bottom: 5px;
    border-bottom: 4px solid #011425;
    font-weight: bold;
    margin-bottom: 40px;
    display: block;
    font-size: 22px;
}

.box-2 {
    padding: 25px 35px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 29px 50px 0 #f7f3e8;
    margin-bottom: 40px;
    position: relative;
}

.box-2:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 92%;
    height: 4px;
    background-color: #011425;
}

.box-2.sty2 p {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}

h5.main-title {
    font-size: 24px;
    font-weight: bold !important;
}

.package-list {
    display: flex;
    padding: 35px 10px 25px 10px;
}

.box-side-bar .side-bar-head {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.box-side-bar .side-bar-head {
    border-bottom: 1px solid #e6e6e6;
}

.box-side-bar .side-bar-head h5 {
    color: #a40000;
}

.box-side-bar .side-bar-list h6 {
    color: #a40000;
}

.box-side-bar .side-bar-head h5 {
    margin-bottom: 0px;
}

.box-side-bar .fflex h6 {
    margin-bottom: 0px;
}

.box-side-bar .fflex {
    justify-content: space-between;
}

/* Registration Steps End */

/* Packages Start */

.bgcpack-iPrimary {
    background-color: #011425;
}

.bgcpack-black {
    background-color: #000;
}

.bgcpack-white {
    background-color: #fff;
}

.bgcpack-yellow {
    background-color: #ffc001;
}

.bgcpack-iGreen {
    background-color: #019008;
}

.bgcpack-iGreen1 {
    background-color: #009007;
}

.bgcpack-iGray5 {
    background-color: #6d6d6d;
}

.bgcpack-iRed {
    background-color: #d50711;
}

.bgcpack-ilightBlue {
    background-color: #011425;
}

.bgcpack-iBlue {
    background-color: #62c3ed;
}

.clcpack-iRed {
    color: #d50711 !important;
}

.clcpack-white {
    color: #fff !important;
}

.clcpack-black {
    color: #000 !important;
}

.container-fluid.custom {
    width: 90%;
}

.package-box {
    padding: 0 0 80px;
    background-position: center;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0 29px 50px 0 #f8e9bb;
    box-shadow: 0 29px 50px 0 #f8e9bb;
    background-size: cover;
    background-position: center bottom;
}

.package-box .pck-head {
    position: relative;
    background-color: #f6f6f6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.package-box .pck-head .ic-slogo {
    margin-right: 5px;
    width: 35px;
    height: 32px;
    display: inline-block;
    background-size: 100% 100%;
}

.ic-slogo2 {
    margin-right: 5px;
    width: 35px;
    height: 32px;
    display: inline-block;
    background-size: 100% 100%;
}

.package-box .pck-head .pck-tags {
    position: absolute;
    left: 50%;
    top: -16px;
    margin: auto;
    border-radius: 4px;
    padding: 7px 18px;
    font-size: calc(11px + (11 - 11) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center;
}

/* New Packages for lp2 start */

.border-black2 {
    border: 1px solid black;
}

.border-top2 {
    border-top: 1px solid black;
}

.border-left {
    border-left: 3px solid black;
}

.border-left2 {
    border-right: 0;
}

.pck-head2 {
    position: absolute;
    left: 50%;
    font-size: calc(11px + (11 - 11) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center;
    position: relative;
}

/* .pck-head2 .dollar {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: calc(24px + (45 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000
} */

.pck-head2 .price {
    font-size: 50px;
    line-height: 1;
    color: #000;
    letter-spacing: -5px;
    font-weight: bold;
}

.pck-title {
    color: white;
    text-align: center;
}

.pck-title2 {
    color: white;
    text-align: center;
    padding: 2.3rem;
}

.top-head2 {
    background-color: #011425;
}

.top-head {
    background-color: #f3f4f5;
}

/* New Packages for lp2 End */

.package-box .pck-head .pck-tags:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0;
    border-color: transparent transparent #000 transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-width: 0px 0px 16px 15px;
    position: absolute;
    left: -14px;
    top: 0px;
}

.package-box .pck-head .pck-tags:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0;
    border-color: transparent transparent #000 transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-width: 0px 15px 16px 0px;
    position: absolute;
    right: -14px;
    top: 0px;
}

.package-box .pck-head .pck-tags.clcpack-black {
    color: #000;
}

.package-box .pck-head .h4,
.package-box .pck-head h4,
.package-box .pck-head .hd-4 {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 15px 0 12px;
    margin-bottom: 0;
    font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
    line-height: 1.2;
}

.package-box .pck-head .h4 > img,
.package-box .pck-head h4 > img,
.package-box .pck-head .hd-4 > img {
    margin-right: 10px;
}

.package-box .pck-head .h4 > span,
.package-box .pck-head h4 > span,
.package-box .pck-head .hd-4 > span {
    position: relative;
    padding-left: 35px;
    color: #fff;
}

.package-box .pck-head .h4 > span > i,
.package-box .pck-head h4 > span > i,
.package-box .pck-head .hd-4 > span > i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 35px;
}

.package-box .pck-head h6,
.package-box .pck-head .hd-6 {
    color: #fff;
}

.package-box .pck-head .upto {
    font-size: calc(14px + (25 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    color: #000;
    text-align: center;
}

.package-box .pck-head .upto span {
    color: #000;
}

.package-box .pck-head .pck-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 0 20px;
    position: relative;
    width: 100%;
}

.package-box .pck-head .pck-price .h5 {
    text-align: center;
    margin-bottom: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

/* .package-box .pck-head .pck-price .dollar {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: calc(24px + (45 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000
} */

.package-box .pck-head .pck-price .price {
    font-size: 50px;
    line-height: 1;
    color: #000;
    letter-spacing: -5px;
    font-weight: bold;
}

.package-box .pck-head .pck-price .upto {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.package-box .mid-text {
    text-align: center;
    margin-bottom: 0;
}

.package-box .mid-text h5 {
    color: #000;
    display: block;
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    border-bottom: 0;
    margin-bottom: 0;
}

.package-box .mid-text h5.fs-27 {
    font-size: calc(25px + (27 - 25) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h5.fs-37 {
    font-size: calc(27px + (37 - 27) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h6 {
    margin: 0;
    color: #000;
    font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h6.fs-22 {
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h6.fs-30 {
    font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text img {
    margin: 30px 0;
}

.package-box .pck-foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    border-radius: 0 0 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.package-box .pck-foot .btn-primary {
    border-radius: 7px;
    font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;

    -webkit-box-shadow: none;
    box-shadow: none;
}

.package-box .pck-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 250px);
}

.package-box .pck-topContent {
    padding: 20px 25px 0;
}

.package-box .pck-topContent ul {
    padding-left: 0;
    list-style: none;
}

.package-box .pck-bottomContent {
    padding: 0 20px;
}

.package-box .pck-bottomContent > ul {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}

.package-box .pck-bottomContent > ul.freebies-list > li {
    min-height: 68px;
}

.package-box ul > li {
    padding-left: 25px;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    border-bottom: #d2d2d2 solid 1px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    line-height: 1.5;
}

.package-box ul > li:last-child {
    border-bottom: 0;
}

.package-box ul > li .ic-tik {
    background-image: url("../images/tik.html");
    width: 16px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
}

.package-box ul > li .cus-tooltip {
    display: inline-block;
}

.package-box .hl-days {
    color: #fff;
    background-color: #1b9dff;
    padding: 3px 5px;
}

.package-box .hl-days.bgc-iRed {
    background-color: #011425;
}

.package-box .as-btn {
    padding: 5px;
    margin-bottom: 10px;
}

.package-box .as-btn p {
    margin-bottom: 0;
    text-align: center;
}

.package-box p {
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #000;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
}

.package-box p span.cl-iRed,
.package-box p span.cus-tooltip {
    padding: 0 2px;
}

.package-box p.sm {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 15px;
}

.package-box p.lht-12 {
    line-height: 1.2;
}

.package-box p.bd-bottom {
    border-bottom: #d2d2d2 solid 1px;
    padding-bottom: 12px;
}

.package-box .mid-text {
    text-align: center;
}

.package-box .mid-text h4,
.package-box .mid-text .h4 {
    font-weight: 900;
    margin: 0;
    color: #000;
    font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h5,
.package-box .mid-text .h5 {
    font-weight: 700;
    margin: 0px 0 10px 0;
    color: #000;
    font-size: calc(24px + (33 - 24) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text h6,
.package-box .mid-text h6 {
    font-weight: 600;
    margin: 0;
    color: #000;
    font-size: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320));
}

.package-box .mid-text .plus-icon {
    margin: 10px 0;
    display: block;
}

.package-box .quest-option p {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    line-height: 1.2;
    margin-bottom: 0;
}

.package-box .quest-option .label {
    font-weight: 600;
}

.package-box .quest-option .form-check-label {
    padding-left: 20px;
}

.dtbl {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.dtbl .dtd {
    display: table-cell;
}

.dtbl .dtd.wdper-60 {
    width: 60%;
}

.dtbl.vMiddle .dtd {
    vertical-align: middle;
}

.cus-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
    padding-left: 12px;
}

.cus-tooltip > img {
    width: 12px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

.cus-tooltip i {
    color: #d50711;
}

.cus-tooltip i.custome {
    position: relative;
}

.cus-tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px;
    text-align: left;
    border-radius: 6px;
    padding: 7px 8px;
    font-size: 11px;
    position: absolute;
    top: 35px;
    left: 0;
    transform: translateX(-49%);
    position: absolute;
    z-index: 5;
    font-weight: 500;
}

.cus-tooltip .tooltiptext > p {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
}

.cus-tooltip .tooltiptext .ttClose {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #1b9dff;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    line-height: 22px;
    text-align: center;
    display: none;
}

.cus-tooltip .tooltiptext .ttClose img {
    width: 12px;
}

.cus-tooltip .tooltiptext > ul {
    padding: 0 15px;
}

.cus-tooltip .tooltiptext > ul > li {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
}

.cus-tooltip .tooltiptext > ul > li .ic-tik {
    width: 14px;
    height: 12px;
}

.cus-tooltip .tooltiptext .view-tt {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -3px;
}

.cus-tooltip .tooltiptext > img {
    max-width: 100%;
}

.cus-tooltip .tooltiptext.wd-300 {
    max-width: 300px;
}

.cus-tooltip .tooltiptext.sty1 {
    padding: 10px 15px;
}

.cus-tooltip.sty1 {
    width: 100%;
    margin: 0;
    padding-top: 14px;
}

.cus-tooltip.sty1 .tooltiptext {
    padding: 10px;
}

.pck-head h4 .ic-slogo {
    background-image: url("../img/mix/favicon.ico");
    width: 20px;
}

.linktxt {
    text-decoration: underline;
}

.chck-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.chck-row > .form-check-input {
    margin: 2px 10px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.form-check-input:checked {
    background-color: #d2042d !important;
    border-color: #d2042d !important;
}

/* Packages End */

/* Content Center Start */

.justify-content-center {
    justify-content: center;
}

.place-content-center {
    place-content: center;
}

/* Content Center End */

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.box-side-bar .side-bar-list {
    border-bottom: 4px solid #011425;
}

.box-side-bar .side-bar-list > li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
}

.box-side-bar .side-bar-list > li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.box-side-bar .side-bar-list p {
    color: #000000;
    font-size: 13px;
}

.box-side-bar .fflex p {
    flex: 1;
    margin: 0;
    margin-left: 10px !important;
}

.box-side-bar h3 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}

.box-side-bar h5 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.box-side-bar h6 {
    font-size: 14px;
    color: #fd1434;
    font-weight: bold;
    margin-bottom: 8px;
}

.box-side-bar h6.ptotal {
    font-size: 16px;
}

.box-side-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bgc-header {
    background-color: #011425;
}

.steps-list {
    display: flex !important;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 30px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    list-style: none;
}

.steps-list > li {
    flex: 0 0 25%;
    cursor: pointer;
    position: relative;
}

.text2 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #727272;
    border: 5px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.steps-list > li .text2 {
    width: 44px;
    height: 44px;
    line-height: 34px;
}

.steps-list > li p {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
}

.steps-list > li.current span {
    background-color: #1b9dff;
    color: #ffffff;
}

.p-0 {
    padding: 0 !important;
}

p.para {
    font-size: 14px;
}

.tag {
    padding: 5px 18px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
}

.tag.tag-pink {
    background-color: #f05;
    color: #ffffff;
}

.tag.tag-yellow {
    background-color: #e3b600;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.cus-tooltip.sty2 {
    top: -5px;
}

.check-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}

.check-list > li {
    margin-right: 20px;
    width: 100%;
}

.custom-radio label {
    font-size: 15px;
    font-weight: 500;
}

.custom-radio input[type="radio"] {
    margin-top: 3px;
}

.custom-radio {
    position: relative;
    display: flex;
}

.ls-none {
    list-style: none;
    padding: 0 !important;
}

.btn.btn-primary.btn-trans {
    background-color: transparent;
    color: #048dfe;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    padding: 4px 8px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.pkg-compar.absol-compar {
    position: absolute;
    right: 5%;
    top: 10px;
}

.ps-relative {
    position: relative !important;
}

.price-tag {
    padding: 6px 80px 6px 25px;
    background-color: #f5fee9;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    float: inline-end;
}

a.learn-more {
    font-size: 11px;
    color: #048dfe;
    font-weight: 700;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
}

.tooltip-wrap {
    position: relative;
}

.tooltip-wrap > .tooltip {
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    box-shadow: 0 29px 50px 0 rgba(35, 35, 35, 0.17);
    border-radius: 10px;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    pointer-events: none;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0s linear 0.01s;
}

.tooltip-text h6 {
    font-size: 15px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 700;
}

.cl-iRed {
    color: #fd1434;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.file-upload {
    position: relative;
    border: 1px solid #cccccc;
    padding: 5px 5px 5px 15px;
    max-width: 273px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-upload input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    cursor: pointer;
}

.file-upload span {
    font-size: 14px;
    color: #939393;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.file-upload span.browse {
    padding: 5px;
    min-width: 102px;
    border-radius: 6px;
    background-color: #9b9b9b;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

.form-mark {
    font-size: 14px;
    color: #939393;
    background-color: #ffffff;
    line-height: normal;
    font-weight: 500;
    width: 100%;
    padding: 0px 10px;
    margin: 0;
    border-radius: 0px;
    height: 36px;
    text-align: left;
    border: 1px solid #939393;
    transition: all 0.35s ease;
    max-width: 520px;
}

p.para {
    font-size: 14px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.box-2 h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.add-more {
    margin-left: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    color: #263a86;
}

.add-more i {
    margin-right: 5px;
    color: #2cb56d;
    font-size: 17px;
}

.ul-none {
    border-bottom: none;
}

.t-dec-none {
    text-decoration: none !important;
}

.footer p {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0px;
}

/* Modal Styles */

.modal {
    display: none;
    position: fixed;
    z-index: 800;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    /* Could be more or less, depending on screen size */
    max-width: 500px;
    /* Max width */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* Add a shadow */
}

.modal-content2 {
    background-color: #ffffff;
    margin: 2% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    max-width: 900px;
    /* Max width */
    max-height: 400px !important;
    border-radius: 10px;
    overflow-y: scroll !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* Add a shadow */
}

/* Close Button */

.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #888;
}

.btn-close:hover {
    color: #555;
}

/* Modal Body Styles */

.modal-body {
    text-align: left;
    overflow-y: auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

/* Submit Button Styles */

.js-submit {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.js-submit:hover {
    background-color: #333;
}

.btn-black {
    background-color: #011425;
    color: var(--basic-white);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 50px;
    border-radius: 10px;
    transition: 0.5s;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

button.btn-close.btn-close-ctm {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 5px;
}

.header-form .form-group {
    margin-bottom: 10px;
}

.heaeder-form .mt-2 {
    margin-top: 0.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.fade {
    transition: opacity 0.15s linear;
}

.card-stick {
    position: sticky;
    top: 0;
    height: 100vh;
}

.overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: auto;
    width: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.position-relative {
    position: relative !important;
}

.md-none {
    display: none;
}

.cardType select {
    width: 40%;
}

.thankLogo {
    width: 20%;
}

.logoportal {
    width: 100%;
}

.swiper {
    width: 600px;
    height: 220px;
    overflow: hidden;
}

.swiper-slide {
    background-color: white;
    margin: 10px;
    border-radius: 20px;
}

/* FAQ */

.accordion_container {
    border: 1px solid #000000;
    border-radius: 5px;
    margin-bottom: 20px;
}

.accordion_head {
    background-color: #f3f4f5;
    border-bottom: 1px solid #000000;
    padding: 15px;
    cursor: pointer;
}

.plusminus {
    align-self: flex-end;
}

.accordion_head:hover {
    background-color: white;
}

.accordion_body {
    padding: 10px;
}

.accordion_body p {
    margin: 0;
}

@media only screen and (max-width: 600px) {
    .mob-fm {
        margin-top: 74px;
        display: block;
    }
    .logo {
        display: none;
    }
    .swiper {
        max-width: 600px;
        height: 220px;
        overflow: hidden;
    }
    .flip-card {
        background-color: transparent;
        width: 250px !important;
        height: 200px;
        perspective: 1000px;
        /* Remove this if you don't want the 3D effect */
    }
    /* This container is needed to position the front and back side */
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }
    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }
    /* Position the front and back side */
    .flip-card-front,
    .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        /* Safari */
        backface-visibility: hidden;
    }
    /* Style the front side (fallback if image is missing) */
    .flip-card-front {
        background-color: #bbb;
        color: black;
    }
    /* Style the back side */
    .flip-card-back {
        padding: 10px;
        background-color: #011425;
        color: white;
        transform: rotateY(180deg);
    }
    .form {
        background-color: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .form-lp {
        background-image: url("../images/mobile.html") !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .form-lp3 {
        padding: 5px;
    }
    .title-strip {
        background-color: #5c7c89;
        margin-top: 5px !important;
        font-size: 12px;
    }
    .btn-prim {
        background: #5c7c89 !important;
        padding: 4px !important;
        color: white !important;
        font-weight: 500 !important;
        border: none;
        border-radius: 10px;
        font-size: 10px !important;
    }
    .reviews {
        width: 250px;
    }
    .swiper-slide {
        background-color: white;
    }
    .left-content {
        background-color: #5c7c89;
        padding: 10px 28px;
        border-radius: 22px;
    }
    .info-box {
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #fff;
        border-bottom: 1px solid;
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 800;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }
    /* Modal Content */
    .modal-content {
        background-color: #fff;
        margin: 5% auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 50%;
        /* Could be more or less, depending on screen size */
        max-width: 500px;
        /* Max width */
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        /* Add a shadow */
    }
    /* Close Button */
    .btn-close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 20px;
        color: #888;
    }
    .btn-close:hover {
        color: #555;
    }
    /* Modal Body Styles */
    .modal-body {
        text-align: center;
    }
    .d-flex {
        display: flex;
        align-items: center;
    }
    /* Submit Button Styles */
    .js-submit {
        background-color: #000;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .js-submit:hover {
        background-color: #333;
    }
    .modal-body .form-control {
        font-size: 14px;
    }
    .modal-body .form-input option {
        font-size: 10px !important;
    }
    .modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .thankLogo {
        width: 50%;
    }
    .mt-50 {
        margin-top: 10px !important;
    }
    .cardType select {
        /* width: 60%; */
        text-align: center;
    }
    .mt-70 {
        margin-top: 20px !important;
    }
    .mt70 {
        margin-top: 40px;
    }
    .mt-110 {
        margin-top: 50px;
    }
    .pt-57 {
        padding-top: 10px;
    }
    .p5 {
        padding: 0 !important;
    }
    .pb-5 {
        padding-bottom: 0.5rem !important;
    }
    .pb-7 {
        padding-bottom: 2rem !important;
    }
    .header {
        padding: 0px 0px;
        margin-bottom: 20px;
        position: absolute;
        max-width: 100%;
        min-width: 100%;
        justify-content: center;
        transition: all 0.35s ease;
    }
    .content1 {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/meeting4.html");
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .content1-banner {
        font-size: 8px;
    }
    .banner-list li {
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.8;
        font-family: "Roboto", sans-serif;
    }
    h4 {
        font-size: 14px !important;
    }
    .btn-white2 {
        font-size: 10px;
        background: white !important;
        color: #011425 !important;
        border: none;
        padding: 8px !important;
        font-weight: 700 !important;
        border-radius: 10px;
    }
    .btn-blue2 {
        font-size: 10px;
        background: #5c7c89 !important;
        color: white !important;
        border: none;
        padding: 8px !important;
        font-weight: 700 !important;
        border-radius: 10px;
    }
    .cta-image {
        background-color: #5c7c89;
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        padding: 10px;
        padding-left: 1.5rem;
        position: relative;
    }
    .header2 {
        padding: 10px 50px;
        margin-bottom: 10px;
        position: absolute;
        z-index: 0;
        max-width: 100%;
        min-width: 100%;
        justify-content: center;
        transition: all 0.35s ease;
    }
    .pt-pb-2 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .footer {
        background-image: url("../images/footer4.html");
        background-size: cover;
        background-position: center;
        color: #fff;
        text-align: center;
        bottom: 0;
        padding-bottom: 5px;
        padding-top: 10px;
        /* width: 100%; */
        /* height: 55vh; */
        position: relative;
        display: inline-block;
        filter: grayscale(2.2rem);
    }
    .footer-section a {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: white !important;
    }
    .footer h4 {
        font-size: 14px;
    }
    .sm-footer {
        font-size: 8px;
    }
    .sm-footer-img img {
        width: 110%;
    }
    .footer-logo img {
        width: 110px;
    }
    .mt3 {
        margin-top: 0.5rem !important;
    }
    .mt6 {
        margin-top: 2rem !important;
    }
    .m-10 {
        margin: 0.5rem !important;
    }
    .table-footer {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
    }
    .pt-11 {
        padding-top: 7rem;
    }
    .title {
        font-weight: 600;
        font-size: 30px;
        color: #011425;
    }
    .bg-h1 h1 {
        font-size: 24px;
    }
    .bg-h1 h5 {
        font-size: 12px;
    }
    .logo {
        max-width: 100px;
    }
    .navigation ul li a {
        font-size: calc(8px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        color: #ffffff;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 15px 0;
        transition: all 0.35s ease;
    }
    .navigation ul {
        display: flex;
        justify-content: flex-start;
        align-items: left;
        padding: 0%;
    }
    .navigation .gesture-nav li {
        display: none;
    }
    .footer-section h2 {
        font-size: 20px;
    }
    .footer-section div {
        font-size: 12px;
    }
    /* Media Get In Touch */
    .card-foot {
        font-size: 14px;
        border: 1px solid #5c7c89;
        color: #5c7c89;
        background-color: #5c7c89;
        border-radius: 6px;
    }
    .plc-center {
        place-content: center;
    }
    .my4 {
        margin-bottom: 1.5rem;
    }
    /* Media Contact Us Page */
    .contact {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/contact%20us%204.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    /* Media About Page */
    .about {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/about2.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    /* Media Effortless Content */
    .effortless h1 {
        font-size: 22px;
        font-weight: 600;
        color: #120825;
    }
    .effortless p {
        font-size: 12px;
        font-weight: 500;
        color: #120825;
    }
    .s2-icon-box span {
        font-size: 12px;
    }
    .s2-icon-box h6 {
        font-weight: 600;
        font-size: 18px;
        color: #0e0422;
    }
    /* Media Navigation Dropdown */
    .navigation .dropdown ul li {
        min-width: 140px;
        padding: 0;
    }
    .navigation .dropdown ul a {
        padding: 7px 10px;
        text-transform: none;
        color: #000000;
        font-size: calc(8px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    }
    .navigation .dropdown:hover ul {
        opacity: 1;
        top: 80%;
        visibility: visible;
    }
    /* Media Black Button */
    .btn-black {
        background-color: #000;
        color: var(--basic-white);
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 10px 15px;
        border-radius: 10px;
        transition: 0.5s;
    }
    /* Media Feedback Cards */
    .content11 {
        background-color: #d5dce2;
        position: static !important;
    }
    .card-comment {
        background-color: #fff;
        border: 2px solid #aaa8a8;
        border-radius: 20px;
        padding: 20px;
        margin: 10px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        width: 100%;
        transition: border 0.3s ease-in-out;
    }
    .content11 .card-body.comment {
        font-size: 12px !important;
        line-height: 1.5;
        height: 20vh !important;
        margin-bottom: 20px !important;
        color: #333;
        overflow: hidden;
    }
    .content11 .commentname {
        font-size: 14px !important;
        text-align: left;
        color: black;
    }
    .card-body.comment {
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .comment-name {
        font-size: 14px;
        font-weight: 600;
        margin-top: 5px;
        text-align: left;
    }
    .comment-name p {
        font-size: 12px;
        margin: 0;
        color: #777;
    }
    /* Media sec4-cont */
    .sec4-cont {
        max-width: 700px;
        margin: 2 0 0 1rem;
        text-align: center;
    }
    .sec4-cont h1 {
        text-align: center;
    }
    .sec4-cont h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont h1 span {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-blue);
    }
    .mx-width {
        max-width: 80% !important;
        margin: 0 auto;
    }
    /* Media sec4-cont-new */
    .sec4-cont h1 .blue-bg-text {
        font-size: 20px;
        font-weight: 600;
        color: white;
        background-color: #5c7c89;
        padding: 0 10px;
    }
    .sec4-cont-new h1 {
        font-size: 20px;
        font-weight: 600;
        color: #120825;
    }
    .sec4-cont-new h1 span {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont-new h1 .blue-bg-text {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont-new h1 .span-2 {
        font-size: 20px;
        color: #5c7c89;
    }
    /* Media sec4-cont2 */
    .sec4-cont2 {
        display: block !important;
        max-width: 700px;
        padding: 10px;
        text-align: center;
    }
    .sec4-cont2 h1 {
        font-size: 22px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 h2 {
        font-size: 22px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 p {
        font-size: 12px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 .span2 {
        color: #5c7c89;
        font-weight: 600;
    }
    .sec4-cont2 h1 .blue-bg-text {
        font-weight: 600;
        color: white;
        background-color: #5c7c89;
        padding: 0 6px;
    }
    /* Media tr-sec5-cont */
    .tr-sec5-cont {
        padding-left: 0;
        margin: 0;
        max-width: 100%;
    }
    /* Media cont2 */
    .cont2 {
        padding: 10px;
    }
    .cont2 h1 {
        font-size: 22px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 h2 {
        font-size: 20px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 h3 {
        font-size: 18px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 p {
        font-size: 12px;
        text-align: center;
    }
    .cont2 span {
        font-size: 12px;
        text-align: center;
    }
    /* Media cont3 */
    .cont3 h2 {
        font-size: 22px !important;
        font-weight: 600 !important;
        text-align: center !important;
        margin-top: 40px !important;
    }
    /* Media sec4-content */
    .sec4-content {
        max-width: 700px;
        margin: 3 0 0 0rem !important;
        text-align: center;
    }
    .sec4-content h1 {
        font-size: 22px;
        font-weight: 600px;
    }
    .sec5-cont h1 {
        font-size: 22px;
        font-weight: 600px;
    }
    /* Media sec4-content2 */
    .sec4-content2 {
        display: none !important;
    }
    .sm-none {
        display: none;
    }
    .md-none {
        display: block;
    }
    .main-container {
        max-width: 600px !important;
        overflow-x: hidden;
    }
    .sec-5-img-2 {
        border-radius: 10px;
        margin-top: 10px;
    }
    .content2 h1 {
        font-size: 22px !important;
        font-weight: 600 !important;
    }
    .content2 p {
        font-size: 12px;
        font-weight: 300;
        color: #011425;
    }
    .content5 {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        padding: 50px 0 50px 0;
        height: 40vh;
        box-sizing: border-box;
        background-image: url("../images/trademarks-and-legal.html");
        background-size: cover;
        background-position: center;
        color: #000000;
        opacity: 0.8;
    }
    .content7 {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
        background-image: url("../images/name-trademark.html");
        opacity: 0.8;
        background-size: cover;
        background-position: center;
        color: #000000;
    }
    .qualifi-box {
        background-color: #f3f4f5;
        max-width: 400px;
        margin: 0 auto;
        padding: 10px;
        position: relative;
    }
    .qualify-box-cont {
        /* max-width: 608px; */
        margin: auto;
    }
    .qualifi-box h2 {
        color: #120825;
        font-size: 14px;
    }
    .qualifi-box span {
        font-size: 12px;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 5px;
    }
    .qualifi-box h4 {
        color: #120825;
        font-size: 14px;
    }
    .qualifi-box p {
        color: #120825;
        font-size: 10px;
    }
    .border-shadow-img {
        position: relative;
        max-width: 300px;
        bottom: 10px;
    }
    .search {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/trademark%20search%201.html");
        height: 50vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .formation {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/formation2.html");
        height: 50vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .amazon {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/amazon.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .abr-cont .p2 {
        font-size: 18px !important;
    }
    .pick2 {
        background-image: url("../images/meeting4.html");
        height: 60vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: relative;
    }
    .llc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url("../images/llc.html");
        background-position: center;
        background-size: cover;
        padding: 10px;
        height: 60vh;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .web-design {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/web-design.html");
        height: 60vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .copyright {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/copy2.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .search-report {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url("../images/search-report.html");
        background-position: center;
        background-size: cover;
        padding: 10px;
        height: 80vh;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .btn-content4 {
        background: #5c7c89 !important;
        padding: 10px !important;
        color: white !important;
        font-weight: 500 !important;
        font-size: 12px;
        margin: 10px;
        border: none;
        border-radius: 5px;
    }
    .md-slider {
        display: none !important;
    }
    .slider2 {
        display: block !important;
        max-width: 100%;
    }
    .ml-6 {
        margin-left: 1rem;
    }
    .mr-6 {
        margin-right: 1rem;
    }
    .pck-topContent li {
        font-size: 10px !important;
        font-weight: 400 !important;
        list-style: none;
    }
    .sec5-border {
        border: none;
    }
    .sm-cont {
        padding: 15px 15px;
    }
    .sm-cont {
        padding: 15px 15px;
    }
    .sec4-content {
        max-width: 700px;
        margin: 0 0 0 0 !important;
        text-align: left;
    }
    .package-box .pck-head .pck-tags {
        position: absolute;
        left: 50%;
        top: -16px;
        margin: auto;
        border-radius: 4px;
        padding: 5px 9px;
        font-size: calc(11px + (11 - 11) * (100vw - 320px) / (1920 - 320));
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 150px;
        text-align: center;
    }
    .package-box ul > li {
        padding-left: 25px;
        padding-bottom: 12px;
        padding-top: 12px;
        position: relative;
        border-bottom: #d2d2d2 solid 1px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
    }
    .sec-3 {
        background-image: url("../images/satisfaction.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative;
    }
    .sec-6 {
        background-image: url("../images/meeting4.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative;
    }
    .steps-list > li p {
        font-size: 10px;
        color: #000000;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .steps-list {
        display: flex !important;
        align-items: flex-end;
        margin: 10px 0;
        text-align: center;
        list-style: none;
    }
    .steps-list > li {
        cursor: pointer;
        position: relative;
    }
    .main-heading h6 {
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    .box-2 {
        padding: 25px 25px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 15px 25px 0 #f8e9bb;
        margin-bottom: 20px;
        position: relative;
    }
    .box-2:before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        width: 92%;
        height: 4px;
        background-color: #011425;
    }
    .box-2.sty2 p {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 p {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 select {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 h4 {
        font-size: 20px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .box-2 .input-field input {
        font-size: 11px;
    }
    h5.main-title {
        font-size: 18px;
        font-weight: 500 !important;
    }
    .box-1 .heading {
        border-radius: 20px;
        padding: 0.8rem;
        font-size: 15px;
        width: 80%;
        background-color: white;
    }
    .box-1 {
        padding: 12px 25px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 29px 50px 0 #f8e9bb;
        margin-bottom: 40px;
        position: relative;
    }
    .logoname {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin: 0 auto;
        display: block;
        padding: 10px 0;
    }
    .sm-center {
        text-align: center !important;
    }
    .sm-left {
        text-align: left !important;
    }
    .custom-radio label {
        font-size: 12px;
        font-weight: 400;
    }
    .custom-radio-options label {
        display: block;
        margin-bottom: 12px;
        font-size: 12px;
    }
    .custom-radio-options label small {
        display: block;
        font-size: 10px;
    }
    .custom-radio-options input {
        margin-right: 5px;
    }
    .agreement {
        font-size: 12px;
    }
    .card-stick {
        height: 40vh;
    }
    .box-side-bar .side-bar-list p {
        color: #000000;
        font-size: 13px;
    }
    .side-bar-list li h3 {
        font-size: 12px;
    }
    .mobile-menu-list li {
        padding: 5px;
        background-color: #ffffff;
        font-size: 10px;
    }
    .mobile-menu-list li a {
        color: #000;
    }
    .menu-icon {
        display: block;
        border: 1px solid #000;
        padding: 5px 10px 5px 10px;
        background-color: #000;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        font-size: 20px;
    }
    .mobile-menu-list {
        list-style-type: disc;
        margin-left: 8px;
        display: none;
    }
    .sub-menu {
        display: block;
        /* Initially hide the sub-menu items */
    }
}

@media only screen and (max-width: 700px) {
    .mob-fm {
        margin-top: 74px;
        display: block;
    }
    .swiper {
        max-width: 600px;
        height: 220px;
        overflow: hidden;
    }
    .flip-card {
        background-color: transparent;
        width: 250px !important;
        height: 200px;
        perspective: 1000px;
        /* Remove this if you don't want the 3D effect */
    }
    /* This container is needed to position the front and back side */
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }
    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }
    /* Position the front and back side */
    .flip-card-front,
    .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        /* Safari */
        backface-visibility: hidden;
    }
    /* Style the front side (fallback if image is missing) */
    .flip-card-front {
        background-color: #bbb;
        color: black;
    }
    /* Style the back side */
    .flip-card-back {
        padding: 10px;
        background-color: #011425;
        color: white;
        transform: rotateY(180deg);
    }
    .form {
        background-color: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .form-lp {
        background-image: url("../images/mobile.html") !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .form-lp3 {
        padding: 5px;
    }
    .title-strip {
        background-color: #5c7c89;
        margin-top: 5px !important;
        font-size: 12px;
    }
    .btn-prim {
        background: #5c7c89 !important;
        padding: 4px !important;
        color: white !important;
        font-weight: 500 !important;
        border: none;
        border-radius: 10px;
        font-size: 14px !important;
    }
    .reviews {
        width: 250px;
    }
    .swiper-slide {
        background-color: white;
    }
    .left-content {
        background-color: #5c7c89;
        padding: 10px 28px;
        border-radius: 22px;
    }
    .info-box {
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #fff;
        border-bottom: 1px solid;
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 800;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }
    /* Modal Content */
    .modal-content {
        background-color: #fff;
        margin: 5% auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 50%;
        /* Could be more or less, depending on screen size */
        max-width: 500px;
        /* Max width */
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        /* Add a shadow */
    }
    /* Close Button */
    .btn-close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 20px;
        color: #888;
    }
    .btn-close:hover {
        color: #555;
    }
    /* Modal Body Styles */
    .modal-body {
        text-align: center;
    }
    .d-flex {
        display: flex;
        align-items: center;
    }
    /* Submit Button Styles */
    .js-submit {
        background-color: #000;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .js-submit:hover {
        background-color: #333;
    }
    .modal-body .form-control {
        font-size: 14px;
    }
    .modal-body .form-input option {
        font-size: 10px !important;
    }
    .modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .thankLogo {
        width: 50%;
    }
    .mt-50 {
        margin-top: 10px !important;
    }
    .cardType select {
        /* width: 60%; */
        text-align: center;
    }
    .mt-70 {
        margin-top: 20px !important;
    }
    .mt70 {
        margin-top: 40px;
    }
    .mt-110 {
        margin-top: 50px;
    }
    .pt-57 {
        padding-top: 10px;
    }
    .p5 {
        padding: 0 !important;
    }
    .pb-5 {
        padding-bottom: 0.5rem !important;
    }
    .pb-7 {
        padding-bottom: 2rem !important;
    }
    .header {
        padding: 0px 0px;
        margin-bottom: 20px;
        position: absolute;
        max-width: 100%;
        min-width: 100%;
        justify-content: center;
        transition: all 0.35s ease;
    }
    .content1 {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/meeting4.html");
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .content1-banner {
        font-size: 8px;
    }
    .banner-list li {
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.8;
        font-family: "Roboto", sans-serif;
    }
    h4 {
        font-size: 14px !important;
    }
    .btn-white2 {
        font-size: 10px;
        background: white !important;
        color: #011425 !important;
        border: none;
        padding: 8px !important;
        font-weight: 700 !important;
        border-radius: 10px;
    }
    .btn-blue2 {
        font-size: 10px;
        background: #5c7c89 !important;
        color: white !important;
        border: none;
        padding: 8px !important;
        font-weight: 700 !important;
        border-radius: 10px;
    }
    .cta-image {
        background-color: #5c7c89;
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        padding: 10px;
        padding-left: 1.5rem;
        position: relative;
    }
    .header2 {
        padding: 10px 50px;
        margin-bottom: 10px;
        position: absolute;
        z-index: 1;
        max-width: 100%;
        min-width: 100%;
        justify-content: center;
        transition: all 0.35s ease;
    }
    .pt-pb-2 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .footer {
        background-image: url("../images/footer4.html");
        background-size: cover;
        background-position: center;
        color: #fff;
        text-align: center;
        bottom: 0;
        width: 100%;
        height: 55vh;
        position: relative;
        display: inline-block;
        filter: grayscale(2.2rem);
    }
    .footer-section a {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: white !important;
    }
    .footer h4 {
        font-size: 14px;
    }
    .sm-footer {
        font-size: 8px;
    }
    .sm-footer-img img {
        width: 110%;
    }
    .footer-logo img {
        width: 110px;
    }
    .mt3 {
        margin-top: 0.5rem !important;
    }
    .mt6 {
        margin-top: 2rem !important;
    }
    .m-10 {
        margin: 0.5rem !important;
    }
    .table-footer {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
    }
    .pt-11 {
        padding-top: 7rem;
    }
    .title {
        font-weight: 600;
        font-size: 30px;
        color: #011425;
    }
    .bg-h1 h1 {
        font-size: 24px;
    }
    .bg-h1 h5 {
        font-size: 12px;
    }
    .logo {
        max-width: 100px;
    }
    .navigation ul li a {
        font-size: calc(8px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        color: #ffffff;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 15px 0;
        transition: all 0.35s ease;
    }
    .navigation ul {
        display: flex;
        justify-content: flex-start;
        align-items: left;
        padding: 0%;
    }
    .navigation .gesture-nav li {
        display: none;
    }
    .footer-section h2 {
        font-size: 20px;
    }
    .footer-section div {
        font-size: 12px;
    }
    /* Media Get In Touch */
    .card-foot {
        font-size: 14px;
        border: 1px solid #5c7c89;
        color: #5c7c89;
        background-color: #5c7c89;
        border-radius: 6px;
    }
    .plc-center {
        place-content: center;
    }
    .my4 {
        margin-bottom: 1.5rem;
    }
    /* Media Contact Us Page */
    .contact {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/contact%20us%204.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    /* Media About Page */
    .about {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/about2.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    /* Media Effortless Content */
    .effortless h1 {
        font-size: 22px;
        font-weight: 600;
        color: #120825;
    }
    .effortless p {
        font-size: 12px;
        font-weight: 500;
        color: #120825;
    }
    .s2-icon-box span {
        font-size: 12px;
    }
    .s2-icon-box h6 {
        font-weight: 600;
        font-size: 18px;
        color: #0e0422;
    }
    /* Media Navigation Dropdown */
    .navigation .dropdown ul li {
        min-width: 140px;
        padding: 0;
    }
    .navigation .dropdown ul a {
        padding: 7px 10px;
        text-transform: none;
        color: #000000;
        font-size: calc(8px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    }
    .navigation .dropdown:hover ul {
        opacity: 1;
        top: 80%;
        visibility: visible;
    }
    /* Media Black Button */
    .btn-black {
        background-color: #000;
        color: var(--basic-white);
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 10px 15px;
        border-radius: 10px;
        transition: 0.5s;
    }
    /* Media Feedback Cards */
    .content11 {
        background-color: #d5dce2;
        position: static !important;
    }
    .card-comment {
        background-color: #fff;
        border: 2px solid #aaa8a8;
        border-radius: 20px;
        padding: 20px;
        margin: 10px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        width: 100%;
        transition: border 0.3s ease-in-out;
    }
    .content11 .card-body.comment {
        font-size: 12px !important;
        line-height: 1.5;
        height: 20vh !important;
        margin-bottom: 20px !important;
        color: #333;
        overflow: hidden;
    }
    .content11 .commentname {
        font-size: 14px !important;
        text-align: left;
        color: black;
    }
    .card-body.comment {
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .comment-name {
        font-size: 14px;
        font-weight: 600;
        margin-top: 5px;
        text-align: left;
    }
    .comment-name p {
        font-size: 12px;
        margin: 0;
        color: #777;
    }
    /* Media sec4-cont */
    .sec4-cont {
        max-width: 700px;
        margin: 2 0 0 1rem;
        text-align: center;
    }
    .sec4-cont h1 {
        text-align: center;
    }
    .sec4-cont h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont h1 span {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-blue);
    }
    .mx-width {
        max-width: 80% !important;
        margin: 0 auto;
    }
    /* Media sec4-cont-new */
    .sec4-cont h1 .blue-bg-text {
        font-size: 20px;
        font-weight: 600;
        color: white;
        background-color: #5c7c89;
        padding: 0 10px;
    }
    .sec4-cont-new h1 {
        font-size: 20px;
        font-weight: 600;
        color: #120825;
    }
    .sec4-cont-new h1 span {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont-new h1 .blue-bg-text {
        font-size: 20px;
        font-weight: 600;
    }
    .sec4-cont-new h1 .span-2 {
        font-size: 20px;
        color: #5c7c89;
    }
    /* Media sec4-cont2 */
    .sec4-cont2 {
        display: block !important;
        max-width: 700px;
        padding: 10px;
        text-align: center;
    }
    .sec4-cont2 h1 {
        font-size: 22px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 h2 {
        font-size: 22px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 p {
        font-size: 12px;
        font-weight: 600px;
        text-align: center;
    }
    .sec4-cont2 .span2 {
        color: #5c7c89;
        font-weight: 600;
    }
    .sec4-cont2 h1 .blue-bg-text {
        font-weight: 600;
        color: white;
        background-color: #5c7c89;
        padding: 0 6px;
    }
    /* Media tr-sec5-cont */
    .tr-sec5-cont {
        padding-left: 0;
        margin: 0;
        max-width: 100%;
    }
    /* Media cont2 */
    .cont2 {
        padding: 10px;
    }
    .cont2 h1 {
        font-size: 22px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 h2 {
        font-size: 20px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 h3 {
        font-size: 18px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    .cont2 p {
        font-size: 12px;
        text-align: center;
    }
    .cont2 span {
        font-size: 12px;
        text-align: center;
    }
    /* Media cont3 */
    .cont3 h2 {
        font-size: 22px !important;
        font-weight: 600 !important;
        text-align: center !important;
        margin-top: 40px !important;
    }
    /* Media sec4-content */
    .sec4-content {
        max-width: 700px;
        margin: 3 0 0 0rem !important;
        text-align: center;
    }
    .sec4-content h1 {
        font-size: 22px;
        font-weight: 600px;
    }
    .sec5-cont h1 {
        font-size: 22px;
        font-weight: 600px;
    }
    /* Media sec4-content2 */
    .sec4-content2 {
        display: none !important;
    }
    .sm-none {
        display: none;
    }
    .md-none {
        display: block;
    }
    .main-container {
        max-width: 700px !important;
        overflow-x: hidden;
    }
    .sec-5-img-2 {
        border-radius: 10px;
        margin-top: 10px;
    }
    .content2 h1 {
        font-size: 22px !important;
        font-weight: 600 !important;
    }
    .content2 p {
        font-size: 12px;
        font-weight: 300;
        color: #011425;
    }
    .content5 {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        padding: 50px 0 50px 0;
        height: 40vh;
        box-sizing: border-box;
        background-image: url("../images/trademarks-and-legal.html");
        background-size: cover;
        background-position: center;
        color: #000000;
        opacity: 0.8;
    }
    .content7 {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
        background-image: url("../images/name-trademark.html");
        opacity: 0.8;
        background-size: cover;
        background-position: center;
        color: #000000;
    }
    .qualifi-box {
        background-color: #f3f4f5;
        max-width: 400px;
        margin: 0 auto;
        padding: 10px;
        position: relative;
    }
    .qualify-box-cont {
        /* max-width: 608px; */
        margin: auto;
    }
    .qualifi-box h2 {
        color: #120825;
        font-size: 14px;
    }
    .qualifi-box span {
        font-size: 12px;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 5px;
    }
    .qualifi-box h4 {
        color: #120825;
        font-size: 14px;
    }
    .qualifi-box p {
        color: #120825;
        font-size: 10px;
    }
    .border-shadow-img {
        position: relative;
        max-width: 300px;
        bottom: 10px;
    }
    .search {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/trademark%20search%201.html");
        height: 50vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .formation {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/formation2.html");
        height: 50vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .amazon {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/amazon.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .abr-cont .p2 {
        font-size: 18px !important;
    }
    .pick2 {
        background-image: url("../images/meeting4.html");
        height: 60vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: relative;
    }
    .llc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url("../images/llc.html");
        background-position: center;
        background-size: cover;
        padding: 10px;
        height: 60vh;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .web-design {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/web-design.html");
        height: 60vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .copyright {
        font-family: "Poppins", sans-serif;
        background-image: url("../images/copy2.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 95px 0 40px 0;
        position: relative;
    }
    .search-report {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url("../images/search-report.html");
        background-position: center;
        background-size: cover;
        padding: 10px;
        height: 80vh;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .btn-content4 {
        background: #5c7c89 !important;
        padding: 10px !important;
        color: white !important;
        font-weight: 500 !important;
        font-size: 12px;
        margin: 10px;
        border: none;
        border-radius: 5px;
    }
    .md-slider {
        display: none !important;
    }
    .slider2 {
        display: block !important;
        max-width: 100%;
    }
    .ml-6 {
        margin-left: 1rem;
    }
    .mr-6 {
        margin-right: 1rem;
    }
    .pck-topContent li {
        font-size: 10px !important;
        font-weight: 400 !important;
        list-style: none;
    }
    .sec5-border {
        border: none;
    }
    .sm-cont {
        padding: 15px 15px;
    }
    .sm-cont {
        padding: 15px 15px;
    }
    .sec4-content {
        max-width: 700px;
        margin: 0 0 0 0 !important;
        text-align: left;
    }
    .package-box .pck-head .pck-tags {
        position: absolute;
        left: 50%;
        top: -16px;
        margin: auto;
        border-radius: 4px;
        padding: 5px 9px;
        font-size: calc(11px + (11 - 11) * (100vw - 320px) / (1920 - 320));
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 150px;
        text-align: center;
    }
    .package-box ul > li {
        padding-left: 25px;
        padding-bottom: 12px;
        padding-top: 12px;
        position: relative;
        border-bottom: #d2d2d2 solid 1px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
    }
    .sec-3 {
        background-image: url("../images/satisfaction.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative;
    }
    .sec-6 {
        background-image: url("../images/meeting4.html");
        height: 70vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative;
    }
    .steps-list > li p {
        font-size: 10px;
        color: #000000;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .steps-list {
        display: flex !important;
        align-items: flex-end;
        margin: 10px 0;
        text-align: center;
        list-style: none;
    }
    .steps-list > li {
        cursor: pointer;
        position: relative;
    }
    .main-heading h6 {
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    .box-2 {
        padding: 25px 25px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 15px 25px 0 #f8e9bb;
        margin-bottom: 20px;
        position: relative;
    }
    .box-2:before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        width: 92%;
        height: 4px;
        background-color: #011425;
    }
    .box-2.sty2 p {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 p {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 select {
        font-size: 11px;
        line-height: 1.3;
    }
    .box-2 h4 {
        font-size: 20px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .box-2 .input-field input {
        font-size: 11px;
    }
    h5.main-title {
        font-size: 18px;
        font-weight: 500 !important;
    }
    .box-1 .heading {
        border-radius: 20px;
        padding: 0.8rem;
        font-size: 15px;
        width: 80%;
        background-color: white;
    }
    .box-1 {
        padding: 12px 25px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 29px 50px 0 #f8e9bb;
        margin-bottom: 40px;
        position: relative;
    }
    .logoname {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin: 0 auto;
        display: block;
        padding: 10px 0;
    }
    .sm-center {
        text-align: center !important;
    }
    .sm-left {
        text-align: left !important;
    }
    .custom-radio label {
        font-size: 12px;
        font-weight: 400;
    }
    .custom-radio-options label {
        display: block;
        margin-bottom: 12px;
        font-size: 12px;
    }
    .custom-radio-options label small {
        display: block;
        font-size: 10px;
    }
    .custom-radio-options input {
        margin-right: 5px;
    }
    .agreement {
        font-size: 12px;
    }
    .card-stick {
        height: 40vh;
    }
    .box-side-bar .side-bar-list p {
        color: #000000;
        font-size: 13px;
    }
    .side-bar-list li h3 {
        font-size: 12px;
    }
    .mobile-menu-list li {
        padding: 5px;
        background-color: #ffffff;
        font-size: 10px;
    }
    .mobile-menu-list li a {
        color: #000;
    }
    .menu-icon {
        display: block;
        border: 1px solid #000;
        padding: 5px 10px 5px 10px;
        background-color: #000;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        font-size: 20px;
    }
    .mobile-menu-list {
        list-style-type: disc;
        margin-left: 8px;
        display: none;
    }
    .sub-menu {
        display: block;
        /* Initially hide the sub-menu items */
    }
}

/* Landing Page */

.content9-2 {
    background: linear-gradient(to bottom, #5c7c89 60%, #ffffff 40%);
    position: static !important;
}
.content9-2 {
    background: linear-gradient(to bottom, #5c7c89 60%, #ffffff 40%);
    position: static !important;
}
.buttonregister {
    background-color: #026668;
    color: white;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 10px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s,
        border-width 0.3s; /* Add transition for smooth effect */
}

.buttonregister:hover {
    background-color: white;
    color: #026668;
    border-color: #026668;
    border-width: 2px;
    border: 1px solid #026668;
    border-radius: 5px;
}

.buttonpost {
    background-color: #026668;
    color: white;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;

    transition: background-color 0.3s, color 0.3s, border-color 0.3s,
        border-width 0.3s; /* Add transition for smooth effect */
}

.buttonpost:hover {
    background-color: white;
    color: #026668;
    border-color: #026668;
    border-width: 2px;
    border: 1px solid #026668;
    border-radius: 5px;
}

.buttonconsult {
    background: #fcc111;
    color: black;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border-color: transparent;
    margin-top: 5px;
    margin-right: 10px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s,
        border-width 0.3s; /* Add transition for smooth effect */
}

.buttonconsult:hover {
    background: white;
    background-color: white;
    color: #bd8e00;
    border-color: #fcc111;
    border-width: 2px;
    border: 1px solid #fcc111;
    border-radius: 5px;
}
