input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


@font-face {
  font-family: 'Rajdhani-Bold';
  src: url(../fonts/Rajdhani-Bold.ttf);
  font-weight: 400;
  font-style: normal
}







@font-face {
  font-family: 'Rajdhani-Light';
  src: url(../fonts/Rajdhani-Light.ttf);
  font-weight: 400;
  font-style: normal
}




@font-face {
  font-family: 'Rajdhani-Medium';
  src: url(../fonts/Rajdhani-Medium.ttf);
  font-weight: 400;
  font-style: normal
}


@font-face {
  font-family: 'Rajdhani-Regular';
  src: url(../fonts/Rajdhani-Regular.ttf);
  font-weight: 400;
  font-style: normal
}



@font-face {
  font-family: 'Rajdhani-SemiBold';
  src: url(../fonts/Rajdhani-SemiBold.ttf);
  font-weight: 400;
  font-style: normal
}

.text-purple{
	color: #571DC2;
}

body{
	font-family: 'Rajdhani-Medium';
}

header{
	background: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    z-index: 9;
    position: relative;
}
.navbar-brand{
	width: 110px;
}
.nav-item
{
	    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-nav .nav-link {
    color: #212529;
      font-family: 'Rajdhani-Medium';
      padding: 0 !important;
}

 .nav-item.active .nav-link{
    color: #571DC2;
    font-family: 'Rajdhani-Bold';
    border-bottom: 1px solid;

    }

.banner{
    /*    background: url(../images/bg.gif) no-repeat center center;
      background-size: cover;*/
    float: left;
height: 450px;
    width: 100%;

    position: relative;
}
.banner video{
    inset: 0;
    width: 100%;
}

.banner .e1{
    width: 14%;
    position: absolute;
    left: -5%;
    top: -15%;

}

.banner .e2{
    width: 12%;
    position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 99;
}
.rotate {
        -webkit-animation: rotation 5s infinite linear;
}
.rotateslow {
        -webkit-animation: rotation 25s infinite linear;
}

@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}


    .category{
    /*		background: url(../images/category.png) no-repeat center center;
      background-size: cover;
    float: left;

    width: 100%;

    position: relative;*/
    }
.category .e1{
width: 26%;
    position: absolute;
    left: -7%;
    top: 25%;

}
.category .e2{
    width: 16%;
    position: absolute;
    right: -4%;
    bottom: -20%;
}

figure.LiverLogo {
  position: absolute;
    top: 0;
    width: 25%;
    margin: 0 AUTO;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    }

.categorybox{
	border: 1px solid #571DC2;
	color: #571DC2;
}
.categorybox:hover{
    border: 1px solid #571DC2;
    color: #fff;
    background: #571DC2;
}
.categorybox figure{
    width: 30%;
    margin: -15% auto 4%;
   }
.categorybox   h4{
   	      font-family: 'Rajdhani-Medium';
   }
.categorybox h1{
	 font-family: 'Rajdhani-Bold';
}

.sectionpadding{
	padding: 7rem 0;
}

.btn-purple{
		border: 2px solid #571DC2;
		background: transparent;
   	   font-family: 'Rajdhani-Bold';
		color: #571DC2;
}

.btn-purple:hover{
		border: 2px solid #571DC2;
		background: #571DC2;
		color: #fff;
}
.btn-white{
		border: 2px solid #fff;
		background: transparent;
   	   font-family: 'Rajdhani-Bold';
		color: #fff;
}

.btn-white:hover{
		border: 2px solid #fff;
		background: #fff;
		color: #571DC2;
}

.checkpage h1{
  font-family: 'Rajdhani-Bold';
}

.checkpage .explore{

	background: url(../images/innerpgvideo.gif) no-repeat center center;
      background-size: cover;
    float: left;

    width: 100%;

    position: relative;
}

.checkpage .explore video{
        inset: 0;
    width: 100%;
}

.innerbg{

	background: url(../images/test.png) no-repeat center center;
      background-size: cover;
    float: left;

    width: 100%;

    position: relative;
}
.calculatepage .innerbg{
		background: url(../images/calculatebg.png) no-repeat center center;
      background-size: cover;
    float: left;

    width: 100%;

    position: relative;
}
.calculatepage .InputGroup {
 display: flex; 
}

.calculatepage input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
}

.calculatepage .input-lable 
{
    justify-content: left;
    text-align: left;
}
.calculatepage h4{
	 color: #909294;
	 font-size: 14px;
}

.calculatepage label {
  display: flex;
  flex: auto;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: var(--color-gray); 
  padding: 5px 10px;
  border-radius: 6px;
  transition: color --transition-fast ease-out,
  background-color --transition-fast ease-in;
  user-select: none;
  margin-right: 8px;
  color: #909294;
   border: 1px solid #909294;
}

.calculatepage label:last-of-type {
 margin-right: 0;
}

.calculatepage input[type="radio"]:checked + label {
 background: #571DC2;
    border: 1px solid #571DC2;
  color: #fff;
}

.calculatepage input[type="radio"]:hover:not(:checked) + label {
  border: 1px solid #571DC2;
  color: #571DC2;
}

.calculatepage .form-group .form-control{
border: 0;
border-bottom: 1px solid #909294;
border-radius: 0;
}


.score {
	background: url(../images/scorebg.png) no-repeat center center;
      background-size: cover;
    float: left;

    width: 100%;

    position: relative;
}

.scorenumber{
	    font-size:18rem;
    line-height: 0.78;
    color: #fff;
      font-family: 'Rajdhani-Bold';
}

.score .fa-check{
	border: 1px solid;
    padding: 4px;
}

.bggradient{
  background-image: linear-gradient(to bottom left, #6E1BCF , #A116EA);
}

.nav-pills-custom .nav-link {
    color: #ffffff8c;
   border-bottom: 1px solid #ffffff8c;
    position: relative;
    border-radius: 0;
}

.nav-pills-custom .nav-link.active {
    color: #fff;
background: transparent;
}




.nav-pills-custom .nav-link.active::before {
    opacity: 1;

}

.categorybox .content{
    overflow: hidden;
}
.checklink{
    /*border-top: 1px solid #571DC2;
    background: #571DC2;*/
 
    bottom: -33px;
    position: relative;
    opacity: 0;
    transition:all .5s ease-in-out;
}
.checklink a{
    color: #fff;
    text-decoration: none;
        display: block;
}
.categorybox:hover .checklink{
  opacity: 1;
    bottom: 0;
    transition:all .5s ease-in-out;
}
footer{
    color: #571DC2;
     border-top: 1px solid #571DC2; 
              font-family: 'Rajdhani-SemiBold';  
}
.footerlogo{

    width: 100px;
    margin: 1% auto;
    }


    .tab-content iframe{
        width: 100%;
        height: 500px !important;
    }

    .breadcrumb-item{
        text-transform: capitalize;
    }

    #button-load {
    background-color: #751ad3 !important;
        background: #751ad3 !important;
}
 .optionform input[type='radio']{
    margin-right: 10px;
 }
 .optionform input[type='radio']:after {
  width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 0;
    left: 0;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    bottom: 0;
    right: 0;
    }

 .optionform   input[type='radio']:checked:after {
               background-color: #571DC2;
       
    }
   .optionform  p span{
            white-space: nowrap;
    }







.high{
           background: url(../images/highrisk.png) no-repeat center center;
      background-size: cover;
    float: left;

    width: 100%;

    position: relative;
}

.medium {
 background: url(../images/mediumrisk.png) no-repeat center center;
      background-size: cover;
    float: left;

    width: 100%;

    position: relative;
}

.low{
 background: url(../images/lowrisk.png) no-repeat center center;
      background-size: cover;
    float: left;

    width: 100%;

    position: relative;
}
.largefont{
 font-size: 90px;   
   font-family: 'Rajdhani-Bold';
   line-height: 1;
}



.largefont span{
    font-size: 60%;
}



.borderrb{
    border-right: 1px solid #fff;
}

.riskpoints{
    margin-top: 1%;
}
.riskpoints li{
      font-family: 'Rajdhani-Bold';
      margin: 0 0 1% 0;

}


.risksubpoints li{
    font-family: 'Rajdhani-Medium';
    list-style-type: none;
}



.risksubpoints li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}


.mid{
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
}





.reset, .reset:hover{
    border: 1px solid #fff;
    outline: 0;
    color: #fff;
}


.reference small, .disclaimer small{
    font-size: 65%;
}







.videodesk{
    display: block;
}



.videotab{
    display: none;
}


.navbar-expand-md .navbar-collapse{
    border: 0;
}





/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}
@media only screen and  (max-width: 992px) {
.videodesk{
   
    display: none;
}



.videotab{
     display: block;
}
.checkpage .explore{
        background: url(../images/innerpgvideomob.gif) no-repeat center center;
      background-size: cover;
    float: left;

    width: 100%;

    position: relative;
}

.checkpage .explore video {
  display: none;
}
header {
      position: fixed;
    width: 100%;
}

.banner {
      height: 70vh;

}
    .navbar-brand {
    width: 75px;
}
.sectionpadding {
    padding: 4rem 0;
}


.categorybox.one {
    margin-bottom: 35%;
}

.footerlogo {
    width: 70px;
    margin: 5% auto 2%;
}
.scorenumber {
    font-size: 8rem;
  }

figure.LiverLogo {
     width: 55%;
  
}

.banner .e1 {
    width: 62%;
   }

   .banner .e2 {
    width: 48%;
}
.navbar-nav .nav-link {
    font-size: 22px;
}
.navbar-collapse {
      border-top: 1px solid #ccc !important;
}

.nav-item.active .nav-link {
       border-bottom: none;
}
}

@media only screen and  (max-width: 767px) {
    .mid {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    padding: 5% 0;
}

.risksubpoints {
    margin-bottom: 5%;
}
.risksubpoints  ul
{
        padding-inline-start: 0;
}

.riskpoints {
    margin-top: 1%;
    padding: 0;
}
.borderrb {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 0 0 5%;
    margin-bottom: 5%;
}
footer p{
    font-size: 84%;
}
}