/*
  Theme Name: Name - Multipurpose HTML Template
  Author: 
  Support: 
  Description: Resturent HTML5 template.
  Version: 1.0
*/

/* CSS Index 
-----------------------------------
1. Theme default css
2. header area
3. main wrapper section 
4. bennerslides section 
5. chefs deatials class section
6. chefs classpaymenstep section 
7. chefs feature section 
8. contact section 
9.  contactpage section 
10. step progress widzerd 
11. footer section 
12. Tooltip Css
*/



/*------------------------------------------
          1. Theme default css 
--------------------------------------------*/
*{
	margin:0;
	padding:0;
	outline:0;
}
 body {
	font-family: "brandon-grotesque",sans-serif; 
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
	background-color: #fff;
}
html{
	scroll-behavior: smooth;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left;
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-family: "brandon-grotesque",sans-serif; 
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	font-family: "brandon-grotesque",sans-serif; 
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #3E3E3E;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
	font-family: "brandon-grotesque",sans-serif; 
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "brandon-grotesque",sans-serif; 
	font-weight: normal;
	color: #003D4A;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 700;
}
h2 {
	font-size: 35px;
	font-weight: 700;
}
h3 {
	font-size: 28px;
	font-weight: 700;
}
h4 {
	font-size: 22px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	color: #003D4A;
	margin-bottom: 15px;
	font-weight: 400;
	font-family: "brandon-grotesque",sans-serif; 
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	font-family: "brandon-grotesque",sans-serif; 
}
*::-moz-selection {
	background: #55CCBF;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #55CCBF;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #55CCBF;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #827F7F;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #827F7F;
	font-size: 14px;
	opacity: 1;
}
.btn-str {
 font-size: 24px;
 line-height: 28.37px;
 text-align: center;
 font-weight: 700;
 font-style: normal;
 color: #F9F9F9;
 padding: 21px 0 21px;
 width: 248px;
 display: inline-block;
 border-radius: 8px;
 box-shadow: 0px 7px 0px #00B09D;
 background-color: #2EBBAC;
 transition: all .2s ease-in 0s;
 font-family: "brandon-grotesque",sans-serif; 
}
.btn-strbrand {
	font-size: 24px;
	line-height: 28.37px;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	color: #F9F9F9;
	padding: 21px 0 21px;
	width: 248px;
	display: inline-block;
	border-radius: 8px;
	background-color: #FA7580;
	box-shadow: 0px 7px 0px 0px #FF5966;
	transition: all .2s ease-in 0s;
	font-family: "brandon-grotesque",sans-serif; 
   }
.btn-str:hover {
	background-color: #FA7580;
	box-shadow: 0px 7px 0px 0px #FF5966;
	transition: all .3s ease 0s;
	color: #fff;
}
.btn-strbrand:hover {
	box-shadow: 0px 7px 0px #00B09D;
	background-color: #2EBBAC;
	transition: all .3s ease 0s;
	color: #fff;
}
/* title  style*/
.section-title h2{
	font-family: "brandon-grotesque",sans-serif; 
	font-style: normal;
	font-weight:700;
	font-size: 58px;
	line-height: 118.2%;
	color: #003D4A;
	margin-bottom: 59px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.section-title h2 {
		font-size: 52px;
	}
    }
	@media (min-width: 768px) and (max-width: 991px) {
        .section-title h2 {
            font-size: 32px;
        }
        
    }
/*---------------------------------------
            2.  header area
-----------------------------------------*/
.header-section {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1440px;
	background: #fff;
	padding: 22px 110px;
}

.navbar-nav li.nav-item a.nav-link {
	font-size: 24px;
	line-height: 118.2%;
	font-style: normal;
	font-weight: 700;
	color: #3E3E3E ;
	font-family: "brandon-grotesque",sans-serif; 
	padding-left: 0;
	padding-right: 0;
	transition: color .2s ease-in 0s;
}
.navbar-nav li.nav-item:hover a.nav-link {
	color: #696767;
}
.navbar-nav li.nav-item a.nav-link.active {
	color: #696767 !important;
}
.header-section .navbar {
	padding: 0 !important;
}
.header-section .navbar-brand {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#navbarNav .navbar-nav .nav-item {
	margin-right: 80px;
}
#navbarNav .navbar-nav .nav-item:nth-child(3) {
	margin-right: 73px;
}
#navbarNav .navbar-nav .nav-item:nth-child(4) {
	margin-right: 0;
}
/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1400px) {
    .header-section {
        width: 100%;
    }
	.section-title h2 {
		font-family: "brandon-grotesque", sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 52px;
		line-height: 118.2%;
		color: #003D4A;
		margin-bottom: 59px;
	}
    }

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.header-section {
		width: 100%;
		padding: 22px 30px;
	}

}

 
@media (min-width: 768px) and (max-width: 991px) {
	.header-section {
		width: 100%;
		padding: 22px 0px;
	}
	.header-section .navbar-brand {
		margin-left: 30px;
	}
	.navbar-light .navbar-toggler {
		margin-right: 30px;
	}
}

 
/* Extra small Device. */
@media (max-width: 767px) {
	.header-section {
		width: 100%;
		padding: 22px 0px;
	}
	.header-section .navbar-brand {
		margin-left: 15px;
	}
	.navbar-light .navbar-toggler {
		margin-right: 15px;
	}
}
@media (max-width: 991px) {
	#navbarNav .navbar-nav .nav-item:nth-child(3),
	#navbarNav .navbar-nav .nav-item:nth-child(4),
	#navbarNav .navbar-nav .nav-item {
		margin-right: 0;
	}
	.navbar-nav {
		text-align: center;
	}
	.navbar-nav {
		background: #fff;
		position: absolute;
		height: auto;
		width: 100%;
		z-index: 999;
		padding: 90px 0 90px;
		left: 0;
	}
	.navbar-toggler:focus {
		outline: 0;
	}

}

/*-------------------------------------
        3.   main wrapper section 
--------------------------------------------*/
.minWrapper-box {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1440px;
	background: #fff;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .minWrapper-box {
        width: 100%;
    }
    }
	@media (min-width: 992px) and (max-width: 1200px) {
		.minWrapper-box {
			width: 100%;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
        .minWrapper-box {
            width: 100%;
        }
        
    }
	@media (max-width: 767px) {
	
		.minWrapper-box {
			width: 100%;
		}
		.bennerslide-section {
			position: relative;
			padding: 0px 15px 0px;
			background: #F4FFFF;
		}
	}
/* ---------------------------------------
        4.  bennerslides section 
---------------------------------------------*/
.benner-slidesContent h2 {
	font-size: 72px;
	line-height: 85.1px;
	color: #003D4A;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 17px;
	font-family: "brandon-grotesque",sans-serif; 
}
.benner-slidesContent p {
	font-size: 36px;
	line-height: 42.55px;
	font-weight: 400;
	font-style: normal;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif; 
	margin-bottom: 38px;
}
.bennerslide-section {
	position: relative;
	padding: 0px 110px 0px;
	background: #F4FFFF;
}
.bennerslides-model {
	position: relative;
	padding: 63px 0 61.9px;
	display: block;
}
.benner-slidesContent .benner-contectbtn.btn-strbrand {
	margin-left: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.bennerslide-section {
		padding: 0px 30px 0px;
	}
	.benner-slidesContent h2 {
		font-size: 55px;
		line-height: 75.1px;
	}
	.benner-slidesContent p {
		font-size: 28px;
		line-height: 38.55px;
	}
	.benner-slidesContent .benner-contectbtn.btn-strbrand,
	.benner-slidesContent .benner-bookbtn.btn-str {
		font-size: 20px;
		line-height: 22.37px;
		padding: 18px 0 18px;
		width: 180px;
	}
	.section-title h2 {
		font-size: 38px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bennerslide-section {
		padding: 0px 30px 0px;
	}
	.bennerslides-model {
		text-align: center;
	}
	.benner-slidesContent {
		text-align: center;
	}
	.benner-slidesContent .btn-strbrand,
	.benner-slidesContent .btn-str {
		font-size: 20px;
		padding: 15px 0 15px;
		width: 170px;
	}
}
@media (max-width: 767px) {
	.bennerslide-section {
		padding: 0px 15px 0px;
	}
	.benner-slidesContent h2 {
		font-size: 45px;
		line-height: 60.1px;
	}
	.benner-slidesContent {
		text-align: center;
	}
	.benner-slidesContent p {
		font-size: 28px;
		line-height: 38.55px;
	}
	.benner-slidesContent p br {
		display: none;
	}
	.benner-contectbtn.btn-strbrand,
	.btn-str {
		font-size: 18px;
		line-height: 28.37px;
		text-align: center;
		font-weight: 700;
		font-style: normal;
		color: #F9F9F9;
		padding: 12px 0 12px;
		width: 135px;
	}
	.bennerslides-model{
		text-align: center;
	}
	.bennerslides-model img {
		width: 92%;
	}
}
@media (max-width: 340px) {
	.benner-contectbtn.btn-strbrand, .btn-str {
		font-size: 12px;
		line-height: 18.37px;
		text-align: center;
		font-weight: 700;
		font-style: normal;
		color: #F9F9F9;
		padding: 12px 0 12px;
		width: 82px;
	}
}
/* --------------------------------------------------
        5.   chefs deatials class section 
--------------------------------------------------*/
.classDetails-contentitem {
	position: relative;
	width: 100%;
}
.classchefsDetails-section {
	position: relative;
	padding: 86px 105px 0;
	background: #fff;
}
.chefsclass-contentbox {
	padding: 0 22px 0 26px;
}
.chefsclass-contentbox .clasdetailsbox {
	padding: 11px 16px 16px 16px;
	background: #fff;
	border-radius: 8px;
	width: 100%;
	position: relative;
}
.chefs-avatrdetails .chefs-img {

	margin-right: 16px;
}
.chefs-avatrdetails .chefs-img img {
	border-radius: 100px;
}
.chefs-svadetiltext h6,
.chefs-svadetiltext h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 21.28px;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif; 
	margin-bottom: 9px;
}
.chefs-svadetiltext h6 span{
	font-weight: 700;
}
.chefs-svadetiltext h6{
	font-weight: 400;
}
.clasdetailsbox a.booking-btn.chefs-btn {
	font-size: 16px;
	line-height: 118.2%;
	font-style: normal;
	color: #fff;
	font-weight: 800;
	width: 142px;
	padding: 13px 0 12px;
	border-radius: 8px;
	box-shadow: 0px 4px 0px #00B09D;
	background: #2EBBAC;
	text-align: center;
	font-family: "Avenir Black",sans-serif; 
}
.chefsclass-contentbox {
	padding: 0 22px 0 26px;
	position: absolute;
	top: auto;
	bottom: 16px;
	width: 100%;
	display: block;
}
.classDetails-contentitem {
	position: relative;
	width: 100%;
	border-radius: 8px;
}
.classDetails-contentitem .classdetaisl-itemmodel img {
	border-radius: 8px;
}
.chefs-avatrdetails .chefs-img:hover + .chefs-claseshover-overflow{
	opacity: 1;
	visibility: visible;
	transition: all .2s cubic-bezier(.68,-0.55,.27,1.55) 0s;
	bottom: -142px;
}

.chefs-claseshover-overflow {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 22px 30px 0px #00000059;
	width: 554px;
	position: absolute;
	top: auto;
	bottom: -220px;
	z-index: 9999;
	left: 78px;
	padding: 18px 23px 22px 23px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s cubic-bezier(.68,-0.55,.27,1.55) 0s;
}
.hover-overlyntextChefs {
	position: relative;
	left: 23px;
	width: 100%;
}
.hover-overlyntextChefs h3 {
	font-size: 24px;
	line-height: 28.37px;
	font-style: normal;
	font-weight: 700;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif;
	margin-bottom: 12px;
}
.hover-overlyntextChefs p {
	font-size: 20px;
	line-height: 23.64px;
	font-style: normal;
	font-weight: 500;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif;
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.benner-contectbtn.btn-strbrand,
	.benner-bookbtn.btn-str {
		font-size: 20px;
		padding: 17px 0 17px;
		width: 200px;
	}
	.benner-slidesContent p {
		font-size: 32px;
		
	}
	.chefs-claseshover-overflow {
		left: 55px;
	}

}
@media (min-width: 1200px) and (max-width: 1280px) {
	.form-group.chefs-contact label {
		font-size: 15px;
		width: 142px;
	}
	.chefs-claseshover-overflow {
		width: 470px;
		padding: 14px 23px 0px 0px;
	}
	.hover-overlyntextChefs h3 {
		font-size: 22px;
	}
	.hover-overlyntextChefs p {
		font-size: 14px;
		line-height: 23.64px;
	}
}
@media (min-width: 1200px) and (max-width: 1248px) {
	.form-group.chefs-contact label {
		font-size: 15px;
		width: 142px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.classchefsDetails-section {
		position: relative;
		padding: 86px 30px 0;
		background: #fff;
	}
	.section-title h2 {
		font-size: 38px;
	}
	.chefsclass-contentbox {
	padding: 0 10px 10px;
	bottom: 0;
}
.chefs-svadetiltext h6, .chefs-svadetiltext h5 {
	font-size: 14px;
	line-height: 13.28px;
}
.clasdetailsbox a.booking-btn.chefs-btn {
	font-size: 12px;
	line-height: 110.2%;
	width: 110px;
	padding: 11px 0 10px;
}
.chefs-claseshover-overflow {
	width: 448px;
	left: 67px;
}
.chefs-claseshover-overflow {
	padding: 18px 23px 16px 2px;
}
.hover-overlyntextChefs p {
	font-size: 14px;
	line-height: 19.64px;
}
.chafsClass-payment-section {
	position: relative;
	width: 100%;
	padding: 30px 30px 90px;
}
.booking-btn.chefs-btn span img {
	width: 16px;
}

}
@media (min-width: 992px) and (max-width: 1080px) {
	.chefs-claseshover-overflow {
		width: 399px;
		left: 58px;
	}
	.hover-overlyntextChefs h3 {
		font-size: 20px;
		line-height: 20.37px;
	}
	.hover-overlyntextChefs p {
		font-size: 13px;
		line-height: 19.64px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.classchefsDetails-section {
		padding: 86px 30px 0;
	}
	.chefs-claseshover-overflow {
		display: block !important;
		text-align: center;
		left: 68px;
		width: 280px;
	}
	.chefs-avatrdetails .chefs-img:hover + .chefs-claseshover-overflow {
		bottom: -269px;
	}
	.hover-overlyntextChefs p {
		font-size: 14px;
		line-height: 18.64px;
	}
	.hover-overlyntextChefs h3 {
		font-size: 20px;
		line-height: 24.37px;
		margin-bottom: 6px;
	}
	.hover-overlyntextChefs {
		left: 0;
	}
	.chefsclass-contentbox {
		padding: 0 10px 0 10px;
	}
	.chefs-svadetiltext h6, .chefs-svadetiltext h5 {
		font-size: 12px;
		line-height: 12.28px;
	}
	.chefs-avatrdetails .chefs-img img {
		border-radius: 100px;
	}
	.clasdetailsbox a.booking-btn.chefs-btn {
		font-size: 12px;
		line-height: 104.2%;
		width: 85px;
		padding: 9px 0 9px;
	}
}
@media (max-width: 767px) {
	.classchefsDetails-section {
		padding: 86px 15px 0;
	}
        .section-title h2 {
            font-size: 26px;
        }
	.chefs-avatrdetails {
		display: block !important;
		text-align: center;
		margin-bottom: 25px;
	}
	.chefs-avatrdetails {
		display: block !important;
	}
	.clasdetailsbox {
		display: block !important;
		text-align: center;
	}
	.clasdetailsbox a.booking-btn.chefs-btn {
		width: 130px;
		display: inline-block;
	}
	.chefs-claseshover-overflow {
		display: block !important;
		text-align: center;
		left: 68px;
		width: 280px;
	}
	.chefs-avatrdetails .chefs-img:hover + .chefs-claseshover-overflow {
		bottom: -210px;
	}
	.hover-overlyntextChefs p {
		font-size: 14px;
		line-height: 18.64px;
	}
	.hover-overlyntextChefs h3 {
		font-size: 20px;
		line-height: 24.37px;
		margin-bottom: 6px;
	}
	.hover-overlyntextChefs {
		left: 0;
		width: 100%;
		top: 15px;
	}
	.chefsclass-contentbox {
		padding: 0 22px 0 26px;
		position: relative;
		top: auto;
		bottom: 44px;
		width: 100%;
		display: block;
		box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	}
	.clasdetailsbox a.booking-btn.chefs-btn {
		font-size: 14px;
		
	}
}
@media (max-width: 440px) {
	.chefs-claseshover-overflow {
		display: block !important;
		text-align: center;
		left: 0px;
		width: 250px;
		padding: 18px 23px 22px 12px;
	}
	.chefs-avatrdetails .chefs-img:hover + .chefs-claseshover-overflow {
		bottom: -210px;
	}
	.clasdetailsbox a.booking-btn.chefs-btn {
		width: 120px;
		display: inline-block;
	}
}
/* ---------------------------------------------
         6.  chefs classpaymenstep section 
------------------------------------------------*/
.chafsClass-payment-section {
	position: relative;
	width: 100%;
	padding: 30px 106px 90px;
}
.chefs-clapaymentext h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 35.4px;
	text-align: center;
	font-style: normal;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif; 
}
.chefs-clapaymentext p {
	font-size: 20px;
	line-height: 23.64px;
	font-style: normal;
	font-weight: 500;
	font-family: "brandon-grotesque",sans-serif; 
}
@media (min-width: 992px) and (max-width: 1200px) {
.chafsClass-payment-section {
	position: relative;
	width: 100%;
	padding: 30px 30px 90px;
}
.chefs-clapaymentext p br {
	display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	.chafsClass-payment-section {
		padding: 30px 30px 90px;
	}
	.chefs-clapaymentext h2 {
		font-size: 24px;
	}
	.chefs-clapaymentext p {
		font-size: 15px;
		line-height: 19.64px;
	}
	.chefs-clapaymentext p br{
		display: none;
	}
	.chefs-feature-contentbox {
		position: relative;
		padding: 86px 110px 48px;
	}
}
@media (max-width: 767px) {
	.chafsClass-payment-section {
		padding: 30px 15px 90px;
	}
	.chefs-clapaymentext p br {
		display: none;
	}
}
/* ----------------------------------------
      7.   chefs feature section 
------------------------------------------*/
.chefs-feature-section {
	position: relative;
	width: 100%;
	background: #F4FFFF;
}
.chefs-feature-contentbox {
	position: relative;
	padding: 86px 0 48px;
}
.feature-image.items-four.grid-item,
.feature-image.items-three.grid-item {
	margin-bottom: 0;
}
.section-title.feature h2 {
	font-size: 48px;
	line-height: 56.47px;
	font-weight: 700;
	font-style: normal;
	font-family: "brandon-grotesque",sans-serif; 
}
.features-chefscontenttext h2 {
	font-size: 30px;
	line-height: 35.46px;
	font-style: normal;
	font-weight: 700;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif; 
	margin-bottom: 5px;
}
.features-chefscontenttext p {
	font-size: 20px;
	line-height: 23.64px;
	font-style: normal;
	font-weight: 500;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif; 
}
.feature-itemcont {
	margin-bottom: 97px;
}
.feature-itemcont.item-three{
	margin-bottom:0;
}
.grid-item {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
  }
  .feature-itemcont.item-two .featurechefs-icone {
	margin-left: -25px;
}
.features-chefscontenttext {
	margin-left: 50px;
}
.feature-itemcont.item-three .featurechefs-icone {
	margin-left: 20px;
}
.feature-itemcont.item-two .features-chefscontenttext {
	margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1250px) {
	
	.feature-image img{
		width: 250px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.chefs-feature-contentbox {
		position: relative;
		padding: 86px 110px 48px;
	}
	.chefs-contactSection {
		position: relative;
		width: 100%;
		padding: 94px 1px 50px;
		background-image: url(../img/Group\ 77.png);
		background-position: unset;
		background-size: cover;
	}

}
@media (max-width: 767px) {
	.chefs-feature-contentbox {
		position: relative;
		padding: 86px 15px 48px;
	}
	.section-title.feature h2 br {
		display: none;
	}
	.section-title.feature h2 {
		font-size: 31px;
		line-height:40.47px;
		text-align: center;
	}
	.feature-itemcont {
		display: block !important;
		text-align: center;
	}
	.features-chefscontenttext {
		margin-left: 0;
		margin-top: 15px;
	}
	.features-chefscontenttext p br {
		display: none;
	}
	.features-chefscontenttext h2 {
		font-size: 23px;
		line-height: 35.46px;
	
	}
	.feature-itemcont.item-two .features-chefscontenttext {
		margin-left: 0;
	}
	.features-chefscontenttext p {
		font-size: 17px;
		line-height: 23.64px;
	}
	.feature-image.items-four.grid-item, .feature-image.items-three.grid-item {
		margin-bottom: 20px;
	}


	.chefs-featureimages.grid {
		display: none;
	}
}
/* ---------------------------------------
         8.    contact section 
------------------------------------------*/
.chefs-contactSection {
	position: relative;
	width: 100%;
	padding: 157px 0 155px;
	background-image: url(../img/Group\ 77.png);
	background-position: unset;
	background-size: cover;
}
.chefs-contentbox-items {
	position: relative;
	left: 0;
	padding: 65px 56px 70px 56px;
	box-shadow: 0px 10px 25px 0px #00000040;
	background: #fff;
	border-radius: 4px;
	border-top: 5px solid #FFBA53;
	transform: rotate(-0.07deg);
}
.contact-dummy-tect h5 {
	font-size: 30px;
	line-height: 35.46px;
	font-weight: 700;
	color: #003D4A;
	font-style: normal;
	margin-bottom: 15px;
	font-family: "brandon-grotesque",sans-serif; 
}
.contact-dummy-tect p {
	font-size: 20px;
	font-weight: 500;
	line-height: 23.64px;
	color: #003D4A;
	font-style: normal;
	font-family: "brandon-grotesque",sans-serif; 
}

.form-group.chefs-contact label{
	display: inline-block;
	position: absolute;
	top: 3px;
	left: auto;
	right: 18px;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 21.28px;
	color: #F9F9F9;
	padding: 5px 0 1px;
	width: 156px;
	text-align: center;
	background: #FA7580;
	box-shadow: 0px 4px 0px 0px #FF5966;
	border-radius: 8px;
	white-space: nowrap;
}
.form-group.chefs-contact label a{
	color: #F9F9F9;
}
.contact-form.chefs-contact::before {
	position: absolute;
	content: "";
	left: -8px;
	width: 100%;
	background: #E9E5E5;
	top: 0;
	height: 52px;
	z-index: -1;
	bottom: 0;
	margin: auto;
	border-radius: 8px;
}
.contact-form.chefs-contact {
	position: relative;
	width: 100%;
}
.form-group {
	margin-bottom: 0 !important;
}
.form-group.chefs-contact .form-control {
	width: 316px;
	padding: 8px 0 9px 12px;
	font-family: Brandon Grotesque;
	font-style: normal;
	font-weight: 400;
	height: 36px;
	font-size: 16px;
	line-height: 118.2%;
	color: #827F7F;
	font-family: "brandon-grotesque",sans-serif;
	border: 0;
	border-radius: 8px;
}

.form-group.chefs-contact .form-control {
	width: 60%;
	padding: 8px 0 9px 12px;
	font-family: Brandon Grotesque;
	font-style: normal;
	font-weight: 400;
	height: 36px;
	font-size: 16px;
	line-height: 118.2%;
	color: #827F7F;
	font-family: "brandon-grotesque",sans-serif;
	border: 0;
}
.form-group.chefs-contact .form-control:focus{
box-shadow: none;
outline: 0;
border: 0;

}
.booking-btn.chefs-btn span img {
	width: 18px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.chefs-contentbox-items {
		width: 930px;
	}
	.feature-image img {
		width: 280px;
	}
	.chefs-feature-contentbox {
		position: relative;
		padding: 45px 0 48px;
	}
	.feature-itemcont {
		margin-bottom: 90px;
	}
	.booking-btn.chefs-btn span img {
		width: 15px;
	}
	.contact-form.chefs-contact::before {
		width: 100%;
	}
	.form-group.chefs-contact label {
		right: 20px;
		width: 156px;
	}
    }
	@media (min-width: 1200px) and (max-width: 1280px) {
		.form-group.chefs-contact .form-control {
			width: 60%;
		
		}
	}
	@media (min-width: 1200px) and (max-width: 1240px) {
		.feature-image img {
			width: 270px;
		}
	}
	@media (min-width: 992px) and (max-width: 1200px) {
		.form-group.chefs-contact label {
			right: 20px;
		}
		.chefs-contactSection {
			padding: 157px 0 90px;
		}
		.form-group.chefs-contact .form-control {
			width: 305px;
		}
		.feature-image img {
			width: 265px;
		}
		.feature-itemcont {
			margin-bottom: 52px;
		}
		.section-title.feature h2 {
			font-size: 40px;
			line-height: 52.47px;
		}
		.contact-form.chefs-contact::before {
			width: 100%;
		}
		.form-group.chefs-contact .form-control {
			width: 60%;
		}
    }
@media (min-width: 768px) and (max-width: 991px) {
	.chefs-contactSection {
		padding: 94px 0px 50px;
	}
	.contact-dummy-tect h5 {
		font-size: 25px;
	}
	.form-group.chefs-contact .form-control {
		width: 70%;
	}
	.chefs-contentbox-items {
		padding: 35px 56px 57px 56px;
	}

	.contact-form.chefs-contact::before {
		width: 100%;
	}

	.feature-image img {
		width: 235px;
	}
	.booking-btn.chefs-btn span img {
		width: 11px;
	}
	.clasdetailsbox a.booking-btn.chefs-btn {
		font-size: 10px;
	}
	.form-group.chefs-contact label {
		right: 18px;
		width: 125px;
		font-size: 14px;
	}
	.section-title.feature h2 {
		font-size: 42px;
		
	}
}
@media (min-width: 768px) and (max-width: 960px) {
	.form-group.chefs-contact .form-control {
		width: 65%;
	}
}
@media (max-width: 850px) {
	.form-group.chefs-contact .form-control {
		width: 60%;
	}
}
@media (max-width: 768px) {
	.form-group.chefs-contact label {
		font-size: 14px;
		width: 126px;
	}
	.form-group.chefs-contact .form-control {
		width: 60%;
	}
}
@media (max-width: 767px) {

	.contact-dummy-tect p br {
		display: none;
	}
	.contact-dummy-tect {
		margin-bottom: 45px;
	}
	.chefs-contactSection {
		padding: 115px 0 63px;
	}
	.form-group.chefs-contact .form-control {
		width: 70%;
		
	}
	.form-group.chefs-contact label {
		font-size: 14px;
		width: 168px;
	}
	.chefs-contentbox-items {
		padding: 29px 15px 50px 18px;
	}

}
@media (min-width: 350px) and (max-width: 670px){
	.form-group.chefs-contact .form-control {
		width: 70%;
	}
	.form-group.chefs-contact label {
		font-size: 12px;
		width: 135px;
		right: 15px;
	}
}
@media (min-width: 350px) and (max-width: 550px){
	.form-group.chefs-contact .form-control {
		width: 65%;
	}
	.form-group.chefs-contact label {
		font-size: 12px;
		width: 125px;
		right: 15px;
	}
}
@media (min-width: 350px) and (max-width: 440px){
	.form-group.chefs-contact .form-control {
		width: 65%;
	}
	.form-group.chefs-contact label {
		font-size: 12px;
		width: 96px;
		right: 15px;
	}
}
@media (max-width: 350px) {

	.contact-form.chefs-contact::before {
		width: 100%;
	}
	.form-group.chefs-contact .form-control {
		width: 60%;
	}
	.form-group.chefs-contact label {
		font-size: 12px;
		width: 96px;
		right: 15px;
	}
	.clasdetailsbox a.booking-btn.chefs-btn {
		font-size: 12px;
	
	}
}
@media (max-width: 350px) {

	.contact-form.chefs-contact::before {
		width: 100%;
	}
	.form-group.chefs-contact .form-control {
		width: 60%;
	}
	.form-group.chefs-contact label {
		font-size: 12px;
		width: 96px;
		right: 15px;
	}
	.clasdetailsbox a.booking-btn.chefs-btn {
		font-size: 12px;
	
	}
}
/* -----------------------------------
      9.   contactpage section 
---------------------------------------*/
.conactBox-section {
	position: relative;
	padding: 95px 190px 90px;
	background: #fff;
	width: 100%;
}
.contact-content-box {
	position: relative;
	width: 100%;
	height: 100%;
	background: #F9F9F9;
	box-shadow: 0px 10px 25px 0px #00000040;
	border-bottom-right-radius: 8px;
	border-top: 5px solid #FF5966;
}
.contact-maincontentbox {
	position: relative;
	padding: 57px 55px 64px 25px;
}
.contact-toptext {
	width: 100%;
	margin-bottom: 33px;
}
.contact-toptext h2 {
	font-size: 72px;
	font-style: normal;
	line-height: 85.1px;
	color: #003D4A;
	font-weight: 700;
	margin-bottom: 0;
	margin-bottom: 10px;
	font-family: "brandon-grotesque",sans-serif; 
}
.contact-toptext p {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 42.55px;
	margin-bottom: 0;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif;
}
.contact-modelbox {
	height: 100%;
}
.contact-modelbox .model-contactimg img {
	height: 100%;
}
.contact-maincontentbox{
	position: relative;
	margin-bottom: 33px;
}
.form-group {
	position: relative;
	margin-bottom: 24px !important;
}
.form-group label {
	font-size: 24px;
	line-height: 28.37px;
	font-weight: 400;
	color: #696767;
	font-style: normal;
	margin-bottom: 0;
	position: absolute;
	top: 17px;
	left: 14px;
	transition: all .2s ease-in 0s;
	z-index: 999;
	font-family: "brandon-grotesque",sans-serif; 
}
.conactBox-section  .form-group .form-control:focus + label{
	top: 1px;
	transition: all .3s ease-out 0s;
	font-size: 16px;
	color: #464646;
	margin-bottom: 2px;
}
.form-group .form-control {
	padding: 17px 0 18px 14px;
	height: 63px;
	border: 1px solid #C7C8C8;
	background: #fff;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif; 
}
.form-group .form-control:focus{
	box-shadow: none;
}
.form-group.form-textgroup textarea.form-control.text-control {
	height: 117px;
}

@media (min-width: 1200px) and (max-width: 1400px) {

	.contact-toptext h2 {
		font-size: 65px;
		line-height: 85.1px;
	}
	.model-contactimg img {
		height: 100%;
	}
	.contact-modelbox {
		height: 100%;
	}
	.conactBox-section {
		padding: 95px 160px 90px;
	}
	.contact-toptext p {
		font-size: 28px;
	
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.model-contactimg img {
		height: 100%;
	}
	.contact-modelbox {
		height: 100%;
	}

	.conactBox-section {
		padding: 105px 50px 107px;
	}
	.contact-toptext p {
		font-size: 26px;
		line-height: 36.55px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.conactBox-section {
		padding: 105px 30px 107px;
	}
}
@media (max-width: 767px) {
	.conactBox-section {
		padding: 105px 30px 107px;
	}
	.contact-toptext h2 {
		font-size: 32px;
		line-height: 52.1px;
		
	}
	.contact-toptext p {
		font-size: 18px;
		line-height: 22.55px;
	}
	.contact-toptext p br{
		display: none !important;
	}
	.contact-maincontentbox {
		padding: 57px 15px 64px 15px;
	}
	.contact-maincontentbox {
		padding: 57px 15px 25px 15px;
	}
}
/* -----------------------------------------
        10.  step progress widzerd 
---------------------------------------------*/
ul.stepTop-count li span.number {
	width: 59px;
	height: 59px;
	display: block;
	background: #487A85;
	border-radius: 50%;
	text-align: center;
	line-height: 59px !important;
	color: #fff;
	font-size: 900;
	line-height: 28.37px;
	font-style: normal;
	font-size: 24px;
	font-family: "brandon-grotesque",sans-serif;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: relative;
	margin-bottom: 13px;
	z-index: 9;
}
 ul.stepTop-count {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

ul.stepTop-count li.current span.number {
	background: #003D4A;
}
.top-model-textbox h2 {
	font-weight: 900;
	line-height: 47.28px;
	font-size: 40px;
	font-style: normal;
	color: #003D4A;
	text-align: center;
		font-family: "brandon-grotesque",sans-serif;
		margin-bottom: 6px;
}
.top-model-textbox p {
	font-size: 28px;
	line-height: 33.1px;
	font-weight: 500;
	color: #003D4A;
	text-align: center;
		font-family: "brandon-grotesque",sans-serif;
		margin-bottom: 6px;
}
.top-model-textbox a.top-modelinklearn {
	font-size: 20px;
	font-weight: 400;
	line-height: 23.64px;
	font-style: normal;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif;
	text-decoration: underline;
}
.paymentbooking-detailsprocess-box {
	padding: 84px 110px 69px 110px;
}
.booking-detailsbox,
.selingpriceboxdetails {
	padding: 43px 46px 47px 40px;
	border-top: 5px solid #FF5966
}
.selingpriceboxdetails{
	padding-right: 20px;
}
.selingpriceboxdetails {
	border-top: 5px solid #FF5966
}
.selingpriceboxdetails p.set-price{
	margin-bottom: 13px !important;
}
.selingpriceboxdetails p.requer-text,
.selingpriceboxdetails p.set-price {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.37px;
	font-style: normal;
	color: #464646;
	font-family: "brandon-grotesque",sans-serif;
	margin-bottom: 0;

}
.selingpriceboxdetails .requer-text span {
	font-weight: 700;
}
.applying-form{
margin-top: 33px;
padding-top: 33px;
margin-bottom: 33px;
padding-bottom: 33px;
border-top: 1px solid #827F7F;
border-bottom: 1px solid #827F7F;
}
.applying-form label a.submite-btn {
	font-size: 24px;
	font-weight: 700;
	line-height: 28.5px;
	font-style: normal;
	color: #F9F9F9;
	text-align: center;
	padding: 15px 0 18px;
	border-radius: 8px;
	width: 185px;
	display: inline-block;
	background-color: #2EBBAC;
	box-shadow: 0px 7px 0px 0px #00B09D;
	height: 56px;
	margin-left: 10px;
	font-family: "brandon-grotesque",sans-serif;
}
.pricetable li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
	font-size: 24px;
	font-style:normal;
	font-weight:400;
	line-height:28.35px;
	color:#464646;
	font-family: "brandon-grotesque",sans-serif;
}
.pricetable li  h6{
	font-size: 24px;
	font-style:normal;
	font-weight:400;
	line-height:28.35px;
	color:#464646;
	font-family: "brandon-grotesque",sans-serif;
}
.price-input-total li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	font-style:normal;
	font-weight:700;
	line-height:28.35px;
	color:#464646;
	font-family: "brandon-grotesque",sans-serif;
	position: relative;
}
.price-input-total li h6{
	font-size: 24px;
	font-style:normal;
	font-weight:700;
	line-height:28.35px;
	color:#464646;
	font-family: "brandon-grotesque",sans-serif;
}
.price-input-total{
	margin-top: 33px;
	padding-top: 33px;
	border-top: 1px solid #827F7F;
}
.applying-form .apply-control {
	border: 1px solid #C7C8C8;
	height: 63px;
	border-radius: 8px;
	padding: 17px 0 16px 14px;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.34px;
	color: #464646;
	font-family: "brandon-grotesque",sans-serif;
	width: 290px;
}
.step-progresslink h6 {
	font-size: 18px;
	line-height: 21.28px;
	font-style: normal;
	font-weight: 500;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif;

}
.step-progresslink span.progress-line {
	height: 4px;
	width: 28%;
	position: absolute;
	background: #003D4A;
	top: 129px;
}
.applying-form .apply-control::placeholder {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.34px;
	color: #464646;
	font-family: "brandon-grotesque",sans-serif;
}
.detaislbox-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.weight-ofproduct h5 {
	font-size: 24px;
	font-style: normal;
	line-height: 28.37px;
	color: #464646;
	font-weight: 900;
	font-family: "brandon-grotesque",sans-serif;
}
.weight-ofproduct .quty-linkupdate {
	font-size: 20px;
	font-weight: 400;
	line-height: 23.64px;
	color: #29626D;
	font-family: "brandon-grotesque",sans-serif;
	text-decoration: underline;
}
.booking-detailsbox {
	position: relative;
	background: #F9F9F9;
	box-shadow: 0px 10px 25px 0px #00000040;
}
.lebel-confirmationsendmsg {
	display: flex;
	align-content: center;
}
.confirmation-detailstable {
	margin-right: 60px;
}
.lebel-confirmationsendmsg {
	margin-top: 34px;
	margin-bottom: 34px;
}
.confirmation-detailstable li h6 {
	margin-bottom: 21px;
}
.confirmation-detailstable.confirm-tablebox li span {
	margin-bottom: 21px;
	display: block;
}
.send-confirmbtn.btn-str,
.send-confirmbtn.btn-strbrand {
	width: 290px;
	margin-top: 40px;
}
.email-form .email-group .email-control {
	padding: 17px 0 18px 14px;
	border-radius: 8px;
	border: 0;
	border: 1px solid #C7C8C8;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.37px;
	font-style: normal;
	width: 532px;
	color: #464646;
	font-family: "brandon-grotesque",sans-serif;
}
.email-form .email-group .email-control:focus{
	box-shadow: none;
}
.email-form .email-group .email-control::placeholder{
	font-size: 24px;
	font-weight: 400;
	line-height: 28.37px;
	font-style: normal;
	color: #464646;
	font-family: "brandon-grotesque",sans-serif;
}
.confirmation-detailstable li span,
.confirmation-detailstable li h6 {
	font-size: 24px;
	line-height: 28.37px;
	font-weight: 900;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif;
}
.confirmation-detailstable li span{
	font-weight: 400;
}
.confirmation-detailstblebox h5 {
	font-size: 30px;
	font-weight: 900;
	line-height: 35.34px;
	color: #003D4A;
	font-style: normal;
	font-family: "brandon-grotesque",sans-serif;
}
.bookingprocess-title h2 {
	font-size: 40px;
	margin-bottom: 17px;
	font-weight: 900;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif;
}
.booking-detailsbox {
	position: relative;
	background: #F9F9F9;
	box-shadow: 0px 10px 25px 0px #00000040;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.paymentbooking-detailsprocess-box.confimed-masg {
	padding-top: 55px;
}
.email-group label span {
	font-size: 15px;
	color: #FF5966;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	border: 1px solid #FF5966;
	border-radius: 30px;
	margin-left: 20px;
}
.card-group{
	position: relative;
	width: 100%;
}
.card-group .conrd-formcontrl {
	width: 100%;
	padding: 18px 0 17px 60px;
	border-radius: 8px;
	border: 0;
	border: 1px solid #C7C8C8;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.37px;
	color: #464646;
	font-family: "brandon-grotesque",sans-serif;
	height: 63px;
	z-index: 1;
}
.card-group .conrd-formcontrl::placeholder{
	font-size: 24px;
	font-weight: 400;
	line-height: 28.37px;
	color: #464646;
	font-family: "brandon-grotesque",sans-serif;
}
.card-group .card-formlebel {
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 22px;
	left: 0;
	padding: 0 10px;
	font-size: 20px;
	font-weight: 400;
	line-height: 23.63px;
	color: #464646;
	z-index: 2;
	font-family: "brandon-grotesque",sans-serif;
}
.inputbottom-requertext {
	font-size: 16px;
	line-height: 18.92px;
	font-weight: 400;
	color: #464646;
	font-family: "brandon-grotesque",sans-serif;
}
.card-group .card-formlebel  a{
	color: #464646;
}
.bilings-title h5 {
	font-size: 26px;
	font-weight: 500;
	line-height: 30.73px;
	color: #464646;
	margin-bottom: 16px;
	font-family: "brandon-grotesque",sans-serif;
}
.bilings-group {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.bilings-group .bilings-control {
	padding: 17px 0 18px 14px;
	height: 63px;
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.73px;
	color: #464646;
    font-family: "brandon-grotesque",sans-serif;
    border-radius: 8px;
    border: 0;
    border: 1px solid #C7C8C8;
    padding-left: 10px;
}
.bilings-group.date_times{
	position: relative;
}
.bilings-group.date_times::after{
	content: '';
	display: block;
	height: 7px;
	margin-top: -3px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 7px;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.bilings-group .bilings-control::placeholder{
	font-size: 24px;
	font-weight: 400;
	line-height: 28.73px;
	color: #464646;
		font-family: "brandon-grotesque",sans-serif;
}
.bilings-group.postcd {
	padding-left: 15px;
}
.bilings-group.city {
	padding-left: 10px;
}
.bilings-group.pro {
	padding: 0 10px;
}
.bilings-group.f-nm {
	padding-right: 7px;
	padding-left: 15px;
}
.bilings-group.ls-nm {
	padding-left: 7px;
	padding-right: 15px;
}

.bilings-group .nice-select {
	width: 100%;
	padding: 11px 0 18px 14px;
	height: 63px;
	margin-bottom: 15px;
	border: 0;
	border: 1px solid #C7C8C8;
}
.bilings-group ul li{
	font-size: 24px;
	font-weight: 400;
	line-height: 28.73px;
	color: #464646;
	font-family: "brandon-grotesque",sans-serif;
}
.bilings-group .nice-select span.current {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.73px;
	color: #464646;
	font-family: "brandon-grotesque",sans-serif;
}
.bilings-group .nice-select ul.list {
	width: 100%;
}
.bilings-group .nice-select::after {
	content: '';
	display: block;
	height: 7px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 7px;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.nice-select.open::after {
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
}
.info-andselct-box {
	justify-content: space-between;
	align-items: center;
}
#inlineFormCustomSelect:focus{
	box-shadow: none;
}
#inlineFormCustomSelect {
	width: 95px;
	height: 63px;
}
.info-andselct-box span {
	font-size: 24px;
	line-height: 28.73px;
	color: #003D4A;
	font-weight: 400;
	position: relative;
	left: -22px;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	background-color: #29626D;
}
.ui-datepicker-title {
	color: #fff;
	font-family: "brandon-grotesque",sans-serif;
}
.ui-datepicker th{
	font-family: "brandon-grotesque",sans-serif;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	font-family: "brandon-grotesque",sans-serif;

}
@media (min-width: 1200px) and (max-width: 1400px) {
	.applying-form label a.submite-btn {
		font-size: 22px;
		width: 160px;

	}
	.applying-form .apply-control {
		width: 260px;
	}
}
@media (min-width: 992px) and (max-width: 1280px) {
	.applying-form label a.submite-btn {
		font-size: 20px;
		width: 140px;

	}
	.applying-form .apply-control {
		width: 220px;
	}
	.applying-form .apply-control::placeholder,
	.card-group .conrd-formcontrl::placeholder,
	.bilings-group .bilings-control::placeholder {
		font-size: 20px;
	}
	.email-form .email-group .email-control {
		width: 430px;
	
	}
	.info-andselct-box span  {
		font-size: 18px;
		
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.top-model-textbox h2 {
		font-size: 32px;
	}
	.top-model-textbox p {
		font-size: 25px;
		line-height: 27.1px;
	}
	.bookingprocess-title h2 {
		font-size: 32px;
		margin-bottom: 17px;
	}
	#inlineFormCustomSelect {
		width: 73px;
		height: 48px;
	}
	.info-andselct-box span {
		font-size: 16px;
	}
	.bilings-group ul li {
		font-size: 18px;
	}
	.bilings-group .nice-select span.current ,
	.bilings-group .bilings-control::placeholder {
		font-size: 18px;
		line-height: 28.73px;
	}
	.btn-str {
		font-size: 22px;
		line-height: 28.37px;
		padding: 17px 0 17px;
		width: 235px;
	}
	.selingpriceboxdetails p.requer-text, .selingpriceboxdetails p.set-price {
		font-size: 18px;
		line-height: 24.37px;
	}
	.applying-form .apply-control {
		font-size: 18px;
		width: 245px;
	}
	.applying-form label a.submite-btn {
		font-size: 18px;
		width: 110px;
	}
	.paymentbooking-detailsprocess-box {
		padding: 84px 50px 69px 50px;
	}
	.card-group .card-formlebel {
		font-size: 12px;
		
	}
	.applying-form .apply-control::placeholder ,
	.card-group .conrd-formcontrl::placeholder {
		font-size: 17px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-model-textbox h2 {
		font-size: 32px;
	}
	.top-model-textbox p {
		font-size: 25px;
		line-height: 27.1px;
	}
	.bookingprocess-title h2 {
		font-size: 32px;
		margin-bottom: 17px;
	}
	#inlineFormCustomSelect {
		width: 73px;
		height: 48px;
	}
	.paymentbooking-detailsprocess-box {
		padding: 84px 30px 69px 30px;
	}
	.info-andselct-box span  {
		font-size: 15px;
		
	}
	.applying-form .apply-control::placeholder,
	.bilings-group .bilings-control::placeholder {
		font-size: 14px;
	}

	.btn-str {
		font-size: 20px;
		padding: 18px 0 18px;
		width: 229px;
	}
	.selingpriceboxdetails p.requer-text, .selingpriceboxdetails p.set-price {
		font-size: 18px;
	}
	.applying-form .apply-control {
		font-size: 18px;
		width: 216px;
	}
	.applying-form label a.submite-btn {
		font-size: 18px;
		width: 100px;
	}
	.card-group .card-formlebel {
		font-size: 12px;
		
	}
	.card-group .conrd-formcontrl::placeholder {
		font-size: 17px;
	}
	.email-form .email-group .email-control {
		width: 265px;
	
	}
	.email-form .email-group .email-control::placeholder {
		font-size: 22px;
		
	}
	.confirmation-detailstable {
		margin-right: 10px;
	}
	.confirmation-detailstable li span, .confirmation-detailstable li h6 {
		font-size: 20px;
	}
	.info-andselct-box span {
		font-size: 16px;
	}
	.bilings-group ul li {
		font-size: 16px;
	}
	.bilings-group .nice-select span.current {
		font-size: 17px;
	}
}
@media (min-width: 768px) and (max-width: 880px) {
	.applying-form .apply-control {
		font-size: 18px;
		width: 160px;
	}
	.card-group .card-formlebel {
		font-size: 12px;
		
	}
	.card-group .conrd-formcontrl::placeholder {
		font-size: 17px;
	}
	.bookingprocess-title h2 {
		font-size: 26px;
		margin-bottom: 17px;
	}
	.info-andselct-box span {
		font-size: 15px;
	}
	.bilings-group ul li {
		font-size: 15px;
	}
	.bilings-group .nice-select span.current {
		font-size: 17px;
	}
}
@media (max-width: 850px) {
	
	.info-andselct-box span {
		display: none;
	}
	.card-group .conrd-formcontrl::placeholder {
		font-size: 17px;
	}
	.bilings-group .nice-select span.current {
		font-size: 17px;
	}
}
@media (max-width: 768px) {
	.applying-form .apply-control {
		font-size: 18px;
		width: 150px;
	}
	.info-andselct-box span {
		display: none;
	}
	.card-group .card-formlebel {
		font-size: 8px;
	}
	.card-group .conrd-formcontrl::placeholder {
		font-size: 14px;
	}
	.bilings-group .nice-select span.current {
		font-size: 17px;
	}
	.inputbottom-requertext {
		font-size: 12px;
	}
	.paymentbooking-detailsprocess-box .row .col-xl-6.col-lg-6.col-md-6.pr-55 {
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.paymentbooking-detailsprocess-box {
		padding: 30px 10px 69px 10px;
	}
	.paymentbooking-detailsprocess-box > .row {
		flex-direction: column-reverse;
	}
.step-progresslink h6 {
	font-size: 12px;
}
ul.stepTop-count li span.number {
	width: 51px;
	height: 51px;
	line-height: 51px !important;
	font-size: 16px;
}
.step-progresslink span.progress-line {
	top: 123px;
}
.top-model-textbox h2 {
	font-weight: 900;
}
.top-model-textbox p {
	font-size: 18px;
	line-height: 20.1px;
}
.top-model-textbox a.top-modelinklearn {
	font-size: 16px;
}
.bookingprocess-title h2 {
	font-size: 24px;
}
.inforitems span {
	display: none;
}
#inlineFormCustomSelect {
	width: 75px;
	height: 45px;
}
.applying-form .apply-control::placeholder ,
.bilings-group .bilings-control::placeholder {
	font-size: 16px;
}
 .booking-btn.btn-str {
	font-size: 15px;
	width: 100%;
}
.selingpriceboxdetails p.requer-text, .selingpriceboxdetails p.set-price {
	font-size: 18px;
}

.booking-detailsbox, .selingpriceboxdetails {
	padding: 45px 10px 47px 10px;
	margin-top: 45px;
}
.applying-form label {
	width: 100%;
}
.applying-form .apply-control {
	width: 100%;
}
.applying-form label a.submite-btn {
	font-size: 18px;
	padding: 15px 0 18px;
	width: 100%;
	height: 56px;
	margin-left: 0;
	margin-top: 25px;
}
.pricetable li,
.pricetable li h6 {
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.35px;
	color: #464646;
	font-family: "brandon-grotesque",sans-serif;
}
.top-model-textbox h2 {
	font-size: 26px;
}
.selingpriceboxdetails {
	margin-top: 50px;
}
.paymentbooking-detailsprocess-box .row .col-xl-6.col-lg-6.col-md-6.pr-55 {
	padding: 0 15px;
}
.card-group .card-formlebel {
	font-size: 10px;
}
.card-group .conrd-formcontrl::placeholder {
	font-size: 17px;
}
.bilings-group.city,
.bilings-group.postcd,
.bilings-group.ls-nm,
.bilings-group.f-nm {
	padding: 0 15px;
}
.bilings-group .nice-select span.current {
	font-size: 17px;
}
.bilings-group ul li {
	font-size: 17px;
}
.weight-ofproduct h5 {
	font-size: 18px;
}

.weight-ofproduct .quty-linkupdate {
	font-size: 18px;
}
.confirmation-detailstblebox h5 {
	font-size: 16px;
}
.confirmation-detailstable {
	margin-right: 5px;
}
.confirmation-detailstable li span, .confirmation-detailstable li h6 {
	font-size: 12px;

}
.confirmation-detailstable li h6 {
	margin-bottom: 7px;
}
.confirmation-detailstable.confirm-tablebox li span {
	margin-bottom: 8px;
	display: block;
}
.email-form .email-group .email-control::placeholder {
	font-size: 17px;
}
.email-form .email-group .email-control {
	padding: 17px 0 9px 14px;
	font-size: 17px;
	width: 220px;
}
.email-group label span {
	margin-left: 12px;
}
.send-confirmbtn.btn-str, .send-confirmbtn.btn-strbrand {
	width: 100%;
	margin-top: 40px;
}
.btn-strbrand {
	font-size: 17px;
	padding: 17px 0 17px;
}
.send-confirmbtn.btn-str.backhome {
	padding: 20px 0 18px;
	font-size: 17px;
}
.benner-bookbtn.btn-str {
	width: 115px;
}
.benner-contectbtn.btn-strbrand {
	width: 115px;
}
}
.ui-state-default{
	color: #3E3E3E;
}
.ui-state-default.ui-state-active,
.ui-state-default.ui-state-highlight{
	background-color: #696767;
	color: #fff;
}
/* ---------------------------------
         11.    footer section 
-------------------------------------*/
.footer-section {
	position: relative;
	width: 1440px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 103px 102px 60px;
	background-color: #f4ffff;
}
.footer-linkwedg li.footerlink-items a,
.sitelogo-copyright p {
	font-size: 24px;
	line-height: 28.37px;
	font-style: normal;
	font-weight: 400;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif; 
	margin-top: 23px;
}
.footer-linkwidgets h2 {
	font-size: 24px;
	line-height: 28.37px;
	font-style: normal;
	font-weight: 700;
	color: #003D4A;
	font-family: "brandon-grotesque",sans-serif; 
	margin-bottom: 22px;
}
.footer-linkwedg li.footerlink-items{
	margin-bottom: 12px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .footer-section {
        width: 100%;
    }
    }
	@media (min-width: 992px) and (max-width: 1200px) {
		.footer-section {
            width: 100%;
            padding: 103px 30px 60px;
        }
	
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.footer-section {
			width: 100%;
			padding: 103px 30px 60px;
		}
		.sitelogo-copyright p br {
			display: none;
		}
        .footer-linkwedg li.footerlink-items a, .sitelogo-copyright p {
			font-size: 18px;
			line-height: 19.37px;
		
		}
    }
	@media (max-width: 767px) {
        .footer-section {
            width: 100%;
            padding: 103px 15px 60px;
        }
	
    }
	/* ---------------------------------
		12. Tooltip Css
--------------------------------- */

[data-tooltip] {
	position: relative;
}
[data-tooltip]::before {
	content: "";
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 99;
	-webkit-transition: transform .4s ease, opacity .2s;
	transition: transform .4s ease, opacity .2s;
	width: 30px;
	height: 30px;
	background-color: #464646;
	transform: rotate(226deg) translateY(22px) translateX(35px) !important;
}
[data-tooltip]:hover::before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
			transform: translateY(0px);
			transform: rotate(226deg) translateY(22px) translateX(35px) !important;
}
[data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	
	-webkit-transition: transform .2s ease, opacity .2s;
			transition: transform .2s ease, opacity .2s;
			z-index: 99;
}

[data-tooltip]::after {
	content: attr(data-tooltip);
	font: normal 16px "brandon-grotesque",sans-serif;
	background-color: #464646;
	color: #fff;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: 1px;
	left: -97px;
}

[data-tooltip]:hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
			transform: translateY(0px);
}

[data-tooltip][data-position="top"]::after {
	bottom: 18px;
	width: 212px;
	margin-bottom: 25px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	text-align: center;
}

[data-tooltip][data-position="top"]:hover:after {
	-webkit-transform: translateY(0px);
			transform: translateY(0px);
}

[data-tooltip][data-position="left"]:after {
	right: 100%;
	margin-right: 10px;
	-webkit-transform: translateX(0px);
			transform: translateX(0px);
}

[data-tooltip][data-position="left"]:hover:after {
	-webkit-transform: translateX(-10px);
			transform: translateX(-10px);
}

[data-tooltip][data-position="right"]:after {
	left: 100%;
	margin-left: 10px;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

[data-tooltip][data-position="right"]:hover:after {
	-webkit-transform: translateX(10px);
			transform: translateX(10px);
}

[data-tooltip][data-position="bottom"]:after {
	top: 100%;
	margin-top: 25px;
	-webkit-transform: translateY(-10px);
			transform: translateY(-10px);
}

[data-tooltip][data-position="bottom"]:hover:after {
	-webkit-transform: translateY(0px);
			transform: translateY(0px);
}
@media (min-width: 992px) and (max-width: 1200px) {
	[data-tooltip]::after {
		left: -22px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	[data-tooltip]::after {
		left: -22px;
	}
	.info-andselct-box span {
		font-size: 15px;
		left: -10px;
	}
}

@media (max-width: 767px) {
	
	[data-tooltip]::after {
		left: -22px;
	}
	.info-andselct-box span {
		display: none;
	}
}
