@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Long+Cang&display=swap');
body {
    font-family: 'Kanit', sans-serif;
    background: #F0F4F7;
}

body.scrolled nav.navbar {
    padding-top: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
}

.featuresBlock>img {
    position: relative;
    height: 70px;
    width: 70px;
    display: block;
    margin: 15px auto;
}

.featuresBlock {
    position: relative;
    padding: 10px;
    margin-bottom: 1em;
    height: 170px;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px 0px;
    text-align: center;
    /* border: 1px solid #ddd; */
}

.headrsec {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    color: rgb(0, 0, 0);
    height: 80%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.slideroverlay {
    position: absolute;
    z-index: 100;
    top: 130px;
    left: 90px;
    padding: 40px;
    width: 700px;
    border-radius: 10px;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.slideroverlay input.form-control {
    background: #fff !important;
}

.LongCang {
    font-family: 'Long Cang', cursive;
}

h2.display-4 {
    font-weight: 600;
    color: #ec3642;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-size: 40px;
}

#contact {
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    /*    height: 26vw;*/
    margin-top: 60px;
    padding-bottom: 60px !important;
}

.form-control {
    min-height: 50px!important;
    border-width: 0px !important;
    background: rgba(0, 0, 0, 0.05) !important;
}

.greybg {
    background: #F0F4F7 !important;
}

.scrolled a.nav-link.text-white {
    color: #000!important;
}

.navbar.fixed-top {
    padding-top: 0px;
    transition: .5s ease-in-out;
    animation-name: navbar;
    animation-duration: 1s;
}

@keyframes navbar {
    from {
        top: -100px;
    }
    to {
        top: 0px;
    }
}

.content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}

ul.fancylist {
    list-style: disc;
    line-height: 40px;
}

section {
    position: relative;
}

section.sectionpad {
    padding: 0rem 0rem;
    background-color: #fff;
}

.content h1 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.mainslider .owl-item {
    background-color: #ffffff;
}

.owl-item>.item {
    transition: all 1s;
    opacity: 0;
    transform: scale(.8)!important;
}

.owl-item.active>.item {
    opacity: 1;
    transform: scale(1)!important;
}

.owl-item.active>.item>.content>h1 {
    transform: translate(0px, 0px);
    opacity: 1;
}

.mainslider .item>img {
    height: 900px;
    width: 100%;
    object-fit: cover;
}

.item>.content h1 {
    transform: translate(0px, -80px);
    opacity: 0;
    transition: all 1s .5s;
}

button.owl-next {
    right: 0;
}

.owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-nav span {
    display: block;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    padding: 10px 20px;
    background: #EC3642;
    color: #fff;
    height: 50px;
    line-height: 16px;
}

h3.sectionHead {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ec3642;
}

h3.sectionHead:after {
    content: "";
    display: block;
    height: 5px;
    width: 100px;
    background: #000;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 10PX;
}

h2.timer.count-title.count-number {
    margin-top: 20px;
    font-size: 4rem;
    font-weight: 100;
}

section#statistics .fa {
    height: 140px;
    width: 140px;
    background: #ec3642;
    display: block;
    text-align: center;
    line-height: 140px;
    color: #fff;
    border-radius: 70px;
    margin: 0 auto;
    transition: all 1s;
}

section#statistics .col-md-3:hover .fa {
    transform: rotateY(360deg);
}

#statistics {
    background-image: url(../images/home-modern-bg-autor.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

button.btn.btn-theme,
button.btn.btn-theme:hover {
    background: #ffffff;
    color: #ec3642;
    box-shadow: 0px 0px 20px 0px rgba(236, 54, 66, .5);
}

button.btn.btn-theme {
    background: #ec3642;
    color: #fff;
    font-weight: 700;
    border: 2px solid #ec3642;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all .5s;
    box-shadow: 0px 0px 0px 0px rgba(236, 54, 66, .5);
}

.fc-button-primary:hover,
.fc-button-primary {
    color: #fff;
    background-color: #ec3642 !important;
    border-color: #d83b45 !important;
}


/* footer.bg-footer {
    background: #333333;
} */

footer.bg-footer * {
    color: #fff;
}

#aboutSec {
    background-image: url(https://www.ltattest.sportswiz.asia/assets/frontend/images/page_image.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transition: all .5s;
    transform: translate(0px, 120px);
    opacity: 0;
    background-color: #fff;
}

section#aboutSec.animate {
    opacity: 1;
    transform: translate(0px, 0px);
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 10;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 110px;
    bottom: -1px;
    /*     background-image: linear-gradient(to top, #86377b 20%, #27273c 80%); */
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 110px;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
    bottom: 0;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #24242b;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: 50% 50%;
}

section#players {
    background: #eee;
}

.playerpofile>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.playerpofile {
    overflow: hidden;
    height: 350px;
    border-radius: 20px;
    position: relative;
}

.playerpofile>h5 {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    background: rgba(23, 23, 23, 0.4);
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
}

#bookcourt {
    background-image: url(https://www.cloudaccess9.com/assets/frontend/images/home-modern-bg-autor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.buttongroup {
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

.buttongroup>input {
    background: #fff!important;
}

.buttongroup>button,
.buttongroup>select,
.buttongroup>input {
    border-radius: 0px;
    height: 50px;
    border: 1px solid #eee!important;
}

.buttongroup:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.buttongroup:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


/*.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker {
    margin-bottom: 3rem;
}*/

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
     This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

img.example-image {
    height: 300px;
    width: 33%;
    object-fit: cover;
    margin-bottom: 3px;
}

.ourcenters>ul.list-group {
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    height: 500px;
    overflow: auto;
}

li.list-group-item.media {
    display: flex;
}

.ourcenters>ul.list-group i {
    font-size: 23px;
    color: #ec3642;
}

.productholder {
    text-align: center;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    transition: all .5s;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .1)!important;
    position: relative;
}

.whiteWell {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: -340px;
    FONT-WEIGHT: 100;
}

.productholder:hover button.addtocart {
    opacity: 1;
    transform: translate(0px, 0px);
}

button.addtocart {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    border-width: 0;
    background: #ec3642;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    opacity: 0;
    transition: all .5s;
    transform: translate(0px, 50px);
    z-index: 10;
}

.productholder:before {
    content: "";
    display: block;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
    border: 1px solid #EC3642;
    position: absolute;
    transition: all .5s .5s;
    opacity: 0;
    transform: scale(0);
    z-index: 10;
}

.productholder:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: all .3s;
    transform: scale(0);
    border-radius: 100%;
}

.productholder:hover:before,
.productholder:hover:after {
    opacity: 1;
    transition: all .5s;
    transform: scale(1);
    border-radius: 0px;
}

footer {
    padding-top: 10px;
}

.coachingBG {
    height: 150px;
    width: 100%;
    background-color: #000;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.coachingBG>img.profileimgg {
    height: 130px !important;
    width: 130px !important;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: 70px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .3);
}

img.bluredbg {
    width: 100%!important;
    height: 100%!important;
    border-radius: 0px;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(3px);
    opacity: .5;
}

.coaches .coachingBG {
    margin-bottom: 60px;
}

.coaches .playerpofile>h5 {
    position: relative;
    background: no-repeat;
    color: #000;
}

.coaches .playerpofile {
    height: auto;
    padding-bottom: 10px;
    background-color: #fff;
}

.pricingTable {
    margin: 40px auto;
}

.pricingTable>.pricingTable-title {
    text-align: center;
    color: #6e768d;
    font-size: 3em;
    font-size: 300%;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}

.pricingTable>.pricingTable-subtitle {
    text-align: center;
    color: #b4bdc6;
    font-size: 1.8em;
    letter-spacing: 0.04em;
    margin-bottom: 60px;
}

.product {
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.items,
.summary {
    /* background: #f5f5f5; */
    padding: 25px;
    border-top: 3px solid #EC3642!important;
    border: 1px solid #ddd;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.product-name>a {
    font-weight: bold;
    color: #ec3642;
}

.product-info {
    margin-top: 10px;
}

.roundPhotoLg {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.roundPhotoLg>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bioDiv {
    margin-bottom: 30px;
    background: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
}

.tabs {
    padding-bottom: 20px !important;
}

.active.tabs:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background: transparent;
    border-width: 0px 20px 10px 20px;
    border-color: transparent transparent #ec3642 transparent;
    border-style: solid;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 19px);
}

@media screen and (max-width: 480px) {
    .pricingTable>.pricingTable-subtitle {
        margin-bottom: 30px;
    }
}

.pricingTable-firstTable {
    list-style: none;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
}

.pricingTable-firstTable_table {
    vertical-align: middle;
    width: 31%;
    background-color: #fff;
    display: inline-block;
    padding: 0px 30px 40px;
    text-align: center;
    max-width: 320px;
    transition: all 0.3s ease;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table {
        display: block;
        width: 90%;
        margin: 0 auto;
        max-width: 90%;
        margin-bottom: 20px;
        padding: 10px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table>* {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table>* {
        display: block;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table:after {
        display: table;
        content: '';
        clear: both;
    }
}

.pricingTable-firstTable_table:hover {
    transform: scale(1.08);
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table:hover {
        transform: none;
    }
}

.pricingTable-firstTable_table:not(:last-of-type) {
    margin-right: 3.5%;
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table:not(:last-of-type) {
        margin-right: auto;
    }
}

.pricingTable-firstTable_table:nth-of-type(2) {
    position: relative;
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table:nth-of-type(2) h1 {
        padding-top: 8%;
    }
}

.pricingTable-firstTable_table:nth-of-type(2):before {
    content: 'Most Popular';
    position: absolute;
    color: white;
    display: block;
    background-color: #3bbdee;
    text-align: center;
    right: 15px;
    top: -25px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 0.5em;
    padding-top: 22px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    transition: all 0.5s ease;
}

@media screen and (max-width: 988px) {
    .pricingTable-firstTable_table:nth-of-type(2):before {
        font-size: 0.6em;
    }
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table:nth-of-type(2):before {
        left: 10px;
        width: 45px;
        height: 45px;
        top: -10px;
        padding-top: 13px;
    }
}

@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table:nth-of-type(2):before {
        font-size: 0.8em;
    }
}

.pricingTable-firstTable_table:nth-of-type(2):hover:before {
    transform: rotate(360deg);
}

.pricingTable-firstTable_table__header {
    font-size: 1.6em;
    padding: 40px 0px;
    border-bottom: 2px solid #ebedec;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 1068px) {
    .pricingTable-firstTable_table__header {
        font-size: 1.45em;
    }
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__header {
        padding: 0px;
        border-bottom: none;
        float: left;
        width: 33%;
        padding-top: 3%;
        padding-bottom: 2%;
    }
}

@media screen and (max-width: 610px) {
    .pricingTable-firstTable_table__header {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table__header {
        float: none;
        width: 100%;
        font-size: 1.8em;
        margin-bottom: 5px;
    }
}

.pricingTable-firstTable_table__pricing {
    font-size: 3em;
    padding: 30px 0px;
    border-bottom: 2px solid #ebedec;
    line-height: 0.7;
}

@media screen and (max-width: 1068px) {
    .pricingTable-firstTable_table__pricing {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__pricing {
        border-bottom: none;
        padding: 0;
        float: left;
        clear: left;
        width: 33%;
    }
}

@media screen and (max-width: 610px) {
    .pricingTable-firstTable_table__pricing {
        font-size: 2.4em;
    }
}

@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table__pricing {
        float: none;
        width: 100%;
        font-size: 3em;
        margin-bottom: 10px;
    }
}

.pricingTable-firstTable_table__pricing span:first-of-type {
    font-size: 0.35em;
    vertical-align: top;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 1068px) {
    .pricingTable-firstTable_table__pricing span:first-of-type {
        font-size: 0.3em;
    }
}

.pricingTable-firstTable_table__pricing span:last-of-type {
    vertical-align: bottom;
    font-size: 0.3em;
    letter-spacing: 0.04em;
    padding-left: 0.2em;
}

@media screen and (max-width: 1068px) {
    .pricingTable-firstTable_table__pricing span:last-of-type {
        font-size: 0.25em;
    }
}

.pricingTable-firstTable_table__options {
    list-style: none;
    padding: 15px;
    font-size: 0.9em;
    border-bottom: 2px solid #ebedec;
}

@media screen and (max-width: 1068px) {
    .pricingTable-firstTable_table__options {
        font-size: 0.85em;
    }
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__options {
        border-bottom: none;
        padding: 0;
        margin-right: 10%;
    }
}

@media screen and (max-width: 610px) {
    .pricingTable-firstTable_table__options {
        font-size: 0.7em;
        margin-right: 8%;
    }
}

@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table__options {
        font-size: 1.3em;
        margin-right: none;
        margin-bottom: 10px;
    }
}

.pricingTable-firstTable_table__options>li {
    padding: 8px 0px;
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__options>li {
        text-align: left;
    }
}

@media screen and (max-width: 610px) {
    .pricingTable-firstTable_table__options>li {
        padding: 5px 0;
    }
}

@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table__options>li {
        text-align: center;
    }
}

.pricingTable-firstTable_table__options>li:before {
    content: 'âœ“';
    display: inline-block;
    margin-right: 15px;
    color: white;
    background-color: #74ce6a;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 0.8em;
    padding: 2px;
    text-align: center;
}

@media screen and (max-width: 1068px) {
    .pricingTable-firstTable_table__options>li:before {
        width: 14px;
        height: 14px;
        padding: 1.5px;
    }
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__options>li:before {
        width: 12px;
        height: 12px;
    }
}

.pricingTable-firstTable_table__getstart {
    color: white;
    background-color: #71ce73;
    margin-top: 30px;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px;
    box-shadow: 0px 3px 0px 0px rgba(102, 172, 100, 1);
    letter-spacing: 0.07em;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1068px) {
    .pricingTable-firstTable_table__getstart {
        font-size: 0.95em;
    }
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__getstart {
        margin-top: 0;
    }
}

@media screen and (max-width: 610px) {
    .pricingTable-firstTable_table__getstart {
        font-size: 0.9em;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table__getstart {
        font-size: 1em;
        width: 50%;
        margin: 10px auto;
    }
}

.pricingTable-firstTable_table__getstart:hover {
    transform: translateY(-10px);
    box-shadow: 0px 40px 29px -19px rgba(102, 172, 100, 0.9);
}

@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__getstart:hover {
        transform: none;
        box-shadow: none;
    }
}

.pricingTable-firstTable_table__getstart:active {
    box-shadow: inset 0 0 10px 1px rgba(102, 165, 100, 1), 0px 40px 29px -19px rgba(102, 172, 100, 0.95);
    transform: scale(0.95) translateY(-9px);
}

@media screen and (max-width: 767px) {
    .mainslider .item>img {
        min-height: 870px;
    }
    .slideroverlay .display-4 {
        font-size: 50px;
        line-height: 35px;
    }
    .slideroverlay p {
        line-height: 26px!important;
    }
    .slideroverlay {
        padding: 12px;
    }
    .pricingTable-firstTable_table__getstart:active {
        transform: scale(0.95) translateY(0);
        box-shadow: none;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    background-color: #f0f4f7;
    color: #717787;
}

@media screen and (max-width: 960px) {
    body {
        font-size: 80%;
    }
    .slideroverlay {
        width: calc(100% - 120px);
        left: 60px;
        padding: 20px;
    }
}

@media screen and (max-width: 776px) {
    body {
        font-size: 70%;
    }
}

@media screen and (max-width: 496px) {
    body {
        font-size: 50%;
    }
}

@media screen and (max-width: 320px) {
    body {
        font-size: 40%;
    }
}

@media only screen and (max-width: 992px) {
    img.example-image {
        height: 200px;
        width: 50%;
    }
    .waveWrapper.waveAnimation {
        display: none;
    }
    h3.sectionHead,
    .content h1 {
        font-size: 2rem;
    }
    .content>h5 {
        font-size: 1rem;
    }
    .content {
        padding: 40px;
        text-align: center;
    }
    section.sectionpad {
        padding: 3rem 0rem;
    }
    #aboutSec {
        background-position: right bottom;
    }
}

.error {
    color: red;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .3s ease;
    opacity: 0;
    background-color: #eee;
}

.featuresBlock:hover .overlay {
    opacity: 0.5;
}

.text {
    color: white;
    font-family: sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.overlayleft {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
}

.featuresBlock:hover .overlayleft {
    width: 100%;
}

.icon {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.slider_spacing {
    margin-top: 170px;
}

.red_gradient {
    background: linear-gradient(180.27deg, #FFFFFF 20.48%, #FFECEC 48.08%, #FBBBBB 74.68%, #E94E4E 97.76%);
    transform: rotate(-0.06deg);
}

.card .card-header {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
}

.card {
    box-shadow: 0 2px 20px 0 rgba(110, 130, 280, .18);
    text-align: left;
}

.btn-link {
    width: 100%;
    height: 60px;
    color: #ec3642 !important;
    font-weight: bold !important;
    text-align: left !important;
    text-decoration: none !important;
}

.card-body {
    background-color: #f3f9faf3;
}

.btn-link:after {
    content: '\2212';
    width: 35px;
    font-size: 25px;
    text-align: center;
    border-radius: 10px;
    right: 15px;
    top: 11px;
    position: absolute;
    background: f3f9faf3;
}

.btn-link.collapsed:after {
    content: '\002B';
}

.btn-link:before {
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    background: #ffffff;
    z-index: 1;
    transform: rotate(45deg);
    left: 30px;
    top: 46px;
}