#secondary_nav, .secondary_nav{
	background-color: rgba(7, 124, 88, 0.11);
    color: #0f5a64;
 }

    .profile-widget {
    background-color: #fafafa;
	}


.profile-card-div {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin-top: 0.3rem;
  max-height: 12rem;
  
}

.profile-card-img-div {
  position: relative;
  width: 33%;
  height: 100%;
  margin: 0rem 1rem 0rem;
  min-height: 12rem;
}

.profile-card-img {
  border-radius: 0.6rem;
    height: 199px;
    /* max-height: 12rem; */
    width: 100%;
    object-fit: cover;
}

.profile-card-content {
  display: flex;
  width: 65%;
  flex-direction: column;
  gap: 0.4rem;
  -webkit-box-pack: center;
  justify-content: center;
}

.profile-card-name-div {
  left: unset;
  top: unset;
  position: inherit;
  display: inline;
  font-size: 0.875rem;
  font-weight: unset;
  color: rgb(76, 76, 76);
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  line-height: 1.5;
  text-align: left;
  letter-spacing: normal;
  text-underline-offset: 0px;
  word-break: normal;
  border-radius: 0px;
  white-space: normal;
  cursor: unset;
  opacity: 1;
  float: none;
}

.profile-card-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgb(78, 97, 55);
}

.profile-profession {
  font-size: 0.9rem;
}

.profile-card {
  position: relative;
  width: 100%;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 1px solid rgba(24, 42, 136, 0.2);
  border-radius: 0.75rem;
  overflow: hidden;
  padding-top: 1rem;
  margin: 1rem ;
  background-color: rgb(255, 255, 255);
}

 .profile-card svg {
      fill: gold;
    }

    .btn-green {
      background: #a3ad6f;
      color: #fff;
      border: 1px solid #a3ad6f;
	  padding: 5px;
	  margin-right:10px;
    }

    .badge-cyan {
      background-color: #eaf7f7;
      color: #006a61;
      font-size: 12px;
      font-weight: normal;
      font-weight: 600;
    }
	
	.line-through{
		color:#a4a4a4;
	}
	
	
	@media only screen and (max-width: 767.98px){
	
		.profile-card .btn-green{
			font-size: 13px;
		}
		
		.profile-card .btn-secondary{
			font-size: 10px;
			background-color: #ff6c37;
    color: #fff;
		}
		
		.btn-green, .btn-blue{
	font-size: 11px !important;
	padding: 5px;
}
		
		.profile-card-name {
    font-size: 1.2rem;
	line-height:1.2;
	}
	
	.pricing-table{
		min-height: 500px;
	}
	
		.profile-card{
			margin: 1rem 0;
		}
	
	}

  .btn-blue {
    background: #cbb9a6;
    color: #fff;
}
	
	.off-40 {
    position: absolute;
    right: 0%;
    bottom: 80%;
}

.offer-line{
	padding: 10px;
    background: #eaf7f7;
    font-size: 14px;
    margin-top: 10px;
}

a.stretcheds-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.second {
  /* required */
  position: relative;
  z-index: 1;
}

.btn-blue:hover{
	color: #fff;
    box-shadow: 0 12px 16px 0 rgb(0 0 0 / 11%), 0 17px 50px 0 rgb(0 0 0 / 7%);
    background: #a3ad6f;
}

.third {
    position: relative;
    z-index: 99;
}

.third:hover{
	text-decoration:underline;
	font-weight: 700;
	font-style: italic;
}



@media only screen and (max-width: 320px){
	
	
.btn-green, .btn-blue{
	font-size: 11px !important;
	padding: 5px;
}

.offer-line{
	font-size: 12px;
}

.profile-card-img-div {
    position: relative;
    width: 33%;
    height: 100%;
    margin: 0rem 1rem 0rem 0rem;
    min-height: 12rem;

}

.profile-card{
	border: none;
}

.profile-card-name {
    font-size: .9rem;
    line-height: 1.2;
}

.load-more{
	margin-bottom: 30px;
}
}

.profile-card .btn-green, .profile-card .btn-blue {
    font-size: 14px;
    padding: 5px;
}

.gradient.clip-1::before {
    background: linear-gradient(rgb(226, 242, 240) 13.14%, rgba(226, 242, 240, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0) rotate(0deg);
   
}

.gradient::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.search-area {
  background: #006a616b;
    backdrop-filter: brightness(1.1) saturate(150%) blur(10px);
    padding: 30px 30px;
    position: relative;
    z-index: 1;
    border-radius: 10px;

    margin-left: auto;
}

.form-focus .focus-label {
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -ms-transform: translate3d(0, 22px, 0) scale(1);
    -o-transform: translate3d(0, 22px, 0) scale(1);
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    left: 12px;
    top: -15px;
    z-index: 1;
    color: #606060;
    margin-bottom: 0;
}

.form-group{
  position: relative;
}

.icon-box {
    display: flex;
	justify-content:center;
	align-items:center;
    width: 7.3em;
    height: 7.3em;
    line-height: 7.3em;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #a3ad6f !important;
    margin-top: -60px;
}

.btn-read{
	padding:.4rem 1rem;
	margin-right: 10px;
}

.btn-blue{
	background:#0f5a64;
	color:#fff;
	padding:.5rem 1rem;
}


.counter-area {
    padding: 100px 0;
    background-color: #FFF5F2;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.counter-area .counter-text-overlay {
    position: absolute;
    left: 5vw;
    bottom: 50px;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 0;
    white-space: nowrap;
    color: #FF6B31;
    opacity: 0.1;
}


.section-title .title {
    font-size: 2rem;
    margin-bottom: 24px;
    font-weight: 700;
}


.counter-box {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.03);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.counter-box .number {
    font-size: 56px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
}

.rating-star {
    display: inline-block;
    position: relative;
    color: #FDB12E;
	color:#fff;
}

.aproch_scn .aniamtion ul li {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
}
.aproch_scn .aniamtion ul li b {
    font-size: 19px;
    color: #0f5a64;
}


.counter-box.active, .counter-box:hover {
    background-color: #FDA800;
    -webkit-box-shadow: 0px 25px 35px rgba(253, 168, 0, 0.25);
    box-shadow: 0px 25px 35px rgba(253, 168, 0, 0.25);
}





.feature-box-2 {
    position: relative;
    padding-left: 88px;
    margin-bottom: 40px;
}


.feature-box-2 .icon {
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 64px;
    text-align: center;
    background-color:#ff6b3152;
    color: #ffffff;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 15px 35px rgba(255, 112, 49, 0.3);
    box-shadow: 0px 15px 35px rgba(255, 112, 49, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.feature-box-2 .title {
    font-size: 24px;
    margin-bottom: 8px;
}

.premium-backpack {
    margin: 0;
    text-align: center;
    padding: 30px;
    background: url(./assets/img/header-bg-circle.png) no-repeat scroll center center / contain;
	min-height:400px;
	 animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
}

@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}







.counter-area .overlay-text {
    position: absolute;
    left: 4vw;
    bottom: 0;
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FF6B31;
    opacity: 0.1;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
}


.stats .row>div:not(:last-child) {
    border-right: 1px solid rgba(255, 107, 49, 0.2);
}

.stats .counter-box{

		background: transparent;
		box-shadow:none;
		text-align:center;


}


.stats .counter-box .number {
    color: #FF6B31;
    margin-bottom: 12px;
    font-size: 48px;
}

.btn-orange{
	background-color:#FF6B31;
    color: #ffffff;
	border:1px solid #FF6B31;
	box-shadow: 0px 15px 30px rgba(255, 107, 49, 0.3);
}

.accordion .item {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    margin-bottom: 20px;
}

.accordion .item .title {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 24px;
    margin: 0;
    cursor: pointer;
}

.accordion .item .title a {
    display: block;
    color: var(--heading-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accordion .item .desc p {
    padding: 0 24px 24px 24px;
}

.accordion .item li{
	font-weight:500;
	padding: 0 24px 24px 24px;
}

.title-box{
	font-size: 30px;
    margin-bottom: 24px;
    font-weight: 700;
}


.title-box {
   
    color: #fff;
}

.accordion .item .title {
    font-size: 18px;
    
    padding: 16px 20px;
   
}

.request_couple span {
    font-size: 25px;
    font-weight: 700;
}

.request_couple .label-panel.m img {
    width: 65px;
    margin: 0 4px;
}

.request_couple .info-btn-search input {
    background-color: rgb(7 124 88 / 84%);
    color: #fff;
    border-radius: 10px;
    letter-spacing: 1px;
    padding: 10px 15px;
}

.feel_fre_scn h2 {
    font-size: 40px;
}


.profile-card-img-div {
   
   
    height: initial;
    margin: 0rem 1rem 0rem;
    min-height: initial;
}

.profile-card-content {
 

    justify-content: initial;
    height: initial;
}

.exprt_crd{
	background: #e4f1ede0;
    padding: 10px;
	justify-content: space-between;
	
}


.profile-card-img {
  
    height: 140px;
   
}

.profile-card {
  
    gap: 0.9rem;
  
}

.profile-card .btn-blue {
    font-size: 15px;
    padding: 6px 12px !important;
    font-weight: 500;
}


@media(max-width: 767px){
	section {
        padding: 40px 0;
    }
	
	h1{
		font-size: 1.7rem !important;
		
	}
	section.counslr_card .row {
    justify-content: center;
}
.counter-box {
  
    padding: 20px;
 
}
.counter-box .number {
    font-size: 40px;
 
}
.title-box {
    font-size: 20px;
    margin-bottom: 10px;

}
.accordion .item .title a {
  
    font-size: 17px;
}
.accordion .item .desc p {
 
    font-size: 15px;
}
    .profile-card-name {
        font-size: 1rem;
   
    }
	.profile-card-img {
    height: 130px;
}
}