/* 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 .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 .35s ease;
}


/* Step 2 */
.order {
    top: 1 !important;
    padding: 10px 0px;
    left: 1 !important;
    z-index: 5;
    transition: all .10s 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 .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: none;
    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: #ddd;}
  
  /* 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.jpg');
    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.jpg');
    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.png') !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.jpg');
}

.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.jpg');
    background-size: cover;
    background-position: center;
    color: #000000;
    opacity: .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.jpg');
    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.png');
    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.png');
    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.jpg');
    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.jfif');
    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 search 1.jpg');
    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.png');
    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.jpg');
    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.png');
    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.jpeg');
    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.png');
    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.png');
    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.png');
    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.png');
    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.jpg');
    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 us 4.jpg');
    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.jpeg');
    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.jpg') 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: #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 .35s ease;
    transition: all .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 .35s ease;
    transition: all .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(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.png");
    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("../images/logo 3.png");
    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: .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 .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 .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;
}

@media only screen and (max-width: 600px){
    .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.png') !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 .35s ease;
    }

    .content1 {
        font-family: "Poppins", sans-serif;
        background-image: url('../images/meeting4.jpg');
        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 .35s ease;
    }

    .pt-pb-2 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .footer {
        background-image: url('../images/footer4.jpg');
        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 .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 us 4.jpg');
        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.jpeg');
        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.jpg');
        background-size: cover;
        background-position: center;
        color: #000000;
        opacity: .8;
    }

    .content7 {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
        background-image: url('../images/name-trademark.jpg');
        opacity: .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 search 1.jpg');
        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.jpeg');
        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.png');
        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.jpg');
        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.png');
        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.png');
        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.jfif');
        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.png');
        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.png');
        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.jpg');
        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){
    .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.png') !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 .35s ease;
    }

    .content1 {
        font-family: "Poppins", sans-serif;
        background-image: url('../images/meeting4.jpg');
        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 .35s ease;
    }

    .pt-pb-2 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .footer {
        background-image: url('../images/footer4.jpg');
        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 .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 us 4.jpg');
        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.jpeg');
        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.jpg');
        background-size: cover;
        background-position: center;
        color: #000000;
        opacity: .8;
    }

    .content7 {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
        background-image: url('../images/name-trademark.jpg');
        opacity: .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 search 1.jpg');
        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.jpeg');
        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.png');
        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.jpg');
        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.png');
        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.png');
        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.jfif');
        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.png');
        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.png');
        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.jpg');
        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;
}
