
/* page_body css stats */


.report-head{
	background:var(--white);
	position:relative;
    justify-content:space-between; 
	align-items:flex-start;
	display:flex;
	gap: 20px;
}


.report-head-content h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
	margin-bottom:0;
    -webkit-line-clamp: 2;
	
}


.report-head-content{
    width: calc(100% - 150px);
}



.report-header-info {
    display: flex;    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.75em;
    font-size: 13px;
    line-height: 1.5;
	padding-left: 0;
}
.report-header-info>:not(:last-child) {
    margin-right: 0.75em;
}
.report-header-info li {
    display: flex;	display: -ms-flexbox;	height: 100%;	flex: 0 1 auto;	align-items: center;	justify-content: flex-start;
    line-height: 20px;
    margin: 5px 0;	height: 45px;    position: relative;
}
.report-header-info li img {
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
}
.report-header-info li p {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 13px;
}
.report-header-info li:after {
    content: "";
    margin-left: 0.75em;
    border-left: 1px solid;
    border-color: #f1b942;	position: absolute;	right:0;	width: 1px;	height: 100%;
}.report-header-info li:last-child:after{	border: 0 none;}


.thumbnail-3d{
    width: calc(135px + 10px + 20px);
    -webkit-perspective: 400px;
    perspective: 400px;
    padding: 10px 20px 20px 10px;
    margin: 0 auto;
    position: relative;
}

.thumbnail-3d img{
    max-width: 100%;
}

.thumbnail-3d p {
    position: absolute;
    top: 50%;	
    left: 0;
    width: 101%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 86%;
    font-size: 14px;	line-height: 16px;
    -webkit-line-clamp: 4;
    left: 11px;
    color: #000;
    margin: 0;
	/*text-shadow: 0px 2px 0px #fff;*/
}
#report_tabs ul.tabs-btn li{
	top: 0px;
}


.thumbnail-3d .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
}


.thumbnail-3d a:hover {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.thumbnail-3d a:hover .fa{
    opacity: 1;
}
.thumbnail-3d a {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate3d(0,1,0,-20deg);
    transform: rotate3d(0,1,0,-20deg);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}
.thumbnail-3d a .image-front {
    position: relative;
    width: 100%;
    background-color: #a2a3a4;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}


.thumbnail-3d a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    box-shadow: 5px -20px 40px 10px #454748;
}



#report_tabs{
    width: 100%;
	background:var(--white);
	padding: 2px 2px 0px 0px;
    border-bottom: 2px solid var(--light-blue);
}
#report_tabs.sticky{
	position: sticky;
    top: 95px;
	z-index:4;
}

#report_contant ul{
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 15px;
    margin-bottom: 0;
	margin-left: 0;
    padding-left: 17px !important;
	margin-top:0;
	list-style: circle;
	margin-top: 10px;
}
#report_contant h2{
	color:var(--light-blue);
}




#TABLE-C .content{
    position: relative;
	padding: 20px 0px;
}



#TABLE-C .content::before{
    content: "";
    position: absolute;
    top: 27px;
	bottom: 20px;
    left: 30px;
    width: 1.5px;
    background-color: #323b4c;
}

#TABLE-C .content ul{
    list-style-type: none;
    padding: 0;
    margin: 5px;
}

#TABLE-C .content ul li{
    position: relative;
    padding-left: 100px;
    font-weight: 700;
    line-height: 1.3;
}
#TABLE-C .content ul li span{
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background-color: #004aad;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  border-radius: 100%;
  line-height: 1;
  font-weight: 400;
}

#TABLE-C .content ul li span::before{
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: linear-gradient(90deg, rgba(91,221,229,1) 0%, rgba(1,75,174,1) 100%);
    z-index: -1;
}



#TABLE-C .content ul li ul li{
    position: relative;
    padding-left: 10px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 5px;
    min-height: inherit;
}
#TABLE-C .content ul li ul{
    margin-top: 5px;
}
#TABLE-C .content ul li{
    min-height: 75px;
}


.accordion {
    font-family: 'Helvetica';
    font-size: calc(13px + 9 *((100vw - 300px) /1620));
    line-height: 1.5;
	text-align: left;
    font-weight: 500;
	padding: 11px 10px 11px 30px;
    position: relative;
    background-color: var(--light-gray);
    color: var(--dark-blue);
    cursor: pointer;
    margin: 5px 0px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: 0.4s;
    letter-spacing: 1.5px;
}



.read-more-list li img{
    width: 12px;
}


#WHY-C-BTN img {
    margin: 0 auto;
    display: block;
    width: 90%;
}



#TABLE-C .content ul li{
    display: block;
}
.radioBox-holder{
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: center;
}



















































































div#productThumb a {
    display: block;
	width: 115px;
    height: 164px;
	position: relative;
}

div#productThumb>div {
    position: relative;
}



.image-back {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
    -webkit-transform: translate3d(0,0,-40px);
    transform: translate3d(31,-4,-40px);
    background-color: #a2a3a4;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    margin: 0;
}







.image-back::before {
    content: "";
    position: absolute;
    background: #f3f3f3;
    width: 5px;
    z-index: 5;
    top: 0;
    right: 5px;
    height: 100%;
}



.ram-product-thumbnail-book-binder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 7.14285714286%;
    background-image: linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,.15) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,0) 100%);
}
.ram-product-thumbnail-book-binder img {
    vertical-align: bottom;
}
.ram-product-thumbnail-book-binder img {
    vertical-align: bottom;
} 
.book-title {
    position: absolute;
    font-weight: 700;
    color: var(--black);
    height: 100%;
    width: 100%;
    left: 60%;
    top: 75%;
    transform: translate(-50%, -50%);
}

.navbar{
	display:none;
}
ul.tabs-btn li {
    position: relative;
    top: 2px;
	margin-right: 3px;
}
ul.tabs-btn li:last-child{
	margin-right: 0px;
}
.tabs-btn li.highlight a {
	background-color: var(--dark-yellow);
    color: var(--white);
    height: 42px;
}
.tabs-btn li.highlight a:before {
      content: "Request a FREE Sample Copy";
}
.tabs-btn-hidden{
	display:none;
}
.tabs-btn-visible{
    display: block!important;
}
.tabs-btn-hidden a{
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 100%;
	padding:0;
}
ul.tabs-btn a {
    color: var(--white);
    padding: 3px 10px;
    background: var(--light-blue);
    /*font-weight: 700;*/
    font-size: 14px;
    border-color: var(--light-blue);
	border: 2px solid;
	display: inline-block;
    border-radius: 4px 4px 0 0;
	border-bottom: none;
	transition:0.3s;
}
ul.tabs-btn a:hover, ul.tabs-btn li a.active {
	background: var(--white);
	color:var(--light-blue);
	border-bottom:none
}
li.tabs-btn-hidden a {
    cursor: context-menu;
}
li.tabs-btn-hidden a:hover{
	background:var(--white)!important;
	color: #351249!important;
}
.tabs-btn-ul{
    text-align: right!important;
    position: fixed!important;
    top: 80px;
    padding-top: 15px;
    z-index: 99999;
    border-bottom: 1px solid var(--dark-blue);
}

.planBox {
    background: var(--dark-blue)!important;
    padding: 25px 10px;
    color: var(--white)!important;
    position: relative;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
	display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.planBox::before {
    position: absolute;
    left: -20px;
    top: -5px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #37A1ED;
    border-bottom: 0;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.planBox::after {
    position: absolute;
    right: -20px;
    bottom: -5px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #37A1ED;
    border-bottom: 0;
    -moz-transform: rotate(314deg);
    -webkit-transform: rotate(314deg);
    -o-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    transform: rotate(314deg);
}
.card-body-content {
    padding: 15px 10px !important;
}
.planBox .membership-button {
    background: -webkit-linear-gradient(left, rgba(130,130,130,1) 0%,rgba(130,130,130,1) 47%,rgba(195,195,195,1) 100%);
    background: linear-gradient(to right, rgba(130,130,130,1) 0%,rgba(130,130,130,1) 47%,rgba(195,195,195,1) 100%);
    color: var(--white) !important;
    padding: 8px 15px;
    border-radius: 6px !important;
    font-weight: normal !important;
	width: 100%;
    text-align: left;
}
.planBox .membership-button strong {
    float: right;
    color: #012060 !important;
}

.planBox .membership-button:focus{
	box-shadow:none!important;
}
.planBox .membership-button:focus-visible{
	outline:none!important;
}
.swotPestlepayment .planBox .subscribe-now-button.btn-default {
    text-transform: uppercase;
    margin-top: 10px;
}
.planBox h3.text-center {
    font-size:20px;
    font-weight: 700;
}
.planBox h3.text-center {
    font-size: 17px;
    font-weight: 600;
}
.planBox .subscribe-now-button.btn-default {
    background: var(--white) !important;
    color: #333 !important;
    padding: 8px 15px;
    border-radius: 6px !important;
    font-weight: normal !important;
	width: 100%;
}
.CustomReportsBox .card-body ul li{
	position:relative;
	display:block;
}
.rqstBtn{
	text-align:center;
}
.rqstBtn button{
	text-transform: uppercase;
	padding: 8px 15px !important;
	font-size: 16px !important;
	color: var(--white);
    border: 2px solid var(--light-blue);
    font-weight: 700;
    background: var(--dark-blue);
}
.cart-box button>i {
    font-size: 18px;
    margin-right: 5px;
    /*border: 2px solid white;*/
    padding: 5px 9px;
    border-radius: 50%;
}
.CustomReportsBox {
    border: 1px solid var(--border-gray) !important;
	border-top: 8px solid var(--dark-blue) !important;
}
.CustomReportsBox .card-body ul li:before {
    content: "\f0a4";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    left: -30px;
    top: 40%;
}
.widget-5.reportBox {
    padding: 15px 15px !important;
}
.widget-5 {
    border: 1px solid #ddd !important;
}
.info1{
  display:inline-block;
  text-align:center;
  border-radius:50%;
}
.hidden{
  display:none;
}
.radioBox.row.my-3 {
    padding: 0 15px;
}
.radioBox.row.my-3 a img {
}
.radioBox.row.my-3 .col-6{
	align-self:center;
	padding: 0 5px;
}
i.fa-solid.fa-angles-right {
    font-size: 11px;
    margin-right: 5px;
    border: 1px solid var(--white);
    padding: 3px;
    border-radius: 50%;
}
.radioBox.row.my-3 .col-6 a{
    text-align: center;
    border-radius: 3px;
	padding: 8px 5px;
    background: var(--dark-blue);
    border: 1px solid var(--dark-blue);
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	color: var(--white);
    font-size: 12px;
	font-weight: 600;
}
.radioBox-holder.mb-2 label {
    margin-left: 5px;
    margin-right: 5px;
	font-size: 12px;
}
.text-center.pt-1.pb-2 span {
    font-weight: 600;
}
.radioBox.row.my-3 .col-6 a i.fa-solid.fa-cart-shopping {
    font-size: 18px;
    margin-right: 5px;
}
.radioBox.row.my-3 .col-6 .buy-holder{
    background: var(--light-blue);
	border: 1px solid var(--light-blue);
}
.radioBox.row.my-3 .col-6 .buy-holder:hover i{
	border-color:var(--dark-blue);
}
.radioBox-holder{
	text-align: center;
    font-size: 13px;
	padding: 0 5px;
    font-weight: 700;
}
 .radioBox-holder  .form-check-input{
	 margin-top: 0.5em;
 }
/*.redirect{
	position:absolute;
	right:30px;
	bottom:10px;
}*/
.redirect a{
	color: var(--light-blue)!important;
}
.redirect a i{
	color: #414135;
}
.front-box-imgs{
	position:relative;
}
.front-box-imgs{
	background: url(../img/engineering_plastics_market1.png) no-repeat 0 0;
	background-size:cover;
}
.front-box-imgs:after{
	position: absolute;
    left: 5px;
    top: 9.5px;
	color:var(--white);
	font-size:14px;
	font-weight:600;
    z-index: 5;
}
.front-box-content{
	position:relative;
	color: #f6f2f2;
	font-weight: 500;
    font-size: 15px;
	height:100%;
	width:100%;
}

.front-box-content:after{
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;	border: 2px solid rgba(0,0,0,0.3);
	
}
.front-box-content p {
	margin-bottom:5px;
	z-index: 1;
    position: relative;
}
.front-box-content-p{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 1;
}
ul.tabs-btn {
    text-align: right;
    padding-left: 0;
    display: flex;
	position:relative;
    align-items: center;
    justify-content: flex-start;
	flex-wrap: wrap;
	border-bottom: 3px solid #0092ca;
}
.modal-body img {
    margin: 0 auto;
    display: block;
	    width: 35%;
}
.modal-title {
    color: #053D70;
}
.modal-header {
    gap: 15px;
    align-items: flex-start!important;
}
.modal-header .btn-close {
    border: 3px solid #053D70;
    border-radius: 6px;
}
.ram-product a {
    text-decoration: none;
}




#moreText {
      display: none;
}
button#readMoreBtn {
    font-size: 15px;
    color: var(--white);
    border: none;
    background: var(--dark-blue);
    font-weight: 700;
    border-radius: 10px;
    padding: 5px;
}
/*.change{
	background: var(--dark-blue);
}*/



/* .Box {
    padding: 15px;
	border: 1px solid var(--border-gray) !important;
	border-top: 8px solid var(--dark-blue) !important;
} */
.descriptionBox p {
    margin: 0;
}
.sidePanel button{
	transition:0.5s;
}
.sidePanel button:hover{
	background: var(--white)!important;
    border: 1px solid var(--dark-blue)!important;
	color:var(--dark-blue)!important;
}
.membership-button:hover{
	background: var(--white)!important;
    border: 2px solid var(--light-blue)!important;
	color:var(--dark-blue)!important;
}
.sidePanel button:hover i{
	color:var(--dark-blue)!important;
}
.planBox .membership-button:hover {
    background: linear-gradient(to right, rgba(130,130,130,1) 0%,rgba(130,130,130,1) 47%,rgba(195,195,195,1) 100%)!important;
	color: white!important;
    border: 1px solid var(--light-blue)!important;
}
.planBox .subscribe-now-button.btn-default:hover{
	color:var(--white)!important;
	background:var(--dark-blue)!important;
	border: 1px solid var(--light-blue)!important;
}
.buy-holder:hover{
	background: var(--white)!important;
	color:var(--dark-blue)!important;
}
.radioBox.row.my-3 .col-6 a:hover{
	background: var(--white)!important;
	color:var(--dark-blue)!important;
}
.buy-holder:hover i{
	background: var(--white)!important;
	color:var(--dark-blue)!important;
}

.ansoff-report {
    background: url(../img/Ansoff-book.png) no-repeat 0 0!important;
    background-size: cover!important;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 180px;
}




.panel-box{
	margin-top:15px;
}
.sidebox1 {
    background: var(--white);
    border-radius: 3px;
	color:var(--dark-blue);
	border: 1px solid var(--light-gray);
}
.sidebox1Head.text-center>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
p.discount {
    position: relative;
	font-weight: 400;
}
.sidebox1Head.text-center p {
    margin: 0;
}
.sidebox1Head.text-center {
    font-size: 17px;
    font-weight: 900;
	padding: 5px 10px;
    line-height: 1em;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--dark-blue);
}
p.discount:after {
    border-top: 1px solid;
    position: absolute;
    content: "";
    right: 0;
    top: 51%;
    left: 0;
}
.input-box i{
	color: var(--black);
}
.float-end,.float-start{
	vertical-align:middle;
}
.input-box-holder{
	position:relative;
}
.cart-box {
    padding-top: 0px;
}
.cart-box2{
	display:none;
	background-color: #d5a92e;
    background-image: linear-gradient(to bottom,#d5a92e 0,#f3cd5e 50px,#f3cd5e 100%);
}
.cart-box2-visible{
	display:block;
	margin-top: 10px;
}
.cart-box-hidden{
	display:none;
}
.cart-box button i{
	display:inline-block;
	vertical-align:middle;
}
.cart-box button span{
	display:inline-block;
	vertical-align:middle;
}
.cart-box button .price-info{
	display:inline-block;
	vertical-align:middle;
}
.cart-box2 button i{
	display:inline-block;
	vertical-align:middle;
}
.cart-box2 button span{
	display:inline-block;
	vertical-align:middle;
}
.cart-box2 button .price-info{
	display:inline-block;
	vertical-align:middle;
}
.cart-box button, .cart-box2 button {
    color: var(--dark-blue);
    font-size: 15px;
	line-height:normal;
	border: 2px solid var(--dark-blue);
    font-weight: 700;
    padding:0px 9px!important;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 95%;
    outline: 0;
    text-align: center;
    display: block;
    border-radius: 3px;
    background: var(--light-gray);
}
.cart-box .getReport{
	font-size: small;
    font-weight: 100;
	background: var(--light-yellow);
	color: #fff;
}

i.fa-regular.fa-circle-down {
    font-size: 20px;
}
.cart-box .fa-circle-info{
	margin-left:4px;
}
p.star-box.mb-0 i {
    font-size: 14px;
    letter-spacing: -2px;
}
/* .pdf { */
    /* background-color: red!important; */
/* } */
/* .pdf:before{ */
    /* content: ' '; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
	/* height:100%; */
	/* width:100%; */
    /* background-color: rgba(255,0,0,0.7); */
/* } */
/* .ppt { */
    /* background-color: #BE401E!important; */
/* } */
/* .ppt:before{ */
    /* content: ' '; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
	/* height:100%; */
	/* width:100%; */
    /* background-color: rgba(245, 118, 39, 0.7); */
/* } */
/* .report { */
    /* background-color: #075689!important; */
/* } */
/* .report:before{ */
    /* content: ' '; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
	/* height:100%; */
	/* width:100%; */
    /* background-color: rgba(46, 39, 245, 0.7); */
/* } */
/* .excel { */
    /* background-color: #17ff00!important; */
/* } */

/* .excel:before{ */
    /* content: ' '; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
	/* height:100%; */
	/* width:100%; */
    /* background-color: rgba(45, 247, 85, 0.7); */
/* } */
/* .swiper-slide.pdf:after{ */
	/* content: "PDF"; */
    /* position: absolute; */
    /* left: 25px; */
    /* top: 28px; */
    /* color: var(--white); */
    /* z-index: 5; */
    /* font-weight: 800; */
/* } */
/* .swiper-slide.ppt:after{ */
	/* content: "PPT"; */
    /* position: absolute; */
    /* left: 25px; */
    /* top: 28px; */
    /* color: var(--white); */
    /* z-index: 5; */
    /* font-weight: 800; */
/* } */
/* .swiper-slide.report:after{ */
	/* content: "REPORT"; */
    /* position: absolute; */
    /* left: 25px; */
    /* top: 28px; */
    /* color: var(--white); */
    /* z-index: 5; */
    /* font-weight: 800; */
/* } */
/* .swiper-slide.excel:after{ */
	/* content: "EXCEL"; */
    /* position: absolute; */
    /* left: 25px; */
    /* top: 28px; */
    /* color: var(--white); */
    /* z-index: 5; */
    /* font-weight: 800; */
/* } */

.page_bottom{
    overflow-x: hidden;
}

/* Animation */
.close span {
	transition: .4s top, .4s bottom, .4s .4s transform;
}
.close span:nth-of-type(1) {
	top: 40%;
	transform: rotate(45deg);
}
.close span:nth-of-type(2) {
	opacity: 0;
	transition: opacity .1s .4s;
}
.close span:nth-of-type(3) {
	bottom: 40%;
	transform: rotate(-45deg);
}
.planBox h3.text-center {
    font-size: 20px;
    font-weight: 600;
}
.panel-box.CustomReportsBox .card-body {
    background: var(--light-gray);
}
#report_contant h2 {
    color: var(--white);
	background: var(--light-blue);
	background-image: url("../img/network.png");
	 background-repeat: repeat;
	  background-size: contain;
    padding: 5px 10px;
	border-radius: 5px;
}


.planBox h4.text-center {
    font-size: 18px;
}
.planBox h4.text-center span {
    font-size: 25px;
    font-weight: 700;
}
.slider-box-content .pages-details{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
	text-shadow: 2px 2px var(--black);
}
.book-info .pages-details{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
	text-shadow: 2px 2px var(--black);
}
.slider-box-content .pages-details p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}
li.tabs-btn-hidden a {
    border: none;
    font-size: 25px;
    width: 100%!important;
    display: block;
    margin: 0!important;
	padding:0;
}
li.tabs-btn-hidden {
    width: 265px;
    position: absolute!important;
    left: 0;
    bottom: 0;
}
.sidebox1Head.text-center .text-end p {
    font-weight: 200;
    font-size: 14px;
}
.sidebox1Head.text-center .text-end span {
    font-weight: 700;
    font-size: 17px;
}
.report-head-content h1{
	font-size:  1.1rem !important;
}
@media (min-width: 1200px) {
	.report-head-content h1{
	font-size:  1.75rem !important;
}
}
.report-header-info li{
	font-size: 1.1rem;
}
.report-header-info li p{
	font-size:  1.1rem !important;
}
#report_contant table td ol li + li{
	margin-top: 10px;
}
.readMoreBtn3{
	font-size: 20px;
	color: #0d6efd !important;
	position: relative;
	padding-left: 30px !important
}
.readMoreBtn3:before{
	font-family:"FontAwesome";
	content: "\f055";
	position: absolute;
	left:0;
}
.readMoreBtn3.read-show:before{
	content: "\f056" !important;
}
.readMoreBtn3 i{
	margin-right: 8px;
}
.readMoreBtn3:hover{
	color: #0a58ca !important;
}
#REFERENCE .accordion{
	padding-left: 40px;
}
@media(max-width:1200px){
	ul.tabs-btn a {
    color: var(--white);
    padding: 10px;
	}
}
@media(max-width:990px){
	.add.panel-box {
		text-align: center;
	}
	.card-body-content {
		padding: 15px 10px !important;
		margin: 0 auto;
		display: block;
		width: 70%;
	}
	.radioBox.row.my-3 {
		justify-content: center;
	}
	.radioBox-holder {
		justify-content: center;
		gap: 15px;
	}
	ul.tabs-btn a {
		padding: 7px;
		font-size: 12px;
	}
	.panel-box{
		margin-top:15px;
		overflow-x: hidden;
	}
	.right-sidebar .panel-box{
		overflow-x: visible;
	}
}

@media(max-width:699.98px){
    ul.tabs-btn {
        background: var(--white);
        justify-content: center;
		border-bottom: 3px solid #0092ca;
	}
	ul.tabs-btn a {
        font-size: 13px;
        line-height: 1.2;
        width: 100%;
        padding:5px;
        border-radius: 0;
        border: none;
    }
    ul.tabs-btn li:hover{
        background: var(--dark-blue);
        color: var(--white);
    }
    ul.tabs-btn li:hover a{
        color: var(--white);
    }
    ul.tabs-btn a{
        background: transparent;
    }
    ul.tabs-btn a:hover {
        background: transparent;
        color: var(--dark-blue);
    }
}

@media(max-width:550px){
    .title.text-start{
        font-size: 16px;
        line-height: 1.3;
    }
}

ul li{
	vertical-align: middle;
}
.sub-menu-holder li ul li{
	list-style: none !important;
}
#report_tabs ul.tabs-btn a:before{
	content:"";
	width: auto;
	height: 3px;
	position: absolute;
	left:2px;
	right:2px;
	bottom:-3px;
	background:#fff;
	display: none;
}
#report_tabs ul.tabs-btn a:hover:before{
	display: block;
}
#report_tabs ul.tabs-btn a.active:before{
	display: block;
}
#report_contant .content ul{
	padding-left: 0px !important;
}
#TABLE-info ul li{
	letter-spacing: 1px;
}
#TABLE-C ul li{
	margin-bottom: 10px;
}
.sidePanel .sidebox1 .getReport{
	font-size: 12px !important;
}

#report_contant .Book-holder h3 {
    color: var(--white);
    background: var(--light-blue);
    background-image: url("../img/network.png");
    background-repeat: repeat;
    background-size: contain;
    padding: 5px 10px;
    border-radius: 5px;
	border-bottom: 0px !important;
}
#report_contant .Book-holder h3{
	display: block;
	font-size: 25px;
	color: #fff !important;
}
.cart-box button:hover{
	border-width: 2px !important;
}
#myModal .pop-left{
	
}
#myModal .fullbox{
	display:flex;
	display:-ms-flexbox;
	margin: 0px -10px;
}
#myModal .pop-left{
	width: 40%;
	flex:0 0 auto;
	padding: 0px 10px;
}
#myModal .pop-right{
	width: 60%;
	flex:0 0 auto;
	padding: 0px 10px;
}
#myModal .pop-left img{
	width: 100%;
	
}
#myModal .modal-body{
	padding-left: 10px;
	padding-right: 10px;
}
#myModal .modal-dialog{
	max-width: 59vw;
}
 #myModal  .download-now-title{
	 display: flex;
	 display:-ms-flexbox;
	 flex-direction: column;
	 align-items: flex-start;
 }
 #myModal  .download-now-title .blinking{
	 margin-top: 10px;
 }
 .panel ol li{
	font-size: 15px !important; 
 }
 .prdct-detail-pge #TABLE-C .content > ul > li{
	 position: relative;
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:before{
  content:"";
  width: 45px;
  height: 45px;
  background-color: #004aad;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index:3;
  left:0;
  color: #fff;
  border-radius: 50%;
     -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:after{
	content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: linear-gradient(90deg, rgba(91,221,229,1) 0%, rgba(1,75,174,1) 100%);
  z-index:-1  
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:nth-child(1):before{
	content:"01"; 
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:nth-child(2):before{
	content:"02"; 
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:nth-child(3):before{
	content:"03"; 
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:nth-child(4):before{
	content:"04"; 
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:nth-child(5):before{
	content:"05"; 
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:nth-child(6):before{
	content:"06"; 
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:nth-child(7):before{
	content:"07"; 
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:nth-child(8):before{
	content:"08"; 
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:nth-child(9):before{
	content:"09"; 
 }
 .prdct-detail-pge #TABLE-C .content > ul > li:nth-child(10):before{
	content:"10"; 
 }