@import url('https://fonts.googleapis.com/css?family=Alegreya:400,500,700,800,900|Lato:100,200,300,400,700,900|Montserrat:100,200,300,400,500,600,700,800,900');
::selection {
    background-color: #752fa4;
    color: #fff;
} 

html {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Montserrat', 'Lato', 'Alegreya', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
}

.img-fixed {
    background-image: url(../images/bg_main.png);
    min-width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    margin: 0px;
    padding: 0px !important;
}

.progress {
    background-color: #02b7e1;
    height: 28px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: inset 0px -8px 10px rgba(0, 0, 0, 0.08);
}

.progress-bar.bg-info {
    background-color: #07a6cb !important;
    box-shadow: inset 0px -8px 10px rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

.tab-container {
    width: 80%;
    margin: 0px auto;
    display: block;
    position: relative;
}

.tab-parent2,
.tab-parent {
    display: table;
    min-width: 100%;
}

.tab-child {
    display: table-cell;
    vertical-align: middle;
}

.tab-form-start {
    width: 96%;
    margin: 0px auto;
}

.tab-wrapper {
    text-align: center;
    background-image: url(../images/bg_page.png);
    min-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    position:relative;
    overflow:hidden;

    margin-top:5px;
}

.header-title {
    font-weight: 800;
    font-size: 18px;
    color: #114a63;
    text-transform: uppercase;
    padding:15px 0px 0px;
}

.header-question {
    min-height: 50px;
    font-weight: 500;
    color: #025e87;
    font-size: 23px;
    padding:3px 5px 10px 5px;
}

.tab-main-title {
    color:#0aa68e;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    display: inline-block;
    background:transparent;
    background: linear-gradient(45deg, #025e87, #7aa518, #3fa9db);
    background: -webkit-linear-gradient(45deg, #025e87, #7aa518, #3fa9db);
    background: -moz-linear-gradient(45deg, #025e87, #7aa518, #3fa9db);
    background: -ms-linear-gradient(45deg, transparent, transparent, transparent);
    background: -o-linear-gradient(45deg, #025e87, #7aa518, #3fa9db);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
}

.tab-main-desc {
    color: #216a8a;
    font-weight: 600;
    font-size: 17px;
    padding: 0px 0px 15px;
}
.tab-label-desc{
    color:#216a8a;
    text-transform: uppercase;
    font-size:14px;
    font-weight:600;
}

.tab-main-subdesc {
    color: #216a8a;
    width: 75%;
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
}

.tab-main-img {
    width: 280px;
}

.tab-content {
    min-height: 460px;
    position: relative;
}

.tab-control {
    border: 2px solid #2c92b9;
    font-size: 14px;
    padding: 8px 16px;
    transition: linear all 0.3s;
    color:#134a62;
    font-weight:500;
}

.tab-control:focus {
    box-shadow: none;
    border: 2px solid #02b6e0;
}
.tab-control.select{
    padding: 0px 2px;
    height: 24px !important;
    text-transform: capitalize;
}
select.form-control.tab-control:not([size]):not([multiple]) {
    height: inherit;
}
.tab-group-control .input-group-text{
    border: 2px solid #2c92b9;
    border-left:0px;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    background-color:#fff;
    padding-top:2px;
    padding-bottom:2px;
}
.tab-group-control .form-control.tab-control{
    border-right:0px;
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control.tab-control:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}





.form-control::-webkit-input-placeholder {
    color: #134a62;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #134a62;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #134a62;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #134a62;
    opacity: 1;
}

.form-control::placeholder {
    color: #134a62;
    opacity: 1;
}

.tab-footer {
    color: #fff;
    font-weight: 500;
    padding: 10px 0px;
}

.btn-tab {
    padding: 8px 32px;
    font-weight: 600;
    font-size: 15px;
    min-width: 160px;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.btn-tab.btn-next:hover,
.btn-tab.btn-next:focus,
.btn-tab.btn-next:active{
    color:#fff;
}
.btn-tab.btn-prev:hover,
.btn-tab.btn-prev:focus,
.btn-tab.btn-prev:active{
    color:#025e87;
}
.btn-tab.btn-prev:focus,
.btn-tab.btn-next:focus,
.btn-tab.btn-ty-close:focus{
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.btn-next, .btn-next-question, .btn-save, .btn-ty-close {
    background-color: #025e87;
    color: #ffffff;
    border: 2.6px solid #025e87;
}

.btn-prev, .btn-prev-question, .btn-skip {
    background-color: #ffffff;
    color: #025e87;
    border: 2.6px solid #025e87;
}


.btn-tab.btn-skip:hover,
.btn-tab.btn-skip:focus,
.btn-tab.btn-skip:active{
    color:#025e87;
}

.btn-tab.btn-save:hover,
.btn-tab.btn-save:focus,
.btn-tab.btn-save:active{
    color:#fff;
}


.btn-tab.btn-ty-close:hover,
.btn-tab.btn-ty-close:focus,
.btn-tab.btn-ty-close:active{
    color:#fff;
}

.btn-tab.btn-next-question:hover,
.btn-tab.btn-next-question:focus,
.btn-tab.btn-next-question:active{
    color:#fff;
}

.btn-tab.btn-prev-question:hover,
.btn-tab.btn-prev-question:focus,
.btn-tab.btn-prev-question:active{
    color:#025e87;
}

.btn-tab.btn-prev-question:focus,
.btn-tab.btn-next-question:focus{
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-tab.btn-sm{
    padding:5px 8px;
    min-width:110px;
    font-size:14px;
}
.modal-desc{
    font-size:18px;
    text-align:center;
    /*color:#616f79;*/
    color: red;
    font-weight: 500;

}
.pop-footer{
    border-top:1px solid rgba(0,0,0,0.2);
}

.pager.wizard {
    margin: 0px;
    padding: 15px;
    position: absolute;
    z-index: 2;
    min-width: 100%;
    bottom: 0;
}

.pager.wizard li {
    list-style: none;
    display: block;
}

.nav-hidden {
    height: 0px !important;
}
.second-tab-wrapper{
    width:100%;
    height:auto;
    border-radius:10px;
    background-color:#fff;
    width:100%;
    height:auto;
    /* width:280px;
    height:280px; */
    display:block;
    position: relative;
    margin:20px auto 10px auto;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.08), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 8px 10px -7px rgba(0, 0, 0, 0.08);
    transition:linear all 0.3s;
}
.second-tab-wrapper img{
    padding:15px;
}
.second-tab-wrapper:hover{
    box-shadow: 0 20px 26px 2px rgba(0, 0, 0, 0.1), 0 10px 38px 5px rgba(0, 0, 0, 0.1), 0 12px 15px -7px rgba(0, 0, 0, 0.1)
}
.center-selection{
    margin-bottom:20px;
    font-weight:700;
    text-transform: uppercase;
    color:#025e87;
    font-size:15px;
}
.page-scroller{
    /* max-height:322px; */
    overflow-y:auto;
    position:relative;
    overflow-x:hidden !important;
}
.page-title{
    font-weight:500;
    text-align:left !important;
    font-size:18px;
    color:#025e87;
    padding:5px 0px 0px 5px;
    text-transform: uppercase;
}
.card-title.white,
.page-desc.white,
.page-title.white{
    color:#fff;
}
.page-desc{
    text-align:left;
    font-weight:500;
    color:#134a62;
    padding:0px 0px 5px 5px;
}
.card-wrapper{
    margin:6px;
    display:block;
    position:relative;
    transition: linear all 0.3s;
}
.card-wrapper:hover,
.card-wrapper:active,
.card-wrapper:focus{
    text-decoration:none;

}
.card-wrapper:hover .card-img{
    box-shadow:0px 4px 15px rgba(0,0,0,0.5);
}
.card-img{
    background-color:#fff;
    border-radius:6px;
    margin-bottom:0px;
    box-shadow:0px 4px 15px rgba(0,0,0,0.2);
    transition: linear all 0.3s;
}
.card-img img{
    border-radius:6px;
}

/* 05/27/2019 Update */

.card-wrapper .card-img{
    width:auto;
    height:auto;
    max-height:250px;
}

.card-wrapper .card-img > img{
    max-width:250px;
    max-height:250px;
    width:100%;
    height: 100%;
    padding: 10px;
}


.col-two > [class*=col-]{
    width:50% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin:0px;
}
.col-three > [class*=col-]{
    width:33.33% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin:0px;
}

.col-four > [class*=col-]{
    width:25% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin:0px;
}

.col-five > [class*=col-]{
    width:20% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin:0px;
}
.col-six > [class*=col-]{
    width:16.66% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    margin:0px;
}
/* End 05/27/2019 */

.card-title{
    margin-top:3px;
    margin-bottom:5px;
    font-weight:600;
    text-align:center;
    color:#134a62;
    font-size:14px;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    /*word-break: break-all;*/
    word-break: break-word;
}
.bg-tab-right{
    min-width:100%;
    position:absolute;
    height:140%;
    top:0;
    right:0;
    left:0;
    z-index:0;

    display: block;
    width: 52vw;
    object-fit: cover;
}
.high-index{
    z-index:1;
    position:relative;
}
.modal-parent {
    display: table;
    min-width: 100%;
  }
  .modal-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
.tab-close.close{
    position: absolute;
    top: -11px;
    right: -10px;
    background-color:#fff !important;
    border-radius:100px;
    color:#4b4d4d;
    box-shadow:0px 4px 10px rgba(0,0,0,0.2);
    opacity:1 !important;
    padding:0px 5px;
    font-size:22px;
    text-align:center;
}  
.modal-content{
    border:0px;
    background-image: url('../../../uploads/background images/bg_main.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#detailsModal .modal-content{
	background-image: none;
}

#detailsModal .modal-content .pt-1{
	box-shadow: none;
}
	
#detailsModal .prompt-message {
	color: black;
}

#detailsModal .pop-footer{
	border-top: none;
} 


.modal-body{
    border:0px;
    padding:15px;
    box-shadow:none;
    background-color:#fff;
    border-radius:4px;
    margin:15px;
    padding:15px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}
.modal-img{
    width:80px;
    height:auto;
    margin:10px 0px;
}
.profile-name{
    font-weight:700;
    font-size:16px;
    text-transform: uppercase;
    color:#025e87;
    padding-bottom:15px;
}
.profile-desc{
    font-weight:600;
    color:#6899af;
    padding-bottom:0px;
    font-size:13px;
    text-transform: uppercase;
}
.tab4-parent{
    min-height: 150px !important;
}
/* .tab4-parent{
    overflow-y:auto !important;
    overflow-x:hidden !important;
    min-height: 150px !important;
} */
.just-height{
    min-height:260px;
}
.pager.wizard.tab-btn-3{
    position:absolute;
    width:100%;
    bottom:0;
}
.selected{
    position:relative;
}
.selected .card-img{
    box-shadow:inset 0px 0px 0px 3px #0aa68e !important;
    position:relative;
}
.selected:hover .card-img{
    box-shadow:inset 0px 0px 0px 3px #0aa68e;
}
.selected .card-img:after{
    content: "\f00c";
    font-family:"Font Awesome 5 Pro";
    font-size:20px;
    text-align:center;
    color:#fff;
    background-color:#0aa68e;
    padding: 5px 10px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    position: absolute;
    z-index: 3;
    border-radius: 100px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.6);
}
.selected .card-img:before{
    content: "";
    width:100%;
    height:100%;
    position:absolute;
    display:block;
    background-color: rgba(56,183,165,0.25);
    top:0;
    border-radius: 6px;
}


.selected.second-tab-wrapper{
    box-shadow:inset 0px 0px 0px 3px #0aa68e !important;
    position:relative;
    padding:0px;
}
.selected.second-tab-wrapper:hover{
    box-shadow:inset 0px 0px 0px 3px #0aa68e;
}
.selected.second-tab-wrapper:after{
    content: "\f00c";
    font-family:"Font Awesome 5 Pro";
    font-size:20px;
    text-align:center;
    color:#fff;
    background-color:#0aa68e;
    padding: 5px 10px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    position: absolute;
    z-index: 3;
    border-radius: 100px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.6);
}
.selected.second-tab-wrapper:before{
    content: "";
    width:100%;
    height:100%;
    position:absolute;
    display:block;
    background-color: rgba(56,183,165,0.25);
    top:0;
    border-radius: 6px;
}
.second-parent{
    min-height:575px;
}
.padding-parent{
    padding-bottom: 72px;
}
/* .tab-parent.padding-parent2,
.tab-parent.padding-parent{
    padding-bottom:0px !important;
} */
/* .padding-parent2{
    padding-bottom: 72px;
} */
.relative-btn{
    position:relative !important;
}
.tab-label{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left !important;
    margin-bottom:5px;
    display:block;
    color:#216a8a;
}
.text-danger > sup{
    font-size:10px;
    font-weight:bold;
    top:-10px;
}


#divLoader{  
    position: fixed;  
    left: 0px;  
    top: 0px;  
    width: 100%;  
    height: 100%;  
    z-index: 9999;  
    background-color: rgba(255,255,255,.8);  
}

#divLoader::before {
    content: "Please Wait ...";
    /* text-align: center; */
    font-size: 1.1em;
    color: #305b77;
    /* width: 100%; */
    position: absolute;
    top: calc(50% + 65px);
    z-index: 4;
    font-weight: 700;
    text-transform: uppercase;
    width:138px;
    height:23px;
    display:block;
    margin:0px auto;
    left: calc(50% - 62px);
}

#divLoader>div{               
    position: absolute; 
    top: calc(50% - 50px); 
    left: calc(50% - 50px); 
    bottom: 0; 
    right: 0; 
    z-index: 3; 
    overflow: hidden;            
    background: transparent; 
    padding: 5px;
    border: 16px solid #e2e2e2;
    border-radius: 50%;
    border-top-color: #079dc0;
    border-bottom-color: #079dc0;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*---------------
DELAY ANIMATIONS
----------------*/

.pointthree {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}

.pointfive {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.pointeight {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.one {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.onepointthree {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.onepointfive {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.onepointeight {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.two {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.twopointfive {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.three {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

/* SHADOW */

.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.z-depth-half {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.08), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.z-depth-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.z-depth-4 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.z-depth-5 {
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* RESPONSIVE */

@media (max-width:1200px) {}

@media (max-width:767px) {
    .tab-form-start {
        width: 100%;
        margin: 0px auto;
    }
    .tab-container{
        width:98%;
    }
    .header-title{
        font-size:16px;
    }
    .header-question{
        font-size:18px;
    }
    #barText > span{
        display:none;
    }
    .tab-main-subdesc{
        width:98%;
    }

    .second-tab-wrapper{
        width:100%;
        height:auto;
    }
    .page-title{
        font-size:14px;
    }
    .page-desc{
        font-size:13px;
    }
    .card-title{
        font-size:11px;
    }
    .tab-control.select {
        padding: 0px 1px;
        height: 24px !important;
    }
    /* .tab-parent.padding-parent{
        padding-bottom:0px !important;
    }
    .padding-parent2{
        padding-bottom: 112px;
    } */
}

@media (max-width:1200px) and (min-width:768px) {
    .tab-container{
        width:95%;
    }
    .second-tab-wrapper{
        margin-left:15px;
        margin-right:15px;
        width:100%;
        height:auto;
    }
    .header-title{
        font-size:16px;
    }
    .header-question{
        font-size:18px;
    }
    .second-tab-wrapper{
        width:100%;
        height:auto;
    }
    .page-title{
        font-size:14px;
    }
    .page-desc{
        font-size:13px;
    }
    .card-title{
        font-size:12px;
    }
    .tab-control.select {
        padding: 0px 1px;
        height: 24px !important;
    }
    /* .second-parent{
        min-height:100%;
    } */
}


@media (max-width: 575px) {}

/* 03/07/2019 */
/* 06/03/2019 */

.col-six {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.progress {
    border-radius: 0px;
    margin-left: -5px;
    margin-right: -5px;
}

.bg-tab-right {
    height: 144%;
}

@media (max-width:1200px) and (min-width:769px) {
    .col-four>[class*=col-] {
        width: 33.33% !important;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-five>[class*=col-] {
        width: 33.33% !important;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-six>[class*=col-] {
        width: 25% !important;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width:768px) and (min-width:639px) {
    .col-four>[class*=col-] {
        width: 33.33% !important;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-five>[class*=col-] {
        width: 33.33% !important;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-six>[class*=col-] {
        width: 25% !important;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width:640px) and (min-width:479px) {
    .col-six>[class*=col-] {
        width: 33.33% !important;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width:480px) and (min-width:374px) {
    .col-four>[class*=col-] {
        width: 33.33% !important;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-five>[class*=col-] {
        width: 33.33% !important;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-six>[class*=col-] {
        width: 33.33% !important;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    #character-page .container-fluid .row .col-6 {
        width: 100% !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width:375px) and (min-width:220px) {
    .col-three>[class*=col-] {
        width: 50% !important;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-four>[class*=col-] {
        width: 50% !important;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-five>[class*=col-] {
        width: 50% !important;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-six>[class*=col-] {
        width: 50% !important;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pager.btnWrapper li {
        float: none;
        width: 100%;
    }
    .pager.btnWrapper li:first-child {
        margin-bottom: 10px;
    }
    #character-page .container-fluid .row .col-6 {
        width: 100% !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width:640px) and (min-width:220px) {
    .col-two,
    .col-three,
    .col-four,
    .col-five {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}


