/*
* Template Name: SAVVY PET SPA
* Author:  Alex
* Author URL: https://www.6rs.co.uk
* 6rs.co.uk 2021 Copyright, all rights reserved.
* Version: 1.0
*/

/*=================
@FONT-FACE
===================*/
@font-face {
    font-family: 'karbonlight';
    src: url('../fonts/karbon-light-webfont.eot');
    src: url('../fonts/karbon-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/karbon-light-webfont.woff') format('woff'),
         url('../fonts/karbon-light-webfont.ttf') format('truetype'),
         url('../fonts/karbon-light-webfont.svg#karbonlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'karbonregular';
    src: url('../fonts/karbon-regular-webfont.eot');
    src: url('../fonts/karbon-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/karbon-regular-webfont.woff') format('woff'),
         url('../fonts/karbon-regular-webfont.ttf') format('truetype'),
         url('../fonts/karbon-regular-webfont.svg#karbonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'karbonregularitalic';
    src: url('../fonts/karbon-regularitalic-webfont.eot');
    src: url('../fonts/karbon-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/karbon-regularitalic-webfont.woff') format('woff'),
         url('../fonts/karbon-regularitalic-webfont.ttf') format('truetype'),
         url('../fonts/karbon-regularitalic-webfont.svg#karbonregularitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'karbonmedium';
    src: url('../fonts/karbon-medium-webfont.eot');
    src: url('../fonts/karbon-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/karbon-medium-webfont.woff') format('woff'),
         url('../fonts/karbon-medium-webfont.ttf') format('truetype'),
         url('../fonts/karbon-medium-webfont.svg#karbonmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*=================
Theme default
===================*/
body {
	color: #4A4A4A;
	font-family: 'karbonregular', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.2;
	letter-spacing: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-bottom: 20px;
	line-height: 1.1;
	font-family: 'karbonmedium', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	color: #333333;
}

h1, .h1 {
    font-size: 42px;
	line-height: 48px;
	letter-spacing: -1.5px;
}

@media (min-width: 576px) {
	h1, .h1 {
		font-size: 48px;
		line-height: 54px;
	}
}

@media (min-width: 1400px) {
	h1, .h1 {
		font-size: 60px;
		line-height: 68px;
	}
}

h2, .h2 {
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;
}

@media (min-width: 992px) {
	h2, .h2 {
		font-size: 40px;
		line-height: 45px;
	}
}

h3, .h3 {
	font-size: 28px;
	line-height: 36px;
	letter-spacing: -0.85px;
}

@media (min-width: 992px) {
	h3, .h3 {
		font-size: 34px;
		line-height: 42px;
	}
}

h4, .h4 {
	font-size: 25px;
	line-height: 31px;
}

h5, .h5 {
	font-size: 21px;
	line-height: 27px;
}

h6, .h6 {
	font-size: 18px;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
    color: inherit;
}

a {
	-webkit-transition: all .1s;
    transition: all .1s ;
	color: inherit;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

strong, em {
	font-style: normal;
	font-family: 'karbonmedium', sans-serif;
}

p {
	margin-bottom: 30px;
	font-size: 25px;
	line-height: 31px;
	letter-spacing: 0;
}

.btn, button {
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus{
	outline: 0
}

::-moz-selection {
	color: #fff;
	background: #FF69B4;
}

::selection {
	color: #fff;
	background: #FF69B4;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1340px;
	}
}

@media (min-width: 1560px) {
	.container {
		max-width: 1500px;
	}
}

/*=================
Btn
===================*/
.btn {
	position: relative;
	font-size: 20px;
	padding: 11px 25px;
	border-radius: 50px;
	font-family: 'karbonmedium', serif;
	letter-spacing: -0.42px;
	min-width: 155px;
}

.btn .fas {
	margin-right: 10px;
	font-size: 9px;
	margin-top: -2px;
	vertical-align: middle;
	-webkit-transition:transform .2s;
	transition:transform .2s;
}

.btn svg {
	-webkit-transition:transform .2s;
	transition:transform .2s;
	margin-top: -2px;
	margin-right: 10px;
}

.btn:hover .fas,
.btn:hover svg {
	-webkit-transform:translateX(3px);
	transform:translateX(3px);
}

.btn-primary {
	background-color: #ED7094;
	color: #fff;
	border-width: 2px;
    border-color: #ED7094;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #fce1e8;
	color: #ED7094;
    border-color: #fce1e8;
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	outline: 0;
	background-color: #fce1e8;
	color: #ED7094;
    border-color: #fce1e8;
}

.btn-white-primary {
	background-color: #fff;
	color: #ED7094;
	border-width: 2px;
    border-color: #fff;
}

.btn-white-primary:hover,
.btn-white-primary:focus,
.btn-white-primary:active {
	background-color: #ED7094;
	color: #fff;
    border-color: #ED7094;
	box-shadow: none;
}

.btn-secondary {
	border-width: 2px;
	background-color: #fce1e8;
	color: #ED7094;
    border-color: #fce1e8;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #ED7094;
	color: #fff;
    border-color: #ED7094;
	box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	background-color: #ED7094;
	color: #fff;
    border-color: #ED7094;
}

.btn-white-secondary {
	background-color: transparent;
	color: #fff;
	border-width: 2px;
    border-color: #fff;
}

.btn-white-secondary:hover,
.btn-white-secondary:focus {
	background-color: #fff;
	color: #ED7094;
    border-color: #fff;
	box-shadow: none;
}

.btn-green-secondary {
	background-color: transparent;
	color: #6ABAC1;
	border-width: 2px;
    border-color: #6ABAC1;
}

.btn-green-secondary:hover,
.btn-green-secondary:focus,
.btn-green-secondary:active {
	background-color: #6ABAC1;
	color: #fff;
    border-color: #6ABAC1;
	box-shadow: none;
}

@media (min-width: 576px) {
	.btn-lg {
		min-width: 210px;
		padding: 15px 45px;
	    font-size: 29px;
	    font-weight: 600;
	    letter-spacing: -0.44px;
		font-family: 'karbonmedium', sans-serif;
	}
	.btn-lg .fas,
	.btn-lg svg {
		margin-right: 15px;
		font-size: 12px;
		margin-top: -3px;
	}
}

/*=================
Header
===================*/
.header {
	padding: 0px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	background-color: #fff;
}

@media (min-width: 768px) {
	.header.transparent {
		background-color: transparent;
	}
}

.header.sticky {
    padding: 0;
	background-color: #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.navbar {
	padding-top: 30px;
	padding-bottom: 40px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.sticky .navbar {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*=================
Navbar
===================*/
.navbar-brand {
	margin-right: 0px;
}

.navbar-nav .nav-item .nav-link {
	margin: 0;
	padding: 7px 0px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	font-family: 'karbonmedium', serif;
	color: #252525;
	position: relative;
	border-radius: 15px;
	display: inline-block;
}

.navbar-nav .nav-item:not(:last-child) {
	margin-right: 24px;
}

.navbar-nav .nav-item:hover > .nav-link,
.navbar-nav .nav-item > a.nav-link.active {
	text-decoration: none;
	color: #ED7094;
}

.navbar-nav .nav-item .active span::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.navbar-nav .nav-item a span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #ED7094;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.navbar-nav .nav-item a.active span::before,
.navbar-nav .nav-item a:hover span::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='%23252525' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat center;
    content: "";
    margin-left: 3px;
    transition: .3s ease;
	border: 0;
	vertical-align: middle;
}

.navbar-nav .nav-item:hover > .dropdown-toggle::after,
.navbar-nav .nav-item a.active .dropdown-toggle::after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='%23ED7094' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat center;
}

.navbar .dropdown-menu {
	min-width: 215px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	background-color: #ED7094;
    border: 1px solid transparent;
	position: relative;
    border-radius: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	right: auto;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.navbar .dropdown-item::before {
	width: 86px;
	height: 1px;
	background-color: #fff;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -43px;
}

.navbar .dropdown-menu li:last-child:last-child .dropdown-item::before {
	display: none;
}

@media (min-width: 1200px) {
	.navbar-expand-xl .dropdown:hover > .dropdown-menu {
		display: block;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .dropdown:hover > .dropdown-menu {
		display: block;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .dropdown:hover > .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md .dropdown-menu {
		padding: 0;
		margin: 0;
		border: 0;
		border-radius: 0;
		background-color: transparent;
		text-align: center;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg .dropdown-menu {
		padding: 0;
		margin: 0;
		border: 0;
		border-radius: 0;
		background-color: transparent;
		text-align: center;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl .dropdown-menu {
		padding: 0;
		margin: 0;
		border: 0;
		border-radius: 0;
		background-color: transparent;
		text-align: center;
	}
}

.navbar .dropdown-item {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
	font-family: 'karbonregular', sans-serif;
	color: #fff;
	padding: 0px 15px 8px;
	position: relative;
	width: auto;
	display: inline-block;
	margin: 10px 0 5px;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item.active,
.navbar .dropdown-item:active  {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}

@media (max-width: 767.98px) {
	.navbar-expand-md {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	.navbar-expand-md .nav-item:not(:last-child) {
		margin-right: 0px;
	}
	.navbar-expand-md .dropdown-item {
		margin: 7px 0;
		padding: 0;
		color: #252525;
		background-color: transparent;
	}
	.navbar-expand-md  .dropdown-item:hover,
	.navbar-expand-md  .dropdown-item:focus,
	.navbar-expand-md  .dropdown-item.active,
	.navbar-expand-md  .dropdown-item:active  {
		color: #252525;
	}
	.navbar-expand-md .navbar-collapse {
		margin-top: 30px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar-expand-md .navbar-collapse.show {
		height: 100vh;
		height: calc(100vh - 98px);
		overflow-y: auto;
	}
	.navbar-expand-md .navbar-nav .btn {
		width: 90%;
		margin: 5px auto;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	.navbar-expand-lg .nav-item:not(:last-child) {
		margin-right: 0px;
	}
	.navbar-expand-lg .dropdown-item {
		margin: 7px 0;
		padding: 0;
		color: #252525;
		background-color: transparent;
	}
	.navbar-expand-lg  .dropdown-item:hover,
	.navbar-expand-lg  .dropdown-item:focus,
	.navbar-expand-lg  .dropdown-item.active,
	.navbar-expand-lg  .dropdown-item:active  {
		color: #252525;
	}
	.navbar-expand-lg .navbar-collapse {
		margin-top: 30px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar-expand-lg .navbar-collapse.show {
		height: 100vh;
		height: calc(100vh - 98px);
		overflow-y: auto;
	}
	.navbar-expand-lg .navbar-nav .btn {
		width: 90%;
		margin: 5px auto;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	.navbar-expand-xl .nav-item:not(:last-child) {
		margin-right: 0px;
	}
	.navbar-expand-xl .dropdown-item {
		margin: 7px 0;
		padding: 0;
		color: #252525;
	    background-color: transparent;
	}
	.navbar-expand-xl  .dropdown-item:hover,
	.navbar-expand-xl  .dropdown-item:focus,
	.navbar-expand-xl  .dropdown-item.active,
	.navbar-expand-xl  .dropdown-item:active  {
		color: #252525;
	}
	.navbar-expand-xl .navbar-collapse {
		margin-top: 30px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar-expand-xl .navbar-collapse.show {
		height: 100vh;
		height: calc(100vh - 98px);
		overflow-y: auto;
	}
	.navbar-expand-xl .navbar-nav .btn {
		width: 90%;
		margin: 5px auto;
	}
}

.navbar-collapse {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

/* toggler open & close */
.navbar-toggler {
	border: none;
	background-color: transparent;
    background-image: none;
}

.icon-bar {
	width: 22px;
	height: 2px;
	background-color: #252525;
	display: block;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 4px
}

.navbar-toggler .top-bar {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	    -ms-transform-origin: 10% 10%;
	        transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
	opacity: 0;
}

.navbar-toggler .bottom-bar {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	    -ms-transform-origin: 10% 90%;
	        transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
	-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
			transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
	-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
			transform: rotate(0);
}

/*=================
Helper Class
===================*/
.font-normal {
	font-family: 'karbonregular', sans-serif;
}

.font-medium {
	font-family: 'karbonmedium', sans-serif;
}

.font-bold {
	font-family: 'karbonmedium', sans-serif;
}

@media (min-width: 992px) {
	.title {
		font-size: 56px;
		line-height: 61px;
	}
}

.gutters10 {
	margin-right: 0px;
	margin-left: 0px;
}

.gutters10 > .col,
.gutters10 > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

.pink-overlay > .container {
	position: relative;
}

.pink-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: #ed7094;
    background-color: rgba(237, 112, 148, 0.6);
}

.section {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.fullscreen-img {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

/* Img full */
.full-img-right {
    width: auto;
    max-width: none;
    vertical-align: middle;
}

.img-lg-full-left {
	position: relative;
	min-height: 360px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0e478d;
	margin-bottom: 30px;
}

.img-lg-full-right {
	position: relative;
	min-height: 360px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0e478d;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.img-lg-full {
		width: auto;
		max-width: none;
	}
	.img-lg-full-left {
		position: absolute;
		margin: 0;
		min-height: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 50%;
		height: 100%;
	}
	.img-lg-full-right {
		position: absolute;
		margin: 0;
		min-height: 0;
		top: 0;
		bottom: 0;
		left: 50%;
		right: 0;
		height: 100%;
	}
}

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

.bg-secondary {
	background-color: #80CBC4 !important;
}

.bg-gray {
	background-color: #f5f5f5 !important;
}

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

.text-secondary {
	color: #80CBC4 !important;
}

.text-gray {
	color: #f5f5f5 !important;
}

.text-black {
	color: #000000 !important;
}

/*=================

===================*/
.section-header {
	position: relative;
	padding-top: 180px;
	padding-bottom: 50px;
}

@media (min-width: 1400px) {
	.faqes-bg {
		background-image: url('../images/bg-banner-faqes.svg');
		background-repeat: no-repeat;
		background-position: bottom center;
	}
}

@media (min-width: 1200px) {
	.section-header {
		padding-top: 260px;
		padding-bottom: 60px;
	}
}


/*=================
Home
===================*/
.hero-img-box {
	margin-bottom: 14px;
	padding: 0 5px 80px 0;
	background-image: url('../images/bg-hero-img-box.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}

.hero-img-box .img-top {
	position: relative;
	margin-bottom: 18px;
	left: -40px;
}

.hero-img-box .media p {
	margin: 0 0 10px 0;
	font-size: 18px;
	letter-spacing: 0;
	color: #fff;
	line-height: 22px;
}

.arrow-bottom {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 27px;
	color: #80CBC4;
	font-family: Helvetica, Arial, sans-serif;
}

.arrow-bottom {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 27px;
	color: #80CBC4;
	font-family: Helvetica, Arial, sans-serif;
}

.arrow-bottom img {
	margin: 40px 0 0 20px;
}

.video-box {
	padding: 140px 50px 100px 50px;
	background-image: url('../images/bg-video.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

@media (min-width: 1400px) {
	.video-box {
		padding: 165px 100px 130px 140px;
	}
}

.list-chack-secondary {
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
}

.list-chack-secondary li {
	margin: 0 0 15px 0;
	padding: 0 0 0 40px;
	color: #333333;
	font-size: 21px;
	line-height: 25px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	position: relative;
}

.list-chack-secondary li::before {
    content: '\f058';
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    position: absolute;
	color: #38beb2;
    font-weight: 900;
    top: 1px;
    left: 0;
}


.list-inilne-chack-secondary {
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
}

.list-inilne-chack-secondary li {
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
	color: #333333;
	font-size: 25px;
	line-height: 30px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	position: relative;
	display: inline-block;
}

.list-inilne-chack-secondary li:not(:last-child) {
	margin-right: 20px;
}

.list-inilne-chack-secondary li::before {
    content: '\f058';
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 1px;
	color: #38beb2;
    font-weight: 900;
    left: 0;
}

.testimonial {
	padding: 30px 0 70px;
}

.testimonial .item-box {
	padding: 15px 15px;
	border-radius: 20px;
	margin: 0px;
    background-color: #FFFFFF;
	text-align: center;
	position: relative;
}

@media (min-width: 576px) {
	.testimonial .item-box {
		padding: 35px 35px;
		margin: 0 20px;
	}
}

.testimonial .item-box blockquote {
	padding-top: 70px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../images/quote-img.png');
}

.testimonial .item-box blockquote p {
	color: #ED7094;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 34px;
	font-weight: 400;
}

.testimonial .person-img {
	width: 100%;
	margin: 20px 0;
	text-align: center;
	height: 200px;
}

.testimonial .person-img img {
	border-radius: 40%;
	margin: 0 auto;
}

.testimonial .item-box h4 {
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 38px;
	color: #333333;
	letter-spacing: -0.75px;
}

.testimonial .item-box h4 span {
	display: block;
	font-family: 'karbonregular', sans-serif;
}

.testimonial .hashtags {
	padding: 5px 0 15px;
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #ED7094;
}

.card-box {
	margin: 0;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	border: 0;
	height: 100%;
}

.card-box .card-body {
	padding: 30px 25px 0px;
}

@media (min-width: 1400px) {
	.card-box .card-body {
		padding: 30px 60px 0px;
	}
}

.card-box .card-footer {
   padding: 0px 10px 50px;
    background-color: transparent;
    border-top: 0;
}

.card-box .card-icon-primary,
.card-box .card-icon-secondary {
	width: 110px;
	height: 110px;
	padding: 5px;
	line-height: 90px;
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 40%;
}
.card-box .green-shadow {
	box-shadow: 3px 6px 2px 0px rgba(56,190,178,1);
	-webkit-box-shadow: 3px 6px 2px 0px rgba(56,190,178,1);
	-moz-box-shadow: 3px 6px 2px 0px rgba(56,190,178,1);
}
.card-box .pink-shadow {
	box-shadow: 3px 6px 2px 0px rgba(237,112,148,1);
	-webkit-box-shadow: 3px 6px 2px 0px rgba(237,112,148,1);
	-moz-box-shadow: 3px 6px 2px 0px rgba(237,112,148,1);
}

.card-box .card-icon-primary img,
.card-box .card-icon-secondary img {
	vertical-align: middle;
}

.card-box p {
	margin: 0 0 20px 0;
	font-size: 21px;
	line-height: 29px;
	letter-spacing: 0;
	font-family: 'karbonmedium', sans-serif;
	text-align: left;
}

.badge-primary,
.badge-secondary {
	margin: 3px auto;
	border-radius: 20px;
	padding: 7px 20px 8px;
	color: #404040;
	font-size: 16px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0.8px;
	line-height: 20px;
	background-color: #f7acbe;
	text-transform: uppercase;
	display: inline-block;
}

.badge-secondary {
	background-color: #b3ede7;
}

.badge-primary .icon-check,
.badge-secondary .icon-check {
	width: 26px;
	height: 20px;
	background-image: url('../images/icon-check.svg');
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 9px;
	top: 5px;
	position: relative;
	display: inline-block;
}

.section-icon {
	padding: 50px 0 30px 0;
	background-image: url('../images/bg-icon.png');
	background-repeat: repeat;
	background-position: center center;
}

.heading-badge {
	font-size: 31px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: -1px;
	line-height: 35px;
}

.heading {
	margin-bottom: 30px;
	font-size: 38px;
	line-height: 44px;
	letter-spacing: -1px;
}

@media (min-width: 992px) {
	.heading {
		font-size: 46px;
		line-height: 53px;
	}
}

.logo-box-img {
	margin: 110px 0 92px;
	padding: 0;
	border-radius: 8px;
	background-color: #FFFFFF;
	position: relative;
	box-shadow: 8px 7px 6px 5px rgba(0,0,0,0.07);
}

@media (min-width: 992px) {
	.logo-box-img {
		margin: 92px 0 120px;
	}
}

.logo-box-img::before {
	content: "";
	width: 196px;
	height: 338px;
	background-image: url('../images/dog.png');
	position: absolute;
	right: auto;
	left: 50%;
	margin-left: -98px;
	top: -92px;
	z-index: 1;
}

.logo-inner-img {
	padding: 12px 10px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 2;
}

.logo-inner-img::before {
	content: "";
	width: 51px;
	height: 51px;
	background-image: url('../images/paw-l.png');
	position: absolute;
	right: auto;
	left: -15px;
	top: 35px;
}

.logo-inner-img::after {
	content: "";
	width: 51px;
	height: 51px;
	background-image: url('../images/paw-r.png');
	position: absolute;
	left: auto;
	right: -15px;
	top: 35px;
}

@media (min-width: 992px) {
	.logo-box-img::after {
		right: -20px;
	}
}

.logo-box-img h4 {
	margin: 0;
	padding: 10px 0;
	font-size: 25px;
	letter-spacing: -0.62px;
	line-height: 30px;
	font-family: 'karbonmedium', sans-serif;
	color: #4A4A4A;
}

.logo-box-img img {
	margin: 8px 0;
}

.bg-review {
	padding: 35px 40px 35px;
	margin: 15px 0 15px;
	background-image: url('../images/bg-review.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	border-radius: 40px;
	color: #fff;
}

.bg-review p {
	margin-bottom: 15px;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 30px;
	font-family: 'Helvetica', Arial, sans-serif;
}

@media (min-width: 1400px) {
	.bg-review p {
		margin-bottom: 25px;
		font-size: 36px;
		letter-spacing: 0;
		line-height: 45px;
	}
}

.bg-review h4 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}

@media (min-width: 1400px) {
	.bg-review h4 {
		font-size: 25px;
		line-height: 30px;
	}
}

.bg-review .left-img {
	margin: 15px 20px 0 0px;
}

@media (max-width: 1399.98px) {
	.bg-review .left-img {
		max-width: 55px;
		height: auto;
	}
}

.bg-quote {
	padding: 35px 15px 35px;
	margin: 25px 0 25px;
	background-image: url('../images/bg-quote.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	border-radius: 20px;
	color: #fff;
}

@media (min-width: 1400px) {
	.bg-quote {
		padding: 85px 35px 60px;
		margin: 25px 0 50px;
	}
}

@media (max-width: 575.98px) {
	.bg-quote img {
		max-width: 55px;
		height: auto;
	}
}

.bg-quote p {
	margin: 0 0 30px 0;
	font-size: 30px;
	line-height: 36px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
}

@media (min-width: 1400px) {
	.bg-quote p {
		font-size: 36px;
		line-height: 45px;
	}
}

.feature-box {
	height: 100%;
	padding: 15px;
	border-radius: 20px;
	background-color: #FFFFFF;
}

@media (min-width: 576px) {
	.feature-box  {
		padding: 15px 30px;
	}
}

@media (min-width: 1400px) {
	.feature-box  {
		padding: 45px 60px;
	}
}

.feature-box .icon-box-01 {
	width: 215px;
	height: 161px;
	margin: 20px auto 30px;
	text-align: center;
	line-height: 161px;
	background-image: url('../images/bg-icon-box-01.svg');
	background-repeat: no-repeat;
	background-position: top center;
}

.feature-box .icon-box-02 {
	width: 170px;
	height: 157px;
	margin: 24px auto 30px;
	text-align: center;
	line-height: 157px;
	background-image: url('../images/bg-icon-box-02.svg');
	background-repeat: no-repeat;
	background-position: top center;
}

.feature-box .icon-box-03 {
	width: 200px;
	height: 157px;
	margin: 24px auto 30px;
	text-align: center;
	line-height: 157px;
	background-image: url('../images/bg-icon-box-03.svg');
	background-repeat: no-repeat;
	background-position: top center;
}

.feature-box .icon-box-01 img,
.feature-box .icon-box-02 img,
.feature-box .icon-box-03 img {
	vertical-align: middle;
}

.feature-box h3 {
	margin: 0 0 35px 0;
	font-family: 'karbonmedium', sans-serif;
	text-align: center;
}

.feature-box p {
	margin-bottom: 30px;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 29px;
	color: #333333;
}

.join-us {
	margin: 40px 0 0;
	border-radius: 20px;
	position: relative;
}

.join-us-content {
	padding: 36px 0px 0px 40px;
}

@media (min-width: 1560px) {
	.bg-join-us {
		border-radius: 20px;
		background-color: #39beb2;
		padding: 40px 0 0 250px;
		background-image: url('../images/bg-join-us.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left center;

	}
}

.team-box {
	margin: 15px 0;
	padding: 15px;
}

@media (min-width: 576px) {
	.team-box {
		padding: 20px;
	}
}

@media (min-width: 1400px) {
	.team-box {
		padding: 40px;
	}
}

.team-box .team-title {
	text-align: center;
	padding: 0 0 20px 0;
}

.team-box .team-title strong {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.team-box .team-title img {
	border-radius: 50%;
	margin-bottom: 30px;
}

.team-box .team-title h4 {
	margin-bottom: 10px;
	font-family: 'karbonmedium', sans-serif;
}

.team-box p {
	margin-bottom: 20px;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 29px;
	color: #404040;
}

@media (min-width: 1400px) {
	.bg-features {
		background-image: url('../images/bg-features.svg');
		background-position: 1050px center;
		background-repeat: no-repeat;
	}
}

@media (min-width: 1400px) {
	.bg-landing {
		background-image: url('../images/bg-banner-landing.png');
		background-position: center bottom;
		background-repeat: no-repeat;

	}
}

.satisfaction-box {
	padding: 25px 15px 15px 25px;
	margin-bottom: 15px;
	border-bottom: solid 2px #f5f5f5;
}

@media (min-width: 1400px) {
	.satisfaction-box {
		padding: 35px 35px 35px 35px;
	}
}

.satisfaction-box img {
	margin-right: 30px;
}

.satisfaction-box h4 {
	padding-top: 20px;
	margin-bottom: 10px;
	color: #ED7094;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 58px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 70px;
}

.satisfaction-box p {
	margin-bottom: 15px;
	color: #333333;
	font-size: 25px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: -0.63px;
	line-height: 30px;
}

.testimonial-box {
	padding: 25px 30px;
}

@media (min-width: 1400px) {
	.testimonial-box {
		padding: 50px 60px;
	}
}

.testimonial-box p {
	margin-bottom: 40px;
	color: #ED7094;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 31px;
	letter-spacing: 0;
	line-height: 38px;
}

.testimonial-box h4 {
	margin-bottom: 10px;
	color: #333333;
	font-size: 25px;
	letter-spacing: -0.63px;
	line-height: 30px;
}

.testimonial-box .hashtags {
    padding: 5px 0 15px;
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-family: 'karbonmedium', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ED7094;
}
/*=================
SWITCHER
===================*/
.switcher-text {
	margin: 0;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 27px;
	font-family: 'karbonmedium', sans-serif;
	color: #f2c8ce;
}

.switcher-text.active {
	color: #fff;
}

.pricing-switcher {
    width: 540px;
    height: 50px;
    margin: 15px auto;
    text-align: center;
    position: relative;
    background-color: #f7f7fb;
    border-radius: 50px;
}

.switcher-btns {
    width: 100%;
}

@media (max-width: 575.98px) {
	.pricing-switcher {
		width: 100%;
	}
	.d-switch {
		display: none;
	}
}

.switcher-btn {
    cursor: pointer;
    width: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 333;
	font-size: 21px;
	font-family: 'karbonmedium', sans-serif;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.switcher-border {
    width: 50%;
    height: 50px;
    background-color: #80cbc4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 222;
    border: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 50px;
}

.switcher-btn-enabled {
    color: #fff;
}

.switcher-btn:nth-child(1).switcher-btn-enabled ~ .switcher-border {
    left: 0;
}

.switcher-btn:nth-child(2).switcher-btn-enabled ~ .switcher-border {
    left: 50%;
}

.price-box {
	height: 100%;
	padding: 40px 30px;
	border-radius: 20px;
	background-color: #FFFFFF;
	position: relative;
}

@media (min-width: 1560px) {
	.price-box {
		height: 100%;
	}
}

.price-box.right-round-none {
	border-radius: 20px 0px 20px 20px;
}

.recommended {
	padding: 13px 23px;
	font-size: 21px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	line-height: 27px;
	text-align: center;
	border-radius: 20px 20px 0 0;
	background-color: #32605C;
	color: #fff;
	position: absolute;
	right: 0px;
	top: -53px;
}

.price-header {
	margin-bottom: 32px;
	padding-top: 25px;
}

.price-title {
	margin: 0 0 5px 0;
	font-size: 34px;
	letter-spacing: -0.85px;
	line-height: 40px;
}

.price-values {
	width: 100%;
	position: relative;
}

.price-values sup {
	top: -12px;
	font-size: 19px;
	letter-spacing: 0;
	line-height: 25px;
	vertical-align: middle;
}

@media (min-width: 576px) {
	.price-values sup {
		top: -18px;
		font-size: 21px;
		line-height: 30px;
	}
}

.price-values .price {
	font-size: 52px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	line-height: 72px;
}

@media (min-width: 576px) {
	.price-values .price {
		font-size: 70px;
	}
}

.save-primary {
	padding: 5px 8px;
	background-color: #fce6ec;
	border-radius: 8px;
	font-size: 22px;
	letter-spacing: 0;
	color: #ED7094;
	font-family: 'karbonmedium', sans-serif;
	position: absolute;
	right: -20px;
	top: -95px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 768px) {
	.save-primary {
		font-size: 25px;
		padding: 6px 10px;
		right: 0px;
		top: -90px;
	}
}

.save-secondary {
	padding: 5px 8px;
	background-color: #cafdf8;
	border-radius: 8px;
	font-size: 22px;
	letter-spacing: 0;
	color: #32605C;
	font-family: 'karbonmedium', sans-serif;
	position: absolute;
	right: -20px;
	top: -95px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 768px) {
	.save-secondary {
		font-size: 25px;
		padding: 6px 10px;
		right: 0px;
		top: -90px;
	}
}

.pricing-value {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.pricing-value-hidden {
    display: none;
}

.pricing-value-show {
    -webkit-animation: showToY .5s forwards;
    animation: showToY .6s forwards;
}

.pricing-value-hide {
    -webkit-animation: fadeToY .5s forwards;
    animation: fadeToY .5s forwards;
}

.max-sms-hide {
	display: block;
}

@keyframes fadeToY {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(80%);
		transform: translateY(80%);
	}
}@-webkit-keyframes fadeToY {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(80%);
		transform: translateY(80%);
	}
}@keyframes showToY {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}@-webkit-keyframes showToY {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.price-description {
	margin-bottom: 25px;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 31px;
}

.price-box .list-chack {
	border-top: solid 1px #E0E0E0;
	padding-top: 25px;
}

.list-chack {
	margin: 0 0 25px 0px;
	padding: 0;
	list-style: none;
}

.list-chack li {
	margin: 0 0 22px 0;
	padding: 0 0 0 30px;
	font-size: 21px;
	line-height: 27px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	position: relative;
}

.list-chack.disabled li {
	color: #C7C7C7;
}

.list-chack li::before {
	content: '\f058';
	position: absolute;
	font-size: 22px;
	font-family: "Font Awesome 5 Free";
	top: 2px;
	color: #ED7094;
	font-weight: 900;
	left: 0;
}

.price-box .list-times {
	border-top: solid 1px #E0E0E0;
	padding-top: 25px;
}

.list-times {
	margin: 0 0 25px 0px;
	padding: 0;
	list-style: none;
}

.list-times li {
	margin: 0 0 22px 0;
	padding: 0 0 0 30px;
	font-size: 21px;
	line-height: 27px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	position: relative;
}

.list-times.disabled li {
	color: #C7C7C7;
}

.list-times li::before {
	content: '\f057';
	position: absolute;
	font-size: 22px;
	font-family: "Font Awesome 5 Free";
	top: 2px;
	color: #4A4A4A;
	font-weight: 900;
	left: 0;
}

/*=================

===================*/
.faq-accordion .card {
	margin-bottom: 20px;
	border-radius: 8px;
	border-color: transparent;
	background-color: #fff;
}

.faq-accordion .card-header {
	padding: 0;
 	border: 1px solid transparent;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	position: relative;
}


.faq-accordion .card-header .btn {
    min-width: 100px;
    position: relative;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 25px;
	padding: 20px 55px 20px 20px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: 700;
    border-radius: 0px;
	text-transform: none;
	display: block;
}

@media (min-width: 576px) {
	.faq-accordion .card-header .btn {
		padding: 20px 85px 20px 35px;
	}
}

@media (min-width: 992px) {
	.faq-accordion .card-header .btn {
		font-size: 23px;
		line-height: 27px;
	}
}

.faq-accordion .card-header btn.focus,
.faq-accordion .card-header .btn:focus {
    outline: 0;
    box-shadow: none;
}

.faq-accordion .card-body {
	padding: 5px 55px 15px 20px;
}

@media (min-width: 576px) {
	.faq-accordion .card-body {
		padding: 5px 85px 15px 35px;
	}
}

.faq-accordion .card-body p {
	margin-bottom: 20px;
	font-size: 21px;
	letter-spacing: 0;
	color: #404040;
	line-height: 29px;
}

.faq-accordion .card-header .btn:after {
    content: '';
	width: 39px;
	height: 39px;
	position: absolute;
	font-size: 22px;
	color: #ED7093;
	background-image: url('../images/arrow-up.svg');
	top: 14px;
	right: 10px;
}

@media (min-width: 576px) {
	.faq-accordion .card-header .btn:after {
		top: 14px;
		right: 30px;
	}
}

.faq-accordion .card-header .collapsed:after {
	background-image: url('../images/arrow-down.svg');
}

.rating-content {
	margin-bottom: 30px;
	border-radius: 24px;
	padding: 35px 30px 75px 30px;
}

@media (min-width: 1200px) {
	.rating-content {
		border-radius: 24px;
		padding: 35px 50px 75px 50px;
	}
}

.rating-content blockquote {
	margin: 0;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.75px;
}

.list-rating {
	margin: 0;
	padding: 20px 0;
	list-style: none;
}

.list-rating li {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 18px;
}

.list-rating li:not(:last-child) {
	margin-right: 10px;
}

/*=================

===================*/
.feature-media {
	margin: 15px 0;
}

@media (min-width: 992px) {
	.feature-media {
		max-width: 390px;
	}
}

.feature-media .icon-img {
	margin-top: 4px;
	margin-right: 22px;
}

.feature-media h3 {
	margin: 0 0 18px 0;
	font-family: 'karbonmedium', sans-serif;
}

.feature-media p {
	margin: 0 0 20px 0;
	color: #404040;
	font-size: 21px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	line-height: 29px;
}

.btn-card {
	max-width: 400px;
	margin: 0 auto;
	padding: 4px 15px;
	color: #fff;
	background-color: #38BEB2;
	border-radius: 20px;
	font-size: 19px;
	letter-spacing: 0;
	line-height: 30px;
	border: 0;
	outline: none;
	text-align: left;
}

.btn-card-primary {
	background-color: #f7acbe;
}

.btn-card i {
	margin-right: 10px;
	font-size: 30px;
}

/*=================
Form
===================*/
.white-form-content {
	background-color: #fff;
	padding: 0 30px 65px 30px;
	border-radius: 17px;
	margin: 0px 0 0;
}

@media (min-width: 992px) {
	.white-form-content {
		padding: 0 45px 65px 0px;
	}
}

@media (min-width: 1560px) {
	.white-form-content {
		padding: 0 125px 65px 0px;
	}
}

.text-description {
	margin-bottom: 30px;
	font-size: 21px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	line-height: 27px;
}

.left-content {
	padding: 100px 30px 50px 80px;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: -45px;
	margin-top: -10px;
}

.left-content2 {
	padding: 100px 30px 50px 80px;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: -45px;
	margin-top: -10px;
}

@media (min-width: 576px) {
	.left-content {
		padding: 100px 60px 50px 120px;
	}
}

@media (min-width: 992px) {
	.left-content {
		margin-top: -40px;
		padding: 100px 70px 50px;
	}
}

@media (min-width: 1400px) {
	.left-content {
		padding: 100px 140px 50px;
	}
}


.left-content1 {
	background-image: url('../images/bg-left-content1.png');
}

.contact-info h5 {
	margin-bottom: 15px;
	font-family: 'karbonmedium', sans-serif;
}

.share-box {
	margin: 30px 0 0;
	padding: 25px;
	background-color: #fff;
	border-radius: 9px;
}

.social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social li {
	margin: 0 0 20px 0;
	padding: 0;
	display: inline-block;
}

.social li:not(:last-child) {
	margin-right: 30px;
}

.social li a {
    font-size: 30px;
    color: #ed7094;
    text-align: center;
    display: block;
}

.social a:hover .fa-facebook-f {
	color: #3b5998;
}

.social a:hover .fa-twitter {
	color: #3b5998;
}

.social a:hover .fa-linkedin {
	color: #007bb6;
}

.social a:hover .fa-instagram {
	color: #bc2a8d;
}

.map {
	width: 100%;
	height: 100%;
}

.figure-caption {
	margin: 0;
	padding: 15px 0;
	color: #4A4A4A;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 31px;
}

label {
    margin-bottom: 15px;
	font-size: 25px;
	line-height: 30px;
	font-family: 'karbonmedium', sans-serif;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    padding: 12px 10px 12px 20px;
    font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0;
	color: #4A4A4A;
    background-color: #F5F5F5;
    box-shadow: none;
    border-radius: 0px;
	height: 54px;
    border: 1px solid #F5F5F5;
	font-family: 'karbonmedium', sans-serif;
}

.form-control:focus {
    border-color: #F5F5F5;
	background-color: #F5F5F5;
    box-shadow: none;
}

textarea.form-control {
	resize: none;
    height: 165px;
}


.form-control::-webkit-input-placeholder {
	color: #4A4A4A;
}

.form-control::-moz-placeholder {
	color: #4A4A4A;
}

.form-control:-ms-input-placeholder {
	color: #4A4A4A;
}

.form-control::-ms-input-placeholder {
	color: #4A4A4A;
}

.form-control::placeholder {
	color: #4A4A4A;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #ED7094;
    border-color: #ED7094;
    background-color: #ED7094;
}

.custom-control label {
	font-size: 20px;
	line-height: 25px;
	font-family: 'karbonmedium', sans-serif;
}

.form-message {
	margin: 0;
	padding: 10px;
	text-align: center;
}

.form-message.success {
	 border: 2px solid #eec94c;
}

.form-message.error {
	 border: 2px solid #ff0000;
}

.white-form-box {
	padding: 25px 30px;
	border-radius: 9px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 10px 10px #EEEEEE;
}

@media (min-width: 1200px) {
	.white-form-box {
		padding: 30px 60px;
	}
}

@media (min-width: 1200px) {
	.white-form-box h2 {
		font-size: 50px;
		letter-spacing: -1.25px;
		line-height: 60px;
	}
}

.white-form-box p {
	margin-bottom: 20px;
	font-size: 20px;
	color: #333333;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	line-height: 31px;
}

/*=================
Footer
===================*/
@media (max-width: 767.98px) {
	.footer {
		text-align: center;
	}
}

.logo-box {
	padding: 40px 0;
}

@media (min-width: 992px) {
	.logo-box {
		padding: 60px 0;
	}
}

.logo-box h4 {
	margin: 0;
	padding: 10px 0;
	font-size: 25px;
	letter-spacing: -0.63px;
	line-height: 30px;
	font-family: 'karbonmedium', serif;
}

.logo-box img {
	margin: 10px 0;
}

.footer-info {
	padding: 60px 0 0px;
}

@media (min-width: 992px) {
	.footer-info {
		padding: 60px 0 30px;
	}
}

@media (min-width: 1200px) {
	.footer-info {
		padding: 60px 0;
	}
}

.footer-info h4 {
	color: #333333;
	font-size: 27px;
	letter-spacing: 0;
	line-height: 37px;
}

.newsletter-form {
	padding: 10px 0 42px;
}

.newsletter-form .form-control {
	padding: 12px 8px 12px 18px;
	background-color: #f6f6f6;
	border: solid 1px #f6f6f6;
	color: #4A4A4A;
	font-size: 18px;
	border-radius: 17px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: -0.45px;
}

.newsletter-form .btn-white-primary {
	min-width: auto;
	margin: 0 20px;
	border-color: #ED7094;
}

.widget {
	margin-bottom: 30px;
}

.widget h3,
.widget h4 {
	margin-bottom: 10px;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 28px;
	color: #B4B4B4;
}

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

.widget ul li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: -0.5px;
	font-family: 'karbonmedium', serif;
}

.widget ul li a {
	position: relative;
	display: inline-block;
	color: #333333;
}

.widget ul li a:hover {
	text-decoration: none;
	color: #ED7094;
}

.widget ul li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	display: block;
	bottom: -1px;
	right: 0;
	background-color: #ED7094;
	transition: width .2s ease;
	-webkit-transition: width .2s ease;
}

.widget ul li a:hover::after {
	width: 100%;
	left: 0;
}

.social-list {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.social-list li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.social-list li:not(:last-child) {
	margin-right: 35px;
}

.social-list li a {
    font-size: 27px;
    color: #ed7094;
    text-align: center;
}

.social-list a:hover .fa-facebook-f {
	color: #3b5998;
}

.social-list a:hover .fa-twitter {
	color: #3b5998;
}

.social-list a:hover .fa-linkedin {
	color: #007bb6;
}

.social-list a:hover .fa-instagram {
	color: #bc2a8d;
}

.site-info {
	padding: 30px 0;
}

.site-info p {
	margin: 15px 0;
	font-size: 18px;
	letter-spacing: -0.45px;
	line-height: 30px;
}

.site-info p a {
	margin: 0 0 0 8px;
	font-family: 'karbonmedium', sans-serif;
	display: inline-block;
	position: relative;
}

.site-info p a:hover {
	text-decoration: none;
	color: #ED7094;
}

.site-info p a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	display: block;
	bottom: -1px;
	right: 0;
	background-color: #ED7094;
	transition: width .2s ease;
	-webkit-transition: width .2s ease;
}

.site-info p a:hover::after {
	width: 100%;
	left: 0;
}

/*=================
Slick Slider
===================*/
.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	fill: #5b5b5b;
    cursor: pointer;
	left: -15px;
	z-index: 1;
}

.testimonial .slick-prev {
	left: -20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	fill: #ed7094;
}

.slick-next {
	left: auto;
    right: -15px;
}

.testimonial .slick-next {
    right: -20px;
}

/* Dots */
.slick-dots {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}

.slick-dots li {
	margin: 0;
	padding: 0;
    display: inline-block;
}

.slick-dots li button {
	text-indent: -9999px;
	height: 12px;
	width: 12px;
	border: 0;
	border-radius: 50%;
	padding: 0;
	margin: 0 5px;
	font-size: 10px;
	outline: none;
	line-height: 12px;
	background: #d8d8d8;
}

.slick-dots li.slick-active button {
	background: #ed7094;
}

/*=================
Grid XXL
===================*/
@media (min-width: 1560px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1560px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
/*custom in*/
.fade-in {
	animation: fadeIn ease 5s;
	-webkit-animation: fadeIn ease 5s;
	-moz-animation: fadeIn ease 5s;
	-o-animation: fadeIn ease 5s;
	-ms-animation: fadeIn ease 5s;
  }
  @keyframes fadeIn {
	0% {
	  opacity:0;
	}
	100% {
	  opacity:1;
	}
  }

  @-moz-keyframes fadeIn {
	0% {
	  opacity:0;
	}
	100% {
	  opacity:1;
	}
  }

  @-webkit-keyframes fadeIn {
	0% {
	  opacity:0;
	}
	100% {
	  opacity:1;
	}
  }

  @-o-keyframes fadeIn {
	0% {
	  opacity:0;
	}
	100% {
	  opacity:1;
	}
  }

  @-ms-keyframes fadeIn {
	0% {
	  opacity:0;
	}
	100% {
	  opacity:1;
  }
}
.m-b-50{
	margin-bottom: 50px;
}
.list-chack-secondary li{
	line-height: 30px;
}
.list-chack-secondary li::before, .list-inilne-chack-secondary li::before{
	content: '';
	background-image: url(../images/Positive_Tick.svg);
	width: 32px;
    height: 32px;
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center;
}

.list-chack li::before{
	width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    background: #fff;
    vertical-align: top;
    line-height: 22px;
    border: 1px solid #fff;
}
.list-times li::before{
	content: '';
	background-image: url(../images/negative_icon.svg);
	width: 27px;
    height: 27px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
}
.google-store img{
	width: 136px;
}
.testimonial .item-box blockquote {
    background-image: url(../images/quote.svg);
}
.card-footer .badge-primary, .card-footer .badge-secondary{
	padding: 7px 20px 12px;
}
.card-body .text-white {
    margin-top: 20px;
}
.recommended-by img{
	width: 145px;
}
.recommended-by-justify{
	justify-content: center;
}
.team-box .team-title img{
	width: 275px;
}
.feature-box .icon-box-01 img, .feature-box .icon-box-02 img, .feature-box .icon-box-03 img {
    width: 64px;
}
.card-box .card-icon-primary img, .card-box .card-icon-secondary img{
	width: 64px;
}
.media.price-header img{
	width: 85px;
}
.logo-box img{
	max-width: 100px;
}
.social-list a:hover .fa-twitter, .social a:hover .fa-twitter {
    color: #1DA1F2;
}
.section-icon {
    background-image: url(../images/CTA_Background.png);
}
.section-header .player{
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.7);
}
.team-box .team-title img { border-radius: 40%; }
.logo-box h4{
	text-align: left;
}
#map{
	width: 100%;
	height: 555px;
}
.faq-accordion .card-header .btn {
	color: #4A4A4A;
}
.logos-slider.slick-initialized .slick-slide, .logos-slider-landing.slick-initialized .slick-slide {
	display: flex;
	justify-content: center;
}
.faq-banner-width {
	width: 357px;
}
.recommended {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}
@keyframes shake-animation {
    0% { transform:translate(0,0) }
   1.78571% { transform:translate(5px,0) }
   3.57143% { transform:translate(0,0) }
   5.35714% { transform:translate(5px,0) }
   7.14286% { transform:translate(0,0) }
   8.92857% { transform:translate(5px,0) }
   10.71429% { transform:translate(0,0) }
   100% { transform:translate(0,0) }
 }
 .logos-slider .slick-prev, .logos-slider .slick-next, .logos-slider-landing .slick-next, .logos-slider-landing .slick-prev{
	 display: none !important;
 }
 .mob-v{
	 display: none;
 }
 .list-chack li.single-disable::before{
	background-image: url(../images/negative_icon.svg)
 }
 @media (min-width: 576px){
	.btn-lg {
		font-size: 26px;
	}
}
.our-story-img .image-1 {
	background-image: url(../images/our-story-1.png);
	background-size: cover;
	border-radius: 40%;
	margin-left: 50px;
	width: 436px;
	height: 431px;
}
.our-story-img .image-2 {
	background: url(../images/our-story-2.png);
	background-size: cover;
	border-radius: 40%;
	width: 265px;
	height: 263px;
}
@media (max-width: 1024px){
	.section-icon.bg-primary.text-white .align-items-center.justify-content-between{
		text-align: center;
	}
	.our-story-img{
		text-align: center;
	}
	.our-story-img img{
		width: 75%;
	}
	.faq-accordion .card-body .vid-1 {
	    width: 100%;
		max-width: 100%;
		margin: 15px 0;
	}
	.toggle-top-btn{
		padding-bottom: 0 !important;
	}
	.features-bg.bottom-features{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
	}
	.features-bg.bottom-features img{
		width: 170px;
	}
}
@media (max-width: 576px){
	.app-store, .google-store{
		float: left;
		width: 100%;
		text-align: center;
	}
	.app-store img, .google-store img{
		width: 200px;
	}
	.app-store{
		margin-bottom: 15px;
	}
	.list-inilne-chack-secondary {
		text-align: left;
	}
	.bg-primary.text-white .btn-white-secondary, .bg-primary.text-white .btn-white-primary{
		width: 200px;
	}
	.logo-box img {
		max-width: 90px;
	}
	.newsletter-form .d-flex.flex-row{
		display: block !important;
	}
	.newsletter-form .form-control{
		margin-bottom: 15px;
	}
	.hero-img-box{
	    background-position: top center;
	}
	.arrow-bottom img {
		display: block;
		margin: 0 auto;
		margin-top: 30px;
	}
	.no-mob-v{
		display: none;
	}
	.mob-v{
		display: block;
	}
	.mob-v.c-card{
		text-align: center;
		margin: 0 auto;
		margin-top: -24px;
	}
	.mob-v.bt{
		margin: 0 auto;
		margin-top: 50px;
		text-align: center;
	}
	.hero-img-box .align-items-end{
	    align-items: flex-start !important;
	}
	.hero-img-box .img-top{
		left: 0;
	}
	.story-top-img{
		margin-top: 0 !important;
	}
	.media.bg-quote{
		display: block !important;
	}
	.media.bg-quote img{
		display: block;
		margin: 0 auto !important;
		margin-bottom: 15px !important;
	}
	.join-us-content {
		padding: 36px 40px 0px 40px;
	}
	.row-flex-direction{
    	flex-direction: column-reverse;
	}
	.contact-info{
		margin-top: 50px;
	}
	.contact-form .form-control{
		font-size: 18px;
	}
	.faq-accordion .card-body {
		padding: 5px 10px 15px 10px;
	}
	.bg-features .btn-card.media .media-body{
		font-size: 16px;
	}
}
/* Abdul Css */
.bg-review p {
    font-family: 'karbonmedium', sans-serif;
}
.bg-review p {
    margin-top: 20px;
}
.bg-review .left-img {
    margin: 35px 20px 0 0px;
}
.heading-badge {
    line-height: 38px;
}
.bg-review {
    padding: 35px 40px 33px;
    margin: -3px 0 -1px !important;
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    border-radius: 0px;
    color: #fff;
    background: #e78f9e;
}

@media (max-width: 768px) {
	.mobile-reverse {
		flex-direction: column-reverse;
	}
	.mobi-full{
		flex-direction: column !important;
	}
	.mobi-full .form-control {
    margin-bottom: 25px !important;
	}
}
/*thursday*/
.logo-box img {
    max-width: 70px;
}
.testimonial .item-box a:hover{
	text-decoration: none;
}
.faq-accordion .card-body ul li{
	margin-bottom: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.testimonial .item-box blockquote p{ min-height: 170px; }
.satisfaction-box h4 {display: inline;}
.embed-responsive-4by3::before {
    padding-top: 64%;
}
.embed-responsive{
	box-shadow: 0 3px 15px #00000026;
}
.logo-box img.square-p, .logo-box img.paypal-p{
    width: 100px;
    max-width: 100px;
}
.satisfaction-box .img-section{
	width: 110px;
    background: #FFEFF4;
    border-radius: 40%;
    padding: 20px;
	margin-right: 15px;
}
.satisfaction-box .img-section img{
	width: 70px;
}
@media (min-width: 1400px) {
    .bg-landing {
        background-image: url('../images/Oval-landing.svg');
		background-position: 650px bottom;
        background-repeat: no-repeat;
    }
}
.testimonial .item-box blockquote p{ min-height: 170px; }
.faq-accordion .card-body iframe{
	margin-bottom: 30px;
}
@media (max-width: 576px){
	.contact-top-mobile-only {
		background-size: 100% 186px;
		background-repeat: no-repeat;
		background-position: top center;
		min-height: 200px;
		width: 300px;
		margin: 0 auto;
		margin-top: 50px;
	}
	.contact-top-mobile-only img{
	    width: 85px;
    	float: left;
	}
	.contact-top-mobile-only .other-text{
		width: 170px;
		float: left;
		color: white;
		padding-top: 36px;
		margin-left: 10px;
	}
	.contact-top-mobile-only .other-text h3{
		font-size: 20px;
		line-height: initial;
		margin-bottom: 0;
	}
	.contact-top-mobile-only .other-text p{
		font-size: 12px;
		line-height: inherit;
	}
	.vid-1 iframe, .faq-accordion .card-body iframe{
		height: auto !important;
	}
	.faq-accordion .card-body iframe, .vid-1 iframe{
		height: auto !important;
	}
	.logo-box img.square-p, .logo-box img.paypal-p{
		width: 80px;
		max-width: 80px;
	}
	.hero-img-box .media p{
		font-size: 16px;
	}
	.video-box{
		margin-top: -30px;
	}
	.hero-img-box{
		padding: 0 5px 40px 0;
	}
	#troubleshooting .contact-top-mobile-only img {
		margin-top: 25px;
	}
	.hero-img-box .media p {
		font-size: 16px;
		letter-spacing: -0.5px;
	}
	.left-content .c-img{
		width: 120px;
	}
}
@media (min-width: 1600px){
	.bg-features {
		background-position: 1150px center;
	}
}
@media (min-width: 1400px){
	.faqes-bg {
		height: 506px ;
		background-size: 100% 377px;
	}
}
.testimonial .item-box h4{
	font-size: 24px;
}
.mob-tab-version{
	display: none;
}
@media (max-width: 991px){
	.left-content.text-white.no-mob-v{
		background-size: contain;
		padding: 100px 90px 50px 170px;
	}
	.no-mob-tab-version{
		display: none;
	}
	.mob-tab-version{
		display: block;
	}
}

/*fadein right to left
.animated {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
 }

 @-webkit-keyframes fadeInLeft {
	0% {
	   opacity: 0;
	   -webkit-transform: translateX(20px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateX(0);
	}
 }

 @keyframes fadeInLeft {
	0% {
	   opacity: 0;
	   transform: translateX(20px);
	}
	100% {
	   opacity: 1;
	   transform: translateX(0);
	}
 }

 .fadeInLeft {
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 } */
/*.take-control{
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}*/
/*.video-box{
	-webkit-box-shadow: 0px 2px 15px 0px #000000;
    box-shadow: 0px 2px 15px 0px #000000;
}*/

.section-banner {
    padding-top: 120px;
    padding-bottom: 40px;
	background-image: url('../images/podcasts-banner.jpg');
}

@media (min-width: 1200px) {
	.section-banner {
		padding-top: 230px;
		padding-bottom: 135px;
		background-position: bottom center;
		background-repeat: no-repeat;
	}
}

.title-banner {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 42px;
	line-height: 46px;
	letter-spacing: -1.43px;
}

@media (min-width: 1200px) {
	.title-banner {
		font-size: 57px;
		line-height: 61px;
	}
}

.title-heading {
	margin: 0 0 30px;
	padding: 0 0 15px 0;
	font-size: 34px;
	line-height: 40px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	color: #ED7094;
}

.body-heading {
	margin: 0 0 30px;
	padding: 0 0 15px 0;
	font-size: 34px;
	line-height: 40px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
}

@media (min-width: 1200px) {
	.title-heading {
		margin: 0 0 40px;
		padding: 0 0 20px 0;
		font-size: 34px;
		line-height: 54px;
	}
}

.title-border {
	border-bottom: 3px solid #ED7094;
}

@media (min-width: 1400px) {
	.gutters-xl-30 {
		margin-right: -30px;
		margin-left: -30px;
	}

	.gutters-xl-30 > .col,
	.gutters-xl-30 > [class*="col-"] {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.card-lg-box {
	margin-bottom: 80px;
}

@media (min-width: 992px) {
	.card-lg-box {
		margin-bottom: 80px;
	}
}

.card-lg-box img {
	width: 100%;
	height: auto;
}

.card-lg-box span {
	margin: 0;
	padding: 22px 0 15px;
	color: #404040;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 23px;
	display: block;
}

@media (min-width: 1200px) {
	.card-lg-box span {
		font-size: 21px;
		letter-spacing: 0;
		line-height: 26px;
	}
}

.card-lg-box h3 {
	margin: 0 0 10px 0;
	color: #333333;
	font-family: 'karbonregular', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -0.93px;
}

@media (min-width: 1200px) {
	.card-lg-box h3 {
		font-size: 34px;
		line-height: 44px;
	}
}

.card-lg-box .btn {
	min-width: 196px;
}

.card-lg-box .btn i {
	font-size: 21px;
}

.section-single {
    padding-top: 120px;
    padding-bottom: 40px;
}

@media (min-width: 1200px) {
	.section-single {
		padding-top: 200px;
		padding-bottom: 135px;
	}
}

.info-back {
	margin: 10px 0;
	color: #ED7094;
	font-size: 21px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
	line-height: 38px;
	display: block;
}

.info-back:hover {
	color: #ED7094;
	text-decoration: none;
}

.info-date {
	margin: 0;
	padding: 0px 0 30px;
	color: #404040;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 26px;
	display: block;
}

.heading-main {
	margin: 0 0 30px;
	font-size: 38px;
	line-height: 42px;
	font-family: 'karbonmedium', sans-serif;
	letter-spacing: 0;
}

@media (min-width: 1200px) {
	.heading-main {
		font-size: 52px;
		line-height: 60px;
	}
}

.podcats-list-chack {
	margin: 0;
	padding: 0;
	list-style: none;
}

.podcats-list-chack li {
	margin: 0 0 30px 0;
	padding: 0 0 0 45px;
	font-size: 25px;
	line-height: 29px;
	position: relative;
}

.podcats-list-chack li:before {
	content: '';
	background-image: url('../images/list-chack.svg');
	width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.sub-title {
	margin: 0 0 30px 0;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0px;
}

@media (min-width: 992px) {
	.sub-title {
		font-size: 36px;
		line-height: 38px;
	}
}

.blockquote-lg {
	margin: 0;
	padding: 20px 0;
}

.blockquote-lg h4 {
	font-size: 22px;
	font-style: normal;
	letter-spacing: 0;
	line-height: 31px;
	font-family: 'karbonregular', sans-serif;
}

.blockquote-lg p {
	margin: 0 0 15px 0;
	font-size: 35px;
    line-height: 42px;
	letter-spacing: 0;
	color: #333333;
	font-style: oblique;
	font-family: 'Helvetica', sans-serif;
}

@media (min-width: 992px) {
	.blockquote-lg p {
	  font-size: 40px;
	  line-height: 52px;
	}
}

.tag-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tag-list li {
	margin: 0 0 5px 0;
	padding: 0;
	display: inline-block;
}

.tag-list li:not(:last-child) {
    margin-right: 10px;
}

.tag-list li a {
	padding: 8px 28px ;
	color: #737373;
	font-size: 14px;
	letter-spacing: 0;
	border: 2px solid #999999;
	border-radius: 18px;
	font-family: 'karbonmedium', sans-serif;
	display: inline-block;
}

.tag-list li a:hover {
	text-decoration: none;
	border-color: #ED7094;
	background-color: #ED7094;
	color: #fff;
}

.card-md-box {
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.card-md-box {
		margin-bottom: 70px;
	}
}

.card-md-box img {
	width: 100%;
	height: auto;
}

.card-md-box span {
	margin: 0;
	padding: 22px 0 15px;
	color: #404040;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 26px;
	display: block;
}

.card-md-box h3 {
	margin: 0 0 20px 0;
	color: #333333;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -0.82px;
}

@media (min-width: 1200px) {
	.card-md-box h3 {
		font-size: 33px;
		line-height: 40px;
	}
}

.card-md-box .btn {
	min-width: 196px;
}

.card-md-box .btn i {
	font-size: 21px;
}