﻿.mar-top-div {
    margin-top: 3%;
}

.header {
    margin-top: 2%;
    margin-bottom: -1% !important;
}

.link {
    font-weight: bold;
    /*color: #003153;*/
}

.back-link {
    margin-top: 3%;
    margin-bottom: 0;
}

.footer-div {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.footer-label {
    color: #fff;
}

.footer-link {
    color: #87cefa;
}

.image-wrapper {
    width: 91%;
    margin-left: 4%;
}

.bottom-padding {
    padding-bottom: 3px;
}

.marginBottom-15px {
    margin-bottom: 15px;
}

.marginBottom-10px {
    margin-bottom: 10px;
}

.linkbutton {
    background: none !important;
    color: #003153;
    border: none;
    padding: 0 !important;
    font: inherit;
    border-bottom: 1px solid #003153;
    cursor: pointer;
    font-weight: bold;
}
.margin-bottom-0px{
    margin-bottom:0px;
}
.Count-style{
    background-color:white;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:767px) {
    .paddingLeftRightZero {
        padding-left: 0px;
        padding-right: 0px;
    }

    .paddingLeftRight-35px {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.loader {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 30001;
  }

.loaderImg {
    position: absolute;
    color: White;
    top: 35%;
    left: 45%;
    width: 110px;
    height: 110px;
}

.loaderImg img {
   width:100px;
}