*
{
	margin:0px;
	padding:0px;
}
body {
    font-family:'Roboto', sans-serif;
}
 
.header {
    width: 100%;
    height: 70px; 
    background: #FFF;
    padding-top: 30px;
    background: #085377;
}

.inner-header
{
	width:1100px;
	margin:0px auto 0px auto;
	height:45px;
}

.inner-page-header
{
	width:90%;
	margin:0px auto;
	height:45px;
}

.logo
{
	width:270px;
	height:45px;
	float:left;
}

.top-nav
{
	    display: flex;
    justify-content: flex-end;
}

.inner-page-top-nav
{
	width:442px !important;
}

.top-nav ul {
    list-style-type: none;
    display: flex;
    justify-content:end; 
}

.top-nav ul li
{
	float:left;
	margin-left:10px;
}
.top-nav ul li a:hover {
    color: #fff !important;
}
.top-nav ul li:first-child
{
	margin-left:0px;
}

.top-nav ul li a
{
	display: block;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-decoration: none;
    margin: 0 50px;
    font-weight:700;
}
.inner-page-header .top-nav ul li a {
    color: #c9c9c9;
}
.top-nav ul li a:hover
{
 


}

.top-nav ul li a:active
{
	position:relative;
	top:2px;
}

.content-wrapper 
{
    text-align: center;
    height: auto;
    float: left;
    width: 90%;
    background: #fff;
    display: flex;
    margin: 30px 76px;
    box-shadow: 0 0 10px #e0dedefa;
    justify-content: center;
}
.logo h1 {
    text-transform: uppercase;
    color: #fff;
}
.content
{
    padding: 66px 100px;
}
 .inner-portal .content-wrapper {
    background: transparent;
    box-shadow: none;
}
.landing-welcome-head {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
  
}
.landing-welcome-head::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #b6c0ca;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
}
.landing-select-box {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 30px 0;
}
.landing-box-head{font-weight:600;}
.landing-welcome-text
{
	width:100%;
	height:auto; 
	font-size:14px;
	color:#FFFFFF;
	padding-top:10px;
	float:left;
	line-height:20px;
	text-align:justify;
}
 

.landing-box-content
{
    height: auto;
    margin: 0px auto 0px auto;
}
.landing-box-left, .landing-box-middle, .landing-box-right {
    width: 48%;
    padding: 40px 0px;
    float: left;
    background: #ebf5fd;
    border-radius: 10px;
    margin-right: 2%;
    min-height: 140px;
}
.landing-box-left .landing-box-text, .landing-box-middle .landing-box-text, .landing-box-right .landing-box-text {
    width: 85%;
}
.dropdown {
    float: right;
    clear: both;
    padding: 0px 50px;
    
}
.claimant-boxpanel {
    width: 100%;
    float: left;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
 .landing-box-right {
    margin-right: 0;
}
.title {
    font-size: 20px;
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 0;
    font-weight: 700;
}

.claimant-btn, .employer-btn {
    display: block;
    width: 275px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid #266aa6;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    background: #266aa6;
}

.claimant-btn:active
{
	position:relative;
	top:2px;
}

.employer-btn {
     
}

.employer-btn:active
{
	position:relative;
	top:2px;
}


.landing-box-text
{
	height: auto;
    font-size: 14px;
    color: #333;
    padding-bottom: 30px;
    line-height: 20px;
    text-align: center;
    margin: 0px auto;
    font-weight: 600;
}

.left-menu-wrapper
{
	width: 25%;
    height: 480px;
    float: left;
}

.left-menu {
   width: 100%;
    height: auto;
    float: left;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px #e0dedefa;
}



.left-menu ul
{
	list-style-type:none;
    padding:30px;
}

.left-menu ul li
{
 padding: 0 20px;
}

.left-menu ul li a
{
	line-height: 45px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #266AA6;
    font-weight: 600;
    text-align:left;
}

.left-menu ul li a:hover
{
	text-decoration:underline;
}
.left-menu-head + ul {
    padding-top: 0 !important;
}
.left-menu li:last-child
{
	border-bottom:none;
}
 

.left-menu-head
{
     font-size: 18px;
    color: #333;
    font-weight: 700;
    padding: 0 50px;
    text-align:left;
}

.inner-page-right-side
{
	width: 74%;
    float: right;
    background: #fff;
    box-shadow: 0 0 10px #e0dedefa;
    border-radius: 4px;
}

.banner-wrapper
{
	width:720px;
	height:250px;
	float:left;
	background:#333;
	border:1px solid #FFFFFF;
}


.inner-page-text
{
    font-size: 16px;
    color: #666666;
    text-align: justify;
    padding: 40px;
    display: block;
    float: left;
}

.head-text
{
	margin-bottom: 20px;
    font-size: 18px !important;
    font-weight: 700;
}
p{
        line-height: 1.4em;
}
.marg-top-10
{
	margin-top:10px;
}

.marg-top-bottom
{
	margin-top:15px !important;
	margin-bottom:15px !important;
}


.inner-page-links-left
{
	width:238px;
	border-right:1px solid #828282;
	height:90px;
	float:left;
}

.inner-page-links-right
{
	width:220px;
	height:90px;
	float:left;
	padding-left:15px;
}

.inner-page-links-image
{
	width:50px;
	height:80px;
	float:left;
	margin-right:5px;
}

.inner-page-links
{
	width:150px;
	height:30px;
	float:left;
}

.inner-page-links-small-img
{
	width:30px;
	height:30px;
	float:left;
}


.employers-link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	text-decoration:none;
	float:left;
	display:block;
	line-height:30px;
	margin-left:10px;
    cursor:pointer !important;
}

.employers-link:hover
{
	text-decoration:underline;
}

.marg-left-25
{
	margin-left:25px;
}

.links-head {
    width: 160px;
    height: 30px;
    float: left;
    font-size:14px;
}

.links-head a
{
	color:#666666;
	text-decoration:none;
    cursor:pointer !important;
    font-size:14px;
	
}

.links-head a:hover
{
	text-decoration:underline;
}

.marg-top-20
{
	margin-top:20px;
}


.claimant-inner-page-links-left
{
	width:720px;
	height:70px;
	float:left;
}

.claimant-inner-page-links-right
{
	width:230px;
	height:70px;
	float:left;
	padding-left:10px;
}

.right-border
{
	/*border-right:1px solid #828282;*/
}

.wrapping-div
{
	width:165px;
	float:left;
}

.fraud-button {
    cursor: pointer;
    display: inline-block;
    text-align: left;
    clear: both;
    padding: 10px 10px;
    position: relative;
    top: 25px;
    font-size: 16px;
    text-decoration: underline;
    color: #266aa6;
    font-weight: 600;
    float: left;
}
.respLangBlock{
    float: left;
    padding-right: 20px;
    padding-top: 5px;
}
.selectDrop{
    height: 30px;
    border-radius: 4px;
    width: 120px;
    padding: 5px;
}
.buttonDisabled {
    background: #cccccc none repeat scroll 0 0 !important;
    pointer-events:none;
    cursor: text;
}
.content-two {
    width: 100%;
    display: block;
    float: left;
}
@media screen and (max-width: 1024px) {
    .header {
        width: 100%;
        padding-top: 10px;
    }

    .inner-page-links-left .links-head {
        width: auto;
        float: left;
    }

    .content-two {
        height: auto !important;
        padding-top: 0px;
    }

    .inner-page-links-left, .inner-page-links-right {
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

        .inner-page-links-left .inner-page-links-image, .inner-page-links-right .links-head,
        .inner-page-links-right .inner-page-links-image {
            float: left;
        }

    .head-text {
        text-align: center;
    }

    #sliderFrame, #slider, #slider div.sliderInner {
        width: 100% !important;
    }

    .claimant-inner-page-links-left, .claimant-inner-page-links-right.right-border {
        border-right: 0;
    }

    .left-menu-wrapper {
        box-sizing: border-box;
        width: 230px;
        margin-right:10px; 
    }
    .left-menu ul{padding:15px;}
    .top-nav.claimantTop-nav {
        width: auto;
    }

    .left-menu, .left-menu ul li a, .banner-wrapper, #sliderFrame,
    #slider, .inner-page-text, .content-two {
        width: 100%;
    }

        .left-menu ul li {
            width: 100%;
            margin-left: 0;
            padding:0;
        }

    .left-menu-head {
        margin-left: 0;
    }

    .inner-page-right-side {
        width: calc(100% - 250px);
        padding: 40px 28px;
        box-sizing: border-box;
    }

    .claimant-inner-page-links-left, .claimant-inner-page-links-right, .inner-page-content {
        width: 100%;
    }

    .claimant-inner-page-links-right {
        padding-left: 0;
    }

    .inner-page-text {
        box-sizing: border-box;
        padding:0px;
    }

    .inner-page-links-image {
        vertical-align: middle;
        width: 50px;
        height: 100%;
        float: none;
        margin-right: 5px;
        display: inline-block;
    }

    .links-head {
        width: calc(100% - 60px);
        float: none;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
    }

        .links-head.marg-top-20, .links-head.marg-top-2 {
            margin: 0;
        }

    .claimant-btn, .employer-btn {
        width: 80%;
    }

    .landing-box-text {
        width: 100%;
    }

    .header-wrapper {
        width: 100%;
        /*height: 156px;*/
    }

    .inner-header, .inner-page-header {
        width: 94%;
        margin: 0px auto 0px auto;
        height: 45px;
    }

    .logo, .mery-logo {
        width: 100px;
        height: 70px;
        float: left;
        margin: 0;
        margin-top: 0;
    }

    .top-nav {
        width: auto;
        height: 35px;
        float: right;
        margin-top: 20px;
    }

    .content {
        width: 100%;
        padding: 66px 20px;
    }

    .inner-content {
        width: 100%;
        margin: 0px auto;
        height: auto;
    }

    .landing-welcome-head {
        width: 94%;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .landing-box {
        width: 100%;
        float: none;
        margin: 20px auto 0;
    }

    .landing-box-head {
        width: 94%;
        margin: 0 auto 25px;
        float: none;
    }

    .landing-box-left,  .landing-box-middle, .landing-box-right {
        width: 32%;
        padding: 20px;
        box-sizing: border-box;
        height: 215px;
    }
  .landing-box-middle{
          padding: 20px 0px;
  }
    .logo img, .mery-logo img {
        width: 100% !important;
        height: 100%;
        object-fit: contain;
    }

    .landing-box-content {
        width: auto;
        border: 1px solid #888888;
        padding:15px;
        display: block;
        float: left;
    }
 
    .content-wrapper{
        width:98%;
        margin: 10px;
    }
}

@media screen and (max-width: 640px) {
 

    .landing-box {
        height: auto;
    }

    .landing-box-right, .landing-box-left, .landing-box-text {
        width: 100%;
    }

    .claimant-btn, .employer-btn {
        margin: 0 auto;
    }

    .logo img, .mery-logo img {
        width: 100% !important;
        height: 100%;
        object-fit: contain;
    }

    .logo {
        width:100%;
        height:auto;
    }

    .top-nav {
        width: calc(100% - 100px);
        margin-top: 0;
        float:left;
        justify-content:flex-start;
    }

        .top-nav ul li a {
            display: block;
            height: 30px;
            line-height: 30px; 
            padding: 0px 10px;
            margin:0;
        }

        .top-nav ul li {
            margin-bottom: 6px;
        }
        .left-menu-wrapper{
            margin-right:0;
        }
        .content-wrapper {
            width: 100%;
            margin: 0;
        }
        .inner-page-right-side, .left-menu-head{
            padding:0;
        }
        .left-menu-head{
           padding-left: 15px;
        }
        .inner-page-right-side {
            width: 92% !important;
            margin: 0 16px;
            margin-bottom: 15px !important;
        }
        .claimant-boxpanel-content ul{padding:10px 0 0 13px !important;}
}

@media screen and (max-width: 425px) {
    left-menu-wrapper {
        box-sizing: border-box;
        width: 100%;
        padding: 0 30px;
    }

    .left-menu-head {
        width: 100%;
    }

    .left-menu-wrapper {
        height: auto;
        margin-bottom: 20px;
        width: 100%;
        padding: 0 30px;
    }

    .inner-page-right-side {
        width: 100%;
    }

    .top-nav.claimantTop-nav {
        width: calc(100% - 100px);
    }
 
    .inner-page-links-left, .inner-page-links-right {
        width: 100%;
        border-right: 0;
        padding-left: 0 !important;
    }
    .emp-reg-content td{
         width: 90% !important;
         display: flex;
         border-bottom: 1px solid #333;
         border-right: 0 !important;
    }
}

.landing-box-head-claimant {
       width: calc(100% - 20px);
    height: auto;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #AAAAAA;
    padding: 10px;
    float: left;
    background-color: #085377;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.claimant-boxpanel-content {
    padding:10px 20px 0 20px;
    display:block;
    float:left;
}
.claimant-boxpanel-content ul {
    padding: 10px 20px 0px 20px;
}
.claimant-boxpanel-content ul li {
    padding-bottom: 10px;
}
[name="iblnVisuallyImpaired"] {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
bottom-links {
    margin: 0px 0 0 0;
    padding: 0 0px 0 0;
    list-style-type: none;
}
.buttonDisabled {
    background: #fff !important;
    pointer-events: none;
    border-radius: 6px;
    padding: 0px 20px;
    color: #355d81 !important;
}
.bottom-links li {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    border-right: 1px solid #ccc;
    vertical-align: top;
}

    .bottom-links li:last-child {
        border-right: none;
    }

    .bottom-links li a {
        vertical-align: top;
        display: inline-block;
        padding: 20px 5px;
        color: #000;
        text-decoration: none;
        float: left;
        width: auto;
        text-align: left;
        min-height: 40px;
        color: #266aa6;
        text-decoration: underline;
    }

    .bottom-links li img {
        width: 50px;
        margin: 10px 15px 15px 0;
        float: left;
    }



.common-boxpanel{
    width:100%;
    float:left;
    margin-top:10px;
    border:1px solid #ccc;
    border-radius:5px;
}
 
.landing-box-head-common {
    width: 100%;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #555555;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 10px;
    float: left;
    margin-bottom: 20px;
    /*margin-top: 20px;*/
    background-color: #ddd;
}
.emp-reg-content {
    display: block;
    float: left;
    width: 100%;
}
.emp-reg-content td {
       width: 50%;
    border-right: 1px solid #333;
    padding: 15px;
}
.emp-reg-content td:last-child{
    border:0
}
 