
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    background-image: url('../images/pat-back.svg');
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}

input.gt-strt {width: auto;cursor: pointer;}
/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #007d98 !important;
}
.nav-item.active .nav-link{
	color: #007d98 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #007d98;
	opacity: 0;
	transition: all 200ms linear;
}
.nav-item.active:after{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #007d98;
	opacity: 1;
	transition: all 200ms linear;
}
.nav-item.active:hover:after{
	opacity: 1;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
	transition: all 200ms linear;
	margin-top: 10px;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #ffffff !important;
	transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 600px;
    background-image: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 39px;
	line-height: 1.2;
	font-weight: 700;
	color: #007d98;
}
p{
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;.mcta
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span {
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
    white-space: pre-line;
    transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #007d98;
	border-radius: 27px;
	background: #fff;
	position: relative;
	display: block;
	margin: 0 1%;
	text-align: center;
	opacity: 1;
	transform: translate(0);
	transition: all 300ms linear;
	transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #007d98;
}
.switched {
	border-color: #80cfd4 !important;
	background: #007d98 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: rgb(0 125 152 / 54%);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) {
	h1{
		font-size: 33px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}



/* footer css new */

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  /* background: #151414; */
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #007d98;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #757581;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
  text-align: left;
}
.footer-social-icon span {
  /* color: #fff; */
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #ef762e;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #878787;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #007d98;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #80cfd5;
  text-decoration: none;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
  border-radius: 6px;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #80cfd5;
    padding: 8px 20px;
    border: 1px solid #007d98;
    top: 0;
    border-radius: 0 6px 6px 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(2deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  /*text-align: left;*/
}
.copyright-text p a{
  color: #007d98;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #91c7d3;
  text-decoration: none;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-logo h1 {
    color: #007d98;
    font-family: 'Dancing Script', cursive;
}
a.navbar-brand h2 {
    font-family: 'Dancing Script', cursive;
    color: #007d98;
}
.section.full-height p {
}

/* boxes css */
section.boxes {
    padding: 80px 0 40px;
}
.boxes .box{
  position:relative;
  width: 100%;
  padding: 40px;
  overflow: hidden !important;
  background: linear-gradient(to bottom,#80cfd4,#80cfd4);
  box-shadow:0 15px 25px rgba(0,0,0,.1);
  border-radius:15px;
  /* margin:20px; */
  box-sizing:border-box;
  overflow:hidden;
  text-align: center;
}
.boxes .box:before{
  content:'';
  width: 50%;
  height: 130%;
  position:absolute;
  top: -25px;
  left: 40px;
  transform: rotate(314deg);
  background:rgba(255,255,255,.2);
  z-index:2;
  pointer-events:none;
  text-align: center;
}
.boxes .box .icon {
  position:relative;
  width: 80px;
  height: 80px;
  color:#fff;
  background: #007d98;
  display:flex;
  justify-content: center;
  aling-items: center;
  margin: 20px auto;
  border-radius:20%;
  font-size: 50px;
  font-weight:normal;
  transition:2s;
  padding:10px;
}
.boxes .box .icon i{
  padding: 6px;
}
.boxes .box .icon{
  box-shadow: 0 0 0 0 #007d98;
  backgraund:#76D7C4;
}
.boxes .box:hover .icon{
  box-shadow: 0 0 0 400px #007d98;
}
.boxes .box .content{
  position:relative;
  z-index:1;
  transition:1.5s;
}
.boxes .box:hover .content{
  color:#fff;
}
.boxes .box .content h3{
  font-size: 20px;
  margin:10px 0;
  padding:0;
  text-align: center;
}
.boxes .box .content p{
   margin:0;
  padding:0;
  text-align: center;
}
.boxes a{
  display:inline-block;
  padding: 5px 12px;
  background: #80cfd4;
  border-radius: 6px;
  text-decoration:none;
  color: #007d98;
  font-weight:500;
  margin-top:20px;
  box-shadow: 5px 2px 5px rgba(0,0,0,.2);
  border: 1px solid #007d98;
}
.sec-title {
    padding: 0 0 50px;
}
.sec-title h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Poppins';
}
.sec-title span {
    color: #007d98;
}
 .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
 }
.check-icon {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	box-sizing: content-box;
	border: 4px solid #007d98;
}
.check-icon::before {
	top: 3px;
	left: -2px;
	width: 30px;
	transform-origin: 100% 50%;
	border-radius: 100px 0 0 100px;
}
.check-icon::after {
	top: 0;
	left: 30px;
	width: 60px;
	transform-origin: 0 50%;
	border-radius: 0 100px 100px 0;
	animation: rotate-circle 4.25s ease-in;
}
.check-icon::before, .check-icon::after {
	content: '';
	height: 100px;
	position: absolute;
	/* background: #1f2029; */
	transform: rotate(-45deg);
}
.icon-line {
	height: 5px;
	background-color: #3db1ca;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 10;
}
.check-icon.line-tip {
	top: 46px;
	left: 14px;
	width: 25px;
	transform: rotate(45deg);
	animation: icon-line-tip 0.75s;
}

.check-icon.line-long {
	top: 38px;
	right: 8px;
	width: 47px;
	transform: rotate(-45deg);
	animation: icon-line-long 0.75s;
}
.icon-circle {
	top: -4px;
	left: -4px;
	z-index: 10;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	box-sizing: content-box;
	border: 4px solid rgb(128 207 212 / 70%);
}
.icon-fix {
	top: 8px;
	width: 5px;
	left: 26px;
	z-index: 1;
	height: 85px;
	position: absolute;
	transform: rotate(-45deg);
	/* background-color: #FFFFFF; */
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
.right-area .content h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.right-area .content p {
    font-size: 14px;
}
.left-area .content img {
    width: 100%;
    padding-top: 50px;
}
section.check-sign {
    padding: 50px 0;
}


/* product css */

.pro-box img {
    width: 100%;
}
.pro-box {padding: 10px;/* border: 1px solid #007d98; */margin-bottom: 5px;border-radius: 6px;}
ul.pro-full-box li {
    width: 19%;
    display: inline-block;
    margin: 3px;
}
section.products {
    padding: 40px 0;
}
.gradient-border {--borderWidth: 3px;background: #ffffff;transition: all ease-in-out 0.4s;/* margin: 2px; */position: relative;border-radius: var(--borderWidth);}
.gradient-border:after {content: '';position: absolute;top: calc(-1 * var(--borderWidth));left: calc(-1 * var(--borderWidth));height: calc(100% + var(--borderWidth) * 2);width: calc(100% + var(--borderWidth) * 2);background: linear-gradient(60deg, #33c1f7, #55e4f3, #4ee8ef, #00fdb7, #3db1ca, #1098ad, #07b39b, #007d98);border-radius: calc(2 * var(--borderWidth));z-index: -1;animation: animatedgradient 3s ease alternate infinite;background-size: 300% 300%;}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
div#box p {
    color: #000;
}
.cta-box {
    background: #48cdeb;
    /* padding: 50px; */
    border-radius: 10px;
}
.cta.text video {
    width: 100%;
}
.cta.text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.cta.text p {
    font-size: 16px;
    color: #fff;
}
.cta.text a {
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    background: #007d98;
    border: 1px solid #007d98;
    margin-top: 30px;
    transition: all ease-in-out 0.4s;
}
.cta.text a:hover {
    text-decoration: none;
    border-color: #fff;
    background: #48cdeb;
}
section.cta {
    padding: 40px 0;
}
/* div#box:hover {
    transform: scale(1.1);
    background: #fff !important;
} */
#background, #foreground {
	position: absolute;
	transform-style: preserve-3d;
}
#image {
	position: absolute;
	transform-style: preserve-3d;
	border: 0px solid red;
	width: 500px;
	height: 859px;
}
#image h2 {
	font-family: 'Roboto','Helvetica',sans-serif;
	color: white;
	position: absolute;
	transform-style: preserve-3d;
	bottom: 2em;
	left: 0;
	 transform: translateZ(40px);
	font-weight: 100;
	font-size: 2em;
	width: 500px;
	text-align: center;
}
#foreground {
	transform: translateZ(20px);
}
.wrapper {
	position: relative;
	width: 500px;
	margin: 0 auto;
	 transform-style: preserve-3d;
}
section.core {
    height: 500px;
}
a.affiliate-btn {
    padding: 15px 30px !important;
    display: inline-block;
    background: #007d98;
    border-radius: 6px;
    border: 1px solid #007d98;
    color: #fff;
    transition: all ease-in-out 0.4s;
}
a.affiliate-btn:hover {border: 1px solid #007d98;background: none;color: #007d98;text-decoration: none;}
.banner-right img {
    width: 60%;
    margin-left: 90px;
}
.text-wrap h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 70px 0 30px;
}
.text-wrap p {
    font-size: 16px;
}
.text-wrap p:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 12px;
    color: #007d98;
    font-weight: 700;
}
.card {
	width: 100%;
	max-width: 400px;
	height: auto;
	color: rgb(255, 255, 255);
	box-sizing: content-box;
	margin: 0 auto 0 auto;
	padding: 1rem 1.5rem 2rem 1.5rem;
	background: rgba( 255, 255, 255, 0.25 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 4px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	}
  p.title {
	font-size: 1.25rem;
	text-align: center;
	letter-spacing: 0.2rem;
  }
  .card--header {
	padding-bottom: 1rem;
  }
  .card--body {
	width: 100%;
	padding-bottom: 1rem;
  }
  label {
	display: block;
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	}
  input {
	box-sizing: border-box;
	display: block;
	margin-bottom: 1.25rem;
	color: #4a4a4a;
	font-size: 1rem;
	width: 100%;
	height: 44px;
	lign-height: 44px;
	padding-left: 0.8rem;
	background-color: #89c0d3;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 4px;
	transition: background-color 0.3s;
	}
  input:hover,
  input:focus {
	background-color: rgba(255, 255, 255, 0.5);
  }
  .card--footer {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .btn_sign-up {
	font-size: 1.25rem;
	padding: 1rem 2rem;
	/*   width: 100%; */
	border-radius: 6px !important;
	background-color: rgb(68 158 181);
	color: rgb(228 240 245);
	font-size: 1rem;
	border: 1px solid transparent;
	border-radius: 2rem;
	font-weight: 500;
	text-transform: uppercase;
	transition: background-color 0.3s;
	}
  .btn_sign-up:hover {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 1);
	color: rgb(255, 255, 255);
  }
  body.login {
    background: none;
}
section.login-page {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 10% 0 80px;
    background: rgb(255, 194, 254);
    background: linear-gradient(
    10deg,
    rgb(0 125 152) 0%,
    rgb(187 216 233) 100%
  );
}
.card.register-card {
    max-width: 800px;
    display: flow-root;
    padding: 30px 20px 80px;
}
.card.register-card .card--body {
    width: 390px;
    float: left;
    margin-right: 10px;
}
.card.register-card button {
    position: absolute;
    top: 280px;
    left: 360px;
}
.app-img img {
    width: 60% !important;
    animation: heartbeat 4s infinite;
    position: relative;
    z-index: -1;
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}





/*responsive css*/

@media screen and (max-width: 767px) {
    .absolute-center{margin-top: 40px;}
    .app-img img{margin-top: 40px;width: 80% !important;}
    .boxes .box{margin-bottom: 30px;}
    .sec-title{padding: 0 0 30px;}
    section.boxes{padding: 80px 0 0px;}
    .success-checkmark{display: none;}
    .right-area .content:before {content: "\f058";color: #3397ad;font-family: 'Font Awesome 5 Pro';font-size: 30px;position: absolute;top: 12px;}
    .right-area .content h3{padding-left: 40px;}
    .right-area .content p{padding: 0 0 20px 50px;}
    .left-area .content img{padding-bottom: 30px;}
    section.products {padding: 0 0 40px;}
    ul.pro-full-box li{width:90%;margin: 3px 5%;}
    #image{width: 300px;}
    #background, #foreground{width:100%;}
    section.core{height: 450px;}
    .text-wrap h2{padding: 330px 0 30px;}
    section.cta{margin-top: 670px;}
    .subscribe-form button{padding: 9px 17px;}
    .wrapper{width:300px;}
}


/** news-section **/

.news-section{
  position: relative;
  padding: 60px 0px 40px 0px;
}

.news-section .top-inner{
  position: relative;
  margin-bottom: 40px;
}

.news-section .top-inner .text{
  position: relative;
  display: block;
  margin-top: 42px;
  padding-left: 40px;
}

.news-section .top-inner .text p{
  font-size: 19px;
  line-height: 30px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  /* background: #fff; */
  box-shadow: 0 9px 35px 0 rgb(0 0 0 / 7%);
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover{
  /* background: #fff; */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.news-block-one .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.news-block-one .inner-box:hover .image-box::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  height: 230px;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
}

.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.2;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding: 39px 30px 36px 35px;
  margin-bottom: 30px;
}

.news-block-one .inner-box .lower-content .post-date{
  position: absolute;
  right: 30px;
  top: -58px;
  width: 78px;
  height: 78px;
  border-radius: 6px;
  text-align: center;
  padding: 12px 10px;
  z-index: 2;
}

.news-block-one .inner-box .lower-content .post-date h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}

.news-block-one .inner-box .lower-content .post-date span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
}

.news-block-one .inner-box .lower-content h3{
  margin-bottom: 12px;
  font-size: 24px;
}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 28px;
}
.news-block-one .inner-box .lower-content .post-info:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  left: 0px;
  bottom: 0px;
  background: #007d98;
}
.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  /* color: #555; */
  margin-right: 20px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  background: #8a8b8c;
  width: 1px;
  height: 17px;
  top: 6px;
  right: -13px;
}
.news-block-one .inner-box .lower-content .post-date {
    background: #007d98;
}
.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin-right: 0px;
}

.news-block-one .inner-box .lower-content .post-info li a{
  display: inline-block;
  color: #555;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}
.news-block-one .inner-box .lower-content h3 a {
    text-decoration: none;
    color: #0e94b1;
}
.news-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  color: #555555;
}

.news-block-one .inner-box .lower-content .link a i{
  position: relative;
  font-size: 16px;
  margin-left: 10px;
  color: #0067da;
}

.news-block-one .inner-box .lower-content .link a:hover{

}
.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 3px;
}
.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #e4e4e4;
  text-align: center;
  color: #555555;
  background: transparent;
  z-index: 1;
  transition: all 500ms ease;
}
.pagination-wrapper.centred {
    text-align: center;
    margin-top: 20px;
}
.pagination li a:hover,
.pagination li a.active{
  color: #fff;
  background: #007d98;
  border-color: #007d98;
  border-radius: 6px;
}
section.page-title {
    padding: 200px 0 120px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
section.page-title h1 {
    color: #fff;
}
section.page-title ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.blog-details-content .post-share-option {
    position: relative;
    display: block;
    background: #eff2f5;
    padding: 20.5px 35px;
    margin-bottom: 62px;
}
.blog-details-content .post-share-option ul li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.pull-right {
    float: right;
}
.blog-details-content .post-share-option .social-links li {
    margin-right: 25px;
}
.blog-details-content .post-share-option .social-links li a {
    position: relative;
    color: #2d5883;
    font-size: 14px;
}
.pull-left {
    float: left;
}
.blog-details-content .post-share-option .tags li a {
    color: #222;
    text-decoration: none;
}
section.page-title ul li a {
    color: #fff;
}
.blog-details-content .post-share-option .tags li a:hover {
    color: #007d98;
}
.sidebar-page-container .sidebar .sidebar-search{
  position: relative;
  margin-bottom: 35px;
}

.sidebar-page-container .sidebar .sidebar-search .form-group{
  position: relative;
  margin: 0px;
}

.sidebar-page-container .sidebar .sidebar-search .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #0c2136;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  padding: 10px 90px 10px 20px;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-search .form-group input::-webkit-input-placeholder{
  color:#fff;
}

.sidebar-page-container .sidebar .sidebar-search .form-group button{
  position: absolute;
  top: 16px;
  right: 27px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-search .form-group input:focus + button,
.sidebar-page-container .sidebar .sidebar-search .form-group button:hover{

}

.sidebar-page-container .sidebar .sidebar-search .form-group button:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.2);
  width: 1px;
  height: 25px;
  left: -24px;
  top: 2px;
}

.sidebar-page-container .blog-sidebar .sidebar-categories-2{
  background: transparent;
  border: 1px solid #e0e6ed;
  margin-bottom: 35px;
}

.sidebar-page-container .blog-sidebar .sidebar-post{
  padding: 31px 35px 44px 35px;
  border: 1px solid #e0e6ed;
  margin-bottom: 35px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 49px;
  min-height: 76px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post:last-child{
  margin-bottom: 0px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: #0c2136;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post:hover .post-thumb img{
  opacity: 0.2;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post h5 a{
  display: inline-block;
  color: #222;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post h5 a:hover{

}

.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post .post-date{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #2d5883;
}

.sidebar-page-container .blog-sidebar .sidebar-support{
  position: relative;
  display: block;
  background: #007d98;
  margin-bottom: 35px;
}

.sidebar-page-container .blog-sidebar .sidebar-support .image-box img{
  width: 100%;
}

.sidebar-page-container .blog-sidebar .sidebar-support .content-box{
  position: relative;
  padding: 36px 35px 8px 35px;
}

.sidebar-page-container .blog-sidebar .sidebar-support .content-box li{
  position: relative;
  display: block;
  padding-left: 50px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.sidebar-page-container .blog-sidebar .sidebar-support .content-box li:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}

.sidebar-page-container .blog-sidebar .sidebar-support .content-box li i{
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 35px;
  line-height: 35px;
  color: #fff;
}

.sidebar-page-container .blog-sidebar .sidebar-support .content-box li p{
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0px;
}

.sidebar-page-container .blog-sidebar .sidebar-support .content-box li h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.sidebar-page-container .blog-sidebar .sidebar-support .content-box li h3 a{
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.sidebar-page-container .blog-sidebar .sidebar-support .content-box li h3 a:hover{
  text-decoration: underline;
}

.sidebar-page-container .blog-sidebar .sidebar-assessment{
  background: transparent;
  border: 1px solid #e0e6ed;
  padding: 20px;
}

.sidebar-page-container .blog-sidebar .sidebar-assessment .assessment-form .form-group input[type='text'],
.sidebar-page-container .blog-sidebar .sidebar-assessment .assessment-form .form-group input[type='email'],
.sidebar-page-container .blog-sidebar .sidebar-assessment .assessment-form .form-group textarea{
  border-color: #e0e6ed;
}

.sidebar-page-container .blog-sidebar .nice-select{
  border: 1px solid #e0e6ed;
}
.sidebar-page-container.blog-details {
    margin-top: 50px;
}
.sidebar-page-container.blog-details {
    margin-top: 50px;
}
form.assessment-form button.theme-btn-two {
    background: #007d98;
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    color: #fff;
}
form.assessment-form textarea {
    width: 100%;
    height: 130px;
    padding: 10px;
    border-radius: 6px;
    background: #89c0d3;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .post-date {
    right: inherit;
    left: 50px;
    top: -40px;
    width: 165px;
    height: 50px;
    padding: 15px 10px;
    border-radius: 2px;
    background: #007d98;
    color: #fff;
}
.social ul li {
    display: inline-block;
}
.social {margin-left: 280px;}
.social ul li a {
    width: 40px;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #007d98;
    line-height: 40px;
    color: #007d98;
    transition: all ease-in-out 0.5s;
}
.social ul li a:hover {
    background: #007d98;
    color: #fff;
}
.right-area img {
    width: 120%;
    /* margin-left: 100px; */
}
.left-area.author .content h3 {
    font-size: 42px;
}
.btn-wrap a {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #007d98;
    border-radius: 6px;
    margin-right: 10px;
    text-decoration: none;
    color: #fff;
    background: #007d98;
    transition: all ease-in-out 0.5s;
}
.btn-wrap input {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #007d98;
    border-radius: 6px;
    margin-right: 10px;
    text-decoration: none;
    color: #fff;
    background: #007d98;
    transition: all ease-in-out 0.5s;
    margin-top: 20px;
}
.btn-wrap a:nth-child(2) {
    background: transparent;
    color: #007d98;
}
.btn-wrap a:hover {
    background: transparent;
    color: #007d98;
}
.btn-wrap a:hover:nth-child(2) {
    background: #007d98;
    color: #fff;
}
.left-area.author .content p {
    /* margin-bottom: 30px; */
}
.sucusspage {    padding: 200px 0 100px;text-align: center;}
.sucusspage p.check {    font-size: 18px;
 color: #007d98;
    font-weight: bold;}
    .sucusspage h3 {color: #f00;}
.mygrid{padding: 30px 20px 30px 20px;background-image: linear-gradient(45deg, #007d98, #37bedb);width: 80%;margin: 50px auto 80px;position: relative;border-radius: 8px;height: 245px;}
.cta2 .wrap{    }
.cta2 .wrap h6{color: #ffffff;font-size: 16px;font-weight:  400;padding-bottom: 10px;text-align: left;}
.cta2 .wrap h3{text-align: left;padding-bottom: 0;font-size: 22px;font-weight: 700;margin-bottom: 20px;color: #ffffff;}
.gt-strt{
     padding: 10px 30px;
     color: #000;
     font-weight:  700;
     display: inline-block;
     font-size: 18px;
     border-radius: 6px;
     /* FF3.6-15 */
     background: #fff; /* Chrome10-25,Safari5.1-6 */
     -webkit-transition: 0.4s;
     -moz-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
     border: none;
     float: left;
     text-decoration: none;
     margin-right: 20px;
     font-weight: 500;
}
.cta2 .wrap a:hover, .textwrap a:hover{
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: none;
    color: #000;
    }

.cta-img img{
    position: absolute;
    content: "";
    top: -70px;
    right: 0;
    width: 56%;
    transform: rotate(9deg);
}
.new-cta{
    padding: 10px 30px;
    font-weight:  700;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    border-radius: 6px;
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: none;
    float: left;
    margin-right: 20px;
    font-weight: 500;
}
.text-wrap p:nth-child(5) {
    margin-bottom: 0px;
}
.wrapper.bookwrap img {
    width: 80%;
}
.mcta{
  padding: 80px 0 40px;
  background: #027f9b;
  width: 100%;
  /* background-image: url("../web_assets/images/cta.webp") ; */
  /* background-image: url(../images/cta.webp); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  margin-top: 50px;
  margin-bottom: 50px;
}
/*.mcta:after{
    content: '';
    padding: 80px 0;
    text-align: left;
    background: #2c214a;

    width: 100%;
}*/
.mcta .subheading{
    color: #ffffff;
    /* background-color: #0c85ba; */
    /* padding: 8px 20px; */
    font-size: 12px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.mcta h2{
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    /* padding-bottom: 15px; */
}
.mcta p{
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 40px;
}

#contact {
  width: 100%;
  height: 100%;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px 'Oswald', sans-serif;
  /* color: #fff; */
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control,
textarea {
  /* max-width: 400px; */
  /* background-color: #000; */
  /* color: #fff; */
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  line-height: 34px;
  width: 370px;
  overflow: hidden;
  border: none;
  background: #007d98;
  color: #fff;
  border-radius: 6px;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  /* width: 370px; */
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff;
}

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }
  .form-control, textarea {

    margin: 0 auto;
  }


  .name, .email, textarea {
    width: 280px;
  }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

}
.direct-contact-container img {
    width: 100%;
}

/*popup form*/



.popup-btn{
}
.main-btn-rect,
.main-btn-circle{
	margin: 0;
	color: #FFFFF0;
	background-color: rgb(22 158 189);
}
.main-btn-rect {
	padding: 10px 40px;
	line-height: 30px;
	margin-top: 20px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
.main-btn-rect:before,
.main-btn-rect:after{
  position: absolute;
  content: '';
  top:0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before,
.main-btn-rect:hover:after{
  width: 50%;
  display: none;
}
.main-btn-circle{
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
  position: fixed;
	top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active{
  top:0;
  background-color: rgb(3 3 3 / 50%);
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 590px;
  min-width: 410px;
  margin-top: 150px;
  padding: 25px;
  background-color: #FFFFF0;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
  border-radius: 6px;
}
.popup.active .popup-content{
  margin-top: 0px;
}
.popup-content h6{
  display: table;
  font-size: 18px;
  text-align: center;
  margin: 0px auto 30px;
  /* font-family: 'Roboto',sans-serif; */
  text-transform: uppercase;
  font-weight: 600;
}
.form-group{
	position: relative;
	width: 100%;
	margin: 0px auto;
}
form#send input, form#send textarea{
	position: relative;
	margin-bottom: 32px;
	width: 100%;
	height: 30px;
	font-family: 'RobotoLight', sans-serif;
	text-indent: 20px;
	background-color: transparent;
	outline: 0;
	border: none;
	border-bottom: 1px solid #070000;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;
}
form#send input:focus,
form#send textarea:focus{
	border-bottom: 1px solid rgb(63, 173, 168);
}
form#send label{
	position: absolute;
	top: 0;
	line-height: 28px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
form#send input:focus + label,
form#send textarea:focus + label{
  color: rgb(63, 173, 168);
}
form#send .txt{
	line-height: 22px;
	left: 2px;
}
form#send .main-btn-rect {
	position: relative;
	display: block;
	padding: 12px 80px;
	margin: 0px auto;
	font-size: 14px;
}
form#send .main-btn-rect i {
	margin-right: 5px;
}
.popup .fade-out{
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.share-wrap{
	position: absolute;
  display: inline-table;
	top: 67%;
	left: 50%;
	transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}
.share-btn{
  color: #FFFFF0;
  padding: 7px 25px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 100;
  font-size: 14px;
  font-family:'Lobster', sans-serif;
  background-color: rgba(63, 173, 168, .8);
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.share-btn:hover{
  color: #FFFFF0;
  text-decoration: none;
  background-color: rgba(63, 173, 168, 1.0);
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 2px;
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 6px 9px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}
.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
form#send textarea {
    height: 120px;
}

section.testi {
    background-image: url(../images/testi_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    background-position: top;
    padding-top: 3%;
    padding-bottom: 4%;
    margin-top: 2%;
    /* background: #027f9b; */
    margin-bottom: 3%;
}
section.testi .primary_main {
    text-align: center;
}
section.testi .primary_main h2 {
    /* color: white; */
}
section.testi .primary_main p {
    /* color: #ffffff; */
}
section.testi hr.line_white {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.testi_inner {
    /* background: white; */
    border-radius: 10px;
    padding: 0px 25px 15px 25px;
    margin-top: 50px;
    height: 270px;
    border: 1px solid #ccc;
}
h3.box {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 100px;
    font-size: 23px;
    color: white;
    padding-top: 23px;
    background: linear-gradient(
90deg
 ,#47D8A2 0,#156F9A 91%);
    background: linear-gradient(
171deg
 ,#027f9b 0,#48cdeb 100%);
    margin-right: 13px;
}
.for_box h4 {
    font-size: 20px;
    /* color: black; */
    padding-bottom: 0;
    padding-top: 16px;
}
.for_box p {
    font-size: 15px;
    font-weight: 200;
    color: #5d5d5d;
}
.ratings i {
    color: #ffa200;
    font-size: 17px;
}
.ratings {
    margin-top: 6px;
    margin-bottom: 7px;
}

.testi_inner p {
    font-size: 14px;
    /* color: #333333 !important; */
    /* line-height: 22px; */
    font-weight: 600;
}
.profilee {
    display: inline-block;
    width: 30%;
    float: left;
    margin-top: 20px;
}
.for_box p {
    font-size: 14px;
    color: #828282;
    font-weight: 400;
}
.name_desig {
    display: inline-block;
    width: 70%;
}
button.slick-prev.slick-arrow {
    position: absolute;
    left: -50px;
    top: 50%;
    display: none !important;
    font-size: 0;
}
button.slick-prev.slick-arrow:after {
    content: "\f060";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    font-family: fontAwesome;
    cursor: pointer;
    z-index: 9;
    background-image: linear-gradient(to right, #f59515 0, #f59515 51%, #f59515 100%);
    width: 40px;
    height: 40px;
    color: white;
    padding-top: 21px;
    border-radius: .25rem;
    display: none;
}
button.slick-next.slick-arrow {
    position: absolute;
    right: -50px;
    top: 50%;
    display: none !important;
    font-size: 0;
}
button.slick-next.slick-arrow:after {
    content: "\f061";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    font-family: fontAwesome;
    cursor: pointer;
    z-index: 9;
    background-image: linear-gradient(to right, #f59515 0, #f59515 51%, #f59515 100%);
    width: 40px;
    height: 40px;
    color: white;
    padding-top: 21px;
    border-radius: .25rem;
    display: none;
}
.text-wrap .btn-wrap a {
    margin-top: 20px;
}
.cta.text img {
    width: 60%;
    margin-top: -50px;
}
.cta.text {
    padding: 50px 0 52px 50px;
}
/*==============================================================
    Service Style Start
==============================================================*/
.only_services .banner_left_inner img {
   width: 115px;
   margin-right: 30px;
   margin-bottom: 10px;
}
section.service_second_fold {
    background: #f6f6f8;
    padding-top: 3%;
    padding-bottom: 3%;
}
.second_right {
    text-align: right;
    /* padding-top: 40px; */
}
section.service_second_fold hr.service_line {
    width: 40%;
    margin-left: 0;
}
.service_second_fold p {
    margin-left: 0;
    width: 100%;
    font-weight: 500;
    color: black;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
}
ul.none_bg i {
    background: none;
    font-size: 20px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 8px;
    align-items: center;
    align-self: flex-start;
}
ul.none_bg li {
    display: flex;
    width: 100%;
    margin-bottom: 9px;
    color: black;
    font-weight: 200;
}
section.service_second_fold .multi_button {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

.topformcontainer {
     width: 360px;
     }
.topformcontainer .topformwrap.active {
    background: #fff;
    /* padding: 30px; */
    height: 474px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
    position: relative;
    top: -20px;
}

.topformcontainer .topformwrap {
    background: #fff;
    /* padding: 30px; */
    height: 0px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
}
.topformcontainer .topformwrap .formheading {
    background: #48cdeb;
    text-align: center;
    padding: 20px;
}
.topformcontainer .topformwrap .formheading h2 {
    font-size: 20px;
    padding-bottom: 0;
    color: #ffffff;
}
.topformcontainer .topformwrap .formbody {
    padding: 20px 25px 0px 25px;
}
.topformcontainer .topformwrap .formbody .fldset input {
    margin: 0 0 10px 0;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}
.intl-tel-input {
    width: 100%;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
}
.topformcontainer .topformwrap .formbody .fldset input {
    margin: 0 0 10px 0;
}
.topformcontainer .topformwrap .formbody .fldset textarea {
    margin: 10px 0 0;
    height: 100px;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
}
.topformcontainer .topformswitch {
    position: relative;
    background: #ffffff;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    border: 2px solid #48cdeb;
    font-size: 0;
    z-index: 9;
    top: -23px;
}
.topformcontainer .topformswitch .switchicon {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}
.topformcontainer .topformswitch .switchicon span {
    color: #48cdeb;
    font-size: 30px;
}
.icon-angle-down:before {
    content: "\e955";
}
.topformcontainer .topformswitch h4 {
    padding-bottom: 0;
    color: #000;
    vertical-align: middle;
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    line-height: 1;
    width: 306px;
    font-size: 24px;
}
.topformcontainer .topformswitch h4 span {
    color: #48cdeb;
    font-weight: 700;
}
.formheading h2 span {
    color: white;
    font-weight: 500;
}
form#bannerform button.btn.btn-primary.hk_wth_bg_yellow {
    width: 100%;
    height: 48px;
    border: none;
    margin-top: 3px;
}
.form_stick {
    position: absolute;
    width: 21%;
    right: 18%;
    top: 117px;
    z-index: 99;
}

section.banner.only_services .banner_left_inner h1{
  font-size: 52px;
}
.hk_flex .slick-track {
    display: flex;
    align-items: center;
}
form#bannerform button {
    background: #48cdeb;
}
form#bannerform button:hover {
    background: #48cdeb;
}
.right-area .content {
    margin-bottom: 20px;
}
i.fab.fa-linkedin.linkedin-bg {
    background: #097dc1;
}

form.contact-form span {
    font-weight: 700;
    color: #102a43;
    line-height: 35px;
    line-height: 2.5rem;
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase;
}
form.contact-form input[type="submit"] {
    background: #1487a0;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 5px;
    margin-top: 1.3em;
    cursor: pointer;
}

form.contact-form {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
}
form.contact-form .required-star {
    color: #007d98;
}

form.contact-form input,
form.contact-form textarea {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 2rem;
    display: block;
    width: 100%;
    margin-bottom: 0;
}
form.contact-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
form.contact-form li {
    padding: 0.3em;
}

.card-container{
    display: flex;
    flex-direction: row;
    /* background-color: wheat; */
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px  rgb(145, 145, 145);
    border-radius: 0.8rem;
}
.shoe-area{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: background-color 0.3s ease-in-out;
    border-radius: 0.8rem 0 0 0.8rem
}
.logo-div{
    margin: 2rem 0  0 1.5rem;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: yellowgreen; */
}
.logo-div img{
    width: 70%;
    opacity: 0.1;
}
.floating-div{
    /* background-color: yellowgreen; */
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    align-items: center;
    animation: float 6s ease-in-out infinite;
    box-sizing: border-box;
}
.shop-sec input{
    display: none;
}
.shop-sec .container{
    margin: 0 auto;
    /* background-color: green; */
    max-width: 60rem;
    min-height: 30rem;
    padding: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

@keyframes float{
    0%{
        transform: translateY(0%);
    }

    50%{
        transform: translateY(-6%);
    }

    100%{
        transform: translateY(0%);
    }
}

.shoe-area :is(.shoe-1, .shoe-2, .shoe-3, .shoe-4) {
    /* background-color: yellow; */
    position: absolute;
    width: 60%;
    transform: rotateZ(-30deg) scale(1.3) translateX(-10%);
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.shoe-area .shoe-4{
    /* background-color: whitesmoke; */
}



:is(.shoe-1, .shoe-2, .shoe-3, .shoe-4) img{
    width: 100%;
    opacity: 0;
    transform: rotateZ(359deg) scale(1.3) translateX(-10%);
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}


/*  =============
            Text styling
                    ========== */

.text-area{
    background-color: var(--text-area-color);
    /* background-color: rgb(114, 91, 114); */
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 0 0.8rem 0.8rem  0;
}

.text-area .heading-area{
    padding: 1rem;
}

.heading-area h2{
    font-weight: 800;
    font-size: 2.5rem;
    transition: color 0.3s ease-in-out;
}

.heading-area h4{
    margin: 0.25rem 0 0 0;
}

.paragraph-area{
    margin: 20px 20px;
    /* background-color: yellow; */
    font-size: 1rem;
}

/*  =============
            Available colors
                    ========== */

.color-selection{
    margin: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.8rem;
    box-sizing: border-box;
}

.color-selection h5{
    font-size: 1rem;
}

.color-selection .colors{
    padding: 1rem;
    border-radius: 50%;
    cursor: pointer;
}

.color-pick-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.8rem;
}

.color-selection .color-1{
    background-color: #007d98;
}

.color-selection .color-2{
    background-color: #007d98;
}

.color-selection .color-3{
    background-color: #007d98;
}

.color-selection .color-4{
    background-color: #007d98;
}


/*  =============
            price-and-buy-btn styling
                             ========== */

.price-and-buy-btn{
    display: inline-block;
    justify-content: space-between;
    padding: 1.5rem 1rem;

}
.price-and-buy-btn :is(.price-1, .price-2, .price-3, .price-4){
    display: none;
    font-weight: 800;
    font-size: 2.5rem;
    transition: color 0.3s ease-in-out;
    float: left;
    margin-right: 10%;
}
a.buy-btn{
    padding: 20px;
    font-size: 18px;
    border-radius: 6px;
    border: none;
    color: whitesmoke;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    display: inline-block !important;
    /* width: 40%; */
    /* height: auto; */
}

/* ========== Themes ======== */

/* Theme 1 */
#color-1:checked ~ .text-area .color-selection .color-pick-div .color-1{
    outline: 2px solid #000;
    outline-offset: 2px;
}

#color-1:checked ~ .shoe-area{
    background-color: var(--primary-color-1);
}


#color-1:checked ~ .text-area .heading-area h2{
    color: var(--primary-color-1)
}

#color-1:checked ~ .text-area .price-and-buy-btn .price-1{
    display: block;
    color: var(--primary-color-1);
}

#color-1:checked ~* .buy-btn{
    background-color: #007d98;
}

/* Theme 2 */
#color-2:checked ~ .text-area .color-selection .color-pick-div .color-2{
    outline: 2px solid #040706;
    outline-offset: 2px;
}

#color-2:checked ~ .shoe-area{
    background-color: var(--primary-color-2);
}


#color-2:checked ~ .text-area .heading-area h2{
    color: #007d98;
}

#color-2:checked ~ .text-area .price-and-buy-btn .price-2{
    display: block;
    color: #000;
}

#color-2:checked ~* .buy-btn{
    background-color: #007d98;
}

/* Theme 3 */
#color-3:checked ~ .text-area .color-selection .color-pick-div .color-3{
    outline: 2px solid #000;
    outline-offset: 2px;
}

#color-3:checked ~ .text-area .price-and-buy-btn .price-3{
    display: block;
    color: #000;
}

#color-3:checked ~ .shoe-area{
    background-color: var(--primary-color-3);
}

#color-3:checked ~ .text-area .heading-area h2{
    color: var(--primary-color-3)
}

#color-3:checked ~* .buy-btn{
    background-color: #007d98;
}


/* Theme 4 */
#color-4:checked ~ .text-area .color-selection .color-pick-div .color-4{
    outline: 2px solid #000;
    outline-offset: 2px;
}

#color-4:checked ~ .shoe-area{
    background-color: var(--primary-color-4);
}

#color-4:checked ~ .text-area .price-and-buy-btn .price-4{
    display: unset;
    color: var(--primary-color-4);
}

#color-4:checked ~ .text-area .heading-area h2{
    color: var(--primary-color-4)
}


#color-4:checked ~* .buy-btn{
    background-color: #007d98;
}

/* Transition when the screen is higher than 1000px */

@media screen and (min-width: 62.5rem){

    #color-1:checked ~ .shoe-area .floating-div .shoe-1 {
        transition-delay: 0.2s;
        animation-delay: 0.3s;
        transform: rotateZ(0);
        z-index: 99;
    }

    #color-1:checked ~ .shoe-area .floating-div .shoe-1 img{
        transition-delay: 0.2s;
        opacity: 1;
    }


    /* Theme 2 */
    #color-2:checked ~ .shoe-area .floating-div .shoe-2 {
        transition-delay: 0.2s;
        transform: rotateZ(0);
        z-index: 99;
    }

    #color-2:checked ~ .shoe-area .floating-div .shoe-2 img{
        transition-delay: 0.2s;
        opacity: 1;
    }

    /* Theme 3 */
    #color-3:checked ~ .shoe-area .floating-div .shoe-3 {
        transition-delay: 0.2s;
        transform: rotateZ(0);
        z-index: 99;
    }

    #color-3:checked ~ .shoe-area .floating-div .shoe-3 img{
        transition-delay: 0.2s;
        opacity: 1;
    }


    /* Theme 4 */
    #color-4:checked ~ .shoe-area .floating-div .shoe-4 {
        transition-delay: 0.2s;
        transform: rotateZ(0);
        z-index: 99;
    }

    #color-4:checked ~ .shoe-area .floating-div .shoe-4 img{
        transition-delay: 0.2s;
        opacity: 1;

    }
}


#color-4:checked ~* .heading-area h2{
    color: var(--primary-color-4)
}



@media screen and (max-width: 62.5rem){
    .container{
        padding: 1rem;
    }

        .card-container{
        display: flex;
        flex-direction: column;
    }

    .shoe-area{
        width: 100%;
        height: 40vw;
        padding: 1rem 0;
        border-radius: 0.8rem 0.8rem 0 0;
    }

    .shoe-area :is(.shoe-1, .shoe-2, .shoe-3, .shoe-4) {
    /* background-color: yellow; */
    position: absolute;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;

    }

    /* Transition for any screen lower than 1000px */

    .shoe-area :is(.shoe-1, .shoe-2, .shoe-3, .shoe-4) {
        /* background-color: yellow; */
        transform: rotateZ(0deg)  translateY(-10%);
        width: 70%;
        margin: 1rem 0;
        opacity: 0;
    }

    :is(.shoe-1, .shoe-2, .shoe-3, .shoe-4) img{
        transform: rotateZ(0) scale(1) ;
        opacity: 1;
    }

    #color-1:checked ~ .shoe-area .floating-div .shoe-1 {
        transition-delay: 0.2s;
        opacity: 1;
        transform: rotateZ(0);
    }

    #color-1:checked ~ .shoe-area .floating-div .shoe-1 img{
        transition-delay: 0.2s;
        opacity: 1;
    }


    /* Theme 2 */
    #color-2:checked ~ .shoe-area .floating-div .shoe-2 {
        transition-delay: 0.2s;
        opacity: 1;
        transform: rotateZ(0);

    }

    #color-2:checked ~ .shoe-area .floating-div .shoe-2 img{
        transition-delay: 0.2s;
        opacity: 1;
    }

    /* Theme 3 */
    #color-3:checked ~ .shoe-area .floating-div .shoe-3 {
        transition-delay: 0.2s;
        opacity: 1;
        transform: rotateZ(0);
    }

    #color-3:checked ~ .shoe-area .floating-div .shoe-3 img{
        transition-delay: 0.2s;
        opacity: 1;
    }


    /* Theme 4 */
    #color-4:checked ~ .shoe-area .floating-div .shoe-4 {
        transition-delay: 0.2s;
        transform: rotateZ(0);
        opacity: 1;
    }

    #color-4:checked ~ .shoe-area .floating-div .shoe-4 img{
        transition-delay: 0.2s;
        opacity: 1;
    }

    /* Transition end */

    .logo-div img{
        width: 40%;
    }

    .text-area{
        /* background-color: rgb(114, 91, 114); */
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 1rem;
        box-sizing: border-box;
        border-radius: 0 0  0.8rem 0.8rem
    }

    .paragraph-area, .color-selection{
        margin: 1.5rem 1rem;
    }
}
p.privacy-mol {
    padding-left: 20px;
    font-size: 14px;
}
ul.listing.privacy-mol {
    padding-left: 40px;
    margin-top: 20px;
    font-size: 14px;
}
ul.privacy-mol {
    padding-left: 40px;
    font-size: 14px;
    margin-top: 20px;
}
ul.privacy-mol li {
    margin-bottom: 10px;
}

/*play btn css*/

.play-button {
  width: 152px;
  height: 152px;
  position: relative;
  cursor: pointer;
  /*float: left;*/
      display: block;
    margin: auto;
    margin-top: 60px;
}

.play-backdrop {
  width: 100%;
  height: 600px;
  position: fixed;
  left: 0;
  top: -140px;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}

.play-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  bottom: calc(100% + 15px);
  border: none;
  outline: none;
  background: none;
  opacity: 0;
  cursor: pointer;
  top: -70px;
}

.play-close::before,
.play-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.play-close::after {
  transform: rotate(-45deg);
}

.play-circles {
  display: block;
  width: 90%;
  height: 100%;
}
video {
    /*margin-top: 40px;*/
    /*width:500px;*/
    /*height:300px;*/

    margin-top: 0px;
    width: 587px;
    height: 406px;
}
.play-perspective {
  width: 600px;
  height: 400px;
  position: absolute;
  left: -244px;
  top: -125px;
}

.play-triangle {
  width: 508px;
  margin-left: 52px;
  height: 370px;
  background-color: #000;
  cursor: pointer;
}
.play-video {
    position: absolute;
    top: -50px;
}
h2.trailer-content {
    font-size: 20px;
    margin-top: 50px !important;
}
.right-area.chge-size img {
    width: 80%;
}
section.core.affilliate-core {
    margin-top: 60px;
}
.cta-new-txt{
    padding: 80px 0 90px 50px !important;
}
section.form-cta button {
    padding: 15px 30px;
    border-radius: 6px;
    margin-top: 30px;
    background: #007d98;
    color: #fff;
    border: 1px solid #007d98;
    transition: all ease-in-out 0.4s;
}
section.form-cta button:hover {
    background: transparent;
    color: #007d98;
}
.form-cta-content h4 {
    font-size: 32px;
}
.form-cta-content h4 span {
    color: #007d98;
    display: block;
    margin-top: 20px;
}
/*.form-cta-content {*/
/*    margin-top: 50px;*/
/*}*/
section.check-sign{
    padding-top:80px;
}

/* ====== Phone Size ===== */
@media screen and (max-width: 26.9rem){

    .paragraph-area{
        margin: 1rem;
        font-size: 0.8rem;
    }

    .paragraph-area, .color-selection{
        margin: 0.7rem 1rem;

    }

    .color-selection{
        display: flex;
        flex-direction: column;
        align-items: unset;
        row-gap: 0.8rem;;
    }

    .price-and-buy-btn{
        padding: 0.5rem 1rem;
        flex-direction: column;
        row-gap: 0.8rem;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 768px){
  h1 {font-size: 25px;}
  h2 {font-size: 14px;}
  form#send .main-btn-rect {padding: 7px 60px; font-size: 14px;}
  .popup-btn{padding: 7px 60px; font-size: 14px;}
}



@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}
/*iphone X*/

@media (max-width: 767px) {
    .cta-img img{display: none;}
    .mygrid {width: 90%;margin: -40px auto 50px;height: 410px;}
    .new-cta{margin-top: 20px;}
    .btn-wrap a:nth-child(2) {margin-top: 16px;}
    .mcta {background-image: none;margin-top: 840px;}
    section.cta.las-resp {margin-top: 0;}
    .social {margin-left: 0;margin-top: 20px;}
    .bg-light {background-color: #ffffff !important;}
    .core.ing-resp{height: 650px;}
    .single-cta {margin-bottom: 20px;}
    .section.full-height p {font-size: 12px;}
    .full-height{height: 1050px;}
    section.check-sign h2 {font-size: 24px;}
    .right-area img{width: 100%;}
    .right-area.chge-size img {width: 100%;}
    .text-wrap h2{font-size: 30px;}
    section.check-sign.res-height {padding-top: 300px;}
    .cta-box img {width: 60% !important;margin-top: -180px !important;}
    .cta-new-txt{padding: 40px 0 150px 30px !important;}
    .footer-section {border-top: 1px solid #000;}
    .footer-cta {display: none;}
    .footer-widget-heading h3{margin-top: 50px;}
    .footer-widget ul li a {padding: 0;}
    .form_stick{right: unset;left: 0;}
    section.core.affilliate-core h2 {padding: 0 0 0;margin-top: 0;}
    section.core.affilliate-core {margin-top: -100px;margin-bottom: 120px;}
    section.cta {margin-top: 0;}
    .cta.text {padding: 50px 0 60px 20px;}
    .absolute-center{top:53%;}
    .start-header{Padding: 6px 0;}
    .play-button{margin-top: 0;}
    .play-backdrop{height: 516px;}
    .play-perspective{height: 330px; width: 506px;}
    video {margin-top: 40px; width: 344px; margin-left: 96px; height: 240px;}
    .play-triangle{width: 455px;}
    .play-close { right: 18px; top: -32px; z-index:2;}
    .topformcontainer .topformswitch{top: -42px;}
    .play-perspective{left: -214px;}
    video {margin-left: 108px;}
    .play-triangle{height: 254px;}
    .play-perspective{height: 254px; top: -83px;}
    .play-backdrop{height: 469px;}
    a.affiliate-btn {padding: 10px 10px !important;margin-bottom: 10px;}
    .play-button {  margin-top: -19px; width: 152px; height: 94px;}
    .absolute-center { top: 48%;}
    .play-circles{width: 70%;}
    .play-video{top: -35px;}
    video { margin-left: 66px;}
    .play-triangle { width: 407px;}
.topformcontainer .topformswitch{top: -60px;}
.topformcontainer { width: 344px;}
.topformcontainer .topformswitch h4{margin-top: -45px;}
.topformcontainer .topformswitch .switchicon{margin-top: 20px;}
.play-perspective{width: 474px;}
.topformcontainer .topformwrap.active{top: -54px;}
.play-circles {width: 52%;}
.form-cta-content h4 {font-size: 24px;}
}
/* ipad only */
@media screen and (min-width: 768px) and ( max-width: 1023px) {
.absolute-center{top: 106%;}
.topformcontainer .topformswitch{ left: -94px; top: 2px;}
.topformcontainer .topformwrap.active{left: -95px; top: 6px;}
.topformcontainer .topformwrap{left: -95px; top: 6px;}
.new-img { margin-top: 37%;}
.play-button{margin: 0;}
video { margin-top: 76px; margin-left: 38%;}
/*.play-close{right:-133px; top:59px;}*/
.play-triangle{background-color: #0e0d0e;}
section.core.affilliate-core {  margin-top: 300px;}.app-img img{width: 40%;}
/*.topformcontainer .topformwrap{ left: -95px; top: 6px;}*/
.app-img img {width: 50% !important;margin-bottom: 244px;}
.play-close{z-index: 1; right: -40%; top: 30%;}
.topformcontainer {margin-left: -60px;}
a.affiliate-btn { padding: 10px 16px !important;}
}
/*Ipad pro*/
@media screen and (min-width: 1024px) and ( max-width: 1365px) {
    iframe#videopause {
        margin-left: 40%;
    }
    .play-button{top: 6px;}
    .absolute-center{top:62%;}
    .play-close { right: 12%;}
    .topformcontainer .topformswitch{top: -22px;}
    h2.trailer-content{margin-top: 36px;}
    .play-triangle{height: 330px;width:454px;}
    .play-triangle{margin-left: 95px;}
    video{width: 450px;}
    .play-backdrop{height: 646px;}
    .topformcontainer{margin-top: -20px;}
    .topformcontainer .topformwrap .formheading{padding:34px 20px 14px;}
    .topformcontainer .topformswitch h4{padding: 36px 0px 10px;}
}
/* laptop */
@media screen and (min-width: 1366px) and ( max-width: 1800px) {

iframe#videopause {
    margin-left: 40%;
}
.play-close { right: -3%;}
}
