/*
    Theme name: DoxDirext
	Description: Custom Theme
*/

/******* DoxDirext WordPress CSS *******/

/* GOOGLE FONTS */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap'); */


/* Common elements styling */
html {font-size: 100%;}
.post .entry h1 { font-size: 20px; line-height: 30px}
.post .entry h2 { font-size: 18px; line-height: 27px}
.post .entry h3 { font-size: 16px; line-height: 24px}
.post .entry h4 { font-size: 14px; line-height: 21px}
.post .entry h5 { font-size: 12px; line-height: 18px}
.post .entry h6 { font-size: 10px; line-height: 15px}

.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }
.post .entry a img { border: 0 }

p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 2px 0 2px 7px; display: inline; }
img.alignleft { margin: 2px 7px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; } 

/******* DoxDirext WordPress CSS *******/
/* ------------------------------------------------------------ *\ 
	Reset
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\ 
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; }

/* ------------------------------------------------------------ *\ 
	Base
\* ------------------------------------------------------------ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
    min-width: 100%;
    background: #fff;
    /* font-family: Lato,Verdana,Geneva,sans-serif; */
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    line-height: 1.54;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: #5797cb; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: 700; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: 'Lato', Verdana, Geneva, sans-serif; font-weight: 400; font-size: inherit; color: inherit; -webkit-font-smoothing: antialiased; border-radius: 0; }

input[type="submit"]{
    font-size: 24px;
    line-height: 40px;
    background-color: #ff5c2c;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 33px;
    min-width: 100px;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
textarea { 
	-webkit-appearance: none; 
	appearance: none;
	background-color: white;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #0097d7;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 0.375rem 0.75rem;
    transition: border-color 0s ease 0s;
    width: 100%; 
}

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input, textarea, select, button { 
	-webkit-box-sizing: border-box; 
			box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #5797cb;
}

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

h1 { font-size: 40px; line-height: 1.25; font-weight: 400; color: #5895d3; }
h2 { font-size: 28px; line-height: 1.20; font-weight: 400; color: #5895d3; }
h3 { font-size: 26px; line-height: 1.15; font-weight: 400; color: #5895d3; }
h4 { font-size: 26px; line-height: 1.15; font-weight: 400; color: #5895d3; }
h5 { font-size: 24px; line-height: 1.08; font-weight: 400; color: #5895d3; }
h6 { font-size: 22px; line-height: 1.09; font-weight: 400; color: #5895d3; }

::-webkit-input-placeholder { opacity: 1; color: inherit; }
:-moz-placeholder { opacity: 1; color: inherit; }
::-moz-placeholder { opacity: 1; color: inherit; }
:-ms-input-placeholder { opacity: 1; color: inherit; }


/* ------------------------------------------------------------ *\ 
	Transitions
\* ------------------------------------------------------------ */

a,
.btn-arrow:before,
.btn-arrow:after,
.form-newsletter .gform_footer,
.widgets-footer .socials i { 
	-webkit-transition: color 0.4s, background 0.4s;
			transition: color 0.4s, background 0.4s;
}

.btn { 
	-webkit-transition: opacity 0.4s;
			transition: opacity 0.4s;
}

.nav li.menu-item-has-children > a:before,
.list-services img {
	-webkit-transition: transform 0.4s;
			transition: transform 0.4s;
}

.nav ul ul {
	-webkit-transition: opacity 0.4s, visibility 0.4s;
			transition: opacity 0.4s, visibility 0.4s;	
}

/* ------------------------------------------------------------ *\ 
	WP Reset
\* ------------------------------------------------------------ */

.wp-caption { border: 0; padding: 0; }

/* ------------------------------------------------------------ *\ 
	Helpers
\* ------------------------------------------------------------ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.shell:before,
.shell:after { display: table; content: ' '; }
.clearfix:after,
.shell:after { clear: both; }

.shell { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

img.image-full { display: none; }

.fsr-holder { background-size: cover; background-position: center center; background-repeat: no-repeat; }

.section-main {
	width: 100%;
}

/* ------------------------------------------------------------ *\ 
	Buttons
\* ------------------------------------------------------------ */

/*
    - Main
*/

.btn { color: #fff; display: inline-block; vertical-align: top; padding: 0 10px; border-radius: 4px; background-color: #FF5C2C; font-size: 13px; line-height: 33px; min-width: 100px; text-align: center; }
.btn:hover { text-decoration: none; opacity: 0.75; cursor: pointer; }

    /*
        - Sizes
    */

.btn-large { line-height: 40px; font-size: 24px; }

    /*
        - Media
    */

.btn-media { line-height: 40px; font-size: 24px; }

    /*
        - Arrow
    */

.btn-arrow { display: inline-block; vertical-align: top; font-size: 0; line-height: 0; text-indent: -4004px; width: 28px; height: 28px; position: relative; }
.btn-arrow:before,
.btn-arrow:after { content: ' '; position: absolute; left: 50%; top: 50%; height: 4px; width: 20px; background-color: #0099cc; margin: -2px 0 0 -10px; }
.btn-arrow:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.btn-arrow:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.btn-arrow.btn-next:before { margin-top: -6px; }
.btn-arrow.btn-next:after { margin-top: 6px; }
.btn-arrow.btn-prev:before { margin-top: 6px; }
.btn-arrow.btn-prev:after { margin-top: -6px; }
.btn-arrow:hover { text-decoration: none; cursor: pointer; }
.btn-arrow:hover:before,
.btn-arrow:hover:after { background-color: #ff3f21; }

    /*
        - Mobile
    */

.btn-main { display: none; color: transparent; }
.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* -------------------------------------------------------------- *\
    Header style sheet [START]
\* -------------------------------------------------------------- */
.header {
    display: flex;
    flex-flow: column;
    position: relative;
}

.btn {
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
.header .header-body {
    z-index: 899;
}
.header .header-body #header_shell::before,
.header .header-body #header_shell::after,
.header .header-nav .shell::before,
.header .header-nav .shell::after {
    content: none;
}
.header .header-body #header_shell {
    display: flex;
    width: 100%;
    flex-flow: row;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0;
}

.header .header-body-group {
    padding-bottom: 3px;
}

.header .header-body-group-info > a:hover {
	text-decoration: none;
	cursor: default;
}

.header .header-body-group-info {
	position: relative;
	padding: 12px 0 8px 90px;
	margin-left: 63px;
}
.header .header-body-group-info::before {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: -18px;
	width: 75px;
	height: 85px;
}
@media screen and (min-width: 900px) {
    .header .header-body-group-info::before {
        background: url(https://d2me12yo8rr0o0.cloudfront.net/wp-content/themes/doxdirect/images/sprite.png?v=3) no-repeat -319px -3px;
        background-image: url(https://d2me12yo8rr0o0.cloudfront.net/wp-content/themes/doxdirect/images/sprite.webp?v=3);
    }
}
.header .header-body-group-info::after,
.header .header-body-group-info::before,
.header .header-body-group-nav::after,
.header .header-body-group-nav::before {
	content: ' ';
	display: table;
}
.header .header-body-group-info > a {
	font-size: 26px;
	line-height: 34px;
}
.header .header-body-group-info::after,
.header .header-body-group-nav::after {
	clear: both;
}

.header .header-body-group-nav {
    width: max-content;
    margin: auto;
    margin-right: 0px;
}

.header .header-nav {
    width: 100%;
    background-color: #252282;
    position: relative;
    z-index: 898;
}

.header .header-nav .shell {
    display: flex;
    justify-content: space-between;
}
.header .header-nav .shell > p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 11px 0;
	font-weight: 700;
}
.header .nav-utilities {
	padding: 0 0 0 16px;
}

@media screen and (max-width: 1080px) {
    .header .header-body #header_shell {
        padding: 0px 20px;
    }
}

.link-basket {
	display: inline-block;
	vertical-align: top;
	background-color: #5791ce;
	padding: 0 100px 0 6px;
	position: relative;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
}
.link-basket:hover {
    text-decoration: none;
    background-color: #eb5e36;
}
.link-basket::before {
	content: ' ';
	position: absolute;
	right: 5px;
	top: 0;
	width: 32px;
	height: 32px;
    background: url(https://d2me12yo8rr0o0.cloudfront.net/wp-content/themes/doxdirect/images/sprite.png?v=3) no-repeat -6px -361px;
    background-image: url(https://d2me12yo8rr0o0.cloudfront.net/wp-content/themes/doxdirect/images/sprite.webp?v=3);
}

/* ------------------------------------------------------------ *\ 
	Socials
\* ------------------------------------------------------------ */

.socials ul { list-style: none; font-size: 0; line-height: 0; }
.socials li { display: inline-block; vertical-align: top; padding: 0 3px; }
.socials li:first-child { padding-left: 0; }
.socials li:last-child { padding-right: 0; }
.socials a { display: block; width: 34px; height: 34px; background-color: #5794d2; border-radius: 50%; color: #fff; }
.socials a:hover { text-decoration: none; background-color: #ce693b; }
.socials i { display: block; width: 34px; height: 34px; font-size: 22px; line-height: 34px; text-align: center; }

.header .header-nav .menu {
    list-style: none;
    display: flex;
    flex-flow: row;
    text-decoration: none;

    margin: 7px 0px;
}

.menu > li:first-child {
	padding-left: 0;
}
.nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	padding: 0 1px;
	position: relative;
}
.nav li.menu-item-has-children > a::before {
	content: '\f13a';
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	margin-right: 4px;
	font-family: FontAwesome,Arial,sans-serif;
}

.nav ul ul {
    min-width: max-content;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #3b398f;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    display: flex;
    flex-flow: column;
    transition: all .3s ease-in-out;
    max-height: 0%;
    margin-top: 3px;
    padding: 10px 5px;
    border-radius: 5px;
}
.nav ul ul a {
	padding: 5px 10px;
}
.nav ul ul a:hover {
    background-color: #252282;
}
.list-services img, .nav li.menu-item-has-children > a::before {
	-webkit-transition: transform .4s;
	transition: transform .4s;
}
.nav a:hover, .nav li.current-menu-item > a, .nav li:hover > a {
	text-decoration: none;
	background-color: #3b398f;
}
.nav li:hover > ul {
	opacity: 1 !important;
	visibility: visible !important;
    max-height: 500px;
}
.nav a {
	color: #fff;
	display: block;
	/* padding: 11px 10px; */
    min-width: 19px;
    min-height: 19px;

    padding: 7px 10px;
    margin: auto;
    border-radius: 5px;
}
.nav-paging { width: 100%; position: relative; overflow: hidden; padding-bottom: 20px; }
.nav-paging a { font-size: 24px; line-height: 1.25; font-weight: 400; }
.nav-paging a:hover { text-decoration: none; color: #ff5c2c; }

@media screen and (max-width: 900px) {
    .nav li > ul {
        display: none !important;
    }
    
    .nav a {
        padding: 13px 10px;
    }

    .nav li {
        display: block;
        margin: 8px 7px;
        text-align: left !important;
    }

    .nav li.hover > ul {
        display: block !important;
    }

    .link-basket {
        padding: 10px 11px;
        margin: 8px 7px;
        border-radius: 4px;
    }

    .nav-utilities {
        display: none;
    }

    .header-body-group-info {
        font-size: 24px;
        margin: 0px 11px;
        padding-bottom: 100px;
    }
}

.header + * {
	position: relative;
	width: 100%;
    height: 17px;
    background-color: #bfe5f5;
}

.btn-arrow::after,
.btn-arrow::before,
.form-newsletter .gform_footer,
.widgets-footer .socials i,
a {
	-webkit-transition: color .4s,background .4s;
	transition: color .4s,background .4s;
}

.section-nav-mobile { display: none; }

.section-nav-mobile .nav {
    padding-top: 10px !important;
}

.section-nav-mobile {
    position: absolute !important;
    margin-top: 69px !important;
}
#sticker {
    display:none;
    background-color: #fff;
    padding: 7px 0px;
    z-index:999;
}

.trustpilot-widget {
	min-height: 28px;
}

.wrapper { min-height: 100%; }

.section-intro + .section-main > .shell > .section-body {
    margin-top: 15px;
}

@media screen and (max-width: 900px) {
    .section-intro + .section-main > .shell > .section-body {
        margin-top: 0;
    }

    .wrapper {
        position: relative;
    }

    .section-main .shell > .trustpilot-before {
        display: none;
    }

    .showMobile {
        display: block !important
    }

    .hideMobile {
        display: none !important
    }

    #sticker {
        display: block !important;
        position: sticky;
        top: 0;
        z-index: 999
    }

    .section-intro{ display:none; }
}

@media screen and (max-width: 900px) {
    body.show-nav-main .section-nav-mobile {
        opacity: 1;
        visibility: visible;
    }

    .logo_flex > span {
        width: 198px !important;
        height: 43px !important;
        padding: 10px 0px;
    }

    .header {
        z-index: 1000;
        padding-top: 5px
    }
    .header .header-body-group,
    .header .header-nav {
        display: none;
    }

    .nav li {
        display: block;
        padding: 0;
        text-align: center
    }
    .nav ul ul {
        position: relative;
        top: 0;
        overflow: hidden;
        max-height: 0
    }
    .nav ul ul li {
        white-space: normal
    }
    .nav li.hover>ul {
        max-height: 9999px;
        opacity: 1;
        visibility: visible;
        padding: 10px 0;
        display: block;
    }

    .nav li.nav-home {
        margin: 0
    }
    .nav li.nav-item-has-children-secondary>ul {
        width: 100%
    }
    .nav-utilities {
        padding: 20px 0;
        text-align: center
    }
    .nav-utilities li {
        font-size: 14px;
        margin-left: 5px;
        padding-left: 5px
    }
    .nav-utilities a {
        color: #fff
    }
    .nav-utilities li:first-child {
        padding: 0;
        margin: 0
    }
    .nav-paging a {
        font-size: 16px;
    }
    .section-nav-mobile {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: calc(100vh - 69px);
        width: 100%;
        overflow-y: auto;
        background-color: #252282;
        color: #fff;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .4s, visibility .4s;
        transition: opacity .4s, visibility .4s    ;
        -moz-transition: opacity .4s, visibility .4s;
        -ms-transition: opacity .4s, visibility .4s;
        -o-transition: opacity .4s, visibility .4s;
    }
    .section-nav-mobile .nav {
        padding-top: 59px;
    }
    .section-nav-mobile > p {
        display: none;
    }
    .header-body-group-nav {
        display: flex;
        flex-flow: column;
    }
    .section-nav-mobile .link-basket {
        margin-bottom: 20px;
    }
    .section-nav-mobile .socials {
        text-align: center;
        padding-bottom: 20px
    }
    .section-nav-mobile .socials+a {
        font-size: 20px;
        line-height: 1;
        color: #fff;
        display: block;
        text-align: center;
        margin-bottom: 20px
    }

    .btn-main {
        display: block;
        width: 35px;
        height: 35px;
        position: relative
    }
    .btn-main span,
    .btn-main::after,
    .btn-main::before {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 4px;
        margin-top: -2px;
        background-color: #252282;
        -webkit-transition: opacity .4s,margin .4s,-webkit-transform .4s,background .4s;
        transition: opacity .4s,margin .4s,transform .4s,background .4s;
    }
    .btn-main:before {
        margin-top: -10px
    }
    .btn-main:after {
        margin-top: 6px
    }
    body.show-nav-main {
        overflow: hidden;
    }
    body.show-nav-main .btn-main span {
        opacity: 0;
    }
    body.show-nav-main .btn-main::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.show-nav-main .btn-main::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.show-nav-main .btn-main::after,
    body.show-nav-main .btn-main::before {
        margin-top: -2px;
        background-color: #fff;
    }
    body.show-nav-main .btn-main::after,
    body.show-nav-main .btn-main::before {
        margin-top: -2px;
        background-color: #252282 !important;
    }

    #menu-navigation-menu > li:first-child {
        position: relative;
    }
    #menu-navigation-menu > li:first-child::after {
        content: 'Home';
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translate(0%, -50%);
    }
}


.floatingul {
	list-style: none;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	flex-flow: row;
	justify-content: space-evenly;
    width: 100%;
    margin: auto;
}
.floatingul > li {
	list-style: none;
	width: 100%;
	padding: 3px 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.floatingul > li a {
    font-size: 20px!important;
}
/* -------------------------------------------------------------- *\
    Header style sheet [END]
\* -------------------------------------------------------------- */


/* --------------------------------------------------------------- *\
    Main
\* --------------------------------------------------------------- */
.section-main { width: 100%; }
.section-main .section-list { width: 100%; }
.section-main .section-body { width: 100%; }
.section-main .section-body:before,
.section-main .section-body:after { content: ' '; display: table; }
.section-main .section-body:after { clear: both; }
.section-main .content { width: 100%; }
.section-main .content.alignleft,
.section-main .content.alignright { width: calc(66.666% - 8px); }
.section-main .sidebar { width: calc(33.333% - 5px); }

.section-main .content.alignleft + .sidebar { float: right; }
.section-main .content.alignright + .sidebar { float: left; }

@media screen and (max-width: 900px) {
    .section-main .content.alignleft + .sidebar,
	.section-main .content.alignright + .sidebar,
	.section-main .content.alignleft, 
	.section-main .content.alignright { float: none; width: 100%; }
	.section-main .sidebar {width: 100%; }
    .section-main { padding-top: 15px; }
}

/* ------------------------------------------------------------ *\ 
	Sliders
\* ------------------------------------------------------------ */

/*
    - Intro
*/

.sldier-intro { width: 100%; box-shadow: 6px 3px 13px -4px #777, -6px 3px 14px -4px #777; position: relative; background-color: #fff; margin-top: 14px;  }
.sldier-intro:before,
.sldier-intro:after { content: ' '; background-color: #777; position: absolute; bottom: 15px; left: 10px; box-shadow: 0 15px 10px #777; max-width: 300px; width: 50%; top: 80%; z-index: -1; }
.sldier-intro:before {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
}
.sldier-intro:after { left: auto; right: 10px; }
.sldier-intro:after {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
}
.sldier-intro ul.slides { list-style: none; width: 100%; position: relative; overflow: hidden; max-height: 310px;}
.sldier-intro.slider-active ul.slides { height: 283px; }
.sldier-intro li.slide { /* float: left; */ width: 100%; position: relative; min-height: 280px; }
.sldier-intro .slide-body {/* max-width: 350px;*/ padding: 18px; position: relative; z-index: 10; }
.sldier-intro .slide-body h1 { padding-bottom: 5px; }
.sldier-intro .slide-body h6 { font-size: 16px; line-height: 1.25; color: #7a7a7a; font-weight: 700; padding-bottom: 24px; }
.sldier-intro .slide-body ul { list-style: none; padding-bottom: 26px; }
.sldier-intro .slide-body ul li { padding-left: 12px; position: relative; font-size: 14px; line-height: 1.17; padding-bottom: 5px; }
.sldier-intro .slide-body ul li:last-child { padding-bottom: 0; }
.sldier-intro .slide-body ul li:before { content: ' '; position: absolute; left: 0; top: 6px; width: 5px; height: 5px; border-radius: 50%; background-color: #000; }
.sldier-intro .slide-body p { padding-bottom: 24px; }
.sldier-intro .slide-body > *:last-child { padding-bottom: 0; }
.sldier-intro .slide-image { position: absolute; right: 0; top: 0; bottom: 0; width: calc(100% - 380px); background-size: 500px; background-position: right center; background-repeat: no-repeat; z-index: 1; }
.slider-heading { font-size: 30px; padding-bottom: 5px; line-height: 1.25; font-weight: 200; color: #252282; }
@media screen and (max-width: 900px) {
    .sldier-intro .slide-image {
        background-image: none !important;
    }
}

.sldier-intro .slider-actions { position: absolute; left: 0; right: 0; bottom: 0; background-color: rgba(200,200,200,1); z-index: 200; }
.sldier-intro .slider-actions ul { list-style: none; font-size: 0; line-height: 0; text-align: center; }
.sldier-intro .slider-actions li { display: inline-block; vertical-align: top; font-size: 14px; line-height: 30px; }
.sldier-intro .slider-actions a { display: block; padding: 0 6px; color: #fff; }
.sldier-intro .slider-actions li.selected > a,
.sldier-intro .slider-actions a:hover { text-decoration: none; background-color: #ff5c2c; }

/*
    - Entry
*/

.slider-entry {border: 2px solid #eee; border-radius: 10px; position: relative; overflow: hidden; background-color: #5797cb; margin-bottom: 16px; }
.slider-entry.alignleft,
.slider-entry.alignright { width: 450px; }
.slider-entry.alignleft li.slide,
.slider-entry.alignright li.slide { width: 450px; height: 300px; }
.slider-entry.alignleft { margin-right: 10px; }
/*.slider-entry.alignright { margin-left: 10px; }*/
.slider-entry ul.slides { list-style: none; width: 100%; position: relative; overflow: hidden; padding: 0; background-color: #fff; }
.slider-entry li.slide { height:100%; float: left; width: 100%; position: relative; overflow: hidden; }
/* .slider-entry img { display: block; width: 100%; height: 100% ; max-height:  315px; } */
.slider-entry img { display: block; width: 100%; height: 100% ; aspect-ratio: 3/2; }
.slider-entry .btn-arrow  { position: absolute; top: 50%; margin-top: -14px; z-index: 200; }
.slider-entry .btn-prev { left: 10px; }
.slider-entry .btn-next { right: 10px; }

.slider-entry .slides .slide { display: none; }
.slider-entry .slides .slide.active { display: block; }

/* ------------------------------------------------------------ *\ 
	Body Classes
\* ------------------------------------------------------------ */

body.home .sldier-intro .slide-body { padding-bottom: 48px; max-width: 435px; }
body.home .sldier-intro .slide-body h1 { font-size: 26px; }
body.home .sldier-intro .slide-body h6 { font-size: 12px; }
body.home .sldier-intro .slide-image { width: 100%; background-size: contain; background-position: right center; }
body.home .post-entry hr { margin: 10px 0 15px 0; }

@media screen and (max-width: 1080px) {
    .sldier-intro .slide-image { background-size: contain; }

    
	/* ------------------------------------------------------------ *\ 
		Sliders
	\* ------------------------------------------------------------ */
	
	.slider-entry.alignleft,
	.slider-entry.alignright {margin:auto auto 9px; width: 330px; float: none;display:block; }
	.slider-entry.alignright li.slide{width:100%;height:auto}


    /* ------------------------------------------------------------ *\ 
        Body Classes
    \* ------------------------------------------------------------ */

    body.home .sldier-intro .slide-body ul,
    body.home .sldier-intro .slide-body h6 { padding-bottom: 12px; }
    body.home .sldier-intro .slide-body { padding-bottom: 78px; }
    body.home .sldier-intro .slide-image { width: calc(100% - 280px);  }
}


/* ------------------------------------------------------------ *\
    Trust indicators
\* ------------------------------------------------------------ */
.trust-indicator {
    display: inline-flex;
    background-color: #999;
    width: 100%;
    color: #fff;
    padding: .4% 0;
}
.trust-indicator div {
    border-right: 1px solid #fff;
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    padding: 0 1%;
}
.trust-indicator div:first-child {
    border-left: none;
}
.trust-indicator div:last-child {
    border-right: none;
}
.trust-indicator div span {
    margin: auto 0px;
}
.trust-indicator div span i {
    min-width: 21.25px;
    min-height: 21.25px;
}
.trust-indicator div span:nth-child(1) {
    font-size: 1.3vw;
}
.trust-indicator div span:nth-child(2) {
    font-size: 1.2vw;
    width: max-content;
    padding-left: 5px;
}
@media screen and (min-width: 1170px) {
    .trust-indicator div span:nth-child(1) {
        font-size: 17px;
    }
    .trust-indicator div span:nth-child(2) {
        font-size: 14px;
    }
}


/* ------------------------------------------------------------ *\ 
	Lists
\* ------------------------------------------------------------ */
.list-services-secondary { width: 100%; padding-bottom: 11px; }
.list-services-secondary ul { list-style: none; position: relative; margin: -8px; font-size: 0; line-height: 0; }
.list-services-secondary li { display: inline-block; vertical-align: top; width: 50%; padding: 8px; font-size: 14px; line-height: 1.71; -webkit-box-sizing: border-box; box-sizing: border-box; }
.list-services-secondary strong { display: block; font-size: 1.4rem; font-weight: 400; line-height: 1; padding-bottom: 4px; }
.list-services-secondary img { position: absolute; left: 0px; top: 50%; width: 50px; height: auto; z-index: 10; }
.list-services-secondary img {
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
}
.list-services-secondary span { display: block; position: relative; z-index: 12; }
.list-services-secondary a { border-radius: 7px; overflow: hidden; display: block; color: #000; background-color: #edeeec; padding: 8px 20px 8px 73px; position: relative; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; }
.list-services-secondary a:before { content: ' '; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background: url(https://d2me12yo8rr0o0.cloudfront.net/wp-content/themes/doxdirect/images/box-pattern-img-1.png) no-repeat 0 0; background-size: auto 100%; }
.list-services-secondary a:hover { text-decoration: none; }

/*
    - Boxes
*/

.list-boxes {  position: relative; padding: 6px 0 14px 0; }
.list-boxes ul { list-style: none; padding: 0!important; font-size: 0; line-height: 0; position: relative; overflow: hidden; margin: -8px; }
.list-boxes ul > li { display: block; border: 2px solid #5797cb; border-radius: 6px; width: 33.333%; padding: 6px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.list-boxes ul > li.alignright p { padding-bottom: 24px; }
.list-boxes blockquote { height: auto!important;padding: 16px; position: relative; }
.list-boxes blockquote > * { position: relative; z-index: 10; }
.list-boxes ul > li.alignright blockquote > *:last-child,
.list-boxes blockquote > *:last-child { padding-bottom: 0; }
.list-boxes blockquote > img { position: absolute; right: 5px; top: 5px; width: 50px; height: auto; z-index: 1; }
.list-boxes h6 { font-size: 18px; color: #7a7a7a; font-weight: 700; padding: 0 40px 20px 0; }
.list-boxes p { font-size: 14px; line-height: 1.43; padding-bottom: 14px; }

.list-boxes .alignright { float: none !important; }
.list-boxes ul {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 1080px) {
    .list-boxes ul {
        display: grid;
        grid-template-columns: auto auto;
    }
	.list-boxes ul > li {
        width: 100%;
        margin: 0 auto 12px;
    }
    .list-boxes blockquote { min-height: auto; }
    .list-services-secondary strong { font-size: 1.2rem; }
}
@media screen and (max-width: 900px) {
    .list-boxes ul { margin: 0; }
	.list-boxes ul > li {
        width: 100%;
        padding: 0 0 20px 0;
        display: block;
        margin: 0 0 14px;
    }
	.list-boxes ul > li:last-child { padding-bottom: 0; }
}
@media screen and (max-width: 500px) {
    .list-boxes ul {
        display: flex;
        flex-flow: column;
    }
    .list-boxes ul > li {
        margin-bottom: 7px;
    }
}

/*
    - Image
*/

.list-image { width: 100%; padding: 14px 0; }
.list-image ul { list-style: none; font-size: 0; line-height: 0; position: relative; margin: -5px; padding: 0 !important; }
.list-image ul > li { display: inline-block; vertical-align: top; width: 50%; padding: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.list-image a { display: block; border: 2px solid #eee; position: relative; border-radius: 15px; overflow: hidden; }
.list-image span {
    position: absolute;
    left: 0; /* right: 50px; */ top: 0; background-color: #eee; color: #000; font-size: 13px;
    line-height: 18px;
    padding: 5px 20px 9px 17px;
    border-radius: 7px 0px 21px 0px;
    font-weight: 600;
    min-width: 150px;
}
.list-image span::after {
	content: '';
	position: absolute;
	background-color: #eee;
	width: 26px;
	height: 26px;
	top: 85%;
    left: 0px;
	clip-path: polygon(0% 100%, 4% 86%, 11% 69%, 19% 57%, 30% 46%, 43% 36%, 60% 28%, 71% 23%, 82% 20%, 92% 19%, 100% 20%, 100% 0, 0 0);
}
.list-image img { display: block; margin: 12px auto -7px;}
.list-image a:hover { text-decoration: none; }

@media screen and (max-width: 600px) {
    .list-image ul > li { width: 100%; }
}

/*
    - Articles
*/

.list-articles { position: relative; overflow: hidden; padding-bottom: 20px; }
.list-articles > ul { list-style: none; position: relative; margin: -6px; }
.list-articles > ul > li { float: left; width: 50%; padding: 6px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.list-articles > ul > li:nth-child(even) { float: right; }
.list-articles > ul > li:nth-child(odd) { clear: left; }
.list-articles .article .article-body h6 { font-size: 12px; font-weight: 400; }
.list-articles h2.blog-title { margin: 20px 0; text-align: center; }

/* ------------------------------------------------------------ *\ 
	Articles
\* ------------------------------------------------------------ */

/*
    - Main
*/

.article { border: 2px solid #6ba4d1; border-radius: 6px; min-height:400px;}
.article .article-image { width: 100%; border-bottom: 2px solid #6ba4d1; }
.article .article-image a { display: block; }
.article .article-image img { display: block; border-radius: 4px 4px 0 0; margin: 0 auto; max-width: 100%; max-height: 186px; }
.article .article-body { padding: 10px; }
.article .article-body h5 { font-weight: 400; padding-bottom: 4px; }
.article .article-body h5 a:hover { text-decoration: none; color: #ff3f21; }
.article .article-body h6 { font-size: 16px; line-height: 1.50; color: #7a7a7a; font-weight: 700; padding-bottom: 10px; }
.article .article-body p { font-size: 12px; line-height: 1.33; }
.article .article-body p a { color: #252282; font-size: 12px; font-weight: 700; }
.article .article-actions { position: relative; overflow: hidden; padding: 8px 10px 10px 10px; }
.article .article-actions p { float: left; font-size: 13px; line-height: 1; margin-right: 10px; position: relative; margin-top: -3px; }
.article .article-actions p strong { display: block; font-size: 22px; line-height: 1; color: #000; }
.article .article-actions a.btn { position: relative; overflow: hidden; display: block; }

@media screen and (max-width: 900px) {
    .list-services-secondary span { padding-left: 10px; }
    .list-services-secondary { margin: 0; padding-bottom: 20px; }
	.list-services-secondary ul { margin: 0; }
	.list-services-secondary strong { font-size: 20px; }
	.list-services-secondary li { font-size: 12px; }
	.list-services-secondary a { padding-left: 58px; }
	.list-services-secondary li:last-child { padding-bottom: 0; }
	.list-services-secondary img { width: 38px; left: 3px; }
    
    .list-articles>ul>li,
    .list-articles>ul>li:nth-child(even) {
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .list-services-secondary li { display: block; width: 100%; padding: 0 0 20px 0; }
}

/* ------------------------------------------------------------ *\ 
	Post
\* ------------------------------------------------------------ */

/*
    - Main
*/

.post { width: 100%; padding-bottom: 24px; }
.post:after,
.post:before { content: ' '; display: table; }
.post:after { clear: both; }

    /*
        - Title
    */

.post-title { width: 100%; padding-bottom: 14px; }
.post-title h1 { font-size: 30px; line-height: 1.20; }
.post-title h6 { font-size: 13px; line-height: 1.23; color: #7a7a7a; font-weight: 700; }

    /*
        - Entry
    */

.post-entry { width: 100%; position: relative; overflow: hidden; padding-bottom: 19px; }
.post-entry.alignleft,
.post-entry.alignright { width: 25%; padding-right: 8px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.post-entry h1 { font-size: 30px; line-height: 1.15; padding-bottom: 8px; padding-top:8px;}
.post-entry h1 + h6 { padding-bottom: 20px; }
.post-entry h2 { padding-bottom: 6px; }
.post-entry h2 strong { color: #7a7a7a; font-size: 18px; line-height: 1.33; font-weight: 700; }
/* .post-entry h4 {} */
.post-entry h5 { padding-bottom: 6px; }
.post-entry h5 strong { color: #000; }
.post-entry h6 { font-size: 18px; color: #7a7a7a; font-weight: 700; }
.post-entry p { padding-bottom: 8px; }
.post-entry p img { padding-bottom: 10px; }
.post-entry img { max-width: 100%; height: auto; }
/* .post-entry blockquote {} */
.post-entry hr { width: 100%; position: relative; overflow: hidden; clear: both; border: 0; border-bottom: 1px solid #5797cb; height: 0; margin-bottom: 18px; }
.post-entry ol,
.post-entry ul { padding: 0 0 14px 18px; }
/* .post-entry li {} */
.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul { padding-bottom: 0; }
/* .post-entry .alignleft {}
.post-entry .alignright {}
.post-entry .alignnone {} */
.post-entry a.btn { margin-bottom: 19px; }
.post-entry > *:not(blockquote):last-child { padding-bottom: 0; }
.post-entry > hr:last-child { margin-bottom: 0; }

    /*
        - Articles
    */

.post-articles { position: relative; margin: 0 -8px 0 0; }
.post-articles > ul { list-style: none; }
.post-articles > ul > li { width: 25%; padding: 10px 8px; float: left; -webkit-box-sizing: border-box; box-sizing: border-box; }

    /*
        - Share
    */

.post-share { position: relative; overflow: hidden; }
.post-share p { float: left; margin-right: 10px; line-height: 28px; font-size: 18px; color: #7a7a7a; font-weight: 700; }
.post-share .post-share-group { position: relative; overflow: hidden; }
.post-share .post-share-group > span { float: left; width: 20%; padding-bottom: 5px; }
.post-share .post-share-group span.stButton { display: block !important; padding: 6px 10px 6px 6px; background-color: #ccc; color: #fff; border-radius: 4px; }
.post-share .post-share-group .st_facebook span.stButton { background-color: #3f4f8a; }
.post-share .post-share-group .st_twitter span.stButton { background-color: #5898d8; }
.post-share .post-share-group .st_googleplus span.stButton { background-color: #af4f31; }
.post-share .post-share-group .st_pinterest span.stButton { background-color: #9f3121; }
.post-share .post-share-group .st_linkedin span.stButton { background-color: #406ea1; }
.post-share .post-share-group .stButton .chicklets { color: #fff; }

@media screen and (max-width: 900px) {
    /* ------------------------------------------------------------ *\ 
		Posts
	\* ------------------------------------------------------------ */
	
		/*
			- Entry
		*/

	.post-entry.alignleft, 
	.post-entry.alignright { float: none; width: 100%; padding: 0 0 20px 0; }

		/*
			- Articles
		*/

	.post-articles { margin: 0 -8px; }
	.post-articles > ul > li { width: 33.333%; }

		/*
			- Share
		*/

	.post-share .post-share-group > span { width: 33.333%; }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 300;
}
h1,
h3{
  color: #252282;
}
h2,
h5 {
  color: #0097D7;
}
h4 {
  color: #000000;
}

/* ------------------------------------------------------------ *\ 
	Widgets
\* ------------------------------------------------------------ */

/*
    - Titles
*/

h4.widget-title { font-size: 26px; line-height: 1.31; font-weight: 400; padding-bottom: 8px; }
h4.widget-title span { display: block; position: relative; z-index: 10; }

    /*
        - Sidebar
    */

.widgets-sidebar { list-style: none; }
.widgets-sidebar > li.widget { list-style: none; /*padding-bottom: 16px;*/ }
.widgets-sidebar > li.widget li.current-cat > a,
.widgets-sidebar > li.widget li.current-menu-item > a { color: #ff3f21; }
.widgets-sidebar > li.widget > ul { list-style: none; }
.widgets-sidebar > li.widget:last-child { padding-bottom: 0; }

    /*
        - Calculator
    */

.widget-calculator h4.widget-title,
.widget-quote_calculator h4.widget-title {
    font-size: 14px; line-height: 1.71; display: block; color: #000; background-color: #edeeec; padding: 8px 20px 8px 73px; position: relative;
}

.widget-calculator h4.widget-title:before ,
.widget-quote_calculator h4.widget-title:before {
    content: ' '; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background: url(https://d2me12yo8rr0o0.cloudfront.net/wp-content/themes/doxdirect/images/box-pattern-img-1.png) no-repeat 0 0; background-size: auto 100%;
}

.widget-calculator,
.widget-quote_calculator {
    border-radius: 7px;
    overflow: auto;
}

.widget-calculator h4.widget-title:after,
.widget-quote_calculator h4.widget-title:after {
    content: ' '; width: 50px; height: 75px; position: absolute; left: 1px; top: 50%; background: url(https://d2me12yo8rr0o0.cloudfront.net/wp-content/themes/doxdirect/images/ico-large-img-2.png) no-repeat 0 0; background-size: 50px 75px; z-index: 2;
}

.widget-calculator h4.widget-title:after,
.widget-quote_calculator h4.widget-title:after {
    -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
}

.widget-quote_calculator h4 { font-weight: 400; }

.widget-calculator h4.widget-title strong,
.widget-quote_calculator h4.widget-title strong {
    display: block; font-size: 1.4rem; font-weight: 400; line-height: 1; padding-bottom: 4px;
}
@media screen and (max-width: 1080px) {
    .widget-calculator h4.widget-title strong,
    .widget-quote_calculator h4.widget-title strong {
        font-size: 1.2rem;
    }

    h4.widget-title span,
    .list-services-secondary span {
        font-size: 13px;
    }
}

.widget-calculator > img,
.widget-quote_calculator > img {
    display: block; width: 100%; height: auto;
}

    /*
        - Text
    */

.widget_text .textwidget { width: 100%; position: relative; overflow: hidden; }
.widget_text .textwidget p { padding-bottom: 10px; }
.widget_text .textwidget img { max-width: 100%; height: auto; }
.widget_text .textwidget > *:last-child { padding-bottom: 0; }

    /*
        - Footer
    */

.widgets-footer { list-style: none; position: relative; overflow: hidden; margin: -12px; color: #fff; }
.widgets-footer h5.widget-title { color: #fff; padding-bottom: 6px; }
.widgets-footer a { color: #fff; }
.widgets-footer a:hover { text-decoration: none; color: #252282; }
.widgets-footer > li.widget { float: left; list-style: none; width: 25%; padding: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.widgets-footer > li.widget_nav_menu ul { list-style: none; position: relative; overflow: hidden; }
.widgets-footer > li.widget_nav_menu > ul { margin: -12px; }
.widgets-footer > li.widget_nav_menu > ul > li { float: left; width: 50%; padding: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.widgets-footer > li.widget_nav_menu > ul > li > a { display: inline-block; font-size: 24px; line-height: 1.08; padding-bottom: 6px;  }
.widgets-footer > li.widget_nav_menu li { font-size: 14px; line-height: 20px; }
.widgets-footer .socials li { display: block; padding: 0 0 5px 0; }
.widgets-footer .socials li:last-child { padding-bottom: 0; }
.widgets-footer .socials a { background-color: transparent; color: #0097d7; width: auto; border-radius: 0; }
.widgets-footer .socials i { display: inline-block; vertical-align: top; background-color: #fff; border-radius: 50%; }
.widgets-footer .socials span { display: inline-block; vertical-align: top; color: #fff; font-size: 14px; line-height: 34px; margin-left: 10px; }
.widgets-footer .socials a:hover { background-color: transparent; color: #252282; }
.widgets-footer .socials a:hover i { background-color: #252282; color: #fff; }
.widgets-footer .widget_text img { display: block; padding-bottom: 10px; }
.widgets-footer .widget_text img + img + img { padding-top: 60px; }
.widgets-footer .widget_text p { font-size: 12px; line-height: 1.50; }

.widgets-footer .socials > ul > li { display: inline-block; margin-right: 6px; }
.widgets-footer .socials > ul > li > a > span { display:none!important }

    /*
        - Category, Posts
    */

.widget_categories,
/*.widget_recent_entries { padding-bottom: 14px; margin-bottom: 16px; border-bottom: 2px solid #6ba4d1; }*/
.widget_categories li,
.widget_recent_entries li { font-size: 13px; line-height: 1.85;list-style: none; }
.widget_categories a:hover,
.widget_recent_entries a:hover { text-decoration: none; color:  #252282}

    /*
        - Twitter
    */ 

.widget-twitter { width: 100%; }
.widget-twitter > img { display: block; width: 100%; height: auto; }

    /*
        - Instagram
    */ 

.widget-instagram { width: 100%; }
.widget-instagram li { float: left; margin: 5px; opacity: 0.8; }
.widget-instagram li:hover { opacity: 1; }
.widget-instagram li:nth-child(odd) { clear: both; }



/* ------------------------------------------------------------ *\ 
	Footer
\* ------------------------------------------------------------ */

.footer { width: 100%; background: #0097d7 url(https://d2me12yo8rr0o0.cloudfront.net/wp-content/themes/doxdirect/images/footer.png) repeat-x 0 0; background-size: 22px 13px; padding: 44px 0 22px 0; color: #fff; }
.footer .footer-widgets { width: 100%; }
.footer .footer-copy { width: 100%;text-align:center;padding-top:20px;}
.footer .footer-copy a { color: #fff; display: inline-block; vertical-align: top; padding: 0 2px; }
.footer .footer-copy a:hover { text-decoration: none; color: #252282; }

@media screen and (max-width: 900px) {
    /* ------------------------------------------------------------ *\ 
		Footer
	\* ------------------------------------------------------------ */
	.widgets-footer { margin: 0; }
	.widgets-footer > li.widget,
	.widgets-footer > li.widget_nav_menu { float: none; width: 100%; padding: 0 0 20px 0; }
	.widgets-footer > li.widget:last-child { padding-bottom: 0; }
	.widgets-footer .widget_text img { display: block; margin: 0 auto; }
	.widgets-footer .widget_text img + img + img { padding-top: 0; }

	.footer .footer-copy { text-align: center; padding-top: 20px; }
	/* .widgets-footer > li:not(.carbon_contactinformationwidget){display:none} */
	.socials > ul > li > a > span {display:none!important}
	.widgets-footer .socials li {display:inline-block;padding:6px!important;}
	.widgets-footer > li.carbon_paymentmethodlogoswidget .widget-pay-logos {
		grid-template-columns: 110px 110px 110px auto;
		transform: scale(.6);
		-webkit-transform: scale(.6);
		-moz-transform: scale(.6);
		-ms-transform: scale(.6);
		-o-transform: scale(.6);
	}
	.widgets-footer > li.carbon_paymentmethodlogoswidget {
		height: 160px;
	}
}

/* DEFER */
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	margin-top: 10px;
	margin-bottom: 10px;
}

#cookie_bar {
    position: fixed;
    bottom: 0px; left: 0px; right: 0px;
    background-color: rgb(235, 235, 235);
    font-family: inherit;
    color: rgb(99, 99, 99);
    display: flex;
    flex-flow: row;
    justify-content: center;
    z-index: 999;
    padding: 20px 0px;
}

#closeCookieBar {
    background-color: #151515;
    padding: 10px 13px;
    color: #fff;
    align-items: center;
    display: flex;
    cursor: pointer
}