/**
 * Plugin Name: Osteo - Pricing Plan for Elementor
 * Description: This is a pricing plan for Elementor page builder.
 * Plugin URI:  http://twinkletheme.xyz/osteo
 * Version:     1.0.0
 * Author:      TwinkleTheme
 * Author URI:  https://codecanyon.net/user/twinkletheme
 * Text Domain: osteo
 */

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;
}


/*Button*/
.cmk-button {
    display: inline-block;
    text-decoration: none!important;
    color: #fff;
    z-index: 5;
}
.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;
}
.pricing-package-1-style-1 a.cmk-button,
.pricing-package-1-style-2 a.cmk-button,
.pricing-package-1-style-3 a.cmk-button,
.pricing-package-1-style-4 a.cmk-button,
.pricing-package-1-style-5 a.cmk-button,
.pricing-package-1-style-6 a.cmk-button,
.pricing-package-1-style-7 a.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: #d30c5c;
    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: #d30c5c;
    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: #d30c5c;
    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: #d30c5c;
    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: #d30c5c;
    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: 22px;
}
h5.price {
    padding: 20px 30px;
}
.trial {
    padding: 0px 30px 10px 30px;
}
.duration {
    font-size: 14px;
    font-weight: 400;
}
.special-note {
    padding: 30px;
}
.features-list {
    padding: 20px 0;
}
.features-list li:last-child {
    border-style: none!important;
    border-width: 0!important;
    border-color: transparent!important;
    border-radius: 0!important;
}
.osteo-style > i {
    margin: 30px;
}
.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;
    padding: 30px 0;
}
.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;
}

/*
*   Reset for Astra Theme
*/

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 0px;
}