@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	font-family: "Poppins", sans-serif;
}
.common-space {
    padding: 50px 0px;
}
.common-space.franchise-page {
	padding: 0px 0px;
}
.bg-img-tp {
    background: #f4f4f4;
}
.colored-heading {
    font-weight: 400;
    font-size: 30px;
    color: #4e4e4e;
    margin-bottom: 25px;
}
.colored-heading > span {
    display: block;
    color: var(--main-bg-color);
    font-size: 40px;
    margin-top: 5px;
}
.colored-heading span > span {
    display: block;
}
.franchise-page-p {
    font-size: 18px;
    line-height: 28px;
    color: #4e4e4e;
}
.about-text {
    padding-right: 100px;
}
.gourmet-perfection-ss {
    padding-right: 23%;
}
.serving-section:after {
    content: "";
    position: absolute;
    background-image: url(/assets/wla_new/tossin/img/gourmet-perfection.png);
    width: 620px;
    height: 529px;
    background-size: cover;
    right: 0px;
    top: 30px;
}
.central-dvs {
    border-left: 2px solid #cf4d04;
    border-right: 2px solid #cf4d04;
}
.common-space.about-us-section {
    background-image: url(/assets/wla_new/tossin/img/about-us-section.png);
	background-size: cover;
}
.your-slider {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.your-slider .your-slider-start {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}
.your-slider-dv {
    background-color: var(--main-bg-color);
    padding: 50px 50px;
    border-radius: 20px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.your-slider-dv ul {
    color: #fff;
    list-style: revert;
    padding-left: 15px;
}
.your-slider-dv h4 {
    color: #ffffff00;
    font-size: 65px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    margin-bottom: 10px;
    line-height: 55px;
}
.your-slider-dv span {
    color: #fff;
    font-size: 44px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: white;
    margin-bottom: 0px;
    display: block;
}
.about-us-section {
    position: relative;
}
.about-us-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 0;
    top: 0;
}
.about-us-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 0;
    bottom: 0;
}
button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}
.common-slider button.slick-next.slick-arrow {
    display: block !important;
    font-size: 0px;
    height: 40px;
    width: 40px;
    background: var(--main-bg-color);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 2;
    left: unset;
    right: -35px;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
    top: 50%;
}
.common-slider .slick-prev {
    left: -35px;
    z-index: 1;
    top: 50%;
    font-size: 0px;
    height: 40px;
    width: 40px;
    background: var(--main-bg-color);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    right: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
}
button.slick-next.slick-arrow.slick-disabled {
    display: none !important;
}
.common-slider .slick-next:before {
    left: 9px;
    transform: rotate(-45deg);
    top: 11px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.common-slider .slick-prev:before {
    left: 13px;
    transform: rotate(135deg);
    top: 11px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.common-slider .slick-prev:before, .common-slider .slick-next:before {
    font-size: 40px;
}

@media only screen and (max-width: 1199px) {
.common-space.franchise-page {
	padding: 0px 0px;
}
.about-text {
    padding-right: 50px;
}
.colored-heading {
    font-size: 24px;
    margin-bottom: 15px;
}
.colored-heading span {
    font-size: 34px;
}
.serving-section:after {
    width: 500px;
    height: 428px;
}
.franchise-page-p {
    font-size: 16px;
    line-height: 26px;
}

}

@media only screen and (max-width: 991px) {
.common-space.franchise-page {
	padding: 0px 0px;
}
.colored-heading {
    font-size: 18px;
    margin-bottom: 15px;
}
.franchise-page-p {
    font-size: 15px;
    line-height: 24px;
}
.serving-section:after {
    width: 390px;
    height: 333px;
    top: 100px;
}
.your-slider .your-slider-start {
    padding: 0 10px;
}
.your-slider {
    margin: 0 -9px;
}
.your-slider-dv {
    padding: 30px 30px;
}
.your-slider-dv h4 {
    font-size: 55px;
	line-height: 40px;
}
.your-slider-dv span {
    font-size: 40px;
    margin-top: 15px;
}

}

@media only screen and (max-width: 767px) {
.extraspace .franchise-page.bg-img-tp {
    margin-top: 30px;
}
.common-space.franchise-page {
	padding: 50px 0px;
}
.about-text {
    padding-right: 15px;
}
.franchise-page.bg-img-tp {
    text-align: center;
}
.franchise-page-p {
    font-size: 14px;
    line-height: normal;
}
.colored-heading > span > span {
    display: inline-block;
}
.colored-heading > span {
    font-size: 28px;
}
.common-space {
    padding: 30px 0px;
}
.serving-section:after {
	display: none;
}
.serving-img {
    padding: 0px;
}
.gourmet-perfection-ss {
    padding-right: 0px;
}
.central-dvs {
    border-left: none;
    border-right: none;
    border-top: 2px solid #cf4d04;
    border-bottom: 2px solid #cf4d04;
    padding: 15px 0;
    margin: 15px 15px;
}
.about-us-section:before, 
.about-us-section:after {
	display: none;
}
.your-slider-dv {
    padding: 15px 15px;
}
.your-slider-dv span {
    font-size: 25px;
    margin-top: 15px;
}
.your-slider-dv h4 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 30px;
}
.about-us-section {
    position: relative;
    padding: 30px 40px !important;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	display: flex;
}
.slick-dots {
    bottom: -20px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
    margin-bottom: 0;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 10px;
    height: 10px;
}
.slick-dots li {
    margin: 0 3px;
}
.slick-dots li button {
    display: block;
    font-size: 0;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    padding: 0;
    background-color: #fff;
    border-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button {
    width: 8px;
    height: 8px;
}
.slick-dots li.slick-active button {
    background: var(--main-bg-color);
    border-color: var(--main-bg-color);
}
.your-slider .your-slider-start {
    padding: 0 15px;
}
.your-slider {
    margin: 0 -15px;
}

}