body {
  padding-top: 100px !important;
  font-family: "Times New Roman" !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Times New Roman" !important;
}
.carousel-control-prev,
.carousel-control-next{
  display: none;
}
.pb-5, .py-5 {
    padding-bottom: .8rem !important;
}
.pb-5, .feature-description {
  text-align: justify;
}
.bg-info_facebook {
    background-color: #4267B2 !important;
}
.bg-info_twitter {
    background-color: #1da1f2 !important;
}
.bg-info_instagram {
  background-color: #c13584 !important;
}
.banner-wrapper .navbar {
    padding: 50px 0 0 0;
}
@media only screen and (min-width: 960px) {
  .left-wdth {
    left: 0px !important;
  }
  .main-text
  {
    position: absolute;
    top: 230px;
  }
}
.top-pdng-0 {
  padding-top: 0px !important;
}
.details-wrapper {
  padding: 70px 0 0 0;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}
.pad-0-left {
  padding-left: 0px;
}
.mrg-btm {
  margin: 20px 0 20px 0 !important;
}
.pad-top-0 {
  padding-top: 10px !important;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: bold;
  padding-right: 0.75rem;
}
.details-wrapper .card-icon-top .card-icon {
  top: 30px !important;
  left: 990px !important;
}
.fa-style-new {
  font-size: 44px !important;
  padding: 10px 0 !important;
}
#carouselExampleIndicators_1 li {
  background-color: gray;
}
#carouselExampleIndicators_1 li .active {
    background-color: black;
}
.feature-list-item h3 {
  padding-bottom: 30px;
}
.feature-list-item .fa {
  padding-top: 30px !important;
}
footer h4 {
  padding-top: 0px;
}
footer {
  padding: 85px 0 10px 0;
}
.paddingTop50 {
  padding-top: 50px !important;
}
.plansPopup {
	display:none;
	margin:1em;
	width: 85%;
}
.padTop25 {
  padding-top: 25px;
}
.padTop15 {
  padding-top: 15px;
}
.help-inline {
  font-size: small;
  color: red;
}
#loadingDivTasks{
  display: none;
  position:absolute;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  background-image:url('../img/loading.gif');
  background-repeat:no-repeat;
  background-position:center;
  z-index:10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
.card-icon-top p, blockquote {
  text-align: justify;
}
footer {
  background-color: #9CCD59 !important;
}
.fixed-top-1 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-top-2 {
  position: fixed;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 1030;
}
#navdi_1 {
  height: 30px !important;
  background-color: #1a142dfa  !important;
}
.tooselect {
  width: 324px !important;
  border: 1px solid #e4e9f0;
  background: transparent;
  height: 45px;
}
#overlay{
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #00299E solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}
.is-hide{
	display:none;
}
