::selection {
    background-color:#00c6ff;
    color: #fff;
}
::-moz-selection {
    background-color:#00c6ff;
    color: #fff;
}

* {
    outline: none;
}

.main-wrapp {
    padding-top: 40px;
}

.tab-style-1 .nav .nav-item a,
.more-btn:hover,
.more-btn:focus,
.more-btn:active,
.theme-color {
    color:#00c6ff;
}


.theme-after-bg:after,
.btn-theme,
.theme-bg {
    background:#00c6ff;
}


.feature-box-01:after,
.feature-box:hover,
.btn-theme {
    border-color:#00c6ff;
}

.tab-style-1 .nav .nav-item a.active,
.fixed-header.header-01,
.owl-dots .owl-dot.active,
.m-btn-theme,
.title-section h2:after,
.m-btn-white:hover,
.theme-after:after,
.theme-g-bg{
    background: #00c6ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0072ff, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/*Reverce*/
.m-btn-theme:hover{
    background: #0072ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #00c6ff, #0072ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00c6ff, #0072ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.m-btn-theme:hover,
.m-btn-white:hover {
    box-shadow: 0px 15px 20px rgba(5, 117, 230, 0.4);
}

@media (max-width: 991px){
    .header {
        background:#00c6ff;
    }
}



.full-responsive {
    max-width: 100%;
    width: 100%;
}

.no-gutters {
    padding-right: 0;
    padding-left: 0;
}

.clear {
    clear: both;
}


.amo-price-list li {
    list-style: none;
}
.amo-price-list > ul {
    padding: 0 0 0 0;
}
.amo-price-list .amo-price-section {
    cursor: pointer;
    list-style: none;
    margin: 15px;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.amo-price-list li.active .amo-price-section {
    background: #fff;
    color: #03a9f4;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

.amo-price-list {
    font-size: 1em;
    line-height: 1.25;
}

.amo-price-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.amo-pack-info {
    margin-bottom: .75em;
}

.amo-price-list li.active .amo-pack-info {
    color: #aeaeae;
}

.amo-pack-months {
    font-weight: 700;
    font-size: 1em;
}

.amo-pack-gift {
    font-weight: 700;
    font-size: 1.1em;
}

.amo-price-list li.active .amo-pack-gift {
    color: #ff4800;
}

.content-form {
    margin: 0 auto;
    min-width: 400px;
    max-width: 400px;
}