 

/************************************/
/***** 	   01. General css		 ****/
/************************************/

body{
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 500;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #0672b6;
	z-index: 9999;
}

.loader{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: calc(50% - 15px);
	animation: loader 2s infinite ease;
}

.loader-inner{
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}







.size_11 {
	font-size: 11px;
}

.btn-custom{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	color: #ff2938;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 26px;
	transition: all 0.3s;
}

.btn-custom:hover{
	background: none;
	color: #fff;
}

.customers_image {
	margin: 0 auto 60px;
	display:block;
}
.mob {
	display: none !important;
}
/************************************/
/***** 02. Navigation area css  *****/
/************************************/







/************************************/
/*****   03. Slider area css    *****/
/************************************/







.btn-booknow{
	display: inline-block;
	background:linear-gradient(#f5ed30 0%, #facc39 90%);
	color: #000;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 30px 8px;
	/*border: 2px solid #ff0e17;*/
	box-shadow: 3px 3px 4px grey;
	border-radius: 20px; 
	margin-top: 20px;
	transition: all 700ms ease-in-out;
	text-align:center;
 	border: none;
	position: relative;
}

.btn-booknow:hover,.btn-booknow:active,.btn-booknow:focus{
	background: linear-gradient(#f5ed30 0%, #facc39 90%);
	color: #000;
	border-radius: 20px;
	box-shadow: 1px 1px 2px grey;
}

.btn-booknow:focus{
    border:none;
}


/****************************************/
/***** 06. Related Product area css *****/
/****************************************/
.boxes {
	display: flex;
	justify-content: center;

}

.anchor {
	display: block;
    position: relative;
    top: -87px;
    visibility: hidden;
}
.related-product{
	padding: 80px 0;
	 
}

.related-single{
	margin-bottom: 80px;
}

.related-product-info{
	padding-top: 30px;
}

.related-product-info h3{
	font-size: 35px;
	color: #464646;
	font-weight: 700;
	margin-bottom: 1em;
}

.related-product-info p{
	font-size: 14px;
	color: #818282;
	font-weight: 300;
	margin-bottom: 1.5em;
}

.related-product-info .btn-booknow{
	margin-top: 10px;
	z-index: 2;
}


/****************************************/
/*****   07. Testimonial area css   *****/
/****************************************/



/****************************************/
/*****     08. Product area css     *****/
/****************************************/

.old_price {
	color: #000 !important;
	text-decoration:line-through;
}

.new_price {
	color:red !important;
	font-size: 30px !important;
	font-weight: bold;
}

.products {
	/*background:#f2f6f6;*/
	padding:20px 0;
}

.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.products .container-fluid{
	padding-left: 0;
	padding-right: 0;
}


.product-single{
	position: relative;
	margin: 0 10px;
	text-align:center;
	background: #fff;
	border-radius: 20px ;
	border: 5px solid #c3e6f7;
	
}


.section-title {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
    margin-top:50px;
    background: url(../images/blue-divider.png) no-repeat bottom center;
}

.section-title h2 {
    font-size: 50px;
    color: #464646;
    font-weight: 700;
    margin-bottom: 0;
}

.selectedBox, .product-single:hover  {
	/*-webkit-box-shadow: 13px 13px 12px -8px rgba(8,126,181,0.41);
	-moz-box-shadow: 13px 13px 12px -8px rgba(8,126,181,0.41);
	box-shadow: 13px 13px 12px -8px rgba(8,126,181,0.41);*/
	background:#fff;
	transition: all 0.4s ;
	border-radius: 20px;
	cursor:pointer;
	border:5px solid #0b8d81;
}

.save { 
	padding: 9px;
	border-radius: 13px 13px 0 0;
	color: #fff;
	background:  #60bb9c;
	font-size: 20px;
	/*margin-top:-1px;*/
	/*background: -moz-linear-gradient(top, #01a2e0 0%, #105888 100%);
	background: -webkit-linear-gradient(top, #01a2e0 0%,#105888 100%);
	background: linear-gradient(to bottom, #01a2e0 0%,#105888 100%);*/
	margin-left: -5px;
	margin-top: -5px;
	margin-right: -5px;
	border-bottom:5px solid #c3e6f7;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a2e0', endColorstr='#105888',GradientType=0 );
	transition: all 0.4s ;
}

.save:hover{
	background:#eebc77;

}

.selectedBox .save,.product-single:hover .save{ 
	margin-top:-1px;
	border-radius: 13px 13px 0 0;
	color: #fff;
	background:  #16a79e;
	font-size: 20px;
	/*background: -moz-linear-gradient(top, #01a2e0 0%, #105888 100%);
	background: -webkit-linear-gradient(top, #01a2e0 0%,#105888 100%);
	background: linear-gradient(to bottom, #01a2e0 0%,#105888 100%);*/
	margin-left: -5px;
	margin-top: -5px;
	margin-right: -5px;
	border-bottom:5px solid #0b8e80;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a2e0', endColorstr='#105888',GradientType=0 );
}


.product-image{
	position: relative;
	max-width:360px;
	display:block;
	margin:0 auto;
}

.product-image img{
	width: 90%;
	border-radius: 15px;
}

.best-pic{
    position: absolute;
    top:46px;
    right:0;
    z-index:20;
    width:150px;
    
}



.product-info {
 
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	 
	border-radius: 0 0 20px 20px;
	
}
.product-info h3{
	color: #000;
	font-size: 26px;
	margin-bottom: 4px;
}
.product-info h4{
	color: #000;
	font-size: 30px;
	margin-bottom: 4px;
}

.product-info p{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;

}

.product-info p span{
	color: #ffc600;
}

.product-info .btn-booknow{

    font-size: 20px;
    margin-top: 8px;
 	
}


.btn-booknow:first-letter {
	text-transform:uppercase;
}


.product-single:hover .product-info, .selectedBox .product-info {
	padding-top: 50px;
}



.price_hide{
	display: none;
}

.price_hide_two{
	display: block;
}

/************************************/
/*****    12. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px){
	.navbar-default .navbar-nav>li>a:after{
		padding: 0 12px 0 14px;
	}

	nav.navbar.bootsnav ul.nav > li > a{
	font-size: 14px;
	}
	
	nav.navbar.bootsnav.sticky-header .navbar-brand,
	nav.navbar.bootsnav .navbar-brand{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	nav.navbar.bootsnav .navbar-toggle{
		right: 15px;
	}
	
	nav.navbar.bootsnav .navbar-collapse{
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 991px){

	.section-title h2 {
    font-size: 46px;
}
	
	.ways_box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ways_box img {
	max-width: 80px;
}
.ways_box p {
	    width: 100%;
	max-width: 200px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1;

	 
}
.padding div.col-md-6:first-child, .padding div.col-md-6:last-child  {
	padding:0 !important;
}

	
	
	.mob  {
		display: block !important;
	}
	.desk {
		display: none;
	}
	.header-bullets  {
		height: auto;
		max-width: 380px;
		margin: 0 auto;
		text-align: left;
	}
	
	.customers_image {
		max-width: 640px;
		margin: 0 auto 20px;
		width: 100%;
	}
	
	 
	

	
	
	
	
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	
	.section-title h2 {
    font-size: 33px;
}
	
	
	.slider-image{
		text-align: center;
		 
	}
	
	.slider-image img {
		max-width:40%;
	}
	
	
	
	.second_head {
		font-size:18px !important;
	}
	
	
	
	.banner{
		padding: 60px 0 60px;
	}
	
	
	
	.aboutus,
	.related-product,
	.testimonial,
	.contactus,
	footer{
		padding: 60px 0;
	}
	
	.aboutus .section-title {
		text-align:center;
		background: url(../images/blue-divider.png) no-repeat bottom center;
	}
	
	
	.features{
		padding: 60px 0 30px;
	}
	
	.about-image{
		text-align: center;
	}
	
	.features-image{
		margin-bottom: 40px;
	}
	
	.feature-single{
		margin-bottom: 30px;
	}
	
	.feature-single h3{
		font-size: 60px;
	}
	
	.related-product-info{
		margin-bottom: 40px;
	}
	
	.related-product-image{
		text-align: center;
	}
	
	.related-product-info h3{
		font-size: 24px;
	}
	
	.product-single {
		margin: 20px 10px;
}
}

/* Small Mobile Layout */

@media only screen and (max-width: 850px){
    .best-pic{
        width:70px;
    }
}

@media only screen and (max-width: 767px){
    
    .best-pic {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 20;
    width: 80px;
}
    
    .product-info h3 {
		font-size: 20px;
		min-height: 70px;
	}
	.product-info h4{
	color: #000;
	font-size: 15px;
	margin-bottom: 4px;
}
}
	
@media only screen and (max-width: 640px) {	
	
	
	.product-info .btn-booknow{
	padding: 6px 20px 5px;
    font-size:16px;
    margin-top: 8px;
 	
}
	
	.product-single:hover .product-info, .selectedBox .product-info {
		padding-top:10px !important;
	}
	.product-info p {
		font-size: 16px;
	}
	
}

@media only screen and (max-width: 554px){
    .best-pic {
    position: absolute;
    top: 76px;
    right: 0;
    z-index: 20;
    width: 80px;
}
}



@media only screen and (max-width: 480px) {
	
	
	.product-single {
		margin: 20px 5px;
	}
	.product-info a {
		font-size: 17px !important;
		font-weight: bold;
	}
}

@media only screen and (max-width: 424px){

	.price_hide{
	display: inline-block;
	}

	.price_hide_two{
	display: none;
	}
    
    .section-title{
        margin-top:1px;
        margin-bottom:1px;
        
    }
    
    .section-title h2{
        font-size:25px;
    }
   
    
    .product-info a {
		font-size: 15px !important;
	}
    
     .boxes {
			display:block;
			justify-content: center;

				}


	.col_6{
			width: 50%;
			float: left;
			}
    
    
   .container-form{
      padding-left: 2px; 
     padding-right: 2px;
   }
    
    .best-pic{
         top:39px;
        right:0;
        width:100px;
    }
    
    .product-info, .product-info h3, .product-info p,  .save {
		font-size: 15px !important;
	}
	
	
	
	.product-info h4{
	color: #000;
	font-size: 13px;
	margin-bottom: 8px;
}
}

@media only screen and (max-width: 415px) {
    
    .best-pic{
         top:28px;
        right:0;
        width:70px;
    }
    
    figure {
    padding-top: 5px;
}
    
    .product-image img {
            width: 70%;
            border-radius: 15px;
    }
    
    .product-single {
		margin: 10px 5px;
	}
    
    .product-info .btn-booknow {
    
    margin-top: 1px;
    }



	
	
	.product-info, .product-info h3, .product-info p, .save {
		font-size: 18px !important;
		/*margin-top: 1px;*/
	}
	
	  .save {
    font-size: 17px !important;
    margin-bottom: 1px;
    padding-top:2px;
    padding-bottom:2px;
}
	
	
	.product-info h3 {
		min-height: 25px;
	}
	

	

	.product-info .btn-booknow {
		padding: 10px 30px ;
	}
}

@media only screen and (max-width: 370px) {
    
    .product-info .btn-booknow {
		padding: 10px 20px ;
	}
	 
	
	.product-info, .product-info h3, .product-info p,  .save {
		font-size: 15px !important;
	}
	
	.product-info h4{
	color: #000;
	font-size: 13px;
	margin-bottom: 4px;
}
	
	.product-info a {
		font-size: 15px !important;
	}
	
	 
}

@media only screen and (max-width: 371px){
    .best-pic{
         top:24px;
       right:0;
        width:70px;
    }
}


@media only screen and (max-width: 330px){
   .product-info .btn-booknow {
		padding: 10px 5px ;
	} 
}



@media only screen and (max-width: 320px){
    
    figure {
    margin-top: 5px;
}
    .product-image img {
            width: 70%;
            border-radius: 15px;
    }
    
    
    .best-pic{
         top:24px;
        right:0;
        width:70px;
    }
    
    
    	
	.product-info, .product-info h3, .product-info p,  .save {
		font-size: 15px !important;
	}
	
	
	.product-info h4{
	color: #000;
	font-size: 11px;
	margin-bottom: 4px;
}
	
	.product-info a {
		font-size: 11px !important;
	}
    
}

@media only screen and (max-width: 319px){
    .best-pic{
         top:25px;
        right:0;
        width:50px;
    }
}


