/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 24 Jul, 2019, 3:40:14 PM
    Author     : Nirmal
*/

.report-para {
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 15px;
}
.report_heading {
    text-align: center;
    background-color: #24939D;
    margin-top: -1.9%;
    padding: 30px;
}
.eform {
    display: inline !important;
    font-size: 12px !important;
}
.sub-heading {
    padding-top: 10px;
    color: white;
}
.report_heading h1 {
    position: relative;
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 0;
    margin-top: 0%;
    text-transform: uppercase;
}
.trusted_by {
    color: #1d535b;
    padding: 30% 0px 0px 15%;
}
.trusted_by p {
    font-size: 25px !important;
    font-weight: 600;
}
.getInTouch, .getInTouch:hover, .getInTouch:focus {
    background-image: linear-gradient(#06a6e6, #1099cc, #177a9e);
    color: white;
    padding: 0.7% 3%;
    font-size: 18px;
    border: solid 3px white;
    font-weight: bold;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
    position: fixed;
    right: 10px;
    z-index: 10;
}
.fixedWrap {
    background: #f5f5f5; 
    padding: 16px 0px; 
    position: fixed; 
    top: 0; 
    width: 100%; 
    color: #333; 
    z-index: 999;
}
.fixedWrapLogo img {
    width: auto;
    margin: 0 15%;
}
.fixedWrapContext {
    margin: 4% 0;
}
.fixedWrapTitle {
    font-size: 20px;
    font-family: Arial;
    font-weight: 700;
    line-height: 27px;
    margin-top: 0;
}
.fixedWrapSubTitle {
    font-size: 12.5px;
    color: #A9A9A9;
}
.getInTouchOld, .getInTouchOld:hover, .getInTouchOld:focus {
    background-image: linear-gradient(#06a6e6, #1099cc, #177a9e);
    color: white;
    padding: 2% 8%;
    font-size: 18px;
    border: solid 3px white;
    font-weight: bold;
    top: 25px;
    margin: 10%;
    cursor: pointer;
}
.getInTouchTop, .getInTouchTop:hover, .getInTouchTop:focus {
    background-image: linear-gradient(#06a6e6, #1099cc, #177a9e);
    color: white;
    padding: 5% 17%;
    font-size: 18px;
    border: solid 3px white;
    font-weight: bold;
    cursor: pointer;
}
/*.pirate {
    position: fixed;
    right: 10px;
    z-index: 10;
}*/
.mid-content img {
    width: 75%;
}
.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
.top-content {
    background: #fffbdb;
    border: solid 1px #cccc;
    border-radius: 10px;
    margin: 0px 2%;
}
.top-content p {
    padding: 1%;
    margin: 0;
}
.mid-content {
    margin: 3% 2%;
}
.pointer-img img {
    width: 30px;
}
.pointer-img {
    padding-top: 28%;
}
.supply-chain-modal {
    padding: 9%;
    border: solid 2px #3c9a9f;
    border-radius: 10px;
    margin: 5%;
    background: #f5f5f5;
    color: #6a6a6a;
    text-align: center;
}
.supply-chain-modal p {
    font-size: 18px !important;
    font-weight: 600;
}
.hexo-top {
    width: 100% !important;
    padding-top: 15%;
}
.tab-content-div img{
    width: 80%;
}

.tab_desc_head h2 {
    font-size: 20px !important;
    color: #5b5b5b;
    font-weight: 600;
}

/*tabs*/
.tab-content {
    min-height: 0 !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav-tabs { 
    background: #fff;
    border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 
    border-width: 0; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.nav-tabs > li > a { 
    border: none;
    color: #000 !important;
    background: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    color: #000 !important;
    background: #e9f6fe;
    border: solid 2px #c9d9dc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
    background: #e9f6fe;
    border: solid 2px #c9d9dc;
}
.nav-tabs > li > a::after { 
    content: ""; 
    background: #c9d9dc; 
    height: 2px; 
    position: absolute; 
    width: 100%; 
    left: 0px; 
    bottom: -1px; 
    transition: all 250ms ease 0s; 
    transform: scale(0); 
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { 
    transform: scale(1); 
}
.tab-nav > li > a::after { 
    background: #5a4080 none repeat scroll 0% 0%; 
    color: #fff; 
}
.tab-pane { 
    padding: 15px 0; 
}
.tab-content{
    padding:20px;
    background: #e9f6fe;
    border: solid 2px #c9d9dc;
}
.nav-tabs > li  {
    width:20%; 
    text-align:center;
}

@media all and (max-width:724px){
    .nav-tabs > li > a > span {display:none;}	
    .nav-tabs > li > a {padding: 5px 5px;}
}

.list-style li {
    list-style: disc !important;
}
/*.list-style li:before {
    content: url(/stratview/images/list-style.jpg);
    position: absolute;
    left: 35px;
    margin-top: 3px;
}*/
.ma_image img{
    width: 75%;
}
.ma_image {
    text-align: center;
}
.img_head {
    text-align: center;
    font-size: 22px !important;
    color: #5b5b5b;
    font-weight: 600;
}
.rep_content{
    padding: 0px;
    margin-bottom: 60px;
    margin-top: 20px;
}
.rep_content p{
    font-size: 15px
}
.breadcrumb_section {
    padding: 15px 0;
}
.breadcrumb_section{
    background-color: transparent;
}
.rep_title span {
    font-weight: 600;
    padding: 5px;
    margin-right: 24px;
    background-color: #fffdee;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 13px;
}
.rep_pic img{
    width: 100%;
}
.top-sub-heading h2 {
    font-size: 20px;
    font-weight: 700;
    color: #5b5b5b;
    margin: 0.5em 0;
    text-align: center;
}
.rep_content h3{
    color: #000;
    margin: 0.5em 0;
    font-size: 15.5px;
    font-weight: 700;
}

ol.breadcrumb.page-breadcrumb {
    margin: -2px;
    padding: 0;
    background-color: transparent;
}

.mar_top_30{
    margin-top: 6%;
}
.form-control {
    margin: 5px;
}
.mob_rpt_h1{
    display: none;
}
ul.nav.nav-tabs.tabtop.tabsetting li {
    font-size:17px;
}
ul.nav.nav-tabs.tabtop.tabsetting li {
    margin-right: 35px;
    margin-left: 35px;
    margin-bottom: 1%;
}
.tabtop li a:last-child {
    padding: 4px 25px;
}
.tabsetting {
    /* border-top: 5px solid #ebebeb !important; */
    padding-top: 6px;
    font-size: 12px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
}
.tabtop .active a:hover {
    /* color: #24939d !important; */
}
.tabtop li a:hover {
    color: #fff !important; 
    text-decoration: none;
    background: #e31837 !important;
}
.desk_tab_btn{
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    height: 36px;
    background-color: #24939d !important;
    color: white !important;
}

.see_pricing{
    position: relative;
    display: block;
    margin-top: 0px ! Important; 
    margin-bottom: 0px ! Important; 
}
.see_more_less_button{
    color: #9e9e9e;
}
.mobile-view-button{
    display: none;
}
.related_reports {
    margin-top: 30px;
    padding: 2px;
    background-color: #237881;
    border-top-left-radius: 25px 25px;
    text-align:center;
}
.related_reports p {
    font-size:19px;
    color:#fff;
    margin: 5px 0 !important;
}
.display_reports {
    background-color:#fffbdb;
    padding:20px 5px;
    margin-bottom: 26px;
    border: 1px solid #eee;
}
.usp_name {
    font-size: 14px;
    margin-bottom: 15px;
    white-space: nowrap;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
}
a {
    color: blue;
}
.see_more_less_button {
    color: #9e9e9e;
}
.see_more_less_button {
    color: #9e9e9e;
}
/* modal */
/*.modal {*/
/*    display: none;*/
/*    position: fixed; */
/*    z-index: 99999; */
/*    padding-top: 0%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%; */
/*    height: 100%;*/
/*    overflow: auto; */
/*    background-color: rgb(0,0,0); */
/*    background-color: rgba(0,0,0,0.4);  */
/*} */
#getInTouchModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 0%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}								

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.order_fields label{
    margin: 5px 0;
}
/* The Close Button */
.close {

    float: right;
    font-size: 28px;
    z-index: 99;
    position: relative; 
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    color: white;
}
/* End - Modal */
.mob_modal_btn{
    display:none;
}
.viewport .overview p img {
    width: 50% !important;
    height: auto !important;
}
.trusted_by_div {
    padding: 0 2%;
}
@media screen and (max-width: 320px) {
    .getInTouch, .getInTouch:hover, .getInTouch:focus {
        padding: 2% 5% !important;
        font-size: 15px !important;
    }
    .getInTouchTop, .getInTouchTop:hover, .getInTouchTop:focus {
        padding: 7% 9% !important;
        font-size: 16px !important;
    }
    .getInTouchOld, .getInTouchOld:hover, .getInTouchOld:focus {
        margin: 0% !important;
    }
}
@media screen and (width: 375px) {
    .getInTouch, .getInTouch:hover, .getInTouch:focus {
        padding: 2% 5% !important;
        font-size: 15px !important;
    }
    .getInTouchTop, .getInTouchTop:hover, .getInTouchTop:focus {
        padding: 5% 10% !important;
        font-size: 16px !important;
    }
}
@media screen and (max-width: 425px) {
    .fixedWrapLogo img{
        width: 105px;
        margin: 0 20%;
    }
    .list-style li {
        font-size: 15px !important;
    }
    .trusted_by_div {
        padding: 0 5% !important;
    }
    .top-sub-heading h2 {
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 2% 0;
    }
    .img_head {
        font-size: 17px !important;
    }
    ol.breadcrumb.page-breadcrumb li {
        font-size: 10pt !important;
    }
    .pointer-img {
        padding-top: 0 !important;
        padding-left : 45%;
    }
    .cut-down {
        padding-left: 20%
    }
    .hexo-top {
        width: 75% !important;
        padding-top: 0 !important;
    }
    .tab-content-div img {
        width: 100% !important;
    }
    .hexo-top {
        width: 100%;
        padding-top: 0 !important;
    }
    .pointer-img img {
        -webkit-transform:rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .supply-chain-modal p {
        font-size: 16px !important;
        font-weight: 600;
    }
    .supply-chain-modal {
        padding: 3% !important;
        margin: 2% !important;
    }
    .trusted_by p {
        font-size: 17px !important;
    }
    .trusted_by {
        padding: 10% 0 0 0 !important;
    }
    .mob_report_heading {
        padding: 20px 0px 5px 0px !important;
    }
    .getInTouch, .getInTouch:hover, .getInTouch:focus {
        padding: 2% 6%;
        font-size: 17px;
    }
    .getInTouchTop, .getInTouchTop:hover, .getInTouchTop:focus {
        padding: 3% 10%;
        font-size: 18px;
    }
    .mar_top_30 {
        margin-top: 9% !important;
    }
    .mob_report_heading p{
        font-size: 19px !important;
        font-weight: 600;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 768px) {
    .ma_image img {
        width: 100% !important;
    }
    .tab_desc_head h2 {
        font-size: 17px !important;
    }
    .viewport .overview p img {
        width: 100% !important;
        height: auto !important;
    }
    .desk_modal_btn{
        display:none;
    }
    .mob_modal_btn{
        display:block;
    }
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        width: 100% !important;
        padding: 0;
        border: 1px solid #888;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }
    .rep_pic img{
        width: 100%;
        margin-left: 10%;
    }
    .border_content {
        padding: 10px;
        border: 1px solid #efefef;
        margin-left: 0px;
        font-size: 14px !important;
        font-weight: bold;
    }
    .border_content p {
        margin-left: 0px;
        font-size: 14px;
        font-weight: bold;
    }
    .mobile-view-button{
        display: block;
    }
    .mar-t-10 {
        margin-top: 10px;
    }
    #desk_purchase_rpt{
        display: none;
    }
    #desk_right_layout{
        display: none;
    }
    .total_tabs{
        display: none;
    }
    .desk_rpt_h1{
        display: none;
    }
    .mob_rpt_h1{
        display: block;
    }
    .mob_report_heading {
        text-align: center;
        background-color: #24939D;
        margin-top: -4.5%;
        padding: 35px 0px 5px 0px;
    }
    .mob_report_heading p{
        font-size: 15px;
        text-align: center;
        color: #fff;
    }
    .mar_top_30{
        margin-top: 24%;
    }
    .rep_title span {
        display: block;
        font-size: 12px;
    }
    .rep_mob_content{
        margin-top: 10px;
        padding: 1px;
    }
    .rep_less{
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .rep_more{
        font-size: 14px;
    }
}

/* Common Exit Popup */
.modelContente {
    margin-top: 200px;
}