/*IRANSansX*/
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Woff/IRANSansXFaNum-Black.woff') format('woff'),
    url('../fonts/Woff2/IRANSansXFaNum-Black.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight:bold;
    src: url('../fonts/Woff/IRANSansXFaNum-Bold.woff') format('woff'),
    url('../fonts/Woff2/IRANSansXFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Woff/IRANSansXFaNum-DemiBold.woff') format('woff'),
    url('../fonts/Woff2/IRANSansXFaNum-DemiBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Woff/IRANSansXFaNum-ExtraBold.woff') format('woff'),
    url('../fonts/Woff2/IRANSansXFaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight:300;
    src: url('../fonts/Woff/IRANSansXFaNum-Light.woff') format('woff'),
    url('../fonts/Woff2/IRANSansXFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Woff/IRANSansXFaNum-Medium.woff') format('woff'),
    url('../fonts/Woff2/IRANSansXFaNum-Medium.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Woff/IRANSansXFaNum-Regular.woff') format('woff'),
    url('../fonts/Woff2/IRANSansXFaNum-Regular.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Woff/IRANSansXFaNum-Thin.woff') format('woff'),
    url('../fonts/Woff2/IRANSansXFaNum-Thin.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Woff/IRANSansXFaNum-UltraLight.woff') format('woff'),
    url('../fonts/Woff2/IRANSansXFaNum-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: "Block";
    src: url('../fonts/Woff2/Block-round-RD-FD-CH.woff2') format('woff2');
}

@font-face {
    font-family: ModamFaNumWeb;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Woff2/ModamFaNumWeb-SemiBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Woff/ModamFaNumWeb-SemiBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

*{
    font-family: IRANSansX,ModamFaNumWeb;
}

h1,h2,h3,h4,h5,h6,p,span{
    margin: 0;
}

ul,ol{
    margin: 0;
    padding: 0;
    list-style: none
}

input {
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

button{
    border: none;
    padding: 0;
    background: none;
}

a,ins {
    color: inherit;
    text-decoration: none;
}

:root{
    --sep-white:#FFFFFF;
    --sep-gray1:#F3F3F3;
    --sep-gray2:#DBDBDB;
    --sep-dark1:#3A4855;
    --sep-dark2:#526373;
    --sep-red:#AB052D;
    --sep-red2:#691227;
    --sep-grad:radial-gradient(circle, #AB052D 0%, rgba(255, 255, 255, 1) 100%);
    --sep-del:0.4s;
}


.body1{
    font-size: 32px;
    font-weight: 700;
}

.body2{
    font-size: 20px;
    font-weight: 700;
}

.body3{
    font-size: 17px;
    font-weight: 700;
}

.body4{
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.48px;
}

.body7{
    font-size: 16px;
    font-weight: 500;
}

.body5{
    font-size: 16px;
    font-weight: 600;
}

.body6{
    font-size: 15px;
    font-weight: 400;
}

.body8{
    font-size: 15px;
    font-weight: 500;
}

.body9{
    font-size: 14px;
    font-weight: 600;
}

.body10{
    font-size: 14px;
    font-weight: 500;
}

.body11{
    font-size: 14px;
    font-weight: 400;
}

.body12{
    font-size: 13px;
    font-weight: 400;
}

.body13{
    font-size: 12px;
    font-weight: 400;
}

/*header start*/

.sep-header{}

/*header top start*/
.sep-header-bg {
    height: 51px;
    background-color: var(--sep-gray1);
    width: 100%;
}

.sep-header-top {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    height: 51px;
}
.sep-header-top-right{}
.sep-header-lang-chose{}
.sep-lang-flag {
    display: flex;
    align-items: center;
}

.sep-lang-flag img {
    margin-left: 4px;
}

.sep-header-notif {
    color: var(--sep-dark1);
    margin-right: 50px;
    max-width: 527px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.sep-header-top-left{}
.sep-header-top-left p {
    color: var(--sep-dark1);
}

.sep-header-top-left .d-flex {
    position: relative;
    font-size: 18px;
    color: var(--sep-dark1);
}

.sep-header-top-left .d-flex span {
    color: var(--sep-red);
    font-weight: 800;
    margin-left: 2px;
    margin-right: 15px;
}

.sep-header-top-left .d-flex img {
    margin-top: 8px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

/*swich-lang start*/
.sep-lang-switch {
    position: relative;
    width: 34px;
    height: 15px;
    margin: 0 15px;
}

.sep-lang-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sep-lang-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--sep-gray1);
    border-radius: 12px;
    transition: 0.3s;
    border: 1px solid var(--sep-red);
}
.sep-lang-switch-slider:before {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    right: 2px;
    bottom: 2px;
    background-color: var(--sep-red);
    border-radius: 50%;
    transition: 0.3s;
}

.sep-lang-switch input:checked + .sep-lang-switch-slider:before {
    transform: translateX(-19px);
}

/*swich-lang end*/

/*header top end*/

.sep-header-acc-loged-in {
    color: var(--sep-red);
}

.sep-header-acc-loged-in-col1 {
    color: var(--sep-white);
}

.sep-user-prof-img {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    left: 8px;
    top: -8px;
}

.sep-user-name {
    position: absolute;
    top: 0;
    color: var(--sep-white);
    right: 10px;
    font-family: ModamFaNumWeb;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    width: 120px;
}

.sep-header-acc-loged-menu {
    position: absolute;
    width: 178px;
    height: 197px;
    border-radius: 12px;
    background: var(--sep-gray2);
    z-index: 2;
    transition: var(--sep-del);
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    z-index: 99;
}

.sep-header-acc-loged-in1st:hover .sep-header-acc-loged-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(25px);
}

.sep-header-acc-loged-menu::before {
    position: absolute;
    content: '';
    background: linear-gradient(294.99deg, #AB052D 0%, rgba(171, 5, 45, 0) 25.87%);
    width: 178px;
    height: 155px;
    bottom: 0;
    right: 0px;
    border-radius: 12px;
}

.sep-header-acc-loged-menu-inner {
    width: 99%;
    height: 195px;
    margin: 1px;
    border-radius: 12px;
    background: var(--sep-gray2);
    position: relative;
    overflow: hidden;
}

.sep-header-acc-loged-menu-items-1 {
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    padding: 5px 0px;
    border-bottom: 1px solid var(--sep-dark2);
    width: 146px;
    margin: auto;
}

.sep-header-acc-loged-menu-items-1 p {
    font-family: ModamFaNumWeb;
}

.sep-header-acc-loged-menu-items-1 svg {
    color: var(--sep-dark2);
}

.sep-header-acc-loged-menu-item {
    height: 37px;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: var(--sep-dark1);
    padding: 0 15px;
    transition: var(--sep-del);
    margin: 2px 0px;
}

.sep-header-acc-loged-menu-item:hover {
    color: var(--sep-red);
    background: #C8C7C7;
}
.sep-header-acc-loged-menu-item p{}
.sep-header-acc-loged-menu-item svg{}
/*header center start*/

.sep-header-center {
    width: 96%;
    max-width: 1320px;
    margin: 0 auto;
    background-color: var(--sep-red);
    height: 90px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 20px;
}
.sep-header-center-right{}
.sep-logo{}
.sep-header-menu {
    display: flex;
    font-size: 17px;
    color: var(--sep-white);
    margin-right: 50px;
    font-weight: 500;
}
.sep-header-menu li{}
.sep-header-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    transition: var(--sep-del);
    transform: perspective(2px) translateZ(0);
    padding-left: 5px;
}

.sep-header-menu li a:hover:before,
.sep-header-menu li a:focus:before,
.sep-header-menu li a:active:before{
    left: 0;
}

.sep-header-menu li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    left: 100%;
    background: var(--sep-white);
    opacity: 30%;
    height: 10px;
    transition-property: left;
    transition-duration: 0.3s;
    top: 9px;
}

.sep-menu-new {
    width: 40px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sep-white);
    color: var(--sep-red);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 1px;
    margin-left: 5px;
}

.sep-header-center-left {
    gap: 0 15px;
}

.sep-header-acc-link {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff30;
    border-radius: 100%;
}

.sep-header-acc-link .sep-header-acc-link-inner {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sep-white);
    border-radius: 100%;
    color: var(--sep-red);
}
.sep-header-acc-link .sep-header-acc-link-inner svg{}
.sep-header-Consulting{}
.sep-header-Consulting-text {
    font-family: ModamFaNumWeb;
    top: 15px;
    right: 20px;
    color: var(--sep-white);
    font-size: 16px;
    font-weight: 600;
}

.sep-header-Consulting-color1{
    fill: var(--sep-white);
}

.sep-header-Consulting-color2{
    fill: var(--sep-red);
}
/*header center end*/

/*header mobile start*/

.sep-header-mobile {
    background-color: var(--sep-red);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
    height: 80px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 20px;
}
.sep-header-mobile-mobile-logo{}
.sep-header-mobile-but {
    stroke: var(--sep-white);
    width: 24px;
    height: 24px;
}

.sep-offcanvas {
    padding: 25px;
    padding-top: 20px;
    width: 335px!important;
    background-color: var(--sep-gray1);
    border: none!important;
}

.sep-offcanvas-logo {
    width: 133px;
    height: 45px;
    object-fit: cover;
}

.sep-offcanvas-footer {
    bottom: 25px;
    width: 287px;
    height: 100px;
    background-color: var(--sep-white);
    border-radius: 10px;
    padding: 15px;
}

.sep-offcanvas-footer p {
    color: var(--sep-red);
    font-size: 14px;
    font-weight: 500;
}

.sep-offcanvas-footer span {
    color: var(--sep-dark1);
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}

.offcanvas-backdrop {
    background: #00000042!important;
    backdrop-filter: blur(2px) !important;
}

.sp-header-mobile-navigation {
    overflow-y: auto;
    margin-bottom: 125px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.sp-header-mobile-menu{}
.sp-header-mobile-menu li {
    border-bottom: 1px solid var(--sep-gray2);
}

.sp-header-mobile-menu li a svg:last-child{
    display: none;
}
.sp-header-mobile-menu li.menu-item-has-children a svg:last-child{
    display: block;
}

.sp-header-mobile-menu li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    position: relative;
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    transition: var(--sep-del);
}

.sp-header-mobile-menu li a .sep-menu-new{
    display: none;
}

.sp-header-mobile-menu li a svg{
    color: var(--sep-dark2);
    transition: var(--sep-del);
}

.sp-header-mobile-menu li a:hover, .sp-header-mobile-menu li a:hover svg, .sp-header-mobile-menu li.open a>*{
    color: var(--sep-red);
}

.sp-header-mobile-menu li a svg._mi._before._svg {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.sp-header-mobile-menu li a svg:last-child {
    width: 24px;
    height: 24px;
    padding: 3px;
    position: absolute;
    left: 20px;
}
.sp-header-mobile-menu li a span{}
.sp-header-mobile-menu li ul.sub-menu {
    margin-right: 31px;
}
.sp-header-mobile-menu li ul.sub-menu li {
    border: none;
}
.sp-header-mobile-menu li ul.sub-menu li a {
    padding-right: 12px;
    color: var(--sep-red);
}
.sp-header-mobile-menu li ul.sub-menu li a::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: var(--sep-red);
    right: 0;
}

.sp-header-mobile-menu li ul.sub-menu li ul.sub-menu {
    margin: 0;
}
.sp-header-mobile-menu li ul.sub-menu li ul.sub-menu li{}
.sp-header-mobile-menu li ul.sub-menu li ul.sub-menu li a{
    position: static;
    color:var(--sep-dark2);
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
}
.sp-header-mobile-menu li ul.sub-menu li ul.sub-menu li a::before{
    display: none;
}

/*header mobile end*/

/*dynamicing header start*/

.sep-header-menu li {
    position: relative;
}
.sep-header-menu li .sub-menu {
    position: absolute;
    z-index: 2;
    background-color: var(--sep-gray2);
    width: 178px;
    border-radius: 12px;
    overflow: hidden;
    padding: 1px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: var(--sep-del);
}

.sep-header-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(35px);
}

.sep-header-menu li .sub-menu::before {
    position: absolute;
    content: '';
    background: linear-gradient(294.99deg, #AB052D 0%, rgba(171, 5, 45, 0) 25.87%);
    width: 178px;
    height: 155px;
    bottom: 0;
    right: -1px;
}
.sep-header-menu li .sub-menu li a .sep-menu-new{
    display: none!important;
}
.sep-header-menu li .sub-menu li a {
    margin: 0;
    padding: 8px 15px;
    display: flex;
    background-color: var(--sep-gray2);
    z-index: 2;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0px;
    color: var(--sep-dark1);
    transition: var(--sep-del);
    align-items: center;
    justify-content: space-between;
}
.sep-header-menu li .sub-menu li a:hover {
    color: var(--sep-red);
    background-color: #C8C7C7;
}

.sep-header-menu li .sub-menu li:last-child a {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-bottom: 10px;
}

.sep-header-menu li .sub-menu li:first-child a {
    padding-top: 10px;
}

.sep-header-menu li .sub-menu li a::before{
    display: none;
}

/*dynamicing header end*/

/*header end*/

/*footer start*/

.sep-footer{}
.sep-mobile-footer-bg1{
    display: none;
}
    
.sep-mobile-footer-bg2 {
    display: none;
}

.sep-footer-inner {
    margin-bottom: 30px;
    height: 579px;
}

.sep-footer-bg1 {
    width: 100%;
}

.sep-footer-bg2 {
    top: 0;
    left: 0;
    width: 39.6%;
}

.sep-footer-content {
    position: absolute;
    top: 50px;
    right: 50px;
    display: flex;
    flex-direction: column;
    width: 92%;
}

.footer-content-box-1 {
    display: flex;
    width: 55%;
    justify-content: space-between;
}

.footer-content-box-2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 50px;
}
.sep-footer-link-box{}
.sep-footer-link-box-title {
    color: var(--sep-white);
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}

.sep-footer-link-box-title::before {
    position: absolute;
    content: '';
    height: 8px;
    width: 49px;
    background-color: var(--sep-dark2);
    z-index: -1;
    top: 9px;
}

.sep-footer-link-box-links {
    color: var(--sep-gray2);
}
.sep-footer-link-box-links li{}
.sep-footer-link-box-links li a {
    display: block;
    position: relative;
    padding-right: 8px;
    margin-bottom: 10px;
}

.sep-footer-link-box-links li a::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: var(--sep-gray2);
    right: 0;
    top: 10px;
}

.sep-footer-text-box {
    width: 381px;
    height: 179px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sep-footer-text-box img {
    width: 135px;
    height: 44px;
    object-fit: contain;
}

.sep-footer-text-box p {
    color: var(--sep-gray2);
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    text-align: justify;
    line-height: 180%;
}

.sep-footer-address-box {
    width: 405px;
    height: 175px;
}
.sep-footer-address-box .sep-footer-link-box-title{}
.sep-footer-address {
    color: var(--sep-gray2);
    margin-top: 10px;
}

.sep-footer-address .sep-footer-address-right {
    font-weight: 600;
    font-size: 15px;
    line-height: 180%;
    position: relative;
    padding-right: 8px;
}

.sep-footer-address .sep-footer-address-right::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: var(--sep-gray2);
    right: 0;
    top: 10px;
}

.sep-footer-address .sep-footer-address-left {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
}

.sep-footer-bink-box {
    width: 258px;
    height: 178px;
    justify-content: space-between;
}

.sep-footer-bink-enamad {
    width: 68px;
    height: 173px;
    border-radius: 10px;
    background-color: var(--sep-red);
    display: flex;
    flex-direction: column;
    text-align: center;
    color: var(--sep-white);
    justify-content: space-between;
    padding-bottom: 15px;
}

.sep-footer-bink-enamad p{
    font-family: 'Block';
    font-weight: 100;
    font-size: 20px;
    line-height: 100%;
}

.sep-footer-bink-enamad img {
    width: 68px;
    height: 68px;
    opacity: 0.3;
    margin-top: 30px;
}

.sep-footer-bink-card {
    width: 180px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2E3C49;
    color: var(--sep-white);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    gap: 15px;
}

.sep-footer-copy-right {
    width: 100%;
    max-width: 1318px;
    height: 52px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--sep-white);
    background-color: var(--sep-red);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.sep-footer-island {
    position: absolute;
    top: -25px;
    left: 50px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.sep-footer-island img {
    width: 261px;
    height: 210px;
    object-fit: cover;
}

.sep-footer-island-content {
    width: 234px;
    height: 54px;
    position: relative;
    margin-top: 30px;
}

.sep-footer-island p {
    font-weight: 900;
    font-size: 18px;
    line-height: 140%;
    color: var(--sep-dark1);
}

.sep-footer-island svg {
    stroke: var(--sep-red);
    position: absolute;
    left: 6px;
    bottom: 7px;
}
/*footer end*/
/*========================================== SEPANTA CORE START ==========================================*/


/* sepanta title start */

.sep-elementor-title{}
.sep-root-title{}
.sep-elementor-title p, .sep-root-title p {
    font-weight: 400;
    font-size: 17px;
    line-height: 180%;
    margin-bottom: 10px;
}

.sep-elementor-title p {
    color: #526373;
}

.sep-root-title p {
    color: var(--sep-dark2);
}

.sep-elementor-title h2, .sep-root-title h2 {
    font-family: "Block";
    font-weight: 100;
    font-size: 32px;
    line-height: 100%;
    position: relative;
    padding-right: 15px;
}

.sep-elementor-title h2::before, .sep-root-title h2::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.sep-elementor-title h2::before{
    background-color: #AB052D;
}

.sep-root-title h2::before {
    background-color: var(--sep-red);
}

.sep-elementor-title h2{
    color: #3A4855;
}

.sep-root-title h2 {
    color: var(--sep-dark1);
}

/* sepanta title end */

/* sep-card start */

.sep-elementor-card {
    position: relative;
    width: 100%;
    height: 201px;
    border-radius: 16px;
    background-color: #F3F3F3;
    transition: var(--sep-del);
    overflow: hidden;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.sep-elementor-card-inner {
    position: relative;
    width: 100%;
    margin: 0px 2px;
    height: 197px;
    border-radius: 14px;
    background-color: #e5e5e5;
    transition: var(--sep-del);
    overflow: hidden;
    z-index: 1;
    padding: 20px;
}

.sep-elementor-card::before{
    width: 200px;
    height: 200px;
    position: absolute;
    content: '';
    left: -60px;
    bottom: -85px;
    border-radius: 100px;
    filter: blur(7px);
    background: radial-gradient(circle, #AB052D 0%, rgba(255, 255, 255, 1) 100%);
    transform: scale(1.5);
    transition: var(--sep-del);
}

.sep-elementor-card:hover::before{
    transform: scale(17);
    background: #AB052D;
    filter: none;
}

/*==========================================*/

.sep-root-card{
    position: relative;
    width: 100%;
    height: 201px;
    border-radius: 16px;
    background-color: #F3F3F3;
    transition: var(--sep-del);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sep-root-card-inner{
    position: relative;
    width: 100%;
    margin: 0px 2px;
    height: 197px;
    border-radius: 14px;
    background-color: #e5e5e5;
    transition: var(--sep-del);
    overflow: hidden;
    z-index: 1;
    padding: 20px;
}

.sep-root-card::before{
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    left: -60px;
    bottom: -85px;
    border-radius: 100px;
    filter: blur(7px);
    background: radial-gradient(circle, #AB052D 0%, rgba(255, 255, 255, 1) 100%);
    transform: scale(1.5);
    transition: var(--sep-del);
}

.sep-root-card:hover::before{
    transform: scale(17);
    background: #AB052D;
    filter: none;
}

/* sep-card end */

/*sepanta items-title start*/

.sep-card-elementor-title, .sep-card-root-title {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: var(--sep-del);
}

.sep-card-elementor-title::before, .sep-card-root-title::before {
    position: absolute;
    content: '';
    background: #6912275c;
    width: 47px;
    height: 8px;
    z-index: -1;
    top: 9px;
}
.sep-card-root-title::before {
    background: var(--sep-red2);
    opacity: 36%;
}

.sep-card-elementor-title {
    color: #394856;
}

/*==========================================*/

.sep-card-root-title {
    color: var(--sep-dark1);
}
.sep-card-elementor-title::before{}
.sep-card-root-title::before{}
/*sepanta items-title end*/

/*==========================================  SEPANTA CORE END ==========================================*/

/* Services start */

.sep-Services-card{}
.sep-Services-card.sep-elementor-card::before {
    width: 150px;
    height: 150px;
    left: -62px;
    bottom: -70px;
}

.sep-elementor-card.sep-Services-card:hover::before {
    transform: scale(17);
    background: #AB052D;
    filter: none;
}

.sep-Services-card-inner {
    padding: 25px;
    background: #F3F3F3;
}

.sep-Services-card-link {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #6912274D;
    position: absolute;
    left: 25px;
    top: 25px;
    transition: var(--sep-del);
}

.sep-Services-card-link div {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #AB052D;
    color: #ffffff;
    transition: var(--sep-del);
}
.sep-Services-card-link div svg{}
.sep-Services-card-inner div.d-flex{
    gap:20px 0px;
}
.sep-Services-card-inner h4{}
.sep-Services-card-inner p {
    color: #526373;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    transition: var(--sep-del);
}

.sep-Services-card-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 201px!important;
    object-fit: cover;
    opacity: 0;
    transition: var(--sep-del);
    visibility: hidden;
}

.sep-Services-card:hover .sep-Services-card-link{
    background: #A9A9A94D;
}
.sep-Services-card:hover .sep-Services-card-inner {
    background: transparent;
}
.sep-Services-card:hover .sep-Services-card-link div{
    background: #ffffff;
    color: #AB052D;
}
.sep-Services-card:hover .sep-Services-card-inner .sep-card-elementor-title{
    color: #FFFFFF;
}
.sep-Services-card:hover .sep-Services-card-inner p{
    color: #DBDBDB;
}
.sep-Services-card:hover .sep-card-elementor-title::before{
    background: #C5C5C55C;
}
.sep-Services-card:hover .sep-Services-card-image-bg{
    opacity: 1;
    visibility: visible;
}

/* Services end */

/*projects start*/

.sep-projects1st{}
.sep-projects-header {
    margin-bottom: 40px;
}
.sep-projects-header .sep-elementor-title{}
.sep-projects-header .sep-elementor-title p{}
.sep-projects-header .sep-elementor-title h2{}
.sep-projects-header .sep-projects-header-buts {
    gap: 0 15px;
}

.sep-projects-header .sep-projects-header-buts .d-flex {
    gap: 0 2px;
}
.sep-projects-header .sep-projects-header-buts .d-flex .sep-projects-next{}
.sep-projects-header .sep-projects-header-buts .d-flex .sep-projects-prev{}
.sep-seeall-but,.sep-seeall-root-but {
    font-family: ModamFaNumWeb;
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    color: #3A4855;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 20px;
    transition: var(--sep-del);
}

.sep-seeall-but:hover{
    color: #AB052D;
}

.sep-seeall-root-but{
    color: var(--sep-dark1);
}
.sep-seeall-root-but:hover{
    color: var(--sep-red);
}
.sep-projects-header .sep-projects-header-buts .sep-seeall-but{}
.sep-projects-carousel1st,.sep-single-projects-carousel {
    position: relative;
}

.sep-single-projects-carousel::before, .sep-single-projects-carousel::after,
.sep-projects-carousel1st::before, .sep-projects-carousel1st::after {
    position: absolute;
    content: '';
    width: 169px;
    height: 334px;
    z-index: 2;
    top: 0;
    bottom: 0;
}
.sep-single-projects-carousel::before,
.sep-projects-carousel1st::before {
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    right: 0;
}

.sep-single-projects-carousel::after,
.sep-projects-carousel1st::after {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
}

.sep-projects-carousel1st .swiper-slide {
    width: auto;
}

.sep-projects-card1st {
    width: 692px;
    height: 334px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 14px;
    overflow: hidden;
}

.sep-projects-card {
    width: 636px;
    height: 334px;
    justify-content: flex-end;
}

.sep-projects-card .sep-elementor-card-inner {
    height: 330px;
    display: flex;
    width: 636px;
    justify-content: space-between;
    padding: 22px;
    background: #F3F3F3;
    border: 2px solid transparent;
    border-radius: 14px;
    z-index: 2;
}

.sep-projects-card-img {
    width: 254px!important;
    height: 279px!important;
    border-radius: 12px!important;
    object-fit: cover!important;
}

.sep-projects-card-content {
    width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sep-projects-card-content .sep-card-elementor-title{}
.sep-projects-card-content-items {
    width: 268px;
    height: 74px;
    margin: 0 auto;
}

.sep-projects-card-content-item {
    border-left: 1px solid #5263732B;
    padding-left: 24px;
    margin-left: 24px;
}

.sep-projects-card-content-item:last-child {
    border-left:none;
    padding-left:0px;
    margin-left: 0px;
}

.sep-projects-card-content-item svg {
    color: #AB052D;
}

.sep-projects-card-content-item p {
    font-weight: 400;
    font-size: 13px;
    line-height: 180%;
    color: #2B3742;
}

.sep-projects-card-content-item p span {
    color: #526373;
}

.sep-projects-card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #526373;
    letter-spacing: -0.4px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.sep-projects-card-progres {
    position: absolute;
    right: -50px;
    display: flex;
    align-items: center;
    transform: rotate(270deg);
    gap: 0px 25px;
}

.sep-projects-card-progres p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
}

.sep-projects-card-progres .progress-text {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    background: #FFFFFF;
    border-radius: 100%;
    transition: var(--sep-del);
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #B0B0B0;
    position: absolute;
    left: 4px;
}
.progress-text-per{}
.sep-projects-card-progres-inner {
    transform: rotate(90deg);
}
.sep-projects-card-link{}

.sep-projects-card-linksvg1{
    display: block;
}

.sep-projects-card-linksvg2{
    display: none;
}

.sep-projects-card-link p {
    top: 12px;
    right: 15px;
    left: 75px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    color: #D9D9D9;
    transition: var(--sep-del);
    font-family: ModamFaNumWeb;
}

.sep-projects-cardbg-img {
    right: 0!important;
    height: 334px!important;
    width: 96px!important;
}

.sep-projects-card-link-color1{
    color: #D9D9D9;
    transition: var(--sep-del);
}

.sep-projects-card-link-color2{
    color: #F3F3F3;
    transition: var(--sep-del);
}

.sep-projects-card-tori {
    position: absolute;
    right: 0 !important;
    height: 334px !important;
    width: 96px !important;
    background: #B0B0B0;
    transition: var(--sep-del);
}

.sep-projects-card-tori img{
    height: 334px !important;
    width: 96px !important;
    object-fit: cover;
    opacity: 0.3;
}

.sep-projects-card1st:hover .sep-projects-card-link-color1,.sep-projects-card1st:hover .sep-projects-card-link p{
    color: #AB052D;
}

.sep-projects-card1st:hover .sep-projects-card-tori {
    background:#AB052D ;
}

.sep-projects-card1st:hover .sep-projects-card-progres div {
    color:#AB052D ;
}

.sep-elementor-card.sep-projects-card:hover::before {
    transform: scale(7);
    background: #AB052D;
    filter: none;
}

.progress-svg {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    color: #ffffff;
}
/*projects end*/

/*slider start*/

.sep-slider-bg1st {
    position: relative;
    height: 619px;
    background: transparent;
    border-radius: 32px;
}

.sep-slider-bg1 {
    width: 100%;
}

.sep-slider-bg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38%;
}

.sep-island-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px!important;
    height: 361px!important;
}

.sep-slider-title {
    position: absolute;
    top: 71px;
    left: 64px;
}

.sep-slider-title-1 {
    font-family: "Block";
    font-weight: 100;
    font-size: 62px;
    line-height: 100%;
    color: #ffffff;
    /*letter-spacing: -0.62px;*/
    position: relative;
    z-index: 0;
}

.sep-banner-backtitle-color{
    position: absolute;
    display: none;
    color: #DADADA;
}

.sep-slider-title-1 p {
    position: absolute;
    font-family: 'Block';
    font-size: 63px;
    right: -4px;
    top: 1px;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #DADADA;
    opacity: 0.3;
}

.sep-slider-title-2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    margin-right: 75px;
    margin-top: 20px;
    color: #ECECEC;
}

.sep-slider-card {
    position: absolute;
    width: 216px;
    height: 102px;
    border-radius: 12px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    z-index: 1;
}

.sep-slider-card img, .sep-slider-card svg {
    width: 36px!important;
    height: 36px!important;
    object-fit: contain;
}

.sep-slider-card h4 {
    color: #596A7A;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
}

.sep-slider-card p{
    color: #3A4855;
    font-weight: 800;
    font-size: 18px;
    line-height: 170%;
}

.sep-slider-card.sep-slider-right-card {
    top: 25%;
    right: 5%;
    border-left: 1.5px solid #AB052D;
}

.sep-slider-card.sep-slider-left-card {
    right: 38%;
    bottom: 25%;
    border-right: 1.5px solid #AB052D;
}

.sep-slide-part1st {
    position: absolute;
    right: 13%;
    width: 377.52532958984375px;
    height: 440.1300048828125px;
    top: 16%;
    z-index: 0;
}

.sep-slide-part1st::before, .sep-slide-part1st::after {
    position: absolute;
    content: '';
    width: 377.5253126329471px;
    height: 440.1299901746712px;
    border-radius: 16px;
    top: 0;
}

.sep-slide-part1st::after {
    background: #FFFFFF66;
    transform: rotate(5deg);
}
.sep-slide-part1st::before {
    background: #FFFFFF1A;
    transform: rotate(10deg);
}

.sep-slider-vector {
    color: #ffffff;
    z-index: 2;
    left: -47px;
    top: 68px;
}

.sep-slide-part {
    background-color: #ffffff;
    border-radius: 16px;
}
.sep-slide-part .swiper-slide{}
.sep-slide-part .swiper-slide .sep-slider-slide {
    width: 377.52532958984375px;
    height: 440.1300048828125px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    position: relative;
}

.sep-slide-part .swiper-slide .sep-slider-slide img {
    width: 331.9945983886719px;
    height: 394.5993347167969px;
    border-radius: 12px;
    object-fit: cover;
    mask-image: url("../img/sep-slider-frame.svg");
    -webkit-mask-image: url("../img/sep-slider-frame.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.sep-slide-part .swiper-slide .sep-slider-slide p {
    position: absolute;
    right: -3px;
    transform: rotate(90deg);
    bottom: 135px;
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    color: #AB052D;
    letter-spacing: 2px;
}

/*slider end*/

/*About-us start*/

.sep-about-us1st {
    height: 579px;
    background: transparent;
    border-radius: 32px;
}

.sep-about-us-bg {
    width: 100%;
}

.sep-about-us-container {
    position: absolute;
    top: 40px;
    width: 94%;
    max-width: 1240px;
    margin: 0 auto;
    left: 0;
    right: 0;
    justify-content: space-between;
}

.sep-about-right {
    width: 100%;
    max-width: 628px;
}
.sep-about-right .sep-elementor-title{}
.sep-about-right .sep-elementor-title p {
    color: #DBDBDB;
}

.sep-about-right .sep-elementor-title h2{
    color: #FFFFFF;
}

.sep-about-right .sep-about-us-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    color: #DBDBDB;
    margin: 25px 0;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}

.sep-about-right .sep-about-us-link {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    transition: var(--sep-del);
}

.sep-about-right .sep-about-us-link1 {
    color: #FFFFFF;
}

.sep-about-right .sep-about-us-link .sep-about-us-link-col {
    color: #3A4855;
    transition: var(--sep-del);
}

.sep-about-right .sep-about-us-link p {
    top: -2px;
    right: 32px;
    font-family: ModamFaNumWeb;
}

.sep-about-right .sep-about-us-link:hover {
    color: #3A4855;
}

.sep-about-us-link:hover .sep-about-us-link-col{
    color: #FFFFFF;
}

.sep-about-us-img {
    position: absolute;
    right: 17%;
    bottom: -4%;
}

.sep-about-left {
    width: 100%;
    max-width: 572px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 499px;
}
.sep-about-left .rad-video-containe{}
.sep-about-left .sep-about-us-projects-range {
    background: linear-gradient(0deg, #2E3A45, #2E3A45),
    linear-gradient(90deg, rgba(46, 58, 69, 0) 0%, rgba(46, 58, 69, 0.724) 50.4%, #2E3A45 100%);
    width: 100%;
    height: 164px;
    border-radius: 24px;
    padding: 32px;
    overflow: hidden;
    position: relative;
    gap: 0 20px;
}

.sep-about-us-projects-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%!important;
}

.sep-about-us-prohect-data {
    z-index: 1;
    min-width: 128px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid #42505D;
    margin-left: 0;
    padding-left: 22px;
    font-weight: 700;
    line-height: 164%;
    color: #DBDBDB;
    margin-right: 3.6px;
}

.sep-about-us-prohect-data:last-child{
    border-left:none;
    margin-left: 0;
    padding-left: 0;
}

.sep-about-us-prohect-data svg,
.sep-about-us-prohect-data img {
    width: 32px!important;
    height: 32px!important;
}

.sep-about-us-prohect-data h5 {
    font-size: 22px;
    position: relative;
    font-weight: 700;
}

.sep-about-us-prohect-data h5::before {
    position: absolute;
    content: '';
    width: 47px;
    height: 8px;
    opacity: 0.6;
    background: #AB052D;
    z-index: -1;
    bottom: 6px;
    right: 3px;
}

.sep-about-us-prohect-data p{
    font-size: 15px;
}

/*About-us end*/


/*video-player start*/

.rad-video-container {
    position: relative;
    cursor: pointer;
    border-radius: 24px;
    width: 100%;
    height: 311px;
}

.rad-video-container video {
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
    position: absolute;
    border-radius: 24px;
}

.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    z-index: 10;
    border-radius: 24px!important;
}

.rad-video-play-but {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 76px;
    height: 76px;
    color: #AB052D;
}
.rad-video-play-but svg {}
/*video-player end*/

/*banner start*/

.sep-banner1st {
    position: relative;
    height: 190px;
}

.sep-banner-bg {
    width: 100%;
    height: 190px!important;
}

.sep-banner-img {
    position: absolute;
    left: 0;
    bottom: -15px;
}

.banner-text {
    position: absolute;
    right: 6%;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
}

.banner-text h4 {
    color: #FFFFFF;
    font-family: "Block";
    font-size: 38px;
    font-weight: 100;
}

.banner-text h4 span{
    font-family: inherit;
    text-shadow: 0px 3px #3A4855;
}

.banner-text p {
    color: #DBDBDB;
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.6px;
    position: relative;
    padding-right: 10px;
}

.banner-text svg {
    color: #3A4855;
    margin-bottom: 10px;
}

.sep-banner-mobile-img{
    display: none;
}

/*banner end*/


/* Recent posts start */

.Recent-post-1st {
    width: 100%;
}

.Recent-post-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: -0.5px;
    color: #526373;
    margin-bottom: 20px;
}

.Recent-post-2nd {
    height: 392px;
}

.Recent-post-2nd .swiper-slide {
    height: 184px;
}

.Recent-post-card {
    height: 184px;
    background: #F3F3F3;
}
.Recent-post-card.sep-elementor-card::before {
    width: 215px;
    height: 145px;
    filter: blur(24px);
}

.Recent-post-card:hover.sep-elementor-card::before {
    transform: scale(7);
    background: #AB052D;
    filter: none;
}
.Recent-post-card-inner {
    height: 180px;
    background: #F3F3F3;
    gap: 0 20px;
}

.Recent-post-card-img {
    width: 176px!important;
    height: 136px!important;
    border-radius: 10px!important;
    object-fit: cover;
}
.Recent-post-card-content {}
.Recent-post-card-title {
    font-size: 17px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.Recent-post-card-text {
    color: #526373;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-align: justify;
}
.Recent-post-card-footer{}
.Recent-post-card-footer-content {
    color: #AB052D;
    gap: 0px 20px;
}

.Recent-post-card-footer-content div {
    display: flex;
    align-items: center;
    gap: 0 7px;
}
.Recent-post-card-footer-content div svg{}
.Recent-post-card-footer-link {
    color: #526373;
    line-height: 180%;
    gap: 0 15px;
    display: flex;
    align-items: center;
    transition: var(--sep-del);
    font-family: ModamFaNumWeb;
}
.Recent-post-card-footer-link svg{}
.Recent-post-card:hover .Recent-post-card-footer-link{
    color: #AB052D;
}

/* Recent posts end */

/* FAQ start */

.sep-faq1st {
    width: 100%;
}
.sep-faq1st .Recent-post-title{}
.sep-faq2nd {
    background: #F3F3F3;
    height: 392px;
}

.sep-elementor-card.sep-faq2nd::before {
    width: 220px;
    height: 300px;
}

.sep-elementor-card.sep-faq2nd:hover::before{
    transform: scale(10);
    background: #AB052D;
    filter: none;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.sep-faq-inner {
    background: #F3F3F3;
    height: 388px;
}

.sep-faq-slider {
    height: 100%;
    padding-bottom: 60px;
}

.sep-faq-slider .swiper-slide {
    height: auto;
    border-bottom: 1px solid #5263732B;
    padding: 19.32px 0;
}

.sep-faq-slider .swiper-slide:first-child{
    padding-top: 0;
}

.sep-faq-slider .swiper-slide:last-child{
    border: none;
}

.sep-FAQ-question {}
.sep-FAQ-question:first-child{}
.sep-FAQ-question-head{}
.sep-FAQ-question-head-plus {
    width: 16px;
    height: 16px;
    position: relative;
    transition: var(--sep-del);
}

.sep-FAQ-question-head-plus::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 4px;
    background: #AB052D;
    border-radius: 12px;
    top: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sep-FAQ-question-head-plus::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 0px;
    transition: var(--sep-del);
    background: #AB052D;
    border-radius: 12px;
    top: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sep-FAQ-question-head.collapsed .sep-FAQ-question-head-plus::after{
    height: 16px;
}

.sep-FAQ-question-title {
    margin-right: 10px;
    font-size: 17px;
}
.sep-FAQ-question-text{}
.sep-FAQ-question-text p {
    padding-top: 10px;
}

.sep-FAQ-question-text a {
    color: #AB052D;
    justify-content: flex-end;
    margin-top: 10px;
}

.sep-faq-slider-buts {
    position: absolute;
    bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    gap: 0 6px;
    left: 20px;
    z-index: 31;
}
.sep-faq-slider-next{}
.sep-faq-slider-prev{}
.sep-faq-inner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 89px;
    bottom: 15px;
    right: 0;
    background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, #F3F3F3 63.58%);
    z-index: 2;
}
.sep-slider-next{}
.sep-slider-next,
.sep-slider-prev{
    color: #AB052D;
    transition: var(--sep-del);
}

.sep-slider-next.swiper-button-disabled,
.sep-slider-prev.swiper-button-disabled{
    color: #808080;
}

/* FAQ end */

/*Sales experts start*/

.sep-Sales-experts1st {
    height: 385px;
    position: relative;
}

.Sales-experts-bg {
    width: 100%;
    height: 385px!important;
    object-fit: cover;
}

.sep-Sales-experts2nd {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    height: 321px;
    width: 95%;
}

.sep-Sales-experts-head {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}
.sep-Sales-experts-title{}
.sep-Sales-experts-title p {
    color: #DBDBDB;
}

.sep-Sales-experts-title h2 {
    color: #FFFFFF;
}

.sep-Sales-experts-buts {
    gap: 0 2px;
}
.sep-Sales-experts-prev{}
.sep-Sales-experts-next,.sep-Sales-experts-prev {
    color: #FFFFFF;
}

.sep-Sales-experts-next.swiper-button-disabled, .sep-Sales-experts-prev.swiper-button-disabled{
    color: #BEBEBE;
}

.sep-Sales-experts-carousel1st {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}

.sep-Sales-experts-card {
    width: 351px;
    height: 229px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.sep-Sales-experts-img-box {
    width: 190px;
    height: 229px;
    position: absolute;
    display: flex;
    align-items: flex-end;
    color: #2E3A45;
    z-index: 2;
    right: 0;
}
.sep-Sales-experts-img-box svg{}
.sep-Sales-expert-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 190px!important;
    height: 229px!important;
    object-fit: contain!important;
    border-radius: 16px!important;
}

.sep-Sales-experts-card .sep-elementor-card {
    width: 340px;
    height: 126px;
    background: #F3F3F3;
}

.sep-Sales-experts-card .sep-elementor-card::before {
    width: 135px;
    height: 135px;
}

.sep-Sales-experts-card .sep-elementor-card:hover::before {
    transform: scale(4);
    left: 0;
    bottom: 0;
}

.sep-Sales-experts-card .sep-elementor-card .sep-elementor-card-inner {
    width: 349px;
    height: 122px;
    background: #F3F3F3;
    display: flex;
    justify-content: flex-end;
}

.sep-Sales-experts-content-box .sep-card-elementor-title {
    font-size: 17px;
}

.sep-Sales-experts-content-box p {
    color: #3A4855;
}

.sep-Sales-experts-content-box {
    height: 84px;
    margin-left: 15px;
}

.sep-Sales-experts-socials-box {
    display: flex;
    gap: 0px 12px;
    align-items: center;
}

.sep-Sales-experts-socials-box a {
    color: #3A4855;
    transition: var(--sep-del);
}

.sep-Sales-experts-socials-box a:hover{
    color: #AB052D;
}
.sep-Sales-experts-socials-box a svg{}
/*Sales experts end*/

/* sepanta products start */

.sep-products1st{}
.sep-products-head {
    margin-bottom: 20px;
}
.sep-products-head .sep-elementor-title{}
.sep-products-head .sep-seeall-but{}
.sep-products-carousel{}
.sep-products-carousel .swiper-slide{}
.sep-products-card {
    background: #F3F3F3;
    width: 306px;
    height: 322px;
}

.sep-products-card.sep-elementor-card::before {
    width: 120px;
    height: 250px;
    filter: blur(20px);
}

.sep-products-card .sep-elementor-card-inner {
    background: #F3F3F3;
    width: 306px;
    height: 318px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sep-products-card-img {
    width: 258px!important;
    height: 140px!important;
    border-radius: 10px!important;
    object-fit: cover;
}

.sep-products-card .sep-elementor-card-inner .sep-card-elementor-title {
    font-size: 17px;
    margin-top: 12px;
}

.sep-products-card-text {
    color: #394856;
    margin-top: 9px;
}

.sep-products-card-link {
    color: #AB052D;
    position: relative;
    transition: var(--sep-del);
}

.sep-products-card-link1 {
    color: #F3F3F3;
    transition: var(--sep-del);
}

.sep-products-card-link2{
    color: #691227;
}

.sep-products-card-link p {
    position: absolute;
    top: 14px;
    right: 30px;
    font-family: ModamFaNumWeb;
}

.sep-products-card:hover .sep-products-card-link{
    color: #F3F3F3;
}

.sep-products-card:hover .sep-products-card-link1{
    color: #AB052D;
}

.sep-products-card-off-price-box {}
.sep-products-card-off-price {
    color: #526373;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    text-decoration: line-through;
}

.sep-products-card-outsale {
    display: flex;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    background: #AB052D;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    width: 36px;
    height: 19px;
}

.sep-products-card-price {
    color: #3A4855;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.48px;
    display: flex;
    align-items: flex-start;
    gap: 0 5px;
}

.sep-products-card-price small {
    color: #AB052D;
}

/* sepanta products end */

/*Introducing the CEO start*/

.sep-Intro-the-CEOback {
    height: 500px;
    display: flex;
    align-items: flex-end;
}

.sep-Intro-the-CEO1st {
    height: 392px;
    width: 100%;
}

.sep-Intro-the-CEO-bg {
    height: 392px!important;
    width: 100%;
}

.sep-Intro-the-CEO-mobile-bg{
    display: none;
}

.sep-Intro-the-CEO-content {
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    max-width: 1228px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
}

.sep-Intro-the-CEO-content-right {
    width: 100%;
    max-width: 687px;
    height: 312px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 40px;
}
.sep-Intro-the-CEO-content-right .sep-Intro-the-CEO-title{}
.sep-Intro-the-CEO-content-right .sep-Intro-the-CEO-title p {
    color: #DBDBDB;
}

.sep-Intro-the-CEO-content-right .sep-Intro-the-CEO-title h2{
    color: #FFFFFF;
}

.sep-Intro-the-CEO-text {
    color: #DBDBDB;
    text-align: justify;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

.sep-Intro-the-CEO-link {
    position: relative;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    transition: var(--sep-del);
}

.sep-about-us-link-col2{
    color: #FFFFFF;
}

.sep-Intro-the-CEO-link .sep-about-us-link-col{
    color: #3A4855;
    transition: var(--sep-del);
}

.sep-Intro-the-CEO-link:hover{
    color: #3A4855;
}

.sep-Intro-the-CEO-link:hover .sep-about-us-link-col{
    color: #FFFFFF;
}

.sep-Intro-the-CEO-link p {
    position: absolute;
    top: 14px;
    right: 30px;
    font-family: ModamFaNumWeb;
}

.sep-Intro-the-CEO-content-left {
    position: relative;
    width: 397px;
    height: 382px;
}

.sep-Intro-the-CEO-person {
    position: absolute;
    top: -99px;
    width: 242px;
    height: 382px!important;
    right: 30px;
}

.sep-Intro-the-CEO-content-left svg {
    color: #FFFFFF;
    position: absolute;
    top: 45px;
    right: -5px;
    width: 305px;
    height: 133px;
}

.sep-Intro-the-CEO-about {
    position: absolute;
    width: 225px;
    height: 83px;
    border-radius: 12px;
    background: #AB052D;
    display: flex;
    gap: 0 15px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    left: 7px;
    top: 33%;
}

.sep-Intro-the-CEO-about-bg{
    position: absolute;
}

.sep-Intro-the-CEO-about-inner {
    z-index: 1;
}

.sep-Intro-the-CEO-about-prof {
    z-index: 1;
    width: 51px;
    height: 51px!important;
    border: 1px solid #ffffff!important;
    border-radius: 100%!important;
    background: #D9D9D9;
    object-fit: cover;
}

.sep-Intro-the-CEO-about h4 {
    color: #ffffff;
}

.sep-Intro-the-CEO-about p{
    color: #dbdbdb;
}

/*Introducing the CEO end*/

/*Consultants start*/

.sep-Consultants1st {
    position: relative;
    display: flex;
    width: 100%;
    height: 88px;
    align-items: center;
    max-width: 1440px;
}

.sep-Consultants-content {
    display: flex;
    align-items: center;
    width: 89%;
    height: 72px;
    justify-content: space-between;
    background: #AB052D;
    border-radius: 50px;
    z-index: 1;
    padding: 0 40px 0 20px;
    color: #ffffff;
}
.sep-Consultants-content-text{}
.sep-Consultants-content-numbers {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.sep-Consultants-content-number {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ffffff7a;
    height: 23px;
}

.sep-Consultants-content-number:last-child{
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
}

.sep-Consultants-content-link {
    position: absolute;
    left: 30px;
    z-index: 1;
    top: 30px;
    color: #ffffff;
}

.sep-Consultants-svg circle{
    color: #691227;
}

.sep-Consultants-svg {
    position: absolute;
    left: 0;
}

.sep-Consultants-content svg {
    left: 0;
    position: absolute;
}

/*Consultants end*/

/*Certificates start*/

.sep-Certificates1st {
    height: 546px;
}

.sep-Certificates-content1st {
    display: flex;
    align-items: flex-start;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 1296px;
    margin: auto;
    height: 505px;
    justify-content: space-between;
}
.sep-Certificates-content{}
.sep-Certificates-title{}
.sep-Certificates-title p{}
.sep-Certificates-title h2{}
.sep-Certificates-list {
    width: 100%;
    max-width: 571px;
    margin-top: 40px;
}

.sep-Certificates-item {
    margin-bottom: 35px;
    position: relative;
}

.sep-Certificates-item:last-child{
    margin-bottom: 0;
}

.sep-Certificates-item::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    min-height: 140px;
    background: #AB052D;
    border-radius: 12px;
    right: 4px;
    top: -10px;
}

.sep-Certificates-item h4 {
    letter-spacing: -0.4px;
    padding-right: 15px;
}

.sep-Certificates-item h4::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #AB052D;
    border-radius: 100%;
    right: 0px;
    top: 8px;
}

.sep-Certificates-item p {
    color: #526373;
    max-width: 420px;
    text-align: justify;
    margin-top: 15px;
    padding-right: 15px;
}

.sep-Certificates-item:nth-child(3) h4{
    color: #FFFFFF;
}

.sep-Certificates-item:nth-child(3) h4::before{
    background: #FFFFFF5C;
}

.sep-Certificates-item:nth-child(3) p{
    color: #DBDBDB;
}

.sep-Certificates-item:nth-child(3)::before {
    min-height: 110px;
}

.sep-Certificates-img-box {
    width: 640px;
    height: 471px;
}

.sep-Certificates-img-box img{
    border-radius: 12px!important;
}

.img-Certificate1 {
    width: 407px;
    height: 292px!important;
    bottom: 40px;
    right: -20px;
    z-index: 1;
}

.img-Certificate2 {
    width: 208px;
    height: 263px!important;
    top: 0;
    left: 75px;
    z-index: 2;
}

.img-Certificate3 {
    width: 306px;
    height: 210px!important;
    bottom: 0;
    left: 0;
}

.sep-Certificates-imgbg {
    position: absolute;
    bottom: 0;
    height: 193px!important;
    object-fit: cover;
}

/*Certificates end*/

/*auctions start*/

.auctions-card {
    width: 100%;
    height: 184.5px;
    border-radius: 16px;
    background: #3A4855;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 31px;
}

.auctions-card .auctions-price {
    color: #FFF;
    font-size: 28px;
    font-weight: 900;
    line-height: 180%;
    letter-spacing: -0.84px;
    text-align: center;
    border-bottom: 1px solid #FFFFFF33;
    min-width: 244px;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.auctions-card .auctions-price small {
    color: #DBDBDB;
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.6px;
    margin-right: 8px;
}

.auctions-card p {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: -0.72px;
}

/*auctions end*/

/*oil banner start*/

.sep-oli-banner1st {
    height: 252px;
}

.sep-oil-banner-bg {
    width: 100%;
    height: 252px!important;
}

.sep-oil-banner-mobile-bg{
    display: none;
}

.oil-banner-content {
    position: absolute;
    display: flex;
    justify-content: space-between;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 15px;
    height: 227px;
    max-width: 749px;
    align-items: flex-end;
}

.sep-oil-banner-img {
    width: 273px;
    height: 227px;
    object-fit: cover;
}

.oil-banner-text {
    margin-bottom: 35px;
}

.oil-banner-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: -0.6px;
    color: #DBDBDB;
}

.oil-banner-text div {
    margin-top: 8px;
}

.oil-banner-text div svg {
    color: #3A4855;
    margin-left: 17px;
    margin-bottom: 7px;
}

.oil-banner-text div h4 {
    color: #FFF;
    font-family: Block;
    font-size: 40px;
}

/*oil banner end*/

/*blog carousel start*/

.sep-blog-carousel1st {
    max-width: 1296px;
    margin: auto;
    margin-bottom: 100px!important;
}

.sep-blog-carousel{}

.sep-blog-carousel .swiper-wrapper {
    height: 646px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px!important;
}

.sep-blog-carousel .swiper-slide {
    width: auto;
    height: fit-content;
}

.sep-blog-card {
    width: 306px;
    height: 366px;
    background: #F3F3F3;
    transition: var(--sep-del);
}

.sep-blog-card.sep-elementor-card::before {
    width: 120px;
    height: 300px;
}

.sep-blog-card .sep-elementor-card-inner {
    width: 306px;
    height: 362px;
    background: #F3F3F3;
    padding: 22px;
    padding-left: 5px;
}

.sep-blog-card-img {
    width: 258px;
    height: 169px!important;
    border-radius: 12px!important;
    object-fit: cover;
}

.sep-blog-card-content {
    margin-top: 16px;
}

.sep-blog-card-date {
    color: #AB052D;
}

.sep-blog-card-title {
    margin: 4px 0 23px;
}

.sep-blog-card-text {
    display: none;
}

.sep-blog-card-link {
    position: relative;
    color: #AB052D;
    transition: var(--sep-del);
}

.sep-blog-card:hover .sep-blog-card-link{
    color: #F3F3F3;
}

.sep-blog-card:hover .sep-blog-card-link1 {
    color: #AB052D;
}

.sep-blog-card:hover .sep-blog-card-link p {
    color: #F3F3F3;
}

.sep-blog-card-link-svg1{
    display: none;
}
.sep-blog-card-link-svg2{}
.sep-blog-card-link-svg3{
    display: none;
}

.sep-blog-card-link1 {
    color: #F3F3F3;
    transition: var(--sep-del);
}

.sep-blog-card-link2 {
    color: #691227;
}

.sep-blog-card-link p {
    position: absolute;
    top: 15px;
    right: 65px;
    color: #AB052D;
    font-weight: 600;
    font-size: 16px;
    transition: var(--sep-del);
    font-family: ModamFaNumWeb;
}
.sep-blog-carousel .swiper-slide:nth-child(1), .sep-blog-carousel .swiper-slide:nth-child(2){}
.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card {
    width: 636px;
    height: 256px;
}

.sep-blog-carousel .swiper-slide:nth-child(1) .sep-elementor-card-inner, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-elementor-card-inner {
    width: 636px;
    height: 252px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 22px;
}

.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-content, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-content {
    margin-top: 0;
    width: 310px;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-img, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-img {
    width: 254px;
    height: 208px!important;
}

.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-title, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-title {
    margin: 0;
}

.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-text, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-text {
    color: #526373;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.48px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-align: justify;
}

.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-link-svg1, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-link-svg1 {
    display: block;
}

.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-link-svg2, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-link-svg2 {
    position: absolute;
    opacity: 0;
    bottom: 0;
}

.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-link p, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-link p {
    top: 15px;
    right: 95px;
}

/*blog carousel end*/

/*breadcrumb start*/

.sep-breadcrumb {
    margin: 32px 0 44px;
    width: 100%;
    max-width: 90%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sep-breadcrumbs-link,.sep-pn,.sep-breadcrumb a,.sep-breadcrumb span:not(.sep) {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.48px;
    color: var(--sep-dark1);
}

.sep-breadcrumbs-link:first-child {
    color: #979797;
}

.sep-breadcrumb .sep {
    color: var(--sep-red);
    margin: 0 10px;
}

/*breadcrumb end*/

/*singular start*/

.sep-singular-page1st {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 32px;
}

.sep-singular-page-right-part{
    width: 100%;
    max-width: 306px;
}

.sep-singular-page-left-part{
    width: 100%;
    max-width: 966px;
}

.sep-singular-page-content {
    background-color: var(--sep-gray1);
    border-radius: 16px;
    padding: 24px;
    width: 100%;
}

.sep-singular-page-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 12px;
    background: var(--sep-white);
    padding: 20px;
    min-height: 66px;
}

.sep-singular-page-content-head-title {
    z-index: 0;
    width: 40%;
}

.sep-singular-page-content-head-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sep-singular-page-content-head-content div {
    color: var(--sep-dark1);
    display: flex;
    align-items: center;
    gap: 0 8px;
    border-left: 1px solid #F5F5F5;
    margin-left: 10px;
    padding-left: 11px;
}

.sep-singular-page-content-head-content div:last-child{
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.sep-singular-page-content-head-content div svg{
    color: var(--sep-red);
}

.sep-singular-page-content .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 918px;
    width: 100%;
    height: 423px;
    border-radius: 12px;
    object-fit: cover;
    margin: 20px 0;
}
.sep-singular-texts{}
.sep-singular-texts p {
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
}

.sep-singular-texts ol {
    margin: 100px 0 50px;
    counter-reset: sep-singular-ol-counter;
}

.sep-singular-texts ol li ,
.sep-singular-texts ul li {
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    position: relative;
}
.sep-singular-texts ol li {
    padding-right: 48px;
    margin-bottom: 25px;
}

.sep-singular-texts ol li::before {
    position: absolute;
    counter-increment: sep-singular-ol-counter;
    content: counter(sep-singular-ol-counter);
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--sep-white);
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sep-red);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
}
.sep-singular-texts ul{}
.sep-singular-texts ul li {
    border-radius: 8px;
    background: var(--sep-white);
    width: fit-content;
    padding: 9px 17px;
    padding-right: 22px;
    margin-bottom: 16px;
    margin-right: 15px;
}

.sep-singular-texts ul li::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 7px;
    background: var(--sep-red);
    right: -12px;
    top: 10px;
}
.sep-singular-texts ul li::after {
    position: absolute;
    content: '';
    right: -5px;
    top: 18px;
    background-image: url("../img/tick-singular.svg");
    width: 10px;
    height: 8px;
}

.sep-singular-texts blockquote {
    position: relative;
    background-color: var(--sep-white);
    border-radius: 10px;
    padding: 30px 65px;
    margin: 35px 0;
}

.sep-singular-texts blockquote::before,.sep-singular-texts blockquote::after{
    position: absolute;
    content: '';
    background-image: url("../img/iconfinder_quote.svg");
    width: 25px;
    height: 25px;
}

.sep-singular-texts blockquote::before {
    top: 20px;
    right: 20px;
}

.sep-singular-texts blockquote::after {
    bottom: 20px;
    left: 20px;
    transform: rotate(180deg);
}

.sep-singular-texts blockquote p {
    color: var(--sep-dark2);
}

.sep-singular-content-footer {
    margin-top: 30px;
}
.sep-singular-content-footer-category{}
.sep-singular-content-footer-category p {
    color: var(--sep-dark1);
    margin-left: 11px;
}

.sep-singular-content-footer-category a,
.sep-singular-content-footer-category small {
    color: var(--sep-dark2);
}
.sep-singular-content-footer-category small {
    margin: 0 2px 0 5px;
}
.sep-singular-content-footer-category small:last-child{
    display: none;
}
.sep-singular-content-footer-tags{}
.sep-singular-content-footer-tags p {
    color: var(--sep-dark1);
    margin-left: 11px;
}
.sep-singular-content-footer-tags a {
    display: flex;
    padding: 7px 10px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 7px;
    background: #C35670;
    color: var(--sep-white);
    margin-left: 14px;
}

.sep-singular-content-footer-tags a:last-child {
    margin-left:0;
}
.sep-singular-content-footer-social{}
.sep-singular-content-footer-social-dash {
    height: 1px;
    background: var(--sep-gray2);
    flex-grow: 1;
    margin: 12px 0 14px;
}

.sep-singular-content-footer-social-share-box {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.sep-singular-content-footer-social-share-box p {
    color: var(--sep-dark2);
    border-left: 1px solid var(--sep-gray2);
    margin-left: 14px;
    padding-left: 14px;
}

.sep-singular-content-footer-social-share-box svg {
    fill: var(--sep-red);
}

.sep-singular-content-footer-social-share-box-content {
    width: 305px;
    height: 115px;
    flex-shrink: 0;
    left: 0;
    top: 35px;
    background-color: var(--sep-white);
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(8, 37, 83, 0.15);
    z-index: 2;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--sep-del);
}

.sep-singular-content-footer-social-share-box-content.content-open{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: var(--sep-del);
}

.sep-singular-content-footer-social-share-box-content-x {
    left: 0;
    top: 0;
    cursor: pointer;
    color: var(--sep-dark2);
}

.sep-singular-content-footer-social-share-box-content-link-box {
    display: inline-flex;
    align-items: flex-start;
    gap: 16px;
}

.sep-singular-content-footer-social-share-box-content-link-box a {
    fill: var(--sep-dark2);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 0.5px solid var(--sep-dark2);
    transition: var(--sep-del);
}

.sep-singular-content-footer-social-share-box-content-link-box a:hover {
    fill: var(--sep-red);
    border: 0.5px solid var(--sep-red);
}

.sep-singular-content-footer-social-share-box-content-link-box a svg{
    fill: inherit;
}

.sep-singular-content-footer-social-share-box-content-copy-link {
    display: inline-flex;
    padding: 4px 21px 3px 8px;
    align-items: center;
    gap: 9px;
    width: 100%;
    border-radius: 4px;
    background: rgba(195, 86, 112, 0.50);
    color: var(--sep-dark1);
    justify-content: flex-end;
}
.sep-singular-content-footer-social-share-box-content-copy-link a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    width: 100%;
    max-width: 207px;
    direction: ltr;
    white-space: nowrap;
}
.sep-singular-content-footer-social-share-box-content-copy-link svg{}
.sep-singular-content-footer-social-share-box-opener {
    cursor: pointer;
}

#sepanta-copy-success{
    align-items: center;
    gap: 9px;
    width: 100%;
    max-width: 269px;
    border-radius: 4px;
    background: rgb(195 86 112);
    color: var(--sep-white);
    /*display: flex;*/
    position: absolute;
    bottom: 17px;
    padding: 5px 21px 5px 8px;
    transition: var(--sep-dark1);
}

/*singular end*/

/*comment start*/

.sep-global-comments {
    margin: 85px 0 50px;
}

.sep-global-comments .sep-root-title {
    margin-bottom: 27px;
}

.sep-no-comments-div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 292px;
    border-radius: 16px;
    background: var(--sep-gray1);
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 17px;
    line-height: 180%;
    color: var(--sep-dark1);
}

.sep-global-comments .sep-root-title p{}
.sep-global-comments .sep-root-title h2{}
.sep-global-comments .comment-list{}
.sep-global-comments .comment-list li{}
.sep-global-comments .sep-comment-list li .comment-body {
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 20px 20px 11px;
    margin-bottom: 16px;
    position: relative;
}
.sep-global-comments .sep-comment-list li .comment-body .comment-avatar{}
.sep-global-comments .sep-comment-list li .comment-body .comment-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #DEE1ED;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 15px 0px rgba(156, 156, 156, 0.15);
}

.sep-global-comments .sep-comment-list li .comment-body .comment-content {
    position: relative;
    width: 100%;
    max-width: 866px;
}

.sep-global-comments .sep-comment-list li .comment-body .comment-content .comment-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
}

.sep-global-comments .sep-comment-list li .comment-body .comment-content strong {
    color: #394856;
    font-size: 16px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: -0.48px;
    font-style: normal;
    margin-right: 12px;
    position: relative;
    z-index: 0;
}

.sep-global-comments .sep-comment-list li .comment-body .comment-content strong:before {
    position: absolute;
    content: '';
    background: var(--sep-red2);
    opacity: 36%;
    width: 47px;
    height: 8px;
    z-index: -1;
    top: 12px;
}

.sep-global-comments .sep-comment-list li .comment-body .comment-content span {
    color: var(--sep-red);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    margin-right: 12px;
}

.sep-global-comments .sep-comment-list li .comment-body .comment-content .comment-text {
    margin-right: 12px;
}

.sep-global-comments .sep-comment-list li .comment-body .comment-content .comment-text p {
    color: var(--sep-dark2);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
}
.sep-global-comments .sep-comment-list li .comment-body .comment-content .reply {
    position: absolute;
    top: 0;
    left: 0;
}
.sep-global-comments .sep-comment-list li .comment-body .comment-content .reply a{
    color: var(--sep-red);
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
}

.sep-comment-list .children{
    margin-right: 51px;
}
.sep-comment-list .children li{
    margin-top: 21px;
}
.sep-custom-comment-form{}
.sep-custom-comment-form .sep-root-title{}
.sep-custom-comment-form .comment-respond{}
.sep-custom-comment-form .comment-respond .comment-reply-title {
    display: none;
}
.sep-custom-comment-form .comment-respond .sepanta-comment-form {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    /* height: 292px; */
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 24px;
    gap: 0 20px;
}

.sep-custom-comment-form .comment-respond .sepanta-comment-form .logged-in-as{
    display: none;
}

.sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group.sep-input-form {
    margin-top: 0;
    margin-bottom: 12px;
}

.sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group label {
    font-size: 14px;
}
.sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group input{}
.sep-custom-comment-form .comment-respond .sepanta-comment-form textarea {
    height: 211px;
    width: 100%;
    max-width: 494px;
    border-radius: 7px;
    background: var(--sep-white);
    padding: 13px 16px;
    margin-top: 33px;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #9C9C9C;
    border: none;
    outline: none;
}
.sep-custom-comment-form .comment-respond .sepanta-comment-form .comment-form-cookies-consent {
    display: none;
}
.sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit {
    transition: var(--sep-del);
}
.sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit svg {
    color: var(--sep-red);
    transition: var(--sep-del);
}
.sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit svg .sep-comment-submit-svg-col1 {
    color: var(--sep-red2);
}
.sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit svg .sep-comment-submit-svg-col2 {
    color: var(--sep-gray1);
    transition: var(--sep-del);
}
.sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit span {
    color: var(--sep-red);
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    right: 34%;
    top: 11px;
    transition: var(--sep-del);
}

.sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit:hover span{
    color: var(--sep-gray1);
}

.sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit:hover svg {
    color: var(--sep-gray1);
    transition: var(--sep-del);
}
.sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit:hover svg .sep-comment-submit-svg-col2 {
    color: var(--sep-red);
    transition: var(--sep-del);
}

.sep-comment-form-part-right {
    width: 100%;
    max-width: 400px;
}

.sep-custom-comment-form .comment-respond .sepanta-comment-form.user-is-loged-in {
    flex-direction: column;
    align-items: flex-start;
}

.sep-custom-comment-form .comment-respond .sepanta-comment-form.user-is-loged-in textarea{
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}

/*comment end*/

/*archive blogs start*/

.sep-blog-archive-head{}
.sep-blog-archive-head .sep-root-title{}
.sep-blog-archive-head .sep-arch-filter {
    position: relative;
    padding: 6px 10px;
    justify-content: flex-end;
    gap: 3px;
    border-radius: 50px;
    border: 1px solid var(--sep-red);
    background: var(--sep-white);
    cursor: pointer;
    color: var(--sep-dark2);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    transition: var(--sep-del);
    z-index: 3;
}
.sep-blog-archive-head .sep-arch-filter .sep-sort-label {}
.sep-blog-archive-head .sep-arch-filter .sort-options {
    position: absolute;
    top: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    left: 0;
    width: 100%;
    padding: 6px 10px;
    justify-content: flex-end;
    gap: 3px;
    border-radius: 16px;
    border: 1px solid var(--sep-red);
    background: var(--sep-white);
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px);
    transition: var(--sep-del);
}
.sep-blog-archive-head .sep-arch-filter .sort-options .sep-blog-cat2 {
    transition: var(--sep-del);
}
.sep-blog-archive-head .sep-arch-filter .sep-sort-label svg ,.sep-blog-archive-head .sep-arch-filter .sep-sort-label .active-sort,.sep-blog-archive-head .sep-arch-filter .sort-options .sep-blog-cat2.active,.sep-blog-archive-head .sep-arch-filter .sort-options .sep-blog-cat2:hover {
    color: var(--sep-red);
}
.sep-blog-archive-head .sep-arch-filter:hover {}
.sep-blog-archive-head .sep-arch-filter:hover .sort-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(15px);
}

.sep-blog-archive-head .sep-root-title h2 span {
    color: var(--sep-red);
    margin: 0 3px;
}

.sep-blog-archive-body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 128px;
    margin-top: 32px;
}

.sep-blogs-page-right-part {
    width: 100%;
    max-width: 306px;
}

.sep-blogs-page-left-part {
    width: 100%;
    max-width: 966px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.sep-archive-blog-card,.sep-archive-blog-card .sep-elementor-card-inner {
    background: var(--sep-gray1);
}

.sep-archive-blog-card::before{
    background: var(--sep-grad);
}
.sep-archive-blog-card:hover::before{
    background: var(--sep-red);
}
.sep-archive-blog-card .sep-elementor-card-inner {}
.sep-archive-blog-card .sep-elementor-card-inner .sep-blog-card-img{}
.sep-archive-blog-card .sep-elementor-card-inner .sep-blog-card-content{}
.sep-archive-blog-card .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-date {
    color: var(--sep-dark2);
}
.sep-archive-blog-card .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-date svg,
.sep-archive-blog-card .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-link,
.sep-archive-blog-card .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-link p,
.sep-archive-blog-card:hover .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-link .sep-blog-card-link1 {
    color: var(--sep-red);
}

.sep-archive-blog-card:hover .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-link,
.sep-archive-blog-card:hover .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-link p,
.sep-archive-blog-card .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-link .sep-blog-card-link1{
    color: var(--sep-gray1);
}
.sep-archive-blog-card .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-link .sep-blog-card-link1 {}
.sep-archive-blog-card:hover .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-link .sep-blog-card-link1 {}
.sep-archive-blog-card .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-link .sep-blog-card-link2 {
    color: var(--sep-red2);
}
.sep-archive-blog-card .sep-elementor-card-inner .sep-blog-card-content .sep-blog-card-link p{}

/*archive blogs end*/

/*pagination start*/

.navigation {
    width: 100%;
    height: 66px;
    margin: 25px 0 0;
}

.nav-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.nav-links .page-numbers {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--sep-gray1);
    color: var(--sep-dark2);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.48px;
    transition: var(--sep-del);
    position: relative;
}

.nav-links .page-numbers:before {
    position: absolute;
    content: '';
    border-radius: 50px;
    background: var(--sep-gray1);
    box-shadow: 0px 10px 20px 0px rgba(156, 156, 156, 0.10);
    width: 50px;
    height: 50px;
    transform: scale(0);
    z-index: -1;
    transition: 0.2s;
}

.nav-links .page-numbers:hover,.nav-links .page-numbers.current {
    background: var(--sep-red);
    color: var(--sep-gray1);
}
.nav-links .page-numbers:hover:before,.nav-links .page-numbers.current:before {
    transform: scale(1.32);
}

.nav-links .page-numbers.current{}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
    width: 100px;
    height: 50px;
    border-radius: 50px;
    font-family: 'ModamFaNumWeb';
}

.nav-links .page-numbers.next {
    padding-left: 25px;
}
.nav-links .page-numbers.prev {
    padding-right: 25px;
}

.nav-links .page-numbers.prev::before,.nav-links .page-numbers.next::before {
    width: 100px;
    height: 50px;
    border-radius: 10px;
    display: none;
}
.nav-links .page-numbers.prev::after,.nav-links .page-numbers.next::after {
    position: absolute;
    content: '';
    transition: 0.4s;
    width: 24px;
    height: 24px;
    background-image: url("../img/chevron-up-dot.svg");
}

.nav-links .page-numbers.prev::after {
    right: 17px;
    transform: rotate(180deg);
}
.nav-links .page-numbers.next::after {
    left: 17px;
}

.nav-links .page-numbers.prev:hover::after {
    background-image: url("../img/chevron-up-dot-full.svg");
}

.nav-links .page-numbers.next:hover::after {
    background-image: url("../img/chevron-up-dot-full.svg");
}

.nav-links .page-numbers.dots {
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: -0.32px;
    width: 16px;
    height: 15px;
    background: none;
}

.nav-links .page-numbers.dots:before{
    display: none;
}

.woocommerce nav.woocommerce-pagination {
    margin: 70px 0;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none!important;
    border-left: 0!important;
    margin: 0!important;
    width: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.woocommerce nav.woocommerce-pagination ul::before,
.woocommerce nav.woocommerce-pagination ul::after {
    display: none!important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-left: none!important;
    overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 0!important;
    min-width: unset!important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--sep-gray1);
    color: var(--sep-dark2);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.48px;
    transition: var(--sep-del);
    position: relative;
}

.woocommerce nav.woocommerce-pagination ul li span.dots {
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: -0.32px;
    width: 16px;
    height: 15px;
    background: none;
}

.woocommerce nav.woocommerce-pagination ul li a::before, .woocommerce nav.woocommerce-pagination ul li span::before {
    position: absolute;
    content: '';
    border-radius: 50px;
    background: var(--sep-gray1);
    box-shadow: 0px 10px 20px 0px rgba(156, 156, 156, 0.10);
    width: 50px;
    height: 50px;
    transform: scale(0);
    z-index: -1;
    transition: 0.2s;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--sep-red);
    color: var(--sep-gray1);
}

.woocommerce nav.woocommerce-pagination ul li a:focus::before, .woocommerce nav.woocommerce-pagination ul li a:hover::before, .woocommerce nav.woocommerce-pagination ul li span.current::before {
    transform: scale(1.32);
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    width: 100px;
    height: 50px;
    border-radius: 50px;
    font-family: 'ModamFaNumWeb';
}

.woocommerce nav.woocommerce-pagination ul li a.next {
    padding-left: 25px!important;
}
.woocommerce nav.woocommerce-pagination ul li a.prev{
    padding-right: 25px!important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::before,.woocommerce nav.woocommerce-pagination ul li a.next::before {
    width: 100px;
    height: 50px;
    border-radius: 50px;
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li a.prev::after,.woocommerce nav.woocommerce-pagination ul li a.next::after {
    position: absolute;
    content: '';
    transition: 0.4s;
    width: 24px;
    height: 24px;
    background-image: url("../img/chevron-up-dot.svg");
}

.woocommerce nav.woocommerce-pagination ul li a.prev::after {
    right: 17px;
    transform: rotate(180deg);
}
.woocommerce nav.woocommerce-pagination ul li a.next::after {
    left: 17px;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover::after {
    background-image: url("../img/chevron-up-dot-full.svg");
}

.woocommerce nav.woocommerce-pagination ul li a.next:hover::after {
    background-image: url("../img/chevron-up-dot-full.svg");
}
    /*pagination end*/

    /*widgets start*/

.sep-search-widget {
    display: inline-flex;
    height: 56px;
    padding: 15px 16px 16px 16px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 80px;
    background: var(--sep-gray1);
}

.sep-search-widget input, .sep-search-widget input::placeholder {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    background: inherit;
    width: 85%;
}

.sep-search-widget a {
    color: #292D32;
    cursor: pointer;
}

#sidebar-blog{
    display: flex;
    flex-direction: column;
    gap: 18px 0;
}

.sp-blog-subjects {
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 16px;
}

.sp-blog-subjects .sp-bs-title {
    display: flex;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: var(--sep-white);
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
}

.sp-blog-subjects .sep-bs-data {
    display: flex;
    flex-direction: column;
    gap: 19px 0;
    margin-top: 18px;
}

.sp-blog-subjects .sep-bs-data .sp-bs-link {
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    width: 100%;
    max-width: 265px;
}

.sp-blog-subjects .sep-bs-data .sp-bs-link span{
    color: var(--sep-dark2);
}

.sepanta-widget-posts {
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 16px;
}

.sepanta-widget-posts-title {
    display: flex;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: var(--sep-white);
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 16px;
}

.sepanta-post-item {
    gap: 0 12px;
    margin-bottom: 21px;
}
.sepanta-post-item:last-child {
    margin-bottom: 9px;
}

.sepanta-post-item img {
    width: 62px;
    height: 62px;
    border-radius: 4px;
    object-fit: cover;
}

.sepanta-post-item .sepanta-post-info {
    color: var(--sep-dark2);
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sepanta-post-item .sepanta-post-info .sepanta-post-title {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.sepanta-post-item .sepanta-post-info .sepanta-post-date {
    text-align: left;
}

.sepanta-widget-best-sellers {
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 16px;
}

.sepanta-widget-best-sellers-title {
    display: flex;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: var(--sep-white);
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 16px;
}

.sepanta-sidebar-product-items {
    width: 100%;
    margin-bottom: 21px;
}

.sepanta-sidebar-product-items:last-child{
    margin-bottom: 0;
}

.sepanta-sidebar-product-items img {
    border-radius: 4px;
    width: 62px;
    height: 62px;
    object-fit: cover;
}

.sepanta-sidebar-product-items .sepanta-sidebar-product-info {
    margin-right: 12px;
    width: 100%;
}

.sepanta-sidebar-product-title {
    color: var(--sep-dark2);
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
}

.sepanta-sidebar-product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sepanta-sidebar-product-price bdi{}
.sepanta-sidebar-product-price bdi span{}
.sepanta-sidebar-product-price del bdi {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    text-decoration: line-through;
}

.sepanta-sidebar-product-price del bdi span {
    display: none;
}

.sepanta-sidebar-product-price ins bdi {
    color: var(--sep-dark1);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.48px;
    display: flex;
    gap: 0 5px;
    align-items: flex-end;
}

.sepanta-sidebar-product-price ins bdi span {
    color: var(--sep-red);
    font-size: 12px;
    margin-bottom: 3px;
}

.sp-projects-status-filter-form {
    margin-top: 16px;
    gap: 16px 0;
}
.sp-projects-status-filter-card{}
.sp-projects-status-filter-card .text {
    color: var(--sep-dark1);
}

.sp-projects-status-filter-card .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.sp-projects-status-filter-card .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sp-projects-status-filter-card .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--sep-gray2);
    transition: 0.4s;
    border-radius: 34px;
}

.sp-projects-status-filter-card .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    right: 3px;
    bottom: 2px;
    background-color: var(--sep-white);
    transition: var(--sep-del);
    border-radius: 50%;
}

.sp-projects-status-filter-card input:checked + .slider {
    background-color: var(--sep-red);
}

.sp-projects-status-filter-card input:checked + .slider:before {
    transform: translateX(-18px);
}

.sp-bs-link {
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    cursor: pointer;
}

.sp-bs-link input {
    width: 16px;
    height: 16px;
    background: var(--sep-white);
    border: 1px solid var(--sep-dark2) !important;
    border-radius: 100%!important;
    box-shadow: none!important;
}

.sp-bs-link input.form-check-input:checked {
    background-color: var(--sep-red) !important;
}

.sp-bs-link input.active-project {
    background: var(--sep-red);
}

.sp-project-status-switch-widget {
    padding: 16px;
    border-radius: 16px;
    background: var(--sep-gray1);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.sp-project-status-switch-widget .sp-bs-title {
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    border-radius: 40px;
    background: var(--sep-white);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    cursor: pointer;
}

.sp-project-status-switch-widget form{
    width: 100%;
}

.custom-dropdown-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: var(--sep-del);
    width: 100%;
    position: absolute;
    right: 16px;
    top: 16px;
    max-width: 274px;
    height: 54px;
}

.custom-dropdown-wrapper.dishow{
    opacity: 1;
    visibility: visible;
}

.custom-dropdown {
    position: relative;
}
.dropdown-selected {
    padding: 10px;
    background: var(--sep-white);
    border-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid var(--sep-red);
    border-bottom: none;
    height: 53px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
}
.dropdown-options {
    position: absolute;
    width: 100%;
    background: var(--sep-white);
    border: 1px solid var(--sep-red);
    border-radius: 24px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: var(--sep-del);
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    -ms-overflow-style: none;
    scrollbar-width: none;
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
}
.dropdown-options div {
    padding: 10px;
    cursor: pointer;
    transition: var(--sep-del);

}
.dropdown-options div:hover {
    background: var(--sep-gray1);
}
.dropdown-options.show {
    opacity: 1;
    visibility: visible;
}

.sp-tender-date-filter-widget{
    padding: 16px;
    border-radius: 16px;
    background: var(--sep-gray1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
}

.sep-tender-title {
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    border-radius: 40px;
    background: var(--sep-white);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    cursor: pointer;
    margin-bottom: 16px;
}

.sep-tender-date-selector {
    margin-bottom: 10px;
}

.sep-tender-date-selector input {
    border-radius: 40px;
    background: var(--sep-gray2);
    width: 100%;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    cursor: pointer;
}

.sep-tender-date-selector input::placeholder{
    text-align: center;
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
}

.pdp-default {
    color: var(--sep-dark2) !important;
    box-shadow: none!important;
    border-radius: 12px!important;
    width: 274px!important;
}

.pdp-default .pdp-header {
    background-color: var(--sep-white) !important;
    border: none!important;
    border-radius: 12px!important;
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    padding: 5px 0px!important;
    height: 45px!important;
    display: flex;
    align-items: center;
}

.pdp-default .nextArrow, .pdp-default .prevArrow {
    top: 12px!important;
    transition: var(--sep-del);
}

.pdp-default .nextArrow {
    right: 10px!important;
}

.pdp-default .prevArrow {
    left: 10px!important;
}

.pdp-default .nextArrow:hover, .pdp-default .prevArrow:hover {
    color: var(--sep-red) !important;
}

.pdp-default .dows {
    background: var(--sep-white) !important;
    color: var(--sep-dark2) !important;
    width: 100% !important;
    display: flex!important;
    justify-content: space-between!important;
    padding: 5px 10px!important;
}

.pdp-default .dow {
    border: none!important;
    width: 25px!important;
    height: 25px!important;
    line-height: 20px!important;
    font-size: 12px!important;
    font-family: system-ui!important;
}

.pdp-default .days {
    background-color: var(--sep-white) !important;
    border: none!important;
    margin: 0px 0 10px;
}

.pdp-default .day {
    border: 1px solid var(--sep-gray2) !important;
    border-radius: 4px!important;
    transition: var(--sep-del) !important;
    cursor: pointer!important;
    width: 25px!important;
    height: 25px!important;
    padding-top: 2px;
}

.pdp-default .nul {
    border: 1px solid var(--sep-white) !important;
    background: var(--sep-white) !important;
    width: 25px!important;
    height: 25px!important;
}

.pdp-default .friday {
    color: var(--sep-red) !important;
    border: 1px solid var(--sep-red) !important;
}

.pdp-default .days>* {
    display: flex;
    justify-content: space-between;
    padding: 2px 12px;
}

.pdp-default .day:hover {
    background: var(--sep-gray2) !important;
}

.pdp-default .today {
    color: var(--sep-white) !important;
    background: var(--sep-dark2) !important;
}

.pdp-default .pdp-footer {
    background: var(--sep-dark2) !important;
    border-bottom-left-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    height: 35px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdp-default .pdp-footer .goToday {
    color: var(--sep-white) !important;
    text-decoration: none!important;
    transition: var(--sep-del) !important;
    font-size: 14px!important;
}

.pdp-default .pdp-footer .goToday:hover {
    font-size: 13px!important;
}

.pdp-default .selday, .pdp-default .selday:hover {
    background: var(--sep-red) !important;
    color: var(--sep-white) !important;
}

.pdp-default .yearSelect, .pdp-default .monthSelect {
    background: var(--sep-white) !important;
    border: none!important;
    margin-top: 47px!important;
    height: 70%!important;
    padding: 12px!important;
}

.pdp-default .yearSelect {
    overflow-y: scroll;
    -ms-overflow-style: thin;
    scrollbar-width: thin;
}

.pdp-default .yearSelect li, .pdp-default .monthSelect li {
    border: none!important;
    margin: 1px!important;
    border-radius: 12px!important;
    transition: var(--sep-del) !important;
    cursor: pointer!important;
    width: 32%!important;
}

.pdp-default .yearSelect li:hover, .pdp-default .monthSelect li:hover {
    background: var(--sep-red) !important;
    color: var(--sep-white) !important;
    border-color: rgba(255, 119, 0, 0) !important;
}

.pdp-default  .selected {
    background: var(--sep-dark2) !important;
    color: var(--sep-white) !important;
}

    /*widgets end*/

.sep-filter-but {
    border: none;
    width: 96px;
    font-family: 'ModamFaNumWeb';
    height: 40px;
    border-radius: 12px;
    background-color: var(--sep-red);
    color: var(--sep-white);
    transition: var(--sep-del);
    position: fixed;
    bottom: 50px;
    right: 45px;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* news archive start */

.sep-archive-news-card {
    height: 372px;
}

.sep-archive-news-card .sep-blog-card-content{
    height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sep-archive-news-card .sep-elementor-card-inner{
    height: 368px;
}
.sep-archive-news-card .sep-elementor-card-inner .sep-blog-card-img{
    height: 140px!important;
}

.sep-archive-news-card .sep-blog-card-title{
    font-size: 17px;
    margin-bottom: 14px;
}

.sep-archive-news-card .Recent-post-card-footer {
    max-width: 258px;
}

.sep-archive-news-card .Recent-post-card-footer .Recent-post-card-date,.sep-archive-news-card .Recent-post-card-footer .Recent-post-card-come{
    color: var(--sep-red);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    display: flex;
    align-items: center;
    gap: 0 6px;
}
.sep-archive-news-card .Recent-post-card-footer .Recent-post-card-date {}
.sep-archive-news-card .Recent-post-card-footer .Recent-post-card-come {}
.sep-archive-news-card .Recent-post-card-footer .Recent-post-card-link {
    color: var(--sep-dark2);
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    gap: 0 16px;
    display: flex;
    align-items: center;
    transition: var(--sep-del);
}

.sep-archive-news-card:hover .Recent-post-card-link{
    color: var(--sep-red);
}

.sep-news-card-text {
    color: var(--sep-dark2);
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.48px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-align: justify;
    margin-bottom: 16px;
    max-width: 258px;
}

/* news archive end */

/* project archive start */
.sep-proj-archive-head{}
.sep-proj-archive-body{}
.sep-projects-root-card1st .sep-elementor-card,.sep-projects-root-card1st .sep-projects-card .sep-elementor-card-inner {
    background-color: var(--sep-gray1);
}

.sep-projects-root-card1st .sep-elementor-card::before {
    background: var(--sep-grad);
}

.sep-projects-root-card1st .sep-projects-card-progres p{
    color: var(--sep-white);
}

.sep-projects-root-card1st .sep-projects-card-content-item p,.sep-projects-root-card1st .sep-card-elementor-title {
    color: var(--sep-dark1);
}

.sep-projects-root-card1st .sep-projects-card-content-item p span,.sep-projects-root-card1st .sep-projects-card-text  {
    color: var(--sep-dark2);
}

.sep-projects-root-card1st .sep-projects-card-link-color2 {
    color: var(--sep-gray1);
}

.sep-projects-root-card1st:hover .sep-projects-card-tori {
    background: var(--sep-red);
}

.sep-projects-root-card1st:hover .sep-projects-card-progres div ,.sep-projects-root-card1st .sep-projects-card-content-item svg ,.sep-projects-root-card1st:hover .sep-projects-card-link-color1, .sep-projects-root-card1st:hover .sep-projects-card-link p {
    color: var(--sep-red);
}
.sep-projects-root-card1st{}
.sep-proj-archive-body .sep-blogs-page-left-part{
    gap: 22px;
}

.sep-proj-archive-body .sep-blogs-page-left-part .progress-svg {
    color: var(--sep-white);
}

.sep-proj-archive-body .sep-blogs-page-left-part .sep-projects-card-progres .progress-text {
    background: var(--sep-white);
}

.sep-proj-archive-body .sep-projects-root-card1st {
    width: 472px;
    height: 304px;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card {
    width: 424px;
    height: 304px;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-elementor-card-inner {
    width: 424px;
    height: 300px;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-tori,
.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-tori img{
    height: 304px !important;
    width: 73px !important;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-img {
    width: 143px!important;
    height: 256px!important;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-progres {
    right: -54px;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-content {
    width: 213px;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-content .sep-card-elementor-title::before{
    background: var(--sep-red2);
    opacity: 36%;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-content .sep-card-elementor-title{
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-content-items {
    width: 213px;
    justify-content: space-between !important;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-content-item {
    padding-left: 10px;
    margin-left: 0px;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-text {
    -webkit-line-clamp: 2 !important;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-linksvg1 {
    display: none;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-linksvg2 {
    display: block;
    width: 213px;
    height: 54px;
}

.sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-link p {
    right: 24px;
}

/* project archive end*/

/* project single start*/

.single-project {
    margin-top: 32px;
}

.sep-single-projects-gallery1st {
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 59px;
    width: 100%;
}

.sep-projs-gallery-images-thumb {
    border-radius: 12px;
}

.sep-projs-gallery-images-thumb img{
    width: 100%;
    max-width: 1178px;
    height: 550px;
    object-fit: cover;
    border-radius: 12px;
}
.sep-single-projects-gallery1st .attachment-post-thumbnail {}
.sep-single-projects-gallery2nd {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: auto;
}

.sep-single-projects-gallery2nd::before, .sep-single-projects-gallery2nd::after {
    position: absolute;
    content: '';
    width: 125px;
    height: 146px;
    z-index: 2;
    top: 0;
}

.sep-single-projects-gallery2nd::before {
    border-radius: 0px 8px 8px 0px;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    right: 0;
}

.sep-single-projects-gallery2nd::after {
    border-radius: 8px 0px 0px 8px;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    left: 0;
}

.sep-projs-gallery-slider-next, .sep-projs-gallery-slider-prev {
    width: 38px;
    height: 38px;
    background: var(--sep-red);
    color: var(--sep-white);
    transition: var(--sep-del);
    position: absolute;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.sep-projs-gallery-slider-next {
    left: -24px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sep-projs-gallery-slider-prev{
    right: -24px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sep-projs-gallery-slider-prev.swiper-button-disabled, .sep-projs-gallery-slider-next.swiper-button-disabled {
    background: var(--sep-dark2);
}

.sep-single-projects-gallery2nd .sep-projs-gallery-images-gall {
    margin-top: 32px;
    border-radius: 12px;
}

.sep-single-projects-gallery2nd .sep-projs-gallery-images-gall .swiper-slide {
    filter: grayscale(1);
    transition: var(--sep-del);
    cursor: pointer;
}

.sep-single-projects-gallery2nd .sep-projs-gallery-images-gall .swiper-slide.swiper-slide-thumb-active{
    filter: grayscale(0);
}

.sep-single-projects-gallery2nd .sep-projs-gallery-images-gall img {
    width: 146px;
    height: 146px;
    border-radius: 12px;
    object-fit: cover;
}

.sep-single-projects-content {
    display: flex;
    gap:24px;
    margin: 40px 0;
}

.sep-single-projects-content-box1st {
    display: flex;
    flex-direction: column;
    gap: 19px 0;
}

.sep-single-projects-content-box {
    display: flex;
    min-width: 306px;
    min-height: 83px;
    padding: 16px 24px;
    padding-left: 5px;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 16px;
    background: var(--sep-gray1);
}

.sep-single-projects-content-box p {
    padding: 5px;
    background: var(--sep-white);
    border-radius: 8px;
    color: var(--sep-dark1);
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 180%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 130px;
    min-height: 51px;
}

.sep-single-projects-content-box p svg{
    color: var(--sep-red);
}

.sep-single-projects-content-box small {
    color: var(--sep-dark2);
    font-size: 15px;
    font-weight: 600;
    line-height: 180%;
}

.sep-single-projects-content-text {
    color: var(--sep-dark2);
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.48px;
}

.sep-single-projects-content-metas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 70px;
    gap: 24px;
}
.sep-single-projects-content-meta{}
.sep-single-projects-content-comments {
    width: 75%;
    max-width: 966px;
}

/* project single end*/

/*Event factors start*/

.Event-factors-bg {
    width: 100%;
    height: 442px;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 36px 24px;
    overflow: hidden;
    position: relative;
}

.Event-factors-bg::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 119px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(243, 243, 243, 0.00) 0%, #F3F3F3 100%);
    bottom: 0;
    right: 0;
    z-index: 2;
}

.Event-factors-bg .sep-root-title {
    margin-bottom: 31px;
}
.Event-factors-bg .sep-root-title h2{}
.sep-Event-factors {
    height: 100%;
    padding-bottom: 105px;
}

.sep-Event-factors .swiper-slide {
    height: auto;
}

.Event-factors-card {
    gap: 0 16px;
    border-bottom: 1px solid var(--sep-gray2);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.Event-factors-bg .swiper-slide:last-child .Event-factors-card{
    gap: 0 16px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.Event-factors-card img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    background: #FFF;
    object-fit: cover;
}

.Event-factors-card .Event-factors-inner {
    width: 86%;
}

.Event-factors-card .Event-factors-inner .Event-factors-data {
    gap: 10px;
}
.Event-factors-card .Event-factors-inner .Event-factors-data .sep-card-root-title{}
.Event-factors-card .Event-factors-inner .Event-factors-data p {
    color: var(--sep-dark2);
    line-height: 180%;
}

.Event-factors-card .Event-factors-inner .Event-factors-link {
    color: var(--sep-dark2);
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    gap: 16px;
    display: flex;
    align-items: center;
    transition: var(--sep-del);
}

.Event-factors-card .Event-factors-inner .Event-factors-link:hover {
    color: var(--sep-red);
}

/*Event factors end*/


/*  Sharing experiences start  */

.Sharing-experiences-bg {
    width: 100%;
    height: 442px;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 45px 24px 24px;
    overflow: hidden;
    position: relative;
}
.Sharing-experiences-header{}
.Sharing-experiences-header .sep-root-title{}
.Sharing-experiences-header .sep-root-title h2{}
.Sharing-experiences-header .sep-see-experiences-but {
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    text-decoration-line: underline;
    text-underline-position: from-font;
    cursor: pointer;
    transition: var(--sep-del);
}

.Sharing-experiences-header .sep-see-experiences-but:hover {
    color: var(--sep-red);
}
.Sharing-experiences-content{}
.Sharing-experiences-content-text {
    color: var(--sep-dark1);
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.34px;
    margin: 16px 0 24px;
}

.Sharing-experiences-content-textarea {
    overflow: hidden;
    margin-bottom: 16px;
}

.Sharing-experiences-textarea {
    width: 100%;
    height: 197px!important;
    border-radius: 12px;
    background: var(--sep-white);
    border: none;
    outline: none;
    padding: 20px;
    color: var(--sep-dark2);
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.48px;
}

.Sharing-experiences-textarea-svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: var(--sep-red);
    opacity: 0.4;
}

.sep-Sharing-experiences-link {
    color: var(--sep-red);
    display: flex;
    justify-content: flex-end;
    transition: var(--sep-del);
    float: left;
}
.sep-Sharing-experiences-link svg{}
.sep-Sharing-experiences-link1 {
    color: var(--sep-gray1);
    transition: var(--sep-del);
}

.sep-Sharing-experiences-link2{
    color: #691227;
}

.sep-Sharing-experiences-link p {
    top: 12px;
    left: 91px;
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
}

.sep-Sharing-experiences-link:hover {
    color: var(--sep-gray1);
}

.sep-Sharing-experiences-link:hover .sep-Sharing-experiences-link1 {
    color: var(--sep-red);
}

.Sharing-experiences-box {
    width: 100%;
    height: 442px;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 24px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    transform: translate(-39%, -36%) scale(0);
    opacity: 0;
    visibility: hidden;
    transition: var(--sep-del);
}

.Sharing-experiences-box.Sharing-experiences-box-visible {
    transform: translate(0%,0%) scale(1) ;
    opacity: 1;
    visibility: visible;
    transition: var(--sep-del);
}

.sep-carousel-Sharing-experiences {
    height: 100% !important;
    padding-bottom: 70px!important;
}

.sep-carousel-Sharing-experiences .swiper-slide{
    height: auto;
}

.sep-Sharing-experienc {
    display: flex;
    align-items: flex-start;
    gap: 0 12px;
    border-bottom: 1px solid var(--sep-gray2);
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.sep-carousel-Sharing-experiences .swiper-slide:nth-last-child(2) .sep-Sharing-experienc{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sep-Sharing-experienc img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid var(--sep-gray2);
    box-shadow: 0px 4px 15px 0px rgba(156, 156, 156, 0.15);
}
.sep-Sharing-experienc .sep-Sharing-experienc-content{}
.sep-Sharing-experienc .sep-Sharing-experienc-content h4 {
    font-size: 16px;
}

.sep-Sharing-experienc .sep-Sharing-experienc-content span {
    color: var(--sep-red);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    margin-top: 4px;
    margin-bottom: 14px;
}

.sep-Sharing-experienc .sep-Sharing-experienc-content p {
    color: var(--sep-dark2);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
}

.Sharing-experiences-pagination {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 175px;
    background: linear-gradient(180deg, rgba(243, 243, 243, 0.00) 0%, #F3F3F3 100%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 20px;
    gap: 8px;
}

.Sharing-experiences-next,.Sharing-experiences-prev{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: var(--sep-red);
    color: var(--sep-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--sep-del);
}

.Sharing-experiences-next.swiper-button-disabled,.Sharing-experiences-prev.swiper-button-disabled{
    background: var(--sep-dark2);
}

.sep-Sharing-experienc-las-slide {
    height: 110px!important;
}

/*  Sharing experiences end  */

/*contact us element start*/

.contact-us-element1st {
    width: 100%;
    height: 137px;
    position: relative;
    background: linear-gradient(90deg, rgba(46, 58, 69, 0.00) 0%, rgba(46, 58, 69, 0.72) 50.4%, #2E3A45 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 38px;
}

.contact-us-element1st img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%!important;
    height: 137px!important;
    border-radius: 24px!important;
}

.contact-us-element1st .contact-us-element-card {
    z-index: 1;
    border-left: 1px solid #526373;
    padding-left: 50px;
    margin-left: 50px;
}

.contact-us-element1st .contact-us-element-card:last-child{
    z-index: 1;
    border-left: none;
    padding-left:0;
    margin-left: 0;
}

.contact-us-element1st .contact-us-element-card div {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.34px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-us-element1st .contact-us-element-card p {
    color: #DBDBDB;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.48px;
    margin-top: 6px;
}

/*contact us element end*/

/* contact form start */

.spenta-contact-comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spenta-contact-comment-form .sep-input-form {
    width: 100%;
    max-width: 332px;
    margin: 0;
}

.spenta-contact-comment-form .sep-input-form label {
    color: var(--sep-white);
}
.spenta-contact-comment-form .sep-input-form input{}
.spenta-contact-comment-form .sep-textarea-form {
    width: 100%;
}

.spenta-contact-comment-form .sep-textarea-form label {
    color: var(--sep-white);
    font-size: 15px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.45px;
    margin: 18px 0 5px;
}

.spenta-contact-comment-form .sep-textarea-form textarea {
    width: 100%;
    height: 160px!important;
    border-radius: 10px;
    background: var(--sep-white);
    outline: none;
    padding: 15px;
    color: #9C9C9C;
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
}

.spenta-contact-comment-form .spenta-submit-wrapper {
    position: relative;
    width: 207px;
    height: 54px;
    margin-top: 15px;
}

.spenta-contact-comment-form-input-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0 24px;
}
.spenta-contact-comment-form .spenta-submit-wrapper p {}
.spenta-contact-comment-form .spenta-submit-wrapper p .spenta-submit-button {
    color: var(--sep-white);
    margin: 0;
    transition: var(--sep-del);
}

.spenta-contact-comment-form .spenta-submit-wrapper p .spenta-submit-button .spenta-submit-button-svg .spenta-submit-button-svg1 {
    color: var(--sep-dark1);
    transition: var(--sep-del);
}

.spenta-contact-comment-form .spenta-submit-wrapper p .spenta-submit-button br{
    display: none;
}
.spenta-contact-comment-form .spenta-submit-wrapper p .spenta-submit-button .spenta-submit-button-svg{}
.spenta-contact-comment-form .spenta-submit-wrapper p span {
    color: var(--sep-white);
    font-family: 'ModamFaNumWeb';
    font-size: 16px!important;
    font-weight: 600!important;
    line-height: 180% !important;
    position: absolute;
    top: 12px!important;
    right: 32px!important;
    transition: var(--sep-del);
}

.spenta-contact-comment-form .spenta-submit-wrapper:hover p .spenta-submit-button .spenta-submit-button-svg1{
    color: var(--sep-white);
}

.spenta-contact-comment-form .spenta-submit-wrapper:hover p .spenta-submit-button,.spenta-contact-comment-form .spenta-submit-wrapper:hover p span{
    color: var(--sep-dark1);
}

.wpcf7 form .wpcf7-response-output {
    margin: 0!important;
    padding: 15px!important;
    border: none!important;
    position: absolute!important;
    background: var(--sep-gray1) !important;
    color: var(--sep-dark1) !important;
    font-size: 16px!important;
    font-weight: 600!important;
    border-radius: 12px!important;
    width: 100% !important;
    top: -115px!important;
}
/* contact form end */

/* archive tenders start */

.sep-tenders-archive-head{}
.sep-blog-archive-body.sep-tenders-archive-body{}
.sep-blogs-page-left-part.tenders-archive-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 24px;
    gap: 0;
    min-height: 400px;
}

.sep-tenders-head {
    background: var(--sep-white);
    border-radius: 12px;
    padding: 24px;
    padding-left: 108px;
    padding-right: 38px;
    display: flex;
    justify-content: space-between;
    color: var(--sep-dark1);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
}
.sep-tenders-head div.d-flex{
        gap: 100px;
}
.sep-tenders-body{}
.sep-tenders-body .sep-tender-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #52637336;
    padding: 20px 24px;
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.48px;
}
.sep-tenders-body .sep-tender-card .sep-tender-card-title {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    width: 210px;
}

.sep-tenders-body .sep-tender-card .d-flex {
    width: 38%;
    justify-content: space-between;
}

.sep-tenders-body .sep-tender-card:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sep-tender-card-link {
    position: relative;
    color: var(--sep-red);
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    transition: var(--sep-del);
}

.sep-tender-card-link small {
    position: absolute;
    right: 47px;
    top: 12px;
    font-family: 'ModamFaNumWeb';
}

.sep-tender-card-link .sep-tender-card-link-circle{
    color: var(--sep-red2);
}

.sep-tender-card-link .sep-tender-card-link-bg {
    color: var(--sep-gray1);
    transition: var(--sep-del);
}

.sep-tender-card-link:hover{
    color: var(--sep-gray1);
}

.sep-tender-card-link:hover .sep-tender-card-link-bg {
    color: var(--sep-red);
}

/* archive tenders end */

/*Woocommerce start*/

/*login-sign-up start*/

    .sep-login-reg-bg {
        height: 100%;
        position: fixed!important;
        width: 100%;
        z-index: 2;
        top: 0;
        background: #ffffff;
    }

    .sep-login-reg-bg-img {
        background: url("../img/logini-reg-bg.png");
        height: 558px;
        width: 100%;
    }

    .sep-Login-form1st {
        position: absolute;
        top: 115px;
        left: 0;
        right: 0;
        max-width: 514px;
        width: 90%;
        height: 564px;
        border-radius: 16px;
        margin: auto;
        background-color: var(--sep-gray1);
        padding: 40px;
        opacity: 1;
        z-index: 3;
        transition: var(--sep-del);
        visibility: visible;
        transform: scale(1);
    }

    .sep-login-title {
        font-family: Block;
        font-weight: 100;
        font-size: 32px;
        line-height: 100%;
        color: var(--sep-dark1);
    }

    .sep-login-sub-text {
        color: var(--sep-dark2);
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .sep-input-form {
        display: flex;
        flex-direction: column;
        position: relative;
        margin-top: 20px;
    }

    .sep-input-form label {
        font-weight: 500;
        font-size: 15px;
        line-height: 180%;
        letter-spacing: -0.45px;
        color: var(--sep-dark2);
    }

.sep-input-form input {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    background: var(--sep-white);
    padding: 13px 16px;
    padding-left: 50px;
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #9C9C9C;
}

    .sep-input-form input::placeholder {
        font-weight: 400;
        font-size: 12px;
        line-height: 180%;
        color: #9C9C9C;
    }

    .sep-input-form svg {
        position: absolute;
        left: 16px;
        bottom: 13px;
        color: var(--sep-red);
    }

    .sep-form-rem-lost-div{
        margin-top: 16px;
    }

    .sep-form-remind-me {
        cursor: pointer;
    }

    .sep-form-remind-me .form-check-input {
        border: 1px solid #CBCBCB;
        box-shadow: none;
        width: 20px;
        height: 20px;
        margin: 0;
        margin-left: 6px;
        border-radius: 5px;
        transition: var(--sep-del);
        cursor: pointer;
    }

    .sep-form-remind-me .form-check-input:checked {
        background-color: var(--sep-red);
        border: none;
    }

    .sep-form-remind-me span {
        font-weight: 500;
        font-size: 14px;
        line-height: 180%;
        color: #818181;
    }

    .sep-log-form-lost-pass {
        font-weight: 500;
        font-size: 14px;
        line-height: 180%;
        text-decoration: underline;
        text-underline-position: from-font;
        color: var(--sep-red);
    }

    .sep-log-form-log {
        position: relative;
        color: var(--sep-red);
        margin-top: 20px;
        transition: var(--sep-del);
    }

    .sep-log-form-log.sep-log-form-reg span{
        right: 54px;
    }

    .sep-log-form-log-1 {
        color: #F3F3F3;
        transition: var(--sep-del);
    }

    .sep-log-form-log:hover{
        color: #F3F3F3;
    }
    .sep-log-form-log:hover .sep-log-form-log-1{
        color: var(--sep-red);
    }

    .sep-log-form-log span {
        position: absolute;
        top: 11px;
        right: 45px;
        font-family: 'ModamFaNumWeb';
        font-size: 16px;
        font-weight: 600;
        line-height: 180%;
    }

    .sep-log-form-didnt-reg {
        display: flex;
        align-items: center;
        color: #9C9C9C;
        font-size: 14px;
        font-weight: 500;
        line-height: 180%;
        gap: 0 12px;
        margin-top: 40px;
    }

    .sep-log-form-didnt-reg p {
        color: var(--sep-dark1);
        font-size: 14px;
        font-weight: 500;
        line-height: 180%;
        text-decoration-line: underline;
        text-underline-position: from-font;
        cursor: pointer;
    }

    .sep-Register-form1st {
        position: absolute;
        top: 104px;
        left: 0;
        right: 0;
        width: 90%;
        max-width: 514px;
        height: 588px;
        border-radius: 16px;
        margin: auto;
        background-color: var(--sep-gray1);
        padding: 40px;
        opacity: 0;
        z-index: -3;
        transition: var(--sep-del);
        visibility: hidden;
        transform: scale(0);
    }

    .sep-Login-form1st.sep-register-hide{
        opacity: 0;
        z-index: -3;
        transition: var(--sep-del);
        visibility: hidden;
        transform: scale(0);
    }

    .sep-Register-form1st.sep-register-visible{
        opacity: 1;
        z-index: 3;
        transition: var(--sep-del);
        visibility: visible;
        transform: scale(1);
    }

    .back-to-home-page {
        color: var(--sep-dark1);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        position: absolute;
        left: 0;
        bottom: -35px;
    }

    .sep-reg-role-text {
        font-size: 12px;
        font-weight: 400;
        color: var(--sep-dark2);
        margin-top: 20px;
    }

/*login-sign-up end*/

/*reset pass page start*/

    .sep-reset-pass {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 514px;
        width: 90%;
        height: 340px;
        border-radius: 16px;
        margin: auto;
        background-color: var(--sep-gray1);
        padding: 40px;
    }

    .sep-reset-pass .sep-log-form-log span{
        right: 25px;
    }

    .sep-reset-pass-config{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 514px;
        width: 90%;
        height: 250px;
        border-radius: 16px;
        margin: auto;
        background-color: var(--sep-gray1);
        padding: 40px;
    }
    .sep-reset-pass-config p {
        color: var(--sep-dark1);
        font-size: 16px;
        font-weight: 500;
        line-height: 180%;
        letter-spacing: -0.48px;
    }

/*reset pass page end*/

/*shop start*/

.sep-shop1st {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 58px;
}

.sep-shop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
}

.sep-arch-filter{
    position: relative;
    padding: 6px 10px;
    justify-content: flex-end;
    gap: 3px;
    border-radius: 50px;
    border: 1px solid var(--sep-red);
    background: var(--sep-white);
    cursor: pointer;
    color: var(--sep-dark2);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    transition: var(--sep-del);
}

.sort-options{
    position: absolute;
    top: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    left: 0;
    width: 100%;
    padding: 6px 10px;
    justify-content: flex-end;
    gap: 3px;
    border-radius: 16px;
    border: 1px solid var(--sep-red);
    background: var(--sep-white);
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px);
    transition: var(--sep-del);
}

.sep-arch-filter:hover .sort-options{
    opacity: 1;
    visibility: visible;
    transform: translateY(15px);
}

.sep-sort-label svg,.sep-sort-label .active-sort,.sep-blog-cat2.active,.sep-blog-cat2:hover {
    color: var(--sep-red);
}

.sep-shop-right {
    width: 100%;
    max-width: 306px;
}

.sep-shop-left {
    width: 100%;
    max-width: 966px;
}

.sep-shop-left .products {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.sep-products-card .sep-products-card-link p {
    top: 14px;
    right: 16px;
}

.sep-products-card .yith-add-to-wishlist-button-block {
    position: absolute;
    left: 22px;
    bottom: 35%;
    margin: 0;
}

.sep-global-carousel .sep-products-card.sep-elementor-card::before,
.sep-shop-left .sep-products-card.sep-elementor-card::before{
    background: var(--sep-grad);
}


.sep-products-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button{
    padding: 0;
    width: 20px;
    height: 20px;
}

.sep-products-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg__wrapper>* {
    width: 20px;
    height: 20px;
}

.sep-products-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label{
    display: none;
}

.sep-products-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg__wrapper{
    position: relative;
    width: 20px;
    height: 20px;
    transition: var(--sep-del);
}

.sep-products-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg__wrapper::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    transition: var(--sep-del);
    background-image: url("../img/hearth-hover.svg");
    opacity: 0;
}

.sep-products-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg__wrapper:hover::before {
    opacity: 1;
}

.sep-shop-card, .sep-shop-card .sep-elementor-card-inner{
    background: var(--sep-gray1);
}
.sep-shop-card .sep-elementor-card::before{
    background: var(--sep-grad);
}
.sep-shop-card .sep-elementor-card:hover::before{
    background: var(--sep-red);
}
.sep-shop-card .sep-products-card-img{
    width: 100% !important;
}
.sep-shop-card .sep-card-elementor-title,.sep-shop-card .sep-products-card-text,.sep-shop-card .sep-products-card-price{
    color: var(--sep-dark1);
}

.sep-shop-card .sep-card-elementor-title::before,.sep-single-projects-carousel .sep-card-elementor-title::before{
    background: var(--sep-red2);
    opacity: 36%;
}

.sep-shop-card .sep-products-card-link,.sep-shop-card .sep-products-card-price small,.sep-shop-card:hover .sep-products-card-link1 {
    color: var(--sep-red);
}
.sep-shop-card .sep-products-card-link2 {
    color: var(--sep-red2);
}
.sep-shop-card .sep-products-card-link1,.sep-shop-card:hover .sep-products-card-link {
    color: var(--sep-gray1);
}
.sep-shop-card .sep-products-card-off-price {
    color: var(--sep-dark2);
}

.woocommerce .woocommerce-ordering {
    margin: 0!important;
}

/*shop end*/

/* single product start */

.sep-single-container {
    width: 100%;
    max-width: 1296px;
    margin: 0  auto 100px;
}

.sep-single-product-top {
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 25px;
    display: flex;
    justify-content: space-between;
    gap: 0 25px;
}

.rad_single_product_gallery {
    width: 100%;
    max-width: 478px;
    height: 339px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kpmodal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    align-items: center;
    justify-content: center;
    background-color: #00000059;
    backdrop-filter: blur(6px);
}

.kpmodal-content {
    background-color: var(--sep-white);
    width: 80%;
    height: 100%;
    max-width: 600px;
    max-height: 500px;
    border-radius: 12px;
    padding: 20px;
}

.kpmodal-content .rad_single_product_gallery {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.kpmodal-content .rad_single_product_gallery .rad-product-gallery-slider img {
    width: 100%;
    height: 340px;
}
.product-gallery-slider{}
.rad-product-gallery-sliders{}
.rad-product-gallery-slider {
    width: 100% !important;
}

.rad-product-gallery-slider img {
    width: 478px;
    height: 228px;
    object-fit: cover;
    border-radius: 12px;
}

.kp-slider-next-slide,.kp-slider-prev-slide{
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    background: var(--sep-white);
    box-shadow: 0px 0px 20px 0px rgba(8, 37, 83, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #606BA4;
}

.kp-slider-next-slide {
    left: 17px;
}

.kp-slider-prev-slide{
    right: 17px;
}

.rad-product-page-gall-footer {
    position: relative;
}

.rad-product-page-gall-footer::before,.rad-product-page-gall-footer::after{
    position: absolute;
    content: '';
    width: 125px;
    height: 100px;
    top: -3px;
    z-index: 2;
}

.rad-product-page-gall-footer::before {
    background: linear-gradient(270deg, #F3F3F3 -2.91%, rgba(243, 243, 243, 0.00) 50%);
    right: -1px;
}

.rad-product-page-gall-footer::after {
    background: linear-gradient(90deg, #F3F3F3 -2.91%, rgba(243, 243, 243, 0.00) 50%);
    left: -1px;
}
.rad-product-page-gall-footer .rad-product-gallerys{}
.rad-product-page-gall-footer .rad-product-gallerys .swiper-slide {
    filter: grayscale(1);
    transition: var(--sep-del);
}

.rad-product-page-gall-footer .rad-product-gallerys .swiper-slide.swiper-slide-thumb-active {
    filter: grayscale(0);
}
.rad-product-gal-item {}
.rad-product-gal-item img {
    width: 95px;
    height: 95px;
    border-radius: 12px;
    object-fit: cover;
    cursor: pointer;
}

.sep-single-product-summary {
    width: 100%;
    max-width: 739px;
    min-height: 335px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: space-between;
}

.sp-single-product-extras {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 16px;
}

.sep-single-product-summary-title {
    width: 100%;
    border-radius: 12px;
    background: var(--sep-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    height: 48px;
}

.dp-product-page-copy-box {
    position: relative;
}

.dp-product-page-copy-box .sp-product-page-copy-link {
    color: var(--sep-dark2);
    transition: var(--sep-del);
}

.dp-product-page-copy-box .sp-product-page-copy-link:hover{
    color: var(--sep-red);
}

.dp-product-page-copy-box .sp-product-page-copy-link-massage {
    position: absolute;
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    width: 85px;
    left: 30px;
    top: 0;
}

.dp-pp-like-div1st {
    position: relative;
}

.dp-pp-like-div1st .dp-pp-like-div {
    width: 24px;
    height: 24px;
}

.dp-pp-like-div1st .dp-pp-like-div svg{
    position: absolute;
    color: var(--sep-dark2);
}

.dp-pp-like-div1st .dp-pp-like-div .yith-add-to-wishlist-button-block {
    margin: 0;
}

.dp-pp-like-div1st .dp-pp-like-div .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
    padding: 0;
}

.dp-pp-like-div1st .dp-pp-like-div .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg__wrapper {
    width: 24px;
    height: 24px;
    position: relative;
}

.dp-pp-like-div1st .dp-pp-like-div .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg__wrapper::before{
    content: '';
    width: 24px;
    height: 22px;
    position: absolute;
}

.dp-pp-like-div1st .dp-pp-like-div .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon-svg__wrapper::before{
    background-image: url("../img/singlepro-heart-full.svg");
}

.dp-pp-like-div1st .dp-pp-like-div .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg__wrapper>* {
    display: none;
}

.dp-pp-like-div1st .dp-pp-like-div .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label{
    display: none;
}

.dp-pp-like-div1st .dp-pp-liked {
    position: absolute;
}

.sepanta-discount-badge{
    width: 46px;
    height: 32px;
    border-radius: 50px;
    background: var(--sep-red);
    color: var(--sep-white);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sep-single-product-summary-right {
    width: 100%;
    max-width: 304px;
    margin-top: 12px;
}

.custom-star-rating-summary {
    color: var(--sep-dark1);
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
}

.sep-star-rating {
    border-left: 1px solid var(--sep-gray2);
    height: 12px;
    padding-left: 6px;
    margin-left: 6px;
    flex-direction: row-reverse;
    margin-bottom: 2px;
}

.sep-star-rating .rating-count {
    margin-left: 5px;
    height: 18px;
}

.sep-star-rating .emp-star{
    color: var(--sep-gray2);
}

.sep-star-rating .full-star{
    color: var(--sep-red);
}

.sep-star-rating .half-star{
    color: var(--sep-gray2);
}

.sep-custom-average-rating-text {
    height: 18px;
}

.sep-single-product-summary-right .woocommerce-product-details__short-description {
    color: var(--sep-dark1);
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    margin-top: 20px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}

.sep-single-product-summary-right .product-stock-status {
    display: inline-flex;
    padding: 0px 12.089px 1px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--sep-red);
    color: var(--sep-white);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    margin-top: 40px;
}

.sep-single-product-summary-left {
    width: 389px;
    min-height: 275px;
    border-radius: 12px;
    background: var(--sep-gray2);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 12px;
}

.sep-single-product-summary-left .product_meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
}

.sep-single-product-summary-left .product_meta span {
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
}

.sep-single-product-summary-left .product_meta span >* {
    color: var(--sep-dark2);
    margin-right: 5px;
    margin-left: 5px;
}

.sep-single-product-summary-left .product_meta span >*:last-child {
    margin-left: 0;
}

.sep-single-product-summary-left .price.price-del {
    display: none!important;
}

.sep-single-product-summary-left .price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sep-single-product-summary-left .price bdi {
    color: var(--sep-dark1);
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.64px;
}

.sep-single-product-summary-left .price bdi span {
    color: var(--sep-dark2);
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    margin-right: 8px;
}

.sep-single-product-summary-left .price del{
    text-decoration: none;
    opacity: 1;
}

.sep-single-product-summary-left .price del bdi {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    text-decoration: none;
}

.sep-single-product-summary-left .price del bdi span {
    display: none;
}

.sep-single-product-summary-left form.cart {
    margin: 0!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sep-single-product-summary-left form.cart::before,
.sep-single-product-summary-left form.cart::after{
    display: none!important;
}

.sep-single-product-summary-left form.cart .quantity {
    width: 103px;
    height: 40px;
    margin: 0!important;
    padding: 3px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid var(--sep-red);
    background: var(--sep-gray2);
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.10);
}

.sep-single-product-summary-left form.cart .quantity .sp-pro-buy-buts {
    width: 30px;
    height: 34px;
    background: var(--sep-red);
    color: var(--sep-white);
    border-radius: 50px;
}

.sep-single-product-summary-left form.cart .quantity .input-text {
    width: 25px;
    color: var(--sep-red);
    font-size: 15px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.45px;
    background-color: var(--sep-gray2);
}

.woocommerce .quantity .qty:focus-visible {
    outline: none!important;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button{
    -webkit-appearance: none!important;
    margin: 0!important;
}

.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield!important;
}

.sep-single-product-summary-left form.cart .single_variation_wrap{
    width: 100%;
}

.sep-single-product-summary-left form.cart .single_variation_wrap .woocommerce-variation-add-to-cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sep-single-product-summary-left form.cart .variations {
    margin: 0!important;
}

.sep-single-product-summary-left form.cart .variations tr {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin: 20px 0;
}
.sep-single-product-summary-left form.cart .variations .label{}
.sep-single-product-summary-left form.cart .variations .label label {
    color: var(--sep-red);
    font-family: 'ModamFaNumWeb';
    line-height: 180%;
    font-size: 16px;
}

.sep-single-product-summary-left form.cart .variations .value select {
    border-radius: 12px;
    padding: 5px 15px!important;
    border: 1px solid var(--sep-red);
    outline: none;
}
.sep-single-product-summary-left form.cart .variations .value select option{}
.sep-single-product-summary-left form.cart .variations .value .reset_variations {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
}

.sep-products-page-link{
    position: relative;
    color: var(--sep-red);
    transition: var(--sep-del);
}

.sep-products-page-link .sep-products-card-link-col1 {
    color: var(--sep-red2);
}

.sep-products-page-link .sep-products-card-link-col2{
    color: var(--sep-gray2);
    transition: var(--sep-del);
}

.sep-products-page-link span {
    position: absolute;
    font-family: 'ModamFaNumWeb';
    line-height: 180%;
    right: 23px;
    top: 11px;
}

.sep-products-page-link:hover{
    color: var(--sep-gray2);
}

.sep-products-page-link:hover .sep-products-card-link-col2{
    color: var(--sep-red);
}

.sep-single-pro-tabs {
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 24px;
    margin: 25px 0;
}

.sep-single-pro-tabs-inner {
    list-style: none;
    margin: 0;
    overflow: visible;
    position: relative;
    border-radius: 12px;
    background: var(--sep-white);
    height: 63px;
    padding: 8px 6px;
    padding-right: 11px;
    padding-left: 25px;
    gap: 0 25px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    justify-content: space-between;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    overflow: visible;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none!important;
    background-color: var(--sep-white) !important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 180% !important;
    letter-spacing: -0.48px!important;
    display: inline-flex!important;
    padding: 9px 24px!important;
    justify-content: center!important;
    align-items: center!important;
    gap: 10px!important;
    border-radius: 50px!important;
    transition: var(--sep-del);
    height: 47px;
    position: static;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0!important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 180% !important;
    letter-spacing: -0.48px !important;
    color: #818181;
    transition: var(--sep-del);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--sep-red) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    color: var(--sep-red) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: var(--sep-white) !important;
}
.sep-single-pro-tabs .tabs.wc-tabs li{}
.sep-single-pro-tabs .tabs.wc-tabs li a{}
.sep-single-pro-tabs-content{
    margin: 0!important;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-description {
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
}

.sep-product-page-attr-inner {
    color: var(--sep-dark1);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    display: flex;
    gap: 0 30px;
    background: var(--sep-white);
    border-radius: 12px;
    min-height: 40px;
    align-items: center;
    padding: 8px 20px;
    margin-bottom: 15px;
}

.sep-product-page-attr-inner:last-child{
    margin-bottom: 0px;
}

.sep-product-page-attr-abel {
    width: 20%;
}

.sep-product-page-attr-value {
    width: 80%;
}

.sp-product-page-metass {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
}

.sp-product-page-meta-cat,.sp-product-page-meta-tag {
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.sp-product-page-meta-cat a {
    color: var(--sep-dark2);
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
}

.sp-product-page-meta-tag {
    gap: 0 14px;
}

.sp-product-page-meta-tag a {
    padding: 7px 10px;
    border-radius: 7px;
    background: #C35670;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
}

.woocommerce-Reviews {
    width: 100%;
    max-width: 966px;
    margin-bottom: 70px;
}
.woocommerce-Reviews #comments{}
.woocommerce-Reviews #comments .sep-root-title {
    margin-bottom: 27px;
    margin-top: 60px;
}

.woocommerce-Reviews #comments .woocommerce-noreviews {
    display: flex;
    width: 100%;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 24px;
    align-items: center;
    justify-content: center;
    color: var(--sep-dark2);
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    height: 300px;
    margin-bottom: 50px;
}

.woocommerce-Reviews #comments .commentlist{}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::before,.woocommerce #reviews #comments ol.commentlist::after, .woocommerce #reviews #comments ol.commentlist::before,.woocommerce #reviews #comments .commentlist>li::before {
    display: none!important;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0!important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
    display: flex;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 20px 20px 16px 16px;
    margin-bottom: 16px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: unset!important;
    position: static!important;
    padding: 0!important;
    width: 60px!important;
    height: 60px!important;
    border-radius: 60px!important;
    border: 1px solid #DEE1ED!important;
    background: none!important;
    box-shadow: 0px 4px 15px 0px rgba(156, 156, 156, 0.15) !important;
    object-fit: cover!important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-right: 12px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating,.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash{
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 18px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author{
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: var(--sep-dark1);
    z-index: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author::before{
    position: absolute;
    content: '';
    background: var(--sep-red2);
    opacity: 36%;
    width: 47px;
    height: 8px;
    z-index: -1;
    top: 9px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    color: var(--sep-red);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0;
    color: var(--sep-dark2);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
}
.woocommerce-Reviews #review_form_wrapper {}
.woocommerce-Reviews #review_form_wrapper .sep-root-title{
    margin-bottom: 27px;
}
.woocommerce-Reviews #review_form_wrapper .comment-respond{}
.woocommerce-Reviews #review_form_wrapper .comment-respond #reply-title,
.woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-notes,
.woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-cookies-consent,
.woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating{
    display: none;
}

.woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form {
    display: flex;
    width: 100%;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 24px;
    gap: 0 20px;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form.user-is-login {
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce #review_form #respond .comment-form.user-is-login textarea{
    max-width: 100%;
}

.woocommerce #review_form #respond p {
    margin: 0;
}
.sep-product-input-groups{}
.woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .sep-product-input-groups .sep-input-form{
    margin-top: 8px;
}

.spenta-submit-button {
    color: var(--sep-red);
    margin-top: 12px;
    transition: var(--sep-del);
}

.spenta-submit-button .sep-comment-submit-svg-col1{
    color: var(--sep-red2);
}

.spenta-submit-button .sep-comment-submit-svg-col2 {
    color: var(--sep-gray1);
    transition: var(--sep-del);
}

.spenta-submit-button:hover {
    color: var(--sep-gray1);
}

.spenta-submit-button:hover .sep-comment-submit-svg-col2{
    color: var(--sep-red);
}

.spenta-submit-button span {
    right: 135px;
    top: 12px;
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
}

.woocommerce #review_form #respond .sep-textarea-single-pro {
    width: 100%;
}
.woocommerce #review_form #respond textarea {
    height: 211px;
    width: 100%;
    max-width: 494px;
    border-radius: 7px;
    background: var(--sep-white);
    padding: 13px 16px;
    margin-top: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #9C9C9C;
    border: none;
    outline: none;
}

.sep-single-container .related.products {
    margin: 70px 0 120px;
}

.woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p:last-child:not(.form-submit){
    display: none;
}

.woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form.user-is-login p:last-child{
    display: block;
}

/* single product end */

/*notif start*/

.sep-notife {
    width: 100%;
    max-width: 1294px;
    margin: 50px auto;
    min-height: 75px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--sep-gray1);
    padding: 10px 25px;
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: -0.48px;
}
.sep-notife.error{}
.sep-notife.info{}
.sep-notife.message{}
.sep-notife a.restore-item, .sep-notife a.button.wc-forward {
    border-radius: 32px;
    height: 48px;
    font-size: 16px;
    background: var(--sep-gray1);
    color: var(--sep-red);
    border: 1px solid var(--sep-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: 'ModamFaNumWeb';
    transition: var(--sep-del);
    min-width: 130px;
}
.sep-notife a.restore-item:hover,
.sep-notife a.button.wc-forward:hover {
    background: var(--sep-red);
    color: var(--sep-gray1);
}

/*notif end*/


/* cart start */

.sep-cart-container{
    max-width: 1293px;
}

.sep-cart-page {
    display: flex;
    gap: 21px;
    justify-content: space-between;
    margin-bottom: 75px;
}

.sep-woocommerce-cart-form {
    width: 100%;
    max-width: 966px;
}

.sep-cart-collaterals {
    width: 100%;
    border-radius: 16px;
    background: var(--sep-gray1);
    max-width: 306px;
    padding: 18px 25px 25px;
    height: fit-content;
    position: sticky;
    top: 50px;
}

.sep-cart-items {
    width: 100%;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 45px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 20px;
}

.sep-cart-item {
    width: 100%;
    border-radius: 16px;
    background: var(--sep-white);
    display: flex;
    padding: 18px 18.059px 18px 20px;
    justify-content: space-between;
    align-items: center;
}

.sep-cart-item>* {
    border-left: 1px solid var(--sep-gray2);
    padding-left: 36px;
    margin-left: 36px;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sep-cart-item>*:last-child{
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
}

.product-thumbnail-name {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-direction: row;
    width: 239px;
    justify-content: flex-start;
    padding-left: 10px;
}

.sep-cart-item .product-price {
    width: 129px;
}

.sep-cart-item .product-quantity {
    width: 164px;
}

.sep-cart-item .product-subtotal {
    width: 128px;
}

.sep-cart-item .product-remove {
    margin-right: 0px;
}
.product-thumbnail-name .product-thumbnail{}
.product-thumbnail-name .product-thumbnail a{
    display: flex;
    width: 95px;
    height: 95px;
}

.product-thumbnail-name .product-thumbnail img {
    width: 95px;
    height: 95px;
    border-radius: 12px;
    object-fit: cover;
}

.product-thumbnail-name .product-name a {
    color: var(--sep-dark1);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.34px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.sep-cart-item .product-price p,.product-subtotal p {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
}

.sep-cart-item .product-price bdi,.sep-cart-item .product-subtotal bdi{
    color: var(--sep-dark1);
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
}

.sep-cart-item .product-price bdi .woocommerce-Price-currencySymbol,.sep-cart-item .product-subtotal bdi .woocommerce-Price-currencySymbol {
    color: var(--sep-dark2);
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
}
.sep-cart-item .product-quantity {}
.sep-cart-item .product-quantity .quantity {
    display: flex;
    width: 128px;
    height: 47px;
    border-radius: 12px;
    border: 1px solid var(--sep-red);
    background: var(--sep-white);
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.10);
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    flex-direction: row-reverse;
}

.sep-cart-item .product-quantity .quantity .rad-pro-buy-buts {
    width: 30px;
    height: 39px;
    border-radius: 8px;
}

.sep-cart-item .product-quantity .quantity .rad-pro-buy-buts svg {
    width: 20px;
    height: 21px;
}

.sep-cart-item .product-quantity .quantity .rad-pro-buy-buts.plus {
    border-radius: 8px;
    background: #ab052d33;
    color: var(--sep-red);
}

.sep-cart-item .product-quantity .quantity .rad-pro-buy-buts.minus {
    background: var(--sep-gray1);
    color: var(--sep-dark2);
}

.sep-cart-item .product-quantity .quantity input.qty {
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    background: var(--sep-white);
}
.sep-cart-item .product-subtotal bdi .woocommerce-Price-currencySymbol{}
.sep-cart-item .product-remove{}
.sep-cart-item .product-remove a {
    color: #818181;
}

.sp-cart-up-but {
    position: relative;
    color: var(--sep-red);
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    width: fit-content;
    transition: var(--sep-del);
}

.sp-cart-up-but span {
    position: absolute;
    right: 20px;
    top: 11px;
    font-family: 'ModamFaNumWeb';
    transition: var(--sep-del);
}

.sp-cart-up-but-circ {
    color: var(--sep-red2);
}

.sp-cart-up-but-bg {
    color: var(--sep-gray1);
    transition: var(--sep-del);
}

.sp-cart-up-but:hover {

    color: var(--sep-gray1);
}

.sp-cart-up-but:hover .sp-cart-up-but-bg {
    color: var(--sep-red);
}

.sep-coupon-part {
    width: 100%;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 15px 32px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sep-coupon-part div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sep-coupon-part label {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin-right: 21px;
}

.sep-coupon-part input {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    width: 290px;
    height: 50px;
    border-radius: 10px;
    background: var(--sep-white);
    padding: 11px;
}

.sep-coupon-part input::placeholder {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.sep-coupon-part button {
    display: flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 38px;
    width: 135px;
    transition: var(--sep-del);
    height: 35px;
    border: 1px solid var(--sep-red);
    background: var(--sep-gray1);
    color: var(--sep-red);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
}

.sep-coupon-part button:hover{
    border: 1px solid var(--sep-gray1);
    background:  var(--sep-red);
    color: var(--sep-gray1);
}


.sep-cart-to-checkout-but {
    position: relative;
    color: var(--sep-red);
    transition: var(--sep-del);
}

.sep-cart-to-checkout-but small {
    position: absolute;
    right: 20px;
    top: -4px;
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
}

.sep-cart-to-checkout-but-cir{
    color:var(--sep-red2);
}

.sep-cart-to-checkout-but-bg {
    color: var(--sep-gray1);
    transition: var(--sep-del);
}

.sep-cart-to-checkout-but:hover .sep-cart-to-checkout-but-bg {
    color: var(--sep-red);
}

.sep-cart-to-checkout-but:hover{
    color: var(--sep-gray1);
}

.sep-cart-collaterals .sep-cart-total {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
}

.sep-cart-collaterals .sep-cart-total>* {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sep-cart-collaterals .sep-cart-total .order-total {
    color: #2F3031;
    font-weight: 700;
    line-height: 32px;
    font-size: 16px;
}
.sep-cart-collaterals .sep-cart-total .sep-shipping-totals{}
.sep-cart-collaterals .sep-cart-total .sep-shipping-totals .sep-shipping-totals-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sep-cart-collaterals .sep-cart-total .sep-shipping-totals .sep-shipping-totals-inner .woocommerce-shipping-destination{
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
}

.woocommerce ul#shipping_method li label,
.woocommerce ul#shipping_method li label bdi{
    display: inline;
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.48px;
}
.woocommerce ul#shipping_method li label bdi span{
    margin-right: 5px;
}
.sep-cart-collaterals .sep-cart-total .sep-shipping-totals .sep-shipping-totals-inner ul{}
.sep-cart-collaterals .sep-cart-total .sep-shipping-totals .sep-shipping-totals-inner ul li{
    margin: 0!important;
    line-height: 0!important;
}

.sep-cart-collaterals .sep-cart-total .sep-shipping-totals .woocommerce-shipping-calculator {
    width: 100%;
    border-bottom: 1px solid var(--sep-gray2);
    margin-bottom: 32px;
    padding-bottom: 32px;
    margin-top: 10px;
}

.sep-cart-collaterals .sep-cart-total .sep-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button {
    display: flex;
    padding: 4px 9px;
    gap: 5px;
    align-items: center;
    border-radius: 8px;
    background: rgba(171, 5, 45, 0.20);
    width: 96px;
    height: 30px;
    color: var(--sep-red);
    font-size: 12px;
    font-weight: 500;
    line-height: 180%;
    justify-content: space-between;
}
.sep-cart-collaterals .sep-cart-total .sep-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form{}
.sep-cart-collaterals .sep-cart-total .sep-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form span.required{
    display: none;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
    border: none!important;
    width: 100%;
    border-radius: 7px!important;
    background: var(--sep-white) !important;
    padding: 13px 16px!important;
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #9C9C9C;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 15px!important;
    right: auto;
    top: 7px!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--sep-gray2) !important;
    border-radius: 8px!important;
}

.sep-change-loc-cart-but {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    border: 1px solid var(--sep-red);
    border-radius: 32px;
    background: var(--sep-gray1);
    color: var(--sep-red);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    font-family: 'ModamFaNumWeb';
    transition: var(--sep-del);
}

.sep-change-loc-cart-but:hover{
    border: 1px solid var(--sep-gray1);
    background: var(--sep-red);
    color: var(--sep-gray1);
}

.sep-cart-sidebar-productsz, .custom-cart-summary .cart-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.sep-cart-sidebar-productsz div,.custom-cart-summary .cart-subtotal div,.discount-counter{
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    width: 52%;
}

.sep-cart-sidebar-productsz bdi,.custom-cart-summary .cart-subtotal bdi,.discount-text {
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.48px;
}

.sep-cart-sidebar-productsz bdi .woocommerce-Price-currencySymbol,.custom-cart-summary .cart-subtotal bdi .woocommerce-Price-currencySymbol{
    margin-right: 5px;
}
.custom-cart-summary .cart-subtotal{}
.sep-cart-mpty-page {
    width: 100%;
    height: 400px;
    margin: 100px 0;
    min-height: 75px;
    border-radius: 16px;
    display: flex;
    background: var(--sep-gray1);
    padding: 10px 25px;
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: -0.48px;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}

.sep-cart-mpty-page .wc-empty-cart-message .sep-notife{
    width: 100%;
    margin: 0;
}

.sep-back-to-shop-but {
    border: 1px solid var(--sep-red);
    color: var(--sep-red);
    border-radius: 24px;
    transition: var(--sep-del);
    width: 150px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sep-back-to-shop-but:hover{
    border: 1px solid var(--sep-gray1);
    color: var(--sep-gray1);
    background: var(--sep-red);
}

/* cart end */

/* checkout start */

.sep-checkout-container{
    max-width: 1296px;
}

.sep-checkout-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

.sep-checkout-form .sep-right-checkout {
    width: 100%;
    max-width: 966px;
}

.sep-checkout-form #customer_details {
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 40px;
    width: 100%;
    margin-bottom: 24px;
}

.sep-checkout-form #order_review {
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 25px;
    width: 100%;
    max-width: 306px;
    height: fit-content;
}

.sep-form-coupon-toggle {
    display: flex;
    align-items: flex-start;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 21px 16px;
    width: 100%;
    margin: 0 0 32px;
    flex-direction: column;
}

.sep-form-coupon-toggle p {
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
}

.sep-form-coupon-toggle a {
    color: var(--sep-red);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    text-decoration-line: underline;
    text-underline-position: from-font;
    margin-right: 8px;
}

.sep-checkout_coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 18px;
}

.sep-checkout_coupon div {
    display: flex;
    flex-direction: column;
}

.sep-checkout_coupon div label {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin-right: 21px;
}

.sep-checkout_coupon div input {
    width: 290px;
    height: 50px;
    border-radius: 10px;
    background: var(--sep-white);
    padding: 16px;
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.sep-checkout_coupon div input::placeholder{
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.sep-checkout_coupon button {
    color: var(--sep-red);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 39px;
    border-radius: 38px;
    border: 1px solid var(--sep-red);
    background: var(--sep-gray1);
    transition: var(--sep-del);
    padding-top: 1px;
}

.sep-checkout_coupon button:hover {
    border: 1px solid var(--sep-gray1);
    color: var(--sep-gray1);
    background: var(--sep-red);
}

.sep-checkout-shipping-fields {
    margin-bottom: 23.5px;
}

.sep-checkout-shipping-fields .shipping_address{
    margin-top: 23.5px;
}
.sep-checkout-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper{}
.sep-checkout-shipping-fields #ship-to-different-address {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
}

.sep-checkout-shipping-fields #ship-to-different-address label{
    cursor: pointer;
}

.sep-checkout-shipping-fields #ship-to-different-address .form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid var(--sep-red);
    background-color: var(--sep-gray1);
    box-shadow: none;
    cursor: pointer;
}

.sep-checkout-shipping-fields #ship-to-different-address .form-check-input:checked {
    background-color: var(--sep-red) !important;
}
.sep-checkout-shipping-fields #ship-to-different-address span{}
.sep-checkout-form{}
.woocommerce form.sep-checkout-form .form-row .input-text, .woocommerce form.sep-checkout-form .form-row select {
    border-radius: 10px;
    border: 1px solid #FFF1FB;
    background: var(--sep-white);
    height: 50px;
    padding: 13px;
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    outline: none;
}

.woocommerce form.sep-checkout-form .form-row textarea.input-text {
    height: 132px;
    outline: none;
}

.woocommerce form.sep-checkout-form .form-row label {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    margin-right: 15px;
    margin-bottom: 7.5px;
}

.woocommerce form.sep-checkout-form .form-row label .required {
    display: none;
}

.sep-billing-fields,.sep-checkout-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce form.sep-checkout-form .form-row {
    padding: 0;
    margin: 0;
    margin-bottom: 17.5px;
    width: 100%;
    max-width: 430px;
}

.sep-checkout-form #customer_details .select2-container .select2-dropdown, .sep-checkout-form #customer_details .select2-container .select2-selection {
    margin: 0;
    padding: 10px!important;
}

.sep-checkout-form #customer_details .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    top: 1px!important;
}

.woocommerce .woocommerce-additional-fields #order_comments_field{
    max-width: 100%;
}

.sep-billing-fields #billing_first_name_field, .sep-checkout-shipping-fields #shipping_first_name_field {
    order: 1;
}

.sep-billing-fields #billing_last_name_field, .sep-checkout-shipping-fields #shipping_last_name_field{
    order: 2;
}

.sep-billing-fields #billing_country_field {
    order: 4;
}

.sep-billing-fields #billing_address_1_field, .sep-checkout-shipping-fields #shipping_address_2_field {
    order: 8;
    max-width: 100%;
}

.sep-billing-fields #billing_address_2_field{
    display: none;
}

.sep-billing-fields #billing_city_field, .sep-checkout-shipping-fields #shipping_postcode_field {
    order: 5;
}

.sep-billing-fields #billing_state_field, .sep-checkout-shipping-fields #shipping_city_field {
    order: 4;
}

.sep-billing-fields #billing_postcode_field, .sep-checkout-shipping-fields #shipping_address_1_field {
    order: 7;
}

.sep-billing-fields #billing_phone_field{
    order: 6;
}

 .sep-checkout-shipping-fields #shipping_country_field{
    display: none;
}

.sep-billing-fields #billing_email_field, .sep-checkout-shipping-fields #shipping_state_field{
    order: 3;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--sep-red) !important;
    color: var(--sep-white) !important;
    transition: var(--sep-del) !important;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    border-radius: 8px!important;
}

.sep-payment-methods-1st{
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 32px 48px 42px 44px;
}

.sep-select-payment-methode-title {
    color: var(--sep-dark1);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    position: relative;
    z-index: 0;
    margin-bottom: 36px;
}

.sep-select-payment-methode-title::before {
    position: absolute;
    content: '';
    width: 47px;
    height: 8px;
    background: var(--sep-red2);
    opacity: 36%;
    bottom: 7px;
    z-index: -1;
}

.rad-payment {
    transition: var(--sep-del);
    margin-bottom: 25px;
}

.rad-payment:last-child{
    margin-bottom: 0;
}

.rad-payment label {
    display: flex;
    gap: 18px;
    cursor: pointer;
    transition: var(--sep-del);
}

.dp-checked-card {
    width: 32px!important;
    height: 32px;
    color: var(--sep-red);
    background: var(--sep-gray1);
    border-radius: 100%;
    border: 2px solid #818181;
    position: relative;
    transition: var(--sep-del);
}

.rad-payment.selected .dp-checked-card {
    color: var(--sep-red);
    border: 2px solid var(--sep-red);
}

.rad-payment .rad-checked {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 34px;
    height: 34px;
}

.rad-payment .rad-checked svg{
    width: 34px;
    height: 34px;
}

.dp-payment-icon {
    width: 30px!important;
    height: 30px;
    transition: var(--sep-del);
    color: #818181;
}

.dp-payment-title {
    color: var(--sep-dark1);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.34px;
    margin-right: 16px;
    width: 85%;
}

.dp-payment-title p {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    margin-top: 6px;
}

.rad-payment .rad-checked{
    display: none;
}

.rad-payment.selected .dp-payment-icon {
    color: var(--sep-red);
}

.sep-checkout-pay-but {
    color: var(--sep-red);
    position: relative;
    transition: var(--sep-del);
    width: fit-content!important;
}

.sep-checkout-product-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sep-checkout-product-list .cart_item,
.sep-checkout-product-list .cart-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sep-checkout-product-list .cart-subtotal,
.sep-checkout-product-list .cart_item .product-name {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
}
.sep-checkout-product-list .cart_item .product-total{}
.sep-checkout-product-list .cart-subtotal bdi,
.sep-checkout-product-list .cart_item .product-total bdi {
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.48px;
}
.sep-checkout-product-list .cart-subtotal bdi span,
.sep-checkout-product-list .cart_item .product-total bdi span {
    margin-right: 5px;
}

.sep-checkout-pay-but span {
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    position: absolute;
    right: 62px;
    top: 12px;
}

.sep-checkout-product-list .order-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2F3031;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    border-top: 1px solid var(--sep-gray2);
    padding-top: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.sep-checkout-product-list .order-total>*{
    font-family: 'ModamFaNumWeb';
}
.sep-checkout-product-list .order-total bdi{}
.sep-checkout-product-list .order-total bdi span {
    font-family: 'ModamFaNumWeb';
}

.sep-checkout-pay-but .sep-checkout-pay-but-circl{
    color: var(--sep-red2);
}

.sep-checkout-pay-but .sep-checkout-pay-but-bg{
    color: var(--sep-gray1);
    transition: var(--sep-del);
}

.sep-checkout-pay-but:hover{
    color: var(--sep-gray1);
}

.sep-checkout-pay-but:hover .sep-checkout-pay-but-bg{
    color: var(--sep-red);
}

.sep-checkout-not-acc-sign-up {
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 40px;
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sep-checkout-not-acc-sign-up p:first-child {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 20px;
}

.sep-checkout-not-acc-sign-up p button.button {
    border-radius: 32px;
    height: 36px;
    font-size: 16px;
    background: var(--sep-gray1);
    color: var(--sep-red);
    border: 1px solid var(--sep-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: 'ModamFaNumWeb';
    transition: var(--sep-del);
    min-width: 130px;
    padding: 0 0 3px;
}

.sep-checkout-not-acc-sign-up p button.button:hover {
    background: var(--sep-red);
    color: var(--sep-gray1);
}

.sep-checkout-not-acc-sign-up p.form-row:not(.form-row-first,.form-row-last) {
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.sep-checkout-not-acc-sign-up p.form-row:not(.form-row-first,.form-row-last) label {
    margin: 0 20px 0px 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.sep-checkout-not-acc-sign-up p.form-row:not(.form-row-first,.form-row-last) label input{}
.sep-checkout-not-acc-sign-up p.lost_password a {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
}

/* checkout end */

/* thanks start */

.sep-thank-you1st {
    max-width: 1296px;
}

.sep-thank-you2 {
    background: var(--sep-gray1);
    padding: 25px;
    border-radius: 16px;
    margin: 40px 0 120px;
}

.sep-thank-you2 .woocommerce-customer-details{
    display: none;
}

.sep-thanks-ul {
    border-radius: 12px;
    background: var(--sep-white);
    padding: 17px 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sep-thanks-ul .sep-thanks-li {
    color: var(--sep-dark2);
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
}

.sep-thanks-ul .sep-thanks-li p {
    color: var(--sep-dark1);
    margin-top: 6px;
}

.sep-thanks-ul div {
    width: 1px;
    height: 76px;
    background: var(--sep-gray2);
}

.sep-thank-you2 .sep-order-details {
    border-radius: 12px;
    background: var(--sep-white);
    padding: 32px 42px;
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
}

.sep-thank-you2 .sep-order-details .woocommerce-order-details__title{
    display: none;
}
.sep-thank-you2 .sep-order-details .sep-order-details-title{}
.sep-thank-you2 .sep-order-details .sep-order-details-title p{
    color: var(--sep-dark1);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    position: relative;
    z-index: 0;
}

.sep-thank-you2 .sep-order-details .sep-order-details-title p::before{
    position: absolute;
    content: '';
    background: var(--sep-red2);
    opacity: 36%;
    width: 47px;
    height: 8px;
    z-index: -1;
    top: 9px;
}

.sep-thank-you2 .sp-address-section {
    border-radius: 12px;
    background: var(--sep-white);
    min-height: 79px;
    padding: 27px 32px;
    color: var(--sep-dark1);
    margin-bottom: 32px;
}

.sep-thank-you2 .sp-address-section .sp-billing-customer-address-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.34px;
}

.sep-thank-you2 .sp-address-section .sp-billing-customer-address-svg {
    color: var(--sep-red);
    margin-right: 32px;
    margin-left: 8px;
}

.sep-thank-you2 .sp-address-section .sp-billing-customer-address-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.48px;
}

.sp-billing-customer-address-but {
    position: relative;
    color: var(--sep-red);
    transition: var(--sep-del);
    margin-bottom: 10px;
}

.sp-billing-customer-address-but-circle{
    color: var(--sep-red2);
}

.sp-billing-customer-address-but-bg {
    color: var(--sep-gray1);
    transition: var(--sep-del);
}

.sp-billing-customer-address-but p {
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    position: absolute;
    top: 12px;
    right: 32px;
}

.sp-billing-customer-address-but:hover{
    color: var(--sep-gray1);
}

.sp-billing-customer-address-but:hover .sp-billing-customer-address-but-bg{
    color: var(--sep-red);
}

.sep-order-details-inner {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.sep-order-details-head {
    display: flex;
}

.sep-order-details-head .product-name,.sep-main-inner .sep-main-inner-right {
    width: 50%;
    color: var(--sep-dark2);
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
}

.sep-order-details-head .product-total,.sep-main-inner .sep-main-inner-left {
    width: 50%;
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.48px;
}

.sep-main-inner1st{
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.sep-order-details-head .product-total{}
.sep-order-details-main .woocommerce-table__line-item.order_item {
    display: flex;
}

.sep-order-details-main .woocommerce-table__line-item.order_item .sep-tanks-product-name {
    color: var(--sep-dark2);
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    width: 50%;
    display: flex;
}

.sep-order-details-main .woocommerce-table__line-item.order_item .sep-tanks-product-name a{
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.sep-order-details-main .woocommerce-table__line-item.order_item .sep-items-tanks-price{
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.48px;
}

.sep-main-inner {
    display: flex;
}

.sep-main-inner .sep-main-inner-right {
    width: 50%;
}
.sep-main-inner .sep-main-inner-left{}
/* thanks end */


/*my-acc start*/

.sep-my-account {
    display: flex;
    justify-content: space-between;
    margin-bottom: 118px;
    margin-top: 32px;
}

.sep-my-account-navigation1st {
    width: 304px;
    position: relative;
}

.sep-my-account-navigation {
    width: 100%;
    height: fit-content;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 24px;
    position: absolute;
    top: 100px;
}

.sep-my-account-navigation-user-content {
    width: 100%;
    height: 145px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(171, 5, 45, 0.00) 0%, rgba(171, 5, 45, 0.63) 41.61%, #AB052D 100%);
    background-image: url(../img/user-my-acc-nav-bg.png);
    padding: 18px 25px;
}

.sep-my-account-navigation-user-content-inner {
    display: flex;
    justify-content: space-between;
}

.sep-my-account-navigation-user-content-user-img {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #ffffff33;
}

.sep-my-account-navigation-user-content-inner img {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    object-fit: cover;
}

.sep-my-account-navigation-user-content-inner .sep-my-account-navigation-user-content-user-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}

.sep-my-account-navigation-user-content-user-name {
    color: var(--sep-white);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.34px;
}

.sep-my-account-navigation-user-content-user-id {
    color: var(--sep-gray2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
}

.sep-my-account-navigation-user-content-inner a {
    color: var(--sep-white);
    margin-top: 5px;
}

.sep-EditAccountForm {
    display: flex;
    flex-direction: column;
}

.sep-EditAccountForm .sep-EditAccountForm-inputs {
    gap: 0 24px;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sep-EditAccountForm .sep-EditAccountForm-inputs h4 {
    color: var(--sep-dark1);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    position: relative;
    width: 100%;
    z-index: 0;
    margin-top: 32px;
}

.sep-EditAccountForm .sep-EditAccountForm-inputs h4::before {
    position: absolute;
    content: '';
    background: var(--sep-red2);
    opacity: 36%;
    width: 47px;
    height: 8px;
    z-index: -1;
    bottom: 4px;
}

.sep-EditAccountForm .sep-input-form {
    width: 100%;
    max-width: 290px;
    margin-top: 21.5px;
}

.woocommerce-password-strength {
    position: absolute;
    bottom: -35px!important;
    width: 100% !important;
    font-weight: 600;
    padding: 5px 10.5px!important;
    font-size: 14px!important;
    border-radius: 8px!important;
    border: none!important;
    background: var(--sep-white) !important;
    color: var(--sep-red) !important;
}

.woocommerce-password-hint {
    display: none!important;
}

.sep-EditAccountForm .sep-input-form label {
    font-size: 14px;
    margin-right: 14px;
}

.sep-EditAccountForm .sep-input-form input{
    border: 1px solid #FFF1FB;
}

.sep-user-display-name {
    width: 100%;
    color: var(--sep-dark2);
    font-size: 13px;
    font-weight: 400;
    line-height: 180%;
    margin-top: 12px;
}

.sep-EditAccountForm .sep-lost-password-form {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 57.5px;
}

.sep-EditAccountForm .dp-user-pic-uploader {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    background: var(--sep-white);
    padding: 24px 32px;
}

.kp-user-pic-upload {
    display: flex;
    align-items: center;
    gap: 16px;
}

.kp-current-image {
    width: 70px;
    height: 70px;
    background: var(--sep-red);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.kp-current-image img {
    width: 61.358px;
    height: 61.358px;
    border-radius: 100%;
    object-fit: cover;
}

.kp-current-text {
    color: var(--sep-dark1);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.36px;
}

.logout-section {
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    text-decoration-line: underline;
    text-underline-position: from-font;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: var(--sep-del);
}

.logout-section:hover{
    color: var(--sep-red);
}

.sep-EditAccountForm .sep-input-form .show-password-input{
    top: 58%
}

.sep-EditAccountForm .w-100.text-start {
    order: 4;
    margin-top: 32px;
}

.sep-EditAccountForm-but {
    position: relative;
    color: var(--sep-red);
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    transition: var(--sep-del);
}

.sep-EditAccountForm-but-circle{
    color: var(--sep-red2);
}

.sep-EditAccountForm-but-bg {
    color: var(--sep-gray1);
    transition: var(--sep-del);
}

.sep-EditAccountForm-but span {
    font-family: 'ModamFaNumWeb';
    position: absolute;
    right: 30px;
    top: 11px;
}

.sep-EditAccountForm-but:hover{
    color: var(--sep-gray1);
}

.sep-EditAccountForm-but:hover .sep-EditAccountForm-but-bg {
    color: var(--sep-red);
}
.sep-my-account-navigation ul{}
.sep-my-account-navigation ul li {}
.sep-my-account-navigation ul li:last-child{}
.sep-my-account-navigation ul li.is-active a{
    color: var(--sep-dark1);
}

.sep-my-account-navigation ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--sep-gray2);
    margin-bottom: 12px;
    transition: var(--sep-del);
}

.sep-my-account-navigation ul li:last-child a{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.sep-my-account-navigation ul li a svg {
    width: 24px;
    transform: translateX(10px);
    transition: var(--sep-del);
    opacity: 0;
    visibility: hidden;
}
.sep-my-account-navigation ul li.is-active a{}
.sep-my-account-navigation ul li.is-active a svg{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    color: var(--sep-red);
}

.sep-my-account-content {
    width: 966px;
    min-height: 447px;
    border-radius: 16px;
    background: var(--sep-gray1);
    padding: 24px;
}

.sep-my-account-navigation ul li a:hover{
    color: var(--sep-dark1);
}

.sep-my-account-navigation ul li a:hover svg{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    color: var(--sep-red);
}

.sep-user-my-acc-dashboard {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
}

.sep-user-my-acc-dashboard p {
    color: var(--sep-red);
    font-size: 16px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: -0.48px;
}

.sep-user-my-acc-dashboard div {
    color: var(--sep-dark2);
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.48px;
}

.sep-user-my-acc-dashboard-text{
    margin-top: 12px;
    color: var(--sep-dark2);
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
}

.sep-my-acc-empty-part{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 14px;
}

.sep-my-acc-empty-part svg{
    color: var(--sep-red);
}

.sep-my-acc-empty-part p{
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
}
.sep-my-acc-orders-list{}
.sep-my-acc-orders-list .sep-my-acc-orders-head {
    display: flex;
    border-radius: 59px;
    background: var(--sep-white);
    height: 78px;
    align-items: center;
    justify-content: space-between;
    padding: 24px 57px 24px 84px;
    color: var(--sep-dark1);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
}
.sep-my-acc-orders-list .sep-my-acc-orders-head .sep-my-acc-orders-head-item {}
.sep-my-acc-order-list{}
.sep-my-acc-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 35px;
    padding-right: 65px;
    border-bottom: 1px solid #5263733b;
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.48px;
}

.sep-my-acc-order:last-child{
    border-bottom:none;
}

.sep-my-acc-order-link {
    position: relative;
    color: var(--sep-red);
    transition: var(--sep-del);
}

.sep-my-acc-order-link-circ{
    color: #691227;
}

.sep-my-acc-order-link-bg{
    color: var(--sep-gray1);
    transition: var(--sep-del);
}

.sep-my-acc-order-link p{
    position: absolute;
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    top: -1px;
    right: 27px;
}

.sep-my-acc-order-link:hover{
    color: var(--sep-gray1);
}

.sep-my-acc-order-link:hover .sep-my-acc-order-link-bg{
    color: var(--sep-red);
}
.sep-my-acc-order-col{}
.sep-my-acc-order-col-order-number{}
.sep-my-acc-order-col-order-date {
    padding-right: 55px;
}

.sep-my-acc-order-col-order-status {
    padding-right: 40px;
}
.sep-my-acc-order-col-order-total{}
.sep-my-acc-order-col-order-actions{}
.sep-my-acc-view-order{}
.sep-my-acc-view-order .sep-order-details{}
.sep-my-acc-view-order .sep-order-details-title p{
    color: var(--sep-dark1);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    position: relative;
    z-index: 0;
}

.sep-my-acc-view-order .sep-order-details-title p::before {
    position: absolute;
    content: '';
    background: var(--sep-red2);
    opacity: 36%;
    width: 47px;
    height: 8px;
    z-index: -1;
    top: 9px;
}

.sep-my-acc-view-order .woocommerce-customer-details,.sep-my-acc-view-order .sep-order-details .woocommerce-order-details__title,.sep-my-acc-view-order .sep-order-downloads{
    display: none;
}

.sep-my-acc-view-order-status {
    display: flex;
    gap: 6px;
    border-radius: 59px;
    background: var(--sep-white);
    height: 50px;
    justify-content: center;
    color: var(--sep-dark2);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.4px;
    align-items: center;
    margin-bottom: 30px;
}
.sep-my-acc-view-order-status .order-number{}
.sep-my-acc-view-order-status .order-date{}
.sep-my-acc-view-order-status .order-status{}
.sep-order-downloads{}
.sep-order-download {
    border-radius: 12px;
    background: var(--sep-white);
    padding: 18px 30px;
    display: flex;
    align-items: center;
    height: 131px;
    justify-content: space-between;
}

.sep-order-download>* {
    height: 95px;
    border-left: 1px solid var(--sep-gray2);
    padding-left: 16px;
    margin-left: 16px;
}

.sep-order-download>*:last-child {
    border-left:none;
    padding-left: 0;
    margin-left: 0;
}

.sep-order-download p {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
}

.sep-order-download .download-product {
    gap: 18px;
    display: flex;
    align-items: center;
}

.sep-order-download .download-product img {
    width: 95px;
    height: 95px;
    border-radius: 8px;
    object-fit: cover;
}

.sep-order-download .download-product a {
    color: var(--sep-dark1);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.34px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    max-width: 160px;
}

.sep-order-download .download-remaining {
    color: var(--sep-dark1);
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.sep-order-download .download-remaining p{}
.sep-order-download .download-expires {
    color: var(--sep-dark1);
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.sep-order-download .download-expires p{}
.sep-order-download .download-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.sep-order-download .download-file a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid var(--sep-red);
    background: var(--sep-white);
    color: var(--sep-red);
    text-align: center;
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    height: 43px;
    padding: 0 20px;
    transition: var(--sep-del);
}
.sep-order-download .download-file a:hover {
    background: var(--sep-red);
    color: var(--sep-white);
}

.sep-my-acc-view-order .order-again {
    display: flex;
    justify-content: flex-end;
    margin: 40px 0 0;
}

.order-again a {
    color: var(--sep-red);
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    border: 1px solid var(--sep-red);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    width: 145px;
    height: 40px;
    transition: var(--sep-del);
    background: var(--sep-gray1);
}

.order-again a:hover{
    color: var(--sep-gray1);
    border: 1px solid var(--sep-gray1);
    background: var(--sep-red);
}

.dp-my-address-notif {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 29px;
}
.dp-my-address{}
.dp-my-address-card {
    border-radius: 80px;
    background: var(--sep-white);
    min-height: 82px;
    padding: 12px 32px;
    margin-bottom: 20px;
}

.dp-my-address-card .dp-my-address-content {
    gap: 15px;
    width: 81%;
}

.dp-my-address-card .dp-my-address-content svg{
    color: var(--sep-red);
}

.dp-billing-customer-address-text {
    color: var(--sep-dark1);
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.48px;
    width: 93%;
}

.dp-my-address-card a {
    color: var(--sep-dark1);
    transition: var(--sep-del);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    text-decoration-line: underline;
    text-underline-position: from-font;
}

.dp-my-address-card a:hover{
    color: var(--sep-red);
}

.dp-form-edit-address-part {
    display: flex;
    flex-wrap: wrap;
    gap: 21.5px 26px;
    padding: 8px;
}

.sep-form-edit-address-title {
    color: var(--sep-dark1);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    position: relative;
    z-index: 0;
    width: 100%;
}

.sep-form-edit-address-title:before {
    position: absolute;
    content: '';
    background: var(--sep-red2);
    opacity: 36%;
    width: 47px;
    height: 8px;
    z-index: -1;
    top: 9px;
    right: 1px;
}

.woocommerce form .dp-form-edit-address-part .form-row {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 430px;
}

.woocommerce form .dp-form-edit-address-part .form-row .select2-container .select2-dropdown, .woocommerce form .dp-form-edit-address-part .form-row .select2-container .select2-selection {
    height: 50px;
    border: 1px solid #FFF1FB!important;
    padding-top: 5px!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--sep-dark1) !important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 180% !important;
}

.woocommerce form .dp-form-edit-address-part .form-row label {
    color: var(--sep-dark2);
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
    margin-right: 14px;
}

.woocommerce form .dp-form-edit-address-part .form-row label .required {
    display: none;
}

.woocommerce form .dp-form-edit-address-part .form-row .input-text, .woocommerce form .dp-form-edit-address-part .form-row select {
    border-radius: 10px;
    border: 1px solid #FFF1FB;
    background: var(--sep-white);
    height: 50px;
    margin-top: 7.5px;
    color: var(--sep-dark1);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    padding: 12px;
    width: 100%;
}

.woocommerce form .dp-form-edit-address-part .form-row#billing_address_2_field,
.woocommerce form .dp-form-edit-address-part .form-row#shipping_address_2_field{
    display: none;
}

.woocommerce form .dp-form-edit-address-part .form-row#billing_first_name_field,
.woocommerce form .dp-form-edit-address-part .form-row#shipping_first_name_field{
    order: 1;
}

.woocommerce form .dp-form-edit-address-part .form-row#billing_last_name_field,
.woocommerce form .dp-form-edit-address-part .form-row#shipping_last_name_field {
    order: 2;
}

.woocommerce form .dp-form-edit-address-part .form-row#billing_country_field,
.woocommerce form .dp-form-edit-address-part .form-row#shipping_country_field {
    order: 4;
}

.woocommerce form .dp-form-edit-address-part .form-row#billing_state_field,
.woocommerce form .dp-form-edit-address-part .form-row#shipping_state_field {
    order: 5;
}

.woocommerce form .dp-form-edit-address-part .form-row#billing_city_field,
.woocommerce form .dp-form-edit-address-part .form-row#shipping_city_field {
    order: 6;
}

.woocommerce form .dp-form-edit-address-part .form-row#billing_state_field{

}

.woocommerce form .dp-form-edit-address-part .form-row#billing_postcode_field,
.woocommerce form .dp-form-edit-address-part .form-row#shipping_postcode_field {
    order: 7;
}

.woocommerce form .dp-form-edit-address-part .form-row#billing_phone_field {
    order: 8;
}

.woocommerce form .dp-form-edit-address-part .form-row#billing_email_field {
    order: 9;
}

.woocommerce form .dp-form-edit-address-part .form-row#billing_address_1_field,
.woocommerce form .dp-form-edit-address-part .form-row#shipping_address_1_field {
    order: 10;
    max-width: 889px;
}

.dp-form-edit-address-part .w-100.text-start {
    order: 11;
    max-width: 884px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sep-form-edit-address-but {
    position: relative;
    color: var(--sep-red);
    transition: var(--sep-del);
}

.sep-form-edit-address-but span {
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    position: absolute;
    right: 37px;
    top: 11px;
}

.sep-form-edit-address-but-bg {
    color: var(--sep-gray1);
    transition: var(--sep-del);
}

.sep-form-edit-address-but-circ{
    color:var(--sep-red2);
}

.sep-form-edit-address-but:hover{
    color: var(--sep-gray1);
}

.sep-form-edit-address-but:hover .sep-form-edit-address-but-bg{
    color: var(--sep-red);
}

    /*my-acc end*/


/*Woocommerce end*/


/* 404 start */

.sep-404-page {
    margin-bottom: 222px;
    position: relative;
}

.sep-404-page-img-bg {
    width: 100%;
}

.sep-404-page-img {
    width: 55%;
    height: 444px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 125px;
    left: 0;
    margin: auto;
}
.sep-404-content{}
.sep-404-text {
    color: var(--sep-dark1);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    width: 100%;
    text-align: center;
    margin-top: 49px;
}

.sep-404-page-link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}


.sep-404-back-to-last-page {
    color: var(--sep-red);
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    display: flex;
    width: 114px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 38px;
    border: 1px solid var(--sep-red);
    transition: var(--sep-del);
}

.sep-404-back-to-last-page:hover {
    color: var(--sep-white);
    border: 1px solid var(--sep-white);
    background: var(--sep-red);
}

.sep-404-back-to-home-circle{
    color: var(--sep-red2);
}

.sep-404-back-to-home {
    position: relative;
    color: var(--sep-red);
    transition: var(--sep-del);
}

.sep-404-back-to-home p {
    font-family: 'ModamFaNumWeb';
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    position: absolute;
    top: 12px;
    right: 32px;
}

.sep-404-back-to-home-bg{
    color: var(--sep-white);
    transition: var(--sep-del);
}

.sep-404-back-to-home:hover{
    color: var(--sep-white);
}
.sep-404-back-to-home:hover .sep-404-back-to-home-bg{
    color: var(--sep-red);
}

/* 404 end */

    /*********************************************************   responsiv start  *********************************************************/

    @media(max-width: 1399px){

        /*  header start  */

        .sep-header-top {
            padding: 0 5px;
        }

        .sep-header-menu li a {
            margin-left: 20px;
        }

        /*  header end  */

        /*  footer start  */

        .sep-footer-inner {
            height: 500px;
        }

        .sep-footer-island {
            top: -15px;
            left: 25px;
        }

        .sep-footer-island img {
            width: 220px;
            height: 171px;
        }

        .footer-content-box-2 {
            margin-top: 15px;
        }

        .sep-footer-text-box {
            width: 300px;
        }

        .sep-footer-address-box {
            width: 380px;
        }

        /*  footer end  */
        /*  slider start  */

        .sep-slider-bg1st {
            height: 534px;
        }

        .sep-island-img {
            width: 445px!important;
            height: 315px!important;
        }

        .sep-slider-title {
            top: 60px;
            left: 55px;
        }

        .sep-slider-title-1 {
            font-size: 50px;
        }

        .sep-slider-title-1 p {
            font-size: 51px;
        }

        .sep-slider-title-2 {
            font-size: 21px;
        }

        .sep-slide-part1st {
            top: 10%;
        }

        .sep-slider-card {
            width: 200px;
            height: 95px;
            padding: 15px;
        }

        .sep-slider-card h4 {
            font-size: 16px;
        }

        .sep-slider-card p {
            font-size: 16px;
        }

        .sep-slider-card.sep-slider-left-card {
            right: 40%;
            bottom: 20%;
        }

        .sep-slider-card.sep-slider-right-card {
            right: 3%;
        }

        /*  slider end  */

        /*About-us start*/

        .sep-about-left {
            max-width: 490px;
            height: 425px;
        }

        .sep-about-us-prohect-data {
            padding-left: 20px;
        }

        .sep-about-left .sep-about-us-projects-range {
            height: 140px;
            margin-top: 20px;
            gap: 0 15px;
        }

        .sep-about-us-prohect-data p {
            font-size: 11px;
        }

        .sep-about-right {
            max-width: 540px;
        }

        .sep-about-right .sep-about-us-text {
            -webkit-line-clamp: 4 !important;
        }

        .sep-about-us-img {
            right: 19%;
            bottom: -4%;
            width: 345px!important;
            height: 240px!important;
        }

        .sep-about-us1st {
            height: 500px;
        }

        /*About-us end*/

        /*Introducing the CEO start*/

        .sep-Intro-the-CEO-content {
            width: 94%;
        }

        .sep-Intro-the-CEO-content-right {
            width: 57%;
        }

        .sep-Intro-the-CEO-person {
            top: -103px;
        }

        .sep-Intro-the-CEO-content-left svg {
            right: 40px;
        }

        .sep-Intro-the-CEO-person {
            width: 216px;
            height: 360px!important;
            right: 68px;
            top: -77px;
        }

        /*Introducing the CEO end*/

        /*Certificates start*/

        .sep-Certificates-content1st {
            max-width: 1140px;
        }

        .sep-Certificates-img-box {
            width: 530px;
        }

        .img-Certificate1 {
            width: 333px;
            height: 233px!important;
        }

        .img-Certificate2 {
            width: 208px;
            height: 263px!important;
        }

        .img-Certificate3 {
            width: 270px;
            height: 180px!important;
            bottom: 6px;
        }

        /*Certificates end*/

        /*blog carousel start*/

        .sep-blog-carousel .swiper-wrapper {
            gap: 22px!important;
            width: 1138px;
        }

        .sep-blog-carousel .swiper-slide:nth-child(1), .sep-blog-carousel .swiper-slide:nth-child(2) {
            width: auto;
        }

        .sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card {
            width: 558px;
        }

        .sep-blog-carousel .swiper-slide:nth-child(1) .sep-elementor-card-inner, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-elementor-card-inner {
            width: 100%;
        }

        .sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-content, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-content {
            width: 250px;
        }

        .sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-link-svg1, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-link-svg1 {
            width: 250px;
        }

        .sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-link p, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-link p {
            right: 70px;
        }

        .sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-img, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-img {
            width: 240px;
        }

        .sep-blog-carousel .sep-blog-card,.sep-archive-blog-card2 {
            width: 268px;
        }

        .sep-blog-carousel .sep-blog-card-img,.sep-archive-blog-card2 .sep-blog-card-img{
            width: 220px;
        }

        .sep-blog-carousel .sep-blog-card-link-svg2,.sep-archive-blog-card2 .sep-blog-card-link-svg2{
            width: 220px;
        }

        .sep-blog-carousel .sep-blog-card-link p,.sep-archive-blog-card2 .sep-blog-card-link p{
            right: 50px;
        }

        .sep-blog-carousel .sep-blog-card-title,.sep-archive-blog-card2 .sep-blog-card-title{
            font-size: 18px;
        }

        /*blog carousel end*/

        /*  archive blogs start  */

        .sep-blogs-page-left-part {
            max-width: 824px;
            gap: 10px;
        }

        .sep-blogs-page-right-part{
            max-width: 290px;
        }

        /*  archive blogs end  */
        /*  singular start */

        .sep-singular-page-left-part{
            max-width: 824px;
        }

        .sep-singular-page-right-part{
            max-width: 290px;
        }

        .sep-singular-page-content-head-title {
            width: 36%;
        }

        /*  singular end */

        /*shop start*/

        .sep-shop-left {
            max-width: 824px;
        }

        .sep-shop-right {
            max-width: 290px;
        }

        .sep-shop-left .products {
            gap: 10px;
        }

        .sep-shop-left .sep-shop-card {
            width: 32.5%;
        }

        .sep-shop-left .sep-shop-card.sep-products-card .sep-elementor-card-inner {
            width: 100%;
            padding: 15px;
        }

        .sep-shop-left .sep-shop-card .sep-products-card-link svg{
            width: 140px;
        }

        .sep-shop-left .sep-shop-card.sep-products-card .sep-products-card-link p {
            top: 16px;
            right: 13px;
            font-size: 15px;
        }

        /*shop end*/

        /* news archive start */

        .sep-blogs-page-left-part .sep-archive-news-card .sep-blog-card-content{
            width: 92%;
        }

        .sep-blogs-page-left-part .sep-archive-news-card .sep-blog-card-title {
            font-size: 17px!important;
        }

        /* news archive end */

        /* single product start */

        .sep-single-container {
            max-width: 1140px;
        }

        .sep-single-product-summary-right {
            max-width: 277px;
        }

        .sep-single-product-summary-left {
            width: 283px;
        }

        .sep-single-product-summary-left form.cart {
            margin: 15px 0 0!important;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 15px;
        }

        .sep-single-product-summary-left form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
            flex-direction: column;
            margin: 15px 0 0 !important;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            align-items: flex-start;
        }

        /* single product end */

        /* project archive start */

        .sep-proj-archive-body .sep-blogs-page-left-part {
            gap: 10px;
        }

        .sep-proj-archive-body .sep-projects-root-card1st {
            width: 407px;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card {
            width: 360px;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-elementor-card-inner {
            width: 360px;
            padding: 20px 10px;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-img {
            width: 110px!important;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-content {
            width: 210px;
        }

        /* project archive end */

        /* cart start */

        .sep-cart-container {
            max-width: 1140px;
        }

        .sep-woocommerce-cart-form {
            max-width: 71%;
        }

        .sep-cart-item>* {
            padding-left: 10px;
            margin-left: 10px;
        }

        /* cart end */

        /* archive tenders start */

        .pdp-default {
            width: 258px!important;
        }

        /* archive tenders end */

    /*  checkout start  */

        .sep-checkout-container,.sep-thank-you1st  {
            max-width: 1140px;
        }

        .sep-checkout-form .sep-right-checkout {
            width: 100%;
            max-width: 71%;
        }

        .woocommerce form.sep-checkout-form .form-row {
            max-width: 353px;
        }

    /*  checkout end  */

        /*my-acc start*/

        .sep-my-account-content {
            width: 795px;
        }

        .sep-order-download {
            padding: 15px 15px;
        }
        .sep-order-download .download-file {
            flex-direction: column;
        }

        .sep-order-download .download-file a {
            font-size: 14px;
        }

        .woocommerce form .dp-form-edit-address-part .form-row {
            max-width: 48%;
        }

        .sep-EditAccountForm .sep-input-form {
            max-width: 31%;
        }

        /*my-acc end*/
    }

    @media(max-width: 1199px){

        /*  header start  */

        .sep-header-center {
            width: 98%;
        }

        .sep-header-notif {
            margin-right: 10px;
            font-size: 12px;
        }

        .sep-header-top-left .d-flex {
            font-size: 16px;
        }

        .sep-lang-flag {
            font-size: 12px;
        }

        .sep-lang-switch {
            margin: 0 5px;
        }

        .sep-header-top-left p {
            font-size: 12px;
        }

        .sep-header-menu li a {
            margin-left: 10px;
        }

        .sep-header-menu {
            font-size: 16px;
            margin-right: 25px;
        }

        .sep-menu-new {
            font-size: 13px;
        }

        .sep-header-Consulting-text {
            top: 16px;
            right: 28px;
            font-size: 14px;
        }

        /*  header end  */


        /*  footer start  */

        .sep-footer-inner {
            height: 421px;
        }

        .sep-footer-island img {
            width: 160px;
            height: 110px;
        }

        .sep-footer-island {
            top: 5px;
            left: 5px;
        }

        .sep-footer-content {
            top: 25px;
            right: 25px;
            width: 95%;
        }

        .sep-footer-link-box-title {
            margin-bottom: 10px;
            font-size: 15px;
        }

        .sep-footer-text-box {
            width: 275px;
            font-size: 14px;
            height: 145px;
        }

        .sep-footer-address-box {
            width: 325px;
            height: 150px;
        }

        .sep-footer-address .sep-footer-address-right {
            font-size: 14px;
        }

        .sep-footer-address .sep-footer-address-left {
            font-size: 13px;
        }

        .sep-footer-copy-right {
            height: 35px;
            font-size: 14px;
        }

        .sep-footer-text-box img {
            width: 120px;
            height: 40px;
        }

        .sep-footer-bink-enamad {
            width: 51px;
            height: 140px;
        }
        .sep-footer-bink-enamad p{
            font-size: 16px;
        }

        .sep-footer-bink-enamad img {
            width: 51px;
            height: 51px;
        }

        .sep-footer-bink-card {
            width: 160px;
            height: 41px;
            font-size: 12px;
        }

        .sep-footer-bink-box {
            width: 220px;
            height: 140px;
        }

        .sep-footer-address {
            margin-top: 5px;
        }

        /*  footer end  */


        /*  slider start  */

        .sep-slider-bg1st {
            height: 450px;
        }

        .sep-island-img {
            width: 377px!important;
            height: 264px!important;
        }

        .sep-slider-title-1 {
            font-size: 42px;
        }

        .sep-slider-title-1 p {
            font-size: 42px;
        }

        .sep-slider-title-2 {
            font-size: 18px;
            margin-right: 60px;
        }

        .sep-slider-title {
            top: 45px;
            left: 38px;
        }

        .sep-slide-part1st,.sep-slide-part1st::before, .sep-slide-part1st::after {
            width: 340.52533px;
            height: 370.130005px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide {
            width: 340.52533px;
            height: 370.130005px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide img {
            border-radius: 12px;
            object-fit: cover;
            width: 315.52533px;
            height: 350.130005px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide p {
            right: -14px;
            bottom: 107px;
        }

        .sep-slider-card {
            width: 170px;
            height: 80px;
        }

        .sep-slider-card h4 {
            font-size: 14px;
        }

        .sep-slider-card p {
            font-size: 13px;
        }

        .sep-slider-card img, .sep-slider-card svg {
            width: 32px!important;
            height: 32px!important;
        }

        .sep-slider-vector {
            left: -17px;
            top: 68px;
            width: 110%;
        }

        /*  slider end  */

        /*  About-us start  */

        .sep-about-us1st {
            height: 421px;
        }

        .sep-about-us-container {
            top: 30px;
        }

        .sep-about-left {
            max-width: 415px;
            height: 365px;
        }

        .rad-video-container {
            height: 205px;
        }


        .sep-about-left .sep-about-us-projects-range {
            padding: 15px;
        }

        .sep-about-us-prohect-data {
            padding-left: 14px;
            margin: 0;
            min-width: 115px;
        }

        .sep-about-us-prohect-data h5 {
            font-size: 18px;
        }

        .sep-about-right {
            max-width: 460px;
        }

        .sep-about-right .sep-about-us-text {
            margin: 20px 0;
            font-size: 14px;
        }

        .sep-about-us-img {
            right: 21%;
            bottom: -4%;
            width: 275px!important;
            height: 205px!important;
        }

        .sep-about-right .sep-elementor-title h2 {
            font-size: 26px;
        }

        .sep-about-right .sep-elementor-title p {
            color: #DBDBDB;
            font-size: 14px;
        }
        /*About-us end*/
        /*banner start*/

        .sep-banner-img {
            bottom: -11px;
            width: 40%;
        }

        /*banner end*/

        /*Introducing the CEO start*/

        .sep-Intro-the-CEO-about {
            top: 36%;
        }

        .sep-Intro-the-CEO-person {
            right: 94px;
            top: -79px;
        }

        .sep-Intro-the-CEO-content-left svg {
            top: 84px;
            right: 100px;
            width: 220px;
            height: 97px;
        }

        /*Introducing the CEO end*/

        /*  Consultants start  */

        .sep-Consultants-content {
            width: 89%;
        }

        /*  Consultants end  */

        /*Certificates start*/

        .sep-Certificates-content1st {
            max-width: 960px;
        }

        .sep-Certificates1st {
            height: 570px;
        }

        .sep-Certificates-img-box {
            width: 435px;
        }

        .sep-Certificates-list {
            max-width: 485px;
        }

        .sep-Certificates-item {
            margin-bottom: 18px;
        }

        .img-Certificate2 {
            width: 170px;
            height: 240px!important;
            left: 30px;
        }

        .img-Certificate3 {
            width: 235px;
            height: 150px!important;
        }

        .img-Certificate1 {
            width: 265px;
            height: 180px!important;
            bottom: 98px;
            right: 0;
        }

        /*Certificates end*/

        /*oil banner start*/

        .oil-banner-content {
            max-width: 695px;
        }

        /*oil banner end*/

        /*blog carousel start*/

        .sep-blog-carousel .swiper-wrapper {
            gap: 19px!important;
            width: 960px;
        }

        .sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card {
            width: 470px;
        }

        .sep-blog-carousel .swiper-slide:nth-child(1) .sep-elementor-card-inner, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-elementor-card-inner {
            width: 100%;
            padding: 22px;
        }

        .sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-img, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-img {
            width: 160px;
        }

        .sep-blog-carousel .sep-blog-card,.sep-archive-blog-card2 {
            width: 225px;
        }

        .sep-blog-carousel .sep-blog-card .sep-elementor-card-inner,.sep-archive-blog-card2 .sep-elementor-card-inner{
            width: 100%;
            padding: 15px;
        }

        .sep-blog-carousel .sep-blog-card-img ,.sep-archive-blog-card2 .sep-blog-card-img{
            width: 191px;
        }

        .sep-blog-carousel .sep-blog-card-link-svg2 ,.sep-archive-blog-card2 .sep-blog-card-link-svg2 {
            width: 191px;
        }

        .sep-blog-carousel .sep-blog-card-link p,.sep-archive-blog-card2 .sep-blog-card-link p{
            right: 40px;
        }

        /*blog carousel end*/

        /*  archive blogs start  */

        .sep-blogs-page-left-part {
            max-width: 695px;
        }

        .sep-blogs-page-right-part {
            max-width: 250px;
        }

        /*  archive blogs end  */
        /*  singular start  */

        .sep-singular-page-right-part{
            max-width: 250px;
        }

        .sep-singular-page-left-part {
            max-width: 695px;
        }

        .sep-singular-page-content-head {
            align-items: flex-start;
            gap: 20px 0;
            height: auto;
            flex-direction: column;
        }

        .sep-comment-form-part-right {
            max-width: 270px;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit svg {
            width: 270px;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit span {
            font-size: 14px;
            right: 32%;
            top: 14px;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form.user-is-loged-in .form-group .sep-comment-submit svg {
            width: 100%;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form.user-is-loged-in .form-group .sep-comment-submit span {
            font-size: 16px;
            right: 34%;
            top: 11px;
        }

        .sep-singular-page-content-head-title {
            width: 100%;
        }

        /*  singular end  */

        /*shop start*/

        .sep-shop-right {
            max-width: 250px;
        }

        .sep-shop-left {
            max-width: 695px;
        }

        .sep-shop-left .products {
            gap: 13px;
        }

        .sep-shop-left .sep-shop-card {
            width: 49%;
        }

        /*shop end*/

        /* news archive start */

        .sep-blogs-page-left-part .sep-archive-news-card .sep-blog-card-content{
            width:100%;
        }

        .sep-blogs-page-left-part .sep-archive-news-card .sep-blog-card-title {
            font-size: 17px;
            margin-bottom: 8px;
        }

        .sep-blogs-page-left-part .sep-archive-news-card .Recent-post-card-footer .Recent-post-card-link {
            font-size: 14px;
            gap: 0 8px;
        }

        .sep-blogs-page-left-part .sep-archive-news-card .Recent-post-card-footer .Recent-post-card-date, .sep-blogs-page-left-part .sep-archive-news-card .Recent-post-card-footer .Recent-post-card-come {
            font-size: 14px;
            gap: 0 3px;
        }

        /* news archive end */

        /* single product start */

        .sep-single-container {
            max-width: 960px;
        }

        .rad_single_product_gallery {
            max-width: 350px;
        }

        .sep-single-product-summary-right {
            max-width: 240px;
        }

        .sep-single-product-summary-left {
            width: 285px;
        }

        .sep-single-product-summary-left form.cart {
            margin: 5px 0 0 !important;
            gap: 5px;
        }
        /* single product end */

        /* project archive start */

        .sep-proj-archive-body .sep-projects-root-card1st {
            width: 100%;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card {
            width: 93%;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-elementor-card-inner {
            width: 100%;
            padding: 20px;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-img {
            width: 150px!important;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-content {
            width: 73%;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-content-items {
            width: 55%;
            justify-content: space-between !important;
            margin: 0;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-linksvg1 {
            display: block;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-linksvg2 {
            display: none;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-link {
            width: fit-content;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-link p {
            right: 24px;
        }

        .sep-proj-archive-body .sep-blogs-page-left-part {
            gap: 20px;
        }

        /* project archive end */

        /* cart start */

        .sep-cart-container {
            max-width: 960px;
        }

        .sep-woocommerce-cart-form {
            max-width: 65%;
        }

        .sep-cart-item {
            flex-wrap: wrap;
        }

        .product-thumbnail-name {
            display: flex;
            align-items: center;
            gap: 18px;
            width: 100%;
            height: auto;
            justify-content: flex-start;
            margin: 0!important;
            padding: 0!important;
            border: none!important;
        }

        .sep-cart-item .product-quantity {
            width: 140px;
        }

        .sep-cart-item .product-remove {
            margin-right: 10px;
        }

        /* cart end */

        /* archive tenders start */

        .sep-tenders-head {
            padding-left: 90px;
        }

        .sep-tenders-body .sep-tender-card .sep-tender-card-title {
            width: 140px;
        }

        .sep-tender-card-link svg {
            width: 150px;
        }

        .sep-tender-card-link {
            font-size: 14px;
        }

        .sep-tender-card-link small {
            right: 30px;
            top: 14px;
        }

        .sep-tenders-head div.d-flex {
            gap: 45px;
        }

        .sep-tenders-body .sep-tender-card .d-flex {
            width: 40%;
        }

        .pdp-default {
            width: 218px!important;
        }

        .custom-dropdown-wrapper {
            max-width: 218px;
        }

        /* archive tenders end */

        /*  checkout start  */

        .sep-checkout-container, .sep-thank-you1st {
            max-width: 960px;
        }

        .sep-checkout-not-acc-sign-up p.form-row:not(.form-row-first,.form-row-last) {
            margin: 0px 0 20px;
        }

        .sep-checkout-form .sep-right-checkout {
           max-width: 66%;
        }

        .woocommerce form.sep-checkout-form .form-row {
            max-width: 100%;
        }

        /*  checkout end  */

        /*my-acc start*/

        .sep-my-account-content {
            width: 615px;
        }

        .sep-my-acc-order {
            font-size: 14px;
        }

        .sep-my-acc-orders-list .sep-my-acc-orders-head {
            padding-left: 40px;
            padding-right: 40px;
            font-size: 18px;
        }

        .sep-my-acc-order {
            padding-right: 45px;
        }

        .sep-my-acc-order-col-order-status {
            padding-right: 35px;
        }

        .sep-my-acc-order-link p {
            font-size: 13px;
            top: -2px;
            right: 17px;
        }

        .sep-my-acc-order-col-order-total {
            display: flex;
            flex-direction: column;
        }

        .sep-my-acc-order-link svg{
            width: 100px;
        }
        .sep-my-acc-order-link p {
            font-size: 13px;
            top: -2px;
            right: 17px;
        }

        .sep-order-download {
            min-height: 131px;
            height: auto;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

        .sep-order-download>* {
            padding-left: 14px;
            margin-left: 13px;
        }

        .sep-order-download .download-expires {
            padding: 0;
            margin: 0;
            border: 0;
        }

        .sep-order-download .download-file {
            flex-direction: row;
            width: 100%;
            justify-content: flex-end;
        }

        .woocommerce form .dp-form-edit-address-part .form-row,.sep-EditAccountForm .sep-input-form {
            max-width: 47%;
        }

        .sep-lost-password-form .sep-input-form{
            max-width: 30%;
        }

        /*my-acc end*/
    }

    @media(max-width: 991px){

        /*  header start  */

        .sep-header-bg{
            display: none;
        }

        .sep-header-center{
            display: none;
        }

        /*  header end  */

        /* footer start */

        .sep-footer-inner {
            height: 316px;
        }

        .sep-footer-island img {
            width: 100px;
            height: 80px;
        }

        .sep-footer-island-content {
            width: 155px;
            height: 65px;
        }

        .sep-footer-island p {
            font-size: 11px;
        }

        .sep-footer-island svg {
            left: 15px;
            bottom: 30px;
            width: 85px;
        }

        .sep-footer-content {
            top: 15px;
            right: 15px;
        }

        .sep-footer-link-box-links li a {
            margin-bottom: 5px;
        }

        .sep-footer-copy-right {
            height: 28px;
            font-size: 12px;
        }

        .sep-footer-text-box img {
            width: 95px;
            height: 30px;
        }

        .footer-content-box-2 {
            margin-top: 10px;
        }

        .sep-footer-address {
            margin-top: 3px;
        }

        .sep-footer-text-box {
            width: 230px;
            font-size: 10px;
            height: 110px;
        }

        .sep-footer-address-box {
            width: 250px;
            height: 115px;
        }

        .sep-footer-address .sep-footer-address-right {
            font-size: 12px;
        }

        .sep-footer-address .sep-footer-address-left {
            font-size: 11px;
        }

        .sep-footer-link-box-links {
            font-size: 12px;
        }

        .sep-footer-link-box-title {
            margin-bottom: 5px;
            font-size: 14px;
        }

        .sep-footer-bink-box {
            width: 185px;
            height: 115px;
        }

        .sep-footer-bink-enamad {
            width: 41px;
            height: 115px;
        }
        .sep-footer-bink-enamad p{
            font-size: 14px;
        }

        .sep-footer-bink-enamad img {
            width: 40px;
            height: 40px;
        }

        .sep-footer-bink-card {
            width: 140px;
            height: 35px;
            font-size: 12px;
        }

        /* footer end */


        /*  slider start  */

        .sep-slider-bg1,.sep-slider-bg2,.sep-island-img{
            display: none;
        }

        .sep-slider-island-mobile-bg {
            margin-top: 40px;
        }

        .sep-slider-bg1st {
            height: 1443px;
        }

        .sep-slide-part1st {
            top: 30%;
        }

        .sep-slider-title-1 {
            font-size: 50px;
        }

        .sep-slider-title-1 p {
            font-size: 51px;
        }

        .sep-slider-title-2 {
            font-size: 24px;
            margin-right: 70px;
        }

        .sep-slider-title {
            top: 75px;
            left: unset;
            right: 9%;
        }

        .sep-slide-part1st {
            top: 22%;
            left: 0;
            right: 0;
            margin: auto;
        }

        .sep-slide-part1st, .sep-slide-part1st::before, .sep-slide-part1st::after {
            width: 377.52532958984375px;
            height: 440.1300048828125px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide {
            width: 377.52532958984375px;
            height: 440.1300048828125px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide p {
            right: -3px;
            bottom: 135px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide img {
            width: 331.9945983886719px;
            height: 394.5993347167969px;
        }

        .sep-slider-card {
            width: 216px;
            height: 102px;
            padding: 20px;
        }

        .sep-slider-card img, .sep-slider-card svg {
            width: 36px!important;
            height: 36px!important;
        }

        .sep-slider-card h4 {
            font-size: 18px;
        }

        .sep-slider-card p {
            font-size: 18px;
        }

        .sep-slider-card.sep-slider-right-card {
            right: 5%;
            top: 14%;
        }

        .sep-slider-card.sep-slider-left-card {
            right: 53%;
            bottom: unset;
            top: 55%;
        }

        /*  slider end  */

        /*About-us start*/

        .sep-about-us1st {
            height: 316px;
        }

        .sep-about-left {
            max-width: 315px;
            height: 285px;
        }

        .sep-about-left .sep-about-us-projects-range {
            padding: 10px;
            height: 100px;
        }

        .sep-about-us-container {
            top: 15px;
        }

        .rad-video-container {
            height: 185px;
        }

        .sep-about-left .sep-about-us-projects-range {
            padding: 10px;
            height: 80px;
        }

        .rad-video-play-but {
            width: 50px;
            height: 50px;
        }

        .rad-video-play-but svg {
            width: 50px;
            height: 50px;
        }

        .sep-about-us-prohect-data {
            min-width: 88px;
            height: 60px;
            line-height: 100%;
        }

        .sep-about-us-prohect-data svg, .sep-about-us-prohect-data img {
            width: 20px!important;
            height: 20px!important;
        }

        .sep-about-us-prohect-data h5 {
            font-size: 14px;
        }

        .sep-about-us-prohect-data p {
            font-size: 8px;
        }

        .sep-about-right .sep-elementor-title p {
            font-size: 12px;
            margin-bottom: 5px;
        }

        .sep-about-right .sep-elementor-title h2 {
            font-size: 21px;
        }

        .sep-about-us-img {
            right: 27%;
            bottom: -4%;
            width: 165px!important;
            height: 150px!important;
        }

        .sep-about-right {
            max-width: 340px;
        }

        .sep-about-right .sep-about-us-text {
            margin: 10px 0;
        }

        .sep-about-right .sep-about-us-link svg{
            width: 150px;
            height: 39px;
        }

        .sep-about-right .sep-about-us-link {
            font-size: 12px;
        }

        .sep-about-right .sep-about-us-link p {
            top: -1px;
            right: 21px;
        }

        .sep-about-us-prohect-data h5::before {
            width: 30px;
            height: 5px;
            right: 1px;
        }

        /*About-us end*/

        /*banner start*/

        .sep-banner-bg {
            height: auto;
        }

        .sep-banner-img {
            bottom: -7px;
        }

        .banner-text h4 {
            font-size: 30px;
        }

        .banner-text p {
            font-size: 15px;
        }

        /*banner end*/

        /* Recent posts start */

        .Recent-post-2nd {
            height: auto;
        }

        .Recent-post-2nd .swiper-slide {
            width: 330px;
            height: 318px;
        }

        .Recent-post-card {
            width: 330px;
            height: 318px;
        }

        .Recent-post-card-inner {
            height: 314px!important;
            gap: 0;
            flex-direction: column;
            align-items: center;
        }

        .Recent-post-card-img {
            width: 298px!important;
            height: 123px!important;
        }

        .Recent-post-card-title {
            font-size: 16px;
        }

        .Recent-post-card-text {
            -webkit-line-clamp: 3 !important;
            font-size: 13px;
        }

        .Recent-post-card-footer-content {
            font-size: 14px;
        }

        .Recent-post-card-footer-link {
            display: none;
        }

        .Recent-post-card-footer-content div svg {
            width: 16px;
            height: 16px;
        }

        .Recent-post-card-content {
            height: 167px!important;
            margin-top: 20px;
        }

        .Recent-post-title {
            font-size: 16px;
        }
        /* Recent posts end */

        /* Recent posts end */

        /*Introducing the CEO start*/

        .sep-Intro-the-CEO-content {
            width: 91%;
        }

        .sep-Intro-the-CEO-content-right {
            width: 75%;
        }

        .sep-Intro-the-CEO-content-right {
            width: 55%;
        }

        .sep-Intro-the-CEO-content-left {
            width: 224px;
            height: 317px;
        }

        .sep-Intro-the-CEO-person {
            right: 0;
            top: -93px;
            width: 200px;
            height: 340px!important;
        }

        .sep-Intro-the-CEO-content-left svg {
            right: 0px;
        }

        .sep-Intro-the-CEO-about {
            width: 190px;
            height: 65px;
            left: -8px;
            top: 33%;
        }

        .sep-Intro-the-CEO-about h4 {
            font-size: 15px;
        }

        .sep-Intro-the-CEO-about p {
            font-size: 12px;
        }

        .sep-Intro-the-CEO-about-prof {
            width: 41px!important;
            height: 41px!important;
        }

        /*Introducing the CEO end*/

        /*  Consultants start  */

        .sep-Consultants-content {
            width: 85%;
            font-size: 14px;
        }

        .sep-Consultants-content-numbers {
            margin-top: 5px;
        }

        /*  Consultants end  */

        /*Certificates start*/

        .sep-Certificates-content1st {
            max-width: 720px;
        }

        .sep-Certificates-list {
            max-width: 390px;
        }

        .sep-Certificates-img-box {
            width: 320px;
        }

        .img-Certificate3 {
            width: 200px;
            height: 125px!important;
        }

        .img-Certificate2 {
            width: 140px;
            height: 215px!important;
            left: 20px;
        }

        .img-Certificate1 {
            width: 265px;
            height: 165px!important;
            bottom: 118px;
            right: 0;
        }

        /*Certificates end*/

        /*oil banner start*/

        .sep-oli-banner1st {
            height: 190px;
        }

        .sep-oil-banner-bg {
            height: 190px!important;
        }

        .oil-banner-content {
            max-width: 495px;
            height: 190px;
        }

        .sep-oil-banner-img {
            width: 185px;
            height: 147px;
        }

        .oil-banner-text p {
            font-size: 15px;
        }

        .oil-banner-text div h4 {
            font-size: 29px;
        }

        .oil-banner-text {
            margin-bottom: 23px;
        }

        /*oil banner end*/

        /*blog carousel start*/

        .sep-blog-carousel .swiper-wrapper {
            display: flex;
            flex-wrap: nowrap;
            height: auto;
            gap: unset!important;
        }

        .sep-archive-blog-card,.sep-blog-carousel .swiper-slide .sep-blog-card,.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card {
            width: 330px;
            height: 351px;
        }

        .sep-archive-blog-card .sep-elementor-card-inner, .sep-blog-carousel .swiper-slide .sep-elementor-card-inner, .sep-blog-carousel .swiper-slide:nth-child(1) .sep-elementor-card-inner, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-elementor-card-inner {
            padding: 16px;
            height: 347px!important;
            flex-direction: column;
            width: 100%;
        }

        .sep-archive-blog-card .sep-blog-card-img,.sep-blog-carousel .swiper-slide .sep-blog-card-img, .sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-img, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-img {
            width: 298px;
            height: 123px!important;
            border-radius: 10px;
        }

        .sep-blog-card-date {
            font-size: 14px;
        }

        .sep-blog-card-title {
            font-size: 16px;
        }

        .sep-archive-blog-card .sep-blog-card-text,.sep-blog-carousel .swiper-slide .sep-blog-card-text, .sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-text, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-text {
            color: #526373;
            font-size: 13px;
            font-weight: 400;
            line-height: 180%;
            letter-spacing: -0.48px;
            display: -webkit-box !important;
            overflow: hidden !important;
            -webkit-line-clamp: 3 !important;
            -webkit-box-orient: vertical !important;
            text-align: justify;
            margin-top: 10px;
            margin-bottom: 14px;
        }

        .sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-content, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-content {
            width: 100%;
        }

        .sep-archive-blog-card .sep-blog-card-content,.sep-blog-carousel .swiper-slide .sep-blog-card-content,.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-content, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-content {
            margin-top: 10px;
        }

        .sep-archive-blog-card .sep-blog-card-title,.sep-blog-carousel .swiper-slide .sep-blog-card-title,.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-title,  .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-title {
            margin: 0;
            margin-top: 10.5px;
        }

        .sep-archive-blog-card .sep-blog-card-link-svg1,.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-link-svg1, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-link-svg1,.sep-blog-card-link-svg2 {
            display: none;
        }

        .sep-blog-card-link-svg3 {
            display: block;
        }

        .sep-archive-blog-card .sep-blog-card-link p,.sep-blog-carousel .swiper-slide .sep-blog-card-link p,.sep-blog-carousel .swiper-slide:nth-child(1) .sep-blog-card-link p, .sep-blog-carousel .swiper-slide:nth-child(2) .sep-blog-card-link p {
            top: 10px;
            right: 90px;
            font-size: 14px;
        }

        /*blog carousel end*/

        /*  archive blogs start  */

        .sep-blogs-page-left-part {
            max-width: 100%;
            gap: 60px;
        }

        .sep-blogs-page-right-part, .sep-singular-page-right-part {
            max-width: 100%;
            overflow-y: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;
            height: 100%;
        }

        .sep-filter-offcanvas {
            background-color: var(--sep-white);
        }

        /*  archive blogs end  */

        /*  singular start  */

        .sep-singular-page-left-part {
            max-width: 100%;
        }
        .sep-singular-page-right-part {

        }

        /*  singular end  */

        /*shop start*/

        .sep-shop-right {
            max-width: 100%;
            overflow-y: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .sep-shop-left {
            max-width: 100%;
        }
        /*shop end*/

        /* news archive start */

        .sep-news-card-text {
            max-width: 100%;
        }

        .sep-archive-news-card .Recent-post-card-footer {
            max-width: 100%;
        }

        .sep-blogs-page-left-part .sep-archive-news-card .Recent-post-card-footer .Recent-post-card-come {
            margin-left: 75px;
        }

        /* news archive end */

        /* single product start */

        .sep-single-container {
            max-width: 720px;
        }

        .sep-single-product-summary-right {
            max-width: 100%;
            margin-top: 15px;
        }

        .sep-single-product-top {
            flex-wrap: wrap;
        }

        .rad_single_product_gallery {
            max-width: 46%;
        }

        .sep-single-product-summary {
            max-width: 50%;
            align-content: flex-start;
        }

        .sep-single-product-summary-left {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row-reverse;
            margin-top: 25px;
            min-height: max-content;
            gap: 10px 0;
        }

        .sep-single-product-summary-left .product_meta {
            width: 100%;
        }

        .sep-single-product-summary-left .price {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            width: 44%;
            justify-content: center;
        }

        .sep-single-product-summary-left form.cart {
            gap: 9px;
            width: 55%;
        }

        .sep-single-product-summary-left form.variations_form.cart {
            width: 100%;
        }

        .sep-single-product-summary-left form.variations_form.cart .variations{
            width: 60% !important;
        }

        .sep-single-product-summary-left form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
            flex-direction: row;
            justify-content: flex-start;
            flex-wrap: nowrap;
            align-items: center;
            display: flex;
        }

        .sep-single-product-summary-left form.cart .single_variation_wrap {
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
            justify-content: space-between;
        }

        .sep-single-product-summary-left form.cart .single_variation_wrap .price{
            width: 100%;
        }

        .sep-single-product-summary-title {
            min-height: 48px;
            gap: 10px 0px;
            flex-wrap: wrap;
            height: auto;
        }

        .sep-single-product-summary-right .product-stock-status {
            margin-top: 20px;
        }

        .sep-single-product-summary-left form.cart .variations tr {
            gap: 5px 0;
            margin: 5px 0;
        }

        /* single product end */

        /* project single start*/

        .sep-single-projects-content-comments {
            width: 100%;
        }

        .sep-single-projects-gallery1st {
            padding: 45px;
        }

        .sep-single-projects-content-box {
            min-width: 290px;
            min-height: 68px;
            padding: 8px 11px;
            gap: 10px;
        }

        .sep-single-projects-content-box p {
            min-width: 100px;
            min-height: 44px;
        }

        .sep-single-projects-content {
            gap: 15px;
        }

        .sep-single-projects-content-metas {
            flex-direction: column;
        }

        /* project single end*/

        /* cart start */

        .sep-cart-container {
            max-width: 90%;
        }

        .sep-cart-page {
            flex-direction: column;
            align-items: center;
        }

        .sep-woocommerce-cart-form {
            max-width: 100%;
        }

        .sep-cart-collaterals {
            max-width: 100%;
        }

        .sep-cart-item .product-price,.sep-cart-item .product-quantity,.sep-cart-item .product-subtotal {
            width: auto;
        }

        .sep-cart-item {
            justify-content: space-evenly;
        }

        .sep-cart-item>* {
            padding-left: 30px;
            margin-left: 24px;
        }

        /* cart end */

        /* archive tenders start */

        .pdp-default,.custom-dropdown-wrapper {
            width: 253px!important;
        }

        /* archive tenders end */

        /*  checkout start  */

        .sep-checkout-form {
            flex-direction: column;
            align-items: center;
        }

        .sep-checkout-form .sep-right-checkout {
            max-width: 100%;
        }

        .sep-checkout-container, .sep-thank-you1st {
            max-width: 90%;
        }

        .sep-checkout-form #order_review {
            max-width: 100%;
            margin-top: 25px;
        }

        /*  checkout end  */

        /*  thanks start  */

        .sep-thanks-ul {
            padding: 15px;
        }

        .sep-thanks-ul .sep-thanks-li {
            font-size: 14px;
        }

        /*  thanks end  */

        /*my-acc start*/

        .sep-my-account-content {
            width: 100%;
        }

        .sep-my-account-navigation1st {
            width: 284px;
        }

        .sep-order-download {
            justify-content: space-around;
        }

        /*my-acc end*/

    }

    @media(max-width: 767px){

        /*  footer start  */

        .sep-footer-bg1{
            display: none;
        }

        .sep-footer-bg2{
            display: none;
        }

        .sep-mobile-footer-bg1 {
            display: block;
            width: 100%;
        }

        .sep-mobile-footer-bg2 {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 74.5%;
        }

        .footer-content-box-1 {
            width: 100%;
            flex-wrap: wrap;
        }

        .sep-footer-content {
            top: 12%;
            right: 0;
            width: 85%;
            left: 0;
            margin: 0 auto;
        }

        .sep-footer-link-box {
            width: 33%;
        }

        .sep-footer-link-box-links {
            font-size: 13px;
        }

        .footer-content-box-2 {
            flex-wrap: wrap;
        }

        .sep-footer-link-box {
            width: 50%;
            margin-bottom: 20px;
        }

        .sep-footer-link-box-title {
            margin-bottom: 20px;
            font-size: 15px;
        }

        .sep-footer-text-box {
            width: 100%;
            font-size: 13px;
            height: max-content;
        }

        .sep-footer-text-box p {
            -webkit-line-clamp: 10 !important;
            margin-top: 15px;
        }

        .sep-footer-address-box {
            width: 100%;
            height: 150px;
            margin: 40px 0 50px;
        }

        .sep-footer-address .sep-footer-address-right {
            font-size: 13px;
        }

        .sep-footer-address {
            margin-top: 10px;
        }

        .sep-footer-bink-enamad {
            width: 75px;
            height: 160px;
            font-size: 18px;
        }

        .sep-footer-bink-card {
            width: 200px;
            height: 48px;
            font-size: 14px;
        }

        .sep-footer-inner {
            max-width: 347px;
            height: 1280px;
        }

        .sep-mobile-footer-bg1 {
            width: auto;
            margin: 0 auto;
        }

        .sep-footer-island img {
            width: 128px;
            height: 103px;
        }

        .sep-footer-island-content {
            width: 112px;
            height: 60px;
            margin-top: 15px;
            margin-right: 10px;
        }

        .sep-footer-island p {
            font-size: 13px;
        }

        .sep-footer-island svg {
            left: 15px;
            bottom: 10px;
            width: 86px;
            height: 11px;
        }

        .sep-footer-island {
            top: -10px;
            left: 0;
            margin: auto;
            right: 22%;
        }

        .sep-footer-text-box img {
            width: 116px;
            height: 44px;
        }

        .sep-footer-copy-right {
            height: 40px;
            font-size: 14px;
        }

        .sep-footer-bink-box {
            width: 283px;
            height: 160px;
        }

        .sep-footer-bink-box p{
            font-size: 18px;
        }

        .sep-footer-bink-enamad img {
            width: 68px;
            height: 68px;
            margin-top: 20px;
        }

        .sep-footer-bink-box .d-flex {
            width: 70%;
        }
        /*  footer end  */

        /*== SEPANTA CORE START ==*/

        /* sepanta title start */

        .sep-elementor-title p, .sep-root-title p {
            font-size: 14px;
        }

        .sep-elementor-title h2, .sep-root-title h2 {
            font-size: 24px;
        }

        /* sepanta title end */

        /*sepanta items-title start*/

        .sep-card-elementor-title, .sep-card-root-title {
            font-size: 17px;
        }

        .sep-card-elementor-title::before {
            background: #6912275C;
        }
        .sep-card-root-title::before {
            background: var(--sep-red2);
            opacity: 36%;
        }

        /*sepanta items-title end*/
        /*== SEPANTA CORE END ==*/

        /*  projects start  */

        .sep-seeall-but {
            font-size: 14px;
            gap: 0px 14px;
        }
        .sep-seeall-but svg{
            width: 15px;
            height: 12px;
        }

        .sep-projects-header .sep-projects-header-buts .d-flex {
            display: none!important;
        }

        .sep-projects-card, .sep-projects-card1st {
            width: 330px;
            height: 313px;
            justify-content: flex-start;
        }

        .sep-projects-card.sep-elementor-card {
            background: #AB052D;
        }
        .sep-projects-card.sep-elementor-card::before {
            display: none;
        }

        .sep-projects-card .sep-elementor-card-inner {
            width: 326px;
            height: 269px;
            padding: 15px;
            position: absolute;
            top: 2px;
        }

        .sep-projects-card-img {
            width: 102px!important;
            height: 237px!important;
            border-radius: 10px!important;
        }

        .sep-projects-card-content-items {
            width: 180px;
            height: 68px;
        }

        .sep-projects-card-content {
            width: 180px;
        }

        .sep-projects-card-text {
            font-size: 13px;
            letter-spacing: 0px;
        }

        .sep-projects-card-link p {
            top: 7px;
            right: 15px;
            left: 60px;
            font-size: 14px;
        }

        .sep-projects-card-content-item svg {
            color: #AB052D;
            width: 18px;
            height: 18px;
        }

        .sep-projects-card-content-item {
            border-left: 1px solid #5263732B;
            padding-left: 4px;
            margin-left: 4px;
        }

        .sep-projects-card-progres {
            right: 100px;
            transform: none;
            bottom: 5px;
            z-index: 2;
            gap: 0px 15px;
        }

        .sep-projects-card-progres p {
            font-size: 14px;
        }

        .sep-projects-card-progres .progress-text {
            width: 26px;
            height: 26px;
            transform: none;
            font-size: 10px;
            color: #AB052D;
        }

        .progress-svg {
            width: 34px;
            height: 34px;
        }

        .sep-projects-card-tori {
            right: 142px !important;
            top: 125px;
            height: 334px !important;
            width: 45px !important;
            background: #AB052D;
            z-index: 1;
            transform: rotate(90deg);
        }

        .sep-projects-card-tori img {
            height: 335px !important;
            width: 45px !important;
            object-fit: cover;
            opacity: 0.3;
        }

        .sep-projects-card-link-color1,.sep-projects-card-link p {
            color: #AB052D;
        }

        .sep-projects-card-link-color2 {
            color: #F3F3F3;
        }

        .sep-projects-card-linksvg1{
            display: none;
        }

        .sep-projects-card-linksvg2{
            display: block;
        }

        .sep-projects-carousel1st::before,
        .sep-projects-carousel1st::after {
            display: none;
        }

        /*  projects end  */


        /*  slider start  */

        .sep-island-img {
            width: 377px!important;
            height: 264px!important;
        }

        .sep-slider-bg1st {
            height: 1092px;
        }

        .sep-slider-title-1 {
            font-size: 32px;
        }

        .sep-slider-title-1 p {
            font-size: 33px;
        }

        .sep-slider-title-2 {
            font-size: 17px;
            margin-right: 55px;
            margin-top: 19px;
        }

        .sep-slider-title {
            top: 59px;
            left: 50px;
        }

        .sep-slide-part1st,.sep-slide-part1st::before, .sep-slide-part1st::after {
            width: 340.52533px;
            height: 370.130005px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide {
            width: 340.52533px;
            height: 370.130005px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide img {
            border-radius: 12px;
            object-fit: cover;
            width: 315.52533px;
            height: 350.130005px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide p {
            right: -14px;
            bottom: 107px;
        }

        .sep-slider-card {
            width: 170px;
            height: 80px;
        }

        .sep-slider-card h4 {
            font-size: 14px;
        }

        .sep-slider-card p {
            font-size: 13px;
        }

        .sep-slider-card img, .sep-slider-card svg {
            width: 32px!important;
            height: 32px!important;
        }

        .sep-slider-vector {
            left: -17px;
            top: 68px;
            width: 110%;
        }

        .sep-slider-card.sep-slider-left-card {
            top: 53%;
        }

        /*  slider end  */

        /*About-us start*/

        .sep-about-us-bg{
            display: none;
        }

        .sep-about-us1st {
            max-width: 500px;
            margin: auto;
            height: 1077px;
        }

        .sep-about-us-mobile-bg{
            width: 100%
        }

        .sep-about-us-container {
            flex-direction: column;
            width: 90%;
            top: 20px;
        }

        .sep-about-right {
            max-width: 100%;
        }

        .sep-about-right .sep-elementor-title p {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .sep-about-right .sep-elementor-title h2 {
            font-size: 24px;
        }

        .sep-about-right .sep-about-us-text {
            font-size: 15px;
            -webkit-line-clamp: 10 !important;
            margin: 20px 0;
        }

        .sep-about-right .sep-about-us-link svg {
            width: 218px;
            height: 58px;
        }

        .sep-about-right .sep-about-us-link {
            font-size: 14px;
        }

        .sep-about-right .sep-about-us-link p {
            top: -1px;
            right: 38px;
        }

        .sep-about-left {
            max-width: 100%;
            height: auto;
            margin-top: 30px;
        }

        .rad-video-container {
            height: 250px;
        }

        .sep-about-left .sep-about-us-projects-range {
            padding: 10px;
            height: 110px;
            margin-top: 25px;
        }

        .sep-about-us-prohect-data {
            min-width: 130px;
            height: 75px;
            line-height: 100%;
        }

        .sep-about-us-prohect-data h5 {
            font-size: 18px;
        }

        .sep-about-us-prohect-data p {
            font-size: 12px;
        }

        .sep-about-us-img {
            right: 14%;
            bottom: -1%;
            width: 300px!important;
            height: 260px!important;
        }

        .sep-about-us-mobile-bg {
            width: 100%;
            height: 1077px!important;
        }
        /*About-us end*/

        /*banner start*/

        .banner-text {
            right: 5%;
            top: -95px;
        }

        .sep-banner-img {
            bottom: -7px;
            width: 63%;
        }

        .banner-text h4 {
            font-size: 21px;
        }

        .banner-text svg {
            margin-bottom: 6px;
            width: 12px;
            height: 12px;
        }

        .banner-text p {
            font-size: 11px;
        }

        /*banner end*/

        /*Sales experts start*/

        .sep-Sales-experts-buts {
            display: none!important;
        }

        .sep-Sales-experts-card {
            width: 290px;
            height: 191px;
        }

        .sep-Sales-experts-img-box {
            width: 158px;
            height: 191px;
        }

        .sep-Sales-experts-img-box svg {
            width: 158px;
            height: 143px;
        }

        .sep-Sales-expert-img {
            width: 158px!important;
            height: 191px!important;
        }

        .sep-Sales-experts-content-box {
            height: 75px;
            margin-left: 7px;
        }

        .sep-Sales-experts-content-box .sep-card-elementor-title {
            font-size: 16px;
        }

        .sep-Sales-experts-content-box p {
            font-size: 15px;
        }

        .sep-Sales-experts-card .sep-elementor-card {
            width: 285px;
            height: 107px;
        }

        .sep-Sales-experts-card .sep-elementor-card .sep-elementor-card-inner {
            width: 285px;
            height: 103px;
            padding: 15px;
        }

        .sep-Sales-experts-socials-box a svg {
            width: 14px;
            height: 14px;
        }

        .sep-Sales-experts1st {
            height: 309px;
        }

        .Sales-experts-bg {
            height: 309px!important;
        }

        .sep-Sales-experts2nd {
            height: 270px;
        }
        /*Sales experts end*/

        /*Introducing the CEO start*/

        .sep-Intro-the-CEO-bg {
            display: none;
        }

        .sep-Intro-the-CEO-mobile-bg {
            display: flex;
            width: 100%;
            height: inherit!important;
        }

        .sep-Intro-the-CEOback {
            height: 650px;
        }

        .sep-Intro-the-CEO1st {
            height: 650px;
        }

        .sep-Intro-the-CEO-content {
            flex-direction: column;
        }

        .sep-Intro-the-CEO-content-right {
            width: 100%;
        }

        .sep-Intro-the-CEO-content-left {
            width: 50%;
            height: 290px;
        }

        .sep-Intro-the-CEO-person {
            right: 9px;
            top: -22px;
            width: 182px;
            height: 270px!important;
        }

        .sep-Intro-the-CEO-about {
            left: -18%;
            top: 48%;
        }

        /*Introducing the CEO end*/

        /*  Consultants start  */

        .sep-Consultants-content {
            width: 78%;
            font-size: 14px;
            display: flex;
            flex-direction: column-reverse;
            justify-content: space-evenly;
        }

        .sep-Consultants-content svg {
            left: 15px;
        }

        .sep-Consultants-content-numbers {
            margin-top: 0;
        }

        /*  Consultants end  */

        /*Certificates start*/

        .sep-Certificates1st {
            height: 738px;
        }

        .sep-Certificates-content1st {
            height: 714px;
            flex-direction: column;
            align-items: center;
            width: 90%;
        }

        .sep-Certificates-img-box {
            width: 350px;
            height: 255px;
        }

        .sep-Certificates-list {
            margin-top: 30px;
        }

        .sep-Certificates-item h4 {
            font-size: 16px;
            line-height: 180%;
        }

        .sep-Certificates-item:nth-child(3) h4 {
            color: #394856;
        }

        .sep-Certificates-item:nth-child(3) h4::before {
            background: #6912275C;
        }

        .sep-Certificates-item:nth-child(3) p {
            color: #526373;
        }

        .sep-Certificates-item p {
            font-size: 13px;
        }

        .img-Certificate1 {
            width: 215px;
            height: 154px!important;
            bottom: 30px;
        }

        .img-Certificate2 {
            width: 110px;
            height: 140px!important;
            left: 50px;
        }

        .img-Certificate3 {
            width: 162px;
            height: 111px!important;
            bottom: 0;
        }

        /*Certificates end*/

        /*oil banner start*/

        .sep-oli-banner1st {
            height: 160px;
        }

        .sep-oil-banner-bg {
            height: 160px!important;
        }

        .oil-banner-content {
            max-width: 360px;
            height: 160px;
        }

        .sep-oil-banner-img {
            width: 130px;
            height: 106px;
        }

        .oil-banner-text p {
            font-size: 11px;
        }

        .oil-banner-text div h4 {
            font-size: 19px;
        }

        /*oil banner end*/

        .sep-container {
            width: 90%;
            max-width: 720px;
            margin: 0 auto;
        }

        /*  archive blogs start  */

        .sep-blogs-page-left-part {
            gap: 20px;
        }

        .sep-archive-blog-card2{
            width: 100%;
        }

        .sep-archive-blog-card2 .sep-elementor-card-inner .sep-blog-card-img {
            width: 100%;
            height: 135px !important;
        }

        .sep-blogs-page-right-part {
            max-width: 100%;
        }

        /*  archive blogs end  */

        /*  singular start  */

        .sep-singular-page-content-head-content {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 10px 0px;
            flex-wrap: wrap;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form {
            flex-direction: column-reverse;
            align-items: flex-start;
            position: relative;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form textarea {
            max-width: 100%;
        }

        .sep-comment-form-part-right {
            max-width: 100%;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form:not(.user-is-loged-in) .form-submit{
            position: absolute;
            bottom: 20px;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form:not(.user-is-loged-in) .form-submit svg {
            width: 100%;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit span {
            font-size: 16px;
            right: 34%;
            top: 11px;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form:not(.user-is-loged-in) textarea {
            max-width: 100%;
            margin-top: 10px;
            margin-bottom: 65px;
        }
        /*  singular end  */

        /*shop start*/
        .sep-shop-left .products {
            gap: 9px;
        }
        /*shop end*/

        /* news archive start */

        .sep-news-archive-body .sep-blogs-page-left-part{
                gap: 18px;
        }

        .sep-blogs-page-left-part .sep-archive-news-card{
            width: 48%;
        }

        .sep-blogs-page-left-part .sep-archive-news-card .Recent-post-card-footer .Recent-post-card-come {
            margin-left: 0;
        }

        /* news archive end */

        /* single product start */

        .rad_single_product_gallery {
            max-width: 100%;
            height: 415px;
        }

        .rad-product-gallery-slider img {
            width: 100%;
            height: 300px;
        }

        .sep-single-product-summary {
            max-width: 100%;
            margin-top: 20px;
            min-height: auto;
        }

        .sep-single-product-summary-left .price {
            width: 100%;
        }

        .sep-single-product-summary-left form.cart {
            gap: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li {
            padding: 5px 15px!important;
        }

        .sep-single-product-summary-left form.variations_form.cart .variations {
            width: 100% !important;
        }

        .sep-single-product-summary-left form.cart .single_variation_wrap {
            align-items: normal;
            flex-direction: column;
            justify-content: space-between;
        }

        .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form {
            flex-direction: column-reverse;
            position: relative;
        }

        .sep-product-input-groups {
            width: 100%;
            margin-bottom: 20px;
        }

        .sep-product-input-groups p.form-submit {
            position: absolute;
            right: 20px;
            bottom: 24px;
        }

        .woocommerce #review_form #respond textarea {
            margin-bottom: 65px;
            max-width: 100%;
        }
        .comment-form.user-is-login{}
        .comment-form.user-is-login p.form-submit{
            position: static;
        }
        .woocommerce #review_form #respond .comment-form.user-is-login textarea{
            margin-bottom: 0px;
        }

        /* single product end */

        /* project archive start */

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card {
            width: 100%;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-elementor-card-inner {
            height: 250px;
            width: 99%;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-content {
            width: 60%;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-content-items {
            width: 100%;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-img {
            width: 150px!important;
            height: 206px!important;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-linksvg1 {
            display: none;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-linksvg2 {
             display: block;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-link p {
            right: 14px;
            top: 14px;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-progres {
            right: 0;
            left: 0;
            width: 135px;
            margin: auto;
            bottom: 8px;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-progres .progress-text {
            left: 9px;
        }

        .sep-projects-card-progres .progress-text {
            left: 4px;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-tori {
            height: 100% !important;
            width: 73px !important;
            right: 115px !important;
            top: 120px;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-tori img {
            height: 235% !important;
        }

        /* project archive end */

        /* project single start*/

        .sep-single-projects-gallery1st {
            padding: 35px;
        }

        .sep-single-projects-gallery2nd .sep-projs-gallery-images-gall {
            margin-top: 20px;
        }

        .sep-projs-gallery-images-thumb img {
            height: 350px;
        }

        .sep-single-projects-gallery2nd .sep-projs-gallery-images-gall img {
            width: 100px;
            height: 100px;
        }

        .sep-single-projects-gallery2nd::before, .sep-single-projects-gallery2nd::after {
            width: 85px;
            height: 100px;
        }

        .sep-single-projects-content {
            flex-direction: column;
        }

        .sep-single-projects-content-box {
            width: fit-content;
        }

        .Sharing-experiences-content-text {
            font-size: 15px;
        }

        /* project single end*/

        /* cart start */
        .sep-cart-item>* {
            padding-left: 0;
            margin-left: 0;
            border: none;
        }

        .sep-cart-item .product-price, .sep-cart-item .product-quantity, .sep-cart-item .product-subtotal, .sep-cart-item .product-remove {
            width: 50%;
            align-items: center;
        }

        .sep-cart-item .product-remove {
            margin-right: 0;
        }

        .sep-coupon-part {
            flex-direction: column;
            gap: 20px;
        }

        .sep-coupon-part div,.sep-coupon-part input {
            width: 100%;
        }

        /* cart end */

        /* archive tenders start */

        .sep-tenders-head {
            padding: 15px;
            font-size: 15px;
            width: 100%;
        }

        .sep-tenders-head div.d-flex {
            gap: 40px;
        }

        .sep-tenders-body .sep-tender-card {
            padding: 15px;
            font-size: 14px;
            width: 100%;
        }

        .sep-tenders-body .sep-tender-card .sep-tender-card-title {
            width: 100px;
            -webkit-line-clamp: 2 !important;
        }

        .sep-tender-card-link svg {
            display: none;
        }

        .sep-tenders-body .sep-tender-card .d-flex {
            width: 50%;
        }

        .sep-tender-card-link small {
            position: static;
        }

        .sep-tender-card-link:hover {
            color: var(--sep-dark2);
        }

        /* archive tenders end */

        /*  checkout start  */

        .sep-checkout_coupon div input {
            width: 215px;
        }

        .dp-payment-title {
            width: 65%;
        }
        /*  checkout end  */

        /*  thanks start  */

        .sep-thank-you2 {
            padding: 15px;
        }

        .sep-thanks-ul {
            flex-direction: column;
            align-items: flex-start;
        }

        .sep-thanks-ul div {
            display: none;
        }

        .sep-thanks-ul .sep-thanks-li {
            display: flex;
            align-items: center;
        }
        .sep-thanks-ul .sep-thanks-li p {
            color: var(--sep-dark1);
            margin-top: 0px;
            margin-right: 5px;
        }

        .sep-thank-you2 .sp-address-section {
            flex-wrap: wrap;
            padding: 15px;
        }

        .sep-thank-you2 .sp-address-section .sp-billing-customer-address-title {
            width: 100%;
            margin-bottom: 10px;
        }

        .sep-thank-you2 .sp-address-section .sp-billing-customer-address-svg {
            margin-right: 0;
            margin-left: 10px;
        }

        .sep-thank-you2 .sp-address-section .sp-billing-customer-address-text {
            width: 90%;
        }

        /*  thanks end  */

        /*my-acc start*/

        .sep-my-acc-order {
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 20px;
        }

        .sep-my-acc-orders-list .sep-my-acc-orders-head .sep-my-acc-orders-head-item:last-child {
            display: none;
        }

        .sep-my-acc-order-col-order-date {
            padding-right: 15px;
        }

        .sep-my-acc-order-col-order-status {
            padding-right: 0px;
        }

        .sep-my-acc-order-col-order-actions {
            margin-top: 20px;
        }

        .sep-my-acc-order-link svg {
            width: 85%;
        }

        .sep-my-acc-order-link p {
            font-size: 15px;
            top: -4px;
            right: 20px;
        }

        .sep-my-acc-view-order-status {
            font-size: 11px;
        }

        .sep-order-download>* {
            padding-left: 0;
            margin-left: 0;
            border: none;
        }

        .sep-order-download {
            justify-content: start;
        }

        .sep-order-download .download-product a {
            max-width: 100%;
        }

        .sep-order-download .download-remaining, .sep-order-download .download-expires {
            flex-direction: row;
            align-items: center;
            justify-content: center;
            width: 50%;
        }

        .dp-my-address-card {
            border-radius: 32px;
            flex-direction: column;
            gap: 20px;
        }

        .dp-my-address-card .dp-my-address-content {
            width: 100%;
        }

        .woocommerce form .dp-form-edit-address-part .form-row, .sep-EditAccountForm .sep-input-form {
            max-width: 100%;
        }

        .sep-EditAccountForm .dp-user-pic-uploader {
            flex-direction: column;
            gap: 20px;
            align-items: stretch;
        }

        .logout-section {
            justify-content: flex-end;
        }

        .sep-EditAccountForm .sep-lost-password-form {
            flex-wrap: wrap;
        }

        /*my-acc end*/
    }

    @media(max-width: 600px){

        /*shop start*/

        .sep-shop-left .sep-shop-card {
            width: 100% !important;
        }

        .sep-shop-left .sep-shop-card .sep-products-card-link svg {
            width: 100% !important;
        }

        .sep-shop-left .sep-shop-card .sep-products-card .sep-products-card-link p {
            top: 14px;
            right: 16px;
            font-size: 16px;
        }

        .sep-shop-header {
            flex-wrap: wrap;
            gap: 20px 0;
        }

        .woocommerce nav.woocommerce-pagination {
            margin: 40px 0;
        }

        .sep-shop1st {
            margin-bottom: 25px;
        }

        .sep-breadcrumb {
            margin: 25px 0;
        }

        /*shop end*/

        /*  contact-us box start  */

        .contact-us-element1st .contact-us-element-card {
            padding-left: 15px;
            margin-left: 15px;
        }

        .contact-us-element1st {
            padding: 15px;
        }

        .contact-us-element1st .contact-us-element-card p {
            font-size: 14px;
        }

        .contact-us-element1st .contact-us-element-card div {
            font-size: 14px;
        }

        /*  contact-us box end */
    }


    @media(max-width: 500px){

        /*Services start*/

        .sep-Services-card {
            height: 145px;
        }

        .sep-Services-card-inner {
            height: 141px;
            padding: 15px;
        }

        .sep-Services-card-inner p {
            font-size: 13px;
            -webkit-line-clamp: 4 !important;
        }

        .sep-Services-card-inner div.d-flex {
            gap: 10px 0px;
        }

        .sep-Services-card-link {
            width: 32px;
            height: 32px;
            left: 15px;
            top: 15px;
        }

        .sep-Services-card-link div {
            width: 26px;
            height: 26px;
        }

        .sep-Services-card-link div svg {
            width: 14px;
            height: 12px;
        }

        .sep-Services-card.sep-elementor-card::before {
            width: 100px;
            height: 100px;
            left: -35px;
            bottom: -45px;
        }

        /*Services end*/

        /*  slider start  */

        .sep-slider-bg1st {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 350px;
            margin: auto;
            height: 697px;
        }

        .sep-slider-mobile-bg {
            max-width: 350px;
        }

        .sep-slider-island-mobile-bg {
            max-width: 350px;
        }

        .sep-slider-island-mobile-bg {
            margin-top: 15px;
        }

        .sep-slider-card {
            width: 110px;
            height: 47px;
            padding: 7px;
            border-radius: 8px;
        }

        .sep-slider-card img, .sep-slider-card svg {
            width: 16px!important;
            height: 16px!important;
        }

        .sep-slider-card h4,
        .sep-slider-card p {
            font-size: 10px;
        }

        .sep-slide-part1st, .sep-slide-part1st::before, .sep-slide-part1st::after {
            width: 227.09378051757812px;
            height: 264.7525329589844px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide {
            width: 227.09378051757812px;
            height: 264.7525329589844px;
            border-radius: 12px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide img{
            width: 199.70555114746094px;
            height: 237.36434936523438px;
            border-radius: 12px;
        }

        .sep-slide-part .swiper-slide .sep-slider-slide p {
            right: -6px;
            bottom: 81px;
            font-size: 8px;
        }

        .sep-slider-vector {
            left: -22px;
            top: 0px;
            width: 120%;
        }

        .sep-slider-title-1 {
            letter-spacing: -0.32px;
        }

        .sep-slider-title-2 {
            font-size: 14px;
            margin-right: 30px;
            margin-top: 13px;
            letter-spacing: -0.28px;
        }

        .sep-slider-title {
            top: 31px;
            left: 33px;
            right: 11%;
        }

        .sep-slider-card.sep-slider-right-card {
            right: 8%;
            top: 28%;
        }

        .sep-slider-card.sep-slider-left-card {
            top: 46.3%;
            right: unset;
            left: 10%;
        }

        /*  slider end  */

        /*About-us start*/

        .sep-about-us1st {
            max-width: 347px;
            height: 871px;
        }

        .sep-about-us-container {
            width: 91%;
            top: 10px;
        }

        .sep-about-us-mobile-bg {
            width: 100%;
            height: 871px!important;
        }

        .sep-about-right .sep-about-us-text {
            font-size: 13px;
            margin: 15px 0 10px;
        }

        .sep-about-right .sep-about-us-link svg {
            width: 168px;
            height: 44px;
        }

        .sep-about-right .sep-about-us-link p {
            top: -2px;
            right: 25px;
        }

        .sep-about-left {
            margin-top: 15px;
        }

        .rad-video-container {
            height: 180px;
            border-radius: 10px;
        }

        .rad-video-play-but svg {
            width: 48px;
            height: 48px;
        }

        .sep-about-us-img {
            right: 11%;
            bottom: -0.5%;
            width: 208px!important;
            height: 158px!important;
        }

        .sep-about-left .sep-about-us-projects-range {
            margin-top: 15px;
        }

        .sep-about-us-prohect-data {
            min-width: 88px;
            height: 70px;
            line-height: 100%;
        }

        .sep-about-us-prohect-data h5 {
            font-size: 16px;
        }

        .sep-about-us-prohect-data p {
            font-size: 8px;
        }

        .sep-about-us-prohect-data h5::before {
            bottom: 7.5px;
            right: 0px;
            width: 29.86px;
            height: 6.71px;
        }
        /*About-us end*/

        /*banner start*/

        .sep-banner1st {
            height: 303px;
        }

        .sep-banner-mobile-img{
            display: block;
        }

        .sep-banner-bg{
            display: none;
        }

        .sep-banner-mobile-img {
            width: 100%;
            height: 303px!important;
        }

        .banner-text {
            right: 0;
            margin: 0 auto;
            width: 100%;
            text-align: center;
            top: 8%;
        }

        .sep-banner-img {
            bottom: -7px;
            width: 89%;
            margin: 0 auto;
            right: 0;
        }

        .banner-text h4 {
            font-size: 22px;
        }

        .banner-text .position-relative {
            justify-content: center!important;
            margin-top: 10px;
        }

        .banner-text svg {
            width: 17px;
            height: 18px;
        }

        .banner-text p {
            font-size: 11px;
        }

        /*banner end*/

        /* FAQ start */

        .sep-FAQ-question-text p {
            -webkit-line-clamp: 5 !important;
        }

        .sep-FAQ-question-text a {
            font-size: 14px;
        }

        .Recent-post-card-footer-link svg {
            width: 15px;
            height: 12px;
        }

        .sep-FAQ-question-title {
            width: 90%;
        }

        /* FAQ end */

        /* sepanta products start */

        .sep-products-card {
            width: 330px;
            height: 286px;
        }

        .sep-products-card .sep-elementor-card-inner {
            width: 100%;
            height: 282px;
            padding: 16px;
        }

        .sep-products-card-img {
            width: 100% !important;
            height: 130px!important;
        }

        .sep-products-card .sep-elementor-card-inner .sep-card-elementor-title {
            font-size: 16px;
            margin-top: 8px;
        }

        .sep-products-card-text {
            font-size: 15px;
        }

        .sep-products-card-link {
            font-size: 14px;
        }

        .sep-products-card-link p {
            top: 16px;
            right: 32px;
        }
        /* sepanta products end */

        /*Introducing the CEO start*/

        .sep-Intro-the-CEOback {
            height: 587px;
            width: 347px;
            margin: auto;
        }

        .sep-Intro-the-CEO1st {
            height: 587px;
        }

        .sep-Intro-the-CEO-content {
            width: 90%;
        }

        .sep-Intro-the-CEO-content-right {
            margin-top: 5px;
        }

        .sep-Intro-the-CEO-text {
            font-size: 13px;
            -webkit-line-clamp: 8 !important;
        }

        .sep-Intro-the-CEO-link {
            width: 164px;
            height: 40px;
            font-size: 14px;
        }

        .sep-Intro-the-CEO-link svg{
            width: 164px;
            height: 40px;
            font-size: 14px;
        }

        .sep-Intro-the-CEO-link p {
            top: 9px;
            right: 23px;
        }

        .sep-Intro-the-CEO-person {
            right: 0px;
            top: 15px;
            width: 145px;
            height: 230px!important;
        }

        .sep-Intro-the-CEO-content-left svg {
            right: -20px;
            width: 186px;
            height: 80px;
            top: 100px;
        }

        .sep-Intro-the-CEO-about {
            left: -54%;
            top: 51%;
            width: 163px;
        }

        .sep-Intro-the-CEO-about-bg {
            width: inherit;
            height: inherit;
        }

        .sep-Intro-the-CEO-about-prof {
            width: 30px!important;
            height: 30px!important;
        }

        .sep-Intro-the-CEO-about h4 {
            font-size: 14px;
        }

        .sep-Intro-the-CEO-about p {
            font-size: 13px;
        }

        /*Introducing the CEO end*/

        /*  Consultants start  */

        .sep-Consultants-content {
            width: 70%;
            font-size: 13px;
            padding: 0 15px;
        }

        .sep-Consultants-content svg {
            left: 7%;
            top: 8px;
            width: 24px;
            height: 24px;
        }

        .sep-Consultants-content-number {
            margin-left: 10px;
            padding-left: 10px;
            height: 10px;
        }

        .sep-Consultants-content-text {
            letter-spacing: -0.36px;
        }

        /*  Consultants end  */

        /*auctions start*/

        .auctions-card {
            height: 120px;
            padding: 15px;
        }

        .auctions-card .auctions-price {
            font-size: 24px;
            width: 78%;
            margin-bottom: 8px;
            padding-bottom: 8px;
        }

        .auctions-card .auctions-price small {
            font-size: 16px;
            margin-right: 6px;
        }

        .auctions-card p {
            font-size: 20px;
        }

        /*auctions end*/

        /*oil banner start*/

        .sep-oli-banner1st {
            height: 303px;
        }

        .sep-oil-banner-bg {
            display: none;
        }

        .sep-oil-banner-mobile-bg {
            display: block;
            width: 100%;
            height: 303px!important;
        }

        .oil-banner-content {
            max-width: 223px;
            height: 246px!important;
            flex-direction: column;
            align-items: center;
        }

        .sep-oil-banner-img {
            width: 205px;
            height: 170px;
        }

        .oil-banner-text {
            margin-bottom: 0;
        }

        .oil-banner-text div h4 {
            font-size: 22px;
        }

        .oil-banner-text div svg {
            margin-left: 7px;
            margin-bottom: 9px;
            width: 17px;
            height: 18px;
        }

        .oil-banner-content {
            bottom: 30px;
        }

        /*oil banner end*/

        /*login-sign-up start*/

        .sep-login-title {
            font-size: 26px;
        }

        .sep-login-sub-text {
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 12px;
        }

        .sep-input-form {
            margin-top: 15px;
        }

        .sep-form-rem-lost-div {
            flex-direction: column;
            align-items: start!important;
        }

        .sep-form-remind-me {
            margin-bottom: 15px;
        }

        .sep-login-reg-bg-img {
            height: 500px;
        }

        .sep-Register-form1st,.sep-Login-form1st {
            top: 35px;
        }

        /*login-sign-up end*/


        /*  archive blogs start  */

        .sep-archive-blog-card2 .sep-blog-card-text{
            -webkit-line-clamp: 2 !important;
        }

        /*  archive blogs end  */

        /*  singular start  */

        .sep-singular-page-content .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
            height: 223px;
        }

        .sep-singular-texts ol {
            margin: 50px 0 50px;
        }

        .sep-singular-content-footer-social-dash {
            margin: 25px 0;
        }

        .sep-singular-content-footer-social-share-box-content {
            width: 275px;
        }

        .sep-global-comments {
            margin: 50px 0;
        }

        .sep-global-comments .sep-comment-list li .comment-body {
            padding: 15px 15px 11px;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form {
            padding: 15px;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form .form-group .sep-comment-submit span {
            font-size: 14px!important;
            right: 33% !important;
            top: 14px!important;
        }

        .sep-custom-comment-form .comment-respond .sepanta-comment-form:not(.user-is-loged-in) .form-submit {
            right: 0;
            width: 90%;
            left: 0;
            margin: auto;
        }

        .sep-singular-page-content-head-content {
            font-size: 12px;
        }

        .sep-singular-texts p {
            font-size: 14px;
        }

        .sep-singular-texts ol li, .sep-singular-texts ul li {
            font-size: 13px;
        }

        .sep-singular-texts blockquote {
            padding: 30px;
        }

        .sep-singular-texts blockquote::before {
            top: 10px;
            right: 10px;
        }

        .sep-singular-texts blockquote::after {
            bottom: 10px;
            left: 10px;
        }

        /*  singular end  */

        /* news archive start */

        .sep-news-archive-body{

        }
        .sep-news-archive-body .sep-blogs-page-left-part{
            gap: 18px 0;
        }

        .sep-blogs-page-left-part .sep-archive-news-card{
            width: 100%;
        }

        .sep-blog-archive-head.sep-news-archive-head {
            flex-direction: column;
            align-items: flex-start!important;
            gap: 20px 0;
        }

        /* news archive end */

        /* single product start */


        .sep-single-pro-tabs-inner {
            padding-left: 11px;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li {
            padding: 5px!important;
        }

        .sepanta-discount-badge {
            font-size: 14px;
        }

        .sep-single-product-summary-left form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
            flex-wrap: wrap;
            gap: 0px;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
            font-size: 14px !important;
        }

        .woocommerce-Reviews #comments .woocommerce-noreviews {
            font-size: 14px;
        }

        .woocommerce #reviews #comments ol.commentlist li .comment_container {
            padding: 15px 15px 11px;
        }

        .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form {
            padding: 15px;
        }

        .sep-product-input-groups p.form-submit {
            right: 15px;
            bottom: 15px;
            max-width: 90%;
        }

        .sep-product-input-groups p.form-submit svg, .comment-form.user-is-login p.form-submit svg {
            width: 100%;
        }

        .spenta-submit-button span {
            font-size: 14px !important;
            right: 33% !important;
            top: 14px !important;
        }

        .sep-single-product-top {
            padding: 15px;
        }

        .sep-single-pro-tabs {
            padding: 15px;
        }

        .kpmodal-content {
            height: 39%;
        }

        .kp-slider-next-slide, .kp-slider-prev-slide {
            width: 35px;
            height: 35px;
        }

        .rad-product-page-gall-footer::before, .rad-product-page-gall-footer::after {
            width: 45px;
            height: 75px;
        }

        .kpmodal-content .rad_single_product_gallery .rad-product-gallery-slider img {
            height: 200px;
        }

        .rad-product-gal-item img {
            width: 70px;
            height: 70px;
        }

        .rad_single_product_gallery {
            height: 385px;
        }

        /* single product end */

        /* project archive start */

        .sep-proj-archive-body .sep-projects-root-card1st .sep-elementor-card-inner {
            padding:10px ;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-img {
            height: 226px!important;
            width: 38% !important;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-linksvg2 {
            width: 200px;
        }

        /* project archive end */

        /* project single start*/

        .sep-single-projects-gallery1st {
            padding: 15px;
        }

        .sep-projs-gallery-images-thumb img {
            height: 250px;
        }

        .Event-factors-card img {
            width: 50px;
            height: 50px;
        }

        .Event-factors-card {
            gap: 0 10px;
        }

        .Event-factors-card .Event-factors-inner .Event-factors-data .sep-card-root-title {
            font-size: 15px;
        }

        .Event-factors-card .Event-factors-inner .Event-factors-link {
            font-size: 14px;
            gap: 9px;
        }

        .Event-factors-card .Event-factors-inner .Event-factors-link svg{
            width: 12px;
        }

        .Event-factors-card .Event-factors-inner .Event-factors-data {
            width: 74%;
        }

        .sep-project-carousel-single-page .sep-seeall-root-but{
            font-size: 14px;
            gap: 0px 10px;
        }

        /* project single end*/

        /* archive tenders start */

        .sep-blog-archive-body {
            margin-bottom: 90px;
        }

        .sep-tender-card-link:hover {
            color: var(--sep-white);
        }

        .custom-dropdown-wrapper {
            max-width: 253px;
        }

        .sep-blogs-page-left-part.tenders-archive-wrapper {
            padding: 15px;
        }

        .sep-tenders-body .sep-tender-card .sep-tender-card-title {
            width: 100%;
            -webkit-line-clamp: 1 !important;
            position: relative;
        }

        .sep-tenders-head {
            display: none;
        }

        .sep-tenders-body .sep-tender-card .d-flex {
            width: 100%;
            padding-top: 30px;
            padding-bottom: 5px;
        }

        .sep-tenders-body .sep-tender-card .d-flex div{
            position: relative;
        }

        .sep-tenders-body .sep-tender-card .d-flex div:before{
            top: -25px;
            color: var(--sep-dark1);
            font-size: 12px;
            font-weight: 700;
            letter-spacing: -0.4px;
        }

        .sep-tenders-body .sep-tender-card .d-flex div:nth-child(1):before{
            position: absolute;
            content: 'منطقه';
        }

        .sep-tenders-body .sep-tender-card .d-flex div:nth-child(2):before{
            position: absolute;
            content: 'درج';
        }

        .sep-tenders-body .sep-tender-card .d-flex div:nth-child(3):before{
            position: absolute;
            content: 'پایان';
        }

        .sep-tenders-body .sep-tender-card {
            flex-direction: column;
            align-items: flex-start;
            gap: 0;
            padding: 10px;
        }

        .sep-tender-card-link svg {
            display: block;
        }

        .sep-tender-card-link small {
            position: absolute;
        }

        /* archive tenders end */

        /*  checkout start  */

        .sep-form-coupon-toggle a,.sep-form-coupon-toggle p {
            font-size: 12px;
        }

        .sep-checkout_coupon {
            flex-direction: column;
            gap: 20px;
        }

        .sep-checkout_coupon div,.sep-checkout_coupon div input {
            width: 100%;
        }

        .rad-payment label {
            flex-wrap: wrap;
        }

        .dp-payment-title {
            width: 100%;
            margin: 0;
        }

        .sep-checkout-not-acc-sign-up {
            padding: 20px;
        }

        .sep-checkout-not-acc-sign-up p.form-row:not(.form-row-first,.form-row-last) {
            display: flex;
            justify-content: space-between;
        }

        .sep-checkout-not-acc-sign-up p.form-row:not(.form-row-first,.form-row-last) label {
            margin: 0;
            gap: 5px;
            font-size: 12px;
        }

        .sep-checkout-form #customer_details {
            padding: 20px;
        }

        .sep-payment-methods-1st {
            padding: 20px;
        }

        /*  checkout end  */

        /*  thanks start  */

        .sep-thank-you2 .sp-address-section .sp-billing-customer-address-text {
            width: 75%;
        }

        .sep-thank-you2 .sep-order-details {
            padding: 20px;
        }

        .sep-order-details-main .woocommerce-table__line-item.order_item .sep-tanks-product-name,
        .sep-order-details-head .product-name, .sep-main-inner .sep-main-inner-right,
        .sep-order-details-head .product-total, .sep-main-inner .sep-main-inner-left,
        .sep-order-details-main .woocommerce-table__line-item.order_item .sep-items-tanks-price{
            font-size: 14px;
        }
        /*  thanks end  */

        /*  404 start  */

        .sep-404-page-img {
            width: 80%;
            bottom: 200px;
        }

        .sep-404-back-to-last-page {
            font-size: 14px;
            width: 159px;
            height: 38px;
        }

        .sep-404-page-link-box {
            flex-direction: column;
        }

        /*  404 end */

        /*my-acc start*/

        .sep-my-acc-orders-list .sep-my-acc-orders-head {
            font-size: 13px;
            padding: 15px;
            height: 45px;
        }

        .sep-my-acc-order-col-order-total {
            display: flex;
            flex-direction: row;
            width: 100%;
            margin-top: 20px;
        }

        .sep-my-acc-order-col-order-date {
            padding-right: 0;
        }
        .sep-my-acc-orders-list .sep-my-acc-orders-head .sep-my-acc-orders-head-item:nth-child(4){
            display: none;
        }

        .sep-my-acc-view-order-status {
            font-size: 11px;
            flex-wrap: wrap;
            padding: 6px;
        }

        .sep-my-acc-view-order .sep-order-details-title p {
            font-size: 16px;
        }

        .sep-order-download>* {
            height: auto;
        }

        .sep-order-download .download-product {
            flex-direction: column;
        }

        .sep-order-download .download-remaining, .sep-order-download .download-expires {
            width: 100%;
            margin: 5px 0;
        }

        .sep-order-download .download-file {
            flex-direction: column;
            margin-top: 10px;
        }

        .sep-order-download .download-file a {
            width: 100%;
        }

        .dp-billing-customer-address-text {
            font-size: 14px;
        }

        /*my-acc end*/
    }

    @media(max-width: 400px){

        /* single product start */

        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
            font-size: 12px !important;
        }

        /* single product end */

        /* project archive start */

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-linksvg2 {
            width: 180px;
        }

        .sep-proj-archive-body .sep-projects-root-card1st .sep-projects-card-content-item {
            padding-left: 0px;
        }

        .sep-proj-archive-head {
            flex-direction: column;
            align-items: flex-start!important;
            gap: 20px 0;
        }

        /* project archive end */

    }
/*responsiv end*/


.yith-wcwl-feedback-messages-container {
    display: none!important;
}

.wpcf7-not-valid-tip {
    display: none!important;
}