/**
 * Plugin Name: Osteo - Responsive Pricing Table
 * Version:     1.0.0
 * Author:      TwinkleTheme
 * Author URI:  https://codecanyon.net/user/twinkletheme
 */

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

img {
    width: 100%;
    height: 100%;
    display: inherit;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #222;
}

a:focus,
input:focus,
button:focus {
    outline: none;
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222;
    opacity: 0.7;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #222;
    opacity: 0.7;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #222;
    opacity: 0.7;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.bg-0 {
    background-color: #DBE3E9;
}
.bg-1 {
    background-color: #FFE459;
}
.bg-2 {
    color: #fff;
    background-color: #34495E;
}
.bg-3 {
    color: #fff;
    background-color: #F39C12;
}
.bg-4 {
    color: #fff;
    background-color: #9C27B0;
}
.bg-5 {
    color: #fff;
    background-color: #E91E63;
}
.bg-6 {
    color: #fff;
    background-color: #F44336;
}
.bg-7 {
    color: #fff;
    background-color: #673AB7;
}
.bg-8 {
    background-color: #CDDC39;
}
.bg-9 {
    background-color: #FFC107;
}
.bg-10 {
    color: #fff;
    background-color: #009688;
}
.c-white {
    color: #fff;
}
.c-black {
    color: #222!important;
}
.text-right {
    text-align: right!important;
}

.b-1 {
    border: 2px solid #222
}
.b-white {
    border-color: #fff;
}
.border-1 {
    border-bottom: 1px solid #222;
}
.border-2 {
    border-bottom: 1px solid #fff;
}
.border-3 {
    border: 2px solid #fff;
    border-radius: 50px;
}
.border-4 {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.border-dotted {
    border-style: dotted;
    border-width: 3px 0px 3px 0px;
}
.block {
    display: block;
    padding-top: 10px;
}
.black {
    color: #fff;
    background-color: #222;
}
.white {
    color: #222;
    background-color: #f5f5f5;
}
.osteo-svg {
    padding: 20px 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.osteo-images {
    height: 250px;
}
.osteo-icon i {
    font-size: 40px;
    padding: 0 30px;
}
i.round-bg {
    background-color: red;
    padding: 30px;
    font-size: 18px;
    border-radius: 50px;
    margin: 0 30px;
}
.gradient-1 {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(195,20,50,1) 0%, rgba(36,11,54,1) 100%);
}
.gradient-2 {
    background: rgb(138,35,135);
    background: linear-gradient(90deg, rgba(138,35,135,1) 0%, rgba(233,64,87,1) 50%, rgba(242,113,33,1) 100%);
}
.gradient-3 {
    background: rgb(253,200,48);
    background: linear-gradient(90deg, rgba(253,200,48,1) 0%, rgba(243,115,53,1) 100%);
}
.gradient-4 {
    background: rgb(255,81,47);
    background: linear-gradient(90deg, rgba(255,81,47,1) 0%, rgba(221,36,118,1) 100%);
}
.gradient-5 {
    background: rgb(52,148,230);
    background: linear-gradient(90deg, rgba(52,148,230,1) 0%, rgba(236,110,173,1) 100%);
}
.gradient-6 {
    background: rgb(0,153,247);
    background: linear-gradient(90deg, rgba(0,153,247,1) 0%, rgba(241,23,18,1) 100%);
}
.gradient-7 {
    background: rgb(60,165,92);
    background: linear-gradient(90deg, rgba(60,165,92,1) 0%, rgba(181,172,73,1) 100%);
}
.gradient-8 {
    background: rgb(142,45,226);
    background: linear-gradient(90deg, rgba(142,45,226,1) 0%, rgba(74,0,224,1) 100%);
}
.gradient-9 {
    background: rgb(0,242,96);
    background: linear-gradient(90deg, rgba(0,242,96,1) 0%, rgba(5,117,230,1) 100%);
}
.gradient-10 {
    background: rgb(5,117,230);
    background: linear-gradient(90deg, rgba(5,117,230,1) 0%, rgba(2,27,121,1) 100%);
}

/*Button*/
.cmk-button {
    background-color: #4CAF50;
    display: inline-block;
    text-decoration: none!important;
    color: #fff;
    z-index: 5;
}
.transparent {
    background-color: transparent;
}
.cmk-button .before-button-icon i {
    float: left;
    padding: 5px 0;
    padding-right: 10px;
}
.cmk-button .after-button-icon i {
    float: right;
    padding: 5px 0;
    padding-left: 10px;
}
.cmk-button.xs {
    font-size: 13px;
    padding: 8px 20px;
}
.cmk-button.sm {
    font-size: 15px;
    padding: 8px 24px;
}
.cmk-button.md {
  font-size: 15px;
  padding: 12px 32px;
}
.cmk-button.lg {
    font-size: 18px;
    padding: 15px 40px;
}
.cmk-button.xl {
    font-size: 20px;
    padding: 20px 50px;
}
.cmk-button:hover {
    color: #fff!important;
}
.cmk-button:before,
.cmk-button:after {
    background-color: #2196F3;
}
.cmk-button {
    margin: 30px 30px 0px 30px;
}

.play-btn {
    line-height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin: -22px 0 0 -22px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}
.position-relative {
    position: relative;
}

/*Ribbon*/
.overflow {
    overflow: hidden;
}
.ribbon-style {
    position: relative;
}
.ribbon-position-left {
    left: -75;
}
.ribbon-position-right {
    right: -75;
}
.ribbon-style-1::before {
    background: #4CAF50;
    color: #fff;
    content: "Best Value";
    position: absolute;
    padding-top: 2px;
    height: 30px;
    width: 220px;
    top: 25px;
    left: -72px;
    transform: rotate(313deg);
    font-size: 15px;
    text-align: center;
}
.ribbon-style-2::before {
    background: #4CAF50;
    color: #fff;
    content: "Best Value";
    position: absolute;
    padding-top: 2px;
    height: 30px;
    width: 220px;
    top: 25px;
    right: -72px;
    transform: rotate(42deg);
    font-size: 15px;
    text-align: center;
}
.ribbon-style-3::before {
    background: #4CAF50;
    color: #fff;
    content: "Best Value";
    position: absolute;
    padding-top: 2px;
    height: 30px;
    width: 180px;
    top: 75px;
    left: -75px;
    transform: rotate(-90deg);
    font-size: 15px;
    text-align: center;
}
.ribbon-style-4::before {
    background: #4CAF50;
    color: #fff;
    content: "Best Value";
    position: absolute;
    padding-top: 2px;
    height: 30px;
    width: 180px;
    top: 75px;
    right: -75px;
    transform: rotate( 90deg);
    font-size: 15px;
    text-align: center;
}
.ribbon-style-5:before {
    background: #4CAF50;
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    top: 0px;
    left: 0;
}


/*Transform Effect*/
.transform-effect-1:hover {
    transform: scale(1.126);
    transition: 0.5s;
}
.transform-effect-2:hover {
    -webkit-box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.heading {
    padding: 20px 30px;
}
.subheading {
    display: block;
    padding: 0 30px;
    margin-bottom: 20px;
    font-size: 20px;
}
h5.price {
    padding: 20px 30px;
}
.counter {
    font-size: 40px;
    padding-right: 5px;
}
.trial {
    padding: 0px 30px 10px 30px;
}
.duration {
    font-size: 14px;
    font-weight: 400;
}
h6.duration-top {
    padding: 0 30px;
}
.special-note {
    padding: 30px;
}
.features-list {
    padding: 20px 0;
}
.features-list ul li {
    line-height: 2.2;
}
.features-list ul li i {
    padding-right: 15px;
}
.features-list li:last-child {
    border-style: none!important;
    border-width: 0!important;
    border-color: transparent!important;
    border-radius: 0!important;
}
.before-currency-icon i {
    float: left;
    padding: 5px 0;
    padding-right: 10px;
}
.after-currency-icon i {
    float: right;
    padding: 5px 0;
    padding-left: 10px;
}
.features-list li {
    padding: 0 30px;
    line-height: 1.9;
}
.del {
    text-decoration: line-through;
}
.media-icon i {
    margin: 30px;
}
.pricing-header-1 {
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 30px 0;
    text-align: center;
}
.pricing-header-1:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #fc5f45;
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
}


/*
* All Style
*/
.pricing-package-1-style-1 .price {
    padding: 0px 30px;
    padding-bottom: 30px;
}
.pricing-package-1-style-10.bg-10 .duration-top {
    padding-top: 30px;
}
.pricing-package-1-style-50 .count,
.pricing-package-1-style-51 .count,
.pricing-package-1-style-53 .count,
.pricing-package-1-style-160 .count,
.pricing-package-1-style-160 .count,
.pricing-package-1-style-162 .count {
    font-size: 40px;
}
.pricing-package-1-style-50 .subheading {
    font-size: 16px;
}
.pricing-package-1-style-58 .osteo-icon i, 
.pricing-package-1-style-62 .osteo-icon i,
.pricing-package-1-style-108 .osteo-icon i {
    color: #fff;
    background-color: #222;
    padding: 30px;
    margin: 0 30px;
    font-size: 25px;
    border-radius: 50px;
}
.pricing-package-1-style-61 .subheading,
.pricing-package-1-style-62 .subheading,
.pricing-package-1-style-65 .subheading {
    font-size: 15px;
}
.pricing-package-1-style-70 .subheading,
.pricing-package-1-style-72 .subheading,
.pricing-package-1-style-74 .subheading,
.pricing-package-1-style-191 .subheading,
.pricing-package-1-style-193 .subheading {
    font-size: 15px;
    font-weight: 400;
}
.pricing-package-1-style-168 .border-4 {
    border-color: #fff;
}
.pricing-package-1-style-70 .features-list li:nth-child(even),
.pricing-package-1-style-71 .features-list li:nth-child(even),
.pricing-package-1-style-72 .features-list li:nth-child(even),
.pricing-package-1-style-73 .features-list li:nth-child(even),
.pricing-package-1-style-74 .features-list li:nth-child(even),
.pricing-package-1-style-75 .features-list li:nth-child(even),
.pricing-package-1-style-76 .features-list li:nth-child(even),
.pricing-package-1-style-77 .features-list li:nth-child(even),
.pricing-package-1-style-78 .features-list li:nth-child(even),
.pricing-package-1-style-79 .features-list li:nth-child(even),
.pricing-package-1-style-80 .features-list li:nth-child(even),
.pricing-package-1-style-81 .features-list li:nth-child(even),
.pricing-package-1-style-82 .features-list li:nth-child(even),
.pricing-package-1-style-83 .features-list li:nth-child(even),
.pricing-package-1-style-84 .features-list li:nth-child(even),
.pricing-package-1-style-85 .features-list li:nth-child(even),
.pricing-package-1-style-86 .features-list li:nth-child(even),
.pricing-package-1-style-87 .features-list li:nth-child(even),
.pricing-package-1-style-88 .features-list li:nth-child(even),
.pricing-package-1-style-89 .features-list li:nth-child(even),
.pricing-package-1-style-90 .features-list li:nth-child(even),
.pricing-package-1-style-91 .features-list li:nth-child(even),
.pricing-package-1-style-92 .features-list li:nth-child(even),
.pricing-package-1-style-93 .features-list li:nth-child(even),
.pricing-package-1-style-94 .features-list li:nth-child(even),
.pricing-package-1-style-95 .features-list li:nth-child(even),
.pricing-package-1-style-96 .features-list li:nth-child(even),
.pricing-package-1-style-97 .features-list li:nth-child(even),
.pricing-package-1-style-98 .features-list li:nth-child(even),
.pricing-package-1-style-99 .features-list li:nth-child(even),
.pricing-package-1-style-100 .features-list li:nth-child(even),
.pricing-package-1-style-101 .features-list li:nth-child(even),
.pricing-package-1-style-102 .features-list li:nth-child(even),
.pricing-package-1-style-103 .features-list li:nth-child(even),
.pricing-package-1-style-104 .features-list li:nth-child(even),
.pricing-package-1-style-105 .features-list li:nth-child(even),
.pricing-package-1-style-106 .features-list li:nth-child(even),
.pricing-package-1-style-107 .features-list li:nth-child(even),
.pricing-package-1-style-108 .features-list li:nth-child(even),
.pricing-package-1-style-109 .features-list li:nth-child(even),
.pricing-package-1-style-189 .features-list li:nth-child(even),
.pricing-package-1-style-190 .features-list li:nth-child(even),
.pricing-package-1-style-191 .features-list li:nth-child(even),
.pricing-package-1-style-192 .features-list li:nth-child(even),
.pricing-package-1-style-193 .features-list li:nth-child(even),
.pricing-package-1-style-194 .features-list li:nth-child(even),
.pricing-package-1-style-195 .features-list li:nth-child(even),
.pricing-package-1-style-196 .features-list li:nth-child(even),
.pricing-package-1-style-197 .features-list li:nth-child(even),
.pricing-package-1-style-198 .features-list li:nth-child(even),
.pricing-package-1-style-199 .features-list li:nth-child(even),
.pricing-package-1-style-200 .features-list li:nth-child(even),
.pricing-package-1-style-201 .features-list li:nth-child(even),
.pricing-package-1-style-202 .features-list li:nth-child(even),
.pricing-package-1-style-203 .features-list li:nth-child(even),
.pricing-package-1-style-204 .features-list li:nth-child(even),
.pricing-package-1-style-205 .features-list li:nth-child(even),
.pricing-package-1-style-206 .features-list li:nth-child(even),
.pricing-package-1-style-207 .features-list li:nth-child(even),
.pricing-package-1-style-208 .features-list li:nth-child(even),
.pricing-package-1-style-209 .features-list li:nth-child(even),
.pricing-package-1-style-210 .features-list li:nth-child(even),
.pricing-package-1-style-211 .features-list li:nth-child(even),
.pricing-package-1-style-212 .features-list li:nth-child(even),
.pricing-package-1-style-213 .features-list li:nth-child(even),
.pricing-package-1-style-214 .features-list li:nth-child(even),
.pricing-package-1-style-215 .features-list li:nth-child(even),
.pricing-package-1-style-216 .features-list li:nth-child(even),
.pricing-package-1-style-217 .features-list li:nth-child(even),
.pricing-package-1-style-218 .features-list li:nth-child(even),
.pricing-package-1-style-219 .features-list li:nth-child(even),
.pricing-package-1-style-220 .features-list li:nth-child(even),
.pricing-package-1-style-221 .features-list li:nth-child(even),
.pricing-package-1-style-222 .features-list li:nth-child(even),
.pricing-package-1-style-223 .features-list li:nth-child(even),
.pricing-package-1-style-224 .features-list li:nth-child(even),
.pricing-package-1-style-225 .features-list li:nth-child(even),
.pricing-package-1-style-226 .features-list li:nth-child(even),
.pricing-package-1-style-227 .features-list li:nth-child(even),
.pricing-package-1-style-228 .features-list li:nth-child(even),
.pricing-package-1-style-229 .features-list li:nth-child(even) {
    color: #222;
    background-color: #fff;
}
.pricing-package-1-style-70 .features-list li:nth-child(odd),
.pricing-package-1-style-71 .features-list li:nth-child(odd),
.pricing-package-1-style-72 .features-list li:nth-child(odd),
.pricing-package-1-style-73 .features-list li:nth-child(odd),
.pricing-package-1-style-74 .features-list li:nth-child(odd),
.pricing-package-1-style-75 .features-list li:nth-child(odd),
.pricing-package-1-style-76 .features-list li:nth-child(odd),
.pricing-package-1-style-77 .features-list li:nth-child(odd),
.pricing-package-1-style-78 .features-list li:nth-child(odd),
.pricing-package-1-style-79 .features-list li:nth-child(odd),
.pricing-package-1-style-80 .features-list li:nth-child(odd),
.pricing-package-1-style-81 .features-list li:nth-child(odd),
.pricing-package-1-style-82 .features-list li:nth-child(odd),
.pricing-package-1-style-83 .features-list li:nth-child(odd),
.pricing-package-1-style-84 .features-list li:nth-child(odd),
.pricing-package-1-style-85 .features-list li:nth-child(odd),
.pricing-package-1-style-86 .features-list li:nth-child(odd),
.pricing-package-1-style-87 .features-list li:nth-child(odd),
.pricing-package-1-style-88 .features-list li:nth-child(odd),
.pricing-package-1-style-89 .features-list li:nth-child(odd),
.pricing-package-1-style-90 .features-list li:nth-child(odd),
.pricing-package-1-style-91 .features-list li:nth-child(odd),
.pricing-package-1-style-92 .features-list li:nth-child(odd),
.pricing-package-1-style-93 .features-list li:nth-child(odd),
.pricing-package-1-style-94 .features-list li:nth-child(odd),
.pricing-package-1-style-95 .features-list li:nth-child(odd),
.pricing-package-1-style-96 .features-list li:nth-child(odd),
.pricing-package-1-style-97 .features-list li:nth-child(odd),
.pricing-package-1-style-98 .features-list li:nth-child(odd),
.pricing-package-1-style-99 .features-list li:nth-child(odd),
.pricing-package-1-style-100 .features-list li:nth-child(odd),
.pricing-package-1-style-101 .features-list li:nth-child(odd),
.pricing-package-1-style-102 .features-list li:nth-child(odd),
.pricing-package-1-style-103 .features-list li:nth-child(odd),
.pricing-package-1-style-104 .features-list li:nth-child(odd),
.pricing-package-1-style-105 .features-list li:nth-child(odd),
.pricing-package-1-style-106 .features-list li:nth-child(odd),
.pricing-package-1-style-107 .features-list li:nth-child(odd),
.pricing-package-1-style-108 .features-list li:nth-child(odd),
.pricing-package-1-style-109 .features-list li:nth-child(odd),
.pricing-package-1-style-189 .features-list li:nth-child(odd),
.pricing-package-1-style-190 .features-list li:nth-child(odd),
.pricing-package-1-style-191 .features-list li:nth-child(odd),
.pricing-package-1-style-192 .features-list li:nth-child(odd),
.pricing-package-1-style-193 .features-list li:nth-child(odd),
.pricing-package-1-style-194 .features-list li:nth-child(odd),
.pricing-package-1-style-195 .features-list li:nth-child(odd),
.pricing-package-1-style-196 .features-list li:nth-child(odd),
.pricing-package-1-style-197 .features-list li:nth-child(odd),
.pricing-package-1-style-198 .features-list li:nth-child(odd),
.pricing-package-1-style-199 .features-list li:nth-child(odd),
.pricing-package-1-style-200 .features-list li:nth-child(odd),
.pricing-package-1-style-201 .features-list li:nth-child(odd),
.pricing-package-1-style-202 .features-list li:nth-child(odd),
.pricing-package-1-style-203 .features-list li:nth-child(odd),
.pricing-package-1-style-204 .features-list li:nth-child(odd),
.pricing-package-1-style-205 .features-list li:nth-child(odd),
.pricing-package-1-style-206 .features-list li:nth-child(odd),
.pricing-package-1-style-207 .features-list li:nth-child(odd),
.pricing-package-1-style-208 .features-list li:nth-child(odd),
.pricing-package-1-style-209 .features-list li:nth-child(odd),
.pricing-package-1-style-210 .features-list li:nth-child(odd),
.pricing-package-1-style-211 .features-list li:nth-child(odd),
.pricing-package-1-style-212 .features-list li:nth-child(odd),
.pricing-package-1-style-213 .features-list li:nth-child(odd),
.pricing-package-1-style-214 .features-list li:nth-child(odd),
.pricing-package-1-style-215 .features-list li:nth-child(odd),
.pricing-package-1-style-216 .features-list li:nth-child(odd),
.pricing-package-1-style-217 .features-list li:nth-child(odd),
.pricing-package-1-style-218 .features-list li:nth-child(odd),
.pricing-package-1-style-219 .features-list li:nth-child(odd),
.pricing-package-1-style-220 .features-list li:nth-child(odd),
.pricing-package-1-style-221 .features-list li:nth-child(odd),
.pricing-package-1-style-222 .features-list li:nth-child(odd),
.pricing-package-1-style-223 .features-list li:nth-child(odd),
.pricing-package-1-style-224 .features-list li:nth-child(odd),
.pricing-package-1-style-225 .features-list li:nth-child(odd),
.pricing-package-1-style-226 .features-list li:nth-child(odd),
.pricing-package-1-style-227 .features-list li:nth-child(odd),
.pricing-package-1-style-228 .features-list li:nth-child(odd),
.pricing-package-1-style-229 .features-list li:nth-child(odd) {
    color: #222;
    background-color: #F5F4FB;
}

.bg-img-1 {
    background-image: url(../images/bg-1.jpg);
    background-size: cover;
    background-blend-mode: darken;
}
.bg-img-2 {
    background-image: url(../images/bg-2.jpg);
    background-size: cover;
    background-blend-mode: darken;
}
.bg-img-3 {
    background-image: url(../images/bg-3.jpg);
    background-size: cover;
    background-blend-mode: darken;
}
.bg-img-4 {
    background-image: url(../images/bg-4.jpg);
    background-size: cover;
    background-blend-mode: darken;
}
.bg-img-5 {
    background-image: url(../images/bg-5.jpg);
    background-size: cover;
    background-blend-mode: darken;
}
.bg-img-6 {
    background-image: url(../images/bg-6.jpg);
    background-size: cover;
    background-blend-mode: darken;
}
.bg-img-7 {
    background-image: url(../images/bg-7.jpg);
    background-size: cover;
    background-blend-mode: darken;
}
.bg-img-8 {
    background-image: url(../images/bg-8.jpg);
    background-size: cover;
    background-blend-mode: darken;
}
.bg-img-9 {
    background-image: url(../images/bg-9.jpg);
    background-size: cover;
    background-blend-mode: darken;
}
.bg-img-10 {
    background-image: url(../images/bg-10.jpg);
    background-size: cover;
    background-blend-mode: darken;
}