
@font-face {
	font-family: 'logo_font';
	src: url('font/DoctorJekyllNF.otf');
  }

* {
	-webkit-font-smoothing: antialiased;
	-moz-os-font-smoothing: grayscale;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	padding: 0;
	margin: 0
}

body {
	font-family: 'Notosan Myanmar';
	padding: 0;
	margin: 0;
	background-color: #fbfbfb;
	background-image: linear-gradient(#FCFCFC, #FBFBFB, #F5F5F5, #F0F0F0)
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	font-size: 1em;
	font-weight: 500
}

.padding-0 {
	padding: 0!important
}

.wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0!important;
	overflow: hidden
}

button:focus {
	outline: none!important
}

.header-scrolled {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background-color: #fff!important;
	-webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
	box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05)
}

.header-scrolled .navbar-brand img {
	width: 180px;
	height: auto
}

.header-scrolled .nav-link-number {
	display: none
}

.navbar {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.navbar-nav {
	align-items: center
}

.navbar-brand {
	display: flex;
	align-items: center
}

.navbar-brand img {
	margin-left: 15px;
	width: 200px;
	height: auto
}

.navbar-brand-menu {
	margin-right: 40px
}

.menu-navbar-nav {
	width: 100%;
	display: flex;
	justify-content: center
}

.nav-item {
	margin-left: 15px;
	margin-right: 15px
}

.navbar-nav:not(.menu-navbar-nav) .nav-item:last-of-type {
	margin-left: 0!important;
	margin-right: 0!important
}

.nav-item .nav-link {
	text-align: right
}

.nav-item .nav-link:hover .nav-link-number {
	color: #fd0039!important
}

.nav-item .nav-link:hover .nav-link-menu {
	color: #fd0039!important
}

.nav-link-number {
	font-family: logo_font;
	font-weight: 200!important;
	font-size: 12px;
	color: #ccc;
	letter-spacing: 1.5px;
	line-height: 1
}

.nav-link-menu {
	font-family: logo_font;
	font-weight: 600;
	font-size: 18px;
	color: #07425e;
	line-height: 1
}

.learn-more-btn {
	font-family: Montserrat;
	background-color: #07425e;
	font-size: 18px;
	/* font-family: Poppins; */
	font-weight: 400;
	color: #fff;
	padding: 12px 40px!important;
	border-radius: 100px
}

.learn-more-btn:hover {
	color: #fff;
	background-color: #fd0039
}

.btn-invert {
	background-color: #fd0039!important
}

.btn-invert:hover {
	background-color: #07425e!important
}

.navbar-toggler-icon {
	background-image: url(../images/menu.png)
}

@media screen and (max-width:991.98px) {
	.navbar {
		background-color: #fff;
		-webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
		box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05)
	}
	.navbar-brand img {
		width: 100px!important;
		padding: 10px 0
	}
	.header-scrolled {
		height: inherit
	}
}

@media screen and (max-width:575.98px) {
	.navbar {
		padding-top: 0;
		padding-bottom: 0
	}
	.menu-navbar-nav {
		padding-bottom: 10px
	}
}

.header {
	display: flex;
	width: 100%;
	padding: 100px 0 25px;
	justify-content: center;
	align-items: center
}

.header-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row
}

.header-img-section img {
	width: 100%
}

.header-subtitle {
	/* font-family: Poppins; */
	font-family:'Notosan Myanmar';
	/* font-family:'GHK KengTung'; */
	font-size: 30px;
	font-weight: 1000;
	line-height: 1.5;
	padding-bottom: 10px;
	color: #07425e!important
}


.header-title {
	/* font-family: Montserrat; */
	/* font-family:'GHK KengTung'; */
	font-family:'Notosan Myanmar';
	font-weight: 400;
	font-size: 25px;
	line-height: 1.7;
	padding-bottom: 25px;
	color: #07425e
}

.owl-item h2.header-title{
	font-weight: 700;
	font-family: Montserrat;
}

.header-title-text {
	/* font-family: Poppins; */
	/* font-family:'Notosan Myanmar'; */
	font-family: Montserrat;
	
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	padding-bottom: 15px
}

.learn-more-btn-section {
	font-family: Montserrat;
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 20px
}

@media screen and (max-width:991.98px) {
	.header-container {
		flex-direction: column
	}
	.header-title-section {
		text-align: center;
		margin-top: 40px
	}
	.navbar-collapse {
		background-color: #fff;
		color: #505050;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-bottom: 20px
	}
	.navbar-collapse .nav-link-menu {
		color: #505050
	}
	.nav-link-number {
		color: #fff;
		display: none
	}
	.nav-link-menu {
		color: #fff
	}
	.learn-more-btn-section {
		justify-content: center
	}
}

@media screen and (max-width:799.98px) {
	.header {
		height: auto;
		padding-top: 20%
	}
}

@media screen and (max-width:499.98px) {
	.header {
		padding-top: 30%
	}
	.header-subtitle {
		font-size: 24px
	}
	.header-title {
		font-size: 18px
	}
	.header-title-text {
		font-size: 16px
	}
}

.strategy-section {
	position: relative;
	padding-top: 100px;
}

.strategy-section-bg-graphics-section {
	position: absolute;
	width: 22%;
	right: -5%;
	top: -45%
}

.strategy-section-bg-graphics-section img {
	width: 100%
}

.strategy-container {
	position: relative;
	display: flex;
	padding-top: 25px;
	/* padding-bottom: 25px; */
	flex-wrap: wrap
}

.strategy-card-section {
	padding-top: 55px;
	padding-bottom: 55px;
}

.strategy-card {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.strategy-card img {
	height: 80px
}

.strategy-card h2 {
	color: #07425e;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 18px;
	line-height: 3
}

.strategy-card p {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-family: Poppins;
	font-weight: 300;
	max-width: 300px
}

@media screen and (max-width:576.98px) {
	.strategy-container {
		flex-direction: column
	}
}

.services-section {
	position: relative;
	padding-top: 55px;
	/* padding-bottom: 55px; */
}

.services-section-bg-graphics {
	position: absolute;
	width: 25%;
	left: -17%;
	top: -20%
}

.services-section-bg-graphics img {
	width: 100%
}

.services-container {
	position: relative;
	display: flex;
	padding-top: 55px;
	padding-bottom: 55px;
	flex-wrap: wrap
}

.services-header-img-section img {
	width: 100%
}

.services-title-section {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	width: 100%
}

.services-subtitle {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 400;
	line-height: 2
}

.services-title {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 45px;
	line-height: 1;
	color: #07425e;
	margin-bottom: 20px
}

.services-text {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 20px
}

.services-accordion .accordion {
	font-size: 18px;
	/* font-family: Poppins; */
	font-family: Montserrat;
	font-weight: 600;
	color: #fff;
	background-color: #07425e;
	border-radius: 50px;
	padding: 10px 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px
}

.services-accordion .accordion::after {
	color: #fff!important
}

.accordion:active,
.accordion:hover {
	background-color: #fd0039!important
}

.services-accordion .panel {
	background-color: transparent!important
}

.services-accordion .panel p {
	color: #a5a5a5;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5
}

@media screen and (max-width:991.98px) {
	.services-section .services-container {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		text-align: center
	}
	.services-container img {
		margin-bottom: 25px
	}
	.services-title-section {
		text-align: center
	}
}

.pricing-section {
	display: flex;
	padding-top: 100px;
	padding-bottom: 55px;
	flex-wrap: wrap;
	position: relative
}

.pricing-section-left-bg-graphics {
	position: absolute;
	top: -15%;
	right: -10%;
	z-index: -1
}

.pricing-section-left-bg-graphics img {
	width: 100%
}

.pricing-section-right-bg-graphics {
	position: absolute;
	left: -5%;
	bottom: -10%
}

.pricing-section-right-bg-graphics img {
	width: 100%
}

.pricing-container {
	background-color: transparent
}

.pricing-title {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.pricing-title h2 {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 45px;
	line-height: 1;
	color: #07425e;
	margin-bottom: 20px;
	font-size: 30px;
    font-weight: 1000;
    line-height: 1.5;
    padding-bottom: 10px;
    color: #07425e!important;
}

.pricing-title p {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	max-width: 700px
}

.pricing-plan-cards-section {
	display: flex;
	flex-direction: row;
	padding-top: 25px;
	padding-bottom: 25px;
	justify-content: center;
	align-items: center
}

.pricing-card-section {
	padding: 20px
}

.pricing-card {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 15px 30px;
	border-radius: 50px;
	text-align: center
}

.pricing-card:hover {
	box-shadow: 0 3px 47px rgba(0, 0, 0, .15);
	cursor: pointer
}

.pricing-rate {
	color: #07425e;
	font-weight: 800;
	font-family: Montserrat;
	font-size: 35px;
	line-height: 1
}

.featured {
	border: 7px dashed #fd0039
}

.featured .pricing-rate:before {
	content: "Popular";
	display: block;
	width: 95px;
	font-size: 12px;
	font-weight: 600;
	margin: 0 auto 15px;
	border-radius: 100px;
	text-transform: uppercase;
	color: #fff;
	background-color: #fd0039;
	padding: 10px 15px
}

.pricing-period {
	font-size: 18px;
	font-family: Poppins;
	font-weight: 600;
	color: #fd0039;
	margin-top: 20px;
}

.pricing-text {
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: #000;
	margin-top: 20px
}

.pricing-all-plan-features-section {
	text-align: left;
	width: 100%;
	display: flex;
	margin: 15px 0
}

.pricing-all-plan-features-section ul {
	list-style: none;
	/* padding-left: 20px */
	margin-left: 2em !important;
}

.pricing-all-plan-features-section li {
	font-size: 14px;
	color: #000;
	/* font-family: Poppins; */
	font-weight: 300;
	line-height: 2;
	/* background: url(../images/pricing-section-true.png); */
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px;
	text-align: left;
	margin-top: 5px
}

.basic-plan-features-section li:nth-child(3) {
	/* background: url(../images/pricing-section-false.png); */
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px
}

.basic-plan-features-section li:nth-child(4) {
	background: url(../images/pricing-section-false.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px
}

.medium-plan-features-section li:nth-child(4) {
	background: url(../images/pricing-section-false.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px
}

@media screen and (max-width:991.98px) {
	.pricing-plan-cards-section {
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.pricing-title p {
		max-width: 428px
	}
}

.clients-section {
	padding-top: 100px;
	display: flex;
	background-color: transparent
}

.clients-title-section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: center
}

.clients-subtitle {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 400;
	line-height: 2
}

.clients-title {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 45px;
	line-height: 1;
	color: #07425e;
	margin-bottom: 20px
}

.client-logo-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto
}

.client-logo-section img {
	height: 105px;
	width: auto!important
}

.owl-theme .owl-nav {
	display: none
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	margin-top: 20px
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #ccc!important
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fd0039!important
}

.blog-section {
	display: flex;
	padding-top: 100px;
	padding-bottom: 55px;
	position: relative
}

.blog-section-right-bg {
	position: absolute;
	top: 5%;
	right: 0%
}

.blog-section-left-bg {
	position: absolute;
	bottom: 5%;
	left: 5%
}

.blog-container {
	position: relative
}

.blog-title-section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: center
}

.blog-subtitle {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 400;
	line-height: 2
}

.blog-title {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 45px;
	line-height: 1;
	color: #07425e;
	margin-bottom: 0
}

.blog-posts-section {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: row
}

.blog-post-card-container {
	padding: 20px
}

.blog-post-card {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 50px;
	padding: 55px 40px
}

.blog-post-card:hover {
	box-shadow: 0 3px 17px rgba(0, 0, 0, .15);
	cursor: pointer;
	background-color: #fff
}

.blog-post-icon {
	margin-top: 10px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center
}

.blog-post-icon img {
	width: 100%
}

.blog-post-title {
	font-size: 18px;
	color: #fd0039;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 2
}

.blog-post-subtitle {
	font-size: 18px;
	color: #ccc;
	font-family: Montserrat;
	line-height: 1;
	margin-bottom: 10px
}

.blog-post-text {
	font-size: 14px;
	color: #000;
	font-family: Poppins;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px
}

.blog-post-link {
	color: #07425e;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 1;
	margin-top: 10px
}

.blog-post-link:hover {
	color: #fd0039;
	text-decoration: none
}

@media screen and (max-width:991.98px) {
	.blog-posts-section {
		flex-direction: column
	}
}

.contact-section {
	padding-top: 100px;
	padding-bottom: 90px
}

.contact-container {
	position: relative;
	display: flex;
	flex-wrap: wrap
}

.contact-header-img-section {
	padding: 20px
}

.contact-header-img img {
	width: 100%
}

.contact-title-section {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	width: 100%
}

.contact-subtitle {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 400;
	line-height: 2
}

.contact-title {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 45px;
	line-height: 1;
	color: #07425e;
	margin-bottom: 20px
}

.contact-text {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 20px
}

@media screen and (max-width:991.98px) {
	.contact-container {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		text-align: center
	}
	.contact-title-section {
		text-align: center
	}
}

.footer-section {
	padding-top: 75px;
	padding-bottom: 55px;
	margin-bottom: 0!important;
	position: relative;
	background-color: #07425e;
	color: #fff
}

.footer-section a {
	color: #fff
}

.footer-section-bg-graphics {
	position: absolute;
	right: -10%;
	bottom: 0%
}

.footer-container {
	display: flex;
	position: relative
}

.footer-logo {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	padding-right: 40px
}

.footer-logo img {
	width: 180px;
	margin-bottom: 15px
}

.footer-logo p {
	max-width: 250px;
	font-family: Poppins;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300
}

.footer-form {
	padding-right: 0!important
}

.footer-subsection {
	padding-left: 40px;
	padding-right: 40px
}

.footer-subsection-title {
	font-size: 27px;
	/* font-family: Poppins; */
	font-family: Montserrat;
	font-weight: 700;
	color: #fff;
	line-height: 2.2;
	margin-bottom: 10px
}

.footer-subsection-text {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400
}

.footer-subsection-2-1 {
	margin-bottom: 20px
}

.footer-subsection-2-2 {
	margin-bottom: 20px
}

.footer-subsection-list {
	list-style: none;
	padding-left: 28px
}

.footer-susection-text,.footer-subsection-list li {
	font-size: 16px;
	color: #fff;
	font-family: Montserrat !important;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	margin-top: 10px;
	display: table-row
}

.footer-subsection-list li:after {
	content: "";
	display: block;
	margin-bottom: 10px
}

.footer-subsection-list li:nth-child(1):before {
	font-family: fontawesome;
	content: "\f041";
	font-size: 25px;
	line-height: 1.25;
	left: 41px;
	position: absolute;
	display: table-cell;
	color: #FE003A
}

.footer-subsection-list li:nth-child(2):before {
	font-family: fontawesome;
	content: "\f095";
	font-size: 20px;
	line-height: 1.25;
	left: 41px;
	position: absolute;
	display: table-cell;
	color: #FE003A
}

.footer-subsection-list li:nth-child(3):before {
	font-family: fontawesome;
	content: "\f0e0";
	font-size: 17px;
	line-height: 1.25;
	left: 41px;
	position: absolute;
	display: table-cell;
	color: #FE003A
}

.footer-subsection-list-call {
	color: #fff
}

.footer-subsection-list-email {
	color: #fff
}

.footer-subsection-list-call:hover {
	color: #fd0039;
	text-decoration: none
}

.footer-subsection-list-email:hover {
	color: #fd0039;
	text-decoration: none
}

.footer-social-media-icons-section {
	display: flex
}

.footer-social-media-icon {
	justify-content: center;
	align-items: center;
	padding-right: 25px
}

.footer-social-media-icon .fa {
	color: #fff;
	font-size: 29px;
	text-decoration: none!important
}

.footer-social-media-icon .fa:hover {
	color: #FE003A
}

.footer-credits {
	padding-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.footer-credits p {
	font-size: 16px;
	font-weight: 400;
	color: #d4e5ff;
	font-family: Montserrat;
	line-height: 1
}

.footer-credits a {
	font-weight: 700
}

@media screen and (max-width:991.98px) {
	.footer-container {
		flex-wrap: wrap
	}
	.footer-logo {
		padding-left: 40px
	}
	.footer-form {
		padding-right: 40px!important
	}
	.footer-subsection-form-input {
		width: 85%
	}
}

.services-sales-section{
	margin-top: 100px;;
}

/* pricing */

section.pricing {
	/* background: #007bff; */
	/* background: linear-gradient(to right, #0062E6, #33AEFF); */
  }
  
  .pricing .card {
	border: none;
	border-radius: 1rem;
	transition: all 0.2s;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing hr {
	margin: 1.5rem 0;
  }
  
  .pricing .card-title {
	margin: 0.5rem 0;
	font-size: 0.9rem;
	letter-spacing: .1rem;
	font-weight: bold;
  }
  
  .pricing .card-price {
	font-size: 3rem;
	margin: 0;
  }
  
  .pricing .card-price .period {
	font-size: 0.8rem;
  }
  
  .pricing ul li {
	margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
	opacity: 0.7;
  }
  
  .pricing .btn {
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	opacity: 0.7;
	transition: all 0.2s;
  }
  
  /* Hover Effects on Card */
  
  @media (min-width: 992px) {
	.pricing .card:hover {
	  margin-top: -.25rem;
	  margin-bottom: .25rem;
	  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
	}
	.pricing .card:hover .btn {
	  opacity: 1;
	}
  }



  span{
    font-size:15px;
}

.box{
    padding:60px 0px;
}

.box-part{
	cursor: pointer;
	margin:50px 10px;
	background-color: #fff;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    align-items: center;
    border-radius: 5px;
    /* text-align: center; */
}

.clientcard-img {
	width: 50%;
	/* position: relative; */
	/* overflow: hidden; */
	/* border-radius: 0; */
	z-index: 1;
}

.clientcard-img img {
	border-radius:5px 0 0px 5px;
	width: 50%;
	height: auto;
	/* display: block; */
}

.card-desc {
	/* padding: 1.25rem; */
}

.card-desc h3 {
	/* color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0; */
}
.box-part:hover{
	box-shadow: 0 3px 47px rgba(0, 0, 0, .15);
    cursor: pointer;
}

.text{
    /* margin:20px 0px; */
}

.fa{
     color:#4183D7;
}



/* enquire_modal */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
body: {font-family: 'Montserrat', sans-serif;}
* {
margin: 0;
padding: 0;
box-sizing: border-box;}
/* #modalEnquire {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(5, 42, 64, 0.9);
} */
.modal-block {
	position: fixed;
	width: 95%;
	max-width: 792px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #fff;
	color: #052A40;
	padding-top: 48px;
	padding-bottom: 65px;
	border-radius: 3px
}
.modal-block__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 8px;
}
.modal-block__subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #fd0039;
}
.form form {
display: flex;
flex-direction: column;
text-align: left;
width: 95%;
max-width: 384px;
margin: auto;}
label.form__label{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 6px;
}
textarea.form__label,input.form__label{
	background: #F5F5F5;
	border: 1px solid #DCE1E5;
	border-radius: 2px;
	padding-left: 3px;
	height: 35;
	outline: none;
	font-size: 1rem;
}
.form__label__btn {
	  height: 48px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FA2869), to(#F91B60));
    background: linear-gradient(180deg, #FA2869 0%, #F91B60 100%);
    -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    border: none;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 13px;
    cursor: pointer;
}

@media screen and (max-width:576.98px) {
	.blog-title-section {
		width: 90%;
	}
	.modal-content{
		padding-top: 10px;
	}
}


.featureItem{

}

.featureItem div.imgContainer{
	padding-top: 30px;
}

.featureItem h2{
	color: #07425e;
    font-family: Montserrat;
    font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
    line-height: 1;
}

.featureItem img{
	
	width: 80% !important;
	height: auto;
	float: right;
}

@media screen and (max-width:580px) {
	.featureItem{
		text-align: center;
	}
	.featureItem div.imgContainer{
		padding-top: 0;
	}
	
	.featureItem img{
		vertical-align: middle;
		width: 100px !important;
		height: auto;
		float: none;
		margin-left: calc(50% - 50px);
		margin-bottom: 20px;
	}
}

@media screen and (max-width:780px) and (min-width:581px) {
	.featureItem{
		text-align: center;
	}
	.featureItem div.imgContainer{
		padding-top: 0;
	}
	
	.featureItem img{
		vertical-align: middle;
		width: 150px !important;
		height: auto;
		float: none;
		margin-left: calc(50% - 75px);
		margin-bottom: 20px;
	}
}
.owl-dots{
	text-align: center;
}
button.owl-dot{
	width: 10px;
	height: 10px;
	background-color: #052A40 !important;
	margin: 10px;
	z-index: 10000;
}

button.owl-dot.active{
	background-color: #F91B60 !important;
}