body{
	font-family: "Raleway", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #333333;
    text-rendering: optimizelegibility;
    background-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

.headbg{
	background: -webkit-linear-gradient(45deg, #26bcd7 0%, #8ec641 100%);
	background: linear-gradient(45deg, #26bcd7 0%, #8ec641 100%);
	height: 80vh;
	position: relative;
}

.headbg::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/svg-layer-1.svg);
    background-position: center center;
    opacity: 0.4;
}

.headbg::after {
    display: block;
    content: '';
    height: 100%;
    background: url(/images/waves.svg) bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1px;
    left: -20%;
    right: -20%;
    z-index: 1;
}

footer::after {
    display: block;
    content: '';
    height: 100%;
    background: url(/images/waves2.svg) top no-repeat;
    background-size: contain;
    position: absolute;
    top: -5px;
    left: -1px;
    right: -1px;
    z-index: 1;
}

footer {
    position: relative;
}

footer .ui-gradient {
    background: -webkit-linear-gradient(45deg, #26bcd7 0%, #8ec641 100%);
	background: linear-gradient(45deg, #26bcd7 0%, #8ec641 100%);
	padding: 16rem 0 8rem 0;
}

footer .ui-gradient .container {
    position: relative;
    z-index: 2;
}

footer .footer-copyright {
    padding: 1.25rem 0;
}

.bg-dark-gray, .ui-card.bg-dark-gray, .ui-card.bg-dark-gray .card-body p {
    color: rgba(255, 255, 255, 0.85);
    background-color: #59687c;
}

.colored{
    color: #1c9f92;
}

.oswald {
    font-family: 'Oswald', sans-serif !important;
}

.raleway {
    font-family: 'raleway', sans-serif !important;
}

.bigger {
    font-size: 95px;
}

.big {
    font-size: 70px;
}

.text-white {
    color: white !important;
}
.uppercase {
    text-transform: uppercase;
}
.thin {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.semibold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.revslider-standart-small .m-width {
    max-width: 550px;
    white-space: normal;
}

.shadowtext{
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
}

.wsmainwp.wsfixed .wsmenu>.wsmenu-list>li>a {
    color: #333;
}

.section-title{
    font-size: 25px;
    color: #1c9f92;
    font-family: 'Oswald', sans-serif !important;
}

.section-stitle{
    font-size: 18px;
    color: #bbbbbb;
    font-family: 'raleway', sans-serif !important;
}

.bg-light {
    background-color: #f6f7f8 !important;
}

.bg-waves{
    position: relative;
}

.bg-waves::before {
    display: block;
    content: '';
    height: 200px;
    background: url(/images/waves2.svg) top no-repeat;
    background-size: cover;
    position: absolute;
    top: -5px;
    left: -1px;
    right: -1px;
    z-index: 0;
}

.bg-waves::after {
    display: block;
    content: '';
    height: 200px;
    background: url(/images/waves2.svg) top no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -5px;
    left: -1px;
    right: -1px;
    z-index: 0;
    transform: rotate(180deg);
}

.text-list h2{
    font-size: 16px;
    font-weight: 400;
}

.loader{
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    top:0;
    left:0;
    right:0;
    bottom:-100px;
}

.loader img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -100px;
}

body.loading{
    overflow: hidden;
}

.text-list{
    list-style-type: none;
}

.text-list li{
    line-height: 30px;
    height: 30px;
    padding-bottom: 60px;
    display: inline-block;
}

.text-list .inner-text{
    width: 70%;
}

.text-list .inner-text small{
    color: #bbbbbb;
}

.text-list .text-pointsl{
    width: 30%;
    position: relative;
}

.text-list .text-pointsl hr{
    border-top: 1px dashed #999999;
    margin-bottom: 0;
    margin-top: 10px;
    border-right: 1px dashed #999999;
    height: 10px;
}

.text-list .text-pointsl i{
    color: #ffffff;
    position: absolute;
    right: -10px;
    bottom: -18px;
    padding: 3px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
}

.text-list .text-pointsr{
    width: 30%;
    position: relative;
}

.text-list .text-pointsr hr{
    border-top: 1px dashed #999999;
    margin-bottom: 0;
    margin-top: 10px;
    border-left: 1px dashed #999999;
    height: 10px;
}

.text-list .text-pointsr i{
    color: #ffffff;
    position: absolute;
    left: -10px;
    bottom: -18px;
    padding: 3px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
}

footer .form-card {
    max-width: 600px;
    margin: -17rem auto 2rem auto;
    text-align: center;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.ui-card.ui-curve .card-header.ui-gradient-blue {
    color: rgba(255, 255, 255, 0.85);
    background: -moz-linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
	background: linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
	position: relative;
	overflow: hidden;
	padding: 2rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.ui-card.ui-curve .card-header::after {
    display: block;
    content: '';
    height: 100%;
    background: url(/images/curve-layer-gray.svg) bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -2px;
    left: -6px;
    right: -6px;
    z-index: 1;
}

.ui-card.ui-curve.color-card .card-header::after {
    background: url(/images/curve-layer.svg) bottom no-repeat;
}

.ui-card .card-body {
    padding: 30px;
    border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	flex: 1 1 auto;
	background-color: #FFF;
}

.input-group .btn {
    padding: 0 1rem;
    line-height: 35px;
}

.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0 solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 50rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #ffffff;
}

.btn.send{
	margin:0;
	border:0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.btn.shadow-lg {
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075);
}

.btn-download {
    position: relative;
    padding-left: 4rem;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	min-width: 186px;
}

.btn-download::before {
    display: block;
    content: '';
    position: absolute;
    height: 28px;
    width: 28px;
    top: 50%;
    left: 1.5rem;
    margin-top: -14px;
}

.btn-download.btn-app-store::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBjbGFzcz0ic3QwIiBkPSJNNDAuNywxMTIuMUMxNSwxNTYuOSwzMS4zLDIyNC44LDU5LjksMjY1LjljMTQuMiwyMC42LDI4LjYsMzkuMSw0OC40LDM5LjFjMC40LDAsMC43LDAsMS4xLDAKCQljOS4zLTAuNCwxNi0zLjIsMjIuNS02YzcuMy0zLjEsMTQuOC02LjMsMjYuNi02LjNjMTEuMiwwLDE4LjQsMy4xLDI1LjMsNi4xYzYuOCwzLDEzLjksNiwyNC4zLDUuOGMyMi4yLTAuNCwzNS45LTIwLjQsNDcuOS0zNy45CgkJYzEyLjYtMTguNCwxOC45LTM2LjIsMjEtNDNsMC4xLTAuM2MwLjQtMS4yLTAuMi0yLjUtMS4zLTMuMWMwLDAtMC4xLTAuMS0wLjItMC4xYy0zLjktMS42LTM4LjMtMTYuOC0zOC42LTU4LjQKCQljLTAuMy0zMy43LDI1LjgtNTEuNiwzMS01NC44bDAuMi0wLjJjMC42LTAuNCwxLTAuOSwxLjEtMS42YzAuMS0wLjcsMC0xLjMtMC40LTEuOWMtMTgtMjYuNC00NS42LTMwLjMtNTYuNy0zMC44CgkJYy0xLjYtMC4yLTMuMy0wLjItNC45LTAuMmMtMTMuMSwwLTI1LjYsNC45LTM1LjYsOC45Yy02LjksMi43LTEyLjksNS4xLTE3LjEsNS4xYy00LjYsMC0xMC43LTIuNC0xNy42LTUuMgoJCWMtOS4zLTMuNy0xOS45LTcuOS0zMS4xLTcuOWMtMC4zLDAtMC41LDAtMC44LDBDNzguOSw3My42LDU0LjMsODguNSw0MC43LDExMi4xeiIvPgoJPHBhdGggaWQ9IlhNTElEXzIzMF8iIGNsYXNzPSJzdDAiIGQ9Ik0yMTIuMSwwYy0xNS44LDAuNi0zNC43LDEwLjMtNDYsMjMuNmMtOS42LDExLjEtMTksMjkuNy0xNi41LDQ4LjRjMC4yLDEuMiwxLjEsMi4xLDIuMywyLjIKCQljMS4xLDAuMSwyLjEsMC4xLDMuMiwwLjFjMTUuNCwwLDMyLTguNSw0My40LTIyLjNjMTItMTQuNSwxOC0zMy4xLDE2LjItNDkuOEMyMTQuNSwwLjksMjEzLjQsMCwyMTIuMSwweiIvPgo8L2c+Cjwvc3ZnPgo=");
}

.btn-download span:nth-child(1) {
    font-size: 70%;
}

.btn-download span {
    display: block;
}

.ui-gradient-green {
    background: -moz-linear-gradient(45deg, #19d9b4 0%, #92d275 100%);
	background: linear-gradient(45deg, #19d9b4 0%, #92d275 100%);
}

.ui-gradient-blue {
    background: -moz-linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
    background: linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
}

.ui-gradient-peach {
    background: -moz-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
    background: linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
}

.ui-gradient-purple {
    background: -webkit-linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);
    background: linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);
}

.text-gradient-green {
    background: -moz-linear-gradient(45deg, #19d9b4 0%, #92d275 100%);
	background: linear-gradient(45deg, #19d9b4 0%, #92d275 100%);
}

.text-gradient-blue {
    background: -moz-linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
	background: linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.text-gradient-peach {
    background: -moz-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.text-gradient-purple {
    background: -webkit-linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);
	background: linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.btn-download.btn-google-play::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyODkuOCAyODkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg5LjggMjg5Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTMuNCwxMy43Yy0wLjcsMi40LTEuMiw1LjEtMS4yLDh2MjQ2LjRjMCwzLDAuNSw1LjUsMS4xLDcuOWwxMzguMy0xMzFDMTUxLjcsMTQ1LDEzLjQsMTMuNywxMy40LDEzLjd6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjA1LjYsOTMuOUw0NC4yLDQuMWMtNi40LTMuOS0xMi44LTQuOS0xOC4xLTMuNWwxMzguOSwxMzEuOUwyMDUuNiw5My45eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI2NS4xLDEyN2wtNDMuMS0yNGwtNDQuMSw0MS44bDQ1LDQyLjdsNDEuOS0yM0MyODUuMywxNTIuOSwyNzcuOCwxMzQuMSwyNjUuMSwxMjd6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUuNiwyODkuMWM1LjQsMS41LDExLjksMC42LDE4LjUtMy40bDE2MS45LTg4LjlsLTQxLjQtMzkuNEMxNjQuNywxNTcuNCwyNS42LDI4OS4xLDI1LjYsMjg5LjF6Ii8+CjwvZz4KPC9zdmc+Cg==");
}

footer .btn i{
    font-size: 14px;
}

footer .btn{
    cursor: pointer;
}

footer .footer-copyright p {
    font-size: .9rem;
    margin-bottom: 0;
    line-height: 40px;
}

.footer-copyright .container {
    position: relative;
    z-index: 2;
}

footer .btn-circle{
    width: 40px;
    line-height: 28px;
}

.device{
    position: absolute;
    z-index: 2;
}

.ui-device-slider {
    position: relative;
    width: 350px;
    margin: 0 auto;
    padding-bottom: 2rem;
}
  
.ui-device-slider .device img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
  
.ui-device-slider .screens {
    width: 320px;
    padding-top: 44px;
    padding-left: 103px;
}
  
.ui-device-slider .screens .item {
    width: 216px;
}
  
.ui-device-slider .screens .item img {
    max-width: 100%;
    height: auto;
    width: 100%;
    background-color: #FFF;
}
  
.ui-device-slider .owl-carousel.owl-theme .owl-dots {
    margin-top: 3.3rem;
}
  
.ui-device-slider .device img {
    float: none;
}

.ui-accordion-panel {
    margin-bottom: 2rem;
}
  
.ui-accordion {
    margin-bottom: 1rem;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
  
.ui-accordion a.btn-link {
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.25s ease-out;
    display: block;
}

.ui-accordion a.btn-link {
    color: #8089ff;
}
  
.ui-accordion a.btn-link:hover {
    color: #8089ff;
}
  
.ui-accordion a.btn-link.collapsed::after {
    color: #8e9bae;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 0.9rem;
}
  
.ui-accordion a.btn-link .icon {
    font-size: 1.2rem;
    margin-right: .25rem;
    line-height: .5;
}
  
.ui-accordion .btn-link.collapsed {
    color: #333333;
}
  
.ui-accordion .btn-link::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f0de';
    position: absolute;
    top: 1.5rem;
    font-size: 20px;
    line-height: 16px;
    right: 1.5rem;
    transition: transform 0.25s ease-out, color 0.25s ease-out;
    color: #8089ff;
}

.ui-card {
    background-color: #FFF;
    border-radius: 0.5rem;
}

.ui-accordion {
    margin-bottom: 1rem;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.shadow-md {
    box-shadow: 0 3px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035);
}

a, a:hover, a:focus, a:active{
    text-decoration: none !important;
}

button:focus {
    outline: none;
}

[data-vertical_center="true"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#accordion{
    z-index: 1;
}

.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border:1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
}
.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
	text-align: center;
	padding: 50px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}

.pb-6, .py-6 {
    padding-bottom: 6rem!important;
}

.ui-pricing-cards {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.ui-pricing-cards.owl-carousel {
    width: 250px;
    margin: 0 auto;
    z-index: 2;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.ui-pricing-cards.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.ui-pricing-cards.owl-carousel .owl-stage > div:nth-child(1), .ui-pricing-cards.owl-carousel .owl-stage > div:nth-child(3) {
    z-index: 1;
}

.animate {
    -webkit-animation-duration: 1250ms;
    animation-duration: 1250ms;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-in-left {
    -webkit-animation-name: fade_in_left;
    animation-name: fade_in_left;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.shadow-lg {
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.ui-card {
    background-color: #FFF;
    border-radius: 0.5rem;
}

.ui-pricing-cards.owl-carousel .owl-stage > div:nth-child(1) .ui-card {
    margin-right: -3rem;
    margin-left: 3rem;
}

#accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.5rem - 0) calc(0.5rem - 0) 0 0;
}

.ui-card .card-header {
    padding: 2rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.ui-card.ui-curve .card-header {
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 1px;
}

.ui-pricing-card .ui-card .card-header .heading {
    margin-bottom: .75rem;
    font-weight: 600;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.ui-card.ui-curve .card-body {
    background-color: #f6f7f8;
}

.ui-card .card-body {
    padding: 2rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.ui-pricing-cards.owl-carousel .owl-stage > div:nth-child(2) {
    z-index: 2;
}

.shadow-xl {
    box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}

.ui-card.ui-curve .card-header.ui-gradient-purple {
    color: rgba(255, 255, 255, 0.85);
    background: -webkit-linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);
    background: linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);
}

.ui-pricing-cards.owl-carousel .owl-stage > div:nth-child(2) .ui-card .card-header {
    padding-top: 3rem;
}

.ui-pricing-cards.owl-carousel .owl-stage > div:nth-child(2) .ui-card .card-body {
    padding-bottom: 3rem;
}

.ui-card.ui-curve.color-card .card-body {
    background-color: #FFF;
}

.ui-pricing-cards.owl-carousel .owl-stage > div:nth-child(3) .ui-card {
    margin-right: 3rem;
    margin-left: -3rem;
}

.ui-pricing-card .ui-card ul {
    list-style: none;
    padding-left: 0;
    margin-top: .75rem;
    margin-bottom: 1.5rem;
}

.ui-pricing-card .ui-card ul li {
    line-height: 2;
    font-weight: 600;
    color: #708198;
}

.ui-pricing-cards.owl-carousel .owl-stage > div:nth-child(2) .ui-card {
    margin-top: -1rem;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.top-prices{
    padding-top: 200px;
}

.text-indigo, .ui-icon-blocks .icon.text-indigo, .ui-card .card-header .heading.text-indigo, .pricing-items li .text-indigo {
    color: #8089ff;
}

.ui-pricing-card .ui-card .card-header .price {
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 1rem;
}

.ui-pricing-card .ui-card .card-header .price .curency, .ui-pricing-card .ui-card .card-header .price .period {
    font-size: 1.1rem;
    font-weight: 600;
}

.ui-pricing-card .ui-card .card-header .price .price {
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 700;
}

.ui-pricing-card .ui-card .card-header .price .curency, .ui-pricing-card .ui-card .card-header .price .period {
    font-size: 1.1rem;
    font-weight: 600;
}

.ui-pricing-card .card-header .sub-heading {
    color: #59687c;
    font-weight: 700;
    font-family: 'Oswald', sans-serif !important;
}

@media (min-width: 992px) {
	
}

@media (max-width: 991px) {
    
}

@media (min-width: 481px){
    .ui-pricing-cards.owl-carousel {
        width: 333.3333333px;
    }
}

@media (min-width: 740px){
    .ui-pricing-cards.owl-carousel {
        margin: 0 -5%;
        width: 110%;
    }
}

@media (min-width: 1200px){
    .ui-pricing-cards.owl-carousel {
        margin: 0 auto;
        width: 1000px;
    }
}