        /* Ocultei as linhas abaio para q o site busque os dados do template original ao invés da nova tabela*/
        /*
        h2
         {
            margin: 0;
            font-weight: 700;
            font-family: 'Montserrat', sans-serif;
            color: #3a4368 ;
        }

        a {
            font-family: 'Montserrat', sans-serif;
            color: #3a4368 ;
        }
        p {
            font-family: 'Montserrat', sans-serif;
            color: #3e445b;
        }
        a:focus, a:hover {
            text-decoration: none;
        }



        .section-title {
            margin-bottom: 80px;
            text-align: center;
        }
        .section-title span {
            color: #00BFFF;
        }
        .section-title p {
            padding: 0 230px;
            margin-top: 20px;
            color: #3e445b;
            font-size: 16px;
        }
        .section-title h2 {
            font-weight: 700;
            color: #3a4368;
            font-size: 36px;
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 20px;
        }
        .homepage-3.faq-area .section-title {
            margin-bottom: 30px;
        }
        .famework-area .section-title h2 {
            font-size: 30px;
            font-weight: 600;
            text-align: center;
            padding: 0 152px;
            line-height: 40px;
        }
        */
        .pricing-tab {
            text-align: center;
            margin-bottom: 25px;
        }
        .pricing-tab .monthly_tab_title, .pricing-tab .annual_tab_title {
            color: #6d8195;
            font-size: 16px;
            font-weight: 600;
        }
        .pricing-tab span {
            vertical-align: middle;
        }
        .pricing-tab .pricing-tab-switcher {
            height: 45px;
            width: 100px;
            background: #4682B4;
            display: inline-block;
            border-radius: 50px;
            position: relative;
            transition: all 0.3s ease;
            margin: 0 18px;
            transform: translateY(-3px);
        }
        .pricing-tab .pricing-tab-switcher:before {
            content: '';
            position: absolute;
            left: 5px;
            top: 5px;
            background: #fff;
            width: 34px;
            height: 34px;
            border-radius: 100%;
            transition: all 0.3s ease;
        }
        .pricing-tab .pricing-tab-switcher:hover {
            cursor: pointer;
        }
        .single-pricing-table {
            text-align: center;
            background: #fff;
            border: 1px solid #4682B4;
            border-radius: 5px;
            padding: 20px 0 30px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            position: relative;
            overflow: hidden;
        }
        .single-pricing-table img {
            height: 79px;
            width: 79px;
        }
        .single-pricing-table:hover
        {
            border-color: #4682B4;
            box-shadow: 0px 15px 30px 0px rgba(0, 35, 137, 0.15)
        }
        .single-pricing-table h2 {
            font-size: 24px;
            color: #3a4368;
            margin-top: 20px;
            margin-bottom: 35px;
            text-transform: capitalize;
        }
        .Homepage-1-amount h3 {
            font-size: 42px;
            font-weight: 700;
            color: #5dafef;
            position: relative;
        }
        .single-pricing-table .table-highlight {
            position: absolute;
            background-color: #4682B4;
            color: #fff;
            padding: 8px 35px 8px 37px;
            font-size: 14px;
            font-weight: 400;
            right: -20px;
            top: 35px;
            transform: rotate(-90deg);
        }
        .single-pricing-table .table-highlight:after {
            content: "";
            position: absolute;
            bottom: 13px;
            left: -19px;
            border-left: 26px solid transparent;
            border-right: 24px solid transparent;
            border-bottom: 13px solid #fff;
            transform: rotate(90deg);
        }
        .pricing-amount {
            position: relative;
        }
        .pricing-amount .currency {
            font-size: 19px;
            font-weight: 500;
            position: absolute;
            top: -7px;
            color: #4682B4;
            left: -13px;
	    height: -13px;

        }
        .pricing-amount .price{
            font-size: 42px;
            font-weight: 700;
            color: #4682B4;
        }
        .pricing-amount .subscription{
            font-size: 16px;
            font-weight: 500;
            color: #536d87;
        }
        .Homepage-1-amount span:after {
            position: absolute;
            bottom: 0;
            content: "/Annualy";
            font-size: 16px;
            font-weight: 500;
            color: #6d8195;
        }
        .pricing-amount {
            padding: 20px 0 0 30px;
        }
        .feature-area .pricing-amount{
            padding-left: 0
        }
        .pricing-content ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .pricing-content ul li {
            padding-top: 15px;
            color: #3e445b;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            font-size: 14px;
            font-weight: 500;
        }
        .pricing-content ul li:hover {
            padding-left: 5px;
        }
        .blue-btn {
            display: inline-block;
            padding: 15px 40px;
            color: #fff;
            /*background: #00BFFF; */
            background: #4682B4;

            margin-top: 30px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 500;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            text-decoration: none;
            text-transform: capitalize;
        }
        .power-area .pricing-btn.blue-btn {    
            font-size: 14px;
            font-weight: 500;
            text-transform: capitalize;
            line-height: 1.4em;
            letter-spacing: 0px;
            color: #ffffff;
            /*background-color: #00BFFF; */
            background-color: #4682B4;
            border-radius: 5px 5px 5px 5px;
            opacity: 1;
            padding: 16px 35px 14px 35px;
            margin-top: 10px;
        }
        .power-area .pricing-btn.blue-btn i {
            margin-left: 10px;
        }
        .blue-btn:hover{
            -webkit-transform: translateY(-1px);
                    transform: translateY(-1px);
            text-decoration: none;
            color: #fff;
            box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
        }
        /*----------------------------------------
                    PRICING TABLE STYLE
        ------------------------------------------*/
        .homepage-2.pricing-table-area {
            margin-top: 110px;
            padding-bottom: 35px;
        }
        .homepage-2 .homepage-2.pricing-table-area {
            margin-top: 100px;
            padding-bottom: 0px;
        }
        .homepage-2.hosting .homepage-2.pricing-table-area {
            margin-top: 0px;
            padding-bottom: 120px;
            padding-top: 115px;
            background-color: #f8f9fb;
        }
        .pricing-tab {
            text-align: center;
            margin-bottom: 25px;
        }
        .pricing-tab .monthly_tab_title, .pricing-tab .annual_tab_title {
            color: #6d8195;
            font-size: 16px;
            font-weight: 600;
        }
        .pricing-tab span {
            vertical-align: middle;
        }
        .pricing-tab .pricing-tab-switcher {
            height: 45px;
            width: 100px;
            background: #4682B4;
            display: inline-block;
            border-radius: 50px;
            position: relative;
            transition: all 0.3s ease;
            margin: 0 18px;
            transform: translateY(-3px);
        }
        .pricing-tab .pricing-tab-switcher:before {
            content: '';
            position: absolute;
            left: 5px;
            top: 5px;
            background: #fff;
            width: 34px;
            height: 34px;
            border-radius: 100%;
            transition: all 0.3s ease;
        }
        .pricing-tab .pricing-tab-switcher:hover {
            cursor: pointer;
        }
        .pricing-amount .monthly_price{
            display: block;
        }
        .pricing-amount .annual_price{
            display: none;
        }
        .pricing-amount.change-subs-duration .monthly_price{
            display: none;
        }
        .pricing-amount.change-subs-duration .annual_price{
            display: block;
        }
        .pricing-tab .pricing-tab-switcher.active:before {
            left: calc(100% - 39px);
        }
        .single-pricing-table {
            text-align: center;
            background: #fff;
            border: 1px solid #4682B4;
            border-radius: 5px;
            padding: 20px 0 30px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            position: relative;
            overflow: hidden;
        }
        .single-pricing-table img {
            height: 79px;
            width: 79px;
        }
        .single-pricing-table:hover
        {
            border-color: #4682B4;
            box-shadow: 0px 15px 30px 0px rgba(0, 35, 137, 0.15)
        }
        .single-pricing-table h2 {
            font-size: 24px;
            color: #3a4368;
            margin-top: 20px;
            margin-bottom: 35px;
            text-transform: capitalize;
        }
        .Homepage-1-amount h3 {
            font-size: 42px;
            font-weight: 700;
            color: #4682B4;
            position: relative;
        }
        .single-pricing-table .table-highlight {
            position: absolute;
            background-color: #4682B4;
            color: #fff;
            padding: 8px 35px 8px 37px;
            font-size: 14px;
            font-weight: 400;
            right: -20px;
            top: 35px;
            transform: rotate(-90deg);
        }
        .single-pricing-table .table-highlight:after {
            content: "";
            position: absolute;
            bottom: 13px;
            left: -19px;
            border-left: 26px solid transparent;
            border-right: 24px solid transparent;
            border-bottom: 13px solid #fff;
            transform: rotate(90deg);
        }
        .pricing-amount {
            position: relative;
        }
        .pricing-amount .currency {
            font-size: 19px;
            font-weight: 500;
            position: absolute;
            top: -7px;
            color: #4682B4;
            left: -13px;
        }
        .pricing-amount .price{
            font-size: 42px;
            font-weight: 700;
            color: #4682B4;
        }
        .pricing-amount .subscription{
            font-size: 16px;
            font-weight: 500;
            color: #536d87;
        }
        .Homepage-1-amount span:after {
            position: absolute;
            bottom: 0;
            content: "/Annualy";
            font-size: 16px;
            font-weight: 500;
            color: #6d8195;
        }
        .pricing-amount {
            padding: 20px 0 0 30px;
        }
        .feature-area .pricing-amount{
            padding-left: 0
        }
        .pricing-content ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .pricing-content ul li {
            padding-top: 15px;
            color: #3e445b;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            font-size: 14px;
            font-weight: 500;
        }
        .pricing-content ul li:hover {
            padding-left: 5px;
        }
        .blue-btn {
            display: inline-block;
            padding: 15px 40px;
            color: #fff;
            background: #4682B4;
            margin-top: 30px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 500;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            text-decoration: none;
            text-transform: capitalize;
        }
        .power-area .pricing-btn.blue-btn {    
            font-size: 14px;
            font-weight: 500;
            text-transform: capitalize;
            line-height: 1.4em;
            letter-spacing: 0px;
            color: #ffffff;
            background-color: #4682B4;
            border-radius: 5px 5px 5px 5px;
            opacity: 1;
            padding: 16px 35px 14px 35px;
            margin-top: 10px;
        }
        .power-area .pricing-btn.blue-btn i {
            margin-left: 10px;
        }
        .blue-btn:hover{
            -webkit-transform: translateY(-1px);
                    transform: translateY(-1px);
            text-decoration: none;
            color: #fff;
            box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
        }