/*
Theme Name:     paradise-child
Description:    Child theme for paradise
Author:         SDDigital
Template:       paradise

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0 ;
 min-width: auto !important;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* Custom Css */

*:focus { 
  outline:none !important;
	-moz-appearance:none;
}


.aumenus {
	position: absolute !important;
	right: 0;
}

.menuappend ul{
	margin: 0;
width: 100%;
}

.menuappend #menu-1-582668d li .elementor-item {
	line-height:100px;
}

.elementor-widget-image a {
	display: inherit !important;
}


.hwsame > .elementor-widget-wrap{
	width:275px;
	height:275px;
}

.imgicns .elementor-image-box-img img{
	width: 40px;
height: 67px;
object-fit: contain;
}

.imgicns .elementor-image-box-img .wp-image-6560{
	width: 60px;
}

.arrowsvg svg{
	height: fit-content !important;
}
.arrowsvg a{
	transform: translateX(0px);
	transition: all 0.5s;
}
.arrowsvg a:hover{
	transform: translateX(15px);
}

.callnum a{
	text-decoration:underline !important;
	color:#131313;
}

.callnum a:hover{
	color:#32508C;
}

.paline a{
	text-decoration:underline !important;
	color:#131313;
}

.lista a {
    border-bottom: 1px solid #32508c;
}

.crbtn span{
	position: relative;
	top: 2px;
	left: 4px;
}




.bannhecen{
	display:flex;
	align-items:center;
}

.bannhecen > .elementor-column-gap-no{
	height:100%;
}

.cenalltxt > .elementor-widget-wrap{
	position: static;
	align-self: center;
	padding-bottom: 50px;
}

.scrllbtndiv {
    position: absolute;
    bottom: 30px;
}

#dsdonw{
position: absolute;
    bottom: 30px;	
}


.scdownbtn .elementor-button-content-wrapper{
	display:grid;
	position:relative;
}

.scdownbtn .elementor-button-text{
	margin-bottom: 20px;
}

.scdownbtn .elementor-button-icon {
	transform: rotate(90deg);
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 40px;
}

.scdownbtn .elementor-button-icon svg{
	width: 100%;
height: 100%;
}


/* .scdownbtn a svg{
	transition: all 0.5s;
}

.scdownbtn a:hover svg{
	transform: translateX(10px);
} */

.search-results .elementor-post__text p {
	font-family: "Roboto", Sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
}


.leftpadcalc , .rightpadcalc{
	max-height: 800px;
	height: calc(100vh - 105px);
}

.leftpadcalcv2 , .rightpadcalcv2 {
/* 	max-height: 800px;
	height: calc(100vh - 105px); */
}


.leftpadcalc > .elementor-widget-wrap {
	padding-left: Calc((100vw - 1490px) / 2) !important;
	padding-top: 50px !important;
	padding-right: 170px !important;
	padding-bottom: 50px !important;
}


.rightpadcalc > .elementor-widget-wrap {
	padding-right: Calc((100vw - 1490px) / 2) !important;
	padding-top: 50px !important;
	padding-left: 170px !important;
	padding-bottom: 50px !important;
}

.rightpadcalcabt > .elementor-widget-wrap {
	padding-right: Calc((100vw - 1490px) / 2) !important;
	padding-top: 90px !important;
	padding-left: 170px !important;
	padding-bottom: 90px !important;
}

.elementor-form .elementor-button {
	cursor: pointer !important;
}


.homepagePost a{
	 pointer-events: none;
}

.elementor-post__text{
	position:relative;
	padding-bottom: 15px;
}

.elementor-post__read-more{
	position: absolute;
	bottom: 0;
	left: 0;
}


.elementor-post-date:not(.time_to_read){display:none;}
.elementor-post-date {
	position: absolute;
	right: 0;
	bottom: -2px;
	display:none;
}


.abticnleft .elementor-icon-box-icon{
	margin-left: 0px !important;
}

/* Team Page */
.teamImg{
	position:relative;
	vertical-align:top;
}

.teamImg img{
vertical-align:top;	
}

.teamImg::before {
	width: 100%;
	height: 100%;
	border: 0px solid transparent;
	content: '';
	position: absolute;
	opacity: 0.85;
}
.teamMainSec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 25px;
	grid-gap: 25px;
}

.teamContent h2 {
	font-family: "Georgia", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
}

.teamContent h4{
	color: #131313;
	font-family: "Roboto", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
	margin-top: 8px;
}

.temlisec .elementor-icon-list-text{
	border-bottom: 1.5px solid #32508c;
}

.modal-toggle{
	position:relative;
}

.team-model {
	display: none;
	width: 40%;
}

.team-model h2 {
	font-family: "Georgia", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 0;
}

.team-model {
	text-align: left;
color: #131313;
font-family: "Roboto", Sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 24px;
}

.fancybox-close-small{
	background-color: #32508C !important;
color: #fff !important;
border-radius: 0 !important;
}



/* Accordian Css */


.dsinfoacc .elementor-accordion-item{
	margin-bottom:10px !important;
}

.dsinfoacc .elementor-tab-title.elementor-active{
	background-color: #7d665e !important;
}


.dsinfoacc .elementor-tab-content{
	padding:0 !important
}

.dsinfoacc ul{
	padding: 0;
	list-style: none;
	margin: 0;
}

.dsinfoacc ul li{
	background-color:#fff;
	padding: 15px 20px;
	width: 100%;
	position:relative;
	border-bottom: 1px solid #acacac;
}

.dsinfoacc ul li a{
	color:#131313;
	width: 100%;
	display: block;
}

.dsinfoacc ul li:not(:last-child){
/* 	margin-bottom:3px !important; */
}


.dsinfoacc ul li a::after {
	content: url("/wp-content/uploads/2022/10/downloadlinefvicn.svg");
	width: 16px;
	height: 20px;
	position: absolute;
	right: 20px;
	left: auto;
}

.cmtable table{
	border-spacing:0px !important;
}

.cmtable .fsthead {
	width: 700px;
}



.cmtable .mithead {
	width: 100px;
}

.cmtable .lsthead {
	width: 150px;
}

.cmtable a{
/* 	border-bottom: 1px solid #334f8c; */
	display: flex;
align-items: center;
justify-content: center;
}

.cmtable a::after {
	content: "";
	background: url("https://www.paradice.com/au/wp-content/uploads/2022/10/downloadlinefvicn.svg");
	background-repeat: repeat;
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
	left: 10px;
	top: 0;
	z-index: 999;
	position: relative;
}

/* .cmtable a img{
	padding-left:10px;
} */

.cmtable .td-content{
	line-height: 14px;
}

.grtable tr td:nth-child(1) p:nth-child(2) , .grtable tr td:nth-child(1) p:nth-child(3){
	color:#594f4d !important;
}

.gytable tr td:nth-child(1) p:nth-child(1) {
	font-size:15px !important;
}
.grtable td , .grtable th {
	border-bottom: 1.5px solid #acacac !important;
}
.grtable th:nth-child(3) , .grtable tr td:nth-child(3) ,  .grtable th:nth-child(5) , .grtable tr td:nth-child(5){
	background-color: #e9e9e9 !important;
}
.grtable th:nth-child(7) , .grtable tr td:nth-child(7){
	background-color:#e9e9e9 !important;
}

.grtable .mithead, .grtable .fsthead, .grtable .lsthead {
	border-top: 1.5px solid #acacac !important;
}


/* .bltable tr td:nth-child(1) p:nth-child(2) , .bltable tr td:nth-child(1) p:nth-child(3){
	color:#594f4d !important;
}

.bltable td , .bltable th {
	border-bottom: 3px solid #e2edfe !important;
}
.bltable th:nth-child(3) , .bltable tr td:nth-child(3) ,  .bltable th:nth-child(5) , .bltable tr td:nth-child(5){
	background-color: #f5f9ff !important;
}
.bltable th:nth-child(7) , .bltable tr td:nth-child(7){
	background-color:#cee1fd !important;
} */



.gytable td , .gytable th {
	border-bottom: 1.5px solid #f0f0f0 !important;
}
 .gytable tr td:nth-child(1)  , .gytable tr td:nth-child(3) , .gytable tr td:nth-child(5){
	background-color: #fbfbfb !important;
}
 .gytable tr td:nth-child(2) ,  .gytable tr td:nth-child(4) {
	background-color: #eaeaea !important;
}

.gytable th {
	background-color: #eaeaea !important;
}

.gytable th:nth-child(2), .gytable th:nth-child(4) {
	background-color: #bebebe !important;
}







/* Contact Page css */

.page-id-3173 .footstaycon , .page-id-6681 .footstaycon{
	display:none !important;
}
.concallnum a, .conemail a, .conmap a{
	color:#32508c !important;
	text-decoration:underline !important;
	position:relative;
}
.conmap{
	display:inline-block;
}
.conmap a::after {
	content: "";
	background: url("https://www.paradice.com/au/wp-content/uploads/2022/10/newtabarrow.png");
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	top: 4px;
	z-index: 9;
	position: absolute;
	right: -20px;
}

.confrm .elementor-field-type-checkbox input{
	height: 18px;
	width: 18px;
	margin: revert;
	appearance: none;
background-color: #fff;
border: 1px solid #a2a1a0;
	padding: 0px 9px;
	border-radius:3px;

}

.confrm .elementor-field-type-checkbox .elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-width: 630px;
}

.confrm .elementor-field-type-checkbox input:checked {
	border: 1.2px solid #32508c;
	background-color: #fff;
}
.confrm .elementor-field-type-checkbox label {
position:relative;
	padding-left: 6px;
}

/* .confrm .elementor-field-type-checkbox input:checked + label::before {
	content: '\2713';
	display: block;
	text-align: center;
	color: #32508C;
	position: absolute;
	left: -19px;
	top: 1px;
	font-weight: 800;
} */

.confrm .elementor-field-type-checkbox input:checked + label::before {
	content: "\e90e";
	display: inline-block;
	font-family: eicons;
	text-align: center;
	color: #32508C;
	position: absolute;
	left: -21px;
	top: 0px;
	font-weight: 400;	
}

.conemail{
/* 	display:block; */
}

.conmap img{
	padding-left:10px;
}



/* Funds Page */

.arrebtn svg{
	width: 20px !important;
}

.arrebtn .elementor-button{
	fill:#32508c !important;
}

.arrebtn a .elementor-button-icon {
    transform: translateX(0px);
    transition: all 0.5s;
}

.arrebtn a:hover .elementor-button-icon {
    transform: translateX(15px);
}

.distrilist ul{
	padding: 0;
	list-style: none;
	margin: 0;
}

.distrilist ul li{
	background-color:#fff;
	padding: 15px 0px;
	width: 100%;
	position:relative;
	border-bottom: 1px solid #acacac;
	color: #131313;
font-family: "Roboto", Sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 22px;
}

.distrilist ul li a{
	color:#131313;
	width: 100%;
	display: block;
}

.distrilist ul li:not(:last-child){
/* 	margin-bottom:3px !important; */
}


.distrilist ul li a::after {
	content: url("/wp-content/uploads/2022/10/downloadlinefvicn.svg");
	width: 16px;
	height: 20px;
	position: absolute;
	right: 5px;
	left: auto;
}



/*All funds Sub pages  css */

.fdnhtable .table-header{
	display:none !important
}

.fdnhtable .eael-data-table{
	border-collapse: collapse;
}

.fdnhtable .ricell {
	color: #131313 !important;
/* 	text-align: right !important; */
	font-weight: 300 !important;
}

.fdnhtable td{
	padding:20px 0px !important;
}

.fdnhtable tr>td{
	width:68%;
}


/* Gray table Funds sub page Performance and  daily */

.pinktable td , .pinktable th {
	border-bottom: 1.5px solid #acacac !important;
}
.pinktable th:nth-child(3) , .pinktable tr td:nth-child(3) ,  .pinktable th:nth-child(5) , .pinktable tr td:nth-child(5){
	background-color: #f8f8f8 !important;
}
.pinktable th:nth-child(7) , .pinktable tr td:nth-child(7){
	background-color:#e9e9e9 !important;
}


.pinkdftable td , .pinkdftable th {
	border-bottom: 1.5px solid #acacac !important;
}
.pinkdftable th:nth-child(1) , .pinkdftable tr td:nth-child(1) ,  .pinkdftable th:nth-child(3) , .pinkdftable tr td:nth-child(3) ,  .pinkdftable th:nth-child(5) , .pinkdftable tr td:nth-child(5){
	background-color: #ffffff !important;
}
.pinkdftable th:nth-child(2) , .pinkdftable tr td:nth-child(2) ,  .pinkdftable th:nth-child(4) , .pinkdftable tr td:nth-child(4) {
	background-color: #f8f8f8 !important;
}

.pinktable .mithead , .pinktable .fsthead , .pinktable .lsthead{
	border-top: 1.5px solid #acacac !important;
}

.pinkdftable .fsthead , .pinkdftable .brtp{
	border-top: 1.5px solid #acacac !important;
}


.pinktable tr td:nth-child(1){
	padding-left:0px;
}

/* End Gray table Funds sub page Performance and  daily */
 



.topcmpnytable td {
	border-bottom: 1.5px solid #d5d5d5 !important;
	padding:20px 0px !important;
}

.topcmpnytable tr td:nth-child(1) ,  .topcmpnytable tr td:nth-child(2){
	border-top: 1.5px solid #d5d5d5 !important;
}

.topcmpnytable tr>td{
	width:85%;
}

.secallotable td {
	border-bottom: 1.5px solid #d5d5d5 !important;
	padding:20px 0px !important;
}

.secallotable tr td:nth-child(1) ,  .secallotable tr td:nth-child(2){
	border-top: 1.5px solid #d5d5d5 !important;
}

.secallotable tr>td{
	width:85%;
}

.topcmpnytable .table-header , .secallotable .table-header{
	display:none !important
}

.topcmpnytable .eael-data-table , .secallotable .eael-data-table{
	border-collapse: collapse;
}

.topcmpnytable .ricell , .secallotable .ricell{
	color: #131313 !important;
/* 	text-align: right !important; */
	font-weight: 500 !important;
}

.tcsabtn .elementor-button-text{
	border-bottom: 2px solid #999cb8;
}

.topcmpnytable tr:nth-child(n+4):nth-child(-n+10){
	display:none;
}

.secallotable tr:nth-child(n+4):nth-child(-n+10){
	display:none;
}

.rtiolli{
	margin:0;
}

rtiolli {list-style: none; counter-reset: li}

.rtiolli li::before {
	content: counter(li);
	color: #000;
	display: inline-block;
	width: 2em;
	margin-left: -40px;
	background-color: #fff;
	padding: 3px 12px;
	border-radius: 50%;
	margin-right: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	font-size: 16px;
	font-weight: 500;
}
.rtiolli li {counter-increment: li; padding-bottom: 10px; list-style:none;}

/*   .rtiollimain ol li::before {content: counter(li); color: red;
    display: inline-block; width: 1em; margin-left: -1.5em;
    margin-right: 0.5em; text-align: right; direction: rtl}
 */
.numbrbg {
	background-color: #fff;
	font-weight: 500;
	padding: 5px 8px;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}




/* Invester Centre Page CSS */


.fnlcallnum a {
	color: #32508c !important;
	text-decoration: none !important;
}


.dctabs .elementor-tabs-wrapper {
	border-bottom: 1px solid #acacac;
}

.dctabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active{
	border-bottom: 3px solid #32508c !important;
}


.dctabsacc .elementor-tab-title{
	width: fit-content;
}

.dctabsacc .elementor-accordion-item {
	margin-bottom: 10px !important;
}

.dctabsacc ul {
	padding: 15px 20px 18px 20px;
	margin: 0;
	list-style: none;
	display: grid;
	align-content: center;
	justify-content: center;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 25px;
	background-color: #f0f0f0;
}

.dctabsacc ul li {
/* 	background-color: #f0f0f0; */
	padding: 15px 5px;
	width: 100%;
	float: left;
	position:relative;
	border-bottom: 1px solid #acacac;
}

.dctabsacc ul li a{
	color: #131313;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.dctabsacc ul li a::after {
	content: url("/wp-content/uploads/2022/10/downloadlinefvicn.svg");
/* 	width: 16px;
	height: 20px; */
	position: absolute;
	right: 5px;
	left: auto;
}

.dctabsacc .elementor-accordion-icon i{
	font-size:18px;
}





/* Footer Css */

.footetcustmenu .menu-footer-menu-container{
/* 	max-width:640px; */
}

.footetcustmenu  #menu-footer-menu{
	display: flex;
	align-content: center;
	justify-content: space-between;
	list-style: none;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: #131313;
	padding: 0;
}

.footetcustmenu .sub-menu {
	padding: 0;
	margin-top: 10px;
	list-style: none;
}

.footetcustmenu li a{
	color: #131313;
}

.footetcustmenu li a:hover{
	color:#32508C;
}




/* 22-12-22 CSS New Pages */

.leftpadcalcv2 > .elementor-widget-wrap {
	padding-left: Calc((100vw - 1280px) / 2) !important;
	padding-top: 100px !important;
	padding-right: 120px !important;
	padding-bottom: 100px !important;
}

.rightpadcalcv2 > .elementor-widget-wrap{
	padding-right: Calc((100vw - 1280px) / 2) !important;
	padding-top: 100px !important;
	padding-left: 120px !important;
	padding-bottom: 100px !important;
}


.leftpadcalcv3 > .elementor-widget-wrap{
	padding-left: Calc((100vw - 1280px) / 2) !important;
	padding-top: 50px !important;
	padding-right: 120px !important;
	padding-bottom: 50px !important;
}

.rightpadcalcv3 > .elementor-widget-wrap{
	padding-right: Calc((100vw - 1280px) / 2) !important;
	padding-top: 50px !important;
	padding-left: 120px !important;
	padding-bottom: 50px !important;
}


.leftpadcalcv4 > .elementor-widget-wrap {
	padding-left: Calc((100vw - 1280px) / 2) !important;
	padding-top: 120px !important;
	padding-right: 100px !important;
	padding-bottom: 120px !important;
}


.leftpadcalcv5 > .elementor-widget-wrap{
	padding-left: Calc((100vw - 1140px) / 2) !important;
	padding-top: 120px !important;
	padding-right: 100px !important;
	padding-bottom: 120px !important;
}

.dwnlicn {
	color: #32508c;
	align-items: center;
	display: flex;
	justify-content: center;
}

.stewtable .table-header{
	display:none !important
}

.stewtable .eael-data-table{
	border-collapse: collapse;
}

.stewtable .ricell {
	color: #131313 !important;
	text-align: right !important;
	font-weight: 400 !important;
}

.stewtable tbody tr td {
	padding: 16px 0px !important;
}

.txtediheight{
	min-height:95px;
}




/* 27-12-22 */

.objeleftpad .elementor-widget-wrap {
padding-left: Calc((100vw - 1440px) / 2) !important;
	padding-top: 100px !important;
	padding-right: 50px !important;
	padding-bottom: 100px !important;
}



/* Insights (Blog) Css */

.insightsmain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
	grid-column-gap:40px;
	grid-row-gap:40px;
}


.insightsinner {
	background-color: #fbfbfb;
	padding: 40px 35px 35px 35px;
	transition: all 0.3s;
}

.insightsinner:hover{
	box-shadow: rgba(182, 182, 182,0.5) 0px 7px 27px 0px;
}

.firstBlogDesign .insightsinner:first-child {
	grid-column: 1 / -1;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.firstBlogDesign .insightsinner:first-child .insightleftside {
	width: 50%;
	padding-right: 25px;
}

.firstBlogDesign .insightsinner:first-child .insightrightside {
	width: 50%;
	padding-left: 25px;
	position: relative;
	height: 100%;
}

.firstBlogDesign .insightsinner:first-child .insightrightside .insightcatname {
	padding: 0px 0px 20px 0px;
}

.firstBlogDesign .insightsinner:first-child .insightrightside .insighttitle h3 {
	font-size: 38px;
	line-height: 44px;
	height: auto;
}

.firstBlogDesign .insightsinner:first-child .insightrightside .inasightlinktime{
	position: absolute;
    bottom: 0;
   left: 30px;
   right: 0;
}

.insightsinner {
	padding: 35px 30px 30px 30px;
}

.insightleftside img {
	width: 100%;
	aspect-ratio: 4/2.2;
}

.insightcatname {
	color: #797979;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	text-transform: uppercase;
	font-family: "Roboto", Sans-serif;
	padding: 20px 0 15px 0px;
	text-align: left;
}

.insighttitle h3 {
	color: #131313;
	font-family: "Georgia", Sans-serif;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
	/* min-height: 80px; */
	/* overflow: hidden; */
	line-height: 34px;
	height: 106px;
	overflow: hidden;
}

.similarposts .insighttitle h3{
	height: 88px;
	overflow: hidden;
}

.inasightlinktime {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}
.inasightlinktime a{
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	font-family: "Roboto", Sans-serif;
	color:#32508c;
	position:relative;
	text-decoration: none;
}

.inasightlinktime a::after {
	content: "";
	background: url("https://www.paradice.com/au/wp-content/uploads/2023/01/blarrow.png");
	background-repeat: no-repeat;
	height: 15px;
	width: 22px;
	top: 5px;
	position: absolute;
	transition: all 0.3s;
	right: -30px;
}

.inasightlinktime a:hover::after {
	transform:scale(1.1);
}


.inasightlinktime span{
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	font-family: "Roboto", Sans-serif;
	color:#131313;
}

.insightscatlist {
	border-bottom: 2px solid #acacac;
	margin-bottom: 70px;
	width:fit-content;
}


#custom_cat_sel {
	width: 450px;
	padding: 15px 25px;
	background-color: #fff;
	border: 2px solid #d8d8d8;
	color: #131313;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	border-radius: 0;
	appearance: none;
background: url("https://www.paradice.com/au/wp-content/uploads/2023/01/drpdwonarrow.png");
background-repeat: no-repeat;
background-position: calc(100% - 25px);
}

.insghitsnumberpagi {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0px;
	color: #131313;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.insghtnumberdrp {
	padding: 15px 12px;
	background-color: #fff;
	border: 1.5px solid #262626;
	color: #131313;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	border-radius: 0;
	appearance: none;
	background: url("https://www.paradice.com/au/wp-content/uploads/2023/01/drpdwonarrow.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 15px);
	width: 70px;
	border-radius: 10px;
	margin: 0 30px;
}


/* Next prev arrow pagi */

.pre_pagination_load , .next_pagination_load{
	position:relative;
}

.pre_pagination_load .custom_pagination .page-numbers{
	opacity:0;
	visibility:hidden;
	position: relative;
	width:0;
}

.pre_pagination_load .custom_pagination .next.page-numbers{
	opacity:0;
	visibility:hidden;
	position: relative;
	width:0;
}

.pre_pagination_load .custom_pagination .prev.page-numbers{
	opacity:1;
	visibility:visible;
	position: absolute;
	left: 0px;
}


.next_pagination_load .custom_pagination .page-numbers{
	opacity:0;
	visibility:hidden;
	position: relative;
	width:0;
}

.next_pagination_load .custom_pagination .next.page-numbers{
	opacity:1;
	visibility:visible;
	position: absolute;
	left: 0;
}


/* Dropdwn pagi */

.insghitsnumberpagi {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 550px;
	margin: 0 auto;
	padding-top: 40px;
}

.pre_pagination_page , .next_pagination_page{
	position:relative;
}

.pre_pagination_page .custom_pagination .page-numbers{
	opacity:0;
	visibility:hidden;
	position: relative;
	width:0;
}

.pre_pagination_page .custom_pagination .prev.page-numbers{
	opacity:1;
	visibility:visible;
	position: absolute;
	left: 0px;
}


.next_pagination_page .custom_pagination .page-numbers{
	opacity:0;
	visibility:hidden;
	position: relative;
	width:0;
}

.next_pagination_page .custom_pagination .next.page-numbers{
	opacity:1;
	visibility:visible;
	position: absolute;
	left: 0;
}


/* cat drop pagi */

.pre_pagination_cat , .next_pagination_cat{
	position:relative;
}
.pre_pagination_cat .custom_pagination .page-numbers{
	opacity:0;
	visibility:hidden;
	position: relative;
	width:0;
}

.pre_pagination_cat .custom_pagination .prev.page-numbers{
	opacity:1;
	visibility:visible;
	position: absolute;
	left: 0px;
}

.next_pagination_cat .custom_pagination .page-numbers{
	opacity:0;
	visibility:hidden;
	position: relative;
	width:0;
}

.next_pagination_cat .custom_pagination .next.page-numbers{
		opacity:1;
	visibility:visible;
	left: 0;
	
}

/* got pages number xx css */

.go_to_page {
	width: 130px;
	text-align: right;
}

.off_text {
	width: 130px;
	text-align: left;
}

.scform .elementor-field-textual.elementor-size-md {
	min-height: 52px !important;
}

/* Home blogpost */

.homeposts{
	margin-bottom: 70px;
}

.homeposts .insightsinner{
/* 	border: 2px solid #ddd; */
}

.allpostbtn{
	text-align: center;
}

.allpostbtn a{
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
	text-align: center;
    border: 2px solid #32508C;
    border-radius: 5px 5px 5px 5px;
	background-color: #02010100;
    color: #32508C;
	padding: 17px 40px 17px 40px;
	transition: all .3s;
}

.allpostbtn a:hover{
	background-color:#32508C;
	border: 2px solid #32508C;
	color: #fff;
}


.prev.page-numbers::after {
	content: "";
	background: url("https://paradice.com/insto/wp-content/uploads/2022/12/arowwrightas.svg");
	background-repeat: repeat;
	background-repeat: repeat;
	background-repeat: no-repeat;
	height: 23px;
	width: 23px !important;
	top: 4px;
	z-index: 1;
	position: absolute;
	right: 0;
	transform: rotate(180deg);
}

.next.page-numbers::after {
	content: "";
	background: url("https://paradice.com/insto/wp-content/uploads/2022/12/arowwrightas.svg");
	background-repeat: repeat;
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
	top: 4px;
	z-index: 1;
	position: absolute;
	left: 34px;
}


/* Loader Css */
.insight-wrapper{
	position:relative;
}

.lds-dual-ring {
	display: none;
	width: 100%;
	height: 100%;
	z-index:3;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
}

.lds-dual-ring span {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.lds-dual-ring span:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #32508C;
  border-color: #32508C transparent #32508C transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/* Single Insights Page */

.singleinsight{
    max-width: 1440px;
margin: 0 auto;
padding: 80px 10px 60px 10px;
}

.singleinsight .entry-title-single {
	font-family: "Georgia", Sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 70px;
	padding: 0 100px;
	margin: 15px 0 40px 0;
}


.singleinsight .entry-attachment,.single_vid{
    padding: 60px 0px;
}

.singleinsight .cat-links .entry-utility-prep-cat-links{
    display:none;
}

.singleinsight .entry-attachment img{
    width: 100%;
	height: 100%;
}
.single_vid video,.single_vid iframe {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 21/11.81;
	height: auto;
}
.singleinsight .entry-content{
    color: #131313;
font-family: "Roboto", Sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 30px;
padding: 0 100px;
}

.singleinsight .entry-content h2{
font-family: "Georgia", Sans-serif;
font-size: 42px;
font-weight: 400;
line-height: 52px;
margin-bottom: 0;
}

.singleinsight .entry-content h3{
font-family: "Georgia", Sans-serif;
font-size: 36px;
font-weight: 400;
line-height: 46px;
margin-bottom: 0;
}

.singleinsight .entry-content h4{
font-family: "Georgia", Sans-serif;
font-size: 30px;
font-weight: 400;
line-height: 40px;
margin-bottom: 0;
}

.singleinsight .entry-content h5{
font-family: "Georgia", Sans-serif;
font-size: 26px;
font-weight: 400;
line-height: 36px;
margin-bottom: 0;
}

.singleinsight .entry-content b{
     color: #131313;
font-family: "Roboto", Sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 30px;
padding: 0 100px;
}

.singleinsight blockquote {
	color: #131313;
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	font-style: italic;
	margin: 20px 0;
}


.singleinsight .entry-meta{
      color: #797979;
font-family: "Roboto", Sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 30px;
padding: 0 100px;

}

.singleinsight .dateauthor{
    display: flex;
align-items: center;
}

.singleinsight .dateauthor .postauthor{
    margin-left: 50px;
    color: #131313;
}

.singleinsight .dateauthor .postdates{
    margin-right:10px;
}

.singleinsight .entry-meta-bottom a{
        color: #131313;
font-family: "Roboto", Sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 30px;
padding: 0 100px;
text-decoration:none;
  pointer-events: none;
}


.singleinsight .postssharesec{
    padding: 0 100px;
}

.singleinsight .postssharesec ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.singleinsight .postssharesec ul li{
      color: #797979;
font-family: "Roboto", Sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 28px;
padding: 0px 4px 0px 0px;
}

.singleinsight .postssharesec ul li a {
	color: #334f8c;
	text-decoration: none;
	border-bottom: 1px solid #334f8c;
}

.singleinsight .posts_inside{
padding-bottom:60px;
}

.similarposts{
    border-top:1px solid #d1d1d1;
}


.similarpoststitle h3{
    font-family: "Georgia", Sans-serif;
font-size: 28px;
font-weight: 400;
line-height: 38px;
margin-bottom: 30px;
margin-top: 50px;
}


/* Media Query */

@media only screen and  (max-width: 2570px) and (min-width: 2300px){
	
.caclheight {
	padding: 120px 0px 30px 0px;
}
	
.inlinemenu{
	padding-left: 20px;
}
	
.rightpadcalcabt > .elementor-widget-wrap {
    padding-right: Calc((100vw - 1920px) / 2) !important;
}
	
.rightpadcalc > .elementor-widget-wrap {
    padding-right: Calc((100vw - 1920px) / 2) !important;
}
	
.leftpadcalc > .elementor-widget-wrap {
    padding-left: Calc((100vw - 1920px) / 2) !important;
}
	
.leftpadcalcv2 > .elementor-widget-wrap {
	padding-left: Calc((100vw - 1920px) / 2) !important;
}
	
.rightpadcalcv2 > .elementor-widget-wrap{
	padding-right: Calc((100vw - 1920px) / 2) !important;
}
	
.leftpadcalcv3 > .elementor-widget-wrap {
padding-left: Calc((100vw - 1920px) / 2) !important;
}
	
.rightpadcalcv3 > .elementor-widget-wrap{
	padding-right: Calc((100vw - 1920px) / 2) !important;	
}
	
}
	
@media only screen and  (max-width: 1750px) and (min-width: 1460px){
	
	
}


@media (max-width: 1441px){
	.home_insto_fund .elementor-image-box-description,
	.paradice_strategies .elementor-image-box-description{
	word-break: break-word;
}
	
.leftpadcalc > .elementor-widget-wrap {
	padding-left: 20px !important;
	padding-right: 80px !important;
}

.rightpadcalc > .elementor-widget-wrap {
	padding-right: 20px !important;
	padding-left: 80px !important;
}

.rightpadcalcabt > .elementor-widget-wrap {
	padding-right: 20px !important;
	padding-top: 90px !important;
	padding-left: 80px !important;
	padding-bottom: 90px !important;
}
	
.objeleftpad .elementor-widget-wrap {
	padding-left: 60px !important;
	padding-top: 50px !important;
	padding-right: 60px !important;
	padding-bottom: 50px !important;


}

@media (max-width: 1280px){

	
	.loginbtn a{
		padding: 12px 10px 12px 10px !important;
	}

	
.leftpadcalc > .elementor-widget-wrap {
	padding-left: 20px !important;
	padding-right: 60px !important;
}
	
.rightpadcalc > .elementor-widget-wrap {
	padding-right: 20px !important;
	padding-left: 60px !important;
}
	
.rightpadcalcabt > .elementor-widget-wrap {
	padding-right: 20px !important;
	padding-top: 60px !important;
	padding-left: 60px !important;
	padding-bottom: 60px !important;
}
	
.leftpadcalcv2 > .elementor-widget-wrap , .rightpadcalcv2 > .elementor-widget-wrap {
	padding-left: 60px !important;
	padding-top: 50px !important;
	padding-right: 60px !important;
	padding-bottom: 50px !important;
}
	
.leftpadcalcv3 > .elementor-widget-wrap , .rightpadcalcv3 > .elementor-widget-wrap{
	padding-left: 60px !important;
	padding-top: 50px !important;
	padding-right: 60px !important;
	padding-bottom: 50px !important;
}
	
.leftpadcalcv4 > .elementor-widget-wrap{
	padding-left: 60px !important;
	padding-top: 50px !important;
	padding-right: 60px !important;
	padding-bottom: 50px !important
}
	
.leftpadcalcv5 > .elementor-widget-wrap{
	padding-left: 60px !important;
	padding-top: 50px !important;
	padding-right: 60px !important;
	padding-bottom: 50px !important
}
	
.objeleftpad .elementor-widget-wrap {
	padding-left: 60px !important;
	padding-top: 50px !important;
	padding-right: 60px !important;
	padding-bottom: 50px !important;
}
	
.cmtable .fsthead {
	width: 500px;
}
	
}



@media only screen and (max-width: 1080px) and (min-width: 991px)  {

.elementor-post-date{
	position:relative;
}
	
	
}


@media (max-width: 1028px){


	
.leftpadcalc > .elementor-widget-wrap {
	padding-left: 20px !important;
	padding-right: 40px !important;
}
	
.rightpadcalc > .elementor-widget-wrap {
	padding-right: 20px !important;
	padding-left: 40px !important;
}
	
.rightpadcalcabt > .elementor-widget-wrap {
	padding-left: 40px !important;
}
	
.teamMainSec {
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 30px;
	grid-gap: 15px;
}
	
	
	
@media (max-width: 1300px){
    .aumenus {
	position: inherit !important;
	
}
	.menuappend li .elementor-item {
    line-height: 20px !important;
}
	
	.aumenus a#sm-16938869885869714-7 {
	margin-left: 0 !important;
}
}
	
}

@media (max-width: 1025px){
.loggeddd-out{opacity:0;} 
	
	.aumenus {
	position: inherit !important;
}
	
.menuappend nav{
position: fixed !important;
left: 0 !important;
width: 30% !important;
top: 0 !important;
height: 100vh;
padding: 30px 20px;
}
	
.inlinemenu .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
	transform: scaleX(1) !important;
	max-height: 100vh !important;
}
	
.inlinemenu .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
	transform: scaleX(0) !important;
	max-height: 100vh !important;
}

.inlinemenu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
transform-origin: left;
}
	

.inlinemenu .elementor-widget-nav-menu{
	width:auto !important;
}
	
.inlinemenu > .elementor-widget-wrap{
	align-content: end;
	justify-content: end;
}
	
/* .dsinfoacc ul li a::after {
	left: 96.5%;
} */
	
.team-model {
	width: 50%;
}
	
#custom_cat_sel {
	width: 350px;
	padding: 12px 25px;
}
	
.firstBlogDesign .insightsinner:first-child .insightrightside .insighttitle h3 {
	font-size: 30px;
	line-height: 36px;
}
	
.firstBlogDesign .insightsinner:first-child .insightrightside .inasightlinktime {
	position: initial;
}
	
.insightsmain {
	grid-template-columns: repeat(2, 1fr);
}
	
.next.page-numbers::after {
	left: 0px;
}

.singleinsight {
	padding: 60px 10px 60px 10px;
}

.singleinsight .entry-meta , .singleinsight .entry-meta-bottom a , .singleinsight .entry-content , .singleinsight .postssharesec {
	padding: 0 40px;
}


.singleinsight .entry-title-single {
	font-size: 50px;
	line-height: 60px;
	padding: 0 40px;
}

.singleinsight .entry-content h2 {
	font-size: 38px;
	line-height: 46px;
}

	
}

@media (max-width: 860px){


.hwsame > .elementor-widget-wrap {
	width: 275px;
	height: 245px;
}
	
/* .dsinfoacc ul li a::after {
	left: 95.7%;
} */
	
.cmtable .td-content {
	line-height: inherit;
}
	
}



@media (max-width: 767px){
	
/* 	.caclheight{
		height:calc(100vh - 75px) !important;
	} */
	
	#bannhe{
		height: 90vh !important; 
	}
	
	
.menuappend nav{
width: 70% !important;
}
	
.rmbr br{
	display:none;
}
	
.leftpadcalc, .rightpadcalc {
	max-height: inherit;
	height: auto;
}
	
.leftpadcalcv2 , .rightpadcalcv2 {
	max-height: inherit;
	height: auto;
}
	
	
.leftpadcalc > .elementor-widget-wrap , .rightpadcalc > .elementor-widget-wrap , .rightpadcalcabt > .elementor-widget-wrap{
	padding-top: 50px !important;
	padding-right: 20px !important;
	padding-bottom: 50px !important;
	padding-left: 20px !important;
}
	
.leftpadcalcv2 > .elementor-widget-wrap , .rightpadcalcv2 > .elementor-widget-wrap{
	padding-left: 20px !important;
	padding-top: 50px !important;
	padding-right: 20px !important;
	padding-bottom: 50px !important;
}

.leftpadcalcv3 > .elementor-widget-wrap , .rightpadcalcv3 > .elementor-widget-wrap{
	padding-left: 20px !important;
	padding-top: 50px !important;
	padding-right: 20px !important;
	padding-bottom: 50px !important;
}
	
.leftpadcalcv4 > .elementor-widget-wrap {
	padding-left: 20px !important;
	padding-top: 50px !important;
	padding-right: 20px !important;
	padding-bottom: 50px !important;
}

.leftpadcalcv5 > .elementor-widget-wrap {
	padding-left: 20px !important;
	padding-top: 50px !important;
	padding-right: 20px !important;
	padding-bottom: 50px !important;
}
	
.objeleftpad .elementor-widget-wrap {
	padding-left: 20px !important;
	padding-top: 50px !important;
	padding-right: 20px !important;
	padding-bottom: 50px !important;
}
	
.imgpadd > .elementor-widget-wrap{
	padding:40%;
}
	
.hwsame > .elementor-widget-wrap {
	width: inherit;
	height: 230px;
}
	
.team-model {	
	width: 90%;
}
	
.cmtable .eael-data-table .td-content{
	display:block;
}
	
.dctabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-active{
	border-bottom: 3px solid #32508c !important;
}
	
.paddzeromob .elementor-widget-wrap{
	padding:0px !important;		
}	
	
.paddzeromob h2{
	font-size:32px!important;
}
	
.dctabsacc ul {
	padding: 15px 10px 18px 10px;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 0px;
}
	
.footetcustmenu  #menu-footer-menu{
	display: block;
}
	
.footetcustmenu  #menu-footer-menu li{
	margin-bottom:12px;
}
	
	.footlogo img{
		width: 60% !important;
	}

	.confrm .elementor-field-type-checkbox .elementor-field-subgroup {
		min-width: initial;
	}

	.confrm .elementor-field-type-checkbox .elementor-field-option{
		margin-bottom: 10px;
	}

	#custom_cat_sel {
		width: 100%;
		padding: 12px 25px;
		font-size: 18px;
		line-height: 26px;
	}

	.insightscatlist {
		border-bottom: 2px solid #acacac;
		margin-bottom: 30px;
	}

	.insightsmain {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.firstBlogDesign .insightsinner:first-child {
		grid-column: initial;
		display: initial;
		align-items: initial;
	}


	.firstBlogDesign .insightsinner:first-child .insightleftside {
		width: 100%;
		padding-right: 0px;
	}

	.firstBlogDesign .insightsinner:first-child .insightrightside {
		width: 100%;
		padding-left: 0px;
		position: initial;
		height: auto;
	}
	.firstBlogDesign .insightsinner:first-child .insightrightside .insightcatname {
	padding: 20px 0px 15px 0px;
	}

	.firstBlogDesign .insightsinner:first-child .insightrightside .insighttitle h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.firstBlogDesign .insightsinner:first-child .insightrightside .inasightlinktime {
		position: initial;
		bottom: 0;
		left: 0px;
		right: 0;
	}

	.insightsinner {
		padding: 20px 15px 15px 15px;
	}

	.insighttitle h3 {
		font-size: 22px;
		padding: 0 0 20px 0;
		line-height: 28px;
		height: auto;
		overflow: hidden;
	}
	
	.inasightlinktime a {
	font-size: 16px;
	line-height: 24px;
	}
	
	.inasightlinktime span {
	font-size: 16px;
	line-height: 24px;
	}
	
	.insghtnumberdrp {
	padding: 10px 10px;
	font-size: 16px;
	line-height: 24px;
	background-position: calc(100% - 10px);
	width: 50px;
	margin: 0 12px;
	background-size: 12px;
	}
	
	.go_to_page {
	width: 80px;
	}
	
	.off_text {
	width: 80px;
	}
	
	.insghitsnumberpagi {
	font-size: 15px;
	line-height: 23px;
	}
	
	.next.page-numbers::after {
	height: 20px;
	width: 20px;
	top: 2px;
		left: 30px;
	}
	
	.prev.page-numbers::after {
	height: 20px;
	width: 20px !important;
	top: 2px;
	}
	
	.homeposts {
	margin-bottom: 50px;
	}
	
	.singleinsight {
	padding: 60px 10px 60px 10px;
    }
	
	.singleinsight .entry-meta-bottom a {
	padding: 0 10px;
	font-size: 16px;
    }

	.singleinsight .entry-title-single {
	font-size: 32px;
	line-height: 42px;
	padding: 0 10px;
	margin: 10px 0 10px 0;
    }
    
    .singleinsight .entry-content h2 {
	font-size: 26px;
	line-height: 30px;
    }
    
    .singleinsight .entry-content h3{
    font-size: 24px;
    line-height: 34px;
    }
    
    .singleinsight .entry-content h4{
    font-size: 22px;
    line-height: 32px;
    }
    
    .singleinsight .entry-content h5{
    font-size: 22px;
    line-height: 32px;
    }
    
    .singleinsight .entry-meta{
    padding: 0 10px;
    font-size: 16px;
    }
    
    .singleinsight .entry-attachment {
	padding: 30px 0px 0px 0px;
    }
	
	.singleinsight .entry-attachment, .single_vid {
	padding: 30px 0px 0px 0px;
	}
    
    .singleinsight .entry-content {
	padding: 0 10px;
	font-size: 16px;
    line-height: 26px;
    }
    
    .singleinsight .postssharesec {
	padding: 0 10px;
    }
    
    .singleinsight .posts_inside {
	padding-bottom: 40px;
    }
    
	.similarpoststitle h3 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 20px;
	margin-top: 40px;
    }
	
}
	

@media (max-width: 480px){
    
    
.teamMainSec {
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 15px;
}
	
/* .dsinfoacc ul li a::after {
	left: 91.7%;
} */

}

/* 
@media (max-width: 440px){
	.dsinfoacc ul li a::after {
	left: 90.7%;
}
	
} */
	
	.ajax-loader123 {
  visibility: hidden !important;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.ajax-loader123 img {
  position: relative;
  top:50%;
  left:50%;
}
