/* FONT IMPORT */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #049CDC;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #000;
    /* overflow-x: hidden; */
    height: 100%;
    font-family: "Montserrat", sans-serif;
}

section {
    position: relative;
}

p {
    color: var(--white);
    font-family: "Roboto", sans-serif;
}


.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1.875rem;
    color: var(--white);
    text-transform: uppercase;
    display: inline-block;
    padding: 1.25rem 1.48em;
    line-height: normal;
    font-family: "Tilt Warp", sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.themeBtn:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.themeBtn:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: var(--white);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.themeBtn:hover {
    color: var(--black);
}

.themeBtn:hover:before {
    top: -35%;
    background-color: var(--white);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.themeBtn:hover:after {
    top: -45%;
    background-color: var(--white);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


/* !GLOBAL CSS */

/* NAV HEADER CSS */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    top: 0;
    width: 100%;
    padding-top: 2.5rem;
    transition: 0.3s ease-in-out;
}

.headFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    align-items: center;
    gap: 2.5rem;
    /* margin-right: 7rem; */
}

.navbar-nav a {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--white);
}

.calltoAct i {
    font-size: 0;
}

.headBtn {
    letter-spacing: 1px;
    border: 2px solid var(--primary);
    padding: 1rem 1.3em;
    position: relative;
    display: inline-block;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
}

.headBtn::before {
    content: '';
    width: 0;
    height: 370%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--primary);
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.headBtn:hover::before {
    width: 110%;
}

.headBtn:hover {
    color: var(--white);
}

/* !NAV HEADER CSS */

/* Main Sec Css Start */

.mainSec {
    /* background: url(../images/mainBanner.png)center/cover; */
    height: 100vh;
    display: flex;
    align-items: center;
}

.mainSec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banOverlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    background: #022d3fc2;
}

.mainContent {
    margin-top: 8rem;
}

.mainContent h1 {
    color: var(--white);
    font-weight: 800;
    display: grid;
    font-size: 7.5rem;
    line-height: 1;
    text-transform: uppercase;
}

.mainContent h1 small {
    font-weight: 800;
    font-size: 2.45rem;
}

.mainContent h1 span {
    font-size: 4.625rem;
}

.mainContent p {
    color: var(--white);
    font-size: 1.875rem;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 2rem auto 2rem;
    width: 96%;
}

.mainContent .btn-group {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

/* Main Sec Css End */

/* Brand Sec Css Start */

.brandSec {
    padding: 2.5rem 0 7.5rem 0;
}

.brandSlider {
    margin-bottom: 8.125rem;
}

.brandSlider .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

.brandWraps img {
    filter: brightness(0) invert(1);
}

.brandSec h3 {
    color: #5F5F5F;
    font-size: 2.75rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    width: 88%;
    margin: auto;
}

.brandSec h3 span {
    color: var(--primary);
}

/* Brand Sec Css End */

/* Partner Sec Css Start */

.partnerSec {
    padding: 7.5rem 0 5rem 0;
}

.partnerSec:before {
    content: "";
    position: absolute;
    background: #111111;
    width: 100%;
    height: 16.4%;
    top: 0;
}

.partnerLogo {
    background: var(--white);
    width: 365px;
    height: 120px;
    display: grid;
    place-items: center;
    border-radius: 100px;
    margin: 0 auto 1.875rem;
}

.mainHeading {
    text-transform: uppercase;
    font-size: 3.25rem;
    font-weight: bold;
    color: var(--white);
    line-height: 1;
}

.partnerHeadings h3,
.chooseHeading h3 {
    color: rgb(255 255 255 / 50%);
    text-transform: uppercase;
    font-size: 1.875rem;
    margin: 0.875rem 0 1rem 0;
}

.partnerHeadings span {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--white);
    text-transform: uppercase;
}

.partnerHeadings p {
    font-size: 1.8125rem;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 2.5rem 0 4rem 0;
}

.partnerSec .themeBtn {
    margin-top: 4rem;
}

.partnerHeadings2 .partnerLogo {
    height: 93px;
}

.partnerHeadings2 span {
    display: block;
    margin-bottom: 3rem;
}

.partnerHeadings2 p {
    margin: 3.75rem auto 0;
}

.partnerSec .row+.row {
    margin-top: 8.125rem;
}

.partntPara {
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin: 1.5rem 0 0 0;
}

.pttrLoads video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.pttrLoads { text-align:center; }
.pttrLoads video{  max-width:60%;   height: 60vh; margin:auto; }

/* Partner Sec Css End */

/* Customer Sec Css Start */

.customerSec {
    background: #022D3F;
    padding: 3.4375rem 0;
    margin-bottom: 5rem;
}

.customerHeading h2 {
    color: #8BFE07;
    font-weight: bold;
    margin: 0;
    font-size: 16.25rem;
    text-align: right;
    line-height: 1;
}

.customerContent {
    margin-left: 2rem;
}

.customerContent h2 {
    text-transform: unset;
    letter-spacing: 1px;
    line-height: 1.3;
}

.customerContent p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 1.875rem;
}

/* Customer Sec Css End */

/* Choose Sec Css Start */

.chooseSec {
    background: #111111;
    padding: 6.875rem 0;
}

.chooseHeading {
    margin-bottom: 4rem;
}

.chooseBoxs {
    background: #272727;
    padding: 2.5rem 1.875rem;
    height: 274px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.875rem;
}

.chooseIcons {
    display: flex;
    gap: 1.875rem;
    align-items: center;
    margin-bottom: 1.625rem;
}

.chooseIcons h4 {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

.chooseBoxs ul li span {
    color: var(--white);
    font-size: 1.125rem;
    letter-spacing: -1px;
}

.chooseBoxs ul {
    list-style: disc;
    color: var(--white);
    list-style-position: inside;
}

.chooseSec .themeBtn {
    margin-top: 1.875rem;
}

/* Choose Sec Css End */

/* Success Sec Css Start */

.successSec {
    background: url(../images/successBg.png)center/cover;
    padding: 6.875rem 0 23.125rem 0;
}

.successContent p {
    font-size: 1.875rem;
    line-height: 1.3;
    margin: 2rem 0 3rem 0;
}

/* Success Sec Css End */

/* Result Sec Css Start */

.resultBox {
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(83.4px);
    padding: 5.625rem 0 4.375rem 0;
    text-align: center;
    margin-top: -15rem;
}

.resultBox p {
    font-size: 1.875rem;
    margin: 0;
    line-height: 1.3;
}

.resultText h3 {
    color: var(--white);
    font-size: 9.375rem;
    margin: 0;
    line-height: 1;
    margin-top: 4rem;
}

/* Result Sec Css End */

/* Supply Sec Css Start */

.supplySec {
    padding: 7.5rem 0;
}

.supplySec .row+.row {
    margin-top: 5rem;
}

.supplyContent p {
    font-size: 1.875rem;
    font-weight: 300;
    width: 98%;
    margin: 1.5rem 0 2rem 0;
}

.supplyContent ul li span {
    color: var(--white);
    font-size: 1.875rem;
    font-weight: 300;
}

.supplyContent ul li span strong {
    font-weight: bold;
}

.supplyContent ul {
    list-style: disc;
    color: var(--white);
    list-style-position: inside;
    margin-top: 1.5rem;
}

.supplySec .flex-row-reverse .supplyContent p {
    margin: 8px 0 1.5rem 0;
}

/* Supply Sec Css End */

/* Year Sec Css Start */

.yearHeading {
    position: sticky;
    top: 2rem;
}

.yearHeading p {
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 1rem 0 0 0;
    width: 91%;
}

.yearBox {
    background: #181818;
    padding: 2.1875rem 1.875rem;
}

.yearBox span {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-family: 'Roboto';
}

.yearBox h2 {
    color: var(--white);
    font-size: 7.5rem;
    font-weight: bold;
    letter-spacing: 8px;
    display: flex;
    align-items: center;
    gap: 1.875rem;
    line-height: 1;
}

.yearBox p {
    color: var(--white);
    font-size: 1.1875rem;
    margin-bottom: 8px;
}

.yearBox a {
    color: var(--primary);
    font-size: 1.25rem;
    font-family: 'Roboto';
}

.yearBox h2 small {
    font-size: 1.875rem;
    font-weight: bold;
    letter-spacing: 4px;
}

.yearBox+.yearBox {
    margin-top: 1.875rem;
}

/* Year Sec Css End */

/* Company Sec Css Start */

.companySec {
    padding: 7.5rem 0 8.75rem 0;
}

.companyHeading h3 {
    color: rgb(255 255 255 / 20%);
}

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

.companyWrap img {
    filter: grayscale(1);
}

.companyWrap+.companyWrap {
    margin-top: 1.25rem;
}

/* Company Sec Css End */

/* Package Sec Css Start */

.packageSec{ padding-top:8rem; }
.packageHeading p {
    font-size: 1.875rem;
    margin-bottom: 3rem;
}

.packageBox {
    background: #022D3F;
    padding: 2.725rem 2.725rem;
    position: relative;
    padding-top: 7.2rem;
}

.packageBox h2 {
    color: var(--white);
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: bold;
}

.packageBox h3 {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.packageBox ul li i {
    color: var(--white);
    font-size: 1.25rem;
}

.packageBox ul li span {
    color: #999999;
    font-size: 1.210rem;
    font-weight: 500;
}

.packageBox ul li {
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
}

.packageBox ul li span small {
    color: var(--black);
    font-weight: bold;
    font-size: 1.375rem;
    background: var(--white);
    border-radius: 100px;
    padding: 1px 0.4em;
}

.packageBox ul li+li {
    margin-top: 0.6rem;
}

.packageBox ul {
    margin-bottom: 3.125rem;
}

.packageBox a {
    font-size: 1.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black);
    background: var(--primary);
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 1.3rem 0;
    border-radius: 10px;
    display:none;
}

.packageBox2 a {
    background: #39F6FA;
}

/* Package Sec Css End */

/* Industries Sec Css Start */

.industrieSec {
    padding: 8.75rem 0;
}

.industriesHeading p {
    font-family: 'Montserrat';
    font-size: 1.875rem;
    width: 89%;
    margin: 1rem auto 0;
}

.industriesWraps li a {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--white);
    border: 1px solid var(--primary);
    border-radius: 100px;
    padding: 8px 2em;
    display: inline-block;
}

.industriesWraps li a:hover {
    background: var(--primary);
    color: var(--white);
}

.industriesWraps {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 4rem;
    justify-content: center;
    margin-top: 5rem;
}

/* Industries Sec Css End */

/* Money Sec Css Start */

.moneySec {
    padding: 7.5rem 0 6.25rem 0;
    background: #1F1F1F;
}

.moneyContent h2 {
    text-transform: capitalize;
}

.moneyContent p {
    font-size: 1.875rem;
    letter-spacing: 1px;
    width: 92%;
    line-height: 1.4;
}

.moneyContent {
    margin-left: 3rem;
}

.moneyContent img {
    width: 240px;
}

/* Money Sec Css End */

/* Rating Sec Css Start */

.ratingSec {
    padding: 8.125rem 0;
}

.ratingHeading ul {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.ratingHeading ul li i {
    color: #8BFE07;
    font-size: 2.2rem;
}

.ratingHeading p {
    font-size: 1.875rem;
    margin: 0;
}

.reviewBox {
    background: #111111;
    padding: 1.875rem 1.875rem;
    transition: 0.8s ease;
    margin-top: 1.875rem;
}

.reviewBox ul {
    display: flex;
    gap: 6px;
}

.reviewBox ul li i {
    color: #8BFE07;
}

.reviewBox h3 {
    color: var(--white);
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0.875rem 0 1.2rem 0;
    transition: 0.5s ease;
}

.reviewBox:hover {
    background: var(--white);
}

.reviewBox p {
    margin: 0;
    font-size: 1.125rem;
    letter-spacing: 1px;
    transition: 0.5s ease;
}

.reviewBox:hover h3, .reviewBox:hover p {
    color: var(--black);
}

/* Rating Sec Css End */

/* Faq Sec Css Start */

.faqSec {
    padding: 5rem 0;
}

.faqSec #accordionLeft,
.faqSec #accordionRight {
    margin-top: 6.875rem;
}

.faqSec #accordionLeft .card,
.faqSec #accordionRight .card {
    border: none;
    border-bottom: 1px solid #C2C2C2;
    padding: 0 0 2rem 0;
    background: transparent;
    margin-bottom: 2rem;
    border-radius: unset;
}

.faqSec #accordionLeft .card .btn-link,
.faqSec #accordionRight .card .btn-link {
    --height: 5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--white);
    padding: 0;
    border: 0;
    font-size: 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
    border-bottom-left-radius: 0;
    text-align: left;
    font-weight: bold;
}

.faqSec #accordionLeft .card .btn-link i,
.faqSec #accordionRight .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-left: auto;
    background: 000;
    font-size: 1.3rem;
}

.faqSec #accordionLeft .card .btn-link i::before,
.faqSec #accordionRight .card .btn-link i::before {
    content: "\f068";
}

.faqSec #accordionLeft .card .btn-link.collapsed i::before,
.faqSec #accordionRight .card .btn-link.collapsed i::before {
    content: "\f067";
}

.faqSec #accordionLeft .card+.card,
.faqSec #accordionRight .card+.card {
    margin-top: 0;
}

.faqSec #accordionLeft .card .card-body,
.faqSec #accordionRight .card .card-body {
    padding: 0rem 4rem 0rem 0rem;
}

.faqSec #accordionLeft .card .card-body p,
.faqSec #accordionRight .card .card-body p {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 300;
    margin: 1rem 0 0 0;
}

.ratingHeading ul {
    margin-top: 4rem;
    gap: 2rem;
}

/* Faq Sec Css End */

/* Footer Css Start */

footer {
    background: #111111;
    padding-top: 4.6875rem;
}

.footerlogo {
    padding-bottom: 6.25rem;
}

.socialMedia span,
.downloadApp span {
    color: var(--white);
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.66px;
    display: block;
    margin-bottom: 0.75rem;
}

.socialMedia ul {
    display: flex;
    gap: 1.875rem;
}

.socialMedia ul li a {
    color: var(--white);
    font-size: 1.25rem;
}

.socialMedia {
    margin-left: 14rem;
}

.downloadApp {
    text-align: center;
}

.downloadApp ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

.copyRight ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyRight ul p, .copyRight ul li a {
    margin: 0;
    font-size: 1.125rem;
    color: var(--white);
    font-family: 'Montserrat';
}

.copyRight {
    background: var(--black);
    padding: 1.75rem 0;
    margin-top: 3.125rem;
}

footer ul li a:hover {
    color: var(--primary);
}

/* Footer Css End */

.menu-btn {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: 0.5s ease;
    box-shadow: unset !important;
    align-items: center;
    justify-content: center;
    z-index: 1111;
    padding: 0 0;
    position: absolute;
    right: 8rem;
    top: 5.5rem;
}

.menu-btn.fixed {
    left: 1.5rem;
}

.menu-btn span {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: var(--white);
    border-radius: 0.4375rem;
    transition: 0.5s ease;
}

.menu-btn span:nth-child(3) {
    width: 30px;
    margin-left: auto;
}

.menu-list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 1rem;
    transition: 0.5s;
    z-index: 2;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

.menu-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    height: 100%;
    background-color: var(--primary);
    transition: 0.75s ease;
    z-index: -1;
}

.menu-list ul {
    width: 100%;
}

.menu-list li {
    opacity: 0;
    transform: translateX(-100%);
    transition: 0.5s ease;
}

.menu-list li a {
    width: 100%;
    display: inline-block;
    color: var(--white);
    font-size: 1.375rem;
    padding: 0.75rem 2rem;
    transition: 0.5s ease;
    font-weight: bold;
}

.menu-list li a:hover {
    color: var(--black);
    background-color: var(--white);
}

.menu-open .menu-btn span {
    background-color: var(--white);
}

.menu-open .menu-btn span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 8px);
    width: 30px;
}

.menu-open .menu-btn span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-open .menu-btn span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -10px);
}

.menu-open .menu-list {
    right: 0;
}

.menu-open .menu-list::before {
    width: 100%;
}

.menu-open .menu-list li {
    opacity: 1;
    transform: translateX(0);
}

.reveal {
    visibility: hidden;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.reveal img {
    width: 100%;
}


/*popup*/

.overlay:after, .overlay1:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(4 156 220 / 47%);
    z-index: 9;
    backdrop-filter: blur(6px);
}

.overlay, .overlay1 {
    display: none;
}

.overlay.active, .overlay1.active {
    display: block;
}

.popup, .popup-main, .packgePop {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 550px;
    height: auto;
    z-index: 99;
}

.pop-inner, .pop-inner1 {
    background-color: #022D3F;
    width: 100%;
    height: 100%;
    padding: 2.4rem 3.5rem;
    /* border-radius: 10px; */
    border: 5px solid #ffffff05;
}

.closePop, .closePop1 {
    position: absolute;
    top: -12px;
    right: 0;
    width: 35px;
    height: 35px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pop-inner p::before, .pop-inner1 p::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--theme-color);
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

/*.pop-inner input, .pop-inner1 input, .pop-inner textarea,.pop-inner1 select {*/
/*    width: 100%;*/
/*    padding: 18px 20px;*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    border: 1px solid rgb(0 0 0 / 10%);*/
/*    margin-bottom: 8px;*/
    /* border-radius: 30px; */
/*    background: #ffffff14;*/
/*    outline: unset;*/
/*    box-shadow: unset;*/
/*}*/
.pop-inner input, .pop-inner1 input, .pop-inner textarea,.pop-inner1 select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 8px;
    /* border-radius: 30px; */
    background: #ffffff14;
    outline: unset;
    box-shadow: unset;
}

.pop-inner1 select option{ background:#000; }

.popup-main, .packgePop {
    height: 500px;
    width: 670px;
}

.closeico {
    width: 40px;
    height: 40px;
    right: -10px;
}

.pop-inner1 .themeBtn {
    border: unset;
    outline: unset;
    padding: 0.85rem 1rem;
    font-size: 26px;
    width: 100%;
    /* border-radius: 50px; */
    margin-top: 6px;
}

.pop-inner1 h2 {
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: var(--white);
}

/* PopEnd */

.pkgSticker {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    width: 170px;
    height: 96px;
}

.pkgSticker:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/sticker.png) no-repeat;
    z-index: -1;
    /* max-width: 100%; */
    background-size: cover;
}

.pkgSticker h5 del {
    color: var(--white);
    display: block;
    font-size: 1.15rem;
    padding-left: 1.2rem;
    font-weight: bold;
    line-height: 27px;
}

.pkgSticker h4 {
    color: #022d3f;
    font-size: 2.4rem;
    margin: 0;
    font-weight: bold;
    line-height: 1.1;
    padding-left: 0.6rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pkgSticker h4 span {
    font-size: 2.2rem;
    font-weight: 900;
}

.popup-main .col-md-6,
.popup-main .col-md-12,
.popup-main .col-md-7,
.popup-main .col-md-5,
.popup-main .col-md-4{
    padding: 0 5px;
}


.popup-main .col-md-6 .row,
.popup-main .col-md-12 .row{ margin:0 -5px; } 

.pop-inner1 label{ color:#fff; } 
.pop-inner1 .themeBtn.verifiedBtn{ margin-top: 0; font-size: 1.1rem; padding: 1.25rem 1rem; }
.step { flex-wrap: wrap; }
#step2{ display: flex; height: 500px; } 
label.pb-3 input{ width: initial; }
.popup-main h3{ color:#fff; font-size:1.125rem; } 
.pop-shipper {
    height: 700px !important;
}


