* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.logo:after {
	/* height: 125%; */
}
.logo img {
    padding: 70px 20px 0;
}
.newClass .logo:after {
	/* height: 150%; */
}
.newClass .logo img {
	/* padding: 60px 20px 0; */
}
.co_header , .co_header.newClass{
    background: #025c81;
}
.menu a.active, .menu a:hover {
    color: #f3ad4c;
}
.menu a:after {
	height: 2px;
	background: #ed8a0b;
}
.k-footer:before {
	bottom: 35px;
}
.k-footer:after {
	bottom: 40px;
	right: 50px;
}
.f-logo {
    width: 60%;
}
.menu-upper {
	border-bottom: 1px solid #fff;
}
.menu-upper li {
	padding: 20px 0;
}
.menu-upper a {
	font-weight: 900;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
}
.mobile-menu , .toggle-bar {
	display: none;
}
.menu li:hover .drop-menu {
    top: 55px;
    padding: 0 20px !important;
}
.drop-menu>li>a {
	font-size: 18px;
	font-weight: 600;
}
.kids-photo-section {
	background-image: url(../image/bg-1.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 100px 0;
	position: relative;
}
.film-title h2 {
    color: #733089;
}
.film-title h2::before {
    border: 2px solid #56a333;
}
.film-title h2::after {
	border: 2px solid #56a333;
}
.form-title {
    border-bottom: 5px solid #198754;
}
.photo-form-title h1{
	color: #36b44c;
	text-shadow: 0px 4px #12265A;
	font-weight: 800;
}
.photo-sun-bg {
    position: absolute;
    top: 50px;
    left: 20px;
    height: 150px;
    width: 150px;
    animation: animation-bob 1s infinite alternate;
}
.star-bg{
	position: absolute;
	height: 100px;
	width: 100px;
	right: 2%;
	top: 50%;
	animation: animName 10s linear infinite;
}
.sp-bg {
	position: absolute;
	top: -50px;
	right: 20px;
}

/*international page section*/
.paper-plane {
	position: absolute;
	top: 10%;
	right: 5%;
	width: 15%;
	animation: movingX 8s linear infinite;
}

.left-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8%;
}
.butterfly-bg {
	position: absolute;
	left: 5%;
	width: 5%;
	animation: moving-butterfly 5s infinite alternate;
}

@keyframes moving-butterfly {
	0% {
		transform: translateY(-10px) scale(1.0);
	}
	25% {
		transform: translateY(10px) scale(1.1);
	}
	50% {
		transform: translateY(-10px) scale(1.2);
	}
	75% {
		transform: translateY(10px) scale(1.3);
	}
	100% {
		transform: translateY(-10px) scale(1.0);
	}
}

/*National page section*/
.car-bg {
	right: 0;
	top: 20%;
	bottom: unset;
	animation: movingX 3s linear infinite;
}

.arrow-bg {
	position: absolute;
	left: 10px;
	bottom: 60px;
	width: 15%;
	opacity: 0.3;
}
.national-teddy2-bg {
	position: absolute;
	left: 2%;
	top: 0;
	width: 10%;
	animation: bg-shift 5s ease-in-out infinite alternate-reverse, swing 5s ease-in-out infinite;
}

/*made by kids section*/
.right-teddy {
	position: absolute;
	right: 50px;
	top: -5px;
	width: 10%;
	animation: rotate-bg 1s infinite alternate;
}
@keyframes rotate-bg {
	from {
		transform: rotate(10deg) translateX(-30px) translateY(10px) scale(1.0);
	}
	to {
		transform: rotate(-10deg) translateX(30px) scale(1.1);
	}
}

.kids-teddy-bg , .left-teddy-bg{
	position: absolute;
	width: 8%;
	left: 5%;
	top: 5%;
	opacity: 0.5;
}
.left-teddy-bg {
	top: 50%;
	opacity: 1;
	animation: move-img 1s infinite alternate;
}
.bottom-butterfly-bg {
	position: absolute;
	right: 5%;
	top: 60%;
	width: 8%;
	opacity: 0.5;
}

/*Event section*/
.event-bg-teddy {
	position: absolute;
	right: 20px;
	top: 20px;
	width:7%;
	animation: move-img 1s infinite alternate;
}

/*Visitiors section*/
.parking-details h3 {
    color: #733089;
}
.parking-bg {
	position: absolute;
	bottom: 30%;
	right: 5%;
}

/*Help section*/
.left-teddy-help {
	position: absolute;
	right: 20px;
	top: 50px;
	width: 5%;
	opacity: 0.5;
}

/*Photographer , register , login kids phots section*/

.kids-photo-title h1 , .login-title legend{
	color:#198754;
	font-weight: 800;
	/*border-bottom: 2px solid #00155f;*/
}
.kids-photo-title h1 {
	display: inline-block;
	border-bottom: 2px dashed #00155f;
}
.teddy-left-bg {
	position: absolute;
	left: 20px;
	top: 50%;
	width: 10%;
	opacity: 0.5;
	animation: move-img 1s infinite alternate;
}
.login-title {
	position: relative;
}
.login-title legend {
	border-bottom: none;
}
.login-title::before {
	content: "";
	position: absolute;
	height: 5px;
    left: 130px;
    top: 40px;
    border-left: 80px solid #804091;
	display: inline-block;
}
.login-title::after {
	content: "";
	position: absolute;
	height: 5px;
	right: 130px;
	top: 40px;
	border-right: 80px solid #804091;
}
.photographer-section , .register-kidsphotos-section , .login-kidsphotos-section{
	padding: 100px 0;
	position: relative;
}

.photographer-section .star-bg {
	opacity: 0.5;
	width: 5%;
	position: absolute;
	top: 40%;
	animation: animName 10s linear infinite;
}
.arrow-plane-bg {
	position: absolute;
	bottom: 60px;
    right: 50px;
    opacity: 0.5;
    width: 15%;
}
.sun-bg {
	position: absolute;
    right: 50px;
    top: 50px;
    width: 7%;
}
.photo-pen-bg {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 3%;
	animation: zoom-img 1s infinite;
}
/*Register kids photo section*/
.register-teddy2-bg {
	animation: right-move 1s infinite alternate;
}
.register-teddy2-bg , .right-teddy-bg {
	position: absolute;
	bottom: 10%;
	right: 5%;
	width: 10%;
}
.left-teddy-bg {
	position: absolute;
	opacity: 0.5;
}
.top-teddy-bg {
	position: absolute;
	top: 0;
	left: 5%;
	width: 10%;
}
.right-teddy-bg {
	top: -5px;
	opacity: 0.5;
}

/*Contact us section*/
.contact-kidsphoto-section , .media-kidsphoto-section{
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.contact-teddy-bg {
	position: absolute;
	bottom: 40%;
	right: 20px;
	width: 7%;
	opacity: 0.5;
	animation: move-up-zoom 1s infinite alternate;
}
.contact-star-bg {
	position: absolute;
	left: 20px;
	top: 60%;
	width: 5%;
}
.contact-bg-2 {
	position: absolute;
	right: 20px;
	top: 20px;
}
.contact-teddy3-bg {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 10%;
	animation: rotate-teddy-bg 1s infinite alternate;
}
@keyframes rotate-teddy-bg {
	0% {
		transform: rotate(10deg);
	}
	100% {
		transform: rotate(-10deg);
	}
}

/*Mediapass register section*/
.media-teddy-bg {
	position: absolute;
	top: 50px;
	right: 30px;
	transform: rotateY(180deg);
	width: 14%;
}
.media-teddy2-bg {
	position: absolute;
	top: 50px;
	left: 30px;
	transform: rotateY(180deg);
	width: 10%;
}
.media-bg-2 {
	position: absolute;
	top:50%;
	right: 30px;
	width: 10%;
	animation: move-img 1s infinite alternate;
}
.media-teddy3-bg {
	position: absolute;
	top: 35%;
	left: 20px;
	transform: rotateY(180deg);
}
.media-teddy4-bg {
	position: absolute;
	bottom: 65%;
	right: -50px;
	width: 10%;
	animation: rotate-media-teddy 5s infinite;
}
.media-teddy4-bg img {
	transform: rotateY(180deg);
}
.media-teddy5-bg {
	position: absolute;
	right: 10%;
	width: 10%;
	opacity: 0.5;
	z-index: 22;
	animation: move-up-teddy 15s infinite alternate-reverse;
}
.media-teddy6-bg {
	position: absolute;
	left: 50px;
	bottom: 20%;
	animation: right-move 1s infinite alternate;
}
.media-teddy7-bg {
	position: absolute;
	bottom: 0;
	right: 30px;
}
@keyframes move-up-teddy {
	0% {
		top: 0;
	}
	100% {
		top: 100%;
	}
}
@keyframes rotate-media-teddy {
	0% {
		transform: translateX(80px);
	}
	100% {
		transform:translateX(-80px);
	}
}

.media-kidsphoto-section .login-title::after {
	right: 30%;
}
.media-kidsphoto-section .login-title::before {
	left: 30%;
}

/*photo list section*/
.photo-list-section , .photo-details-section , .photographer-list-section{
	padding: 100px 0;
	position: relative;
}
.list-title {
	text-align: center;
}
.list-title h1 , .detail-title h1 {
	color: #5eb237;
	font-weight: 800;
	position: relative;
	display: inline-block;
}
.list-title h1::after , .detail-title h1::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -60px;
	width: 50px;
	border: 2px solid #6f2f89;
}
.list-title h1::before , .detail-title h1::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -60px;
	width: 50px;
	border: 2px solid #6f2f89;
}
.photo-details {
	height: 250px;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

.photo-details img {
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}
.photo-content {
	position: absolute;
	bottom: 0;
	color: #ffff;
	padding: 5px;
	background-color: #141414cc;
	z-index: 1;
	transition: all 1s;
}
.photo-details:hover .photo-content {
	bottom: 20px;
}
.photo-details:hover img {
	transform: scale(1.2);
	filter: grayscale(100%);
}

.photo-details a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background-color: #103eb5;
	opacity: 0.5;
	transform: scale(0);
	border-radius: 10px;
	transition: all 0.5s;
}
.photo-details:hover a::after {
	height: 100%;
	transform: scale(1.0);
}
.photo-desc-section {
	margin: 50px auto;
	background-color: #ffff;
	border-radius: 20px;
	/*box-shadow: 1px 1px 20px lightgray;*/
	padding: 20px;
	position: relative;
}
/*.photo-desc-section .row {
	align-items: center;
}*/
.photo-detail-img {
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
}
.photo-detail-img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	transition: all 2s;
}
.photo-detail-img:hover img {
	transform: scale(1.2);
}
.photo-desc {
	position: relative;
	margin-top: 50px;
}
.photo-desc-title {
	position: relative;
	border-radius:20px;
	margin-bottom: 20px;
	background-color: #e3e3e3;
	box-shadow: 1px 3px 5px lightgray;
	display: inline-block;
	text-align: center;
	padding: 5px 15px;
}
.photo-desc-title h6 {
	margin-bottom: 0;
	color: #12265A;
	font-weight: 700;
}
.title-dot {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translate(-50%,-50%);
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: #fe4b7b;
}
.photo-desc h3{
	color: #be4292;
	font-weight: 800;
}
.photo-teddy1 {
	position: absolute;
	right: -5%;
	bottom: 35%;
	width: 12%;
}
.photo-arrow-bg {
    position: absolute;
    bottom: 5px;
    right: 5px;
    opacity: 0.6;
    width: 10%;
}
.photo-teddy-bg {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 12%;
	animation: right-move 1.5s infinite alternate;
}
.photo-cloud-bg {
	position: absolute;
	top: 5px;
	right: 10px;
	animation: move-img 2s infinite alternate;
}
.photo-plane-bg {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 10%;
	animation: right-move 1s infinite alternate-reverse;
}
.photo-teddy2-bg {
	position: absolute;
	bottom: 55px;
	right: 2%;
	transform: rotateY(180deg);
	width: 10%;
}
.toran-bg {
	position: absolute;
	top: 20px;
	left: 0;
}
.photo-hand-bg {
	position: absolute;
	left: 0;
	top: 45%;
	width: 8%;
	transform: rotateY(180deg);
}
.ballon-bg {
	position: absolute;
	top: 10%;
	right: 5%;
	width: 10%;
	animation: zoom-img 3s infinite alternate-reverse;
}
.photo-teddy3-bg {
	position: absolute;
	right: 10px;
	bottom: 10%;
	width: 8%;
	animation:rotate-teddy 1s infinite alternate-reverse ;
}
@keyframes rotate-teddy{
	0% {
		transform: rotate(15deg);
	}
	100% {
		transform: rotate(-15deg);
	}
}

.photo-desc>p {
	line-height: 32px;
	margin-bottom: 5px !important;
}
.photo-information {
	position: relative;
	margin-top: 50px;
	background-color: #F5F5F5;
	border-radius: 10px;
	padding: 20px;
}
.photo-information>h4 {
	margin: 10px auto;
	text-align: center;
	color: #9e1bc9;
	font-weight: 600;
	border-bottom: 2px dashed #284c99;
    padding: 5px 0;
}
.photo-info {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 15px auto;
	border-bottom: 1px dotted #9ebdc9;
	padding: 10px 0;
}
.click-by {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #ffff;
	color: #66b435;
    font-size: 20px;
}
.photo-info a {
    font-weight: 600;
}

/*photographer list section*/
.photographer-list-section {
	background-color: #f5f3f3;
	overflow: hidden;
}
.photographer-profile {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 450px;
	margin-bottom: 30px;
}
.photographer-profile img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
.photographer-profile a::after {
	content: "";
	position: absolute;
	top: 0;
	background-color: black;
	opacity: 0.5;
	height: 0%;
	width: 100%;
	border-radius: 10px;
	transition: all 0.5s;
}
.photographer-profile a:hover::after {
	height: 100%;
}
.photographer-info {
	color: white;
	position: absolute;
	bottom: -10px;
	right: 50%;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	transform: translate(50%,50%) scale(0);
	transition: all 0.5s;
}
.photographer-profile:hover .photographer-info {
	transform: translate(50%,50%) scale(1.0);
	background-color: #12265acc;
	bottom: 10%;
}
.horse-bg {
	position: absolute;
	top: 5%;
	left: 2%;
	width: 8%;
}
.horse2-bg {
	position: absolute;
	right: 1%;
	bottom: 0;
	width: 8%;
	transform: rotateY(180deg);
	animation: horse-bg 2s infinite alternate;
}
.girl-paint-bg {
	position: absolute;
	top: 5%;
	right: 2%;
	width: 10%;
}
.bike-bg {
	position: absolute;
	left: 2%;
	bottom: 10%;
	width: 10%;
	transform: rotateY(180deg);
}
.teddy29-bg {
    position: absolute;
    top: 40%;
    width: 10%;
    left: 2%;
    transform: rotateY(180deg);
}
.photographer-teddy-bg {
	position: absolute;
	right: 2%;
	width: 10%;
	top: 50%;
}

@keyframes horse-bg {
	from {
		bottom: -10%;
	}
	to {
		bottom: 5%;
	}
}

/*photographer details section*/
.photographer-details-section {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	background-color: #fbfbfb;
}
.photographers-desc {
	position: relative;
	background-color: #ffff;
    box-shadow: 0px 4px 10px lightgray;
    border-radius: 10px;
}
.photographer-deatils {
	padding: 20px 10px;
}
.photographer-img {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.photographer-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.photographer-img:hover img {
	filter: grayscale(80%);
}

.photographer-img::before {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0);
	z-index: 1;
	transition: all 1s;
}
.photographer-img:hover::before{
	transform: scale(1.0);
}
.photographer-img::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 100%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: scale(0);
	z-index: 1;
	transition: all 1s;
}
.photographer-img:hover::after{
	transform: scale(1.0);
}
.photographer-deatils h3 {
	color: #be4292;
    font-weight: 600;
    line-height: 2;
}
.photographer-social-links {
	margin-top: 20px;
}
.photographer-social-links a {
	position: relative;
	display: inline-block;
	padding: 10px;
	color: #fe4b7b;
	background-color: #142f75;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	margin-right: 8px;
}
.photographer-social-links i {
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.photographer-social-links a:hover {
	border-radius: 10px;
	background-color: #fe4b7b;
}
.photographer-works {
	margin: 80px auto;
}
.work-title {
	margin: 20px auto;
}
.work-title h2 {
	display: inline-block;
	border-bottom: 2px dashed #56c4f1;
	color: #65398d;
    font-weight: 700;
}

.works-imgs {
	width: 300px;
	height: 250px;
	margin-bottom: 30px;
}
.works-imgs img {
	width: 100%;
	height: 100%;
}
.works-imgs:hover img{
	animation: flip-img 1s;
}
.desc-arrow-bg {
	position: absolute;
	top: 1%;
	right: 0;
	opacity: 0.8;
	width: 10%;
}
.desc-teddy29 {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.8;
	width: 6%;
}
.details-teddy-bg {
	position: absolute;
	top: 5%;
	left: 2%;
	width: 8%;
	animation: rotate-bg 1s infinite alternate;
}
.details-teddy2-bg {
	position: absolute;
	right: 2%;
	top: 10%;
	width: 10%;
	animation: right-move 1s infinite alternate;
}
.detail-teddy3 {
	position: absolute;
	left: 1%;
	top: 50%;
	width: 13%;
}
.detail-teddy4 {
	position: absolute;
	bottom: 10%;
	right: 1%;
	opacity: 0.6;
}
.detail-teddy5 {
	position: absolute;
	right: 1%;
	top: 40%;
	width: 10%;
	animation: zoom-img 1s infinite;
}
.detail-teddy6 {
	position: absolute;
	top: 1%;
	left: 50%;
}
@keyframes flip-img {
	from {
		transform: rotateY(180deg);
	}
	to {
		transform: rotateY(360deg);
	}
}

.search-btn .btn {
    margin-top: 20px;
    background-color: #0dcaf0 !important;
}

.mobile-teddy {
	display: none;
}

/*Responsive*/
/*Upper menu responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {

	.logo {
		left: 70px;
	}
	.header-social {
	    font-size: 18px;
	}
	.menu-upper a {
		font-size: 20px !important;
	}
	.menu a {
	    font-size: 16px;
	}
	.header-right:hover .sub-menu {
	    left: -66px;
	    width: 170px;
	    box-shadow: 0px 1px 5px #c5c5c5;
	}
	.header-right:hover .sub-menu1 {
	    width: 135px;
	}

	.kids-photo-section .sp-bg {
	    top: -30px;
	    right: 3px;
	    width: 15%;
	}
	.photo-form-details {
		width: 80%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.te-0, .te-1 {
		z-index: 1;
	}
	.logo {
	    left: 55px;
	}
	.menu-upper a {
		font-size: 19px;
	}
	.k-footer:before {
	    height: 100%;
	    width: 335px;
	}
	.header-social {
	    font-size: 18px;
	}
	.header-right:hover .sub-menu {
	    left: -66px;
	    width: 170px;
	    box-shadow: 0px 1px 5px #c5c5c5;
	}
	.header-right:hover .sub-menu1 {
	    width: 135px;
	}
	.sp-bg {
	    top: -24px;
	    right: 30px;
	    width: 13%;
	}
	.star-bg {
	    width: 60px;
	    right: 3%;
	    top: 75%;
	}
	.photo-form-details {
		width: 80%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.te-0, .te-1 {
	    width: 4%;
	    z-index: 1;
	}
	.te-0 {
		right: 5px;
	}
	.te-1 {
	    left: 5px;
	}
	.header-cart {
		justify-content: flex-start;
	}
	.logo img {
	    padding: 70px 20px 0;
	}
	.logo {
		width: 210px;
	}
	.menu-upper a {
	    font-size: 15px;
	}
	.menu a {
	    margin-right: 12px;
	}
	
	.k-footer:before {
	    width: 270px;
	    height: 400px;
	    left: -47px;
	}
	.k-footer:after {
	    width: 200px;
	}
	.footer {
		margin-left: 50px;
	}
	.sp-bg {
	    top: -31px;
	    width: 18%;
	}
	.star-bg {
	    height: 70px;
	    width: 70px;
	    top: 74%;
	}
	.photo-form-details {
		width: 80%;
		margin: 0 auto;
	}
	.car-bg {
	    top: 15%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {


	.te-0, .te-1 {
	    width: 5%;
	}
	.te-0 {
		right: 5px;
	}
	.te-1 {
	    left: 5px;
	    z-index: 1;
	}
	.te-2 {
	    left: 40%!important;
	}
	.header-cart {
		margin-right: 20px;
	}
	.logo {
		width: 190px;
	}
	.logo:after {
		height: 92%;
	}
	.logo img {
	    padding: 60px 25px 0;
	}
	.newClass .logo:after {
	    height: 94%;
	}
	.newClass .logo img {
	    padding: 45px 25px 0;
	}
	.co_header {
	    padding: 5px 0;
	}
	.header-right:hover .sub-menu {
	    left: -66px;
	    width: 170px;
	    box-shadow: 0px 1px 5px #c5c5c5;
	}
	.header-right:hover .sub-menu1 {
	    width: 135px;
	}
	.inner-header .menu {
        display: none !important;
    }
	.toggle-bar {
        display: inline-block !important;
        float: right;
        color: white;
        font-size: 35px;
    }
	.mobile-menu {
        background-color: #025c81 !important;
        color: white;
        height: auto;
        width: 100%;
        z-index: 99;
    }
    .mobile-menu .menu {
        display: block !important;
        text-align: left;
        /*padding: 0 20px !important;*/
    }
    .mobile-menu .menu a {
    	padding-left: 25px;
    }
    .mobile-menu .menu > li {
        border-bottom: 1px solid #f3f3f31a;
    }
    .mobile-menu .menu li:last-child {
        border-bottom: 1px dotted transparent;
    }
    .mobile-menu .btn-close {
        color: #ffff !important;
	    background: none;
	    opacity: 1;
	    width: 40px;
	    height: 40px;
	    text-align: center;
	    line-height: 40px;
	    margin-left: auto;
    }
    .mobile-menu .btn-close i {
        font-size: 25px;
        padding: 10px;
    }
    .menu-upper {
    	border-bottom: 1px solid #f3f3f31a;
    }
    .sub-menu2 a {
        display: flex;
        justify-content: space-between;
    }
    .mobile-drop-menu {
        background-color: #0d7aa7d9;
        margin-top: 20px;
    }
    .mobile-drop-menu a {
    	font-weight: 400;
    	padding-left: 25px;
    	color: white !important;
    	font-size: 18px;
    }
    .mobile-drop-menu>li {
        border-bottom: 1px solid transparent !important;
        padding: 15px;
    }
    .mobile-drop-menu li:last-child {
        border-bottom: 1px solid transparent !important;
    }
    .menu a:after {
    	display: none;
    }
    .k-footer:before {
	    height: 50%;
	    width: 194px;
	    bottom: unset;
	    left: -44px;
	    top: 0%;
	}
	.k-footer:after {
	    width: 180px;
	    right: 5px;
	}
	/*INDIGENOUS page*/
    .photo-sun-bg {
	    height: 100px;
	    width: 100px;
	}
    .sp-bg {
	    top: 13px;
	    width: 18%;
	}
	.star-bg {
	    height: 50px;
	    width: 50px;
	    right: 5%;
	    top: 80%;
	}

	/*international page */

	.butterfly-bg {
		width: 12%;
	}

	/*national page*/
	.car-bg {
	    top: 17%;
	}
	.national-teddy2-bg {
		width: 15%;
	}
	.arrow-bg {
	    left: unset;
	    right: 10px;
	}

	/*made by kids page*/
	.left-teddy-bg {
	    top: 25%;
	    left: 22%;
	}
	.bottom-butterfly-bg {
	    right: 2%;
	    top: 75%;
	}

}

@media only screen and (max-width: 767px) {

	.te-0, .te-1 {
	    width: 5%;
	    display: none;
	}
	.te-0 {
		right: 5px;
	}
	.te-1 {
	    left: 5px;
	    z-index: 1;
	}
	.header-social {
		/* display: none; */
	}
	.header-cart {  
        z-index: 999;
        justify-content: center;
    }
    .header-right:hover .sub-menu {
        left: -60px;
        width: 155px;
        z-index: 999;
        box-shadow: 0px 1px 5px #c5c5c5;
    }
    .header-right:hover .sub-menu1 {
        width: 110px !important;
        z-index: 999;
    }
	.co_header {
	    padding: 8px 0;
	}
	.logo {
	    /* width: 210px; */
	}
	.logo img {
	    /* padding: 60px 25px 0; */
	}
	.logo:after {
	    /* height: 95%; */
	}
	.newClass .logo:after {
	    /* height: 100%; */
	}
	.newClass .logo img {
	    /* padding: 44px 20px 0; */
	}
	.te-2 {
	    left: 60% !important;
	}
	.inner-header .menu {
        display: none !important;
    }
	.toggle-bar {
        display: inline-block !important;
        float: right;
        color: white;
        font-size: 35px;
    }
	.mobile-menu {
        background-color: #025c81 !important;
        color: white;
        height: auto;
        width: 100%;
        z-index: 99;
    }
    .mobile-menu .menu {
        display: block !important;
        text-align: left;
        /*padding: 0 20px !important;*/
    }
    .mobile-menu .menu a {
    	padding-left: 25px;
    }
    .mobile-menu .menu > li {
        border-bottom: 1px solid #f3f3f31a;
    }
    .mobile-menu .menu li:last-child {
        border-bottom: 1px dotted transparent;
    }
    .mobile-menu .btn-close {
        color: #ffff !important;
	    background: none;
	    opacity: 1;
	    width: 40px;
	    height: 40px;
	    text-align: center;
	    line-height: 40px;
	    margin-left: auto;
    }
    .mobile-menu .btn-close i {
        font-size: 25px;
        padding: 10px;
    }
    .menu-upper {
    	border-bottom: 1px solid #f3f3f31a;
    }
    .sub-menu2 a {
        display: flex;
        justify-content: space-between;
    }
    .mobile-drop-menu {
        background-color: #0d7aa7d9;
        margin-top: 20px;
    }
    .mobile-drop-menu a {
    	font-weight: 400;
    	padding-left: 25px;
    	color: white !important;
    	font-size: 18px;
    }
    .mobile-drop-menu>li {
        border-bottom: 1px solid transparent !important;
        padding: 15px;
    }
    
    .mobile-drop-menu li:last-child {
        border-bottom: 1px solid transparent !important;
    }
    .menu a:after {
    	display: none;
    }
    .f-logo {
	    z-index: 99;
	    position: relative;
	}
	.k-footer:before {
	    height: 39%;
	    width: 220px;
	    bottom: 70%;
	    left: -36px;
	}
	.k-footer:after {
	    width: 200px;
	    right: 0;
	}
	.footer h5 {
		margin-top: 24px;
	}
    .photo-form-title h1 {
	    text-shadow: 0px 3px #12265A;
	}
    .sp-bg {
	    top: -16px;
	    width: 18%;
	}
	.photo-sun-bg {
	    height: auto;
	    width: 20%;
	}
	.star-bg {
	    height: 50px;
	    width: 50px;
	    top: 79%;
	    right: 5%;
	}
	.butterfly-bg {
	    width: 9%;
	}
	.national-teddy2-bg {
		width: 20%;
	}
	.car-bg {
	    top: 23%;
	    width: 22%;
	}
	.left-bg {
	    width: 15%;
	}
	.kids-teddy-bg {
		width: 15%;
	}
	.bottom-butterfly-bg {
		width: 10%;
	}
	.right-teddy {
		top: -3px;
	}
}
@media only screen and (max-width: 320px) {

	.logo {
	    width: 140px;
	}
	.logo img {
	    padding: 68px 12px 0;
	}
	.logo:after {
	    /* height: 88%; */
	}
	.co_header {
	    padding: 5px 0;
	}
	.toggle-bar {
		font-size: 31px;
	}
	.sp-bg {
	    top: -10px;
	    width: 25%;
	}
	.newClass .logo img {
	    padding: 50px 5px 0;
	}
	.newClass .logo:after {
	    height: 89%;
	}
	.header-cart {
	    z-index: 9;
	}
	.kids-photo-section {
		padding: 50px 0;
	}
	.k-footer:before {
	    height: 25%;
	    width: 150px;
	    bottom: 81%;
	    left: -27px;
	}
	.k-footer:after {
	    width: 140px;
	}
	.footer p {
	    margin: 20px 0px 14px;
	}
	.kids-photo-section .search-btn .btn {
		width: 100% !important;
	}
	.kids-photo-section .star-bg {
	    top: 25%;
	}
	.kids-photo-section .butterfly-bg {
	    width: 15%;
	}
	.kids-photo-section .paper-plane {
	    top: 5%;
	    width: 30%;
	}
	.kids-photo-section .left-bg {
	    width: 10%;
	}
	.kids-photo-section .right-teddy {
	    width: 20%;
	}
}


/*Event page Responsive*/
@media only screen and (min-width:1366px) and (max-width:1400px) {

	.events-data>.row>.col-lg-4 , .events-data>.row>.col-md-6{
        display: inline-block !important;
    }

    .bg-events .teddy-21 , .bg-events .event-bg{
	    z-index: 1;
	}
	.bg-events .teddy-21 {
	 	left: 4%;
   		top: 1%;
	}
	#ev-bg {
	    width: 17%;
	}
	.events-info li h5 {
	    font-size: 18px;
    	width: 35%;
	}
	.upcoming-events-section .events-info .event-blog {
		width: 480px;
	}
	.upcoming-events-section .event-blog .img_1 img {
		width: 100%;
	}
	.events .teddy-21 {
	    top: 5%;
	    left: 3%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.events-data>.row>.col-lg-4 , .events-data>.row>.col-md-6{
        display: inline-block !important;
    }
    .events-info li h5 {
	    font-size: 18px;
   		width: 35%;
	}
    .bg-events .teddy-21{
	    z-index: 1;
	    top: 1%;
	}
	.bg-events .event-bg {
		width: 8%;
	}
	#ev-bg {
	    width: 17%;
	}
	.events .teddy-21 {
		top: 3px;
    	width: 6%;
	}
	.upcoming-events-section .events-info .event-blog {
		width: 480px;
	}
	.upcoming-events-section .event-blog .img_1 img {
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.events-data>.row>.col-lg-4 , .events-data>.row>.col-md-6{
        display: inline-block !important;
    }
    #ev-bg {
	    width: 20%;
	}
	.events .teddy-21 {
	   top: 5px;
   	   width: 7%;
	}
	.event-detail {
	    padding: 5px 20px;
	}
	.bg-events .teddy-21 {
	    top: 1%;
	}
	.events-info {
	    padding: 25px 15px;
	}
	.events-info h4 {
		font-size: 22px;
	}
	.events-info li h5 {
	    font-size: 15px;
	    width: 30%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	.k-bar {
        height: 65px;
    }
	.events-data>.row>.col-lg-4 , .events-data>.row>.col-md-6{
        display: inline-block !important;
    }
	.events .img_1  {
	    height: 250px;
	}
	.events .img_1 img {
		width: 100%;
	}
	.events .event-detail {
	    padding: 10px 20px;
	}
	.bg-events .teddy-21 {
	    top: 0%;
	    width: 9%;
	}
	.bg-events .img_1 img {
	    width: 100%;
	}
	.bg-events .img_1 img {
	    height: 200px;
	}
	#ev-bg {
	    width: 30%;
	    height: 8%;
	    background-size: 48% 53%;
	    bottom: unset;
	    top: 94%;
	    right: 1%;
	}
	.events .teddy-21 {
	    top: 1%;
	    left: 8%;
	    width: 8%;
	}
	.upcoming-events-section .img_1 {
	    width: 450px;
	}
	.upcoming-events-section .img_1 img {
	    width: 100%;
	}
	.events-info {
	    padding: 25px 30px;
	}
}

@media only screen and (max-width: 767px) {

	.k-bar {
	    height: 65px;
	}
	.events-data>.row>.col-lg-4 , .events-data>.row>.col-md-6{
       justify-content: center;
    }
    .events .event-bg {
        width: 15%;
        right: 30px;
    }
    .events .teddy-21 {
        left: 8%;
	    width: 15%;
	    top: 5px;
    }
    .events #ev-bg {
        top: 97%;
        right: 0%;
        width: 20%;
        height: 19%;
        background-size: 80% 20%;
    }
    .events .event-blog {
        width: 330px;
    }
    .events .img_1 img {
       width: 100%;
    }
    .event-bg-teddy {
	    top: 1%;
	    width: 15%;
	    z-index: 9;
	}
    .bg-events .event-type ul {
        display: block;
    }
    .bg-events .event-type ul>li {
        margin: 10px 0;
    }
    .bg-events .event-bg {

	    width: 16%;
	}
	.bg-events .teddy-21 {
	    top: 1%;
	    left: 9%;
	    width: 12%;
	}
	.events-info li h5 {
	    font-size: 18px;
	    width: 35%;
	}
    .upcoming-events-section .img_1 {
	    width: 300px;
	}
    .ticket-btn button {
	    width: 100%;
	}
	.ticket-btn {
	    text-align: start;
	}

}

@media only screen and (max-width: 320px) {

	.upcoming-events-section .img_1 {
	    width: 250px;
	}
	.events .event-detail {
	    padding: 5px 20px;
	}
	#ev-bg {
	   display: none;
	}
	.events .teddy-21 {
	    top: 1%;
	    left: 15%;
	    width: 16%;
	}
	.events .img_1 {
	    width: 265px;
	}
	.events-data .img_1 img {
	    height: 200px;
	    width: 100%;
	    margin: 0 auto;
	}
	.events-data .event-detail h3 a {
	    font-size: 16px;
	}

	.events-data .event-detail {
	    padding: 5px 10px;
	}
	.event-detail h3 a {
	    font-size: 16px;
	}
	.events-info {
	    padding: 30px 20px;
	}
	.event-bg {
	    width: 20%;
	}
	.k-bar {
		height: 60px;
	}
	.announcement-bar:after {
        z-index: 8;
    }
    .breadscrumb-section .breadscrumb-contain nav {
        font-size: 15px;
    }
    .breadscrumb-section .breadscrumb-contain {
        z-index: 8;
    }
    .announcement-bar a {
        font-size: 14px;
    }
    .breadscrumb-contain h1 {
	    font-size: 23px;
	}
	.events-info li span {
	    font-size: 15px;
	}
}


/*Visitors page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {


    .direction .sun-bg2 {
        top: 10%;
    }
    .teddy2-bg {
        width: 12%;
    }
    .hotel .butterfly-bg {
        left: 5%;
    }
    .hotel .sun-bg {
        right: 1%;
    }
    .parking-bg {
	    bottom: 15%;
	    right: 2%;
	}
	.parking .butterfly-bg {
        left: 4%;
    }
    .parking .swing1:after {
        left: 49%;
    }
    .parking .sun-bg {
	    right: 40%;
	}

}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.hotel .butterfly-bg {
        top: 12%;
        left: 4%;
    }
    .hotel .sun-bg {
        top: 25%;
        right: 1%;
        width: 7%;
    }
    .direction .teddy2-bg {
        width: 12%;
    }
    .direction .sun-bg2 {
        top: 10%;
        left: 4%;
    }
    .parking .butterfly-bg {
        left: 2%;
    }
    .parking .sun-bg {
        width: 9%;
    }
	.parking .swing1:after {
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }
    .parking .swing1:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .parking-bg {
	    bottom: 20%;
	    right: 1%;
	    z-index: -1;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.film-title h2::before {
	    left: 53%;
	}
	.hotel .butterfly-bg {
        top: 4%;
    }
    .hotel .sun-bg {
        top: 7%;
    }
    .hotel-content {
        padding: 145px 25px 33px 25px;
    }
    .hotel-img img {
        height: 210px;
    }
    .direction-main .row {
    	align-items: center;
    }
	.direction .teddy2-bg {
        width: 13%;
    }
    .direction .sun-bg2 {
        top: 9%;
        left: 10%;
        width: 10%;
    }
    .direction .teddy-bg {
        left: 0%;
	    bottom: 3%;
	    width: 8%;
    }
    .parking .butterfly-bg {
        top: 10px;
    	width: 6%;
    }
    .parking .sun-bg {
        width: 13%;
	    bottom: unset;
	    right: 39%;
	    top: 20px;
    }
    .swing1 {
        width: 15%;
    }
    .parking .swing1:after {
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }
    .parking .swing1:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .parking-bg {
	    bottom: 10%;
	    right: 2%;
	    z-index: -1;
	}
  
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.film-title h2 {
		font-size: 45px;
	}
	.film-title h2::before {
	    left: 55%;
	}
	.hotel-img img {
	    height: 200px;
	}
	.hotel-details {
        margin-top: 30px;
    }
    .hotel .sun-bg {
        top: 51%;
        right: 3%;
    }
    .hotel .butterfly-bg {
        top: 4%;
        width: 10%;
        left: 9%;
    }
	.direction-image , .direction-details , .parking-img , .parking-details{
        width: 100%;
        margin: 0 auto;
    }
    .direction-image img {
        width: 100%;
    }
   
    .direction-details , .parking-details{
        margin-top: 50px;
        padding: 0 35px;
    }
    .direction .sun-bg2 {
        top: 6%;
        width: 10%;
    }
    .direction .teddy-bg {
        left: 2%;
    }
    .parking .sun-bg {
        bottom: 5%;
        right: 5%;
        width: 11%;
    }
    .parking .butterfly-bg {
        top: 4%;
        width: 7%;
    }
    .parking-img {
        margin-top: 30px;
    }
    .parking .swing1:after {
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }
    .parking .swing1:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .parking .sun-bg {
        width: 13%;
	    bottom: unset;
	    right: 39%;
	    top: 20px;
    }
   .parking-bg {
	    bottom: 20%;
	    right: 2%;
	    /* z-index: -1; */
	    width: 20%;
	}
}

@media only screen and (max-width: 767px) {

	.hotel , .direction , .parking {
		padding: 60px 0;
	}
	.film-title h2 {
		font-size: 35px;
	}
	.film-title h2::after {
	    left: 40%;
	}
	.hotel-details {
        margin-top: 30px;
    }
    .hotel .sun-bg {
        top: 51%;
        right: 3%;
        width: 15%;
    }
    .hotel .butterfly-bg {
        top: 4%;
	    width: 15%;
	    left: 13%;
    }
	.direction-image , .direction-details , .parking-img , .parking-details{
        width: 100%;
        margin: 0 auto;
    }
    .direction-image img {
        width: 100%;
    }

    .direction-details , .parking-details{
        margin-top: 50px;
        padding: 0 35px;
    }
    .direction .sun-bg2 {
        top: 6%;
        width: 10%;
        left: 4%;
    }
    .direction .teddy-bg {
        left: 4%;
        width: 10%;
    }
    .parking-img {
        margin-top: 30px;
    }
    .parking .sun-bg {
        bottom: unset;
	    right: 2%;
	    width: 11%;
	    top: 20%;
    }
    .parking .butterfly-bg {
        top: 4%;
        width: 7%;
    }
    .swing1 {
	    width: 16%;
	    right: 35px;
	}
    .parking .swing1:after {
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }
    .parking .swing1:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .parking-bg {
	    right: 3%;
	    width: 18%;
	}
	.parking .run-bg {
	    bottom: 10%;
	    width: 15%;
	}
    
}

@media only screen and (max-width: 320px) {

	.film-title h2 {
	    font-size: 25px;
	}
	.film-title h2::after {
	    left: 32%;
	}
	.hotel-content {
        border-radius: 20px;
        padding: 125px 25px 25px 25px;
    }
    .hotel-img {
        border-radius: 20px;
    }
    .hotel-img img {
        height: 200px;
    }
    .hotel .butterfly-bg {
        left: 13%;
    }
    .hotel .sun-bg {     
	    width: 20%;
	    top: 4%;
    }
    .hotel .run-bg {
	    bottom: 47%;
	    width: 30%;
	}
    .direction .sun-bg2 {
	    top: 4%;
	    width: 12%;
	}
	.parking {
        padding: 50px 0;
    }
    .parking .swing1:after {
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }
    .parking .swing1:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .parking-details h3 {
        font-size: 24px;
    }
    .parking-bg {
	    right: 2%;
	    width: 20%;
	    bottom: 43%;
	}
	.parking .run-bg {
	    bottom: 44%;
	    width: 22%;
	}
}

/*Help page responsive*/
@media only screen and (min-width:1366px) and (max-width:1400px) {
 
 	.train-faq .teddy-27 {
        right: 0;
        width: 6%;
        opacity: 0.6;
    }
}
@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.train-faq .teddy-27 {
        bottom: 6%;
        right: 0%;
        width: 5%;
        z-index: -1;
    }
    .train-faq .teddy-21 {
        top: 15%;
        left: 6%;
        width: 6%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.train-faq .teddy-27 {
        bottom: 1%;
        right: 1%;
        width: 6%;
    }
    .train-faq .teddy-21 {
        top: 15%;
        left: 4%;
        width: 6%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.train-faq .teddy-21 {
        top: 7%;
        width: 10%;
    }
    .train-faq .teddy-27 {
        bottom: 4%;
        right: 0%;
    }
}

@media only screen and (max-width: 767px) {
	.train-faq {
		padding: 60px 0;
	}
	.train-faq .teddy-21 {
        top: 4%;
	    width: 15%;
	    left: 10%;
    }
    .train-faq .teddy-27 {
        bottom: 4%;
        right: 0%;
        width: 10%;
    }
    .train-faq .left-teddy-help {
	    width: 10%;
	}
}

@media only screen and (max-width: 320px) {
	.train-faq {
		padding: 60px 0;
	}
	.train-faq .teddy-21 {
        top: 2%;
	    width: 20%;
	    left: 10%;
    }
    .train-faq .film-title h2::after {
	    left: 36%;
	}
	.train-faq .film-title h2::before {
	    left: 51%;
	    width: 35px;
	}
	.train-faq .film-title h2 {
	    line-height: 35px;
	}
	.train-faq .teddy-27 {
	    bottom: 2%;
	    opacity: 0.8;
	}
}

/*Photographer registration page Responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {
	
	.photo-pen-bg {
	    top: 6%;
	}
	.login-title::before {
	    left: 15%;
	}
	.login-title::after {
	    right: 15%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.photo-pen-bg {
	    top: 6%;
	}
	.login-title::before {
	    left: 15%;
	}
	.login-title::after {
	    right: 15%;
	}
	.teddy-left-bg {
	    top: 75%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.photo-pen-bg {
	    top: 6%;
	}
	.login-title::before {
	    left: 5%;
	}
	.login-title::after {
	    right: 5%;
	}
	.teddy-left-bg {
	    top: 80%;
	    width: 15%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.photo-pen-bg {
	    top: 2%;
    	width: 5%;
	}
	.login-title::before {
	    left: 0px;
	    border-left: 60px solid #fe4b7b;
	}
	.login-title::after {
	    right: 0px;
	    border-right: 60px solid #fe4b7b;
	}
	.teddy-left-bg {
	    top: 39%;
    	width: 15%;
	}
	.photographer-section .sun-bg {
	    width: 10%;
	}
	.photographer-section .row {
		align-items: center;
	}
	.photographer-section .star-bg {
	    width: 7%;
	    top: 36%;
	}
	.photographer-section .arrow-plane-bg {
	    bottom: 100px;
	    right: unset;
	    left: 2%;
	}
	.search-btn .btn {
		width: 50% !important;
	}
}

@media only screen and (max-width: 767px) {

	.photo-pen-bg {
	    top: 2%;
	    left: 10%;
	    width: 6%;
	}
	.photographer-section .sun-bg {
	    right: 20px;
	    width: 15%;
	}
	.photographer-section .teddy-left-bg {
	    top: 40%;
	    width: 20%;
	    opacity: 0.8;
	}
	.photographer-section .star-bg {
	    width: 10%;
	    right: 8%;
	}
	.photographer-bg {
		width: 60%;
		margin: 20px auto;
	}
	.photographer-bg img{
		width: 100%;
	}
	.login-title::before {
	    left: 30px;
	    top: 50px;
	}
	.login-title::after {
	    right: 30px;
	    top: 50px;
	}

	.search-btn .btn {
		width: 50% !important;
	}
	.announcement-bar:after {
        z-index: 8;
    }
    .breadscrumb-section .breadscrumb-contain nav {
        font-size: 15px;
    }
    .breadscrumb-section .breadscrumb-contain {
        z-index: 8;
        text-align: left;
    }
    .announcement-bar a {
        font-size: 16px;
    }
    .breadscrumb-contain h1 {
	    font-size: 21px;
	}

}

@media only screen and (max-width: 320px) {
		
	.photo-pen-bg {
	    top: 2%;
	    left: 8%;
	    width: 10%;
	}
	.kids-photo-title h1 {
		font-size: 23px;
	}
	.announcement-bar a {
	    font-size: 14px;
	}
	.breadscrumb-contain h1 {
	    font-size: 18px;
	}
	.photographer-section .teddy-left-bg {
	    top: 45%;
	    width: 24%;
	}
	.photographer-section .star-bg {
	    width: 13%;
	    right: 8%;
	    top: 44%;
	}
	.photographer-section .arrow-plane-bg {
	    bottom: 90px;
	    right: 30px;
	    width: 30%;
	}
}

/*Sponsors page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {

	.prev-arrow6{
		left:44%;
	}
	.next-arrow6{
		right:44%;
	}
	.sp-bg {
		top: -20px;
   		width: 16%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.prev-arrow6{
		left:44%;
	}
	.next-arrow6{
		right:44%;
	}
	.sp-bg {
		top: -20px;
   		width: 16%;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.prev-arrow6{
		left:44%;
	}
	.next-arrow6{
		right:44%;
	}
	.sp-bg {
		top: 0px;
		width:19%;
	}

}
@media only screen and (min-width:768px) and (max-width:1023px){
	.prev-arrow6{
		left:43%;
	}
	.next-arrow6{
		right:43%;
	}
	.sp-bg{
		top: 0px;
		width: 25%;
	}
}
@media only screen and (max-width: 767px){
	.prev-arrow6{
		left:38%;
	}
	.next-arrow6{
		right:38%;
	}
	.sp-bg{
		top: 0px;
		width:30%;
	}
	.film-title h2 {
		font-size: 40px;
	}
		
}
@media only screen and (max-width: 375px){
	.prev-arrow6{
		left:32%;
	}
	.next-arrow6{
		right:32%;
	}
}


/*Contact us page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {

	.contact-teddy3-bg {
	    top: 0px;
	    left: 8px;
	}

}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.contact-teddy3-bg {
	    top: 1px;
	    width: 8%;
	}
	.contact-teddy-bg {
	    bottom: 15%;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {
	.contact-teddy3-bg {
	    top: 8px;
	    left: 40%;
	    width: 10%;
	}
	.contact-teddy-bg {
	    bottom: 20%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.contact-teddy3-bg {
	    top: 8px;
	}
	.contact-star-bg {
	    left: 20px;
	    top: 87%;
	    width: 8%;
	}
	.contact-teddy-bg {
		bottom: 20%;
	}
}

@media only screen and (max-width: 767px) {

	.contactform-teddy-bg {
		width: 70%;
		margin: 20px auto;
	}
	.contact-teddy-bg {
	    bottom: 32%;
	    width: 15%;
	}
	.contact-star-bg {
	    top: 67%;
	    width: 10%;
	}
	.contact-bg-2 {
	    right: 5px;
	    top: 5px;
	    width: 30%;
	}
}

@media only screen and (max-width: 320px) {

	.contact-teddy3-bg {
	    top: 20px;
	    width: 15%;
	}
	.contact-star-bg {
	    top: 70%;
	    width: 15%;
	}
	.contact-teddy-bg {
	    bottom: 12%;
	    right: 10px;
	}
}

/*Media Pass Registration Responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {

	.media-kidsphoto-section .login-title::before {
	    left: 22%;
	}
	.media-kidsphoto-section .login-title::after {
	    right: 22%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.media-kidsphoto-section .login-title::before {
	    left: 22%;
	}
	.media-kidsphoto-section .login-title::after {
	    right: 22%;
	}
	.media-teddy6-bg {
	    left: 20px;
	    width: 20%;
	}
	.media-teddy7-bg {
	    width: 20%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.media-kidsphoto-section .login-title::before {
	    left: 20%;
	}
	.media-kidsphoto-section .login-title::after {
	    right: 20%;
	}
	.media-teddy6-bg {
	    left: 9px;
	    width: 18%;
	    bottom: 22%;
	}
	.media-teddy7-bg {
	    width: 20%;
	}
	.media-teddy3-bg {
	    left: 8px;
	    width: 18%;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.media-kidsphoto-section .login-title::before {
	    left: 25%;
	}
	.media-kidsphoto-section .login-title::after {
	    right: 25%;
	}
	.media-teddy6-bg {
	    left: 9px;
	    width: 18%;
	    bottom: 23%;
	}
	.media-teddy7-bg {
	    width: 20%;
	}
	.media-teddy3-bg {
	    left: 8px;
	    width: 12%;
	    top: 93%;
	}
	.media-bg-2 {
	    top: 42%;
	    right: 15px;
	    width: 8%;
	}
}

@media only screen and (max-width: 767px) {

	.media-teddy-bg {
	    top: 13px;
	    width: 13%;
	}

	.media-teddy2-bg {
	    top: 20px;
	    width: 18%;
	}
	.media-bg-2 {
	    top: 48%;
	    right: 11px;
	}
	.media-teddy3-bg {
	    left: 8px;
	    width: 20%;
	    top: 93%;
	}
	.media-teddy6-bg {
	    left: 9px;
	    width: 18%;
	    bottom: 21%;
	}
	.media-teddy7-bg {
	    width: 20%;
	}
	.photo-form-details .login-title::before {
	    left: 81px;
	    top: 55px;
	}
	.photo-form-details .login-title::after {
	    right: 81px;
	    top: 55px;
	}
}

@media only screen and (max-width: 320px) {

	.media-teddy-bg {
	    top: 15px;
	    width: 13%;
	}
	.media-teddy2-bg {
	    top: 20px;
	    width: 20%;
	}
	.photo-form-details .login-title::before {
	    left: 70px;
	    top: 55px;
	    border-left: 60px solid #fe4b7b;
	}
	.photo-form-details .login-title::after {
	    right: 70px;
	    top: 55px;
	    border-right: 60px solid #fe4b7b;
	}
}

/*Cart page responsive*/


@media only screen and (min-width:1366px) and (max-width:1400px) {

	.cart-bg-1 {
	    width: 8%;
	    top: 40px;
	}
	.cart-bg-2 {
	    width: 8%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.cart-bg-1 {
	    width: 8%;
	    top: 13px;
	    left: 30px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.cart-bg-1 {
	    width: 8%;
	    top: 15px;
	}
	.cart-bg-2 {
	    top: 50px;
	    width: 10%;
	}
}	

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.cart-bg-1 {
	    width: 8%;
	    top: 15px;
	}
	.cart-bg-2 {
	    top: 50px;
	    width: 10%;
	}
}

@media only screen and (max-width: 767px) {

	.cart-bg-1 {
	    width: 15%;
	    top: 15px;
	}
	.cart-bg-2 {
	    top: 50px;
	    width: 10%;
	}
}

@media only screen and (max-width: 320px){

	.cart-bg-1 {
	    width: 20%;
	    top: 41px;
	}
	.cart-bg-2 {
	    top: 60px;
	    width: 18%;
	}
}


/*Login page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {

	.login-form-bg-2 {
		top: 0;
		width: 9%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {
	.login-form-bg-2 {
	    top: 70px;
	    right: 30px;
	    width: 7%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.login-form-bg-1 {
	    width: 7%;
	    top: 15px;
	}
}	

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.login-form-bg-1 {
	    width: 7%;
	    top: 15px;
	}
}	

@media only screen and (max-width: 767px) {

	.login-form-bg-1 {
	    width: 12%;
	}
	.login-form-bg-2 {
	    top: 16px;
	    width: 15%;
	}
	.login-form-bg {
		width: 60%;
		margin: 20px auto;
	}
	.login-teddy-bg {
		margin: 20px auto;
    	width: 80%;
	}
}

/*Register page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {

	.top-teddy-bg {
	    left: 1%;
	}
	.right-teddy-bg {
	    bottom: unset;
	    right: 2%;
	}
	.register-kidsphotos-section .login-title::before {
	    left: 7%;
	}
	.register-kidsphotos-section .login-title::after {
	    right: 7%;
	}
}	

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.top-teddy-bg {
	    left: 1%;
	}
	.right-teddy-bg {
	    bottom: unset;
	    right: 2%;
	    width: 9%;
	}
	.left-teddy-bg {
	    left: 2%;
	}
	.register-kidsphotos-section .login-title::before {
	    left: 7%;
	}
	.register-kidsphotos-section .login-title::after {
	    right: 7%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.left-teddy-bg {
	    left: 2%;
	}
	.register-kidsphotos-section .login-title::before {
	    left: 0;
	}
	.register-kidsphotos-section .login-title::after {
	    right: 0;
	}
	.register-kidsphotos-section .row {
		align-items: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.register-kidsphotos-section .row {
		align-items: center;
	}
	.register-kidsphotos-section .left-teddy-bg {
	    top: 17%;
	}
	.register-kidsphotos-section .top-teddy-bg {
		width: 12%;
	}
}

@media only screen and (max-width: 767px) {

	.register-kidsphotos-section .top-teddy-bg {
	    left: 1%;
	    width: 19%;
	}
	.register-kidsphotos-section .right-teddy-bg {
	    width: 16%;
	    right: 3%;
	    bottom: unset;
	}
	.register-kidsphotos-section .left-teddy-bg {
	    top: 37%;
	    left: 3%;
	    width: 15%;
	}
}

@media only screen and (max-width: 320px) {

	.register-kidsphotos-section .top-teddy-bg {
	    width: 21%;
	}
	.register-kidsphotos-section .right-teddy-bg {
	    width: 20%;
	}
	.register-kidsphotos-section .left-teddy-bg {
	    top: 13%;
	    left: 33%;
	    width: 25%;
	}
	.register-kidsphotos-section .register-teddy2-bg {
	    bottom: 18%;
	    width: 18%;
	}
}

/*Photo list page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {

	.photo-plane-bg {
	    left: 0px;
	    top: 53%;
	}
	.photo-cloud-bg {
	    width: 14%;
	    z-index: -1;
	}
	.photo-teddy2-bg {
	    position: absolute;
	    bottom: 35px;
	    right: 1%;
	    width: 8%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.photo-plane-bg {
	    left: 0px;
	    top: 53%;
	    width: 9%;
	}
	.photo-cloud-bg {
	    width: 14%;
	    z-index: -1;
	}
	.photo-teddy2-bg {
	    bottom: 30px;
	    right: 1%;
	    width: 7%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.photo-plane-bg {
	    left: 0px;
	    top: 53%;
	    width: 9%;
	}
	.photo-cloud-bg {
	    width: 14%;
	    z-index: -1;
	}
	.photo-teddy2-bg {
	    bottom: 20px;
	    right: 1%;
	    width: 7%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.photo-list-section .photo-cloud-bg {
	    top: 30px;
	    width: 15%;
	}
	.photo-list-section .photo-teddy2-bg {
	    bottom: 19px;
	}
	.photo-details {
	    margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {

	.photo-details {
	    margin-bottom: 25px;
	}
	.photo-list-section .photo-cloud-bg {
	    top: 30px;
	    width: 22%;
	    z-index: -1;
	}
	.photo-list-section .photo-teddy-bg {
	
	    left: 20px;
	    width: 21%;
	}
	.photo-list-section .photo-plane-bg {
	    width: 20%;
	}
}

@media only screen and (max-width: 320px) {

	.photo-list-section .photo-teddy-bg {
	    width: 26%;
	}
	.photo-list-section .photo-teddy2-bg {
	    width: 15%;
	}
}

/*photo-details page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {
	
	.photo-details-section .toran-bg {
	    position: absolute;
	    top: 2px;
	    left: 0;
	}
	.photo-details-section .ballon-bg {
	    top: 6%;
	}
	.photo-details-section .photo-teddy3-bg {
	    right: 20px;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {
	
	.toran-bg {
	    top: 4px;
	    width: 7%;
	}
	.photo-hand-bg {
	    top: 50%;
	    z-index: 1;
	    width: 7%;
	}
	.photo-teddy3-bg {
	    right: 26px;
	    bottom: 6%;
	}
	.photo-details-section .ballon-bg {
	    top: 6%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.detail-title {
		margin-left: 50px;
	}
	.toran-bg {
	    left: 5%;
	    width: 7%;
	}
	.photo-teddy3-bg {
	    right: 25px;
	}
	.photo-hand-bg {
	    top: 72%;
	    z-index: 1;
	    width: 6%;
	}
	.photo-details-section .ballon-bg {
	    top: 6%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.detail-title {
		margin-left: 50px;
	}
	.toran-bg {
	    left: 5%;
	    width: 10%;
	}
	.photo-teddy3-bg {
	    right: 25px;
	}
	.photo-hand-bg {
	    top: 72%;
	    z-index: 1;
	    width: 12%;
	}
	.photo-details-section .ballon-bg {
	    top: 6%;
	}
}
@media only screen and (max-width: 767px) {

	.toran-bg {
	    top: 21px;
	    left: 20px;
	    width: 15%;
	}
	.ballon-bg {
	    top: 6%;
	    right: 9%;
	    width: 16%;
	}
	.photo-desc-section {
		margin: 20px auto;
	}
	.detail-title {
		margin-left: 50px;
	}
	.detail-title h1::after {
	    right: -39px;
	    width: 30px;
	}
	.detail-title h1::before {
	    left: -39px;
	    width: 30px;
	}
	.photo-desc {
		margin-top: 30px;
		padding: 5px 10px;
	}
	.photo-teddy1 {
	    width: 21%;
	}
	.photo-hand-bg {
	    top: 37%;
	    width: 11%;
	    z-index: 1;
	}
	.photo-teddy3-bg {
	    right: 10px;
	    bottom: 5%;
	    width: 12%;
	}
	.photo-details-section .ballon-bg {
	    top: 6%;
	}
}	

@media only screen and (max-width: 320px) {

	.ballon-bg {
	    top: 4%;
	    width: 21%;
	}
	.photo-arrow-bg {
	    opacity: 0.8;
	    width: 15%;
	}
	.photo-teddy3-bg {
	    width: 17%;
	}
}

/*photographer list page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {

	.photographer-list-section .girl-paint-bg {
	    right: 1%;
	}
	.photographer-list-section .teddy29-bg {
	    width: 9%;
	    left: 0%;
	}
	.photographer-list-section .photographer-teddy-bg {
	    right: 0%;
	    width: 9%;
	}
	.photographer-list-section .bike-bg {
	    left: 0%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.photographer-profile {
	    height: 400px;
	}
	.photographer-list-section .girl-paint-bg {
	    right: 0%;
	    top: 2%;
	    z-index: 1;
	}
	.photographer-list-section .teddy29-bg {
	    width: 7%;
	    left: 0%;
	    top: 45%;
	    z-index: 1;
	}
	.photographer-list-section .photographer-teddy-bg {
	    right: 0%;
	    width: 8%;
	    z-index: 1;
	}
	.photographer-list-section .bike-bg {
	    left: 0%;
	    bottom: 2%;
	    z-index: 1;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.photographer-profile {
	    height: 370px;
	}
	.photographer-list-section .girl-paint-bg {
	    top: 0%;
	    width: 9%;
	}
	.photographer-list-section .teddy29-bg {
	    width: 7%;
	    left: 0%;
	    top: 45%;
	    z-index: 1;
	}
	.photographer-list-section .photographer-teddy-bg {
	    right: 0%;
	    width: 8%;
	    z-index: 1;
	}
	.photographer-list-section .bike-bg {
	    left: 0%;
	    bottom: 2%;
	    z-index: 1;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.photographer-profile {
	    height: 370px;
	}
	.horse-bg {
	    width: 17%;
	}
	.photographer-list-section .girl-paint-bg {
	    top: 0%;
	    width: 9%;
	}
	.photographer-list-section .teddy29-bg {
	    width: 7%;
	    left: 0%;
	    top: 62%;
	    z-index: 1;
	}
	.photographer-list-section .photographer-teddy-bg {
	    right: 0%;
	    top: 36%;
	    width: 8%;
	    z-index: 1;
	}
	.photographer-list-section .bike-bg {
	    left: 0%;
	    bottom: 2%;
	    z-index: 1;
	}
}

@media only screen and (max-width: 767px) {

	.photographer-profile {
	    height: 370px;
	    width: 350px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.horse-bg {
	    width: 18%;
	}
	.photographer-list-section .girl-paint-bg {
	    top: 2%;
	    width: 15%;
	    z-index: 1;
	}
	.photographer-list-section .teddy29-bg {
	    top: 35%;
	    width: 12%;
	    left: 2%;
	    z-index: 1;
	}
	.photographer-list-section .bike-bg {
	    bottom: 59px;
	    z-index: 1;
	    width: 18%;
	}
	.photographer-list-section .horse2-bg {
	    width: 15%;
	}
}

@media only screen and (max-width: 320px) {

	.photographer-list-section .girl-paint-bg {
	    top: 0%;
	    width: 21%;
	}
	.horse-bg {
	    width: 25%;
	}
	.photographer-profile {
	    height: 300px;
	    width: auto;
	}
}

/*Photographer details page responsive*/

@media only screen and (min-width:1366px) and (max-width:1400px) {

	.details-teddy-bg {
	    top: 2%;
	    left: 3%;
	    width: 6%;
	}
	.details-teddy2-bg {
	    top: 3%;
	}
	.works-imgs {
	    width: 260px;
	}
	.detail-teddy3 {
	    top: 36%;
	}
	.detail-teddy4 {
	    bottom: 8%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1365px) {

	.details-teddy-bg {
	    top: 2%;
	    left: 3%;
	    width: 6%;
	}
	.details-teddy2-bg {
	    top: 3%;
	}
	.works-imgs {
	    width: 260px;
	}
	.detail-teddy3 {
	    top: 36%;
	    z-index: 1;
	}
	.detail-teddy4 {
	    bottom: 4%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	.details-teddy-bg {
	    top: 2%;
	    left: 3%;
	    width: 6%;
	}
	.details-teddy2-bg {
	    top: 3%;
	}
	.works-imgs {
	    width: 220px;
	    height: 220px;
	    margin-bottom: 21px;
	}
	.detail-teddy3 {
	    top: 36%;
	    z-index: 1;
	}
	.detail-teddy4 {
	    bottom: 4%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.details-teddy-bg {
	    top: 2%;
	    left: 3%;
	    width: 6%;
	}
	.details-teddy2-bg {
	    top: 3%;
	}
	.works-imgs {
	    width: 220px;
	    height: 220px;
	    margin-bottom: 21px;
	}
	.detail-teddy3 {
	    top: 36%;
	    z-index: 1;
	}
	.detail-teddy4 {
	    bottom: 4%;
	}
	.detail-teddy5 {
	    top: 36%;
	}
	.detail-teddy6 {
	    width: 10%;
	}
}

@media only screen and (max-width: 767px) {

	.details-teddy-bg {
	    left: 9%;
  	  	top: 2%;
	}
	.detail-teddy4 {
	    width: 15%;
	}
	.desc-teddy29 {
	    width: 15%;
	}
	.detail-teddy6 {
		width: 10%;
	}
	.photographer-img {
	    width: 70%;
	    margin: 20px auto;
	}
	.photographer-deatils {
	    padding: 30px;
	}
	.works-imgs {
	    width: 250px;
	    margin: 0 auto 20px auto;
	}
}

@media only screen and (max-width: 320px) {

	.photographer-details-section {
		padding: 70px 0;
	}
	.detail-title h1 {
	    font-size: 22px;
	}
	.photographer-img {
	    width: 100%;
	    margin: auto;
	}
	.photographer-deatils {
	    padding: 10px;
	}
	.desc-arrow-bg {
	    top: 43%;
	    width: 20%;
	}
	.details-teddy2-bg {
	    right: 4%;
	    top: 26%;
	    width: 15%;
	}
	.detail-teddy6 {
	    width: 16%;
	    left: 75%;
	    top: 5px;
	}
	.details-teddy-bg {
	    left: 9%;
	    top: 5px;
	    width: 15%;
	}
	.detail-teddy3 {
	    top: 61%;
	}
	.detail-teddy4 {
	    bottom: 2%;
	    width: 20%;
	}
}	
