body,*{
	margin: 0;
	font-family: 'montserratregular';
}

a {
	text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

ul li{
	list-style: none;
}

.textClr {
	color: #333;
}

.font13 {
	font-size : 13px;
}

/* Header */
.bg-header{ 
	background: #efefef;
}

.iconClr {
	color : #1f93fc;
}

.w-15 {
	width: 15%;
}

.w-85 {
	width: 85%;
}

.font26 {
	font-size: 26px;
}


.height450 img{
	height: 550px;
}

.pb-6 {
	padding-bottom: 6rem;
}

.pt-6 {
	padding-top: 6rem;
}

.bg-primary {
    background-color: #74b0f0 !important;
}

.text-primary {
    color: #74b0f0 !important;
}


.iconBG svg{
	background: #1f93fc;
	color: #fff;
	width: 35px !important;
	height: 35px;
	padding: 8px;
	border-radius: 100%;
	margin-left: 2px;
}

header {
	box-shadow: 0px 2px 2px #fec9ad;
}

.headerouter{
	width:100%;
	position:fixed;
	top:0%;
	webkit-transition: all 0.32s;
  	transition: all 0.32s;
	z-index:99;
}

.headerouter.active {
	/ padding:10px 0px; /
	width:100%;
	background:#fff;
	top:0%;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	webkit-transition: all 0.32s;
  	transition: all 0.32s;
	z-index:999;
}


.bannerBG .navShare {
	background-color: #0e5999;
}

.bannerBG .navShare svg {
	font-size: 22px;
}

.bannerBG .appoinment {
	background-color: #1f93fc;
} 


/*  Banner */
.bHeading h1{
	font-size: 40px;
	font-family: 'montserratbold';
	letter-spacing: 0.5;
}

.bannerBG label {
	width: 38px;
	height: 38px;
	background: rgba(255,255,255,0.8);
	border-radius: 30px;
}

.bannerBG label svg {
	margin-top: 11px;
	color: #333;
}

.bannerBG .carousel-control-prev {
	width: 100px;
}

.carousel-control-next {
	width: 100px;
}

.carousel-caption{
	color: #000;
	text-align: left;
	top: 20%;
}

/* Tagline */
.tagTop {
	margin-top: -140px;
	z-index: 9999;
	position: relative;
}

.tagline {
	height: 60px;
	font-size: 18px;
	font-family: 'montserratbold';
}

.tagBG1{
	background: #32a1f6;
}

.tagBG2{
	background: #1f93fc;
}

.tagBG3{
	background: #197ed9;
}

.tagBG4{
	background: #0e5999;
}

/* Product */
.productBG {
	background: #f7f7f7;
}

/*.pradius{
	box-shadow: 1px 1px 3px 3px #ccc;
}
*/
.buyBtn{
	border-radius: 12px;
    font-size: 13px;
    padding: 7px 15px !important;
}

.pHeading{
	font-size: 32px;
	line-height: 46px;
	font-family: 'montserratbold';
}

.cText{
	height: 150px !important;
	resize: none;
}

.borderB{
	border: solid 1px #1f93fc;
}

/* Footer */

.footer1 {
	background: #0e0e0e;
}

.footer2{
	background: #242323;
}


.links a{
	color: #fff;
	line-height: 40px;
}

.menu a{
	color: #000;
}

.menu a:hover{
	color: #1f93fc;
}

.topGap{
	margin-top: 120px;
}

/* Landing */
.w-20 {
	width: 20%;
}

.w-80{
	width: 80%;
}

.img-80 {
    width: 80px;
    height: 80px;
    border: solid 1px #1f93fc;
    padding: 5px;
}

.aResponse{
	position: fixed;
	left: 2%;
	bottom: 5%;
	z-index: 99999;
	padding:5px 10px;
}

.proImg {
	height: 220px;
}

.humekIcon {
    width: 110px;
}

#popBG {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background : rgba(255,255,255,0.9);
	z-index: 9999;
	display: none;
}

#buyNow {
	top: 15%;
	left: 25%;
	right: 25%;
	z-index: 99999;
	position: fixed;
	display: none;
}

.bHeading {
	background: rgba(116, 176, 240, 0.8);
	color: #fff;
	padding: 15px;
}

.font14 {
	font-size: 14px;
}

.footer1 .icon {
	width: 8% !important;
}

/* Header */

.topHeader {
	background-color: #549ae4;
	font-size: 12px;
}

.mainHeader {
	background-color: #74b0f0 !important;
}

.mLogo img {
	width: 75px;
}

.logoPart h5 {
	padding-top: 30px;
	font-weight: 900;
	letter-spacing: 1px;
}

.socialIcon {
	border: solid 1px #fff;
	width: 32px;
	height: 32px;
	border-radius: 50px;
	margin-top: 5px;
	padding-top: 4px;
	cursor: pointer;
}

.socialIcon:hover {
	background-color: #fff;
	color: #549ae4;
}

.font22 {
	font-size: 22px;
}

.mobileSocial {
	display: none;
}