/*common css*/
:root {
  --pink: #e129b8;
  --primary: #030510;
  --green: #00ae9e;
  --lblue: #3c6fd9;
  --lgray: #717171;
  --white: #ffff;
  --light: #f1f3f9;
  --yellow: #fcce64;
  --dark: #000;
  --llight: #9c9c9c;
  --red: #ff7171;
  --gray: #4b484a;
}
@font-face {
  font-family: pragmartic;
  src: url("../font/Pragmatica-Light.ttf");
  font-weight: 400;
}
@font-face {
  font-family: pragmartic;
  src: url("../font/Pragmatica-Book.ttf");
  font-weight: 500;
}
@font-face {
  font-family: pragmartic;
  src: url("../font/Pragmatica-Medium.ttf");
  font-weight: 600;
}
@font-face {
  font-family: berthlod;
  src: url("../font/berthlod-font.otf");
  font-weight: 400;
}
@font-face {
  font-family: berthlod ;
  src: url("../font/Berthold-light.otf");
  font-weight: 300;
}
@font-face {
  font-family: FreightBigProLight;
  src: url("../font/FreightBigProLight-Italic.ttf");
  font-weight: 300;
}
@font-face {
  font-family: FreightBigProLight;
  src: url("../font/FreightBigProMedium-Italic.ttf");
  font-weight: 600;
}
@font-face {
  font-family: FreightBigProLight;
  src: url("../font/FreightBigProBook-Italic.ttf");
  font-weight: 400;
}

html,
body {
  scroll-behavior: smooth;
}
a {
  transition: 0.5s ease;
}

a:hover {
  transition: 0.5s ease;
}

.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  background: var(--dGreen);
  border-color: var(--dGreen);
  color: #fff;
}

hr {
  margin: 0;
}

p {
  color: rgb(75 72 74);
  font-weight: 400;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #212529;
}

a:hover {
  color: var(--dark);
}

li {
  list-style: none;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}

.bg-orange {
  background: var(--dGreen);
}

img {
  max-width: 100%;
}

body {
  font-weight: bold;
  color: #4a4a4a;
  color: rgb(75 72 74);
}

/* .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
} */

ul {
  margin: 0;
  padding: 0;
}

.btn {
  font-size: 16px;
}

.btn-round {
  border-radius: 20px;
  padding: 7px 25px;
}

.text-orange {
  color: var(--dGreen);
}

.text-primary {
  color: var(--primary) !important;
}

.bg-gray {
  background: var(--gray);
}

.bg-dlight {
  background: var(--dlight);
}

.hover-zoom {
  transition: all 0.5s;
}

.hover-zoom:hover {
  transform: scale(1.02);
}

.prod3 .col-12.col-md-2 {
  margin-top: 30px;
}

.prod3 .col-12.col-md-2:nth-child(-n + 5) {
  margin-top: 0px;
}




@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

@media(min-width:1600px){
  .container-fluid,.press___detailInner,.press_realseitem {
    max-width: 94rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.media {
  display: flex;
}

.abtcrd .media-body {
  flex: 1;
}

a {
  color: var(--dark);
}

/*common css*/

/* header start */
header {
  background-color: rgb(103 245 247);
  padding: 10px 9px 15px;
  position: relative;
  transition: 0.2s ease;
}
header.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  /* transition: all 0.3s ease-in; */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 17px 16px;
  transition: 0.2s ease;
}
header.sticky .logo-normal,
.logo-sticky {
  display: none;
}
header.sticky .logo-sticky {
  display: block;
  margin: auto;
}

.nav-sidebar {
  position: fixed;
  background: #ffffff;
  height: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  z-index: 99;
  width: 450px;
  transition: all 0.3s ease-in-out;
  transform: translateX(-120%);
  display: block !important;
}
.nav-sidebar.nav-sidebarActive {
  transform: translateX(0%);
}
.nav-sidebarActive .shad,
.rightsidebarActive .shad {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  right: 100%;
  z-index: 0;
}
.rightsidebarActive .shad {
  left: auto;
  top: 0px;
}
.sidemenu {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  background: #fdf8ef;
}
.sidemenu_ulmenu {
  height: calc(100vh - 222px);
}
.closeside {
  position: fixed;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
.closeside svg{
  height: 24px;
}
.rightsidebarActive .closeside {
}
.rightsidebarActive .sidemenu {
  padding: 40px 10px 40px 10px;
}
.sidemenu #user-registration, #user-registration.horizontal {
  box-shadow: none !important;
}
.sidemenu .ur-frontend-form{
    border:0px !important;
}
.sidemenu  .ur-frontend-form .ur-form-row .ur-form-grid ,  .sidemenu  .ur-frontend-form.login{
   padding: 0px !important;
   margin-top: 10px;
}
.sidemenu #user-registration input{
  border-top:0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid rgb(75 72 74 / 72%) !important;
  background-color: transparent !important;
  height: 30px !IMPORTANT;
  
  padding-left: 0px !important;
}
.sidemenu ul {
  padding: 60px 30px;
}
.sidemenu ul a {
  font-weight: 400;
  color: var(--gray);
  display: block;
  padding: 15px 0;
}
.sidemenu ul a:hover {
  color: #000;
}
.sidefoot img {
  width: 18px;
  margin-right: 10px;
}
.sidefootactive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  background: #67f5f7;
  font-family: berthlod;
}
.sidefootactive p {
  font-size: 13px;
  font-family: berthlod;
  font-weight: 400;
  font-size: 0.6875rem;
}
.sidefootactive svg {
  width: 48px;
  fill: #816040;
}
.sidefoot ul {
  padding-bottom: 10px;
}
.mbar-btn {
  cursor: pointer;
}

.hrow {
  display: flex !important;
  align-items:center;
  justify-content:space-between;
  width: 100%;
  height: 75px;
}
.hz_menu {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  /*margin-top: 34px; */
}
.hlog {
  width: 300px !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  top: 12px;
}

header.sticky .hlog{
  top: 34px;
}
header.sticky .rmenu{
  margin-top: 5px;
}
header.sticky .hz_menu{
  margin-top: 12px
}
header.sticky .hrow{
  height: auto;
}
.leftsidebar {
  flex: 0 0 25%;
}
.leftsidebar img {
  width: 25px;
}

.rightsidebar {
  position: fixed;
  background: #ffffff;
  height: 100%;
  top: 100px;
  opacity: 1;
  right: 0;
  z-index: 99;
  width: 40%;
  transition: all 0.3s ease-in-out;
  transform: translateX(150%);
  display: block !important;
}
.rightsidebarActive {
  transform: translateX(0%);
}

.hlog {
  flex: 0 0 20%;
  text-align: center;
}
.hlog img {
  /* width: 200px; */
  max-width: 12.5rem;
}

.rmenu {
  flex: 0 0 40%;
}
.rmenu img {
  width: 20px;
}
.rmenu ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.rmenu ul svg {
  width: 20px;
  margin-right: 7px;
  width: 1.5rem;
}
.rmenu ul a {
  opacity: 0.8;
  font-family: akzidenz-grotesk-extended, pragmatica, futura-pt, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
color: #4c4860;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
padding: 12px 15px;
}
#language__slider a{font-weight: 600;}

.searchbx img {
  width: 18px;
  position: absolute;
  left: 7px;
  top: 7px;
}
.searchbx {
  position: absolute;
  position: fixed;
  right: 0;
  background: #67f5f7;
  top: 60px;
  /* padding: 20px 30px; */
  padding: 35px 30px 20px 30px;
  width: 310px;
  transition: all 0.3s ease-in;
  transform: translateX(150%);
  z-index: 10;
}
.searchbxActive {
  transform: translateX(0);
}
.searchbx p {
  margin-top: 0;
  font-size: 11px;
  font-family: berthlod;
  font-weight: 500;
  margin-bottom: 9px;
}
.srcbx {
  position: relative;
}
.searchbx input {
  border-radius: 0;
  padding: 5px;
  border: 1px solid #000;
  width: 100%;
  font-size: 14px;
  padding-left: 35px;
  font-family: pragmartic;
  font-weight: 500;
}
.scrclose {
  position: absolute;
  right: 0;
  top: -35px;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  cursor: pointer;
}
/* width */
.sidemenu::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sidemenu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.sidemenu::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.sidemenu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* header end */

/* body css start */
.main_heading {
  max-width: 60%;
  margin: auto;
}
.main_heading h1 {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  font-size: 60px;
}
.main_heading p {
  font-size: 14px;
  font-family: pragmartic;
  color: rgb(0 0 0);
}
.crd {
  position: relative;
  transition: all 0.3s ease-in;
  height: 350px;
  margin-top: 30px;
}
.ntxt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
  width: 100%;
}
.ntxt h3 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 2rem;
  color: #fff;
  margin-top: 15px;
  font-weight: 600;
  text-transform: capitalize;
  /* font-size: 16px;
  margin-bottom: 20px;
  font-family: berthlod; */
  
}
.ntxt span {
  font-size: 12px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-family: pragmartic;
  font-weight: 400;
  text-transform: uppercase;
}

.activedot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #479c2e;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.tc a {
  position: relative;
}
.crd img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
 .crd:hover::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
} 
/*.crd:hover::after{    
	content: "";
    background: rgba(0,0,0,.4);
    width: 94.3%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
	margin-left: 13px;
}
*/
.subh h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: berthlod;
  font-weight: 400;
  padding-left: 0px;
}
.tc p {
  font-family: berthlod;
  font-weight: 400;
}
.topic .colt-5 {
  flex: 0 0 20%;
}
.tc {
  text-align: center;
}
.tc img {
  width: 96px;
  margin-top: 30px;
}
.tc img:hover {
  opacity: 0.7;
}
p {
  font-size: 11px;
  margin-top: 15px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.registerfrm {
  background: #fdf8ef;
}
.subh h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 20px 0;
  font-family: pragmartic;
  font-weight: 600;
  margin-bottom: 34px;
}
.ur-form-row span.input-wrapper {
  font-family: pragmartic;
}
.ur-frontend-form .ur-form-row .ur-form-grid input::placeholder {
  color: #030510 !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid input {
  border: 1px solid #000 !important;
  font-size: 15px !important;
  padding: 8px!important;
}
.registerfrm .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
  margin-bottom: 10px;
}
.registerfrm .user-registration {
  border: 0px !important;
  padding: 0px !important;
}
.registerfrm
  .ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .ur-field-item.field-checkbox
  ul
  li
  label {
  font-family: pragmartic;
  font-size: 14px !important;
  color: #4b484a;
  position: relative;
  top: 0px;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  border-color: #000;
  border-radius: 0;
  padding: 10px;
}
.registerfrm label {
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.registerfrm .btn {
  background-color: rgb(75 72 74/1);
  width: 100%;
  font-size: 0.97rem;
  padding: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  border-radius: 0;
  border: 2px solid rgb(75 72 74/1) !important;
  padding: 12px 20px !important;
  font-family: pragmartic;
  font-weight: 400;
}
.registerfrm .btn:hover {
  background: #67f5f7;
  color: #000;
}

.jurny {
  background: #67f5f7;
}
.jurny .row {
  align-items: center;
}
.jrlogo ul {
  display: flex;
}
.jrlogo ul li {
  flex: 0 0 25%;
  text-align: center;
}
.jrlogo ul li img {
  width: 65px;
  height: 80px;
  object-fit: contain;
}

.jucenterlogo {
  text-align: center;
}
.jucenterlogo ul {
  display: flex;
  justify-content: center;
}
.jucenterlogo ul svg {
  width: 30px;
  fill: #4c484a;
}
.jucenterlogo h5 {
  font-size: 27.2px;
  font-family: FreightBigProLight;
  font-weight: 600;
  font-style: italic;
}
.jucenterlogo span:last-child {
  margin-left: 20px;
}
/* .user-registration-form-login .ur-front-spinner{display: none!important;} */
.user-registration-form-login .ur-front-spinner {
    float: none !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.downloadbtn{color: #000;
  
  border-bottom-width: 1px;
  border-color: currentColor;
  font-size: 14px;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .15em;
  padding-bottom: 2px;border-bottom: 1px solid;
  font-family: "Cormorant Garamond", serif;
}
.downloadbtn:hover{opacity: .7;}


.frm {
  display: flex;
}
.jurfrm input {
  padding: 1rem;
  background: rgb(255 255 255 / 60%);
  border: 1px solid #4b484a;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-left: 1px dotted rgba(0, 0, 0, 0);
  border-right: 1px dotted rgba(0, 0, 0, 0);
  width: 100%;
  font-size: 0.85rem;
  font-family: inherit;
  border-radius: 0 !important;
}
.jurfrm input:focus-visible {
  border-radius: 0 !important;
  border-color: transparent;
}
.cky-cookie-audit-table th, .cky-cookie-audit-table td{font-family: 'pragmartic';}
.jurfrm .btn {
  background: var(--gray);
  border-radius: 0;
}
/* body css end */

/* footer start */
footer {
  padding: 50px 0 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.fmid h6 {
  font-size: 26px;
}
.fsocial {
  display: flex;
  justify-content: start;
  margin-top: 30px;
}
.fsocial a {
  display: inline-block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 15px;
  justify-content: center;
  color: var(--lgray);
  transition: all 0.2s ease-in;
  border-radius: 10px;
  background: var(--light);
}
.fsocial a:hover {
  color: var(--yellow);
  transform: scale(1.1);
}
.copyr {
  border-top: 1px solid #e5e7eb;
  padding-top: 0px;
  margin-top: 20px;
}
.copyr p {
  margin-bottom: 0;
  font-size: 14px;
  margin: 0px;
  font-size: 14px;
  font-family: pragmartic;
  color: rgba(75 72 74 / 0.6);
}

.flinks a {
  font-weight: 300;
  display: inline-block;
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
  color: #4b484a;
  font-size: 0.875rem;
  font-family: pragmartic;
}
.flinks a:hover {
  /* padding-left: 5px; */
}
.flinks .underline:after {
  width: 80px;
  bottom: 10px;
}
.flogo {
  padding-right: 30px;
}
.flogo p {
  margin-top: 30px;
  color: var(--lgray);
}
.fmail {
  display: flex;
  justify-content: space-between;
}
.fmail h6 {
  font-size: 16px;
}
.fmail h6 span {
  color: var(--llight);
  display: block;
}
.flinks1 ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.flinks1 ul li {
  width: 50%;
}
.flinks.flinks1,
.flinks.flinks2 {
  padding-left: 30px;
}
.fbottom {
  background: var(--light);
  padding: 25px 0;
}
.fbottomtxt h6 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.yellow {
  color: var(--yellow);
}
.chat {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99;
}
.playbtn {
  border: 1px solid var(--yellow);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  width: 90px;
  height: 90px;
}
.playbtn span {
  background: var(--yellow);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 25px;
}
.playbtn:hover {
  border-color: var(--dark);
  transform: scale(1.1);
}
.playbtn:hover span {
  background: var(--dark);
}

.flinks h4,
.fs h4 {
  font-size: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgb(217 217 217);
  margin-bottom: 20px;
  font-family: berthlod;
  font-weight: 700;
}
.fs ul {
  display: flex;
}
.fs svg {
  width: 25px;
  fill: #4c484a;
}
.flinks {
  padding-right: 110px;
}
.flogorow {
  text-align: center;
  margin-top: 40px;
}
.flogorow img {
  width: 12.5rem;
  margin-top: 20px;
}
.flogorow h5 img {
  width: 500px;
}
.flinks svg {
  width: 15px;
}
.scroll {
  /*position: fixed;
  right: 49%;*/
  position: relative;
  left: 48%;
  top: 68px;
  bottom: 0px;
  display: none;
  border: 1px solid #4b484a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 31px;
}
.scroll svg {
  width: 20px;
}
.copyliks {
  border-top: 1px solid #e5e7eb;
  margin-top: 20px;
  padding-top: 20px;
}
.copyliks ul {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.copyliks li {
  margin: 1px 5px;
  display: inline-block;
}
.copyliks li a {
  color: var(--gray);
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: 1rem;
  letter-spacing: 1px;
  font-family: berthlod;
  text-transform:uppercase;
}
.copyliks li a:hover {
  color: var(--dark);
}
/* footer end*/
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li{
  text-align: left;
}

.blog__sharewrap .a2a_svg {background: #fff!important;}
.blog__sharewrap .a2a_svg svg,.blog__sharewrap .a2a_svg path{fill: var(--gray)!important;width: 35px;}
.rightsidebar label.user-registration-form__label.user-registration-form__label-for-checkbox.inline {
  font-size: 14px!important;
}
.rightsidebar .user-registration-LostPassword.lost_password {
  text-transform: uppercase;
  font-size: 11px!important;
  letter-spacing: 0.8px;
}


/* t&c page */
section.newsmedia.ptb-50.default-pages h2 {
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: berthlod;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0;
}
.rightsidebar  .ur-frontend-form .ur-form-row .ur-form-grid label{margin-top: 8px;}

/* responsive start */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1360px;
  }
}

@media (min-width: 992px) {
  .mlogreg,
  .mulogin,
  .sidebar-close {
    display: none;
  }
  header.sticky {
    padding: 22px 9px !important;
  }
}
@media (max-width: 1280px) {
  .hz_menu{display:none !important;}
.hide_deskmenu{display:block !important;}
.leftsidebar {
  display: inline-block !important;
  margin-top: 28px;
}
header.sticky .leftsidebar {
  margin-top: 2px;
}
}
@media (max-width: 991px) {
  header ul {
    flex-direction: column;
    align-items: start;
    margin-top: 20px;
  }
  .dropdown-menu {
    position: relative;
    box-shadow: none !important;
    padding-left: 13px;
  }
  .nav-sidebar {
    position: fixed;
    background: var(--yellow);
    height: 100%;
    top: 0;
    opacity: 1;
    left: 0;
    z-index: 99;
    width: 300px;
    transition: all 0.5s ease-in-out;
    transform: translateX(-120%);
    display: block !important;
  }
  .nav-sidebar.nav-sidebarActive {
    transform: translateX(0%);
  }
  .sidebar-close {
    position: absolute;
    right: -37px;
    background: var(--yellow);
    padding: 5px 15px;
    border-radius: 0 5px 5px 0;
  }
  .sidefoot ul{padding-top: 0;}
  .dropdown-menu {
    background: transparent;
  }
  .dlogreg {
    display: none;
  }
  .bnrtxt h1 {
    font-size: 40px;
  }
  .bnrtxt {
    max-width: 100%;
  }
  .bnrtxt p {
    margin-top: 0;
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .main-heading h2 {
    font-size: 28px;
  }
  .main-heading h5 {
    font-size: 20px;
  }
  #popularTab {
    justify-content: start;
    margin-bottom: 30px;
  }
  .populartab-btn {
    padding-top: 0;
  }
  .main-heading h2 {
    margin-bottom: 20px;
  }
  .media-body h4 {
    font-size: 20px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .grd-txt h4 {
    font-size: 18px;
  }
  .grd-txt p {
    font-size: 14px;
  }
  .grid-img {
    margin: 5px;
  }

  .citi-left,
  .citi-right {
    text-align: center;
  }
  .mapp-img {
    padding: 0;
    margin-top: 50px;
  }
  .btn-appdwn {
    width: auto;
    padding: 10px 10px;
  }
  .media-img {
    margin-right: 15px;
  }
  .btn-appdwn p {
    font-size: 10px;
  }
  .btn-appdwn h5 {
    font-size: 16px;
  }
  .appdwn {
    text-align: center;
  }
  .flinks.flinks1,
  .flinks.flinks2 {
    padding-left: 0;
    margin-top: 30px;
  }
  .flinks1 ul {
    display: block;
  }
  .flinks1 ul li {
    width: 100%;
  }
  .copyr {
    padding-top: 80px;
    margin-top: 30px;
    position: relative;
  }
  .scroll {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, -50%);
  }
  .copyr p {
    font-size: 14px;
  }
  footer {
    padding: 50px 0 50px;
  }
  .citi-mid2 .grid-img:first-child {
    margin-right: 0;
  }
  .nav-link.active {
    border-radius: 15px;
  }
  .navbar-brand img,
  .flogo img {
    width: 200px;
  }
  .navbar-brand {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  button.navbar-toggler {
    position: absolute;
  }
  .mulogin {
    position: absolute;
    right: 15px;
  }
  .btnsec {
    text-align: center;
  }

  .main_heading {
    max-width: 100%;
  }
  .main_heading h1 {
    font-size: 36px;
  }
  .mnone {
    display: none;
  }
  .rmenu ul {
    align-items: end;
  }
  .rightsidebar{top: 70px;}
  /* .hlog img{width: 160px;} */
  /* header {height: 80px;} */
  header.sticky .rightsidebar {
    top: 77px !important;
  }
}



@media (max-width: 767px) {
  .pagin .next.page-numbers{display: none;}
  .btn_subtitle{font-size: 10px!important;}
  .ingle-press-releases .ur-frontend-form .ur-form-row .ur-form-grid{margin-bottom: 0!important;}
  .timg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .timg img {
    height: 100px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
  }
  .mapadd {
    width: 100%;
  }
  .hearsec {
    position: relative;
    bottom: -50px;
  }
  .serv-card {
    display: flex;
    flex-direction: row;
    height: 90%;
  }
  .serv-card h4 {
    margin-top: 0;
  }
  .serv-card .card-body {
    padding-left: 15px;
    text-align: left;
  }

  .topic .colt-5 {
    flex: 0 0 100%;
  }
  .jurny .row {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .jurfrm {
    text-align: center;
  }
  .leftsidebar {
    display: flex;
  }
  .lngmbl {
    margin-left: 10px;
    font-size: 14px;
  }

  .searchbx {
    width: 100%;
    /* top: 80px; */
  }
  header.sticky .searchbx {
    width: 100%;
    /* top: 75px; */
  }
  .rmenu ul {
    margin-top: 0;
  }
  .rmenu ul {
    align-items: end;
  }
  .copyliks li a {
    font-size: 12px;
  }
  .copyliks ul {
    flex-wrap: wrap;
  }
  .copyliks li {
    margin: 3px;
  }
  .collbody {
    display: none;
  }
  .flinks h4,
  .fs h4 {
    display: flex;
    justify-content: space-between;
  }
  .flinks {
    padding-right: 0;
  }
  .flinks h4 svg,
  .fs h4 svg {
    width: 20px;
    fill: transparent;
  }
  .collbody {
    margin-bottom: 30px;
  }
}

@media(min-width:601px) and (max-width:767px){
  .rightsidebar{width: 80%;}
}

@media (min-width: 768px) {
  .lngmbl,
  .collhead {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .sidemenu_ulmenu {
    height: calc(100vh - 163px);
  }
  .nav-sidebar{width: 460px;}
  .rightsidebar{width: 70%;}
  .rightsidebar {
    top: 98px;
    transition: none;
  }
  .prodfeture ul li {
    font-size: 14px;
  }
  .crd {
    height: 250px;
  }
  .jurny .row {
    gap: 30px;
  }
  .jrlogo ul li {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fmail,
  .flinks1 ul {
    flex-direction: column;
  }
  .serv-card {
    height: 90%;
  }
  header ul li a {
    font-size: 12px;
  }
  .navbar-brand img,
  .flogo img {
    width: 200px;
  }
  .prodfeture ul li {
    font-size: 12px;
  }
  .prodfeture ul li img {
    width: 15px;
  }

  .rmenu,
  .leftsidebar {
    flex: 0 0 30%;
  }
  .hlog {
    flex: 0 0 40%;
  }
  .flinks {
    padding-right: 30px;
  }
}

/* responsive end */

@media only screen and (max-width: 767px) {
  .flinks ul {
  }
  .mobile__collpasebody {
    max-height: 0;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
  }

  .flinks {
    padding-right: 0px;
  }
  .accordion {
    width: 100%;
    position: relative;
  }
  .accordion::after {
    content: "";
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 14px;
    right: 0px;
    position: relative;
    top: 0;
    float: right;
    transform: rotate(135deg);
    vertical-align: top;
    width: 14px;
    border-radius: 2px;
    transition: all 0.3s ease-in;
  }
  .accordion.actives::after {
    content: "";
    transform: rotate(45deg);
  }
}
.rightsidebarActive .sidemenu h4 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 800;
}
.rightsidebarActive .sidemenu .form-group input {
  border-bottom: 2px solid #000;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  background-color: transparent;
  padding-left: 0px;
}
.rightsidebarActive .sidemenu label {
  font-weight: 400;
  margin-bottom: 15px;
}
.rightsidebarActive .sidemenu .btn-dark {
  padding: 14px 25px;
  margin-top: 40px;
}
.rightsidebarActive .sidemenu .form-group {
  margin-bottom: 25px;
}

/*======================================================================================
 ******************** Prease realse html page - Ranjeet - 17/07/2023 *******************
======================================================================================= */
.btn_subtitle {
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding-bottom: 2px;
  opacity: 0.7;
  font-family: pragmartic;
}
.btn_subtitle:hover{opacity: .5;}
.news__section .main_heading {
  max-width: 100%;
}
.press_relaselink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
.press_relaselink .all__link {
  font-size: 11px;
  color: var(--dark);
  opacity: 0.7;
}
.press_realseitem {
  width: 97%;
  margin: 0 auto;
}
.press_realseitem article {
  margin-top: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

.press_realseitem .press_card img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.press_realseitem article .title_base h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  margin-top: 10px;
}
.press_realseitem article a:hover {
  opacity: 0.7;
}

.page-id-20 .press_realseitem article a:hover {
  opacity: 1;
}
.page-id-20 .press_realseitem article img{    transition: transform .5s ease;}
.page-id-20 .press_realseitem article a:hover img{
  transform: scale(1.2);
}
.press_card {
  overflow: hidden;
}
.rightsidebar .subh h4{padding-left: 20px!important;padding-top: 20px;}

/* media */
@media only screen and (max-width: 767px) {
  .press_realseitem {
    width: 90%;
    margin: 0 auto;
  }
  .press_relaselink {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    flex-wrap: wrap;
    gap: 10px 30px;
  }
  .news__section .main_heading {
    max-width: 98%;
  }
}

/*======================================================================================
 ******************** Prease Details html page - Ranjeet - 17/07/2023 *******************
======================================================================================= */

.press__detailHead {
  padding: 0px 25px;
}
.press___detailsHeading h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  color: rgb(75 72 74);
  max-width: 768px;
}
.blog__sharewrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
  margin-bottom: 40px;
}

.blog__sharewrap a svg {
  width: 24px;
  fill: rgb(75 72 74);
}
.press_detailbg {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  /* height: 100vh;*/
  background-repeat: no-repeat;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.press_detailbg img {
  position: absolute;
  width: 90px;
  height: 90px;
  right: 20px;
  bottom: 20px;
}
.press__detailContent {
  padding: 10px 25px 10px 25px;
}
.press__detailContent p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 2rem;
  color: rgb(75 72 74);
}
.press__detailContent p strong {
  font-weight: 800;
}
.mid_title {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
  line-height: 1.35;
  font-weight: 600;
  color: rgb(75 72 74);
}
.blog__detailsRight img {
  width: 100%;
  margin-bottom: 20px;
  transition: transform 0.5s ease;
  overflow: hidden;
}
.blog__detailsRight .image__hover:hover img {
  transform: scale(1.2);
}
.blog__detailsRight .image__hover {
  overflow: hidden;
  height: 170px;
}

.small__link {
  color: rgb(75 72 74);
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid;
  font-family: pragmartic;
}

@media only screen and (max-width: 767px) {
  .press__detailspage_wrapper {
    overflow: hidden;
    padding-top: 80px;
  }
  .press___detailsHeading h1 {
    font-size: 36px;
    line-height: 1.25;
  }
  .press_detailbg {
    height: 400px;
  }
  .press_detailbg img {
    display: none;
  }
  .blog__detailsRight {
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
  }
  .blog__detailsRight .mid_title,
  .blog__detailsRight .small__link {
    margin: 0px 20px;
  }
  .blog__detailsRight .image__hover {
    overflow: hidden;
    height: 220px;
  }
}

/*======================================================================================
 ******************** Prease escape html page - Ranjeet - 18/07/2023 *******************
======================================================================================= */

.press__escapeinner {
  max-width: 768px;
  margin: 0 auto;
  padding: 50px 0px;
  padding-bottom: 80px;
}
.escape__head {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.release__date {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  font-family: pragmartic;
}
.press__escapeinner .share__escape {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.press__escapeinner .share__escape span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 40px;
}
.press__escapebackground {
  margin-top: 50px;
}
.press__innerescape {
  width: 100%;
  min-height: 1px;
  max-width: 500px;
  margin: 0 auto;
  background-size: 100% auto;
  background-position: top;
  /* filter: blur(8px);
  -webkit-filter: blur(8px); */
  background-repeat: no-repeat;
/*   background-color: #f6f2ea; */
  box-shadow: 0 10px 1px #67f5f7;
  bottom: 0;
  top: -30px;
  position: absolute;
  left: 0;
  right: 0;
  filter: blur(10px);
}
.press__escapebackground {
  position: relative;
  min-height: 650px;
}
.press__escapebackground span {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  font-family: pragmartic;
}
.press__escapebackground h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: berthlod;
  color: #4b484a;
}
.press__escapeinner h5 {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: berthlod;
}
.text__lg {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
}
.press__escapebackground .press__escapebgInner {
  margin: auto 4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  background: rgb(253 248 239);
  padding: 40px 50px;
}

@media only screen and (max-width: 767px) {
  .press__escapebackground .press__escapebgInner {
    margin: auto 2.5rem;
  }
  .press__escapebackground {
    min-height: 700px;
  }
  .press_escape {
    overflow: hidden;
  }
}

/*======================================================================================
 ******************** media  - Ranjeet - 18/07/2023 *******************
======================================================================================= */
.uppercase {
  text-transform: uppercase;
}
.media__downloadhero {
  position: relative;
  background-position: center 100%;
  background-size: cover;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.media__downloadhero::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.hero-title-absolute {
}
.media__downloadhero h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
  font-family: "Cormorant Garamond", serif;
}
.term-condition p {
    font-size: 0.875rem !important;
    line-height: 1.5rem;
    color: rgb(75 72 74) !important;
    font-weight: 300;
}
.media__downloadhero img {
  position: absolute;
  width: 88px;
  height: 88px;
  right: 30px;
  bottom: 30px;
}
.hero__absoultetag {
  padding: 2rem 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.media__gridsection {
  padding: 60px 0px 60px 0px;
}
.media__gridsection h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4b484a;
  text-align: center;
  margin-bottom: 25px;
}
.media__downloadbox {
  border-radius: 0.25rem;
  border: 1px solid rgb(75 72 74 / 21%);
  padding: 20px;
  margin-top: 25px;
}
.media__downloadbox img {
  border-radius: 2px;
}
.media__cardfooter {
  padding-top: 15px;
}
.media__cardfooter .text-small {
  color: #4b484a;
  font-size: 12px;
  font-weight: 400;
}
.media__cardfooter .card__items {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 8px;
}

.media__cardfooter .card__items .card__itemsgrid {
  display: flex;
  align-items: center;
  gap: 8px;
}

.media__cardfooter .card__items .card__itemsgrid svg {
  width: 24px;
  height: 24px;
  color: #4b484a;
}

.media__cardfooter .card__items .card__itemsgrid span {
  color: #4b484a;
  font-size: 14px;
  font-weight: 500;
  font-family: pragmartic;
}
.media__downloadbox:hover {
  opacity: 0.7;
}
.media__gridsection .container {
  max-width: 1150px;
}
@media only screen and (max-width: 767px) {
  .media__downloadhero {
    height: 400px;
  }
  .media__downloadhero img {
    display: none;
  }
  .media__downloadhero::after {
    content: "";
    opacity: 0.2;
  }
  .hero__absoultetag {
    padding: 30px;
  }
  .media__downloadhero h1 {
    font-size: 1.5rem;
  }
  .media__gridsection h4 br {
    display: none;
  }
  .media__gridsection h4 {
    font-size: 15px;
  }
  .media__gridsection .container {
    max-width: 100%;
  }
}

/*======================================================================================
 ******************** new media download  - Ranjeet - 20--07-2023s *******************
======================================================================================= */
.media__blogfirstCoulmn {
  position: relative;
}

.media__blogfirstCoulmn .images_box svg {
  stroke: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  z-index: 1;
}
.media__blogfirstCoulmn .images_box {
  position: relative;
}
.bakctn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.bakctn svg {
  width: 22px;
  color: #4b484a;
}
.bakctn .button-subtle {
  color: #4b484a;
  border-bottom: 1px solid #4b484a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: pragmartic;
}
.uppercase.text-small {
  color: #4b484a;
  font-size: 12px;
  font-weight: 400;
}
.media__blogfirstCoulmn .media__downloadbox {
  height: 364px;
}
.media__newimagebox {
  background-color: #fffbf5;
}
.media__newimagebox img {
  height: 235px;
  object-fit: cover;
  padding: 10px;
}
.media__footercardlink {
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media__footercardlink a {
  color: #4b484a;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid;
  font-family: pragmartic;
}
.bookmark_icon {
}
.bookmark_icon svg {
  width: 22px;
  stroke: #4b484a;
}
.media__downloadbox .footer_textcard .text-small {
  padding: 10px 0px;
}
.media__blogfirstCoulmn .media__downloadbox:first-child .images_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 97%;
}
.media__blogfirstCoulmn .media__downloadbox:first-child .images_box img {
  height: 235px;
  object-fit: cover;
  position: relative;
  margin-bottom: 10px;
}
.last__bottom_link {
  display: flex;
  margin-top: 4px;
  align-items: center;
}
.last__bottom_link svg {
  width: 20px;
  stroke: #4b484a;
  gap: 4px;
}
.last__bottom_link span {
  color: #4b484a;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: pragmartic;
}
@media only screen and (max-width: 767px) {
  .media__newimagebox {
    padding: 45px 0px;
  }
  .media__blogfirstCoulmn .media__downloadbox {
    height: auto;
  }
}
/* header.sticky {
  height: 93px;
} */
.sticky .rightsidebar {
}
.jucenterlogo p,
.jurfrm p {
  font-family: pragmartic;
  font-size: 14px;
  font-weight: 500;
}
.jucenterlogo p b {
  font-weight: 500;
}
.jurfrm h5 {
  font-family: berthlod;
  font-size: 14px;
    font-weight: 700;
}
.jurfrm .btn {
  width: 80px;
}
.sidemenu .ur-frontend-form .user-registration-form-row label{
  position: absolute;
    left: 0;
    width: 100%;
    top: -30px;
    color: #5a5959;
    transition: 0.3s;
    z-index: 1;
    letter-spacing: 0.5px;
    font-family: pragmartic;
    text-align: left;
    font-size: 14px !important;

}
.sidemenu    .ur-frontend-form .ur-form-row .ur-form-grid label{
    font-size: 15px;
}
.sidemenu .ur-frontend-form .user-registration-form-row{
  position: relative;
}
#rememberme{

}

.sidemenu .logIn #user-registration .user-registration-Button{
	margin-top: 5px;
}
.sidemenu #user-registration .user-registration-Button {
  background-color: rgb(75 72 74 ) !important;
  font-family: pragmartic;
  color: #fff;
  font-size: 18px !important;
  padding: 12px;
  margin-top: 18px;
  width: 100% !IMPORTANT;
  float: none;
  font-weight: 500;
  height: 50px !important;
  text-transform:uppercase;
}
.sidemenu .user-registration-form__label {
  font-family: pragmartic;
  font-weight: 500;
}


.sidemenu #user-registration p {
    color: #333;
    font-family: pragmartic;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}
.sidemenu  .lost_password{
  position: absolute;
  bottom: 10px;
  right: 0;
  border-bottom: 1px solid;
}
.sidemenu .ur-form-grid{
  position: relative;
}
 .sidemenu  .register a{
  font-size: 15px;
  font-weight: 400;
  }
   .media__gridsection .media__grids p span{
    font-weight: 400 !important;
    font-family: pragmartic;
    font-size: 14px;
   }
   .media__grids .wpforms-field-label{
    
    font-family: pragmartic;
    font-size: 14px !important;
    font-weight: 500 !important;

   }
   .media__grids  input, .media__grids  textarea{
    border: 1px solid #000 !important;
    font-size: 14px !important;
    font-family: pragmartic !important;
    color: #000 !IMPORTANT;
   }
   .media__grids button{
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 10px 15px;
    font-family: pragmartic !important;
    font-weight: 500;
   }
   .wpforms-field-limit-text{
    font-family: pragmartic !important;
    font-size: 12px !important;
   }
   .press_realseitem p.post-cat {
    text-decoration-line: underline;
    text-transform: uppercase;
    font-size: 12px;
    font-family: pragmartic;
}
.pagin .page-numbers {
  padding: 5px 10px;
  font-family: pragmartic;
  font-size: 16px;
  color: rgb(108 108 108) !important;
  font-weight: 500;
}
.pagin .page-numbers.current{
  /* border-bottom: 1.5px solid #000 !important; */
  font-weight: 800;
  color: #000 !important;
}
.pagin .next.page-numbers{
  position: absolute;
  right: 0;
}
.pagin{
  position: relative;
}
.pagin .prev.page-numbers{
  position: absolute;
  left: 0;
}
.ur-frontend-form{
 border:0px !important; 
}
.press__escapebgInner .user-registration {
  padding: 10px 0px 0px 0px !important;
}
.press__escapebgInner  .login__formwrapper h6{
  padding: 0px 10px;
}
.press__escapebgInner .ur-frontend-form .ur-form-row .ur-form-grid label{
  font-family: pragmartic;
  font-weight: 400;
  font-size: 16px 

}
.press__escapebgInner .login__formwrapper .ur-frontend-form .ur-button-container .ur-submit-button{
  margin-left: unset;
  background-color: rgb(75 72 74/1);
  width: 100%;
  font-size: .97rem;
  padding: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0!important;
  font-family: pragmartic;
  box-shadow: rgb(60 64 67 / 15%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  border-radius: 0px !important;
  border: 2px solid rgb(75 72 74/1);
}
.press__escapebgInner .login__formwrapper .ur-frontend-form .ur-button-container .ur-submit-button span{
  display: none;
}
.press__escapebgInner .login__formwrapper .ur-frontend-form .ur-button-container .ur-submit-button:hover{
   background-color: #67F5F7;
   color: #4b484a;


}
.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group {
  position: relative;
  padding: 0px;
}
.single-press-releases .press__escapeinner .share__escape span {
  margin-right: 5px;
  font-family: pragmartic;
  font-size: 12px;
  font-weight: 500;
}
.sidemenu ul a {
  text-transform: uppercase;
  font-family: berthlod;
  font-size: 14px;
}
.media__gridsection h4 p, .uppercase.text-small {
  font-family: pragmartic;
}
.user-registration-profile-header header.sticky{
  height: auto !important;
}
.user-registration-profile-fields__field-wrapper .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li label{
 
}
.ur-frontend-form .ur-button-container .ur-submit-button{margin: 0!important;}
.jurfrm input:focus-visible {
  border-radius: 0 !important;
  border-bottom-color: #4b484a;
  outline: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid label{
  font-family: pragmartic;
  font-weight: 400;
  font-size: 14px !important;
}
.modal-body p{
  font-family: pragmartic;
}
.modal-body input{
  border: 1px solid #000 !important;
    font-size: 14px !important;
    font-family: pragmartic !important;
}
.modal-body label{
  font-size: 14px !IMPORTANT;
  font-family: pragmartic !important;
  font-weight: 400 !important;
}

.modal-body button{
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
  font-family: pragmartic !important;
  font-weight: 500;
 }
 .modal-header .modal-title{
  font-family: berthlod;
 }
 .modal-footer{
  display: none;
 }
 .languare_slider{
   display: none;
 }
 .language_active{
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
 }
 .languare_sliderBox{
    display: none;
}
 .language__drop{position: fixed;top: 0;z-index: 100;background: #0000008f;width: 100%;height: 100%;left: 0;}
 .langugae__innerSlider{background: #fff;z-index: 1000;position: relative;width: 450px;
  /* padding: 75px 30px 20px 30px; */
  height: 100vh;overflow-y: auto;}
 .langugae__innerSlider h5{
    font-family: pragmartic;
    font-size: 14px;
    margin-bottom: 35px;
}
 .langugae__innerSlider ul{padding: 25px 20px;}
 .langugae__innerSlider ul li a{
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: berthlod;
    font-weight: 300;
    color: var(--gray);
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 1.25rem;
}
 .langugae__innerSlider ul li a:hover{color: #000;}
 .langugale__slidefooter{display: flex;align-items: center;justify-content: space-between;background: #67f5f7;font-family: berthlod;position: absolute;bottom: 0;width: 100%;left: 0;padding: 20px 20px;}
 .langugale__slidefooter span{
    font-family: berthlod;
    font-weight: 400;
	font-size: 0.6875rem;
    line-height: 1rem;
}
 .langugale__slidefooter svg{
    width: 48px;
    fill: #816040;
}
.langugae__innerSlider  .closeicon{
  position: absolute;
  right: 40px;
  top: 20px;
  cursor: pointer;
}
/* .langugae__innerSlider  .closeicon svg{
  width: 48px;
  fill: #4b484a;
} */

@media(max-width:991px){
  .langugae__innerSlider{width: 100%;}
  #language__slider{
    position: absolute;
    right: 55px;
  }
}

@media only screen and (max-width:767px){
  .langugae__innerSlider ul{margin-top: 25px;}
.langugae__innerSlider {
  width: 100%;
}
.langugae__innerSlider .closesides svg {
 
  right: 15px;

}
}

.modal-content{
  background: #fdf8ef !important;
}
.modal-body{padding-top: 0px !important;}
.modal-body .ur-frontend-form .ur-button-container .ur-submit-button {
  margin-left: auto;
  background-color: rgb(75 72 74/1);
  width: 100%;
  font-size: 0.97rem;
  padding: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 0;
  border: 2px solid rgb(75 72 74/1) !important;
  padding: 12px 20px !important;
  font-family: pragmartic;
  font-weight: 400;
}
.modal-body .ur-frontend-form .ur-button-container .ur-submit-button:hover{
  background: #67f5f7;
  color: #000;
}
.register {position: relative;top: -20px;}
.user-registration  form.register{
  padding: 0px !important;
}
.media__gridsection .media__grids .wpforms-submit-container button, .modal-body button, .user-registration-profile-fields .user-registration-Button, .user-registration button{
  background-color: rgb(75 72 74/1) !important;
  width: 100%;
  text-transform: uppercase !important;
  margin-top: 20px;
  border-radius: 0;
  border: 2px solid rgb(75 72 74/1) !important;
  color: #fff !IMPORTANT;
  width: 100% !important;
}
.media__gridsection .media__grids .wpforms-submit-container button:hover, .sidemenu #user-registration .user-registration-Button:hover, .modal-body button:hover , .user-registration-profile-fields .user-registration-Button:hover, .user-registration button:hover{
  background: #67f5f7 !important;
  color: #000 !important;
}
.user-registration-error {
  border-top-color: #ff4f55;
  background: rgba(255,79,85,.1);
  color: #ff030b;
  font-family: pragmartic;
  padding: 5px 10px !important;
  top: -10px;
  position: relative;
}
.media__grids .wpforms-container {
  /* background: #fdf8ef; */
  padding: 20px;
}
.user-registration {
  background: #fdf8ef;
  padding: 15px 20px  0px 20px!IMPORTANT;
}
.user-registration-profile-fields .user-registration-Button, #user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditProfileForm .user-registration-profile-fields>p{
  float: none !important;
}
.main_heading  h1{
  text-transform: uppercase;
}
.ur-form-row{
  margin-top: 6px;
}
.page-id-9  .registerfrm {
  padding-bottom: 65px;
	padding-top: 65px;
}
.page-id-104 .user-registration{
  padding-top: 10px !important;
}
.page-id-104 .user-registration-Button{
  margin-left: auto;
  background-color: rgb(75 72 74/1);
  width: 100%;
  font-size: 0.97rem;
  padding: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid rgb(75 72 74/1) !important;
  padding: 12px 20px !important;
  font-family: pragmartic;
  font-weight: 400;
  float: none !important;
  margin-top: 5px !important;
}
.page-id-9  .user-registration{
  margin: 0 !important;
  padding-top: 15px !important;
}
.page-id-9  .subh  h4{
  padding-left: 10px;
  padding-top: 20px;
}
.page-id-9 .ncard{
	align-items: center;
    justify-content: center;
  	width: 100% !important;
}
.page-id-9 .crd{
  width: 100% !important;
} 
.page-id-9  .subh h2{
  padding-left: 10px;
  margin-bottom: 20px;
}


/* login css */

.user-registration-account .newsmedia {
  background: #fdf8ef;
}
#user-registration {
  z-index: 0;
  position: relative;
}

/* login css */


/* modal start */
.user-registration-account .newsmedia {
  background: #fdf8ef;
}
.modal .modal-dialog {
  max-width: 900px;
}
.modal-content{overflow: hidden;border: none;}
.modalreg{display: flex;}
.modalform {
  padding-top: 20px;
}

.modalimg {
  flex: 0 0 40%;
}
.modalimg img{height: 100%;object-fit: cover;}
.modalform {
  flex: 0 0 60%;
}
.modalform .modal-header .modal-title{font-size: 14px;}
.modalreg .modal-header{border:0;    padding-left: 30px;
  padding-right: 30px;margin-bottom: 30px;}
.modalform .ur-frontend-form .ur-form-row .ur-form-grid input,.modalform .modal-body input {
    border: none!important;
    border-bottom: 1px solid #000!important;background: transparent!important;border-radius: 0!important;padding-left: 0!important;
    padding-right: 0!important;
}
.modalform .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type=checkbox] {
  margin-top: -2px;
}
#highResuModal .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}

@media(max-width:991px){
  .modalimg{display: none;}
  .modalform{flex: 0 0 100%;}
}

/* modal end */



/* mainslide start */
.mainslide .item{position: relative;}
button.owl-next {
    position: absolute;
    right: 18px;
    top: 43%;
}
button.owl-prev {
    position: absolute;
    left: 18px;
    top: 43%;
}
button.owl-next svg, button.owl-prev svg {
  width: 32px;height: 32px;
  color: #fff;
}
button.owl-next span,button.owl-prev span {
    color: #fff;
    font-size: 60px;
    font-family: serif;
    font-weight: 200;
}

.mainslide picture{position: relative;}
.mainslide picture:after {
    content: '';
    /* background: rgba(0,0,0,0.09); */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.mainslide .slidetxt{position: absolute;padding-left: 30px;padding-right: 30px;text-align: center;z-index: 99;}
.centerBottom{bottom: 50px;left: 50%;;transform: translate(-50%);}
.centerTop{top: 100px;left: 50%;;transform: translate(-50%);}
.topLeft{left: 150px;top: 50%;transform: translateY(-50%);}
.topRight{right: 150px;top: 50%;transform: translateY(-50%);}

/* .mainslide .slidetxt h2{font-size: 1rem;text-transform:uppercase;color: #fff;margin-top: 15px;font-family: berthlod;font-weight: 400;} */
.mainslide .slidetxt h2 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
  margin-top: 15px;
  font-weight: 600;
}
.owl-carousel .owl-item .slidetxt img {
  width: 288px;
  margin: auto;
}

.slidetxt h4{font-size: 0.6875rem;text-transform:uppercase;color: #fff;display: inline-block;
border-bottom: 1px solid;padding-bottom: 2px;
letter-spacing: .15em;
    font-size: 0.6875rem;
    font-family: pragmartic
}

@media(max-width:991px){
  .mainslide .slidetxt {
    left: 50%!important;
    transform: translate(-50%);
    width: 90%;top: 150px!important;right: auto!important;
  }
}

@media(max-width:767px){
    .mainslide .slidetxt {
        left: 50%!important;
        transform: translate(-50%);
        width: 90%;top: 70px!important;right: auto!important;
    }
    button.owl-next span, button.owl-prev span{font-size: 45px;}
    button.owl-next{right: 20px;}
    button.owl-prev{left: 20px;}
    .sidemenu_ulmenu {
      height: calc(100vh - 221px);
  }
}


@media only screen and (max-width: 600px) {
	.mainslide .slidetxt h2 {
	  font-size: 19px;
	}
}


/* mainslide end */


/* tab start */

@media(min-width:768px){
  button.owl-next svg, button.owl-prev svg{
    width: 48px;height: 48px;
  }
}




/* ipad media query */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) {
  .topLeft {
    top: 115px;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
}
.topRight{
  right: unset;
  top: 115px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.topic .colt-5 {
  flex: 0 0 16%;
}
.tc img {
  height: 96px;
}
footer {
  padding: 0px 0 50px;
}
.copyliks ul {
  flex-wrap: wrap;
  gap: 0px 5px;
}
.flogorow h5 img {
  width: 80%;
}
.mobile__collpasebody {
  /* max-height: 0; */
  transition: max-height 0.2s ease-out;
  /* overflow: hidden; */
}


header ul{margin-top: 0;}
header.sticky{height: 80px;padding-top: 16px;}
.nav-sidebar .closeside {top: 30px;}
.ntxt h3{font-size: 14px;}
.flinks h4, .fs h4{margin-top: 20px;}
.main_heading {max-width: 80%;}
.topic  .row{justify-content: center;}


}


@media(min-width:768px) and (max-width:991px){
  .topic .colt-5 {
    flex: 0 0 33%;
  }
}
/* tab end */


/* header updated */
@media(max-width:991px){
  .leftsidebar,.hlog,.rmenu{flex:0 0 33.3%;width: 33.3%;z-index: 99;}
}
/* header updated */





/* Pradeep Css  2 aug 2023 */

a.regis{
	font-size: 0.97rem;
    padding: 0.9rem;
    color: rgb(75, 72, 74);
    transition: all 0.2s ease;
    opacity: 1;
    background-color: transparent;
	display:block;
	width:93%;
	margin:10px auto 50px;
	border:2px solid #4b484a;
	text-align:center;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing: .025em;
	line-height: 1.25rem !important;
}

a.regis:hover{
	background:#67f5f7;
	color:#4b484a;
	transition: all 0.2s ease;
}

.hdden {
  display: none;
}

a.logg{
	font-size: 0.97rem;
    padding: 0.9rem;
    color: rgb(75, 72, 74);
    transition: all 0.2s ease;
    opacity: 1;
    background-color: transparent;
	display:block;
	width:92%;
	margin:10px auto 50px;
	border:2px solid #4b484a;
	text-align:center;
	letter-spacing: .025em;
	text-transform:uppercase;
	font-weight:400;
	line-height: 1.25rem !important;
}

a.logg:hover{
	background:#67f5f7 !important;
	color:#4b484a;
	transition: all 0.2s ease;
}

.regist div#user-registration-form-859 .ur-field-item{
	position:relative;
}

.regist div#user-registration-form-859 input {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid rgb(75 72 74 / 72%) !important;
    background-color: transparent !important;
    height: 30px !IMPORTANT;
    padding-left: 0px !important;
}

.regist div#user-registration-form-859 input[type="checkbox"]{
	height:15px !IMPORTANT;
	margin: 0 5px 0 0px;
}

.regist div#user-registration-form-859{
    box-sizing: border-box;
}

.regist div#user-registration-form-859 label {
    font-family: pragmartic;
    font-weight: 400;
    width: 100%;
    color: #5a5959;
    transition: 0.3s;
    z-index: 1;
    letter-spacing: 0.5px;
    font-family: pragmartic;
    text-align: left;
    font-size: 14px !important;
    margin-top: 8px;
	margin-bottom:0;
}

.regist div#user-registration-form-859  label.ur-checkbox-label{
	font-size:0.85rem !important;
}

.regist div#user-registration-form-859 ul {
    padding: 2px 0px 0!important;
}

.regist div#user-registration-form-859 .ur-button-container{
	padding:0 !important;
}

.regist div#user-registration-form-859 .ur-field-item.field-checkbox{
	margin-bottom:20px !important;
}

.regist div#user-registration-form-859 label.ur-checkbox-label a{
	padding:0px 0 0 !important;
	font-size: 14px !important;
	color:#5a5959;
	text-transform:lowercase;
	display:inline;
	font-family: pragmartic;
}

.regist div#user-registration-form-859 .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li{
	margin-bottom:0 !important;
}

.regist div#user-registration-form-859 label.ur-label {
    display: block !important;
}

.logIn div#node_recaptcha_login{
	margin-bottom:-8px !important;
}

div#node_recaptcha_login{
	margin-bottom:-30px;
}

.regist div#term_condition_field label.ur-label{
	display:none !important;
}

.regist label.user-registration-error{
	margin-top:0 !important;
}

.regist .ur-form-grid input[type=password]{
	margin-bottom:10px !important;
}

label#term_condition\[\]-error{
	margin-top:20px !important;
}

div#node_recaptcha_register_user-registration-form-102{
	margin:10px 10px 20px 10px;
}

header.sticky .rightsidebar{
	top:76px;
}


/* 3 aug 2023 */


.media__gridsection.my-account-sec{
	background:url(https://www.cranbourn.com/wp-content/uploads/2022/03/hero-philosophy-2.jpg) no-repeat;
	background-size:cover;
	padding:60px;
}

.my-account-sec h4{
	text-align:left !important;
}

.my-account-sec .lgg{
	display:grid;
    grid-template-columns: 50% 50%;
}

.my-account-sec .lgg .lya{
	background:rgb(253, 248, 239, 1);
	padding:2rem;
	border-radius: 10px 0px 0px 10px;
}

.my-account-sec .lgg .caa{
	background:rgba(253, 248, 239, 0.9);
	padding:2rem;
	border-radius: 0px 10px 10px 0px;
}

.my-account-sec .lgg .ur-frontend-form{
	padding:0 !important;
}

.my-account-sec .lgg #user-registration {
    background-color: transparent !important;
	background:transparent !important;
	margin:0 !important;
	box-shadow:none !important;
	padding:0 !important;
}

.my-account-sec .lgg .user-registration{
	background:transparent !important;
	background-color: transparent !important;
	padding:0 10px!important;
}

.my-account-sec .ur-frontend-form .ur-form-row .ur-form-grid input {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid rgb(75 72 74 / 72%) !important;
    background-color: transparent !important;
    height: 30px !IMPORTANT;
    padding-left: 0px !important;
}

.my-account-sec .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label {
    display: block !important;
}

.my-account-sec .ur-form-row .ur-form-grid label {
    font-family: pragmartic;
    font-weight: 400 !important;
    width: 100%;
    color: #5a5959;
    transition: 0.3s;
    z-index: 1;
    letter-spacing: 0.5px;
    font-family: pragmartic;
    text-align: left !important;
    font-size: 14px !important;
    margin-top: 5px;
    margin-bottom: 0 !important;
}

.my-account-sec .ur-form-row .ur-form-grid input[type="submit"]{
	background-color: #4B484A !important;
    color: #fff !important;
    transition: all 0.2s ease;
    opacity: 1;
    width: 100%;
    font-size: 0.97rem !important;
    padding: 0.9rem !important;
	height:auto !important;
	border: 2px solid #4b484a !important;
	margin-top: 40px;
}

.my-account-sec .ur-form-row .ur-form-grid input[type="submit"]:hover{
	background:#67f5f7 !important;
	color:#4b484a !important;
	transition: all 0.2s ease;
}

.my-account-sec div#term_condition_field label.ur-label{
	display:none !important;
}

.my-account-sec p.user-registration-LostPassword.lost_password{
	font-size: 0.6875rem;
    line-height: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .15em;
    padding-bottom: 2px;
	color: #5a5959;
	text-transform:uppercase;
	text-align:center;
	margin-top:20px;
}

.my-account-sec .ur-form-row .ur-form-grid {
    padding: 0 1px !important;
}

.my-account-sec div#term_condition_field input[type="checkbox"] {
    height: 15px !IMPORTANT;
    margin: 0 5px 0 0px;
}

.my-account-sec .caa div#user-registration-form-859{
	margin-top:48px;
}


.my-account-sec .resp{
	background:rgba(253, 248, 239, 0.9);
	padding:2rem;
	border-radius: 10px;
}

.my-account-sec .resp #user-registration{
	background:transparent !important;
	box-shadow:none !important;
	margin:0 !important;
	padding:0 !important;
}

.my-account-sec .resp .ur-form-row .ur-form-grid input[type="submit"]{
	margin-top:20px !important;
}

.my-account-sec .resp #user-registration p{
	font-size: 0.875rem;
    line-height: 1.5rem;
	margin-bottom:30px;
	margin-top:0 !important;
}

.my-account-sec .resp p.user-registration-form-row.form-row{
	margin-bottom:0px !important;
}

.my-account-sec label.user-registration-error{
	margin-top:0 !important;
}

.my-account-sec .hide_show_password label#user_pass-error {
    margin-top: 10px !important;
}

.my-account-sec .resp .ur-frontend-form.login{
	padding:0 !important;
}

.sidemenu #user-registration {
    margin: 12px 0 !important;
}

@media(max-width:767px){
	.my-account-sec .lgg {
		grid-template-columns: 100%;
	}
	.media__gridsection.my-account-sec{
		padding:30px 10px;
	}
	.my-account-sec .lgg .lya {
		border-radius: 10px 10px 0px 0px;
	}
	.my-account-sec .lgg .caa {
		border-radius: 0px 0px 10px 10px;
	}
	.my-account-sec .resp{
		padding:2rem 1rem;
	}
}



/* Pradeep css 4 aug 2023 */

.page-id-104 .user-registration {
    padding: 15px 15px 0px 15px !IMPORTANT;
}

.page-id-104 .regist {
	padding:0 15px;
}

.page-id-104 div#node_recaptcha_register_user-registration-form-102 {
    margin: 0 0 20px 0 !important;
}

.page-id-104 .ur-frontend-form .ur-button-container {
    padding: 0 0px;
}

.page-id-104 .my-account-sec .ur-form-row .ur-form-grid {
    padding: 0 15px 0 0 !important;
}

.page-id-104 .ur-frontend-form {
    margin-bottom: 0px;
}

.page-id-104 .reset-pass-sec p.alrd{
	text-align:center;
	font-family: pragmartic;
    font-weight: 400;
    width: 100%;
    color: #5a5959;
	font-size: 14px;
	margin-bottom:0;
	margin-top:0;
}

.page-id-104 .reset-pass-sec p.alrd a{
	color:#5a5959;
	text-decoration:underline;
	text-transform:uppercase;
}

.page-id-104 .sidemenu{
	padding:10px 30px 30px 30px !important;
}

.page-id-104 .sidemenu .regist a.logg {
    width: 98%;
}

.page-id-104 .sidemenu .regist h4 {
    padding-left: 0 !important;
}

.logged-in .my-account-sec #user-registration{
	background:rgba(253, 248, 239, 0.9);
	border-radius: 10px;
}

.logged-in .my-account-sec #user-registration .user-registration-MyAccount-content {
    padding: 20px 40px 20px 40px;
}

.logged-in .my-account-sec #user-registration .user-registration-MyAccount-content h2, .logged-in #user-registration .user-registration-MyAccount-content .edit-password legend{
	display:none;
}

.logged-in .my-account-sec div#user_registration_term_condition_field label.ur-label{
	display:none !important;
}

.logged-in .my-account-sec div#term_condition_field input[type="checkbox"] {
    height: 15px !IMPORTANT;
    margin: 0 5px 0 0px;
}

.logged-in #user-registration .user-registration-MyAccount-content .user-registration-profile-fields__field-wrapper {
    margin: 0 0px;
}

.logged-in button.user-registration-submit-Button.btn.button{
	margin-top:0;
}

.logged-in input.user-registration-Button.button{
	margin-top:0px !important;
}

.logged-in #user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditProfileForm .user-registration-profile-fields>p{
	margin-top:5px;
}

@media(max-width:767px){
	.logged-in .my-account-sec #user-registration .user-registration-MyAccount-content {
		padding: 20px 5px 30px 5px;
	}
	.crd {
		margin-top: 5px;
	}
	.ntxt h3 {
		font-size: 1.5rem;
		margin-bottom: 14px
	}
	.tc p {
		font-weight: 400;
		font-size: 0.625rem;
		margin-top:10px;
	}
	.tc img {
		margin-top: 15px;
	}
	.rightsidebar .regist .subh h4 {
		padding-left: 9px!important;
	}
}


/* pradeep Css 5 aug-2023 */


#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a, #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    background-color: #67f5f7 !important;
}

.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a, #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
	font-family: pragmartic;
}

@media(max-width:767px){
	.press__escapebackground .press__escapebgInner {
		position: relative;
		top: 0%;
		transform: translate(0, 0%);
		padding: 40px 10px;
		margin:auto .5rem;
	}
	.press__escapebgInner .login__formwrapper h6, .press__escapebgInner .login__formwrapper span {
		padding: 0px 0px;
	}
	
	.press__escapebackground .press__escapebgInner .user-registration{
		background:transparent !important;
	}
	
	.user-registration-edit-password #user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditAccountForm .ur-form-grid>p {
		float: none;
	}
	.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a, #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
		padding: 15px 12px;
		border: 1px solid #c5c5c5;
	}
	.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
		margin-top: 8px;
	}
	.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
		margin-top: 8px;
	}
	
	.user-registration-account #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
		margin-top: 8px;
	}
	
	.user-registration-account .my-account-sec .ur-form-row .ur-form-grid {
		padding: 0 0px 0 0 !important;
	}
	
	.user-registration-edit-profile .my-account-sec .ur-form-row .ur-form-grid {
		padding: 0 0px 0 0 !important;
	}
	
	.user-registration-edit-password .my-account-sec .ur-form-row .ur-form-grid {
		padding: 0 0px 0 0 !important;
	}
	
}

@media(min-width:768px) and (max-width:991px){
	.press__escapebackground .press__escapebgInner {
		position: relative;
		top: 0%;
		transform: translate(0, 0%);
		padding: 40px 10px;
		margin:auto 1rem;
	}
	.press__escapebgInner .login__formwrapper h6, .press__escapebgInner .login__formwrapper span {
		padding: 0px 0px;
	}
	#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a, #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
		padding: 15px 14px !important;
	}
}

@media(min-width:992px) and (max-width:1024px){
	.logged-in .my-account-sec .col-lg-6.col-md-10{
		width:70%;
	}
}


/* Geo Location Explore site 28-07-2023  */
.languagepop_inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 4rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.crbngeolocation_popup {
  position: fixed;
  bottom: 20px; 
  right: 30px;
  z-index: 999;
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 5px;
  border: 1px solid;
  width: 310px;
}

.inner_geolcation .geolocation_title {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.inner_geolcation .geolocation_title img {
  width: 16px;
  height: 16px;
}
.inner_geolcation .geolocation_title span {
  font-family: pragmartic;
  font-weight: 400;
  color: #000;
}
.gelocation_fromgroup {
  margin-bottom: 10px;
}

.gelocation_fromgroup select,
.geloation__language select {
  display: block;
  border: 1px solid #828282;
  color:#828282;
  width: 100%;
  max-width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 5px),
    calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  font-family: pragmartic;
}
.inner_geolcation .gelocation_submit {
  width: 100%;
  border-radius: 3px;
  background: rgb(103 245 247);
  font-size: 0.97rem;
  padding: 0.9rem;
  border: 0px;
  transition: all 0.2s ease;
  margin-top: 10px;
  font-family: pragmartic;
  color: rgb(75 72 74 );
  font-weight: 500;
}
.inner_geolcation .gelocation_submit:hover{
  background-color: rgb(75 72 74);
  color: #fff !important  ;
}
/* tab end */
.geolocation__close {
  font-size: 2.3rem;
  position: absolute;
  top: 2px;
  right: 12px;
  line-height: 1;
  opacity: 0.7;
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  border: 0px;
}
.hide_gelocation {
  display: none;
}
.languagepop_inner h4 {
  font-family: pragmartic;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.2px;
  margin-bottom: 1.25rem;
}

.languagepop_inner .language__popuplist ul li a {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: berthlod;
  font-weight: 300;
  color: var(--gray);
  display: block;
  padding: 8px 0;
  line-height: 1.25rem;
}
.languagepop_inner .language__popuplist ul li a.showmore {
	font-size: 0.6875rem;
    line-height: 1rem;
}

.languagepop_inner .back_btnpop {
}
.languagepop_inner .back_btnpop a {
  font-family: pragmartic;
  font-size: 11px;
  line-height: 1.25rem;
  letter-spacing: 0.2px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #4b484a;
  top: 10px;
  position: relative;
}
.languagepop_inner .languagepop_close {
  position: absolute;
  padding: 1.25rem;
  top: 0;
  right: 0;
}
.languagepop_inner .languagepop_close svg {
  width: 30px;
  height: 30px;
  fill: #4b484a;
}
.languagepop_inner .languagepop_close button {
  background: transparent;
  border: 0px;
}
.langugae__innerSlider .closeicon{
  z-index: 10;
}

.language__popuplist ul{
  padding: 0px !important;
}
.closeside{
  z-index: 10;
}
.language__link li a{
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: berthlod;
  font-weight: 300;
  color: var(--gray);
  display: block;
  padding: 8px 0;
  line-height: 1.25rem;
}
.language__link   .small_title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: pragmartic;
  color: var(--gray);
}
.sidefootactive{
  position: relative;
  z-index: 99;
}
.drop_shadownews{
  position: fixed;
  top: 0;
  z-index: 1;
  background: #0000008f;
  width: 100vw;
  height: 100%;
  left: 0;
  display: none;
}
.sidemenu{
  z-index: 10;
}
.adddrops{
  display: block  ;
}

@media only screen and (max-width: 767px) {
  .crbngeolocation_popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 85%;
    margin: 0 auto;
    transform: translateX(-50%);
  }
  .nav-sidebar header ul{
    margin-top: 0px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) {
  .laguage_modalPopups{
    width: 55%;
  }
  .nav-sidebar header ul{
    margin-top: 0px !important;
  }
}

@media(max-width:991px){
  .hlog, .leftsidebar, .rmenu {
    flex: 0 0 33.333333%;
  
}

}

@media(max-width:320px){
	.jucenterlogo h5 {
		font-size: 24.2px;
	}
}


.sidemenu #user-registration, .sidemenu .user-registration {
    background: #fdf8ef !important;
	/*background-color:#fff !important;*/
}


/* Pradeep css 23-8-2023 */

.term-condition .wdth{
	max-width:58rem;
	padding-bottom: 40px;
}

.my-55{
	margin-top: 1.75rem !important;
    margin-bottom: 1.25rem !important;
}

.fill-current {
    fill: currentColor;
}

/* Styling for the pop-up form */
.sub-pop .font{
  color: #222;
  font-family: pragmatica, futura-pt, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  opacity:70%;
  font-display: swap;
  margin: 0;
}

.sub-pop h6.font{
  margin-bottom:10px;
}

.sub-pop h2.font{
  /* font-weight: 500; */
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 30px;
  font-size: 2rem;
}

.sub-pop.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}

.sub-pop .popup {
  background-color: #fff;
  border: 2px solid #67f5f7;
  border-radius: 5px;
  width: 1100px;
  height: 600px;
  overflow-y: auto;
  margin-top: 0px;
  position:relative;
}


/* Styling for the form elements */
.sub-pop input[type="text"],
.sub-pop input[type="email"], .sub-pop textarea {
  width: 100%;
  padding: 12px 10px!important;
  margin-bottom: 10px;
  border: 1px solid #ccc !important;
  border-radius: 2px;
  font-family: pragmatica, futura-pt, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
}

.sub-pop .close-btn {
  font-size: 2rem;
  padding: 0 10px;
  float: right;
  cursor: pointer;
  margin-top: 0px;
  color: rgb(75 72 74);
  position:absolute;
  right:10px;
  top:10px;
}

.sub-pop input[type="submit"] {
  padding: 10px 20px;
  line-height:0 !important;
  background-color: #575757;
  color: white;
  border: none;
  /* border-radius: 4px; */
  cursor: pointer;
  width: 10em;
  border: 2px solid #4b484a !important;
  font-weight: 400;
  height: 40px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sub-pop input::-webkit-input-placeholder {
    text-indent: -10px;
	color:#222;
}

.sub-pop input[type="submit"]:hover {
  background-color: rgb(74, 234, 220);
  color: #4b484a;
  border: 2px solid #4b484a !important;

}

.sub-pop input:focus{
  
}

.sub-pop input::placeholder {
  padding-left: 10px;
}

.sub-pop .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: pragmatica, futura-pt, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
}

.sub-pop .container {
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}

.sub-pop .form-group {
  display: block;
  /* margin-bottom: 15px; */
  margin-top: 15px;
  text-size-adjust: 14px;
}

.sub-pop .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sub-pop .form-group label {
  position: relative;
  cursor: pointer;
  /* font-family: pragmatica, futura-pt, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; */
  font-weight: 300;
  line-height: 1.3;
  font-family: pragmartic;
  color:#222;
  opacity:100% !important;
}

.sub-pop .form-group.font{
	opacity:100% !important;
}

.sub-pop .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px #ffff(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  left:0;
}

.sub-pop .form-group input:checked+label::before {
  border: 1px solid rgb(74, 234, 220);
}

 .sub-pop .form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 10px;
  border: solid rgb(74, 234, 220);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sub-pop .form-group label:after:hover,
.sub-pop .form-group .new-off:after:hover {
  background-color: rgb(74, 234, 220);
  color: #4b484a;
  border: 2px solid #4b484a !important;
}

.sub-pop .main {
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.sub-pop .card {
  /* margin-top: 5px; */
  display: flex;
}

.sub-pop .card .title {
  font-size: 18px;
  margin: 10px 0;
}

.sub-pop .card .form {
  display: flex;
  align-items: center;
}

.sub-pop .form label {
  cursor: pointer;
}

.sub-pop .card .form .input-radio {
  box-shadow: 0px 0px 0px 1px #6d6d6d;
  font-size: 3em;
  width: 14px;
  height: 14px;
  border: 4px solid #fff;
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
  margin:2px 8px 0 0px;

}

.sub-pop .card .form label {
  display: flex;
  margin: 10px 15px !important;
  font-size: 14px !important;
}

.sub-pop .input-radio.on:checked {
  box-shadow: 0px 0px 0px 4px rgb(74, 234, 220);
  background-color: rgb(74, 234, 220);
}

.sub-pop .input-radio.off:checked {
  box-shadow: 0px 0px 0px 4px rgb(74, 234, 220);
  background-color: rgb(74, 234, 220);
}

.sub-pop .popup .left-p{
  width:40%;
}

.sub-pop .popup .right-p{
  width: 60%;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
}

.subscrb .arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
}
.subscrb .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.subscrb{
  display:flex;
}

.subscrb input{
  padding: .5rem;
  background: rgb(255 255 255 / 60%);
  border-top: 1px dotted rgba(0,0,0,0);
  border-left: 1px dotted rgba(0,0,0,0);
  border-right: 1px dotted rgba(0,0,0,0);
  border-bottom: 1px solid #4B484A;
  font-size: 0.85rem;
  width:85%;
  height:50px;
}

.subscrb input:focus{
  border:none;
  outline:none;
  border-bottom: 1px solid #4B484A;
}

.subscrb button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:15%;
  background:#4b484a;
  height:50px;
}

@media(min-width:992px) and (max-width:1199px){
  .sub-pop .popup .left-p{
    display:none;
  }
  
  .sub-pop .popup .right-p{
    width:100%;
  }
  .sub-pop .popup {
    width: 50%;
    margin-top:0px;
    padding:30px 60px;
    height:auto;
    position:relative;
  }
  .sub-pop .close-btn {
    position: absolute;
    right: 50px;
    top:17px;
  }
  .sub-pop .popup .right-p{
    padding-right:0px;
  }
  .sub-pop .popup .right-p{
    padding-top:0;
  }
}

@media(min-width:768px) and (max-width:991px){
  .sub-pop .popup .left-p{
    display:none;
  }
  
  .sub-pop .popup .right-p{
    width:100%;
  }
  .sub-pop .popup {
    width: 65%;
    margin-top:0px;
    padding:30px 40px;
    height:auto;
    position:relative;
  }
  .sub-pop .close-btn {
    position: absolute;
    right: 30px;
    top:17px;
  }
  .sub-pop .popup .right-p{
    padding-right:0px;
  }
  .sub-pop .popup .right-p{
    padding-top:0;
  }
}

@media(max-width:767px){
	.sub-pop .form-group label{
		text-align:left;
	}
  .sub-pop .popup .left-p{
    display:none;
  }
  
  .sub-pop .popup .right-p{
    width:100%;
  }
  .sub-pop .popup {
    width: 92%;
    margin-top:0px;
    padding:0 15px 20px;
    height:auto;
  }
  .sub-pop .popup button{
    width:100%;
  }
  .sub-pop .close-btn {
    position: absolute;
    right: 10px;
    top:10px;
    margin-top: 0;
  }
  .sub-pop .popup .right-p{
    padding-right: 0px;
    padding-top: 40px;
    padding-left: 0px;
    padding-bottom: 20px;
  }
}
.right-p .jrlogo {
  margin-top: 40px;
}

.right-p .jrlogo ul {
  display: flex;
  justify-content: center;
}

.right-p .jrlogo ul li img {
  width: 65px;
  height: 65px;
  margin: 0px 20px 0px 20px;
  object-fit: contain;
}

@media only screen and (max-width: 600px) {
.right-p .jrlogo ul li img {
  margin: 0px 20px 0px 0px;
}

}

.sub-pop .right-p input[type="submit"] {
width: 13em;
text-transform: uppercase;
}

label.label-issues {
  padding-left: 30px !important;
  display: inline-block;
}
.sub-pop .jrlogo ul li {
  flex: none;
}
.sub-pop .right-p a.pp-cran{
text-decoration:underline;
position:relative;
}

/* .sub-pop .right-p a.pp-cran:before{
position:absolute;
left:0;
bottom:-1px;
width:100%;
height:2px;
content:'';
background:#222;	
} */


/* @media(max-width:420px){ */
/* .right-p .jrlogo ul li img { */
  /* width: 90px; */
  /* height: 45px; */
/* } */
/* } */

.sub-pop .popup {
  background-color: #fff;
  /* border: 1px solid #fff; */
  border: 2px solid #67f5f7;
}
.sub-pop .popup .thank-you-res {
  height: 596px;
  display: flex;
  align-items: center;
  justify-content: center;
flex-direction: column;
}

.sub-pop .popup .thank-you-res h2{
font-weight:700;
margin-bottom:10px;
font-size:24px;
text-transform:uppercase;
}

.sub-pop .popup #mc-res{
font-weight:400;
margin-bottom:12px;
font-size:18px;
line-height:24px;
text-align: center;
text-transform:uppercase;
}
a.conti-shop {
  padding: 8px 20px;
  background-color: #575757;
  color: #fff;
  border: none;
  cursor: pointer;
  width: max-content;
  border: 2px solid #4b484a !important;
  font-weight:400;
  transition: 0.5s;
}
.crbn-breadcrumbs-wrapper.absolute.left-0.z-40.p-5.w-full.hidden.md\:block {
  background: rgb(2 41 42 / 15%);
  padding: 0.5rem 1.25rem !important;
  font-size: 0.75rem;
  line-height: 1.25rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.breadcrumb-blur {
  position: relative;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: rgb(2 41 42 / 15%);
}
.breadcrumb {
  color: #ffff;
  margin-bottom: 0rem !important;
}
.breadcrumb span{color: #ffff;}



/* Pradeep Css 25-8-2023 */

#breadcrumbs span a{
	color:#fff;
}

#breadcrumbs span a:hover{
	opacity:0.7;
}

#breadcrumbs span > span:not(:last-child){
	margin-right:4px;
}

#breadcrumbs span > span:not(:first-child){
	margin-left:4px;
	font-weight:400;
}

#breadcrumbs span > span:first-child{
	font-weight:400;
}

#breadcrumbs span > span{
    font-size: 0.75rem;
    line-height: 1.25rem;
}

#newsletters_field abbr.required {
    display: none;
}

#user-registration-form-859 #newsletters_field .user-registration-error {
    margin-top: 20px !important;
}

.page-id-104.logged-in #user-registration .user-registration-profile-header span.user-registration-nick-name {
    color: #676d8a;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
}

.rightsidebar .user-registration-LostPassword.lost_password {
    margin-right: 18px;
}


#highResuModal #wpforms-656 #wpforms-confirmation-656 {
    padding-bottom: 45px;
    margin-top: 45px;
}


/* 08-09-23start */
.rmenu ul a {
  opacity: 1;
  font-family: pragmartic;
  font-size: 0.6875rem;
  font-family: berthlod;
}
header .hz_menu .menu-main-menu-container li{
  
  font-family: berthlod;
  opacity: 1;
}
header .hz_menu .menu-main-menu-container li:hover{opacity: .8;}
header .hz_menu .menu-main-menu-container li a{
  color: rgba(75, 72, 74,1);
  font-family: berthlod;
  font-size: 0.75rem;
  
}
.rmenu ul a:hover{opacity: .8;}


.single-press-releases .press__escapebackground .press__escapebgInner{    margin-top: 25px;}
.single-press-releases .press__innerescape:before {
  width: 100%;
  height: 70px;
  position: absolute;
  top: -68px;
  background: linear-gradient(180deg, #67f5f7 40%, #c3b39c);
}

.single-press-releases .press__innerescape:after {
  content: '';
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: -90px;
  background: linear-gradient(180deg, #c3b39c 6%, #67f5f7 );
}
.press_escape {
  margin-bottom: 60px;
}

@media(max-width:1024px){
  .single-press-releases .press__innerescape:after{    bottom: -70px;}
}
/* 08-09-23end */
@media (max-width: 1280px){
header.sticky .leftsidebar {
    margin-top: 11px;
}
}
@media(max-width:767px){
header.sticky .hlog {
  top: 25px;
}
}

@media(max-width:480px){
.hlog {
  width: 125px !important;
}
.hrow {
  height: 50px;
}
.leftsidebar{
  margin-top: 15px;
}
.rmenu {
  margin-top: 15px;
}
header.sticky .hlog {
  top: 28px;
}
header.sticky .rmenu {
  margin-top: 1px;
}
}
.light-transparent-pattern{
  background-image: url(/wp-content/uploads/2023/09/cranbourn-transparent-light.png);
}
.dark-transparent-pattern{
  background-image: url(/wp-content/uploads/2023/09/cranbourn-transparent-dark.png);
}

.media__newimagebox.default {
  background-color: #fff;
}

.single-media-downloads .button-subtle {
    text-decoration: auto !important;
}
/* grid css */
.grid {
	
	list-style: none;
	
	padding: 0;
}

.grid li {
	display: block;
	padding: 7px;
	width: 33%;
	opacity: 0;
}
@media(max-width: 480px) {
    .grid li {
        width: 100%;
    }
}
@media(min-width: 481px) and (max-width: 780px) {
    .grid li {
        width: 50%;
    }
}
.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

