.bg-custom{
    background: #262542;
}
.menuzord-menu > li > a {
    color: white;
    font-size: 18px;
}
.menuzord-menu > li > a > i {
    margin: 0 5px 0 0;
    font-size: 28px;
    float: left;
    line-height: 20px;
}
.search-input{
    background: #262542;
    height: 3rem;
    margin-top: 5%;
    width: 64%;
}
.card-bg{
    background: #00b19f;
}

.card-bg:hover{
    background: #3eb54f;
}

.privacypolicy{
    color:#00b19f;}

 .text-newsletter{
        font-size: 32px;
        color: #00b19f;
        text-transform: uppercase;
        font-weight: bold;
    }

.button-newsletter{
    height: 45px;
    background: #00b19f;
}
.bg-theme-colored {
    background-color: #262542;
}
p.address-head {
    font-size: 16px;
    color: black;
    font-weight: 600;
}
p.address-body-text {
    font-size: 14px;
    color: black;
    margin: 1px;
}
.widget.dark .widget-title {
    color: #00af9d;
    font-size: 23px;
    font-weight: 700;
}
.line-bottom-theme-colored-2:after{
    background: #00af9d;
}
/*
.footer a {
    color: black;
    font-size: 15px;
}*/
.pull-right.sm-pull-none.mb-sm-15{
    width: 28%;
}
.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: #00af9d;
  color: #fff;
}
h4.entry-title.text-white.text-uppercase.font-weight-600.m-0.mt-5 {
    text-align: center;
    font-size: 11px;
    /* margin: 10px auto; */
}
h3.article-heading {
    font-size: 30px;
    word-break: normal;
    text-align: center;
    font-weight: bold;
    color: #00b19f;
    letter-spacing: 4px;
    margin-bottom: 10%;
}
h3.article {
    font-size: 30px;
    word-break: normal;
    font-weight: bold;
    color: #00b19f;
    letter-spacing: 2px;
}
.course-list-block.clearfix.mb-30 {
    text-align: center;
}
.border-right{
    border-right: 1px solid #000 !important;
}
.border-left{
    border-left: 1px solid #000 !important;
}
a.text-uppercase.mt-5 {
    color: #00b19f;
}
.line-bottom:after{
    border: 1px solid #00b19f;
}
.border-bottom-dooter{
    border-bottom: 3px dotted;
    padding: 10px;
}
.text-theme-colored2 {
    color: #43af9d !important;
}
.double-line-bottom-theme-colored-2:before ,.double-line-bottom-theme-colored-2:after {
    background: #43af9d !important;
}
.btn-bluee {
    color: #fff;
    background-color: #00b19f;
    border-color: #00b19f;
}
.btn-bluee:hover {
    color: #fff;
    background-color: #00b19f;
    border-color: #00b19f;
}
section {
    position: relative;
    font-size: 17px;
}
.text-color{
    color: #00b19f;
}


.order-heading {
    position: absolute;
    bottom: 0;
    padding: 5px 15px;
}
h2.package-type.text-uppercase.text-white {
    background: #00b19f;
    padding: 37px;
    margin: 0;
    font-size: 23px;
}
.description.p-10{
    border-bottom: 3px dotted;
    margin: 5px;
    font-size: 17px;
}
section#pricing {
    font-size: 18px;
    color: black;
}
.p-31{
    padding: 31px;
}
.text-price{
    font-size: 29px;
    color: gray;
}
.pricing-table {
    border: 1px solid #00b19f;
    margin-bottom: 30px;
    position: relative;
    min-height: 80rem;
}
.pricing-table-gold-table {
    border: 1px solid hsl(44deg 72% 44%);
}
.pricing-table-silver-table {
    border: 1px solid hsl(0deg 0% 62%);
}
.pricing-table-bronze-table {
    border: 1px solid  hsl(32deg 33% 47%);
}
.gold-btn{
    border: 1px solid hsl(44deg 72% 44%);
    background:  hsl(44deg 72% 44%);
}
.silver-btn{
    border: 1px solid hsl(0deg 0% 62%);
    background:  hsl(0deg 0% 62%);
}
.bronze-btn{
    border: 1px solid hsl(32deg 33% 47%);
    background:  hsl(32deg 33% 47%);
}
.pricing-table-2{
    min-height: 56rem;
}
h2.package-type.text-uppercase.text-white.gold-member {
    background: hsl(44deg 72% 44%);
}
h2.package-type.text-uppercase.text-white.silver-member {
    background: hsl(0deg 0% 62%);
}
h2.package-type.text-uppercase.text-white.bronze-member {
    background: hsl(32deg 33% 47%);
}
.img-fullwidth-calculator {
    width: 100% !important;
    height: 15rem;
}
@media (max-width : 2000px) {
    .desktop-d-none{
    display: none  !important;
}
}
@media (max-width: 900px){
.menuzord-responsive .menuzord-menu > li > a {
    /* padding: 12px 20px !important; */
    color: black;
}
.pull-right.sm-pull-none.mb-sm-15 {
    display: none;
}

.mobile-d-none{
    display: none;
}
.desktop-d-none{
    display: block  !important;
}
}