/* header css */
header.pr-header {
    width: 100%;
    top: 80px;
    margin: auto;
    position: fixed;
    z-index: 99;
    transition: all 0.3s linear;
    height: 91px;
	border-bottom: 0.5px solid var(--Cool-Gray-4, #5C6C80);
}
header.pr-header.fixed-pr-header {
    top: 0;
    border-bottom: 2px solid var(--Cool-Gray-2, #D7E0E9);
    background: #FFF;
	box-shadow: 0 0 24px 0 rgba(13, 20, 40, 0.24);
/*     box-shadow: 0 0 140px 0 var(--Color, rgba(83, 159, 249, 0.50));
    -webkit-box-shadow: 0 0 140px 0 var(--Color, rgba(83, 159, 249, 0.50));
    -moz-box-shadow: 0 0 140px 0 var(--Color, rgba(83, 159, 249, 0.50)); */
}
.pr-header-inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1382px;
    margin: auto;
    height: 100%;
    position: relative;
}
.home .pr-header-inr {
    max-width: 1200px;
}
img.pr-logo-img {
    width: 132px;
}
img.pr-logo-img.pr-logo-img-dark {
    display: none;
}
.pr-navigation-div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.pr-navigation-li-a {
    display: flex;
    gap: 4px;
    align-items: center;
    color: var(--Shufti-White, #FFF);
    font-family: var(--graphik-m);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    text-transform: capitalize;
    cursor: pointer;
	padding-bottom: 40px;
    margin-bottom: -40px;
}
.pr-buttons-div {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pr-sign-in-btn {
    color: var(--Shufti-White, #FFF);
    font-family: 'Graphik-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    text-transform: capitalize;
}
.pr-contact-us-btn {
    color: var(--Navy, #0D1428);
    font-family: 'Graphik-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 80px;
    background: #FFF;
    padding: 15px 32px;
    height: 48px;
    width: 150px;
/* 	transition: all 0.3s linear; */
}
a.pr-contact-us-btn:hover {
    box-shadow: 0 4px 36px 0 rgba(215, 224, 233, 0.50);
}
.fixed-pr-header a.pr-contact-us-btn:hover {
    box-shadow: 0 0 36px 0 rgb(250 217 43 / 58%);
}
.pr-submenu-inr {
    transition: all 0.3s linear;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: flex;
    width: 100%;
    left: 0;
    padding: 4px;
    top: 90px;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFF;
}
.pr-submenu-inr.active {
	visibility: visible;
	opacity: 1;
}
.pr-submenu-inr-w {
    border-radius: 8px;
    padding: 32px;
    width: calc(25%);
    background: #FFF;
    border-right: 1px solid #fff0;
    border-image: linear-gradient(to bottom, #ffffff, #d7e0e9, #ffffff) 1;
    border-image-slice: 1;
}
.pr-submenu-inr-w:last-child {
    border-right: none;
}
.pr-submenu-inr.active:after, .pr-submenu-inr.active:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: -40vw;
    background: #fff;
    z-index: -1;
}
.pr-submenu-inr.active:after {
    left: 50vw;
}
.pr-submenu-inr-p {
    border-radius: 0 18px 18px 0;
    padding: 45px 28px;
    width: calc(25% - 2px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-self: center;
    text-align: center;
    justify-content: center;
}
header img {
    max-width: 100%;
}
.pr-font12-gr {
    color: var(--Cool-Gray-4, #5C6C80);
    font-family: 'Graphik-Medium';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.pr-submenu-links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.pr-links-m {
    display: flex;
    padding: 0 10px;
    align-items: center;
    gap: 8px;
    width: 100%;
    color: var(--Navy, #0D1428);
    font-family: 'Graphik-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    transition: all 0.2s linear;
}
.pr-links-m:hover {
    background: linear-gradient(90deg, #F1F6FB 0.22%, #FFF 55.49%, #F1F6FB 108.67%);
    color: var(--Sky-Blue, #539FF9);
}
.pr-links-m img {
    width: 24px;
    height: 24px;
}
.pr-font12-gr.pr-ad-topm {
    margin-top: 50px;
}
.pr-submenu-inr-p .prfont16-gr-m {
    color: var(--Navy, #0D1428);
    font-family: 'Graphik-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 32px 0 16px;
    width: 100%;
}
.pr-submenu-inr-p .prfont12-gr-m {
    color: var(--Navy, #0D1428);
    text-align: center;
    font-family: var(--graphik);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-bottom: 48px;
}
.pr-submenu-inr-link {
    color: #539FF9;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Graphik-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    position: relative;
}
.pr-submenu-inr-link:after {
    content: '';
    position: absolute;
    background: url(https://shuftipro.com/wp-content/uploads/blu-right-arrow.svg) no-repeat center;
    width: 16px;
    height: 16px;
    top: 2px;
    left: calc(100% + 4px);
}
.pr-navigation-li-a {
    position: relative;
}
.pr-navigation-li-a svg {
    transform: rotate(0deg);
	transition: all 0.3s linear;
}
.pr-navigation-li-a.active svg {
    transform: rotateX(180deg);
}
.pr-navigation-li-a{
	opacity: 1;
	transition: all 0.3s linear;
}
.pr-navigation-li-a.noactive {
    opacity: 0.33;
}
.pr-navigation-li-a:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(https://shuftipro.com/wp-content/uploads/Polygon-24.svg) no-repeat center;
    top: 34px;
    border-radius: 4px;
    left: calc(50% - 35px);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}
.pr-navigation-li-a.active:after {
	opacity: 1;
	visibility: visible;
	transition: all 0.4s linear;
	filter: brightness(500);
}
header.pr-header.fixed-pr-header .pr-navigation-li-a.active:after,
header.pr-header.whitebgpage .pr-navigation-li-a.active:after {
	display: none;
}
.pr-navigation-li-5 a::after{
	display: none;
}
.pr-navigation-li-4 .pr-submenu-inr>div {
    width: calc(50% - 2px);
}
.pr-navigation-li-4 .pr-submenu-inr {
    max-width: 592px;
    left: 50%;
}
.fixed-pr-header .pr-navigation-li-a,
.whitebgpage .pr-navigation-li-a {
    color: var(--Cool-Gray-4, #5C6C80);
}
.fixed-pr-header img.pr-logo-img,
.whitebgpage img.pr-logo-img {
    display: none;
}
.fixed-pr-header img.pr-logo-img.pr-logo-img-dark,
.whitebgpage img.pr-logo-img.pr-logo-img-dark {
    display: block;
}
.fixed-pr-header .pr-navigation-li-a svg path,
.whitebgpage .pr-navigation-li-a svg path {
    fill: #5C6C80 !important;
}
.fixed-pr-header .pr-sign-in-btn,
.whitebgpage .pr-sign-in-btn {
    color: var(--Cool-Gray-4, #5C6C80);
}
.fixed-pr-header .pr-contact-us-btn,
.whitebgpage .pr-contact-us-btn {
    background: var(--Yellow, #FAD92B);
}
.fixed-pr-header a.pr-contact-us-btn {
	padding: 15px 33px;
	width: auto;
}
/* .fixed-pr-header a.pr-contact-us-btn:hover {
	padding-right: 50px;
	padding-left: 22px;
} */
/* .fixed-pr-header a.pr-contact-us-btn:hover:after {
	width: 15px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    z-index: 1;
    top: calc(50% - 7.5px);
    margin-left: 8px;
    opacity: 1;
    right: auto;
}
.fixed-pr-header .pr-contact-us-btn:after {
	content: ''; 
    position: absolute;
    margin-left: -2px;
    transition: all 0.3s linear;
    opacity: 0;
    background: url(https://shuftipro.com/wp-content/uploads/right-arrow-icon.svg) no-repeat center;
    right: 50px;
} */
.menu-bakc-img,
.burg-cros-d {
    display: none;
}
.new-webinar-banner.identity-banner-new{
	z-index:9;
}
.wrap {
	transition: filter 0.4s linear;
}
.bodyblur .wrap {
    filter: blur(5px);
}
.bodyblur .wrap:after {
    content: '';
    position: absolute;
    width: 150vw;
    top: 0;
    left: -25vw;
    height: 100%;
    background: #00000085;
}
@media only screen and (max-width:1200px) {
    .pr-header-inr {
        margin: 0 16px;
    }
    .pr-submenu-inr-w {
        padding: 24px 16px;
    }
    .pr-submenu-inr.active {
        max-height: calc(100vh - 180px);
        overflow: scroll;
    }
    .fixed-pr-header .pr-submenu-inr.active {
        max-height: calc(100vh - 100px);
    }
    .pr-navigation-li-4 .pr-submenu-inr {
        left: calc(50% - 150px);
    }
}
@media only screen and (max-width:1024px) {
    img.pr-logo-img {
        width: 110px;
    }
    .pr-navigation-li-a {
        gap: 2px;
        font-size: 14px;
    }
    .pr-sign-in-btn {
        font-size: 14px;
    }
    .pr-buttons-div {
        gap: 8px;
    }
    .pr-navigation-div {
        gap: 10px;
    }
    .pr-contact-us-btn,
	.fixed-pr-header a.pr-contact-us-btn {
        font-size: 14px;
        padding: 15px 12px;
        width: 100px;
    }
    .pr-submenu-inr-p {
        display: none;
    }
    .pr-submenu-inr-w {
        width: calc(33.33% - 2px);
    }
    .pr-navigation-li-4 .pr-submenu-inr {
        width: max-content;
    }
    .pr-navigation-li-4 .pr-submenu-inr>div {
        width: 100%;
    }
    .pr-navigation-li-4 .pr-submenu-inr {
        left: 50%;
    }
}
@media only screen and (max-width:767px) {
    .pr-navigation-div,
    .pr-buttons-div,
    .cross-icon-pr,
	.pr-submenu-inr.active:after, 
	.pr-submenu-inr.active:before{
        display: none;
    }
    .burg-cros-d {
        display: block;
    }
    .burg-cros-d img {
        cursor: pointer;
    }
    .showsubmenupr .pr-logo-div {
        padding: 20px 0;
        height: 76px;
    }
    .showsubmenupr .pr-header-inr {
        margin: 0;
        padding: 0 40px;
        height: auto;
        position: unset;
		border-bottom: none;
    }
    header.pr-header.showsubmenupr {
        height: 100vh;
        backdrop-filter: blur(40px);
        top: 0;
        background: var(--Navy, #0D1428);
        transition: none;
        z-index: 9999999999999;
		border-bottom: none;
    }
    .showsubmenupr .pr-navigation-li-a {
        padding: 20px 0;
        border-bottom: 0.5px solid #5C6C80;
        justify-content: space-between;
        color: var(--Shufti-White, #FFF);
		margin-bottom: 0;
		transition: none;
    }
	.pr-navigation-li.pr-navigation-li-5 a.pr-navigation-li-a {
		border: none;
	}
    .fixed-pr-header .pr-navigation-li-a svg path
    .whitebgpage .pr-navigation-li-a svg path {
        fill: #FFF !important;
    }
    .showsubmenupr .pr-navigation-li-a svg {
        transform: rotate(270deg);
    }
    .showsubmenupr .pr-navigation-div {
        display: block;
        width: 100%;
        max-height: calc(100vh - 170px);
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .fixed-pr-header .pr-submenu-inr.active {
        max-height: unset;
    }
    .showsubmenupr .pr-buttons-div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 40px;
        height: 82px;
        border-top: 1px solid #FFF0;
        background: rgba(241, 246, 251, 0.05);
        border-image: linear-gradient(to left, #fff0, rgb(255 255 255 / .4), #fff0) 1;
    }
    .pr-submenu-links,
    .pr-navigation-li-a.active:after {
        display: none;
    }
    .pr-submenu-inr-w {
        width: 100%;
    }
    .pr-submenu-inr.active {
        background: var(--Navy, #0D1428);
        z-index: 99;
        box-shadow: none;
        position: relative;
        top: 0;
        padding: 0;
		transition: none;
		max-height: unset;
    }
	.pr-submenu-inr {
		transition: none;
	}
    .pr-submenu-inr-w {
        background: transparent;
        padding: 0;
		border: none;
    }
    .pr-navigation-li-a.active {
        border-bottom: 0;
        padding-bottom: 24px;
        pointer-events: none;
    }
    .pr-font12-gr.pr-ad-topm {
        margin-top: 0;
    }
    .pr-navigation-li-a.noactive {
        display: none;
    }
    .showsubmenupr .burger-me-pr {
        display: none;
    }
    .showsubmenupr .cross-icon-pr {
        display: block;
    }
    .pr-navigation-li-a.active svg {
        display: none;
    }
    .showbckbt a {
        display: none;
    }
    .showbckbt .menu-bakc-img {
        display: block;
        cursor: pointer;
		margin-left: -8px;
    }
    .pr-font12-gr {
        position: relative;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
    .pr-font12-gr:after {
        content: '';
        position: relative;
        width: 24px;
        height: 24px;
        background: url(https://shuftipro.com/wp-content/uploads/plus-icone.svg) no-repeat center;
        display: inline-block;
    }
    .pr-links-m {
        color: var(--Cool-Gray-1, #F1F6FB);
        padding: 0 24px;
    }
    .pr-submenu-links.active {
        display: flex;
        margin-bottom: 12px;
    }
    .pr-links-m:hover {
        background: transparent;
        color: var(--Cool-Gray-1, #F1F6FB);
    }
    .pr-navigation-li-4 .pr-submenu-inr {
        left: 0;
        width: 100%;
    }
    .showsubmenupr img.pr-logo-img {
        display: block;
    }
    .showsubmenupr img.pr-logo-img.pr-logo-img-dark {
        display: none;
    }
    .fixed-pr-header .pr-navigation-li-a,
    .whitebgpage .pr-navigation-li-a {
        color: var(--Shufti-White, #FFF);
    }
    .fixed-pr-header .pr-contact-us-btn,
    .whitebgpage .pr-contact-us-btn {
        background: #FFF;
    }
    .fixed-pr-header .pr-sign-in-btn,
    .whitebgpage .pr-sign-in-btn {
        color: var(--Shufti-White, #FFF);
    }
    .fixed-pr-header img.burger-me-pr,
    .whitebgpage img.burger-me-pr {
        filter: brightness(0);
    }
}
/* header css end */

/* footer css */
/* remove this css end*/
footer.newfoterr {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    position: relative !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    display: flex;
    justify-content: center;
    background: var(--Navy, #0D1428);
    padding: 56px 0 40px 0;
	margin-top: 100px;
}
.newfoterr-rw {
    width: 1200px;
    max-width: 95%;
}
.main-links-d-f {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newfoterr-m {
    width: calc(33.33% - 26.7px);
    border-right: 1px solid transparent;
    border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0),
            /* transparent at top */
            rgba(255, 255, 255, 0.4),
            /* light white in middle */
            rgba(255, 255, 255, 0)
            /* transparent at bottom */
        ) 1;
    border-image-slice: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.main-footer-t {
    color: var(--Cool-Gray-1, #F1F6FB);
    font-family: var(--graphik-m);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 100%;
    margin-bottom: 32px;
}
.main-footer-s {
    color: var(--Shufti-Cool-Gray-3-and-a-half, #5C6C80);
    font-family: var(--graphik-m);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.12px;
    text-transform: uppercase;
}
.newfoterr-iner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.newfoterr-iner-i {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.newfoterr-iner-i a {
    color: var(--Cool-Gray-1, #F1F6FB);
    font-family: var(--graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	transition: color 0.2s linear;
}
.newfoterr-iner-i a:hover {
    color: var(--Sky-Blue, #539FF9);
}
p.main-footer-t.main-footer-t-hide {
    visibility: hidden;
}
.newfoterr-iner-i-top {
    margin-top: 40px;
}
.newfoterr-iner-i-bto {
    margin-bottom: 40px;
}
.newfoterr-iner-new .main-footer-t {
    margin-bottom: 12px;
}
.newfoterr-m:last-child {
    border: 0;
}
.soc-cer-fot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 24px 0 40px 0;
    border-bottom: 1px solid rgba(92, 108, 128, 0.50);
    margin-bottom: 40px;
}
.soc-footer-d {
    display: flex;
    align-items: center;
    gap: 13px;
}
.cer-footer-d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9.75px;
}
.cer-footer-d img,
.cer-footer-d a {
    height: 50px;
}
.cer-footer-d img {
    position: relative;
    mix-blend-mode: luminosity;
	transition: all 0.2s linear;
}
img[alt="kjm-age-verification"] {
    filter: brightness(3);
}
.cer-footer-d a:hover img {
    mix-blend-mode: normal;
    filter: none;
}
.cer-footer-d img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: lightgray 50% / contain no-repeat;
}
.soc-footer-d img,
.soc-footer-d a {
    width: 32px;
    height: 32px;
}
.copyrights-div img {
    width: 140px;
}
.copyrights-div p {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--Shufti-Cool-Gray-3-and-a-half, #5C6C80);
    font-family: var(--graphik);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.copyr-pr-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.privacy-policy-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
}
.privacy-policy-div a {
    color: var(--Cool-Gray-1, #F1F6FB);
    font-family: var(--graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    position: relative;
	transition: all 0.2s linear;
}
.privacy-policy-div a:hover {
    color: var(--Sky-Blue, #539FF9);
}
.privacy-policy-div a:not(:last-child):after {
    content: '';
    position: absolute;
    border: 1px solid #91A1B4;
    width: 1px;
    right: -16px;
    height: 100%;
}
.map-sections-img {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.map-sections-img img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid transparent;
    padding: 4px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.map-sections-img img.active {
    border: 1px solid #F95469;
    padding: 4px;
}
.map-sections-cont p {
    color: var(--Cool-Gray-1, #F1F6FB);
    font-family: var(--graphik);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: none;
    min-height: 36px;
}

.map-trust-d {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
}
.trust-pil-d img {
    width: 200px;
}
.map-sections-cont p.active {
    display: block;
}
.map-sections {
    max-width: 348px;
}
.bodyblur .whitebgpage {
    background: white;
    transition: none;
}
.soc-footer-d a img {
    transition: 0.2s;
	    border-radius: 64px;
    background: rgba(92, 108, 128, 0.30);
    backdrop-filter: blur(32px);
}
.soc-footer-d a:hover img {
	border-radius: 64px;
	background: #539FF9;
}
@media only screen and (max-width:1200px) {
    .newfoterr-iner-i {
        padding-right: 8px;
		width: 100%;
    }
}
@media only screen and (max-width:1024px) {
    .newfoterr-iner-i a {
        font-size: 12px;
    }
    .main-footer-t {
        font-size: 16px;
    }
    .main-footer-s {
        font-size: 10px;
    }
    .cer-footer-d img,
    .cer-footer-d a {
        height: 40px;
    }
    .cer-footer-d {
        gap: 4px;
    }
    .soc-footer-d img,
    .soc-footer-d a {
        width: 28px;
        height: 28px;
    }
    .copyrights-div img {
        width: 100px;
    }
    .copyrights-div p {
        font-size: 12px;
    }
    .privacy-policy-div a {
        font-size: 12px;
    }
    .privacy-policy-div {
        gap: 16px;
    }
    .privacy-policy-div a:not(:last-child):after {
        right: -8px;
    }
}
@media only screen and (max-width:767px) {
    .newfoterr-m {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #fff;
        border-image: linear-gradient(to left, #fff0, rgb(255 255 255 / .4), #fff0) 1;
        padding-bottom: 32px;
    }
    .main-footer-s {
        font-size: 12px;
    }
    .newfoterr-iner-i a {
        font-size: 14px;
    }
    .soc-footer-d {
        width: 100%;
        justify-content: space-between;
        max-width: 220px;
        margin: 0 auto 24px;
    }
    .soc-footer-d img,
    .soc-footer-d a {
        width: 36px;
        height: 36px;
    }
    .cer-footer-d {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
/*         max-width: 300px; */
        margin: auto;
    }
    .cer-footer-d img,
    .cer-footer-d a {
        height: 50px;
    }
    .copyrights-div p {
        gap: 8px;
    }
    .copyrights-div img {
        width: 80px;
    }
    .copyrights-div {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .soc-cer-fot {
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .privacy-policy-div {
        width: 100%;
        justify-content: center;
        margin-top: 24px;
    }
    footer.newfoterr {
        padding: 56px 0 32px 0;
    }
    .map-trust-d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
        text-align: center;
    }
}
/* footer css end */
