html {
	scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
 @font-face {
 font-family: 'Raleway-Light';
 src: url(../fonts/Raleway-Light.ttf);
}
@font-face {
 font-family: 'Raleway-Medium';
 src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
 font-family: 'Raleway-Regular';
 src: url(../fonts/Raleway-Regular.ttf);
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway-Regular';
    font-size: 16px;
    padding-right: 0px !important;
}
div#process_detail4 h2 {
    color: #f5d8d1;
}


.logo {
    z-index: 999;
    position: relative;
}
.Menuactive .menu-icon .fa-bars:before {
    content: "\f00d";
}
span.button.next-btn {
    z-index: 999;
}


.privacy-policy-link{
    color: #000;
}

.page-outer {
	max-width:100%;
	overflow:hidden;
}
.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;

}
.container {
	max-width: 1650px;
}
.mega-menu {
    position: fixed;
    background: #F5D8D1;
    right: -50%;
    top: 0;
    bottom: 0;
    width: 40%;
    z-index: 99;
    padding: 40px;
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
}

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

.mega-menu ul li a {
    padding: 12px 15px;
    display: block;
    color: #FDFDFD;
    font-size: 30px;
    font-family: 'Raleway-Medium';
	text-decoration:none;
}
.Menuactive .mega-menu {
    right: 0;
}
ul.sub-menu {
    margin-left: 20px;
}

.mobile-menu-icon {
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    margin: 0 auto;
    color: #fff;
    margin-top: 0;
    cursor: pointer;
}
ul.sub-menu {
    display: none;
}


li.parent-menu:hover > ul{
    display:block;
}

.banner {
	background: url(../images/rectangle.jpg) no-repeat;
	background-size: cover;
	height: 100vh; position: relative;
}
.banner:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.22);
    position: absolute;
}
.banner .container {
	height: 100%;
}
.banner .row {
	align-items: center;
	height: 100%;
}
.banner h1 {
	text-align: center;
	color: #FDFDFD;
	font-size: 75px;
	font-family: 'Raleway-Medium';
}
.header .logo img {
	max-width: 150px;
}
.hd-menu {
	background: #F5D8D1;
	position: fixed;
	right: 0;
	top: 0;
	width: 130px;
	border-radius: 0px 0px 0px 7px;
	text-align: center;
	padding: 25px;
	box-sizing: border-box;
	padding-bottom: 50px;
	z-index:999;
}
.menu-icon {
	width: 50px;
	height: 50px;
	border: solid 1px #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	margin: 0 auto;
	color: #fff;
	margin-top: 0;
	cursor:pointer;
}
.social ul {
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
}
.social ul li {
	padding: 7px 0;
}
.social ul li a {
	color: #F5D8D1;
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	line-height: 42px;
	font-size: 22px;
}
.about-us {
	padding: 150px 0;
	background: #F5D8D1;
}
h2 {
	font-size: 70px;
	color: #fff;
	font-family: 'Raleway-Medium';
}
.about-txt {
	max-width: 560px;
	font-size: 25px;
	font-weight: 100;
}
.about-txt p {
	font-family: 'Raleway-Light';
	margin-bottom: 30px;
	line-height: 40px;
}
.about-txt span.about-img {
	padding-bottom: 70px;
	display: block;
}
.about-us .about-left {
	background: url("../images/pattren.jpg") no-repeat;
	background-position: bottom right;
}
button.get-in-touch-button {
    background: #f5d8d1;
    color: #fff;
    border-radius: 5px;
    height: 69px;
    min-width: 210px;
    text-align: left;
    line-height: 50px;
    font-size: 20px;
    font-family: 'Raleway-Medium';
    outline: 0;
    box-shadow: none;
    padding-top: 10px;
    position: relative;
    padding-left: 23px;
    position: relative;
}
button.get-in-touch-button:after{
	 content: '';
    position: absolute;
    top: 24px;
    right: 23px;
    width: 25px;
    height: 19px;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
}
.get-in-touch-button .fa {
    position: absolute;
    right: 23px;
    top: 24px; display: none;
}
.get-in-touch-button.btn:hover {
    color: #fff;
    text-decoration: none;
}
span.button {
	display: block;
	padding-top: 10px;
}
span.button a.btn {
    background: #fff;
    border-radius: 5px;
    height: 68px;
    min-width: 210px;
    text-align: left;
    line-height: 60px;
    font-size: 20px;
    font-family: 'Raleway-Medium';
    color: #F5D8D1;
    outline: 0;
    box-shadow: none;
    position: relative;
}
div#process_detail2 {
    overflow-y: auto;
}
.the-process-paypal-session a.px-1 {
    position: relative;
    z-index: 9999;
}




#our-service span.button a.btn:after , #display-option span.button a.btn:after{
    
    background-image: None;
}

#our-service span.button a.btn .fa , #display-option span.button a.btn .fa{
    display:block;
}

span.button a.btn:after {
    content: '';
    position: absolute;
    top: 24px;
    right: 23px;
    width: 25px;
    height: 19px;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
}
span.button a.btn .fa {
    position: absolute;
    right: 23px;
    top: 24px; 
    display:none;
}
span.button a.btn i,.get-in-touch-button i {
	padding-left: 10px;
	color: #333;
}
.display-option {
	padding: 105px 0 105px 0;
	background: #F9E7E3;
	text-align: center;
	position:relative;
}
.display-option h2 {
	color: #fff;
	padding-bottom: 100px;
}
.display-option .item {
    position: relative;
    margin: 0px 30px;
}
/*.display-option .item span.button {
	position: absolute;
	bottom: -38px;
	    right: -25px;
}*/

.display-option .item span.button {
    position: relative;
    bottom: 45px;
    right: -29px;
    text-align: right;
}
.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	z-index: 99;
	outline: 0;
}
.owl-carousel {
	position: relative;
}
#our-service .owl-carousel .owl-nav button:before {
    content: '';
    background-image: url(../images/white-arrow.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 62px;
    position: absolute;
    left: 0px;
    top: -50px;
    transform: rotate(301deg);
}
#our-service .owl-carousel .owl-nav button.owl-next:before {
    content: "";
    background-image: url(../images/white-arrow.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 62px;
    left: 0px;
    transform: inherit;
    top: -50px;
}
#our-service .owl-carousel .owl-nav button.owl-prev {
    left: -77px;
}

#display-option .owl-carousel .owl-nav button:before {
    content: '';
    background-image: url(../images/brown-arrow.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 62px;
    position: absolute;
    left: 0px;
    top: -50px;
    transform: rotate(301deg);
}
#display-option .owl-carousel .owl-nav button.owl-next:before {
    content: "";
    background-image: url(../images/brown-arrow.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 62px;
    left: 0px;
    transform: inherit;
    top: -50px;
}
#display-option .owl-carousel .owl-nav button.owl-prev {
    left: -77px;
}

.owl-carousel .owl-nav button:before {
	content: "\f0d9";
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #fff;
}


.owl-carousel .owl-nav button span {
	display: none;
}
.owl-carousel .owl-nav button.owl-next:before {
	content: "\f0da";
}
.owl-carousel .owl-nav button.owl-next {
	right: -45px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -45px;
}
.display-option.services {
	background: #FCF2F0;
}
.display-option.services h2 {
	color: #F5D8D1;
}
.services .owl-carousel .owl-nav button:before {
	color: #F5D8D1;
}
.display-option.testimonia-sec {
    padding: 300px 0 90px 0;
    background: #F5D8D1;
}
.testimonia-sec .review {
    font-family: 'Raleway-Medium';
    max-width: 1045px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding: 145px 0 105px 0;
}
.testimonia-sec .review span.name {
	display: block;
	padding-top: 40px;
	font-family: 'Raleway-Medium';
	font-style: italic;
}
.testimonia-sec .review:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 114px;
    transform: rotate(180deg);
}
.testimonia-sec .review:after {
    content: '';
    position: absolute;
    right: 40px;
    bottom: 25px;
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 114px;
}
.testimonia-sec .owl-dots button span {
	width: 10px;
	height: 10px;
	display: block;
	background: #fff;
	border-radius: 50%;
}
.testimonia-sec .owl-dots button {
	margin: 5px;
}
.testimonia-sec .owl-dots button.active span {
	opacity: 0.5;
}
.testimonia-sec .owl-dots {
	padding-top: 150px;
}
.process .process-left {
	padding-left: 105px;
	padding-top: 100px;
	max-width: 500px;
	float: left;
	font-size: 22px;
	 font-family: 'Raleway-Light';
}
p a {
    color: #F5D8D1;
    font-weight: 600;
}
.process .process-left h2 {
	color: #F5D8D1;
}
.process .process-right {
	float: right;
	height: 100%;
}
.process .process-right .process-slide {
	background: #F9E7E3;
	float: left;
	min-width: 130px;
	height: 100%;
	position: relative;
	cursor:pointer;
}
.process {
	height: 500px;
	background: url(../images/flower.jpg) no-repeat;
	background-position: left bottom;
}
 .process .process-right .process-slide:nth-child(even) {
 background: #FCF2F0;
}





.process .process-right .process-slide:nth-child(3) {
	background: #fff;
}
.process .process-right .process-slide h3 {
	position: absolute;
	bottom: 100px;
	right: -60px;
	transform: matrix(0, 1, -1, 0, 0, 0);
	width: 250px;
	color: #BABABA;
	font-size: 30px;
	text-align: left;
	 font-family: 'Raleway-Medium';
}
/*.process .process-right .process-slide h3:before {
	font-family: FontAwesome;
	content: "\f063";
	color: #111;
	font-size: 17px;
	padding-right: 25px;
}*/

.process .process-right .process-slide h3:before {
    padding-right: 25px;
    content: '';
    top: 10px;
    right: 280px;
    width: 25px;
    height: 19px;
    background-image: url(../images/btn-arrow-left-grey.png);
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(-90deg);
}
div#the-process .pop-body p {
    padding: 0 50px;
    font-size: 14px;
}

.gifting {
	padding: 100px 0;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background-color: #f5d8d1;
	position:relative;
	 font-family: 'Raleway-Medium';
}
.gifting .container {
	max-width: 1075px;
	position:relative;
}
.gifting h2 {
	padding-bottom: 70px;
}
.gifting:before {
	content: "";
	background: url(../images/pattren.jpg) no-repeat;
	background-position: bottom right;
	position: absolute;
	right: 100px;
	bottom: 80px;
	top: 0;
	left: 0;
}
.gallery {
	background: #fcf2f0;
	padding-bottom: 60px;
	text-align: center;
}
.gallery h2 {
	color: #f5d8d1;
	padding-bottom: 70px;
}
.galery-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.galery-list ul li {
	width: 33.3%;
}
 .galery-list ul li:nth-child(2) {
 text-align: center;
}
.galery-list ul li:last-child {
	text-align: right;
}
.get-in-touch {
	padding: 50px;
}
.get-in-touch .form-sec {
	border: solid 30px #feefec;
	padding: 50px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.get-in-touch .form-sec h2 {
	color: #f5d8d1;
	padding-bottom: 50px;
}
.get-in-touch .form-sec .form-left {
	width: 50%;
	float: left;
}
.get-in-touch .form-sec .form-right {
	width: 50%;
	float: right;
	text-align: center;
}
.form-sec ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.form-sec ul li {
	width: 48%;
	float: left;
	padding-bottom: 30px;
}
.form-sec ul li.full {
	width: 100%;
}


.form-sec ul li input::-webkit-input-placeholder {
color: #000 !important;  font-family: 'Raleway-Medium';
}

.form-sec ul li input::placeholder {
 color: #000 !important;   font-family: 'Raleway-Medium';
}
.form-sec ul li textarea::-webkit-input-placeholder {
color: #000 !important;  font-family: 'Raleway-Medium';
}

.form-sec ul li textarea::placeholder {
 color: #000 !important;   font-family: 'Raleway-Medium';
}

.form-sec ul li input[type="email"]::-webkit-input-placeholder {
color: #000 !important;  font-family: 'Raleway-Medium';
}

.form-sec ul li input[type="email"]::placeholder {
 color: #000 !important;   font-family: 'Raleway-Medium';
}
.form-sec ul li input[type="tel"]::-webkit-input-placeholder {
color: #000 !important;  font-family: 'Raleway-Medium';
}

.form-sec ul li input[type="tel"]::placeholder {
 color: #000 !important;   font-family: 'Raleway-Medium';
}

.form-sec ul li input[type="text"] {
	background: #feefec;
	width: 100%;
	border: none;
	height: 50px;
	padding: 0 15px;
	font-family: 'Raleway-Medium';
}
 .form-sec ul li:nth-child(even) {
 float: right;
}
.form-sec ul li textarea {
	background: #feefec;
	width: 100%;
	border: none;
	height: 150px;
	padding: 15px;
}
.form-sec ul li span.button a.btn {
	background: #f5d8d1;
	color: #fff;
}
.form-sec ul li:last-child {
	text-align: right;
}
.form-sec ul li span.button {
	padding: 0;
}
div#myModal {
	opacity: 1;
	display: none;
}
.about-us {
	position: relative;
}
body .modal {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f5d8d1;
}
body .modal {
    opacity: 1 !important;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
body.modal-open {
	overflow: visible;
	padding: 0 !important;
}
body .modal .pop-dialog {
	max-width: 1650px;
	margin: 0 auto;
	padding: 50px 55px;
}
.modal .pop-dialog .ab-left {
	width: 48%;
	float: left;
	font-size: 18px;
	line-height: 1.8;
}
.modal .pop-dialog .ab-right {
	width: 48%;
	float: right;
	font-size: 20px;
	line-height: 1.8;
}
.modal .pop-dialog .ab-right .ab-img {
	padding-top: 50px;
	position: relative;
}
.modal .pop-dialog .ab-right .ab-img span.button {
	position: absolute;
	bottom: -41px;
	right: 0;
}
.about-us .row {
    align-items: center;
}
.modal-backdrop.fade.in {
    display: none;
}
.modal.services-pop {
    background: #fcf2f0;
    border-bottom: solid 3px #f2e9e8;
    text-align: left;
}
.modal.services-pop.frame {
   border:none;
}
.modal.services-pop h2 {
    padding-bottom: 0;
    color: #f5d8d1;
}

.modal.services-pop h3 {
    color: #f5d8d1;
    font-size: 50px;
    font-family: 'Raleway-Light';
	    font-style: italic;
}

.modal.services-pop .pop-dialog {
    padding: 0;
}

.modal.services-pop .pop-dialog .ab-left {
    padding-left: 55px;
    padding-top: 95px;
}

.modal.services-pop .pop-dialog .ab-right .ab-img {
    padding: 0;
    position: static;
}

.modal.services-pop .pop-dialog .ab-right .ab-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 48%;
	object-fit:contain;
}

.modal.services-pop .pop-dialog .ab-left span.button {
    position: absolute;
   
    left: 55px;
}
/*.modal.services-pop .pop-dialog .ab-left span.button {
    position: relative;
    bottom: -15px;
    left: 0;
    margin-bottom: 50px;
    display: block;
}*/
.tabcontent{
	display:none;
}
.tab button.tablinks {
    background: #f5d8d1;
    border: none;
    font-size: 20px;
    font-family: 'Raleway-Medium';
    height: 50px;
    min-width: auto;
    border-radius: 5px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    margin-right: 20px;
    color: #fff;
    outline: 0;
}

.tab {
    padding-top: 20px;
}

.tabcontent {
    padding-top: 30px;
}

.tab button.tablinks.active {
    background: #fff;
    color: #f5d8d1;
}

.tabcontent ul {
    margin: 0;
    padding: 20px 0 0 20px;
}
.modal.frame .pop-dialog .ab-right span.button {
    position: absolute;
    right: 30%;
    bottom: 25%;
   /* z-index: 99;*/
}

.display-option.testimonia-sec {
    overflow: hidden;
}
.process {
    position: relative;
}

body .modal.process {
    width: 600px;
    background: #F9E7E3;
    left: inherit;
    right: 260px;
-webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
body .modal.process.in {
 /*   transition-delay: 0s;
      transition: visibility 0s linear 0s, opacity 300ms;*/
}
body .modal.process.one-day {
    right: 130px;
}
body .modal.process.turnaround {
    right: 0px;
}
body .modal.process .pop-dialog {
    padding: 0;
}

body .modal.process .pop-dialog .ab-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

body .modal.process .pop-dialog h2 {
    font-size: 40px;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 20px;
}

body .modal.process .pop-dialog ul {
    margin: 0;
    padding: 0 0 0 50px;
    list-style: none;
}

body .modal.process .pop-dialog ul li {
    padding: 15px 0;
}

body .modal.process .pop-dialog span.button a {
    background: none;
    color: #F9E7E3;
}

body .modal.process .pop-dialog span.button {
    position: absolute;
    
    right: 0;
}
#gifting-experiences div#display-option-paypal-form-container {
    font-size: 18px;
}

.copy-right {
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
    font-family: 'Raleway-Medium';
    clear: both;
}
.get-in-touch {
    padding-bottom: 20px;
}
.header .container {
    max-width: 100%;
}
.faqs-sec {
    position: fixed;
    background: #F5D8D1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    overflow-y: auto;
    padding-top: 15px; 
}

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

.faqs-sec ul li {
    padding: 17px 0;
    font-family: 'Raleway-Medium';
    color: #fff;
    font-size: 20px;
}

.faqs-sec ul li h4 {
    font-size: 20px;
}

.faqs-sec .ques {
    max-width: 600px;
}

faqs-sec .row {
    align-items: center;
}

.faqs-sec .container.padd {
    height: 100%;
}

.faqs-sec .row {
    height: 100%;
}
.faqsactive .faqs-sec {
    display: block !important;
}
span#faqs{
	cursor:pointer;
}
.faqsactive span#faqs:before {position: fixed;content: "\f00d";font-family: FontAwesome;right: 15px;top: 25px;z-index: 9999;width: 50px;height: 50px;border: solid 1px #fff;border-radius: 50%;text-align: center;font-size: 24px;line-height: 50px;margin: 0 auto;color: #fff;margin-top: 0;cursor: pointer;background: #F5D8D1;}
.process-right.hide-desktop {
	display: none !important;
}

body span.button a.btn .fa {
    display: inline-block;
}
span.button a.btn:after {
    background-image: none;
}
button.get-in-touch-button:after {
    background: none;
}
body .get-in-touch-button .fa {
    display: inline-block;
    color: #fff;
}
.process span.button a.btn:after {
    background: none;
}

.process span.button a i.fa {
    display: inline-block;
    color: #BABABA;
}

.process .process-right .process-slide h3:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 20px;
    color: #BABABA;
    background: none;
}
.the-process-paypal-session a.guide_common_botton {
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    font-family: 'Raleway-Regular';
    margin: 0 auto;
    margin-bottom: 20px;
}

.the-process-paypal-session {
    text-align: center;
}


/* ----28-06-2022-Start---- */
.get-in-touch .form-sec {
    padding: 10px 45px 90px 45px;
}
.get-in-touch .form-sec .form-right {
    padding-top: 100px;
}
.form-right img {
    width: 60%;
}
h2.mobile-view-custom {
    font-size: 30px;
    margin-bottom: 15px !important;
}


@media screen and (min-width:768px) {
h2.mobile-view-custom {
    display: none;
}
}


@media screen and (max-width:768px) {
.process {
    background: none;
}
.get-in-touch .form-sec {
    overflow: unset;
}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
.get-in-touch .form-sec {
    padding: 11px 45px 60px 45px !important;
}
.get-in-touch .form-sec .form-right {
    padding-top: 75px;
}
.form-right img {
    width: 100%;
}
.tab button.tablinks{
    
    font-size:16px;
}
}
/* ----28-06-2022-End---- */



/* ----29-06-2022-Start---- */
.galery-list .owl-carousel .owl-item img {
    object-fit: cover !important;
    height: 100% !important;
}
.galery-list .owl-carousel .owl-nav button.owl-prev:before {
    content: '';
    background-image: url(../images/brown-arrow.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 62px;
    position: absolute;
    background-size: 28px;
    transform: rotate(301deg);
}
.galery-list .owl-carousel .owl-nav button.owl-next:before {
    content: '';
    background-image: url(../images/brown-arrow.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 62px;
    background-size: 28px;
    position: absolute;
    left: -18px;
    top: 19px;
}
.galery-list .gallery-slider .owl-stage-outer .owl-stage .owl-item .item {
    position: relative;
    margin: 0px 30px;
}
.mobileviewBtn span.service_custom_btn_text {
    color: #212529;
    font-weight: bold;
}

@media screen and (min-width:1400px) {
.galery-list .owl-carousel .owl-nav button::before {
    background-size: 50px !important;
}
}

@media screen and (min-width:1101px) {
.galery-list .owl-carousel .owl-nav button.owl-next:before {
    left: -30px;
    background-size: 38px !important;
}
.galery-list .owl-carousel .owl-nav button.owl-prev:before {
    left: 7px;
    background-size: 38px !important;
}
}
/* ----29-06-2022-End---- */




/* ----30-06-2022-Start---- */
.mobileviewBtn button {
    font-size: 0;
    border: none;
    background: transparent;
    padding: 0;
}
.mobileviewBtn {
    position: relative;
    text-align: center;
}
.mobileviewBtn button.left_custom_btn:before {
    content: '';
    background-image: url(/lela_rose/app/public/images/left-arrow.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 62px;
    top: 0px;
    background-size: 26px;
    position: absolute;
    left: 0px;
}
.mobileviewBtn button.right_custom_btn:before {
    content: '';
    background-image: url(/lela_rose/app/public/images/right-arrow.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 62px;
    top: 0px;
    right:-25px;
    position: absolute;
    background-size: 26px;
}

@media screen and (max-width:768px) {
button.desktopBtn {
    display: none;
}
.pop-content .serviceDisktopBtnSection:before {
    display: none;
}
}
@media screen and (min-width:769px) {
.mobileviewBtn {
    display: none;
}
}






/* ----30-06-2022-End---- */





@media screen and (max-width:1800px) {
#our-service .owl-carousel .owl-nav button::before, #display-option .owl-carousel .owl-nav button::before {
    background-size: 38px;
}
#our-service .owl-carousel .owl-nav button.owl-prev, #display-option .owl-carousel .owl-nav button.owl-prev {
    left: -45px;
}
#our-service .owl-carousel .owl-nav button.owl-next, #display-option .owl-carousel .owl-nav button.owl-next {
    right: -21px;
}
.display-option.testimonia-sec {
    padding: 200px 0px 90px;
}

}


@media screen and (max-width:1700px) {
.process .process-right .process-slide h3 {
    right: -50px;
}

}


@media screen and (max-width:1700px) {
 .container.padd {
 padding: 0 55px;
}
.galery-list ul li img {
 max-width:90%;
}
.hd-menu{
	width: 90px;
}
}

@media screen and (max-width:1440px) {
#our-service .owl-carousel .owl-nav button::before, #display-option .owl-carousel .owl-nav button::before {
    background-size: 28px;
}
#our-service .owl-carousel .owl-nav button.owl-prev, #display-option .owl-carousel .owl-nav button.owl-prev {
    left: -28px;
}
#our-service .owl-carousel .owl-nav button.owl-next, #display-option .owl-carousel .owl-nav button.owl-next {
    right: -12px;
}
.testimonia-sec .review:before, .testimonia-sec .review:after {
    background-size: 70px;
}
.display-option.testimonia-sec {
    padding: 100px 0px 90px;
}
.testimonia-sec .owl-dots {
    padding-top: 35px;
}

}


@media screen and (max-width:1199px) {
#our-service .owl-carousel .owl-nav button.owl-prev, #display-option .owl-carousel .owl-nav button.owl-prev {
    left: 7px;
}
#our-service .owl-carousel .owl-nav button.owl-next, #display-option .owl-carousel .owl-nav button.owl-next {
    right: 20px;
}

}
@media screen and (max-width:767px) {
    
    div#price-guide-section h2 {
        padding-top: 0;
        padding-bottom: 15px;
    }
    div#price-guide-section p{
        
        font-size: 18px;
       
        line-height: 1.5 !important;
    }
    
    span.button a.btn .fa , .get-in-touch-button .fa  {
        
        top:13px;
    }
       .about-session-right-side-mobile-content{
        display: block !important;
    }
 
    div#the-process .pop-body p {
        padding: 0 10px;
        font-size: 14px;
    }
  .the-process-paypal-session a.guide_common_botton {
    height: 25px;
	    line-height: 25px;
  }	
#display-option .owl-carousel .owl-nav button:before, #our-service .owl-carousel .owl-nav button:before {
    top: -12px;
}
#display-option .owl-carousel .owl-nav button.owl-next:before, #our-service .owl-carousel .owl-nav button.owl-next:before {
    top: 3px;
}
.testimonia-sec .review {
    padding: 145px 0 140px 0;
}
button.get-in-touch-button {
   min-width: 120px;
    font-size: 10px;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
}
button.get-in-touch-button:after {
    background-size: 15px;
    top: 12px;
    right: 0;
}
.process .process-right .process-slide h3:before {
    top: 25px;
    left: 20%;
    background-size: 13px;
}
span.button a.btn:after {
    top: 12px;
    right: 10px;
    background-size: 15px;
}
#our-service .owl-carousel .owl-nav button.owl-prev, #display-option .owl-carousel .owl-nav button.owl-prev {
    left: 16px;
}
#our-service .owl-carousel .owl-nav button.owl-next, #display-option .owl-carousel .owl-nav button.owl-next {
    right: 32px;
}

	}

@media screen and (max-width:599px) {
.display-option .item {
    margin: 0px 0px !important;
}
}	

@media screen and (max-width:575px) {
.faqs-sec .ques {
    max-width: 300px;
}
label[for="amount"] {
    display: block;
}

#display-option-paypal-form-container a img {
    max-width: 25px;
}
div#the-process-mobile-paypal-form-container-0 {
    width: 100%;
    float: left;
}

#the-process-mobile-paypal-form-container-0 input#amount {
    max-width: 250px;
}

}




@media screen and (min-width:768px) {
.mega-menu .social, .mega-menu .logo {
    display: none;
}
}
@media screen and (min-width:1700px) {
.process .process-right .process-slide h3:before {
    right: 320px;
}


.form-sec ul li input[type="text"] {
    height: 67px;
    font-size: 24px;
    line-height: 40px;
}
.form-sec ul li input[type="email"], .form-sec ul li input[type="tel"]{
	 height: 67px;
    font-size: 24px;
    line-height: 40px;
}
.form-sec ul li textarea{
	 font-size: 24px;
    line-height: 40px;
    height: 375px;
}
 .banner h1 {
 font-size: 86px;
}
 h2 {
 font-size: 86px;
}
 .about-txt {
 font-size: 30px;
}
 .testimonia-sec .review {
 font-size: 40px;
}
 .process .process-left {
 max-width: 660px;
 font-size: 30px;
}
 .process .process-right .process-slide h3 {
 bottom: 120px;
 font-size: 36px;
 width: 295px;
}
 .process .process-right .process-slide {
 min-width: 160px;
}
body .modal.process {
    right: 320px;
}
body .modal.process.one-day {
    right: 160px;
}
body .modal.process.turnaround {
    right: 0px;
}
 .gifting {
 font-size: 40px;
}
.modal .pop-dialog .ab-left, .modal .pop-dialog .ab-right {
    font-size: 24px;
    line-height: 40px;
}




body .modal .pop-dialog {
    padding-left: 15px;
    padding-right: 15px;
}
.modal .pop-dialog .ab-right .ab-img {
    padding-top: 90px;
}
.modal.services-pop .pop-dialog {
    height: 100%;
}
.modal.services-pop .pop-dialog .ab-left {
    position: relative;
    height: 100%;
}
.modal.services-pop .pop-dialog .pop-content {
    height: 100%;
}
.modal.services-pop .pop-dialog .pop-body {
    height: 100%;
}
.modal.services-pop .pop-dialog .ab-left {
    font-size: 26px;
    line-height: 40px;
    font-family: 'Raleway-Light';
}
.copy-right {
    font-size: 24px;
}
.header .logo {
    padding-left: 20px;
}
.faqs-sec ul li h4, .faqs-sec ul li {
    font-size: 24px;
}

.faqsactive span#faqs:before {right: 40px;}
.faqs-sec ul li {
    padding: 22px 0;
}
#about-us .about-left span.about-img {
    position: relative;
    right: -30%;
}
}
@media screen and (min-width:1800px) {
.display-option.services:before, .display-option.services:after {content: "";background: #FCF2F0;position: absolute;left: 0;top: 0;bottom: 0;width: 100px;z-index: 0;}

.display-option.services:after {
    left: inherit;
    right: 0;
}
.display-option:before, .display-option:after {content: "";background: #F9E7E3;position: absolute;left: 0;top: 0;bottom: 0;width: 100px;z-index: 0;}

.display-option:after {
    left: inherit;
    right: 0;
}
.display-option.testimonia-sec:before, .display-option.testimonia-sec:after {content: "";background: #F5D8D1;position: absolute;left: 0;top: 0;bottom: 0;width: 130px;z-index: 99;}

.display-option.testimonia-sec:after {
    left: inherit;
    right: 0;
}

}
@media screen and (min-width:1450px) and (max-width:1700px){
.modal .pop-dialog .ab-right, .modal .pop-dialog .ab-left{
	font-size:20px;
}
#about-us .modal .pop-dialog .ab-left {
    padding-bottom: 35px;
}
}
@media screen and (min-width:768px) and (max-width:1100px){
    
    .modal.services-pop h3{
        
        font-size: 30px;
    }
	.banner h1 {
    font-size: 40px;
}

h2 {
    font-size: 40px;
}

.about-txt p {
    line-height: 30px;
}

.about-txt {
    font-size: 20px;
}

.about-us {
    padding: 80px 0;
}

.display-option {
    padding: 60px 0 60px 0;
}

.testimonia-sec .review {
    font-size: 20px;
}

.container.padd {
    padding: 0 15px;
}

.display-option.testimonia-sec {
    padding:50px 0 40px 0;
}

.process .process-left {
    padding-left: 15px;
    padding-top: 50px;
    font-size: 17px;
    max-width: 43%;
}
.testimonia-sec .review {
    padding-bottom: 20px;
}
.process {
    height: 500px;
}

.gifting {
    padding: 100px 0;
    font-size: 20px;
}

.gallery {
    padding: 60px 0;
}

.get-in-touch {
    padding: 20px;
}

.get-in-touch .form-sec {
    padding: 20px;
    border: solid 10px #feefec;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.display-option h2 {
    padding-bottom: 50px;
}
.modal.services-pop .pop-dialog .ab-left span.button {
    position: static;
    margin-bottom: 20px;
}
#about-us .modal .pop-dialog .ab-left {
    padding-bottom: 35px;
}
.modal .pop-dialog .ab-right, .modal .pop-dialog .ab-left{
	font-size:15px;
}
span.button a.btn {
    height: 55px;
    line-height: 43px;
    min-width: 180px;
	font-size:17px;
}
span.button a.btn .fa {
    top: 13px;
}

span.button a.btn:after {
    top: 20px;
	    background-size: 20px;
    right: 7px;
}

}
@media screen and (max-width:767px){
	.hd-menu {
     padding: 10px;
    right: 0;
    top: 0;
    width: auto;
    border-radius: 0;
}
.mega-menu {
   top: inherit;
    right: -100%;
    padding-top: 20px;
    bottom: 0;
    z-index: 9999;
    overflow: auto;
    padding-top: 100px;
    height: 100%;
}
.header .social {
    display: none;
}

.mega-menu .social ul li a {
    padding: 0;
    font-size: 22px;
    display: block;
    text-align: center;
}

.mega-menu .social {
    padding-top: 40px;
}

.mega-menu .logo {
   position: absolute;
    left: 0;
    padding-left: 20px;
    top: 10px;
    transition: all 0.5s ease-in-out;
}




.mega-menu .logo img {
    max-width: 100px;
}
.mega-menu ul li a {
    font-size: 28px;
    padding: 10px;
}

.menu-icon {
    float: left;
}
.mobile-menu-icon {
    float: left;
}
.Menuactive .mega-menu {
    right: 0;
    width: 100%;
}
.hd-menu {
    z-index: 99999;
}
.social ul {
    padding-top: 20px;
}
.hd-menu {}

.hd-menu .social {
    float: right;
}
.social ul {
    display: flex;
    padding-top: 0;
}

.social ul li {
    padding-left: 15px;
}
.banner h1 {
    font-size: 36px;
    text-align: center;
    padding-top: 10%;
    line-height: 45px;
}
.header .logo img {
    max-width: 80px;
}
.about-us {
    padding: 50px 0;
}

h2 {
   font-size: 54px;
    text-align: center;
    padding-bottom: 20px;
}

.container.padd {
    padding: 0 15px;
}

.about-txt {
    font-size: 16px;
}

.about-txt p {
        line-height: 1.5;
    font-size: 18px;
}
div#how-to-book .process-left {
    line-height: 1.5;
    font-size: 18px;
}
.about-us .about-left {
    padding-bottom: 50px;
}

.display-option {
    padding: 50px 0 0px 0;
}

.display-option h2 {
    padding-bottom: 57px;
}

.testimonia-sec .review {
       font-size: 16px;
    line-height: 40px;
    font-weight: 300;
    max-width: 80%;font-size: 18px;
    line-height: 30px;
}

.process .process-left {
    padding-left: 15px;
    padding-top: 40px;
    max-width: 100%;
}

.process {
}

.process .process-right {
    height: auto;
    width: 100%;
    padding-top: 30px;
}

.process .process-right .process-slide {
    min-width: 100px;
    width: 100%
}

.process .process-right .process-slide h3 {
        position: static;
    bottom: 61px;
    width: 100%;
    transform: none;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    min-height: 77px;
    line-height: 77px;
    margin: 0;
}

.process .process-left {
    font-size: 16px;
    line-height: 40px;
}

.gifting {
    padding: 40px 0;
    font-size: 18px;
}

.gifting h2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.gallery h2 {
    padding-bottom: 40px;
}

.get-in-touch {
    padding: 20px;
}

.get-in-touch .form-sec {
       border: none;
    padding: 20px 0 0 0;
}
.get-in-touch .form-sec .form-left {
    width: 100%;
}
.get-in-touch .form-sec .form-right {
    width: 100%;
}
.copy-right {
    font-size: 12px;
    padding-bottom: 15px;
}
span.button a.btn {
    height: 37px;
    line-height: 37px;
    min-width: 130px;
    font-size: 10px;
    padding: 0 10px;
}
.display-option .item span.button {
        right: 7%;
    bottom: 35px;
}
.modal .pop-dialog .ab-left, .modal .pop-dialog .ab-right {
    width: 100%;
    font-size: 16px;
}
.display-option .pop-content .pop-body p , .display-option .pop-content .display-option .pop-body span , .display-option .pop-content .pop-body ul li {
    font-size: 16px !important;
    line-height: 30px !important;
    
}

body .modal .pop-dialog {
    padding: 20px;
}

.modal .pop-dialog .ab-right {
    padding-bottom: 60px;
    padding-top: 30px;
}
.modal.services-pop .pop-dialog .ab-left {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.modal.services-pop .pop-dialog .ab-right .ab-img img {
    position: static;
    width: 100%;
}

.modal.services-pop .pop-dialog .ab-right .ab-img {
    margin-top: 30px;
}

.modal.services-pop .pop-dialog .ab-left span.button {
    position: static;
    padding-top: 120px;
}

.modal.services-pop .pop-dialog .ab-right {
    padding-bottom: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button {
    top: 40%;
}
.modal.services-pop h3 {
    font-size: 30px;
}
/*
.tab button.tablinks {
    font-size: 15px;
    margin-right: 5px;
    height: 40px;
} */

.tab button.tablinks {
    font-size: 17px;
        display: block;
}

.modal.frame .pop-dialog .ab-right span.button {left: 10%;}

.modal.frame .pop-dialog .ab-right {
    position: relative;
}
.testimonia-sec .review:before, .testimonia-sec .review:after {
    font-size: 200px;
}

.testimonia-sec .review:after {
    bottom: -24px;
}

.display-option.testimonia-sec {
    padding:10px 0 20px 0
}

.testimonia-sec .owl-dots {
    padding-top: 60px;
}
body .modal.process {
    right: 0 !important;
    width: 100%;
}

body .modal.process .pop-dialog h2 {
    padding-left: 20px;
}

body .modal.process .pop-dialog ul {
    padding-left: 20px;
}
.faqsactive span#faqs:before {
    display:none;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 39px;
    top: 10px;
    right: 10px;
}
.faqs-sec ul li h4, .faqs-sec ul li {
    font-size:17px;
}
.banner {
    background-position: center center;
}

#about-us .col-md-6 + .col-md-6 {
    display: none;
}
.about-txt span.about-img{
    padding-bottom:30px;
}
.get-in-touch .form-sec .form-right {
    padding-top: 50px;
}
div#about-us .container {
    padding-bottom: 0px;
    background-image: url("../images/pattren.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 90%;
}

.about-us .about-left {
    background: none;
}
#our-service h2 {
    max-width: 300px;
    margin: 0 auto;
}

#our-service .owl-carousel .owl-item img {
    max-width: 80%;
    display: inline-block;
}

#display-option .owl-carousel .owl-item img {
    max-width: 80%;
    display: inline-block;
}

.testimonia-sec .owl-dots {
    display: none;
}

.process .process-left h2 {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 35px;
}
.process .process-right {
    height: auto;
    width: 100%;
}

div#the-process {
    height: auto;
    min-height: 700px;
    background-position: left top;
    background-size: 130px;
	overflow:hidden;
}
.gifting:before {
    content: "";
    background: url(../images/pattren.jpg) no-repeat;
    background-position: bottom right;
    position: absolute;
    right: 20px;
    bottom: 2px;
    top: 0;
    left: 0;
    background-size: 120px;
}
div#gifting-experiences {
    padding-bottom: 80px;
}
.gifting p br {
    display: none;
}
#gallery-session .owl-carousel .owl-item img {
    max-width: 100%;
}

#gallery-session .galery-list {}

#gallery-session .galery-list {
   padding-left: 15px;
    padding-right: 15px;
}
/* #gallery-session .owl-carousel .owl-stage-outer {
    overflow: visible;
} */
/* #gallery-session .owl-nav {
    display: none;
} */
.form-sec ul li {
    width: 100%;
}

button.get-in-touch-button:after {
    background-size: 15px;
    top: 12px;
    right: 0;
}

.get-in-touch .form-sec .form-right img {
    max-width: 175px;
}
.copy-right {
    padding-bottom: 50px;
}


.modal h2 {
    text-align: left;
    padding-left: 0;
    max-width: 100% !important;
}

body .modal {
    position: fixed;
    padding-bottom: 150px;
}

.pop-body {
    display: flex;
    flex-wrap: wrap;
}

.pop-body .ab-left {
    order: 2;
}

.modal .pop-dialog .ab-right {
    padding-top: 0;
}

.modal.services-pop .pop-dialog .ab-right .ab-img {
    margin-top: 0;
}
body .modal.process {
    height: auto !important;
}
#about-us .modal .ab-right {
    position: relative;
}

#about-us .modal .ab-right .ab-img {
    position: absolute;
    top: -20px;
    padding-top: 0;
    left:-20px;
    right:-20px;
}

#about-us .modal .ab-right {
    padding-bottom: 20px;
    padding-top: 306px;
}

#about-us .modal .ab-right .ab-img img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

#about-us .modal .ab-right .ab-img span.button {
    bottom: -12px;
}
/*body #the-process .modal.process .pop-dialog span.button {
    margin-left: 10px;
    width: 50px;
    right: 0;
	position: static;
}*/
body #the-process .modal.process .pop-dialog span.button a:after {
    position: static;
    display: block;
}
.process-right.hide-mob {
    display: none !important;
}
.process .process-right .process-slide .modal {
     position: static;
    padding-bottom: 50px;
    overflow: visible;
	    padding-top: 30px;
}
.process-right.hide-desktop {
	display: block !important;
}
.process .process-right .process-slide .modal .ab-img {
    display: none;
}

.process .process-right .process-slide .modal h2 {
    display: none;
}

.process .process-right .process-slide .modal span.button {
    position: absolute !important;
    top: -55px;
    transform: rotate(-91deg);
    height: 27px;
    width: 40px;
    left: 26%;
    background: #F9E7E3;
}
.process .process-right .process-slide .modal .ab-img {
    display: none;
}

.process .process-right .process-slide .modal h2 {
    display: none;
}

.process .process-right .process-slide .modal span.button {
    position: absolute !important;
    top: -55px;
    transform: rotate(-91deg);
    height: 27px;
    width: 40px;
    left: 26%;
    background: #F9E7E3;
}

.process .process-right .process-slide .modal#processs_detail3 span.button {
    background: #FCF2F0;
}
.process .process-right .process-slide .modal#processs_detail4 span.button {
    background: #fff;
}
.copy-right span {
    display: block;
    padding: 3px 0;
}

.copy-right span.hide {
    display: none;
}
 
::-webkit-scrollbar {
  width: 8px;
  border-radius:10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #faedea;
  border-radius:10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius:10px;
}
div#the-process {
    background: url(../images/flower.png) no-repeat;
	background-position: -40px -40px;
}
.pop-content .tab:before {content: "View More";font-size: 16px;color: #f5d8d1;position: absolute;left: 0;right: 10px;text-align: center;z-index: -1;}
/*
.tab button.tablinks {
    font-size: 0;
    background: url("../images/brown-arrow.png") no-repeat !important;
    background-size: contain !important;
    width: 30px !important;
    min-width: auto;
}

button.tablinks.active {}

.tab button.tablinks:first-child {
    transform: rotate(
301deg);
    position: relative;
    top: -6px;
    float: left;
    left: 5px;
}

.tab button.tablinks:nth-child(2) {
    float: right;
}

.tab button.tablinks:nth-child(3) {
    float: right;
    display: none;
}

.tab button.tablinks.active:nth-child(2) {
    display: none;
}

.tab button.tablinks.active:nth-child(2) + .tablinks {
    display: block;
}

.pop-body .tab {
    position: absolute;
    bottom: 70px;
    left: 5px;
    right: 5px;
}

*/

.modal.services-pop .pop-dialog .ab-left {
    position: relative;
    padding-bottom: 0px;
}

.modal.services-pop .pop-dialog .ab-left span.button {}
/*
.tab button.tablinks.active:nth-child(3) {
    display: block;
    position: absolute;
    right: 0;
}


.tab button.tablinks.active:nth-last-child(2) {
    display: none;
} */
}

.form-sec ul li input[type="email"], .form-sec ul li input[type="tel"] {
    background: #feefec;
    width: 100%;
    border: none;
    height: 50px;
    padding: 0 15px;
}

.mega-menu ul.sub-menu li a {
    font-size: 26px;
    padding: 8px 10px;
}
div#process_detail3 {
    background-color: #fcf2f0;
}

div#process_detail4{
    background-color: #fff;
}

.process-slide:nth-child(3) .process-pop-up {
    background: #fff;
}


.process-slide:nth-child(2) .process-pop-up {
   background-color: #fcf2f0;
}
a.px-1 {
    color: black;
}
div.the-process-paypal-button {
    width: 50% !important;
    margin: auto !important;
}
div.paypal-button-div{
    margin: auto !important;
}

input[type="number"] {
	border: solid 1px #fff;
	border-radius: 20px;
	height: 36px;
	outline: 0;
	padding-left: 10px;
}
.paypal-buttons iframe {
	max-width: 300px;
	margin: 0 auto;
	right: 0;
}
label[for="amount"] {
	font-weight: 600;
}
.the-process-paypal-session span, #our-service-paypal-form-container span, #display-option-paypal-form-container span {
	font-weight: 600;
}
p#priceLabelError {
	margin: 0;
}
div.paypal-button-div {
	padding-bottom: 15px;
}
#the-process-paypal-form-container-0 p#descriptionError {
	margin: 0;
	padding: 0;
}
div#the-process-mobile-paypal-form-container-0 {
	max-width: 370px;
	margin: 0 auto;
}
#the-process-paypal-form-container-0 label[for="amount"] + br {
	display: none;
}
#the-process-mobile-paypal-form-container-0 input#amount {
    max-width: 170px;
}
span.button.left {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.display-owl-carousel .item img , .owl-carousel2 .item img{
    min-height: 426px;
    object-fit: cover;
}
.display-option .pop-content .pop-body p , .display-option .pop-content .pop-body span , .display-option .pop-content .pop-body ul li {
    font-size: 26px !important;
    line-height: 40px !important;
    font-family: 'Raleway-Light' !important;
}

a.price_guide_button_main {
    margin: 0px;
    height: 18px;
    padding: 10px 95px;
}
a.price_guide_button_booking {
    margin: 0px 10vw;
    height: 18px;
   
    padding: 11px 95px;
}
a.price_guide_button_mobile {
    margin: 0px 24vw;
    height: 18px;
    background-color: #000;
    border-radius: 18px;
    color: #fff;
    padding: 10px 43px;
}
a.guide_common_botton:hover{
    text-decoration: none;
}

body a.price_guide_button_mobile {
    max-width: 190px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

a.guide_common_botton {
    background-color: #2C2E2F;
    color: #fff;
    height: 45px;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 23px;
}

the-process-paypal-session a.guide_common_botton {
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
}


@media screen and (max-width: 1699px){
.display-owl-carousel .item img , .owl-carousel2 .item img{
    min-height: 405px;
    object-fit: cover;
}
.display-option .pop-content .pop-body p , .display-option .pop-content .pop-body span , .display-option .pop-content .pop-body ul li {
    font-size: 24px !important;
    line-height: 30px !important;
}

}
@media screen and (max-width: 1499px){
.display-owl-carousel .item img , .owl-carousel2 .item img{
    min-height: 350px;
    object-fit: cover;
}
}

@media screen and (max-width: 1399px){
.display-owl-carousel .item img , .owl-carousel2 .item img{
    min-height: 200px;
    object-fit: cover;
}
.display-option .pop-content .pop-body p , .display-option .pop-content .pop-body span , .display-option .pop-content .pop-body ul li {
    font-size: 22px !important;
    line-height: 30px !important;
}

}
@media screen and (max-width: 1023px){
.display-owl-carousel .item img , .owl-carousel2 .item img{
    min-height: 260px;
    object-fit: cover;
}
.display-option .pop-content .pop-body p , .display-option .pop-content .pop-body span , .display-option .pop-content .pop-body ul li {
    font-size: 16px !important;
    line-height: 30px !important;
}

}
@media screen and (min-width: 768px){

#our-service span.button a.btn , #display-option span.button a.btn {
    
    min-width: 240px;
    font-size: 19px;
}

}

@media screen and (max-width: 767px){
.display-owl-carousel .item img , .owl-carousel2 .item img{
    min-height: 290px;
    object-fit: cover;
}
.display-option .pop-content .pop-body p , .display-option .pop-content .pop-body span , .display-option .pop-content .pop-body ul li {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'Raleway-Light' !important;
}
#our-service span.button a.btn .fa, #display-option span.button a.btn .fa
{
    
    top: 14px;
    right: 14px;
}
body .modal.process .pop-dialog span.button a i {
    display: none;
}

body #the-process .modal.process .pop-dialog span.button a:after {
    background-image: url(https://bolddev.co.uk/lela_rose/app/public/images/btn-arrow.png);
    background-size: 15px;
    background-repeat: no-repeat;
}
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: contain;
}
a.price_guide_link {
    color: #F5D8D1;
    font-weight: 500;
    font-family: 'Raleway-Medium';
    font-weight: inherit;
    text-decoration: none;
}

div#price-guide-section:before {
    display: none;
}
div#price-guide-section {
    background-color: #fcf2f0;
    color: #212529;
}
div#price-guide-section h2 {
    color: #f5d8d1;
}
div#price-guide-section .container {
    max-width: 1280px;
}
div#price-guide-section p {
    font-family: 'Raleway-Light';
    margin-bottom: 30px;
    line-height: 40px;
    font-weight: 100;
}

@media screen and (min-width: 1700px){
    
    div#price-guide-section p{
        
        font-size: 30px;
    }
    
}
div#how-to-book .pop-content p {
    padding: 0 30px;
}