:root{
  	--gt-tip-blue: #37517e;
  	--gt-tip-lightBlue: #eef9fe;  			
  	--gt-tip-lightBlue2: #e7f7fd;  
  	--gt-tip-light: #37517e11; 
  	--gt-tip-light2: #ddd; 
  	--gt-tip-lightGray: #e6e6e6;  
      --gt-tip-lightGray2: #e8e8e8;  			
  	--gt-tip-darkBLue: #025;
  	--gt-tip-darkBlack: #484848;
  	--gt-tip-navy: #1d1d81;  			
  	--gt-tip-dark: #e3002a;  			
  	--gt-tip-light: #f2f3f5;
  	--gt-tip-warning: #e67e22;
  	--gt-tip-teal: #1ec4a5;
  	--gt-tip-primary: #0f82ff;
  	--gt-tip-info: #0dcaf0;	  	

	--gt-mdsk-darkGreen : #7e9939;	  		
	--gt-mdsk-skyBlue : #329ada;	  		
	--gt-mdsk-teal : #35ac99;	  		
	--gt-mdsk-darkBlue : #176394;	  	
	
	--gt-social-fb: #3b5998;
	--gt-social-tw: #55acee;
	--gt-social-li: #0077b5;
	--gt-social-yt: #cd201f;
	
  	--transition_300: 300ms ease-in-out;
  	--transition_600: 600ms ease-in-out;
  }

    .nav-item-eInsights span {
	    position: absolute;
	    top: 3rem;
	    left: 0.8rem;
	    background: var(--gt-tip-blue);
	    color: #fff;
	    padding: 0.5rem 1rem;
    }
    .nav-item-eInsights span::before {
        content: '';
	    border-left: 0.5rem solid transparent;
	    border-right: 0.5rem solid transparent;
	    border-bottom: 0.5rem solid var(--gt-tip-blue);
	    position: absolute;
	    top: -0.5rem;
	    left: 1.5rem;
    }


  /*-- Common --*/
  html, body {
  	overflow-x: hidden;
  	scroll-behavior: smooth;
  	font-family: "IBM Plex Sans", sans-serif;
  	display: flex;
  	flex-direction: column;
  	min-height: 100vh;
  }
  main {
      flex: 1 0 auto;
      min-height: 100%;
  }
h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6{
      line-height: 1.4;
  }

p, ul {
    /*color: #352354;*/
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}
  form input,
  form input::placeholder,
  form select,
  form textarea{
      font-size: 0.9rem !important;   
  }
  video {
      max-width: 100%;
      height: auto;
  }
/*  ul.g-industry-list  a{*/
/*    line-height: 2.3;*/
/*}*/
#postList {
    font-size: 0.9rem;
}
.gt-sample-form {
    padding-top: 0;
}
.gt-sample-form-bg-none {
    background-image: none !important;
}

  #gtRdPage section:first-child{
      position: relative;
      z-index: 2;
  }    
    
  /*
  	#gtRdPage .g-des-h3,
  	#gtRdPage h3 {
  		font-size: 1.28rem;
        font-style: normal;
        color: #352354;
        line-height: 1.4;
  	}
  	#gtSampleDiscInqForm p,
  	#gtSampleDiscInqForm ul,
  	#tip__catPage p,
  	#tip__catPage ul,
  	#gtRdPage .tab-content p,
  	#gtRdPage .tab-content ul {
	    margin-bottom: 1rem;
        font-size: 0.9rem;
        line-height: 1.6;
	}
	#gtRdPage .tab-content p,
  	#gtRdPage .tab-content ul {
	    text-align: justify;
  	}
  	
*/

    .pendulam-effect {
		border: 6px solid #fff;
		animation-name: animate-pendulam;
		animation-duration: 3s;
		animation-direction: alternate;
		animation-iteration-count: infinite;
		animation-timing-function: ease-out;
		margin-top: -1.8rem;
	}

	@keyframes animate-pendulam{
		0% {
		    transform: translateY(-6px) scale(0.9);
		    filter: brightness(0.75);
		}
		100% {
		    transform: translateY(6px);
		    filter: brightness(1.25);
		}
	}
	
  nav li.nav-item {
    margin: 0 0.1rem;
}

#tip__homePage .gsc-search-button svg {	
    height: 1.7rem;
    width: 1.5rem;
}

#tip__homePage .h5, h5 {
    font-size: 1.10rem !important;
}
.gt-blur-text {
    color: transparent !important;
    text-shadow: 1px 3px 6px #000;
    user-select: none;
}
.gt-blur-text::selection{
    color: transparent !important;
    text-shadow: 1px 3px 6px #000;
}
label.error {
    color: red !important;
}
.gt-text-justify {
      text-align: justify;
}
.gt-cursor-pointer{
  cursor: pointer;
  }
.gt-fw-500 {
  font-weight: 500;
}
.gt-fw-600 {
  font-weight: 600;
}
.gt-fs-50 {
  font-size: 50%;
}
.gt-fs-60 {
  font-size: 60%;
}
.gt-fs-70 {
  font-size: 70%;
}
.gt-fs-75 {
    font-size: 75%;
}
.gt-fs-80 {
  font-size: 80%;
}
.gt-fs-90 {
  font-size: 90%;
}
.gt-fs-110 {
  font-size: 110%;
}
.gt-fs-85 {
    font-size: 0.85rem;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

.gt-brightness-p5{
    filter: brightness(0.5);
}
.gt-border-radius-0 {
  border-radius: 0 !important;
}
.gt-border-radius-50 {
  border-radius: 3rem;
}
.gt-tip-greenGradient {
  background: linear-gradient(to bottom, #66a73e, #38650b);
}
.gt-tip-redGradient {
  background: linear-gradient(to bottom, #f94a33, #a61715);
}
.gt-tip-darkRedGradient {
  background: linear-gradient(to bottom, #161110, #a61715);
}
    
.g-tip-new-gradient {
    background: var(--gt-tip-darkBLue) !important;
}
.g-tip-new-gradient {
    background-image: linear-gradient( 37deg, #025b8b 30%, #234 30%);
}
    
    .gt-tip-navy{
        color: var(--gt-tip-navy);
    }
	.gt-bg-info{
		background: #00adef;
	}
	.gt-bg-gray{
		background-color: gray;
	}

 .gt-tip-warning {
  	background: var(--gt-tip-warning) !important;
  	color: white !important;
 }
 .gt-tip-teal {
  	background: var(--gt-tip-teal);
  	color: white;
 }
 .gt-tip-info {
  	background: var(--gt-tip-info);
  	color: white;
 }
  

.gt-mdsk-darkGreen {
	color: var(--gt-mdsk-darkGreen);
}
.gt-mdsk-bg-darkGreen {
	background-color: var(--gt-mdsk-darkGreen);
}

.gt-mdsk-skyBlue {
	color: var(--gt-mdsk-skyBlue);
}
.gt-mdsk-bg-skyBlue {
	background-color: var(--gt-mdsk-skyBlue);
}

.gt-mdsk-teal {
	color: var(--gt-mdsk-teal);
}
.gt-mdsk-bg-teal {
	background-color: var(--gt-mdsk-teal);
}

.gt-mdsk-darkBlue {
	color: var(--gt-mdsk-darkBlue);
}
.gt-mdsk-bg-darkBlue {
	background-color: var(--gt-mdsk-darkBlue);
}
.gt-bbrr-2 {
	border-bottom-right-radius: 2rem;
}
	
.gt-tip-bgtealGradient {
   background-image: linear-gradient(45deg, var(--gt-tip-teal), lightgray);
}
.gt-tip-bgtealGradient-top {
   background-image: linear-gradient(to top, var(--gt-tip-teal), var(--gt-tip-blue));
}
.gt-tip-dark {
    color: var(--gt-tip-dark) !important;
}
  .gt-tip-blue {
  	color: var(--gt-tip-blue);
  }
  .gt-tip-bg-blue {
  	background: var(--gt-tip-blue) !important;
  }
  .gt-tip-bg-light {
	background-color:var(--gt-tip-light)
  }
  .gt-tip-bg-light2 {
	background-color:var(--gt-tip-light2)
  }
  .gt-tip-bg-lightGray {
      background-color: var(--gt-tip-lightGray);
  }
   .gt-btn {
	border: 2px solid transparent;
  }
  .gt-btn:hover {
	border: 2px solid gray;
  }

  .gt-btn-circle {
  	border-radius: 2rem;
  }
  .gt-tip-bg-lightBlue {
  	background: var(--gt-tip-lightBlue);
  }
  .gt-tip-bg-lightBlue2 {
  	background: var(--gt-tip-lightBlue2);
  }

  .gt-text-justified {
  	text-align: justify;
  }
  .gt-lh-2 {
  	line-height: 2;
  }
  .gt-lh-1p7 {
  	line-height: 1.7;
  }
  .gt-translateY {
  	transition: 300ms ease-in-out;
  }
  .gt-translateY:hover {
  	transform: translateY(-6px);
  }
  .gt-title {
    display: inline-block;
    color: black;
    padding: 0 1rem;
    font-weight: 700;
    font-size: 2.5rem;
    border-radius: 5px;
    position: relative;
  }
  .gt-title::before,
  .gt-title::after {
	content: '';
    width: 15%;
    padding: 2.5rem 0;
    display: inline-block;
   	/*border-top: 0.2rem solid var(--gt-tip-dark);*/
   	border-bottom: 0.2rem solid var(--gt-tip-dark);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);		    
  }
  
  .gt-divider-border {
	border: 2px solid var(--gt-tip-dark);
/*	width: 10%;*/
  }

.modal-backdrop.fade.show {
    display: none;
}

.modal-open{
    padding-right: 0 !important;   
}

/*main {*/
/*    top: 8rem;*/
/*    position: sticky;*/
/*}*/
.gt-reg-icon img {
    width: 6rem;
}
.gt-social-fb {
    color: var(--gt-social-fb);
}
.gt-social-tw {
    color: var(--gt-social-tw);
}
.gt-social-li {
    color: var(--gt-social-li);
}
.gt-social-yt {
    color: var(--gt-social-yt);
}

.bg-social-16{
    width: 16px;
    height: 16px;
    display: inline-block;
}   
.bg-facebook {
    background: url('../images/cs_social-img-16.png') -10px -10px;
}
.bg-linkedin {
    background: url('../images/cs_social-img-16.png') -46px -10px;
}
.bg-twitter {
    background: url('../images/cs_social-img-16.png') -82px -10px;
}


.bg-social-24{
    width: 24px;
    height: 24px;
    display: inline-block;
}
.bg-facebook-24 {
    background: url('../images/cs_social-img-24.png') -10px -10px;
}
.bg-linkedin-24 {
    background: url('../images/cs_social-img-24.png') -318px -10px;
}
.bg-twitter-24 {
    background: url('../images/cs_social-img-24.png') -230px -10px;
}


.bg-search {
    background: url('../images/cs_social-img-24.png') -98px -10px;
    filter: drop-shadow(0px 0px 2px black);
}


  #tip__header nav{
	background-color: white;
	border-bottom: 1px solid #b0b2b7;
}
  #tip__header .gt-fixed-header2{
	position: fixed;
	width: 100%;
	box-shadow: 0 1px 6px #333;
	transition: .5s ease-in-out;
	top: 0;
}		
      
#tip__header .gt-search-icon{
    border: 1px solid #2aa9c5;
    padding: 0.25rem 0.5rem;
    color: #2aa9c5;
}

  /*-- Header Style --*/
  /*#tip__header .nav-link .fab {*/
  /*	color: var(--gt-tip-darkBLue) !important;*/
  /*}*/
  
  #tip__header {
  	z-index: 3;
  	position: relative;
  }
  #tip__header .gt-fixed-header {
	background-color: white;
	position: fixed;
	width: 100%;
	box-shadow: 0 1px 6px #333;
	transition: .5s ease-in-out;
}		
  #tip__header .gt-tip-logo {
  	border:  .25rem solid white;
  	border-left:  .5rem solid white;
  	border-right:  .5rem solid white;
  	border-radius: 2px;
  }
  #tip__header .bg-transparent {
  	background: transparent;
  }
  
  #tip__header .gt-fixed-header2 {
    position: fixed !important;
    width: 100% !important;
    box-shadow: 0 1px 6px #333 !important;
    transition: .5s ease-in-out !important;
    top : 0 !important;
}
  

  #tip__header a.nav-link {
	margin: 0 0.25rem;
	font-weight: 500;
  	color:  var(--gt-tip-darkBlack);
}
	
  #tip__header .gt-topbar ul li:not(:last-child)::after{
  	content: ' | ';
  	color: gray;
  }
  #tip__header .nav-link{
  	transition: var(--transition_300);
  }
  #tip__header .nav-link.active,
  #tip__header .nav-item:not(:last-child):hover .nav-link {
  	color: var(--gt-tip-blue);
  	border-bottom:  1px solid var(--gt-tip-blue);
  }
#tip__header .gt-social-icon:hover .nav-link {
    border: none !important;
}
#tip__header ul.dropdown-menu.show {
	    padding: 1rem  0.5rem;
	    border-radius: 0.4rem;
	    position: absolute;
        left: 50%;
        transform: translate(-50%);
}

#tip__header ul.dropdown-menu.show li a { 
    background-color: white;
    transition: var(--transition_300);
    font-size: 90%;
}

  #tip__header ul.dropdown-menu.show li:hover a {
  	color: white;
  	background-color: var(--gt-tip-blue);
  }
  
  	
#tip__banner ul.search-result2 a{
    /*text-decoration: none;*/
    color: #232323;
}
#tip__banner ul.search-result2 a:hover{
    text-decoration: underline;
}
#tip__banner ul.search-result2{
    background: white;
    z-index: 11;
    position: absolute;
    bottom: 18.5%;
    height: 11rem;
    overflow: auto;
    width: 41.62rem;
    margin-left: 0 !important;
}


  /*-- Banner Style --*/
  #tip__banner .g-search-t{
    color: #222;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-left: -1.25rem;
  }
  #tip__banner .g-search-t:not(:first-child)  {
    border-top: 0.1rem solid;
    padding-top: 1rem;
  }
  #tip__banner .gt-banner-content .gt-banner-text .display-6{
    font-size: 2.4rem; 
  }
  #tip__banner #gtBannerCarousel{
  	height: 14rem;
  }

  #tip__banner {
  	position: relative;
  	height: 39rem;
  	overflow: hidden;
  }

  #tip__banner video{
  	/*background-image: linear-gradient(10deg, #0005, #0005);*/
    height: 75rem;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -35%;
}

  #tip__banner .gt-banner-content{
  	position: absolute;
  	/*top: 0.25rem;*/
  	color: white !important;
  	background-color: #2225;
  	height: 48rem;
  }
  #tip__banner .gt-banner-content .gt-banner-text{
  	margin-top: 2rem;
  }
  
  #tip__banner .carousel-indicators {
	display: none;
}

#tip__banner .gtNextButton{
	background: white !important;
    color: var(--gt-tip-darkBLue);
    padding: 0.5rem 1rem 0.3rem;
    border-radius: 3rem;		
    position: sticky;
    left: 50%;
    bottom: 10%;
    margin-top: 5rem;
    transition: var(--transition_600);
    filter: drop-shadow(0px 1px 3px var(--gt-tip-darkBLue));
    z-index: 1;
    animation-name: nextButton;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
#tip__banner .gtNextButton:hover{
	animation-play-state: paused;
}
@keyframes nextButton {
	50% {
		transform: translateY(10px);
	}
}

#tip__whyChooseUs .bg_wcu{
    width: 65px;
    height: 65px;
}
#tip__whyChooseUs .bg-icon1 {
    background: url('cs_why_choose_us.png') -10px -10px;
}
#tip__whyChooseUs .bg-icon3 {
    background: url('cs_why_choose_us.png') -95px -10px;
}
#tip__whyChooseUs .bg-icon2 {
    background: url('cs_why_choose_us.png') -10px -95px;
}
#tip__whyChooseUs .bg-icon4 {
    background: url('cs_why_choose_us.png') -95px -95px;
}

#tip__whyChooseUs .gt-single-wcu p {
  	color: gray;
  }
#tip__whyChooseUs .gt-wcu-link:hover,
#tip__whyChooseUs .gt-wcu-link:hover p {
    color: var(--gt-tip-blue) !important;
}
   #tip__whyChooseUs .gt-single-wcu img {
  	transform: scale(.4);
  	animation: blinkBounce 2s 1;
  	animation-timing-function: ease-in-out;
  	animation-fill-mode: forwards;
  }
  
  #tip__whyChooseUs img.gt-wcu-img-1 {
  	filter: hue-rotate(40deg);
  	animation-delay: 1s;
  }
  #tip__whyChooseUs img.gt-wcu-img-2 {
  	filter: hue-rotate(80deg);
  	animation-delay: 2s;
  }
  #tip__whyChooseUs img.gt-wcu-img-3 {
  	filter: hue-rotate(160deg);
  	animation-delay: 3s;
  }
  #tip__whyChooseUs img.gt-wcu-img-4 {
  	filter: hue-rotate(220deg);
  	animation-delay: 4s;
  }
  #tip__whyChooseUs img.gt-wcu-img-5 {
  	filter: hue-rotate(280deg);
  	animation-delay: 5s;
  }
  #tip__whyChooseUs img.gt-wcu-img-6 {
  	filter: hue-rotate(340deg);
  	animation-delay: 6s;
  }
  @keyframes blinkBounce {
  	0% {
  		 transform: rotate(45deg) scale(.4);
  	}
  	100% {
  		 transform: rotate(360deg) scale(1);
  	}
  }


  /*-- Our Products --*/  		
  #tip__ourProducts .nav-pills a.nav-link {
  	margin: 0.5rem;
  }
  #tip__ourProducts .nav-pills a.nav-link.active {
  	border-radius: 0;
  	background: var(--gt-tip-blue);
  	color: white;
  }
  #tip__ourProducts .nav-pills a.nav-link:hover {
  	border-radius: 0;
  	background: gray;
  	color: white;
  }
  #tip__ourProducts .nav-pills a.nav-link {
  	color: black;
  }

  #tip__ourProducts .tab-pane .gt-view-btn{
  	font-weight: 500;
  }
  #tip__ourProducts .tab-pane .gt-view-btn:hover {
  	background: var(--gt-tip-blue);
  }
  
  #tip__ourProducts #latestPublication.tab-pane ul li:not(:last-child)::after {
  	content: ' | ';
  	color: gray;
  	padding: 1rem;
  }
  .gt-book-border{
      border-left: 2px solid var(--gt-tip-darkBLue);
  }
  .gt-book-border2{
      border: 1px solid var(--gt-tip-darkBLue);
      background: #ddd;
  }
  .gt-book-border2 img{
      border: 1px solid #ddd;
  }
  #tip__ourProducts #trendingReports.tab-pane .gt-cover-img,
  #tip__ourProducts #latestPublication.tab-pane .gt-cover-img {
  	transition: 0.6s ease-in-out;
  	transform-origin: left;
  }
  #tip__ourProducts #trendingReports.tab-pane .gt-rep-div:hover  .gt-cover-img,
  #tip__ourProducts #latestPublication.tab-pane .gt-rep-div:hover  .gt-cover-img {
  	transform: rotateY(180deg);
  	cursor: pointer;
  	
  }
  
  #tip__ourProducts #trendingReports.tab-pane .gt-rep-div .gt-sample-btn,
  #tip__ourProducts #latestPublication.tab-pane .gt-rep-div .gt-sample-btn {
  	display: none;
  }
  #tip__ourProducts #trendingReports.tab-pane .gt-rep-div:hover .gt-sample-btn,
  #tip__ourProducts #latestPublication.tab-pane .gt-rep-div:hover .gt-sample-btn {
  	display: block;
  	position: absolute;
  	top: 2%;
  	left: 2%;
  }
  #tip__ourProducts #trendingReports.tab-pane .gt-rep-div:hover .gt-sample-btn i,
  #tip__ourProducts #latestPublication.tab-pane .gt-rep-div:hover .gt-sample-btn i{
       animation-name: showHide;
  	animation-duration: 2s;
  	animation-iteration-count: infinite;
  	animation-delay: 1s;
  	color: var(--gt-tip-dark);
  	opacity: 0;
  }
  #tip__ourProducts #trendingReports.tab-pane .gt-rep-div:hover .gt-sample-btn,
  #tip__ourProducts #latestPublication.tab-pane .gt-rep-div:hover .gt-sample-btn{
      animation-name: showHide;
  	animation-duration: 2s;
  	animation-iteration-count: infinite;
  	color: var(--gt-tip-darkBLue);
  	opacity: 0;
  }
  
@keyframes showHide {
    70%{
        opacity: 1;
    }
    
}

#tip__ourProducts #latestPublication .gt-text-h,
#tip__ourProducts #trendingReports .gt-text-h {
    height: 4rem;
    overflow-y: hidden;
}

#tip__ourProducts #latestPublication .gt-view-all-reports:hover,
#tip__ourProducts #trendingReports .gt-view-all-reports:hover {
	background-color: white;
	color: var(--gt-tip-blue);
}

#tip__ourProducts #customSolution2 .bg_customSolution {
    width: 65px;
    height: 66px;
}
#tip__ourProducts #customSolution2 .bg-value_chain {
    background: url('../images/cs_custom-solution.png') -180px -10px;
}
#tip__ourProducts #customSolution2 .bg-vendor_ecosystem {
    background: url('../images/cs_custom-solution.png') -10px -96px;
}
#tip__ourProducts #customSolution2 .bg-company_benchmarking {
    background: url('../images/cs_custom-solution.png') -180px -96px;
}
#tip__ourProducts #customSolution2 .bg-go_to_market {
    background: url('../images/cs_custom-solution.png') -10px -10px;
}
#tip__ourProducts #customSolution2 .bg-identifying_market_potential {
    background: url('../images/cs_custom-solution.png') -95px -10px;
}
#tip__ourProducts #customSolution2 .bg-climate_change {
    background: url('../images/cs_custom-solution.png') -95px -96px;
}


  #tip__ourProducts #customSolution img {
  	height: 13rem;
  }
  #tip__ourProducts #customSolution h5 {
  	border-bottom: 0.5rem solid var(--gt-tip-darkBLue);
	font-size: 1.25rem;
	padding-bottom: 0.5rem;
  }
  #tip__ourProducts #customSolution{
  	background-image: linear-gradient(10deg, white 61%, var(--gt-tip-light) 35%);
  }
  #tip__ourProducts #customSolution .gt-consulting {
  	border-radius: 10rem 2rem 3rem 4rem;
  }
  #tip__ourProducts #customSolution .col-12 img{
  	transition: 300ms ease-in-out;
  }
  #tip__ourProducts #customSolution .col-12:hover img {
  	transform: scale(1.05);
  }
  #tip__ourProducts #customSolution .col-12:hover .g-custom-text {
  	color: var(--gt-tip-blue) !important;
  }
  
         
#tip__ourProducts #customSolution2 .g-custom-text {
    text-align: justify;
    font-size: 90%;
    margin-top: 0.5rem;
}
  #tip__ourProducts #customSolution2 h5 {
  	margin-left: 0.5rem !important;
  }
  
  #tip__ourProducts #customSolution2 .gt-consulting-div {
	height: 15rem;
  }
  #tip__ourProducts #customSolution2 .gt-consulting-div2{
	height: 12rem;
  }
  #tip__ourProducts #customSolution2 .gt-consulting-div img{
  	margin-right: 1rem;
  	border-radius: 50%;
  }
  #tip__ourProducts #customSolution2 .gt-consulting {
	width: 4rem;
}
#tip__ourProducts #customSolution2 h5 {
    background: linear-gradient(45deg, #e8f2fd 50%, transparent 80%);
    font-size: 1.25rem;
    padding: 0.5rem;
}

  /*#tip__ourProducts*/ #einsights .e-desktop-img {
    background-image: url(https://www.theinsightpartners.com/assets/images/computer-monitor.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    height: 20rem;
}
/*#tip__ourProducts*/ #einsights .e-desktop-img .carousel-item img{
    height: 13rem;
}
/*#tip__ourProducts*/ #einsights .carousel-inner {
  border: 0.71rem solid #1a0b10;
  border-radius: 0.6rem;
}
/*#tip__ourProducts*/ #einsights .carousel-indicators {
	display: none;
}
/*#tip__ourProducts*/ #einsights .fas,
/*#tip__ourProducts*/ #einsights h3 {
	color: var(--gt-tip-blue);
}
/*#tip__ourProducts*/ #einsights .gt-fas-icon {
	animation: flipIcon 2s ease-in-out infinite;
}
@keyframes flipIcon {
	50% {
		transform: skew(10deg, 10deg);
	}
	
}
/*#tip__ourProducts*/ #einsights .gt-fas-icon {
	animation: flipIcon 3s ease-in-out infinite;
}
@keyframes flipIcon {
	50% {
		transform: scale(0.7);
	}
	100% {
		transform: scale(1.0);
	}
	
}

/*#tip__ourProducts*/ #einsights .gt-sub-text{
	font-size: 94%;
}
/*#tip__ourProducts*/ #einsights .border-bottom,
/*#tip__ourProducts*/ #einsights .border-end {
	border-color: gray !important;
}
/*#tip__ourProducts*/ #einsights .gt-view-more-btn{
	border:  2px solid var(--gt-tip-blue);
	color: white;
}
/*#tip__ourProducts*/ #einsights .gt-view-more-btn:hover{
	color: var(--gt-tip-blue) ;
	border:  2px solid var(--gt-tip-blue);
}


  #tip__ourProducts .gt-title::after,
  #tip__callBack .gt-title::after,
  #tip__ourProducts .gt-title::before,
  #tip__callBack .gt-title::before {
	border-top: 0;
  }

  #tip__ourProducts #latestPublication .gt-rep-title,
  #tip__ourProducts #trendingReports .gt-rep-title{
  	font-weight: 600;
  }
  #tip__ourProducts #latestPublication ul li {
  	font-weight: 500;
  	color: var(--gt-tip-darkBLue);
  }


  #tip__industries .row {
  	row-gap: 2rem;
  }
  #tip__industries ul {
  	display: flex;
  	flex-wrap: wrap;
  }
  /*#tip__industries .gt-cat-h {*/
  /*  height: 18.5rem;*/
  /*  overflow: hidden;*/
  /*}*/
  /*#tip__industries .gt-ind-img + a,*/
  #tip__industries .gt-ind-imgg + a {
  	/*height: 3rem;*/
  	margin: 0.75rem 0;
  	display: inline-block;
  }
  #tip__industries .gt-indDescText {
    height: 9.75rem;
    overflow: hidden;
  }

  /*#tip__industries .gt-ind-img {		  
  	position: relative;
    display: flex;
    width: 100%;
    font-size: 1.1rem;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 300ms ease-in-out;
}
#tip__industries .gt-ind-img a {
  	position: absolute;
  	bottom: 3%;
  	left: 5%;
  }*/
  
#tip__industries .gt-ind-imgg {		  
  	position: relative;
    display: flex;
    height: 9rem;
    width: 100%;
    font-size: 1.1rem;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 300ms ease-in-out;
    overflow: hidden;
}
#tip__industries .gt-ind-imgg img {
	/*height: 15rem;*/
    transition: 500ms ease-in-out;
}
#tip__industries .gt-industry:hover .gt-ind-imgg img {
	transform: scale(1.1);
}

/*#tip__industries .gt-ind-img:hover {
	background-image:  linear-gradient(to bottom, var(--gt-tip-blue), #000) !important;
	transform: translateY(-4px);
	box-shadow: 0px 3px 9px #000;
}*/

#tip__industries .gt-industry {
	margin-bottom: 1rem;
	/*margin-right: 0.1rem;*/
}
#tip__industries .gt-industry a {
	font-weight: 600;
	color: var(--gt-tip-blue);
}

#tip__industries button.owl-prev span,
#tip__industries button.owl-next span  {
	font-size: 2rem;
	padding: 1rem;
}
#tip__industries .owl-nav .owl-next {
	animation-name: blinkColor;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes blinkColor {
	80% {
		background: #fff;
		color: #222;
	}
	90% {
		transform: scale(0.8px);
		background: var(--gt-tip-darkBLue);
		color: #fff;
	}
}
#tip__industries .owl-theme .owl-nav [class*='owl-'] {
	border-radius: 0;
}
#tip__industries .owl-theme .owl-nav [class*='owl-']:hover {
	background: var(--gt-tip-darkBLue) !important;
}
#tip__industries .owl-theme .owl-nav .own-prev:hover {
	transform: translateX(-10px);
}
#tip__industries .owl-theme .owl-nav .own-next:hover {
	transform: translateX(10px);
	color: white;
}

#einsightsNew .bg_subscription{
    width: 64px;
    height: 64px;
}
#einsightsNew .bg-security {
    background: url('../images/cs_subscription.png') -178px -94px;
}
#einsightsNew .bg-calender {
    background: url('../images/cs_subscription.png') -94px -10px;
}
#einsightsNew .bg-cloud {
    background: url('../images/cs_subscription.png') -10px -94px;
}
#einsightsNew .bg-subscription {
    background: url('../images/cs_subscription.png') -178px -10px;
}
#einsightsNew .bg-analyst {
    background: url('../images/cs_subscription.png') -10px -10px;
}
#einsightsNew .bg-features {
    background: url('../images/cs_subscription.png') -94px -94px;
}
#einsightsNew .gt-sub-text{
	margin-bottom: 0;
}

#einsightsNew marquee {
	position: absolute;
	top: 2rem;
	left: 2rem;
	height: 29.5rem;
	width: 16rem;
	z-index: 2;
	border: .6rem solid #303030;
	border-radius: 2rem;
	background: white;
}
/*#einsightsNew marquee::after {*/
/*	content: '';*/
/*    padding: 0.1rem 1.5rem;*/
/*    border-radius: 0.24rem;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    background: #303030;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    bottom: 0;*/
/*}*/
#einsightsNew marquee::before {
	content: '';
    padding: 0.05rem 1.5rem;
    border-top-right-radius: 0.24rem;
    border-top-left-radius: 0.24rem;
    position: absolute;
    z-index: 1;
    background: black;
    left: 50%;
    transform: translateX(-50%);
}
#einsightsNew .gt-subscription-home-img {
	width: 15rem;
}
#einsightsNew .gt-eInsights-1-div,
#einsightsNew .gt-eInsights-2-div {
	position: absolute;
	top: 0%;
	right: 5%;
	width: 28%;
	font-size: 80%;
}
#einsightsNew .gt-eInsights-1-div img,
#einsightsNew .gt-eInsights-2-div img{
	width: 3rem;
}
.gtBackToTop {
    z-index: 2;
}


#tip__clientele .gt-clientele-div1 .owl-stage-outer {
	overflow: visible;
}
#tip__clientele .gt-clientele-div1 cite {
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--gt-tip-dark);
    
}
#tip__clientele .gt-clientele-div1 .carousel-item .card{
	min-height: 18rem;
	background: #dbeaff77;
	box-shadow: 0px 1px 10px #999 !important;
}
#tip__clientele .gt-clientele-div1 .carousel-item .fa-quote-left,
#tip__clientele .gt-clientele-div1 .carousel-item .fa-quote-right {
    color: var(--gt-tip-dark);
}
#tip__clientele .gt-clientele-marquee {
	height: 15rem;
	position: relative;
	/*z-index: -1;*/
}		

#tip__clientele .gt-clientele-marquee .card-footer {
	background: #069;
	color: white;
}
#tip__clientele .gt-testimonial {
	color: black;
	padding: 0.5rem 1rem;
	background: var(--gt-tip-lightTr);
}
#tip__clientele .gt-testimonial:hover {
	color: var(--gt-tip-darkBLue);
}	
#tip__clientele .gt-client-images {
	display: flex;
	flex-wrap: wrap;
}

#tip__clientele .gt-client-images .gt-client-img-div {
	padding: 1rem;
}
#tip__clientele .gt-testimonial .gt-client-img{
	height: 5rem;
	width: 5rem;
	margin: 0 auto;
	margin-top: -3rem;
	border: 0.5rem solid white;
	box-sizing: content-box;
	border-radius: 50%;
}

#tip__clientele .gt-client-img {
	filter: hue-rotate(calc(var(--ci) * 70deg));
}

#tip__clientele .gt-testimonial-h{
    height: 5.75rem;
}


/*#tip__clientele .gt-client-img-div img {*/
/*	height: auto;*/
/*	width: 7rem;*/
/*	animation-name: clientLogo;*/
/*	animation-duration: 6s;*/
/*	animation-iteration-count: infinite;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(1) img {*/
/*	animation-delay: 1s;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(2) img {*/
/*	animation-delay: 3s;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(3) img {*/
/*	animation-delay: 5s;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(4) img {*/
/*	animation-delay: 4s;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(5) img {*/
/*	animation-delay: 4s;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(6) img {*/
/*	animation-delay: 2s;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(7) img {*/
/*	animation-delay: 7s;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(8) img {*/
/*	animation-delay: 6s;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(9) img {*/
/*	animation-delay: 9s;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(10) img {*/
/*	animation-delay: 8s;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(11) img {*/
/*	animation-delay: 11s;*/
/*}*/
/*#tip__clientele .gt-client-img-div:nth-child(12) img {*/
/*	animation-delay: 12s;*/
/*}*/



#tip__clienteleLogo .gt-client-img-div img {
	height: auto;
	width: 7rem;
	animation-name: clientLogo;
	animation-duration: 6s;
	animation-iteration-count: infinite;
}

#tip__clienteleLogo .gt-client-images {
	display: flex;
	flex-wrap: wrap;
}
#tip__clienteleLogo .gt-client-images .gt-client-img-div {
	padding: 1rem;
}


#tip__clienteleLogo .gt-client-img-div:nth-child(1) img {
	animation-delay: 1s;
}
#tip__clienteleLogo .gt-client-img-div:nth-child(2) img {
	animation-delay: 3s;
}
#tip__clienteleLogo .gt-client-img-div:nth-child(3) img {
	animation-delay: 5s;
}
#tip__clienteleLogo .gt-client-img-div:nth-child(4) img {
	animation-delay: 4s;
}
#tip__clienteleLogo .gt-client-img-div:nth-child(5) img {
	animation-delay: 4s;
}
#tip__clienteleLogo .gt-client-img-div:nth-child(6) img {
	animation-delay: 2s;
}
#tip__clienteleLogo .gt-client-img-div:nth-child(7) img {
	animation-delay: 7s;
}
#tip__clienteleLogo .gt-client-img-div:nth-child(8) img {
	animation-delay: 6s;
}
#tip__clienteleLogo .gt-client-img-div:nth-child(9) img {
	animation-delay: 9s;
}
#tip__clienteleLogo .gt-client-img-div:nth-child(10) img {
	animation-delay: 8s;
}
#tip__clienteleLogo .gt-client-img-div:nth-child(11) img {
	animation-delay: 11s;
}
#tip__clienteleLogo .gt-client-img-div:nth-child(12) img {
	animation-delay: 12s;
}

@keyframes clientLogo {
	0% {
		transform: scale(0.5);
	}
	100% {
		transform: scale(1);
	}
}


#tip__articles .card {
	border: 0;
}
#tip__articles .card-title {
	font-weight: 600;
}
#tip__articles .card-title:hover {
	color: var(--gt-tip-blue);
}
#tip__articles .card-text {
	color: gray;
	line-height: 1.7;
}
#tip__articles .gt-text-h {
	display: none;
	height: 4.25rem;
	overflow: hidden;
}
/*#tip__articles .gt-translateY {*/
/*    background: white;*/
/*}*/
#tip__articles .row:first-of-type {
	background: var(--gt-tip-light);
}
#tip__articles .gt-view-all-post:hover {
	background-color: white;
	color: var(--gt-tip-blue);
}


#tip__counter {
	background-image: linear-gradient(to bottom, #082e56bb, #010708bb), url(/assets/images/all-industries/banners/electronics-and-semiconductor.webp);
	background-position: center;
	background-repeat: no-repeat;
}

/*#tip__callBack {
	background-image: linear-gradient(180deg, #222b, #333b), url('https://www.theinsightpartners.com/assets/index-images/main-slider/consulting.jpeg');	
	background-size: cover;
	height: inherit;
}*/
#tip__callBack  h2 {
	letter-spacing: 6px;
	font-size: 3rem;
}
#tip__callBack  input {
	border-radius: 0;
	padding: 0.75rem;
}
#tip__callBack  input:not([type="submit"]) {
	background-color: #fff;
}
#tip__callBack  input[type="submit"] {
	border-color: var(--gt-tip-blue);
	color: white;			
}
#tip__callBack  input[type="submit"]:hover {
	background-color: var(--gt-tip-blue);
	opacity: 0.5;
}

#tip__becomeClient { 
	background-image: linear-gradient(to left, #082e56bb, #010708bb), url(/assets/images/all-industries/banners/manufacturing-and-construction.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#tip__becomeClient button{
	border: 2px solid #025999;
}
#tip__becomeClient button:hover{
	border: 2px solid white;
}

#gtAboutTeam .carousel-indicators [data-bs-target] {
	background: var(--gt-tip-darkBLue) !important;
	background-clip:  padding-box !important;
}
#gtAboutTeam .gt-mh-20rem {
	min-height: 22rem;
}
#gtAboutTeam .gt-abt-team {
	font-size: 90%;
}

#tip__aboutTeam .carousel-indicators {
	margin-bottom: 0;
}
#tip__banner .gsc-input-box {
    padding: 0.5rem;
    border-radius: 0 !important;
}

	
.pendulam-effect {
	border: 6px solid #fff;
	animation-name: animate-pendulam;
	animation-duration: 3s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	margin-top: -2rem;
}

@keyframes animate-pendulam{
	0% {
	    transform: translateY(-6px) scale(0.9);
	    filter: brightness(0.75);
	}
	100% {
	    transform: translateY(6px);
	    filter: brightness(1.25);
	}
}

/* Start RC Script */
     
    .gsc-search-button-v2 {
        position: relative !important;
        font-size: 0 !important;
        /*padding: 6px 27px !important;*/
        padding: 13px 39px!important;
        width: auto !important;
        vertical-align: middle !important;
        border: 1px solid #666 !important;
        border-radius: 0.25rem !important;
        border-color: #3079ed !important;
        background-color: #4d90fe !important;
        background-image: linear-gradient(top, #4d90fe, #4787ed) !important;
        /*
        border-color: #ff5d06 !important;
        background-color: #ff5d06 !important;*/
    }
 
    /*button.gsc-search-button.gsc-search-button-v2 {*/
    /*    background-color: #4d90fe !important;*/
    /*    border-color: #4d90fe !important;*/
    /*}*/

    input#gsc-i-id1 {
      background: none !important;
    }
    .gsc-adBlock {
        display: none !important;  
    }
    .gcsc-more-maybe-branding-root{
        display: none !important;  
    }
    .gsc-result-info-container{
        display: none !important;  
    } 
    .gs-spelling{
        display: none !important;  
    }
    .gsc-cursor {
        font-size: 15px !important;
    }

    .gsc-input {
        font-size: 16px !important;
        height: 28px !important;
    }
    .gsc-input-box {
       border-radius: 0.25rem !important;
    }
    .gsc-results-wrapper-overlay{
       margin-top: 80px !important;
       margin-left: 50px !important;
    }
    .gsc-control-cse {
        background-color: transparent !important;
        border: transparent !important;
    }
    .section#gtSearchbarSection {
       padding-bottom: 0rem !important;
    }
    table.gsc-search-box td.gsc-input {
       padding-right: 0px !important;
    }
    .gsc-control-cse.gsc-control-cse-en {
        padding: 0px !important;
    }
    ul#primary-search-result\ w-100 {
       margin-left: 13px !important;
    }
    #tip__banner button.gsc-search-button.gsc-search-button-v2 {
        height: 3.5rem;
        border-radius: 0 !important;
        margin:0;
    }
    #tip__banner form.gsc-search-box{
        margin-bottom: -1px;
    }
    
   
    form.gsc-search-box{
        margin-bottom: -1px;
    } 
       /*.gt-text-warning {
    			color: #fdfe02;
		}*/ 
      .gt-carousel-item-01 {
		    background-image: url('assets/index-images/main-slider/e-insight-banner3.jpg');
		    background-position: right;
		    background-size: cover;
		    background-repeat: no-repeat;
		    height: 27rem;
		    width: 100%;
		}
		.gt-carousel-caption-01 {
		    right: 5%;
		    left: 50%;
		    top: 10%;
    		text-align: right;
		}
		.gt-carousel-caption-01 h2:after {
			content: '';
			border-bottom: 2px solid #fff;
			width: 50%;
			display: block;
			left: 0;
			position: absolute;
			margin-top: 0.7rem;
		}
		
		.gt-banner-fsb {
            background: linear-gradient(180deg, #efeff0, #d8dbdf);
            border: 2px solid white;
            border-radius: 0.5rem;
        }
    
    .gt-iso {
        height: 9rem;
        background: white;
        border-radius: 50%;
        position: absolute;
        top: 2%;
        right: 1%;
    }
    .gt-iso-f {
        height: 5rem;
        background: white;
        border-radius: 50% !important;
        margin-left: auto;
        margin-top: -5rem;
        display: block;
    }

    .gt-rd-sticky-nav, .gt-rd-sticky-title{
        position: sticky;
        top: 0;
        z-index: 1;
    }
    
    .gt-rd-sticky-title{
        margin-top: -5rem;
        background: #fff;
    }
    
    .gt-rd-sticky-title + section{
        margin-top: 3rem;
    }
    
    @media only screen and (max-width: 1191px) {   	
    	.gt-carousel-item-01 {	
    	    background-position: inherit;
    	}
    	.gt-rd-sticky-title{
            margin-top: -7rem;
        } 
    }
	
	@media only screen and (max-width: 991px) {
        .gt-iso-f {
             margin-left: calc(100% - 3rem);
        }
        
        .gt-rd-sticky-title{
            margin-top: -9rem;
        }
    }
     
    @media only screen and (max-width: 767px) {
    
               
        ul.navbar-nav.ms-auto.align-items-center {
            align-items: start !important;
        }
        #collapsibleNavbar .navbar-nav li.nav-item:not(:last-child){
            border-bottom: 1px solid #dfdfdf;
            width: 100%;
        }
        .gt-sample-form {
    	    padding-top: 0.5rem;
    	}
        .gsc-results-wrapper-overlay {
            margin-left: 10px !important;
            padding: 10px !important;
            left: 0 !important;
            width: 90 !important;
        }
        
        .gt-carousel-caption-01 {
		    left: 15%;
		    right:15%;
		}
		
		.gt-carousel-item-01 {	
    	    background-position: right;
    	}
    	
    	.gt-carousel-caption-01 h2:after {
    	    display: none ;
    	}
    	
    	#gtInquiryForm .modal-dialog.w-50,
    	#tip__gtPrDetails p:has(img), 
    	#tip__gtPrDetails .w-50 {
    	    width: 100% !important;
    	}
    	
    	#tip__gtPrDetails em,
        #tip__gtPrDetails .gt-rep-download em,
        #tip__gtPrDetails .gt-rep-download + p em,
        #tip__gtPrDetails .gt-rep-download + p + p em {
            display: block;
            clear: both;
        }

        #gtRdPage .gt-ig-container .gt-ig-md {
        	position: static;
        	width: 100%;
        }
        #gtRdPage .gt-ig-container .gt-ig-ft::before,
        #gtRdPage .gt-ig-container .gt-ig-op::before,
        #gtRdPage .gt-ig-container .gt-ig-gd::after,
        #gtRdPage .gt-ig-container .gt-ig-restr::after {
        	display: none;
        }
        #gtRdPage .gt-ig-container .gt-border-left-dotted {
        	border-style: none;
        }
        #gtRdPage .gt-ig-container .gt-ig-header div:first-child{
        	order: 2;
        }
        #gtRdPage .gt-ig-container .gt-ig-header div:nth-child(2){
        	order: 3;
        }
        #gtRdPage .gt-ig-container .gt-ig-header div:nth-child(3){
        	order: 1;
        }
        #gtRdPage .gt-ig-container .gt-ig-rep-title::before {
        	bottom: -10%;
        }
        #gtRdPage .gt-ig-container .gt-ig-rep-title::after {
        	bottom: -7%;
        }
        
        
        #tip__catPage #gtCatTabContent .gt-link-ul label {
            padding: 0.5rem !important;
        }
        
        #tip__catPage .gt-brightness-p5{
            filter: brightness(0.75);
            height: 7rem;
        }
        #tip__catPage .gt-catname {
            bottom: 0;
            left: 0;
            font-size: 1rem;
        }
        .gt-ig-container .gt-ig-gd, 
        .gt-ig-container .gt-ig-restr, 
        .gt-ig-container .gt-ig-ft, 
        .gt-ig-container .gt-ig-op {
            height: inherit !important;
        }
        
        #gtSampleDiscInqForm .breadcrumb,
        #gtSampleDiscInqForm #gCopyNow {
        	display: none;
        }
      .gt-eInsights-1-div-mobile{
          margin-top:3rem;
      }	
      
      #tip__clientele .gt-clientele-div1 cite{
          height:2.5rem;
          margin-top:2rem;
      }
    }
      
    @media (min-width: 576px){
        .modal-dialog {
            /*max-width: 700px !important;*/
            margin: 1.75rem auto;
        }
    }
    
    @media (max-width: 576px){
        input#gsc-i-id1 {
            border: 1px solid #e6e1e1 !important;
            height: 3rem !important;
            background-color: #fff !important;
            border-radius: 0 !important;
            width: auto !important;
        } 
    }
    
    
   
    /* End RC Script */
/*-- Carousel(s) CSS --*/


/*footer .gt-footer-links a{
	color: #80939d;
	color: #ddd;
}*/


/*-- Common --*/
		
footer {
	background: #00263b;
}
footer a {
	color: white;
	text-decoration: none;
}
footer a:hover {
	color: white;
	text-decoration: underline;
}
footer ul {
	line-height: 1.7;
}

footer #newsletterform input{
	background: #2d4059;
	border: 0;
	border-radius: 0;
}
footer #newsletterform input:focus{
	/*background: #ddd;*/
	/*color: var(--gt-tip-blue);*/
	border: 0;
	box-shadow: none;
}

footer .gt-footer-heading {
	margin: 1rem 0;
	color: #bfe2f5;
	/*color: #80939d;*/
	text-transform: uppercase;
}
footer .gt-pr .gt-date {
	color: #80939d;
}
footer .gt-pr ul li a:hover {
	text-decoration: underline;
}
footer .gt-social img {
	border-radius: 2rem;
}
footer .gt-social img:hover {
	filter: brightness(1.5);
}

footer .gt-social .bg-fb {
    width: 36px;
    height: 37px;
    background: url('../images/cs_social-icon.png') -69px -10px;
}
footer .gt-social .bg-twitter {
    width: 37px;
    height: 35px;
    background: url('../images/cs_social-icon.png') -10px -67px;
}
footer .gt-social .bg-linkedin {
    width: 35px;
    height: 35px;
    background: url('../images/cs_social-icon.png') -67px -67px;
}
footer .gt-social .bg-youtube {
    width: 39px;
    height: 37px;
    background: url('../images/cs_social-icon.png') -10px -10px;
}

.gtBackToTop {
	background: white !important;
    color: var(--gt-tip-darkBLue);
    padding: 0.35rem 0.7rem 0.35rem;
    border-radius: 3rem;		
    position: fixed;
    right: 5%;
    bottom: 5%;
    transform: scale(0.8);
    transition: var(--transition_600);
    filter: drop-shadow(0px 1px 3px var(--gt-tip-darkBLue));
    display: none;
}
.gtBackToTop:hover {
    transform: scale(1) rotate(180deg);
}


#gtSearchModal .modal-body input:focus {
	border: 1px solid gray;
	outline: 0;
	box-shadow: none;
}

#tip__banner #gtSearchSubmitBtn {
	border: 0;
	border-bottom: 1px solid white;
	box-shadow: none;
	outline: 0;
	background: #0008;
	color: white;
}

#gtSearchModal .modal-body .gt-search-submit-btn {
	opacity: 0.9;
	background: #2aa9c5;
}
#gtSearchModal .modal-body .gt-search-submit-btn:hover {
	opacity: 0.7;
	/*	opacity: 1;*/
	background: var(--gt-tip-darkBLue) !important;
	color: red;
}
#gtInquiryForm .gt-rep-benefits {
    color: var(--gt-tip-darkBLue);
}
#gtSearchModal .modal-content {
    background: transparent;
    border: 0;
    box-shadow: 0px 8px 6px -4px #444;
    margin-top: 4rem;
}
#gtSearchModal .modal-dialog,
#gtInquiryForm .modal-dialog {
	max-width: 75%;
}



.gt-sample-form-img {
	background-image: linear-gradient(45deg, #025c, #dddc), url(https://www.theinsightpartners.com/assets/images/get-sample.png);
}
.gt-sample-form .input-group-text {
	border-radius: 0;
	padding: 0.75rem;
}
.gt-sample-form input,
.gt-sample-form select,
.gt-sample-form textarea {
	border-radius: 0;
}

.gt-sample-form input:focus,
.gt-sample-form select:focus,
.gt-sample-form textarea:focus {
	/*border: 0;*/
	box-shadow: none;
	outline: 0;
	/*background: #0005;*/
	/*color: white;*/
}

.g-toggle-btn{
    cursor: pointer;
    font-weight:bold;
}

/*-- --*/
  #tip__catPage #gtCatTabContent .nav-tabs {
	background: var(--gt-tip-lightGray);
	padding: 0;
}
  #tip__catPage #gtCatTabContent .nav-link {
	border-radius: 0;
	color: black;
	padding: 1rem 4rem;
  }
  #tip__catPage #gtCatTabContent .nav-link.active {
	background: var(--gt-tip-primary);
	color: white;
  }
#tip__catPage .gt-cat-rep-h{
    height: 8.5rem;
    overflow: hidden;
}

#tip__catPage #gtCatTabContent .gtActiveTab {
	background: var(--gt-tip-primary);
	color: white !important;
}
#tip__catPage #gtCatTabContent .gt-link-ul label{
	/*background: var(--gt-tip-primary);*/
	color: white;
    border-radius: 0;
	color: black;
	padding: 1rem;
	cursor: pointer;
	width: 100%;
  }
  #tip__catPage .gt-cat-img {
      height: 13rem;
      overflow: hidden;
  }
  #tip__catPage .gt-catname {
      position: absolute;
      bottom: 17%;
      left: 8.5%;
      color: white;
  }
  #tip__catPage #chart-container {
    background: #f2f2f2;
      padding: 1rem 0 0 0.5rem;
    border-right: 1.25rem solid white;
  }
  #tip__catPage #chart-container .apexcharts-title-text {
      font-weight: 600;
      color: rgb(85, 85, 85);
  }
  #tip__catPage #chart-container .apexcharts-canvas {
      margin-top: -1rem;
  }
  .gt-disclaimer{
      font-size:12px;
      font-style: italic;
      color:#39ade6;
      background: #fff;
  }
  .gt-disclaimer::before {
      content: '';
      padding: 0.8rem;
      background: white;
      /*height: 1rem;*/
      /*width: 1rem;*/
      display: inline-block;
      margin-left: -0.75rem;
      margin-bottom: -0.75rem;
  }
  .gt-disclaimer::after {
      content: '';
      padding: 0.8rem;
      background: white;
      /*height: 1rem;*/
      /*width: 1rem;*/
      display: inline-block;
      margin-right: -0.75rem;
      margin-bottom: -0.75rem;
      margin-left: 7rem;
  }
  
  #tip__catPage .gt-rel-pr .gt-card-h{
        height: 4rem;
        overflow: hidden;
  }
  
  #tip__catPage .gt-rep-desc{
    font-size: 0.8rem
  }
  
  #tip__catPage .gt-get-sample-btn{
        border-radius: 3rem;
        color: white;
        display: block;
        width: 72%;
        font-size: 90%;
        padding: 0.1rem;
        border:0;
  }

  
/*-- --*/

/*-- --*/

.gt-tip-infoColor { 
		color: #2a85b8;
	}
	.gt-bg-info-gradient{
		background-image: linear-gradient(to top, #2482b6dd -90%, transparent 90%);
	}
	.gt-bg-info-gradient2{
		background-image: linear-gradient(to bottom, #2482b6dd -90%, transparent 90%);
	}
	.gt-border-bottom-blue {
		border-bottom: 0.25rem solid #025b8b;
	}
	/*-----------------*/
	
	/*---------Access Data----------*/
	/*.gt-upcoming-img-div .gt-accessdata{
        display: none;
    }*/
    .gt-upcoming-img-div .gt-accessdata{ 
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .gt-si-img-div .gt-accessdata {
        display: block;
        position: absolute;
        top: 40%;
        left: 63%;
    }
	
	#inquiryForm .input-group {
        margin-bottom: 0.5rem;
    }
    
    #inquiryForm ul li::before {
        content: '✓';
        color: black;
        background: white;
        padding: 0.04rem 0.27rem;
        border-radius: 1rem;
        border: 1px solid white;
        margin-right: .25rem;
        font-weight: bold;
    } 
    
	#gtRdPage {
	    /*font-family: "IBM Plex Sans", sans-serif*/
	}
	#gtRdPage .gt-banner-row .gt-lh-1p7 {
	    margin-right: 2rem;
	}
/*	#gtRdPage .tab-content h3, 
	#gtRdPage .tab-content p,
	#gtRdPage .tab-content ul {
	    color: #352354;
	}*/
  	#gtRdPage .g-des-h3,
  	#gtRdPage h3 {
  		/*font-size: 1.375rem;*/
  		font-size: 1.1rem;
        font-style: normal;
        color: #352354;
        line-height: 1.4;
  	}
  	
  	#gtRdPage .g-des-h3, #gtRdPage h3{
  	    font-size: 16px !important;
        font-weight: 600;
  	}
  	
  	#gtSampleDiscInqForm p,
  	#gtSampleDiscInqForm ul,
  	#tip__catPage p,
  	#tip__catPage ul,
  	#gtRdPage .tab-content .g-ff-verdana,
  	#gtRdPage .tab-content p
  	/*GK 170424 -- #gtRdPage .tab-content ul*/ {
	    margin-bottom: 1rem;
        font-size: 0.9rem;
        line-height: 1.6;
	}
	#description br + br {
        display: block;
        content: '';
        margin-top: 16px;
    }
	#gtRdPage .tab-content p
  	/*/*GK 170424 #gtRdPage .tab-content ul*/ {
	    text-align: justify;
  	}
  	#gtRdPage .tab-content #upcomingTocTab .input-group-prepend {
  	    margin-bottom: 0 !important;
  	}
/*		#gtRdPage #gtRdSegments div>img{
	    height: 8.5rem !important;
	}*/
	
	#gtRdPage .gt-heading {
		min-height: 9rem;
	}
	#gtRdPage #gtSIdata .gt-si-card {
		background: #f6f6f6;
		padding: 1rem 0.25rem 1.75rem 1rem;
		border-bottom: 0.25rem solid #025b8b;
		margin-bottom: 1rem;
	}
	#gtRdPage #gtSIdata .gt-history .gt-si-point {
		font-weight: 600;
	}
	#gtRdPage #gtSIdata .gt-history .gt-si-point-div:nth-child(even) {
		background: #f6f6f6;
	}
	#gtRdPage #gtSIdata .gt-history .gt-si-point-div:nth-child(odd) {
		background-color: #2482b644;
	}
	#gtRdPage .gt-si-right-icon::after,
	#gtRdPage .gt-si-left-icon::after {
		content: '';
	    border-left: 1rem solid transparent;
	    border-bottom: 1rem solid #025b8b;
	    position: absolute;
	    top: 0;
	}
	#gtRdPage .gt-si-right-icon::after {
	    right: 0;
	    transform: rotate(-90deg);
	}
	#gtRdPage .gt-si-left-icon::after {
	    left: 0;
	    transform: rotate(-180deg);
	}

	#gtRdPage .g-sta-btn {
        margin-top: -1.2rem;
        width: 15rem;
    }
    
    #gtRdPage .g-sta-btn + span {
        position: absolute;
        bottom: 0.7rem;
        right: 13%;
        font-weight: 600;
        background: transparent;
        padding: 0 0.75rem 0 1.25rem;
        border-radius: 1rem;
    }
	
	


  #gtRdPage .gt-price-div {
      height: 2rem;
  }
  #gtRdPage .gt-rep-meta ul li {
  	line-height: 2.2;
  }
  
  #gtRdPage .gt-rep-meta ul.gt-rep-text li::before {
  	content: '✓';
  	color: white;
  	background: var(--gt-tip-info);
  	padding: 0.14rem 0.37rem;
  	border-radius: 1rem;
  	margin-right: 1rem;
  	font-weight: bold;
  	font-size:80%;
  }
  #gtRdPage .gt-rep-meta ul.gt-rep-btn li:not(:last-child)::before {
  	content: '✓';
  	color: white;
  	background: var(--gt-tip-info);;
  	padding: 0.14rem 0.37rem;
  	border-radius: 1rem;
  	margin-right: 1rem;
  	font-weight: bold;
  	font-size:80%;
  }

  #gtRdPage .gt-pill-container {
  	margin-top: 0.5rem;
  	background: #e6e6e6;
  }
  #gtRdPage .gt-pill-container .nav-pills .nav-link.active, 
  #gtRdPage .gt-pill-container .nav-pills .show>.nav-link{
  	background: white;
  	color: var(--gt-tip-darkBLue);
  	font-weight: 600;
  	padding: 1rem;
  }
  #gtRdPage .gt-pill-container .nav-pills .nav-link{
  	color: var(--gt-tip-darkBLue);
  	font-weight: 600;
  }
  #gtRdPage .gt-tab-content-container {
  	margin-top: 3rem;
  }
  #gtRdPage .gt-banner-row {
	/*background-image: linear-gradient(45deg, #079, #002255);*/
	background-image: url('../images/rdimg/rd_image.jpg'); /*linear-gradient(45deg, #182341, #020e2f);*/
    /*width: 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    height: inherit;
}
#gtRdPage .gInputRadio-div label{
    font-size: 1.1rem;
    font-weight: 600;
}
#gtRdPage .gInputRadio-div input[type="radio"]{
    display: none;
}		
#gtRdPage .gInputRadio-div .newRadio{
    display: none;
}
#gtRdPage .gInputRadio-div input[type="radio"] ~ .gt-site-license{
	color: #999999;
}
#gtRdPage .gInputRadio-div input[type="radio"]:checked ~ .gt-site-license{
	color: #343434;
}
#gtRdPage .gInputRadio-div input[type="radio"] ~ .curRadio{
    display: inline-block;
    color: #999999;
    margin-right: 0.5rem;
}
#gtRdPage .gInputRadio-div input[type="radio"]:checked ~ .curRadio{
    display: none;
}
#gtRdPage .gInputRadio-div input[type="radio"]:checked ~ .newRadio{
    display: inline-block;
    color: #343434;
}
#gtRdPage .gInputRadio-div input[type="radio"]:checked ~ label{
    font-style: italic;
    color: green;
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

  #gtRdPage .gt-download-brochure {
  	background: var(--gt-tip-lightGray);
  }
  #gtRdPage #description img{
      max-width: auto;
      height: auto;
  }
  #gtRdPage #gtStratInsightTable td:nth-child(1),
  #gtRdPage #gtStratInsightTable td:nth-child(2) {
      font-size: 0.85rem;
  }
  #gtRdPage #gtStratInsightTable td:nth-child(2) {
  	background: var(--gt-tip-lightGray);
  	border-bottom: 0.37rem solid white;
  	border-radius: 0.5rem;
  	font-weight: bold;
  }

  #gtRdPage #upcomingTocTab,
  #gtRdPage #companies,
  #gtRdPage #researchMethod{
      min-height: 28rem;
  }

  #gtRdCounter {
  	background-color: var(--gt-tip-lightBlue);
  }
    
  #gtRdPage .g-rep-c-table td {
        text-wrap: wrap;
    }    
    

  #gtRdPage .g-rep-c-table {
  /*	max-width: 50rem;*/
  }
  #gtRdPage .g-rep-c-table td, 
  #gtRdPage .g-rep-c-table th {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}
  #gtRdPage .g-rep-c-table .req_btn {
  	border: none;
  	background: var(--gt-tip-blue);
  	color: white;
  	border:  2px solid var(--gt-tip-blue);
  }
  #gtRdPage .g-rep-c-table .req_btn:hover {
  	background: var(--gt-tip-light);
  	color: var(--gt-tip-blue);
  	border:  2px solid var(--gt-tip-blue);
  }
  #gtRdPage #accordion .card {
  	border: 0;
  	border-radius: 0;
  	margin-bottom: 1rem;
  }

  #gtRdPage #gtAskAnalyst .gt-speak-to-analyst {
  	border-radius: 2rem;
  	border-top-left-radius: 0;
  	background-color: var(--gt-tip-primary);
  	color: white;
  	border:  0;
  }
  #gtRdPage #gtAskAnalyst .w-75{
      font-size: 85%;
  }
  #gtRdPage #gtAskAnalyst .gt-analyst-img {
      height: 7rem;
      width: 7rem;
  }
  #gtRdPage .gt-rel-rep-single img {
  	border-radius: 0.5rem;
  }
  #gtRdPage .gt-rotate-up {
	transform: rotate(180deg);
	transition : 1s ease-in-out;
}
#gtRdPage .gt-rotate-down {
	transform: rotate(0deg);
	transition : 1s ease-in-out;
}
#gtRdPage .gt-keyword-tags span {
	color: hsl(0, 100%, 50%);
	filter: hue-rotate(calc(var(--i) * 45deg ));
	font-size: calc(var(--j) * 0.7);
}
#gtRdPage #gtRelRep img {
	transition: 300ms ease ;
}
#gtRdPage #gtRelRep img:hover {
	transform: scale(1.02);
}
#gtRdPage #gtRelRep .gt-rel-rep-h {
	height: 8.85rem;
	overflow: hidden;
}

  #gtRdPage .gt-sticky-div {
  	width: 18rem;
  }

  #gtRdPage .fs-5 {
      font-size: 0.90rem!important;
  }
  
  
	#gtRdPage #mdsk {
	    border-bottom: 0.25rem solid var(--gt-tip-blue);
	    margin-bottom: 0.5rem;
	}
	#gtRdPage #mdsk .gt-market-dynamics {
		border-right:  3px dotted gray;
	}
	#gtRdPage #mdsk .gt-mdsk-heading {
		color: #2482b6;	
		font-size: 1.4rem;
		font-weight: 500;
	}
	#gtRdPage #mdsk .gt-gfro-ul .gt-mdsk-icon {
		height: 2rem;
		width: 2rem;
	}
	#gtRdPage #mdsk .gt-mdsk-icon {
		height: 1rem;
		width: 1rem;
	}
	#gtRdPage #mdsk .gt-gfro-heading {
		font-weight: 600;
	}
	#gtRdPage .gt-gfro-ul{
		display: inline-flex;
		flex-wrap: wrap;
	}

	#gtRdPage .gt-mSeg-ul img{
		width: 1rem;
	}
	#gtRdPage .gt-mSeg-ul {
        display: inline-flex;
        flex-wrap: wrap;
		line-height: 2.4 !important;
	}
	#gtRdPage .gt-mSeg-ul li{
		font-weight: 600;
		margin-right: 0.75rem;
	}

	#gtRdPage .gt-key-players ul li {
		line-height: 3;
	}
	#gtRdPage .gt-key-players ul li::before {
		content: '';
		padding:0.275rem 0.4rem ;
		margin-right: 0.25rem;
		margin-bottom: 0.15rem;
		background: var(--gt-mdsk-darkGreen);
		border-radius: 1rem;
		display: inline-block;
	}

  
  #discountForm .input-group {
    margin-bottom: 0.5rem;
}

#discountForm ul li::before {
    content: '✓';
    color: black;
    background: white;
    padding: 0.04rem 0.27rem;
    border-radius: 1rem;
    border: 1px solid white;
    margin-right: 1rem;
    font-weight: bold;
} 

/*-- --*/

/*-- --*/
#gtPressRelease .g-industry-list li,
#gtPressReleaseCategory .g-industry-list li {
    line-height: 2.4;
    font-size: 90%;
}
#gtPressRelease .g-industry-list li:hover,
#gtPressReleaseCategory .g-industry-list li:hover {
    color: var(--gt-tip-blue);
    text-decoration: underline;
}
#gtPressRelease .g-industry-list .fa,
#gtPressRelease .g-industry-list .fas,
#gtPressReleaseCategory .g-industry-list .fa,
#gtPressReleaseCategory .g-industry-list .fas {
   width: 1.6rem;
}
#gtPressRelease .gt-single-pr:hover {
    color: var(--gt-tip-blue);
}

/*-- --*/

    /**-- --*/
    #tip__gtPrDetails p{
        clear: both;
    }
    #tip__gtPrDetails p:has(img) {
        display: inline-block;
        float: left;
        width: 50%;
    }
    
    #tip__gtPrDetails span:has(em),
    em{
        display: block;
        width: 100%;
        clear: left;
    }
    
    #tip__gtPrDetails .g-pr-brochure-form{
        box-shadow: 2px 4px 4px #787878;
    }

    #tip__gtPrDetails .g-btn-send-req {
        padding: 0.45rem;
        background-image: linear-gradient(-16deg, #1c8542 26% , transparent 172% );
        color: #fff;
        border: 0;
        margin: 0.15rem 0;
        font-weight: bold;
        box-shadow: 1px 2px 4px #777;
        cursor: pointer;
    }
    #tip__gtPrDetails .g-sticky-pricing{
        position: sticky;
        top: 80px;
    }
    #tip__gtPrDetails .g-form-control-h{
        height: initial;
        padding: .171rem .75rem;
    }
   
    #tip__gtPrDetails .g-pr-brochure-form .form-group {
        margin-bottom: 0.417rem;
    }

    #tip__gtPrDetails select.form-control:not([size]):not([multiple]) {
        height: calc(2.3rem + 1px) !important;
    }
    /*-- --*/


#rep_description table {
    max-width: 100%;
}


/*-- --*/
#tip__rhsContacts .g-tip-new-gradient .g-child {
    font-size: 90%;
    background: #555;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

 #tip__contactUs .g-tnc-heading:after{
    content: '';
    display: block;
    height: 0.12471rem;
    background-color: #025b8b;
    width: 12rem;
    margin: 10px auto 0;    
}

#tip__contactUs .g-contact-us-form-new input, .g-contact-us-form-new select{
    height: 2.671rem !important;
}
/*-- --*/
    
/*-- --*/
#tip__careerPage .gt-block:hover {
  	background: #d6e3ff;
  }
  #tip__careerPage .gt-block img {
  	width: 4rem;
  }
  #tip__careerPage .gt-designation {
      min-height: 3rem;
  }
  /* Style the search box inside the navigation bar */
#tip__careerPage .search-container input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}
#tip__careerPage .gt-career-search input,
#tip__careerPage .gt-career-search button {
    border-radius: 0;
}
#tip__careerPage .gt-block .fas{
    color: green;
    filter: hue-rotate(calc(var(--i) * 45deg));
}
/*-- --*/

/*-- --*/
#gtAbtPage .g-team-img {
  width: 10rem;
}
#gtAbtPage .bg-light-gray{        
  background-color:#f9f7f8;        
}
#gtAbtPage .g-mt-lg-n5{
  margin-top:-4.5rem !important;  
}
#gtAbtPage .g-px-4rem{
  padding-left:1rem;  
  padding-right:1rem;     
}
#gtAbtPage .heading-underline{
  font-size:1.9rem;
  font-family: Rockwell;
  font-weight:bold;
  display: block;
  padding-bottom:20px;
  background-image: linear-gradient(to right, #aaaaaa, #aaaaaa);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 12% 2px;
  transition: background-size .5s ease;
}
#gtAbtPage .mission-stmt-bg{
  height:auto;
  width:100%;
  position:relative;
}
#gtAbtPage .mission-stmt-bg:before{
  content: '';
  line-height: 0;
  font-size: 0;
  /* height: 0; */
  border-top: 252px solid transparent;
  border-bottom: 180px solid #f0f0f0;
  border-left: 0px solid transparent;
  border-right: 1000px solid #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0 !important;
  z-index: -1;
}
#gtAbtPage #gtOurValues > .row {
  grid-row-gap: 1.7rem;
}
#gtAbtPage #gtOurValues > .row > [class*='col-'] > .gt-value {
  height: auto;
  width: 7rem;
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  padding: 1rem;
  background-image: linear-gradient(to bottom, black, transparent);
}
#gtAbtPage #gtOurValues .gt-value + .gt-value-content {
  margin-top: -1rem;
}
#gtAbtPage #gtOurValues .gt-value + .gt-value-content > span {
  font-weight: 500;
  border-bottom: 1px dashed;
  margin-bottom: 1rem;
  display: inline-block;
}
/*-- --*/

/*-- --*/
#tip__eInsights div[class*="gt-view-all-"] span{
	border-radius: 2rem;
}

#tip__eInsights #gtInsightsFormDiv{
	border-radius: 1rem;
	border: 1px solid #c6baba; 
	margin-bottom: 25px !important;
}
#tip__eInsights #gtInsightsFormDiv input.form-control {
    padding: 0.4rem;
    border-radius: 2rem;
    margin-bottom: 0.75rem;
}

#tip__eInsights #discountForm select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 1px);
}

#tip__eInsights #gtInsightsFormDiv input[type='submit'] {
	border-radius: 2rem;
    /*padding: 0.7rem; */
}
#tip__eInsights #gtBannerParent {
    background-color: #f2f2f2 !important;
    background-image: url(../../eInsights/img/einsight_Head.jpg);
    background-position: inherit;
    background-size: cover;
}
#tip__eInsights #gtBannerParent ul {
	padding-left: 1rem;
}
#tip__eInsights #gtBannerParent ul li {
	padding-left: 1rem;
	font-weight: bold;
}
#tip__eInsights #gtBannerParent ul li::marker {
	content: '-';
}
#tip__eInsights #gtBannerParent iframe {
	width: 85%; 
	height: 17rem; 
	border-radius: 2rem; 
	border: 0;
}
#tip__eInsights #gtBanner {
	background: #f2f2f2;
}

#tip__eInsights .gt-single-industry .gt-icon i{
	background: #00adef;
	border-radius: 50%;
	color: #fff;
	padding: 1.12rem 1rem;
}
#tip__eInsights .gt-single-industry .gt-small {
	font-size: 95%;
}

#tip__eInsights #gtServiceSec {
	background: #f5f5f5;
	position: relative;
	border-top: 1px solid #ddd;
}
#tip__eInsights #gtServiceSec .btn {
	background: linear-gradient(to top, #00adef 50%, #24b9f1 30%);
    position: absolute;
    top: -6.25%;
    transform: translateX(-50%);
}

#tip__eInsights .gt-single-service .gt-icon {
	color: #00adef;
}
#tip__eInsights .gt-shadow{
	box-shadow: 1px 1px 4px #dedede;
}

#tip__eInsights #gtSectionList .btn {
	background: linear-gradient(180deg, #00569f 50%, #003664 50%);
}
#tip__eInsights #gtSectionList ul li::marker {
	content: '✓';
	font-weight: bold;
	list-style-position: outside;
}
#tip__eInsights #gtSectionList ul li,
#tip__eInsights #gtSectionList ol li{
	border-bottom: 1px solid #025b8b88;
	padding: 0.70rem 1rem;
}

#tip__eInsights #aboutus{
    background: #f2f2f2 !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: -10px !important;
}


#tip__eInsights #discountForm .g-recaptcha > div:first-child {
    width: 100% !important;
    border: 1px solid #ddd;
    margin-top: 1rem;
}

#tip__eInsights #discountForm .rc-anchor-light.rc-anchor-normal, 
#tip__eInsights #discountForm .rc-anchor-light.rc-anchor-compact {
    border: 0 !important;
}

#tip__eInsights #inquiryForm .g-recaptcha > div:first-child {
    width: 100% !important;
    margin-top: 1rem;
}
/*-- --*/

/*-- --*/
#tip__eInsightsIndustry #gtIndustryReports .gt-ind-name {
    color: var(--gt-tip-blue);
}
#tip__eInsightsIndustry #gtIndustryReports .gt-ind-rep {
    box-shadow: 0.1rem 0.1rem 1.2rem 0.25rem #d9d9d9;
}
#tip__eInsightsIndustry #gtIndustryReports .gt-card-body .gt-ind-rep .gt-view-btn {
    position: absolute;
    bottom: -10%;
    transition: 0.5s ease-in-out;
}
#tip__eInsightsIndustry #gtIndustryReports .gt-ind-rep {
    overflow: hidden;
    margin-bottom: 1rem;
}
.gt-access-given {
    bottom: 0 !important;
}
#tip__eInsightsIndustry #gtIndustryReports .gt-ind-name span::before {
    width: 13rem;
    background-image: linear-gradient(to right, var(--gt-tip-blue), black);
    bottom: -40%;
}

#tip__eInsightsIndustry #gtIndustryReports .gt-ind-name span::before,
#tip__eInsightsIndustry #gtIndustryReports .gt-ind-name span::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 0.1rem;
}
#tip__eInsightsIndustry #gtIndustryReports .gt-ind-name span::after {
    width: 9rem;
    background-image: linear-gradient(to right, black, var(--gt-tip-blue) );
    bottom: -80%;
}

#tip__eInsightsIndustry #gtIndustryReports .gt-ind-rep img {
    height: 7rem;
    width: 100%;
}
#tip__eInsightsIndustry .gt-ind-text {
    height: 7.5rem;
    overflow: auto;
}
#tip__eInsightsIndustry .gt-ind-banner-img {
    height: 11rem;
    width: 100%;
    background-image: url(https://www.tipknowledge.com/subscription/assets/img/industry.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#tip__eInsightsIndustry #gtCompanyListTable tr:first-child th {
    font-size: 90%;
    color: var(--gt-tip-blue);
}
#tip__eInsightsIndustry #gtCompanyListTable.table th,
#tip__eInsightsIndustry #gtCompanyListTable.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid var(--gt-tip-blue) !important;
}
#tip__eInsightsIndustry #gtCompanyListTable tr:first-child {
    background-color: #e6e6e6;
}

#tip__eInsightsIndustry button.btn.text-white.btn-sm {
    background-color: transparent !important; 
}

#tip__eInsightsIndustry .gt-req4sample-btn{
	border-radius: 2rem;
	position: relative;
	display: inline-block;
	box-shadow: 2px 4px 12px #111111;
	background: linear-gradient(45deg, #010a50, #bdcfe1);
    color: #fff;
    padding-right: 3rem;
    padding-left: 1rem;
}
#tip__eInsightsIndustry .gt-req4sample-btn-icon{
	border-radius: 2rem;
	position: absolute;
	right: 0;
	background: #fff;
	color: #025b8b;
	padding: 0.82rem 1.24rem;
}

/*-- --*/

/*-- --*/
 #tip__eInsightsEnquiry #gtSpeakToAnalystId{
    box-shadow: 0px 1px 3px;
    border-radius: 0.37rem;
  }
  #tip__eInsightsEnquiry #gtSpeakToAnalystId .gtMaxHeight{
    /*max-height: 32rem;*/
    /*overflow: auto;*/
  }
  #tip__eInsightsEnquiry table#calendar{
    border-collapse: inherit;
  }
  #tip__eInsightsEnquiry table#calendar td{
      width: 3rem;
      height: 3rem;
  }
  #tip__eInsightsEnquiry table#calendar td.enable-date {
    
    background: #eef5ff;
    color: #0060e6;
    border-radius: 50rem;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  #tip__eInsightsEnquiry table#calendar td.enable-date.activeDate {
    background: #0069ff;
    color: #fff;
  }
  #tip__eInsightsEnquiry #gtSpeakToAnalystId ::-webkit-scrollbar{
    background: #ddf5ff;
    width: 0.5rem;
  }
  #tip__eInsightsEnquiry #gtSpeakToAnalystId ::-webkit-scrollbar-thumb{
    background: #025b8b;
  }
  #tip__eInsightsEnquiry #gtSpeakToAnalystId button.btn.btn-info[type="submit"] {
    background: #0060e6;
    color: #fff;
    border-radius: 3rem;
    padding: 0.5rem 4rem;
  }
  #tip__eInsightsEnquiry #gtSpeakToAnalystId .form-control {
    border-radius: 0.4rem;
  }
  #tip__eInsightsEnquiry #gtSpeakToAnalystId .form-control:focus {
    color: #0060e6;
    background-color: #fff;
    border-color: #0060e6;
    border-width: 0.13rem;
    outline: 0;
    box-shadow: none;
  }
  /* 
  header{
    position: static;
  }
*/
/*-- --*/


/*-- --*/
#tip__privacyPolicy  strong {
    clear: left;
    display: block;
    margin-top: 1rem;
}
#tip__privacyPolicy   br {
    display: none;
}
/*-- --*/

  
/*-- --*/
#tip__whitePaper .g-industry-list li {
    position: relative;
    padding-left: 1.2rem;
}
#tip__whitePaper .g-industry-list input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100% !important;
    height: 70% !important;
    transform: translateX(-47%);
}
#tip__whitePaper .g-industry-list input + span {
    display: block;
    margin-left: 0.5rem;
}

#tip__whitePaper p:empty{
    display: none;
}
/*-- --*/

/*-- --*/
 #tip__webinarDetails #gtListTable2 th {
  color: #fff !important;
}
#tip__webinarDetails #gtListTable2 tr:hover td {
  color:  #025b8b;
}

#tip__webinarDetails #gtMultiCheck,
#tip__webinarDetails #gtMultiCheck2,
#tip__webinarDetails #gtMultiCheck3 {
  	display: none;
  }

#tip__webinarDetails ul#gtMultiCheck,
#tip__webinarDetails ul#gtMultiCheck2,
#tip__webinarDetails ul#gtMultiCheck3{
    position: absolute;
    z-index: 111;
    background: #fff;
    font-size: 0.81rem;
    width: 100%;
}

#tip__webinarDetails ul#gtMultiCheck li,
#tip__webinarDetails ul#gtMultiCheck2 li,
#tip__webinarDetails ul#gtMultiCheck3 li {
    line-height: 1.7;
}
#tip__webinarDetails #gtRefineFilter .form-control{
    padding: 0.3rem 0.6rem;
    border: 1px solid #6c757d;
    color: #747d84;
}

#tip__webinarDetails #gtRefineFilter .btn-group-sm>.btn, .btn-sm {
    padding: 0.38rem 0.5rem;
}

#tip__webinarDetails div.pagination { 
    font-family: "Lucida Sans", Geneva, Verdana, sans-serif; 
    padding:20px;  
    margin:7px; 
    display: table-cell; 
} 
/*-- --*/

/*-- --*/
#gtWebinarDetails .gt-demand-row{
    border: 0.1rem solid #03ced2;
}
#gtWebinarDetails .gt-demand-row::before{
    content: '';
    display: block;
    border-top: 6rem solid transparent;
    border-bottom: 6rem solid transparent;
    border-left: 4rem solid #06457b;
    border-right: 0rem;
}
    
/*-- Banner CSS --*/
#gtWebinarDetails .gt-banner-clip{
    clip-path: polygon(100% 0%, 100% 100%, 20% 100%, -75% 50%, 20% 0%);
    border: 1rem double #06457b;
    border-top-left-radius: 11rem;
    border-bottom-left-radius: 11rem;
}
#gtWebinarDetails .gt-banner-clip-div{
    height: 13rem;
    width: 100%;
    overflow: hidden;

}
#gtWebinarDetails .gt-details{
    border: 0.1rem solid #03ced2;
}
#gtWebinarDetails .gt-demand-row h1,
#gtWebinarDetails .gt-demand-row p{
    color: #06457b;
}
#gtWebinarDetails .gt-demand-row h1:after {
    content: '';
    height: 0.14rem;
    width: 9rem;
    display: block;
    background-image: linear-gradient(45deg, #018afe, transparent);
    margin-top: 0.4rem;
}
#gtWebinarDetails .gt-analyst-img{
    height: 6rem;
    width: 6rem;
    border-radius: 3rem;
    overflow: hidden;
}
/*-- --*/

@media only screen and (min-width:768px) and (max-width:1023px){
    .report-div ul li {
        line-height: 1.9876;
    }
  #gtAbtPage .mission-stmt-bg:before{
    border-right: 500px solid #f0f0f0;
  }
  
  #tip__banner .gt-banner-content .gt-banner-text .display-6{
    font-size: 1.3rem;
  }
  
  #tip__banner .gt-total-rep {
    font-size: 1rem;
  }
  
  #tip__banner #gtBannerCarousel{
  	height: 9rem;
  }
  
}
@media only screen and (min-width: 320px) and (max-width: 767px){
  #gtAbtPage .mission-stmt-bg:before {
    border-right: 20rem solid #f0f0f0;
    border-bottom: 20rem solid #f0f0f0;
  }
  #gtAbtPage .g-mt-lg-n5{
    margin-top:0rem !important;
  }
  #gtAbtPage .heading-underline{
    font-size:1.5rem;
    background-size: 24% 2px;
  } 
  #gtAbtPage .mission-stmt-bg:before{
    border-right: 380px solid #f0f0f0;
    border-bottom: 380px solid #f0f0f0;
    position: inherit;
  }
  #gtAbtPage .mission-img{
    max-height:240px; 
  }
}
@media only screen and (min-width:576px) {
  #gtAbtPage .g-our-team:nth-child(odd) .g-team-img-div{
    order: 2;
  }
}
/*-- --*/

/*-- --*/
#gtCustomSol img {
    filter: hue-rotate(45deg);
}
#gtCustomSol .g-customer-review blockquote {
    font-weight: 600;
    margin-bottom: 0;
}
#gtCustomSol .g-customer-review blockquote + cite {
    margin-bottom: 1.5rem;
    display: inline-block;
}

#gtCustomSol .g-consulting-banner-bg{
    background-image :  url('../index-images/main-slider/consulting.jpeg');
    min-height: 24rem;
    background-size: cover;
    filter: hue-rotate(333deg);
}
#gtCustomSol .g-single-card{
  margin-bottom: 1rem;
  transition: 300ms ease;
}
#gtCustomSol .g-single-card img{
  height: 12rem;
  margin-bottom: 1rem;
}
#gtCustomSol .g-custom-bullet {
    line-height: 1.7;
}
#gtCustomSol .g-custom-bullet li::marker{
    content: '✓';
    width: 1rem;
    padding-right: 0.5rem;
    font-size: 1.2rem;
}
#gtCustomSol .g-custom-bullet li{
    padding-left: 0.471rem
}
#gtCustomSol .g-custom-bullet-img {
    border-radius: 3rem 9rem;   
}

#gtCustomSol .g-absolute-banner-text{
  color: white;
  left: -11px;
  top: 1.5rem;
}

@media only screen and (max-width: 767px){
	#inquiryForm .input-group {
        margin-bottom: 0.5rem;
    }
  #gtCustomSol .g-consulting-banner-bg{
    min-height: 9rem;
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
  }
    
  #gtCustomSol .g-customer-review{
    margin-top: 5rem !important;
  }
}
@media only screen and (max-width: 280px){
  #gtCustomSol .navbar-brand img {
      height: 1.4rem;
  }
  #gtCustomSol .navbar-toggler {
      padding: 0.15rem 0.25rem;
  }
}

/*@media only screen and (max-width: 280px){
  .navbar-brand img {
      height: 1.4rem;
  }
  .navbar-toggler {
      padding: 0.15rem 0.25rem;
  }
}*/
/*-- --*/




/*-- Searchbar --*/
.gcse-search-height {
    width: 100% !important;
    /*height:3rem !important;*/
    height: inherit;
}
.g-search-t{
    color: #222;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-left: -1.25rem;
}
.g-search-t:not(:first-child)  {
    border-top: 0.1rem solid;
    padding-top: 1rem;
}

ul.search-result2 a{
    /*text-decoration: none;*/
    color: #232323;
}
ul.search-result2 a:hover{
    text-decoration: underline;
}
#gtSearchModal ul.search-result2{
    background: white;
    box-shadow: 0 2px 4px #000;
    z-index: 11;
    position: absolute;
    height: 11rem;
    overflow: auto;
    width: 41.62rem;
    top: 100%;
}
/*-- ./Searchbar --*/

/*-- Pagination --*/
div.pagination { 
    font-family: "Lucida Sans", Geneva, Verdana, sans-serif; 
    padding:20px;  
    margin:7px; 
    display: table-cell; 
} 
div.pagination a {  
    margin: 2px; 
    padding: 0.5em 0.64em 0.43em 0.64em; 
    background-color: #0d7fb4; 
    text-decoration: none; 
    color: #fff; 
}
div.pagination a:hover { 
    padding: 0.5em 0.64em 0.43em 0.64em; 
    margin: 2px; 
    background-color: #FF5722; 
    color: #fff; 
}
div.pagination a:active { 
    padding: 0.5em 0.64em 0.43em 0.64em; 
    margin: 2px; 
    background-color: #FF5722; 
    color: #fff;
}
div.pagination span.current { 
    padding: 0.5em 0.64em 0.43em 0.64em; 
    margin: 2px; 
    background-color: #0d7fb4; 
    color: black; 
}
div.pagination span.disabled { 
    display:none; 
}


/*.g-rep-shadow-inset{
    border: 1px ridge #025b8b; 
    box-shadow: inset 0.471rem 0rem 0 #234;
    background: linear-gradient(-45deg, #b7e2fd, transparent);
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.3rem + 1px) !important;
}
li.paginate_button.active {
    text-decoration: none;
    display: inline-block;
    background: #004e84;
    color: white;
    border-radius: 3px;
} 

a {
    color: white;
    text-decoration: none;
} 
*/
/*-- ./Pagination --*/

/*-- Breadcrumb --*/
.breadcrumb a {
    color: var(--gt-tip-darkBLue);
    text-decoration: none;
}
.breadcrumb a:hover {
    color: var(--gt-tip-blue);
    text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    font-weight: bold;
}

/*-- Breadcrumb --*/


@media only screen and (max-width: 1200px) {
    
    #tip__banner{
        height: 27rem;        
    }
    #tip__banner video {
        height: 39rem;
    }
    
    #tip__banner #gtBannerCarousel {
        height: 12rem;
    }
    
    #tip__banner .gt-banner-content {
        height: 27rem;
    }
    #tip__banner .gt-banner-content .gt-banner-text {
        margin-top: 1rem;
    }

    #einsightsNew marquee {
        height: 42rem;
        position: relative;
    }
    #einsightsNew marquee {
        width:21rem;
    }
    #einsightsNew .gt-subscription-home-img {
         width:22rem;
    }
    /*#tip__clienteleLogo .gt-client-images {*/
    /*    column-gap: 1rem;*/
    /*}*/
	#tip__industries .gt-indDescText {
  	    min-height: 13rem;
  	}
  	#gtRdPage .g-sta-btn + span {
         right: 1%; 	    
  	}
  
}

@media only screen and (max-width: 1023px) {
    #einsightsNew marquee {
        height: 32rem;
        position: relative;
    }
    #einsightsNew marquee {
        width: 17rem;
    }
    #einsightsNew .gt-subscription-home-img {
         width: 19rem;
    }
    #gtRdPage #gtImageTable .h-75{
        height: auto !important;
    }
    #tip__eInsights #gtServiceSec .btn {
       font-size: 1.2rem;
       top: -4.5%;
    }
    .gt-iso {     
        height: 7rem !important;
    }
}


@media only screen and (max-width: 767px) {
    
    .gt-ig-container .list-group .gt-ig-cagr,
    .gt-ig-container .gt-ig-sy,
    .gt-ig-container .gt-ig-ey {
     	border-width: 0.32rem !important;
    }
    
    #tip__ourProducts .nav-pills a.nav-link {
        font-size:0.7rem;
    }
    #tip__ourProducts #trendingReports.tab-pane .gt-cover-img,
    #tip__ourProducts #latestPublication.tab-pane .gt-cover-img,
    #tip__banner .gtNextButton {
        display: none;
    }
    /*#tip__banner {*/
    /*    height: 26rem;	    */
    /*}*/
    /*#tip__banner .gt-banner-content {*/
    /*    height: 26rem;*/
    /*}*/
    
    #tip__banner #gtBannerCarousel {
        height: 13rem;
    }
    #tip__banner video {
        height: 25rem;
    }
    #gtSearchModal .modal-dialog,
    #gtInquiryForm .modal-dialog {
        max-width: 100% ;
    }
    .gt-title {
        font-size: 2rem !important;
    }

    #tip__clienteleLogo .gt-client-images .gt-client-img-div {
        padding: 0.5rem;
    }
    #gtInquiryForm .gt-rep-benefits {
        margin-left: 1rem;
    }
	    
    #einsightsNew marquee {
        height: 25rem;
        position: relative;
        margin: 0 auto;
        display: block;
        left: 0;
    }
    #einsightsNew .gt-subscription-home-img {
		width: 40rem;
	}
    .gt-why-different-video video{
        width: 100%;
        height: auto;
        margin: 3rem 0;
    }	    
    
    #tip__ourProducts #trendingReports.tab-pane .gt-book-border,
    #tip__ourProducts #latestPublication.tab-pane .gt-book-border {
        width: 40%;
    }

    #tip__ourProducts #trendingReports.tab-pane .gt-cover-img, 
    #tip__ourProducts #latestPublication.tab-pane .gt-cover-img {
        height: 10rem;
        width: 100%;
    }
    #tip__ourProducts #latestPublication.tab-pane .gt-rep-div:hover  .gt-cover-img {
  		transform: rotateY(120deg);
  		cursor: pointer;
  	}
  	#tip__industries .gt-ind-imgg img {
		height: 17rem;
		width: 17rem;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
  	}
  	
  	#tip__industries .gt-ind-imgg {		  
  		height: 12rem;
  	}
  	#tip__industries .gt-indDescText {
  	    min-height: 8rem;
  	}
  	
  	#gtRdPage .gt-sticky-div {
  	    width: 100%;
  	}
  	#gtRdPage #researchMethod .w-50,
  	#gtRdPage .gt-gtn.w-75 {
  	    width: 100% !important;
  	}
  	#gtRdPage .gt-heading {
  	    min-height: inherit;
  	}

  	#tip__ourProducts #customSolution2 .gt-consulting-div,
	#tip__ourProducts #customSolution2 .gt-consulting-div2{
		height: inherit;
  	}
    
	#tip__eInsights #gtBannerParent iframe {
	    width: 100% !important;
	}
	
	#einsightsNew .gt-title::after,
		#einsightsNew .gt-title::before{
	    top: 60%;
	}   
	
	 #tip__banner .gt-banner-content .gt-banner-text .display-6{
            font-size: 1rem;
        }
        #tip__banner #gtBannerCarousel {
            height: 7rem;
        }
        #tip__banner .gt-total-rep {
            font-size: 0.8rem;
            margin-top: -1rem;
        }
        #tip__banner .gt-banner-content {
            height: 14.4rem;
        }
        #tip__banner {
            height: 16rem;
        }
        
        #tip__banner .gsc-input-box {
            padding: 0.25rem;
        }              
        #tip__banner button.gsc-search-button.gsc-search-button-v2 {
        height: 3rem;
      }
}

    @media only screen and (max-width: 575px) {
        #gtRdPage .g-sta-btn + span {
             right: 13%; 	    
      	}
      	
      	.gt-iso-mob {
                height: 4rem;
            }
        .gt-iso-f {
             margin-left: calc(100% - 8rem);
        }
	}
	
	@media only screen and (max-width: 400px) {
    #tip__banner .gt-banner-content .gt-banner-text {
        margin-top: 0.1rem;
    }
}

/*
-- Free Sample --
.help-block{
 color: #a94442 !important;
}

.h1-report {
    font-size: 1rem !important;
}

.text-right {
    text-align: right !important;
}

.btn-info {
    color: #fff;
    background-color: #0d7fb4;
    border-color: #417fb4;
}

.bg-info {
    background-color: #17a2b8 !important; 
}

.font-weight-light {
    font-weight: 300 !important;
}
*/

/* segment image style*/
/*.gt-ig-container {
 	--gt-ig-success : #008E40;
 	--gt-ig-info : #00A79D;
 	--gt-ig-warning : #FFAC05;
 	--gt-ig-danger : #E34856;
 	--gt-ig-gray : #D9D9D9;
 	--gt-ig-primary: #417B9E;
 }
 .gt-ig-border-top {
 	border-top: 0.4rem solid #065381;
 }
 .gt-ig-container .gt-ig-header .gt-cagr-img {
 	width: 2rem;
 }
 .gt-ig-container {
 	border-top: 0.4rem solid #065381;
 	border-bottom: 0.4rem solid #065381;
 	border-left: 0.15rem solid #ddd;
 	border-right: 0.15rem solid #ddd;
 }
 .gt-ig-bg-warning {
 	background: var(--gt-ig-warning);
 }
 .gt-ig-bg-danger {
 	background: var(--gt-ig-danger);
 }
 .gt-ig-bg-success {
 	background: var(--gt-ig-success);
 }
 .gt-ig-bg-info {
 	background: var(--gt-ig-info);
 }
 .gt-ig-text-warning {
 	color: var(--gt-ig-warning);
 }
 .gt-ig-text-danger {
 	color: var(--gt-ig-danger);
 }
 .gt-ig-text-success {
 	color: var(--gt-ig-success);
 }
 .gt-ig-text-info {
 	color: var(--gt-ig-info);
 }
 .gt-ig-text-primary {
 	color: var(--gt-ig-primary);
 }
 .gt-small-text {
 	font-size: 60%;
 	font-weight: 600;
 }
 .gt-ig-container .list-group-item{
 	margin: 0 0.25rem;
 }
 .gt-ig-container .list-group .gt-ig-cagr,
.gt-ig-container .gt-ig-sy,
.gt-ig-container .gt-ig-ey {
 	border-width: 0.32rem 0.8rem;
	border-style: solid;
	border-radius: 0.6rem;
	border-color: var(--gt-ig-info);
}
.gt-ig-container .gt-ig-sy{
	border-color: var(--gt-ig-warning);
}
.gt-ig-container .gt-ig-ey {
	border-color: var(--gt-ig-success);
}
.gt-ig-container .gt-ig-tip-logo {
    box-shadow: -2px 2px 3px #999;
    float: right;
    border-radius: 2rem 0 0 2rem;
    padding: 0 1rem;
    width: 9rem;
}
.gt-ig-container li.list-group-item {
	padding: 0 0.5rem;
	display: flex;
}
.gt-ig-container li.list-group-item > * {
	align-self: center;
}
.gt-ig-container .gt-border-left-dotted {
	border-left: 4px dotted var(--gt-ig-gray);
}
.gt-ig-container .gt-border-bottom-dotted {
	border-bottom: 4px dotted var(--gt-ig-gray);
}
.gt-ig-container .gt-cust-bullet-img {
	width: 1.5rem;
}
.gt-ig-container .col {
	font-size: 80%;
}
.gt-ig-container .col:not(:last-child) {
    border-right: 1px solid #999;
}
.gt-ig-container .gt-ig-key-player, 
.gt-ig-container .gt-ig-reg {
	font-size: 0.7rem;
	font-weight: 500;
}
.gt-ig-container .gt-ig-reg {
	line-height: 2.4;
}
.gt-ig-container .gt-ig-rep-title {
	color: #419FC4;
	font-weight: 700;
}
.gt-ig-container .gt-ig-rep-title::after {
	content: '';
	display: block;
	padding: 1px;
	background: var(--gt-ig-warning);
	position: absolute;
	width: 100%;
	bottom: -15%;
}
.gt-ig-container .gt-ig-rep-title::before {
    content: '';
    padding: 0.25rem;
    display: inline-block;
    background: var(--gt-ig-warning);
    width: 20%;
    position: absolute;
    border-radius: 4px;
	bottom: -20%;
}

.gt-ig-container .gt-ig-sy::after,
.gt-ig-container .gt-ig-ey::after {
    content: '';
    display: block;
    padding: 2px;
    background: var(--gt-ig-warning);
    position: absolute;
    width: 0.9rem;
    left: -25%;
    top: 50%;
}
.gt-ig-container .gt-ig-sy::before,
.gt-ig-container .gt-ig-ey::before {
    content: '';
    display: block;
    padding: 4px;
    background: var(--gt-ig-warning);
    position: absolute;
    width: 0.6rem;
    left: -22%;
    top: 46%;
    border-radius: 1rem;
}
.gt-ig-container .gt-ig-ey::before,
.gt-ig-container .gt-ig-ey::after {
    background: var(--gt-ig-success);
    z-index: -1;
}
.gt-ig-container .gt-ig-md {
	color: white;
	padding: 0.25rem 0.75rem;	
	font-size: 80%;
	position: absolute;
	width: 40%;
	margin-bottom: 0.5rem;
}
.gt-ig-container .gt-ig-gd {
	left: 3%;
	top: 42%;
	transform: translateY(-30%);
	height: 6.9rem;
}
.gt-ig-container .gt-ig-gd::after {
	content: '';
	padding: 1px;
	border-left: 3rem solid var(--gt-ig-danger);
	border-top: 3.4rem solid transparent;
	border-bottom: 3.4rem solid transparent;
	position: absolute;
	right: -3.1rem;
	top: 0;
}
.gt-ig-container .gt-ig-ft::before,
.gt-ig-container .gt-ig-op::before {
	content: '';
	padding: 1px;
	border-right: 3rem solid var(--gt-ig-warning);
	border-top: 3.3125rem solid transparent;
	border-bottom: 3.3125rem solid transparent;
	position: absolute;
	left: -3.121rem;
	top: 0;
}
.gt-ig-container .gt-ig-op::before {
	border-right: 3rem solid var(--gt-ig-success);
}

.gt-ig-container .gt-ig-ft {
	top: -1%;
}
.gt-ig-container .gt-ig-ft,
.gt-ig-container .gt-ig-op {
	right: 4%;
	height: 6.75rem;
}
.gt-ig-container .gt-ig-op {
	bottom: -6%;
}

.gt-ig-container .gt-ig-ms-ul {
	font-weight: 500;
	font-size: 0.7rem;
	/*line-height: 2;
}
.gt-ig-container .gt-ig-border-top b {
    font-weight: 600;
}*/

.gt-ig-container {
 	--gt-ig-success : #008E40;
 	--gt-ig-info : #00A79D;
 	--gt-ig-warning : #FFAC05;
 	--gt-ig-danger : #E34856;
 	--gt-ig-gray : #D9D9D9;
 	--gt-ig-primary: #417B9E;
 }
 .gt-ig-border-top {
 	border-top: 0.4rem solid #065381;
 }
 .gt-ig-container .gt-ig-header .gt-cagr-img {
 	width: 2rem;
 }
 .gt-ig-container {
 	border-top: 0.4rem solid #065381;
 	border-bottom: 0.4rem solid #065381;
 	border-left: 0.15rem solid #ddd;
 	border-right: 0.15rem solid #ddd;
 }
 .gt-ig-bg-warning {
 	background: var(--gt-ig-warning);
 }
 .gt-ig-bg-danger {
 	background: var(--gt-ig-danger);
 }
 .gt-ig-bg-success {
 	background: var(--gt-ig-success);
 }
 .gt-ig-bg-info {
 	background: var(--gt-ig-info);
 }
 .gt-ig-text-warning {
 	color: var(--gt-ig-warning);
 }
 .gt-ig-text-danger {
 	color: var(--gt-ig-danger);
 }
 .gt-ig-text-success {
 	color: var(--gt-ig-success);
 }
 .gt-ig-text-info {
 	color: var(--gt-ig-info);
 }
 .gt-ig-text-primary {
 	color: var(--gt-ig-primary);
 }
 .gt-small-text {
 	font-size: 70%;
 	font-weight: 600;
 }
 .gt-ig-container .list-group-item{
 	margin: 0 0.25rem;
 }
 .gt-ig-container .list-group .gt-ig-cagr,
.gt-ig-container .gt-ig-sy,
.gt-ig-container .gt-ig-ey {
 	border-width: 0.32rem 0.8rem;
	border-style: solid;
	border-radius: 0.6rem;
	border-color: var(--gt-ig-info);
	width: 10rem;
}
.gt-ig-container .gt-ig-sy{
	border-color: var(--gt-ig-warning);
}
.gt-ig-container .gt-ig-ey {
	border-color: var(--gt-ig-success);
}
.gt-ig-container .gt-ig-tip-logo {
    box-shadow: -2px 2px 3px #999;
    float: right;
    border-radius: 2rem 0 0 2rem;
    padding: 0 1rem;
    width: 9rem;
}
.gt-ig-container li.list-group-item {
	padding: 0 0.5rem;
	display: flex;
}
.gt-ig-container li.list-group-item > * {
	align-self: center;
}
.gt-ig-container .gt-border-left-dotted {
	border-left: 4px dotted var(--gt-ig-gray);
}
.gt-ig-container .gt-border-bottom-dotted {
	border-bottom: 4px dotted var(--gt-ig-gray);
}
.gt-ig-container .gt-cust-bullet-img {
	width: 1.5rem;
}
.gt-ig-container .col-6 {
	font-size: 80%;
}
.gt-ig-container .col-6:not(:last-child) {
    border-right: 1px solid #999;
}
.gt-ig-container .gt-ig-key-player, 
.gt-ig-container .gt-ig-reg {
	font-size: 0.7rem;
	font-weight: 500;
}
.gt-ig-container .gt-ig-reg {
	line-height: 2.4;
}
.gt-ig-container .gt-ig-rep-title {
	color: #419FC4;
	font-weight: 700;
}
.gt-ig-container .gt-ig-rep-title::after {
	content: '';
	display: block;
	padding: 1px;
	background: var(--gt-ig-warning);
	position: absolute;
	width: 100%;
	bottom: -15%;
}
.gt-ig-container .gt-ig-rep-title::before {
    content: '';
    padding: 0.25rem;
    display: inline-block;
    background: var(--gt-ig-warning);
    width: 20%;
    position: absolute;
    border-radius: 4px;
	bottom: -20%;
}

.gt-ig-container .gt-ig-sy::after,
.gt-ig-container .gt-ig-ey::after {
    /*content: '';*/
    display: block;
    padding: 2px;
    background: var(--gt-ig-warning);
    position: absolute;
    width: 0.9rem;
    left: -25%;
    top: 50%;
}
.gt-ig-container .gt-ig-sy::before,
.gt-ig-container .gt-ig-ey::before {
    /*content: '';*/
    display: block;
    padding: 4px;
    background: var(--gt-ig-warning);
    position: absolute;
    width: 0.6rem;
    left: -22%;
    top: 46%;
    border-radius: 1rem;
}
.gt-ig-container .gt-ig-ey::before,
.gt-ig-container .gt-ig-ey::after {
    background: var(--gt-ig-success);
    z-index: -1;
}
.gt-ig-container .gt-ig-md {
	color: white;
	padding: 0.25rem 0.75rem;	
	font-size: 70%;
	position: absolute;
	width: 40%;
	margin-bottom: 0.5rem;
	font-weight: normal;
}
.gt-ig-container .gt-ig-gd,
.gt-ig-container .gt-ig-restr {
	left: 3%;
	top: 21%;
	transform: translateY(0%);
	height: 5.75rem;
}

.gt-ig-container .gt-ig-ft {
	top: -1%;
}
.gt-ig-container .gt-ig-ft,
.gt-ig-container .gt-ig-op {
	right: 6%;
	height: 5.75rem;
}
.gt-ig-container .gt-ig-op {
	top: 42.5%;
}
.gt-ig-container .gt-ig-restr {
	top: 64.5%;
}

.gt-ig-container .gt-ig-ft::before,
.gt-ig-container .gt-ig-op::before,
.gt-ig-container .gt-ig-gd::after,
.gt-ig-container .gt-ig-restr::after {
	content: '';
	padding: 1px;
	position: absolute;
	top: 0;
	border-top: 2.85rem solid transparent;
	border-bottom: 2.85rem solid transparent;
}				
.gt-ig-container .gt-ig-gd::after,
.gt-ig-container .gt-ig-restr::after {
	border-left: 3rem solid var(--gt-ig-danger);
	right: -3.1rem;
}
.gt-ig-container .gt-ig-restr::after {
	border-left: 3rem solid var(--gt-ig-info);
}
.gt-ig-container .gt-ig-ft::before,
.gt-ig-container .gt-ig-op::before {
	border-right: 3rem solid var(--gt-ig-warning);
	left: -3.1rem;
}
.gt-ig-container .gt-ig-op::before {
	border-right: 3rem solid var(--gt-ig-success);
}


.gt-ig-container .gt-ig-ms-ul {
	font-weight: 500;
	font-size: 0.7rem;
}
.gt-ig-container .gt-ig-border-top b {
    font-weight: 600;
}
.gt-ig-container li:empty,
.gt-ig-table li:empty {
    display: none;
}
.gt-ig-table td {
    padding: 0.25rem 0.5rem;
}

.gt-ig-overflow-hidden{
	overflow: hidden;
	height: 5.5rem;
}



h1.h2.gt-total-rep.gt-below-text {
    font-size: 1.5rem;
}


p.h2.gt-total-rep.gt-below-text {
    font-size: 1.5rem;
}

/*segment image style ends*/

