.banner {
  position: relative;
  text-align: center;
}

.banner img {
  width: 100%;
  height: auto;
}
/* tab */
.tablist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.tablink {
  float: left;
  cursor: pointer;
  padding: 8px 16px;
  text-decoration: none;
  color: black;
}

.tablink {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  margin-right: 76px; /* Adjust margin between list items */
  padding: 7px 0; /* Adjust padding for top and bottom */
  transition: border-bottom 0.3s ease;
  border-bottom: 2px solid transparent;
}

.tablink.active {
  border-bottom: 2px solid #f37021;
  color: #f37021;
}

@media screen and (max-width: 600px) {
  .tablist li {
    display: block;
    margin-bottom: 10px; /* Adjust spacing between list items for mobile */
  }
  .immensity{
    margin-right: 98px;
  }

    .brink {
      margin-bottom: 50px; /* Adjust this value as needed */
    }
    .rim{
      padding: 26px;
      margin: 0 !important;
    }
    .amount{
      margin-left: 91px;
    }
   
  
  
}
@media screen and (max-width: 991px) {
  .tablist li {
    display: block;
    margin-bottom: 10px; /* Adjust spacing between list items for tablet */
  }
  .accurate{
    margin-bottom: 12px !important;
  }
  .splurge{
    display: none ;
  }
  .brink {
    margin-bottom: 50px; /* Adjust this value as needed */
  }
  .rim{
    padding: 26px;
    margin: 0 !important;
  }
  .custom-thumbnail {
    height: 512px; /* Adjust the height as per your requirement */
    overflow: hidden; /* Hide overflow content if it exceeds the set height */
  }
  .evince{
    display: none !important; 
  }
 
}

.tab-content h3 {
  margin-top: 0;
}
.allowance{
  margin-top: 37px;
    margin-bottom: 30px;
}
.periphery{
  margin-top: 9rem;
    margin-bottom: 8rem;
}
.thumbnail {
   padding: 0px !important; 
  border:none !important;
  border-radius: 8px !important; 
}
.ditch{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.bg-color{
background-color:#F5F5F5;
}
.progress {
  height: 13px !important;
  background-color: #D9D9D9 !important;
  border-radius: 7px !important;
  margin-bottom: 5px !important;
}
.thumbnail .caption {
  padding: 23px !important;
}
.vertical-line {
  border-left: 1px solid #ccc; 
  height: 25px;
}.form-control {
  height: 30px !important;
  padding: 5px !important; 
  font-size: 14px;
  color: #555;
  background-color: #F5F5F5 !important;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px !important;
}
.input-group-addon {
   background-color: #fff !important; 
   border: 1px solid #ffffff !important;
}
.input-group input::-webkit-input-placeholder {
  font-size: 12px; /* Adjust the font size as needed */
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 .splurge{
  display: none !important;
 }
 .flourish{
  margin-top: -17px;
 }
 .set{
  font-size: 29px !important;
 }
 .share-btm{
  display: block !important;
}
.share-Button{
  display: none !important;
}
.border{
  border-left: 0px !important;
}
}
.leeway{
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.card-text{
  padding-right: 30px; 
  font-size: 21px;
  margin-bottom: 9rem;
}

.owl-theme .owl-nav [class*=owl-] {
  background: #f37021 !important;
  color: #fff !important;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 112%;
    display: flex;
    justify-content: space-between;
    left: -59px;
}

.owl-prev,
.owl-next {
  background: #f37021;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  outline: none;
}

.owl-prev i,
.owl-next i {
  font-size: 14px;
}
@media only screen and (min-width: 1280px) {
  .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 107%;
    left: -39px;
  }
 }
 @media screen and (max-width: 900px) and (min-width: 600px) {
  
  .filler{
    margin: 0px !important;
  } 
  
}
/* second pages */
.range {
	margin-bottom: 12px;
	width: 18%;
}

.tallness {
	width: 9%;
}

.jilted {
	margin-left: 8px;
}

.progress-bar-warning {
  background-color: #F37020 !important;
  border-radius: 50px;
}

.featurette-heading{
  color: #F37020;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.panel {
  box-shadow: 10px 10px 10px 10px rgba(209, 206, 206, 0.1); /* Adjust the values based on your preference */
  
}

.btn-con {
  display: flex;
  justify-content:end !important;
}

#menu {
  position: absolute;
  right: -51px;
}

#menu:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.share {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F37020;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  
  
}

.content {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.show {
  height: 400px;
  opacity: 1;
}

li:hover, .share:hover, .content {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.show {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.panel-text{
  font-size: 12px;
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container .item {
  text-align: center;
}

.image-container img {
  width: 42px;
  margin-bottom: 5px;

}

.caption {
  font-size: 10px 0px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
margin-top: 0px !important;
}

.tile {
	position: relative;
}

.float {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 70px;
	background-color: #f37020;
	color: #FFF;
	cursor: pointer;
	border-radius: 50px;
	text-align: center;
	z-index: 1000;
	animation: bot-to-top 2s ease-out;
}

.tile .float {
	box-shadow: 0px 0px 8px 2px rgba(57, 206, 206, 0.3);
}

.soc a {
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 45px;
	padding: 0px;
	font-size: 20px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 6px;
	transition: all .5s;
}

.soc a:hover {
	box-shadow: 2px 2px 3px #999;
}

a.mail {
	background-color: #e30101;
	animation-delay: .5s;
}

a.linkedin {
	animation-delay: .7s;
	background-color: #0077b5;
}

a.twitter {
	animation-delay: .9s;
	background-color: #000000;
}

a.facebook {
	animation-delay: .11s;
	background-color: #0089f1;
}

a.whatsapp {
	animation-delay: .13s;
	background-color: #01c051;
}

.pad .mail {
	left: 80px;
}

.pad .linkedin {
	left: 140px;
}

.pad .twitter {
	left: 200px;
}

.pad .facebook {
	left: 260px;
}

.pad .whatsapp {
	left: 320px;
}

.my-float {
	font-size: 24px;
	margin-top: 18px;
}


.menu-share i {
	animation: rotate-in 0.5s;
}

@keyframes rotate-in {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes rotate-out {
	from {
		transform: rotate(360deg);
	}

	to {
		transform: rotate(0deg);
	}
}

.share-btm{
  display: none;
}

@media only screen and (max-width: 600px) {
	.container {
		width:100% !important;
	}
	.bend{
		display: flex;
		justify-content: start !important;
	}
	.shore {
		margin-right: 26px;
		width: 50%;
		padding: 0 !important
	}
	/*.sphere{
		
	}*/
	.acme{
		height:82rem !important
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.acme {
		height: 124rem !important;
	}
}
/* CSS */
