@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.woff2') format('woff2'),
    url('../fonts/Impact.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}


:root {

  --f_montserrat: "Montserrat", sans-serif;
  --f_poppins: "Poppins", sans-serif;
  --f_plusjakartasans: "Plus Jakarta Sans", sans-serif;
  /*--f_antonregular: "Anton", sans-serif;*/


  --white: #ffffff;
  --white1: rgba(255, 255, 255, 0.2);
  --white2: rgba(255, 255, 255, 0.5);
  --white3: rgba(255, 255, 255, 0.19);
  --black: #000000;
  --blacktrans: rgba(0, 0, 0, 0.6);
  --blacktrans1: rgba(0, 0, 0, 0.3);
  --black1: #161C2D;
  --black2: #2A3A0F;
  --primary: #012663;
  --lightprimary: #043d9e;
  --lightprimary1: rgba(1, 38, 99, 0.4);
  --darkblue1: #04376F;
  --darkblue2: #02285D;
  --darkblue3: #063C6C;
  --darkblue4: #04204D;
  --darkblue4_light40: rgba(4, 32, 77, 0.4);
  --darkblue4_light17: rgba(4, 32, 77, 0.17);
  --darkblue4_light56: rgba(4, 32, 77, 0.56);
  --darkblue5: #345180;
  --darkblue6: #022A66;
  --blue: #00a7e1;
  --blue1: #1199B2;
  --blue2: #24B7D2;
  --blue3: #00D7FF;
  --lightblue: #59B8C9;
  --lightblue1: #1E67A3;
  --cyan: #2EF2FF;
  --cream: #CAADA1;
  --grey: #EAEAEA;
  --grey1: #EDEDED;
  --grey2: #EFEFEF;
  --grey3: #F1F1F1;
  --grey4: #F3F3F3;
  --grey5: #dbd9d9;
  --grey6: #99A8C1;
  --grey7: #A6B3C9;
  --grey8: rgba(102, 102, 102, 0.35);
  --grey9: rgba(102, 102, 102, 0.8);
  --grey10: #666666;
  --grey11: #f4f4f4;
  --darkgrey: #565e64;
  --darkgrey1: #1F1F1F;
  --darkgrey2: #BDBEBE;
  --darkgrey3: #A6A2A2;
  --darkgrey4: #D4D5D5;
  --lightgrey: #88898a;
  --lightgrey1: #E7E9ED;
  --lightgrey2: rgba(231, 233, 237, 0.13);
  --yellow: #FEC965;

  --green: #06A110;
  --lightgreen: #c9f7dc;
  --red: #f32f2f;
  --red1: #F64B4B;
  --purple: #a707f1;
  --purple1: #60048B;
  --orange: #FB7023;
  --lightorange: #f7925c;


  --f_sz8: 8px;
  --f_sz10: 10px;
  --f_sz11: 11px;
  --f_sz12: 12px;
  --f_sz13: 13px;
  --f_sz14: 14px;
  --f_sz15: 15px;
  --f_sz16: 16px;
  --f_sz17: 17px;
  --f_sz18: 18px;
  --f_sz19: 19px;
  --f_sz20: 20px;
  --f_sz21: 21px;
  --f_sz22: 22px;
  --f_sz24: 24px;
  --f_sz25: 25px;
  --f_sz26: 26px;
  --f_sz28: 28px;
  --f_sz30: 30px;
  --f_sz32: 32px;
  --f_sz36: 36px;
  --f_sz40: 40px;
  --f_sz48: 48px;
  --f_sz50: 50px;
  --f_sz55: 55px;
  --f_sz58: 58px;
  --f_sz60: 60px;
  --f_sz70: 70px;
  --f_sz80: 80px;

}


html,
body {
  /* IE 10-11 didn't like using min-height */
  height: 100%;
}

body {
  overflow-x: hidden;
}

.accent-custom {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}

footer {
  flex-shrink: 0;
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}

/*Font Awesome Fonts*/
@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css') format('truetype');
}

.f_sz8 {
  font-size: var(--f_sz8);
}

.f_sz10 {
  font-size: var(--f_sz10);
}

.f_sz11 {
  font-size: var(--f_sz11);
}

.f_sz12 {
  font-size: var(--f_sz12) !important;
}

.f_sz13 {
  font-size: var(--f_sz13);
}

.f_sz14 {
  font-size: var(--f_sz14);
}

.f_sz15 {
  font-size: var(--f_sz15);
}

.f_sz16 {
  font-size: var(--f_sz16);
}

.f_sz17 {
  font-size: var(--f_sz17);
}

.f_sz18 {
  font-size: var(--f_sz18);
}

.f_sz19 {
  font-size: var(--f_sz19);
}

.f_sz20 {
  font-size: var(--f_sz20);
}

.f_sz21 {
  font-size: var(--f_sz21);
}

.f_sz22 {
  font-size: var(--f_sz22);
}

.f_sz24 {
  font-size: var(--f_sz24);
}

.f_sz25 {
  font-size: var(--f_sz25);
}

.f_sz26 {
  font-size: var(--f_sz26);
}

.f_sz28 {
  font-size: var(--f_sz28);
}

.f_sz30 {
  font-size: var(--f_sz30);
}

.f_sz32 {
  font-size: var(--f_sz32);
}

.f_sz36 {
  font-size: var(--f_sz36);
}

.f_sz40 {
  font-size: var(--f_sz40);
}

.f_sz48 {
  font-size: var(--f_sz48);
}

.f_sz50 {
  font-size: var(--f_sz50);
}

.f_sz55 {
  font-size: var(--f_sz55);
}

.f_sz58 {
  font-size: var(--f_sz58);
}

.f_sz60 {
  font-size: var(--f_sz60);
}

.f_sz70 {
  font-size: var(--f_sz70);
}

.f_sz80 {
  font-size: var(--f_sz80);
}

.f_primary {
  color: var(--primary);
}

.f_white {
  color: var(--white);
}

.f_black {
  color: var(--black);
}

.f_cream {
  color: var(--cream);
}

.f_blue {
  color: var(--blue);
}

.f_red {
  color: var(--red);
}

.f_red1 {
  color: var(--red1);
}

.f_green {
  color: var(--green);
}

.f_yellow {
  color: var(--yellow);
}

.f_darkgrey {
  color: var(--darkgrey);
}

.f_grey5 {
  color: var(--grey5);
}

.f_blue1 {
  color: var(--blue1);
}

.f_blue2 {
  color: var(--blue2);
}

.f_grey6 {
  color: var(--grey6);
}

.f_grey7 {
  color: var(--grey7);
}

.f_grey8 {
  color: var(--grey8);
}

.f_grey9 {
  color: var(--grey9);
}

.f_grey10 {
  color: var(--grey10);
}

.f_purple {
  color: var(--purple);
}

.f_darkgrey2 {
  color: var(--darkgrey2);
}

.f_darkgrey3 {
  color: var(--darkgrey3);
}

.f_orange {
  color: var(--orange);
}



.accent-custom input::-webkit-input-placeholder,
.accent-custom textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--grey10) !important;
  opacity: 1;
  font-size: var(--f_sz16);
}

.accent-custom input::-moz-placeholder,
.accent-custom textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--grey10) !important;
  font-size: var(--f_sz16);
}

.accent-custom input:-ms-input-placeholder,
.accent-custom textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--grey10) !important;
  font-size: var(--f_sz16);
}

.accent-custom input:-moz-placeholder,
.accent-custom textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--grey10) !important;
  font-size: var(--f_sz16);
}

.accent-custom .cartmini__wrapper textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--grey10) !important;
  opacity: 1;
  font-size: var(--f_sz14);
}

.accent-custom .cartmini__wrapper textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--grey10) !important;
  font-size: var(--f_sz14);
}

.accent-custom .cartmini__wrapper textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--grey10) !important;
  font-size: var(--f_sz14);
}

.accent-custom .cartmini__wrapper textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--grey10) !important;
  font-size: var(--f_sz14);
}

.crsr_pntr {
  cursor: pointer;
}

.txt_underline {
  text-decoration: underline;
}

.txt_underlinenone {
  text-decoration: none;
}

.brdr_radius0 {
  border-radius: 0px;
}

.brdr_radius10 {
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}

.brdr_radius20 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.brdr_radius202000 {
  border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
}

.brdr_radius35 {
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}

.brdr_radius001212 {
  border-radius: 0 12px 12px 0 !important;
  -moz-border-radius: 0 12px 12px 0 !important;
  -webkit-border-radius: 0 12px 12px 0 !important;
}

.w-115 {
  width: 115px;
}

.w-150 {
  width: 150px;
}

.w-180 {
  width: 180px;
}

.w-215 {
  width: 215px;
}

.w-230 {
  width: 230px;
}

.zindex0 {
  z-index: 0;
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.lnhgt15 {
  line-height: 15px;
}

.lnhgt20 {
  line-height: 20px;
}

.lnhgt25 {
  line-height: 25px;
}

.lnhgt30 {
  line-height: 30px;
}

.lnhgt32 {
  line-height: 32px;
}

.lnhgt35 {
  line-height: 35px;
}

.lnhgt45 {
  line-height: 45px;
}

.brdr_btm {
  border-bottom: 1px solid var(--lightgrey2);
}

.brdr_btm_transparent {
  border-bottom: 1px solid transparent !important;
}

.brdr_cream {
  border: 1px solid var(--cream);
}

.accent-custom {
  font-size: var(--f_sz16);
  color: var(--black) !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  background-color: var(--white);
}

.accent-custom .f_mregular {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.accent-custom .f_mmedium {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.accent-custom .f_msemibold {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.accent-custom .f_mbold {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.accent-custom .f_mextrabold {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.accent-custom .f_mblack {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}


.accent-custom .f_pthin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.accent-custom .f_pextralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.accent-custom .f_plight {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.accent-custom .f_pregular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.accent-custom .f_pmedium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.accent-custom .f_psemibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.accent-custom .f_pbold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.accent-custom .f_pextrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.accent-custom .f_pblack {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.accent-custom .f_pthinitalic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.accent-custom .f_pextralightitalic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.accent-custom .f_plightitalic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.accent-custom .f_pregularitalic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.accent-custom .f_pmediumitalic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.accent-custom .f_psemibolditalic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.accent-custom .f_pbolditalic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.accent-custom .f_pextrabolditalic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.accent-custom .f_pblackitalic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.accent-custom .f_plusjakartasansregular {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.accent-custom .f_plusjakartasansmedium {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.accent-custom .f_plusjakartasanssemibold {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.accent-custom .f_plusjakartasansbold {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.accent-custom .f_plusjakartasansextrabold {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* .accent-custom .f_antonregular { font-family: "Anton", sans-serif; font-weight: 400; font-style: normal; } */


.accent-custom .bg_blacktrans {
  background-color: var(--blacktrans);
}

.accent-custom .bg_primary {
  background-color: var(--primary);
}

.accent-custom h1,
.accent-custom h2,
.accent-custom h3,
.accent-custom h4,
.accent-custom h5,
.accent-custom h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

.accent-custom p {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.accent-custom .link {
  color: var(--blue1);
  text-decoration: underline;
}

.accent-custom .link:hover {
  color: var(--blue1);
  text-decoration: underline;
}

.accent-custom .tp-login-input input,
.accent-custom .tp-contact-input input {
  height: 56px;
  background-color: transparent;
  border: 1px solid var(--grey8);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  color: var(--black);
  font-size: var(--f_sz16);
}

.accent-custom .form-select {
  height: 56px;
  background-color: transparent;
  border: 1px solid var(--grey8);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  color: var(--black);
  font-size: var(--f_sz16);
}

.accent-custom .tp-login-input textarea,
.accent-custom .tp-contact-input textarea {
  background-color: transparent;
  border: 1px solid var(--grey8);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  color: var(--black);
  font-size: var(--f_sz16);
}

.accent-custom .input-group-text {
  background-color: transparent;
  border: 1px solid var(--grey8);
  padding: .375rem 1.25rem;
  color: var(--white);
  font-size: var(--f_sz16);
}

.accent-custom .form-label {
  font-weight: 600;
}

.accent-custom .custom-select {
  color: var(--grey10);
  /* placeholder color */
}

/* When a real option is selected */
.accent-custom .custom-select:not(:has(option:checked[value=""])) {
  color: var(--black);
}

/* Dropdown options */
.accent-custom .custom-select option {
  color: var(--grey10);
}

/* Placeholder option */
.accent-custom .custom-select option[value=""] {
  color: var(--grey10);
}

.accent-custom .tp-contact-remeber input:checked~label::after {
  border: 1px solid var(--white);
  background-color: var(--orange);
}

.accent-custom .tp-contact-remeber label::before {
  content: url(../img/form/check.svg);
}

.accent-custom .tp-contact-remeber label {
  color: var(--black);
}

.accent-custom .textarea_hgt50 {
  height: 50px;
}

.accent-custom .textarea_hgt100 {
  height: 100px;
}

.accent-custom .textarea_hgt150 {
  height: 150px;
}

.accent-custom .textarea_resize {
  resize: none;
}

.accent-custom .tp-contact-input textarea {
  height: 100px;
}

.accent-custom .tp-btn-cream {
  background-color: var(--cream) !important;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}

.accent-custom .tp-btn-cream:hover {
  background-color: var(--lightprimary) !important;
  color: var(--white) !important;
}

.accent-custom .tp-btn-primary {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border: 1px solid var(--orange);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  text-decoration: none !important;
}

.accent-custom .tp-btn-primary:hover {
  background-color: var(--lightprimary) !important;
  color: var(--white) !important;
}

.accent-custom .tp-btn-primary-outline {
  background-color: var(--white) !important;
  color: var(--orange) !important;
  border: 1px solid var(--orange);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  text-decoration: none !important;
}

.accent-custom .tp-btn-primary-outline:hover {
  background-color: var(--lightorange) !important;
  color: var(--white) !important;
}


.accent-custom .tp-btn-orange {
  background-color: var(--orange) !important;
  color: var(--white) !important;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  text-decoration: none !important;
}

.accent-custom .tp-btn-orange:hover {
  background-color: var(--lightorange) !important;
  color: var(--white) !important;
}


.accent-custom .tp-btn-darkgreen {
  background-color: var(--dflt_darkgreen) !important;
  color: var(--white) !important;
  border: 1px solid var(--dflt_darkgreen);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  text-decoration: none !important;
}

.accent-custom .tp-btn-darkgreen:hover {
  background-color: var(--dflt_lightgreen) !important;
  color: var(--white) !important;
}

.accent-custom .tp-btn-darkgreen-outline {
  background-color: var(--white) !important;
  color: var(--dflt_darkgreen) !important;
  border: 1px solid var(--dflt_darkgreen);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  text-decoration: none !important;
}

.accent-custom .tp-btn-darkgreen-outline:hover {
  background-color: var(--dflt_lightgreen) !important;
  color: var(--white) !important;
}

.accent-custom .tp-btn-blue {
  background-color: var(--blue) !important;
  color: var(--white) !important;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  text-decoration: none !important;
}

.accent-custom .tp-btn-blue:hover {
  background-color: var(--lightblue1) !important;
  color: var(--white) !important;
}

.accent-custom .tp-btn-secondary {
  background-color: var(--darkgrey) !important;
  color: var(--white);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}

.accent-custom .tp-btn-secondary:hover {
  background-color: var(--lightgrey) !important;
  color: var(--white) !important;
}


.accent-custom .tp-btn-success {
  background-color: var(--orange) !important;
  color: var(--white);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}

.accent-custom .tp-btn-success:hover {
  background-color: var(--lightorange) !important;
  color: var(--white) !important;
}


.accent-custom .tp-btn-danger {
  background-color: var(--red) !important;
  color: var(--white);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}

.accent-custom .tp-btn-danger:hover {
  background-color: var(--red) !important;
  color: var(--white) !important;
}


.accent-custom .tp-btn-outline-primary {
  display: inline-block;
  padding: 5px 20px;
  background-color: var(--white) !important;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  font-weight: 500;
  font-size: var(--f_sz14);
}

.accent-custom .tp-btn-outline-primary:hover {
  background-color: var(--white) !important;
  color: var(--primary) !important;
}


.accent-custom .tp-btn-blue {
  background-color: var(--blue) !important;
  color: var(--white);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}

.accent-custom .tp-btn-blue:hover {
  background-color: var(--lightblue) !important;
  color: var(--white) !important;
  border: 0px solid transparent;
}

.accent-custom .tp-btn-blue-lg {
  background-color: var(--blue1) !important;
  color: var(--white);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  padding: 20px 50px;
  font-size: var(--f_sz15);
  font-weight: 600;
}

.accent-custom .tp-btn-blue-lg:hover {
  background-color: var(--lightblue) !important;
  color: var(--white) !important;
}

.accent-custom .pricing_btn {
  background: #012663;
  background: linear-gradient(90deg, rgba(1, 38, 99, 1) 0%, rgba(2, 77, 201, 1) 100%);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-family: var(--f_plusjakartasans);
  font-size: var(--f_sz17);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  padding: 17px 50px;
}

.accent-custom .pricing_btn_active {
  background-color: var(--primary);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-family: var(--f_plusjakartasans);
  font-size: var(--f_sz17);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  padding: 17px 50px;
}

.accent-custom .tp-btn-pdng-xxxs {
  padding: 2px 12px !important;
}

.accent-custom .tp-btn-pdng-xxs {
  padding: 2px 18px !important;
}

.accent-custom .tp-btn-pdng-xs {
  padding: 8px 25px !important;
}

.accent-custom .tp-btn-pdng-sm {
  padding: 15px 40px !important;
}

.accent-custom .tp-btn-pdng-md {
  padding: 15px 55px !important;
}

.accent-custom .tp-btn-pdng-lg {
  padding: 20px 90px !important;
}

.accent-custom .tp_login_btn {
  color: var(--blue);
}

.accent-custom .tp_login_btn:hover {
  color: var(--blue);
  text-decoration: underline;
}



/*
 *  SCROLLBAR STYLE 
 */

.scrollbar_style::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  /*background-color: #F5F5F5;*/
  background-color: transparent;
  border-radius: 10px;
}

.scrollbar_style:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /*background-color: #F5F5F5;*/
  background-color: #F5F5F5;
  border-radius: 10px;

}

.scrollbar_style::-webkit-scrollbar {
  width: 8px;
  /*background-color: #F5F5F5;*/
  background-color: transparent;
  border-radius: 10px;
}

.scrollbar_style:hover::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar_style::-webkit-scrollbar-thumb {
  /*background-color: #c6c6c6;*/
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 10px;
}

.scrollbar_style:hover::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
  border: 2px solid #c6c6c6;
  border-radius: 10px;
}

/*************************************/

.scrollbar_style1::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
*/
  background-color: transparent;
}

.scrollbar_style1:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.scrollbar_style1::-webkit-scrollbar {
  height: 8px;
  /*background-color: #F5F5F5;*/
  background-color: transparent;
}

.scrollbar_style1::-webkit-scrollbar {
  height: 8px;
  background-color: #F5F5F5;
}

.scrollbar_style1::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 2px solid transparent;
  ;
}

.scrollbar_style1:hover::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
  border: 2px solid #c6c6c6;
}

/*
 *  SCROLLBAR STYLE 
 */

.accent-custom .tp-header-area,
.accent-custom .tp-header-sticky-area {
  background: var(--blacktrans);
  border-bottom: 1px solid var(--white);
  z-index: 1054;
}

.accent-custom .tp-header-sticky.header-sticky {
  background-color: var(--primary);
}

.accent-custom .offcanvas__wrapper {
  background-color: var(--primary);
}

.accent-custom .header_allinner .tp-header-top {
  background-color: var(--blue);
}

.accent-custom .header_allinner .tp-header-bottom-2 {
  background-color: var(--primary);
}


.accent-custom .tp-header-bottom {
  background-color: var(--grey4);
}

.accent-custom .tp-header-top-border {
  border-top: 1px solid var(--grey5);
}

.accent-custom .tp-header-login-icon span {
  border: 0;
  width: 38px;
  height: 38px;
}

.accent-custom .tp-header-login-icon img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--grey5);
  object-fit: cover;
}

.accent-custom .tp-header-login-icon .login_nameinitial {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--orange);
  font-size: var(--f_sz18);
  background-color: var(--orange);
  color: var(--white);
}

.accent-custom .tp-header-welcome a {
  margin: 2px 3px 2px 0;
  color: var(--white);
}

.accent-custom .tp-header-welcome a:hover {
  color: var(--orange);
}

.accent-custom .tp_header_cart {
  color: var(--white);
  margin-top: 8px;
}

.accent-custom .tp_header_cartcount {
  position: absolute;
  left: 10px;
  top: -8px;
  background-color: var(--red1);
  color: var(--white);
  font-size: var(--f_sz12);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.accent-custom .tp-header-search-2 input:focus {
  border-color: var(--primary);
}

.accent-custom .tp-header-top-menu-item {
  border-right: 0;
  padding: 3px 0px 4px 18px;
}

.accent-custom .mobile_profileimg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--grey5);
  object-fit: cover;
}

.accent-custom .mobilelogin_nameinitial {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--grey5);
  font-size: var(--f_sz16);
  background-color: var(--primary);
  color: var(--white);
  margin-top: 0;
}

.accent-custom .tp-mobile-item-btn {
  font-size: var(--f_sz24);
}

.accent-custom .mobile_profile_menu {
  position: relative;
  top: -3px;
}

.accent-custom .main-menu>nav>ul {
  margin-bottom: 0;
}

.accent-custom .main-menu>nav>ul>li>a:hover,
.accent-custom .main-menu>nav>ul>li>a.active {
  color: var(--orange) !important;
  font-weight: 600;
  text-decoration: underline;
}



.accent-custom .header-sticky-2 .main-menu>nav>ul>li>a {
  color: var(--primary) !important;
  font-weight: 600;
}

.accent-custom .header-sticky-2 .main-menu>nav>ul>li>a:hover,
.accent-custom .header-sticky-2 .main-menu>nav>ul>li>a.active {
  color: var(--blue) !important;
  text-decoration: underline;
  font-weight: 600;
}

.accent-custom .logo img {
  max-width: 100%;
  max-height: 50px;
}

.accent-custom .main-menu.menu-style-2>nav>ul>li>a {
  font-weight: 600;
  font-size: var(--f_sz14);
  color: var(--white);
}

.accent-custom .main-menu.menu-style-2>nav>ul>li>a:hover {
  color: var(--orange) !important;
  text-decoration: underline;
}

.accent-custom .main-menu.menu-style-2>nav>ul>li:not(:last-child) {
  margin-right: 45px;
}

.accent-custom .main-menu.menu-style-2>nav>ul>li:nth-last-child(2) {
  margin-right: 0;
}

.accent-custom .main-menu.menu-style-2>nav>ul>li:last-child {
  margin-right: 0;
}

.accent-custom .main-menu.menu-style-1>nav>ul>li>a {
  color: var(--white);
  font-family: var(--f_plusjakartasans);
  font-size: var(--f_sz16);
}

.accent-custom .main-menu.menu-style-1>nav>ul>li>a:hover {
  color: var(--blue) !important;
}

.accent-custom .main-menu>nav>ul>li.has-dropdown>a::after {
  font-family: "FontAwesome";
  content: "\f0d7";
  color: var(--white);
  font-size: var(--f_sz12);
  margin-left: 5px;
}

.accent-custom .main-menu>nav>ul>li>.tp-submenu li a {
  text-align: left;
  color: var(--black);
  font-weight: 600;
  line-height: 22px;
  padding: 6px 0;
}

.accent-custom .main-menu>nav>ul>li>.tp-submenu li a.active {
  color: var(--orange) !important;
}

.accent-custom .main-menu>nav>ul>li .tp-mega-menu li .mega-menu-title {
  color: var(--orange);
  font-weight: 700;
}

.accent-custom .main-menu>nav>ul>li .tp-mega-menu {
  width: 60%;
}

.accent-custom .main-menu>nav>ul>li .tp-mega-menu li:nth-child(1) {
  width: 30%;
}

.accent-custom .main-menu>nav>ul>li .tp-mega-menu li:nth-child(2) {
  width: 30%;
}

.accent-custom .main-menu>nav>ul>li .tp-mega-menu li:nth-child(3) {
  width: 20%;
}

.accent-custom .main-menu>nav>ul>li .tp-mega-menu li:nth-child(4) {
  width: 20%;
}

.accent-custom .main-menu>nav>ul>li .tp-mega-menu li ul li {
  width: 100% !important;
}

.accent-custom .tp-header-style-primary .main-menu.menu-style-2>nav>ul>li .tp-submenu li:hover>a {
  color: var(--orange);
}

/* .accent-custom .main-menu > nav > ul > li > .tp-submenu li:not(:last-child) { border-bottom: 1px solid var(--grey5); } */
.accent-custom .main-menu>nav>ul>li .tp-mega-menu ul li:not(:last-child) {
  margin-bottom: 2px;
}

.accent-custom .tp-header-style-primary .main-menu.menu-style-2 ul li:hover>a,
.accent-custom .tp-header-style-primary .main-menu.menu-style-2 ul li:hover>a::after {
  color: var(--orange);
}

.accent-custom .tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white);
}

.accent-custom .tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white);
}

.accent-custom .tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.accent-custom .tp-main-menu-mobile ul li.has-dropdown>a.expanded {
  color: var(--orange);
}



.accent-custom .offcanvas__area {
  background-color: var(--white);
}

.accent-custom .offcanvas-close-btn i {
  top: 2px;
  position: relative;
}

.accent-custom .offcanvas__close-btn:hover {
  background-color: var(--white);
  border-color: transparent;
  color: var(--primary);
}



.accent-custom .tp-main-menu-mobile ul li>a {
  color: var(--white);
  font-weight: 600;
}

.accent-custom .tp-main-menu-mobile ul li:not(:last-child) a {
  border-bottom: 1px solid var(--white1);
}

.accent-custom .tp-main-menu-mobile ul li:hover>a,
.accent-custom .tp-main-menu-mobile ul li>a.active {
  text-decoration: underline;
  color: var(--white);
}

.accent-custom .header_loggedin .dropdown-toggle::after {
  display: none;
}

.accent-custom .header_loggedin .dropdown-item {
  font-size: var(--f_sz14);
}


.accent-custom .banner_lftimg {
  position: absolute;
  top: -215px;
  left: -140px;
  z-index: -1;
}

.accent-custom .banner_lftimg img {
  max-width: 100%;
  max-height: 450px;
}

.accent-custom .banner_rgtimg {
  position: absolute;
  top: -220px;
  right: -200px;
  z-index: -1;
}

.accent-custom .banner_rgtimg img {
  max-width: 100%;
  /*max-height: 800px; */
}

.accent-custom .banner_contentimg img {
  max-width: 100%;
  max-height: 550px;
  position: relative;
  top: 25px;
  left: -60px;
  z-index: 1;
}

.accent-custom .swiper-wrapper .tp-slider-item {
  background-color: var(--cream);
}

.accent-custom .tp-slider-content>span,
.accent-custom .tp-banner-content span {
  font-family: var(--f_plusjakartasans);
}

.accent-custom .tp-slider-item.is-light .tp-slider-title,
.accent-custom .tp-slider-item.is-light .tp-slider-content>span,
.accent-custom .tp-slider-item.is-light .tp-slider-content p {
  color: var(--black);
}

.accent-custom .tp-slider-content p {
  font-family: var(--f_plusjakartasans);
}

.accent-custom .tp-pagination ul li a,
.accent-custom .tp-pagination ul li button,
.accent-custom .tp-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(1, 15, 28, 0.1);
  font-size: var(--f_sz16);
  font-weight: 500;
  color: var(--tp-text-body);
}

.accent-custom .tp-pagination ul li a:hover,
.accent-custom .tp-pagination ul li a.current,
.accent-custom .tp-pagination ul li span:hover,
.accent-custom .tp-pagination ul li span.current,
.accent-custom .tp-pagination ul li button:hover,
.accent-custom .tp-pagination ul li button.current {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}


.accent-custom .tp-section-title {
  color: var(--black);
}


.accent-custom .tp-product-thumb.tp_advertisers {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.accent-custom .tp-product-thumb.tp_advertisers img {
  max-height: 80px;
  max-width: 100%;
}


.accent-custom .tp-product-title {
  font-size: var(--f_sz20);
  height: 40px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.accent-custom .tp-product-tag {
  font-size: var(--f_sz16);
  /*height: 70px;*/
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.accent-custom .tp-slider-btn .tp-btn:hover {
  background-color: var(--lightprimary);
}

.accent-custom .tp-product-list-add-to-cart-btn {
  background-color: var(--blue);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  cursor: pointer;
  padding: 12px 20px;
  line-height: 28px;
  text-align: center;
}

.accent-custom .tp-product-list-add-to-cart-btn:hover,
.accent-custom .tp-product-list-add-to-cart-btn:focus {
  background-color: var(--lightblue);
  color: var(--tp-common-white);
}

.accent-custom .tp-product-details-review-btn {
  background-color: var(--cream);
  color: var(--tp-common-white);
}

.accent-custom .tp-product-details-review-btn:hover {
  background-color: var(--cream1);
  color: var(--tp-common-white);
}

.accent-custom .tp-btn {
  font-family: var(--f_plusjakartasans);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}

.accent-custom .tp-product-title a:hover {
  color: var(--primary);
}

.accent-custom .tp-product_advertisers-thumb {
  width: 50%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--tp-border-primary);
}

.accent-custom .tp-product_advertisers-thumb img {
  max-width: 80%;
  max-height: 100px;
  width: auto;
  height: auto;
}

.accent-custom .tp-footer-area {
  border-top: 1px solid var(--primary);
  background-color: var(--primary);
}

.accent-custom .tp-footer-logo img {
  max-height: 45px;
}

.accent-custom .tp-footer-style-2 .tp-footer-desc,
.accent-custom .tp-footer-style-2 .tp-footer-widget-title,
.accent-custom .tp-footer-style-2 .tp-footer-widget ul li a,
.accent-custom .tp-footer-style-2 .tp-footer-talk span,
.accent-custom .tp-footer-style-2 .tp-footer-contact-content p,
.accent-custom .tp-footer-style-2 .tp-footer-copyright p {
  font-family: var(--f_plusjakartasans);
}

.accent-custom .tp-footer-style-2 .tp-footer-talk h4 {
  font-family: var(--f_plusjakartasans);
  font-weight: 600;
}

.accent-custom .tp-footer-style-2.tp-footer-style-primary .tp-footer-talk h4 a:hover {
  color: var(--primary);
}


.accent-custom .tp-footer-style-2.tp-footer-style-6 .tp-footer-social a:hover {
  background-color: var(--lightprimary);
  color: var(--white);
}

.accent-custom .tp-footer-style-2.tp-footer-style-primary .tp-footer-widget ul li a:hover {
  color: var(--primary);
}

.accent-custom .tp-footer-style-2.tp-footer-style-primary .tp-footer-contact-content p a {
  color: var(--black);
}

.accent-custom .tp-footer-style-2.tp-footer-style-primary .tp-footer-contact-content p a:hover {
  color: var(--darkgrey);
}

.accent-custom .tp-footer-style-2.tp-footer-style-6 .tp-footer-social a {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom .tp-footer-style-2.tp-footer-style-primary .tp-footer-bottom-wrapper {
  border-color: var(--cream1);
}

.accent-custom .tp-footer-widget-content ul li {
  list-style: none;
  display: inline-flex;
  padding: 0 10px;
}

.accent-custom .tp-footer-style-2 .tp-footer-widget ul li a::after {
  display: none;
}

.accent-custom .tp-footer-style-2 .tp-footer-widget ul li a {
  color: var(--white);
}

.accent-custom .tp-footer-style-2 .tp-footer-widget ul li a.active {
  color: var(--white);
  text-decoration: underline;
}

.accent-custom .tp-footer-style-2 .tp-footer-widget ul li a:hover {
  color: var(--white) !important;
  text-decoration: underline;
}

.accent-custom .tp-footer-widget-title,
.accent-custom .tp-footer-talk span {
  color: var(--primary);
}

.accent-custom .tp-footer-contact-icon span {
  color: var(--blue);
}

.accent-custom .tp-footer-copyright p {
  color: var(--primary);
}

.accent-custom .tp-footer-style-2.tp-footer-style-primary .tp-footer-copyright p a {
  color: var(--black);
  text-decoration: underline;
}

.accent-custom .tp_footer_socialnwwrapper a,
.accent-custom .tp-footer-widget-content a {
  color: var(--white);
}

.accent-custom .tp_footer_socialnwwrapper a:hover,
.accent-custom .tp-footer-widget-content a:hover {
  color: var(--orange);
}

.accent-custom .footer_brdrtop {
  border-top: 1px solid var(--darkgrey);
}

.accent-custom .tp-subscribe-input input {
  font-family: var(--f_plusjakartasans);
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* 16:9 responsive ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

.video-wrapper audio,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-wrapper.audio {
  position: relative;
  padding-bottom: 20%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  border: none !important;
}




/***************File Upload***************/
.accent-custom .btn-bs-file {
  position: relative;
  cursor: pointer;
}

.accent-custom .btn-bs-file input[type="file"] {
  position: absolute;
  top: -9999999;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  outline: none;
  cursor: inherit;
}

/***************File Upload***************/

/*
 *  SCROLLBAR STYLE 
 */

.scrollbar_style::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  /*background-color: #F5F5F5;*/
  background-color: transparent;
  border-radius: 10px;
}

.scrollbar_style:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /*background-color: #F5F5F5;*/
  background-color: #F5F5F5;
  border-radius: 10px;

}

.scrollbar_style::-webkit-scrollbar {
  width: 8px;
  /*background-color: #F5F5F5;*/
  background-color: transparent;
  border-radius: 10px;
}

.scrollbar_style:hover::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar_style::-webkit-scrollbar-thumb {
  /*background-color: #c6c6c6;*/
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 10px;
}

.scrollbar_style:hover::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
  border: 2px solid #c6c6c6;
  border-radius: 10px;
}

/*************************************/

.scrollbar_style1::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
*/
  background-color: transparent;
}

.scrollbar_style1:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.scrollbar_style1::-webkit-scrollbar {
  height: 8px;
  /*background-color: #F5F5F5;*/
  background-color: transparent;
}

.scrollbar_style1::-webkit-scrollbar {
  height: 8px;
  background-color: #F5F5F5;
}

.scrollbar_style1::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 2px solid transparent;
  ;
}

.scrollbar_style1:hover::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
  border: 2px solid #c6c6c6;
}


.accent-custom .tp-slider-area {
  /*margin-top: -120px;*/
  /*height: 85vh;*/
  /*height: auto;*/
  height: 640px;
}

/* .accent-custom .slider_item { width: 100%; height: 900px;  background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-position: center center;  } */
.accent-custom .tp-slider-title {
  color: var(--white);
  font-family: var(--f_plusjakartasans);
  font-weight: 800;
  font-size: var(--f_sz48);
}

.accent-custom .banner_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--blacktrans);
  top: 0;
  left: 0;
}

.accent-custom .banner_overlay1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--blacktrans1);
  top: 0;
  left: 0;
}

.accent-custom .slider_item {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.accent-custom .banner_link_wrapper {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.accent-custom .homeslider_postsimg {
  /*height: 85vh;*/
  /*height: auto;*/
  height: 640px;
  /******************/
  background-color: var(--cream);
  text-align: center;
  /*************************/
}

/* .accent-custom .homeslider_postsimg img {   height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover; 
    width: 100%;  } */


.accent-custom .homeslider_postsimg img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.accent-custom .homeslidermob_max767 {
  display: none;
}

.accent-custom .slider_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}



.accent-custom .slider_content {
  max-width: 500px;
  /*margin: 0 auto;*/
  display: flex;
  flex-direction: column;
  /*padding-top: 250px;*/
  color: var(--white);
  background-color: var(--blacktrans);
  padding: 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.accent-custom .slider_category {
  font-size: var(--f_sz20);
  font-weight: 600;
  font-family: var(--f_plusjakartasans);
  color: var(--orange);
}

.accent-custom .slider_title {
  font-size: var(--f_sz40);
  color: var(--white);
  font-weight: 400;
  font-family: 'Impact';
}

.accent-custom .slider_readmore {
  font-size: var(--f_sz20);
  font-weight: 600;
  font-family: var(--f_plusjakartasans);
  text-transform: uppercase;
  color: var(--orange);
}

.accent-custom .homebanner_carousel .carousel-control-next,
.accent-custom .homebanner_carousel .carousel-control-prev {
  top: auto;
  bottom: 120px;
  width: 5%;
  z-index: 3;
}

.accent-custom .homebanner_carousel .carousel-control-prev {
  right: 130px;
  left: auto;
}

.accent-custom .homebanner_carousel .carousel-control-next {
  right: 60px;
}

.accent-custom .homebanner_carousel .carousel-control-next-icon,
.accent-custom .homebanner_carousel .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
  background-color: var(--blacktrans);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-image: none;
  font-size: var(--f_sz18);
  display: flex;
  align-items: center;
  justify-content: center;
}




/******************home banner slider***************************/
.accent-custom .homebanner_carousel .carousel-indicators {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  bottom: 50px;
  z-index: 3;
}

/* Turn indicators into boxes */
.accent-custom .homebanner_carousel .carousel-indicators [data-bs-target] {
  width: 19%;
  height: auto;
  text-indent: 0;
  background: none;
  border: none;
  padding: 8px 0;
  margin: 0 25px 0 25px;
  cursor: pointer;
  color: #ffffffb3;
  position: relative;
}

.accent-custom .homebanner_carousel .carousel-indicators [data-bs-target].active {
  color: var(--white);
}

/* PROGRESS BAR (top) */
.accent-custom .homebanner_carousel .indicator-progress {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 6px;
}

.accent-custom .homebanner_carousel .indicator-progress-fill {
  height: 100%;
  width: 0%;
  background: var(--orange);
  transition: width linear;
}

/* TEXT LABEL (bottom) */
.accent-custom .homebanner_carousel .indicator-label {
  font-size: var(--f_sz16);
  font-weight: 600;
  font-family: var(--f_plusjakartasans);
  display: block;
  margin-top: 4px;
  text-align: left;

}

/******************home banner slider***************************/


.accent-custom .section_title {
  color: var(--primary);
  font-size: var(--f_sz24);
  font-family: 'Impact';
  font-weight: 400;
  margin-bottom: 10px;
}

.accent-custom .section_title_lg {
  font-size: var(--f_sz50);
  color: var(--cream);
  font-family: 'Impact';
  font-weight: 400;
  margin-bottom: 40px;
}

/* .accent-custom .recommended_img img { border-radius: 20px 20px 0 0; -moz-border-radius: 20px 20px 0 0; -webkit-border-radius: 20px 20px 0 0; width: 100%; height: 310px; object-fit: cover;  } */

.accent-custom .recommended_img {
  padding: 10px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--grey4);
}

.accent-custom .recommended_img img {
  width: 100%;
  height: 200px;
  /*max-width: 100%; max-height: 280px;*/
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  object-fit: cover;
}

.accent-custom .recommended_title {
  font-size: var(--f_sz18);
  height: 50px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.accent-custom .recommended_desc {
  height: 70px;
  line-height: 22px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accent-custom .sitelogo_img {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}

.accent-custom .sitelogo_img img {
  max-width: 100%;
  max-height: 22px;
}

.accent-custom .trending_cards_newwrapper {
  display: flex;
  flex-flow: row wrap;
  background-color: var(--white);
  border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
}


.accent-custom .badge_category {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  font-weight: 800;
  font-size: var(--f_sz11);
  padding: 0px 12px;
  line-height: 24px;
  margin: 2px;
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.accent-custom .badge_tags {
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  font-weight: 800;
  font-size: var(--f_sz11);
  padding: 0px 12px;
  line-height: 24px;
  margin: 2px;
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.accent-custom .badge_jobboard {
  background-color: var(--cream);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  font-weight: 800;
  font-size: var(--f_sz11);
  padding: 0px 12px;
  line-height: 24px;
  margin: 2px;
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .accent-custom .trending_img img { border-radius: 20px 0 0 20px; -moz-border-radius: 20px 0 0 20px; -webkit-border-radius: 20px 0 0 20px; width: 100%; height: 175px; object-fit: cover; } */

.accent-custom .trending_img {
  padding: 10px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accent-custom .trending_img img {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  object-fit: cover;
}

.accent-custom .trending_carousel_wrapper .card .col-xl-3 {
  width: 28%;
}

.accent-custom .trending_carousel_wrapper .card .col-xl-9 {
  width: 72%;
}

/*.accent-custom .trending_title, .accent-custom .trending_desc { white-space: nowrap;   overflow: hidden; text-overflow: ellipsis;  }*/

.accent-custom .trending_title {
  font-size: var(--f_sz18);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.accent-custom .trending_desc {
  height: 70px;
  line-height: 22px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accent-custom .weather_drpdown_tgl {
  background: #003E8E;
  background: linear-gradient(180deg, rgba(0, 62, 142, 1) 0%, rgba(17, 153, 178, 1) 100%);
  -moz-background: linear-gradient(180deg, rgba(0, 62, 142, 1) 0%, rgba(17, 153, 178, 1) 100%);
  -webkit-background: linear-gradient(180deg, rgba(0, 62, 142, 1) 0%, rgba(17, 153, 178, 1) 100%);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: var(--white);
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 15px;
}

.accent-custom .weather_tempicon img {
  max-width: 55px;
}

.accent-custom .weather_drpdown_tgl.dropdown-toggle::after {
  display: none;
}

.accent-custom .weather_drpdown {
  margin-top: 50px;
}

.accent-custom .weather_drpdown .dropdown-menu {
  background: #003E8E;
  background: linear-gradient(180deg, rgba(0, 62, 142, 1) 0%, rgba(17, 153, 178, 1) 100%);
  -moz-background: linear-gradient(180deg, rgba(0, 62, 142, 1) 0%, rgba(17, 153, 178, 1) 100%);
  -webkit-background: linear-gradient(180deg, rgba(0, 62, 142, 1) 0%, rgba(17, 153, 178, 1) 100%);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: var(--white);
  width: 100%;
  padding: 10px 15px;
}

.accent-custom .weather_hourly_img img {
  max-width: 35px;
}

.accent-custom .newsmax_img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.accent-custom .newsmax_feed_playicon {
  background-color: var(--black);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: var(--f_sz14);
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.accent-custom .newsmax_title {
  height: 52px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 2px;
}

.accent-custom .sponsoredpost_img img {
  border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.accent-custom .sponsoredpost_title {
  height: 95px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--f_plusjakartasans);
  font-weight: 600;
  font-size: var(--f_sz25);
}

.accent-custom .sponsoredpost_desc {
  height: 55px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.accent-custom .sponsored_adimg img {
  max-width: 100%;
}


.accent-custom .sistersites_carousel .carousel-control-prev,
.accent-custom .postdtl_carousel .carousel-control-prev {
  width: 10%;
  left: 42%;
  bottom: -40px;
  top: auto;
  opacity: 1 !important;
}

.accent-custom .sistersites_carousel .carousel-control-next,
.accent-custom .postdtl_carousel .carousel-control-next {
  width: 10%;
  right: 42%;
  bottom: -40px;
  top: auto;
  opacity: 1 !important;
}

.accent-custom .communities_img img {
  max-width: 100%;
}

.accent-custom .allcontent_carousel .carousel-control-prev,
.accent-custom .allcontent_carousel .carousel-control-next {
  bottom: -8px;
}

.accent-custom .sportsfeatuedmatch_carousel .carousel-control-prev,
.accent-custom .sportsfeatuedmatch_carousel .carousel-control-next {
  bottom: 10px;
}

.accent-custom .sportsfeatuedmatch_carousel .carousel-control-prev {
  left: 36%;
}

.accent-custom .sportsfeatuedmatch_carousel .carousel-control-next {
  right: 36%;
}

.accent-custom .allcontent_carousel .carousel-control-prev {
  left: 40%;
}

.accent-custom .allcontent_carousel .carousel-control-next {
  right: 40%;
}



.accent-custom .sistersites_carousel .carousel-control-next-icon,
.accent-custom .sistersites_carousel .carousel-control-prev-icon,
.accent-custom .postdtl_carousel .carousel-control-next-icon,
.accent-custom .postdtl_carousel .carousel-control-prev-icon {
  width: 28px;
  height: 28px;
  background-color: var(--cream);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-image: none;
  font-size: var(--f_sz14);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.accent-custom .sistersites_carousel .carousel-indicators,
.accent-custom .postdtl_carousel .carousel-indicators {
  bottom: -45px;
}

.accent-custom .sistersites_carousel .carousel-indicators [data-bs-target],
.accent-custom .postdtl_carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: var(--darkgrey4);
}

.accent-custom .sistersites_carousel .carousel-indicators .active,
.accent-custom .postdtl_carousel .carousel-indicators .active {
  background-color: var(--blue);
}


.accent-custom .sistersites_cntr {
  max-width: 515px;
  margin: 10px auto;
  position: relative;
  z-index: 1;
}

.accent-custom .sistersites_subtitle {
  font-size: var(--f_sz14);
}

.accent-custom .sistersites_title {
  font-size: var(--f_sz22);
  height: 55px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.accent-custom .sistersites_desc {
  height: 80px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.accent-custom .sistersites_imgwrapper {
  min-height: 235px;
  background-color: var(--primary);
  border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-custom .sistersites_imgwrapper img {
  max-width: 80%;
  max-height: 180px;
}

.accent-custom .featuredbooks_img {
  padding: 10px;
  height: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid var(--grey5);
}

.accent-custom .featuredbooks_img img {
  max-width: 80%;
  max-height: 180px;
  object-fit: cover;
}

.accent-custom .badge_rating {
  background-color: var(--dflt_brown);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  font-weight: 400;
  font-size: var(--f_sz12);
  padding: 0px 12px;
}

.accent-custom .featuredbook_share {
  position: absolute;
  top: 15px;
  right: 15px;
}

.accent-custom .featuredbook_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accent-custom .featuredbooks_img_lg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-custom .featuredbooks_img_lg img {
  max-width: 100%;
  min-height: 310px;
}

.accent-custom .featuredbook_title_lg {
  font-size: var(--f_sz25);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accent-custom .featuredbook_desc_lg {
  height: 80px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accent-custom .featured_container {
  padding: 25px 15px;
}

.accent-custom .featured_books_buybtn {
  margin-top: 35px;
}

.accent-custom .featuredauthor_item {
  width: 300px;
  height: 130px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--white);
}

.accent-custom .featuredauthor_img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom .featuredauthor_dtls {
  display: flex;
  flex-direction: column;
}

.accent-custom .viewreview_clr {
  color: var(--dflt_lightgreen);
}

.accent-custom .latestposts_slider .card {
  width: 285px;
  height: 420px;
}

.accent-custom .tp-allblogs-area .allblogs_colcntr {
  display: inline-flex;
  justify-content: center;
}

.accent-custom .tp-allblogs-area .card {
  width: 285px;
  height: 420px;
}

.accent-custom .moreposts_slider .card {
  width: 306px;
  height: 420px;
}

.accent-custom .recommended_slider .card {
  width: 288px;
  height: 420px;
}

.accent-custom .morebooks_slider .card {
  width: 306px;
  height: 530px;
}

.accent-custom .topstories_slider .card {
  width: 280px;
  height: 280px;
  margin: 0 auto;
}

/******featured authors slick slider***********/
.accent-custom .slick-list {
  margin: 0 -20px;
}

.accent-custom .topstories_slider .slick-list {
  margin: 0 -10px 0 0;
}

.accent-custom .todaysgames_slider .slick-list,
.accent-custom .sportsmatches_slider .slick-list {
  margin: 0 -5px 0 0;
}

.accent-custom .moreposts_slider .slick-list,
.accent-custom .morebooks_slider .slick-list {
  margin: 0 -80px;
}


.accent-custom .latestposts_slider.slick-initialized .slick-slide,
.accent-custom .moreposts_slider.slick-initialized .slick-slide {
  height: 440px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.accent-custom .morebooks_slider.slick-initialized .slick-slide {
  height: 550px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.accent-custom .recommended_slider.slick-initialized .slick-slide {
  height: 440px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.accent-custom .topstories_slider.slick-initialized .slick-slide {
  height: 300px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;

}


.accent-custom .featuredauthor_slider.slick-initialized .slick-slide {
  height: 150px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.accent-custom .todaysgames_slider.slick-initialized .slick-slide,
.accent-custom .sportsmatches_slider.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}


.accent-custom .slick-prev,
.accent-custom .slick-next {
  width: 28px;
  height: 28px;
  z-index: 10;
  background-color: var(--cream) !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: auto;
  bottom: -30px;
  /* move below slider */
  transform: none;
}


.accent-custom .slick-next {
  /* right: 0px;*/
  right: 46%;
}

.accent-custom .slick-prev {
  /*left: 0px;*/
  left: 46%;
}

.accent-custom .topstories_slider .slick-next {
  /* right: 0px;*/
  right: 42%;
}

.accent-custom .topstories_slider .slick-prev {
  /*left: 0px;*/
  left: 42%;
}

.accent-custom .todaysgames_slider .slick-prev,
.accent-custom .todaysgames_slider .slick-next,
.accent-custom .sportsmatches_slider .slick-prev,
.accent-custom .sportsmatches_slider .slick-next {
  top: 30%;
}

.accent-custom .todaysgames_slider .slick-next,
.accent-custom .sportsmatches_slider .slick-next {
  right: -5px;

}

.accent-custom .todaysgames_slider .slick-prev,
.accent-custom .sportsmatches_slider .slick-prev {
  left: 0;

}

.accent-custom .slick-next:before,
.accent-custom .slick-prev:before {
  color: var(--black);
  font-size: var(--f_sz26);
}



.accent-custom .slick-dots {
  display: none !important;
}

.accent-custom .moreposts_slider .slick-dots,
.accent-custom .recommended_slider .slick-dots,
.accent-custom .morebooks_slider .slick-dots {
  display: block !important;
  bottom: -30px;
}

.accent-custom .moreposts_slider .slick-dots li button:before,
.accent-custom .recommended_slider .slick-dots li button:before,
.accent-custom .morebooks_slider .slick-dots li button:before {
  color: var(--blue1);
}

.accent-custom .slick-slider {
  margin-bottom: 25px;
  position: relative;
}

.accent-custom .todaysgames_slider.slick-slider,
.accent-custom .sportsmatches_slider.slick-slider {
  margin-bottom: 0;
  position: relative;
}


.accent-custom .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f060";
  font-size: var(--f_sz14);
  color: var(--white);
}


.accent-custom .slick-next:before {
  font-family: "FontAwesome";
  content: "\f061";
  font-size: var(--f_sz14);
  color: var(--white);
}

/* .accent-custom .todaysgames_slider .slick-prev:before { font-family: "FontAwesome"; content: "\f053"; color: var(--dflt_darkgreen);  }
.accent-custom .todaysgames_slider .slick-next:before {  font-family: "FontAwesome"; content: "\f054"; color: var(--dflt_darkgreen); } */

/******featured authors slick slider***********/

.accent-custom .sports_img img {
  max-width: 90%;
  max-height: 80px;
}

.accent-custom .advertise_wrapper {
  padding: 30px;
}

.accent-custom .inptformctrl {
  border-radius: 50px 0 0 50px !important;
  -moz-border-radius: 50px 0 0 50px !important;
  -webkit-border-radius: 50px 0 0 50px !important;
  border: 1px solid var(--orange);
  padding-left: 20px;
}

.accent-custom .advertise_emailwrapper {
  padding: 35px;
}

.accent-custom .advertise_icon {
  font-size: var(--f_sz60);
}

.accent-custom .postdtl_title {
  font-size: var(--f_sz28);
}

.accent-custom .postdtl_description_wrapper {
  position: relative;
  margin-top: 15px;
}

.accent-custom .postdtl_img {
  text-align: center;
}

.accent-custom .postdtl_img img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.accent-custom .postdtl_description_wrapper p,
.accent-custom .postdtl_description_wrapper ul li,
.accent-custom .postdtl_description_wrapper ol li,
.accent-custom .allcontent_description_wrapper p,
.accent-custom .allcontent_description_wrapper ul li,
.accent-custom .allcontent_description_wrapper ol li {
  color: var(--black);
  font-size: var(--f_sz16);
}

.accent-custom .postdtl_description_wrapper ul,
.accent-custom .postdtl_description_wrapper ol,
.accent-custom .allcontent_description_wrapper ul,
.accent-custom .allcontent_description_wrapper ol {
  margin-bottom: 15px;
}

.accent-custom .postdtl_description_wrapper ul li,
.accent-custom .postdtl_description_wrapper ol li,
.accent-custom .allcontent_description_wrapper ul li,
.accent-custom .allcontent_description_wrapper ol li {
  margin-left: 25px;
}

.accent-custom .postdtl_description_wrapper img {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.accent-custom .allcontent_description_wrapper img {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.accent-custom .postdtl_description_wrapper a,
.accent-custom .allcontent_description_wrapper a {
  color: var(--blue);
  text-decoration: underline;
}

/* Styles for HTML content (WordPress imported articles) */
.accent-custom .article-description figure {
  margin: 20px 0;
  text-align: center;
}

.accent-custom .article-description figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.accent-custom .article-description figure a {
  display: inline-block;
}

.accent-custom .article-description div {
  margin-bottom: 15px;
}

.accent-custom .article-description strong {
  font-weight: 600;
}

.accent-custom .article-description h4,
.accent-custom .article-description h5,
.accent-custom .article-description h6 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 700;
}

/* Styles for HTML content (WordPress imported articles) */


.accent-custom .postdtl_morepostsimg img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.accent-custom .postdtl_adwrapper img {
  max-width: 100%;
  max-height: 600px;
}

.accent-custom .allposts_img {
  padding: 10px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--grey4);
}

.accent-custom .allposts_img img {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  object-fit: cover;
}

.accent-custom .allsportsarticle_img {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--grey4);
}

.accent-custom .allsportsarticle_img img {
  width: 100%;
  height: 160px;
  border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  object-fit: cover;
}



.accent-custom .allposts_title {
  font-size: var(--f_sz18);
  height: 50px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.accent-custom .allposts_title_lg {
  font-size: var(--f_sz18);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accent-custom .allposts_desc {
  height: 70px;
  line-height: 22px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accent-custom .allsportsarticle_title {
  font-size: var(--f_sz18);
  height: 75px;
  line-height: 24px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.accent-custom .allposts_desc_lg {
  height: 50px;
  line-height: 22px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accent-custom .sister_flagicon {
  position: absolute;
  top: -100px;
  left: -20px;
  z-index: 0;
}

.accent-custom .sister_flagicon img {
  max-height: 500px;
  opacity: 0.7;
}

.accent-custom .submitcontent_txt {
  text-align: center;
}

.accent-custom .submitcontent_wrapper {
  padding: 30px;
  position: relative;
  background-image: url(../img/home/submit_content.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.accent-custom .submitcontent_img {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}

.accent-custom .submitcontent_img img {
  max-width: 100%;
  max-height: 250px;
}

/**********Recommended, trending and newsmax section in desktop and mobile***********/
/* MOBILE: horizontal slider */
@media (max-width: 767.98px) {
  .accent-custom .cards-wrapper {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
  }

  .accent-custom .cards-wrapper::-webkit-scrollbar {

    display: none;
  }

  .accent-custom .cards-wrapper .card {
    /*flex: 0 0 85%; */
    /* width of each card on mobile */
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  /* Indicators */
  .accent-custom .card-indicators {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .accent-custom .card-indicators .dot {
    width: 10px;
    height: 10px;
    background: var(--darkgrey4);
    border-radius: 50%;
  }

  .accent-custom .card-indicators .dot.active {
    background: var(--blue);
  }

  .accent-custom .card-arrows {
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }

  .accent-custom .arrow {
    background-color: var(--cream) !important;
    color: var(--white);
    border: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    z-index: 10;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 5px;
    font-size: var(--f_sz14);
  }

  .accent-custom .arrow:disabled {
    opacity: 0.4;
    cursor: default;
  }


}

/* DESKTOP: vertical column */
@media (min-width: 768px) {
  .accent-custom .cards-wrapper {
    display: flex;
    flex-direction: column;
    /* vertical stacking */
  }

  .accent-custom .card-indicators {
    display: none;
  }

  .accent-custom .card-arrows {
    display: none;
  }
}

/**********Recommended, trending and newsmax section in desktop and mobile***********/

/**********Featured Books and Sports in desktop and mobile***********/
/* MOBILE: horizontal slider */
@media (max-width: 767.98px) {
  .accent-custom .cards-wrapper1 {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
  }

  .accent-custom .cards-wrapper1::-webkit-scrollbar {
    display: none;
  }

  .accent-custom .cards-wrapper1 .card {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }

  .accent-custom .card-indicators1 {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
  }

  .accent-custom .card-indicators1 .dot {
    width: 10px;
    height: 10px;
    background: #c9c9c9;
    border-radius: 50%;
  }

  .accent-custom .card-indicators1 .dot.active {
    background: var(--blue);
  }

  .accent-custom .cards-wrapper1.upcomingsports_wrapper .card {
    flex: 0 0 auto;
    width: 100%;
    /* adjust desktop card width */
    min-height: 265px;
  }

}

/* DESKTOP: row layout */
@media (min-width: 768px) {
  .accent-custom .cards-wrapper1 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    overflow: visible;
    /* no scroll on desktop */
  }

  .accent-custom .card-indicators1 {
    display: none;
    /* no dots on desktop */
  }

  /* allow wrapping on desktop if needed */
  .accent-custom .cards-wrapper1 .card {
    flex: 0 0 auto;
    width: 250px;
    /* adjust desktop card width */
  }

  .accent-custom .cards-wrapper1 .card:last-child {
    flex: 0 0 auto;
    width: 500px;
    /* adjust desktop card width */
  }

}

@media (min-width: 1200px) {
  .accent-custom .cards-wrapper1.upcomingsports_wrapper {
    flex-wrap: wrap;
  }

  /* allow wrapping on desktop if needed */
  .accent-custom .cards-wrapper1.upcomingsports_wrapper .card {
    flex: 0 0 auto;
    width: 49.2%;
    min-height: 135px;
    /* adjust desktop card width */
  }

}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

  .accent-custom .cards-wrapper1.upcomingsports_wrapper {
    flex-wrap: wrap;
  }

  .accent-custom .cards-wrapper1.upcomingsports_wrapper .card {
    flex: 0 0 auto;
    width: 100%;
    /* adjust desktop card width */
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {

  /* allow wrapping on desktop if needed */
  .accent-custom .cards-wrapper1.featuredbooks_wrapper .card {
    flex: 0 0 auto;
    width: 220px;
    /* adjust desktop card width */
  }

  .accent-custom .cards-wrapper1.featuredbooks_wrapper .card:last-child {
    flex: 0 0 auto;
    width: 410px;
    /* adjust desktop card width */
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .accent-custom .cards-wrapper1.featuredbooks_wrapper {
    flex-wrap: wrap;
  }

  /* allow wrapping on desktop if needed */
  .accent-custom .cards-wrapper1.featuredbooks_wrapper .card {
    flex: 0 0 auto;
    width: 31.99%;
    /* adjust desktop card width */
  }

  .accent-custom .cards-wrapper1.featuredbooks_wrapper .card:last-child {
    flex: 0 0 auto;
    width: 100%;
    /* adjust desktop card width */
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .accent-custom .cards-wrapper1.featuredbooks_wrapper {
    flex-wrap: wrap;
  }

  /* allow wrapping on desktop if needed */
  .accent-custom .cards-wrapper1.featuredbooks_wrapper .card {
    flex: 0 0 auto;
    width: 31.7%;
    /* adjust desktop card width */
  }

  .accent-custom .cards-wrapper1.featuredbooks_wrapper .card:last-child {
    flex: 0 0 auto;
    width: 100%;
    /* adjust desktop card width */
  }

}

/**********Featured Books and Sports in desktop and mobile***********/

/*****************Sports page display articles in grid and side scrolling in mobile***********************************/
@media (max-width: 767.98px) {
  .accent-custom .scroll-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    /* Hide scrollbar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
    scroll-snap-type: x mandatory;
  }

  .accent-custom .scroll-row::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  .accent-custom .scroll-row .col-card {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: start;
  }

  .accent-custom .scroll-controls {
    display: flex;
  }
}

@media (min-width: 768px) {
  .accent-custom .scroll-controls {
    display: none;
  }
}

/*****************Sports page display articles in grid and side scrolling in mobile***********************************/


.accent-custom .personalisetabs .nav-tabs {
  border-bottom: 1px solid var(--cream);
}

.accent-custom .personalisetabs .nav-tabs .nav-link {
  border: 0;
  color: var(--primary);
  font-weight: 500;
  font-size: var(--f_sz18);
}

.accent-custom .personalisetabs .nav-tabs .nav-item.show .nav-link,
.accent-custom .personalisetabs .nav-tabs .nav-link.active {
  border-bottom: 4px solid var(--blue1);
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: var(--primary);
  font-weight: 500;
}

.accent-custom .personalise_wrapper {
  padding: 15px 0;
}

.accent-custom .search_inptwrapper {
  max-width: 600px;
}

.accent-custom .personalise_cardtitle {
  display: flex;
  flex-flow: row wrap;
}

.accent-custom .personalise_pubcatcard {
  border: 1px solid var(--cream);
  padding: 10px;
  background-color: var(--white);
}

.accent-custom .person_publogo {
  min-width: 45px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid var(--cream);
  background-color: var(--white);
}

.accent-custom .person_publogo img {
  max-width: 100%;
  max-height: 42px;
}

.accent-custom .personalise_addtickbtn {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: var(--blue1);
  border: 1px solid var(--blue1);
}

.accent-custom .personalise_addbtn {
  background-color: var(--white);
  color: var(--blue1);
}

.accent-custom .personalise_tickbtn {
  background-color: var(--blue1);
  color: var(--white);
}

.accent-custom .publisher_desc {
  text-align: left;
}



.accent-custom .recommendpublish .carousel-indicators {
  bottom: -45px;
}

.accent-custom .recommendpublish .carousel-indicators [data-bs-target] {
  background-color: var(--darkgrey4);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom .recommendpublish .carousel-indicators .active {
  background-color: var(--blue1);
}

.accent-custom .recommendpublish .carousel-control-prev,
.accent-custom .recommendpublish .carousel-control-next {
  bottom: -35px;
  top: auto;
}

/* .accent-custom .recommendpublish .carousel-control-prev { left: 30%; }
.accent-custom .recommendpublish .carousel-control-next { right: 30%; }  */

.accent-custom .profile__main-thumb img {
  border: 1px solid var(--cream);
  object-fit: cover;
}

.accent-custom .profile__main-thumb .profile_nameinitial {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--cream);
  font-size: var(--f_sz30);
  background-color: var(--orange);
  color: var(--white);
}

.accent-custom .profile__main-info {
  border-top: 1px solid var(--grey5);
}

.accent-custom .profile__main-thumb.change_profile__main-thumb .profile_nameinitial {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--grey5);
  font-size: var(--f_sz40);
  background-color: var(--orange);
  color: var(--white);
}

.accent-custom .profile__main-thumb-edit label {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
}

.accent-custom .tp-login-remeber input:checked~label::after {
  background-color: var(--orange);
  border-color: var(--orange);
}

.accent-custom .tp-login-remeber label::before {
  content: url(../img/profile/check.svg);
}

.accent-custom .modal_600 {
  max-width: 600px;
  /* or %, vw */
}

.accent-custom .header_searchicon {
  position: relative;
  top: 2px;
}

.accent-custom .header_searchwrapper {
  max-width: 800px;
  margin: 0 auto;
}

.accent-custom .tp-search-close {
  display: block;
}

.accent-custom .search_suggestion,
.accent-custom .search_suggestion_header,
.accent-custom .contenttopic_suggestion {
  width: 100%;
  background-color: var(--white);
  position: absolute;
  top: 56px;
  z-index: 2;
  border: 1px solid var(--grey6);
  padding: 15px;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.accent-custom .search_suggestion ul li,
.accent-custom .search_suggestion_header ul li {
  list-style: none;
  cursor: pointer;
  padding-bottom: 10px;
}

.accent-custom .contenttopic_suggestion ul {
  margin-bottom: 0;
}

.accent-custom .contenttopic_suggestion ul li {
  list-style: none;
  cursor: pointer;
  padding-bottom: 10px;
  margin-left: 0;
}


.accent-custom .searchresult_img img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}

.accent-custom .subcontainer {
  width: 100%;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  padding: 15px;
  border: 1px dashed var(--cream);
}

.accent-custom .profileprogress_wrapper {
  max-width: 600px;
  margin: 25px auto;
}

.accent-custom .sportsdtl_imglg {
  max-width: 100%;
  max-height: 120px;
}

.accent-custom .sportsdtl_imgsm {
  max-width: 100%;
  max-height: 40px;
}


/*****************profile progress bar*******************/
.accent-custom .progress-avatar {
  --size: 80px;
  --thickness: 5px;
  --progress: 0;


  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background:
    conic-gradient(var(--green) calc(var(--progress) * 1%),
      var(--grey5) 0);
  display: grid;
  place-items: center;
}

.accent-custom .avatar-inner {
  width: calc(var(--size) - var(--thickness) * 2);
  height: calc(var(--size) - var(--thickness) * 2);
  border-radius: 50%;
  background-color: var(--orange);
  color: var(--white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-custom .avatar-inner img {
  width: calc(var(--size) - var(--thickness) * 2);
  height: calc(var(--size) - var(--thickness) * 2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.accent-custom .avatar-letter {
  font-size: var(--f_sz30);
  font-weight: 600;
}

.accent-custom .progress-text {
  position: absolute;
  bottom: -15px;
  left: 23%;
  background: var(--white);
  border: 1px solid var(--grey5);
  font-size: var(--f_sz12);
  color: var(--green);
  font-weight: 600;
  padding: 4px 6px;
  border-radius: 8px;
  line-height: 1;
}


.accent-custom .tp-header-login-icon .progress-avatar {
  --size: 36px;
  --thickness: 3px;
  margin-right: 10px;
}

.accent-custom .tp-header-login-icon .avatar-letter {
  font-size: var(--f_sz16);
  font-weight: 600;
  margin-right: 0;
}


/********Bottom-centered************/
/* .progress-text {
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
} */

/********Top-right badge************/
/*.progress-text {
  top: 4px;
  right: 4px;
}*/

/***********Outside ring (cleaner)************/

/*.progress-text {
  position: absolute;
  bottom: -6px;
  background: #212529;
}*/

/*****************profile progress bar*******************/
.accent-custom .tp-checkout-payment-item input:checked~label::after {
  border-color: var(--orange);
}

.accent-custom .tp-checkout-payment-item label::before {
  background-color: var(--orange);
}

/* .accent-custom .jobboard_card { background: #003E8E; background: linear-gradient(180deg, rgba(0, 62, 142, 1) 0%, rgba(17, 153, 178, 1) 100%); -moz-background: linear-gradient(180deg, rgba(0, 62, 142, 1) 0%, rgba(17, 153, 178, 1) 100%); -webkit-background: linear-gradient(180deg, rgba(0, 62, 142, 1) 0%, rgba(17, 153, 178, 1) 100%); color: var(--white); padding: 15px; } */

.accent-custom .jobboard_card {
  background: var(--grey2) !important;
  color: var(--black);
  padding: 15px 15px 0 15px;
  border: 0px solid var(--cream);
}

.accent-custom .jobboard_card .card {
  border-bottom: 1px solid var(--cream);
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  padding-bottom: 15px;
}

.accent-custom .jobboard_card .card:last-child {
  border-bottom: 0px solid var(--cream);
  padding-bottom: 0px;
}

.accent-custom .jobboard_img {
  padding: 10px;
}

.accent-custom .jobboard_img img {
  max-width: 100%;
  height: 100px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.accent-custom .jobboard_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.accent-custom .jobboard_desc {
  /*height: 55px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;*/
  /*white-space: nowrap;   overflow: hidden; text-overflow: ellipsis;*/
  color: var(--white);
  padding-top: 5px;
}

.accent-custom .jobboard_submit_img img {
  max-width: 100%;
  max-height: 100px;
}

.accent-custom .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}


.accent-custom .tp-checkout-payment-item label {
  font-size: var(--f_sz16);
}

/* .accent-custom .tear_topbanner { position: relative; top:-50px; z-index: 0; } */
/* .accent-custom .tear_topbanner img { width: 100%; } */

.accent-custom .tear_topbanner {
  width: 100%;
  height: 100px;
  background: url(../img/tear/tear_topbanner1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -50px;
  z-index: 0;
}


.accent-custom .topbanner_iconography {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.accent-custom .topbanner_iconography img {
  max-width: 100%;
}

.accent-custom .tp-ournetwork {
  background: url(../img/tear/tear_network_bg.svg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100% !important;
}

.accent-custom .tear_ournetwork_btm {
  background: url(../img/tear/tear_network_btm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 90px;
  z-index: 0;
  width: 100%;
  height: 100px;
}


.accent-custom .featuredauthor_icono {
  position: absolute;
  top: -50px;
  z-index: 0;
}

.accent-custom .featuredauthor_iconoimg img {
  max-width: 100%;
}

.accent-custom .tear_sports_top {
  background: url(../img/tear/tear_sportstop.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100px;
}

.accent-custom .tear_sports_btm {
  background: url(../img/tear/tear_sportsbtm.svg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  top: 90px;
  z-index: 0;
  width: 100%;
  height: 120px;
}


.accent-custom .jobboard_icon {
  min-width: 55px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid var(--cream);
  font-size: var(--f_sz24);
  margin-bottom: 10px;
}

.accent-custom .postdtl_adwrapper_sticky {
  position: sticky;
  top: 80px;
  /* distance from top when sticking */
}

.accent-custom .allcontent_articles_wrapper {
  max-height: 1200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.accent-custom .allcontent_articles_wrapper .articlesdsply_customwdth {
  width: 320px;
}

.accent-custom .jobboard_card_hgt {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
}



.accent-custom .bookreview_avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--grey5);
}

.accent-custom .bookreview_hgt {
  max-height: 450px;
  overflow-y: auto;
}

.accent-custom .bookrating_wrapper i {
  font-size: var(--f_sz24);
  color: var(--grey5);
  margin: 5px;
}

.accent-custom .bookrating_wrapper i.active {
  color: var(--yellow);
}

.accent-custom .tp-product-details-thumb-wrapper {
  position: relative;
  top: auto;
  margin-right: 0px;
}

.accent-custom .tp-product-details-thumb-wrapper .tab-content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.accent-custom .tp-product-details-thumb-wrapper .nav-tabs .nav-link img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  margin: 0;
}

.accent-custom .cart_list_item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid var(--grey5);
}

.accent-custom .tp-cart-img {
  width: auto;
  height: 160px;
  margin-right: 0;
  text-align: center;
  margin-bottom: 10px;
}

.accent-custom .tp-cart-img img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.accent-custom .tp-cart-checkout-top-title {
  font-weight: 600;
  font-size: var(--f_sz24);
  color: var(--primary);
}

.accent-custom .tp-cart-checkout-top-price {
  font-weight: 600;
  font-size: var(--f_sz24);
  color: var(--primary);
}

.accent-custom .tp-cart-checkout-wrapper {
  padding: 20px 14px 20px;
}

.accent-custom .tp-product-quantity {
  width: auto;
  margin-right: 15px;
  font-size: var(--f_sz14);
  font-weight: 600;
}

.accent-custom .members_iconwrapper {
  position: absolute;
  top: -30px;
  left: 40%;
}

.accent-custom .members_icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: var(--white);
  color: var(--dflt_lightgreen);
  border: 1px solid var(--cream);
  font-size: var(--f_sz26);
}

.accent-custom .allcontent_carouselwrapper {
  border: 0px solid var(--cream);
  background-color: var(--grey2) !important;
}

.accent-custom .allcontent_categoryimg {
  max-width: 800px;
  height: 600px;
  margin: 0 auto;
}

.accent-custom .allcontent_categoryimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.accent-custom .allcontent_category_slidercontent {
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
}

.accent-custom .aiicon img {
  width: 20px;
  height: 20px;
}

.accent-custom .allcontent_categoryimg.sportslgimg {
  height: 370px;
}

.accent-custom .allcontent_categoryimg.sportsarticlelgimg {
  height: 295px;
}

.accent-custom .allcontent_categoryimg.sportsarticlelgimg img {
  border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
}

.accent-custom .mylibrarylist_hgt {
  max-height: 600px;
  overflow-y: auto;
}

.accent-custom .tp-order-details-icon span {
  border: 1px solid var(--primary);
}

.accent-custom .tp-order-details-title,
.accent-custom .tp-order-details-content p,
.accent-custom .tp-order-details-item h4 {
  color: var(--primary);
}

.accent-custom .tp-order-details-item p {
  color: var(--primary);
  font-size: var(--f_sz16);
}

.accent-custom .sports_gamesrow {
  background-color: var(--grey2);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 10px;
  align-items: center;
}

.accent-custom .sportsgames_drpdown_tgl {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 15px;
  color: var(--black);
}

.accent-custom .sportsgames_drpdown_tgl.dropdown-toggle::after {
  display: none;
}

.accent-custom .sports_gamesrow .dropdown .dropdown-menu {
  padding: 10px;
  font-size: var(--f_sz14);
  max-height: 400px;
  overflow-y: auto;
}

.accent-custom .sports_matches_item {
  width: 300px;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--white);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 5px 10px;
  justify-content: space-between;
}

.accent-custom .sports_match_icon {
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: var(--f_sz12);
  font-weight: 600;
}

.accent-custom .sports_match_icon img {
  max-width: 100%;
  max-height: 25px;
  object-fit: cover;
}

.accent-custom .sports_match_schedule {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: var(--f_sz14);
  line-height: 20px;
}

.accent-custom .sports_matchesrow {
  background-color: var(--grey2);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 10px;
  align-items: center;
}

.accent-custom .sportssearch_inputgrp input {
  height: 46px;
}

.accent-custom .sports_games_item {
  width: 300px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--white);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 5px 10px;
  justify-content: space-between;
}

.accent-custom .sports_gameslogo {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid var(--cream);
  background-color: var(--white);
}

.accent-custom .sports_gameslogo img {
  max-width: 100%;
  max-height: 35px;
}

.accent-custom .sports_searchmatches_wrapper {
  position: absolute;
  top: 46px;
  background-color: var(--cream);
  width: 330px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 10px 10px 10px 10px;
  z-index: 1;
}

.accent-custom .sports_searchmatches_wrapper .sports_games_item {
  background-color: var(--cream);
}

.accent-custom .sports_searchmatches_hgt {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.accent-custom .featured_matches_wrapper {
  background-color: var(--grey2);
  padding: 15px 10px 10px 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.accent-custom .featured_matches_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accent-custom .featured_matches_type {
  background-color: var(--white);
  color: var(--black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: var(--f_sz14);
  font-weight: 600;
}

.accent-custom .featured_matches_type img {
  max-width: 100%;
  max-height: 30px;
}

.accent-custom .featured_matches_list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.accent-custom .featured_matches_item {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 5px 10px;
  justify-content: space-between;
}

.accent-custom .tags_suggestion_div {
  position: absolute;
  top: 55px;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: var(--white);
  border-radius: .375rem;
  -moz-border-radius: .375rem;
  -webkit-border-radius: .375rem;
  border: 1px solid var(--grey6);
  padding: 15px;
}


.accent-custom .tagssearch_suggest_list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  max-height: 190px;
  overflow-y: auto;
}

.accent-custom .tagssearch_suggest_item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 5px;
}

.accent-custom .tags_dsplywrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.accent-custom .tags_dsplywrapper .tags_badges {
  padding: 5px 10px;
  font-size: var(--f_sz14);
  background-color: var(--dflt_darkgreen);
  color: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}


.accent-custom .sweepstakes_wrapper>div:not(:last-child) {
  border-bottom: 1px solid var(--grey5);
}

.accent-custom .joincommunity_popupwrapper {
  position: fixed;
  bottom: 0px;
  right: 0px;
  max-width: 400px;
  z-index: 4;
  background-color: var(--white);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 20px;
}


.accent-custom .recommended_slider .card,
.accent-custom .latestposts_slider .card,
.accent-custom .newsmax_cards_wrapper .card,
.accent-custom .moreposts_slider .card,
.accent-custom .allcontent_articles_wrapper .card {
  border: 0px solid var(--cream) !important;
  background-color: var(--grey2) !important;
}

.accent-custom .trending_carousel_wrapper .card {
  border: 0px solid var(--cream) !important;
  background-color: var(--grey2) !important;
}

.accent-custom .featuredbooks_wrapper .card {
  background-color: var(--grey2) !important;
  border: 0px solid var(--cream) !important;
}

.accent-custom .tp-sports-area .card {
  background-color: var(--grey2) !important;
  border: 0px solid var(--cream) !important;
}

.accent-custom .morebooks_slider .card {
  background-color: var(--grey2) !important;
  border: 0px solid var(--cream) !important;
}

.accent-custom .cartmini__wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.accent-custom .cartmini__widget-item {
  padding: 10px 0;
}

.accent-custom .cartmini__area {
  width: 360px;
}

.accent-custom .fa-rotate-45 {
  /* Important: Transforms do not work on default inline elements. */
  display: inline-block;
  transform: rotate(45deg);
  /* Include vendor prefixes for broader browser support if needed */
  /* -webkit-transform: rotate(45deg); */
  /* -moz-transform: rotate(45deg); */
  /* -ms-transform: rotate(45deg); */
  /* -o-transform: rotate(45deg); */
}

.accent-custom .cartmini__checkout {
  padding-bottom: 15px;
}

.accent-custom .postcomment_hgt {
  max-height: 770px;
  overflow-y: auto;
}

.accent-custom .postcomment_avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--grey5);
}

.accent-custom .cartmini__widget {
  height: calc(100vh - 155px);
}

.accent-custom .allblogs_filter {
  width: 220px;
}

.accent-custom .allblogs_filter .form-select {
  height: 46px;
}

.accent-custom .newsmax_cards_wrapper {
  /*max-height: 760px;*/
  max-height: 450px;
  overflow-y: auto;
}


@media (min-width: 768px) {
  .accent-custom .top-stories-carousel .carousel-item>div {
    display: flex;
    gap: 1rem;
  }
}




@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accent-custom .main-menu.menu-style-2>nav>ul>li:not(:last-child) {
    margin-right: 25px;
  }

  .accent-custom .postdtl_left,
  .accent-custom .allpagesdtl_left {
    width: 71%;
  }

  .accent-custom .postdtl_right,
  .accent-custom .allpagesdtl_right {
    width: 29%;
  }


  .accent-custom .featuredauthor_icono {
    top: 0px;
  }

  .accent-custom .moreposts_slider .slick-list,
  .accent-custom .morebooks_slider .slick-list {
    margin: 0 -40px;
  }

  .accent-custom .newscontent_rgt {
    width: 62.66666667%;
  }

}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .accent-custom .recommended_cards_wrapper {
    max-height: 530px;
    overflow-y: auto;
    margin-bottom: 25px;
  }

  .accent-custom .trending_cards_wrapper {
    max-height: 480px;
    overflow-y: auto;
  }

  .accent-custom .newsmax_cards_wrapper {
    max-height: 360px;
    overflow-y: auto;
    margin-bottom: 25px;
  }

  .accent-custom .upcomingsports_wrapper {
    max-height: 400px;
    overflow-y: auto;
  }

  .accent-custom .jobboard_iconlft {
    width: 10.66666667%;
  }

  .accent-custom .jobboard_iconrgt {
    width: 89.33333333%;
  }
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .accent-custom .postdtl_left,
  .accent-custom .allpagesdtl_left {
    width: 65.66666667%;
  }

  .accent-custom .postdtl_right,
  .accent-custom .allpagesdtl_right {
    width: 34.33333333%;
  }

  .accent-custom .allcontent_articles_wrapper .articlesdsply_customwdth {
    width: 310px;
  }

  .accent-custom .allcontent_articles_wrapper .articlesdsply_customwdth_lg {
    width: 310px;
  }

  .accent-custom .members_iconwrapper {
    left: 33%;
  }
}


@media screen and (min-width: 1200px) {
  .accent-custom .header_menu {
    width: 100%;
  }

  /* .accent-custom .header_login { width: 5%; } */

  .accent-custom .main-menu>nav>ul>li>.tp-submenu {
    left: auto;
    right: 0;
  }

  .accent-custom .jobboard_iconlft {
    width: 8.66666667%;
  }

  .accent-custom .jobboard_iconrgt {
    width: 91.33333333%;
  }

  .accent-custom .allcontent_articles_wrapper .articlesdsply_customwdth {
    width: 32.33333333%;
  }

  .accent-custom .allcontent_articles_wrapper .articlesdsply_customwdth_lg {
    width: 65.66666667%;
  }

  .accent-custom .publisherscategories_hgt {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .accent-custom .trending_carousel_wrapper .card .col-xl-3 {
    width: 28%;
  }

  .accent-custom .trending_carousel_wrapper .card .col-xl-9 {
    width: 72%;
  }



}

@media screen and (min-width: 768px) {

  .accent-custom .newssection_hgt {
    max-height: 1000px;
    overflow-y: auto;
    overflow-x: hidden;
  }

}


@media screen and (max-width: 1280px) {

  /* .accent-custom .tp-slider-area { height: auto; }
.accent-custom .homeslider_postsimg { height: auto; }
.accent-custom .homeslider_postsimg img {  height: auto; } */
  .accent-custom .tear_topbanner {
    height: 60px;
    top: -35px;
  }

}

@media screen and (max-width: 1199px) {

  .accent-custom .advertise_wrapper,
  .accent-custom .submitcontent_wrapper {
    padding: 30px 30px 30px 30px;
  }

  .accent-custom .featuredauthor_icono {
    top: 35px;
  }


}

@media screen and (max-width: 1100px) {

  /* .accent-custom .homeslider_postsimg img {  height: 700px; }  */
  .accent-custom .homebanner_carousel .carousel-indicators [data-bs-target] {
    width: 20%;
    margin: 0 10px 0 10px;
  }
}


@media screen and (max-width: 1023px) {

  .accent-custom .tp-slider-area {
    height: 400px;
  }

  .accent-custom .homeslider_postsimg {
    height: 400px;
  }

  .accent-custom .slider_title {
    font-size: var(--f_sz30);
  }

  .accent-custom .slider_container {
    align-items: start;
    margin-top: 50px;
  }

}


@media screen and (max-width: 991px) {

  /* .accent-custom .homeslider_postsimg img {  height: 700px; }  */
  /* .accent-custom .slider_content {  padding-top: 230px; }   */
  /* .accent-custom .slider_title { font-size: var(--f_sz48); } */
  .accent-custom .sponsoredpost_img img {
    border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    height: auto;
  }

  .accent-custom .sistersites_cntr {
    margin: 15px auto;
  }

  .accent-custom .sistersites_carousel .carousel-control-prev,
  .accent-custom .postdtl_carousel .carousel-control-prev {
    left: 0;
  }

  .accent-custom .sistersites_carousel .carousel-control-next,
  .accent-custom .postdtl_carousel .carousel-control-next {
    right: 0;
  }

  .accent-custom .sistersites_imgwrapper {
    min-height: 180px;
    border-radius: 0 0px 20px 20px;
    -moz-border-radius: 0 0px 20px 20px;
    -webkit-border-radius: 0 0px 20px 20px;
  }

  .accent-custom .sistersites_imgwrapper img {
    max-width: 80%;
    max-height: 140px;
  }

  .accent-custom .sistersites_carousel .carousel-indicators,
  .accent-custom .postdtl_carousel .carousel-indicators {
    bottom: -45px;
  }

  .accent-custom .sister_flagicon img {
    max-height: 450px;
  }

  .accent-custom .advertise_emailwrapper {
    padding: 25px;
  }

  .accent-custom .advertise_txt {
    text-align: center;
    margin-top: 10px;
  }

  .accent-custom .trending_carousel_wrapper .card .col-xl-3 {
    width: 39%;
  }

  .accent-custom .trending_carousel_wrapper .card .col-xl-9 {
    width: 61%;
  }

  .accent-custom .slick-next {
    right: 43%;
  }

  .accent-custom .slick-prev {
    left: 43%;
  }

  .accent-custom .moreposts_slider .slick-list,
  .accent-custom .morebooks_slider .slick-list {
    margin: 0 -10px;
  }

  .accent-custom .sistersites_carousel .carousel-control-prev,
  .accent-custom .postdtl_carousel .carousel-control-prev {
    left: 40%;
  }

  .accent-custom .sistersites_carousel .carousel-control-next,
  .accent-custom .postdtl_carousel .carousel-control-next {
    right: 40%;
  }

  .accent-custom .postdtl_adwrapper_sticky {
    position: static;
  }

  .accent-custom .allcontent_articles_wrapper .articlesdsply_customwdth_lg {
    width: 320px;
  }

}


@media screen and (max-width: 900px) {
  .accent-custom .tear_topbanner {
    position: relative;
    top: -40px;
  }

}

@media screen and (max-width: 767px) {

  .accent-custom .logo img {
    max-width: 100%;
    max-height: 30px;
  }

  /* .accent-custom .homeslider_postsimg img { height: 380px; } */

  /* .accent-custom .slider_content {  padding-top: 140px; }    */
  .accent-custom .slider_title {
    font-size: var(--f_sz24);
  }

  .accent-custom .slider_category {
    font-size: var(--f_sz14);
  }

  .accent-custom .slider_readmore {
    font-size: var(--f_sz14);
  }

  .accent-custom .homebanner_carousel .carousel-indicators [data-bs-target] {
    width: 19%;
    margin: 0 10px 0 10px;
  }

  .accent-custom .homebanner_carousel .indicator-label {
    font-size: var(--f_sz13);
  }

  .accent-custom .homebanner_carousel .carousel-control-next,
  .accent-custom .homebanner_carousel .carousel-control-prev {
    top: auto;
    bottom: 70px;
    width: 10%;
  }

  .accent-custom .weather_drpdown {
    margin-top: 10px;
  }

  .accent-custom .sponsoredpost_title {
    height: 72px;
    font-size: var(--f_sz20);
  }

  .accent-custom .sistersites_title {
    font-size: var(--f_sz22);
  }

  .accent-custom .advertise_emailwrapper {
    padding: 10px;
  }

  .accent-custom .advertise_inputgrp .form-control {
    width: 100%;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
  }

  .accent-custom .advertise_inputgrp .send_btn {
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    width: 100%;
    margin-top: 15px;
  }

  .accent-custom .advertise_icon {
    font-size: var(--f_sz60);
  }

  .accent-custom .postdtl_title {
    font-size: var(--f_sz24);
  }

  .accent-custom .featured_container {
    padding: 15px 15px;
  }

  .accent-custom .featuredbooks_img_lg {
    border-bottom: 1px solid var(--cream);
    padding-top: 7px;
  }

  .accent-custom .featuredbooks_img_lg img {
    max-width: 100%;
    min-height: 180px;
  }

  .accent-custom .featuredbook_title_lg {
    font-size: var(--f_sz14);
  }

  .accent-custom .featured_books_buybtn {
    margin-top: 10px;
  }

  .accent-custom .featuredbooks_shareicon_mob {
    position: absolute;
    top: -20px;
    right: 15px;
  }

  .accent-custom .tp-advertise-area .card .f_sz36 {
    font-size: var(--f_sz30);
  }


  .accent-custom .trending_carousel_wrapper .card .col-xl-3 {
    width: 100%;
  }

  .accent-custom .trending_carousel_wrapper .card .col-xl-9 {
    width: 100%;
  }

  .accent-custom .trending_img {
    width: 274px;
    margin: 0 auto;
  }


  .accent-custom .slick-next {
    right: 40%;
  }

  .accent-custom .slick-prev {
    left: 40%;
  }

  .accent-custom .topstories_slider .slick-next {
    /* right: 0px;*/
    right: 39%;
  }

  .accent-custom .topstories_slider .slick-prev {
    /*left: 0px;*/
    left: 39%;
  }

  .accent-custom .sistersites_carousel .carousel-control-prev,
  .accent-custom .postdtl_carousel .carousel-control-prev {
    left: 37.5%;
  }

  .accent-custom .sistersites_carousel .carousel-control-next,
  .accent-custom .postdtl_carousel .carousel-control-next {
    right: 37.5%;
  }

  .accent-custom .trending_carousel_wrapper .card {
    width: 274px;
    margin: 0 auto;
  }


  .accent-custom .tear_topbanner {
    position: relative;
    top: -20px;
  }

  .accent-custom .homebanner_carousel .carousel-indicators {
    bottom: 0px;
  }

  .accent-custom .section_title_lg {
    font-size: var(--f_sz40);
  }

  .accent-custom .allcontent_articles_wrapper {
    max-height: 1000px;
  }

  .accent-custom .allcontent_articles_wrapper.sports_articles_wrapper {
    max-height: 600px;
  }

  .accent-custom .trending_title {
    height: 50px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: wrap;
  }

  .accent-custom .members_iconwrapper {
    left: 45%;
  }

  .accent-custom .allposts_title_lg {
    font-size: var(--f_sz18);
    height: 45px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: wrap;
  }

  .accent-custom .tp-product-details-thumb-wrapper .nav-tabs {
    display: flex;
    justify-content: space-between;
  }

  .accent-custom .tp-product-details-thumb-wrapper .nav-tabs .nav-link {
    width: 65px;
  }

  .accent-custom .sports_gamesrow {
    padding: 10px 10px 20px 10px;
  }

  .accent-custom .tear_topbanner {
    height: 30px;
  }

  .accent-custom .homesliderdsk {
    display: none;
  }

  .accent-custom .homeslidermob_max767 {
    display: block;
  }

  .accent-custom .allcontent_categoryimg {
    height: 350px;
  }

  .accent-custom .header_membersonly_nomobmax767 {
    display: none;
  }

  .accent-custom .header_searchicon_nomobmax767 {
    display: none;
  }

  .accent-custom .tp-allblogs-area .row.g-5 {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }


}

@media screen and (max-width: 766px) {
  .accent-custom .tp-allblogs-area .allblogs_colcntr {
    width: 100%;
  }
}

@media screen and (max-width: 579px) {

  .accent-custom .tp-slider-area {
    height: 320px;
  }

  .accent-custom .homeslider_postsimg {
    height: 320px;
  }




}

@media screen and (max-width: 454px) {

  /* .accent-custom .slider_content {  padding-top: 160px; }    */
  .accent-custom .slider_title {
    font-size: var(--f_sz20);
  }

  .accent-custom .slider_category {
    font-size: var(--f_sz13);
  }

  .accent-custom .slider_readmore {
    font-size: var(--f_sz13);
  }

  .accent-custom .homebanner_carousel .carousel-indicators [data-bs-target] {
    width: 20%;
    margin: 0 5px 0 5px;
  }

  .accent-custom .homebanner_carousel .indicator-label {
    font-size: var(--f_sz10);
    font-weight: 400;
  }

  .accent-custom .homebanner_carousel .carousel-control-next,
  .accent-custom .homebanner_carousel .carousel-control-prev {
    top: auto;
    bottom: 80px;
  }

  .accent-custom .advertise_wrapper,
  .accent-custom .submitcontent_wrapper {
    padding: 15px 20px 20px 20px;
  }

  .accent-custom .members_iconwrapper {
    left: 42%;
  }



}


@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .accent-custom .tp-header-bottom-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}