body {
    
}

a {
    color: #035ab2;
}

.seq-header {
    padding: 32px 0;
}

.bgc-header {
    background-color: #ffffff;
}
.bgc-iGray13 {
    background-color: #6d6d6d;
}
.bgc-iYellow {
    background-color: #f1c63b;
}
.bgc-iGray14 {
    background-color: #76b2cc;
}
.bgc-iGray15 {
    background-color: #2c354c;
}
.bgc-iRed {
    background-color: #fd1434;
}
.cl-iRed {
    color: #fd1434;
}
.cl-white {
    color: #fff;
}
.cl-black {
    color: #000;
}
.ps-absolute {
    position: absolute !important;
}
.ps-relative {
    position: relative !important;
}



.steps-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.steps-list:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 18px;
    margin: auto;
    width: 75%;
    height: 2px;
    background-color: #f0f0f0;
    z-index: -1;
}
.steps-list > li {
    flex: 0 0 20%;
    max-width: 20%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.steps-list > li.is-active i {
    opacity: 1;
}
.steps-list > li i {
    display: block;
    font-size: 18px;
    color: #39a504;
    position: absolute;
    left: 0;
    right: 0px;
    top: -20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.steps-list > li.is-active span {
    background-color: #035ab2;
    color: #FFFFFF;
}
.steps-list > li span {
    border-radius: 50%;
    background-color: #727272;
    border: 5px solid #f0f0f0;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 10px;
    width: 44px;
    height: 44px;
    line-height: 34px;
    transition: all 0.3s ease-in-out;
}
.steps-list > li p {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}

.main-heading {
    background-color: #035ab2;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}
.main-heading h6 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
}
.main-heading p {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

.bgc-primary {
    background-color: #035ab2;
}

.box-1 {
    padding: 25px 35px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 29px 50px 0 rgba(35,35,35,0.17);
    margin-bottom: 40px;
    position: relative;
}
.box-1 h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.box-1 .form-control {
    font-size: 15px;
    padding-left: 10px;
}
.box-1 h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
.box-1 p {
    font-size: 14px;
}

.label-d {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}
.textarea, .form-control {
    height: 42px;
}

.table-box table td {
    display: inline-flex;
    margin-right: 8px;
}

.check-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
}
.custom-radio {
    position: relative;
    display: flex;
}
.check-list label {
    margin-left: 5px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
}
.infodetail {
    margin-top: 10px;
}
.infodetail span {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
.file-upload {
    position: relative;
    border: 1px solid #ccc;
    padding: 5px 5px 5px 15px;
    max-width: 273px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-upload .span {
    font-size: 14px;
    color: #939393;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.file-upload .browse {
    padding: 5px;
    min-width: 102px;
    border-radius: 6px;
    background-color: #9b9b9b;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background-image: none;
    border-color: #9b9b9b;
}
.browse {
    padding: 5px;
    min-width: 102px;
    border-radius: 6px;
    background: #9b9b9b !important;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background-image: none;
    border-color: #9b9b9b !important;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
}
.browse:hover {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.add-btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    line-height: normal;
    display: inline;
    text-align: center;
    margin-bottom: 16px;
    background: #035ab2 !important;
    border-color: #035ab2 !important;
    color: #ffffff !important;
}

.continue {
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    line-height: normal;
    display: inline;
    min-width: 185px;
    text-align: center;
    margin-bottom: 16px;
    background: #035ab2 !important;
    border-color: #035ab2 !important;
    color: #ffffff !important;
}

.packge-list .package-box {
    padding: 0 0 60px;
    margin-bottom: 20px;
    position: relative;
}

.package-box .package-head-amount {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.package-box .package-head h5 {
    margin-top: 0;
    display: block;
    padding: 27px 0;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    max-width: 240px;
    flex: 0 0 240px;
    position: relative;
}
.package-box.sty1 .package-head .dollar {
    position: relative;
    left: 0;
    font-size: 35px;
    font-weight: 900;
}
.package-head .price {
    font-size: 65px;
    line-height: 1;
    letter-spacing: -5px;
    font-weight: 700;
}
.package-head .upto {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: auto;
    bottom: -3px;
    left: 0;
}

.packge-list {
    margin-bottom: 20px
}

.package-box.sty1 .top-content-area.smh {
    min-height: 350px;
    margin-top: 20px;
}
.package-box ul {
    padding-left: 10px;
    padding-right: 10px;
}
.package-box.sty1 ul li {
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.1;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 5px;
    border-bottom: #d6d6d6 solid 1px;
    text-align: left;
    padding-top: 0;
    font-weight: 400;
}
.package-box.sty1 ul li i {
    position: absolute;
    left: 3px;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
    background-size: contain;
}
.package-box.sty1 ul li i::before {
    display: none;
}
.package-box.sty1 .bottom-content-area.sty1 {
    min-height: 50px;
}
.package-box p {
    font-weight: 500;
    margin-top: 12px;
    font-size: 12px;
    padding-left: 10px;
    text-align: left;
}
.package-box p span {
    padding: 0 2px;
    display: inline;
}
.package-box .pkg-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 10px;
    text-align: center;
    background-color: #f6f6f6;
    font-size: 14px;
    border-radius: 0 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package-box .pkg-footer label {
    margin-bottom: 0;
    margin-left: 5px;
}
.box-1 h5 label {
    color: #000000;
    margin-left: 10px;
    margin-bottom: 0;
}
.tag {
    padding: 5px 18px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
}
.tag.tag-pink {
    background-color: #f05;
    color: #fff;
}
.tag.tag-yellow {
    background-color: #e3b600;
    color: #000000;
}
.custom-radio a {
    font-size: 15px;
    font-weight: 500;
    margin: 0 5px
}
.custom-radio strong {
    font-size: 13px;
    font-weight: 700;
    color: #000000;
}

.cus-tooltip {
    position: relative;
    display: inline-block;
    margin-left: 4px;
}
.cus-tooltip.sty2 {
    top: -5px;
    padding: 0;
}
.cus-tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #fff;
    color: #000;
    border: solid 1px;
    text-align: left;
    border-radius: 6px;
    padding: 7px 8px;
    font-size: 11px;
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
    position: absolute;
    z-index: 5;
    font-weight: 500;
}
.cus-tooltip i {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.cus-tooltip i:before {
    display: none;
}
.tooltiptext {
    border-color: #035ab2 !important;
}
.box-1 h4.sty1 {
    padding-bottom: 5px;
    border-bottom: 4px solid #035ab2;
    font-weight: bold;
    margin-bottom: 40px;
    display: block;
    font-size: 22px;
}
.box-1:before {
    background-color: #5799EB;
}

.box-side-bar .side-bar-list {
    border-bottom: 4px solid #035ab2;
}

.box-side-bar .side-bar-list > li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.box-side-bar h6.ptotal {
    font-size: 16px;
}
.box-side-bar .fflex {
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
}
.box-side-bar h6 {
    color: #a40000;
}
footer {
    background-color: #000000;
    padding: 20px 0;
}
footer p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: start;
}

.btn.btn-primary {
    background-color: #5799EB;
    border-color: #5799EB;
}

.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:hover,
.btn.btn-primary.focus,
.btn.btn-primary:focus {
    background-color: #000000;
    border-color: #000000;
}



.cl-iPrimary {
    color: #035ab2;
}

.cl-iSecondary {
    color: #5799EB;
}

.package-box {
    background-position: center bottom;
    box-shadow: 0 29px 50px 0 rgba(0, 0, 0, 0.17);
}

.box-side-bar .order-head h5 {
    color: #a40000;
    margin-bottom: 0;
}
.box-side-bar .order-head {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.box-side-bar h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}
.box-side-bar .side-bar-list > li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
}
.box-side-bar .side-bar-list > li .fflex {
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
}
.box-side-bar .side-bar-list h6 {
    color: #a40000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}
.box-side-bar .side-bar-list p {
    color: #000;
    font-size: 13px;
}

body.pop-package1 .pop-package1 h4 .ic-slogobg,
body.pop-package2 .pop-package2 h4 .ic-slogobg {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: 0;
}


.thankyou-box h4 {
    color: #5799EB;
}

.thankyou-box i {
    color: #5799EB;
}

.seq_tab .main-heading {
    background-color: #5799EB;
}

h5.sty1:before {
    background-color: #5799EB;
}

.box-1 h4.sty3 {
    border-color: #5799EB;
}

p.para strong.sty1 {
    color: #5799EB;
}

.fflex-box label {
    border-color: #5799EB;
}

.iaf-seprator {
    border-color: #5799EB;
}

a.learn-more {
    color: #5799EB;
}

.btn.btn-primary.btn-trans {
    color: #5799EB;
}

.btn.btn-primary.btn-trans:hover {
    background-color: #5799EB;
    border-color: #5799EB;
}

.browse-btn label {
    border-color: #5799EB;
}

.tooltiptext {
    border-color: #5799EB !important;
}

.border-primary {
    border-color: #5799EB !important;
}

.topp-head {
    border-color: #5799EB !important;
}

.tooltip-wrap>.tooltip.border-1 {
    border-color: #5799EB !important;
}

.table-head>ul>li {
    background-color: #5799EB;
}


.data-box .fflex-box label {
    color: #5799EB;
}

.data-box .tags-box h6 {
    color: #5799EB;
}

@media(max-width:767px) {
    body {
        background-image: none;
    }
}

.tabbing-btn {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
}

.tabbing-btn>li {
    padding: 0 10px;
}

.tabbing-btn>li a:hover,
.tabbing-btn>li a.is-active {
    background: #5799EB;
    color: #ffffff;
    border: 1px solid #5799EB;
    box-shadow: none;
}

.tabbing-btn>li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 25px;
    line-height: normal;
    box-shadow: none;
    border: 1px solid #5799EB;
    color: #5799EB;
    border-radius: 100px;
}



.descriptor-detail li:before {
    background-color: #5799EB;
}

.box-side-bar {
    padding: 15px 15px;
    width: 100%;
    z-index: 100;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-bottom: 0;
}

.box-1.box-side-bar {
    padding: 15px 15px;
}
.itemSticky {
    position: sticky !important;
    top: 0;
}
.box-1 h5.main-title {
    font-size: 24px;
}
.package-box.sty1 .package-head h4 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 21px 0 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
}
.logoname {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}

.box-1 {
    padding: 25px 35px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 29px 50px 0 rgba(35,35,35,0.17);
    box-shadow: 0 29px 50px 0 rgba(35,35,35,0.17);
    margin-bottom: 40px;
    position: relative;
}

.check-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
}
.check-list li {
    margin-bottom: 10px;
}
.custom-radio-box {
    font-size: 13px;
}
.custom-radio-box a {
    font-weight: 600;
}

.checkout-frame {
    width: 100%;
    height: 650px;
    max-height: 750px;
}

@media (max-width: 991px) {
    .tabbing-btn {
        flex-wrap: wrap;
    }

    .tabbing-btn > li {
        margin: 0 0 25px;
    }

    .box-1 {
        padding: 25px 20px;
    }
    footer p {
        font-size: 12px
    }
}

.pt-6 {
    padding-top: 5rem;
}
.seq-thanksBox p {
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #000;
    padding: 10px;
    line-height: 1.5;
    font-weight: 400;
}

.table-ft-p {
    font-size: small !important;
    color: grey !important;
    padding: 0 !important;
}
.bottomTable-thanks {
    padding: 25px;
    margin: 10px 0;
    background: #fef7fa;
}
.imageTable {
    padding: 25px;
    margin: 20px 0;
    background: #fef7fa;
}
.thanks-listing table {
    width: 100%;
    min-height: 207px;
}
.marg-bt-2 {
    margin-bottom: 2rem;
}
.seq-thanksBox {
    background-color: #fff;
    border-radius: 20px;
    padding: 35px;
}
.home-sec1 {
    padding: 60px 0;
    clear: both;
}
.text-left {
    text-align: left;
}

.add-pkg-footer {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    color: #fff;
}

    .add-pkg-footer label {
        margin-bottom: 0;
        margin-left: 5px;
    }
.main-heading .add-pkg-footer label {
    margin: 0 0 0 10px;
}
@media (max-width: 767.98px) {

    .add-pkg-footer {
        position: relative;
        display: block;
        right: 0;
        padding-top: 5px;
    }
}
