/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 body.modal-open {
    overflow: hidden;
}

 .blog-single .justnews-content a {
    text-decoration: underline;
    color: #be3b3b;
}


.blog-single-main .justnews-content {
    font-size: 1.1rem;
}

.blog-single-main .justnews-content p {
    line-height: 170%;
}

.blog-sidebar .category-list li {
    line-height: 170%;
}
.cta_floating a:hover,.cta_popup_form a:hover{
    color: #6a5bb7 !important;
}
.quick_cta {
    border-radius: 10px;
    margin: 30px 0;
    display: flex;
    background: #f8f9fd;
    margin-top: 40px;
}
.quick_cta .left-cta{
    padding: 30px;
    width: 80%;
}
.quick_cta .right-cta {
    width: 100%;
    max-width: 27%;
    margin-top: -30px;
    padding: 0 30px;
}

.quick_cta h6 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
}

.quick_cta p {
    margin-bottom: 20px;
    font-size: 15px;
}

.quick_cta .cta-btn {
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none !important;
}

.quick_cta a.primary {
    background: #007dff;
    color: #fff !important;
}

.quick_cta a.primary:hover {
    background: #007d77;
    color: #fff !important;
}

.quick_cta a.secondary:hover {
    background: #007d77;
    color: #fff !important;
}

.quick_cta_content {
    border-radius: 10px;
    margin: 30px 0;
    display: flex;
    background: linear-gradient(to top, #9C27B0 0%, #4A148C 100%);
}
.quick_cta_content .left-cta{
    padding: 20px 25px;
    width: 80%;
}
.quick_cta_content .right-cta {
    width: 100%;
    max-width: 23%;
    margin-top: -47px;
}
.cta_section_help p{
	margin-bottom:15px;	
    font-size: 15px;
}
.quick_cta_content h6 {
    margin-bottom: 26px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.quick_cta_content p {
    margin-bottom: 20px;
    font-size: 14px;
}

.quick_cta_content .cta-btn {
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 15px;
}

.quick_cta_content a.primary {
    background: #efe813;
    color: #0f172a !important;
    font-size: 15px;
    font-weight: 600;
}

.quick_cta_content a.primary:hover {
    background: #a09b08;
    color: #fff !important;
}

.quick_cta_content a.secondary:hover {
    font-weight: 600;
    color: #fff !important;
    text-decoration: underline !important;
}


@media screen and (max-width:900px) {
    .quick_cta {
        flex-direction: column-reverse;
        width: 100%;
    }

    .cta-action {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .quick_cta .right-cta {
        margin: 0 auto;
        
    }
    .quick_cta .right-cta{
        max-width: 50%;
    }
    .quick_cta .left-cta{
        width: 100%;
        max-width: 100%;
    }

}

@media screen and (max-width:580px){
    .mu_df_menu,.mu_df_search span{display:none}
}

/*Widget*/

svg.cta-w-5.cta-h-5 {
    width: 20px;
    height: 20px;
}
.cta-flex{
    display: flex;
}
.cta-gap-2{
    gap: 0.5rem
}
.cta-gap-1{
    gap: 0.25rem
}

.cta_section_report {
    background: linear-gradient(to top, #9C27B0 0%, #4A148C 100%);
    padding: 1.2rem;
    border-radius: 10px;
}

.cta_section_report h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0px !important;
    padding-bottom: 10px !important;
}

.cta_section_report p {
    color: #f1f1f1;
    font-size: 15px;
    margin-bottom: 1rem;
}
.cta-review-head {
    margin-top: 1rem;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0.5rem;
}
a.cta-button {
    width: 100% !important;
    max-width: 100%;
    background: #efe813 !important;
    padding: 10px 25px;
    border-radius: 5px;
    color: #43097e;
    font-weight: 600;
    font-size: 15px;
    display: flex;  
    justify-content: center;
}
a.cta-inquiry {
    display: flex;
    justify-content: center;
    color: #efe813 !important;
    padding-top: 5px;
}
a.cta-button:hover{
    background: #b6b119;
    text-decoration: unset !important;
}
a.cta-button svg{
    width: 20px;
    margin-left: 10px;
}

.cta-text-white{
    color:white;
}

.cta_section_help {
    background: #f0e3f3;
    padding: 1.2rem;
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid #ddd;
}

.cta_section_help h3 {
    font-size: 15px !important;
    font-weight: 700;
    color: #4A148C;
    margin: 0 !important;
}
.cta_section_help a.cta-inquiry {
    color: #4A148C !important;
    font-size: 15px;
}

.cta_popup{
    position:fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    overflow: auto;
    display: flex;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .cta_popup {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }

.mu_contact_form {
    width: fit-content;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    align-self: center;
    max-width: 600px;
    text-align: center;
}

.mu_close {
    position: absolute;
    right: 29px;
    cursor: pointer;
    color: red;
    font-size: 20px;
    top: 20px;
}

.mu_head {
    background: -webkit-linear-gradient(#9e5bb0, #6a5bb7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 700;
	margin-bottom: 30px;
}
#cta_popup_form p {
    font-size: 14px;
}

.mu_subhead {
    font-size: 16px;
    color: #748d99;
    
}
#cta_popup_form form {
    max-width: 550px;
    margin: auto;
    margin-top: 10px;
}
#cta_popup_form .inquiry-form {
    column-gap: 20px;
    margin: 0px !important;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
}
#cta_popup_form .inquiry-form > li {
    padding: 8px 0px 0px 0px !important;
    flex: 0 0 48% !important;
    max-width: 48%;
}
#cta_popup_form input, #cta_popup_form textarea {
    margin: 0.4em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: 14px;
    text-indent: 10px;
    display: block;
    padding: 0.7em 0.4em;
    width: 100%;
	border: 1px solid #ddd;
}
#cta_popup_form .error {
    font-size: 12px;
    background: transparent;
}
#cta_popup_form .inquiry-form>li .form-box select {
    padding: 0.5rem 0.7rem !important;
    margin: 0.4em 0 !important;
}
#i_Country {
    max-width: 100%;
}
#cta_popup_form textarea {
    height: 80px;
    resize: none;
}
#cta_popup_form .recaptcha-btn > div > div {
    display: flex;
    margin: 15px 0;
}
#cta_popup_form .pcaptcha_div {
    width: 53%;
}

.pcaptcha_div {
    display: flex;
    align-items: center;
    clear: both;
}

@media screen and (max-width:600px) {
    #cta_popup_form .inquiry-form{
        display: block;
    }
    #cta_popup_form .inquiry-form > li{
        max-width: 100%;
    }
    .mu_contact_form{
        width: 100%;
    }
    .mu_subhead{
        display: none;
    }
    .quick_cta_content .left-cta{
        width: 100%;
        text-align: center;
    }
    .quick_cta_content .right-cta{
        display: none;
    }
}

.mu_datafeature_dashboard{
    width: 100%;
    height: 100%;
    background: #fff;
    overflow:hidden;
    position: relative;
}
.mu_datafeature_dashboard .mu_close{
    right: 20px;
    top:20px;
}
.mu_df_header{
    position:sticky;
    top:0px;
    left:0px;
    width:100%;
}
.mu_df_menu ul{
    margin-bottom: 0px !important;
    list-style: none !important;
    column-gap: 20px;
}
.mu_flex{
    display: flex;
}
.gap-2{
    gap: 1.2rem;
}
.mu_df_header_container{
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #d3dbdf;
}
.mu_df_menu{
    align-self: center;
}
.mu_df_header_container a {
    color: #2B354F !important;
    font-weight: 600;
    text-decoration: none !important;
}
.mu_search_bar{
    padding: 20px;
    box-shadow: 0px 4px 7px 0px #0000000d;
}
.mu_df_close,.cta_datafeature{
    cursor: pointer !important;
}
.mu_search_container{
    max-width: 800px;
    margin: auto;
}
.mu_search_bar input{
    margin: 0px !important;
    width: 100%;
    margin: 0px;
    /* border: none; */
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background-color: transparent;
    color: #504f4f;
    padding: 0px 20px 0 0;
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mu_search_bar button{
    width: 30%;
    padding: 8px 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: linear-gradient(to top, #9C27B0 0%, #4A148C 100%);
    font-weight: 700;
	color:#fff;
    border: none;
}

 button{
    border:none !important;
    padding: 8px 20px !important;
    border-radius: 5px !important;
    background: linear-gradient(to top, #9C27B0 0%, #4A148C 100%) !important;
    font-weight: 700 !important;
	 color:#fff !important;
}
#mu_df_container{
    padding: 20px;
    height: calc(100vh - 25%);
    overflow: auto;
}



/* Loader 5 */
.loader-5 {
	height: 32px;
	width: 32px;
	-webkit-animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-1 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-5-1 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader-5::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: auto;
	margin: auto;
	width: 9px;
	height: 9px;
	background: #27AE60;
	border-radius: 50%;
	-webkit-animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-2 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(24px, 0, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-2 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(24px, 0, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5::after {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: auto;
	bottom: 0; right: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	background: #27AE60;
	border-radius: 50%;
	-webkit-animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-3 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(-24px, 0, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-3 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(-24px, 0, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
}
.loader-5 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: auto; right: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	background: #2D98DA;
	border-radius: 50%;
	-webkit-animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-4 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(0, 24px, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-4 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(0, 24px, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span::after {
	content: "";
	display: block;
	position: absolute;
	top: auto; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	background: #2D98DA;
	border-radius: 50%;
	-webkit-animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-5 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(0, -24px, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-5 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(0, -24px, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}


/* Layout */
.center {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
}
.wrapper {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.wrapper .header {
	text-align: center;
	position: absolute;
	top: 10%; left: 0;
	bottom: auto; right: 0;
	margin: auto;
	letter-spacing: 0.15em;
	z-index: 1;
}
.wrapper .header h1 {
	display: inline-block;
	height: 1em;
	color: #FFF;
	font-size: 4vh;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 1;
}

#mu_df_list_block{
    text-align: center;
}

h1.mu_df_list_title {
    font-size: 15px;
    font-weight: 600;
    color: #2B354F !important;
    height: unset !important;
    line-height: 170%;
    padding: 0;
}
h1.mu_df_list_title a{
    color: #2B354F !important;
    text-decoration: none !important;
}

.mu_df_container{
    max-width: 900px;
    margin: auto;
}
.mu_df_list {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
    box-shadow: 0px 4px 7px 0px #0000000D;
}

.mu_df_list_info {
    background: #F5F6F8;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 450;
    font-size: 14px;
    line-height: 20px;
    color: rgba(43, 53, 79, 0.6);
}

.mu_df_logo {
    width: 50px;
    margin-right: 20px;
}

.report-container-sticky {
    margin-top: 20px;
}
.report-info.report--info.report-info-show {
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / 10%);
}
.report--info {
    max-width: 100%;
    background: #fff;
}
.report-info {
    border-radius: 5px;
    display: block;
}

.report--info .report-info__top {
    display: flex;
    align-items: center;
    padding: 20px;
}
.book-container {
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 600px;
}
.book {
    width: 100px;
    height: 130px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(-24deg);
    transition: .5s ease;
    animation: .3s ease 0s 1 initAnimation;
}
.book:before {
    position: absolute;
    content: ' ';
/*     background-color: #5f57af; */
    right: 0;
    top: 1px;
    width: 28px;
    height: 130px;
    transform: translateX(9px) rotateY(90deg);
    background: linear-gradient(90deg, #fff 0%, #f9f9f9 5%, #fff 10%, #f9f9f9 15%, #fff 20%, #f9f9f9 25%, #fff 30%, #f9f9f9 35%, #fff 40%, #f9f9f9 45%, #fff 50%, #f9f9f9 55%, #fff 60%, #f9f9f9 65%, #fff 70%, #f9f9f9 75%, #fff 80%, #f9f9f9 85%, #fff 90%, #f9f9f9 95%, #fff 100%);
}
.book:after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 100px;
    height: 130px;
    transform: translateZ(0px);
/*     background-color: #5f57af; */
    border-radius: 0 2px 2px 0;
    box-shadow: -5px 0 20px 5px #bbb5b5;
}
.book>:first-child {
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    width: 100px;
    height: 130px;
    transform: translateZ(25px);
    background-color: #725ab5;
    border-radius: 0 2px 2px 0;
    box-shadow: 2px 4px 15px #473e3e;
}

.book:hover {
    transform: rotateY(0deg);
}

img {
    vertical-align: middle;
    border-style: none;
}

.report--info .report-info__content {
    padding: 0;
    padding-left: 15px;
}

.report-info__content {
    padding: 15px;
    margin-top: 0;
}
.ul-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}
.report--info .report-info__top li {
    line-height: 160%;
    font-size: 14px;
}
.report ul li {
    font-size: 15px;
    line-height: 27px;
    color: #363636;
}
.report-info__list>li {
    font-size: 14px;
    color: #666;
}
.report--info .report-info__top li label {
    font-size: 14px;
}

.report--info .report-info__top label {
    margin: 0;
    font-weight: 300;
    color: #666;
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
}
.report--info .report-info__top li span {
    font-weight: 600;
    font-size: 14px;
}

.report--info .report-info__top span {
    display: block;
}
.report--info .report-info__text {
    padding: 15px;
    border-top: 1px solid #dadada;
}
.float-price {
    padding: 0 !important;
}
.float-price .report-info__action {
    padding: 15px 20px;
    margin: 0;
}
.button--primary {
    color: #2b354f;
    border: none;
    font-size: 1em;
    background: #ffbc3b;
}
.button.button--full {
    width: 100%;
    display: flex;
    justify-content: center;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.button--primary i {
    margin-right: 10px;
}

.reports-offer__box {
    flex: 0 0 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.value-trust div {
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    color: #2B354F;
    margin-top: 20px;
}
.value-trust span {
    color: #483a80;
}

.our_client-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.report ul li {
    font-size: 15px;
    line-height: 27px;
    color: #363636;
}

.our_client-slider li {
    flex: 0 0 30%;
    align-self: center;
    text-align: center;
}
.value-trust div {
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    color: #2B354F;
    margin-top: 30px;
}
.client-slider__box img {
    max-width: 80px;
    filter: grayscale(100%) contrast(25%) brightness(1.2);
}
#cta_popup_form button,#cta_popup_form .button {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    outline: 0;
    border-radius: 5px;
    font-weight: 600;
}

ul.rating.ul-reset.clearfix {
    display: flex;
}
.star-ratings {
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 20px;
    position: relative;
    margin: 0;
    padding: 0;
}
.star-ratings .fill-ratings {
    color: #ffbc3b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.star-ratings .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
}
.mu_heading_bg{
    background: #f0e0fa6e;
    border-radius: 10px;
    padding: 20px;
    max-width: 500px;
    margin: auto;
}
.mu_heading_bg small{
    color: black;
}