@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700&display=swap');

body {
  font-family: 'Work Sans', sans-serif;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/* font-family: 'Inter', sans-serif; */
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: var(--white) var(--white);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: var(--blue);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--dark-yellow);
  border-radius: 10px;
  border: 2px solid var(--white);
}

* {
  scrollbar-width: auto;
  scrollbar-color: var(--dark-yellow) #ffffff;
}

/* Chrome, Edge, and Safari */
*.single_accou::-webkit-scrollbar {
  width: 10px;
}

*.single_accou::-webkit-scrollbar-track {
  background: #F0F0F0
}

*.single_accou::-webkit-scrollbar-thumb {
  background-color: #747474;
  border-radius: 0px;
  border: 2px solid var(--white);
  width: 10px;
}

/* Chrome, Edge, and Safari */
*.step_aco::-webkit-scrollbar {
  width: 10px;
}

*.step_aco::-webkit-scrollbar-track {
  background: #F0F0F0
}

*.step_aco::-webkit-scrollbar-thumb {
  background-color: #747474;
  border-radius: 0px;
  border: 2px solid var(--white);
  width: 10px;
  border-radius: 10px;
}

/*================================================
Default CSS
=================================================*/
:root {
  --black: #000000;
  --white: #ffffff;
  --dark-yellow: #F9B233;
  --light-yellow: #FECF43;
  --blue: #1E2329;
  --matterhorn: #545454;
  --white-smoke: #F5F5F5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  margin: 0;
  transition: all 0.5s;
  color: #000000;
}

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

.cta {
  width: 100%;
  background-color: var(--light-yellow);
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  padding: 15px 0;
  border: solid 1px #00000000;
}

.cta:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--white);
}

/*================================================
Header CSS
=================================================*/
header.header_area {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.nav-header img {
  width: 240px;
}

.all_sec {
  display: flex;
  align-items: center;
  justify-content: end;
}

.city_select {
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.city_select img {
  margin-right: 5px;
}

.top_info {
  padding: 10px 0;
  border-bottom: solid 1px #EDEDEF;
  background-color: var(--light-yellow);
}

.top_info a {
  color: var(--blue);
  font-size: 14px;
  line-height: 19.36px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.call_no ul li i {
  font-size: 16px;
  margin-right: 7px;
  color: var(--blue);
  font-weight: 900;
}

.call_no ul {
  display: flex;
  align-items: center;
}

.call_no.logo_info li {
  background-color: var(--blue);
  padding: 8px 12px;
  color: var(--white);
  font-size: 15px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  margin-left: 7px;
}

.call_no.logo_info ul li i {
  color: var(--white);
  font-size: 13px;
  margin-right: 8px;
}

.call_no.logo_info ul li svg {
  fill: var(--white);
  height: 15px;
  margin-right: 7px;
}

.call_no.logo_info li a {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
}

.call_no ul li:hover a {
  color: var(--white);
}

/* .call_no.logo_info li:hover {
  background-color: var(--white);
}

.call_no.logo_info li:hover a {
  color: var(--blue);
}

.call_no.logo_info li:hover i {
  color: var(--blue);
}

.call_no.logo_info li:hover svg {
  fill: var(--blue);
} */
.spas img {
  display: none;
}

.top_info .container .row {
  align-items: center;
}

.spas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.estimate_cta {
  margin-left: 40px;
}

.estimate_cta a {
  background-color: var(--dark-yellow);
  color: var(--blue);
  padding: 15px 25px;
  border-radius: 10px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.estimate_cta a:hover {
  background-color: var(--black);
  color: var(--white);
}

.login_call a:hover {
  background-color: var(--white);
}

/*================================================
Slider_Area
=================================================*/
.slider {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

.content h2 {
  font-size: 50px;
  color: var(--white);
  line-height: 60.38px;
  font-weight: 600;
}

.content span {
  color: var(--light-yellow);
}

.content p {
  font-size: 25px;
  color: var(--white);
  line-height: 31.19px;
  padding: 10px 0 24px;
  font-weight: 400;
}

.content select {
  width: 100%;
  max-width: 470px;
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
  padding: 10px 14px;
  border-radius: 10px;
  margin-bottom: 15px;
  appearance: none;
  background-image: url(../img/Polygon.png);
  background-repeat: no-repeat;
  background-position: 440px 19px;
  background-size: 12px;
}

.content select:focus {
  outline: none;
}

.content a {
  max-width: 470px;
  width: 100%;
}

.slider .container .row {
  align-items: center;
}

.animate_img {
  height: 440px;
}

.animate_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

.login_call {
  position: absolute;
  right: 0;
  bottom: 50px;
}

.login_call a {
  background-color: var(--dark-yellow);
  padding: 16px 16px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  border-radius: 10px 0px 0px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.login_call a img {
  height: 24px;
  margin-right: 16px;
}

.animate_img {
  height: 440px;
  position: absolute;
  width: 160px;
  top: 0;
  transition: all 0.3s;
}

.image_1st {
  top: 80px;
  left: 10px;
}

.image_2nd {
  left: 204px;
}

.image_3rd {
  right: 209px;
}

.image_4th {
  right: 12px;
}

/*================================================
5_Simple_Steps
=================================================*/
section.simple_step {
  padding: 70px 0 60px;
  background-color: var(--white-smoke);
  text-align: center;
}

.step_heading h1 {
  font-size: 30px;
  font-weight: 600;
  color: var(--blue);
  line-height: 28.92px;
}

.step_heading p {
  font-size: 18px;
  line-height: 27.19px;
  font-weight: 400;
  color: var(--matterhorn);
  width: 60%;
  margin: 0 auto;
  padding: 20px 0 40px;
}

.kitchen_box {
  background-color: var(--white);
  padding: 25px 6px;
  border-radius: 13px;
  position: relative;
}

.five_step ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  margin: 0 auto;
  height: 214px;
  position: relative;
}

.five_step ul li {
  max-width: 199px;
  border: 2px dashed #B9B9B9;
  border-radius: 20px;
  padding: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 2s;
  opacity: 0.3;
}

.five_step ul li:before {
  content: "";
  position: absolute;
  background: #FECF43;
  border-radius: 0px 20px 20px 0px;
  width: 50%;
  height: 215px;
  top: 50%;
  transform: translatey(-50%);
  right: -2px;
}

.five_step ul.animate li:nth-child(1) {
  left: 0;
  opacity: 1;
}

.five_step ul.animate li:nth-child(2) {
  left: 249px;
  opacity: 1;
}

.five_step ul.animate li:nth-child(3) {
  left: 498px;
  opacity: 1;
}

.five_step ul.animate li:nth-child(4) {
  left: 747px;
  opacity: 1;
}

.five_step ul.animate li:nth-child(5) {
  left: 996px;
  opacity: 1;
}

.five_step ul li::after {
  content: "";
  background-image: url(../img/right-polygon.png);
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 18px;
  top: 50%;
  transform: translate(48px, -50%);
}

.five_step ul li:last-child::after {
  display: none;
}

.kitchen_box span {
  width: 50px;
  height: 50px;
  background-color: var(--blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 500;
}

.kitchen_box h4 {
  font-size: 18px;
  color: var(--blue);
  font-weight: 600;
  padding: 6px 0 6px;
}

.kitchen_box p {
  font-size: 15px;
  color: var(--black);
  font-weight: 400;
  line-height: 18.77px;
}

.estimate a {
  max-width: 470px;
  display: inline-block;
}

.estimate a {
  max-width: 470px;
  display: inline-block;
  margin-top: 60px;
}

/*================================================
Why__Choose__Us
=================================================*/
.why_choose_us {
  padding: 70px 0 60px;
}

.left_img {
  border: 5px solid #F7F7F0;
  border-radius: 20px;
  padding: 24px;
}

.left_img img {
  width: 100%;
  border-radius: 11px;
}

.choose_content h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--blue);
  line-height: 46.92px;
}

.choose_content p {
  font-size: 18px;
  line-height: 25.19px;
  font-weight: 400;
  padding-bottom: 25px;
  color: var(--matterhorn);
}

.choose_content ul li {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}

.choose_content ul li:last-child {
  padding-bottom: 0;
}

.right_icon_content {
  width: 90%;
}

.left_icon {
  width: 60px;
  height: 60px;
  background-color: var(--light-yellow);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.left_icon img {
  height: 35px;
}

.right_icon_content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.5px;
  padding-bottom: 4px;
  color: var(--blue);
}

.right_icon_content p {
  font-size: 16px;
  line-height: 23.46px;
  font-weight: 400;
  color: #545454;
  padding: 0;
}

/*================================================
Geeting_In_Touch
=================================================*/
section.get_touch {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 80px;
  background-attachment: fixed;
}

.get_info {
  text-align: center;
}

.get_info h4 {
  font-size: 30px;
  color: var(--white);
  font-weight: 500;
  line-height: 34.92px;
  padding-bottom: 15px;
}

.get_info p {
  font-size: 18px;
  color: var(--white);
  line-height: 30.19px;
  font-weight: 400;
  padding-bottom: 28px;
  width: 52%;
  margin: 0 auto;
}

.get_info ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.get_info ul li:last-child {
  margin-right: 0;
}

.get_info ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.get_info ul li a {
  font-size: 26px;
  font-weight: 400;
  line-height: 46.92px;
  color: var(--white);
  margin-right: 10px;
}

.get_info ul li a:hover {
  color: var(--light-yellow);
}

.get_info ul li a img {
  height: 17px;
  margin-right: 8px;
      -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.call_us {
  background-color: var(--light-yellow);
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 19.46px !important;
  color: var(--blue) !important;
  padding: 14px 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  margin-right: 0 !important;

}

.team .layout_content p {
  padding: 15px 0 20px;
  width: 70%;
  margin: 0 auto;
}

.call_us:hover {
  background-color: var(--white);
}

/*================================================
Kitchen_Layout
=================================================*/
.main_perallex {
  padding: 30px 0 120px;
  background-color: var(--white-smoke);
  text-align: center;
}

.layout_content {
  width: 80%;
  margin: 0 auto;
}

.layout_content h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  color: var(--blue);
}

.layout_content p {
  font-size: 18px;
  line-height: 28.19px;
  padding: 15px 0 60px;
  color: var(--blue);
  font-weight: 400;
}

.parallex:before {
  content: "";
  position: absolute;
  right: -20px;
  width: 180px;
  height: 180px;
  border: 4px solid #FECF43;
  border-radius: 15px;
  top: -20px;
}

.parallex {
  position: relative;
}

.parallex_img {
  overflow: hidden;
  position: relative;
  height: 200px;
  border-radius: 15px 15px 0px 0px;
}

.parallex_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.parallex:hover .parallex_img img {
  transform: scale(1.4);
}

.main_perallex .container .row .col-lg-3 {
  padding-right: 25px;
}

.parallex_discription {
  background-color: var(--white);
  padding: 19px 14px;
  position: relative;
  border-radius: 0 0 15px 15px;
}

.parallex_discription:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 21px solid #fff;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.parallex_discription h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--blue);
  line-height: 24.2px;
  padding-bottom: 10px;
}

.parallex_discription p {
  font-size: 15px;
  line-height: 19.36px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: var(--blue);
}

/*================================================
About_US
=================================================*/
.about {
  background-color: var(--blue);
}

.about_contant {
  padding: 30px 0 0;
}

.about .container .row {
  align-items: flex-start;
}

.about_left_img {
  border: 5px solid var(--white);
  padding: 16px;
  border-radius: 15px;
  position: relative;
  top: -60px;
  height: 500px;
}

.about_left_img img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}

.about_contant h4 {
  font-size: 30px;
  color: var(--white);
  line-height: 46.92px;
  font-weight: 600;
  padding-bottom: 10px;
}

.about_contant p {
  font-size: 18px;
  color: var(--white);
  line-height: 29.19px;
  font-weight: 400;
  padding-bottom: 24px;
  width: 85%;
}

/*================================================
BLog
=================================================*/
.blog {
  padding: 57px 0 30px;
}

.blog_content h4 {
  font-size: 30px;
  line-height: 26.92px;
  font-weight: 600;
  color: var(--blue);
}

.blog_content p {
  font-size: 18px;
  line-height: 28px;
  color: var(--blue);
  font-weight: 400;
  padding: 20px 100px 30px;
}

/* .blog_content p{font-size: 28px;line-height: 35.19px;color: var(--blue);font-weight: 400;padding: 15px 0 44px;} */
.blog_content {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.blog_img {
  overflow: hidden;
  border-radius: 15px;
}

.blog_img a img {
  width: 100%;
  border-radius: 15px;
  transition: all 0.5s;
}

.blog_co:hover .blog_img img {
  transform: scale(1.4);
}

.blog_discription h4 a {
  font-size: 17px;
  font-weight: 600;
  color: var(--blue);
  line-height: 24.2px;
  padding: 14px 0 6px;
  font-family: 'Inter', sans-serif;
  display: inline-block;
}

.blog_discription h4 a:hover {
  color: var(--dark-yellow);
}

.blog_discription p {
  font-size: 15px;
  line-height: 19.36px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  padding-bottom: 13px;
  color: var(--blue);
}

.blog_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_date h5 {
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  line-height: 19.36px;
  color: var(--blue);
  font-weight: 600;
}

.blog_date h5 span {
  font-weight: 400;
  padding-left: 12px;
}

.blog_date a {
  padding: 13px 25px;
  background-color: var(--light-yellow);
  border-radius: 100px;
  color: var(--blue);
  line-height: 14.52px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
}

.blog_date a:hover {
  background-color: var(--blue);
  color: var(--white);
}

.blog_co {
  margin-bottom: 70px;
}

.paginations {
  padding: 0 0 20px
}

.pagination {
  justify-content: center;
}

.paginations .pagination-lg .page-link {
  padding: 0;
  font-size: 18px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: solid 1px var(--blue);
  font-weight: 500;
  color: var(--blue);
}

.paginations .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  color: var(--white);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: var(--blue);
}

.paginations .pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.paginations ul li {
  margin-right: 20px;
}

.paginations .page-link:hover {
  z-index: 2;
  color: var(--white) !important;
  background-color: var(--blue);
  border-color: #dee2e6;
}

.single_img img {
  width: 100%;
}

.single_listing {
  padding: 30px 0;
}

.single_listing ul li:first-child {
  padding: 0;
}

.single_listing ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single_listing ul li {
  padding-left: 17px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.single_listing ul li a {
  font-size: 18px;
  font-weight: 600;
}

.single_listing ul li:last-child::before {
  display: none;
}

.single_listing ul li:before {
  content: "/";
  position: absolute;
  top: 2px;
  left: 45px;
}

.single_listing h4 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 8px;
  color: var(--blue);
}

.single_listing p {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 10px;
  color: #5a5555;
}

/*================================================
Our_Happy_Customers
=================================================*/
.happy_customer {
  background-color: var(--white-smoke);
  padding: 63px 0 100px;
}

.video_sec {
  position: relative;
}

.customer_heading h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 46.92px;
  color: var(--blue);
}

.happy_customer .container .row .col-lg-12 .carousel-item .row {
  margin: 30px 0 30px 0px;
}

.video_sec::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -14px;
  background-image: url(../img/bottom-right.png);
  width: 130px;
  height: 122px;
  background-repeat: no-repeat;
  background-position: left;
}

.video_sec::after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: -14px;
  background-image: url(../img/top-left.png);
  width: 130px;
  height: 122px;
  background-repeat: no-repeat;
  background-position: left;
}

.video_sec img {
  width: 100%;
}

.video_sec a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: auto !important;
  z-index: 1;
}

.video_content {
  padding-left: 10px;
}

.video_content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.46px;
  color: var(--blue);
}

.video_content h4 span {
  display: block;
  font-weight: 400;
  padding: 1px 0 13px;
}

.video_content p {
  font-size: 14px;
  line-height: 18.77px;
  font-weight: 400;
  color: var(--blue);
  padding-bottom: 16px;
}

.happy_customer .container .row .col-lg-12 .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  border: solid 2px var(--blue);
  opacity: inherit;
}

.happy_customer .container .row .col-lg-12 .carousel-indicators {
  bottom: -60px;
}

.happy_customer .container .row .col-lg-12 .carousel-indicators .active {
  background-color: #1E2329;
}

button.btn-close {
  position: absolute;
  top: -23px;
  background-color: var(--light-yellow);
  opacity: 4;
  width: 35px;
  height: 35px;
  z-index: 9;
  border-radius: 100px;
  right: -26px;
}

.happy_customer .owl-carousel .owl-stage-outer {
  padding: 30px 10px;
}

.happy_customer .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border: solid 2px var(--blue);
  background: var(--white);
  margin: 5px 4px;
}

.happy_customer .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blue);
  border: 0;
}

/*================================================
Footer_sec
=================================================*/
footer {
  background-color: var(--blue);
  padding: 70px 0 0px;
}

.fotter_domin img {
  height: 27px;
}

.fotter_domin p {
  color: var(--white);
  line-height: 18.77px;
  font-weight: 400;
  padding: 23px 0px 39px 0;
  width: 80%;
}

.fotter_domin ul {
  display: flex;
  align-items: center;
}

.fotter_domin ul li a img {
  height: 36px;
}

.fotter_domin ul li {
  margin-right: 22px;
}

.footer_list h2 {
  font-size: 20px;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  padding-bottom: 22px;
}

.footer_list ul li {
  padding-bottom: 7px;
  font-size: 16px;
  color: var(--white);
}

.footer_list ul li a {
  color: var(--white);
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  line-height: 19.36px;
}

.footer_list ul li a:hover {
  color: var(--light-yellow);
}

.footer_list ul li a img {
  height: 28px;
  margin-bottom: 12px;
}

.get_in li {
  padding-left: 27px;
  position: relative;
}

.footer_list ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
}

.get_in li a {
  padding-left: 1px;
}

.footer_list.quick_links ul li {
  position: relative;
  padding-left: 17px;
}

.footer_list.quick_links ul li:hover:before {
  background-color: var(--light-yellow);
}

.footer_list.quick_links ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--white);
  border-radius: 100px;
}

.fotter_domin {
  padding-bottom: 70px;
}

ul.get {
  padding-top: 20px;
}

.copy_right {
  text-align: center;
  border-top: solid 1px #ffffff1c;
  padding: 47px 0 54px;
}

.copy_right p a {
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  border-bottom: solid 2px var(--white);
  margin: 0 8px;
}

.copy_right p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  font-family: 'Inter', sans-serif;
}

.copy_right p a:hover {
  color: var(--light-yellow);
}

/*================================================
Inner_banner
=================================================*/
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_info {
  text-align: center;
}

.banner_info h2 {
  font-size: 55px;
  color: var(--white);
  font-weight: 600;
}

.banner_info ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_info ul li {
  padding-left: 25px;
  position: relative;
}

.banner_info ul li:first-child {
  padding-left: 0;
}

.banner_info ul li:before {
  content: "/";
  position: absolute;
  right: -19px;
  color: var(--white);
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.banner_info ul li:last-child::before {
  display: none;
}

.banner_info ul li a {
  font-size: 25px;
  color: var(--white);
  line-height: 35.19px;
}

/*================================================
Inner_kitchen_info
=================================================*/
.Kitchen_info {
  padding: 100px 0 80px;
  overflow: hidden;
}

.inner_left_img {
  position: relative;
}

.inner_left_img img {
  width: 100%;
  border-radius: 15px;
}

.inner_left_img::before {
  content: "";
  background-image: url(../img/Union.png);
  width: 100px;
  height: 100px;
  position: absolute;
  top: -12px;
  left: -13px;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner_left_img::after {
  content: "";
  background-image: url(../img/Union.png);
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -12px;
  right: -13px;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

.inner_left_info {
  padding-left: 20px;
}

.inner_left_info h4 {
  font-size: 26px;
  line-height: 30.92px;
  font-weight: 600;
  color: var(--blue);
}

.inner_left_info p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--blue);
  padding: 15px 0;
}

.inner_left_info h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--blue);
}

.inner_left_info ul li {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
}


.inner_left_info ul li:before {
  content: "";
  position: absolute;
  transform: translate(0px, -50%);
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--blue);
  border-radius: 100px;
}

/*================================================
Inner_Happy_Achivevement
=================================================*/
.achievement {
  text-align: center;
  padding: 0 0 130px;
}

section.achievement h2 {
  font-size: 30px;
  line-height: 46.92px;
  font-weight: 600;
  padding-bottom: 60px;
  color: var(--blue);
}

.count_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.count {
  text-align: left;
  padding-left: 16px;
}

.count_box i {
  width: 65px;
  height: 65px;
  background-color: var(--light-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 27px;
  color: var(--white);
}

.count_box .count h4 {
  font-size: 35px;
  line-height: 37.38px;
  font-weight: 700;
  color: var(--blue);
}

.count p {
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 31.47px;
  color: var(--blue);
}

/*================================================
How_we_work
=================================================*/
.work {
  background-color: var(--blue);
  padding: 50px 0;
}

.left_work h2 {
  font-size: 30px;
  color: var(--white);
  line-height: 26.92px;
  font-weight: 600;
  padding-bottom: 40px;
}

.left_work ul li {
  color: var(--white);
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.left_work ul li:last-child {
  margin-bottom: 0;
}

.sucs_box {
  width: 80%;
}

.suc_box {
  width: 65px;
  height: 65px;
  background-color: var(--light-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 15px;
}

.suc_box img {
  height: 30px;
}

.sucs_box h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 12.5px;
  padding-bottom: 8px;
}

.sucs_box p {
  font-size: 16px;
  line-height: 30.46px;
  font-weight: 400;
}

.right_work_img img {
  width: 100%;
  border-radius: 15px;
  height: 600px;
  object-fit: cover;
}

.right_work_img {
  border: solid 5px var(--white);
  border-radius: 15px;
  padding: 20px;
  margin-top: -125px;
}

/*================================================
Team
=================================================*/
.team {
  background-color: var(--white);
  padding: 100px 0;
}

.team .owl-carousel .owl-stage-outer {
  margin: 40px 4px 0 0;
}

.team .parallex {
  position: relative;
  margin: 20px 36px 0 0;
}

.team .parallex_img {
  height: 260px;
}

.team .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.team .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border: solid 2px var(--blue);
  background: var(--white);
  margin: 5px 4px;
}

.team .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blue);
  border: 0;
}

.team .layout_content p {
  padding: 15px 0 20px;
}

/*================================================
Contact_us
=================================================*/
.contact {
  padding: 70px 0;
}

.contact_detail ul li {
  display: flex;
  align-items: center;
}

.contact_detail h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 16.92px;
  color: var(--blue);
}

.contact_detail p {
  font-size: 18px;
  color: var(--blue);
  font-weight: 400;
  line-height: 31.19px;
  padding: 15px 0 28px;
}

.detail_icon {
  width: 60px;
  height: 60px;
  background-color: var(--light-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.detail_icon img {
  height: 20px;
}

.con_info {
  width: 80%;
  padding-left: 15px;
}

.contact_detail ul li {
  display: flex;
  align-items: center;
  padding-bottom: 33px;
}

.con_info h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 10.5px;
  color: var(--blue);
  padding-bottom: 10px;
}

.con_info p {
  font-size: 16px;
  color: var(--matterhorn);
  padding: 0;
  font-weight: 400;
  line-height: 23.46px;
}

.con_info a {
  font-size: 16px;
  color: var(--matterhorn);
  padding: 0;
  font-weight: 400;
  line-height: 23.46px;
}

.contact_form {
  border: 1px dashed rgb(185, 185, 185);
  padding: 25px;
  border-radius: 20px;
  position: relative;
  margin-left: 130px;
}

section.contact .container .row {
  align-items: center;
}

.contact_form::before {
  content: "";
  position: absolute;
  border-radius: 0px 20px 20px 0px;
  width: 310px;
  height: 100%;
  top: 0px;
  background-color: var(--light-yellow);
  right: 0px;
}

.contact_form ul {
  position: relative;
  background-color: var(--white);
  padding: 20px 20px 20px 0px;
  border-radius: 15px;
}

.contact_form ul li input,
textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.46px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgb(185, 185, 185);
}

.contact_form textarea {
  height: 130px;
}

.contact_form ul li {
  margin-bottom: 15px;
}

.contact_form ul li:last-child {
  margin-bottom: 0;
}

.contact_form ul li input::placeholder,
textarea::placeholder {
  color: #00000058;
}

.contact_form ul>li>.submit:hover {
  background-color: var(--blue);
  color: var(--white);
}

.contact_form ul>li>.submit {
  font-size: 18px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: var(--light-yellow);
  border: 0;
  font-weight: 600;
  line-height: 35.19px;
  transition: all 0.5s;
}

.main_map {
  padding-bottom: 60px;
}

/*================================================
MY__Account
=================================================*/
.my_account {
  padding: 100px 0 60px;
}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}

.tabs ul li a {
  padding: 18px;
  font-size: 20px;
  line-height: 30.5px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--blue);
}

.profile_list li h4 {
  font-size: 18px;
  line-height: 30.5px;
  font-weight: 600;
  color: var(--blue);
}

.profile_list li p {
  font-size: 16px;
  line-height: 20.81px;
  font-weight: 400;
  color: var(--matterhorn);
  padding: 0px 0px 10px;
}

.profile_list li {
  border-bottom: 2px dashed rgb(204, 204, 204);
  margin-bottom: 10px;
  position: relative;
  padding: 10px 70px 10px;
}

.profile_list li i {
  position: absolute;
  left: 0;
  font-size: 22px;
  width: 50px;
  height: 50px;
  background-color: var(--light-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--white);
  top: 50%;
  transform: translateY(-50%);
}

.profile_list li:last-child {
  margin-bottom: 0;
  border: 0;
}

.tabs ul li a i {
  font-size: 24px;
  margin-right: 7px;
  color: var(--light-yellow);
}

.tabs ul li a.active {
  background-color: var(--light-yellow);
  color: var(--white);
}

.tabs ul li a.active i {
  color: var(--white);
}

.my_profile a {
  background-color: var(--light-yellow);
  font-size: 18px;
  line-height: 35.19px;
  font-weight: 600;
  text-align: center;
  padding: 13px 0;
  display: inline-block;
  border-radius: 10px;
  margin: 30px 0px 0px;
  color: var(--blue);
  width: 420px;
}

.my_profile a:hover {
  background-color: var(--blue);
  color: var(--white);
}

.tabs ul li a:hover {
  background-color: var(--light-yellow);
  color: var(--white);
}

.tabs ul li a:hover i {
  color: var(--white);
}

.item {
  margin-bottom: 2px;
}

.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.5em;
  display: block;
}

.item.active::before {
  background: #444;
  color: #eee;
}

.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.my_profile h2 {
  font-size: 22px;
  line-height: 33.92px;
  font-weight: 600;
  color: var(--blue);
  text-transform: capitalize;
}

.my_profile p {
  font-size: 14px;
  line-height: 21.77px;
  font-weight: 400;
  padding: 10px 0px 16px;
  color: var(--matterhorn);
}

.tabbed-content .tabs {
  display: none;
}

.tabbed-content .item {
  min-height: 2em;
}

.tabbed-content .item::before {
  content: attr(data-title);
}

.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.change_info {
  max-width: 500px;
  width: 100%;
}

.form_control {
  margin-bottom: 20px;
}

.form_control input {
  width: 100%;
  border: 1px solid rgb(204, 204, 204);
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  font-weight: 400;
}

.quota_table table th {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  background-color: var(--light-yellow);
  border-left: dashed 2px var(--white);
  text-align: center;
  padding: 10px 0;
}

.quota_table table th:first-child {
  border: 0;
}

.quota_table table th a {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

/*================================================
My_Quotations
=================================================*/
.my_qutation {
  padding: 100px 0;
}

.qution_content {
  width: 70%;
  margin: 0 auto;
}

.qut_title h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 46.92px;
  color: var(--blue);
}

.qut_title p {
  font-size: 16px;
  line-height: 18.77px;
  font-weight: 400;
  color: var(--matterhorn);
  padding: 10px 0 40px;
}

.qua_tions h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 30.5px;
  color: var(--blue);
  padding-bottom: 5px;
}

.qua_tions p {
  font-size: 15px;
  font-weight: 400;
  line-height: 13.81px;
  color: var(--matterhorn);
}

.qua_tions {
  margin-bottom: 25px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}

.pernt_tet .qua_tions:last-child {
  padding-bottom: 0;
  border: 0;
  margin: 0;
}

.qua_tions ul {
  display: flex;
  align-items: center;
}

.qua_tions ul li {
  padding-left: 80px;
}

.qua_tions ul li:first-child {
  padding-left: 0;
}

.qua_tions ul li span {
  display: inline-block;
  font-weight: 400;
  color: var(--matterhorn);
}

.qua_tions ul li {
  padding-left: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--blue);
}

.qua_tions h6 {
  font-weight: 400;
  line-height: 30px;
}

.qua_tions h6 span {
  display: block;
  font-weight: 500;
  padding: 15px 0 0;
  color: var(--blue);
  line-height: 16px;
}

.down_qutat {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 55px 0 0;
}

.down_qutat a {
  border: solid 1px var(--light-yellow);
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 35.19px;
  color: var(--blue);
  margin-left: 15px;
  background-color: var(--light-yellow);
  cursor: pointer;
}

.down_qutat a:hover {
  background-color: var(--white);
  border-color: #cccccc;
}

.down_qutat a:first-child:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.down_qutat a:first-child {
  margin-left: 0;
  background-color: var(--white);
  border: solid 1px #ccc;
}

.down_qutat a img {
  height: 40px;
  margin-right: 11px;
}

.down_qutat.skip.step-content-foot button:hover {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.down_qutat.skip.step-content-foot button {
  border-radius: 10px;
  padding: 17px 0;
  font-size: 20px;
  margin-left: 20px;
  background-color: var(--light-yellow);
  font-weight: 600;
  border: solid 1px var(--light-yellow);
  text-align: center;
  width: 300px;
  color: #000;
}

.down_qutat.skip.step-content-foot button:first-child {
  background-color: var(--white);
  border-color: #ccc;
}

.down_qutat.skip.step-content-foot button:first-child:hover {
  background-color: var(--blue);
}

/*================================================s
Login_forms
=================================================*/
.login_form_detail {
  text-align: center;
}

.login_form_detail h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 46.92px;
  color: var(--blue);
  padding-bottom: 13px;
}

.control_form input {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.46px;
  padding: 10px 15px;
  border: solid 1px #ccc;
  color: var(--blue);
  border-radius: 10px;
  margin-bottom: 13px;
}

.modal-body.pd-0 {
  padding: 40px 35px;
}

.flex_for {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.inpt_box {
  display: flex;
  align-items: center;
}

.inpt_box input {
  width: 17px;
  height: 17px;
  border: solid 1px #ccc;
  margin-right: 8px;
}

.inpt_box p {
  font-size: 11px;
}

.flex_for a {
  font-size: 13px;
  color: var(--blue);
  font-weight: 400;
}

.new {
  padding: 15px 0 15px;
  font-size: 12px;
  color: #393841;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.proceed {
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  background-color: var(--light-yellow);
  border: 0;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.5s;
  color: #000;
}

.proceed:hover {
  background-color: var(--blue);
  color: var(--white);
}

.flex_for a:hover {
  color: var(--light-yellow);
}

.modal-dialog {
  max-width: 340px;
  margin: 1.75rem auto;
}

.remove_bg:hover {
  background-color: var(--light-yellow);
}

.remove_bg {
  background-color: var(--white);
  border: solid 1px var(--light-yellow);
}

/*================================================
Single_page
=================================================*/
.single {
  padding: 30px 0;
}

.chose_style {
  width: 75%;
  padding-bottom: 50px;
}

.sigle_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chose_style h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 46.92px;
  color: var(--blue);
}

.chose_style p {
  font-size: 15px;
  font-weight: 400;
  line-height: 18.77px;
  padding: 10px 0 20px;
  color: var(--matterhorn);
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
  border-radius: 0 !important;
}

.single_accou .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #F0F0F0;
  background-clip: border-box;
  border-radius: 10px;
  border: 1px solid #BABABA;
  margin-bottom: 10px;
}

.single_accou .btn-link {
  font-weight: 500;
  color: var(--blue);
  text-decoration: inherit;
  width: 100%;
  text-align: left;
  font-size: 22px;
  line-height: normal;
  position: relative;
  padding: 10px 26px;
}

.single_accou .btn-link i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}

.single_accou button:focus {
  outline: none;
  outline-color: transparent;
}

.single_accou .btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.single_accou .accordion-button {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #ccc;
  border-radius: 10px;
  background-color: #F0F0F0;
}

.single_accou .accordion-button::after {
  background-image: url(../img/plus.png);
  background-size: 85%;
}

.single_accou .accordion-button:not(.collapsed)::after {
  background-image: url(../img/minus.png);
  transform: inherit;
  position: absolute;
  right: 20px;
  top: 46%;
}

.single_accou .accordion-body {
  border: solid 1px var(--light-yellow);
  border-radius: 0 0 10px 10px;
}

.single_accou .accordion-button:not(.collapsed) {
  color: var(--blue);
  background-color: var(--light-yellow);
  box-shadow: none;
  border: 0;
  border-radius: 10px 10px 0 0;
}

.single_accou .accordion-item {
  background-color: rgb(255, 255, 255);
  border: 0;
  margin-bottom: 10px;
}

.single_accou .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.single_accou .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.single_accou .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.single_accou {
  max-height: 640px;
  overflow: hidden scroll;
  padding-right: 15px;
  height: 100%;
}

.single .progress {
  height: 10px;
  border-radius: 0;
  margin: 0 0 50px;
}

.single .progress-bar {
  background-color: var(--blue);
}

.steps {
  display: flex;
  align-items: center;
}

.steps h4 {
  font-size: 22px;
  color: #949494;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.slick-slide.slick-current.slick-active .nav_slide {
  border: solid 3px var(--light-yellow);
}

.steps h4 {
  font-size: 18px;
  color: #949494;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.steps .counta {
  font-size: 22px;
  font-weight: 600;
  color: var(--blue);
  font-family: 'Inter', sans-serif;
  margin-left: 10px;
}

.counta span {
  font-size: 15px;
  font-weight: 500;
  color: #949494;
  font-family: 'Inter', sans-serif;
}

.shap_details ul {
  display: flex;
  align-items: center;
}

.shap_details ul li {
  width: 33.3%;
  margin: 0px 10px;
}

.shap_details ul li:first-child {
  margin: 0;
}

.shap_details ul li:last-child {
  margin: 0;
}

.shap_details ul li select {
  appearance: none;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgb(178, 178, 178);
  outline: none;
  background-image: url(../img/drop.png);
  background-repeat: no-repeat;
  background-position: 160px 19px;
  background-size: 11px;
  color: rgb(178, 178, 178);
}

.shap_details ul li label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--blue);
  line-height: 23.46px;
  padding-bottom: 8px;
}

.shap_details h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--blue);
  padding: 20px 0 10px;
}

.shap_details p {
  font-size: 14px;
  line-height: 21.77px;
  font-weight: 400;
  color: var(--matterhorn);
}

.accordion-button:focus {
  box-shadow: none;
}

.hr_line {
  border-bottom: solid 1px #D9D9D9;
  margin: 30px 0 20px;
}

.down_qutat.skip {
  margin: 0;
}

.down_qutat.skip a {
  font-size: 23px;
  height: 60px;
}

/* /*================================================
Single_page_Step_2
=================================================*/
.material_header {
  background-color: var(--light-yellow);
  padding: 15px 20px;
  border-radius: 10px 10px 0px 0px;
}

.material_header h4 {
  font-size: 17px;
  font-weight: 600;
  color: var(--blue);
}

.material_header p {
  font-size: 14px;
  line-height: 21.36px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: var(--blue);
  padding: 5px 0 0;
}

.best_material {
  border-radius: 10px 10px 10px 10px;
  border: solid 1px var(--light-yellow);
  overflow: hidden;
}

.step_aco .accordion-button {
  display: inline-block;
}

.step_aco .accordion-button::after {
  background-image: url(../img/plus.png);
  background-size: 85%;
  transform: inherit;
  position: absolute;
  right: 20px;
  top: 34%;
}

.step_aco .accordion-button:not(.collapsed)::after {
  background-image: url(../img/minus.png);
  transform: inherit;
  position: absolute;
  right: 20px;
  top: 46%;
}

.step_aco .accordion-button:not(.collapsed) {
  color: var(--blue);
  background-color: var(--white);
  box-shadow: none;
  border-bottom: solid 1px var(--light-yellow);
}

.step_aco .accordion-button {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  padding: 20px 60px 20px 20px;
  border-top: solid 1px var(--light-yellow);
  line-height: 23px;
}

.step_aco .accordion-button p {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0 0;
}

.step_aco .accordion-item:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.step_aco .accordion-item {
  border: 0;
}

.step_aco .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tabs_flexs .tabs_flexs .nav-tabs {
  border-bottom: 0;
}

.brans_name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.brans_name h4 {
  font-size: 17px;
  font-weight: 500;
  color: var(--blue);
}

.brans_name input[type="checkbox"] {
  height: 22px;
  width: 40px;
}

.tabs_flexs .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: dashed 1px var(--matterhorn);
  border-radius: 13px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.tabs_flexs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: inherit;
  background-color: #fff;
  border-color: var(--light-yellow);
}

.tabs_flexs .nav-tabs .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs_flexs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: var(--light-yellow);
  isolation: isolate;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  width: 100px !important;
}

.tabs_flexs nav {
  padding: 20px 0;
}

.tabs_flexs .slick-list {
  height: 100px !important;
}

.tabs_flexs .nav-tabs {
  border-bottom: 0;
}

.tabs_flexs .slick-slider {
  padding: 0;
}

.tabs_flexs .slick-track {
  display: flex;
}

.tabs_flexs .nav_slide {
  width: 80px;
  height: 70px;
  border-radius: 10px;
}

.step_aco {
  max-height: 560px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  height: 100%;
}

/*================================================
Single_page_Step_3
=================================================*/
.handels ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.handels ul li {
  width: 21.3%;
  border: 1px dashed rgb(186, 186, 186);
  border-radius: 10px;
  margin: 10px;
  padding: 18px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}

.handels ul li.active {
  background-color: var(--light-yellow);
  border-color: var(--light-yellow);
}

.handels ul li a svg {
  width: 100%;
  height: 38px;
  margin-bottom: 20px;
  fill: var(--light-yellow);
}

.handels ul li.active a svg {
  fill: var(--white);
}

.handels ul li a h4 {
  font-size: 14px;
  color: var(--blue);
  font-weight: 500;
  line-height: 15.11px;
}

.handels ul li:hover a svg {
  fill: var(--white);
}

.handels ul li:hover {
  background-color: var(--light-yellow);
  border-color: var(--light-yellow);
}

/* .single_accou .accordion-button{display: inline-block;} */
.small_text .qua_tions ul li {
  padding-left: 20px;
  font-size: 14px;
  line-height: 26px;
}

.small_text .qua_tions ul li:first-child {
  padding-left: 0;
}

.small_text .qua_tions p {
  font-size: 15px;
  line-height: 17.81px;
}

.remove_boxs {
  text-align: right;
  padding: 0;
}

.skip_sec {
  border: solid 1px var(--light-yellow);
  background-color: var(--light-yellow);
  font-size: 14px;
  padding: 5px 22px;
  border-radius: 7px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  color: #000;
  
}

/*================================================
OTP_Area
=================================================*/
.otp {
  text-align: center;
}

.otp img {
  height: 60px;
  object-fit: cover;
}

.ott_sec .modal-body {
  padding: 40px 30px;
}

.ott_sec .modal-content {
  border-radius: 10px;
  border: solid 1px var(--dark-yellow);
}

.otp h4 {
  font-size: 20px;
  color: var(--black);
  font-weight: 600;
  line-height: 46.92px;
  padding: 5px 0 0px;
}

.otp p {
  font-size: 14px;
  color: #000000e6;
  line-height: 21.11px;
  font-weight: 400;
  padding-bottom: 20px;
}

.forms input {
  width: 100%;
  height: 47px;
  border: solid 1px #BABABA;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 49px;
  color: var(--blue);
}

.forms input[type="tel"] {
  margin-bottom: 20px;
  position: relative;
  background-image: url(../img/form-icon.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 32px;
  color: var(--blue);
}

.forms input[type="tel"]::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #1E2329;
}

.forms input[type="button"] {
  background-color: var(--light-yellow);
  font-size: 16px;
  font-weight: 500;
  line-height: 30.19px;
  border: solid 1px var(--light-yellow);
}

.forms input[type="button"]:hover {
  background-color: var(--blue) !important;
  color: var(--white);
  border-color: var(--blue) !important;
}

.forms input[type="button"]:last-child {
  background-color: var(--white);
  border: solid 1px var(--light-yellow);
}

.forms input:last-child {
  margin: 0;
}

.otp form input {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  border: solid 1px #BABABA;
  margin: 0 4px 23px 0;
}

#progress-bar {
  width: 100%;
  height: 10px;
  background-color: #f2f2f2;
  position: relative;
  left: 0;
  bottom: 40px;
}

#progress {
  height: 100%;
  background-color: #1E2329;
  width: 20%;
}

button:disabled {
  display: none;
}

/* .non {
  display: none;
}

#step1 {
  display: block;
} */

/*================================================
Our_Portfolio
=================================================*/
.our-portfolio .parent {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 10rem);
  gap: 1rem;
  padding: 100px 0;
}

.our-portfolio .parent img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.our-portfolio .parent .box1,
.box3 {
  grid-row: 1/2;
}

.our-portfolio .parent .box2,
.box4 {
  grid-row: 1/3;
}

.our-portfolio .parent .box5,
.box7 {
  grid-row: 2/4;
}

.our-portfolio .parent .box {
  counter-increment: step;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.our-portfolio .parent .box .back_color_bg {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 54%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 54%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgb(0 0 0 / 85%) 50%, rgb(255 255 255 / 71%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  transition: all 0.5s;
}

.our-portfolio .parent .box h2 {
  position: absolute;
  bottom: -20px;
  color: #fff;
  font-size: 20px;
  left: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s;
  z-index: 1;
}

.our-portfolio .parent .box:hover .back_color_bg {
  bottom: 0;
}

.our-portfolio .parent .box:hover h2 {
  bottom: 50%;
}

.forms a {
  margin-bottom: 20px;
  display: block;
}

.why--part-1,
.why--part-2,
.getting--1,
.card--1,
.card--2,
.card--3,
.card--4,
.blog--1,
.blog--2,
.blog--3,
.blog--4,
.about--1,
.about--2,
.happy--1,
.does--1,
.does--2,
.shake--1,
.count--1,
.count--2,
.count--3,
.count--4,
.work--1,
.work--2   {
  opacity: 0;
}

.why--part-1.animate__animated,
.why--part-2.animate__animate,
.getting--1.animate__animated,
.card--1.animate__animated,
.card--2.animate__animated,
.card--3.animate__animated,
.card--4.animate__animated,
.blog--1.animate__animated,
.blog--2.animate__animated,
.blog--3.animate__animated,
.blog--4.animate__animated,
.about--1.animate__animated,
.about--2.animate__animated,
.happy--1.animate__animated,
.does--1.animate__animated,
.does--2.animate__animated,
.shake--1.animate__animated,
.count--1.animate__animated,
.count--2.animate__animated,
.count--3.animate__animated,
.count--4.animate__animated,
.work--1.animate__animated,
.work--2.animate__animated{
  opacity: 1;
}


.happy_customer .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1e2329 !important;
}

.parent {
  height: 840px;
  position: relative;
  overflow: hidden;
}

.non {
  left: 100%;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  background: #fff;
  height: 100%;
}

.non.active {
  left: 0;
}

.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content:"\f068";
  padding-right: 5px;
}
.panel-title > a.collapsed:before {
  float: right !important;
  content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
  text-decoration:none;
} 

.step_aco.sd12 .tabs_flexs p {
  padding: 10px 0;
}

.step_aco.sd12 .accordion-button input {
  height: 20px;
  width: 18px;
  display: block;
  margin-right: 9px;
}
.step_aco.sd12 .accordion-button {
  display: flex;
  font-size: 17px;
  font-weight: 500;
  padding: 20px 60px 20px 20px;
  border-top: solid 1px var(--light-yellow);
  line-height: 22px;
  align-items: self-start;
}
@-moz-keyframes coccoc-alo-circle-anim {
  0% {
      transform: rotate(0) scale(.5) skew(1deg);
      opacity: .1
  }
  30% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .5
  }
  100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .1
  }
}

@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
      transform: rotate(0) scale(.5) skew(1deg);
      opacity: .1
  }
  30% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .5
  }
  100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .1
  }
}

@-o-keyframes coccoc-alo-circle-anim {
  0% {
      transform: rotate(0) scale(.5) skew(1deg);
      opacity: .1
  }
  30% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .5
  }
  100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .1
  }
}

@keyframes coccoc-alo-circle-anim {
  0% {
      transform: rotate(0) scale(.5) skew(1deg);
      opacity: .1
  }
  30% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .5
  }
  100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .1
  }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2
  }
  50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .2
  }
  100% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2
  }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2
  }
  50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .2
  }
  100% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2
  }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2
  }
  50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .2
  }
  100% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2
  }
}

@keyframes coccoc-alo-circle-fill-anim {
  0% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2
  }
  50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: .2
  }
  100% {
      transform: rotate(0) scale(.7) skew(1deg);
      opacity: .2
  }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
      transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
      transform: rotate(0) scale(1) skew(1deg)
  }
}

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
      transform: rotate(0) scale(1) skew(1deg)
  }
}

@keyframes coccoc-alo-circle-img-anim {
  0% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
      transform: rotate(0) scale(1) skew(1deg)
  }
}