*
{
	margin:0px;
}

.container-fluid{
	overflow-x: hidden;
}

.h-setting{
	position: relative;
	top:0px;
	right:0px;
	left:0px;
	font-size:20px ;
}

.h-setting .font{
/*	font-family:lexend;*/
	font-size: 14px;
	font-weight:bold;
	color:black;
	padding-left: 7px;
	display: inline;
    margin-left: 5px;

}

.h-setting .fonts{
/*	font-family:lexend;*/
	font-size: 14px;
	font-weight:normal;
	padding-left: 21px;
	/* display: inline; */
    margin-left: 5px;
	display: block;
}

.h-setting .transparent{
	padding:7px 26px;
	color:white;
	border:1px solid var(--blue);
	font-size:17px;
	font-weight:500 ;
	background-color:var(--blue);
	margin-left:7px;
}

.h-setting .transparent:hover { 
	color: white;
	border-color: var(--blue);
	background: var(--blue);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.090);
	/* height: 40px; */
	/* width: 100%; */
	/* margin-left:7px;  */
	/* padding: 6.4px 15px; */
	border-radius: 6px;
	position: relative;
	display: inline-block;
	font-weight: 500;
	white-space: nowrap;
	text-align: center;
	/* border: 1px solid transparent; */
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
	user-select: none;
	touch-action: manipulation;
 }

.h-setting .line{
	padding:7px 15px;
	color:var(--blue);
	border:1px solid var(--blue);
	font-size:17px;
	font-weight:500 ;
	background-color:white ;
	margin-left:7px;
}

.h-setting .line:hover{
	color: var(--blue);
	border-color: var(--blue);
	background-color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.090);
	/* height: 40px; */
	/* width: 100%; */
	/* margin-left:7px;  */
	/* padding: 6.4px 15px; */
	border-radius: 6px;
	position: relative;
	display: inline-block;
	font-weight: 500;
	white-space: nowrap;
	text-align: center;
	/* border: 1px solid transparent; */
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
	user-select: none;
	touch-action: manipulation;
}

.dropdown-toggle::after {
	position:relative;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    float:right;
    top:10px;
}

#h-header{
	background-image:url('../image/bannerr.PNG') ;
	background-size:cover;
	background-position:center;
	background-color: #061f24e6;
	background-repeat:no-repeat;	
	position:relative;
}

#h-header:before{
	content: "";
	position:absolute; 
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
	background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}


.main-heading{
	font-size:42px;
	font-weight:700 ;
	line-height:50px;
	color:white;
}

.main-heading span{
	position: relative;
}
.main-heading span:before {
    content: '';
    height: 3px;
    width: 100%;
    max-width: 60%;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.sub-heading{
	font-size:18px;
	font-weight:200;
	line-height:30px;
	color:white;
	text-align:center ;
/*	padding:0px 210px;*/
}

.main{
	border:30px solid white;
	border-radius: 15px;

}

.main .disb{
	color:grey;
}

.main .form-control{
	padding:3px 8px;
}

.detail-form .form-control{
	padding:3px 2px;
}

.detail-form .form-group label{
    font-size: 14px;
	color: grey;
}

.detail-form .set1{
	color:grey;
	font-size: 15px !important;
	font-weight: 400;
}

.i-decrease{
	margin-left: 3px;
	font-size: 3px !important;
    background-color: var(--blue) !important;
    border-radius: 46px !important;
}

.i-increase{
	margin-left: 3px;
	font-size: 3px !important;
    background-color: var(--blue) !important;
    border-radius: 46px !important;
}

.c-decrease{
	font-size: 12px;
	background-color: lightgrey !important;
	border-radius:100px !important;
}

.c-increase{
	font-size: 10px;
	background-color: var(--blue) !important;
	border-radius:50px !important;
}

.a-decrease{
	font-size: 12px;
	background-color: lightgrey !important;
	border-radius:100px !important;
}

.a-increase{
	font-size: 10px;
	background-color:  var(--blue) !important;
	border-radius:50px !important;
}

#d1 {
    background: #fff;
    z-index: 2;
	padding-top: 13px !important;
    padding: 5px 25px;
	border-radius: 5px;
} 

.select2-selection {
  -webkit-box-shadow: 0;
  border:0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400 !important;
  min-height: 38px;
  border-color: lightgrey !important;
}

.select2-selection__rendered {
  margin: 5px 0px;
  color:grey !important;
}

.select2-selection__arrow {
  margin: 5px;
}

.row-center{
	display: flex; 
	justify-content: center;
}

.row-center .btn-style{
	/* border:1px solid  var(--blue) !important; */
	transition: 0.3s ease-in;
	font-size:14px;
	font-weight: 100;
	background-color: var(--color) !important;
}

.row-center .btn-style:hover{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.3s ease;
	font-size: 16px;
}


#promotion{
	padding-bottom:20px ;
}

#step{
	background-image:url('../image/wepik-export-20240103093717aFOT.jpeg') ;
	background-size:cover;
	background-color: #061f24e6;
	background-repeat:no-repeat;	
	position:relative;
}

#step span{
	position: relative;
}

#step span:before {
    content: '';
    height: 1px;
    width: 100%;
    max-width: 70%;
    background:  var(--blue);
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

#step h4{
	color: var(--blue);
}

.content{
	border:4px solid  var(--blue);
}

.num{
	position:absolute;
	border:3px solid white;
	font-weight:bold;
	background-color: var(--blue);
	height:60px;
	width:60px;
	bottom:0;
	left:-6px;
}

.steps h5{
/*	text-transform:uppercase;*/
    font-weight: bold;
	font-size:24px;
    
}

.steps p{
	color:grey;
	font-size:14px;
}

.footer-area p{
	font-size: 14px;
	line-height:1 ;
	color:grey;
	font-weight:inherit;
}

.footer-area h5{
	font-size: 22px;
}

hr{
	width:70%;
	background-color:black;
	opacity:0.2;
}

#announcement{
	background-image:url('../image/wepik-2.jpeg') ;
	background-size:cover;
	background-color: #061f24e6;
	background-repeat:no-repeat;	
	position:relative;
}

#announcement span{
	position: relative;
}

#announcement span:before {
    content: '';
    height: 2px;
    width: 100%;
    max-width: 95%;
    background:  var(--blue);
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.remove_bar:before {
    background:  unset !important;

}


#announcement h4{
	font-size:25px;
	font-weight:700 ;
	text-transform:uppercase ;
	color: var(--blue);
}

#announcement h3{
	font-size:22px;
	font-weight:700;
	color:#535353;
}

#announcement p{
	font-size:14px;
	color:grey;
	text-align: justify;
}

#demo {
    width: 100%;
}


.carousel-indicators li{ 
	position:relative;
	border-radius: 100%;
	width:15px;
	height:15px;
	left:-210px;
	top:70px;
}

.carousel .carousel-indicators li.active {
	background-color:  var(--color);
}

.carousel .carousel-indicators li {
	background-color:  var(--blue);
}

#download{
	background-color: #AAAAAA;
    background-image: linear-gradient(to right, white ,rgba(0,0,0,0));
    position: relative;
}

#download h4{
	font-size:25px;
	font-weight:700 ;
}

.qr{
	margin-top:60px !important;
}

#announcement:before {
    content: '';
    background-image: url('../image/desing1.png');
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

#download:before {
    content: '';
    background-image: url('../image/design1.png');
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    background-repeat: no-repeat;
    background-size: contain;
}

#promotion h4{
	font-size: 25px;
}

#promotion{
	background-color:  var(--blue);
	position:relative;
}

#promotion:before {
    content: '';
    background-image: url(../image/design2.png);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#promotion .head span{
	position: relative;
}

#promotion .head span:before {
    content: '';
    height: 2px;
    width: 100%;
    max-width: 67%;
    background: #D9D9D9;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.slider{
	position:relative;
}

.slider .owl-item.active.center .item{
	transform:scale(1);
	opacity:1;
}

.item{
	transform:scale(0.8);
	opacity:0.7;
	transition:all 0.3s;
}

.owl-nav button{
	border:none !important;
	outline:none !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top:45%;
	transform:translateY(-50%);
	background: transparent !important;
	color:#2961ff !important;
	font-size:20px !important;
}

.owl-prev{
	left:1%;
}

.owl-next{
	right:-1%;
}

/*register modal*/
.modal-content{
	/* border:1px solid  var(--blue); */
	border-radius:23px;
	/* box-shadow: 1px 1px 1px  var(--blue); */
}

.modal-header h2{
	color: var(--blue);
}

.registration-form input{
    padding:30px 10px;
    border:1px solid  var(--blue);
}

.registration-form .input-group-text{
	border:1px solid  var(--blue);
}


#myModal-4 .btn-style{
	background:  var(--blue) !important;
	font-weight: 700;
	padding:5px 40px;
}

/*signin modal*/
.modal-content{
/* border:1px solid  var(--blue); */
	border-radius:30px;
	/* box-shadow: 1px 1px 1px  var(--blue); */
}

.modal-header h2{
	color: var(--blue);
}

.signin-form input{
    border:1px solid var(--blue);
}

.signin-form .input-group-text{
	border:1px solid var(--blue);
}

#myModal-5 .btn-style{
	background: var(--blue) !important;
	font-weight: 700;
	padding:5px 40px;
}

#myModal-5 .btn-style1{
	background: var(--color);
	font-weight: 700;
}


/*Overall Media Queries*/
@media(width<=768px){
	h2{
      font-size:20px; 
	}
}

@media(width>768px){
	h2{
      font-size:24px; 
	}
}

@media(width>=992px){

	.main-heading{
	font-size:30px;
	}

	.main-heading span:before {
    content: '';
    bottom: -10px;
	}

    .sub-heading{
	font-size:28px;
/*	padding:0px 80px;*/
	}

	.line{
	padding:7px 20px;
/*	width:90px;*/
	}

	.transparent{
	padding:7px 20px;
/*	width:90px;*/
	}

}

@media(max-width:992px){
.main-heading{
	font-size:34px;
}

}

@media(max-width>=768px){
.main-heading{
	font-size:26px;
}
}

@media(min-width:768px){
	.carousel-indicators li{ 
		position:relative;
		left:-156px;
		top:58px;
	}
	}

@media(width>=576px){

.main-heading{
	font-size:22px;
}
}

@media(width<576px){

.main-heading{
	font-size:16px;
}

.main .disb{
	font-size: 12px;
}

#download:before {
    display:none;
}

}

@media(width<408px){

.main-heading{
	font-size:13px;
}

}

@media(width<332px){

.main-heading{
	font-size:12px;
}
}


@media(max-width:992px){
#promotion h4{
	font-size:25px;
}
}

@media(min-width:320px){
	.carousel-indicators li{ 
		position:relative;
		left:6px;
		top:42px;
	}

}

@media(max-width:575px){
	#announcement:before {
		background-image: none;
	}
}

@media(min-width:768px){
	.carousel-indicators li{ 
		position:relative;
		left:-90px;
		top:58px;
	}
}

@media(width<409px){
	#promotion h4{
	font-size:16px;
}

.sub-heading{
	font-size: 13px;
}
}

@media(width<283px){
	#promotion h4{
	font-size:14px;
}
}

@media(width<409px){
.sub-heading{
	font-size:27px;
	}	
}

@media(width<387px){
	.main .disb{
	font-size: 11px;
}

#download:before {
    display:none;
}
}


.profileItems {

	cursor: pointer;
}

.profileItems .profileDropdown {
	margin-left: 6px;
}






  
/* //Additional css for cards */
.o-item{
    width: 115%;
    height: 320px; 
    display: flex; 
    align-items: center; 
    border-radius: 10px; 
  }

.review-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  max-width: 250px;
  text-align: center;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin: auto;
}

   .header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;

    .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    }

    .user-info {
      text-align: left;

      .name {
        font-weight: 600;
        display: flex;
        align-items: center;

        .google-icon {
          width: 16px;
          height: 16px;
          margin-left: 5px;
        }
      }

      .date {
        font-size: 12px;
        color: #888;
      }
    }
  }

  .stars {
    margin: 8px 0;

    .star {
      color: #fbbc05;  
      font-size: 18px;
    }
  }

  .review-text {
    font-size: 14px;
    color: #444;
    margin: 10px 0;

    strong {
      color: #333;
    }
  }

  .read-more {
    font-size: 13px;
    color: #0073e6;
    text-decoration: none;

    .read-more:hover {
      text-decoration: underline;
    }
  }


/* //css of folo.scss */

#rating{
	padding-bottom:20px ;
}

#rating h4{
	font-size: 25px;
	color: var(--blue);
}

#rating{
	background-color: white;
	position:relative;
}

/* #rating:before {
    content: '';
    background-image: url(../image/design2.png);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
} */

#rating .head span{
	position: relative;
}

#rating .head span:before {
    content: '';
    height: 2px;
    width: 100%;
    max-width: 67%;
    background: var(--blue);
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.o-item{
	transform:scale(0.8);
	opacity:0.7;
	transition:all 0.3s;
}


@media(max-width:992px){
#promotion h4{
	font-size:25px;
}

#rating h4{
	font-size:25px;
}
}

@media(width<409px){
	#promotion h4{
	font-size:16px;
}

#rating h4{
	font-size:16px;
}


@media(width<283px){
	#promotion h4{
	font-size:14px;
}

#rating h4{
	font-size:14px;
}}}