/*!
Theme Name: Hostinkar Child
Template:   hostinkar
Theme URI: https://themeunique.com/wp/btourq
Author: byteflows
Author URI: https://themeforest.net/user/byteflows
Description: Hostinkar - Hosting & WHMCS WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hostinkar-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*============================================

   Theme Name: xHosting - Web Hosting HTML Template
   Author :  byteflows
   Support:
   Description: xHosting - Web Hosting HTML Template.
   Version: 1.0

==============================================*/
/* CSS Index
==============================================

    01. Theme Default CSS
    02. Header
    03. Slider
    04. Banner
    05. Features
    06. About
    07. Counter
    08. Services
    09. Cta
    10. Team
    11. Project
    12. Faq
    13. Work
    14. Video
    15. History
    16. Community
    17. Choose
    18. Client
    19. Office
    20. Support
    21. Consultation
    22. Company
    23. Testimonial
    24. Shop
    25. Blog
    26. Brand
    27. Contact
    28. Footer

==============================================*/
/*============================================
/*  01. Theme Default CSS
==============================================*/
:root {
  --tg-body-font-family: "Play"!important;
  --tg-heading-font-family: "Play"!important;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.6;
  --tg-heading-line-height: 1.2;
  --tg-body-color: #404248;
  --tg-heading-color: #131415;
  --tg-theme-primary: #17BD54;
  --tg-theme-primary-2: #3795FC;
  --tg-theme-primary-3: #FF4C4C;
  --tg-theme-secondary: #6F56DA;
  --tg-color-blue-default: #644DC5;
  --tg-color-dark-blue: #0E104B;
  --tg-color-yellow-default: #FFD247;
  --tg-color-yellow-light: #f8f7d7;
  --tg-color-white-default: #ffffff;
  --tg-color-lavender-default: #eeebff;
  --tg-color-anti-flash-default: #f1f1f1;
  --tg-color-anti-flash-2: #f4eaf4;
  --tg-color-alice-blue-default: #ecf5ff;
  --tg-color-green-default: #0FB04B;
  --tg-color-dark-green: #003313;
  --tg-color-gray-1: #b1b5bf;
  --tg-color-gray-2: #E8E8E8;
  --tg-color-gray-3: #F5F7F9;
  --tg-color-gray-4: #767982;
  --tg-color-gray-5: #B1B5BF;
  --tg-color-gray-6: #F0F1F3;
  --tg-color-gray-7: #494C55;
  --tg-color-gray-8: #F0F2F6;
  --tg-color-gray-9: #F3F1FF;
  --tg-color-gray-10: #F7F7F7;
  --tg-color-dark: #0A0B0F;
  --tg-color-dark-2: #242424;
  --tg-color-dark-3: #1F2122;
  --tg-color-dark-4: #06070A;
  --tg-color-dark-5: #1B1C1D;
  --tg-border-1: #f0f0f0;
  --tg-border-2: #d9dfe5;
  --tg-border-3: #343641;
  --tg-border-4: #EEF2F6;
  --tg-border-5: #E1E6F0;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}
.pricing__box{
	background: linear-gradient(45deg, #fff 70.19%, #def7ea 100%);
}
.pricing__item-wrap .row > *:nth-child(2) .pricing__box{
	background: linear-gradient(45deg, #fff 70.19%, #17BD54 100%);
}
.tg-btn-two, .tg-btn-two:hover, .tg-btn-two:focus-visible{
    background: transparent;
}