html {
    font-size: 100%
}

html * {
    transition: .5s all
}


.price {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 800;
    color: var(--brand-green);
    letter-spacing: .5px;
}

.btn-brand {
    background: #ad2420;
    opacity: .9;
    border: none;
}

.btn-brand:hover,
.btn-brand:focus {
    background: #ad2420;
    color: #fff !important;
    opacity: 1;
}

.section-title {
    font-weight: 800;
    letter-spacing: .3px;
}

.features-wrap {
    max-height: 420px;
    /* creates the slim scrollbar like the reference */
    overflow: auto;
    border-radius: .75rem;
}

/* soft separators like the screenshot */
.list-group-item {
    border: 0;
    border-top: 1px solid var(--line);
    padding: .5rem 0;
}

.list-group-item:first-child {
    border-top: 0;
}

/* Right-aligned checkmark */
.feat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.check {
    color: var(--brand-green);
    font-weight: 700;
    line-height: 1;
    font-size: 1.1rem;
}

/* Thin green scrollbar to echo the design (WebKit/Chromium) */
.features-wrap::-webkit-scrollbar {
    width: 6px;
}

.features-wrap::-webkit-scrollbar-track {
    background: #e9eed6;
    border-radius: 4px;
}

.features-wrap::-webkit-scrollbar-thumb {
    background: var(--brand-green);
    border-radius: 4px;
}

/* Small screen spacing */
.lead-muted {
    color: var(--muted);
}

.package-card {
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 20px;
    min-height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cp-two-col .grad-btn {
    transition: all 
ease 1s;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 35px;
    margin: 0px 0 10px;
    width: 100%;
    text-align: center;
    border: 1px solid #ad2420;
}
.mainscroller {
    max-height: 500px;
    overflow: auto;
    padding-right: 20px;
}
.ftbold {
    font-weight: 700;
}
ul.list-group {
    max-height: 350px;
    overflow: auto;
    padding-right: 20px;
}

ul.list-group.list-group-flush>li {
    border-bottom: 2px solid #ccc !important;
}

section.packages a.grad-btn {
    border: 2px solid #ad2420;
}
.bg-transprent {
    background: #fff !important;
    color: #003057 !important;
}
.bg-transprent:hover {
    color: #000 !important;
}
ul.list-group::-webkit-scrollbar-track, .mainscroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

ul.list-group::-webkit-scrollbar, .mainscroller::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

ul.list-group::-webkit-scrollbar-thumb, .mainscroller::-webkit-scrollbar-thumb {
    background-color: #ad2420;
    border: 2px solid #ad2420;
}



@media only screen and (max-width:1400px) and (min-width:1020px) {
    html {
        font-size: 85%
    }

    header ul li {
        padding: 5px 16px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 320px) {
    .form-wrap {
        width: 100%;
        transform: translateX(-20px);
    }
    .cp-total .lft-side>img {
        display: none;
    }

    header ul.head-ul li {
        margin-right: 0px;
        padding: 5px 5px;
    }

    a.logo>img {
        max-width: 200px;
    }

    header ul.head-ul li a {
        font-size: 14px;
    }

    
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    .smcenter {
        justify-content: center;
    }
    .mainfrm .imgform, .cp-heading img {
        display: none;
    }
    .cp-list {
        height: 150px;
    }
    .combo-pack-area {
        width: 90%;
    }
    .cp-total .ryt-side {
        justify-content: center;
    }
   
}

@media only screen and (max-width: 991px) and (min-width: 320px) {
    .logohere {
        padding: 10px 0;
    }

    header.sticky .logohere {
        display: none;
    }

    header.sticky {
        padding: 0;
    }

    .form-wrap {
        width: 100%;
        transform: translateX(0px);
    }

    .smcenter {
        justify-content: center;
    }

    .mobile-num {
        display: flex !important;
    }

    .info-banner {
        padding-right: 0 !important;
    }

    .popup-content h3 {
        font-size: 18px;
        text-align: center;
    }

    html {
        font-size: 70%
    }

    .floatbutton {
        display: none;
    }

    .info-banner>h1>span {
        font-size: 44px;
    }

    a.menu-bottom {
        display: revert;
    }

    .portfoliowrp .port-box ul li {
        width: 80%;
    }

    .links_pr>img {
        display: table;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    button.btn.btn-blue.various {
        display: table;
        margin: 0 auto;
        float: none;
    }

    .desktopPackagess {
        display: none;
    }

    section.packages [class^=col-md-4] {
        max-width: 100%;
    }

    .mobilePackages,
    .mobilePackges,
    .mobilePackages-sec {
        display: block;
        margin-bottom: 15px;
    }


    .portfoliowrp .navwrp ul li {
        margin: 4px 5px;
    }



    header {
        padding: 0px 0;
        z-index: 2;
    }

    header .logo img {
        max-width: 200px;
    }

    h2 {
        font-size: 24px !important;
        line-height: 28px !important;
        margin-bottom: 10px;
        letter-spacing: 0;
    }


    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        text-align: center;
        z-index: 9;
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0;
    }

    header ul li.phone a {
        font-size: 16px;
    }

    .btn {
        font-size: 13px;
        letter-spacing: 2px;
        padding: 15px;
    }

    section {
        padding: 30px 0;
        overflow: hidden;
    }

    header ul li:last-child {
        border: 0;
    }

    header ul.btn-ul {
        display: none;
    }


    header ul.head-ul li:first-child {
        margin-right: 10px;
    }

    .info-banner h5 {
        font-size: 1.7rem;
        margin-bottom: 10px;
        line-height: 26px;
    }

    .info-banner h1 br {
        display: none;
    }

    .info-banner h1 {
        font-size: 2.75rem;
        margin-bottom: 10px;
        margin-top: 0;
        line-height: normal;
    }

    .img-arrow {
        display: none;
    }

    .info-banner .btn {
        width: auto;
        padding: 8px 15px;
    }

    .info-banner {
        text-align: center;
    }

    .btn-block .btn:first-child {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .info-banner h1+p {
        margin-bottom: 12px;
    }

    .logo-banner {
        margin: 20px 0 30px;
    }

    .info-banner .logo-banner h4 {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    .main-banner {
        background: #010d32;
        padding: 150px 0 30px;
    }

    h2.heading {
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    .info-prog p {
        line-height: normal;
        margin-bottom: 10px;
    }

    .info-prog {
        text-align: center;
    }

    .in-prog {
        padding: 20px 0;
    }

    .info-prog2 {
        margin-top: 10px;
    }

    .info-prog2 [class*="col"] {
        display: inline-block;
        width: 50%;
    }

    .info-prog2::before {
        width: 100%;
        height: auto;
        /* top: 50px; */
    }

    .info-offer {
        padding: 30px 20px;
        text-align: center;
    }

    .info-offer img {
        margin-bottom: 20px;
    }

    .info-offer h4 {
        font-size: 1.75rem;
        margin-bottom: 10px;
    }

    .info-offer p {
        font-size: 1.2rem;
    }

    section.our-choice.pb-0.pt-0 {
        padding: 20px 0 !important;
    }

    .choice-pat {
        display: none;
    }

    .img-choice {
        margin-bottom: 10px;
    }

    .info-textchoice ul li span a {
        display: block;
    }

    .info-textchoice ul {
        justify-content: space-around;
        text-align: center;
    }

    .info-textchoice {
        text-align: center;
    }

    .info-textchoice h6.subhead {
        margin-bottom: 10px;
    }

    .info-textchoice a.btn {
        margin: 16px 0 0;
    }

    .our-pricing .head {
        text-align: center;
    }

    .head h2.heading {
        margin-bottom: 10px;
    }

    .info-prog2 p {
        font-size: 1rem !important;
    }

    .head {
        margin-bottom: 20px;
    }

    .info-price {
        padding: 40px 10px 30px 40px;
        margin-bottom: 16px;
    }

    .info-price h4 {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }

    .info-price .in-price {
        padding: 0 30px 0 0;
    }

    .info-price p {
        font-size: 1.2rem;
        margin-bottom: 12px;
        text-align: center;
    }

    .info-price img.price-img {
        top: 40px;
        right: 50px;
    }

    .info-price p {}

    .info-price h3 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 2.6rem;
    }

    .info-price h3>span {
        font-size: 1.25rem;
    }

    .info-price a.btn {
        margin-bottom: 16px;
    }

    .info-price ul li {
        font-size: 1rem;
        line-height: 24px;
    }

    .info-price ul {
        height: 180px;
        scroll-behavior: smooth;
    }

    .info-price::before {
        display: none;
    }

    .info-price ul li img {
        margin-right: 4px;
    }

    .info-service {
        background: #04143e;
        padding: 30px 15px;
    }

    .info-service ul li {
        width: 100%;
    }

    .img-ser {
        position: relative;
        left: 0;
        right: 0;
        margin-bottom: 20px;
    }

    .img-ser img {
        max-width: 120%;
        position: relative;
        left: -25%;
    }

    .info-service ul {
        margin-bottom: 30px;
    }

    .innerprice-box .price-box {
        width: 40%;
        padding-left: 0;
    }

    .innerprice-box .contact-box {
        width: 56%;
    }

    .innerprice-box {
        padding: 10px 0;
    }

    .innerprice-box .price-box h3 {
        font-size: 3.5rem;
    }

    .innerprice-box .price-box h6 {
        font-size: 1.75rem;
    }

    .innerprice-box .contact-box h5 {
        margin: 4px 0;
    }

    .innerprice-box .contact-box h5>a {
        font-size: 1.25rem;
    }

    .innerprice-box .contact-box a.btn {
        margin-top: 5px;
        width: 86%;
        padding: 5px;
    }

    .innerprice-box::before {
        top: -18px;
        height: calc(100% + 40px);
    }

    .our-services {
        background: #04143e;
        padding-bottom: 30px;
    }

    .our-portfolio {
        text-align: center;
    }

    .our-cta .row::before,
    .our-cta .row::after {
        display: none;
    }


    .info-cta ul li:first-child {
        margin-right: 0;
    }

    .our-cta .row {
        padding: 30px 0;
    }

    .info-cta a.btn {
        margin: 15px 0 0 0;
    }

    .info-test {
        padding: 50px 30px;
    }

    .info-test img.qoute {
        top: 10px;
        right: 10px;
    }

    .info-test img.test-bg {}

    .info-test h4 {
        font-size: 1.5rem;
    }

    footer {
        /* background: #010b30; */
        padding: 40px 0 0;
    }

    footer h2.heading br,
    footer h6.subhead br {
        display: none;
    }

    footer h6.subhead {
        margin-bottom: 16px;
    }

    footer ul.foot-cont li {
        font-size: 1.25rem;
    }

    footer ul.foot-cont {
        text-align: center;
        margin-bottom: 16px;
    }

    footer form textarea.form-control {
        height: 90px;
    }

    footer .row:first-child {
        /* margin-bottom: 0; */
    }

    .copy {
        padding: 30px 0 20px;
        text-align: center;
    }

    .copy p {
        margin: 10px 0;
    }


    .popupform {
        /* background: #650000 !important; */
        padding: 22px !important;
        text-align: center;
        width: 90%;
        height: auto;
        position: relative;
    }

    .popup-content {
        width: 100%;
        padding: 0;
    }

    .popup-content h2+p {
        margin-bottom: 0 !important;
        padding: 0;
    }

    .popup-content form.popupform_sc {
        margin: 20px 0 0;
    }

    .popup-content textarea {
        height: 70px;
    }

    .popupform .fancybox-close-small {
        right: 0 !important;
    }

    .popup-content h2 {
        margin-top: 0;
        font-size: 16px !important;
        line-height: 20px !important;
        text-align: center;
    }

    .our-pricing .col-md-4.offset-2 {
        margin-left: 0;
    }

    ul.head-ul {
        display: none;
    }

    .popupform .modal-body {
        max-width: 100%;
        margin-top: 0;
    }

    form.autopopupform {
        margin-top: 10px;
    }

    .popup-content input[type="submit"] {
        padding: 10px 20px;
        font-size: 14px;
    }

    .info-banner h1+p br {
        display: none;
    }

}

@media only screen and (max-width: 560px) {
    .mobile-num a {
        font-size: 12px !important;
    }

    .mobile-num {
        padding: 10px !important;
    }
}