/*
    Nilesh - 06/07/2017
    All new custom styles go here
*/

.btn-large-font {
    font-size: 24px;
    border-color: rgb(255, 255, 255);
    border-width: 2px;
    transition: none 0s ease 0s;
    line-height: 32px;
    margin: 0px;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

.video-container {
    position: relative;
    /*padding: 5px;*/
    overflow: hidden;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoTitle {
    background-color: #f1f1f1;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #449dd6;
}

.errorMessage {
    color: #c71212;
    font-size: 15px;
    font-weight: bold;
}

.successMessage {
    color: #5cb85c;
    font-size: 15px;
    font-weight: bold;
}

.oldprice {
    font-size: 54px;
    display: block;
    color: #777777;
}

.strikeThru {
    text-decoration: line-through;
}

/***********************blog articles*/

.stripe-item .smallBox {
    position: relative;
    height: 100px;
    max-width: 370px;
    margin: 25px -5px -5px -5px;
    padding: 10px 10px 10px 10px;
    background: #fff;
    border-right: 2px solid #dfdfdd;
    border-bottom: 2px solid #dfdfdd;
}

.stripe-item .smallBox div {
    float: left;
}

.stripe-item .smallBox .content {
    max-width: 100px;
    height: 80px;
    overflow: hidden;
}

.stripe-item .smallBox .summary {
    max-width: 148px;
    height: 80px;
    padding-left: 5px;
    font-size: 14px;
    color: #0c417a;
}

/* INFINITE MEDIUM BOX - START */

.scrollingcontent {
    /*padding-top:30px;*/
}

.infinite-item .medBox {
    position: relative;
    height: 350px;
    max-width: 370px;
    margin: 25px -5px -10px -5px;
    padding: 10px 10px 10px 10px;
    background: #fff;
    border-right: 2px solid #dfdfdd;
    border-bottom: 2px solid #dfdfdd;
}

.infinite-item .medBox .content {
    max-width: 370px;
    height: 260px;
    overflow: hidden;
}

.infinite-item .medBox .summary {
    max-width: 370px;
    height: 23px;
    padding-top: 3px;
    font-size: 16px;
    color: #0c417a;
}

/* INFINITE MEDIUM BOX - END */

.taglines {
    background: #5c2d88;
    color: #fff !important;
    text-align: center;
    padding: 40px 10px;
}

.taglines .conditions-title h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff !important;
}

.sectionWelcomeMessage {
    background-color: rgba(0, 163, 200, 0.5);
    padding: 10px;
    border-radius: 50px;
}

.sectionFreeTrial {
    background-color: #faebcc;
    border: solid 1px #dedede;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    color: #000;
}

.firstflow p:first-child:after {
    background: #c7c7cd;
    content: "";
    position: absolute;
    top: 25%;
    left: -21%;
    width: 40%;
    height: 1px;
}

.service-icon-box-custom {
    margin-top: 30px;
    overflow: hidden;
    min-height: 140px;
}

.service-icon-box-custom .bigIcon {
    font-size: 100px;
}

.service-icon-box-custom .medIcon {
    font-size: 60px;
}

.service-icon-box-custom a {
    /*background: #eeeeee;*/
    color: #fff;
    display: inline-block;
    height: 120px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 120px;
    padding-top: 10px;
}

.service-icon-box-custom a i {
    color: #00a7ff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .scrollingcontent {
        /*padding-top:30px;*/
    }
    .infinite-item .medBox {
        height: 320px;
    }
    .infinite-item .medBox .content {
        height: 220px;
    }
    .infinite-item .medBox .summary {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .infinite-item .medBox {
        height: 300px;
    }
    .infinite-item .medBox .content {
        height: 160px;
    }
    .infinite-item .medBox .summary {
        font-size: 16px;
    }
    .service-icon-box-custom {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    /* INFINITE MEDIUM BOX - START */
    .scrollingcontent {
        /*padding-top:30px;*/
    }
    .infinite-item .medBox {
        position: relative;
        height: auto;
        /*320px;*/
        max-width: 350px;
        margin: 20px auto 0px auto;
        padding: 10px 10px 10px 10px;
        background: #fff;
        border-right: 2px solid #dfdfdd;
        border-bottom: 2px solid #dfdfdd;
    }
    .infinite-item .medBox .content {
        max-width: 320px;
        height: auto;
        /*250px;*/
        overflow: hidden;
    }
    .infinite-item .medBox .summary {
        max-width: 250px;
        height: auto;
        /*23px;*/
        padding-top: 3px;
        font-size: 16px;
        color: #0c417a;
    }
    /* INFINITE MEDIUM BOX - END */
    .service-icon-box-custom {
        min-height: 120px;
    }
}

.PagingContainer {
    text-align: center;
    padding: 8px 0px 8px 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #eee;
    z-index: 99;
}

.PagingLink {
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 5px;
    background: #fff;
    border: 1px #8d8c8c;
    border-right: 2px solid #f4f4f2;
    border-bottom: 2px solid #f4f4f2;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #585858;
    background-color: #f4f4f2;
}

.PageActive {
    background-color: #b5d5ff;
    border-right: 2px solid #b5d5ff;
    border-bottom: 2px solid #b5d5ff;
}

/***********************sitemap*/

.sitemap ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.sitemap ul li {
    padding: 0 0 0 8px;
}

.sitemap ul li:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #1d69ab;
    padding: 0;
    margin-bottom: 2px;
    border-bottom: #ddd 1px solid;
}

.sectionWelcomeMessage {
    background-color: rgba(0, 163, 200, 0.5);
    padding: 10px;
    border-radius: 50px;
}

.sectionFreeTrial {
    background-color: #faebcc;
    border: solid 1px #dedede;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    color: #000;
}

/**** Dependent ****/

#divDependentList {
    margin-top: 30px;
    background-color: #008eaf;
    padding: 5px;
    color: #fff;
    font-weight: 600;
}

#divDependentList .dependentListHeading {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline
}

#divDependentList .dependentListItem a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}

#divDependentList .dependentListItem.active {
    background-color: #6fb6c7;
}