/* Add here all your CSS customizations */

/*fadein-popup*/
#mypopup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.mycontent-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:500px;
    min-height:250px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.mycontent-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.mypopup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.mybtclose {
    position: absolute;
    right: 15px;
}

.pricing-table h3 span {
    background: #FFF;
    border: 5px solid #FFF;
    border-radius: 100px;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    color: #777777;
    display: block;
    font: bold 25px / 100px Georgia, Serif;
    height: 100px;
    margin: 15px -8px -65px;
    width: 100px;
}


.owl-carousel .owl-item {
    height: 180px;
    margin:0px auto;
}

.pager {
   margin-bottom: 0px;
    
}

.btn-main {
   vertical-align: top; 
}