
/*========================Home page style======================*/

div.package{
  min-height: 222px;
  background: #F5EBEB;
  border: 1px solid gray;
  box-shadow: 0 0 2px 1px #e6aa9c;
  margin: 22px 11px;
  border-radius: 5px;
}

div.package p{
  line-height: 150%;
}

.packageTitle{
  background: #2F7BA6;
  color: #fff;
  padding: 9px;
}


.package1{
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    margin: 7px 0;
    padding: 15px;
}

.text-center {
    text-align: center;
}

.container_hosting-package h2 {
    background-color: #428bca;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    font-size: 28px;
}

.container_hosting-package h3 {
    background-color: #005793;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: -15px -15px 15px -15px;
    padding: 8px;
}

.container_hosting-package ul.hosting-features {
    margin: 20px 0px;
    padding-left: 12px;
    line-height: 1.5;
}




p, ol, ul, li {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
p, ol, ul, li {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.container_hosting-package .price {
    color: green;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}


container_hosting-package .btn-block, .windows-hosting-package .btn-block {
    margin: 0 auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    width: 220px;
}
.container_hosting-package .btn-primary, .container_hosting-package .btn-prime {
    font-size: 18px;
}
.btn-primary, .btn-prime {
    background-color: #ff7354;
    border: 1px solid #7A1010;
    box-shadow: 0 3px 0 #7A1010,0 6px 4px -2px rgba(0,0,0,0.3);
    color: #fff;
    font-family: "Gotham SSm A","Gotham SSm B",Arial,sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.5px;
    padding: 8px 32px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition-duration: 0.8s;
    text-shadow: 0 1px 0 black;
    text-decoration: none;
}

.btn:hover {
    background-color: #7A1010;
    color: white;
}

.btn a {

}

.lead {
    font-size: 21px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}



h2{
text-color: #ff7354;
text-shadow: 0 2px 0 #51536f;
}

.center1{
max-width: 250px;
margin: auto;

}

#menuIcon {
    background: #ff7354;
color: #fff;
padding: 9px 12px;
font-size: 22px;
}

a.loginLink{
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 0 #51536f;
}


#navContainer {
    padding: 0 !important;
}

#footer1 {
    min-height: 44px;
    background: #023f73;
}

#footer1 ul li a{
    color: #fff;
    text-decoration: none !important;
    padding: 4px 0 !important;
    display: block;
}


.whyChoose{
    /*border: 3px solid #fff;
    min-height: 111px;
    box-shadow: 0 0 3px 2px #dad6d6;
    background: #fff;
    margin: 5px;*/
}

ul.allPack{
    
}

ul.allPack li{
    /*text-align: center;*/
    padding: 22px 0;
    font-weight: bold;
    font-size: 20px;
    color: #738073;
}

ul.allPack li i{
    color: green;
}

.cbg .c2{
    background-color: #c6efa2;
    background-image: url("../img/cbg.png");
    background-size: 100% 100%;
    text-align: center;
}

.cbg .pd11{
   padding: 11px 11px 11px 33px !important;
   height: 73px;
}

.dp{
    color: #fff;
    padding: 22px 0;
    text-align: center;
    background-image: url("../img/dpbg.png");
    background-size: 100% 100%;
    height: 73px;
}

@media (max-width: 768px) {
    .cbg .c2{
        background-image: none;
        border-bottom: 2px solid #fff;
        border-top: 2px solid #fff;
    }
}

.promo {
    text-align: center;
}

p.special{
    background: #2E2E2E;
display: inline-block;
padding: 1px 17px;
margin: 22px auto;
border: 1px solid rgb(186, 41, 41);

    border-radius: 5px;
    text-align:left;
}

.white{
  color: #ddd;
}

.red{
  color: red;
}

.lime{
  color: lime;
}

.lime{
  color: lime;
}
/*========================Home page style======================*/