body,html{
	font-family: 'Poppins', sans-serif;
}
.mob-show{
    display: none;
}
.catviewbtnmar{
    margin-top: 20px;
}
#display{
  position: absolute;
  margin-top: 57px;
  background: #edf0f7;
  width: 94%;
  z-index: 10;
}
#display li{
  list-style-type: none;
    padding: 10px 15px;
}
.pagination .page-item a{
        color: #0b2c58;
    margin: 5px;
}
.pagination .page-item .current{
    background: #0b2c58;
    color: #fff !important;
    padding: 3px 10px;
}

/* scroll back to top */
#scrollbtn {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
    font-size: 19px;
    border: none;
    outline: none;
    background-color: #ff7307;
    transition: background-color .3s, opacity .5s, visibility .5s;
    color: white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
}
#scrollbtn.show{
    opacity: 1;
  visibility: visible;
}

#scrollbtn:hover {
  background-color: #518ee0;
}

/* ++++++++++++++ header start ++++++++++++++ */
.navbar-toggler {
    padding: 4px 7px !important;
    font-size: 16px;
    line-height: 1;
    background-color: #ffffff;
    border: 1px solid #ff8d07;
    color: #fff !important;
    border-radius: .25rem;
}
header{
    /* box-shadow: 0px 2px 10px 0 rgba(2, 2, 2, 0.32); */
        position: fixed;
    z-index: 12;
    width: 100%;
    top: 0;
    transition: all 0.15s linear;
}
#header.active {
     box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}
.banner-sec{margin-top: 103px;}
#header .search-boxhd{
    background: transparent;
    position: absolute;
    top: 81px;
    right: 30.7%;
    display: none;
}

#header .search-boxhd {
    width: 18% !important;
    margin: 0 auto;
    margin-bottom: -5px;
}

#header .search-boxhd input[type="text"]{
    width: 75%;
    padding: 5px 15px;
    margin-left: 0px;
    border: 1px solid #ff8d07;
    outline: none;
}

#header .search-boxhd input[type="button"]{
    width: 25%;
    padding: 5px 0;
    background: #ff8d07;
    color: #fff;
    margin-left: -5px;
    border: 1px solid #ff8d07;
    outline: none;
    cursor: pointer;
}
.headsearchicon{
    background: #eceef5;
    color: #ff8d07 !important;
    padding: 10px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    cursor: pointer;
}
#header .search-boxhd .search-btn{
    margin-left: -4px;
    padding: 5px 5px;
    background: #FF7307;
    border: 1px solid #FF7307;    
    color: #fff;
}
.mrimghd{margin-left: 24px;}

.main-menu-nav{
	    padding: 15px 0px 15px;
}
.main-menu .nav-item .nav-link{
	font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #0b2d58;
}
.main-menu .nav-item .nav-link:hover{
	color: #ff8d00;
}
.main-menu .nav-item.active .nav-link{
	font-weight: 600;
    color: #ff8d00;
}
.phone-no{
	font-size: 18px;
    font-weight: 600;
    color: #0b2d58;
    padding-left: 5px;
}
input.search-bar{
	width: 51% !important;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    border-color: #f7f8fa;
    background: #edf0f7;
    border: 1px solid #edf0f7 !important;
    height: 57px;
    padding-left: 20px;
}
input.search-bar:focus{
    box-shadow: unset;
    border-color: #ccc !important;
}
input#example-search-input:focus {
    box-shadow: none;
}
.serchfnicon{
    font-size: 22px !important;
    color: #0b2d58;
    font-weight: 300 !important;
}
.search-box{
    width: 51% !important;
    margin: 0 auto;
    margin-bottom: -5px;
}
.iconsearch{
    background: #edf0f7;
    border: 1px solid #edf0f7 !important;
}
.iconsearch:hover{
    background:#edf0f780;    
}
.iconsearch:focus{
    box-shadow: 0 0 0 1px rgba(108,117,125,.5);
}



.main-menu .nav-item .nav-link{
	padding-right: 16px;
}

input.search-bar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #9199a4;  
  font-family: Poppins;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.9px;
}

.hidden-mob{
    display: block;
}
.hidden-desk{
    display: none !important;
}

/* ++++++++++++++ header End ++++++++++++++ */

/* ++++++++++++++ banner Start ++++++++++++++ */
.no-pd{
	padding: 0;
}

.banner-sec .carousel-caption{
	text-align: left;
	top: 13%;
	left: 6%;
	width: 45%;
	bottom: unset;
}

.banner-bld-txt{
	font-size: 60.5px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    word-spacing: -5px;
}
.banner-bld-txt-1{
    font-size: 50.5px;
}
.banner-bld-txt-2 span{
    display: block;
    line-height: 50px;
}
.banner-bld-txt-3{
    font-size: 42px !important;
}
.banner-bld-txt-btm{
	margin-top: -15px;
}
.banner-bld-txt-btm-3{
    margin-top: -10px !important;
}
.orng-clr{
	color: #ff8d00;
}
.banner-para-txt{
	font-size: 18px;
    color: #9ba3af;
    letter-spacing: 0.3px;
    margin-top: 30px;
    font-weight: 500;
    padding-right: 50px;
}
.provd-sampl-txt{
	font-size: 22.5px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    background-image: url(../images/frontend/free-sample-back.png);
    background-repeat: no-repeat;
    height: 73px;
    position: relative;
        margin-top: 40px;
}
p.provd-sampl-txt span{
	    top: 28px !important;
    position: absolute;
    left: 18px;
}
.carousel-indicators{
	    left: -7%;
    right: unset;
    bottom: 14%;
}

.carousel-indicators li{
	width: 13px;
    height: 11px;
    margin-right: 15px;
    margin-left: 0px;
    text-indent: -999px;
    cursor: pointer;    
    background-clip: unset;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;   
    transition: opacity .6s ease;
    border-radius: 90px !important;
}
.carousel-indicators .active{
	color: #00459d;	
}
/* ++++++++++++++ banner End ++++++++++++++ */
.categorydet {
    background: #f5f7f9;
    padding: 20px 35px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: left;
    color: #0b2d58;
    position: relative;
}
.categorydet span{
    color: #ff8d08;
    font-size: 16px;
    margin-left: 8px;
}
.viewallreport {
    background: #f7dec3;
    color: #fd8b00;
    font-size: 14.5px;
    font-weight: 500;
    text-align: center;
    padding: 8px 26px;
        position: absolute;
    right: 22px;
}
.categlobanaly, .categlobanaly a{
    color: #0b2d58;
    font-size: 14.9px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0 0 4px;
}
.categlobanaly a:hover{
    text-decoration: none;
}
.catedate {
    width: 50%;
    float: left;
    color: #9ba2af;
    font-size: 15px;
}
.catestarrate {
    width: 50%;
    float: right;
    text-align: right;
}
.datestarrate{
    margin-bottom: 42px;
}
.categlobbor{
  padding: 43px 40px 70px 20px;
}
.catecolbor{
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}
.cateseccolbor{
    border-top: 1px solid #eee;
 
}
.catesecpad{
  padding: 45px 0px 10px;
}

.viewmorecategory{
    background: transparent;
    border: 1px solid #ff8d00;
    padding: 16px 40px 16px 40px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: 0.4px;
    color: #0b2d58;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
}
.viewmorecategory:hover{
    background: #ff8d00;
    color: #fff;
}
/*.viewmorecategory:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 5%;
    float: right;
    margin-left: 72%;
    margin-top: 13px;
    background-image: url(../images/frontend/viewmorebor.png);
}*/
.rowmar{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.cate-section-pd {
    padding-top: 65px;
    padding-bottom: 85px;
}
.tabbtnpad{
        padding: 12px 16px !important;
}

/* category accordian section start */
/*.catesecpad .tabbed-content {
     background: #fff;
     
     max-width: 100%;

     margin: 1em auto;
}*/
.catesecpad .tabs ul {
     margin: 0;
     padding: 0 0 1em 0;
     font-weight: bold;
}
.catesecpad .tabs ul li {
     background: #eee;
}
.catesecpad .tabs ul li a {
     padding: 0.5em 1em;
}
.catesecpad .tabs ul li a:hover, .tabs ul li a.active {
     background: #444;
     color: #eee;
}
.catesecpad .tabs ul li a{
    display: block;
    padding: 17px 16px;
    width: 100%;
    font-weight: 300;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 0.4px;
    font-size: 16px;
    border-left: 1px solid #dedede !important;
    color: #0b2d58;
    border: none;
    outline: none;
    background-color: #F7F7F9;
}
.catesecpad .tabs ul li a.active, .catesecpad .tabs ul li a.active:hover{
    border-left: 5px solid #ff8d00 !important;
    text-decoration: unset !important;
    font-weight: 600;
    color: #fff;
    border-bottom: none;
    text-decoration: underline;
    background: #ff8d00;
    transition: all .25s ease-in;
    background-position: left right;
}
.catesecpad .tabs ul li a:hover{
    background: #fff;   
    color: #0b2d58;
    text-decoration: none !important;    
}
/*.catesecpad .item {
     margin-bottom: 2px;
}*/
.catesecpad .item::before {
     cursor: pointer;
     font-weight: bold;
     background: #eee;
     padding: 0.5em;
     display: block;
}
.catesecpad .item.active::before {
     background: #444;
     color: #eee;
}
.catesecpad .item.active .item-content {
     padding: 1em;
     -webkit-transition: opacity 0.3s ease-in-out;
     -moz-transition: opacity 0.3s ease-in-out;
     -o-transition: opacity 0.3s ease-in-out;
     -ms-transition: opacity 0.3s ease-in-out;
     transition: opacity 0.3s ease-in-out;
}
 @media all and (min-width: 992px) {
    .catesecpad .item.active .item-content {
         padding-top: 0;
    }
    .catesecpad .tabs-side .tabs li {
         margin-bottom: 1px;
    }
}
/* The project specific CSS starts here This is the minimum CSS that you will need in order for this to work */
.catesecpad .tabbed-content .tabs {
     display: none;
}
/*.catesecpad .tabbed-content .item {
     min-height: 2em;
}*/
.catesecpad .tabbed-content .item::before {
     content: attr(data-title);
}
.catesecpad .tabbed-content .item .item-content {
     opacity: 0;
     visibility: hidden;
     height: 0;
}
.catesecpad .tabbed-content .item.active .item-content {
     opacity: 1;
     visibility: visible;
     height: auto;
     border: 1px solid #eee;
     padding: 0px;
}
 @media all and (min-width: 992px) {
    .catesecpad .tabbed-content .tabs {
         display: block;
    }
    .catesecpad .tabbed-content .tabs li {
         display: inline-block;
    }
    .catesecpad .tabbed-content .tabs li a {
         display: block;
    }
    /*.catesecpad .tabbed-content .item {
         min-height: 0;
    }*/
    .catesecpad .tabbed-content .item::before {
         display: none;
    }
    
    .catesecpad .tabbed-content.tabs-side .tabs li {
         display: block;
    }

}



/* category accordian section end */

/* +++++++++++++ Why Choose Us Sec Start ++++++++++++*/
section.why-choose-us-sec{
	    background-image: url('../images/frontend/Why-Choose-Us-BG.jpg');
	    background-repeat: no-repeat;
	    padding-top: 85px;
    padding-bottom: 65px;
    background-color: #F8F9FD;
}
.bg-lght-gry{
	background: #F8F9FD;
}
.section-pd{
	padding-top: 85px;
    padding-bottom: 85px;
}
.sec-head{
	font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0b2d58;
}
hr.hd-brdr{
	border-top: 3px solid #ff8d00;
    width: 3%;
    margin-top: 2px;
}

.why-us-main-point{
	font-size: 17px;
    font-weight: 600;
    color: #0b2d58;
}
.why-us-cntnt{
	font-size: 14px;
    letter-spacing: 0.2px;
    color: #9ba3af;
    line-height: 25px;
    margin-top: -10px; 
        padding-right: 50px;  
}
.why-choose-us-holder{
	display: inline-flex;
	margin-bottom: 25px;
}
.mg-tp-50{
margin-top: 50px;
}
.img-hldr{
	    padding-right: 20px;
}
/* +++++++++++++ Why Choose Us Sec End ++++++++++++*/

 /* +++++ Top Selling Reports Start +++++ */
.tp-seling-rprts-sec .slide-content{
    margin: 2px 18px;
      padding: 0px 0px;
      background: #fff;
      box-shadow: 0 0 8px 0 rgba(128, 151, 185, 0.27);
      display: inline-flex;
}
.tp-seling-rprts-sec .slick-dots, .latst-news-testmnil-sec .slick-dots{
	list-style: none;
    margin: 0 auto;
    text-align: left;
    padding-left: 16px;
    padding-top: 22px;
}
.latst-news-testmnil-sec .slick-dots{
	padding-left: 0px;
}
.tp-seling-rprts-sec .slick-dots li, .latst-news-testmnil-sec .slick-dots li{
	display: inline-block;
}
.tp-seling-rprts-sec .slick-dots li button, .latst-news-testmnil-sec .slick-dots li button{
		transition: 0.2s background-color ease-in-out 0s;
        border: none;
        padding: 0;
        color: transparent;        
        width: 12px;
        height: 12px;
        background-color: #dce2ea;
        margin-right: 10px;
        border-radius: 50%; 
}
.latst-news-testmnil-sec .testimonial-div .slick-dots li button{
	background-color: #595e79;
}
.tp-seling-rprts-sec .slick-dots li button:focus, .latst-news-testmnil-sec .slick-dots li button:focus{
	outline: unset !important; 
}
.tp-seling-rprts-sec .slick-dots li.slick-active button, .latst-news-testmnil-sec .slick-dots li.slick-active button{
	background-color: #143059;
}
.latst-news-testmnil-sec .testimonial-div .slick-dots li.slick-active button{
	background-color: #fff;
}
.date-star-wrpr-div{
	display: inline-flex;
}

.rport-name, .rport-name a{
	font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #0b2d58;
}
.cntnt-holder{
	padding-left: 20px;
	padding-right: 20px;
}
.rport-name-div{
	    padding-top: 18px;    
        min-height: 104px;
}
.date-div p{
	font-size: 14px;
    letter-spacing: 0.6px;
    color: #9ba3af;
}
i.fa.fa-star.checked{
	color: #ffc600;
}
i.review-star{
	font-size: 16px;
}
.star-div{
	padding-left: 43px;
}
.mg-tp-30{
	margin-top: 30px;
}

/*+++++ Top Selling Reports end +++++ */

 /*+++++ Letest News and Testimonial section +++++ */
.bg-drk-blue{
	background: #0b2d58;
}
.white-color{
	    color: #fff;
}
.latest-news-div{
	padding: 75px 50px 70px 115px;
}
.latst-news-testmnil-sec hr.hd-brdr{
	width: 6%;
}
.news-txt{
	font-size: 13px;
    letter-spacing: 0.5px;
    color: #9ba3af;
    margin-top: -12px;
    padding-right: 40px;
}
.news-txt span a{
	color: #ff8d00;
    font-weight: 500;
    font-style: italic;
}
.nws-date{
	font-size: 14px;
    font-weight: 500;
    color: #8f99a8;
    letter-spacing: 0.6px;
}
.mg-tp-15{
	margin-top: 15px;
}
.testimonial-div{
	    padding: 75px 50px 70px 70px;
}
.testimonials-div{
	border: 1px solid #595e79;
    padding: 25px 20px 10px 30px;
       width: 91%;

       position: relative;
       margin-top: 30px;
}
.pstn-abslt{
	position: absolute;
}
.tstmonal-cntnt{
	font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #d9dee6;    
    line-height: 25px;

}
.tstmonal-name{
	font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-style: italic;
    margin-top: 35px;
    padding-right: 65px;
}
.left-quote-img{
	top: -27px;
}
.right-quote-img{
	right: 20px;
    bottom: -26px;
}
.our-client-sec .slick-slide img{
	    margin: 0 auto;
        -webkit-filter: grayscale(100%);
       filter: grayscale(100%);
}
.our-client-sec .slick-slide img:hover{
   filter: grayscale(0%);
}
/*+++++ Letest News and Testimonial section end +++++ */





/* +++++ Footer +++++ */
footer{
	background: #051830;
	padding-top: 50px;
	color: #595e79;
}
.btm-footer-brdr-tp{
	border-top: 1px solid #353e57;
}
.ftr-txt{
	font-size: 14px;
    font-weight: 300;
    color: #a2a4b1;
    margin-top: 25px;
    line-height: 23px;
}
.ftr-txt span a{
	color: #ff8d00;
    font-style: italic;
    font-weight: 500;
}
.ftr-hd{
	font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.6px;
}

ul.ftr-link-ul{
	   padding-left: 0px;
    list-style-type: none;
}
ul.ftr-link-ul li a{
	font-size: 14px;
    font-weight: 300;
    color: #a2a4b1;
}
ul.ftr-link-ul li{
	line-height: 35px;
}
.pd-lft{
	padding-left: 70px;
}
.addrs-wrpr, .addrs-wrpr span.addrs-txt a{
	font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    display: inline-flex;
    color: #a2a4b1;
}
 span.addrs-txt a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    display: inline-flex;
    color: #a2a4b1;
    /*text-decoration: none;*/
}
p.ph-num-wrpr {
    margin-top: -6px;
}

p.phn-hdr{
    margin-top: 15px;
}
.ftr-icon{
	padding-top: 5px;
    padding-right: 10px;
    font-size: 17px;
    color: #ff8d00;
}
ul.social-icon{
	list-style-type: none;
    display: inline-flex;
    padding-left: 0;
    padding-top: 10px;
}
ul.social-icon li img{
	opacity: 0.8;
}
ul.social-icon li img:hover{
	opacity: 1;	
}
ul.social-icon li{
	padding-right: 25px;
}
.payment-logo img{
	padding-right: 10px;
}
.mg-tp-40{
	margin-top: 40px;
}
.payment-logo-btm{
	padding-top: 10px;
}
.btm-footer-brdr-tp p{
	    font-size: 15px;
    letter-spacing: 0.5px;
    color: #a2a4b1;
    padding-top: 20px;
}

/* Industry Verticals page start */
  
.industry-verical .panel-group{
    border-top: 1px solid #ccc;
   
        width: 90%;
    margin: 0 auto;
    display: block;
}
.panborbtm{
  border-bottom: 1px solid #ccc;
}
.industry-verical .panel-group h4{
    font-family: Poppins;
    font-size: 19px;
    font-weight: 300;
    line-height: normal;
    padding: 20px 0 10px;
    letter-spacing: 0.2px;
    text-align: left;
}

button.btn.btn-link.collapsed .fa.fa-minus-square:before{
    content: "\f0fe" !important;
}
.category_content .card{
        background: transparent !important;
    border: 0;
}
.category_content .card-header{
    background: transparent;
    padding: 22px 15px;
}
.category_content .card-body{
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 10px 20px;
}
.card-header button{
    padding: 0;
}
a.main-cate-name{
    color: #9ba3af !important;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: .3s;
}
a.main-cate-name:hover{
    color: #ff9d23 !important;
    /*font-weight: 600;*/
    text-decoration: none;
}
.card-header button span{
    font-size: 17px;
    padding-right: 15px;
    color: #9ba3af !important;
}
ul.innr-cate li a{
    font-size: 17px;
    color: #9ba3af !important;
}
ul.innr-cate li a:hover{
    text-decoration: none;
    color: #ff9d23 !important;
}
ul.innr-cate li{
    line-height: 30px;
}
.card-header button:hover{
    text-decoration: none;
}
ul.innr-cate{
        list-style-type: none;
    padding-left: 0;
}
.card-header button i{
    font-size: 18px;
    color: #9ba3af !important;
}
.card-header .btn-link:focus{
    text-decoration: none;
}
/*=========*/
.industry-verical .panel-group a{
    color: #9ba3af !important;
    padding: 0 5px;
    text-decoration: none !important; 
}
.industry-verical .panel-group a:hover{
    font-weight: 600;
  color: #ff9d23 !important;
}
.industry-verical .panel-group a span{
  font-size: 14px;
  line-height: 2;
}
.industry-verical .panel-group a i{
    color: #c3c6cb;
    font-weight: 300 !important;
    font-size: 26px;
    margin-left: 18px;
    float: right;
}
.industry-verical .panel-group a i.open{
    transform: rotate(90deg);
}
.industry-verical .panel-group .panel-heading a i:hover{
  color: #ff9d23 !important
}
.industry-verical .list-group-item{
  border: none;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #0a2c57;
      line-height: 20px;
    padding-left: 30px;
}
.industry-verical .list-group-item span{
    float: right;
    font-size: 14px;
}

.search-sec{
    padding-top: 50px;
}
/* Industry Verticals page end */

/* Report Listing page Start */
 .report-listing-sec{
    padding: 50px 0;
 }
 .reportcatehd{
    background: #0b2d58;
    padding: 15px 0px 15px 32px;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
 }
.reportcatehd a{
  color: #ffffff;
  text-decoration: none !important;
}
 .sidebar{
    position: -webkit-sticky;
    position: sticky;
 }
 .reportlistpad{padding: 0 40px 0 0;}
 .reportlist ul{
    margin-left: -39px;
 }
 .reportlist li ul {float: left;
    float: left;
    left: 41px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 48px #eee;
    z-index: 1;
   -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;}

.reportlist li:hover ul {
    opacity: 1;
    visibility: visible;
}
 .reportlist .dropdown:after{
    content: ' \25bc';
 }
 .reportlist .dropdown:hover:after{
    content:'\25bc'
 }
 #style-4::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #eaeef2;}

#style-4::-webkit-scrollbar{
    width: 5px;
    background-color: #eaeef2;}

#style-4::-webkit-scrollbar-thumb{
    background-color: #eaeef2;
    border: 2px solid #eaeef2;}
 .reportlist{height: 550px;overflow-y: scroll;}
 .reportlist{padding: 0 24px 0 0;}
 .reportlist ul li{
   display: block;
 }
 #custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
}
#custom-search-input .search-query {
    background: #f5f7f9;
    border: 1px solid #f5f7f9;
    padding: 10px 12px 10px 12px;
    height: 48px;
    width: 100%;
}
#custom-search-input button {
        border: 0;
        background: none;
        padding: 2px 5px;
        margin-top: 10px;
        position: absolute;
        right: 10px;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#ff8d07;
}
.search-query:focus + button {
        z-index: 3;   
}
.dropdown-btn{
    cursor: pointer;
}
a.dropdown-btn.active i.fa-plus-square:before{
content: '\f146' !important;
}
/*a.dropdown-btn i.minus-icon{
    display: none;
}
a.dropdown-btn.active i.plus-icon{
    display: none;
}
a.dropdown-btn.active i.minus-icon{
    display: block;
}*/
 .reportlist ul li a{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
   line-height: 2.71;
  letter-spacing: 0.3px;
  text-align: left;
  color: #9ba3af !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
 }
 .reportlist ul li a span{
    float: right;
    color: #9ba3af !important;
 }
.reportlist ul li a:hover{color: #fe9514 !important; border-bottom: 1px solid #fe9514; }
 .caretri{color: #aab1bb;
    font-size: 12px !important;
    margin-left: 8px;
}
 .energyresdv{
    background: #f5f7f9;
    padding: 12px 45px 12px 20px;
    color: #ff8d00;
    letter-spacing: 0.5px;
    text-align: left; 
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
 }
 .energyresdv span{
    float: right;
 }
.globenvir{
  background: #f5f7f9;
  padding: 20px 25px 20px 30px;
  margin-top: 3px;
 }
 .btnleft{margin-left: -10px;}
 .globalhd, .globalhd a{
  font-family: Poppins;
  font-size: 16.4px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.9px;
  text-align: left;
  margin: 0 0 6px;
  color: #0b2d58;
  text-decoration: underline;
 }
.globalhd span{
    font-size: 16.6px;
  }
 .viewdetailbtn{
    border: 1px solid #0b2d58;
    color: #0b2d58;
    font-size: 13.5px;
    padding: 5px 26px;
    text-align: center;
    font-weight: 600;
    text-decoration: none !important;
 }
 .viewdetailbtn:hover{background:#0b2d58; color: #fff !important;border: 1px solid #0b2d58;}
 .viewsamplebtn{
    border: 1px solid #ff8d00;
    color: #ff8d00 !important;
    cursor: pointer;
    font-size: 13.5px;
    padding: 5px 22px;
    text-align: center;
    font-weight: 600;
    text-decoration: none !important;
 }
 .viewsamplebtn:hover{background:#ff8d00;border: 1px solid #ff8d00 ; color: #fff !important; }
 .rlmrbtm{margin-bottom: 18px;margin-top: 16px;}
 .globalpara{font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  letter-spacing: 0.4px;
  text-align: left;
  color: #8a9db5;margin: 0 0 5px;}
.datedtar {padding: 0 23px 0 2px;}
 .datedv{
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: left;
    color: #0b2d58;
 }
.stardv{
    float: right;
}
.checked{
    color: #ffc600;
}
.fontstaricon{
    color: #ffc608;
    font-size: 19px !important;
}
.paginationdiv{
  background: #f5f7f9;
  padding: 10px 25px 0px 30px;
  margin-top: 20px;  
}
.pagiright{float: right;margin-bottom: -5px;}
.pagiright .page-link{background-color: transparent; color: #0b2d58;border:none;padding: 6px 11px;
    font-size: 13px;}
.prevbtn{background: #fff !important;
  padding: 5px 10px !important;
  font-size: 13px;
  letter-spacing: 0.5px;}
.page-item.active .page-link{background: #0b2d58;}
.category-divan{margin-top: 40px;}

/* Report Listing page end*/

/*Report detail page start*/
/*.disp{
    display: block;
}
.disp-none{
    display: none !important;
}*/
.righttextban{/* padding: 75px 0 0 17px; */     padding: 24px 0px 0 80px;}
.lefttextban{padding: 24px 80px 0 0px;}
.leftbanback{background: #f7f8fa; padding-left: 2% !important;}
.redefood{
    font-size: 20px;
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: normal;
    text-align: left;
    color: #ff8d07;
 }
 .redeglobal{
   font-size: 32px;
   font-weight: 600;
   line-height: 1.41;
   letter-spacing: normal;
   color: #0b2d58;
   margin-bottom: 18px;
 }
 .redeglobhdpara {
    color: #0b2d58;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-right: 6%;
}
.publishdiv {
    background: #eef1f6;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    letter-spacing: 0.5px;
    color: #0b2d58;
    padding: 24px 38px;
    text-align: center;
    width: 33%;
    margin-left: 2px;
    display: inline;
}
.publishdiv span{font-weight: 600;color: #ff8d00;margin-left: 3px}
.rederate{float: left; margin-bottom: 35px;}
.redesamplediv { margin-top: 20px; margin-bottom: 45px;}
.reportdown{font-size: 32px;font-weight: 300;letter-spacing: normal;color: #ff8d00;}
.samplebtn{   background: transparent;
    border: 1px solid #ff8d00;
    padding: 10px 25px 10px 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13.6px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.4px;
    color: #0b2d58 !important;
    text-decoration: none !important;
    cursor: pointer;
}
.samplebtn:hover{
   border: 1px solid #ff8d00;
   background:#ff8d00;
   color: #fff !important;  
}

.spkwanalimgback {
    background: #b0d2fd;
}
.speakwithanapad{padding: 10px 35px 10px 20px; cursor: pointer;}

.redeinline{display: inline-block;}
.rededownload {
 
}
.getsamplebtn {
    margin-left: 3%;
}
.redestaricon {
    color: #ffc608;
    font-size: 22px !important;
}
.reportdetailsec{
    padding: 80px 0;
}
.reportdetailsec .tab a {
  display: block;
  padding: 12px 16px;
  width: 100%;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  letter-spacing: 0.4px;
  font-size: 16px;
  border-left: 1px solid #dedede !important;
  color: #0b2d58;
  border: none;
  outline: none;
  background-color: #F5F7F9;
  text-decoration: none;
}
.reportdetailsec .tab a:hover{
    background-color: #fff;
}
.reportdetailsec a.tablinks.active {
    border-left: 5px solid #ff8d00 !important;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background: #ff8d00;
}
.reportdetailsec a.tablinks span.active{
    border-bottom: 1px solid #ff8d00;
}
.dropdown-container {
  display: none;
  background-color: #eff4f9;
  padding: 0 13px;
}
.dropdown-container a{
    display: block;
}
.dropdown-container a:hover{
    border-bottom:none !important;
    color: #fe9514 !important;
}
.tabcontent {  
  border: 1px solid #e8ecf0;
  width: 100%;
}
.reportdet{
    background: #f5f7f9;
    padding: 20px 35px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-align: left;
    color: #0b2d58;
}
.reportdetalcont{padding: 20px 40px;}
.reportdetalcont pre {
    font-family: Poppins;
    color: #0b2d58 !important;
    letter-spacing: 0.6px;
    line-height: 23px;
    border: none;
    text-align: justify;
    font-size: 14px;        
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    width: 100%;
    margin-top:0px;
    margin-bottom: 1rem;
    overflow: inherit !important;
    height: 100%;
}
#tablecontent .reportdetalcont pre{
    line-height: 14px;
}
.tabredeteglobpara{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  letter-spacing: 0.3px;
  text-align: left;
  color: #9ba3af;}
.tabredeteglobhd{
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 14px;
  color: #0b2d58;
  margin: 0 0 0px;
}
.prodlist span{
  margin-right: 20px;
}
.spht20{
  height: 20px;
}
.wholcir{color: #ff8d00;font-size: 7px !important;margin-top: 8px;}
.compcoveragepara {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.79;
    letter-spacing: 0.3px;
    text-align: left;
    color: #9ba3af;
    display: inline-flex;
    width: 100%;
    margin: 0;
}
.compcoveragepara span{
    display: flex;
    margin-left: 10px;
}
.reportpayment{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: #0b2d58;
  padding: 20px 30px;
  text-align: center;
}

.buynowdv{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: #ff8d00;
  padding: 10px 30px;
  text-align: center;
   border: 1px solid #ff8d00;
}

.customizereport{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #57c765;
  border: 2px solid #57c765;
  background: transparent;
  padding: 13px 20px;
  text-align: center;
  margin-top: 30px;
}
.customizereport:hover{
     border: 2px solid #57c765;
     background: #57c765;
     color: #fff !important;
}
.speakwithcli{
    font-size: 16px;
    font-weight: 600;
    color: #0072ff;
    letter-spacing: normal;
    background: #e6f2ff;
   
    text-align: center;
    margin-top: 30px;
    margin-left: 8px;
}
.reviewcarousel{
    background: #0b2d58;
    border: 2px solid #eceff0;
    padding: 30px 20px 10px;
    margin-top: 30px;
}
.reviewcarousel:before {
    content: "";
    width: 53px;
    margin-top: -30px;
    margin-left: -20px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 37px;
    position: absolute;
    background-image: url(../images/frontend/leftcar.png);
    opacity: 0.3;
}
.reviewcarousel:after {
    content: "";
    width: 30px;
    margin-top: -14px;
    margin-left: 83%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    position: absolute;
    background-image: url(../images/frontend/rightcar.png);
    opacity: 0.3;
}
.our-clients-carousel.reviewcarousel{
    background: #fff;
}
.our-clients-carousel.reviewcarousel img{
    margin: 0 auto;
}
.our-clients-carousel.reviewcarousel:before, .our-clients-carousel.reviewcarousel:after, .our-clients-carousel.reviewcarousel ul.slick-dots{
    display: none !important;
}
.review{
  font-size: 16px;
  font-weight: 600;
   color: #ff9c00;
   text-align: center;
   letter-spacing: normal;
}
.our-clients-carousel.reviewcarousel .review{
    color:#0b2d58;  
}
.reviewpara{
    font-size: 13.2px;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-align: center;
    line-height: 1.60;
    padding: 0 10px;
    color: #fff;
}
.reviewcarousel ul.slick-dots{
    list-style-type: none;
    padding-left: 0;
}
.reviewcarousel ul.slick-dots li{
    display: inline-block;
}
.reviewcarousel ul.slick-dots li button{
    transition: 0.2s background-color ease-in-out 0s;
    border: none;
    padding: 0;
    color: transparent;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    margin-right: 10px;
    border-radius: 50%;
}
.reviewcarousel ul.slick-dots li.slick-active button{
    background-color: #fff;
}
.reviewcarousel ul.slick-dots li button:focus{
    outline: none;
}
.revieauthnm{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
}
.wanttofind{
    background: #ff8d00;
    padding: 20px 40px 40px;
}
.wanttofindpara{
  font-size: 32px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: 0 0 23px;
}
.buynwbtn {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 15px 85px 15px 25px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-decoration: none !important;
}
.buynwbtn:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 2%;
    float: right;
    margin-left: 11%;
    margin-top: 13px;
    background-image: url(../images/frontend/getintouchbr.png);
}
#customizereport{
    transition: .3s;
}
.vsammodalhd{
    background: #0c2c58 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-family: poppins !important;
}
.modtitl{
   text-align: center !important;
    font-size: 21px !important;
    font-weight: 600 !important;

}
.vsclose{
  color: #ffffff !important;
  opacity: 0.9 !important;
}
.vsubmit{
    background: #ff8d00;
    border: 1px solid #ff8d00;
    border-radius: 0;
    color: #fff;
    font-family: poppins;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 20px;
    margin: 0 auto;
    display: block;
}
.vsmbody{
    background: #f1f4f9 !important;
    padding: 30px 18px !important;
}
.bynwclr{color: #fff !important; text-decoration: none!important;}
.bynwclr:hover{color: #fff !important; font-weight: 700;}
.modcur{cursor: pointer;}
.vsmmodi{max-width: 620px !important;}
textarea {
  resize: none;
}
.inputbor{
    border: none;
}
.inputbor::placeholder{
    color:#C9D0DA; 
    font-size: 14px;
}
.relrepot{background: #f7f9fc;}
.viewmrreport{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #0b2d58;
    padding: 18px 30px;
    border: 1px solid #ff8d00;
    background: transparent;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
        margin-top: 40px;
}
.viewmrreport:hover{
    background: #ff8d00 !important;
    color: #fff !important;
    text-decoration: none;
}

.checkpaymode{
    background: #f5f7f9;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #0b2d58;
    /* padding: 18px 38px; */
    padding: 18px 30px 18px 16px;
    transition: all 1s;

}

.checkpaymodepro{
    background: #f5f7f9;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #0b2d58;
    padding: 18px 30px 18px 16px;
    margin-top: 2px;
    transition: all 1s;
    
}

.checkpaymodepro span{
    float: right;
}
.checkpaymodeprosec{
    background: #f5f7f9;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #0b2d58;
    padding: 18px 30px 18px 16px;
    margin-top: 2px;
    transition: all 1s;
    
}
.checkpaymodeprosec span{
    float: right;
}
.no-padre{
    padding: 0;
}


@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 17px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 17px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 17px;
  }
}
.checkpaymode .check-box{
    visibility: hidden;
    display: block;
}
.checkpaymode:hover .check-box, .checkpaymode:active .check-box, .checkpaymode:focus .check-box{
    visibility: visible;
}

.checkpaymode input[type=checkbox]:checked + .check-box, .check-box.checked {
    visibility: visible !important;

}
.altrcheck:hover{
        background: #dfe8f2 !important;
}


.checkpaymodepro input[type=checkbox]:checked + .check-box, .check-box.checked {
    visibility: visible !important;
    
}

.checkpaymodeprosec input[type=checkbox]:checked + .check-box, .check-box.checked {
    visibility: visible !important;
    
}

.checkpaymode input[type=checkbox] {
  display: none;
}
.checkpaymode .check-box {
    height: 20px;
    width: 20px;
    margin-bottom: -4px;
    background-color: transparent;
    border: 2px solid #34b93d;
    border-radius: 50%;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
.checkpaymode .check-box::before, .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #34b93d;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: ' ';
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.checkpaymode .check-box::before {
  top: 12px;
  left: 9px;
  /* box-shadow: 0 0 0 5px #678; */
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.checkpaymode .check-box::after {
  top: 7px;
  left: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkpaymode input[type=checkbox]:checked + .check-box, .check-box.checked {
  border-color: #34b93d;
}
.checkpaymode input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
  height: 50px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.checkpaymode input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
  height: 120px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}
.checkpaymodepro .check-box{
    visibility: hidden;
    display: block;
}
.checkpaymodepro:hover .check-box, .checkpaymodepro:active .check-box, .checkpaymodepro:focus.check-box{
    visibility: visible;
}
.checkpaymodepro input[type=checkbox] {
  display: none;
}
.checkpaymodepro .check-box {
    height: 20px;
    width: 20px;
    margin-bottom: -4px;
    background-color: transparent;
    border: 2px solid #34b93d;
    border-radius: 50%;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
.checkpaymodepro .check-box::before, .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #34b93d;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: ' ';
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.checkpaymodepro .check-box::before {
  top: 12px;
  left: 9px;
  /* box-shadow: 0 0 0 5px #678; */
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.checkpaymodepro .check-box::after {
  top: 7px;
  left: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkpaymodepro input[type=checkbox]:checked + .check-box, .check-box.checked {
  border-color: #34b93d;
}
.checkpaymodepro input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
  height: 50px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.checkpaymodepro input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
  height: 120px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}
.checkpaymodeprosec .check-box{
    visibility: hidden;
    display: block;
}
.checkpaymodeprosec:hover .check-box, .checkpaymodeprosec:active .check-box, .checkpaymodeprosec:focus .check-box{
    visibility: visible;
}
.checkpaymodeprosec input[type=checkbox] {
  display: none;
}
.checkpaymodeprosec .check-box {
    height: 20px;
    width: 20px;
    margin-bottom: -4px;
    background-color: transparent;
    border: 2px solid #34b93d;
    border-radius: 50%;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
.checkpaymodeprosec .check-box::before, .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #34b93d;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: ' ';
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.checkpaymodeprosec .check-box::before {
  top: 12px;
  left: 9px;
  /* box-shadow: 0 0 0 5px #678; */
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.checkpaymodeprosec .check-box::after {
  top: 7px;
  left: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkpaymodeprosec input[type=checkbox]:checked + .check-box, .check-box.checked {
  border-color: #34b93d;
}
.checkpaymodeprosec input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
  height: 50px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.checkpaymodeprosec input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
  height: 120px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}
div.sticky{
      position: -webkit-sticky;
      position: sticky;
      top: 16%;
      z-index: 9;
}
/*.sticymaindv{
    float: left;
}*/
.methodcir{
    background: #fb903f;
    color: #fff;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    padding: 8px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.methdprojcick{
    color: #0b2c58;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
}
.methdprojcickpara{
    color: #9ba3af;
    font-size: 14px;
}
.methrightdv{
    width: 90%;
    float: right;
}
.methleftdv{
   width: 10%;
   float: left;
   margin-top: -8px;
}
.m1 {
    border-left: 1px dashed #ff8d07;
    height: 70px;
    position: absolute;
    margin-left: 24px;
    top: 5%;
}
.m2 {
    border-left: 1px dashed #ff8d07;
    height: 85px;
    position: absolute;
    margin-left: 24px;
    top: 8%;
}

.m3 {
    border-left: 1px dashed #ff8d07;
    height: 73px;
    position: absolute;
    margin-left: 24px;
    top: 12%;
}

.fortunbuspara{
    color: #485875;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin: 0 0 5px;
}
.secdatasource{
    background: #f5f7f9;
    padding: 20px 20px;
    font-size: 20px;
    color: #132c58;
    font-weight: 600;
}
.dataestimation{
    padding: 10px 20px;
    background: #0b2c58;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
#exTab1 .tab-content {
  color : #516789;
  background-color: #f1f8ff;
  padding : 15px 15px;
}



#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

#exTab1 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #1e68a9 !important;
    color: #fff !important;
    border-radius: 0;
    border-color: #fff !important;

}
#exTab1 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:before{
 content: " ";
  position: absolute;
 
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #1e68a9;
  margin-top: 28px;
  margin-left: 75px;
  
}
#mthdlgy-insd-tabs li a.nav-link{
    cursor: pointer;
}
#exTab1 .topdclr{
    background: #c6f5ff;
    color: #000;
}
#exTab1 .primryclr{
    background: #fee7b5;
    color: #000;
}
#exTab1 .botdclr{
    background: #6db0ea;
    color: #000;
}
#exTab1 .nav-tabs .nav-item{
        width: 33.33%;
}
.pritabcir {
    color: #1e68a9;
    font-size: 6px !important;
    margin-top: 8px;
}
.dataestimtab {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.79;
    letter-spacing: 0.3px;
    text-align: left;
    color: #334a6f;
    display: inline-flex;
    width: 100%;
    margin: 0;
}
.dataestimtab span {
    display: flex;
    margin-left: 10px;
}
.reportcatehd span{
    display: none;

}
.tooltip-inner{
    background: #0b2d58;
    font-family: Poppins;
}

.orng-div-wrap{
    background-color: #FF8D07;
        padding: 25px 30px 30px;
    color: #fff; 
}
.ask-que-txt{
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.ask-buy-btn{
    border: 1px solid #fff;
    border-radius: 0;
        padding: 18px 60px 17px 60px;
    color: #fff;
    position: relative;
    margin-top: 15px;
}
.ask-get-smpl-btn{
        border: 1px solid #fff;
    border-radius: 0;
    margin-left: 15px;
    padding: 17px 25px 17px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.ask-buy-btn:hover, .ask-get-smpl-btn:hover{
    background: #fff;
    color: #FF8D07;
    border: 1px solid #fff;
}


/* Report detail page end */

/* thank you page start*/

.thank-you-sec{
   background: #e6e8f0;
   padding: 60px 0;
   min-height: 600px;
}

.thank-you-padd{
   margin-top: 10%;
}
.thankyouhd{
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #0b2c58;
}
.thankyoupara{
    text-align: center;
    text-align: center;
    color: #666769;
    font-size: 16px;
    letter-spacing: 0.3px;
    padding: 0 12%;
    line-height: 25px;
}
.thankuthumb{
    color: #ff7307;
    font-size: 120px !important;
    background: #f0f0f0;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    padding: 2px;
    text-align: center;
    margin: 0 auto;
    display: block !important;
    margin-bottom: 30px;
}

/* thank you page end */


/* +++++ Footer End +++++ */
@media (min-width: 1400px){
	.container{
		min-width: 1370px;
	}
}