@charset "utf-8";
/* Table of Content
==================================================
	1.0 - Transition
	2.0 - Pricing Table Types
	3.0 - Default Color
	4.0 - Responsive
	5.0 - Skin Color*/

/*--------------------------------------------------------------
	1.0 - Transition
	--------------------------------------------------------------*/

.dt-sc-pr-tb-col.standard .dt-sc-tb-header,
.dt-sc-pr-tb-col.standard .dt-sc-price,
.dt-sc-pr-tb-col.type2 .dt-sc-price:before,
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:before,
.dt-sc-pr-tb-col.type2 .dt-sc-price:after,
.dt-sc-pr-tb-col.standard .dt-sc-tb-title h5,
.dt-sc-pr-tb-col.standard .dt-sc-price h6,
.dt-sc-pr-tb-col.standard .dt-sc-tb-title p,
.dt-sc-pr-tb-col.minimal .dt-sc-price,
.dt-sc-pr-tb-col.minimal .icon-wrapper:before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*--------------------------------------------------------------
	2.0 - Pricing Table Types
	--------------------------------------------------------------*/

.dt-sc-pr-tb-col {
    transition: 0.3s all linear;
    float: left;
    clear: both;
    width: 100%;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
}

.dt-sc-pr-tb-col {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    -moz-transition: -moz-box-shadow 0.2s ease-out;
    -o-transition: -o-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
}

.dt-sc-pr-tb-col.standard .dt-sc-tb-title h5 {
    font-size: 14px;
    margin-bottom: 0;
    color: #2c2c2c;
    font-weight: bold;
}

.dt-sc-pr-tb-col.standard .dt-sc-price h6 {
    color: #FFF;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 40px;
    font-weight: bold;
    position: relative;
    font-family: 'Myriad Pro', sans-serif;
}

.dt-sc-pr-tb-col.standard .dt-sc-price h6 sup {
    top: 0px;
    font-size: inherit;
}

.dt-sc-pr-tb-col.standard .dt-sc-price h6 span {
    font-size: 14px;
    position: relative;
    top: -2px;
}

.dt-sc-pr-tb-col .dt-sc-tb-content li {
    margin: 0 10px;
    font-size: 13px;
    color: #5A5A5A;
    border-bottom: 1px solid;
    padding: 15px 10px;
    line-height: 1;
}

.dt-sc-pr-tb-col .dt-sc-buy-now {
    padding: 20px;
    margin: 0px;
    border-radius: 0px 0px 5px 5px;
}

.dt-sc-tb-content {
    list-style-type: none;
    margin: 0px;
    padding: 20px 0 15px;
    display: inline-block;
    width: 100%;
}

.dt-sc-pr-tb-col .dt-sc-price {
    padding: 20px 0px;
    display: inline-block;
    font-size: 46px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    width: 100%;
}

.dt-sc-price p {
    display: inline-block;
    line-height: 56px;
    margin: 0px;
    position: relative;
}

.dt-sc-price span {
    font-size: 18px;
    font-weight: bold;
    font-size: 63px;
    color: #ffffff;
}

.dt-sc-price sup {
    position: absolute;
    top: -22px;
    right: 0px;
    font-size: 14px;
    text-transform: capitalize;
}

.dt-sc-tb-content li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
}

.dt-sc-tb-content li:last-child {
    border-bottom: none;
}

.dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button {
    margin: 0px;
    color: #ffffff;
}

.dt-sc-pr-tb-col:hover,
.dt-sc-pr-tb-col.selected {
    z-index: 10;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.dt-sc-pr-tb-col.standard .dt-sc-tb-thumb {
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
}

.dt-sc-pr-tb-col.standard .dt-sc-tb-thumb>img {
    margin: 0 auto;
    width: 100%;
}

.dt-sc-pr-tb-col.standard .dt-sc-tb-thumb .dt-sc-tb-title {
    bottom: 0;
    display: inline-block;
    left: 0;
    ;
    padding: 25px 20px;
    width: 100%;
    z-index: 9;
}

.dt-sc-pr-tb-col.standard .dt-sc-tb-thumb .dt-sc-tb-title h3 {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.dt-sc-pr-tb-col.standard .dt-sc-price span {
    font-size: 46px;
    font-weight: 300;
}

.dt-sc-pr-tb-col.standard .dt-sc-price p {
    line-height: normal;
}

.dt-sc-pr-tb-col.standard .dt-sc-price {
    font-size: 18px;
    line-height: normal;
}

.dt-sc-pr-tb-col.standard {
    border-width: 1px;
    border-radius: 0;
}

.dt-sc-pr-tb-col.standard.color1 {
    border-color: #e6e6e6;
}

.dt-sc-pr-tb-col.standard.color1 .dt-sc-tb-thumb .dt-sc-tb-title {
    background-color: transparent;
}

.dt-sc-pr-tb-col.standard.color1 .dt-sc-price {
    background: #f6f6f6;
}

.dt-sc-pr-tb-col.standard.color1 .dt-sc-price p,
.dt-sc-pr-tb-col.standard.color1 .dt-sc-price p span {
    color: #6a695e;
}

.dt-sc-pr-tb-col.standard.color1:hover .dt-sc-price p,
.dt-sc-pr-tb-col.standard.color1:hover .dt-sc-price p span,
.dt-sc-pr-tb-col.standard.color1.selected .dt-sc-price p,
.dt-sc-pr-tb-col.standard.color1.selected .dt-sc-price p span {
    color: #fff;
}

.dt-sc-pr-tb-col.standard .dt-sc-tb-content {
    background-color: transparent;
}

.dt-sc-pr-tb-col.standard .dt-sc-tb-content li {
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 10px;
}

.dt-sc-pr-tb-col.standard .dt-sc-buy-now .dt-sc-button span {
    background-color: #8b8b8b;
    padding: 10px 25px;
}

.dt-sc-pr-tb-col.standard .dt-sc-buy-now .dt-sc-button span:before {
    line-height: 40px;
}

/*Type Classic*/

.dt-sc-tb-content .dt-sc-rounded {
    width: 162px;
    height: 162px;
    margin: 0 auto;
    color: #fff;
    padding-top: 15px;
    position: relative;
    border-radius: 50%;
}

.dt-sc-tb-content .dt-sc-rounded:before {
    position: relative;
    top: 8px;
    font-size: 11px;
    font-weight: bold;
    content: 'FULL CIRCLE'
}

.dt-sc-tb-content .dt-sc-rounded span {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.dt-sc-tb-content .dt-sc-rounded h3 {
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
    color: #fff;
    margin-bottom: 1px;
}

.dt-sc-rounded hr {
    margin: auto auto 5px;
    width: 77px;
    float: none;
    background: #ffeed8;
}

.dt-sc-tb-content .dt-sc-rounded p {
    margin: auto;
    width: 130px;
    font-size: 12px;
    line-height: 18px;
}

.dt-sc-pr-tb-col.classic {
    border-radius: 0;
    border-width: 1px;
    border-bottom-width: 5px;
    border-color: #e6e6e6;
}

.dt-sc-pr-tb-col.classic .dt-sc-tb-title {
    background: url(../../images/pricing-table-bg.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    padding: 30px 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.dt-sc-pr-tb-col.classic .dt-sc-one-half.no-space .dt-sc-price {
    border-right: 1px solid #e6e6e6;
}

.dt-sc-pr-tb-col.classic .dt-sc-one-half.no-space.last .dt-sc-price {
    border-right: 0px
}

.dt-sc-pr-tb-col.classic .dt-sc-price.center {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.dt-sc-pr-tb-col.classic .dt-sc-price.center p {
    line-height: 35px;
}

.dt-sc-pr-tb-col.classic .dt-sc-price.center p span {
    display: block;
}

.dt-sc-pr-tb-col.classic .dt-sc-tb-content {
    background-color: transparent;
}

.dt-sc-pr-tb-col.classic .dt-sc-tb-content li {
    border: 0;
    font-size: 14px;
    padding: 12px 10px;
}

.dt-sc-pr-tb-col.classic .dt-sc-tb-content li:before {}


.dt-sc-pr-tb-col.classic .dt-sc-tb-title h3 {
    font-size: 24px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.dt-sc-pr-tb-col.classic .dt-sc-tb-title span {
    font-style: italic;
}

.dt-sc-pr-tb-col.classic .dt-sc-price span {
    font-size: 24px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: normal;
}

.dt-sc-pr-tb-col.classic .dt-sc-price {
    font-weight: 300;
    color: #b3b3b3;
    font-size: 18px;
    background-color: transparent;
}

.dt-sc-pr-tb-col.classic~.dt-sc-buy-now {
    text-align: center;
    margin-top: 30px;
    float: left;
    display: block;
    width: 100%;
}

/*Colors*/
.dt-sc-pr-tb-col.classic.color1 .dt-sc-tb-title h3 {
    color: #e0316f;
}

.dt-sc-pr-tb-col.classic.color1:hover .dt-sc-tb-title,
.dt-sc-pr-tb-col.classic.color1~.dt-sc-buy-now a,
.dt-sc-pr-tb-col.classic.color1.selected .dt-sc-tb-title {
    background-color: #e0316f;
}

.dt-sc-pr-tb-col.classic.color1:hover .dt-sc-tb-title h3,
.dt-sc-pr-tb-col.classic.color2:hover .dt-sc-tb-title h3,
.dt-sc-pr-tb-col.classic.color3:hover .dt-sc-tb-title h3 {
    color: #fff;
}

.dt-sc-pr-tb-col.classic.color1:hover .dt-sc-tb-title h3~span,
.dt-sc-pr-tb-col.classic.color2:hover .dt-sc-tb-title h3~span,
.dt-sc-pr-tb-col.classic.color3:hover .dt-sc-tb-title h3~span {
    color: rgba(255, 255, 255, 0.5);
}

.dt-sc-pr-tb-col.classic.color2 .dt-sc-tb-title h3 {
    color: #9428d6;
}

.dt-sc-pr-tb-col.classic.color2:hover .dt-sc-tb-title,
.dt-sc-pr-tb-col.classic.color2~.dt-sc-buy-now a.dt-sc-button.filled,
.dt-sc-pr-tb-col.classic.color2.selected .dt-sc-tb-title {
    background-color: #9428d6;
}

.dt-sc-pr-tb-col.classic.color3 .dt-sc-tb-title h3 {
    color: #00bfff;
}

.dt-sc-pr-tb-col.classic.color3:hover .dt-sc-tb-title,
.dt-sc-pr-tb-col.classic.color3~.dt-sc-buy-now a,
.dt-sc-pr-tb-col.classic.color3.selected .dt-sc-tb-title {
    background-color: #00bfff;
}

.dt-sc-pr-tb-col.classic .dt-sc-tb-title p {
    position: absolute;
    background-repeat: no-repeat;
    display: block;
    width: 106px;
    height: 106px;
    right: -4px;
    top: -4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 1;
    background-image: url(../../images/pr-offer-bg.png);
}

.dt-sc-pr-tb-col.classic .dt-sc-tb-title p span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    left: 18px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 30px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-style: normal;
}

.dt-sc-pr-tb-col.classic.color1~.dt-sc-buy-now a.dt-sc-button.transforms3d span:before {
    background-color: #e0316f !important;
}

.dt-sc-pr-tb-col.classic.color2~.dt-sc-buy-now a.dt-sc-button.transforms3d span:before {
    background-color: #9428d6 !important;
}

.dt-sc-pr-tb-col.classic.color3~.dt-sc-buy-now a.dt-sc-button.transforms3d span:before {
    background-color: #00bfff !important;
}

.dt-sc-pr-tb-col.classic.selected .dt-sc-tb-title h3 {
    color: #fff;
}

.dt-sc-pr-tb-col.classic.selected .dt-sc-tb-title h3~span {
    color: rgba(255, 255, 255, 0.5);
}


/*Colors*/
.dt-sc-pr-tb-col .dt-sc-price,
.dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button,
.dt-sc-pr-tb-col .dt-sc-tb-content .dt-sc-rounded {
    background-color: #ebb749;
}

.dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button:hover {
    background: #dfaa3a;
}

.dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button {
    border-color: #dfaa3a;
}

.dt-sc-pr-tb-col .dt-sc-tb-content li:before {
    color: #fa9d39;
}

.dt-sc-pr-tb-col .dt-sc-price>span,
.dt-sc-pr-tb-col .dt-sc-price sup,
.dt-sc-tb-content .dt-sc-rounded:before {
    color: #ffeed8;
}

.dt-sc-pr-tb-col .dt-sc-rounded hr {
    background: #ffeed8;
}

.dt-sc-pr-tb-col .dt-sc-tb-title,
.dt-sc-pr-tb-col .dt-sc-tb-content {
    background-color: #ffeead;
}

.dt-sc-pr-tb-col .dt-sc-tb-content li,
.dt-sc-pr-tb-col {
    border-color: #ebb749;
}

.dt-sc-pr-tb-col.green .dt-sc-price,
.dt-sc-pr-tb-col.green .dt-sc-buy-now .dt-sc-button,
.dt-sc-pr-tb-col.green .dt-sc-tb-content .dt-sc-rounded {
    background-color: #a5c93a;
}

.dt-sc-pr-tb-col.green .dt-sc-buy-now .dt-sc-button:hover {
    background: #99bd2d;
}

.dt-sc-pr-tb-col.green .dt-sc-buy-now .dt-sc-button {
    border-color: #99bd2d;
}

.dt-sc-pr-tb-col.green .dt-sc-tb-content li:before {
    color: #7aa127;
}

.dt-sc-pr-tb-col.green .dt-sc-price>span,
.dt-sc-pr-tb-col.green .dt-sc-price sup,
.dt-sc-pr-tb-col.green .dt-sc-tb-content .dt-sc-rounded:before {
    color: #cce0a3;
}

.dt-sc-pr-tb-col.green .dt-sc-rounded hr {
    background: #cce0a3;
}

.dt-sc-pr-tb-col.green .dt-sc-tb-title,
.dt-sc-pr-tb-col.green .dt-sc-tb-content {
    background-color: #e0eeb4;
}

.dt-sc-pr-tb-col.green .dt-sc-tb-content li,
.dt-sc-pr-tb-col.green {
    border-color: #a5c93a;
}

.dt-sc-pr-tb-col.blue .dt-sc-price,
.dt-sc-pr-tb-col.blue .dt-sc-buy-now .dt-sc-button,
.dt-sc-pr-tb-col.blue .dt-sc-tb-content .dt-sc-rounded {
    background-color: #6d9ab5;
}

.dt-sc-pr-tb-col.blue .dt-sc-buy-now .dt-sc-button:hover {
    background: #5586a3;
}

.dt-sc-pr-tb-col.blue .dt-sc-buy-now .dt-sc-button {
    border-color: #5586a3;
}

.dt-sc-pr-tb-col.blue .dt-sc-tb-content li:before {
    color: #6d9ab5;
}

.dt-sc-pr-tb-col.blue .dt-sc-price>span,
.dt-sc-pr-tb-col.blue .dt-sc-price sup,
.dt-sc-pr-tb-col.blue .dt-sc-tb-content .dt-sc-rounded:before {
    color: #a4cee7;
}

.dt-sc-pr-tb-col.blue .dt-sc-rounded hr {
    background: #a4cee7;
}

.dt-sc-pr-tb-col.blue .dt-sc-tb-title,
.dt-sc-pr-tb-col.blue .dt-sc-tb-content {
    background-color: #cbe4f3;
}

.dt-sc-pr-tb-col.blue .dt-sc-tb-content li,
.dt-sc-pr-tb-col.blue {
    border-color: #6d9ab5;
}

.dt-sc-pr-tb-col.pink .dt-sc-price,
.dt-sc-pr-tb-col.pink .dt-sc-buy-now .dt-sc-button,
.dt-sc-pr-tb-col.pink .dt-sc-tb-content .dt-sc-rounded {
    background-color: #e67fb9;
}

.dt-sc-pr-tb-col.pink .dt-sc-buy-now .dt-sc-button:hover {
    background: #d665a5;
}

.dt-sc-pr-tb-col.pink .dt-sc-buy-now .dt-sc-button {
    border-color: #d665a5;
}

.dt-sc-pr-tb-col.pink .dt-sc-tb-content li:before {
    color: #e67fb9;
}

.dt-sc-pr-tb-col.pink .dt-sc-price>span,
.dt-sc-pr-tb-col.pink .dt-sc-price sup,
.dt-sc-pr-tb-col.pink .dt-sc-tb-content .dt-sc-rounded:before {
    color: #ffcae8;
}

.dt-sc-pr-tb-col.pink .dt-sc-rounded hr {
    background: #ffcae8;
}

.dt-sc-pr-tb-col.pink .dt-sc-tb-title,
.dt-sc-pr-tb-col.pink .dt-sc-tb-content {
    background-color: #f6c7e1;
}

.dt-sc-pr-tb-col.pink .dt-sc-tb-content li,
.dt-sc-pr-tb-col.pink {
    border-color: #e17bb4;
}

.dt-sc-pr-tb-col.minimal {
    padding: 55px 0 40px;
    border: 1px solid;
}

.dt-sc-pr-tb-col.minimal .dt-sc-tb-header,
.dt-sc-pr-tb-col.minimal:hover .dt-sc-tb-header {
    background: none;
    border: 0px;
    padding: 0px;
}

.dt-sc-pr-tb-col.minimal .icon-wrapper {
    position: relative;
    width: 100%;
    height: 90px;
}

.dt-sc-pr-tb-col.minimal .icon-wrapper span {
    font-size: 36px;
    line-height: 80px;
    position: relative;
    z-index: 1;
}

.dt-sc-pr-tb-col.minimal .icon-wrapper:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-pr-tb-col.minimal .dt-sc-tb-title {
    margin: 40px 0px 0px;
    padding: 0px 10px;
}

.dt-sc-pr-tb-col.minimal .dt-sc-tb-title h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.dt-sc-pr-tb-col.minimal .dt-sc-price {
    margin: 40px 0px 0px;
    padding: 25px 10px;
}

.dt-sc-pr-tb-col.minimal .dt-sc-price p {
    font-size: 16px;
    text-transform: uppercase;
}

.dt-sc-pr-tb-col.minimal .dt-sc-price h6 {
    font-size: 48px;
    font-weight: 800;
}

.dt-sc-pr-tb-col.minimal .dt-sc-price h6 span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    position: inherit;
}

.dt-sc-pr-tb-col.minimal .dt-sc-buy-now {
    margin: 40px 0px 0px;
}

.dt-sc-pr-tb-col.minimal .dt-sc-buy-now a {
    font-weight: 600;
}

.dt-sc-dark-bg .dt-sc-pr-tb-col.minimal {
    border: 0px;
}

.dt-sc-pr-tb-col.type2 {
    border: none;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header,
.dt-sc-pr-tb-col.type2:hover .dt-sc-tb-header,
.dt-sc-pr-tb-col.type2.selected .dt-sc-tb-header {
    background: none;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header {
    padding: 0px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 19px;
    margin: auto;
    width: 192px;
    height: 192px;
    border: 1px solid;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
    background-color: transparent;
    position: relative;
    top: -20px;
    height: 135px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
    position: relative;
    z-index: 1;
    margin: 20px 0px 0px;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 24px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span {
    font-size: 34px;
    display: block;
    line-height: normal;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: -2px;
    top: 40px;
    width: 197px;
    height: 194px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid;
}

.dt-sc-pr-tb-col.type2 .dt-sc-price {
    background-color: transparent;
    margin-top: 0px;
    padding: 20px 0px 0px;
    width: 100%;
    height: 134px;
    top: -20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dt-sc-pr-tb-col.type2 .dt-sc-price h6 {
    font-size: 34px;
    position: relative;
    z-index: 1;
}

.dt-sc-pr-tb-col.type2 .dt-sc-price h6 sup {
    font-size: 20px;
    top: -12px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-price:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: -2px;
    top: -98px;
    width: 194px;
    height: 194px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-pr-tb-col.type2 .dt-sc-price:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    width: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content {
    background-color: transparent;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 6px;
    width: 100%;
    border-radius: 5px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -6px;
    width: 0px;
    margin: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li {
    font-size: 17px;
    padding: 6px 0px;
    list-style: none;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li:last-child {
    border: none;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li .highlight {
    font-weight: bold;
    padding: 0px 10px;
    border-radius: 3px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-buy-now a {
    font-size: 16px;
    font-weight: bold;
}

.dt-sc-pr-tb-col.type2:hover .dt-sc-tb-header .dt-sc-tb-title:before,
.dt-sc-pr-tb-col.type2.selected .dt-sc-tb-header .dt-sc-tb-title:before {
    background: none;
}

.dt-sc-pr-tb-col.type2:hover .dt-sc-price:after,
.dt-sc-pr-tb-col.type2.selected .dt-sc-price:after {
    border-top: 10px solid;
}

.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
    height: 170px;
    width: 170px;
    top: 19px;
}

.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
    height: 172px;
    width: 172px;
    top: 38px;
}

.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
    height: 172px;
    width: 172px;
    top: -86px;
}

.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
    height: 126px;
}

/*--------------------------------------------------------------
	3.0 - Default Color
	--------------------------------------------------------------*/


.dt-sc-pr-tb-col.minimal,
.dt-sc-pr-tb-col.minimal h5,
.dt-sc-pr-tb-col.minimal .dt-sc-price h6,
.dt-sc-pr-tb-col.minimal:hover .dt-sc-tb-title h5,
.dt-sc-pr-tb-col.minimal:hover .dt-sc-tb-title p {
    color: #000000;
}

.dt-sc-pr-tb-col.type2:hover .dt-sc-tb-header .dt-sc-tb-title h5,
.dt-sc-pr-tb-col.type2.selected .dt-sc-tb-header .dt-sc-tb-title h5 {
    color: #333333;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header:before,
.dt-sc-pr-tb-col.type2 .dt-sc-buy-now a,
.dt-sc-dark-bg .dt-sc-pr-tb-col.minimal {
    background: #ffffff;
}

.dt-sc-pr-tb-col .dt-sc-tb-header,
.dt-sc-pr-tb-col.minimal .icon-wrapper:before,
.dt-sc-pr-tb-col.minimal .dt-sc-price {
    background: rgba(0, 0, 0, 0.03);
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:after {
    border-bottom-color: #ffffff;
}

.dt-sc-pr-tb-col.type2:hover .dt-sc-price:after,
.dt-sc-pr-tb-col.type2.selected .dt-sc-price:after {
    border-top-color: #ffffff;
}

.dt-sc-pr-tb-col.standard .dt-sc-price,
.dt-sc-pr-tb-col.standard.selected .dt-sc-price {
    border-color: rgba(255, 255, 255, 0.2);
}

.dt-sc-pr-tb-col.standard,
.dt-sc-pr-tb-col.minimal,
.dt-sc-pr-tb-col .dt-sc-tb-content li {
    /*border-color:#f0f0f0;*/
}

.dt-sc-pr-tb-col:hover .dt-sc-buy-now a,
.dt-sc-pr-tb-col.selected .dt-sc-buy-now a,
.dt-sc-pr-tb-col.minimal:hover .dt-sc-buy-now a,
.dt-sc-pr-tb-col.minimal.selected .dt-sc-buy-now a,
.dt-sc-pr-tb-col.minimal:hover .dt-sc-price h6,
.dt-sc-pr-tb-col.minimal.selected .dt-sc-price h6,
.dt-sc-pr-tb-col.minimal:hover .dt-sc-price p,
.dt-sc-pr-tb-col.minimal.selected .dt-sc-price p,
.dt-sc-pr-tb-col.minimal:hover .icon-wrapper span,
.dt-sc-pr-tb-col.minimal.selected .icon-wrapper span,
.dt-sc-pr-tb-col.standard:hover .dt-sc-tb-title p,
.dt-sc-pr-tb-col.standard.selected .dt-sc-tb-title p,
.dt-sc-pr-tb-col.type2:hover .dt-sc-price h6,
.dt-sc-pr-tb-col.type2.selected .dt-sc-price h6,
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5,
.dt-sc-pr-tb-col.type2:hover .dt-sc-buy-now a,
.dt-sc-pr-tb-col.type2.selected .dt-sc-buy-now a,
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li .highlight {
    color: #ffffff;
}





/*--------------------------------------------------------------
	4.0 - Responsive
	--------------------------------------------------------------*/

/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px) {
    /** Pricing Tables **/


    .dt-sc-pr-tb-col.standard .dt-sc-price h6 {
        font-size: 50px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before,
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
        height: 124px;
        width: 124px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title,
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
        height: 103px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before,
    .dt-sc-pr-tb-col.type2 .dt-sc-price::before,
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before,
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        height: 126px;
        width: 126px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before,
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
        top: 39px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-price::before,
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        top: -64px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
        font-size: 15px;
        line-height: 20px;
        margin: 20px 0 0;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span {
        font-size: 25px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-price {
        height: 85px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-price h6 {
        font-size: 20px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-price h6 sup {
        font-size: 16px;
        top: auto;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-content li {
        font-size: 14px;
    }

    .dt-sc-pr-tb-col.classic {
        margin-bottom: 10px;
    }
}


/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px) {
    /** Pricing Tables **/

    .dt-sc-pr-tb-col .dt-sc-price h6 {
        font-size: 50px;
    }

    .dt-sc-pr-tb-col.minimal .dt-sc-price h6 {
        font-size: 42px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
        height: 100px;
        width: 100px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
        height: 91px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before,
    .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        height: 102px;
        width: 102px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        top: -52px;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
        height: 95px;
        width: 95px;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
        height: 88px;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before,
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        height: 98px;
        right: 0;
        width: 98px;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
        top: 39px;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        top: -50px;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
        font-size: 11px;
        line-height: 13px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
        font-size: 13px;
        line-height: 12px;
        margin: 22px 0 0;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span {
        font-size: 22px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-price {
        height: 68px;
        padding: 15px 0 0;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-price h6 {
        font-size: 16px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-price h6 sup {
        font-size: 15px;
        top: auto;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-content li {
        font-size: 10px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-content li .highlight {
        padding: 0 6px;
    }

    .dt-sc-pr-tb-col.classic {
        margin-bottom: 10px;
    }

    .dt-sc-pr-tb-col.classic~.dt-sc-buy-now {
        margin-top: 0;
        margin-bottom: 30px;
    }
}


/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {
    /** Pricing Tables **/

    .dt-sc-pr-tb-col {
        margin-bottom: 30px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header {
        position: relative;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title,
    .dt-sc-pr-tb-col.type2 .dt-sc-price {
        margin-left: auto;
        margin-right: auto;
    }

    .dt-sc-pr-tb-col {
        margin-bottom: 0 !important;
    }

    .dt-sc-pr-tb-col.classic .dt-sc-one-half.no-space .dt-sc-price {
        border-right: none;
        border-left: none;
        border-top: 1px solid #e6e6e6
    }

    .dt-sc-pr-tb-col.classic~.dt-sc-buy-now {
        margin-top: 0;
        margin-bottom: 60px;
    }

}


/*----*****---- << Mobile (Landscape) >> ----*****----*/
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dt-sc-pr-tb-col .dt-sc-tb-thumb>img {
        width: 100%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) {
    /** Pricing Tables **/

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
        height: 140px;
        width: 140px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
        height: 111px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
        height: 142px;
        width: 142px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-price {
        height: 97px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        height: 164px;
        width: 164px;
    }

    .dt-sc-pr-tb-col.type2 .dt-sc-price h6 {
        font-size: 30px;
    }

    /* Sidenavigation Pricing Table */

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
        font-size: 15px;
        line-height: 16px;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span,
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price h6 {
        font-size: 26px;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price {
        padding: 15px 0 0;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
        height: 132px;
        top: 13px;
        width: 132px;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
        height: 135px;
        top: 33px;
        width: 135px;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
        height: 101px;
    }

    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        height: 149px;
        width: 149px;
    }
}