
/* Packages css */
:root{
 --primary-color: #8a244b;
    --secondary-color:#444444;
    --body-font-color:#fff;
    /* --heading-font-color:#fff; */
    --black-color:#000000;
    --whitecolor:#ffffff;
    --lighttitle:#2F2D2D;
    --lighttext: #fff;
    --darktitle: #0C1B2D;
    --coommontitle:#041423;
    
}

.bgcpack-iPrimary {
    background-color: #72499d
}

.bgcpack-black {
    background-color: #000
}

.bgcpack-white {
    background-color: #fff
}

.bgcpack-yellow {
    background-color: #f6ff00
}

.bgcpack-iGreen {
    background-color: #019008
}

.bgcpack-iGreen1 {
    background-color: var(--primary-color);
}

.bgcpack-iGray5 {
    background-color: #6d6d6d
}

.bgcpack-iRed {
    background-color: #fe1334;
}

.bgcpack-blue1 {
    background-color: #76b2cc;
}

.clcpack-iRed {
    color: var(--innersubtitle);
}

.clcpack-white {
    color: var(--white-color)!important;
}

.clcpack-black {
    color: #000;
}

.package-box {
    padding: 0 0 80px;
    background-position: center;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0 29px 50px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 29px 50px 0 rgba(0, 0, 0, 0.17);
    background-size: cover;
    background: #fff;
}

.package-box .pck-head {
    position: relative;
    z-index: 1;
    background-color: #f6f6f6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.package-box .pck-head .pck-tags {
    position: absolute;
    left: 50%;
    top: -16px;
    margin: auto;
    border-radius: 4px;
    padding: 7px 18px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center
}

.package-box .pck-head .pck-tags:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0;
    border-color: transparent transparent #000 transparent;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border-width: 0px 0px 16px 15px;
    position: absolute;
    left: -14px;
    top: 0px
}

.package-box .pck-head .pck-tags:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0;
    border-color: transparent transparent #000 transparent;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border-width: 0px 15px 16px 0px;
    position: absolute;
    right: -14px;
    top: 0px
}

.package-box .pck-head .pck-tags.clcpack-black {
    color: #000
}

.package-box .pck-head h4 {
    color: var(--innersubtitle);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 15px 0 12px;
    margin-bottom: 0;
    font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
    background-color:var(--primary-color);
}

.package-box .pck-head h4 span {
    color: #fff;
    font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320))
}

.package-box .pck-head h4 img {
    margin-right: 10px
}

.package-box .pck-head .pck-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 0 20px;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.package-box .pck-head .pck-price:before {
    position: absolute;
    left: 20px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 65px;
    height: 80px;
    z-index: -1;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: .3
}

.package-box .pck-head .pck-price h5 {
    text-align: center;
    margin-bottom: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.package-box .pck-head .pck-price .dollar {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: calc(24px + (45 - 24) * (100vw - 320px) / (1920 - 320));
    color: #0c043d;
}

.package-box .pck-head .pck-price .price {
    font-size: calc(50px + (85 - 50) * (100vw - 320px) / (1920 - 320));
    line-height: 1;
    letter-spacing: -5px;
    font-weight: bold;
    color: var(--primary-color);
}

.package-box .pck-head .pck-price .upto {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.package-box .pck-foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    background-color: none;
    border-radius: 0 0 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.package-box .pck-foot .btn-primary {
    border-radius: 7px;
    font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight:500;
    background-color:var(--primary-color);
    -webkit-box-shadow:none;
    border:0;
    box-shadow:none;
    color: #fff;
    padding:12px 40px;
    
}
.package-box .pck-foot .btn-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
}

@media (max-width: 767px) {
    .package-box .pck-foot {
        position: static
    }
}

.package-box .pck-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 200px);
    background-color:var(--white-color);
}

.package-box .pck-topContent {
    padding: 20px 25px 0;    
    background: var(--white-color);
}

.package-box .pck-topContent ul {
    padding-left: 0
}

@media (max-width: 991px) {
    .package-box .pck-topContent {
        padding: 20px 25px 20px
    }
}

.package-box .pck-bottomContent {
    padding: 0 20px
}

.package-box .pck-bottomContent>ul {
    margin-bottom: 20px;
    padding-left: 0
}

.package-box .pck-bottomContent>ul.freebies-list>li {
    min-height: 68px
}

@media (max-width: 1199px) {
    .package-box .pck-bottomContent>ul.freebies-list>li {
        min-height: 64px
    }
}

.package-box ul li {
    padding-left: 25px;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    border-bottom: #d2d2d2 solid 1px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    line-height: 1.5;    
    list-style: none;
}

.package-box ul li:last-child {
    border-bottom: 0
}

.package-box ul li .ic-tik {
    background-image: url('/assets/img/icons/tik.png');
    width: 16px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
    filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(3282%) hue-rotate(200deg) brightness(101%) contrast(106%);
}

.package-box ul li .cus-tooltip {
    display: inline-block
}

.package-box .hl-days {
    color: #fff;
    background-color: var(--primary-color);
    padding: 3px 5px
}

.package-box .as-btn {
    padding: 5px;
    margin-bottom: 10px
}

.package-box .as-btn p {
    margin-bottom: 0;
    text-align: center
}

@media (max-width: 991px) {
    .package-box .as-btn {
        margin: 0 0 20px
    }
}

.package-box p {
    font-weight:500;
    margin-bottom:20px;
    line-height:1.8;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: var(--whitecolor)!important;
}

.package-box p span.cl-iRed,
.package-box p span.cus-tooltip {
    padding: 0 2px
}

.package-box p.sm {
    font-size: 12px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .package-box p.sm {
        position: relative
    }
}

.package-box p.lht-12 {
    line-height: 1.2
}

.package-box p.bd-bottom {
    border-bottom: #d2d2d2 solid 1px;
    padding-bottom: 12px
}

.package-box .mid-text {
    text-align: center
}

.package-box .mid-text h4 {
    font-weight: 900;
    margin: 0;
    color: #000;
    font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320))
}

.package-box .mid-text h5 {
    font-weight: 700;
    margin: 0px 0 10px 0;
    color: #000;
    font-size: calc(24px + (33 - 24) * (100vw - 320px) / (1920 - 320))
}

.package-box .mid-text h6 {
    font-weight: 600;
    margin: 0;
    color: #000;
    font-size: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320))
}

.package-box .mid-text .plus-icon {
    margin: 10px 0;
    display: block
}
.package-box .mid-text .plus-icon img{
    filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(3282%) hue-rotate(200deg) brightness(101%) contrast(106%);
}

@media (max-width: 991px) {
    .package-box {
        height: auto;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .package-box {
        padding-bottom: 0
    }
}

.dtbl {
    display: table;
    table-layout: fixed;
    width: 100%
}

.dtbl .dtd {
    display: table-cell
}

.dtbl .dtd.wdper-60 {
    width: 60%
}

.dtbl.vMiddle .dtd {
    vertical-align: middle
}

.cus-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
    padding-left: 12px
}

.cus-tooltip>img {
    width: 12px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(3282%) hue-rotate(200deg) brightness(101%) contrast(106%);
}

.cus-tooltip i {
    color: #fe1334
}

.cus-tooltip i.custome {
    position: relative
}

.cus-tooltip .tooltiptext {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    max-width: 240px;
    min-width: 240px;
    background-color: #fff;
    color: #000;
    border: 0;
    text-align: left;
    border-radius: 6px;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 5;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2)
}

.cus-tooltip .tooltiptext>p {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2
}

.cus-tooltip .tooltiptext .ttClose {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #72499d;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    line-height: 22px;
    text-align: center;
    display: none
}

.cus-tooltip .tooltiptext .ttClose img {
    width: 12px
}

@media (max-width: 991px) {
    .cus-tooltip .tooltiptext .ttClose {
        display: inline-block
    }
}

.cus-tooltip .tooltiptext>ul {
    padding: 0 15px
}

.cus-tooltip .tooltiptext>ul>li {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320))
}

.cus-tooltip .tooltiptext>ul>li .ic-tik {
    width: 14px;
    height: 12px
}

.cus-tooltip .tooltiptext .view-tt {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -3px
}

.cus-tooltip .tooltiptext>img {
    max-width: 100%
}

.cus-tooltip .tooltiptext.wd-300 {
    max-width: 300px
}

.cus-tooltip .tooltiptext.sty1 {
    padding: 10px 15px
}

@media (max-width: 991px) {
    .cus-tooltip .tooltiptext {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 280px;
        max-width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 11
    }
}

.cus-tooltip.sty1 {
    width: 100%;
    margin: 0;
    padding-top: 14px
}

.cus-tooltip.sty1 .tooltiptext {
    padding: 10px
}

@media (min-width: 992px) {
    .cus-tooltip:hover>.tooltiptext {
        visibility: visible;
        opacity: 1;
        pointer-events: inherit
    }
}

@media (max-width: 991px) {
    .cus-tooltip.is-ttShow>.tooltiptext {
        visibility: visible;
        opacity: 1;
        pointer-events: inherit
    }
}

.package-tab-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: 100%;
}
.package-tab-list > li {
    padding: 0 10px;
    display: inline-block;
}
.package-tab-list > li a {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    padding: 12px 35px;
    background-color: var(--white-color);
    display: inline-block;
    margin-bottom: 10px;
    color: var(--white-color);
    transition: all 0.35s ease-in-out;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 5px 25px 0px  rgba(11, 38, 71, 0.2);
    text-decoration:none; ;
    
}
@media (max-width: 1600px) {
    .package-tab-list > li a {
        padding: 10px 20px;
   }
}
@media (max-width: 991px) {
    
}
.package-tab-list > li a:hover, .package-tab-list > li a .is-active {
    
    background-color: var(--primary-color);
    color:#fff!important;
}
.package-tab-list > li .is-active {
    background-color: var(--secondary-color);
    color:var(--primary-color)!important;
}
@media (max-width: 991px) {
    .package-tab-list {
        flex-direction: column;
   }
}
.tabs-content>.is-active {
    display: block;
}
.tabs-content>* {
    display: none;
}

.addon-pack-selection {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media(max-width:991px){
    .addon-pack-selection {
        position: relative;
    }
}
.addon-pack-selection h6 {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
}
.addon-pack-selection h6 span {
    background-color: #d30029;
    padding: 0px 6px;
    color: #fff;
    line-height: 1.4;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}
.addon-pack-selection .radio-bx {
    display: flex;
    align-items: center;
}
.addon-pack-selection .radio-bx input {
    margin-right: 5px;
}
.addon-pack-selection .radio-bx label {
    margin: 0;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
}
.addon-pack-selection .radio-bx a {
    font-weight: 700;
    color: #000;
    text-decoration: underline !important;
}
.addon-pack-selection a {
    font-weight: 700;
    color: #000;
}
.pack-height {
    min-height: 600px;
    max-height: 100%;
}
.pack-height.sm {
    height: 400px;
    position: relative;
    z-index: 9;
}
.pack-height.lr {
    height: 800px;
}
.fs-25 {
    font-size: 25px !important;
}
.addon-main {
    height: 240px;
    position: relative;
}
@media(max-width:991px){
    .addon-main {
        height: auto;
    }
}
.addon-list {
    padding: 20px;
}
.addon-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.addon-list li div {
    display: flex;
    align-items: center;
    flex: 1;
}
.addon-list li div p {
    margin: 0;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    justify-content: space-between;
    
}
.addon-list li div p i {
    color: red;
    margin: 0;
}
.addon-list li div i {
    color: #d30029;
}
.addon-list li span {
    color: #d30029;
    font-weight: 600;
    font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
    flex: 0 0 35%;
    max-width: 35%;
}


/* packages-section */
.packages-sec {
  /* padding-top:40px; */
  position: relative;
}

.package-holder {
  position: relative;
  box-sizing: border-box;
  /* transition: 0.5s!important;
  -webkit-transition: 0.5s!important;
  -moz-transition: 0.5s!important;
  -ms-transition: 0.5s!important;
  -o-transition: 0.5s!important; */
  text-align: center;
  min-height: 600px;
  margin-bottom: 60px !important;
 background-color: var(--primary-color);
  border-radius: 32px;
  border: 2px solid var(--secondary-color);
}

/* .package-holder:hover{
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
} */


.package-header {
  /* margin: 0 auto; */
  text-align: left;
  position: relative;
  padding: 20px 20px 0 20px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.package-header h6 {
  font-size: calc(16px + (32 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  color: #fff;
}

.package-price-holder {
  padding: 15px 15px 0 15px;
  display: flex;
  font-family: 'Poppins';
  /* background-color: var(--primary-color); */
}

.package-holder .uspto {
  display: block;
  color: var(--body-font-color);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: left;
  padding: 10px 10px 0 10px;
}

.cut-price label {
  color: var(--body-font-color);
  font-size: calc(16px + (31 - 16) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin: 0;
  line-height: 38px;
  text-decoration: line-through;

}

.cut-price p {
  color: var(--body-font-color);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  padding: 0;
  text-align: left;
}

.package-price {
  font-size: 62px;
  color:#fff;
  font-weight: 600;
  margin: 0;
  text-align: left;
  line-height: 1;

}

.package-price em {
  font-size: 20px;
  font-style: normal;
  position: relative;
  top: -27px;

}

.package-holder>.package-content {
  min-height: 200px;
  padding: 0 30px;
}

.package-mid {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
  margin-top: 30px;
}

.package-mid::before {
  content: "";
  width: 1px;
  height: 45px;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.package-mid span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--whitecolor);
}

.package-mid a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.package-footer {
  margin-top: 30px;
  /* padding-bottom: 30px; */
  padding-top: 30px;
  position: relative;
}

.package-footer::before {
  content: "";
  background-image: url('../images/icons/package-footer.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 35px;
  position: absolute;
  bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;

  

}

.package-holder:hover .package-footer {
  padding-top: 0;
  margin-top: 0;
  /* transition:0.5s;
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -ms-transition:0.5s;
  -o-transition:0.5s; */
}

.package-holder:hover .package-footer::before {
  display: none;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.package-holder .pck-btn {
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  /*padding:15px 50px;
  */text-align: center;
  font-weight: 400;

  background-color: var(--black-color);
  text-transform: uppercase;
  position: relative;
  bottom:-30px;
  line-height: 1;
  display: none;
  margin: 0 auto;
}

.package-holder:hover .pck-btn {
  display: block;

}

.package-list {
  list-style: none;
  height: 300px;
  padding: 0;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.package-list li {
  font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: var(--lighttext);
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.package-list li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 0;
  color: #fff;
  ;

}

#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, .2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .2) 50%,
      rgba(255, 255, 255, .2) 75%,
      transparent 75%,
      transparent)
}

/* packages-tabs */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--secondary-color);
  color:#282525;
  font-weight:600;  
  border:0;
  border-radius: 40px;
  /* font-size:calc(12px + (17 - 12) * ((100vw - 300px) / (1920 - 300))); */
  padding:10px 25px;
}

.nav-pills .ctm {
  /* font-size: calc(13px + (19 - 13) * ((100vw - 300px) / (1920 - 300))); */
  font-size: 19px;
  text-transform: capitalize;
  font-weight:500;
  color:#6C6B6B ;
}

.nav-link:focus, .nav-link:hover {
  color: var(--primary-color);
}

/* packages-tabs-end */