.disclaimer-bg {
	background-color: #33343e;
}

.banner-bg {
	background: url("https://dummyimage.com/1200x400/000/fff");
	background-repeat: no-repeat !important;
	background-size: cover;
	background-position: center;
}

.img-icon {
	max-width: 100px;
	height: auto;
	aspect-ratio: 1/1;
}

.img-icon-col {
	max-width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}

.img-16-9 {
	aspect-ratio: 16/9;
}

.abs-best-value {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #fd4500;
	z-index: 1;
	padding: 20px;
	margin: 0 40px;
	border-radius: 5px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
}

.best-val {
	margin-top: 1.5rem !important;
}

.login-input {
	height: 60px;
}

.links-left {
	text-align: left;
}

.links-right {
	text-align: right;
}

.radius-5 {
	border-radius: 5px;
}

.focus-orange:focus {
	border: 1px solid #fd4500 !important;
}

.abs-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.glass{
	background: rgba(63, 63, 63, 0.55);
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
	border-radius: 0 0 5px 5px;
}

.ml-auto{
	margin-left: auto;
}

.mr-auto{
	margin-right: auto;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #2e2e2e;
}

@media screen and (max-width: 991px) {
	.best-val {
		margin-top: 3rem !important;
	}

	.title-top {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 768px) {
	.links-left {
		text-align: center;
	}

    .package-card{
        margin-top: 0rem !important;
    }

	.links-right {
		text-align: center;
	}
	.img-login {
		max-width: 85%;
	}
	.img-icon-col {
		max-width: 100px;
	}
	.risk-section{
		text-align: center;
	}
	.mb-center{
		text-align: center;
	}
}


.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    transition: 0.5s;
}

.my-float{
    margin-top:15px;
}

  .float:hover{
    background-color:#a8e21e;
  }
  a.float:hover{
      color:black;
      transition:0.5s;
  }

  .ot-socials a {
    /* border: 1px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; */
    color: #4b4b4b;
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    margin-right: 6px;
}
.ot-socials a:hover {
    color: orangered;
    /* background: orangered;
    border-color: orangered; */
}

/* preloader */
#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 9999;
    font-size: 65px;
    text-align: center;
    padding-top: 250px;
    color: #fff;
    font-family:tahoma;
  }

  .elementToFadeInAndOut{
    animation: fadeinout 2s linear infinite;
    -webkit-animation: fadeinout 2s linear infinite;
    -moz-animation: fadeinout 2s linear infinite;
    -o-animation: fadeinout 2s linear infinite;
    -ms-animation: fadeinout 2s linear infinite;
    animation-fill-mode : forwards;
  }

  .footer-icon{
    transition: 0.5s;
  }
