 @font-face {
    font-family: "Interstate";
	font-weight: 400;
	font-style: normal;
	src: url("fonts/InterstateLight.woff") format("woff");
}
@font-face {
    font-family: "Interstate Bold";
	font-weight: 600;
	font-style: normal;
	src: url("fonts/Interstate.woff") format("woff");
}

body,
.tabItem {
    font-family: 'Interstate';
    font-size: 16px;
    color: #333333;
}

#main {
    width: 100%;
    margin: 0 auto;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.tabs {
    text-align: center;
    border-bottom: 0px;
    font-size: 0px !important;
    padding: 0;
    margin: 0 auto;
}

.tabs li {
    display: inline-block;
    margin: 0 1px;
    font-size: 0;
}

.tabItem:first-letter {
    text-transform: capitalize;
}
.tabs li{
    margin: 0px -1px;
    vertical-align: top;
    text-align: center;
}

.tabs li:nth-child(1) .tabItem{
    background: #FFF;
    color: #667fa4;
    text-decoration: none;
}

.tabs li:nth-child(1) .tabItem-active{
    background: #FFF;
    color: #002967;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #002967;
}

.tabs li:nth-child(2) .tabItem{
    background: #FFF;
    color: #667fa4;
    text-decoration: none;
}

.tabs li:nth-child(2) .tabItem-active{
    background: #FFF;
    color: #002967;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #002967;
}

.tabs li:nth-child(2) .tabItem:hover,
.tabs li:nth-child(1) .tabItem:hover{
    font-weight: bold;
}




/* .tabs li:nth-child(2) .tabItem.tab_1 {
    background: #32BEFF;
    color: #FFF;
    text-decoration: none;
} */

.tabItem {
    display: inline-block;
    width: 225px;
    box-sizing: border-box;
    position: relative;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    vertical-align: top;
}

.tabItem:hover,
.tabItem:active,
.tabItem-active,
.tabItem-active:hover {
    background: #FFF;
    position: relative;
}




@media (max-width: 580px) {
    .tabs-control{
        margin: 0px 8px !important;
    }
    .tabItem {
        margin: 0 auto !important;
    }
    .tabs li {
        margin: 0 auto !important;
    }


    .tabs li:nth-child(1) .tabItem{
        background: #FFF;
        color: #667fa4;
        text-decoration: none;
    }
    
    .tabs li:nth-child(1) .tabItem-active{
        background: #FFF;
        color: #002967;
        text-decoration: none;
        border-bottom: 2px solid #002967;
    }
    
    .tabs li:nth-child(2) .tabItem{
        background: #FFF;
        color: #667fa4;
        text-decoration: none;
    }
    
    .tabs li:nth-child(2) .tabItem-active{
        background: #FFF;
        color: #002967;
        text-decoration: none;
        border-bottom: 2px solid #002967;
    }
    

}

.tabs-content-wrapper {
    background-color: #FFF;
    border-radius: 8px;
    border-top-left-radius: 0px;
    height: 289px;
}

@media (max-width: 580px) {
    .tabs-content-wrapper{
        height: 525px !important;
    }
}

@media (max-width: 375px){
    .footer{
        text-align: right !important;
        margin-right: 5px !important;
        margin-left: 0px !important;
    }
    .footer1{
        position: relative !important;
        bottom: 0px !important;
        right: 5px !important;
    }
}

