@charset "utf-8";
/* CSS Document */
/*body {
	animation: fadeInAnimation ease 0.4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}*/
.bg-soft-ash {
    background-color: #f7f7f8 !important;
}
.nameColor {
	color: white;
}
.gsc-search-button-v2 {
    width: auto;
	padding: 7px 15px !important;
    margin-left: 0px !important;
	border-radius: 4px !important;
    border-color: #54a8c7 !important;
    background-color: #54a8c7 !important;
    background-image: linear-gradient(top, #54a8c7, #54a8c7) !important;
}
.gsc-search-button {
    margin-left: 4px!important;
	width: 1%;
}
.gsc-input-box {
    border: 1px solid #dfe1e5;
    background: #fff;
    border-radius: 4px !important;
}
.navbar-stick:not(.navbar-dark) .nameColor {
    color: black;
	box-shadow: none;
    background: rgba(var(--bs-white-rgb), 0);
    
}
.tpesz {
    height: 48px;
	width: 48px;
}
.img64 {
    height: 64px;
	width: 64px;
}
@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-brand {
        padding-top: 1.0rem;
        padding-bottom: 0rem;
    }
}
@media screen and (max-width: 576px) {
  .tpesz {
    height: 48px;
	width: 48px;
    margin-right: 12px !important;
	margin-top: 4px !important;  
  }
  .img64 {
    height: 32px;
	width: 32px; 
  }
	.gsc-search-button {
    margin-left: 8px !important;
    }
	.hideimage{
		display: none;
	}
	.tipimg{
		height: 102px;
		width: 175px;
	}
	.titlesize {
		font-size: 18px !important;
	}
}
.list-checkmarks {
  padding-left: 1.5rem;
}

.list-checkmarks li {
  list-style-type: none;
  padding-left: 1rem;
  padding-bottom: 0.35rem;	
}

.list-checkmarks li:before {
  font-family: 'FontAwesome';
  content: "\f14a";
  margin: 0 10px 0 -28px;
  color: #54a8c7;
  font-weight: 900 !important;
}
.box {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
.ratings {
  display: inline-block;
  position: relative;
  width: 8rem;
  height: 1.8rem;
  font-size: 1.9rem;
  line-height: 2;
}
.strokedark {
  color: #54a8c7;
  -webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: black;
	font-weight: bold;
}
.img-max3 {
  max-width: 305px;
  width:100%;
}
.img-max6 {
  max-width: 600px;
  width:100%;
}
.img-max7 {
  max-width: 700px;
  width:100%;
}
.img-max8 {
  max-width: 800px;
  width:100%;
}
.img-max4 {
  max-width: 400px;
  width:100%;
}
html
{
  scroll-padding-top: 8vw !important; /* height of sticky header */
}
.gradient-8 {
    background-image: linear-gradient(100deg, #1A6E8E 40%, #f79808 60%);
}
.header-blue {
	color: #1A6E8E;
}
.plyr__control--overlaid {
  border: 0;
  padding: 1.25rem;
  background: var(--bs-soft-aqua);
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  color: #343f52;
  opacity: 1;
}
.plyr__control--overlaid::before,
.plyr__control--overlaid::after,
.btn-circle.ripple::before,
.btn-circle.ripple::after {
  background: var(--bs-soft-aqua);
  opacity: 1;
}
.plyr__control--overlaid::after,
.btn-circle.ripple::after {
  opacity: 0.0;
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: 0.5s;
}
.img-left {
  display: block;
  float: left;
  line-height: 1;
  padding: 0;
  margin: 0 0.4rem 0 0;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    background-color: #54a8c7;
    border-color: #54a8c7;
	opacity: 0.65;
}