/*Common Start*/
#ccgclientportal-content .subMainDiv{text-align: center;}
.float-shadow {
    /*display: inline-block;*/
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: sans-serif;
    color: #7d7d7d;    
}

.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.float-shadow:active,
.float-shadow:focus,
.float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-20px)
}

.imgDiv img{ border-radius: 8px 8px 0px 0px;}
.subCMN{padding: 25px;}
.width80{width: 80%;}
.clBlue{color: #3C76C5;}

/*Ribbon Start*/
/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 12px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 32px;
}
.ribbon-top-left::after {
  bottom: 32px;
  left: 0;
}
.ribbon-top-left span {
  right: -15px;
  top: 39px;
  transform: rotate(-45deg);
}
.mainDiv{padding: 30px;}

/*Common End*/

/*Media Query CSS Start*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.subMainDiv{
		padding: 0px;
	    border-radius: 10px;
	    box-shadow: 0px 2px 16px 1px grey;
	}
	.planPrice strong{ font-size: 30px; }
	.planPrice span{ font-size: 20px; }
	.planName{ font-size: 22px; }
	.planName2{ font-size: 18px; }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

	.subMainDiv{
		padding: 0px;
	    border-radius: 10px;
	    box-shadow: 0px 2px 16px 1px grey;
	}
	.planPrice strong{ font-size: 30px; }
	.planPrice span{ font-size: 20px; }
	.planName{ font-size: 22px; }
	.planName2{ font-size: 18px; }
	.changePlanMdlDlg{ max-width: 80% !important; }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.subMainDiv{
		padding: 0px;
	    border-radius: 10px;
	    box-shadow: 0px 2px 16px 1px grey;
	    min-height: 450px;
	}
	.planPrice strong{ font-size: 30px; }
	.planPrice span{ font-size: 20px; }
	.planName{ font-size: 22px; }
	.planName2{ font-size: 18px; }

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.subMainDiv{
		padding: 0px;
	    border-radius: 10px;
	    box-shadow: 0px 2px 16px 1px grey;
	    min-height: 450px;
	}
	.planPrice strong{ font-size: 30px; }
	.planPrice span{ font-size: 20px; }
	.planName{ font-size: 18px; }
	.planName2{ font-size: 15px; }	
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.subMainDiv{
		padding: 0px;
	    border-radius: 10px;
	    box-shadow: 0px 2px 16px 1px grey;
	    min-height: 450px;	    
	}
	.planPrice strong{ font-size: 30px; }
	.planPrice span{ font-size: 20px; }
	.planName{ font-size: 22px; }
	.planName2{ font-size: 18px; }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1450px) {
	.planName{ font-size: 30px; }
	.planName2{ font-size: 24px; }
	.subMainDiv{
		padding: 0px;
	    border-radius: 10px;
	    box-shadow: 0px 2px 16px 1px grey;
	    min-height: 450px;	    
	}
}

