
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
body {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: #333C41;
}
img{
    max-width: 100%;
    height: auto;
}
.contentregion{
/*    height: calc(100vh - 189px);*/

        padding-top: 30px;
    padding-bottom: 120px;
        float: left;
    width: 100%;
    clear: both;
}

.red-star{
    color: #ff0000;
}

.min-height600{
    min-height: 600px;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/* Header region css */
.headerregion{
    position: relative;
    box-shadow: inset 0 -1px 0 0 rgb(100 121 143 / 12%);
    z-index: 99;
    background-color: #fff;
    padding: 5px 0;
}
.navbar-brand{
    height: auto;
    padding: 13px 15px;
}
.navbar-brand img{
    max-height: 38px;
    float: left;
    margin-right: 15px;
}
.navbar-brand img + img{
    
}

.headerregion > ul{
    
}
.headerregion > ul > li{
    
}
.headerregion .navbar-nav > li > a.hovericonfld{
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.hovericonfld img{
    height: 24px;   
}
.contentshowfld{

}


.clmediabnner{
    clear: both;
}  

.clmediabnner .regular .slick-slide > div{
    padding:0 5px;

}

.clmediabnner .regular .slick-slide .boxes img{
    width: 100%;
}

.fldshowboxescon{
    position: absolute;
    right: 15px;
    top: 100%;
    min-width:500px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 8px;
    background-color: #fff;
    z-index: 1;
    padding: 10px;
}
.fldshowboxescon .dropdonmenuco {
/*    height: 400px;*/
    overflow: auto;
}
.headerregion .navbar-nav > li:hover .contentshowfld{

    
}
.topfldscont, .bottomfldcont{
    clear: both;
    float: left;
    width: 100%;
    padding: 0px;
}

.topfldscont{
    display: none;
}

.bottomfldcont{
/*    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 30px;*/
}
.fldshowboxescon ul{
        margin: 0;
    padding: 0;
    list-style: none;
}
.fldshowboxescon ul li{
    float: left;
    width: 33%;
    text-align: center;
    padding: 0px 5px;
    margin-top: 10px;
}
.fldshowboxescon ul li a{
    
}
.fldshowboxescon .imagefldnav{
        margin-bottom: 10px;
}
.fldshowboxescon .imagefldnav img{
height: 24px;
}
.fldshowboxescon p{
        margin-bottom: 0;
    font-size: 12px;
/*    letter-spacing: 0.7px;*/
    color: #333C41;
}


/* radio button css start */

/*    .radiocontainer {
   display: inline-block;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: none;
  vertical-align: top;
  padding: 0;
  padding-left: 26px;
  margin: 0;
  line-height: 16px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 7px;
  color: #fff;
  clear: both;
  float: left;
  width: 100%;
  text-align: left;
}
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiocontainer .checkmark {
position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}
.radiocontainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.radiocontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}
.radiocontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiocontainer input:checked ~ .checkmark:after {
  display: block;
}
.radiocontainer .checkmark:after {
top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
*/


.choosesubjectblock{
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px #efeded solid;
    margin-top: 30px;
    border-radius: 10px;
}

.choosesubjectblock .page-title{
        text-align: center;
    margin-top: -25px;
}

.choosesubjectblock h1{
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    background-color: #fff;
    padding: 0 15px;
    margin: 0;
}

.threeformfild {
    float: left;
    width: 32.8%;
    position: relative;
    min-height: 220px;
    padding: 15px;
    border-radius: 20px;
    margin: 10px 0 10px 0.5%;
}

.threeformfild h2{
    font-size: 20px;
    margin-top: 0;
}


.threeformfild .radiocontainer{
    float: left;
    width: 100%;
    padding-left: 21px;
    position: relative;
    font-weight: 400;
    font-size: 15px;

}

.threeformfild .radiocontainer input{
position: absolute;
    left: 0;
    top: 0;
}


.choosesubject1{
    background-color: #dde6f6;
    min-height: inherit;
}


.choosesubject2{
background-color: #f6f0f8;
}


.choosesubject3{
    background-color: #e8f6f2;
}

.form-action.pr-list{
clear: both;
    padding: 10px 0;
    margin: 0;
}

.choosesubjectblocktest .threeformfild{
    height: 300px;
    overflow:hidden;
}

.ms-options-wrap .ms-options{
    min-height: 120px!important;
}

.ms-options ul{
    margin-top: 0!important;
    padding-left: 0;
}

.ms-options ul li{
    list-style: none;
    color: #333;
    padding-left: 0!important;
    margin-right: 0!important;
    width: 100%;
}

.ms-options ul li label{
    font-weight: normal;
}

.choosesubjectblocktest form{
    margin-top:20px;
}

.radio-val{
    margin:0 2px;
}

.radio-val label{
    margin-left:3px;
}

.ms-options-wrap button {
border: 1px solid #ccc;
padding: 6px 12px!important;
border-radius: 4px;
-moz-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}


/* radio button css close */


/*form css start */

.form-greybg{
        background-color: #f7f4f4;
}

.collenctionform{
background-color: #fffefe;
    width: 100%;
    padding: 20px;
    position: relative;
    -moz-box-shadow: 2px 4px 8px 1px rgba(214, 207, 214, 1);
    -webkit-box-shadow: 2px 4px 8px 1px rgb(214 207 214);
    box-shadow: 2px 4px 8px 1px rgb(214 207 214);
    max-width: 600px;
    margin: 0 auto;
    border-radius: 4px;
}

.collenctionform label{
    font-size: 13px;
}

.collenctionform .form-control{

}

.collenctionform h4{
        font-weight: bold;
    font-size: 15px;
    color: #f15922;
}

.collenctionform .form-action .btn-block{
width: auto;
    background-color: #ff5e24;
    color: #fff;
    display: inline-block;
}

.checkbox-left{
margin-left: 10px!important;
}

/*form css close */



/* Footer css */
#footerregion {
    clear: both;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
margin-top: 30px;
float: left;
}
.footerinerregion {
background-color: #323232;
    padding: 5px 0;
    color: #fff;
}
.footerinerregion .logofooter {
    padding-bottom: 0;
}
.footerinerregion .logofooter img {
     max-height: 25px;
    margin-top:0;
}
.footerinerregion .linkregion ul {
    padding: 0;
    margin: 3px 0 0 0;
    list-style: none;
}
.footerinerregion .linkregion li {
    display: inline-block;
    margin-right: 10px;
    line-height: 20px;
}

.footerinerregion .linkregion li:last-child{
    margin-right: 0;
}


.footerinerregion .linkregion a {
    color: #fff;
    font-size: 12px;
/*    letter-spacing: 0.5px;*/
    font-weight: 400;
}
#subfooter {
    padding: 5px 0;
    background-color: #000000;
}
#subfooter p {
    margin: 0;
    color: #b2b1b1;
    line-height:20px;
    font-size: 12px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#subfooter .socialicons ul {
    margin: 0;
    padding: 0;
    float: right;
}
#subfooter .socialicons li {
    display: inline-block;
    margin-left: 5px;
}
#subfooter .socialicons a {
line-height: 20px;
    font-size: 12px;
    background-color: #363e52;
    width: 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
#subfooter .socialicons a i {
    line-height: 20px;
}
/* Notfication styling */
.notification-bell .dropdonmenuco {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    font-size: 14px;
    background-color: #fff;
    padding: 8px 10px;
    border: 1px solid #efecec;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0, .30);
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    border-radius: 3px;
    min-width: 430px;
    right: 0;
}
span.ncount {
    position: absolute;
    display: none;
    left: 29px;
    top: 22px;
    text-align: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #ff6161;
    border: solid 1px #fff;
    font-weight: 400;
    color: #f0f0f0;
    line-height: 16px;
    font-size: 12px;
}

.notfldcon .nav-tabs {
    width: 100%;
    border: 0;
    margin-bottom: 15px;
    padding: 0;
}
.notfldcon .nav-tabs li {
    line-height: initial;
    margin: 0;
    width: 48%;
    float: left;
    text-align: center;
}
.notfldcon .nav-tabs li + li {
    float: right;
}
.notfldcon .nav-tabs a {
    margin: 0;
    color: #192d6a;
    font-weight: 400;
    border-radius: 3px;
    letter-spacing: 0.7px;
    padding: 4px 5px;
    border: 1px solid #192d6a;
    font-size: 13px;
}
.notfldcon .nav-tabs li.active a, .notfldcon .nav-tabs a:hover, .notfldcon .nav-tabs a:focus {
    font-weight: 500;
    border: 1px solid #192d6a;
    background-color: #192d6a;
    color: #fff;
}
.notfldcon .tab-content {
    clear: both;
    display: block;
}
.mcustomscrolbarde {
    position: relative;
    max-width: 100%;
    height: 220px;
    overflow: hidden;
}
.notfldcon .listinnotficat {
    padding: 0;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
.notfldcon .listinnotficat:last-child {
    border-bottom: 0px;
}
.listinnotficat .newtag {
    float: right;
    font-size: 13px;
    background-color: #6cd159;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    margin-bottom: 3px;
}
.listinnotficat .imagecontno {
    float: left;
    width: 50px;
    padding-right: 10px;
    clear: both;
}
.listinnotficat .contefldnotf {
    float: left;
    width: calc(100% - 50px);
}
.listinnotficat h3 {
    margin: 0;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}
.listinnotficat p {
    font-size: 13px;
}
#announcementstab p {
    margin-bottom: 0;
}
.listinnotficat .timefldanou {
    text-align: right;
    font-size: 13px;
    clear: both;
    margin-top: 6px;
    float: left;
    width: 100%;
}

.helphovercont{
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    font-size: 14px;
    background-color: #fff;
    padding: 8px 10px;
    border: 1px solid #efecec;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0, .30);
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    border-radius: 3px;
    right: 0;
}
.helphovercont ul{
        margin: 0;
    padding: 0;
    list-style: none;
    min-width: 280px;
}
.helphovercont ul li{
    padding: 7px 15px;
}
.helphovercont ul li a{
    color: #333C41;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.profilecontho{
    background-color: #fff;
    padding: 8px 10px;
    border: 1px solid #efecec;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0, .30);
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    border-radius: 3px;
    min-width: 350px;
    font-size: 14px;
    position: absolute;
    top: 100%;
    right: 0;
}
.topcontpop {
    background-color: #556080;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    float: left;
    width: 100%;
}
.topcontpop [class*="iccngfill"] {
float: left;
    position: relative;
}
.topcontpop [class*="iccngfill"] a {
    float: left;
    position: relative;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.topcontpop [class*="iccngfill"] .imagefldforpar {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px auto;
    float: left;
}
.parenmen-iccngfill .imagefldforpar {
    background-image: url(/images/family-white-menu.png);
}
.imagefldforpar img {
    object-fit: cover;
    max-height: 80px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.topcontpop [class*="iccngfill"] span {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 23px;
}
.uploadphotimg {
    width: 80px;
    border: 0;
    background-color: #363e52;
    color: #fff;
    letter-spacing: 0.5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 23px;
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 99;
    margin-left: -40px;
}   
.btnpopout {
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.btnpopout a {
    float: left;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px 15px;
    font-weight: 400;
    color: #58585a;
    letter-spacing: 0.3px;
    min-width: 102px;
    text-align: center;
    text-decoration: none;
}
.btnpopout a:nth-child(2) {
    float: right;
    font-weight: bold;
    color: #e50000;
}
.downloadapp{
    margin-top: 11px;
}
.downloadapp a{
    border: 1px solid rgba(83, 84, 97, 0.1);
    color: #333C41;
    font-size: 14px;
    letter-spacing: 0.7px;
    border-radius: 40px;
    padding: 10px 15px!important;
    padding-left: 40px !important;
    background-image: url(/images/svg/Download-app.svg);
    background-size: 22px;
    background-position: 11px center;
    background-repeat: no-repeat;
}
/* Send feedback css */
.modalglobal  .modal-header {
    background-color: #363e52;
    color: #fff;
    letter-spacing: 0.7px;
}
.modalglobal  .modal-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.modalglobal .modal-header .close{
    margin: 0;
    text-shadow: initial;
    width: 26px;
    line-height: 26px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    color: #000 !important;
    text-align: center;
}
.feedbackfacsees .buttonsubmit {
    margin: 0;
    margin-top: 20px;
}
.feedbackfacsees .buttonsubmit .btn {
    background-color: #f15b24;
    border-color: #f15b24;
    font-size: 16px;
    letter-spacing: 0.7px;
}
.feedbackfacsees .form-group p {
    font-size: 16px;
    letter-spacing: 0.7px;
}
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.rating-stars ul > li.star {
    display: inline-block;
    cursor: pointer;
}
.rating-stars ul > li.star > i.fa {
    font-size: 1.5em;
    color: #ccc;
}
.rating-stars ul > li.star.selected > i.fa {
    color: #FF912C;
}
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}
.remarksDiv h3 {
    margin-top: 15px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.7px;
    margin-bottom: 0;
}
.remarksDiv .form-group {
    margin: 0;
}
.remarksDiv ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.remarksDiv li {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    position: relative;
    width: 49%;
    padding-right: 1%;
}
.remarksDiv li label {
    margin: 0;
    font-weight: 400;
    width: 100%;
    display: block;
}
.remarksDiv li label input {
    position: absolute;
    visibility: hidden;
}
.remarksDiv li label input + span {
    width: 100%;
    display: block;
    padding: 7px 15px;
    border: 1px solid #363e52;
    border-radius: 3px;
    color: #58585a;
    letter-spacing: 0.7px;
    font-size: 14px;
    cursor: pointer;
}
.remarksDiv li label input:checked + span {
    background: #363e52;
    color: #fff;
}
.feedbackfacsees .modal-dialog {
    width: 530px;
    margin: 30px auto;
}

/* rate services */
.rateservices  label{
    font-size: 14px;
    letter-spacing: 0.5px;
    display: block;
    font-weight: 400;
}
.rateservices .buttonsubmit{
    
}
.rateservices .buttonsubmit .btn{
        background-color: #f15b24;
    border-color: #f15b24;
    font-size: 16px;
    letter-spacing: 0.7px;
}
.newlinkscon{
float: left;    
}
.newlinkscon ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-left: 25px;
    letter-spacing: 0.7px;
}
.newlinkscon li {
    padding: 3px 0;
}
.newlinkscon li a{
    color: #fff;
    font-size: 13px;
}




/* form filling product */

.formproductwrap{
background-color: #fcfcfc;
/*text-transform: initial;*/
}

.formproductwrap h1{
    font-size:32px;
    font-weight: 600;
}

.formproductwrap h2{
    font-size:26px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top:20px;
}


.prname ul{
padding-left: 0;
}

.prname ul li{
position: relative;
list-style: none;
margin-bottom: 20px;
padding-left: 30px;
    
}

.prname ul li:before{
content: "\f105";
font-family: FontAwesome;
background-color: #f15922;
width: 20px;
height: 20px;
display: inline-block;
border-radius: 50%;
line-height: 20px;
font-size: 14px;
text-align: center;
color: #fff;
margin-right: 10px;
position: absolute;
left: 0;
top: 0;

}


.listhide{
    display:none;
}


.pr-list{
width: 100%;
margin: 20px 0;
background-color: #fff;
padding: 20px;
}



.versionblock{
padding: 20px 0;
background-color: #f2f2f2;
float: left;
width: 100%;
margin: 20px 0;
}

.versionblock h3{
margin-bottom: 20px;
margin-top: 0;
font-size: 16px;
font-weight: 600;
}


.iconlist{
float: left;
width: 33.33%;
text-align: center;
}

.iconlist a{
display: inline-block;
}

.iconlist i{
background-color: #1494bbcf;
width: 50px;
height: 50px;
font-size: 24px;
border-radius: 50%;
line-height: 50px;
color: #fff;
}

.pr-list .btn {
background-color: #f15922;
color: #fff;
border: none;
}



/* upload image popup */
@media only screen and (min-width: 1024px){
    #uploadPhoto .modal-dialog {
        width: 700px;
    }
}
#uploadPhoto .modal-content {
    border-radius: 3px;
}
#uploadPhoto .modal-header {
    background-color: #556080;
    padding: 12px 10px;
    color: #fff;
    letter-spacing: 0.7px;
}
#uploadPhoto .modal-header h4 {
    font-weight: 400;
}
#choosePhoto .outerdivcon {
    padding: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}
#choosePhoto .outerdivcon label input {
    position: absolute;
    visibility: hidden;
}
#choosePhoto .outerdivcon label span {
    background-color: #005b96;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.7px;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 13px 30px;
    border-radius: 3px;
    display: inline-block;
}
#uploadPhoto .uploadiv img[src^="#"], #uploadPhoto .uploadiv img[src^=" "] {
    display: none;
}
#uploadPhoto .modal-footer {
    padding: 12px 12px;
    background-color: #e8e8e8;
}
#uploadPhoto .modal-footer .btn {
    border: 1px solid;
    padding: 0 20px;
    height: 30px;
    white-space: initial;
    line-height: 30px;
    letter-spacing: 0.5px;
}
#uploadPhoto .modal-footer .btn-primary {
    background-color: #7ace88;
    border-color: #7ace88;
}
#uploadPhoto .modal-footer .btn-default {
    background-color: transparent;
    border-color: #e5393f;
    color: #e5393f;
}
/* amount overdue */
.amountoverdue{
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: red;
}
.amountoverdue p{
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.7px;
}

.dotsfld9 .mCustomScrollBox{
    height: auto!important;
}

.dotsfld9 .mCSB_container{
    margin-right: 0!important;
}
.dotsfld9 .mCSB_scrollTools{
    display: none!important;
}






@media (min-width: 768px){
    .dotsfld9 > .dropdown-menu.fldshowboxescon{
    position: fixed;
    right: -400px;
    top: 0;
    min-width: 300px;
    width: 18%;
    height: 100%;
    background-color: #f7f7f7;
    box-shadow: 0 0 11px 0 rgb(0 0 0 / 20%);
    border: none;
    transition: ease-in-out 0.2s;
    overflow-y: auto;
    left: inherit;
    border-radius: 0;
    display: block;
    opacity: 0;
    }


.dotsfld9.open > .dropdown-menu.fldshowboxescon,
.dotsfld9.show > .dropdown-menu.fldshowboxescon{
    right: 0;
    opacity: 1;
    padding:0;
}


.dotsfld9.open > .dropdown-menu.fldshowboxescon .dropdonmenuco,
.dotsfld9.show > .dropdown-menu.fldshowboxescon .dropdonmenuco{
padding: 20px 5px 10px 5px;
}



.fldshowboxescon ul li a {
    border: 1px #ddd solid;
    display: block;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    text-decoration: none;
    transition: ease-in-out 0.2s;
    -moz-box-shadow: 2px 4px 8px 1px rgb(245 238 238);
    -webkit-box-shadow: 2px 4px 8px 1px rgb(245 238 238);
    box-shadow: 2px 4px 8px 1px rgb(245 238 238);

}

.fldshowboxescon ul li a:hover{
     border-color: #f15922;
    -moz-box-shadow: -3px -1px 8px -1px rgba(214, 207, 214, 1);
    -webkit-box-shadow: -3px -1px 8px -1px rgba(214, 207, 214, 1);
    box-shadow: -3px -1px 8px -1px rgba(214, 207, 214, 1);

}


.close-siebar{
background-color: #000;
    height: 20px;
    width: 20px;
    display: block;
    color: #fff;
    cursor: pointer;
    position: fixed;
    line-height: 20px;
    z-index: 9;
    text-align: center;
    font-size: 14px;
    top: 0;
}

}


@media only screen and (max-width: 1024px){
      .headerregion .navbar-toggler{
        border: 1px solid #F15A22;
        background-color: #F15A22;
        margin: 5px 0;
        padding: 4px 8px;
    }  

    .headerregion .navbar-toggler span{
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: url(/img/toggler.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }


.navbar-collapse.show {
    overflow-y: auto;
}

}


@media only screen and (max-width: 767px){


.fldshowboxescon ul li a {
    border: 1px #ddd solid;
    display: block;
    padding: 6px;
    border-radius: 5px;
    background-color: #fff;
    text-decoration: none;
    transition: ease-in-out 0.2s;
    -moz-box-shadow: 2px 4px 8px 1px rgb(245 238 238);
    -webkit-box-shadow: 2px 4px 8px 1px rgb(245 238 238);
    box-shadow: 2px 4px 8px 1px rgb(245 238 238);
        margin-right: 0;
        min-height: 82px;
        justify-content: center;
        flex-direction: column;


}

.fldshowboxescon ul li a:hover{
     border-color: #f15922;
    -moz-box-shadow: -3px -1px 8px -1px rgba(214, 207, 214, 1);
    -webkit-box-shadow: -3px -1px 8px -1px rgba(214, 207, 214, 1);
    box-shadow: -3px -1px 8px -1px rgba(214, 207, 214, 1);

}


.contentshowflclick.helphovercont{
    float: left!important;
    width: 100%!important;
}



.close-siebar{
    display: none;
}

.formproductwrap h1 {
    font-size: 24px;
}

.formproductwrap h2 {
    font-size: 22px;
}
    .headerregion .navbar-toggle{
          border: 1px solid #F15A22;
          margin-top: 15px;
    }

    .headerregion .navbar-toggle span{
        background-color: #F15A22;
    }


 .headerregion .navbar-brand{
        padding: 15px 10px;
 }



    .headerregion .navbar-brand img{
    max-height: 27px;
    float: left;
    margin-right: 4px;

        
    }
    .headerregion .navbar-brand img + img{
        display: none;
    }
    .headerregion .navbar-nav{
/*    background-color: #f7f7f7;
    box-shadow: 0 0 11px 0 rgb(0 0 0 / 20%);
    transition: ease-in-out 0.2s;
    margin-bottom: 0;*/
        padding: 0;
    }
    .headerregion .navbar-nav > li{
        border-bottom: 1px solid #a9a6a6;
    }
    .headerregion .navbar-nav > li > a.hovericonfld {
   padding:15px;
}
.fldshowboxescon{
    max-width: 100%;
    min-width: initial;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;


/*    margin-left: 0%;*/
}
.notification-bell .dropdonmenuco{
   max-width: 90%;
    min-width: initial;
    margin-left: 5%; 
}
.threeformfild {
    width: 100%;
    min-height: inherit;
    margin: 5px 0 5px 0;
}

.choosesubjectblocktest .threeformfild{
    height: auto!important;
    overflow:inherit!important;
}

.choosesubjectblocktest .threeformfild .mCustomScrollBox{
        overflow: inherit;
    height: inherit;
}

.fldshowboxescon ul li {
    width: 33%;
}

.fldshowboxescon ul{
float: left;
    width: 100%;
    margin-bottom: 20px;
}

.open-new > .dropdown-menu{
    display: block;
}


/*.fldshowboxescon .imagefldnav img {
    height: 16px;
}
*/
label.more.showMe {
    display: block;
}

.bottomfldcont ul li:nth-child(n + 7) {
    display: none;
}
.bottomfldcont ul li.showList:nth-child(n + 7) {
    display: list-item;
}

.navbar-nav .open-new .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
}


.headerregion .navbar-collapse {
   height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    background-color: #f7f7f7;
    box-shadow: 0 0 11px 0 rgb(0 0 0 / 20%);
    border: none;
    transition: ease-in-out 0.2s;
    padding: 0;
}


.headerregion .navbar-collapse.collapse.in,
.headerregion .navbar-collapse.collapseing.in,
.headerregion .navbar-collapse.collapse.show,
.headerregion .navbar-collapse.collapseing.show{
width: 80%;
left: 0;
  height: 100%;
}

.headerregion .navbar-collapse > ul{
    margin:0;
}

.headerregion .navbar-collapse li.dotsfld9 > a.dropdown-toggle{
    margin-right: 0;
}

.navbar-toggle{
    position: relative;
    width: 44px;
    height: 34px;
}

.navbar-toggle.close-icon{
    padding-top: 5px;
}

.navbar-toggle.close-icon:before{
content: "\f00d";
font-family: FontAwesome;
color: #F15A22;
font-size: 16px;
}

.navbar-toggle.close-icon > span{
    display: none;
}
.dotsfld9 .mCustomScrollBox{
    height: auto!important;
}

.profilecontho{
        min-width: 100%!important;
}

.profilecontho .btnpopout a{
     min-width: auto;
    font-size: 13px;
    padding: 5px 10px;
}




}

@media only screen and (max-width: 480px){

    .fldshowboxescon ul li {
    width: 33.33%;
}




}

label.more {
    display: none;
    width: 100%;
    text-align: center;
    background-color: #f15a22;
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
   clear: both;
}