@import url("https://fonts.googleapis.com/css2?family=Palanquin:wght@100;200;300;400;500;700&display=swap");
.package-cards .headtext{
    text-align: center;
    margin-top: -100px;
    margin-bottom: 40px;
}
.package-cards .headtext p {
    font-size: 18px;
    color: #40403F;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
.package-cards .plan-desktop {
    max-width: 1143px;
    margin: 0 auto
}
.package-cards .plan-desktop.second {
    margin-bottom: 40px;
}

@media screen and (max-width:1199px) {
    .package-cards .plan-desktop {
        max-width: 1143px
    }
    .package-cards .headtext{
        text-align: center;
        margin-top: -40px;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}
@media screen and (max-width:767px) {
    .package-cards .plan-desktop {
        display: none
    }
}

.package-cards .plan-mobile {
    display: none;
    margin: 0 -15px
}

@media screen and (max-width:767px) {
    .package-cards .plan-mobile {
        display: block
    }
}

.package-cards .plan-mobile .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    padding: 0 0 25px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.package-cards .plan-mobile .slick-dots li {
    cursor: pointer;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: #d3d7da
}

.package-cards .plan-mobile .slick-dots li.slick-active {
    background-color: #fbab1a
}

.package-cards .plan-mobile .slick-dots li button {
    display: none
}

.package-cards .slider-plan .slick-slide,
.package-cards .slider-plan-individual .slick-slide {
    padding: 30px 10px;
    width: 90vw;
    max-width: 375px;
}

.package-cards .slider-plan .slick-slide .item,
.package-cards .slider-plan-individual .slick-slide .item {
    box-shadow: 0 12px 30px rgba(0, 0, 0, .14)
}


.package-cards .item {
    background: #fff;
    border: .5px solid #ddd;
    box-sizing: border-box;
    border-radius: 15px;
    width: 100%;
    padding: 30px;
    filter: drop-shadow(0px 4px 60px rgba(0, 0, 0, 0.05));
    position: relative;
    margin: 0 0 25px 0;
}
.package-cards .plan-mobile .item,
.package-cards .plan-mobile .mostPopular
{
    width: 100%;
} 
.package-cards .item.normal{
    margin-top:50px;
}
.package-cards .item.normal.websites{
    background-image: url(/tweb/21/img/landscapeTeamoSites.png);
    background-size: auto 140px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding-top: 180px;
    margin: 0px 0px 0px auto;
    max-width: 355px;
}
.package-cards .item.normal.websites.rewards{
    margin: 0px auto 0px 0px;
    background-image: url(/tweb/21/img/teamoRewardsBg.png);
}
.package-cards .item .labelhead{
margin-top: -6px;
}
.package-cards .item.normal.websites  .labelhead{
    margin-top: -11px;
    }
.package-cards .item.normal.websites .labelhead .titleRow .pTitle{
    justify-content: center;
}
.package-cards .item .labelhead .big{
    font-family: 'Palanquin';
font-style: normal;
font-weight: 700;
font-size: 46px;
line-height: 100%;
/* identical to box height, or 46px */

display: flex;
align-items: flex-end;

color: #40403F;
}
.package-cards .item .labelhead .costWrap{
    
}
.package-cards .item .labelhead .costWrap .from{
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 120%;
/* or 14px */
text-transform: uppercase;
color: #40403F;
margin-top: -14px;
}
.package-cards .item .labelhead .costWrap .big{
    font-family: 'Palanquin';
font-style: normal;
font-weight: 700;
font-size: 46px;
line-height: 100%;
/* identical to box height, or 46px */

display: flex;
align-items: flex-end;

color: #40403F;

}
.package-cards .item .labelhead .costWrap .big.withFrpm{
    line-height: 76%;
}
.package-cards .item .labelhead .costWrap .big .thin{
    font-family: 'Palanquin';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 100%;
/* or 20px */

display: flex;
align-items: flex-end;

color: #828282;
}
.package-cards .item .labelhead .titleRow{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top:21px;
}
.package-cards .item.normal.websites .labelhead .titleRow{
    margin-top:15px;
}
.package-cards .item.normal.websites.rewards .labelhead .titleRow{
    margin-top:32px;
}

.package-cards .item .labelhead .titleRow .pTitle{
    font-family: 'Palanquin';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 120%;
/* identical to box height, or 29px */


color: #0DAD9C;
display: flex;
    flex-direction: column;
    justify-content: end;
   
}
.package-cards .item .labelhead .titleRow .pTitle .subtitle{
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 120%;
/* or 14px */

text-transform: uppercase;

color: #40403F;
margin-top: 10px;
}
.package-cards .item .labelhead .titleRow .iconHolder{

}
.package-cards .item .labelhead .titleRow .outer{
    background: rgba(13, 173, 156, 0.08);
    width: 62px;
    height: 62px;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package-cards .item .labelhead .titleRow .inner{
    background: rgba(13, 173, 156, 0.14);
    width: 42px;
    height: 42px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-cards .mostPopular {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.package-cards .mostPopular .mlabel{
    width: 274px;
    height: 50px;
    left: 51px;
    top: 340px;
    background: linear-gradient(90deg, #079687 0%, #1CDCC8 100%);
    border: 0.5px solid #DDDDDD;
    border-radius: 10px 10px 0px 0px;
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.package-cards .item label {
    text-align: center;
    font-size: 20px;
    display: block;
    padding: 15px 0 6px 0
}

.package-cards .item .price {
    font-weight: 700;
    font-size: 50px;
    color: #1f5879;
    text-align: center;
    font-family: Roboto, sans-serif
}

.package-cards .item .price span {
    color: #8d8d8d;
    font-size: 18px;
    font-weight: 400
}

.package-cards .item .save {
    color: #1f5879;
    font-size: 11px;
    text-align: center;
    min-height: 25px
}

.package-cards .item .save strong {
    font-weight: 700;
    font-size: 16px
}

.package-cards .item .save span {
    font-size: 14px
}

.package-cards .item .des {
    margin: 10px 0 0 0;
    padding: 20px 0 0 0
}
.package-cards .item.normal.websites .des {
    padding:0px;
}
.package-cards .item .des.line {
    border-top: 1px solid #DDDDDD;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: -20px;
}

.package-cards .item .des p {
    color: #8d8d8d;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    margin: 0 0 5px 0
}
.package-cards .item.normal.websites.rewards .des p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    /* or 24px */
    
    
    color: #40403F;
    margin-top: 24px;
    line-height: 26px;
    margin-bottom: 25px;
}
.package-cards .item .des.line p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
   /* text-transform: capitalize; */
    flex-direction: column;
    color: #40403F;
    margin-top: -14px;
    margin-bottom: 0px;
}
.package-cards .item .ribbonWrap{
    position: absolute;
    overflow: hidden;
    position: absolute;
    overflow: hidden;
    margin-top: -40px;
    width: calc(100% - 30px);
    height: 100px;
}
.package-cards .item .ribbonCancelled {
    position: absolute;
    z-index: 1000;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform-origin: 0 100%;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%), 0 1px 6px 0 rgb(0 0 0 / 12%);
    background: rgb(223,18,18);
background: linear-gradient(180deg, rgba(223,18,18,1) 0%, rgba(223,18,18,1) 50%, rgba(213,10,10,1) 51%, rgba(213,10,10,1) 100%);
    color: rgb(255, 255, 255);
    /* text-transform: uppercase; */
    font-weight: 300;
    height: 28px;
    width: 280px;
    top: -28px;
    font-size: 17px;
    transform: rotateZ(18deg);
    padding-left: 10px;
    /* padding-right: 10px; */
    line-height: 24px;
    right: -49px;
  }
  .package-cards .item .ribbonCancelled span{
    z-index: 1;
    position: relative;
  }

.package-cards .item.normal.websites .des.line p{
    max-width: 259px;
    margin: 20px auto;
}

.package-cards .item .des p span {
    font-weight: 700;
    color: #3c3d3f
}

.package-cards .item .des ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none
}

.package-cards .item .des ul li {
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 43px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 350;
    font-size: 15px;
    color: #40403F;
}

.package-cards .item .des ul li:before {
    content: "";
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(/tweb/21/img/check2.svg);
}
.package-cards .item .des ul li.plus {
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 43px;
    
    font-weight: 700;
font-size: 15px;
line-height: 18px;
/* identical to box height */
display: flex;
align-items: center;
color: #BEBEBE;
padding-top: 4px;
    padding-bottom: 2px;
}

.package-cards .item .des ul li.plus:before {
   
    background-image: url(/tweb/21/img/plus.svg);
}
.package-cards .item .des.line ul li:before {
    background-image: url(/tweb/21/img/reddotsvg.svg);
}
.package-cards .item .btn-main{
    width: 100%;
    height: 42px;
    margin-top: 15px;
    padding-bottom: 8px;
}
.package-cards .item .btn-main.btn-outline {
    background-color:#ffffff;
    color: #F08655;
    border: 1px solid #F08655;
    filter: none;
    box-shadow: none;
}
.package-cards .item .btn-main.btn-outline a {
    color: #F08655;
}
.package-cards .item .btn-main.btn-outline a:hover{
    color: #F08655!important;
    opacity: 0.5;
}
.package-cards .item .des.line .btn-main{
    margin-bottom: 20px;
}
.package-cards .item .btn-main a{
    font-family: 'Palanquin';
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 100%;
}
.package-cards .item .des .button {
    width: 100%;
    text-align: center;
    display: block;
    background: rgba(31, 88, 121, .1);
    color: #1f5879;
    border: 2px solid transparent
}

.package-cards .item .des .button:hover {
    opacity: .9;
    cursor: pointer
}

.package-cards .note-individual {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: #c4c4c4;
    margin: 20px 0 0 0;
    text-align: center
}

@media screen and (max-width:767px) {
    .package-cards .note-individual {
        padding: 0 0 40px 0
    }
}

.package-cards .note-individual span {
    color: #3c3d3f
}

.package-cards .note-individual a {
    color: #34a2d1;
    font-weight: 700
}

@media screen and (max-width:1199px) {
    .package-cards .note-individual {
        max-width: 560px;
        margin: 20px auto 0 auto;
        font-size: 16px
    }
}

@media screen and (max-width:767px) {
    .package-cards .note-individual {
        padding-left: 15px;
        padding-right: 15px
    }
}

.package-cards .note {
    font-size: 13px;
    font-family: Roboto, sans-serif;
    color: #c4c4c4;
    margin: 20px 0 0 0;
    text-align: center
}

@media screen and (max-width:1199px) {
    .package-cards .note {
        max-width: 560px;
        margin: 20px auto 0 auto
    }
}

@media screen and (max-width:767px) {
    .package-cards .note {
        padding-left: 15px;
        padding-right: 15px
    }
}

.package-cards .content {
    text-align: center;
    margin: 50px auto 0 auto
}

@media screen and (max-width:767px) {
    .package-cards .content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.package-cards .content h3 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 25px 0
}

@media screen and (max-width:767px) {
    .package-cards .content h3 {
        font-size: 20px
    }
}

.package-cards .content h3 b {
    font-weight: 700
}

.package-cards .content p {
    font-size: 16px;
    margin: 0 0 25px 0
}

@media screen and (max-width:1199px) {
    .package-cards .content p {
        font-size: 15px
    }
}

@media screen and (max-width:767px) {
    .package-cards .content p {
        font-size: 15px
    }
}

.packages-page .landing-two{
    background-color: #ffffff;
}

.circlePlusRow{
    margin: 25px auto 40px;
}
@media screen and (max-width:767px) {
.circlePlusRow{
    margin: -5px auto 0px;
}
.package-cards .item{
    padding: 30px 20px;
}
.package-cards .headtext p{
    font-size: 16px;
    margin: 0px;
    margin-bottom: -40px;
}
}
.circlePlusRow .circlePlus{
    width: 31px;
height: 31px;
left: 705px;
top: 1129px;

background: #0DAD9C;
margin: auto;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.button-row{
    margin-top: 20px;
}
.button-row .btn-main {
    width: 100%;
    height: 42px;
    margin-top: 15px;
    padding-bottom: 8px;
    font-size: 17px;
    line-height: 25px;
    max-width: 240px;
}
@media screen and (max-width:767px) {
    .button-row .btn-main span{ display:none;}
}
.button-row .btn-main.outline {
    background-color: #fff;
    border: 1px solid #f08655;
    color: #f08655 !important;
    
}

.button-row .btn-main.outline:hover {
    opacity: 0.7;
}