@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLFj_V1s.ttf) format("truetype")
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8V1s.ttf) format("truetype")
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrFJA.ttf) format("truetype")
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9V1s.ttf) format("truetype")
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6V1s.ttf) format("truetype")
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7V1s.ttf) format("truetype")
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDD4V1s.ttf) format("truetype")
}

/* body,
input {
	font-family: Poppins, sans-serif
} 
a {
  color: #e05735;
  text-decoration: none;
  }*/

.nav-head {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	min-width: 0;
	min-height: 70px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100
}

.btn-rounded {
	border-radius: 5px!important
}

.bg-primary,
.btn-primary {
	border-color: #1d7cdd!important;
	background: #1d7cdd!important
}

.btn-transparent-outline {
	color: #fff!important;
	background: transparent!important;
	border: 2px solid #fff!important
}

.btn-link,
.text-primary{
	color: #1d7cdd!important;
  font-size: 20px;
}

.feature-block {
	background-size: 200%;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	background: linear-gradient(180deg, #fff 0, #f5feff);
	box-shadow: 0 0 15px 0 hsla(0, 0%, 60%, .24);
	transition: all .2s ease-in-out
}

.testinomial-section {
	background: url(https://chyldmonitor.com/images/shape-3.svg) 0 no-repeat #fff;
	background-size: contain
}

.card .carousel-item {
	height: 200px
}

.card .carousel-caption {
	padding: 0;
	right: 0;
	left: 0;
	color: #3d3d3d
}

.card .carousel-caption h3 {
	color: #3d3d3d
}

.card .carousel-caption p {
	line-height: 30px
}

.card .carousel-caption .col-sm-3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.card .carousel-caption .col-sm-9 {
	text-align: left
}

.v-center {
	-ms-flex-item-align: baseline;
	align-self: baseline;
	-ms-flex-align: center;
	align-items: center
}

.navi a {
	text-decoration: none
}

a>.ico {
	background-color: grey;
	padding: 10px
}

a:hover>.ico {
	background-color: #1d7cdd
}


.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2.25rem;
}

.card-title small {
  color: #fff;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}


.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.carousel-caption {
	z-index: unset!important
}

.counter-section {
	background-image: url(https://chyldmonitor.com/css/images/mapbg.png);
	background-size: cover;
	position: relative;
	padding: 80px 0 60px
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto
}

.text-box h3{
	margin: 0
}

.counter-section h2 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #1d7cdd;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-transform: capitalize
}

.counter-section h2 span {
	font-weight: 300;
	display: block
}

.footer li a {
	font-size: 13px
}

.item_title18 {
	color: #222
}

.service_boxed_18 {
	margin-top: 40px;
	padding: 40px 30px;
	background-color: #fff;
	transition: .6s cubic-bezier(.165, .84, .44, 1);
	box-shadow: 0 3px 4px 0 rgba(38, 59, 94, .1)
}

.item_icon18 {
	z-index: 1;
	width: 80px;
	height: 80px;
	color: #fff;
	font-size: 48px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 20px
}

.feature-card {
	color: #fff;
	background: linear-gradient(208deg, #7167b1, #403877);
	padding: 20px
}

@media screen and (min-width:400px) {
	.feature-card {
		padding: 10px
	}
}

.feature-card:hover {
	background: linear-gradient(208deg, #403877, #2f2577)
}

.bg-primary {
	background: #1d7cdd
}

.border-0 {
	border: none;
	box-shadow: none
}

.carousel {
	background: #eee;
  padding: 20px 0;
}

.carousel img {
	display: block;
	height: 200px;
  margin: 0 auto;
}

@media screen and (min-width:768px) {
	.carousel img {
		height: 540px;
		-ms-touch-action: pan-y;
		touch-action: pan-y
	}
}

.ig-heading:before {
	background-image: url(https://chyldmonitor.com/images/ig-arrow.jpg);
	content: "";
	display: block;
	height: 18px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 54px;
	width: 132px
}

.rectangle-list a:before {
	content: counter(a);
	counter-increment: a;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #1d7cdd;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	color: #fff
}



.cardd {
	height: 100%
}

.chevron-image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

@media screen and (min-width:600px) {
	.chevron-image .right {
		left: 50%
	}
}

@media screen and (min-width:600px) {
	.chevron-image {
		height: 64px
	}
}


/*# sourceMappingURL=bootstrap.css.map */

@charset "UTF-8";

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}


/* draggable */

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}


/* ---- flickity-button ---- */

.flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, 0.75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}


/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* vertically center */
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}


/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}


/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}


/* cell width in percent */
.carousel-cell {
  width: 50%;
}
.main-body .card-body{
  overflow: hidden;
}
