/*------------------------------------------------------------------
	12. hosting plans Styles
-------------------------------------------------------------------*/


#cop{
    padding: 70px 0;
}

#cop .head-tittle{
    text-align: center;
}

#cop .head-tittle h5{
    background: #08263b;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px;
    max-width: 275px;
    margin: auto;
    border-radius: 40px;
    -webkit-box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.05);
}

#cop .head-tittle span{
    background: #eff0f0;
    margin: auto;
    margin-top: 0px;
    display: block;
    max-width: 220px;
    padding: 7px;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    color: #8094a2;

    font-size: 13px;
    border-radius: 0 0 10px 10px;
}

.boldtrin{
    position: absolute !important;
    left: 0;
}

.boldtrin b{
    z-index: 1;
    position: relative;
    font-size: 23px;
    text-transform: uppercase;
    -ms-transform: rotate(-41deg);
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg);
    color: #fff;
    display: block;
    padding: 0px;
    margin-left: 19px;
}
.boldtrin:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 105px 120px 0 0;
    border-color: #f3ee5a transparent transparent transparent;
    left: 0;
    top: -30px;
    position: absolute;
}



#cop .pricing-container{
    display: block;
    float: left;
    width: 100%;
    padding: 80px 0;
}

#cop .pricing-container .plan:hover{
    -webkit-box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 43px -1px rgba(0,0,0,0.1);
	transform: scale(1.02);
}

#cop .pricing-container .spsl-plan{
    margin-top: -20px;
    position: relative;
}


#cop .pricing-container .spsl-plan .plans-barter a{
    font-weight: bold;
    
    border: 2px solid #955db8;
    padding: 7px 40px;
    border-radius: 40px;
    text-decoration: none;
	color: #fff !important;
    background: #955db8;
}

#cop .pricing-container .spsl-plan .plans-barter a:hover{
    color: #955db8 !important;
    background: #fff !important;
    text-decoration: none;
}


#cop .pricing-container .plan .paln-head{
    background-size: 100%;
    height: 154px;
    text-align: center;
    padding-top: 40px;
    position: relative;
    border-radius: 12px 12px 0 0;
}


#cop .pricing-container .plan .planone{
    background: url(../img/plans/plan01.jpg) no-repeat top center;
}

#cop .pricing-container .plan .plantwo{
    background: url(../img/plans/plan02.jpg) no-repeat top center;
}

#cop .pricing-container .plan .plantree{
    background: url(../img/plans/plan03.jpg) no-repeat top center;
}


#cop .pricing-container .plan .paln-head>span{
    z-index: 2;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 39px;
}

#cop .pricing-container .plan .paln-head>span>b{
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    font-size: 19px;
}
#cop .pricing-container .plan .paln-head>span>i{
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    display: block;
    color: #fff;
    position: relative;
    z-index: 3;
    font-size: 12px;
    margin-top: -8px;
}

#cop .pricing-container .plan .paln-head:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61, 148, 206, 0.74);
    top: 0;
    border-radius: 12px 12px 0 0;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#cop .pricing-container .plan:hover .paln-head:after{
    background: rgba(44, 119, 169, 0.74);
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#cop .pricing-container .plan .plans-tag{
    background: -webkit-linear-gradient(left, #06a8f1, #22ce9c);
    background: -o-linear-gradient(right, #06a8f1, #22ce9c);
    background: -moz-linear-gradient(right, #06a8f1, #22ce9c);
    background: linear-gradient(to right, #06a8f1, #22ce9c);
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    max-width: 140px;
    text-align: center;
    padding: 11px;
    border-radius: 41px;
    margin: auto;
    margin-top: -20px;
    position: relative;
}

#cop .pricing-container .plan .plans-body{
    background: rgba(238, 241, 241, 0.68);
    margin-top: -20px;
    padding: 30px;
    padding-top: 41px;
    color: #afbac3;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

#cop .pricing-container .plan .plans-body ul{
    padding-left: 0;
}

#cop .pricing-container .plan .plans-body ul>li{
    list-style: none;
    margin: 18px 0;
    font-size: 13px;
    cursor: pointer;
    color: #9ba6af;
}

#cop .pricing-container .plan .plans-body ul>li>i{
    margin-right: 5px;
}

#cop .pricing-container .plan .plans-body ul>li:hover{
    color: #7e8a94;
}


#cop .pricing-container .plan .plans-barter{
    background: rgba(243, 246, 246, 0.54);
    padding: 30px;
    text-align: center;
    border-top: 1px solid rgba(227, 232, 232, 0.55);
}

#cop .pricing-container .plan .plans-barter a{
    color: #955db8;
    font-weight: bold;
    
    border: 2px solid #955db8;
    padding: 7px 40px;
    border-radius: 40px;
    text-decoration: none;
}

#cop .pricing-container .plan .plans-barter a:hover{
    color: #ffffff;
    background: #955db8;
    text-decoration: none;
}


#cop .pricing-container .plan .ribbon {
  position: relative;
  margin-bottom: 80px;
}

#cop .pricing-container .plan .ribbon span {
    position: absolute;
    display: -webkit-box;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(-90deg);
    top: 28px;
    margin-left: 2px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(3, 36, 58, 0.52);
}


#cop .pricing-container .plan:hover .ribbon span {
    opacity:0;
}


#cop .pricing-container .plan .ribbon:before,#cop .pricing-container .plan  .ribbon:after {
  content: "";
  position: absolute;
}

#cop .pricing-container .plan .ribbon {
    width: 35px;
    height: 70px;
    background: #efe94f;
    top: -6px;
    left: 8px;
    position: absolute;
    z-index: 22;
}

#cop .pricing-container .plan:hover .ribbon {
    height: 20px;
}

#cop .pricing-container .plan .ribbon:before {
    height: 0;
    width: 0;
    border-bottom: 6px solid #cac441;
    border-right: 6px solid transparent;
    right: -6px;
}
#cop .pricing-container .plan .ribbon:after {
    height: 0;
    width: 0;
    border-left: 18px solid #efe94f;
    border-right: 17px solid #efe94f;
    border-bottom: 18px solid transparent;
    bottom: -17px;
}

#cop .whyus {
    padding: 60px 0 30px;
    text-align: center;
}

#cop .whyus h5 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    color: rgba(7, 38, 59, 0.75);
}

#cop .whyus h4 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #05253a;
}

#cop .whyus h4>span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    font-size: 15px;
    margin-top: 5px;
    
    color: rgba(5, 37, 58, 0.67);
}


#cop .plans-fut {
    float: left;
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

#cop .plans-fut .col-md-4 {
    padding:0;
}


#cop .ftr-host{
    padding: 36px 40px;
    border-right: 1px solid #eff2f3;
    border-bottom: 1px solid #eff2f3;
	cursor: pointer;
}

#cop .ftr-host:hover{
    background: rgba(239, 242, 243, 0.38);
}

#cop .no-bottm{
    border-bottom: 0;
}

#cop .no-right{
    border-right: 0;
}

#cop .ftr-host img{
    width: 100%;
    max-width: 80px;
}

#cop .ftr-host h5{
    font-weight: bold;
    font-size: 17px;
    
    letter-spacing: 1px;
    margin-top: 18px;
    color: #647a88;
}


#cop .ftr-host p{
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    color: rgba(5, 37, 58, 0.5);
    
    font-size: 13px;
}

#cop .techologhie-on-host a{
    text-align: center;
    display: block;
}

#cop .techologhie-on-host img{
    width: 65%;
    filter: opacity(50%);
}

#cop .techologhie-on-host img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0.8;
}