.customSlider {
    width:25%;
    margin:auto;
    margin-bottom: 20px;
}

.customSlider .next-slider {
    margin-top: -85%;
}

.customSlider .prev-slider {
    margin-top: -85%;
}

.headTxt {
    text-align: center;
    padding: 10px 0;
}

.headTxt h1{
    margin-bottom: 0;
}

.linkSec {
    width:100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 20px;
}

.linkBtn {
    text-align: center;
    margin-bottom: 20px;
}
.linkBtn button{
    width:9%;
}

.btntxt {
    float: left;
    padding-right: 10px;
}

.blkHead {
   color: black;
    font-size: 15px;
    border-bottom: 1px solid #776767;
    text-align: center;
    padding: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
    background: #cedce7; /* Old browsers */
    background: -moz-linear-gradient(top,  #cedce7 0%, #e6e6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #cedce7 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #cedce7 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
    text-transform: uppercase;
    font-weight: bolder;
    color: black;
}

.blkHead10 {
   color: black;
    font-size: 15px;
    border-bottom: 1px solid #776767;
    border-top: 1px solid #776767;
    text-align: center;
    padding: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
    background: #cedce7; /* Old browsers */
    background: -moz-linear-gradient(top,  #cedce7 0%, #e6e6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #cedce7 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #cedce7 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
    text-transform: uppercase;
    font-weight: bolder;
    color: black;
}

.blkHead2 {
    color: #e34e47;
    font-size: 18px;
    border-bottom: 1px solid #776767;
    border-top: 1px solid #776767;
    text-align: center;
}
.blkHead3 {
    color: black;
    font-size: 18px;
    border-bottom: 1px solid #776767;
    border-top: 1px solid #776767;
    text-align: center;
    padding: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
    background: #cedce7; /* Old browsers */
    background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
    text-transform: uppercase;
    font-weight: 400;

}

.infoBlk {
    border: 1px solid #333;
    margin-bottom: 20px;
}

@media screen and (min-width: 320px) and (max-width:468px) {
    .customSlider { width:100%; }
    .linkBtn button{ width:40%; }
}

@media screen and (min-width: 1024px) and (max-width:1920px) {
    /*.infoBlk { margin: 0 10px; }*/
    .infoSec { margin: auto;}
}


.blkDesc {
    padding: 10px;
}

.genBtn {
    line-height: 10px;
    width: 15.8%;
    display: inline-block;
    background: red;
    padding: 10px;
    height: 50px;
    border: 1px solid darkgray;
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    /*border-radius: 60px;*/

}

@media only screen and (max-width:600px){
    .genBtn {
        line-height: 10px;
        width: 30%;
        display: inline-block;
        /*background: red;*/
        padding: 10px;
        height: 30px;
        border: 1px solid darkgray;
        margin-top: 10px;
        font-size: 12px;
        text-transform: uppercase;
        color: white;
        background: red; /* Old browsers */

    }

    .getBtn a{
    color: #fff !important;
    height: 30px;
    margin-top: 0px;
    padding: 10px;
    margin-top: -10px;
    }

}

a{display: inline;}


.genBtn8 {
        line-height: 10px;
        width: 98.5%;
        display: inline-block;
        /*background: red;*/
        padding: 10px;
        margin-left: 10px;
        height: 50px;
        border: 1px solid darkgray;
        margin-top: 10px;
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        background:red;
    }

@media only screen and (max-width:600px){
    .genBtn8 {
        line-height: 10px;
        width: 95%;
        display: inline-block;
        /*background: red;*/
        padding: 10px;
        margin-left: 10px;
        height: 30px;
        border: 1px solid darkgray;
        margin-top: 10px;
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        background:red;
        cursor: pointer;
    }
}

.genBtn1{float: left;margin-left: 10px;}
.genBtn2{float: left;margin-left: 10px;}
.genBtn3{float: left;margin-left: 10px;}
.genBtn4{float: left;margin-left: 10px;}
.genBtn5{float: left;margin-left: 10px;}
.genBtn6{float: left;margin-left: 10px;}

@media only screen and (max-width:700px){

    .genBtn1{float: left;margin-left: 8px;}
    .genBtn2{float: left;margin-left: 8px;}
    .genBtn3{float: left;margin-left: 8px;}
    .genBtn4{float: left;margin-left: 8px;}
    .genBtn5{float: left;margin-left: 8px;}
    .genBtn6{float: left;margin-left: 8px;}
    .genBtn8{float: left;margin-left: 8px;width: 94%;font-size: 14px;}
}

.menuBtns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pagecnttxt p{font-size: 14px;}

@media (min-width: 1200px){
    .col-lg-4 {
        width: 100% !important;
    }
}


@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Thin.ttf);
    }


body, h3{font-family: roboto;font-weight: bolder;}

