 
    p.moduleName {
        font-size: 20px;
    }
    .sm-text {
        font-size: 18px;
        font-weight: 300;
    }
    .streamlined h2 {
        padding-bottom: 25px;
    }
    .streamlined h2 + p {
        font-size: 19px;
        font-weight: 300;
    }
    .rateSide .min-text ul li {
        display: flex;
        font-size: 19px;
        font-weight: 300;
        padding: 1% 0;
    }
    .rateSide .min-text ul li:before {
        content: "\2022";
        color: red;
        font-weight: 100;
        font-size: 30px;
        display: inline-block;
        width: 20px;
        margin-left: -1em;
    }
    .container.streamlined {
        width: 1300px;
    }
    .container.cg__container.forward .service-text span {
        display: block;
        font-size: 15px;
        color: #000;
        line-height: 20px;
    }
    .container.cg__container.forward .service-text {
        color: #dc1414;
        font-size: 20px;
        font-weight: 300;
    }
    .col-md-4.cg__global-col.cell-7 {
        border-right: 1px solid #c5c5c5;
        border-top: 1px solid #c5c5c5;
    }
    .col-md-4.cg__global-col.cell-8 {
        border-right: 1px solid #c5c5c5;
        border-top: 1px solid #c5c5c5;
    }
    .col-md-4.cg__global-col.cell-9 {
        border-top: 1px solid #c5c5c5;
    }
    .service-icon img {
        width: unset;
    }
    .container.cg__container.forward .row {
        justify-content: center;
    }
	/*=====================================*/ 
	  .cg__welcomeSection.whole-wrapper{
		padding-top:0px;
		margin-bottom:0;
		margin-top:50px;
	  }
	  .subbread{
		padding-left:2%;
		padding-top: 10px;
		position: fixed;
		top: 60px;
		z-index:1;
		background:#fff;
		padding-right:10px;
	  }
	  .subbread h4{
		font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #dc1414;
    display: inline-block;
    padding-bottom: 15px;
	  }
	  .subbread ul{
		padding-left: 0;
		background: #fff;
		z-index: 9;		
		max-height: 150px;
		overflow-y: auto;
		display:none;
	  }
	  .subbread ul li{
		float:none;
		list-style: none;
		padding-left: 5%;
		line-height:27px;
		padding: 0 10px;
	  }
	  .subbread ul li a{
		color: #5d5b5b;
		    display: block;
	  }
	  .subbread ul li a:hover{
		color:#dc1414;
	  }
	  #active{
		color:#dc1414;
	  }
	   /*custom scroll*/
	  /* width */
		.subbread ::-webkit-scrollbar {
		  width: 5px;
		}
/* Track */
.subbread ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
  border-radius: 25px;
}
/* Handle */
.subbread ::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}
/* Handle on hover */
.subbread ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.anime-wrapper {
    margin-top: 25px;
}
/*===================*/
