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

.combinedUSA {
    background-image: url(../imgs/navigation-pages/002.webp);
    background-color: #000000ba;
    background-attachment: fixed;
    padding: 80px 0px;
    z-index: 1;
    position: relative;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: left;
}

.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 {
    height: 3px;
    background: #051445b8;

}

.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: 25px;
}

.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;
}

.combinedUSA .price_box_bg {
    padding: 6px !important;
}

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

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

.price_box_bg .learn-more-combinedUSA 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 .combinedUSA-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 */
.combinedUSAMainWrapper p,
.combinedUSAMainWrapper h2,
.combinedUSAMainWrapper h6 {
    font-family: 'poppins' !important;
}

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

.combinedUSAMainWrapper .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;
}

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

.combinedUSAPackages .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;
}

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

.goldAlign {
    margin-top: 11px;
}

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

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

.combinedUSA_gold .combinedUSA-gold-learnmore {
    margin-bottom: 0;
}

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



.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;
}

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


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




/* canada virtual thank you page */


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

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

.combinedUSA #fivePackage .billed_btn_main .custome_icon_hover_popup {
    top: 0px;
    position: relative;
    left: -3px;
}

.combinedUSA .billed_btn_main {
    margin-bottom: 20px;
}

#fivePackage .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;
    line-height: 45px;
}

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

#fivePackage .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;
    /* background-color: red; */
    margin-top: 35px;
}
.llc_incorportation_quarterly
{
    /* background-color: green; */
    margin-top: 6px !important;
}

#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 .combinedUSA-gold-learnmore {
    font-size: 14px !important;
    border-top: 1px solid;
    padding-top: 8px;
}

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

#twopackage .combinedUSA-gold-learnmore a,
#fivePackage .combinedUSA-gold-learnmore a {
    /* color: white; */
}

#fivePackage .packages_box h4 {
    color: white;
    font-weight: 400;
    font-size: 24px;
}

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

.bestDeal img {
    width: 60%;
}

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

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

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

#mainPackagesSection #fivePackage .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;
}

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

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

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

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

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

#mainPackagesSection #fivePackage .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{
    cursor: pointer;
}
.businessLiteHiddenText
{
    display: none;
}

/* disclaimer pop up start */
.disclaimer-popup h3 {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0;
}

.disclaimer-popup h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 34px;
    color: white;
}

.disclaimer-popup button {
    text-transform: inherit;
    font-weight: 500;
    font-size: 16px;
    background: white;
    width: 100%;
    color: black;
    padding: 11px 10px;
    margin: 9px 0;
    font-family: 'Poppins';
    line-height: 27px;
    border-radius: 4px;
}

.disclaimer-popup button:hover {
    background-color: black;
    color:#fff;
}

.disclaimer-popup {
    width: 50%;
    margin: auto;
    background: #f1c40b;
    padding: 20px;
    color: white;
}

.disclaimer-popup {
    width: 50%;
    margin: auto;
    background: #092a49;
    padding: 20px;
    color: white;
    position: fixed;
    z-index: 999999;
    top: 34%;
    left: 24%;
    border-radius: 5px;
    display: none;
}

.disclaimer-popup .disclaimer-popup-content i {
    position: absolute;
    right: -8px;
    top: -12px;
    cursor: pointer;
}

.accordions-form .addbox {
    display: flex;
    align-items: center;
}

.accordions-form .row {
    align-items: center;
}
/* disclaimer pop up end */

@media (min-width: 768px) and (max-width: 992px) {
    #mobilecombinedUSAPackageFive .pricing_immg
    {
        padding: 35px 0 0;
    }
    #mobilecombinedUSAPackageFive .pricing_immg img
    {
        margin: 10px auto;
    }

    
    #mobilecombinedUSAPackageFive .popular_bg .choose_billing ul li
    {
        font-size: 14px;
    }
    
    }

@media (max-width: 768px) {

    /* disclaimer popup */
    .disclaimer-popup button {
        text-transform: inherit;
        font-weight: 500;
        font-size: 14px;
        background: white;
        width: 100%;
        margin-left: 0;
        color: black;
        padding: 13px 13px;
    }
    .disclaimer-popup .disclaimer-popup-content h2 {
        font-size: 16px !important;
        line-height: 27px;
        font-weight: 600;
        margin-bottom: 8px !important;
    }

    .disclaimer-popup {
        width: 90%;
        top: 22%;
        left: 20px;
        border-radius: 5px;
    }

    .disclaimer-popup h3 {
        font-size: 18px;
        line-height: 32px;
        text-align: left;
        font-weight: 400;
        letter-spacing: 0;
    }
    /* disclaimer popup */

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

    #mobilecombinedUSAPackageOne .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;
    }

    .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;
    }

    #mobilecombinedUSAPackageOne,
    #mobilecombinedUSAPackageThree,
    #mobilecombinedUSAPackageFour {
        margin-top: 83px;
    }

    .combinedUSAMobilaPackages  {
        /* 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;
    }

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

    #mobilecombinedUSAPackageTwo .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;
    }

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

    #combinedUSAMobileMainTwo .choose_billing li {
        font-weight: 200;
    }

    .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;
    }

    #mobilecombinedUSAPackageOne .choose_billing, #mobilecombinedUSAPackageThree .choose_billing, #mobilecombinedUSAPackageFour .choose_billing {
        margin-top: 43px;
    }

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

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

    #mobilecombinedUSAPackageFive li {
        height: inherit !important;
    }

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

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

    #mobilecombinedUSAPackageFive 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;
    }

    .combinedUSAMobilaPackages  .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;
    }

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

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

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

    .combinedUSAMobilaPackages  #mobilecombinedUSAPackageFive .billed_btn_main .custome_icon_hover_popup {
        top: 0px;
        position: relative;
        left: -3px;
    }

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

    .companyTypeChoose {
        font-size: 16px;
    }

    .combinedUSAMobilaPackages  #mobilecombinedUSAPackageFive .price_box .price_text .price_icon {
        font-size: 15px;
        line-height: 19px;
        font-weight: 500;
        margin: 10px 0;
        display: inline-block;
    }
    .combinedUSAMobilaPackages  #mobilecombinedUSAPackageFive .price_box .price_text h6 {
        font-size: 13px;
        line-height: 19px;
        font-weight: 500;
     
    }
    .learn-more-combinedUSA,
    .combinedUSA-gold-learnmore {
        margin-bottom: -7px !important;
        font-size: 13px;
    }

    #mobilecombinedUSAPackageFive .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: 90%;
        margin: 0 5px;
        position: absolute;
    }
    .usa_content_02 {
        margin: 10px 0;
    }
    .usa_content_03 {
        margin: 25px 0 !important;
    }

    .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;
    }

    #mobilecombinedUSAPackageFive {
        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;
    }

    #mobilecombinedUSAPackageFive .packages_box h4 {
        color: white;
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 0;
    }
    #mobilecombinedUSAPackageFive .qtrPriceSpace p
    {
        /* color: red; */
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 18px;
    }

    #mobilecombinedUSAPackageFive li
    {
        font-size: 16px;
    }


    #mobilecombinedUSAPackageTwo .combinedUSA-gold-learnmore a, #mobilecombinedUSAPackageFive .combinedUSA-gold-learnmore a {
        color: white;
    }

    #mobilecombinedUSAPackageFive .choose_billing {
        border: none;
        margin-top: 0;
    }

    #mobilecombinedUSAPackageFive .packages_list .two-package-list {
        margin-top: 10px;
    }

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

    #combinedUSAMobileMainTwo #mobilecombinedUSAPackageFive .packages_bg {
        border-radius: 10px;
    }

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

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

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

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

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

    #combinedUSAMobileMainTwo {
        overflow: hidden;
    }
    .combinedUSA_quarterly_silver_btn
    {
        background-color: transparent !important;
    }
    .combinedUSA_quarterly_businessLite_btn
    {
        background-color: transparent !important;
    }
    #moneyBack-2 p
    {
        font-weight: 500;
    }
    .combinedUSA_services
    {
        text-align: center;
    }
    #moneyBack p
    {
        font-weight: 500;
    }
    
}



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

    /* popup */
    .disclaimer-popup {
        top: 32%;
    }
    /* popup */

    .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: 91%;
        margin: 0px 50px 0px 0px;
        right: 0;
        margin-top: -5px;
    }

    /* .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) {

    /* popup */
    .disclaimer-popup {
        top: 32%;
    }
    /* popup */

    .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) {

    /* popup */
    .disclaimer-popup {
        top: 32%;
    }
    /* popup */

    .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: 78%;
    }

    .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: 75%;
    }

    .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 */

/* New CSS by Ravi 03 Jan */


@media (max-width: 1200px) {
#fivePackage .choose_billing ul li
{
    font-size: 11px;
}
}

@media (max-width: 992px) {

#extra-01 .pricing_heading,
#extra-02 .pricing_heading
{
    font-size: 18px;
}
#fivePackage .choose_billing ul li
{
    font-size: 16px !important;
    line-height: 24px;
}

}

/* Slick Carousel Activated */

@media (max-width: 912px) {
    .combinedUSAPackages
    {
        display: none !important;
    }
   
    .combinedUSA_quarterly_silver,
    .combinedUSA_quarterly_gold
    {
        margin-top: 50px;
    }

    #mobilecombinedUSAExtra-01 .pricing_heading,
    #mobilecombinedUSAExtra-02 .pricing_heading
    {
        font-size: 18px;
    }
    .combinedUSA_quarterly_businessLite,
    .combinedUSA_quarterly_businessStndrd
    {
        margin-top: 40px;
    }
    .box_subscription_address
    {
        padding: 25px 0;
    }
    #mobilecombinedUSAPackageFive .popular_bg .choose_billing ul li
    {
        font-size: 11px !important;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
.mobile-show
{
    display: none !important;
}
}

@media (max-width: 576px) {
.combinedUSA_quarterly_silver,
.combinedUSA_quarterly_gold
{
    margin-top: 50px;
}
.combinedUSA_quarterly_silver_btn
{
    background-color: transparent !important;
}
.combinedUSA_quarterly_businessLite
{
    margin-top: 40px;
}

.combinedUSA_quarterly_businessLite_btn
{
background-color: transparent !important;
}
#combinedUSAMobileMainTwo li
{
    font-size: 10px !important;
}
.combinedUSAMainWrapper .combinedUSA_services
{
    font-size: 19px !important;
    letter-spacing: 0px !important;
    font-weight: 600 !important;
    text-align: center;
}

    #moneyBack-2 p
    {
        font-weight: 500;
        font-size: 14px;
        line-height: 25px;
    }
    .money-back .money-center h4 {
        font-size: 20px;
        line-height: 28px !important;
    }
    #moneyBack p
    {
        font-weight: 500;
        font-size: 14px;
        line-height: 25px;
    }
}

@media (min-width: 400px) and (max-width: 576px)
{
    .businessLiteHiddenText
{
    display: none;
}
}



.combinedUSA_delaware
{
    display: block !important;
    margin: 20px 0;
    font-size: 17px;
    line-height: 30px;
}

/* DropDown Changes Starts Here */

.combinedUSAMainWrapper .selectPackage .combinedUSA_services h3 {
    color: #036dbc;
    text-align: center;
}

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

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

.formationcombinedUSA .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: 14px;
    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: 15px;
    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;
}

.combinedUSA_price_small
{
    /* color: red; */
    font-size: 24px;
    line-height: 32px;
}

/* DropDown Changes Ends Here*/

.money-back .money-center h4
{
    line-height: 45px;
}

#lineShowVirtualOfficeOnly {
    font-size: 20px;
    line-height: 35px;
    margin-top: 25px;
}
.combinedUSA_per_year
{
    font-size: 15px;
}
#extra-01 h6,
#extra-02 h6
{
    margin-bottom: 0px;
    font-size: 25px;
}

#extra-02 h6
{
    color:#fff;
}

#extra-01 .price_text .price_icon,
#extra-02 .price_text .price_icon

{
    font-size: 24px;
}
#extra-01 .price_text #cf_cad_con,
#extra-02 .price_text #cf_cad_con
{
    font-size: 24px;
}

#extra-01 .price_text,
#extra-02 .price_text
{
    margin-top: 15px;
}

#twopackage .billed_quarterly h6,
#threepackage .billed_quarterly h6,
#fourpackage .billed_quarterly h6

{
    font-weight: 500;
}

/* 25 Jan USA-Company-Incorporation CSS */
    /* Section-1 CSS Starts Here */

    .usa_delaware_banner_wrapp {
        padding: 50px;
        background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1;
        height: 100%;
    }

    .usa_delaware_singleImageSet img {
        width: 75% !important;
        max-width: unset !important;
    }

    .usa_delaware_singleImageSet {
        margin-bottom: -50px;
    }

    .usa_delaware_section_01_content
    {
        background: rgb(18 120 171 / 20%);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        padding: 20px;
        
    }

    .usa_delaware_section_01_content h1 {
        color: #fff;
        font-size: 22px !important;
        line-height: 40px !important;
    }

    /* My CSS */
    .usa_content_01,
    .usa_content_02,
    .usa_content_03
    {
        display: flex;
        align-items: flex-start;
    }


    .usa_content_01 h1 {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        line-height: 40px;
    }
    .usa_content_01 img,
    .usa_content_02 img,
    .usa_content_03 img
    {
        width: 40px;
        margin-top: 10px;
        margin-right: 5px;
    }

    .usa_content_02 {
        margin: 15px 0;
    }
    
    .usa_content_03 {
        margin: 15px 0;
    }

    .usa_content_02 h3 {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .usa_content_03 h3 {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        line-height: 40px;
        margin-bottom: 0px;
    }

    /* Media Query Starts Here */
    @media (max-width: 1200px) {

        .usa_content_01 h1,
        .usa_content_02 h3,
        .usa_content_03 h3 {
            font-size: 20px;
        }

        .usa_delaware_singleImageSet img {
            width: 95% !important;
        }
    }

    @media (max-width: 992px) {

        .usa_content_01 h1,
        .usa_content_02 h3,
        .usa_content_03 h3 {
            text-align: center;
            font-size: 22px;
            line-height: 50px;
        }

        .usa_delaware_singleImageSet img {
            width: 40% !important;
            display: block;
            margin: 0 auto;
        }
    }

    @media (max-width: 768px) {

        .usa_content_01 h1,
        .usa_content_02 h3,
        .usa_content_03 h3 {
            font-size: 16px !important;
            line-height: 40px !important;
        }
        .usa_content_01 img, .usa_content_02 img, .usa_content_03 img
        {
            width: 25px;
        }

        .money-back .money-center h4 {
            font-size: 20px !important;
            line-height: 28px !important;
        }
        #mobilecombinedUSAPackageFive .packages_box h4 {
            font-weight: 500;
            font-size: 15px;
            line-height: 22px;
        }
    }

    @media (max-width: 576px) {

        .usa_content_01 h1,
        .usa_content_02 h3,
        .usa_content_03 h3 {
            font-size: 16px;
            line-height: 35px !important;
            text-align: left
        }

        .usa_delaware_singleImageSet img {
            display: none;
        }
        .usa_delaware_section_01_content
        {
            padding: 10px;
        }
        .usa_delaware_banner_wrapp
        {
            padding: 50px 15px
        }
    }

    @media (max-width: 450px) {
        .usa_content_01 h1, .usa_content_02 h3, .usa_content_03 h3
        {
            font-size: 16px;
        }
    }
    .convert_total{
        margin-bottom: 0px;
    }
    .popular_bg .packages_list {
      border-top: 0px solid #fff !important;
    }
  
    /* Section-1 CSS Ends Here */
