@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 1024px;
    }
}

@media (min-width: 1224px) {
    .container {
        width: 1224px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:992px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.container {
    margin: 0 auto;
}

.row {
    margin-right: -12px;
    margin-left: -12px;
}

.col-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.row:after {
    clear: both;
}

/*footer css*/

.footer-wrapper {
    border-bottom: 4px solid #2c0066;
    font-size: 12px;
    color: #707070;
    font-family: Gotham, Haboro;
    font-weight: 200;
    border-top: 1px solid #e0e0e0;
    line-height: 1.67;
    letter-spacing: -0.2px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
}

.footer-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-align{
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer-links {
    text-align: center;
}

.footer-links ul li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    list-style: none;
}

.footer-second-box{
    padding-right: 41px;
    margin-top: 0px;
}


.footer-links ul li:last-child {
    padding-right: 0px;
}

.footer-links a {
    color: #2c0066;
    text-decoration: none;
}

.flag-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.us-flag {
    padding-right: 10px;
}

div.top {
    position: relative;
    width: 100%;
    background: #F3f3f3;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

div.top .social {
    display: inline-block;
    height: 40px;
}
div.top .social a {
    position: relative;
    color: #000!important;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 8px;
    border-radius: 0px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    vertical-align: bottom;
}

.helper-text {
    color: #707070;
    font-size: 12px;
    letter-spacing: -0.2px;
}

div.top .social a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width:992px) {
    .flag-box {
        justify-content: center;
    }
    .footer-copyright-box {
        width: 56%;
        margin: 0 auto;
    }
    .footer-links {
        text-align: center;
        margin-top: 10px;
    }
}

.text-center {
    text-align: center;
}


@media screen and (max-width:767px) {
    .flag-box {
        justify-content: center;
    }
    .copy-right {
        text-align: center;
        margin-top: 15px;
    }
    .footer-links {
        text-align: center;
        max-width: 370px;
        margin: auto;
        margin-top: 15px;
    }
    .footer-copyright-box {
        width: 100%;
    }
    .footer-links ul li {
        margin-bottom: 5px;
    }
    .footer-content {
        padding-bottom: 0px;
    }
    .footer-align{
        display: block;
    }
    .footer-second-box{
        padding-right: 0px;
        padding-bottom: 0px;
        margin-top:0;
    }
}
