 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body,p,h1,h2,h3,h4,h5,h6,div,ul,li,a
{
    font-family:roboto !important;
}
.plan_desc li
{
    font-weight:bold;
}

.dtestlist.border
{
  padding-top:30px;
  border:1px solid #b9bdc4 !important;
}

.dtestlist li{
  margin-bottom:30px;
}

.dtestlist li a{
  font-size:24px;
  
}

.contact-feature {
  background-color: #F7F4ED;
  padding: 40px 10px;
  text-align: center;
  border-radius: 20px;
  min-height: 250px !important;
}
.plan_desc {
    min-height: 80px;
    margin: 0;
    padding: 0;
}
.blog-card .blog-content {
    min-height: 190px;
}
.choose-feature {
    min-height: 180px;
}
.blog-card .box-title {
    margin-bottom: 17px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 17px;
    min-height: 86px;
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    min-height: 155px;
    margin-bottom: 0;
}

.footer_logo {
  padding: 80px 40px;
}

.header-logo {
    position: relative;
    z-index: 3;
}
.price-card .box-title22 
{
    min-height: 50px;
}
.price-card  .box-title23
{
  min-height: 100px;
}

.sub-title{
    margin:0 0 20px 0;
}

.header-layout10 .logo-shape {
   
}
.feature-card 
{
    padding: 40px 20px;
    min-height: 380px;
}
.hero-style10 .hero-title:last-of-type, .hero-style11 .hero-title:last-of-type, .hero-style12 .hero-title:last-of-type {
    margin-bottom: 30px;
    width: 70%;
}
.breadcumb-wrapper {
    margin-top: 0;
    padding: 50px 0 50px 0;
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 35px 0 -0.5em 0;
    display: none;
    list-style-type: none;
    position: relative;
}

.breadcumb-title {
    font-size: 36px;
    font-weight: 600;
}
.sub-title img {
    margin: 0 8px 0 0;
    width: 30px;
}
.test_list2 li 
{
    width:100% !important;
}
.test_list2 li input[type=radio] {
    margin-right: 0;
    display: block;
    opacity: 1 !important;
    height: 20px !important;
    z-index: 999999999 !important;
    width: 20px !important;
    position: relative;
    visibility: visible !important;
    float: left;
    margin-top: 5px;
}

.dtestPage
{
    padding-top: 30px !important;
}
.mt-0{
  margin-top: 0 !important;
}

.test_image
{
  border-radius:15px !important;
}

.qInfo {
    padding: 20px;
    background: #fff !important;
    color: #000;
    font-size: 16px;
    border-radius: 15px;
    line-height: 130%;
}

input[type="radio"] ~ label::before
{
    display:none !important;
}
.wrongAns {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 5px;
    display: inline-block;
    border-radius: 4px;
}
.correctAns 
{
    background: #b9ebd0;
    padding: 12px 20px 0px 20px;
    border: 1px solid #399161;
    border-radius: 5px;
    font-weight: 600;
    line-height: 120%;
}

.meta-box img {
    display: inline-block;
    width: 50px;
}

.feature-card .line-icon img{
    
    display: inline-block;
    width: 50px;
}






/* slider css */


.slider{
    position:relative;
    width:100%;
    overflow:hidden;
    margin:20px auto 0 auto;
  }
  
  .slider ul{
    position:relative;
    width:100%;
    margin:0;
    padding:0;
    display:inline-block;
    list-style:none;
    background:#458;
  }
  
  li{
    list-style-type:none;
  }

  .slider ul li{
    position:relative;
    float:left;
    display:inline-block;
    margin:0;
    padding:0;
    width:900px;
    background:#fff;
    text-align:center;
    line-height:300px;
    color:#333;
  }
  
  
  .control{
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 1% 1%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
  }
  .control:hover{ color:#fff; }
  .prev{
    left:0px;
  }
  
  .next{
    right:0px;
  }
  
  .c.c{
    background:#222;
    color:#fff;
  }
  
  .r.r{
    background:red;
    color:#fff;
  }
  
  .g.g{
    background:#999;
    color:#fff;
  }
  
  .b.b{
    background:blue;
    color:#fff;
  }

  /* slider css end */

.th-btn.preloaderCls{display:none;}

  @media only screen and (max-width: 767px) {
    /* Styles for mobile devices go here */
    .choose-feature {
        min-height: 130px;
        width: 260px;
        margin: 0 auto 20px auto;
    }
    .mobile-logo img{width:150px;}
    .test_list2 li div {
      width:100% !important;
    }
  }