.breadcrums li:first-child a::before {
    content: '\f38f';
    font-family: "arial";
}
.ion-refresh:before, .ion-refreshing:before {
    content: "\f21c";
    display: inline-block;
}
.ion-refreshing:before {
    content: "\f21c";
    display: inline-block;
    font-family: "arial";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.ion-spin, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.pagination{
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}
.pagination ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination ul li{
    float: left;
    margin: 0 3px;
    border: 1px solid #5aaff7;
}
.pagination ul li a{
    padding: 5px 10px;
    background-color: #FFF;
    color: #5aaff7;
    float: left;
    font-size: 16px;
}
.pagination ul li a.active{
    background-color: #5aaff7;
    color: #FFF;
}
.pagination ul li a i{
    font-size: 19px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.quiz-ans{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.ansSpan{
    display: none;
}
.googleMap iframe {
    width: 100%;
    height: 600px;
}
.mt-30{
    margin-top: 30px;
}
.ads-banner, .ad-row {
    text-align: center;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.logo{
    display: table;
    padding: 13px 0;
}
.logoflag {
    width: auto;
    /* float: left; */
    padding-right: 10px;
    height: 54px;
}

.logo a{
    vertical-align: middle;
    display: table-cell;
}
.contact-slider {
    float: left;
    width: 100%;
    margin: 10px;
    position: relative;
    overflow: hidden;
}
.mb-15{
    margin-bottom: 15px;
}
.joinlinks a{
    display: block;
}
.span-4{
    width: 31.3%;
    float: left;
}
.span-11{
    width: 90%;
    float: left;
}
.span-1{
    width: 10%;
    float: left;
}
.joinlinks .span-4{
    margin-right: 3%;
}
.joinlinks .span-4:last-child{
    margin-right: 0;
}
.joinlinks a {
    width: 100%;
    float: left;
    padding: 15px;
    color: #424951;
    border: #bf792e solid thin;
    border-radius: 10px;
    margin-top: 7px;
    text-align: center;
    font-family: "arial";
    font-size: 21px;
}

.slider {
    padding: 210px 0 80px;
}

.clkbtn{
    width: 127px;
    height: 45px;
}

.blog-title h4.subh3{
    text-align: center;
    font-size: 15px;
}

@media only screen and (max-width: 1024px)
{
    .slider {
        padding: 200px 0 100px;
    }
}
@media only screen and (max-width: 640px)
{
    .span-4{
        width: 100%;
        float: left;
    }
    .joinlinks .span-4{
        margin-right: 0;
    }
}
@media only screen and (max-width: 479px)
{
    .googleMap iframe {
        height: auto;
    }
    .contact-slider {
        margin: 0;
    }
    .slider {
        padding: 100px 0 100px;
    }
}
