/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : ULaunch - Multi Purpose Products Landing Page
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Slider area css
04. About Product area css
05. Services area css
06. Features area css
07. FAQs area css
08. Why choose use area css
09. Testimonials area css
10. Contact us area css
11. Footer area css
12. Media Screens
-------------------------------------------------------------------------------------- */

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

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

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Signika', sans-serif;
	margin-top:0;
	font-weight: 700;
}

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: #f7a401;
	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;
}

.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;
}

.about-feature-single input{
    border: none;
}

/*************************************/
/***** Google play button style  *****/
/*************************************/
@font-face{
	font-family:"fontfutura";
	src:url("https://fonts.googleapis.com/css?family=Open+Sans") format("ttf");
	font-weight:normal;
	font-style:normal;
}

a.btn-google{
	color:#fff
}

.btn-play{
	padding:10px 16px;margin:5px;
	font-size:17px;
	line-height:1.3333333;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	border:1px solid transparent;
	font-weight:500;
	text-decoration:none;
	display:inline-block
}

.btn-google{
	color:#fff;
	background-color:#111;
	border-color:#000;
	padding:14px 16px 5px 40px;
	position:relative;
	font-family:fontfutura;
	font-weight:600;
}

.btn-google:hover{
	color:#fff;
	background-color:#555;
	border-color:#000;
}

.btn-google:before{
	content:"";
	background-image:url(https://4.bp.blogspot.com/-52U3eP2JDM4/WSkIT1vbUxI/AAAAAAAArQA/iF1BeARv2To-2FGQU7V6UbNPivuv_lccACLcB/s30/nexus2cee_ic_launcher_play_store_new-1.png);
	background-size:cover;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:6px;
	top:50%;
	margin-top:-15px
}

.btn-google:after{
	content:"GET IT ON";
	position:absolute;
	top:5px;
	left:40px;
	font-size:10px;
	font-weight:400;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

.navbar{
	margin-bottom: 0;
}

.navbar-brand{
	padding: 0 15px 0;
	height: auto;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.navbar-brand img{
	transition: all 0.3s;
	height: 122px;
}

.navbar-fixed-top .navbar-collapse{
	max-height: 100%;
}

nav.navbar.navbar-default{
	background: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(0,0,0,0);
	z-index: 101;
	padding: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}

nav.bootsnav.navbar-full .navbar-toggle{
	background: none;
	top: 28px;
	transition: all 0.3s ease-in-out;
}

.navbar-nav li{
	padding: 0;
	margin:0 2px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.nav li{
    position: relative;
}
.card-price{
	padding-left: 3em;
}

.navbar-default .navbar-nav>li>a{
	font-weight: 300;
	font-size: 14px !important;
	text-transform: uppercase;
	color: #242424 !important;
	letter-spacing: 0.05em;
	padding: 12px 10px; 
	position: relative;
	border: 1px solid transparent;
}

.nav ul{
	display: none;
	padding: 0;
	min-width: 214px;
	list-style: none;
    position: absolute;
	top: 100%;
	left: 0;
	background: #16c9f6;
	background: linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -webkit-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -moz-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -o-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	margin-top: 0px;
}
.box{
	padding:0px;
	width: 50px;
}
.nav ul li{
	transition: all 0.4s;
	margin: 0;
}

.nav ul li:hover{
	background: rgba(255,255,255,0.14);
}

.nav ul li a:hover{
	color: #000;
}

.nav ul li a{
	border: none !important;
}

.nav .active a{
	background: none !important;
	color: #ffc600 !important;
	transition: all 0.3s;
}

.nav ul li a{
	display: block;
	color: #fff;
	padding: 12px 20px;
}

.nav .active ul li a{
	border: none !important;
}

.nav ul ul{
	left: 100%;
	top: 0;
	margin-top: -1px;
}

.nav ul li{
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.nav ul li:last-child{
	border-bottom: none;
}

nav.navbar.sticky-header{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-header .navbar-brand img{
	height: 72px;
}

nav.bootsnav.sticky-header .navbar-toggle{
	top: 6px;
}

.sticky-header .navbar-toggle img{
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
}

nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu{
	background: rgba(255,255,255,0.9);
}

.navbar-default .navbar-nav>li>a:hover{
	color: #000;
}

.navbar-default .navbar-nav>li>a:focus{
	color: #fff;
}

.sticky-header .navbar-nav>li>a{
	color: #fff;
}

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

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: url(../images/header.png) no-repeat bottom left;
	background-size: auto 100%;
	padding: 200px 0 100px;
}

.banner:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(247,164,1,0.8);
}

.banner .row{
	position: relative;
	z-index: 1;
}

.header-social{
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
}

.header-social-link{
	position: absolute;
	top: 45%;
	width: 100%;
}

.header-social-link:before{
	content: '';
	display: block;
	width: 1px;
	height: 300%;
    top: -310%;
	position: absolute;
	left: 15px;
	background: #fff;
}

.header-social-link:after{
	content: '';
	display: block;
	width: 1px;
	height: 300%;
	bottom: -310%;
	position: absolute;
	left: 15px;
	background: #fff;
}

.header-social-link a{
	display: block;
	text-align: center;
	color: #fff;
	padding: 4px 0;
}

.header-content h2{
	color: #f8b634;
	font-size: 50px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

.header-content h2 span{
	background: #fff;
	padding: 0 10px;
}

.header-content p{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}

.btn-shopnow{
	display: inline-block;
	background: #fff;
	color: #f7a401;
	font-size: 14px;
	letter-spacing: 0.25em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 24px;
	margin-top: 10px;
	transition: all 0.3s;
}

.btn-shopnow:hover{
	background: #000;
	color: #fff;
}

.header-image{
	text-align: center;
}

/*******************************************/
/*****   04. About Product area css    *****/
/*******************************************/

.about-product{
	padding: 80px 0 50px;
}

.about-container{
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0 15px;
}

.section-title{
	text-align: center;
	margin-bottom: 60px;
}

.section-title h2{
	font-size: 50px;
	color: #242424;
	line-height: 1.4em;
}

.section-title h2 span{
	position: relative;
	z-index: 1;
}

.section-title h2 span:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 13px;
	height: 8px;
	background: #ffc600;
	z-index: -1;
}

.section-title p{
	font-size: 12px;
	line-height: 1.8em;
	color: #7c7c7c;
}

.about-price{
    font-size: 25px;
    font-weight: 700;
}

.about-input{
    width: 45px; 
	height: 35px; 
	margin: 15px;
	text-align: center;
}

.about-price-input{
	width: 120px; 
	height: 28px;
}

.about-feature-single span{
    font-weight: 700;
	font-size: 25px;
}
.about-btn{
	width: 40px;
	height: 35px;
	font-size: 16px;
	position: relative;
	bottom: 2px;
}

.about-entry{
	padding-top: 20px;
}

.about-entry p{
	font-size: 14px;
	color: #b8b6b6;
	line-height: 1.8em;
	margin-bottom: 1.5em;
}

.about-feature{
	max-width: 568px;
    margin: 60px auto;
}

.about-feature-single{
	text-align: center;
}

.about-feature-single .icon-box{
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 10px auto 0;
	background: #F07D00;
	position: relative;
}

.about-feature-single .icon-box i{
	font-size: 66px;
	color: #160f00;
	position: absolute;
	top: -24px;
	left: 10px;
}

.about-feature-single h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #242424;
	font-weight: 600;
	margin-top: 10px;
	line-height: 1.4em;
}

/**************************************/
/*****   05. Services area css    *****/
/**************************************/

.services{
	background: #f4f2f2;
	padding: 80px 0;
	position: relative;
}

.services:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: url(../images/nut-1.jfif) no-repeat left bottom, url(../images/whatmakesospeacial_right.png) no-repeat right bottom;
	background-size: 320px auto, 280px auto; */
}

.services-container{
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.service-single{
	text-align: center;
	margin-bottom: 40px;
}

.service-single .icon-box{
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 12px auto 0;
	background: #F07D00;
	position: relative;
}

.service-single .icon-box i{
	font-size: 110px;
	color: #160f00;
	position: absolute;
	top: -34px;
	left: 18px;
}

.service-single h3{
	margin: 20px 0;
	font-size: 26px;
	color: #242424;
	font-weight:600;
}

.service-single p{
	font-size: 12px;
	color: #7c7c7c;
	line-height: 1.8em;
}

.table-title {
    text-align: center;
	font-size: 16px;
}

.table tbody tr td{
	font-size: 12px;
    color: #7c7c7c;
    line-height: 1.8em;
}
.table tbody tr .empty-row{
	border: none !important;
}

.table tbody tr .border-row{
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 1px solid #ddd !important;
}
/* .table-overflow{
	overflow: scroll;
} */
/**************************************/
/*****   06. Features area css    *****/
/**************************************/

.features{
	padding: 80px 0;
}

.feature-single{
	border-bottom: 1px solid #f4f2f2;
	padding: 60px 0;
}

.feature-single:last-child{
	border: none;
	padding-bottom: 0;
}

.feature-entry{
	padding-top: 20px;
}

.feature-entry h3{
	color: #f7a401;
	font-size: 30px;
	font-weight: 600;
}

.feature-entry h4{
	color: #242424;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}

.feature-entry p{
	color: #aba9a9;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 1.5em;
}

.feature-entry h5{
	color: #f7a401;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.feature-image{
	text-align: center;
}

.feature-image img{
	border-radius: 50%;
}

/**************************************/
/*****     07. FAQs area css      *****/
/**************************************/

.faqs{
	background: #f4f2f2;
	padding: 80px 0;
}

.faq-container{
	max-width: 940px;
	margin: 0 auto;
}

.faq-category h3{
	font-size: 30px;
	color: #f7a401;
	font-weight: 600;
}

.faq-single{
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.faq-single .panel{
	margin-top: 0;
	box-shadow: none;
	background: none;
}

.faq-single .panel-heading{
	padding: 0;
}

.faq-single .panel-heading a{
	display: block;
	padding: 10px 0;
	font-size: 20px;
	color: #242424;
	font-weight: 600;
}

.faq-single .panel-body{
	padding: 20px;
	border: none !important;
	background: #fff;
}

.faq-single .panel-body p{
	font-size: 12px;
	line-height: 1.8em;
	color: #6b6a6a;
}

.faq-last{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*****************************************/
/*****  08. Why choose use area css  *****/
/*****************************************/

.why-choose{
	background: url(../images/whychooseus.png) no-repeat right center;
	background-size: auto 100%;
	padding: 80px 0;
	position: relative;
}

.why-choose:before{
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	bottom: 0;
	background: #f7a401;
}

.why-choose-container{
	background: #fff;
	padding: 40px 60px;
}

.why-choose-single{
	text-align: center;
}

.why-choose-single .icon-box{
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 10px auto 0;
	background: #f7a401;
	position: relative;
}

.why-choose-single .icon-box i{
	font-size: 66px;
	color: #160f00;
	position: absolute;
	top: -24px;
	left: 10px;
}

.why-choose-single h3{
	font-size: 16px;
	color: #242424;
	font-weight: 600;
	margin-top: 16px;
}

.why-choose-single p{
	font-size: 12px;
	color: #bbb7b7;
	line-height: 1.5em;
}

/*****************************************/
/*****   09. Testimonials area css   *****/
/*****************************************/

.testimonials{
	padding: 80px 0;
	background: #f4f2f2;
}

.testimonial-single{
	background: #fff;
	padding: 20px;
	height: 280px;
	min-height: 250px;
}

.testimonial-single:after{
	content: '';
	display: block;
	clear: both;
}

.testimonial-left{
	width: 32%;
	float: left;
	text-align: center;
}

.testimonial-left h3{
	color: #242424;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 6px;
}

.testimonial-left p{
	font-size: 12px;
	color: #b3b3b3;
	text-transform: uppercase;
}
.testimonial-left img{
	width: 60%;
	height: 60%;
	margin: auto;
}
.testimonal-images{
	border-radius: 50px;
	padding: 10px;
	text-align: center;
}
.testimonial-left .ratting{
	border-top: 1px solid #f7a401;
	padding-top: 10px;
	color: #f7a401;
}

.testimonial-right{
	width: 64%;
	float: right;
}

.testimonial-right p{
	font-size: 14px;
	color: #b3b3b3;
	line-height: 1.5em;
	margin-bottom: 0;
}

.testimonial-button{
	text-align: center;
	padding-top: 30px;
}

.testimonial-button-prev,
.testimonial-button-next{
	display: inline-block;
	padding: 0 16px;
	font-size: 26px;
	color: #242424;
	cursor: pointer;
}


/*****************************************/
/*****    10. Contact us area css    *****/
/*****************************************/

.contact{
	padding: 30px 0;
}

.contact-form{
	max-width: 568px;
	margin: 0 auto 60px;
}

.contact-form .form-control{
	box-shadow: none;
	border-radius: 0;
	border: none;
	background: #f4f2f2;
	height: auto;
	padding: 10px 14px;
	resize: none;
}

.btn-contact{
	border: none;
	background: #AFCB08;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 10px 20px;
	outline: 0;
}

.btn-contact:focus,
.btn-contact:hover{
	outline: 0;
	background: #009640;
}

.country-box{
	position: relative;
	margin-bottom: 30px;
}

.country-box img{
	width: 100%;
}

.country-box:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.58);
}

.country-box h3{
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	margin: 0;
	padding: 0 20px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}

.contact-single h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #f7a401;
	font-weight: 600;
}

.contact-single h3 i{
	margin-right: 10px;
}

.contact-single p{
	color: #aba9a9;
	line-height: 1.5em;
}

/*************************************/
/*****    11. Footer area css    *****/
/*************************************/

footer{
	background: #242424;
	padding: 40px 0;
}

.footer-site-info p{
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.footer-site-info p a{
	color: #f7a401;
}

.footer-menu{
	text-align: center;
}

.footer-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li{
	display: inline-block;
}

.footer-menu ul li a{
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover{
	color: #f7a401;
}

.footer-social{
	text-align: right;
}

.footer-social a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
	transition: all 0.3s ease-in-out;
}

.footer-social a:hover{
	color: #f7a401;
}

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

@media only screen and (max-width: 1200px){
	.header-social{
		left: 6px;
	}
}

@media only screen and (max-width: 991px){
	.header-social{
		display: none;
	}
	
	nav.bootsnav.navbar-full .navbar-header{
		padding-left: 0;
		padding-right: 0;
	}
	
	.header-content h2{
		font-size: 36px;
	}
	
	.section-title h2{
		font-size: 36px;
	}
	
	.section-title h2 span:before{
		height: 6px;
		bottom: 10px;
	}
	
	.services:before{
		opacity: 0.2;
	}
	
	.why-choose{
		background-size: cover;
	}
	
	.contact-single{
		margin-bottom: 30px;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	nav.bootsnav.navbar-full .navbar-header{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	nav.bootsnav.navbar-full ul.nav > li > a{
		font-size: 14px !important;
		letter-spacing: 0.04em !important;
	}
	
	.section-title{
		margin-bottom: 40px;
	}
	
	.section-title h2{
		font-size: 26px;
	}
	
	.section-title h2 span:before{
		height: 4px;
		bottom: 8px;
	}
	
	.section-title p br{
		display: none;
	}
	
	.header-content{
		margin-bottom: 40px;
	}
	
	.header-content h2{
		font-size: 26px;
	}
	
	.banner{
		padding: 180px 0 60px;
	}
	
	.about-product{
		padding: 80px 0 50px;
	}
	.services,
	.features,
	.faqs,
	.why-choose,
	.testimonials,
	.contact{
		padding: 60px 0;
	}
	
	.about-feature-single{
		margin-bottom: 30px;
	}
	
	.service-single h3{
		font-size: 22px;
	}
	
	.features .section-title{
		margin-bottom: 0;
	}
	
	.feature-single{
		padding: 40px 0;
	}
	
	.feature-single .pull-right{
		float: none !important;
	}
	
	.feature-image{
		margin-bottom: 30px;
	}
	
	.feature-entry h3{
		font-size: 24px;
	}
	
	.feature-entry h4{
		font-size: 18px;
	}
	
	.why-choose-container{
		padding: 40px 30px 10px;
	}
	
	.why-choose-single{
		margin-bottom: 40px;
	}
	
	.testimonial-single{
		padding: 15px 20px;
		height: 345px;
		min-height: 290px;
	}

	.testimonial-left{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.testimonial-right{
		float: none;
		width: 100%;
	}

	.testimonial-left img{
		width: 15%;
		height: 50%;
		margin: auto;	
	}
	
	.country-box h3{
		font-size: 26px;
	}
	
	.contact-single h3{
		font-size: 18px;
	}
	
	.footer-site-info{
		text-align: center;
		margin-bottom: 10px;
	}
	
	.footer-social{
		text-align: center;
		margin-top: 10px;
	}
}

/* Small Mobile Layout */

@media only screen and (max-width: 480px) {
	.faq-category h3{
		font-size: 26px;
	}
	
	.faq-single .panel-heading a{
		font-size: 18px;
	}

	.testimonial-single{
		padding: 15px 20px;
		height: 380px;
		min-height: 290px;
	}

	.testimonial-left img{
		width: 27%;
		height: 50%;
		margin: auto;	
	}

	.about-product{
		padding: 132px 0 50px;
	}
	.table>tbody>tr>td{
		padding: 5px;
		font-size: 10px;
	}
	.table-title {
		font-size: 13px;
	}
}

@media only screen and (max-width: 300px) {
	.table-overflow {
			overflow: scroll;
		}
}
/********************************************/
/*****    13. Privacy poilcy styles     *****/
/********************************************/

.policy-header{
	text-align: center;
	padding-top: 40px;
}
.policy-header h1{
	font-size: 40px;
	color: #f7a401;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.divider{
	width: 120px;
	height: 3px;
	margin: 0 auto 45px;
	background-color: #AFCB08;
  }
  .policy-topic{
	  color: #595959;
	  font-size: 20px;
	  font-family: 'Montserrat', sans-serif;
	  padding: 40px 0;
	  font-weight: 600;
  }
  .policy-title{
	  margin-bottom: 40px;
  }
  .policy-title h4{
	color: #f7a401;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
  }
  .policy-title p{
	color: #595959;
    font-size: 18px;
    line-height: 28px;
  }
  .policy-title-second h4{
	color: #f7a401;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-top: 20px;
  }
  .policy-title-second p{
    color: #595959;
    font-size: 18px;
    line-height: 28px;
  }
  .policy-title-second ul li{
    color: #595959;
    font-size: 18px;
    line-height: 28px;
  }
  .policy-background{
	  padding: 30px;
	  margin: 15px 0;
	  background-color: #f7f6f2 ;
  }

/************************************************/
/*****    14. Terms & Conditions styles     *****/
/************************************************/

.terms-header{
	text-align: center;
	padding-top: 40px;
}
.terms-header h1{
	font-size: 40px;
	color: #f7a401;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.terms-topic{
	color: #595959;
	  font-size: 20px;
	  font-family: 'Montserrat', sans-serif;
	  padding: 40px 0;
	  font-weight: 600;
}
.terms-title{
	margin-bottom: 40px;
}
.terms-title h4{
  color: #f7a401;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  padding-top: 30px;
}
.terms-title p{
	color: #595959;
    font-size: 18px;
    line-height: 28px;
  }
.terms-title ul li{
    color: #595959;
    font-size: 18px;
    line-height: 28px;
  }
  .terms-title h5{
	font-size: 18px; 
	color: #595959;
	margin-top: 30px;
  }