:root {
    /**
    @font family declaration
    */
    --tp-ff-heading: 'Montserrat', sans-serif;
    --tp-ff-body: 'Montserrat', sans-serif;
    --tp-ff-p: 'Montserrat', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-common-gray: #F0F4FD;
    --tp-theme-primary: #f58220;
    --tp-theme-secondary: #a7a9ac;
    --tp-heading-primary: #1F2220;
    --tp-heading-secondary: #1F242C;
    --tp-text-body: #828282;
    --tp-text-1: #3f3f3f;
    --tp-border-primary: #FEF3DF;
    --tp-border-secondary: #F0F2F4;
}

*,
::after,
::before {
    box-sizing: border-box;
    outline: unset
}

body,
html {
    min-height: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: unset !important;
}

a {
    text-decoration: none;
    color: unset
}

.product-fg-seventeen .single-product .productImg img {
    object-fit: contain !important;
}

.btn-info {
    color: #fff;
}

#header {
    width: 100%;
    height: 90px;
    background-color: #fff;
    padding: 0 !important;
    overflow: unset;
}

#header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999999
}

#header.sticky .hTop {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 39%)
}

#header.sticky .hTop .container .hRight ul li .menuDownList {
    display: none
}

#header.sticky .hTop .container .hRight ul li.menuDrop:hover .menuDownList {
    display: flex
}

#header.sticky .hBottom {
    display: none
}

#header .hTop {
    width: 100%;
    height: 90px;
    background: #fff;
}

#header .hTop .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

#header .hTop .container .logo {
    height: 100%;
    display: flex;
    align-items: center
}

#header .hTop .container .logo img {
    height: 70px
}

#header .hTop .container .hRight {
    display: flex;
    flex: 2;
    justify-content: flex-end
}

#header .hTop .container .hRight .iconsMenu {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 100%;
    margin: 0
}

#header .hTop .container .hRight .iconsMenu li {
    list-style: none;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

#header .hTop .container .hRight .iconsMenu li:after {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #ddd;
    position: absolute;
    content: ""
}

#header .hTop .container .hRight .iconsMenu li:first-child::after {
    display: none
}

#header .hTop .container .hRight .iconsMenu a {
    display: flex;
    align-items: center;
    transition: all .3s;
    height: 100%
}

#header .hTop .container .hRight .iconsMenu a img {
    height: 35px;
    margin-right: 10px;
    filter: invert(34%) sepia(0%) saturate(1%) hue-rotate(204deg) brightness(95%) contrast(82%);
    transition: all .3s
}

#header .hTop .container .hRight .iconsMenu a p {
    padding: 0;
    margin: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s
}

#header .hTop .container .hRight .iconsMenu li.activeIcons a p {
    color: #ff6226;
    transition: all .3s
}

#header .hTop .container .hRight .iconsMenu li.activeIcons a img {
    filter: invert(48%) sepia(37%) saturate(4150%) hue-rotate(344deg) brightness(102%) contrast(101%);
    transition: all .3s
}

#header .hTop .container .hRight .iconsMenu li:hover a p {
    color: #f58220;
    transition: all .3s
}

#header .hTop .container .hRight .iconsMenu li:hover a img {
    filter: invert(41%) sepia(78%) saturate(3678%) hue-rotate(177deg) brightness(93%) contrast(101%);
    transition: all .3s
}

#header .hTop .container .hRight .mobilMenu {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 40px;
    box-shadow: inset 5px 0 6px 0 rgb(221 221 221 / 24%);
    background: linear-gradient(90deg, rgb(233 233 233 / 68%) 0, #fff 85%);
    transition: all .3s;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    padding-top: 5px;
}

#header .hTop .container .hRight .mobilMenu span {
    font-size: 11px;
    font-weight: 300;
    margin-top: 5px
}

#header .hTop .container .hRight .mobilMenu img {
    height: 18px
}

#header .hTop .container .hRight .mobilMenu:hover {
    background: linear-gradient(90deg, rgb(233 233 233 / 100%) 0, #fff 85%);
    transition: all .3s
}

#header .hTop .container .hRight .iconsMenu li.menuDrop {
    position: unset
}

#header .hTop .container .hRight ul li .menuDownList {
    transition: all .3s;
    animation-delay: 3.5s;
    position: absolute;
    top: 130px;
    left: -1000%;
    width: 100%;
    background: #fff;
    z-index: -111;
    font-size: 15px;
    box-shadow: 1px 8px 6px 0 rgba(0, 0, 0, .2);
    transition: all .4s;
    opacity: 0
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    background: #f6f6f6;
    z-index: -1
}

#header .hTop .container .hRight ul li.menuDrop:hover .menuDownList {
    z-index: 99999999;
    opacity: 1;
    top: 130px;
    animation-delay: 3.5s;
    transition: all .3s;
    left: 0;
    height: 750px
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container {
    display: flex;
    flex-wrap: wrap
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tab {
    float: left;
    background-color: #f6f6f6;
    width: 100%;
    flex: 0.7;
    padding: 50px 25px 50px 0;
    height: 100%
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tab .tablinks {
    display: flex;
    padding: 12px;
    justify-content: space-between;
    transition: all .3s;
    height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #ddd
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tab .tablinks p {
    color: #3b3b3b;
    padding: 0;
    margin: 0;
    font-size: 15px;
    transition: all .3s;
    font-weight: 500
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tab .tablinks img {
    transition: all .3s;
    height: 15px;
    filter: invert(14%) sepia(9%) saturate(2326%) hue-rotate(175deg) brightness(94%) contrast(89%);
    transition: all .3s;
    margin-right: 0
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tab .tablinks:hover {
    background: radial-gradient(circle, #f58255 0, #ff6226 100%);
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tab .tablinks:hover p {
    color: #fff;
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tab .tablinks:hover img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(216deg) brightness(106%) contrast(101%);
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tab .tablinks.active {
    background: radial-gradient(circle, #0798d2 0, #164e89 100%);
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tab .tablinks.active p {
    color: #fff;
    transition: all .3s;
    font-weight: 600
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tab .tablinks.active img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(216deg) brightness(106%) contrast(101%);
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent {
    flex: 2;
    height: 100%
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle {
    float: left;
    padding: 0 12px;
    width: 100%;
    border-left: none;
    display: none
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingleYapi {
    float: left;
    padding: 50px 12px;
    width: 100%;
    border-left: none;
    display: none;
    height: 100%
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle h3 {
    font-size: 21px;
    color: #f58220;
    font-weight: 600;
    transition: all .3s;
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle h3 a {
    height: auto
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle h3::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 75px;
    height: 1px;
    background: #afbbcb
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle .bgMenu {
    width: 100%;
    max-height: 350px;
    height: 100%;
    object-fit: cover
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingleIsi .bgMenu {
    object-fit: contain
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle .listImage {
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle .listImage .contentList {
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1;
    overflow: hidden;
    overflow-y: scroll;
    flex-direction: column
}

#scrollMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

#scrollMenu::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

#scrollMenu::-webkit-scrollbar-thumb {
    background-color: #505050
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle .listImage .contentList .single {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-right: 10px;
    padding: 15px;
    background: #fff;
    transition: all .3s;
    height: 50px
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle .listImage .contentList .single p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 400;
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle .listImage .contentList .single img {
    height: 15px;
    transform: rotate(180deg);
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle .listImage .contentList .single:hover {
    background: radial-gradient(circle, #f58255 0, #ff6226 100%);
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle .listImage .contentList .single:hover p {
    color: #fff;
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle .listImage .contentList .single:hover img {
    transform: rotate(0);
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle .listImage .mImage {
    flex: .5;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .tabsContent .tabcontentSingle .listImage .mImage img {
    object-fit: contain;
    width: 90%;
    height: 350px
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts {
    display: flex;
    flex-wrap: wrap
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .leftMenu {
    display: flex;
    flex-direction: column;
    padding: 50px 21px 50px 0;
    flex: 0.7;
    background: #f6f6f6
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .leftMenu h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    color: #f58220;
    margin: 0;
    padding: 0
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .leftMenu h1 {
    margin: 0;
    padding: 0;
    font-size: 41px;
    color: #f58220
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .leftMenu p {
    font-size: 15px;
    margin: 0;
    padding: 20px 0 0 0;
    color: rgba(59, 59, 59, .5)
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .rightMenu {
    flex: 2;
    padding: 52px;
    display: flex;
    flex-wrap: wrap;
    height: fit-content
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .rightMenu .single {
    display: flex;
    flex-direction: column;
    margin-left: 91px;
    justify-content: flex-start;
    height: fit-content
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .rightMenu .single:first-child {
    margin-left: 0
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .rightMenu .single a {
    transition: all .3s;
    color: #5b5b5b;
    font-weight: 400;
    font-size: 16px;
    margin-top: 18px
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .rightMenu .single a:hover {
    opacity: .89;
    transition: all .3s;
    transform: scale(.95);
    color: #1994d3
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .rightMenu .single a h1 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 20px
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .rightMenu .single a img {
    height: 50px;
    margin-right: 10px;
    filter: invert(34%) sepia(0%) saturate(1%) hue-rotate(204deg) brightness(95%) contrast(82%);
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .rightMenu .single a:hover h1 {
    color: #f58220;
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .rightMenu .single a:hover img {
    filter: invert(41%) sepia(78%) saturate(3678%) hue-rotate(177deg) brightness(93%) contrast(101%);
    transition: all .3s
}

#header .hTop .container .hRight ul li.menuDrop .menuDownList .container .allProducts .rightMenu .single .cmt {
    margin-top: 50px
}

#header .hBottom {
    height: 55px;
    position: relative;
    z-index: 9
}

#header .hBottom:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 55px;
    width: 38%;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 9
}

#header .hBottom .container {
    display: flex;
    height: 100%
}

#header .hRight .menu {
    display: flex;
    height: 100%;
    padding-right: 38px;
    position: relative;
    z-index: 999
}

#header .hRight .menu ul:not(.dropdown-menu) {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: center
}

#header .hRight .menu ul:not(.dropdown-menu) li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .hRight .menu ul:not(.dropdown-menu) li:first-child {
    border-left: unset
}

#header .hRight .menu ul:not(.dropdown-menu) li a {
    font-weight: 400;
    font-size: 14px;
    transition: all .5s;
    border-radius: 0;
    padding: 0px 25px;
    width: 100%;
    color: #262626;
    display: flex;
    align-items: center;
    height: 100%
}

#header .hRight .menu ul:not(.dropdown-menu) li:first-child a {
    padding: 0 12px 0 0
}

#header .hRight .menu ul:not(.dropdown-menu) li a::after {
    position: absolute;
    content: '';
    height: 3px;
    right: 0;
    top: -18px;
    left: 0;
    background-color: #f58220;
    transform: scale(0);
    transform-origin: right;
    transition: all ease .5s
}

#header .hRight .menu ul:not(.dropdown-menu) li:hover a::after {
    transform: scale(1);
    z-index: 99
}

#header .hRight .menu ul:not(.dropdown-menu) li a::before {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    height: 3px;
    width: 25px;
    background-color: #f58220;
    z-index: 9;
    opacity: 0;
    transition: all .3s
}

#header .hRight .menu ul:not(.dropdown-menu) li:first-child a::before {
    opacity: 1;
    transition: all .3s
}

#header .hRight .menu ul:not(.dropdown-menu) li:hover a {
    color: #3b3b3b
}

#header .hRight .menu ul:not(.dropdown-menu) li:hover a::before {
    opacity: 1;
    transition: all .3s
}

#header .hRight .menu ul:not(.dropdown-menu) li.activeMenu a::after {
    transform: scale(1);
    z-index: 99;
    background-color: #ff6428
}

#header .hRight .menu ul:not(.dropdown-menu) li a i {
    color: #fff
}

#header .hRight .menu ul:not(.dropdown-menu) li:last-child a {
    border-right: unset
}

#header .hRight .menu ul:not(.dropdown-menu) li:hover a i {
    color: #fff
}

#header .hRight .menu ul:not(.dropdown-menu) li:hover.menuDrop {
    position: unset
}

#header .hRight .menu ul:not(.dropdown-menu) li .menuDownList {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: -111;
    font-size: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 8px 6px 0 rgba(0, 0, 0, .2);
    transition: all .4s;
    opacity: 0
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop .menuDownList:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    background: #f6f6f6;
    z-index: -1
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop:hover .menuDownList {
    display: flex;
    z-index: 99999999;
    opacity: 1;
    top: 59px
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop .menuDownList .container {
    display: flex;
    flex-wrap: wrap
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop .menuDownList .container .mDownLeft {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 100px 70px 50px 0;
    background: #f6f6f6
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop .menuDownList .container .mDownLeft h1 {
    margin: 0;
    padding: 0;
    font-size: 34px;
    font-weight: 300;
    color: #01193a
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop .menuDownList .container .mDownLeft p {
    margin: 20px 0;
    padding: 0;
    line-height: 1.4;
    font-size: 14px;
    color: #a4a4a4
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop .menuDownList .container .mDownRight {
    display: flex;
    flex-wrap: wrap;
    flex: 2;
    margin-left: 20px;
    align-items: center;
    padding: 10px
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop .menuDownList .container .mDownRight .single {
    flex: 1 0 24%;
    margin-right: auto;
    border: 1px solid #e8e8e8;
    padding: 10px;
    transition: all .3s;
    height: auto;
    flex-direction: column;
    height: 200px;
    margin: 10px 10px 0;
    align-items: flex-start;
    width: 100%
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop .menuDownList .container .mDownRight .single:after {
    display: none !important
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop .menuDownList .container .mDownRight .single img {
    height: 118px;
    width: 100%;
    object-fit: contain
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop .menuDownList .container .mDownRight .single h1 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-top: 15px;
    border-top: 1px solid #e8e8e8;
    color: #01193a;
    width: 100%;
    margin-top: 15px;
    font-weight: 500
}

#header .hRight .menu ul:not(.dropdown-menu) li.menuDrop .menuDownList .container .mDownRight .single:hover {
    opacity: .89;
    transform: scale(.89);
    transition: all .3s;
    border: 1px solid #02214d
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 275px;
    background: #f6f6f6;
    z-index: -111;
    font-size: 15px;
    box-shadow: 1px 8px 6px 0 rgba(0, 0, 0, .2);
    transition: all .4s;
    opacity: 0
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu ul {
    flex-direction: column !important
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu li {
    display: block !important;
    border-radius: 0;
    height: 35px;
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu li {
    width: 100%
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu li:after {
    display: none
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu li a:after {
    display: none !important
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu li:before {
    display: none
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu li a {
    padding: 10px 15px;
    background: unset !important;
    color: #262626 !important
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu li a::before {
    display: none;
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu li:hover a {
    background: #e4e4e4 !important
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu li.active .dropdown-menu a::before {
    display: none !important
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu li:hover {
    border-radius: 0 !important;
    background: #f58220 !important;
    color: #fff !important;
    transition: all .3s
}

#header .hRight .menu ul:not(.dropdown-menu) .dropdown-menu li:hover a {
    border-radius: 0 !important;
    background: unset !important;
    transition: all .3s;
    color: #fff !important
}

#header .hRight .menu ul:not(.dropdown-menu) li:hover .dropdown-menu {
    top: 82px;
    left: 0;
    transition: all .4s;
    opacity: 1;
    z-index: 9999999;
    display: block;
    background: #fff;
    border-radius: 20px;
    border: unset;
}

#header .hBottom .container .kSosyal {
    background: rgb(0 0 0 / 70%);
    display: flex;
    padding: 0 30px 0 85px;
    position: relative
}

#header .hBottom .container .kSosyal:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 55px solid transparent;
    border-top: 0 solid transparent;
    border-left: 55px solid #fff
}

#header .hBottom .container .kSosyal:after {
    content: '';
    position: absolute;
    right: -54px;
    top: 0;
    border-bottom: 55px solid transparent;
    border-top: 0 solid transparent;
    border-left: 55px solid rgb(0 0 0 / 70%)
}

#header .hBottom .container .kSosyal .circles {
    display: flex;
    position: absolute;
    top: 0;
    left: 1px
}

#header .hBottom .container .kSosyal .circles .line {
    width: 2px;
    height: 1px;
    background: #ddd;
    margin-left: 2px
}

#header .hBottom .container .kSosyal .socialsH {
    display: flex;
    align-items: center
}

#header .hBottom .container .kSosyal .socialsH p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #dfdfdf
}

#header .hBottom .container .kSosyal .socialsH p b {
    font-weight: 600
}

#header .hBottom .container .kSosyal .socialsH .icons {
    margin: 0 15px;
    padding: 0 15px;
    display: flex;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0
}

#header .hBottom .container .kSosyal .socialsH .icons a {
    display: flex;
    margin-left: 5px
}

#header .hBottom .container .kSosyal .socialsH .icons a:first-child {
    margin-left: 0
}

#header .hBottom .container .kSosyal .socialsH .icons a img {
    height: 20px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(110deg) brightness(108%) contrast(101%);
    transition: all .3s
}

#header .hBottom .container .kSosyal .socialsH .icons a:hover img {
    transition: all .3s;
    filter: invert(46%) sepia(55%) saturate(5389%) hue-rotate(177deg) brightness(92%) contrast(101%)
}

#header .hBottom .container .sPayment {
    display: flex;
    align-items: center;
    transition: all .3s
}

#header .hBottom .container .sPayment img {
    height: 20px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(110deg) brightness(108%) contrast(101%);
    transition: all .3s;
    margin: 0 11px 0 0
}

#header .hBottom .container .sPayment:hover img {
    filter: invert(46%) sepia(55%) saturate(5389%) hue-rotate(177deg) brightness(92%) contrast(101%);
    transition: all .3s
}

#header .hBottom .container .sPayment:hover p {
    color: #fff;
    transition: all .3s
}

#header .hBottom .container .sPayment p {
    transition: all .3s;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #dfdfdf;
    border-right: 1px solid #686e75;
    padding-right: 10px;
    margin-right: 15px
}

#header .hBottom .container .sPayment p b {
    font-weight: 600
}

#header .hBottom .container .whatsap {
    display: flex;
    align-items: center;
    transition: all .3s
}

#header .hBottom .container .whatsap img {
    height: 25px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(110deg) brightness(108%) contrast(101%);
    transition: all .3s
}

#header .hBottom .container .whatsap:hover img {
    filter: invert(65%) sepia(90%) saturate(439%) hue-rotate(67deg) brightness(87%) contrast(85%);
    transition: all .3s
}

#mFull {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background: #f58220;
    overflow-x: hidden;
    transition: 0.5s;
}

#mFull a {
    color: rgb(255 255 255 / 71%);
}

#mFull a:hover {
    color: #474747;
}

#mFull .container {
    height: 100%;
    display: grid;
    grid-template-rows: 130px 1fr 70px;
}

#mFull .headerbackground {
    position: relative;
}

#mFull .headerbackground:after {
    content: "";
    position: absolute;
    left: -100%;
    height: 150px;
    width: 200%;
    /* background: #f9f9f9; */
    z-index: -1;
}

#mFull .container .header {
    display: flex;
    /* background: #f9f9f9; */
    align-items: center;
    border-bottom: 1px solid rgb(221 221 221 / 22%);
}

#mFull .container .header .headerLeft {
    flex: 1;
}

#mFull .container .header .headerLeft {
    display: flex;
    align-items: center;
    flex: 1;
}

#mFull .container .header .headerRight {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

#mFull .container .header .headerRight .customerService {
    display: flex;
    align-items: center;
    transition: all .3s;
    margin-right: 25px;
}

#mFull .container .header .headerRight .customerService .t {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 22px;
}

#mFull .container .header .headerRight .customerService .bottomHContact {
    display: flex;
    align-items: center;
    margin-top: 13px;
}

#mFull .container .header .headerRight .customerService:hover {
    opacity: 0.8;
    transition: all .3s;
}

#mFull .container .header .headerRight .customerService p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#mFull .container .header .headerRight .customerService img {
    height: 21px;
    object-fit: contain;
    margin: 0 10px 0 0;
    filter: contrast(7);
}

#mFull .container .header .headerRight .customerService span {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
}

#mFull .container .header .headerRight .closebtn {
    font-size: 38px;
    color: #ffffff;
    text-align: right;
    width: 70px;
    height: 70px;
    background: #474747;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mFull .container .headerMobil {
    display: none;
    background: #f9f9f9;
    align-items: center;
}

#mFull .container .headerMobil .headerLeft {
    flex: 1;
    display: flex;
    margin-top: 15px;
}

#mFull .container .headerMobil .headerLeft .hursanLogoMobil {
    flex: 1;
    padding: 10px 10px 10px 0;
    height: 51px;
}

#mFull .container .headerMobil .headerLeft .hursanLogoMobil img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#mFull .container .headerMobil .headerLeft .ewoqMobil {
    border-left: 1px solid #c1c1c1;
    /* padding: 0 70px; */
    flex: 1;
    height: 45px;
}

#mFull .container .headerMobil .headerLeft .ewoqMobil img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px 0 10px 10px;
}

#mFull .container .headerMobil .headerRight {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#mFull .container .headerMobil .headerRight .mobilPhone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 28px;
}

#mFull .container .headerMobil .headerRight .mobilPhone p {
    font-weight: 700;
    margin-left: 10px;
}

#mFull .container .headerMobil .headerRight .closebtn {
    font-size: 38px;
    color: #ffffff;
    text-align: right;
    width: 70px;
    height: 70px;
    background: #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mFull .container .content {
    display: flex;
    align-items: flex-start;
    margin-top: 0px;
    color: rgb(255 255 255 / 71%);
}

#mFull .container .content .mobilLeftMenu {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#mFull .container .content .mobilLeftMenu #accordion {
    display: flex;
    flex-direction: column;
    /* max-width:40%; */
    /* margin:5rem auto; */
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion {
    display: flex;
    flex-direction: column;
    margin-bottom: .4rem;
    /* box-shadow:0 0 .2em .1em rgba(0,0,0,0.1); */
    border-radius: .2rem;
    overflow: hidden;
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header {
    /* background-color: #edf4f7; */
    width: 100%;
    margin: 0;
    padding: 10px 0px 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 1px solid rgb(221 221 221 / 22%);
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header h1 {
    font-weight: 500;
    margin: 0;
    font-size: 19px;
    display: inline;
    color: #ffffff;
    transition: all .3s;
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header i {
    color: #ffffff;
    font-size: 14px;
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header__title {
    padding: 1rem 1.5rem;
    text-transform: capitalize;
    color: #fff
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header__caret {
    padding: 1rem 1.5rem;
    margin-left: auto;
    border-left: 1px solid;
    position: relative
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header__caret::before {
    content: "+";
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-text {
    margin: 0 auto;
    padding: 0 0 0 10px;
    min-width: 95%;
    max-width: 95%;
    /* border-width:2px; */
    /* background-color:#fafafad4; */
    /* border-color: #005f5b; */
    /* border-style:solid; */
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    display: flex;
    flex-direction: column;
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-text a {
    margin-top: 10px;
    /* padding: 5px 0; */
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-weight: 500;
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-text a:hover {
    color: #565656;
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion[data-opened="true"] .accordion-header__caret::before {
    content: "-"
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion[data-opened="true"] .accordion-header h1 {
    transition: all .3s;
    color: #fff;
}

#mFull .container .content .mobilLeftMenu #accordion .single-accordion[data-opened="true"] .accordion-header i {
    transform: rotate(180deg) !important;
    transition: all .3s;
    color: #fff;
}

#mFull .container .content .mobilLeftMenu .mobilMenu {
    padding: 30px 0;
}

#mFull .container .content .mobilLeftMenu .mobilMenu ul {
    display: flex;
    /* height:100%; */
    align-items: center;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: space-between;
    margin-top: 16px;
}

#mFull .container .content .mobilLeftMenu .mobilMenu ul li {
    position: relative;
    /* height: 100%; */
    display: flex;
    align-items: center;
    background: linear-gradient(304deg, rgb(87 87 87) 23%, rgb(75 75 75) 75%);
    width: 100%;
    justify-content: space-between;
    /* height: 100px; */
    margin: 0 10px;
    padding: 10px;
    flex:1
}

#mFull .container .content .mobilLeftMenu .mobilMenu ul li:first-child {
    background: linear-gradient(304deg, rgb(87 87 87) 23%, rgb(75 75 75) 75%);
    margin-left: 0;
    flex:2
}

#mFull .container .content .mobilLeftMenu .mobilMenu ul li:last-child {
    background: linear-gradient(304deg, rgb(87 87 87) 23%, rgb(75 75 75) 75%);
    margin-right: 0;
}

#mFull .container .content .mobilLeftMenu .mobilMenu ul li:first-child::after {
    display: none;
}

#mFull .container .content .mobilLeftMenu .mobilMenu ul li:last-child::after {
    display: none;
}

#mFull .container .content .mobilLeftMenu .mobilMenu ul li a {
    font-weight: 500;
    font-size: 13px;
    transition: all .5s;
    border-radius: 0;
    padding: 0px 0px 0 0;
    width: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    /* background: #fff; */
    height: 100%;
}

#mFull .container .content .mobilLeftMenu .mobilMenu ul li a::after {
    position: absolute;
    content: '';
    height: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform: scale(0);
    transform-origin: center;
    transition: all ease .5s;
}

#mFull .container .content .mobilLeftMenu .mobilMenu ul li:hover a::after {
    transform: scale(1);
}

#mFull .container .content .mobilLeftMenu .mobilMenu ul li a i {
    color: #ffffff;
}

#mFull .container .content .mobilLeftMenu .mobilMenu ul li:hover a i {
    color: #fff;
}

#mFull .container .content .mobilLeftMenu .mobilContact {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

#mFull .container .content .mobilLeftMenu .mobilContact .leftMob {
    margin-right: 10px;
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

#mFull .container .content .mobilLeftMenu .mobilContact .rightMob {
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

#mFull .container .content .mobilLeftMenu .sales .single {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: linear-gradient(304deg, rgb(87 87 87) 23%, rgb(75 75 75) 75%);
    height: 40px;
    margin-bottom: 7px;
    border-radius: 0;
    transition: all .3s;
    margin-top: 11px;
}

#mFull .container .content .mobilLeftMenu .sales .single:hover {
    opacity: .89;
    transform: scale(.89);
    transition: all .3s;
}

#mFull .container .content .mobilLeftMenu .sales .single:hover i {
    color: #fff
}

#mFull .container .content .mobilLeftMenu .sales .single .image {
    width: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(304deg, rgb(87 87 87) 23%, rgb(75 75 75) 75%);
    height: 100%;
}

#mFull .container .content .mobilLeftMenu .sales .single .image img {
    height: 20px;
    object-fit: contain;
}

#mFull .container .content .mobilLeftMenu .sales .single .image .triangle {
    transition: all .3s;
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    z-index: 9;
    border-top: 20px solid transparent;
    border-left: 20px solid #575757;
    border-bottom: 20px solid transparent;
}

#mFull .container .content .mobilLeftMenu .sales .single p {
    margin-left: 30px;
    color: rgb(255 255 255);
    font-size: 14px;
    margin-bottom: 0
}

#mFull .container .content .mobilMidMenu {
    flex: 1;
    height: 100%;
    display: flex;
    /* align-items: center; */
    /* margin: 0 75px; */
    flex-direction: column;
    margin-left: 51px;
    padding: 0px 0;
    border-left: 1px solid rgb(221 221 221 / 22%);
    padding-left: 50px;
    /* background: #ddd; */
}

#mFull .container .content .mobilMidMenu .title h1 {
    margin: 0;
    padding: 30px 0 16px;
    border-bottom: 1px solid rgb(221 221 221 / 22%);
    font-size: 17px;
    color: #ffffff;
}

#mFull .container .content .mobilMidMenu .content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 36px;
}

#mFull .container .content .mobilMidMenu .content .single {
    flex: 1 0 26%;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition: all .2s;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#mFull .container .content .mobilMidMenu .content .single:hover {
    transition: all .2s;
    transform: scale(.8);
}

#mFull .container .content .mobilMidMenu .content .single:nth-child(4n) {
    margin-right: 0;
}

#mFull .container .content .mobilMidMenu .content .single img {
    height: 180px;
    width: 100%;
    object-fit: contain;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff;
}

#mFull .container .content .mobilMidMenu .content .single h1 {
    font-size: 12px;
    padding: 15px 15px 15px 15px;
    margin: -4px 0 0 0;
    background: linear-gradient(304deg, rgb(87 87 87) 23%, rgb(75 75 75) 75%);
    font-weight: 500;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: inset 0px 4px 10px 0px rgb(0 0 0 / 19%);
    color: #ffffff;
    font-weight: 500;
}

#mFull .container .content .mobilMidMenu .content .single:nth-child(4n) {
    margin-right: 10px;
}

#mFull .container .content .mobilRightMenu {
    flex: 1;
}

#mFull .container .content .mobilContact .single h1 {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgb(221 221 221 / 22%);
    font-size: 15px;
    color: #ffffff;
}

#mFull .container .content .mobilContact .single p {
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
}

#mFull .container .footerNav {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid rgb(221 221 221 / 22%);
}

#mFull .container .footerNav .footerNav-social {
    display: flex
}

.footerNav-social img {
    width: 65px;
    height: auto;
    object-fit: contain;
}

#mFull .container .footerNav .footerNav-social span {
    color: rgb(255 255 255 / 60%);
    font-weight: 500;
    font-size: 14px;
}

#mFull .container .footerNav .footerNav-social a {
    margin-left: 5px
}

#mFull .container .footerNav .footerNav-social a:first-child {
    margin-left: 0
}



#mFull .container .footerNav .footerNav-inviva {
    display: flex
}

#mFull .container .footerNav .footerNav-inviva img {
    width: 62px;
    height: 16px
}

#mFull .container .footerNav .social {
    display: flex;
    height: 65px;
    /* border-bottom: 1px solid #323b5e; */
    padding: 15px 0;
    align-items: center;
    justify-content: center;
}

#mFull .container .footerNav .social h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#mFull .container .footerNav .social .socialList {
    display: flex;
}

#mFull .container .footerNav .social .single {
    display: flex;
    padding: 0px 10px;
    color: rgb(255 255 255 / 60%);
    align-items: center;
}

#mFull .container .footerNav .social .single i {
    /* color: #6c6c6c; */
    font-size: 14px;
}

#mFull .container .footerNav .social .single p {
    /* color: #000; */
    font-size: 12px;
    padding: 0;
    margin: 0;
    margin-left: 5px;
}

#mFull .container .footerNav .face {
    color: #395b9f;
    font-size: 40px;
    margin-right: 5px;
}

#mFull .container .footerNav .twitter {
    color: #2ca7df;
    font-size: 40px;
    margin-right: 5px;
}

#mFull .container .footerNav .insta {
    width: 35px;
    height: 35px;
    background: #527ea2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

#mFull .container .footerNav .insta i {
    font-size: 20px;
    color: #fff;
}

#video-bg {
    position: relative;
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

#video-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/home/strip1.png');
    background-color: rgb(36 40 65 / 50%);
}

#video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.80);
}

#video-bg .video-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 995px;
    background-color: #f9f7f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#video-bg .video-box .video-scroll {
    text-decoration: none;
    display: none;
    width: 80px;
    min-height: 130px;
    display: inline-flex;
}

#video-bg .video-box .video-scroll span {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: auto;
}

#video-bg .video-box .video-trigger {
    color: #fff;
    position: relative;
    z-index: 2;
    margin: auto;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    display: flex;
    align-items: center;
    text-decoration: none;
}

#video-bg .video-box .video-trigger i {
    color: #f58220;
    min-height: 45px;
    min-width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background-color: #fff;
    margin-left: 20px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

#video-bg .video-box>.video-link {
    position: relative;
    width: 100%;
    max-width: 335px;
    min-height: 130px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#video-bg .video-box>.video-link:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f58220;
    z-index: 2;
}

#video-bg .video-box .video-phones {
    width: 100%;
    max-width: 325px;
    padding: 40px 35px;
    border-right: 1px solid #a7a9ac14
}

#video-bg .video-box .video-email {
    width: 100%;
    max-width: 325px;
    padding: 40px 35px;
}


#video-bg .video-box .video-phones .video-title {
    color: #9e9e9e;
    font-size: 11px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

#video-bg .video-box .video-phones .video-link {
    color: #f58220;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

#video-bg .video-box .video-email .video-title {
    color: #9e9e9e;
    font-size: 11px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

#video-bg .video-box .video-email .video-link {
    color: #f58220;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

#video-bg .social-box {
    position: absolute;
    bottom: 150px;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100px;
    justify-content: end;
    padding-left: 15px;
}

#video-bg .social-box a {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

/* Footer */
#footer {
    width: 100%;
    background: #24282e;
    overflow: hidden;
    padding: 0
}

#footer .container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#footer .container .fTop {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3d424a;
    font-family: 'Montserrat', sans-serif;
}

#footer .container .fTop .fLeft {
    display: flex;
}

#footer .container .fTop .fLeft .single {
    display: flex;
    align-items: center;
    font-weight: 600;
}

#footer .container .fTop .fLeft .single img {
    margin-right: 10px;
}

#footer .container .fTop .fLeft .single p {
    color: #fff;
    margin: 0;
    padding: 0;
}

#footer .container .fTop .fLeft .fPhone {
    margin-left: 35px;
}

#footer .container .fTop .fLeft .fSocials {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

#footer .container .fTop .fLeft .fSocials a {
    padding: 4px 10px;
    border-left: 1px solid #4a4f58;
}

#footer .container .fTop .fLeft .fSocials a i {
    color: #848c9a;
    font-size: 20px;
}

#footer .container .fTop .fLeft .fSocials a:first-child {
    border-left: unset;
}

#footer .container .fTop .fRight {
    position: relative;
}

#footer .fBayi i {
    color: #848c9a;
    font-size: 22px;
    margin-right: 10px;
}

#footer .fPhone i {
    color: #848c9a;
    font-size: 22px;
    margin-right: 10px;
    transform: rotate(95deg);
}

#footer .container .fTop .fRight img {
    position: absolute;
    right: 0;
    top: -57px;
}

#footer .container .fContent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0 110px 0;
}

#footer .container .fContent .fMenu {
    display: flex;
    flex: 3;
    flex-wrap: wrap;
}

#footer .container .fContent .fMenu .single {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 55px;
}

#footer .container .fContent .fMenu .single h1 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

#footer .container .fContent .fMenu .single a {
    color: rgb(161 170 186 / 78%);
    font-size: 15px;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-weight: 300;
}

#footer .container .fContent .fMenu .single .two-h1 {
    margin-top: 30px;
}

#footer .container .fContent .fMenu #accordionF {
    display: none;
    flex-direction: column;
    /* max-width:40%; */
    margin: .5rem 0;
    width: 100%;
}

#footer .container .fContent .fMenu #accordionF .single-accordion {
    display: flex;
    flex-direction: column;
    margin: .4rem 0;
    /* box-shadow:0 0 .2em .1em rgba(0,0,0,0.1); */
    border-radius: .2rem;
    overflow: hidden;
    width: 100%;
    color: #8895aa;
}

#footer .container .fContent .fMenu #accordionF .single-accordion .accordion-header {
    /* background-color: #edf4f7; */
    width: 100%;
    margin: 0;
    padding: 4px 0;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 1px solid #a1aaba;
}

#footer .container .fContent .fMenu #accordionF .single-accordion .accordion-header h1 {
    font-weight: 500;
    margin: 0;
    font-size: 11px;
    display: inline;
    color: #ffffff;
}

#footer .container .fContent .fMenu #accordionF .single-accordion .accordion-header i {
    transform: rotate(0deg) !important;
    transition: all .3s;
    color: #a1aaba;
    font-size: 14px;
}

#footer .container .fContent .fMenu #accordionF .single-accordion .accordion-header__title {
    padding: 1rem 1.5rem;
    text-transform: capitalize;
    color: #fff
}

#footer .container .fContent .fMenu #accordionF .single-accordion .accordion-header__caret {
    padding: 1rem 1.5rem;
    margin-left: auto;
    border-left: 1px solid;
    position: relative
}

#footer .container .fContent .fMenu #accordionF .single-accordion .accordion-header__caret::before {
    content: "+";
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%
}

#footer .container .fContent .fMenu #accordionF .single-accordion .accordion-text {
    margin: 0 auto;
    padding: 0 0 0 00px;
    min-width: 95%;
    max-width: 95%;
    display: flex;
    flex-direction: column;
}

#footer .container .fContent .fMenu #accordionF .single-accordion .accordion-text a {
    margin-top: 8px;
    /* padding: 5px 0; */
    font-size: 12px;
    color: #a1aaba;
}

#footer .container .fContent .fMenu #accordionF .single-accordion[data-opened="true"] .accordion-header__caret::before {
    content: "-"
}

#footer .container .fContent .fMenu #accordionF .single-accordion[data-opened="true"] .accordion-header i {
    transform: rotate(180deg) !important;
    transition: all .3s;
    color: #fff;
}

#footer .container .fContent .fContact {
    display: flex;
    flex: 2;
    flex-direction: column;
    align-items: end;
}

#footer .container .fContent .fContact .logo {
    max-width: 100%;
    gap:10px;
}

#footer .container .fContent .fContact .logo img {
    width: 150px;
    object-position: center;
    object-fit: contain;
}

#footer .container .fContent .fContact p {
    font-size: 13px;
    color: #a1aaba;
    text-align: end;
    padding: 0;
    margin: 0;
    padding: 30px 0 20px 0;
}

#footer .container .fContent .fContact .ugrlogo {
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: rgb(161 170 186 / 72%);
}

.fgpage-title .container {
    text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .tp-about-ptb {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

.tp-about-icon {
    right: 100px;
    top: 60px;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-icon {
        top: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-icon {
        right: 20px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .tp-about-icon {
        position: static;
        margin-bottom: 20px;
    }
}

.tp-about-icon-space {
    border-radius: 50%;
    padding: 10px;
    background-color: var(--tp-common-white);
    box-shadow: 0 20px 30px 0 rgba(3, 4, 28, 0.1);
}

.tp-about-icon-space.home-7 {
    background-color: #2C302E;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-thumb {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-thumb {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .tp-about-thumb {
        margin-bottom: 20px;
    }
}

.tp-about-thumb img {
    border-radius: 10px;
}

.tp-about-thumb-2 {
    bottom: 40px;
    right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-thumb-2 {
        right: 20px;
        bottom: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-thumb-2 {
        right: 30px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .tp-about-thumb-2 {
        position: static;
    }
}

.tp-about-thumb-2 img {
    border-radius: 10px;
}

.tp-about-thumb-3 {
    bottom: -75px;
    right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-thumb-3 {
        right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-thumb-3 {
        bottom: 50px;
    }
}

@media (max-width: 767px) {
    .tp-about-thumb-3 {
        position: static;
    }
}

.tp-about-thumb-3 img {
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-heading p br {
        display: none;
    }
}

.tp-about-heading p.white {
    color: rgba(255, 255, 255, 0.6) !important;
}

.tp-about-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tp-about-shape-2 {
    position: absolute;
    bottom: 100px;
    right: -80px;
}

.tp-about-list {
    margin-top: 30px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-list {
        margin-bottom: 35px;
    }
}

.tp-about-list ul {
    display: block;
}

.tp-about-list ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--tp-common-black);
}

.tp-about-list ul li span {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    background-color: var(--tp-theme-secondary);
    box-shadow: 0px 1px 2px rgba(197, 188, 237, 0.6);
}

.tp-about-list.chose {
    margin-bottom: 50px;
}

.tp-about-list.chose ul li span {
    background-color: var(--tp-theme-primary);
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .tp-about-btn-box {
        flex-wrap: wrap;
    }
}

.tp-about-video-btn-box {
    margin-bottom: 20px;
}

.tp-about-video-btn-box .tp-hero-btn-video {
    margin: 0;
}

.tp-about-video-btn-box .tp-hero-btn-video span {
    background-color: #EBF3ED;
    line-height: 67px;
}

.tp-about-video-btn-box .tp-hero-btn-video span svg {
    display: inline-block;
    transform: translateX(2px);
}

.tp-about-video-btn-box .tp-hero-btn-video span:hover {
    background-color: var(--tp-theme-primary);
}

.tp-about-video-btn-text span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: var(--tp-heading-primary);
}

.tp-about-progress {
    width: 100%;
    height: 6px;
    overflow: visible;
    border-radius: 20px;
    margin-bottom: 14px;
    background: #EBF3ED;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-progress-wrapper {
        margin-bottom: 30px;
    }
}

.tp-about-progress-title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.256px;
    margin-bottom: 10px;
    color: var(--tp-heading-primary);
}

.tp-about-progress .progress-bar {
    background-color: var(--tp-theme-secondary);
    border-radius: 100px;
    position: relative;
    overflow: visible;
    height: 100%;
}

.tp-about-progress .progress-bar span {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-36%);
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 2px 0 rgba(1, 15, 28, 0.12);
    background: var(--tp-common-white);
    border: 2.5px solid var(--tp-theme-secondary);
    border-radius: 0 20px 20px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: var(--tp-heading-primary);
}

.tp-about-progress-purple .progress-bar {
    background-color: var(--tp-theme-secondary);
}

.tp-about-progress-purple .progress-bar span {
    border: 2.5px solid var(--tp-theme-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-breadcrumb-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .tp-about-breadcrumb-ptb {
        padding-top: 0;
        padding-bottom: 80px;
    }
}

#about-us {
    padding: 100px 0;
}

.tp-section-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -2.4px;
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
}

@media (max-width: 767px) {
    .tp-section-title br {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-section-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .tp-section-title {
        font-size: 35px;
    }
}

.tp-section-title-pre {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--tp-ff-heading);
    color: var(--tp-theme-primary);
}

.tp-section-title-pre.orange {
    color: var(--tp-theme-secondary);
}

.tp-btn {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    padding: 18px 40px 18px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    background-color: var(--tp-theme-primary);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.tp-btn.orange {
    background-color: var(--tp-theme-secondary);
}

.tp-btn.orange:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}

.tp-btn.btn-2 {
    background-color: var(--tp-theme-secondary);
}

.tp-btn.btn-2:hover {
    background-color: var(--tp-theme-primary);
}

.tp-btn:hover {
    background-color: var(--tp-theme-secondary);
    color: var(--tp-common-white);
}

.tp-btn:focus {
    color: var(--tp-common-white);
}

.btn-text-flip {
    perspective: 1000px;
}

.btn-text-flip span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}

.btn-text-flip span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    transition: color 0.5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
    color: var(--tp-common-white);
}

.btn-text-flip:hover span {
    transform: rotateX(90deg) translateY(-12px);
}

#references {
    padding: 100px 0;
    background-color: #f9f7f6;
    text-align: center;
    overflow: hidden;
}

#references .reference-title {
    display: inline-block;
    color: #9e9e9e;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px
}

#references .tp-section-title {
    font-size: 50px;
    color: #333;
    font-weight: 700;
}

#references .swiper-slide img {
    width: 230px;
    max-width: 100%;
}

#references .swiper-pagination {
    bottom: -30px;
    left: 0;
    right: 0;
}

#references .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--tp-theme-primary);
}

#products {
    padding: 140px 0;
    position: relative;
    background-color: #fff;
}

#products .bg-products {
    position: absolute;
    top: 270px;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: .07;
    z-index: 1;
    object-fit: contain;
}

#products:before {
    content: "";
    display: block;
    width: 100%;
    height: 65%;
    background: #f9f7f6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#products .container {
    position: relative;
    z-index: 2;
}

#products .heading__pre-title {
    display: inline-block;
    color: #9e9e9e;
    font-weight: 700;
    margin-bottom: 10px;
}

#products .heading p {
    color: #777;
}

#products .button {
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 40px;
    border-radius: 50px;
    min-width: 160px;
    letter-spacing: .050em;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid var(--tp-theme-primary)
}

#products .button:hover {
    color: #fff;
    background-color: var(--tp-theme-primary);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

#blogs .button {
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 40px;
    border-radius: 50px;
    min-width: 160px;
    letter-spacing: .050em;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid var(--tp-theme-primary)
}

#blogs .button:hover {
    color: #fff;
    background-color: var(--tp-theme-primary);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

#products .causes-item--primary .causes-item__img::before {
    content: "";
    display: block;
    padding-top: 76.47059%;
}

#products .slider__next,
#products .slider__prev {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #a7a9ac;
    height: 45px;
    border: 2px solid var(--tp-theme-primary);
    width: 45px;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#products .slider__next:hover,
#products .slider__prev:hover {
    background: var(--tp-theme-primary);
    color: #fff;
}

#products .causes-holder {
    padding-left: calc((100% - 1200px) / 2);
    overflow: hidden;
    background: #f9f8f6;
    position: relative;
}

#products .causes-holder__wrapper {
    width: 100%;
    max-width: 1200px;
}

#products .causes-item {
    margin-bottom: 50px;
    margin-right: 50px;
    z-index: 99;
    position: relative;
    margin-top: 200px;
}

#products .causes-item--primary .causes-item__body {
    padding: 45px 15px 46px 15px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    z-index: 999;
    border-radius: 15px;
}

#products .causes-item--primary .causes-item__lower,
.causes-item--primary .causes-item__top {
    padding: 0 15px;
}

#products .causes-item__title {
    margin-bottom: 20px;
}

#products .causes-item__title a {
    color: #333;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#products .causes-item__img {
    position: relative;
    margin-top: 45px;
}

#products .img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top center;
    object-position: top center;
    z-index: 1;
}

#products .causes-item--primary .causes-item__button {
    margin: 32px 0 0 30px;
}

#products .causes-holder:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 270px;
    background: #fff;
}

#blogs {
    padding: 100px 0;
    text-align: center;
    /* background-color: #f9f7f6; */
    overflow: hidden;
}

#blogs .blog-item {
    margin-bottom: 30px;
}

#blogs .blog-item__img {
    /* margin-bottom: 20px; */
}

#blogs .blog-item__img img {
    height: 270px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#blogs .blog-item__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

#blogs .blog-item__excerpt {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

#blogs .blog-item__title a {
    color: #333;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#blogs .blog-item__content {
    position: relative;
    padding: 35px 15px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: left;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#blogs .blog-item__date span {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px
}

.fgsingle-product .fgproduct-content .fgproduct-details .table {
    width: 100% !important;
    margin-top: 20px
}

.fglangdropdown {
    position: relative
}

.fglangdropdown img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.fglangbutton {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 10px;
    border: 1px solid transparent;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    color: #fff;
    touch-action: manipulation;
    height: 100%
}

.fglangbutton:hover,
.fglangbutton:focus {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    border-color: transparent
}

.fglangdropdown-toggle {
    position: relative
}

.fglangdropdown-menu {
    display: none;
    position: absolute;
    top: 90px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    max-width: 240px;
    min-width: 120px;
    z-index: 9999
}

.fglangdropdown-menu a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #000
}

.fglangdropdown-menu img {
    margin-right: 5px
}

.fglangdropdown-menu>* {
    padding: .5rem 1rem;
    display: block;
    font-size: 16px;
    color: #333;
    text-decoration: none
}

.fglangdropdown-menu> :hover,
.fglangdropdown-menu> :focus {
    background-color: rgba(0, 0, 0, 0.05)
}

.fglangdropdown-on>.fglangdropdown-menu {
    display: block
}

.triangle-down1 {
    position: relative;
    top: -2px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: .2em solid #fff;
    border-top: .2em solid #fff;
    transform: rotate(135deg);
    margin-left: 5px
}

.contact__input.hfg40 {
    height: 40px;
}

@media (max-width:992px) {
    .fglangdropdown-menu {
        right: auto;
        left: 0
    }
}

/* .fgpage-title{filter:grayscale(.80)} */
.fgabout {
    overflow-x: hidden !important;
}

.fgsingle-product .icons .icon {
    text-align: center;
}

.fgsingle-product .icons p {
    font-size: 9px;
    margin: 10px 0
}

/* CSS */
.button-36 {
    background-image: linear-gradient(45deg, #267fc5 9.16%, #3F51B5 43.89%);
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    height: 4rem;
    padding: 0 45px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    flex: 1
}

.button-36.whatsap {
    background-image: linear-gradient(45deg, #128c7e 9.16%, #25d366 43.89%);
}

.button-36:hover {
    box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
    transition-duration: .1s;
}

.button-36.whatsap:hover {
    box-shadow: rgba(37, 211, 102, .5) 0 1px 30px;
}

.fgsingle-product .katalogbtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: linear-gradient(304deg, rgb(245 130 32) 23%, rgb(245 129 31) 75%);
    height: 50px;
    margin-bottom: 7px;
    border-radius: 0;
    transition: all .3s;
    margin-top: 11px;
    border-radius: 8px;
}

.fgsingle-product .katalogbtn:hover {
    opacity: .89;
    transform: scale(.89);
    transition: all .3s;
}

.fgsingle-product .katalogbtn:hover i {
    color: #fff
}

.fgsingle-product .katalogbtn .image {
    width: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(304deg, rgb(245 130 32) 23%, rgb(245 129 31) 75%);
    height: 100%;
}

.fgsingle-product .katalogbtn .image i {
    color: #fff;
}

.fgsingle-product .katalogbtn .image .triangle {
    transition: all .3s;
    content: "";
    position: absolute;
    bottom: 5px;
    right: -20px;
    z-index: 9;
    border-top: 20px solid transparent;
    border-left: 20px solid #e17a22;
    border-bottom: 20px solid transparent;
}

.fgsingle-product .katalogbtn p {
    margin-left: 30px;
    color: rgb(255 255 255);
    font-size: 14px;
    margin-bottom: 0
}
.product-fg-seventeen .single-product .productCap{text-align: left;}
.product-fg-seventeen .single-product .productImg .sticky.stickyStye{top:12px}
.product-fg-seventeen .single-product .productImg img {object-position: bottom;}
.product-fg-seventeen .single-product .productCap h5{min-height: 43px;}
#footer .container .fTop .fLeft .fSocials a:hover i{color:#f58220}
#footer .container .fTop .fLeft .single:hover p{color:#f58220}
#footer .container .fContent .fMenu .single a:hover{color: #f58220;}
.product-fg-seventeen .single-product .ratting{display: none;}
#footer .fContact .logo a{display: flex;align-items:center;height:100%;width: 100%;}
#footer .container .fTop{padding-right:0!important}
.gnclogo img{max-width:100%}
/* Responsive CSS GeÃ§iÅŸ */
@media screen and (max-width: 1600px) {
    #header .hRight .menu ul:not(.dropdown-menu) li a {
        padding: 0 18px !important
    }
}

@media screen and (max-width: 1480px) {
    .product-fg-seventeen .single-product .productImg img{height:280px!important;}
    #mFull .container {
        grid-template-rows: 100px 1fr 70px
    }
    #mFull .container .header .headerRight .closebtn {
        width: 50px;
        height: 50px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single {
        height: 35px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image .triangle {
        border-top: 18px solid transparent;
        border-left: 20px solid #575757;
        border-bottom: 18px solid transparent;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image img {
        height: 17px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single p {
        font-size: 13px;
    }

    #footer .container .faviconF {
        height: 225px;
        top: -25px;
    }

    #footer .container .fTop {
        padding: 35px 125px 35px 0;
    }

    #footer .container .fTop .socials .social {
        padding: 8px 0;
    }

    #footer .container .fTop .socials .social p {
        font-size: 12px;
    }

    #footer .container .fTop .socials .social .icons {
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
    }

    #footer .container .fTop .socials .social .icons a img {
        height: 18px;
    }

    #footer .container .fTop .socials .whatsap img {
        height: 22px;
    }

    #footer .container .fTop .socials .whatsap p {
        font-size: 12px;
        padding-left: 10px;
        margin-left: 10px;
    }

    #footer .container .fTop .fTopRight .phone .text p {
        font-size: 12px;
    }

    #footer .container .fTop .fTopRight .phone .text h1 {
        font-size: 17px;
    }

    #footer .container .fTop .fTopRight .phone img {
        height: 30px;
    }

    #footer .container .fTop .fTopRight .logo img {
        height: 30px;
    }

    #footer .container .fBottom {
        padding: 35px 125px 70px 0;
    }

    #footer .container .fBottom .fLeft .single a {
        font-size: 13px;
    }

    #footer .container .fBottom .fLeft .single a h1 {
        font-size: 14px;
    }

    #footer .container .fBottom .fRight .copyRight h1 {
        font-size: 12px;
    }

    #footer .container .fBottom .fRight .copyRight p {
        font-size: 12px;
    }

    #footer .container .fBottom .fRight .adress {
        margin-top: 20px;
    }

    #footer .container .fBottom .fRight .adress p {
        font-size: 12px;
    }

    #inviva .container a {
        font-size: 11px;
    }

    .fgsingle-product .fgproduct-content .fgproduct-price {
        display: flex;
    }
}
@media (max-width: 1600px) and (max-height:800px) {
    #header .hRight .menu ul:not(.dropdown-menu) li a {
        padding: 0 15px !important
    }

    #header .container {
        max-width: 90%;
    }

    .product-fg-seventeen .single-product .productImg img {
        height: 270px !important;
    }
}

@media screen and (max-width: 1500px) {
    .button-36 {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1200px) {
    #header .hRight .menu ul:not(.dropdown-menu) li a {
        padding: 0 10px;
        font-size: 13px
    }

    #mFull .container .header .headerRight .customerService p {
        font-size: 14px;
    }

    #mFull .container .header .headerRight .customerService img {
        margin: 0 10px;
        width: 20px;
    }

    #mFull .container .header .headerRight .customerService span {
        font-size: 14px;
    }

    #mFull .container .content .mobilMidMenu .content .single {
        flex: 1 0 45%;
    }

    #mFull .container .content .mobilMidMenu .content .single img {
        height: 88px;
    }

    #mFull .container .content .mobilMidMenu .content .single h1 {
        padding: 10px;
        font-size: 14px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single {
        height: 35px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image .triangle {
        border-top: 18px solid transparent;
        border-left: 20px solid #575757;
        border-bottom: 18px solid transparent;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image img {
        height: 17px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single p {
        font-size: 12px;
    }

    #footer .container .faviconF {
        height: 165px;
        top: -25px;
    }

    #footer .container .fTop {
        padding: 25px 109px 30px 0;
    }

    #footer .container .fTop .socials .social {
        padding: 8px 0;
    }

    #footer .container .fTop .socials .social p {
        font-size: 11px;
    }

    #footer .container .fTop .socials .social .icons {
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
    }

    #footer .container .fTop .socials .social .icons a img {
        height: 18px;
    }

    #footer .container .fTop .socials .whatsap img {
        height: 22px;
    }

    #footer .container .fTop .socials .whatsap p {
        font-size: 11px;
        padding-left: 10px;
        margin-left: 10px;
    }

    #footer .container .fTop .fTopRight .phone .text p {
        font-size: 11px;
    }

    #footer .container .fTop .fTopRight .phone .text h1 {
        font-size: 16px;
    }

    #footer .container .fTop .fTopRight .phone img {
        height: 30px;
    }

    #footer .container .fTop .fTopRight .logo img {
        height: 25px;
    }

    #footer .container .fBottom {
        padding: 30px 100px 40px 0;
    }

    #footer .container .fBottom .fLeft .single {
        margin-left: 40px;
    }

    #footer .container .fBottom .fLeft .single a {
        font-size: 12px;
    }

    #footer .container .fBottom .fLeft .single a h1 {
        font-size: 13px;
    }

    #footer .container .fBottom .fRight .copyRight h1 {
        font-size: 12px;
    }

    #footer .container .fBottom .fRight .copyRight p {
        font-size: 11px;
    }

    #footer .container .fBottom .fRight .adress {
        margin-top: 20px;
    }

    #footer .container .fBottom .fRight .adress p {
        font-size: 12px;
    }

    #inviva .container a {
        font-size: 11px;
    }

    .button-36 {
        padding: 0 2rem;
    }

}

@media screen and (max-width: 1024px) {
    #mFull .container {
        grid-template-rows: 100px 1fr 70px;
    }

    #mFull .container .header .headerLeft .logo-one img {
        width: 140px;
    }

    #mFull .container .header .headerRight .customerService {
        margin-right: 10px;
    }

    #mFull .container .header .headerRight .customerService p {
        font-size: 12px;
    }

    #mFull .container .header .headerRight .customerService img {
        margin: 0 10px;
        width: 20px;
    }

    #mFull .container .header .headerRight .customerService span {
        font-size: 11px;
    }

    #mFull .container .content .mobilMidMenu {
        margin-left: 30px;
        padding-left: 30px;
    }

    #mFull .container .footerNav {
        flex-direction: column;
    }

    #mFull .container .content .mobilMidMenu .content {
        padding-top: 15px;
    }

    #mFull .container .content .mobilMidMenu .content .single {
        flex: 1 0 45%;
    }

    #mFull .container .content .mobilMidMenu .content .single img {
        height: 88px;
    }

    #mFull .container .content .mobilMidMenu .content .single h1 {
        padding: 9px;
        font-size: 12px;
        font-weight: 400;
    }

    #mFull .container .content .mobilLeftMenu .mobilMenu ul li a {
        font-size: 11px;
    }

    #mFull .container .content .mobilLeftMenu .mobilContact {
        flex-direction: column;
    }

    #mFull .container .content .mobilLeftMenu .mobilContact .leftMob {
        margin-right: 0;
    }

    #mFull .container .content .mobilLeftMenu .sales .single {
        height: 35px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image .triangle {
        border-top: 18px solid transparent;
        border-left: 20px solid #575757;
        border-bottom: 18px solid transparent;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image img {
        height: 17px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single p {
        font-size: 12px;
    }

    #footer .container .faviconF {
        height: 131px;
        top: -10px;
    }

    #footer .container .fTop {
        padding: 15px 70px 15px 0;
    }

    #footer .container .fTop .socials .social {
        padding: 8px 0;
    }

    #footer .container .fTop .socials .social p {
        font-size: 11px;
    }

    #footer .container .fTop .socials .social .icons {
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
    }

    #footer .container .fTop .socials .social .icons a img {
        height: 18px;
    }

    #footer .container .fTop .socials .line {
        margin: 0 10px;
        height: 40px;
    }

    #footer .container .fTop .socials .whatsap img {
        height: 22px;
    }

    #footer .container .fTop .socials .whatsap p {
        font-size: 11px;
        padding-left: 10px;
        margin-left: 10px;
    }

    #footer .container .fTop .fTopRight .logo {
        margin-left: 20px;
    }

    #footer .container .fTop .fTopRight .phone .text p {
        font-size: 9px;
    }

    #footer .container .fTop .fTopRight .phone .text h1 {
        font-size: 14px;
    }

    #footer .container .fTop .fTopRight .phone img {
        height: 24px;
        margin-left: 7px;
        padding-left: 7px;
    }

    #footer .container .fTop .fTopRight .logo img {
        height: 22px;
    }

    #footer .container .fBottom {
        padding: 30px 70px 40px 0;
    }

    #footer .container .fBottom .fLeft {
        flex: 1 0 71%;
    }

    #footer .container .fBottom .fLeft .single {
        margin-left: 5px;
    }

    #footer .container .fBottom .fLeft .single a {
        font-size: 11px;
    }

    #footer .container .fBottom .fLeft .single a h1 {
        font-size: 12px;
        margin-bottom: 3px;
    }

    #footer .container .fBottom .fRight {
        flex: 1 0 21%;
    }

    #footer .container .fBottom .fRight .copyRight h1 {
        font-size: 11px;
    }

    #footer .container .fBottom .fRight .copyRight p {
        font-size: 10px;
    }

    #footer .container .fBottom .fRight .adress {
        margin-top: 20px;
    }

    #footer .container .fBottom .fRight .adress p {
        font-size: 10px;
    }

    .button-36 {
        padding: 0 2.5rem;
    }
}

@media screen and (max-width: 992px) {
    #about-us {
        padding: 50px 0
    }
.fgsidebar{max-width: 100%!important;}
.row.fgproduct-grid-box{flex-direction: column-reverse;}
    #video-bg .video-box {
        max-width: 100%;
    }

    #video-bg .video-box>.video-link {
        display: none;
    }

    #video-bg .video-box .video-phones {
        max-width: 100%;
    }

    #video-bg .video-box .video-email {
        max-width: 100%;
    }

    #header .hRight .menu ul:not(.dropdown-menu) li a {
        padding: 0 5px;
        font-size: 12px
    }

    #header .hRight .menu {
        display: none;
    }

    #video-bg {
        height: 50vh;
    }

    #blogs {
        padding: 50px 0;
    }

    #products .causes-item--primary .causes-item__img::before {
        padding-top: 50%
    }

    #products .causes-item {
        margin-top: 150px;
        margin-right: 15px;
        margin-left: 15px;
    }

    .button-36 {
        padding: 0 2rem;
    }

    #video-bg .social-box {
        /* bottom: 60px */
    }

    #header .hTop .container .hRight .mobilMenu {
        padding-left: 20px;
        padding-right: 5px
    }
}

@media (max-width:992px) and (max-height: 600px) {
    #video-bg {
        height: 110vh;
    }

    .tp-about-thumb img {
        height: 150px;
        object-fit: contain;
    }
}

@media screen and (max-width: 768px) {

    #video-bg .video-box .video-scroll {
        display: none;
    }
#footer .container .fContent .fContact .logo img{width:100px}
    #video-bg .video-box .video-phones {
        padding: 15px 15px;
    }

    #video-bg .video-box .video-email {
        padding: 15px 15px;
    }

    #mFull .container {
        grid-template-rows: 130px 1fr 100px;
    }

    /* #mFull .container .header{flex-direction: column;} */
    #mFull .container .content .mobilLeftMenu .mobilMenu {
        padding: 20px 0;
    }

    #mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header h1 {
        font-size: 15px;
    }

    #mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header i {
        font-size: 13px;
    }

    #mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-text a {
        font-size: 13px;
    }

    #mFull .container .content .mobilContact .single h1 {
        font-size: 15px;
        padding: 8px 0;
    }

    #mFull .container .content .mobilContact .single p {
        margin: 0;
        padding: 10px 0;
        font-size: 12px;
    }

    #mFull .container .content .mobilContact iframe {
        height: 150px;
    }

    #mFull .container .content .mobilMidMenu .content .single {
        flex: 1 0 28%;
    }

    #mFull .container .content .mobilMidMenu .content .single img {
        height: 88px;
    }

    #mFull .container .content .mobilMidMenu .content .single h1 {
        padding: 8px;
        font-size: 11px;
    }

    #mFull .container .footerNav {
        margin-top: 15px;
    }

    #mFull .container .footerNav .social {
        flex-direction: column;
    }

    #mFull .container .footerNav .social .socialList {
        display: flex;
        flex-wrap: wrap;
    }

    #mFull .container .footerNav .social .socialList a {
        flex: 1 0 30%;
        padding: 10px;
        justify-content: center;
    }

    #mFull .container .footerNav .footerNav-social span {
        padding: 10px 0;
    }

    #mFull .container .content .mobilLeftMenu .mobilMenu ul li a {
        font-size: 13px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single {
        height: 32px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image {
        width: 30px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image .triangle {
        border-top: 16px solid transparent;
        border-left: 17px solid #575757;
        border-bottom: 16px solid transparent;
        right: -17px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image img {
        height: 17px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single p {
        font-size: 11px;
        margin-left: 23px;
    }

    #products .causes-item--primary .causes-item__img::before {
        padding-top: 35%;
    }

    #footer .container .faviconF {
        height: 131px;
        top: -10px;
    }

    #footer .container .fTop {
        padding: 15px 70px 15px 0;
        flex-direction: column;
    }

    #footer .container .fTop .socials .social {
        padding: 8px 0;
    }

    #footer .container .fTop .socials .social p {
        font-size: 11px;
    }

    #footer .container .fTop .socials .social .icons {
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
    }

    #footer .container .fTop .socials .social .icons a img {
        height: 18px;
    }

    #footer .container .fTop .socials .line {
        margin: 0 10px;
        height: 40px;
    }

    #footer .container .fTop .socials .whatsap img {
        height: 22px;
    }

    #footer .container .fTop .socials .whatsap p {
        font-size: 11px;
        padding-left: 10px;
        margin-left: 10px;
    }

    #footer .container .fTop .fTopRight {
        margin-top: 15px;
    }

    #footer .container .fTop .fTopRight .logo {
        margin-left: 20px;
    }

    #footer .container .fTop .fTopRight .phone {
        flex-direction: row-reverse;
    }

    #footer .container .fTop .fTopRight .phone .text p {
        font-size: 9px;
    }

    #footer .container .fTop .fTopRight .phone .text h1 {
        font-size: 14px;
    }

    #footer .container .fTop .fTopRight .phone img {
        height: 24px;
        margin-left: 0;
        padding-left: 0;
        margin-right: 7px;
        padding-right: 7px;
        border-left: unset;
        border-right: 1px solid #386c8d;
    }

    #footer .container .fTop .fTopRight .logo img {
        height: 28px;
    }

    #footer .container .fBottom {
        padding: 20px 0;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #footer .container .fBottom .fLeft {
        flex: 1 0 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    #footer .container .fBottom .fLeft .single {
        margin-left: 5px;
        flex: 1;
    }

    #footer .container .fBottom .fLeft .single a {
        font-size: 11px;
    }

    #footer .container .fBottom .fLeft .single a h1 {
        font-size: 12px;
        margin-bottom: 3px;
    }

    #footer .container .fBottom .fRight {
        flex: 1 0 100%;
        justify-content: flex-start;
        width: 100%;
        display: flex;
        flex-direction: column;
        max-width: unset;
        align-items: flex-start;
    }

    #footer .container .fBottom .fRight .copyRight {
        text-align: left;
    }

    #footer .container .fBottom .fRight .copyRight h1 {
        font-size: 11px;
    }

    #footer .container .fBottom .fRight .copyRight p {
        font-size: 10px;
    }

    #footer .container .fBottom .fRight .adress {
        margin-top: 5px;
        width: 100%;
        max-width: 350px;
        text-align: left;
    }

    #footer .container .fBottom .fRight .adress p {
        font-size: 10px;
        width: 100%;
        text-align: left;
    }

    #footer .container .fTop .fLeft .fSocials {
        display: none;
    }

    #footer .container .fContent {
        flex-direction: column;
    }

    #footer .container .fContent .fContact {
        align-items: center;
    }

    #footer .container .fContent .fContact p {
        text-align: center;
    }

    #products .causes-item {
        margin-top: 50px;
    }

    .button-36 {
        padding: 0 1.5rem;
    }
}

@media screen and (max-width: 640px) {
    #video-bg .video-box .video-phones {
        padding: 10px 5px;
    }

    #video-bg .video-box .video-email {
        padding: 10px 5px;
    }

    #mFull .container {
        padding: 0 10px;
    }

    #mFull .container .content {
        flex-direction: column;
    }

    #mFull .container .content .mobilMidMenu {
        margin-left: 0;
        padding-left: 0;
        border-left: unset;
        width: 100%;
    }

    #mFull .container .content .mobilMidMenu .content {
        flex-direction: unset;
    }

    #mFull .container .content .mobilLeftMenu {
        width: 100%;
    }

    #mFull .container .footerNav {
        margin-top: 12px;
        padding-top: 30px;
    }

    #mFull .container .footerNav .footerNav-social span {
        margin-top: 15px;
    }

    #mFull .container .content .mobilMidMenu .content .single {
        flex: 1 0 43%;
    }

    #mFull .container .content .mobilMidMenu .content .single img {
        height: 75px;
    }

    #mFull .container .content .mobilMidMenu .content .single h1 {
        padding: 10px 8px;
        font-size: 11px;
    }

    #mFull .container .content .mobilLeftMenu .mobilMenu ul li {
        margin: 0 7px;
    }

    #mFull .container .content .mobilLeftMenu .mobilMenu ul li a {
        font-size: 12px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single {
        height: 32px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image {
        width: 30px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image .triangle {
        border-top: 16px solid transparent;
        border-left: 17px solid #575757;
        border-bottom: 16px solid transparent;
        right: -17px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image img {
        height: 17px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single p {
        font-size: 11px;
        margin-left: 23px;
    }

    #products .causes-item--primary .causes-item__img::before {
        padding-top: 42%;
    }

    #footer .container .faviconF {
        height: 131px;
        top: -10px;
    }

    #footer .container .fTop {
        padding: 15px 70px 15px 0;
        flex-direction: column;
    }

    #footer .container .fTop .socials .social {
        padding: 8px 0;
    }

    #footer .container .fTop .socials .social p {
        font-size: 11px;
    }

    #footer .container .fTop .socials .social .icons {
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
    }

    #footer .container .fTop .socials .social .icons a img {
        height: 18px;
    }

    #footer .container .fTop .socials .line {
        margin: 0 10px;
        height: 40px;
    }

    #footer .container .fTop .socials .whatsap img {
        height: 22px;
    }

    #footer .container .fTop .socials .whatsap p {
        font-size: 11px;
        padding-left: 10px;
        margin-left: 10px;
    }

    #footer .container .fTop .fTopRight {
        margin-top: 15px;
    }

    #footer .container .fTop .fTopRight .logo {
        margin-left: 20px;
    }

    #footer .container .fTop .fTopRight .phone {
        flex-direction: row-reverse;
    }

    #footer .container .fTop .fTopRight .phone .text p {
        font-size: 9px;
    }

    #footer .container .fTop .fTopRight .phone .text h1 {
        font-size: 14px;
    }

    #footer .container .fTop .fTopRight .phone img {
        height: 24px;
        margin-left: 0;
        padding-left: 0;
        margin-right: 7px;
        padding-right: 7px;
        border-left: unset;
        border-right: 1px solid #386c8d;
    }

    #footer .container .fTop .fTopRight .logo img {
        height: 28px;
    }

    #footer .container .fBottom {
        padding: 20px 0;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #footer .container .fBottom .fLeft {
        flex: 1 0 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    #footer .container .fBottom .fLeft .single {
        margin-left: 5px;
        flex: 1;
    }

    #footer .container .fBottom .fLeft .single a {
        font-size: 11px;
    }

    #footer .container .fBottom .fLeft .single a h1 {
        font-size: 12px;
        margin-bottom: 3px;
    }

    #footer .container .fBottom .fRight {
        flex: 1 0 100%;
    }

    #footer .container .fBottom .fRight .copyRight h1 {
        font-size: 11px;
    }

    #footer .container .fBottom .fRight .copyRight p {
        font-size: 10px;
    }

    #footer .container .fBottom .fRight .adress {
        margin-top: 5px;
        width: 100%;
        max-width: 350px;
    }

    #footer .container .fBottom .fRight .adress p {
        font-size: 10px;
        width: 100%;
    }

    #footer .container .fContent .fMenu {
        flex-direction: column;
    }

    #footer .container .fContent .fMenu .single {
        margin-bottom: 30px;
    }

    #footer .container .fContent {
        padding-bottom: 30px;
    }

    #products .row.align-items-end.mb-5>div:first-child {
        text-align: center;
    }

    #products .col-sm-6.d-flex.justify-content-sm-end {
        justify-content: center;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    #header .hTop .container .logo {
        max-width: 50%
    }

    #header .hTop .container .logo img {
        max-width: 100%;
        object-fit: contain;
    }

    .cc-revoke,
    .cc-window {
        font-size: 10px !important
    }

    #mFull .container {
        grid-template-rows: 138px 1fr 170px;
    }

    #mFull .container .header .headerLeft {
        flex-direction: column;
        margin-top: 16px;
    }

    #mFull .container .header .headerRight {
        align-items: center;
    }

    #mFull .container .header .headerRight .customerService {
        margin-right: 10px;
    }

    #mFull .container .header .headerRight .customerService p {
        font-size: 10px;
    }

    #mFull .container .header .headerRight .customerService img {
        margin: 0 5px 0 00px;
        width: 17px;
    }

    #mFull .container .header .headerRight .customerService span {
        font-size: 10px;
    }

    #mFull .container .header .headerRight .customerService .bottomHContact {
        margin-top: 5px;
    }

    #mFull .container .header .headerRight .customerService .t {
        margin-right: 10px;
    }

    #mFull .container .header .headerRight .closebtn {
        width: 50px;
        height: 50px;
        font-size: 36px;
    }

    #mFull .container .header .headerLeft .logo-one img {
        width: 170px;
    }

    #mFull .container .header .headerLeft .logo-two img {
        max-width: 190px;
    }

    #mFull .container .content .mobilLeftMenu .mobilMenu {
        padding: 20px 0;
    }

    #mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header h1 {
        font-size: 17px;
        font-weight: 600;
    }

    #mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-header i {
        font-size: 13px;
    }

    #mFull .container .content .mobilLeftMenu #accordion .single-accordion .accordion-text a {
        font-size: 13px;
        font-weight: 500;
        padding: 4px 0;
    }

    #mFull .container .content .mobilContact .single h1 {
        font-size: 13px;
        padding: 8px 0;
    }

    #mFull .container .content .mobilContact .single p {
        margin: 0;
        padding: 10px 0;
        font-size: 12px;
    }

    #mFull .container .content .mobilContact iframe {
        height: 150px;
    }

    #mFull .container .content .mobilMidMenu .title h1 {
        padding: 15px 0 15px;
        font-size: 13px;
    }

    #mFull .footerNav {
        padding: 20px 10px;
    }

    #mFull .footerNav-social span {
        font-size: 12px;
    }

    #mFull .container .footerNav .social {
        flex-direction: column;
    }

    #mFull .container .footerNav .social h1 {
        font-size: 13px;
    }

    #mFull .container .footerNav .social .socialList a {
        flex: 1 0 30%;
        padding: 10px;
        align-items: center;
        justify-content: center;
    }

    #mFull .container .footerNav .footerNav-social span {
        font-size: 9px;
    }

    #mFull .container .content .mobilLeftMenu .mobilMenu ul li {
        margin: 0 5px;
    }

    #mFull .container .content .mobilLeftMenu .mobilMenu ul li a {
        font-size: 12px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single {
        height: 38px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image {
        width: 30px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image .triangle {
        border-top: 14px solid transparent;
        border-left: 13px solid #575757;
        border-bottom: 14px solid transparent;
        right: -13px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single .image img {
        height: 17px;
    }

    #mFull .container .content .mobilLeftMenu .sales .single p {
        font-size: 13px;
        margin-left: 23px;
    }

    #footer .container .faviconF {
        height: 79px;
        top: 71px;
    }

    #footer .container .fTop {
        padding: 15px 50px 15px 0;
        flex-direction: column;
        justify-content: space-between;
    }

    #footer .container .fTop .socials {
        justify-content: space-between;
    }

    #footer .container .fTop .socials .social {
        padding: 8px 0;
    }

    #footer .container .fTop .socials .social p {
        font-size: 10px;
    }

    #footer .container .fTop .socials .social .icons {
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
    }

    #footer .container .fTop .socials .social .icons a img {
        height: 16px;
    }

    #footer .container .fTop .socials .line {
        margin: 0 10px;
        height: 40px;
    }

    #footer .container .fTop .socials .whatsap img {
        height: 19px;
    }

    #footer .container .fTop .socials .whatsap p {
        font-size: 10px;
        padding-left: 10px;
        margin-left: 10px;
    }

    #footer .container .fTop .fTopRight {
        margin-top: 15px;
        justify-content: space-between;
    }

    #footer .container .fTop .fTopRight .logo {
        margin-left: 20px;
    }

    #footer .container .fTop .fTopRight .phone {
        flex-direction: row-reverse;
    }

    #footer .container .fTop .fTopRight .phone .text {
        text-align: left;
    }

    #footer .container .fTop .fTopRight .phone .text p {
        font-size: 9px;
    }

    #footer .container .fTop .fTopRight .phone .text h1 {
        font-size: 13px;
    }

    #footer .container .fTop .fTopRight .phone img {
        height: 24px;
        margin-left: 0;
        padding-left: 0;
        margin-right: 7px;
        padding-right: 7px;
        border-left: unset;
        border-right: 1px solid #386c8d;
    }

    #footer .container .fTop .fTopRight .logo img {
        height: 21px;
    }

    #footer .container .fBottom {
        padding: 20px 0;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #footer .container .fBottom .fLeft {
        flex: 1 0 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    #footer .container .fBottom .fLeft .single {
        margin-left: 5px;
        flex: 1;
    }

    #footer .container .fBottom .fLeft .single a {
        font-size: 11px;
    }

    #footer .container .fBottom .fLeft .single a h1 {
        font-size: 12px;
        margin-bottom: 3px;
    }

    #footer .container .fBottom .fRight {
        flex: 1 0 100%;
    }

    #footer .container .fBottom .fRight .copyRight h1 {
        font-size: 10px;
    }

    #footer .container .fBottom .fRight .copyRight p {
        font-size: 9px;
        max-width: 256px;
    }

    #footer .container .fBottom .fRight .adress {
        margin-top: 5px;
        width: 100%;
        max-width: 270px;
    }

    #footer .container .fBottom .fRight .adress p {
        font-size: 9px;
        width: 100%;
    }

    #footer .container .fTop .fLeft a:first-child {
        display: none !important;
    }
}
.video-scroll-linkedin {
    background-color: #0077b5; /* LinkedIn Blue */
    color: #fff;
    transition: background-color 0.3s ease;
}

.video-scroll-linkedin:hover {
    background-color: #005983;
    color: #fff;
}

.video-scroll-facebpok {
    background-color: #3b5998; /* Facebook Blue */
    color: #fff;
    transition: background-color 0.3s ease;
}

.video-scroll-facebpok:hover {
    background-color: #2d4373;
    color: #fff;
}

.video-scroll-instagram {
    background-color: #e1306c; /* Instagram Pinkish */
    color: #fff;
    transition: background-color 0.3s ease;
}

.video-scroll-instagram:hover {
    background-color: #c13584;
    color: #fff;
}
.video-scroll a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 43.5px;
    font-size: 22px;
    text-decoration: none;
}

