html {
    scroll-behavior: smooth;
}

*,
::after,
::before {
    box-sizing: border-box;
}

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    padding: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", serif; 
}



a,
button,
input[type="submit"] {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

body {
    /* background: #f9f9f9; */
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000;
    letter-spacing: 0px;
	font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
}

#page_header {
	padding: 15px 0;
}

.top_bar_header {
	display: flex;
	justify-content: space-between;
}
.top_bar_nav {
	flex: 1;
	display: flex;
	align-items: center;
}
.top_bar_nav ul {
	display: flex;
	margin-left: 40px;
}
.top_bar_nav ul li a {
	font-size: 17px;
	margin: 7px 16px;
	color: #4a4a4a;
	font-weight: 600;
}
.logo {
	height: 55px;
}

.header_right_logo img {
	min-width: 200px;
	max-width: 200px;
	width: 200px;
}
.banner_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.banner_content h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.1em;
	color: #0e4e7d;
}
.banner_content h3 span{
	font-size: 17px;
  font-weight: 600;
  color: #000;
  display: block;
  margin: 5px 0 0 0;
}
.banner_content h3 span.h3_hide {
	color: #014e91;
	font-size: 30px;
}
.form_box  {
	max-width: 525px;
	width: 100%;
	margin-left: auto;
}
.form_box form {
	text-align: left;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 14px;
	padding: 30px 15px;
	border-radius: 15px;
	background: #f6f6f6;
	border: 2px solid #0e4e7d;
	width: 100%;
	margin: 20px 0 0 0;
	position: relative;
	z-index: 2;
}
.form-flex {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.form-control {
	text-align: left;
	line-height: 25px;
	letter-spacing: 0;
	font-weight: 400;
	border-color: #777771;
	border-style: solid;
	padding: 10px 15px;
	border-radius: 45px;
	background: #fff;
	height: auto;
}

.form-flex .form-group {
	width: 49%;
	max-width: 49%;
	min-width: 49%;
}
.form_box form label {
	display: block;
	font-size: 13px;
	color: #000;
	font-weight: 500;
}

.form_box form label span{
	color: red;
}
.schedule_form_btn {
	background: #0768bc;
	background: linear-gradient(to bottom, #004b8c, #0768bc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF004B8C', endColorstr='#FF0768BC');
	padding: 10px 48px;
	border: none;
	border-radius: 30px;
	margin: 20px 0 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}
.blue_strip {
	background: #0768bc;
	background: linear-gradient(to bottom, #004b8c, #0768bc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF004B8C', endColorstr='#FF0768BC');
	padding: 15px 0;
}
.blue_strip p {
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.title_h2 {
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	color: #004c8d;
	margin: 0 0 20px 0;
}
.purity_trust p {
	text-align: center;
	font-size: 16px;
	margin: 15px 0;
	max-width: 1140px;
	margin: 15px auto;
	width: 100%;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
}

.purity_trust{
	border-bottom: 1px solid #ababab;
}
.ice_hot_box {
	padding: 15px 0;
	border: 1px solid #919DB1;
	border-radius: 10px;
	margin-top: 25px;
}
.ice_hot_box ul {
	display: flex;
	flex-wrap: wrap;
}
.ice_hot_box ul li {
	width: 33.33%;
	text-align: center;
}
.ice_hot_box ul li span {
	background: #0768bc;
	background: linear-gradient(to bottom, #004b8c, #0768bc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF004B8C', endColorstr='#FF0768BC');
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 10px;
	padding: 10px;
	overflow: hidden;
}
.ice_hot_box ul li p {
	color: #000;
	font-weight: 500;
	font-size: 14px;
}
.title_h3 {
	font-size: 30px;
	font-weight: 600;
	color: #004c8d;
	margin: 0 0 20px 0;
}
.ice_hot_box h6 {
	text-align: center;
	margin: 15px auto 25px;
	font-size: 25px;
	font-weight: 600;
	color: #0359a3;
	position: relative;
}
.ice_hot_box h6 span::after{
	content: "";
	width: 30%;
	background: #025399;
	height: 1px;
	display: inline-block;
}
.ice_hot_box h6 span::before{
	content: "";
  width: 30%;
  background: #025399;
  height: 1px;
  display: inline-block;
}
.ice_hot_box h6 span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.enquire_now {
	background: #0768bc;
	background: linear-gradient(to bottom, #004b8c, #0768bc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF004B8C', endColorstr='#FF0768BC');
	position: relative;
}
.twoproduct {
	display: flex;
	justify-content: center;
}

.twoproduct .product_box {
	width: 35%;
	padding: 0 15px;
}
.twoproduct .product_box figure {
	width: 80px;
	height: 80px;
	background: #fff;
	padding: 15px;
	margin: 0 auto;
	border-radius: 50%;
}

.product_box figure {
	width: 80px;
	height: 80px;
	background: #fff;
	padding: 15px;
	border-radius: 50%;
	margin: 0 auto;
}
.product_box{
	text-align: center;
	margin: 30px 0 0 0;
}
.product_box h6 {
font-size: 20px;
color: #fff;
margin: 15px 0;
}
.product_box p {
    color: #f1f1f1;
}
/*.enquire_now::before {
	content: '';
	width: 100%;
	height: 300px;
	background: #ddd;
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
}*/
.enquire_now .container{
	position: relative;
	z-index: 2;
}

.product_box a {
	padding: 14px 48px;
	border: none;
	border-radius: 30px;
	margin: 10px 0 0 0;
	color: #045da9;
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	display: inline-flex;
}

footer {
	padding: 35px 15px;
	text-align: center;
}
footer p {
	color: #444040;
	font-size: 15px;
}
footer p::before {
	content: '';
	display: block;
	height: 1px;
	margin: 0 auto 15px;
	background: #dcd9d9;
	width: 70%;
}
#mobilebnr{
	display: none;
}

.pt-5 {
	padding-top: 50px;
}
.pb-5 {
	padding-bottom: 50px;
}
section#dsktpbnr {
    position: relative;
}
section#dsktpbnr .col-lg-5 img {
    padding: 130px 0;
}
section.blue_strip .title_h2 {
    color: #fff;
}

ul.lp_ul_sec li {
    margin: 10px  0px;
    /*list-style: disc;*/
    list-style-position: inside;
}
ul.lp_ul_sec {
    text-align: center;
}
.ice_hot_box p {
    text-align: center;
    padding: 0 20px;
}
.enquire_now .title_h2 {
	color: #fff;
}
.title_p {
	text-align: center;
	color: #fff;
	font-size: 19px;
}

/*client*/
.clientlogo {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
.clientlogo li {
width: 22%;
padding: 15px;
background: #fff;
margin: 10px;
border-radius: 10px;
min-width: 22%;
max-width: 22%;
}
.clientlogo li img {
height: 56px;
margin: 0 auto;
display: block;
}
.client_sec {
background: #e9e9e9;
}
/*client*/

/*tst*/
.tst_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.tst_box {
width: 49%;
background: #fff;
margin: 10px 0;
padding: 20px;
border-radius: 10px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.tst_box h6 {
font-size: 19px;
margin: 10px 0;
color: #0766b9;
}
.tst_box span {
display: block;
font-size: 14px;
color: #767a7d;
}
/*list*/

footer a {
	padding: 10px 22px;
	background: #0f6bbb;
	display: inline-flex;
	border-radius: 5px;
	color: #fff;
	margin: 15px 0 0 0;
}

#tpbr_box a {
    color: #004b8c;
}

.logo_secc_landing {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	z-index: 9;
}
.logo_secc_landing img {
	height: 66px;
}

/* responsive strat */
/* responsive strat */
/* responsive strat */


@media only screen and (max-width: 992px) {
	.logo {
		height: 55px;
		width: auto !important;
		max-width: unset;
	}
	.top_bar_nav ul {
		display: none;
		position: absolute;
		left: 0;
		background: #0768bc;
		background: linear-gradient(to bottom, #004b8c, #0768bc);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF004B8C', endColorstr='#FF0768BC');
		z-index: 3;
		margin: 0;
		padding: 14px;
		width: 100%;
		top: 71px;
		flex-wrap: wrap;
	}
	.top_bar_header {
		position: relative;
		align-items: center;
	}
	.top_bar_nav ul li {
		width: 100%;
	}
	.top_bar_nav ul li a {
		font-size: 15px;
		margin: 10px 0;
		display: block;
		color: #fff;
	}
	.header_right_logo img {
		display: none;
	}
	.menu_show {
		background: url(../images/menubar.png)0 0 no-repeat;
		width: 45px;
		min-width: 45px;
		max-width: 45px;
		height: 35px;
		display: flex;
		background-color: #02559d;
		padding: 10px;
		background-size: 27px;
		background-position: center center;
		border-radius: 5px;
		cursor: pointer;
	}
	.top_bar_nav.active ul {
		display: flex;
	}
	.bnr_single {
		width: 46%;
		margin: 0 auto;
		display: block;
	}
	.form_box {
		margin: 0 auto;
	}
	.banner_content h3, .banner_content h3 span {
		font-size: 20px;
	}
	.blue_strip p {
		font-size: 16px;
	}
	.title_h2 {
		font-size: 27px;
	}
	.purity_trust p {
		font-size: 15px;
	}
	.title_h3 {
		font-size: 20px;
	}
	.ice_hot_box ul li {
		width: 50%;
	}
	.ice_hot_box ul li p {
		margin: 0 0 15px 0;
	}
	.product_box h6 {
		font-size: 16px;
	}
	.twoproduct .product_box {
		width: 45%;
		margin: 0 10px;
	}
	.product_box a {
		padding: 12px 25px;
		font-size: 14px;
	}
	/* .product_box figure {
		width: 30%;
		margin: 0 auto;
	} */
	.h3_hide{
		display: none !important;
	}
	#mobilebnr {
		display: block;
		text-align: center;
	}
	#dsktpbnr .bnr_p {
		display: none;
	}
	#dsktpbnr .banner_content {
		position: unset;
	}
	.bnr_single {
		display: none;
	}
	.form_box {
		margin: 0 0 25px auto;
	}
	#mobilebnr .bnr_single {
		display: block;
		width: 70%;
	}
	.banner_content {
		align-items: flex-start;
		padding-top: 185px;
	}
	.logo_secc_landing {	
		top: 104px;	
	}
	#dsktpbnr .banner_content {
		padding: 12px 0 0 0;
	}
	#mobilebnr h1 {
		font-size: 23px;
	}
}

@media only screen and (max-width: 575px) {
	.enquire_now::before {
		height: 160px;
	}
	.twoproduct {
		display: block;
	}
	.twoproduct .product_box {
		width: 100%;
		margin: 10px 0;
	}
	/* .product_box figure {
		width: 100%;
		margin: 0 auto;
	} */
	.form-flex {
		display: block;
		margin: 0;
	}
	.form-flex .form-group {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 10px 0;
	}
	.blue_strip p br {
		display: none;
	}
	.clientlogo li {
		width: 40%;
		min-width: 40%;
		max-width: 40%;
	}
	.clientlogo li img {
		height: auto;
	}
	.ice_hot_box h6 {
		font-size: 17px;
	}
	.tst_box {
		width: 100%;
	}
	footer {
		padding: 0 0 35px 0;
	}
	.title_p {
		font-size: 17px;
	}
	.title_p br{
		display: none;
	}
	.pb-5 {
		padding-bottom: 35px;
	}
	.pt-5 {
		padding-top: 35px;
	}
	
}


@media only screen and (max-width: 480px) {
	.banner_content {
		padding-top: 250px;
	}
	.logo_secc_landing img {
		margin-left: auto;
		display: block;
		background: rgba(255, 255, 255, 0.60);
		padding: 7px;
		border-radius: 5px;
	}
	#mobilebnr h1 {
		font-weight: 600;
		background: rgba(255, 255, 255, 0.60);
		padding: 10px;
		border-radius: 5px;
	}
}