It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://testcone.com/

  1. <!doctype html>
  2. <html class="no-js" lang="zxx">
  3.  
  4. <head>
  5.    <meta charset="utf-8">
  6.    <meta http-equiv="x-ua-compatible" content="ie=edge">
  7.    <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
  8.  
  9.    <title>TESTCONE | Testing &amp; Evaluation</title>
  10.  
  11.    <meta name="description"
  12.        content="Testing Software | Evaluation Management | Training Management | Employee Training |Professional Training | Assessments | TestCone">
  13.    <link rel="canonical" href="https://testcone.com/about-us">
  14.    <meta property="og:locale" content="en_US">
  15.    <meta property="og:type" content="article">
  16.    <meta property="og:title" content="Testing Evaluation Software | TestCone">
  17.    <meta property="og:description"
  18.        content="Testing Software | Evaluation Management | Training Management | Employee Training |Professional Training | Assessments | TestCone">
  19.    <meta property="og:url" content="https://testcone.com/about-us">
  20.    <meta property="og:site_name" content="Edublooms">
  21.    <meta property="article:publisher" content="https://www.facebook.com/testconefb">
  22.    <meta property="article:modified_time" content="2020-08-21T15:12:49+00:00">
  23.    <meta property="og:image" content="https://testcone.com/home/images/logo/logo.png">
  24.    <meta property="og:image:width" content="374">
  25.    <meta property="og:image:height" content="68">
  26.  
  27.    <meta name="twitter:card" content="summary">
  28.    <meta name=" twitter:site" content="@testcone1">
  29.    <meta name="twitter:creator" content="@testcone1" />
  30.    <meta name="description" content="">
  31.    <meta name="viewport" content="width=device-width, initial-scale=1">
  32.  
  33.    <!-- Favicons -->
  34.    <link rel="shortcut icon" type="image/x-icon" href="https://testcone.com/images/favicon.ico">
  35.    <link rel="apple-touch-icon" href="images/icon.png">
  36.  
  37.    <!-- Google font (font-family: 'Roboto', sans-serif;) -->
  38.    <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
  39.    <!-- Google font (font-family: 'Roboto Condensed', sans-serif;) -->
  40.    <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" rel="stylesheet">
  41.  
  42.    <!-- Stylesheets -->
  43.    <link rel="stylesheet" href="https://testcone.com/home/css/bootstrap.min.css">
  44.    <link rel="stylesheet" href="https://testcone.com/home/css/plugins.css">
  45.    <link rel="stylesheet" href="https://testcone.com/home/style.css">
  46.  
  47.    <!-- Color Variations -->
  48.    <link rel="stylesheet" href="https://testcone.com/home/css/color-variations.css">
  49.  
  50.    <!-- Cusom css -->
  51.    <link rel="stylesheet" href="https://testcone.com/home/css/custom.css">
  52.  
  53.    <!-- login css -->
  54.    <link rel="stylesheet" href="https://testcone.com/css/login_form/style.css">
  55.  
  56.    <!-- Modernizer js -->
  57.    <script src="https://testcone.com/home/js/vendor/modernizr-3.5.0.min.js"></script>
  58.  
  59.    <!-- Fontawsome -->
  60.    <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
  61.        integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
  62.    <!-- Calendly badge widget begin -->
  63.    <style>
  64.        .calendly-badge-widget {
  65.            right: auto !important;
  66.        }
  67.  
  68.    </style>
  69.    <link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
  70.    <script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
  71.    <script type="text/javascript">
  72.        window.onload = function() {
  73.            Calendly.initBadgeWidget({
  74.                url: 'https://calendly.com/request-testcone-demo',
  75.                text: 'Schedule Demo/Meeting',
  76.                color: '#0069ff',
  77.                textColor: '#ffffff',
  78.                branding: false
  79.            });
  80.        }
  81.    </script>
  82.  
  83.    <!-- Calendly badge widget end -->
  84.    <style>
  85.    .courses-container {
  86.  
  87. }
  88.  
  89. .course {
  90. background-color: #fff;
  91. border-radius: 10px;
  92. box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  93. display: flex;
  94. max-width: 100%;
  95. margin: 20px;
  96. overflow: hidden;
  97. width: 700px;
  98. }
  99.  
  100. .course h6 {
  101. opacity: 0.6;
  102. margin: 0;
  103. letter-spacing: 1px;
  104. text-transform: uppercase;
  105. }
  106.  
  107. .course h2 {
  108. letter-spacing: 1px;
  109. margin: 10px 0;
  110. }
  111.  
  112. .course-preview {
  113. background-color: #f6644f;
  114. color: #fff;
  115. padding: 30px;
  116. max-width: 250px;
  117. }
  118.  
  119. .course-preview a {
  120. color: #fff;
  121. display: inline-block;
  122. font-size: 12px;
  123. opacity: 0.6;
  124. margin-top: 30px;
  125. text-decoration: none;
  126. }
  127.  
  128. .course-info {
  129. padding: 30px;
  130. position: relative;
  131. width: 100%;
  132. }
  133.  
  134. .course-info h6 {
  135. text-transform: none !important;
  136.    color: black;
  137. }
  138.  
  139. .progress-container {
  140. position: absolute;
  141. top: 30px;
  142. right: 30px;
  143. text-align: right;
  144. width: 150px;
  145. }
  146.  
  147. .progress {
  148. background-color: #ddd;
  149. border-radius: 3px;
  150. height: 5px;
  151. width: 100%;
  152. }
  153.  
  154. .progress::after {
  155. border-radius: 3px;
  156. background-color: #2A265F;
  157. content: '';
  158. position: absolute;
  159. top: 0;
  160. left: 0;
  161. height: 5px;
  162. width: 66%;
  163. }
  164.  
  165. .progress-text {
  166. font-size: 10px;
  167. opacity: 0.6;
  168. letter-spacing: 1px;
  169. }
  170.  
  171. .course-info .btn {
  172. background-color: #f6644f;
  173. border: 0;
  174. border-radius: 50px;
  175. box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  176. color: #fff;
  177. font-size: 16px;
  178. padding: 12px 25px;
  179. position: absolute;
  180. bottom: 30px;
  181. right: 30px;
  182. letter-spacing: 1px;
  183. }
  184. </style>
  185.    <style >[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid] {display: none;}[wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short], [wire\:loading\.delay\.long], [wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest] {display:none;}[wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {animation-duration: 50000s;animation-name: livewireautofill;}@keyframes livewireautofill { from {} }</style>
  186.    <!-- Global site tag (gtag.js) - Google Analytics -->
  187.    <script async src="https://www.googletagmanager.com/gtag/js?id=G-DJTYQ4RJZ6"></script>
  188.    <script>
  189.        window.dataLayer = window.dataLayer || [];
  190.  
  191.        function gtag() {
  192.            dataLayer.push(arguments);
  193.        }
  194.        gtag('js', new Date());
  195.  
  196.        gtag('config', 'G-DJTYQ4RJZ6');
  197.    </script>
  198.    <!-- Sweetalert2 -->
  199.    <link rel="stylesheet" href="https://testcone.com/home/sweetalert2/sweetalert2.min.css">
  200.    <script src="https://testcone.com/home/sweetalert2/sweetalert2.min.js"></script>
  201.    <style>
  202.        .goog-te-gadget .goog-te-combo {
  203.            color: grey !important;
  204.            height: 25px;
  205.        }
  206.  
  207.    </style>
  208. </head>
  209.  
  210. <body>
  211.  
  212.    <!-- Add your site or application content here -->
  213.  
  214.    <!-- Main wrapper -->
  215.    <div class="wrapper" id="wrapper">
  216.  
  217.        <!-- Header -->
  218. <header class="header header-style-1 megamenu-container bg-white sticky-header">
  219.  
  220.     <div class="container d-none d-lg-block">
  221.         <div class="row">
  222.             <div class="col-lg-12">
  223.                 <div class="header-inner">
  224.                     <div class="logo">
  225.                         <a href="https://testcone.com">
  226.                             <img src="https://testcone.com/home/images/logo/logo.png" alt="logo secondary dark">
  227.                         </a>
  228.                     </div>
  229.                     <nav class="menu">
  230.                         <ul>
  231.                             <li class="">
  232.                                 <a href="https://testcone.com">Home</a>
  233.                             </li>
  234.                             <li class="">
  235.                                 <a href="https://testcone.com/about-us">ABOUT US</a>
  236.                             </li>
  237.                             <li class="">
  238.                                 <a href="https://testcone.com/pricing">Pricing</a>
  239.                             </li>
  240.                             <li class="">
  241.                                 <a href="https://testcone.com/all-blogs">BLOGS</a>
  242.                             </li>
  243.                             <li class="">
  244.                                 <a href="https://testcone.com/contact-us">CONTACT</a>
  245.                             </li>
  246.                             <li class="">
  247.                                 <a href=" https://testcone.com/cart"><i class="fas fa-shopping-cart fa-lg"></i><sup>
  248.                                                                              </sup></a>
  249.                             </li>
  250.                         </ul>
  251.                     </nav>
  252.                    
  253.                                              
  254.                         <span>
  255.                             <button type="button" data-toggle="modal" data-target="#user_login_form"
  256.                                 class="cr-btn cr-btn-sm cr-btn-round">Login
  257.                             </button>
  258.                             <a href="https://testcone.com/register/1" class="cr-btn cr-btn-sm cr-btn-round"
  259.                                 style="background: #3e4ba7;">
  260.                                 Sign up
  261.                             </a>
  262.                         </span>
  263.                                      </div>
  264.             </div>
  265.         </div>
  266.     </div>
  267.  
  268.     <!-- Mobile Menu -->
  269.     <div class="mobile-menu-wrapper">
  270.         <div class="container d-block d-lg-none">
  271.             <div class="mobile-menu clearfix">
  272.                 <a class="mobile-logo" href="https://testcone.com">
  273.                     <img src="https://testcone.com/home/images/logo/logo.png" alt="mobile logo">
  274.                 </a>
  275.                                      <button type="button" data-toggle="modal" data-target="#user_login_form"
  276.                         class="cr-btn cr-btn-sm cr-btn-round"> <span>Login</span></button>
  277.                     <button type="button" class="cr-btn cr-btn-sm cr-btn-round"
  278.                         style="background: #3e4ba7;text-transform:none;"
  279.                         onClick="location.href='https://testcone.com/register/1'">
  280.                         Sign up
  281.                     </button>
  282.                              </div>
  283.         </div>
  284.     </div>
  285.     <!-- //Mobile Menu -->
  286.  
  287. </header>
  288. <!-- //Header -->
  289.  
  290. <!-- Modal -->
  291. <div class="modal fade" id="user_login_form" tabindex="-1" role="dialog" aria-labelledby="staticBackdropLabel"
  292.     aria-hidden="true">
  293.     <div class="modal-dialog modal-lg modal-dialog-centered">
  294.         <div class="modal-content">
  295.            
  296.             <section style="margin-left:-16px;margin-right:-16px;">
  297.    <div class="container-fluid">
  298.        <div class="row">
  299.            <div class="col-md-12 col-12">
  300.                <div class="wrap d-md-flex">
  301.                    <div class="login-wrap p-4 p-md-5">
  302.                                                <div class="d-flex">
  303.                            <div class="w-100">
  304.                                <h3 class="mb-4">Sign In</h3>
  305.                            </div>
  306.                            
  307.                        </div>
  308.                                                <form method="POST" action="https://testcone.com/login" class="signin-form">
  309.                            <input type="hidden" name="_token" value="oik5dku6cnisgSHrivNAu59b6QVz3nFR3wl1yW8X">                            <div class="form-group mb-3">
  310.                                <label class="label" for="name">Email</label>
  311.                                <input type="email" id="email_id" class="form-control" placeholder="email" required
  312.                                    name="email" value="">
  313.                            </div>
  314.                            <div class="form-group mb-3">
  315.                                <label class="label" for="password">Password</label>
  316.                                <input type="password" class="form-control" placeholder="Password" name="password"
  317.                                    required autocomplete="current-password">
  318.                            </div>
  319.                            <div class="form-group mb-3">
  320.                                <div class="custom-control custom-checkbox">
  321.                                    <input type="checkbox" class=" custom-control-input " id="customCheck1" checked>
  322.                                    <label class="custom-control-label" for="customCheck1">Remember password</label>
  323.                                </div>
  324.                            </div>
  325.                            <div class="form-group">
  326.                                <button type="submit" class="form-control btn rounded px-3"
  327.                                    style="background:#007bff;color:white;">Sign In <i
  328.                                        class="fas fa-sign-in-alt ml-2"></i></button>
  329.                            </div>
  330.                            <div class="form-group d-md-flex">
  331.                                                                    <div class="w-100 text-left">
  332.                                        <a class="text-primary" href="https://testcone.com/forgot-password"
  333.                                            style="text-decoration: underline;">Forgot your password?</a>
  334.                                        <input type="hidden" value="" name="account">
  335.                                    </div>
  336.                                                            </div>
  337.                            <a href="https://testcone.com/auth/google">
  338.                                <img src="https://developers.google.com/identity/images/btn_google_signin_dark_normal_web.png"
  339.                                    style="margin-left: 3em;">
  340.                            </a>
  341.                        </form>
  342.                        
  343.                    </div>
  344.                    <div class="img"
  345.                        style="background-image: url(https://testcone.com/images/login/LoginImage5.jpg);"></div>
  346.                </div>
  347.            </div>
  348.  
  349.        </div>
  350.    </div>
  351. </section>
  352.            
  353.         </div>
  354.     </div>
  355. </div>
  356. <style>
  357.    .form-control-borderless {
  358.        border: none;
  359.    }
  360.  
  361.    .form-control-borderless:hover,
  362.    .form-control-borderless:active,
  363.    .form-control-borderless:focus {
  364.        border: none;
  365.        outline: none;
  366.        box-shadow: none;
  367.    }
  368. </style>
  369. <!-- Top Banner -->
  370. <div class="banner-area banner-slider-active-with-navigation animated-slider-content-2 cr-slider-navigation-1 squre-navigation" style="height: 400px;">
  371.            <!-- Single Banner -->
  372.        <div class="single-banner  bg-pos-bottom" data-black-overlay="5" style="background-repeat: no-repeat;background-size: cover; height:400px;background-image: url(https://testcone.com/images/sliders/sublime/slider_image_1641036904.jpg);">
  373.            
  374.            <div class="container">
  375.                <div class="row">
  376.                    <div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1">
  377.                        <div class="single-banner-content text-center">
  378.                        
  379.                            <!-- <h1 class="font-extra-large text-uppercase">TESTCONE</h1> -->
  380.                            <div wire:id="bn6I5uEweBHznBHOY9j8" wire:initial-data="{&quot;fingerprint&quot;:{&quot;id&quot;:&quot;bn6I5uEweBHznBHOY9j8&quot;,&quot;name&quot;:&quot;bundle-live-search&quot;,&quot;locale&quot;:&quot;en&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;},&quot;effects&quot;:{&quot;listeners&quot;:[],&quot;path&quot;:&quot;https:\/\/testcone.com&quot;},&quot;serverMemo&quot;:{&quot;children&quot;:[],&quot;errors&quot;:[],&quot;htmlHash&quot;:&quot;d5c55bac&quot;,&quot;data&quot;:{&quot;searchTerm&quot;:null,&quot;updateMode&quot;:false,&quot;bundleShowCase&quot;:null,&quot;page&quot;:1,&quot;paginators&quot;:{&quot;page&quot;:1}},&quot;dataMeta&quot;:[],&quot;checksum&quot;:&quot;59d36ef039b2e5d92c46cbaefbad44343ffaaba4794cef9e7beb33a1b4c016f6&quot;}}" class="container" style="margin-top: -30px;">
  381.    <div class="row justify-content-center">
  382.        <div class="col-12 col-md-12 col-lg-12">
  383.            <form class="card card-sm">
  384.                <div class="card-body row no-gutters align-items-center">
  385.                    <!-- <div class="col-auto">
  386.                        <i class="fas fa-search h4 text-body text-success"></i>
  387.                    </div> -->
  388.                    <!--end of col-->
  389.                    <div class="col-12">
  390.                        <input class="form-control form-control-lg form-control-borderless" type="text" placeholder="Search Test Bundles (Use keywords: management, PMP, Scrum, Agile etc.)" wire:model="searchTerm" autofocus>
  391.                    </div>
  392.                                        <!--end of col-->
  393.                </div>
  394.            </form>
  395.        </div>
  396.        <!--end of col-->
  397.    </div>
  398. </div>
  399.  
  400. <!-- Livewire Component wire-end:bn6I5uEweBHznBHOY9j8 -->                            <!-- <p>
  401.                                As they rightly say, practice makes perfect. If you are planning to take an examination that you want to crack without any ifs and buts, you need lots of planning and effort and yes plenty of practice with the right questions.
  402.                            </p> -->
  403.                            
  404.                        </div>
  405.                    </div>
  406.                </div>
  407.            </div>
  408.        </div>
  409.        <!--// Single Banner -->
  410.  
  411.    <!-- Single Banner -->
  412.    <!-- <div class="single-banner bg-image-5 fullscreen" data-black-overlay="5">
  413.        <div class="container">
  414.            <div class="row">
  415.                <div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1">
  416.                    <div class="single-banner-content text-center">
  417.                        <h1 class="font-medium">Making New Idea</h1>
  418.                        <p>I cannot give you the formula for success, but I can give you the formula for failure, which
  419.                            is: Try to please everybody - Herbert B. Swope, American Journalist
  420.                        </p>
  421.                        <a href="about-us.html" class="cr-btn cr-btn-lg cr-btn-transparent">
  422.                            <span>Know More</span>
  423.                        </a>
  424.                    </div>
  425.                </div>
  426.            </div>
  427.        </div>
  428.    </div> -->
  429.    <!--// Single Banner -->
  430.  
  431.    <!-- Single Banner -->
  432.    <!-- <div class="single-banner bg-image-2 fullscreen" data-black-overlay="5">
  433.        <div class="container">
  434.            <div class="row">
  435.                <div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1">
  436.                    <div class="single-banner-content text-center">
  437.                        <h1>Think About Work</h1>
  438.                        <p>I cannot give you the formula for success, but I can give you the formula for failure, which
  439.                            is: Try to please everybody - Herbert B. Swope, American Journalist
  440.                        </p>
  441.                        <a href="about-us.html" class="cr-btn cr-btn-lg cr-btn-white">
  442.                            <span>Know More</span>
  443.                        </a>
  444.                    </div>
  445.                </div>
  446.            </div>
  447.        </div>
  448.    </div> -->
  449.    <!--// Single Banner -->
  450.  
  451. </div>
  452. <!-- //Top Banner -->
  453. <!-- Page Content -->
  454. <main class="page-content">
  455.    
  456.    
  457.    <section id="about-area" class="about-area bg-white" style="padding-top: 75px;padding-bottom:75px;">
  458.    <div class="container">
  459.        <div class="row align-items-center">
  460.            <div class="col-xl-5 col-lg-6 order-2 order-lg-1">
  461.                <div class="about-content">
  462.                    <h2>Why TestCone?</h2>
  463.                    <p>
  464.                        TestCone is an LMS powerhouse. It is a one-stop solution for organizations, institutions,
  465.                        training companies, independent trainers, educators, students, and parents.
  466.                        TestCone has tools and workflows to manage instructor-led/online training courses,
  467.                        proctored/un-proctored student/employee/standardized testing, campus recruitment, employee
  468.                        hiring, self-learning, and much more.
  469.                    </p>
  470.                    <a href="https://testcone.com/about-us" class="cr-btn cr-btn-round cr-btn-lg">
  471.                        <span>Know More</span>
  472.                    </a>
  473.                                            <button type="button" class="cr-btn cr-btn-round cr-btn-lg"
  474.                            style="background: #3e4ba7;text-transform:none;"
  475.                            onClick="location.href='https://testcone.com/register/1'">
  476.                            Sign up
  477.                        </button>
  478.                                    </div>
  479.            </div>
  480.            <div class="col-xl-7 col-lg-6 order-1 order-lg-2">
  481.                <div class="video-box m-0 ml-xl-5" data-tilt>
  482.                    <div class="video-box-thumb text-center">
  483.                        <!-- <img src="images/video-thumbs/video-thumb-7.jpg" alt="video-thumb"> -->
  484.                        <img src="https://testcone.com/storage/images/background/TestConeOnePageAd.jpg" />
  485.                    </div>
  486.                    <a href="https://youtu.be/mjOqCL6tErg" class="play-button">
  487.                        <i class="flaticon-play-button"></i>
  488.                    </a>
  489.                </div>
  490.            </div>
  491.        </div>
  492.    </div>
  493. </section>
  494.    <!--// SCORM Area -->
  495.  <section class="testimonial-area d-none d-lg-block" data-black-overlay="7" style="padding-top:40px;background-size: 100% 100%;background-position:center;background-repeat:no-repeat;background-image: url(https://testcone.com/storage/organizations/Scorm_background3.jpg);">
  496.      <div class="container">
  497.          <div class="row">
  498.              <div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1 col-12 offset-0">
  499.                  <div class="section-title" style="margin-bottom: 25px;color:white;">
  500.                      <h2 style="color:white;">TestCone is <a href="https://scorm.com/" target="_blank" style="color: #3473b9;text-decoration:underline;">SCORM</a> Ready !</h2>
  501.                        <li style="list-style: none;">
  502.                            <i class="fas fa-check text-success" ></i>
  503.                            Available for Gold, Platinum, and Corporate packages.
  504.                        </li>
  505.                        <li style="list-style: none;">
  506.                            <i class="fas fa-check text-success" ></i>
  507.                             Create your <span style="color: #3473b9;font-weight:bold;">SCORM</span> packages anywhere.
  508.                        </li>
  509.                        <li style="list-style: none;">
  510.                            <i class="fas fa-check text-success" ></i>
  511.                             Upload the <span style="color: #3473b9;font-weight:bold;">SCORM</span> package for any course into your TestCone account.
  512.                        </li>
  513.                        <li style="list-style: none;">
  514.                            <i class="fas fa-check text-success" ></i>
  515.                             Send custom invites with codes to the trainees to access the course.
  516.                        </li>
  517.                        <li style="list-style: none;">
  518.                            <i class="fas fa-check text-success" ></i>
  519.                             Advertise and Monetize <span style="color: #3473b9;font-weight:bold;">SCORM</span> courses like any other TestCone course.
  520.                        </li>
  521.                        <li style="list-style: none;">
  522.                            <i class="fas fa-check text-success" ></i>
  523.                             Supports SCORM 1.2, SCORM 2004, cmi5, and xAPI.
  524.                        </li>
  525.                  </div>
  526.              </div>
  527.          </div>
  528.      </div>
  529.  </section>
  530.  <!--// SCORM Area -->
  531.  
  532.      <!--// SCORM Area -->
  533.  <section class="testimonial-area d-block d-lg-none" data-black-overlay="4" style="padding-top:40px;background-color:#02679b;">
  534.      <div class="container">
  535.          <div class="row">
  536.              <div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1 col-12 offset-0">
  537.                  <div class="section-title" style="margin-bottom: 25px;color:white;">
  538.                      <h2 style="color:white;font-size: 29px;">TestCone is <a href="https://scorm.com/" target="_blank" style="color: #3473b9;text-decoration:underline;">SCORM</a> Ready !</h2>
  539.                        <li style="list-style: none;">
  540.                        <div class="row">
  541.                            <div class="col-1"><i class="fas fa-check text-success" ></i></div>
  542.                            <div class="col-10">Available for Gold, Platinum, and Corporate packages.</div>
  543.                        </div>
  544.                        </li>
  545.                        <li style="list-style: none;">
  546.                            <div class="row">
  547.                                <div class="col-1"><i class="fas fa-check text-success" ></i></div>
  548.                                 <div class="col-10">Create your <span style="color: #3473b9;font-weight:bold;">SCORM</span> packages anywhere.</div>
  549.                            </div>
  550.                        </li>
  551.                        <li style="list-style: none;">
  552.                            <div class="row">
  553.                                <div class="col-1"><i class="fas fa-check text-success" ></i></div>
  554.                                 <div class="col-10">Upload the <span style="color: #3473b9;font-weight:bold;">SCORM</span> package for any course into your TestCone account.</div>
  555.                            </div>
  556.                        </li>
  557.                        <li style="list-style: none;">
  558.                            <div class="row">
  559.                                <div class="col-1"><i class="fas fa-check text-success" ></i></div>
  560.                                 <div class="col-10">Send custom invites with codes to the trainees to access the course.</div>
  561.                            </div>
  562.                        </li>
  563.                        <li style="list-style: none;">
  564.                            <div class="row">
  565.                                <div class="col-1"><i class="fas fa-check text-success" ></i></div>
  566.                                 <div class="col-10">Advertise and Monetize <span style="color: #3473b9;font-weight:bold;">SCORM</span> courses like any other TestCone course.</div>
  567.                            </div>
  568.                        </li>
  569.                        <li style="list-style: none;">
  570.                           <div class="row">
  571.                                <div class="col-1"><i class="fas fa-check text-success" ></i></div>
  572.                                 <div class="col-10">Supports SCORM 1.2, SCORM 2004, cmi5, and xAPI.</div>
  573.                           </div>
  574.                        </li>
  575.                  </div>
  576.              </div>
  577.          </div>
  578.      </div>
  579.  </section>
  580.  <!--// SCORM Area -->
  581.  
  582.        <!-- Features Area -->
  583. <section class="features-area" style="padding-top:35px;padding-bottom:40px;background:white;">
  584.     <div class="container">
  585.         <div class="row justify-content-center services-grid">
  586.  
  587.             <!-- Signle Service -->
  588.             <div class="col-lg-4 col-md-6 col-sm-6 col-12 wow zoomIn">
  589.                 <div class="service text-center">
  590.                     <div class="service-icon">
  591.                         <span>
  592.                             <i class="bi bi-support"></i>
  593.                         </span>
  594.                         <span>
  595.                             <i class="bi bi-support"></i>
  596.                         </span>
  597.                     </div>
  598.                     <div class="service-content">
  599.                         <h4>Training /Learning Platform</h4>
  600.                         <p>TestCone is a complete LMS. Learning a new skill, art or craft was never easier. Whether it
  601.                             is a training company, an independent trainer, or an internal Training Program, TestCone
  602.                             lets you get/offer instructor-led/online training with ease.</p>
  603.                     </div>
  604.                 </div>
  605.             </div>
  606.             <!--// Signle Service -->
  607.  
  608.             <!-- Signle Service -->
  609.             <div class="col-lg-4 col-md-6 col-sm-6 col-12 wow zoomIn">
  610.                 <div class="service text-center">
  611.                     <div class="service-icon">
  612.                         <span>
  613.                             <i class="bi bi-color-plate"></i>
  614.                         </span>
  615.                         <span>
  616.                             <i class="bi bi-color-plate"></i>
  617.                         </span>
  618.                     </div>
  619.                     <div class="service-content">
  620.                         <h4>Skill Assessment</h4>
  621.                         <p>Assessing skills for a variety of reasons could never be this easy. TestCone has tools to
  622.                             make it easy.</p>
  623.                     </div>
  624.                 </div>
  625.             </div>
  626.             <!--// Signle Service -->
  627.  
  628.             <!-- Signle Service -->
  629.             <div class="col-lg-4 col-md-6 col-sm-6 col-12 wow zoomIn">
  630.                 <div class="service text-center">
  631.                     <div class="service-icon">
  632.                         <span>
  633.                             <i class="bi bi-rocket2"></i>
  634.                         </span>
  635.                         <span>
  636.                             <i class="bi bi-rocket2"></i>
  637.                         </span>
  638.                     </div>
  639.                     <div class="service-content">
  640.                         <h4>School Quizzes</h4>
  641.                         <p>Be it a school, college, or University,testing students can now be a breeze. Manage your
  642.                             question banks, setting up quizzes, and the ability to configure these and evaluate results
  643.                             make it all so meaningful.</p>
  644.                     </div>
  645.                 </div>
  646.             </div>
  647.             <!--// Signle Service -->
  648.  
  649.             <!-- Signle Service -->
  650.             <div class="col-lg-4 col-md-6 col-sm-6 col-12 wow zoomIn">
  651.                 <div class="service text-center">
  652.                     <div class="service-icon">
  653.                         <span>
  654.                             <i class="bi bi-globe3"></i>
  655.                         </span>
  656.                         <span>
  657.                             <i class="bi bi-globe3"></i>
  658.                         </span>
  659.                     </div>
  660.                     <div class="service-content">
  661.                         <h4>Standardized Test Prep</h4>
  662.                         <p>With test bundles set up by the top professionals and training companies, your practice
  663.                             sessions can now be more meaningful and targeted.</p>
  664.                     </div>
  665.                 </div>
  666.             </div>
  667.             <!--// Signle Service -->
  668.  
  669.             <!-- Signle Service -->
  670.             <div class="col-lg-4 col-md-6 col-sm-6 col-12 wow zoomIn">
  671.                 <div class="service text-center">
  672.                     <div class="service-icon">
  673.                         <span>
  674.                             <i class="bi bi-finger-print"></i>
  675.                         </span>
  676.                         <span>
  677.                             <i class="bi bi-finger-print"></i>
  678.                         </span>
  679.                     </div>
  680.                     <div class="service-content">
  681.                         <h4>Recruitment Proctored/un-proctoredTesting</h4>
  682.                         <p>Pre-employment screening/Campus recruitment tests can now be a breeze for HR or recruitment
  683.                             agencies. TestCone has all the tools to set up quick tests in various domains from a pool
  684.                             of questions.</p>
  685.                     </div>
  686.                 </div>
  687.             </div>
  688.             <!--// Signle Service -->
  689.  
  690.             <!-- Signle Service -->
  691.             <div class="col-lg-4 col-md-6 col-sm-6 col-12 wow zoomIn">
  692.                 <div class="service text-center">
  693.                     <div class="service-icon">
  694.                         <span>
  695.                             <i class="bi bi-bond"></i>
  696.                         </span>
  697.                         <span>
  698.                             <i class="bi bi-bond"></i>
  699.                         </span>
  700.                     </div>
  701.                     <div class="service-content">
  702.                         <h4>Workforce Evaluations</h4>
  703.                         <p>With TestCone, companies can conduct employees the way they want to. TestCone can also help
  704.                             them with assessment tests and employee surveys.</p>
  705.                     </div>
  706.                 </div>
  707.             </div>
  708.             <!--// Signle Service -->
  709.                              <div class="col-12 d-flex justify-content-center mt-1">
  710.                     <button type="button" class="cr-btn cr-btn-round cr-btn-lg"
  711.                         style="background: #3e4ba7;text-transform:none;"
  712.                         onClick="location.href='https://testcone.com/register/1'">
  713.                         Sign up now
  714.                     </button>
  715.                 </div>
  716.            
  717.         </div>
  718.     </div>
  719. </section>
  720. <!--// Features Area -->
  721.    <!-- Services Area -->
  722.  
  723. <section class="services-area bg-grey" id="packages-section" style="padding-top:40px;padding-bottom:40px;">
  724.    <div class="container">
  725.        <div class="row">
  726.            <div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1 col-12 offset-0">
  727.                <div class="section-title text-center">
  728.                    <h2>Packages</h2>
  729.                    <p>Explore our latest "Packages"!</p>
  730.                </div>
  731.            </div>
  732.        </div>
  733.        <div class="row justify-content-center service-slider-active cr-slider-dots-1">
  734.            <!-- Signle Service -->
  735.                        <div class="col-lg-4 col-md-6 col-12 wow zoomIn">
  736.                <div class="service service-style-4 text-center">
  737.                    <div class="service-content">
  738.                        <h5>
  739.                            <a href="https://testcone.com/register/1" target="_blank" data-toggle="tooltip" data-placement="top" title=""> Silver Pack</a>
  740.                        </h5>
  741.                        <h6>
  742.                            14 Days Free Trial
  743.                        </h6>
  744.                        <div class="dropdown-divider"></div>
  745.                        <div class="team-content text-center">
  746.                            <div class="team-conetnt-info">
  747.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  748.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  749.                                                                                <span style="display: block;overflow: hidden;"> Bulk upload Questions</span>
  750.                                    </div>
  751.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  752.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  753.                                                                                <span style="display: block;overflow: hidden;"> Manage Content Bank</span>
  754.                                    </div>
  755.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  756.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  757.                                                                                <span style="display: block;overflow: hidden;"> Certificate Maker - Generation using&nbsp; default/custom templates</span>
  758.                                    </div>
  759.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  760.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  761.                                                                                <span style="display: block;overflow: hidden;"> Email Support</span>
  762.                                    </div>
  763.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  764.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  765.                                                                                <span style="display: block;overflow: hidden;"> Manage Team Resources</span>
  766.                                    </div>
  767.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  768.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  769.                                                                                <span style="display: block;overflow: hidden;"> Manage Trainees</span>
  770.                                    </div>
  771.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  772.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  773.                                                                                <span style="display: block;overflow: hidden;"> Comprehensive Training Management</span>
  774.                                    </div>
  775.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  776.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  777.                                                                                <span style="display: block;overflow: hidden;"> Profile Management</span>
  778.                                    </div>
  779.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  780.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  781.                                                                                <span style="display: block;overflow: hidden;"> Question Bank with filters</span>
  782.                                    </div>
  783.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  784.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  785.                                                                                <span style="display: block;overflow: hidden;"> Trainer Login Accounts</span>
  786.                                    </div>
  787.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  788.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  789.                                                                                <span style="display: block;overflow: hidden;"> Trainee Login Accounts</span>
  790.                                    </div>
  791.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  792.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  793.                                                                                <span style="display: block;overflow: hidden;"> Training Calendar</span>
  794.                                    </div>
  795.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  796.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  797.                                                                                <span style="display: block;overflow: hidden;"> Training/Course Duplication</span>
  798.                                    </div>
  799.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  800.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  801.                                                                                <span style="display: block;overflow: hidden;"> Zoom free Meetings with Branding</span>
  802.                                    </div>
  803.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  804.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  805.                                                                                <span style="display: block;overflow: hidden;"> System Analytics</span>
  806.                                    </div>
  807.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  808.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  809.                                                                                <span style="display: block;overflow: hidden;"> Badge Management</span>
  810.                                    </div>
  811.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  812.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  813.                                                                                <span style="display: block;overflow: hidden;"> Custom Blogs</span>
  814.                                    </div>
  815.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  816.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  817.                                                                                <span style="display: block;overflow: hidden;"> Chat &amp; Chat groups</span>
  818.                                    </div>
  819.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  820.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  821.                                                                                <span style="display: block;overflow: hidden;"> Custom Certificate Templates</span>
  822.                                    </div>
  823.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  824.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  825.                                                                                <span style="display: block;overflow: hidden;"> Custom Training Website with content management</span>
  826.                                    </div>
  827.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  828.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  829.                                                                                <span style="display: block;overflow: hidden;"> Discussion Forums</span>
  830.                                    </div>
  831.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  832.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  833.                                                                                <span style="display: block;overflow: hidden;"> Dynamic Role Creation</span>
  834.                                    </div>
  835.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  836.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  837.                                                                                <span style="display: block;overflow: hidden;"> Leaderboard with weighted criteria</span>
  838.                                    </div>
  839.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  840.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  841.                                                                                <span style="display: block;overflow: hidden;"> Modular Training Management</span>
  842.                                    </div>
  843.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  844.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  845.                                                                                <span style="display: block;overflow: hidden;"> Multiple/Re-Evaluation Evaluations</span>
  846.                                    </div>
  847.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  848.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  849.                                                                                <span style="display: block;overflow: hidden;"> Custom Org-based Newsletters</span>
  850.                                    </div>
  851.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  852.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  853.                                                                                <span style="display: block;overflow: hidden;"> Offline/Self-driven Training</span>
  854.                                    </div>
  855.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  856.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  857.                                                                                <span style="display: block;overflow: hidden;"> Peer Evaluation</span>
  858.                                    </div>
  859.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  860.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  861.                                                                                <span style="display: block;overflow: hidden;"> Survey Creation &amp; Management</span>
  862.                                    </div>
  863.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  864.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  865.                                                                                <span style="display: block;overflow: hidden;"> Test Bundles Management (creation, marketing &amp; monetization).</span>
  866.                                    </div>
  867.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  868.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  869.                                                                                <span style="display: block;overflow: hidden;"> Test Duplication</span>
  870.                                    </div>
  871.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  872.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  873.                                                                                <span style="display: block;overflow: hidden;"> Time-Bomb/Live/fastest-finger Quizzes</span>
  874.                                    </div>
  875.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  876.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  877.                                                                                <span style="display: block;overflow: hidden;"> Training Fee Management</span>
  878.                                    </div>
  879.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  880.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  881.                                                                                <span style="display: block;overflow: hidden;"> Trainee groups &amp; group activities</span>
  882.                                    </div>
  883.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  884.                                                                                    <i class="fas fa-times text-danger" style=" margin: 0px 10px 0 0;float: left;"></i>
  885.                                                                                <span style="display: block;overflow: hidden;"> Phone/Chat Support</span>
  886.                                    </div>
  887.                                                                <div style="text-align: justify; text-justify: inter-word;">
  888.                                    <ul>
  889.                                                                                                                                    <li><b>2</b> Concurrent Courses</li>
  890.                                                                                                                                                                                <li><b>2</b> Featured Courses (website)</li>
  891.                                                                                                                                                                                <li><b>6</b> Maximum Course per yea<b>r</b></li>
  892.                                                                                                                                                                                <li><b>10 GB</b> Minimum Free Storage</li>
  893.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <li>Max<span style="font-weight: bolder;">&nbsp;10&nbsp;</span>students/batch</li>
  894.                                                                                                                                                                                                                                                                                                </ul>
  895.                                </div>
  896.                            </div>
  897.                        </div>
  898.                        <div class="team-content text-center">
  899.                            <div class="team-conetnt-info">
  900.                                <h5>
  901.                                    <a href="https://testcone.com/register/1" target="_blank">
  902.                                        <button type="button" class="cr-btn cr-btn-sm">
  903.                                            <span>Try For Free</span>
  904.                                        </button>
  905.                                    </a>
  906.                                </h5>
  907.                            </div>
  908.                        </div>
  909.                    </div>
  910.                </div>
  911.            </div>
  912.                        <div class="col-lg-4 col-md-6 col-12 wow zoomIn">
  913.                <div class="service service-style-4 text-center">
  914.                    <div class="service-content">
  915.                        <h5>
  916.                            <a href="https://testcone.com/register/2" target="_blank" data-toggle="tooltip" data-placement="top" title=""> Gold Pack</a>
  917.                        </h5>
  918.                        <h6>
  919.                            Available for booking
  920.                        </h6>
  921.                        <div class="dropdown-divider"></div>
  922.                        <div class="team-content text-center">
  923.                            <div class="team-conetnt-info">
  924.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  925.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  926.                                                                                <span style="display: block;overflow: hidden;"> Bulk upload Questions</span>
  927.                                    </div>
  928.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  929.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  930.                                                                                <span style="display: block;overflow: hidden;"> Manage Content Bank</span>
  931.                                    </div>
  932.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  933.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  934.                                                                                <span style="display: block;overflow: hidden;"> Certificate Maker - Generation using&nbsp; default/custom templates</span>
  935.                                    </div>
  936.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  937.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  938.                                                                                <span style="display: block;overflow: hidden;"> Email Support</span>
  939.                                    </div>
  940.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  941.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  942.                                                                                <span style="display: block;overflow: hidden;"> Manage Team Resources</span>
  943.                                    </div>
  944.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  945.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  946.                                                                                <span style="display: block;overflow: hidden;"> Manage Trainees</span>
  947.                                    </div>
  948.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  949.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  950.                                                                                <span style="display: block;overflow: hidden;"> Comprehensive Training Management</span>
  951.                                    </div>
  952.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  953.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  954.                                                                                <span style="display: block;overflow: hidden;"> Profile Management</span>
  955.                                    </div>
  956.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  957.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  958.                                                                                <span style="display: block;overflow: hidden;"> Question Bank with filters</span>
  959.                                    </div>
  960.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  961.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  962.                                                                                <span style="display: block;overflow: hidden;"> Trainer Login Accounts</span>
  963.                                    </div>
  964.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  965.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  966.                                                                                <span style="display: block;overflow: hidden;"> Trainee Login Accounts</span>
  967.                                    </div>
  968.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  969.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  970.                                                                                <span style="display: block;overflow: hidden;"> Training Calendar</span>
  971.                                    </div>
  972.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  973.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  974.                                                                                <span style="display: block;overflow: hidden;"> Training/Course Duplication</span>
  975.                                    </div>
  976.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  977.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  978.                                                                                <span style="display: block;overflow: hidden;"> Zoom free Meetings with Branding</span>
  979.                                    </div>
  980.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  981.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  982.                                                                                <span style="display: block;overflow: hidden;"> System Analytics</span>
  983.                                    </div>
  984.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  985.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  986.                                                                                <span style="display: block;overflow: hidden;"> Badge Management</span>
  987.                                    </div>
  988.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  989.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  990.                                                                                <span style="display: block;overflow: hidden;"> Custom Blogs</span>
  991.                                    </div>
  992.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  993.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  994.                                                                                <span style="display: block;overflow: hidden;"> Chat &amp; Chat groups</span>
  995.                                    </div>
  996.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  997.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  998.                                                                                <span style="display: block;overflow: hidden;"> Custom Certificate Templates</span>
  999.                                    </div>
  1000.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1001.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1002.                                                                                <span style="display: block;overflow: hidden;"> Custom Training Website with content management</span>
  1003.                                    </div>
  1004.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1005.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1006.                                                                                <span style="display: block;overflow: hidden;"> Discussion Forums</span>
  1007.                                    </div>
  1008.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1009.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1010.                                                                                <span style="display: block;overflow: hidden;"> Dynamic Role Creation</span>
  1011.                                    </div>
  1012.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1013.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1014.                                                                                <span style="display: block;overflow: hidden;"> Leaderboard with weighted criteria</span>
  1015.                                    </div>
  1016.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1017.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1018.                                                                                <span style="display: block;overflow: hidden;"> Modular Training Management</span>
  1019.                                    </div>
  1020.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1021.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1022.                                                                                <span style="display: block;overflow: hidden;"> Multiple/Re-Evaluation Evaluations</span>
  1023.                                    </div>
  1024.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1025.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1026.                                                                                <span style="display: block;overflow: hidden;"> Custom Org-based Newsletters</span>
  1027.                                    </div>
  1028.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1029.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1030.                                                                                <span style="display: block;overflow: hidden;"> Offline/Self-driven Training</span>
  1031.                                    </div>
  1032.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1033.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1034.                                                                                <span style="display: block;overflow: hidden;"> Peer Evaluation</span>
  1035.                                    </div>
  1036.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1037.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1038.                                                                                <span style="display: block;overflow: hidden;"> Survey Creation &amp; Management</span>
  1039.                                    </div>
  1040.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1041.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1042.                                                                                <span style="display: block;overflow: hidden;"> Test Bundles Management (creation, marketing &amp; monetization).</span>
  1043.                                    </div>
  1044.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1045.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1046.                                                                                <span style="display: block;overflow: hidden;"> Test Duplication</span>
  1047.                                    </div>
  1048.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1049.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1050.                                                                                <span style="display: block;overflow: hidden;"> Time-Bomb/Live/fastest-finger Quizzes</span>
  1051.                                    </div>
  1052.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1053.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1054.                                                                                <span style="display: block;overflow: hidden;"> Training Fee Management</span>
  1055.                                    </div>
  1056.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1057.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1058.                                                                                <span style="display: block;overflow: hidden;"> Trainee groups &amp; group activities</span>
  1059.                                    </div>
  1060.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1061.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1062.                                                                                <span style="display: block;overflow: hidden;"> Phone/Chat Support</span>
  1063.                                    </div>
  1064.                                                                <div style="text-align: justify; text-justify: inter-word;">
  1065.                                    <ul>
  1066.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <li><b>6</b> Concurrent Courses</li>
  1067.                                                                                                                                                                                <li><b>6</b> Featured Courses (website)</li>
  1068.                                                                                                                                                                                <li><b>12</b> Maximum Course per year</li>
  1069.                                                                                                                                                                                <li><b>15 GB</b> Minimum Free Storage</li>
  1070.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <li>Max<span style="font-weight: bolder;">&nbsp;15&nbsp;</span>students/batch</li>
  1071.                                                                                                                                                                                                            </ul>
  1072.                                </div>
  1073.                            </div>
  1074.                        </div>
  1075.                        <div class="team-content text-center">
  1076.                            <div class="team-conetnt-info">
  1077.                                <h5>
  1078.                                    <a href="https://testcone.com/register/2" target="_blank">
  1079.                                        <button type="button" class="cr-btn cr-btn-sm">
  1080.                                            <span>Subscribe</span>
  1081.                                        </button>
  1082.                                    </a>
  1083.                                </h5>
  1084.                            </div>
  1085.                        </div>
  1086.                    </div>
  1087.                </div>
  1088.            </div>
  1089.                        <div class="col-lg-4 col-md-6 col-12 wow zoomIn">
  1090.                <div class="service service-style-4 text-center">
  1091.                    <div class="service-content">
  1092.                        <h5>
  1093.                            <a href="https://testcone.com/register/3" target="_blank" data-toggle="tooltip" data-placement="top" title=""> Platinum Pack</a>
  1094.                        </h5>
  1095.                        <h6>
  1096.                            Available for booking
  1097.                        </h6>
  1098.                        <div class="dropdown-divider"></div>
  1099.                        <div class="team-content text-center">
  1100.                            <div class="team-conetnt-info">
  1101.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1102.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1103.                                                                                <span style="display: block;overflow: hidden;"> Bulk upload Questions</span>
  1104.                                    </div>
  1105.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1106.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1107.                                                                                <span style="display: block;overflow: hidden;"> Manage Content Bank</span>
  1108.                                    </div>
  1109.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1110.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1111.                                                                                <span style="display: block;overflow: hidden;"> Certificate Maker - Generation using&nbsp; default/custom templates</span>
  1112.                                    </div>
  1113.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1114.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1115.                                                                                <span style="display: block;overflow: hidden;"> Email Support</span>
  1116.                                    </div>
  1117.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1118.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1119.                                                                                <span style="display: block;overflow: hidden;"> Manage Team Resources</span>
  1120.                                    </div>
  1121.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1122.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1123.                                                                                <span style="display: block;overflow: hidden;"> Manage Trainees</span>
  1124.                                    </div>
  1125.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1126.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1127.                                                                                <span style="display: block;overflow: hidden;"> Comprehensive Training Management</span>
  1128.                                    </div>
  1129.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1130.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1131.                                                                                <span style="display: block;overflow: hidden;"> Profile Management</span>
  1132.                                    </div>
  1133.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1134.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1135.                                                                                <span style="display: block;overflow: hidden;"> Question Bank with filters</span>
  1136.                                    </div>
  1137.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1138.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1139.                                                                                <span style="display: block;overflow: hidden;"> Trainer Login Accounts</span>
  1140.                                    </div>
  1141.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1142.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1143.                                                                                <span style="display: block;overflow: hidden;"> Trainee Login Accounts</span>
  1144.                                    </div>
  1145.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1146.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1147.                                                                                <span style="display: block;overflow: hidden;"> Training Calendar</span>
  1148.                                    </div>
  1149.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1150.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1151.                                                                                <span style="display: block;overflow: hidden;"> Training/Course Duplication</span>
  1152.                                    </div>
  1153.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1154.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1155.                                                                                <span style="display: block;overflow: hidden;"> Zoom free Meetings with Branding</span>
  1156.                                    </div>
  1157.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1158.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1159.                                                                                <span style="display: block;overflow: hidden;"> System Analytics</span>
  1160.                                    </div>
  1161.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1162.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1163.                                                                                <span style="display: block;overflow: hidden;"> Badge Management</span>
  1164.                                    </div>
  1165.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1166.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1167.                                                                                <span style="display: block;overflow: hidden;"> Custom Blogs</span>
  1168.                                    </div>
  1169.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1170.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1171.                                                                                <span style="display: block;overflow: hidden;"> Chat &amp; Chat groups</span>
  1172.                                    </div>
  1173.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1174.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1175.                                                                                <span style="display: block;overflow: hidden;"> Custom Certificate Templates</span>
  1176.                                    </div>
  1177.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1178.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1179.                                                                                <span style="display: block;overflow: hidden;"> Custom Training Website with content management</span>
  1180.                                    </div>
  1181.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1182.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1183.                                                                                <span style="display: block;overflow: hidden;"> Discussion Forums</span>
  1184.                                    </div>
  1185.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1186.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1187.                                                                                <span style="display: block;overflow: hidden;"> Dynamic Role Creation</span>
  1188.                                    </div>
  1189.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1190.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1191.                                                                                <span style="display: block;overflow: hidden;"> Leaderboard with weighted criteria</span>
  1192.                                    </div>
  1193.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1194.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1195.                                                                                <span style="display: block;overflow: hidden;"> Modular Training Management</span>
  1196.                                    </div>
  1197.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1198.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1199.                                                                                <span style="display: block;overflow: hidden;"> Multiple/Re-Evaluation Evaluations</span>
  1200.                                    </div>
  1201.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1202.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1203.                                                                                <span style="display: block;overflow: hidden;"> Custom Org-based Newsletters</span>
  1204.                                    </div>
  1205.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1206.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1207.                                                                                <span style="display: block;overflow: hidden;"> Offline/Self-driven Training</span>
  1208.                                    </div>
  1209.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1210.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1211.                                                                                <span style="display: block;overflow: hidden;"> Peer Evaluation</span>
  1212.                                    </div>
  1213.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1214.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1215.                                                                                <span style="display: block;overflow: hidden;"> Survey Creation &amp; Management</span>
  1216.                                    </div>
  1217.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1218.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1219.                                                                                <span style="display: block;overflow: hidden;"> Test Bundles Management (creation, marketing &amp; monetization).</span>
  1220.                                    </div>
  1221.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1222.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1223.                                                                                <span style="display: block;overflow: hidden;"> Test Duplication</span>
  1224.                                    </div>
  1225.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1226.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1227.                                                                                <span style="display: block;overflow: hidden;"> Time-Bomb/Live/fastest-finger Quizzes</span>
  1228.                                    </div>
  1229.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1230.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1231.                                                                                <span style="display: block;overflow: hidden;"> Training Fee Management</span>
  1232.                                    </div>
  1233.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1234.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1235.                                                                                <span style="display: block;overflow: hidden;"> Trainee groups &amp; group activities</span>
  1236.                                    </div>
  1237.                                                                    <div style="text-align: justify; text-justify: inter-word;">
  1238.                                                                                    <i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i>
  1239.                                                                                <span style="display: block;overflow: hidden;"> Phone/Chat Support</span>
  1240.                                    </div>
  1241.                                                                <div style="text-align: justify; text-justify: inter-word;">
  1242.                                    <ul>
  1243.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <li><b>Unlimited</b> Concurrent Courses</li>
  1244.                                                                                                                                                                                <li><span style="font-weight: bolder;">Unlimited</span>&nbsp;Featured Courses (website)</li>
  1245.                                                                                                                                                                                <li><b>24</b> Maximum Course per year</li>
  1246.                                                                                                                                                                                <li><b>30 GB</b> Minimum Free Storage</li>
  1247.                                                                                                                                                                                                                                                                                                                                                        <li>Max<span style="font-weight: bolder;"> 20&nbsp;</span>students/batch</li>
  1248.                                                                                                                        </ul>
  1249.                                </div>
  1250.                            </div>
  1251.                        </div>
  1252.                        <div class="team-content text-center">
  1253.                            <div class="team-conetnt-info">
  1254.                                <h5>
  1255.                                    <a href="https://testcone.com/register/3" target="_blank">
  1256.                                        <button type="button" class="cr-btn cr-btn-sm">
  1257.                                            <span>Subscribe</span>
  1258.                                        </button>
  1259.                                    </a>
  1260.                                </h5>
  1261.                            </div>
  1262.                        </div>
  1263.                    </div>
  1264.                </div>
  1265.            </div>
  1266.                    </div>
  1267.    </div>
  1268.    <div class="container d-flex justify-content-center">
  1269.        <div class="courses-container ">
  1270. <div class="course">
  1271. <div class="course-preview">
  1272. <h6></h6>
  1273. <h3 style="color:white;margin-top:50px;padding-bottom:26px;">Corporate / Custom Plan.</h3>
  1274. <a href="#"></a>
  1275. </div>
  1276. <div class="course-info">
  1277. <div class="progress-container">
  1278. </div>
  1279. <h6><i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i> All Platinum plan features.</h6>
  1280.            <h6><i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i> Custom Training portal.</h6>
  1281.            <h6><i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i> Custom number of courses.</h6>
  1282.            <h6><i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i> Custom number of user accounts.</h6>
  1283.            <h6><i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i> Custom Storage options.</h6>
  1284.            <h6><i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i> Advanced user analytics.</h6>
  1285.            <h6><i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i> Advanced support with quick response.</h6>
  1286.            <h6><i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i> Training and Test duplication.</h6>
  1287.            <h6><i class="fas fa-check text-success" style=" margin: 0px 10px 0 0;float: left;" ></i> And, much more!</h6>
  1288. <a class="btn" href="https://testcone.com/contact-us/corporate-plan-request" style="color:white;">Ask for a Quote</a>
  1289. </div>
  1290. </div>
  1291. </div>
  1292.  
  1293.    </div>
  1294.    
  1295. </section>
  1296.    <!-- Services Area -->
  1297.  
  1298. <section class="services-area bg-grey" style="padding-top:40px;padding-bottom:40px;">
  1299.    <div class="container">
  1300.  
  1301.        <div class="row">
  1302.            <div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1 col-12 offset-0">
  1303.                <div class="section-title text-center">
  1304.                    <h2>Premium Test Bundles</h2>
  1305.                    <p>Explore our latest "Premium Test bundles"!</p>
  1306.                </div>
  1307.            </div>
  1308.        </div>
  1309.                <div class="row justify-content-center service-slider-active cr-slider-dots-1">
  1310.                                                                        <!-- Signle Service -->
  1311.            <div class="col-lg-4 col-md-6 col-12 wow zoomIn">
  1312.                <a href="https://testcone.com/bundle/10">
  1313.                    <div class="service service-style-4">
  1314.                        <div class="service-image">
  1315.                                                        <img src="https://testcone.com/storage/images/bundles/bundle_image_1641902372.jpg" height="250" width="250" alt="bundle thumb">
  1316.                                                    </div>
  1317.                        <div class="service-content">
  1318.                            <h5>                                 <span style="font-size:16px" data-toggle="tooltip" data-placement="top" title="US Citizenship">
  1319.                                    US Citizenship </span>
  1320.                            </h5>
  1321.                            
  1322.                            
  1323.                            <div class="row">
  1324.                                <div class="col-6" style="font-size:16px">
  1325.                                                                        
  1326.                                        Global  Admin
  1327.                                    
  1328.                                    
  1329.                                </div>
  1330.                                    
  1331.                                <div class="col-6">
  1332.                                        <h5>
  1333.                                                                                        <span>$</span> 0
  1334.                                        </h5>
  1335.                                        <h6>
  1336.                                            <i class="fas fa-star text-warning"></i>
  1337.                                            <i class="fas fa-star text-warning"></i>
  1338.                                            <i class="fas fa-star text-warning"></i>
  1339.                                            <i class="fas fa-star text-warning"></i>
  1340.                                            <i class="fas fa-star text-warning"></i>
  1341.                                        </h6>
  1342.                                </div>
  1343.                            </div>                            
  1344.                                
  1345.                        </div>    
  1346.                    </div>
  1347.                </a>
  1348.            </div>
  1349.            <!--// Signle Service -->
  1350.                                                                        <!-- Signle Service -->
  1351.            <div class="col-lg-4 col-md-6 col-12 wow zoomIn">
  1352.                <a href="https://testcone.com/bundle/5">
  1353.                    <div class="service service-style-4">
  1354.                        <div class="service-image">
  1355.                                                        <img src="https://testcone.com/storage/images/bundles/agile.jpg" height="250" width="250" alt="bundle thumb">
  1356.                                                    </div>
  1357.                        <div class="service-content">
  1358.                            <h5>                                 <span style="font-size:16px" data-toggle="tooltip" data-placement="top" title="Agile Methodologies">
  1359.                                    Agile Methodologies </span>
  1360.                            </h5>
  1361.                            
  1362.                            
  1363.                            <div class="row">
  1364.                                <div class="col-6" style="font-size:16px">
  1365.                                                                        
  1366.                                        Global  Admin
  1367.                                    
  1368.                                    
  1369.                                </div>
  1370.                                    
  1371.                                <div class="col-6">
  1372.                                        <h5>
  1373.                                                                                        <span>$</span> 25
  1374.                                        </h5>
  1375.                                        <h6>
  1376.                                            <i class="fas fa-star text-warning"></i>
  1377.                                            <i class="fas fa-star text-warning"></i>
  1378.                                            <i class="fas fa-star text-warning"></i>
  1379.                                            <i class="fas fa-star text-warning"></i>
  1380.                                            <i class="fas fa-star text-warning"></i>
  1381.                                        </h6>
  1382.                                </div>
  1383.                            </div>                            
  1384.                                
  1385.                        </div>    
  1386.                    </div>
  1387.                </a>
  1388.            </div>
  1389.            <!--// Signle Service -->
  1390.                                                                        <!-- Signle Service -->
  1391.            <div class="col-lg-4 col-md-6 col-12 wow zoomIn">
  1392.                <a href="https://testcone.com/bundle/3">
  1393.                    <div class="service service-style-4">
  1394.                        <div class="service-image">
  1395.                                                        <img src="https://testcone.com/storage/images/bundles/python.jpg" height="250" width="250" alt="bundle thumb">
  1396.                                                    </div>
  1397.                        <div class="service-content">
  1398.                            <h5>                                 <span style="font-size:16px" data-toggle="tooltip" data-placement="top" title="2021 Complete Python Bootcamp">
  1399.                                    2021 Complete Python Bootcamp </span>
  1400.                            </h5>
  1401.                            
  1402.                            
  1403.                            <div class="row">
  1404.                                <div class="col-6" style="font-size:16px">
  1405.                                                                        
  1406.                                        Global  Admin
  1407.                                    
  1408.                                    
  1409.                                </div>
  1410.                                    
  1411.                                <div class="col-6">
  1412.                                        <h5>
  1413.                                                                                        <span>$</span> 0
  1414.                                        </h5>
  1415.                                        <h6>
  1416.                                            <i class="fas fa-star text-warning"></i>
  1417.                                            <i class="fas fa-star text-warning"></i>
  1418.                                            <i class="fas fa-star text-warning"></i>
  1419.                                            <i class="fas fa-star text-warning"></i>
  1420.                                            <i class="fas fa-star text-warning"></i>
  1421.                                        </h6>
  1422.                                </div>
  1423.                            </div>                            
  1424.                                
  1425.                        </div>    
  1426.                    </div>
  1427.                </a>
  1428.            </div>
  1429.            <!--// Signle Service -->
  1430.                                                                        <!-- Signle Service -->
  1431.            <div class="col-lg-4 col-md-6 col-12 wow zoomIn">
  1432.                <a href="https://testcone.com/bundle/2">
  1433.                    <div class="service service-style-4">
  1434.                        <div class="service-image">
  1435.                                                        <img src="https://testcone.com/storage/images/bundles/neet.jpg" height="250" width="250" alt="bundle thumb">
  1436.                                                    </div>
  1437.                        <div class="service-content">
  1438.                            <h5>                                 <span style="font-size:16px" data-toggle="tooltip" data-placement="top" title="NIIT Entrance Exam 2021">
  1439.                                    NIIT Entrance Exam 2021 </span>
  1440.                            </h5>
  1441.                            
  1442.                            
  1443.                            <div class="row">
  1444.                                <div class="col-6" style="font-size:16px">
  1445.                                                                        
  1446.                                        Global  Admin
  1447.                                    
  1448.                                    
  1449.                                </div>
  1450.                                    
  1451.                                <div class="col-6">
  1452.                                        <h5>
  1453.                                                                                        <span>$</span> 1
  1454.                                        </h5>
  1455.                                        <h6>
  1456.                                            <i class="fas fa-star text-warning"></i>
  1457.                                            <i class="fas fa-star text-warning"></i>
  1458.                                            <i class="fas fa-star text-warning"></i>
  1459.                                            <i class="fas fa-star text-warning"></i>
  1460.                                            <i class="fas fa-star text-warning"></i>
  1461.                                        </h6>
  1462.                                </div>
  1463.                            </div>                            
  1464.                                
  1465.                        </div>    
  1466.                    </div>
  1467.                </a>
  1468.            </div>
  1469.            <!--// Signle Service -->
  1470.            
  1471.        </div>
  1472.  
  1473.    </div>
  1474. </section>
  1475. <!--// Services Area -->
  1476.    <style>
  1477.    .bg-gradient {
  1478.        background: #C9D6FF;
  1479.        background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
  1480.        background: linear-gradient(to right, #E2E2E2, #C9D6FF);
  1481.    }
  1482.  
  1483.    ul li {
  1484.        margin-bottom: 1.4rem;
  1485.    }
  1486.  
  1487.    .pricing-divider {
  1488.        border-radius: 20px;
  1489.        background: #C64545;
  1490.        padding: 1em 0 4em;
  1491.        position: relative;
  1492.    }
  1493.  
  1494.    .blue .pricing-divider {
  1495.        background: #2D5772;
  1496.    }
  1497.  
  1498.    .green .pricing-divider {
  1499.        background: #1AA85C;
  1500.    }
  1501.  
  1502.    .red b {
  1503.        color: #C64545
  1504.    }
  1505.  
  1506.    .blue b {
  1507.        color: #2D5772
  1508.    }
  1509.  
  1510.    .green b {
  1511.        color: #1AA85C
  1512.    }
  1513.  
  1514.    .pricing-divider-img {
  1515.        position: absolute;
  1516.        bottom: -2px;
  1517.        left: 0;
  1518.        width: 100%;
  1519.        height: 80px;
  1520.    }
  1521.  
  1522.    .deco-layer {
  1523.        -webkit-transition: -webkit-transform 0.5s;
  1524.        transition: transform 0.5s;
  1525.    }
  1526.  
  1527.    .btn-custom {
  1528.        background: #C64545;
  1529.        color: #fff;
  1530.        border-radius: 20px;
  1531.        font-size:16px;
  1532.    }
  1533.  
  1534.    .img-float {
  1535.        width: 50px;
  1536.        position: absolute;
  1537.        top: -3.5rem;
  1538.        right: 1rem
  1539.    }
  1540.  
  1541.    .princing-item {
  1542.        min-height: 100% !important;
  1543.        transition: all 150ms ease-out;
  1544.    }
  1545.  
  1546.    .princing-item:hover {
  1547.        transform: scale(1.05);
  1548.    }
  1549.  
  1550.    .princing-item:hover .deco-layer--1 {
  1551.        -webkit-transform: translate3d(15px, 0, 0);
  1552.        transform: translate3d(15px, 0, 0);
  1553.    }
  1554.  
  1555.    .princing-item:hover .deco-layer--2 {
  1556.        -webkit-transform: translate3d(-15px, 0, 0);
  1557.        transform: translate3d(-15px, 0, 0);
  1558.    }
  1559.    
  1560. </style>
  1561.    <!-- Portfolio Area -->
  1562.  
  1563. <section class="portfolio-area container bg-white" style="padding-top:40px;padding-bottom:40px;">
  1564.    <div class="container">
  1565.        <div class="row">
  1566.            <div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1 col-12 offset-0">
  1567.                <div class="section-title text-center">
  1568.                    <h2>Our Key Clients</h2>
  1569.                    <p>Although Testcone has varied types of clients, we often mention those that we are specifically
  1570.                        proud to be using our system.</p>
  1571.                </div>
  1572.            </div>
  1573.        </div>
  1574.    </div>
  1575.  
  1576.    <div class="portfolio-wrap">
  1577.  
  1578.        <!-- Portfolios -->
  1579.        <div class="row no-gutters portfolios portfolios-slider-active cr-slider-navigation-2">
  1580.            <!-- Single Portfolio -->
  1581.            <div class="portfolio-single pfolio-filter-design pfolio-filter-photoshop wow zoomIn" data-wow-delay="0.2s">
  1582.                <div class="portfolio">
  1583.                    <div class="portfoilo-thumb">
  1584.                        <img src="https://testcone.com/storage/images/organizations/SanctumTile.jpg" alt="portfolio thumb">
  1585.                    </div>
  1586.                    <div class="portfolio-content">
  1587.                        <div class="portfolio-content-inner text-center">
  1588.                            <!-- <h6>Photoshop</h6> -->
  1589.                            <h3>
  1590.                                <a href="#">Sanctum Networks</a>
  1591.                            </h3>
  1592.                        </div>
  1593.                    </div>
  1594.                </div>
  1595.            </div>
  1596.            <!--// Single Portfolio -->
  1597.            <!-- Single Portfolio -->
  1598.            <div class="portfolio-single pfolio-filter-design pfolio-filter-photoshop wow zoomIn">
  1599.                <div class="portfolio">
  1600.                    <div class="portfoilo-thumb">
  1601.                        <img src="https://testcone.com/storage/images/organizations/ResetTile.jpg" alt="portfolio thumb">
  1602.                    </div>
  1603.                    <div class="portfolio-content">
  1604.                        <div class="portfolio-content-inner text-center">
  1605.                            <!-- <h6>Design</h6> -->
  1606.                            <h3>
  1607.                                <a href="#">Reset International</a>
  1608.                            </h3>
  1609.                        </div>
  1610.                    </div>
  1611.                </div>
  1612.            </div>
  1613.            <!--// Single Portfolio -->
  1614.  
  1615.            <!-- Single Portfolio -->
  1616.            <div class="portfolio-single pfolio-filter-creative wow zoomIn" data-wow-delay="0.1s">
  1617.                <div class="portfolio">
  1618.                    <div class="portfoilo-thumb">
  1619.                        <img src="https://testcone.com/storage/images/organizations/WeaddoTile.jpg" alt="portfolio thumb">
  1620.                    </div>
  1621.                    <div class="portfolio-content">
  1622.                        <div class="portfolio-content-inner text-center">
  1623.                            <!-- <h6>CREATIVE</h6> -->
  1624.                            <h3>
  1625.                                <a href="#">WeAddo</a>
  1626.                            </h3>
  1627.                        </div>
  1628.                    </div>
  1629.                </div>
  1630.            </div>
  1631.            <!--// Single Portfolio -->
  1632.        </div>
  1633.        <!--// Portfolios -->
  1634.  
  1635.    </div>
  1636.            <div class="container">
  1637.            <div class="row">
  1638.                <div class="col-12 d-flex justify-content-center mt-1">
  1639.                    <button type="button" class="cr-btn cr-btn-round cr-btn-lg"
  1640.                        style="background: #3e4ba7;text-transform:none;"
  1641.                        onClick="location.href='https://testcone.com/register/1'">
  1642.                        Sign up now
  1643.                    </button>
  1644.                </div>
  1645.            </div>
  1646.        </div>
  1647.    
  1648.  
  1649. </section>
  1650. <!--// Portfolio Area -->
  1651.    <!-- Team Area -->
  1652.  
  1653. <section class="team-area bg-white" style="padding-top:40px;padding-bottom:90px;">
  1654.    <div class="container">
  1655.        <div class="row">
  1656.            <div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1 col-12 offset-0">
  1657.                <div class="section-title text-center">
  1658.                    <h2>TestCone - Stars of the Month</h2>
  1659.                    <p>Some stars shine brighter than the others. Each month, we recognize those who show the spark or
  1660.                        rise above the rest.</p>
  1661.                </div>
  1662.            </div>
  1663.        </div>
  1664.  
  1665.        <div class="row team-wrap justify-content-center">
  1666.  
  1667.            <!-- Single Team -->
  1668.            <div class="col-lg-4 col-md-6 col-sm-12 col-12">
  1669.                <div class="single-team single-team-style-2" style="height:300px;width:300px">
  1670.                    <div class="team-thumb">
  1671.                        <a href="javascript:void(0)">
  1672.                            <img src="https://testcone.com/storage/images/trainers/Trainer4.jpg"
  1673.                                style="height:300px;width:300px" />
  1674.                        </a>
  1675.                    </div>
  1676.                    <div class="team-content text-center">
  1677.                        <div class="team-conetnt-info">
  1678.                            <h5>
  1679.                                <a href="javascript:void(0)">Tim Peters</a>
  1680.                            </h5>
  1681.                            <h6>Management Trainer</h6>
  1682.                        </div>
  1683.                        <!-- <div class="team-social-icons">
  1684.                            <ul>
  1685.                                <li class="facebook">
  1686.                                    <a href="#">
  1687.                                        <i class="bi bi-facebook"></i>
  1688.                                    </a>
  1689.                                </li>
  1690.                                <li class="twitter">
  1691.                                    <a href="#">
  1692.                                        <i class="bi bi-youtube"></i>
  1693.                                    </a>
  1694.                                </li>
  1695.                                <li class="twitter">
  1696.                                    <a href="#/">
  1697.                                        <i class="bi bi-twitter-bird"></i>
  1698.                                    </a>
  1699.                                </li>
  1700.                                <li class="google-plus">
  1701.                                    <a href="#">
  1702.                                        <i class="bi bi-google"></i>
  1703.                                    </a>
  1704.                                </li>
  1705.                            </ul>
  1706.                        </div> -->
  1707.                    </div>
  1708.                </div>
  1709.            </div>
  1710.            <!--// Single Team -->
  1711.  
  1712.            <!-- Single Team -->
  1713.            <div class="col-lg-4 col-md-6 col-sm-12 col-12">
  1714.                <div class="single-team single-team-style-2" style="height:300px;width:300px">
  1715.                    <div class="team-thumb">
  1716.                        <a href="javascript:void(0)">
  1717.                            <img src="https://testcone.com/storage/images/trainers/Trainer2.jpg"
  1718.                                style="height:300px;width:300px" />
  1719.                        </a>
  1720.                    </div>
  1721.                    <div class="team-content text-center">
  1722.                        <div class="team-conetnt-info">
  1723.                            <h5>
  1724.                                <a href="javascript:void(0)">Bobby Walsh</a>
  1725.                            </h5>
  1726.                            <h6>Leadership Coach</h6>
  1727.                        </div>
  1728.                        <!-- <div class="team-social-icons">
  1729.                            <ul>
  1730.                                <li class="facebook">
  1731.                                    <a href="#">
  1732.                                        <i class="bi bi-facebook"></i>
  1733.                                    </a>
  1734.                                </li>
  1735.                                <li class="twitter">
  1736.                                    <a href="#">
  1737.                                        <i class="bi bi-youtube"></i>
  1738.                                    </a>
  1739.                                </li>
  1740.                                <li class="twitter">
  1741.                                    <a href="#/">
  1742.                                        <i class="bi bi-twitter-bird"></i>
  1743.                                    </a>
  1744.                                </li>
  1745.                                <li class="google-plus">
  1746.                                    <a href="#">
  1747.                                        <i class="bi bi-google"></i>
  1748.                                    </a>
  1749.                                </li>
  1750.                            </ul>
  1751.                        </div> -->
  1752.                    </div>
  1753.                </div>
  1754.            </div>
  1755.            <!--// Single Team -->
  1756.  
  1757.            <!-- Single Team -->
  1758.            <div class="col-lg-4 col-md-6 col-sm-12 col-12">
  1759.                <div class="single-team single-team-style-2" style="height:300px;width:300px">
  1760.                    <div class="team-thumb">
  1761.                        <a href="javascript:void(0)">
  1762.                            <img src="https://testcone.com/storage/images/trainers/MobeenKhan.jpg"
  1763.                                style="height:300px;width:300px" />
  1764.                        </a>
  1765.                    </div>
  1766.                    <div class="team-content text-center">
  1767.                        <div class="team-conetnt-info">
  1768.                            <h5>
  1769.                                <a href="javascript:void(0)">Mobeen Khan</a>
  1770.                            </h5>
  1771.                            <h6>Independent Agile and Management Trainer</h6>
  1772.                        </div>
  1773.                        <!-- <div class="team-social-icons">
  1774.                            <ul>
  1775.                                <li class="facebook">
  1776.                                    <a href="#">
  1777.                                        <i class="bi bi-facebook"></i>
  1778.                                    </a>
  1779.                                </li>
  1780.                                <li class="twitter">
  1781.                                    <a href="#">
  1782.                                        <i class="bi bi-youtube"></i>
  1783.                                    </a>
  1784.                                </li>
  1785.                                <li class="twitter">
  1786.                                    <a href="#/">
  1787.                                        <i class="bi bi-twitter-bird"></i>
  1788.                                    </a>
  1789.                                </li>
  1790.                                <li class="google-plus">
  1791.                                    <a href="#">
  1792.                                        <i class="bi bi-google"></i>
  1793.                                    </a>
  1794.                                </li>
  1795.                            </ul>
  1796.                        </div> -->
  1797.                    </div>
  1798.                </div>
  1799.            </div>
  1800.            <!--// Single Team -->
  1801.  
  1802.        </div>
  1803.    </div>
  1804. </section>
  1805. <!--// Team Area -->
  1806.    <!-- Testimonial Area -->
  1807.  
  1808.  <section class="testimonial-area bg-grey" style="padding-top:40px;padding-bottom:40px;">
  1809.      <div class="container">
  1810.          <div class="row">
  1811.              <div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1 col-12 offset-0">
  1812.                  <div class="section-title text-center">
  1813.                      <h2>Client Feedback</h2>
  1814.                      <p>
  1815.                          TestCone is used by a variety of users. We have been liked by each category of users at all levels. Here is some feedback from some of them.
  1816.                      </p>
  1817.                  </div>
  1818.              </div>
  1819.          </div>
  1820.          <div class="row">
  1821.              <div class="col-12">
  1822.                  <div class="testimonial-wrap testimonial-style-3 testimonial-slider-active cr-slider-dots-1">
  1823.  
  1824.                                            <!-- Single Testimonial -->
  1825.                      <div class="testimonial text-center" style="height: 300px;">
  1826.                          <div class="testimonial-thumb">
  1827.                                                            <img src="https://testcone.com/storage/images/testimonials/Trainer4.jpg" height="" width="" alt="bundle thumb">
  1828.                                                        </div>
  1829.                          <div class="testimonial-content">
  1830.                              <p>
  1831.                                  I have been conducting HR interviews for a number of years now. Employee screening has become so easy for my company now. Be it Skill Testing or aptitude tests, we can pick our questions and have results in minutes using Testcone.
  1832.                              </p>
  1833.                          </div>
  1834.                          <div class="testimonial-author">
  1835.                              <h6>Jay Kimmel</h6>
  1836.                              <p>Tech Recruiters</p>
  1837.                          </div>
  1838.                      </div>
  1839.                      <!--// Single Testimonial -->
  1840.                                            <!-- Single Testimonial -->
  1841.                      <div class="testimonial text-center" style="height: 300px;">
  1842.                          <div class="testimonial-thumb">
  1843.                                                            <img src="https://testcone.com/storage/images/testimonials/MobeenKhan.jpg" height="" width="" alt="bundle thumb">
  1844.                                                        </div>
  1845.                          <div class="testimonial-content">
  1846.                              <p>
  1847.                                  I have been a trainer consultant and a coach for many years. Evaluations during training have always been an issue. Testcone gives me a peace of mind. I have my own question bank &amp; setting up quizzes at various stages of the training has never been easier. Thank you Testcone!
  1848.                              </p>
  1849.                          </div>
  1850.                          <div class="testimonial-author">
  1851.                              <h6>Mobeen Khan</h6>
  1852.                              <p>Alems Tech</p>
  1853.                          </div>
  1854.                      </div>
  1855.                      <!--// Single Testimonial -->
  1856.                      
  1857.  
  1858.                  </div>
  1859.              </div>
  1860.          </div>
  1861.  
  1862.      </div>
  1863.  </section>
  1864.  <!--// Testimonial Area -->
  1865.    
  1866. </main>
  1867. <!-- Pricing Area -->
  1868. <!-- <section class="pricing-area section-padding-lg bg-white">
  1869.    <div class="container">
  1870.  
  1871.        <div class="row">
  1872.            <div class="col-xl-8 offset-xl-2 col-lg-10 offset-lg-1 col-12 offset-0">
  1873.                <div class="section-title text-center">
  1874.                    <h2>Our Plans</h2>
  1875.                    <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered
  1876.                        alteration in some form, by injected humour</p>
  1877.                </div>
  1878.            </div>
  1879.        </div>
  1880.  
  1881.        <div class="row justify-content-center"> -->
  1882.  
  1883. <!-- Single Price box -->
  1884. <!-- <div class="col-lg-4 col-md-6 wow fadeInUp">
  1885.                <article class="cr-pricebox">
  1886.                    <h6>Primary</h6>
  1887.                    <h4>It’s Totally Free For This Item</h4>
  1888.                    <ul>
  1889.                        <li>Unlimited Storage</li>
  1890.                        <li>Contrary to popular belief</li>
  1891.                        <li>Unlimited download</li>
  1892.                        <li>500 GB hard disk space</li>
  1893.                    </ul>
  1894.                    <a href="#" class="cr-btn cr-btn-sm">
  1895.                        <span>Buy Now</span>
  1896.                    </a>
  1897.                </article>
  1898.            </div> -->
  1899. <!--// Single Price box -->
  1900.  
  1901. <!-- Single Price box -->
  1902. <!-- <div class="col-lg-4 col-md-6 wow fadeInUp">
  1903.                <article class="cr-pricebox is-active">
  1904.                    <h6>Secondary</h6>
  1905.                    <h4>Per Month $500 Only This Item</h4>
  1906.                    <ul>
  1907.                        <li>Unlimited Storage</li>
  1908.                        <li>Contrary to popular belief</li>
  1909.                        <li>Unlimited download</li>
  1910.                        <li>500 GB hard disk space</li>
  1911.                    </ul>
  1912.                    <a href="#" class="cr-btn cr-btn-sm">
  1913.                        <span>Buy Now</span>
  1914.                    </a>
  1915.                </article>
  1916.            </div> -->
  1917. <!--// Single Price box -->
  1918.  
  1919. <!-- Single Price box -->
  1920. <!-- <div class="col-lg-4 col-md-6 wow fadeInUp">
  1921.                <article class="cr-pricebox">
  1922.                    <h6>Premium</h6>
  1923.                    <h4>Per Month $1000 Only This Item</h4>
  1924.                    <ul>
  1925.                        <li>Unlimited Storage</li>
  1926.                        <li>Contrary to popular belief</li>
  1927.                        <li>Unlimited download</li>
  1928.                        <li>500 GB hard disk space</li>
  1929.                    </ul>
  1930.                    <a href="#" class="cr-btn cr-btn-sm">
  1931.                        <span>Buy Now</span>
  1932.                    </a>
  1933.                </article>
  1934.            </div> -->
  1935. <!--// Single Price box -->
  1936.  
  1937. <!-- </div>
  1938.    </div>
  1939. </section> -->
  1940. <!--// Pricing Area -->
  1941. <!-- Call To Action Area -->
  1942.  
  1943. <section class="callto-action-area" data-black-overlay="5"
  1944.    style="background-repeat: no-repeat;background-size: cover;background-image: url(https://testcone.com/storage/organizations/SubscibeNow3.jpg);">
  1945.    <div class="container">
  1946.        <div class="row">
  1947.            <div class="col-xl-10 offset-xl-1 col-12 offset-0">
  1948.                <div class="callto-action">
  1949.                    <div class="callto-action-inner">
  1950.                        <h2>To start using Testcone</h2>
  1951.                        
  1952.                        <a class="cr-btn" style="background: #3e4ba7; text-transform:none;"
  1953.                            href="https://testcone.com/register/1">
  1954.                            Sign up now
  1955.                        </a>
  1956.                    </div>
  1957.                </div>
  1958.            </div>
  1959.        </div>
  1960.    </div>
  1961. </section>
  1962. <!--// Call To Action Area -->
  1963. <!-- Footer Area -->
  1964. <footer id="footer" class="footer-area">
  1965.  
  1966.    <!-- Footer Top Area -->
  1967.    <div class="footer-top-area bg-dark-light section-padding-sm">
  1968.        <div class="container">
  1969.            <div class="footer-widgets widgets">
  1970.                <div class="row">
  1971.  
  1972.                    <div class="col-lg-4 col-md-6 col-12">
  1973.                        <!-- Single Widget -->
  1974.                        <div class="single-widget footer-widget-about">
  1975.                            <a href="https://testcone.com">
  1976.                                <img src="https://testcone.com/home/images/logo/logo.png" alt="footer logo">
  1977.                            </a>
  1978.                            <p>As they rightly say, practice makes perfect. If you are planning to take an examination
  1979.                                that you want to crack without any ifs and buts, you need lots of planning and effort
  1980.                                and yes plenty of practice with the right questions.</p>
  1981.                        </div>
  1982.                        <!--// Single Widget -->
  1983.  
  1984.                        <!-- Single Widget -->
  1985.                        <div class="single-widget widget-newsletter">
  1986.                            <!-- <form action="#" method="post" class="newsletter-widget-form"> -->
  1987.                            <!-- <input type="email" placeholder="Your Email"> -->
  1988.                            <a href="https://testcone.com/contact-us">
  1989.                                <button type="button" class="cr-btn cr-btn-sm">
  1990.                                    <span>Questions?</span>
  1991.                                </button>
  1992.                            </a>
  1993.  
  1994.                            <!-- </form> -->
  1995.                        </div>
  1996.                        <!-- Single Widget -->
  1997.                                                    <div class="single-widget widget-newsletter">
  1998.                                <!-- <form action="#" method="post" class="newsletter-widget-form"> -->
  1999.                                <!-- <input type="email" placeholder="Your Email"> -->
  2000.                                
  2001.                                <button type="button" class="cr-btn cr-btn-sm"
  2002.                                    style="background: #3e4ba7;text-transform:none;"
  2003.                                    onClick="location.href='https://testcone.com/register/1'">
  2004.                                    Sign up now
  2005.                                </button>
  2006.                                <!-- </form> -->
  2007.                            </div>
  2008.                                                <!--// Single Widget -->
  2009.                    </div>
  2010.  
  2011.                    <div class="col-lg-2 col-md-6 col-12">
  2012.                        <!-- Single Widget -->
  2013.                        <div class="single-widget widget-quick-links">
  2014.                            <h5 class="footer-widget-title">QUICK LINKS</h5>
  2015.                            <ul>
  2016.                                <li>
  2017.                                    <a href="https://testcone.com">Home</a>
  2018.                                </li>
  2019.                                <li>
  2020.                                    <a href="https://testcone.com/about-us">About Us</a>
  2021.                                </li>
  2022.                                <li>
  2023.                                    <a href="https://testcone.com/pricing">Pricing</a>
  2024.                                </li>
  2025.                                <li>
  2026.                                    <a href="https://testcone.com/all-blogs">Blog Pages</a>
  2027.                                </li>
  2028.                                <li>
  2029.                                    <a href="https://testcone.com/contact-us">Quick Contact</a>
  2030.                                </li>
  2031.                                
  2032.                            </ul>
  2033.                        </div>
  2034.                        <!--// Single Widget -->
  2035.                    </div>
  2036.  
  2037.                    <div class="col-lg-3 col-md-6 col-12">
  2038.                        <!-- Single Widget -->
  2039.                        <div class="single-widget widget-latest-blog">
  2040.                            <h5 class="footer-widget-title">Latest Blogs</h5>
  2041.                                                        <ul>
  2042.                                                                    <li>
  2043.                                        <a href="https://testcone.com/blog/10"
  2044.                                            class="widget-latest-blog-thumb" style="height: 70px;width:70px;">
  2045.                                                                                            <img src="https://testcone.com/storage/blog_image/1611057808.jpg"
  2046.                                                    alt="footer latest blog">
  2047.                                                                                    </a>
  2048.                                        <div class="widget-latest-blog-content">
  2049.                                            <h6>
  2050.                                                <a
  2051.                                                    href="https://testcone.com/blog/10">Testing as an Effective Learni...</a>
  2052.                                            </h6>
  2053.                                            <div class="widget-latest-blog-meta">
  2054.                                                <span>19 Jan 2021</span>
  2055.                                                <span>By
  2056.                                                    <a href="https://testcone.com/blog/10">
  2057.                                                                                                                Mobeen
  2058.                                                    </a>
  2059.                                                </span>
  2060.                                            </div>
  2061.                                        </div>
  2062.                                    </li>
  2063.                                                                    <li>
  2064.                                        <a href="https://testcone.com/blog/5"
  2065.                                            class="widget-latest-blog-thumb" style="height: 70px;width:70px;">
  2066.                                                                                            <img src="https://testcone.com/storage/images/blog/new4.jpg"
  2067.                                                    alt="footer latest blog">
  2068.                                                                                    </a>
  2069.                                        <div class="widget-latest-blog-content">
  2070.                                            <h6>
  2071.                                                <a
  2072.                                                    href="https://testcone.com/blog/5">COVID Times - A Blessing in Di...</a>
  2073.                                            </h6>
  2074.                                            <div class="widget-latest-blog-meta">
  2075.                                                <span>10 Dec 2020</span>
  2076.                                                <span>By
  2077.                                                    <a href="https://testcone.com/blog/5">
  2078.                                                                                                                Javed
  2079.                                                    </a>
  2080.                                                </span>
  2081.                                            </div>
  2082.                                        </div>
  2083.                                    </li>
  2084.                                                            </ul>
  2085.                        </div>
  2086.                        <!--// Single Widget -->
  2087.                    </div>
  2088.  
  2089.                    <div class="col-lg-3 col-md-6 col-12">
  2090.                        <!-- Single Widget -->
  2091.                        <div class="single-widget widget-quick-contact">
  2092.                            <h5 class="footer-widget-title">Quick Contact</h5>
  2093.                            <ul>
  2094.                                <li>
  2095.                                    <span>Phone</span>
  2096.                                    <p>
  2097.                                        <a href="tel:+13145046725">(+1) 314 504 6725</a>
  2098.                                    </p>
  2099.                                </li>
  2100.                                <li>
  2101.                                    <span>Email</span>
  2102.                                    <p>
  2103.                                        <a href="mailto:info@testcone.com">info@testcone.com</a>
  2104.                                    </p>
  2105.                                </li>
  2106.                                <!-- <li>
  2107.                                     <span>Address</span>
  2108.                                     <p>Fortress Ct, St. Charles, MO 63303, United States</p>
  2109.                                 </li> -->
  2110.                            </ul>
  2111.                        </div>
  2112.                        <!--// Single Widget -->
  2113.                    </div>
  2114.  
  2115.                </div>
  2116.            </div>
  2117.        </div>
  2118.    </div>
  2119.    <!--// Footer Top Area -->
  2120.  
  2121.    <!-- Footer Bottom Area -->
  2122.    <div class="footer-bottom-area bg-dark">
  2123.        <div class="container">
  2124.            <div class="row">
  2125.                <div class="col-lg-4">
  2126.                    <ul class="footer-social">
  2127.                        <li>
  2128.                            <a href="https://www.facebook.com/testconefb/" target="__blank">Facebook</a>
  2129.                        </li>
  2130.                        <li>
  2131.                            <a href="https://twitter.com/testcone1" target="__blank">Twitter</a>
  2132.                        </li>
  2133.                        <!-- <li>
  2134.                             <a href="#" target="__blank">Google+</a>
  2135.                         </li> -->
  2136.                        <li>
  2137.                            <a href="https://www.linkedin.com/showcase/testcone" target="__blank">Linkedin</a>
  2138.                        </li>
  2139.                    </ul>
  2140.                </div>
  2141.                <div class="col-lg-4 d-flex justify-content-center">
  2142.                    <div id="google_translate_element"></div>
  2143.                </div>
  2144.                <div class="col-lg-4">
  2145.                    <p class="footer-copyright">Copyright &copy;
  2146.                        <a href="#">TESTCONE</a> 2024 . All right reserved.
  2147.                    </p>
  2148.                </div>
  2149.            </div>
  2150.        </div>
  2151.    </div>
  2152.    <!--// Footer Bottom Area -->
  2153.  
  2154. </footer>
  2155. <!-- //Footer Area -->
  2156.  
  2157.    </div>
  2158.    <!-- //Main wrapper -->
  2159.  
  2160.    <!-- JS Files -->
  2161.    <script src="https://testcone.com/home/js/vendor/jquery-3.2.1.min.js"></script>
  2162.    <script src="https://testcone.com/home/js/popper.min.js"></script>
  2163.    <script src="https://testcone.com/home/js/bootstrap.min.js"></script>
  2164.    <script src="https://testcone.com/home/js/plugins.js"></script>
  2165.    <script src="https://testcone.com/home/js/active.js"></script>
  2166.    <script src="https://testcone.com/home/js/scripts.js"></script>
  2167.        <script src="/livewire/livewire.js?id=5cdaa3ec393c09829366" data-turbo-eval="false" data-turbolinks-eval="false" ></script><script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = 'oik5dku6cnisgSHrivNAu59b6QVz3nFR3wl1yW8X';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script>
  2168.    <script>
  2169.        function googleTranslateElementInit() {
  2170.            new google.translate.TranslateElement({
  2171.                    pageLanguage: 'en'
  2172.                },
  2173.                'google_translate_element'
  2174.            );
  2175.        }
  2176.    </script>
  2177.    <script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
  2178.    <script type='text/javascript'>
  2179.        (function(I, L, T, i, c, k, s) {
  2180.            if (I.iticks) return;
  2181.            I.iticks = {
  2182.                host: c,
  2183.                settings: s,
  2184.                clientId: k,
  2185.                cdn: L,
  2186.                queue: []
  2187.            };
  2188.            var h = T.head || T.documentElement;
  2189.            var e = T.createElement(i);
  2190.            var l = I.location;
  2191.            e.async = true;
  2192.            e.src = (L || c) + '/client/inject-v2.min.js';
  2193.            h.insertBefore(e, h.firstChild);
  2194.            I.iticks.call = function(a, b) {
  2195.                I.iticks.queue.push([a, b]);
  2196.            };
  2197.        })(window, 'https://cdn-v1.intelliticks.com/prod/common', document, 'script', 'https://app.intelliticks.com',
  2198.            'xe6BqgmF4GPwBmYrn_c', {});
  2199.    </script>
  2200.    <script>
  2201.        $(function() {
  2202.  
  2203.                    });
  2204.    </script>
  2205.    <script>
  2206.        $(function() {
  2207.  
  2208.                    });
  2209.    </script>
  2210.    <script>
  2211.        $(function() {
  2212.  
  2213.                    });
  2214.    </script>
  2215.    <script>
  2216.        $(function() {
  2217.  
  2218.                    });
  2219.    </script>
  2220.    <script>
  2221.        $('#user_login_form').on('shown.bs.modal', function() {
  2222.            $('#email_id').trigger('focus')
  2223.        });
  2224.    </script>
  2225.    </body>
  2226.  
  2227. </html>
  2228.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda