/************** laptop **************/
@media (min-width: 1024px) and (max-width: 1600px){
.head-green{
    height: 80px !important;
}
.head-bg {
    height: 100px;
    width: 100%;
    position: absolute;
    background-image: url(../img/head-bg.png);
    /*background-size: 100%;*/
    top: 80px;
}
header > .container > div {
    height: 80px !important;
}
.portal-title h3 {
    font-size: 24px;
}
body.home .main {
    padding-top: 60px;
}
.login-box {
    height: 250px;
}
footer {
     margin-top: 30px; 
}
.wraper {
    padding: 80px 0 0px 0;
}
}
/********************************************/




/************** iPad Landscape **************/
@media (min-width: 986px) and (max-width: 1024px){
.head-green{
    height: 80px !important;
}
.head-bg {
    height: 100px;
    width: 100%;
    position: absolute;
    background-image: url(../img/head-bg.png);
    /*background-size: 100%;*/
    top: 80px;
}
header > .container > div {
    height: 80px !important;
}
.container {
    max-width: 90% !important;
}
.portal-title h3 {
    font-size: 24px;
}
.login-box {
    height: 250px;
    margin: auto;
    border-radius: 40px;
    margin-top: 40px;
}
.wraper .six-steps ul li img {
    width: 50px !important;
}
.wraper .six-steps ul:after {
    width: calc(100% - 150px) !important;
    top: 75px !important;
    left: 75px !important;
}
.wraper .six-steps ul li .green-dot {
    top: 63px !important;
}
.wraper .six-steps ul li h5 {
    font-size: 14px !important;
    line-height: 20px !important;
}
.wraper {
    padding: 80px 0 0px 0 !important;
}

footer .footer-bg {
    height: 110px !important;
    background-size: 100%;
    background-repeat: no-repeat;
}
}
/********************************************/









/****************iPad Portrait***************/
@media (min-width: 768px) and (max-width: 985px) {
.head-green{
    height: 60px !important;
}
.head-bg {
    height: 100px;
    width: 100%;
    position: absolute;
    background-image: url(../img/head-bg.png);
    /*background-size: 100%;*/
    top: 60px;
}
header > .container > div {
    height: 60px !important;
    padding: 20px !important;
}
.container {
    max-width: 90% !important;
}
.portal-title h3 {
    font-size: 20px;
}
header .logo img,
header.login > .container > div img{
    height: 40px !important;
}
body.home .main {
    padding-top: 40px;
}
.login-box {
	width: 400px;
    height: 200px;
    margin: auto;
    border-radius: 40px;
    margin-top:60px;
}
.login-box a:first-child {
    margin-bottom: 20px;
}
.head-menu,.head-logout{
    width: 40px !important;
    height: 40px !important;
    background-size: 40px !important;
}
.wraper .six-steps ul li img{
	width: 40px !important;
}
.wraper .six-steps ul li div:first-child {
    margin-bottom: 40px !important;
}
.wraper .six-steps ul:after {
    width: calc(100% - 100px) !important;
    top: 60px !important;
    left: 50px !important;
    height: 1px !important;
}
.wraper .six-steps ul li .green-dot{
	top: 50px !important;
    width: 20px !important;
    height: 20px !important;
}
.wraper .six-steps ul li .green-dot span {
    width: 6px !important;
    height: 6px !important;
}
.wraper .six-steps ul li h5 {
    font-size: 12px !important;
    line-height: 16px !important;
}
.wraper .six-steps ul li {
    padding: 0 8px !important;
}
.details-accordian .panel .panel-left {
    padding-right: 0px !important;
}
.details-accordian .panel.panel-details .panel-left,
.details-accordian .panel.panel-details .panel-right{
	width: 100%;
}
.panel-contact .panel-left{
	width: 66% !important;
}
.panel-contact .panel-right{
	width: 33% !important;
}
.details-accordian .panel.panel-contact .panel-right li div:last-child{
	display: none;
}
.details-accordian .panel li > div:first-child {
    width: 50% !important;
}
.details-accordian .panel.docs .panel-right li:first-child div:first-child{
	display: none;
}
.details-accordian .panel.docs .panel-left{
    width: 69%;
}
.details-accordian .panel.docs .panel-right{
	width: 30%;
}
.wraper {
    padding: 80px 0 0px 0 !important;
}
.login-steps {
	padding: 30px 0 !important;
}
.wraper .summary .summary-body{
	font-size: 13px;
}
.wraper .summary .summary-body li img.step {
    width: 50px !important;
}
.wraper .summary .summary-body .flex-center img {
    width: 30px !important;
}
.wraper .summary .summary-body li div:nth-child(5) > div{
	width: 50% !important;
}
footer .footer-bg {
    height: 80px !important;
    background-size: 100%;
    background-repeat: no-repeat;
}
.head-dropdown{
    right: 20px !important;
    top: 51px !important;
}
}
/********************************************/










/***************iPhone Landscape*************/
@media (min-width: 480px) and (max-width: 767px) {
.head-green{
    height: 60px !important;
}
.head-bg {
    height: 100px;
    width: 100%;
    position: absolute;
    background-image: url(../img/head-bg.png);
    /*background-size: 100%;*/
    top: 60px;
}
header > .container > div {
    height: 60px !important;
    padding: 20px !important;
    margin-top: 30px !important;
}
.container {
    max-width: 90% !important;
}
.portal-title h3 {
    font-size: 20px;
}
header .logo img,
header.login > .container > div img{
    height: 40px !important;
}
.login-box {
    width: 70%;
    height: 200px;
    border-radius: 30px;
    margin-top: 30px;
}
footer{
	margin-top: 30px !important;
}
.login-box a:first-child {
    margin-bottom: 20px !important;
}
.main .theme-btn {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    font-size: 14px;
}
.head-menu,.head-logout{
    width: 30px !important;
    height: 30px !important;
    background-size: 29px !important;
}
.wraper .six-steps ul li img{
	width: 40px !important;
}
.wraper .six-steps ul li div:first-child {
    margin-bottom: 40px !important;
}
.wraper .six-steps ul:after {
    width: calc(100% - 100px) !important;
    top: 60px !important;
    left: 50px !important;
    height: 1px !important;
}
.wraper .six-steps ul li .green-dot{
	top: 50px !important;
    width: 20px !important;
    height: 20px !important;
}
.wraper .six-steps ul li .green-dot span {
    width: 6px !important;
    height: 6px !important;
}
.wraper .six-steps ul li h5 {
    font-size: 12px !important;
    line-height: 16px !important;
}
.wraper .six-steps ul li {
    padding: 0 8px !important;
}
.wraper .six-steps {
    margin-bottom: 20px !important;
}
.wraper {
    padding: 26px 0 0 0 !important;
}
.details-accordian .panel .panel-left {
    padding-right: 0px !important;
}
.details-accordian .panel.panel-details .panel-left,
.details-accordian .panel.panel-details .panel-right{
	width: 100%;
}
.panel-contact .panel-left{
	width: 66% !important;
	vertical-align: top;
}
.panel-contact .panel-right{
	width: 33% !important;
	vertical-align: top;
}
.details-accordian .panel.panel-contact .panel-right li div:last-child{
	display: none;
}
.details-accordian .panel.panel-contact .panel-right li div:first-child{
	width: 100% !important;
}

.details-accordian .panel li > div:first-child {
    width: 50% !important;
}
.details-accordian .panel.docs .panel-right li:first-child div:first-child{
	display: none;
}
.details-accordian .panel.docs .panel-left{
    width: 69%;
}
.details-accordian .panel.docs .panel-right{
	width: 30%;
}
.details-accordian .panel .msg-table .msg-body li > div:nth-child(2){
	min-width: initial !important;
}
.details-accordian .panel .msg-table .msg-head > div:first-child {
    width: 25% !important;
}
.details-accordian .panel .msg-table .msg-head > div:nth-child(2) {
    width: 15% !important;
}
.login-steps {
    width: 100% !important;
    padding: 30px 0 !important;
}
.wraper .summary .summary-body{
	font-size: 13px;
}
.wraper .summary .summary-body li img.step {
    width: 50px !important;
}
.wraper .summary .summary-body .flex-center img {
    width: 30px !important;
}
.wraper .summary .summary-body li div:nth-child(5) > div{
	width: 50% !important;
}
footer .footer-bg {
    height: 100px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.head-dropdown li a {
    height: 50px !important;
    line-height: 50px !important;
}
.head-dropdown{
    right: 20px !important;
    top: 51px !important;
}
}
/********************************************/







/***************iPhone Portrait**************/
@media (min-width: 320px) and (max-width: 479px) {
.head-green{
    height: 60px !important;
}
.head-bg {
    height: 80px;
    width: 100%;
    position: absolute;
    background-image: url(../img/head-bg.png);
    /*background-size: 100%;*/
    top: 60px;
}
body.home .main {
    padding-top: 60px !important;
}
header > .container > div {
    height: 60px !important;
    padding: 20px !important;
    margin-top: 30px !important;
}
.container {
    max-width: 90% !important;
}
.portal-title h3 {
    font-size: 16px;
}
header .logo img,
header.login > .container > div img{
    height: 40px !important;
}
.login-box {
    width: 70%;
    height: 200px;
    border-radius: 30px;
    margin-top: 30px;
}
footer{
	margin-top: 40px !important;
}
.login-box a:first-child {
    margin-bottom: 20px !important;
}
.main .theme-btn {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    font-size: 14px;
}
.head-menu,.head-logout{
    width: 40px !important;
    height: 40px !important;
    background-size: 39px !important;
}
.portal-title h3 {
    margin-left: 10px !important;
}
.wraper .six-steps ul li img{
	width: 25px !important;
}
.wraper .six-steps ul li div:first-child {
    margin-bottom: 40px !important;
}
.wraper .six-steps ul:after {
    width: calc(100% - 50px) !important;
    top: 47px !important;
    left: 25px !important;
    height: 1px !important;
}
header .portal-title {
    width: 70% !important;
}
.wraper .six-steps ul li .green-dot{	
    top: 40px !important;
    width: 15px !important;
    height: 15px !important;
}
.wraper .six-steps ul li .green-dot span {
    width: 5px !important;
    height: 5px !important;
}
.wraper .six-steps ul li h5 {
    font-size: 10px !important;
    line-height: 12px !important;
}
.wraper .six-steps ul li {
    padding: 0 8px !important;
}
.wraper .six-steps {
    margin-bottom: 40px !important;
}
.wraper {
    padding: 30px 0 0 0 !important;
}
.details-accordian .panel .panel-left {
    padding-right: 0px !important;
}
.details-accordian .panel.panel-details .panel-left,
.details-accordian .panel.panel-details .panel-right{
	width: 100%;
}
.panel-contact .panel-left{
	width: 66% !important;
	vertical-align: top;
}
.panel-contact .panel-right{
	width: 33% !important;
	vertical-align: top;
}
.details-accordian .panel.panel-contact .panel-right li div:last-child{
	display: none;
}
.details-accordian .panel.panel-contact .panel-right li div:first-child{
	width: 100% !important;
}

.details-accordian .panel li > div:first-child {
    width: 54% !important;
}
.details-accordian .panel.docs .panel-right li:first-child div:first-child{
	display: none;
}
.details-accordian .panel.docs .panel-left{
    width: 69%;
}
.details-accordian .panel.docs .panel-right{
	width: 30%;
}
.details-accordian .panel .msg-table .msg-body li > div:nth-child(2){
	min-width: initial !important;
}
.details-accordian .panel .msg-table .msg-head > div:first-child {
    width: 25% !important;
}
.details-accordian .panel .msg-table .msg-head > div:nth-child(2) {
    width: 20% !important;
}
.login-steps {
    width: 100% !important;
    padding: 40px 0 0 0 !important;
}
.wraper .summary .summary-body{
	font-size: 13px;
}
.wraper .summary .summary-body li img.step {
    width: 30px !important;
}
.wraper .summary .summary-body .flex-center img {
    width: 30px !important;
}
.wraper .summary .summary-body li div:nth-child(5) > div{
	width: 50% !important;
}
footer .footer-bg {
    height: 80px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
footer .copy p {
    font-size: 12px;
    line-height: 40px;
}
.details-accordian .panel.action .panel-left{
    width: 100%;
}
.details-accordian .panel.panel-contact{
    font-size: 12px;
}
.details-accordian .panel.panel-contact div {
    font-size: 14px !important;
    min-height: 60px;
}
.details-accordian .panel .status-table .status-head > div:last-child {
    width: 70% !important;
    min-width: initial !important;
}
.details-accordian .panel .status-table .status-body li > div:last-child {
    /*width: 40%;*/
    min-width: initial !important;
}
.details-accordian .panel.docs .panel-left {
    width: 100% !important;
}
.details-accordian .panel.docs li > div:first-child {
    width: 100% !important;
}
.details-accordian .panel.docs .panel-right {
    width: 100% !important; 
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.details-accordian .panel.docs .panel-right li:first-child div:last-child{
	width: 100%;
}
.details-accordian .panel.message .theme-btn {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    width: 55%;
}
.details-accordian .panel.message select{
	margin-right: 10px;
}
.details-accordian .panel.message .msg-table,
.details-accordian .panel.message .msg-body{
	font-size: 13px;
}
.details-accordian .panel .msg-table .msg-body li > div:nth-child(2) {
    width: 20% !important;
}
.details-accordian .panel .msg-table .msg-body li > div:last-child{
    min-width: initial !important;
}
.details-accordian .panel.message li > div:first-child {
    width: 25% !important;
}
.form-box {
    width: 100% !important;
    padding: 20px !important;
}
.form-box .fields > div:first-child {
    font-size: 14px;
}
.login-steps h4{
	font-size: 20px;
}
.login-steps ul li {
    height: 40px !important;
    width: 40px !important;
    line-height: 30px !important;
    margin: 15px !important;
}
.step:after {
    top: 15px !important;
    left: 35px !important;
}
.form-btn {
    padding: 0 15px !important;
}
.wraper .summary .summary-body .flex-center h6 {
    font-size: 14px;
}
.wraper .summary .summary-body li div:nth-child(2){
    width: 30%;
    margin: 0 6%;
}
.wraper .summary .summary-body li div:nth-child(5){
	display: block !important;
}
.wraper .summary .summary-body li div:nth-child(5) img{
	margin-left: 7px;
	margin-bottom: 10px;
}
.wraper .summary .summary-body li div:nth-child(5) div{
	width: 100% !important;
	text-align: center;	
}
.wraper .summary .summary-head {
    background-color: transparent !important;
    height: auto !important;
    border-radius: 0px !important;
    color: #333 !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    font-size: 12px;
    display: block;
}
.wraper .summary .summary-head > div{
	display: inline-block;
	width: initial !important;
	margin-right: 10px;
	margin-bottom: 10px;
}
.wraper .summary .summary-head > div:after{
	content: '-';
	margin-left:10px;	
}
.wraper .summary .summary-head > div:last-child:after{
	display: none;
}
.head-dropdown li a {
    height: 50px !important;
    line-height: 50px !important;
}
.head-dropdown{
    right: 20px !important;
    top: 51px !important;
}

}
/********************************************/











