/* =============== BASE CSS ================= */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400&display=swap'); */

html,
body {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
p {
  margin: 0;
}

a:hover {
  text-decoration: none;
  display: inline-block;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

.section-space-top{
  margin-top: 60px;
}

.section-space-tb{
  margin-top: 60px;
  padding: 60px 0px;
}


/* ===================== Main CSS ======================== */
.hero-area {
  background: rgb(243, 243, 243) url('../img/hero-bg-02.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.button {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 8px 15px;
}

.button:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.radius-btn {
  background-color: #1c93f2;
  padding-left: 15px;
  padding-right: 15px;
}

.radius-btn:hover {
  color: #fff;
  background-color: #1c93f2;
  opacity: .9;
}


.caption-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.desc {
  margin-bottom: 15px;
}

.logo-text a {
    display: inline-block;
    text-decoration: none;
    color: #1c93f2;
    text-transform: uppercase;
}

.menu-area {
    padding: 15px 0;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    margin-bottom: 9px;
}

.hero-area {
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content {
    text-align: center;
}

.main-text {
  font-size: 50px;
  font-weight: 300;
  max-width: 1000px;
  text-transform: capitalize;
  margin: 0 auto;
  margin-bottom: 15px;
  font-weight: bold;
}

.sub-text {
    color: #444;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.radius-btn {
    width: 300px;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    border: 3px solid #1168ad;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/* .top-btn-wrap {
    text-align: right;
} */

.top-btn-wrap a {
    text-decoration: none;
    color: #1c93f2;
    font-size: 20px;
    display: inline-block;
}

.login-btn {
    border-right: 2px solid #1168ad;
    padding-right: 15px;
}

a.check-score-btn{
    background-color: #1c93f2;
    color: rgb(255, 255, 255);
    padding: 8px 8px;
    border-radius: 9px;
    margin-left: 10px;
}


.case-box {
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.16);
    min-height: 450px;
    padding: 15px;
    border-radius: 15px;
}

.case-box img {
    border-radius: 50%;
    height: 200px;
}

.case-box__title {
  font-size: 25px;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 10px;
  min-height: 59px;
}

.case-box-desc {
  color: #666;
  text-align: left;
}

.section-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  /* border-left: 6px solid #1c93f2; */
  padding-left: 5px;
  color: #991f87;
  text-transform: capitalize;
}

.qa-list li {
  font-size: 18px;
  margin-bottom: 15px;
}

.qa-list li:last-child {
  margin-bottom: 0px;
}

.qa-list .qst {
  margin-bottom: 5px;
  display: block;
}

.qa-list .ans {
  color: #444;
}


/* .case-show {
  background: linear-gradient(90deg, #dd3687, #1168ad);
} */

.case-menu ul li {
    color: #fff;
}

.case-menu {
    margin-top: 15px;
}

.case-menu ul {
    display: flex;
    flex-wrap: wrap;
}

.case-menu ul li {
    padding: 5px 10px;
    /* background-color: #d331d0; */
    border-radius: 50px;
    color: #fff;
    margin: 10px;
}

.bg-poor{
  background-color: #F15D5E;
}
.bg-fair{
  background-color: #F28641;
}
.bg-good{
  background-color: #F2CD2D;
}
.bg-v-good{
  background-color: #1C93F2;
}
.bg-excellent{
  background-color: #2FD48D;
}

.check-now {
  width: 128px;
  display: inline-block;
  margin-right: auto;
  border: 2px solid #1c93f2;
  border-radius: 50px;
  display: block;
  margin-top: 15px;
  text-decoration: none;
  color: #ffffff;
  background-color: #1c93f2;
  padding-top: 5px;
  padding-bottom: 5px;
}

.check-now:hover{
  display: block;
  color: #fff;
}

.case-box-desc {
  min-height: 135px;
}

.case-check-btn {
  margin: 0 auto;
  width: 400px;
  border: 2px solid;
  display: block;
  border-radius: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #1c93f2;
  font-size: 25px;
  text-transform: capitalize;
  
}
.case-check-btn:hover{
  display: block;
  color: #fff;
  background-color: #369ef3;
}
.case-check-btn-wrap {
  margin-top: 30px;
  padding: 15px 0;
}


/* ========================================== */
/* Footer Section */
/* ========================================== */
.footer-area {
  padding: 30px 0px;
}

.footer-menu {
  margin-top: 15px;
}

.footer-menu ul li {
  color: #fff;
  cursor: pointer;
  transition: .2s;
}

.footer-menu ul li:hover {
  color: #000;
}

.information-wrap img {
  width: 100px;
  height: 100px;
  margin-top: 5px;
}

.information-wrap {
  display: flex;
  margin-bottom: 15px;
}

.information-wrap .information {
  float: right;
}

.information-wrap .information {
  color: #333;
  padding: 0px;
  margin-left: 10px;
  margin-bottom: 25px;
}




.copyright {
  background-color: #1168ad;
}

.copyright p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 12px 0px;
}

@-webkit-keyframes btnRightLeft {
  0% {
    margin-left: 0;
    color: #fff;
    background-color: #1c93f2;
  }

  100% {
    margin-left: 8px;
    color: rgb(255, 253, 108);
    background-color: #f00654
  }
}

@keyframes btnRightLeft {
  0% {
    margin-left: 0;
    color: #fff;
    background-color: #af003a
  }

  100% {
    margin-left: 8px;
    color: rgb(255, 253, 108);
    background-color: #af003a
  }
}