h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'poppins' !important;
}

.canada-packages-new {
    position: relative;
    padding: 80px 0px;
    z-index: 1;
    background-color: #000000e0;
    background-image: url(../imgs/canada-main/canada-main-banner-image.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: multiply;
}

/* .canada-packages-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../imgs/canada-main/canada-main-banner-image.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    filter: blur(2px);
    z-index: -1;
} */


.vertual_heading {
    /* background-color:rgb(0 0 0 / 30%) !important; */
    background-color: transparent !important;
    color: #fff;
    margin: 0 auto;
    padding-top: 11px !important;
    position: relative;
    text-align: left !important;
    text-shadow: inherit !important;
    width: 50%;
    padding-top: 1px;
}

.canada_banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-blend-mode: multiply !important;
    height: 300px !important;
}

.canadaFlag img {
    width: 67%;
    text-align: center;
}

.borderHeading {
    display: block;
    height: 4px;
    width: 50%;
    background: #ec220b;
    margin: 0 5px;
    position: absolute;
    right: 0;
}

.money-back {
    background-image: url(../imgs/canada-main/money_back.png);
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding: 35px 0;
}

.money-back h2 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 16px;
    margin-top: 0;
}

.money-back p {
    font-family: 'Poppins';
    font-size: 35px;
}

.papular_content {
    position: absolute;
    top: -40px;
    font-size: 18px;
    text-align: center;
    left: 0;
    right: 0;
    background-color: #ecd359;
    padding: 15px 0;
    font-weight: 500;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 10px;
    letter-spacing: .9px;
}

.canada-packages-new .price_box_bg {
    padding: 6px !important;
}

.canada-packages-new .price_box_bg,
.canada-packages-new .pricebox_bg,
.canada-packages-new .papular_content {
    border-radius: 0px !important;
}

.canada-packages-new .price_modal_btn .pricing_modal,
.pricing_sumbit_btn .sumbit_btn {
    border-radius: 0px !important;
}

.price_box_bg .learn-more-canada a {
    font-weight: 500;
    transition: 0.5s;
    font-size: 12px;
    color: #337ab7 !important;
}

.price_modal_btn .pricing_modal:before,
.pricing_sumbit_btn .sumbit_btn:before,
.read-more:before,
.shared_heading>button:before {
    border-radius: 0 !important;
}

.success_speaks_bg {
    font-size: 13px !important;
}

.billed_annually>.p_text,
.billed_quarterly>.p_text {
    font-size: 15px !important;
}

.price_bg h6.price_text {
    border-radius: 0px !important;
}

.pricing_immg {
    padding-top: 0 !important;
}

.papular_bg .canada-gold-learnmore a {
    color: white !important;
}

.selectPackage {
    /* background-image: url(../imgs/canada-main/1.png); */
    background-position: unset;
    background-size: cover;
    background-color: white;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    padding: 70px 0px;
}

.selectHead {
    background: #0366b1;
    text-align: center;
    font-family: 'Poppins' !important;
    padding: 40px 40px;
    border-radius: 5px;
    box-shadow: 1px 1px 9px 3px rgb(0 0 0 / 17%);
    /* border: 6px solid black; */
}

/* select package start */
.canadaMainWrapper p,
.canadaMainWrapper h2,
.canadaMainWrapper h6 {
    font-family: 'poppins' !important;
}

.canadaMainWrapper .statsbg .counter h6 {
    font-size: 13px;
}

.canadaMainWrapper .review_details h4 {
    font-family: 'poppins' !important;
}

.canadaVideo {
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 5%);
    height: 99%;
    padding: 15px 15px;
    border: 1px solid grey;
    border-radius: 5px;
}

.selectHead h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: white;
}

.gold_package_spacing {
    padding-right: 8px;
}


.canadaPageHeading h1 {
    font-size: 35px !important;
    font-family: 'Poppins' !important;
    margin-top: 0;
}

.canadaPageHeading h6 {
    font-size: 30px !important;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-bottom: 0;
}

.selectHead select:focus-visible {
    outline: inherit;
}

.selectHead select {
    width: 100%;
    background: white;
    padding: 0px 20px;
    border-radius: 5px;
    position: relative;
    border: 1px solid;
}

.selectArrow {
    position: absolute;
    z-index: 1;
    right: 13px;
    top: 11px;
}

#typewriter {
    height: 58px;
    font-family: 'Poppins';
    font-size: 49.5px;
    line-height: 55px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    /* white-space: nowrap; */
    border-right: 1px solid black;
    animation: typing 3s steps(28, end), blink-caret 0.5s step-end infinite;
    color: white;
    text-align: left;
}



/* Animation for typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* Animation for blinking cursor */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: #f1c40b;
    }
}

#Incorporation {
    visibility: hidden;
    display: none;
}

#IncorporationTwo {
    visibility: hidden;
    display: none;
}

.canadaPackages .row {
    display: flex;
    justify-content: center;
}

.canadaPackages .price_box_bg {
    height: inherit !important;
}

/* select package end */

.section_headings h3 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 26px;
    margin: 0;
}

.section_headings:before {
    content: '';
    background-color: black;
    width: 1%;
    height: 88%;
    position: absolute;
    left: -22px;
    top: 4px;
}

.canada-virtual-office-faq .section_headings {
    margin-bottom: 0px;
}

.section_headings {
    position: relative;
    margin-left: 23px;
    margin-bottom: 0px;
}

.faq-content p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 22px;
}

.canada-virtual-office-faq {
    background-color: white !important;
}

.canada-virtual-office-faq.faq_wrapp .accordion_1 .panel {
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.0509803922);
    border-radius: inherit;
    border: 1px solid #E5E5EA !important;
    background-color: #fff;
}

.canada-virtual-office-faq.faq_wrapp .accordion_1 .panel .panel-title a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    height: 50px;
    display: flex;
    align-items: center;
    line-height: 23px;
    padding-right: 35px;
}

#virtualFaqHead,
#companyFaqHead {
    font-size: 22px;
    text-align: left;
    padding: 7px 0 !important;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px !important;
    position: relative;
    background: #036dbc;
    width: 46%;
    color: white;
    border-radius: 38px;
    margin: auto;
    margin-top: 30px !important;
}

.panel-body p {
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: black !important;
}

.qtrPriceSpace {
    margin: 8px 0 !important;
}

.removeBottomSpaceCanadaMain {
    margin-bottom: -40px;
}

.goldAlign {
    margin-top: 11px;
}

.goldAlign .billed_btn_main {
    margin-top: 0;
}

#twopackage .pricing_list li:nth-child(1) {
    padding-top: 0;
}

.canada_gold .canada-gold-learnmore {
    margin-bottom: 0;
}

.canadaFlag img {
    position: absolute;
    right: 9%;
    width: 9%;
    bottom: -1px;
}

#lineShowVirtualOfficeOnly {
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    font-size: 19px;
    line-height: 29px;
    color: black;
    text-decoration: underline;
}

.money-back .seopagesbutton {
    background: #f1c40b;
    padding: 6px 18px;
    color: white;
    margin-top: 0;
    font-family: 'Poppins';
    text-decoration: none;
    width: 70%;
    display: block;
    margin: auto;
    font-size: 15px;
}

.companyTypeChoose {
    font-size: 21px;
    font-weight: 400;
    color: white;
    margin-top: 6px;
}

/* #formationI i.fa.fa-info-circle {
    position: absolute;
    top: -8px;
    margin-left: 2px;
} */

#mainPackagesSection .packages_box .p_text {
    min-height: 0;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 14px;
}

#mainPackagesSection .price_text {
    padding-bottom: 10px;
}

#mainPackagesSection .packages_list .main_btn {
    margin-top: 0px;
}

.formationCanada {
    margin-top: -30px;
}


.canadaMainWrapper .company_formation_font .checkbox p b {
    font-weight: 400;
    color: white;
}

/* canada virtual thank you page */
.white_orde p {
    font-family: 'Poppins' !important;
}

.white_orde span {
    letter-spacing: 0;
}

#orderThankYou span {
    font-weight: inherit;
}

#orderThankYou p {
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 4px;
}

#orderThankYouCheckoutTable td {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
}

#canada_thankYou_head p {
    font-family: 'Poppins' !important;
}

.canadaThankYouCenter {
    display: flex;
    justify-content: center;
}

/* dicount css start */
.dis-line {
    padding: 11px 0;
    background: #f1c40b;
    z-index: 1;
    width: 100%;
}

.main-discount-line p {
    font-family: 'Poppins';
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0;
    padding: 0 0;
    color: white;
}

/* dicount css end */

/* dicount css */
.flx_height {
    height: 252px;
    display: flex;
    align-items: center;
}

.sticky {
    position: fixed;
    top: 0px;
    z-index: 99 !important;
}

.dis-line {
    padding: 11px 0;
    background: #092a49;
    z-index: 1;
    width: 100%;
}

.main-discount-line p {
    font-family: 'Poppins';
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0;
    padding: 0 0;
    color: #ffffff;
}

.discount-content {
    padding: 17px 0;
}

.discount-image img {
    width: 100%;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 12%);
}

#cutOffer {
    font-weight: 800;
    font-family: 'Poppins';
    position: absolute;
    right: 24px;
    top: 17px;
    cursor: pointer;
    z-index: 999;
    color: white;
    font-size: 25px;
}

#discount {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 23%;
}

.discount-main {
    background: #092a49;
    width: 50%;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 17%);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.discount-content h4 {
    font-size: 25px;
    font-weight: 300;
    color: white;
}

.discount-content span {
    font-size: 60px;
    font-weight: 700;
    color: white;
}

.discount-content h1 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
}

.discount-content p {
    font-family: 'Poppins';
    font-size: 23px;
    font-weight: 600;
    color: white;
}

.discount-content button {
    border: none;
    padding: 8px 20px;
    font-family: 'Poppins';
    font-weight: 600;
    background: #ffffff;
    color: black;
}

/* dicount css */

/* canada virtual thank you page */

.white_orde p {
    font-family: 'Poppins' !important;
}

.white_orde span {
    letter-spacing: 0;
}

#orderThankYou span {
    font-weight: inherit;
}

#orderThankYou p {
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 4px;
}

#orderThankYouCheckoutTable td {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
}

#canada_thankYou_head p {
    font-family: 'Poppins' !important;
}

.canadaThankYouCenter {
    display: flex;
    justify-content: center;
}

.canada-packages-new .faq_list,
.faq_list_dot,
.price_box_bg .underline {
    margin-bottom: 4px !important;
}

.canada-packages-new .pricebox_bg .pricing_list li:nth-child(1) {
    border-top: 0px;
    padding-top: 0px;
}

.canada-packages-new #fivePackage .billed_btn_main .custome_icon_hover_popup,
.canada-packages-new #sixPackage .billed_btn_main .custome_icon_hover_popup {
    top: 0px;
    position: relative;
    left: -3px;
}

.canada-packages-new .billed_btn_main {
    margin-bottom: 20px;
}

#fivePackage .canada-formation-highlight,
#sixPackage .canada-formation-highlight {
    padding-bottom: 8px;
}

.money-back .seopagesbutton:hover {
    background: #0366b0;
    transition: 0.3s;
}

.money-back .seopagesbutton {
    background: #092a49;
    padding: 6px 18px;
    color: white;
    margin-top: 18px;
    font-family: 'Poppins';
    text-decoration: none;
    transition: 0.3s;
}

.money-back p {
    margin-bottom: 24px;
}

.redBorderError {
    border: 2px solid red;
    padding: 4px 7px;
}

#fivePackage .billed_btn_main .billbtn,
#sixPackage .billed_btn_main .billbtn {
    margin-top: 3px;
}

/* banner */
.canada_main_banner {
    text-align: right;
    margin-top: -25px;
}

.canada_main_banner h1 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 0;
}

.canada_main_banner h6 {
    font-size: 35px;
    font-weight: 600;
}

.canada_main_banner .headingcanadaSpaceBanner {
    margin-top: 26px;
}

/* banner */

.canada_main_banner .mobile-canada-font {
    display: none;
}

#copyTextPromocode {
    color: white;
    font-weight: 300;
    text-align: left;
    margin-top: 8px;
}

.packages-pattern-1 {
    opacity: .04;
    position: absolute;
    left: 0;
    bottom: 0;
}

.packages-pattern-2 {
    opacity: .04;
    position: absolute;
    right: 0;
    top: 0;
}

#mainPackagesSection .approximately-text {
    margin-top: 13px !important;
    font-size: 13px !important;
}

#mainPackagesSection .billed_quarterly,
#mainPackagesSection .billed_annually {
    margin-bottom: 10px;
}

#twopackage .billed_quarterly {
    margin-bottom: 6px;
}

#mainPackagesSection .packages_list {
    padding-bottom: 1px;
}

#mainPackagesSection .main-ba-packages-space .choose_billing {
    border: none;
    margin-top: 26px;
}

#mainPackagesSection .packages_box {
    padding-bottom: 15px;
}

#mainPackagesSection .canada-gold-learnmore {
    font-size: 14px !important;
    border-top: 1px solid;
    padding-top: 8px;
}

#twopackage .choose_billing {
    margin-top: 0px !important;
}

#twopackage .canada-gold-learnmore a {
    color: white;
}

.bestDeal img {
    animation: beat .90s infinite alternate;
}

.bestDeal img {
    width: 40%;
    margin-bottom: -20px;
}

#fivePackage .bestDeal,
#sixPackage .bestDeal {
    padding-bottom: 0;
}

.pricing_immg {
    text-align: center;
    padding: 50px 0 70px;
}

.bestDeal {
    width: 50%;
    padding-bottom: 0;
    margin: auto;
}

#mainPackagesSection #twopackage .two-package-list {
    border-top: 0px !important;
    padding-top: 0;
}

#mainPackagesSection #fivePackage .two-package-list,
#mainPackagesSection #sixPackage .two-package-list {
    border-top: 0px !important;
    padding-top: 0;
}

#mainPackagesSection .goldAlign {
    padding-top: 0;
    margin-top: 0;
}

#mainPackagesSection .white-button-packages .main_btn {
    margin-top: 0;
}

#mainPackagesSection .white-button-packages {
    padding-top: 0 !important;
    margin-top: 0 !important;
    background: none;
    box-shadow: inherit;
}

#mainPackagesSection #twopackage .two-package-list .main_btn {
    margin-top: 0;
}

#mainPackagesSection #fivePackage .billed_btn_main,
#mainPackagesSection #sixPackage .billed_btn_main {
    margin-bottom: 0;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

#mainPackagesSection #fivePackage .main-ba-packages-space .choose_billing,
#mainPackagesSection #sixPackage .main-ba-packages-space .choose_billing {
    border: none;
    margin-top: 3px;
}

#mainPackagesSection #fivePackage .main-ba-packages-space .choose_billing h6,
#mainPackagesSection #sixPackage .main-ba-packages-space .choose_billing h6 {
    font-size: 20px;
    margin: 7px 0;
}

#mainPackagesSection .packages_list ul li {
    font-size: 14px;
}

#mainPackagesSection #fivePackage .packages_bg,
#mainPackagesSection #sixPackage .packages_bg {
    border-radius: 10px;
}

#mainPackagesSection .packages-click-2 {
    margin-bottom: 0;
    margin-top: 15px;
}

.selectPackage .Mselect select::-webkit-scrollbar {
    /*For WebKit Browsers*/
    width: 0;
}

.selectHead select {
    -webkit-appearance: menulist;
}

#fivePackage .packages_list a,
#sixPackage .packages_list a {
    cursor: pointer;
}

/* new changes */
.canadaMainWrapper .selectPackage .canada-main-wrapper-head h3 {
    color: #036dbc;
    text-align: center;
}

.package-company-tax-head {
    margin-bottom: 0;
}

.formationCanada .package-incorporate-content {
    margin-top: 25px;
    padding: 11px 3px;
    border-radius: 4px;
}

.formationCanada .package-incorporate-content p {
    font-size: 14px;
    color: red;
    line-height: 25px;
    font-weight: 600;
}

#sixPackage .condition-line-package, #fivePackage .condition-line-package {
    font-size: 14px;
    color: red;
    margin-top: -10px;
    margin-bottom: 24px;
}

.provincial-package-incorporate-content p {
    line-height: 28px !important;
}

.selectHead .custom-dropdown {
    position: relative;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
}

.selectHead .dropdown-selected {
    padding: 10px;
    background-color: #f9f9f9;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 16px;
    text-align: left;
    border: 2px solid black;
    border-radius: 6px;
}

.selectHead .dropdown-options .custom-dropdown {
    width: 300px;
    position: relative;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.selectHead .dropdown-options .dropdown-selected {
    padding: 10px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.selectHead .dropdown-options .dropdown-options {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 100;
}

.selectHead .dropdown-options .dropdown-options li {
    padding: 10px;
    cursor: pointer;
}

.selectHead .dropdown-options .dropdown-options li:hover {
    background-color: #e0e0e0;
}

.selectHead .dropdown-options .selectHead_heading {
    margin-top: 6px;
    font-weight: 700;
    color: black;
    cursor: default;
    pointer-events: none;
    border-bottom: 0px;
    margin-bottom: -13px;
}

.selectHead .dropdown-options {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 100;
    border-radius: 6px;
}

.selectHead .dropdown-options li {
    padding: 11px 10px;
    cursor: pointer;
    text-align: left;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.selectHead .dropdown-options li:hover {
    background-color: rgb(25 103 210);
    color: white
}

.selectHead .custom-dropdown .dropdown-options li b {
    padding-right: 14px;
    padding-left: 1px;
}

.custom-dropdown .dropdown-options .package-select-bold {
    margin-left: -12px;
    margin-right: 10px;
}

.company_package_height .canada-five-and-six-price {
    margin-bottom: 10px;
}

.company_package_height .canada-five-and-six-price span {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Satoshi-Medium';
    margin-bottom: 8px;
    display: block;
}

.company_package_height .canada-five-and-six-price p {
    font-size: 14px;
}
.p4onepackagehide, .p4Twopackagehide {
    display: none;
    visibility: hidden;
}
.receive-personal-mail {
    display: none;
    visibility: hidden;
}
.qtrPriceSpace {
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
/* new changes */

@media (max-width: 768px) {

    /* new changes */

    .qtrPriceSpace {
        font-size: inherit;
        font-weight: inherit !important;
        letter-spacing: 1px;
    }

    #mobileCanadaPackageTwo .hiddentextalignment {
        display: block !important;
    }

    #mobileCanadaPackageOne .hiddentextalignment {
        display: none !important;
    }

    #mobileCanadaPackageOne  .with-mins {
        display: block !important;
    }

    .receive-personal-mail {
        display: block;
        visibility: hidden;
    }

    #mobileCanadaPackageOne .basic-incoporate {
        display: none !important;
    }

    .formationCanada .package-incorporate-content p {
        font-size: 14px;
        color: red;
        line-height: 23px;
    }

    .provincial-package-incorporate-content p {
        line-height: 27.5px !important;
    }

    .subscriptionpackages .condition-line-package {
        font-size: 14px !important;
        line-height: 19px;
        line-height: 22px;
        font-weight: 400;
        color: red;
    }

    #mobileCanadaPackageFive h6:nth-child(2),
    #mobileCanadaPackageSix h6:nth-child(2) {
        font-size: 15px;
    }

    .formationCanada .package-incorporate-content {
        margin-top: 0;
    }

    .formationCanada .package-incorporate-content p {
        font-size: 11px;
        font-weight: 400;
    }

    .provincial-package-incorporate-content p {
        line-height: 27px;
    }

    .canadaMainWrapper .selectPackage .canada-main-wrapper-head h3 {
        font-size: 20px;
        line-height: 29px;
    }

    /* new changes */

    #canadaMobileMainTwo .slick-arrow {
        display: none !important;
    }

    #mobileCanadaPackageOne .choose_billing {
        margin-top: 38px !important;
    }

    .canadaThankYouCenter {
        display: inherit;
    }

    #lineShowVirtualOfficeOnly {
        font-weight: 500;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 29px;
        color: black;
        text-decoration: underline;
    }

    .money-back h2 {
        font-weight: 700;
        font-size: 25px;
        text-align: center;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .money-back p {
        font-family: 'Poppins';
        font-size: 25px;
        margin-bottom: 24px;
        font-weight: 200;
    }

    .price_box_bg {
        border-radius: 0px !important;
    }

    .package_mobile_box {
        margin-top: 85px;
    }

    .papular_content {
        border-radius: 0px !important;
    }

    #mobileCanadaPackageOne,
    #mobileCanadaPackageThree,
    #mobileCanadaPackageFour {
        margin-top: 83px;
    }

    .canadaMobilaPackages {
        /* background-image: url(../imgs/canada-virtual-office/bg-contact3.png); */
        background-color: #1d2a34;
        /* background-repeat: no-repeat; */
        /* background-attachment: fixed; */
        padding: 80px 0px;
        z-index: 1;
        position: relative;
    }

    #canadaMobileMainTwo .pricing_list li {
        font-family: 'poppins' !important;
        font-size: 13px !important;
        line-height: 24px !important;
    }

    #mobileCanadaPackageTwo .choose_billing {
        margin-top: 0px;
        padding-top: 0;
    }

    .selectPackage {
        padding: 0px 0px;
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }

    .billed_btn_main {
        color: #fff;
        margin-bottom: 20px;
    }

    .discountSlider .slick-dots,
    .package_mobile_box .pricebox_bg.papular_bg1,
    .subscriptionpackages .pricebox_bg,
    .virtual_page_body .package_mobile_box .price_box_bg.papular_bg {
        margin: 0;
        border-radius: 0px !important;
    }

    #canadaMobileMainTwo li {
        font-size: 13px !important;
    }

    #mobileCanadaPackageFive .choose_billing li {
        color: black;
    }

    #mobileCanadaPackageSix .choose_billing li {
        color: black;
    }

    .packages_list {
        padding: 8px 16px 20px !important;
    }

    .popular_bg .choose_billing ul li h6 {
        color: white;
        font-size: 14px;
    }

    .slick-active .col-md-12 {
        padding-left: 10px !important;
    }

    .main-ba-packages-space {
        margin-top: 0 !important;
        border: 0px !important;
    }

    .main-ba-packages-space .choose_billing {
        border-top: 0px !important;
    }

    #mobileCanadaPackageOne .choose_billing,
    #mobileCanadaPackageThree .choose_billing,
    #mobileCanadaPackageFour .choose_billing {
        margin-top: 43px;
    }

    .white-button-packages {
        background: white !important;
    }

    #mobileCanadaPackageTwo .two-package-list {
        border: 0px;
        margin-top: -9px;
    }

    #mobileCanadaPackageFive li,
    #mobileCanadaPackageSix li {
        height: inherit !important;
    }

    #canadaMobileMainTwo {
        padding: 15px 0;
        padding-left: 17px;
    }

    .papular_bg {
        margin-top: 0 !important;
    }

    #mobileCanadaPackageFive img,
    #mobileCanadaPackageSix img {
        margin-bottom: 24px !important;
    }

    #virtualFaqHead,
    #companyFaqHead {
        width: 100%;
    }

    .faq_wrapp .accordion_1 .panel .panel-title a {
        font-size: 12px !important;
        line-height: 23px !important;
        text-indent: -15px;
        margin-left: 9px;
        padding-right: 11px !important;
        height: auto !important;
    }

    .canada_banner {
        padding: 20px 0px !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        margin-top: 0px !important;
    }

    .selectHead {
        padding: 15px 15px;
    }

    .canada_banner {
        height: 205px !important;
    }

    #typewriter {
        height: auto;
        font-family: 'Poppins';
        font-size: 16px;
        line-height: 33px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 10px;
        overflow: hidden;
        /* white-space: nowrap; */
        border-right: 1px solid black;
        animation: typing 3s steps(28, end), blink-caret 0.5s step-end infinite;
        color: white;
        text-align: center;
    }

    .main-discount-line p {
        font-family: 'Poppins';
        font-size: 11px;
        font-weight: 400;
        margin: 0 0;
        padding: 0 0;
        color: white;
        line-height: 21px;
        text-align: center;
    }

    #discount {
        top: 9%;
        left: 37px;
        z-index: 999999;
    }

    .discount-main {
        width: 80%;
    }

    .discount-content h4 {
        font-size: 19px;
        margin: 0;
    }

    .discount-content {
        padding: 17px 29px;
    }

    .discount-content span {
        font-size: 40px;
    }

    .discount-content p {
        font-size: 17px;
    }

    .discount-content h1 {
        font-size: 25px;
        font-weight: 300;
        text-transform: uppercase;
        color: white;
        margin-top: 7px;
    }

    .canadaMobilaPackages .slick-dots {
        display: flex !important;
        justify-content: center;
    }

    .money-back .seopagesbutton {
        font-size: 16px;
        display: block;
    }

    #companyformationButton .seopagesbutton {
        margin-top: 0;
    }

    .discount-image {
        display: none;
    }

    .canadamargin .billed_btn_main {
        margin-top: 0px !important;
        margin-bottom: 0;
    }

    .packages_list .main_btn {
        padding: 15px 30px;
        font-size: 14px;
    }

    #mobileCanadaPackageOne .billed_btn_main {
        color: #fff;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .canadaMobilaPackages #mobileCanadaPackageFive .billed_btn_main .custome_icon_hover_popup,
    .canadaMobilaPackages #mobileCanadaPackageSix .billed_btn_main .custome_icon_hover_popup {
        top: 0px;
        position: relative;
        left: -3px;
    }

    #canadaMobileMainTwo .packages_box .p_text {
        min-height: 0;
        margin-top: 16px;
        margin-bottom: 2px;
        font-size: 14px !important;
    }

    .companyTypeChoose {
        font-size: 16px;
    }

    .canadaMobilaPackages #mobileCanadaPackageFive .price_box .price_text .price_icon,
    .canadaMobilaPackages #mobileCanadaPackageSix .price_box .price_text .price_icon {
        font-size: 19px;
        margin: 10px 0;
        display: inline-block;
    }

    .learn-more-canada,
    .canada-gold-learnmore {
        margin-bottom: -7px !important;
    }

    #mobileCanadaPackageFive .billed_btn_main .billbtn,
    #mobileCanadaPackageSix .billed_btn_main .billbtn {
        margin-top: 3px;
    }

    .canada_main_banner h1 {
        font-size: 21px;
        font-weight: 600;
        margin-top: 0;
        line-height: 30px;
    }

    .canada_banner {
        background-position: right !important;
    }

    .canada_main_banner h6 {
        font-size: 21px;
        font-weight: 600;
    }

    .borderHeading {
        display: block;
        height: 2px;
        width: 70%;
        background: #ec220b;
        margin: 0 5px;
        position: absolute;
        right: 44px;
    }

    .canada_main_banner .headingcanadaSpaceBanner {
        margin-top: 24px;
        margin-bottom: -6px;
        line-height: 29px;
    }

    .canada_main_banner {
        text-align: center;
        margin-top: 0px;
    }

    .canada_main_banner .desktop-canada-font {
        display: none;
    }

    .canada_main_banner .mobile-canada-font {
        display: block;
    }

    .selectHead h2 {
        font-size: 16px;
        line-height: 13px;
        font-weight: 500;
        color: white;
    }

    .canadian_incorporation_banner .resident_head2 {
        text-align: center !important;
    }

    .dis-line {
        padding: 8px 0 !important;
    }

    #mainPackagesSection .oneOff {
        margin-bottom: 0 !important;
        margin-top: 3px !important;
        font-size: 14px !important;
        line-height: 26px;
    }

    #mainPackagesSection .fix_space {
        margin-bottom: -6px;
    }

    #faq_sec .main_heading h4 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    #faq_sec .main_heading p {
        margin-top: 8px;
        font-size: 14px;
        line-height: 25px;
    }

    #virtualFaqHead,
    #companyFaqHead {
        font-size: 16px;
    }

    #mainPackagesSection .desktop-show {
        display: none !important;
    }

    #mobileCanadaPackageFive,
    #mobileCanadaPackageSix {
        margin-top: 0px !important;
    }

    .pricing_immg {
        padding-top: 23px !important;
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #mainPackagesSection {
        display: none !important;
    }

    .pricing_immg img {
        margin: auto;
    }

    .packages-pattern-2,
    .packages-pattern-1 {
        display: none;
    }

    #mobileCanadaPackageFive .packages_box h4,
    #mobileCanadaPackageSix .packages_box h4 {
        color: white;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 0;
    }

    #mobileCanadaPackageTwo .canada-gold-learnmore a {
        color: white;
    }

    #mobileCanadaPackageFive .choose_billing,
    #mobileCanadaPackageSix .choose_billing {
        border: none;
        margin-top: 0;
    }

    #mobileCanadaPackageFive .packages_list .two-package-list,
    #mobileCanadaPackageSix .packages_list .two-package-list {
        margin-top: 10px;
    }

    #canadaMobileMainTwo .main_btn.pkg_btn {
        font-size: 11px !important;
        padding: 10px 12px;
    }

    #canadaMobileMainTwo #mobileCanadaPackageFive .packages_bg,
    #mobileCanadaPackageSix .packages_bg {
        border-radius: 10px;
    }

    .packages_list {
        padding: 8px 10px 20px;
    }

    #mobileCanadaPackageThree .choose_billing {
        padding-top: 0;
    }

    #mobileCanadaPackageFour .choose_billing {
        padding-top: 0;
    }

    #mobileCanadaPackageThree .choose_billing {
        padding-top: 0;
    }

    #mobileCanadaPackageTwo .main-ba-packages-space .billed_quarterly {
        margin-bottom: 19px;
    }

    #canadaMobileMainTwo {
        overflow: hidden;
    }
}

@media(min-width:999px) and (max-width:1100px) {

    .p4onepackagehide, .p4Twopackagehide {
        display: none;
        visibility: hidden;
    }

    .canada_banner {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-blend-mode: multiply !important;
        height: 175px !important;
    }

    .canadaPageHeading h1 {
        font-size: 27px !important;
    }

    .canadaPageHeading h6 {
        font-size: 20px !important;
    }

    .borderHeading {
        width: 98%;
    }

    .borderHeading {
        width: 52.5%;
    }

    .vertual_heading,
    .voip_banner .vertual_heading {
        padding: 0 0px !important;
    }

    .main-discount-line p {
        font-size: 17px;
    }

    .canada_main_banner h1 {
        font-size: 24px;
    }

    .canada_main_banner h6 {
        font-size: 23px;
    }

    .canada_main_banner {
        margin-top: -19px;
    }

    #typewriter {
        font-size: 38.5px;
    }

    .dis-line {
        padding: 10px 0 !important;
    }

    .canadian_incorporation_banner {
        margin-top: 30px;
    }

    .canadian_incorporation_banner.virtual_office_container .resident_head2 {
        line-height: 35px;
        margin-bottom: 65px;
    }

    .canadian_incorporation_banner.virtual_wrapp .main_heading.banner_heading h1,
    .company_for_img .banner_heading h1 {
        line-height: 58px !important;
        margin-bottom: 2px !important;
    }

    .canadian_incorporation_banner .virtual_office img {
        width: 70%;
    }

    .selectHead h2 {
        font-size: 35px;
    }

}

@media(min-width:1100px) and (max-width:1200px) {

    .p4onepackagehide, #silver-space-package {
        display: none;
        visibility: hidden;
    }

    .receive-personal-mail {
        display: block;
        visibility: hidden;
    }

    .p4Twopackagehide {
        display: none;
        visibility: hidden;
    }

    .hiddentextalignment {
        display: none !important;
    }

    .with-mins{
        display: block !important;
        visibility: hidden !important;
    }

    .canadaPageHeading h1 {
        font-size: 27px !important;
    }

    .canadaPageHeading h6 {
        font-size: 20px !important;
    }

    .borderHeading {
        width: 53%;
    }

    .canadaFlag img {
        width: 84%;
        text-align: center;
    }

    .canada_banner {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-blend-mode: multiply !important;
        height: 175px !important;
    }

    .main-discount-line p {
        font-size: 17px;
    }

    .canada_main_banner h1 {
        font-size: 24px;
    }

    .canada_main_banner h6 {
        font-size: 23px;
    }

    .canada_main_banner {
        margin-top: -19px;
    }

    #typewriter {
        font-size: 39.5px;
    }

    .dis-line {
        padding: 10px 0 !important;
    }

    .canadian_incorporation_banner {
        margin-top: 30px;
    }

    .canadian_incorporation_banner.virtual_office_container .resident_head2 {
        line-height: 35px;
        margin-bottom: 65px;
    }

    .canadian_incorporation_banner.virtual_wrapp .main_heading.banner_heading h1,
    .company_for_img .banner_heading h1 {
        line-height: 58px !important;
        margin-bottom: 2px !important;
    }

    .canadian_incorporation_banner .virtual_office img {
        width: 65%;
    }

    .selectHead h2 {
        font-size: 35px;
    }
}

@media(min-width:1200px) and (max-width:1400px) {

    .formationCanada .package-incorporate-content p {
        font-size: 13px;
        color: red;
        line-height: 25px;
        font-weight: 600;
    }
    
    .p4onepackagehide, .p4Twopackagehide {
        display: block;
        visibility: hidden;
    }
    .canadaPageHeading h1 {
        font-size: 30px !important;
    }

    .canadaPageHeading h6 {
        font-size: 22.3px !important;
    }

    .borderHeading {
        width: 40%;
    }

    .canadaFlag img {
        width: 84%;
        text-align: center;
    }

    .canada_banner {
        height: 220px !important;
    }

    .main-discount-line p {
        font-size: 20px;
    }

    .canada_main_banner h1 {
        font-size: 24px;
    }

    .canada_main_banner h6 {
        font-size: 23px;
    }

    .canada_main_banner {
        margin-top: -45px;
    }

    .dis-line {
        padding: 10px 0 !important;
    }

    .canadian_incorporation_banner {
        margin-top: 30px;
    }

    .canadian_incorporation_banner.virtual_office_container .resident_head2 {
        line-height: 48px;
        margin-bottom: 65px;
        font-size: 35px;
    }

    .canadian_incorporation_banner.virtual_wrapp .main_heading.banner_heading h1,
    .company_for_img .banner_heading h1 {
        line-height: 71px !important;
        margin-bottom: 2px !important;
        font-size: 52px !important;
        width: 80%;
    }

    .canadian_incorporation_banner .virtual_office img {
        width: 88%;
    }

    .selectHead h2 {
        font-size: 35px;
    }

    .canadian_incorporation_banner .virtual_office {
        right: 0;
        text-align: right;
    }
}

@media(min-width:1400px) and (max-width:1919px) {
    .canada_banner {
        height: 240px !important;
    }

    .canada_main_banner h1 {
        font-size: 32px;
        font-weight: 600;
        margin-top: 0;
    }

    .canada_main_banner h6 {
        font-size: 32px;
        font-weight: 600;
    }

    .canada_main_banner {
        text-align: right;
        margin-top: -47px;
    }

    .borderHeading {
        width: 40%;
    }

    .dis-line {
        padding: 10px 0 !important;
    }

    .canadian_incorporation_banner {
        margin-top: 30px;
    }

    .canadian_incorporation_banner.virtual_office_container .resident_head2 {
        line-height: 48px;
        margin-bottom: 65px;
        font-size: 35px;
    }

    .banner_heading h1 {
        line-height: 81px !important;
        margin-bottom: 2px !important;
        font-size: 70px !important;
        width: 80%;
    }

    .canadian_incorporation_banner .virtual_office img {
        width: 88%;
    }

    .selectHead h2 {
        font-size: 45px;
    }

    .canadian_incorporation_banner .virtual_office {
        right: 0;
        text-align: right;
    }
}

@media(min-width:1920px) and (max-width:2560px) {
    .canada_banner {
        height: 300px !important;
    }

    .borderHeading {
        width: 30%;
    }

    .dis-line {
        padding: 10px 0 !important;
    }

    .canadian_incorporation_banner {
        margin-top: 30px;
    }

    .canadian_incorporation_banner.virtual_office_container .resident_head2 {
        line-height: 72px;
        margin-bottom: 65px;
        font-size: 50px;
    }

    .banner_heading h1 {
        line-height: 81px !important;
        margin-bottom: 2px !important;
        font-size: 74px !important;
        width: 80%;
    }

    .canadian_incorporation_banner .virtual_office img {
        width: 100%;
    }

    .selectHead h2 {
        font-size: 45px;
    }

    .canadian_incorporation_banner .virtual_office {
        right: 0;
        text-align: right;
    }
}

@media(min-width:2500px) and (max-width:2600px) {
    .dis-line {
        padding: 10px 0 !important;
    }

    .canadian_incorporation_banner {
        margin-top: 30px;
    }

    .canadian_incorporation_banner.virtual_office_container .resident_head2 {
        line-height: 88px;
        margin-bottom: 65px;
        font-size: 61px;
    }

    .banner_heading h1 {
        line-height: 81px !important;
        margin-bottom: 2px !important;
        font-size: 74px !important;
        width: 80%;
    }

    .canadian_incorporation_banner .virtual_office img {
        width: 86%;
    }

    .selectHead h2 {
        font-size: 45px;
    }

    .canadian_incorporation_banner .virtual_office {
        right: 0;
        text-align: center;
    }
}

@media(min-width:2561px) {
    .canada_banner {
        height: 300px !important;
    }

    .borderHeading {
        width: 25%;
    }

    .canada_main_banner h1 {
        font-size: 48px;
    }

    .canada_main_banner h6 {
        font-size: 44px;
        font-weight: 300;
    }

    .dis-line {
        padding: 10px 0 !important;
    }

    .canadian_incorporation_banner {
        margin-top: 30px;
    }

    .canadian_incorporation_banner.virtual_office_container .resident_head2 {
        line-height: 88px;
        margin-bottom: 65px;
        font-size: 61px;
    }

    .banner_heading h1 {
        line-height: 81px !important;
        margin-bottom: 2px !important;
        font-size: 74px !important;
        width: 80%;
    }

    .canadian_incorporation_banner .virtual_office img {
        width: 86%;
    }

    .selectHead h2 {
        font-size: 45px;
    }

    .canadian_incorporation_banner .virtual_office {
        right: 0;
        text-align: center;
    }
}

/* discount banner css */
@media(min-width:999px) and (max-width:1200px) {
    .flx_height {
        height: 173px;
        display: flex;
        align-items: center;
    }

    #copyTextPromocode {
        color: white;
        font-weight: 300;
        text-align: left;
        margin-top: 2px;
        font-size: 15px;
        margin-bottom: 2px;
    }

    .discount-content span {
        font-size: 30px;
        font-weight: 700;
        color: white;
    }

    .discount-content h1 {
        font-size: 20px;
        margin: 0px 0;
        margin-top: -7px;
        margin-bottom: 5px;
    }

    .discount-content p {
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: 300;
        margin-top: -10px;
    }

    .discount-content {
        padding: 0 0;
    }

    .discount-content h4 {
        font-size: 17px;
        margin-bottom: 0;
    }

}

/* 999 - 1200 */
@media(min-width:1200px) and (max-width:1300px) {

    #copyTextPromocode {
        color: white;
        font-weight: 300;
        text-align: left;
        margin-top: 0;
        font-size: 15px;
        margin-bottom: 0;
    }

    .discount-content span {
        font-size: 35px;
        font-weight: 700;
        color: white;
    }

    .discount-content h1 {
        font-size: 25px;
        margin: 4px 0;
    }

    .discount-content p {
        font-size: 18px;
    }

    .discount-content h4 {
        margin: 0;
        font-size: 20px;
    }

    .discount-content p {
        margin-bottom: 6px;
        margin-top: -7px;
        font-weight: 300;
    }

    .flx_height {
        height: 191px;
        display: flex;
        align-items: center;
    }
}

@media(min-width:1300px) and (max-width:1400px) {

    .discount-content span {
        font-size: 35px;
        font-weight: 700;
        color: white;
    }

    .discount-content h1 {
        font-size: 25px;
        margin: 4px 0;
    }

    .discount-content p {
        font-size: 18px;
    }

    .discount-content h4 {
        margin: 0;
        font-size: 20px;
    }

    .discount-content p {
        margin: 8px 0;
        margin-top: -3px;
        font-weight: 200;
    }

    #copyTextPromocode {
        color: white;
        font-weight: 300;
        text-align: left;
        margin-bottom: 0;
        margin-top: 4px;
        font-size: 16px;
    }

    .flx_height {
        height: 210px;
        display: flex;
        align-items: center;
    }

}

@media(min-width: 1400px) and (max-width: 1700px) {
    .discount-content h1 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .discount-content h4 {
        font-size: 20px;
        font-weight: 300;
        color: white;
        margin-bottom: 4px;
    }

    #copyTextPromocode {
        margin-bottom: 0;
    }

    .flx_height {
        height: 223px;
        display: flex;
        align-items: center;
    }

    .discount-content p {
        font-size: 21px;
        margin-bottom: 9px;
        font-weight: 300;
    }

    .discount-content span {
        font-size: 40px;
        font-weight: 700;
        color: white;
    }
}

@media (min-width:1700px) and (max-width:1800px) {
    .discount-content {
        padding: 17px 0;
        margin-bottom: -21px;
    }

    .flx_height {
        height: 264px;
        display: flex;
        align-items: center;
    }
}

@media (min-width:1800px) and (max-width:2150px) {

    .discount-content {
        padding: 17px 0;
        margin-bottom: -21px;
    }

    .flx_height {
        height: 296px;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 2150px) and (max-width: 2350px) {

    .discount-content h4 {
        font-size: 45px;
    }

    .discount-content p {
        font-size: 33px;
        margin-bottom: 30px;
    }

    .discount-content h1 {
        font-size: 40px;
        margin: 18px 0;
    }

    .flx_height {
        height: 350px;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 2350px) and (max-width: 2561px) {
    .eligble {
        padding: 55px 0px;
    }

    .eligibleImg img {
        position: absolute;
        width: 22%;
        bottom: 0;
        filter: drop-shadow(2px 4px 6px #0000003d);
    }

    .discount-content h4 {
        font-size: 45px;
    }

    .discount-content p {
        font-size: 33px;
        margin-bottom: 30px;
        font-weight: 200;
    }

    .discount-content h1 {
        font-size: 40px;
        margin: 32px 0;
    }

    .flx_height {
        height: 391px;
        display: flex;
        align-items: center;
    }

    #copyTextPromocode {
        color: white;
        font-weight: 300;
        text-align: left;
        margin-top: 8px;
        font-size: 25px;
        margin-top: 17px;
    }

    .discount-content button {
        border: none;
        padding: 15px 20px;
        font-family: 'Poppins';
        font-weight: 600;
        background: #ffffff;
        color: black;
        font-size: 22px;
    }
}

@media (min-width: 2561px) {

    .discount-content button {
        border: none;
        padding: 22px 20px;
        font-family: 'Poppins';
        font-weight: 600;
        background: #ffffff;
        color: black;
        font-size: 30px;
    }

    .eligble {
        padding: 55px 0px;
    }

    .eligibleImg img {
        position: absolute;
        width: 22%;
        bottom: 0;
        filter: drop-shadow(2px 4px 6px #0000003d);
    }

    .discount-content h4 {
        font-size: 45px;
    }

    .discount-content p {
        font-size: 33px;
        margin-bottom: 30px;
    }

    .discount-content h1 {
        font-size: 40px;
        margin: 18px 0;
    }

    .flx_height {
        height: 395px;
        display: flex;
        align-items: center;
    }
}

/* discount banner css */