* {
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow: auto;
  color: #253846;
  line-height: 1.8;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  border: none;
  outline: none;
  text-decoration: none;
  color: #FA4616;
  cursor: pointer;
}
a:hover{
  color: #FA4616;
}

a.link {
  color: #FA4616;
  text-decoration: underline;
}
a.link:hover{
  color: #253846;
}


a.link.more {
  font-size: 18px;
  color: #FA4616;
  transition: all ease 0.3s;
  text-decoration: none;
}
a.link.more i {
  margin-left: 20px;
}
a.link.more:hover {
  background: linear-gradient(90deg, rgba(0, 147, 214, 0.98) 0%, rgba(99, 178, 56, 0.98) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



b{
  font-weight: 700;
}

.fw-200{
  font-weight: 200 !important;
}
.fw-300{
  font-weight: 300 !important;
}
.fw-400{
  font-weight: 400 !important;
}
.fw-500{
  font-weight: 500 !important;
}
.fw-600{
  font-weight: 600 !important;
}
.fw-700{
  font-weight: 700 !important;
}
.fw-800{
  font-weight: 800 !important;
}
.fw-900{
  font-weight: 900 !important;
}


.fs-7 {
  font-size: 14px!important
}

.fs-8 {
  font-size: 13px!important
}

.fs-9 {
  font-size: 12px!important
}


.text-justify{
  text-align: justify !important;
}

.text-justify-center{
  text-align: justify !important;
  text-align-last: center !important;
}

.transition-smooth{
  transition: all ease 0.3s;
}


.container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
  max-width: 1440px; width:calc(100% - 20px);
}   

.container.container_mid_size, .main_carousel .swiper .swiper-pagination {
  max-width: 1804px;
}

.z-index1{
  z-index: 1;
}

.z-index2{
  z-index: 2;
}

.h-85{
  height: 85% !important;
}

.h-md-100{
  height: 100% !important;
}

.min-h-500{
  min-height: 500px;
}


.object-fit-cover img{
  object-fit: cover !important;
}

.object-fit-contain img{
  object-fit: contain !important;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}


.ratio-3x4{
  --bs-aspect-ratio: calc(4 / 3 * 100%);
}
.ratio-3x4::before{
  display: block;
  padding-top: calc(4 / 3 * 100%);
  content: "";
}

.ratio-9x16{
  --bs-aspect-ratio: calc(16 / 9 * 100%);
}
.ratio-9x16::before{
  display: block;
  padding-top: calc(16 / 9 * 100%);
  content: "";
}

.ratio-9x14{
  --bs-aspect-ratio: calc(14 / 9 * 100%);
}
.ratio-9x14::before{
  display: block;
  padding-top: calc(14 / 9 * 100%);
  content: "";
}

.ratio > img{
  object-fit: cover;
}

.min-h-auto{
  min-height: auto !important;
}


h1, .h1{
  font-size: 24px;
  font-weight: 700;
  color: #253846;
}


h2, .h2{
  font-size: 24px;
  font-weight: 700;
  color: #253846;
}

h3, .h3{
  font-size: 23px;
  font-weight: 700;
  color: #253846;
}

h4, .h4{
  font-size: 22px;
  font-weight: 700;
  color: #253846;
}

h5, .h5{
  font-size: 21px;
  font-weight: 700;
  color: #253846;
}

h6, .h6{
  font-size: 20px;
  font-weight: 700;
  color: #253846;
}



.section{
  position: relative;
  background-color: #fff;
}
.section.section-padding{
  padding: 20px 0;
}
.section.section-padding-1{
  padding: 30px 0;
}




.page-title{
  border-radius: 12px;
  background: #F6F6F6;
  padding: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.page-title h1{
  color: #253846;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;

}



p{
  font-size: 18px;
  margin-bottom: 12px;
}
p.small{
  font-size: 16px;
}
p:last-child {
  margin-bottom: 0;
}

.smaller p{
  font-size: 14px;
}

.small, small {
  font-size: .875em;
}


.list {
  padding-left: 1.2rem;
  margin-bottom: 12px;
  position: relative;
}
.list li {
  list-style: disc;
  font-size: 18px;
  margin-bottom: 10px;
}

.list.arrow li {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 15px;
}


.list > li:last-child {
  margin-bottom: 0;
}

.list ul {
  padding-left: 1rem;
}
.list > li li {
  list-style: circle;
}





.text-small{
  font-size: 60%;
}


.text-white{
  color: #fff !important;
}
.text-grey{
  color: #C4C4C4 !important; 
}
.text-black{
  color: #161C2D !important;
}
.text-primary{
  color: #FA4616 !important;
}
.text-secondary{
  color: #253846 !important;
}


.bg-white{
  background-color: #ffffff !important;
}

.bg-grey{
  background-color: #C4C4C4 !important; ;
}

.bg-primary{
  background-color: #FA4616 !important;
}
.bg-secondary{
  background-color: #253846 !important;
}

.bg_ghostWhite{
  background-color: #F8F8F9 !important;
}
.bg_WhiteSmoke{
  background-color: #F8F8F8 !important;
}





header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  padding: 15px 30px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.20);
  height: 85px;
}

header .logoWrap, header .logo > img  {
  min-width: 127px;
  width: 127px;
  height: 50px;
}

header .logo {
  display: inline-block;
}





body.open_menu .wrapper {
  padding-left: 260px;
}

.wrapper{
  width: 100%;
  min-height: 100dvh;
  position: relative;
  z-index: 9;
  padding-top: 85px;
  overflow: hidden;
}
main {
  padding: 50px 0;
  min-height: -webkit-calc(100vh - 85px);
  min-height: calc(100vh - 85px);
  position: relative;
  z-index: 4;
}




.menu-sidebar {
  position: fixed;
  left: -260px;
  top: 95px;
  height: calc(100vh - 95px);
  z-index: 98;
  width: 260px;
  -webkit-transition: left ease-in-out 0.4s;
  transition: left ease-in-out 0.4s;
  padding: 10px;
}
body.open_menu .menu-sidebar {
  left: 0;
}
.menu_wrapp {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 12px;
  background: #F6F6F6;
  padding: 15px;
}

.menu ul {
  margin-bottom: 0;
  padding-left: 0;
}
.menu ul li{
  padding: 5px 0;
}
.menu ul li:first-child{
  padding-top: 0;
}
.menu ul li:last-child{
  padding-bottom: 0;
}
.menu .nav_link {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-decoration: none !important;
  color: #6B7280;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu .nav_link:hover {
  background-color: #FC7860;
  color: #FFFFFF;
}
.menu .nav_link.active, .menu .nav_link.active.drop_menu {
  background-color: #ef4023;
  color: #FFFFFF;
}
.menu .nav_link .icon {
  display: inline-block;
  font-size: 18px;
  vertical-align: initial;
  width: 25px;
  text-align: left;
  margin-right: 5px;
}

.main_nav > .nav_link {
  padding-right: 38px;
}
.main_nav > .nav_link > .dropdown_arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.main_nav .nav_link.drop_menu {
  background-color: #FC7860;
  color: #fff;
}
.main_nav > .nav_link.drop_menu > .dropdown_arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.main_nav .sub_nav {
  display: none;
  padding-top: 8px;
}
.menu ul.sub_nav li{
  padding: 5px 0 !important;
}

.main_nav .sub_nav .nav_link {
  padding-left: 36px;
  position: relative;
  cursor: pointer;
}
.main_nav .sub_nav .nav_link.active{
  background-color: #D8D8D8;
  color: #6B7280;
}
.main_nav .sub_nav > li .sub_nav li > .nav_link {
  padding-left: 58px;
}



.pagination {
  --bs-pagination-color: #FA4616;
  --bs-pagination-hover-color: #FA4616;
  --bs-pagination-hover-bg: #F6F6F6;
}

.page-link:focus {
  z-index: 3;
  color: #FA4616;
  background-color: #fed9d9;
  outline: 0;
  box-shadow: none;
}
.active>.page-link, .page-link.active{
  background-color: #FA4616;
  border-color: #FA4616;
}


button.reset {
  background: none;
  padding: 0;
  border: none !important;
}


.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #FA4616;
  --bs-btn-border-color: #FA4616;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fa6c45;
  --bs-btn-hover-border-color: #fa6c45;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fa6c45;
  --bs-btn-active-border-color: #fa6c45;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #FA4616;
  --bs-btn-disabled-border-color: #FA4616;
  --bs-btn-font-weight: 500;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: .625rem;
  --bs-btn-border-radius: 10px;
}

.btn-outline-primary {
  --bs-btn-color: #FA4616;
  --bs-btn-border-color: #FA4616;
  --bs-btn-hover-color: #FA4616;
  --bs-btn-hover-bg: #ffd3c7;
  --bs-btn-hover-border-color: #FA4616;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #FA4616;
  --bs-btn-active-bg: #ffd3c7;
  --bs-btn-active-border-color: #FA4616;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #FA4616;
  --bs-btn-disabled-bg: #ffd3c7;
  --bs-btn-disabled-border-color: #FA4616;
  --bs-gradient: none;
  --bs-btn-bg: #fff;
  --bs-btn-font-weight: 500;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: .625rem;
  --bs-btn-border-radius: 10px;
}








.add-big-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 60px;
  color: #A3A3A3;
  background-color: #F8F8F8;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  border: none;
  width: 100%;
  height: 100%;
}
.add-big-btn:hover{
  background-color: #f0e9e9;
}






.input_field {
  margin-bottom: 1.8rem;
}

.input {
  position: relative;
  color: rgba(28, 28, 28, 0.65);
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  font-size: 17px;
  background-color: #fff;
  z-index: 1;
}

.input.right{
  border-radius: 10px 0 0 10px;
}
.input.left{
  border-radius: 0 10px 10px 0;
}
.input.color{
  overflow: hidden;
  padding: 5px;
}
.input.color input{
  padding: 0;
  border-radius: 0;
  height: 32px;
}


.input.border-none{
  border: none;
}

.input.gradient input,
.input.gradient textarea,
.input.gradient select{
  position: relative;
}

.input.input.with_icon_btn {
  display: -webkit-flex;
  display: flex;
}

.input.with_icon_btn .icon_btn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  text-align: center;
  font-size: 17px;
  display: inline-block;
  line-height: 42px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.input.with_icon_btn.left_icon input {
  padding-left: 0
}

.input.with_icon_btn.right_icon input {
  padding-right: 0
}

.input:focus-within {
  border-color: rgba(37, 56, 70, 0.3);
}

.input input,
.input textarea,
.input select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: inherit;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 20px;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: top;
  font-size: 16px;
  color: #6b7280;
}

.input.rounded, .input.rounded input{
  border-radius: 30px !important;
}

.has-search input {
  padding-left: 42px;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.input.status{
  color: #000;
  border: none;
  border-radius: 15px;
  font-size: 14px;
  z-index: 1;
  display: inline-block;
}
.input.status select{
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  border-radius: 15px;
  font-weight: 700;
  color: #000;
}

.input input[type=file] {
  line-height: 35px
}

.input textarea {
  height: auto;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input.select select {
  padding-right: 38px
}

.input_field > label{
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 700;
}

.input label {
  position: absolute;
  margin: 0;
  font-size: 16px;
  left: 18px;
  top: 13px;
  padding: 0 3px;
  font-weight: 400;
  background-color: transparent;
  line-height: 1;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #6b7280;
}

.input.with_icon_btn.left_icon label {
  left: 34px;
} 

.input input:focus~label,
.input input:focus~label,
.input input:valid~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:valid~label,
.input label.active {
  font-size: 70%;
  top: -6px;
  background-color: #FFFFFF;
}

.input textarea:focus~label,
.input textarea:focus~label,
.input textarea:valid~label {
  font-size: 70%;
  top: -6px;
  background-color: #FFFFFF
}

.input select:focus~label,
.input select:focus~label,
.input select:valid~label {
  font-size: 70%;
  top: -6px;
  background-color: #FFFFFF
}


 input:disabled~label, .input.date label {
  font-size: 70%;
  top: -6px;
  background-color: #FFFFFF;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.input.select:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f107";
  font-size: 18px;
  font-weight: 900;
  color: #6b7280;
  /* color: rgba(0, 147, 214, 0.98); */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  pointer-events: none;
}

.input.select.status:after {
  font-size: 16px;
  color: #000;
}

.input.date:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f073";
  font-size: 18px;
  font-weight: 900;
  color: #6b7280;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}











.close {
  border: 0;
  background: none;
  position: absolute;
  top: 32px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
.close:before,
.close:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  border-radius: 2px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.close.red:before,
.close.red:after {
  background: #000;
}

.popupWrap{
  padding: 45px;
  padding-top: 10px;
}

.modal-header{
  border-radius: 12px;
  background: #F6F6F6;
  margin: 15px;
  border-bottom: none
}
.modal-title{
  font-size: 24px;
  font-weight: 700;
}




.pc-icon {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  vertical-align: middle;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}
.pc-icon.pointer {
  cursor: pointer!important
}
.pc-icon.pointer:hover {
  opacity: .7
}
.pc-icon.xs {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px
}
.pc-icon.sm {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px
}
.pc-icon.md {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px
}
.pc-icon.lg {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px
}
.pc-icon.auto {
  width: auto;
  height: auto;
  list-style: inherit;
  padding: 6px;
  line-height: 1
}
.pc-icon>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top
}



.profile_nav {
  padding: .4rem;
  border: 1px solid #FA4616;
  border-radius: var(--bs-border-radius);
  display: inline-flex;
  align-items: center;
}

.profile_nav .profile_dropdown_menu {
  color: #3E4F61;
  text-align: left;
  border-right: 1px solid #FA4616;
}


.tooltip-inner{
  background-color: #3E4F61;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before{
  border-bottom-color:#3E4F61;
}












.card {
  box-shadow: 0px 20px 30px 0px #0000001A;
  border: none;
  background-color: #FFFFFF;
  padding: 22px;
  border-radius: 8px;
  margin-bottom: 30px;
  height: 100%;
}

.table_wrapp {
  overflow: auto;
  width: 100%;
}

.table_wrapp table td, .table_wrapp table th {
  padding: 10px 4px;
  vertical-align: middle;
}
.table_wrapp thead {
  border-bottom: 1px solid #E6E6E6;
}
.table_wrapp tbody tr {
  background-color: #F6F6F6;
}
.table_wrapp tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table_wrapp table td {
  font-size: 13px;
  padding: 12px 8px;
  font-weight: 600;
}
.table_wrapp .input_field {
  min-width: 150px;
  max-width: 100%;
  margin: 0 auto;
}

.table_wrapp table td:first-child {
  border-top-left-radius: 12px;
 }
 
 .table_wrapp table td:first-child {
  border-bottom-left-radius: 12px;
 }
 
 .table_wrapp table td:last-child {
  border-top-right-radius: 12px;
 }
 
 .table_wrapp table td:last-child {
  border-bottom-right-radius: 12px;
 }



.create-product .accordion{
  --bs-accordion-border-width: 0;
}
.create-product .accordion-item{
  box-shadow: 0px 20px 30px 0px #0000001A;
  border-radius: 20px !important;
  margin-bottom: 1.5rem;
  position: relative;
}

.create-product .accordion-button{
  color: #3E4F61;
  font-size: 28px;
  font-weight: 800;
  padding: 20px 30px;
}
.create-product .accordion-button:focus{
  box-shadow:none;
}
.create-product .accordion-button:not(.collapsed){
  color: #3E4F61;
  background-color: #fff;
  box-shadow: none;
}
.create-product .accordion-button::after{
  display: none;
}

.create-product .accordion-body{
  padding: 10px 30px 20px 30px;
}

.create-product .accordion-item .accordion-header .accordion-button{
  border-radius: 20px !important;
}



.filepond--root{
  font-family: "Nunito", sans-serif;
}
.filepond--credits {
  display: none !important;
}
.filepond--root .filepond--drop-label{
  min-height: 180px;
}
.filepond--panel-root{
  background-color: #FAFAFA;
  border: 1px solid #B5B5B5;
}



.custome_upload_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #7F7F7F;
  font-size: 12px !important;
}

.custome_upload_btn img{
  width: 50px;
}


.featureBox{
  background-color: #F8F8F8;
  position: relative;
}
.featureBox .deleteBtn{
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FA4616;
  color: #fff;
  z-index: 3;
  cursor: pointer;
}




.note-editor {
  border: 1px solid #B5B5B5;
  border-radius: 10px;
    overflow: hidden;
}



.not-required{
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 99;

}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  pointer-events: all;
}
.styled-checkbox + label:before {
  content: "";
  display: -webkit-inline-table;
  display: inline-table;
  vertical-align: middle;
  width: 26px;
    height: 26px;
  background-color: #f7f9fc;
  border: 1px solid #FA4616;
  border-radius: 4px;
}
.styled-checkbox:checked + label:before {
  background: #FA4616;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 14px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}



.arrow-white::after{
  color: #fff !important;
}






.steps-timeline{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.steps-timeline::before{
  content: "";
  position: absolute;
  left: 100px;
  top: 55px;
  z-index: -1;
  width: calc(100% - 200px);
  height: 2px;
  background-image: repeating-linear-gradient(0deg, #A7A7A7, #A7A7A7 10px, transparent 10px, transparent 20px), repeating-linear-gradient(90deg, #A7A7A7, #A7A7A7 10px, transparent 10px, transparent 20px);
  background-size: 2px calc(100% + 20px), calc(100% + 20px) 2px;
  animation: boxBorderAnimation 1s infinite linear;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@keyframes boxBorderAnimation {
  from {
    background-position: 0 0, -20px 0, 100% -20px, 0 100%;
  }
  to {
    background-position: 0 -20px, 0 0, 100% 0, -20px 100%;
  }
}
.steps-timeline .steps{
  width: 100%;
  max-width: 200px;
  text-align: center;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
.steps-timeline .steps .step-name{
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  background-color: #134F7E;
  border-radius: 20px;
  color: #fff;
  width: 120px;
  min-width: 120px;
  margin: auto;
  position: relative;
}
.steps-timeline .steps .step-name::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  bottom: 0;
  border: 10px solid transparent;
  border-bottom: 0;
  border-top: 10px solid #134F7E;
  transform: translate(-50%, 100%);
}
.steps-timeline .steps .step-name::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #134F7E;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% + 15px));
}
.steps-timeline .steps .step-copy{
  font-size: 16px;
  padding-top: 40px;
  font-weight: 500;
  color: #3D3D3D;
}
.steps-timeline .steps .step-copy > span{
  color: #9B9B9B;
  font-size: 14px;
  display: block;
}


.accepted-bg{
  background-color: #3DBC28 !important;
}
.accepted-bg::after{
  background-color: #3DBC28 !important;
}
.accepted-bg::before{
  border-top-color: #3DBC28 !important;
}

.requested-bg{
  background-color: #134F7E !important;
}
.requested-bg::after{
  background-color: #134F7E !important;
}
.requested-bg::before{
  border-top-color: #134F7E !important;
}

.dispatched-bg{
  background-color: #F9D725 !important;
  color: #3D3D3D !important;
}
.dispatched-bg::after{
  background-color: #F9D725 !important;
}
.dispatched-bg::before{
  border-top-color: #F9D725 !important;
}

.delivered-bg{
  background-color: #FF6A17 !important;
}
.delivered-bg::after{
  background-color: #FF6A17 !important;
}
.delivered-bg::before{
  border-top-color: #FF6A17 !important;
}

.rejected-bg{
  background-color: #CB190A !important;
}
.rejected-bg::after{
  background-color: #CB190A !important;
}
.rejected-bg::before{
  border-top-color: #CB190A !important;
}

.progress-bg{
  background-color: #51CBF1 !important;
}
.progress-bg::after{
  background-color: #51CBF1 !important;
}
.progress-bg::before{
  border-top-color: #51CBF1 !important;
}






.createSuccess{
  height: calc(100svh - 112px);
}
.createSuccess > div{
  display: flex;
  justify-content: center;
  align-items: center;
}

.createSuccess-wrap{
  text-align: center;
  width: 100%;
  max-width: 450px;
}

.createSuccess-wrap .image{
  margin: auto;
  width: 80%;
}



/*------ Toggle Btn CSS ---------*/
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffb1ab;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #CB190A;
  transition: .4s;
}
input:checked + .slider {
  background-color: #D7EFDC;
}
input:focus + .slider {
  box-shadow: 0 0 1px #FA4616;
}
input:checked + .slider:before {
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  background-color: #1A8754;
}
.on {
  display: none;
}
.on, .off {
  color: #3D3D3D;
  position: absolute;
  transform: translate(-18%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
  font-weight: 700;
}
input:checked + .slider .on {
  display: block;
  transform: translate(-90%, -50%);
}
input:checked + .slider .off {
  display: none;
}
.slider.round {
  border-radius: 50px;
}
.slider.round:before {
  border-radius: 50%;
}
/*------ Toggle Btn CSS End ---------*/




.login .navWrap, .login .menu-sidebar{
  display: none;
}
.login .wrapper{
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.form-card {
  border-radius: 20px;
  background: #F6F6F6;
  /* box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.02); */
  padding: 40px 30px;
  max-width: 560px;
  width: 100%;
  position: relative;
}
.form-card > .form-child {
  width: 70%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
}
.form-card > .form-child > * {
  width: 100%;
}
.prod-logo {
  width: 200px;
  height: 67px;
}




.otp-input {
  display: flex;
  justify-content: center;
}
.otp-input input {
  width: 50px;
  height: 50px;
  margin: 0 8px;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  color: #6b7280;
  color: rgba(28, 28, 28, 0.65);
  border: 1px solid #D1D5DB;
  border-radius: 10px;
  font-size: 17px;
  background-color: #fff;
}
.otp-input input:focus {
  border-color: #0D5056;
  box-shadow: 0 0 0 2px rgba(13, 81, 87, 0.3);
  outline: none;
}
.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input input[type=number] {
  -moz-appearance: textfield;
}




.box{
  border-radius: 12px !important;
  background-color: #F6F6F6;
  padding: 24px;
  
}
.box.shadow{
  box-shadow: 0px 3px 24px #F268412E;
}

a.icons{
  opacity: 0.75;
  transition: opacity ease 0.15s;
}
a.icons:hover{
  opacity: 1;
}

.icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  line-height: 0;
  text-decoration: none;
}
.icons.xs {
  width: 18px;
  height: 18px;
  font-size: 15px;
  vertical-align: middle;
}
.icons.sm {
  width: 30px;
  height: 30px;
  font-size: 13px;
}
.icons.lg {
  width: 48px;
  height: 48px;
  font-size: 20px;
}
.icons.xl {
  width: 52px;
  height: 52px;
  font-size: 22px;
}
.icons.xxl {
  width: 60px;
  height: 60px;
  font-size: 23px;
}

.icons>i{
  margin: 0 !important;
}












@media screen and (min-width:991px) {
  .desktop-none{
    display: none !important;
  }


  .container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
    max-width: 1440px;
    width: calc(100% - 40px);
  }



}










@media screen and (max-width:1680px) {

  main {
    padding: 24px 0;
}

}








@media screen and (max-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
    max-width: 1320px;
  } 



}







@media screen and (max-width:1200px) {
  .container-1200{
    max-width: 100% !important;
  }

  p{
    font-size: 16px;
  }
  p.small{
    font-size: 14px;
  }
  .list > li {
    font-size: 16px;
  }



}










@media screen and (max-width:991px) {
  body{
    line-height: 1.6;
  }
  .mobile-none{
    display: none !important;
  }

  .container, .container-md, .container-sm {
    max-width: 992px;
  }


  
  h1, .h1{
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 28px;;
  }

  h3, .h3{
    font-size: 24px;
  }

  h4, .h4{
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  p.small {
    font-size: 13px;
  }

  .list > li {
    font-size: 15px;
  }



  

  .wrapper{
    padding-top: 76px;
  }

  .section.section-padding{
    padding: 70px 0;
  }


  .section_title h2 {
    font-size: 22px;
  }





  header .logoWrap, header .logo > img  {
    min-width: 97px;
    width: 97px;
    height: 44px;
  }
  header .logo {
    display: inline-block;
  }

  .nav-wraper{
    border-radius: 0;
    padding: 10px;
  }

  .container, .container-md, .container-sm {
    max-width: 992px;
  }



  .input input,  .input select {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }
  .input textarea{
    font-size: 15px;
  }

  .input.with_icon_btn .icon_btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
  }

  .input label {
    font-size: 15px;
    top: 14px;
  }
  .input_field {
    margin-bottom: 1.5rem;
  }




}
















@media screen and (max-width:767px) {
  .pad-bot-0{
    padding-bottom: 0 !important;
    padding-top: 60px !important;
  }

  body{
    line-height: 1.5;
  }
  h1, .h1{
    font-size: 35px;
    line-height: 1;
  }
  h1 .subHead{
    font-size: 16px;
  }
  h2, .h2 {
    font-size: 24px;
  }

  h3, .h3{
    font-size: 20px;
  }



}



@media screen and (max-width:575px) {
  h1, .h1 {
    font-size: 30px;
  }
  




}



