@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #fff !important;
}
.container{
    position:relative;
    top:45px;
}
.chcontainer {
    position: relative;
    top: 56px;
 
    
}
.inside-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inside-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ExportPanelbarbank {
    border: 1px solid #dadada;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
}
.row-barbank {
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.inside-column {
    padding: 0px;
}

.form-section-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}
.form-section-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form-section-head {
    width: 100%;
}

.info-boxbar {
    margin: 8px 0px;
    width: 100%;
}

.info-boxbar-one {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.btnap {
   
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.column-bars-default {
    font-weight: bold;
}

.expapi {
    display: flex;
    align-items: center; 
    justify-content: flex-end;
    padding: 8px 14px;
}
.form-group-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.row-section {
    padding: 15px 12px;
    border-radius: 4px;
}
.column-bars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.row-section {
    padding: 15px 12px;
    border-radius: 4px;
}


.chrow1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
 
}
.label-2 {
    font-weight:bold;
}
.header1 {
    padding: 0px;
    margin: 9px 0px;
}


.content-wrapper, .right-side {
    min-height: 100%;
    background-color: #fff;
    z-index: 800;
}


.error {
    border: 4px solid red;
    position: relative;
    top: 8px;
}

header {
    background-color: #3c8dbc;
}

.wid_auto {
    width: auto;
    height: auto;
}

.wid_width30 {
    width: 200px;
    height: auto;
}

.lft_align {
    float: left;
}

.rgt_align {
    float: right;
}

.top_mar15 {
    margin-top: 15px;
}

.mb3 {
    margin-bottom: 3px !important;
}


.c1 {
    color: #fff;
}

.bar {
    margin-top: 15px;
}

    .bar a {
        color: #fff;
        font-size: 18px;
        text-align: center;
    }

        .bar a:hover {
            color: #fff;
        }

.menu {
    width: 50%;
    margin-top: 10px;
}

/*.menu:first-chlid li{
	width:21%;}
	
	.menu:nth-chlid(2 li){
	width:21%;}
	
	.menu:nth-chlid(3) li{
	width:21%;}
	
	.menu:last-chlid li{
	width:21%;}*/
.menu_wid {
    width: 21%
}

.menu_wid_new {
    width: 21%;
}

.menu li a {
    font-size: 20px;
    color: #fff;
}

    .menu li a:hover {
        font-size: 20px;
        color: #fff;
        text-decoration: none;
    }

.boxm {
    padding: 2px 6px;
    margin-left: 5px;
    background-color: #5cb85c;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.fs12 {
    font-size: 12px;
}

.mar_lft5 {
    margin-left: 5px;
}


.menu_box {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    background-color: #E8E8E8;
    border-raius: 3px;
    margin-left: -15px;
}

    .menu_box ul li {
        background-color: #3c8dbc;
        color: #fff;
        padding: 10px 25px;
        line-height: 25px;
        margin-bottom: 5px;
        transition: background 1s;
        border-radius: 5px;
    }

        .menu_box ul li:hover {
            background-color: #5cb85c;
            color: #fff;
            padding: 10px 25px;
            line-height: 25pxs;
            margin-bottom: 5px;
        }

        .menu_box ul li.active {
            background-color: #5cb85c;
            color: #fff;
        }

        .menu_box ul li a {
            color: #fff;
            display: inline-block;
            text-transform: uppercase;
        }

            .menu_box ul li a:hover {
                color: #fff;
                text-decoration: none;
            }



.meber_form {
    /*background-color:#f1f1f1;*/
    color: #555;
    padding: 30px 10px;
    border: 1px solid #CAC6C6;
    border-radius: 3px;
    margin: 5px;
}


.meber_detail {
    padding: 30px 15px;
    folor: #555;
    font-size: 17px;
    font-weight: 600;
}

#tab-1 {
    display: block;
    background-color: #000;
    color: #fff;
}

.treeview .active {
    background-color: #000;
    color: white;
}

.tab-content {
    display: none;
}

.left_align {
    float: left;
}

.btn_mar {
    margin: 3px;
    border:2px solid red;
}

.pos_r {
    position: relative;
}

.dopdown {
    display: none;
}

.drop:hover .dopdown {
    position: absolute;
    width: 10%;
    padding: 10px;
    color: fff;
    display: block;
    background-color: #5cb85c;
    margin-top: 2.9%;
    margin-left: .5%;
    z-index: 3;
}

    .drop:hover .dopdown ul li {
        border-bottom: 1px dotted #3c8dbc;
    }

        .drop:hover .dopdown ul li a {
            color: #fff;
            padding: 5px 7px;
            font-size: 12px;
        }

            .drop:hover .dopdown ul li a:hover {
                color: #fff;
                text-decoration: none;
            }

.logout {
    display: none;
}

.log:hover .logout {
    background: #3c8dbc;
    color: #fff;
    position: absolute;
    padding: 10px;
    display: block;
    width: 100%;
    margin-top: -5px;
    z-index: 3;
}

    .log:hover .logout a {
        color: #fff;
        font-size: 14px;
    }

        .log:hover .logout a:hover {
            color: #fff;
            text-decoration: none;
        }


.log_form {
    background-color: #fff;
    padding: 15px 15px 55px 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.form-group-one {
    display: flex;
    align-items: center;
    justify-content: center;
  
}
 .form-group-one {
            display: flex;
            align-items: center;
            justify-content: center;
          

        }


.form-group-one-box {
    display: flex;
    align-items: center;
    justify-content: center;
}



.log_form1 {
    background-color: #fff;
    padding: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #dadada;
}
.gstrow {
    display: flex;
    align-items: center; 
    
    justify-content: center; 
    flex-direction: column;
}
.gstgroup {
  display: flex; 
  align-items: center;
  justify-content: center;
  padding:10px;
}
.gst1 {
   display: flex;
   align-items: center; 
   justify-content: center;
   padding: 25px 0px;
}
.gstpart {
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 5px;
}
.btnv {
 display:flex;
 align-items:center; 
 justify-content:center;
}
.form-horizontal-one {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
   
}
.container-fluid {
    padding: 0px;
}

.inner-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accountnosection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.textboxbar {
    background-color: #FFFFFF;
    width: 550px;
}

.customermain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
}

.maincus {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.containerqr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 56px;
    width: 68%;
}
.label{
    font-weight:bold;
}
.center {
    display:flex;
    align-items:center; 
    justify-content:flex-start;
}
.accountnosection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.container-fluid {
    padding: 0px;
}
.container-fluid {
    padding: 0px;
}

.inner-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.inner-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textboxbar {
    background-color: #FFFFFF;
    width: 550px;
}

.form-group-one {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
   
}

.inner-form-group-one {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
   
}
#txtNewPassword {
    width: 20%;
}
.rowbtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rowbtn1 {
   display: flex;
   align-items: center; 
   justify-content: center;
   gap: 8px;
}

.form-group-down-two {
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.ExportPanel-two-inside {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.four {
   display: flex;
   align-items: center;
   justify-content: center;
}
.section-oneagent {
    width: 100%;
}
.form-group-two {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.section-one-inside {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.inside-section-one {
    width: 100%;
    padding: 6px 0px;
}

.inside-section-two {
    width: 100%;
}
.bold{
    font-weight:bold;
}
.bold2 {
    font-size:18px; 
    color:black;
}



.log_form_head1 {
    color: white;
    font-weight: bold;
    background-color: #9ac5d3;
    border: none;
    text-align: center;
    padding: 7px 0px;
    border-radius: 2px;
    font-size: 18px;
}
.log_form_head2 {
    text-align: center;
    color: #286090;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    padding: 7px 0px;
    font-size: 27px;
   
}
.container {
    position: relative;
    top: 30px;
}

.ExportPanel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.six-two {
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.six-three {
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.ExportPanel2 {
  display:flex;
  align-items:center; 
  justify-content:flex-start;
  flex-direction:column;
}
.uploadim {
 margin: 0px;
 padding: 0px;
padding-left: 5px;
 display: flex;
 align-items: center;
 justify-content: flex-start;  

}
.uploadim2 {
    
    padding: 0px; 
    padding-right: 5px;
}
.im-two {
 margin-top: 15px;
 width: 100%;
 
 position:relative;
 top:34px;
}

.alert {
    padding: 4px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    margin-left: 10px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}


.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1;
}
.error {
    border: 4px solid red;
    position: relative;
    top: 8px;
}




.grid-pagin td table {
    /*width:10%;*/
    padding: 6px 11px;
}

.grid-pagin td table {
    width: 80px;
    padding: 6px 11px;
}



    .grid-pagin td table td span {
        border: 1px solid #dedede;
        display: block;
        border-radius: 2px;
        background: #D9534F;
        color: #fff;
        font-weight: bold;
        padding: 0 10px;
        line-height: 25px !important;
    }



    .grid-pagin td table td a {
        border: 1px solid #dedede;
        display: block;
        border-radius: 2px;
        background: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 0 10px;
        line-height: 25px !important;
    }

        .grid-pagin td table td a:hover {
            border: 1px solid #F6F6F6;
            display: block;
            border-radius: 2px;
            background: #AFADAD;
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            padding: 0 10px;
            line-height: 25px !important;
        }




.log_form_head {
    background-color: #3c8dbc;
    color: #fff;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-top: 5%;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.pop_head_text {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}
.log_form1 {
    margin: 0px 0px;
    padding: 0px;
}

.rechargerow1 {
    border: 1px solid #DADADA;
    padding: 35px;
}
.rechargerow2 {
  
    padding: 35px;
}
.approw1 {
    margin: 25px 10px 115px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36vh;
   
}
.inner-container {
    padding: 15px;
}
.end2pan{
    position:relative;
    top:10px;
    border:2px solid red;
}


.pull-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pull-right2 {
   display: flex;
   align-items: center;
   justify-content: flex-end;
}
.payment-options {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    flex-wrap: wrap;
    padding: 6px 0px;
}


.rechargemain {
    padding: 0px;
}
.inner-containercm {
    display: flex;
    align-items: center;
    justify-content: center;
}

.outterrechargemain2 {
    border: 1px solid #DADADA;
   
}
.applyform-horizontal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    
}
.agent{
    font-weight:bold;
}
.button1 {
    position:relative;
    top:34px;
}
.table1 {
    position: relative;
    bottom: 30px;
}
.table2 {
    position: relative;
    bottom: 23px;
}
.table3 {
    position: relative;
    bottom: 28px;
}
.tableinfo {
   position:relative;
   top:4px;
  
}
.bottomraise {
    display:flex;
    align-items:center; 
    justify-content:center;
}
.apply {
   display:flex;
   flex-direction:row;
   align-items:center;
   justify-content:flex-start;
   border:2px solid red;
}
.rechargemid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.end1m {
    position:relative;
    top:10px;
}
.rechargemid1 {
   
    display: flex;
    align-items:flex-start;
    justify-content:flex-start;
}
.area {
   display:flex;
   align-items:center;
   justify-content:center;
   width:100%;
}
.relative {
    position: relative;
}

.form-group1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.rechargemid{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rechargetextarea {
    padding: 12px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.res {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.end {
    width: 100%;
}

.end1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.endmoney {
   width: 100%;
   margin: 15px 0px;
}
.endre {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position:relative;
  
}
end-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}


.end2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    bottom: 15px;
}

.end3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    bottom: 4px;
}
.end4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    bottom: 24px;
}
.end4pen {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    bottom: 4px;
}
.end4close{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    bottom:2px;
}

.header1 {
    padding: 0px;
    margin: 9px 0px;
}
.rowsm {
    display: flex;
    align-items: center;
    justify-content: center;
}
#raisebottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.raisestyle {
    height: 25%;
  
}
       

.raisebottom2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
}

.upload {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
   
}
.upim {
   display:flex;
   align-items:center; 
   justify-content:flex-start;
}

.img2p {
    width: 16px;
    position: absolute;
    right: 12px;
    top: 10px;
}
.in1{
    position:relative;
    left:2%;
}

.noerror {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position:relative; 
    right:45px;
}
.rowsm1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.rechargetext1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.rechargetable {
    width: 100%;
    background-color: White;
    border: 1px solid gray;
}
.from-bar {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            position: relative;
        }




.form-group3money {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 10px;
}
.criteria {
   width: 100%;
   display: flex;
   align-items: center; 
   justify-content: center;
   padding: 0px;
}
.nine {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-group4pay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px;
   
}
.accpay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 20px;
  
}
.form-group5 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
}
.form-group6pay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
  
}
.image-2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.image-detail2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.end1pay{
    position:relative; top:7px;
}

.imaged {
    position: relative;
}

.accpay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 20px;
}
.form-group5pay {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btninfo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 20px;
   
}
.image-2pay {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}


.moneyimage4 {
    width: 16px;
    position: absolute;
    right: 8px;
    top: 10px;
}
.approw1 {
    margin: 25px 10px 115px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36vh;
}


.viewcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 56px;
   
}
.text-table {
    position:relative;
    bottom:1px;
}

.frominput {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
   
}
.input1 {
    font-size: 22px;
    position: relative;
    top: 5px;
    left: 23px;
    position: relative;
    top: 6px;
    width: 240%;
    font-weight: bold;
}

.span {
    position: relative;
    top: 5px;
    background: white;
    z-index: 150;
    padding: 0px 6px;
    right: 7px;
    font-size: 14px;
}
.viewrow1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
}
.in2{
    position:relative;
    left:1%;
   
}
.accountnosection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.displaybutton{
    display:flex;
    align-items:center; 
    justify-content:center;
}

.textboxbar {
    background-color: #FFFFFF;
    width: 550px;
}

.customermain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
}

.maincus {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logqr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logqr2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}








.containerc2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 56px;
    width: 68%;
}
.clabel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 17px;
    padding:8px;
}





.navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
    width: 100%;
}

.menu li a {
    font-size: 16px;
    color: #fff;
}

    .menu li a:hover {
        font-size: 16px;
        color: #fff;
    }


.dropup, .dropdown {
    position: relative;
    float: left;
}


.tab-content .dropdown {
    margin-left: 2px;
}


.dropdown:hover .dropdown-menu {
    display: block;
}

.table_wid {
    border: 1px solid #efefef;
    border-radius: 5px;
}

    .table_wid table {
        width: 100%;
        text-align: center;
        border: 1px solid #efefef;
        vertical-align: top;
    }

        .table_wid table th {
            line-height: 50px;
            text-align: center;
            vertical-align: top;
        }

        .table_wid table td {
            line-height: 40px;
            vertical-align: top;
            text-align: center;
        }


        .table_wid table tr:not(:first-child):hover {
            background-color: #efefef;
        }

        .table_wid table tr:last-child:hover {
            background-color: #fff;
        }
.table {
    width:100%;
    background-color:White;
        border:1px solid gray;
}
.table_head {
    color: white;
    font-weight: bold;
    background: transparent;
    background-color: rgb(30 153 233);
    border: 1px solid black;
    border: none;
    text-align: center;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 5px 0px;
    padding: 10px;
    position: relative;
    top: 10px;
    font-size:18px;
}
.panelclose {
    position: relative;
    top: 20px;
}
.end4change {
   display: flex;
   align-items: center;
   
   justify-content: center;
   padding: 12px;
}
.end4change1 {
   padding: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.changepin {
   width: auto;
   display: flex;
   align-items: center;
   justify-content: center;
}



.ExportPanel {
    background-color: #fff;
    padding-top: 8px;
    font-size: 17px;
    font-weight: 500;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.input {
    border: 5px solid white;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
    padding: 4px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
}

.head{
    width:100%;
}
.form {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main2-gst {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.main {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}



.form-section {
    border: 1px solid #ccc;
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
}

.form-section-head {
    border: 1px solid #ccc;
    padding: 5px 5px 0;
    margin-top: 5px;
    background-color: gainsboro;
    text-align: center;
    color: #545252;
    height: 40px;
    vertical-align: middle;
    font-weight: bold;
}


.form-section table th {
    text-align: center;
}

.popup-box {
    width: 100%;
    background-color: White;
    border: 1px solid gray;
    border-radius: 7px;
}

@media (min-width:481px) and (max-width:645px) {

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
        width: 44%;
    }
}


@media (min-width:361px) and (max-width:480px) {

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
        width: 50%;
    }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
        padding: 0;
        margin: 0 0 0 45px;
        color: #444444;
        font-size: 13px !important;
        position: relative;
    }
}


@media (min-width:0px) and (max-width:360px) {

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 2%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
        width: 95%;
    }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
        color: #999999;
        font-size: 10px;
        position: absolute;
        top: 0;
        right: 0;
        /*  margin-top: 18px;*/
    }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
        /* margin: auto 10px auto auto;*/
        width: 31px;
        height: 40px;
    }


    .dropdown-toggle {
        margin: 1px;
    }
   

    .form-group6 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10px;
    }

    .dropdown-menu li a:hover {
        background-color: #3c8dbc;
        color: #fff;
    }

    .dropdown-menu {
        margin: 0px;
    }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
        padding: 0;
        margin: 0 0 0 45px;
        color: #444444;
        font-size: 13px !important;
        position: relative;
    }
}

/*====================================================Marging css Start===============================================================*/
.mar_lft30 {
    margin-left: 30px;
}

.mar_lft10 {
    margin-left: 10px;
}

.mar_lft15 {
    margin-left: 15px;
}

.mar_top10 {
    margin-top: 10px;
}

.mar_top5 {
    margin-top: 5px;
}

.mar_top30 {
    margin-top: 30px;
}

.top_mar12 {
    margin-top: 12px;
}
@media screen and (max-width:280px) {
    .btnm

{
    padding: 10px;
}

}
/*====================================================Marging css End=================================================================*/
/*=====================================Background colour start======================================================*/
.bg1 {
    background: url(../images/bg1.jpg) repeat center center;
}

.bg_blue {
    background-color: #3c8dbc;
}


/*====================================Background colour End============================================================*/

/*=============================================Media Quary Start==================================================*/

@media (min-width:0px) and (max-width:480px) {
    .menu {
        width: 100%;
    }

    .menu_wid {
        width: 21%
    }

    .menu_wid_new {
        width: 26%;
    }

    .drop:hover .dopdown {
        position: absolute;
        width: 36%;
        padding: 10px;
        display: block;
        background-color: #5CB85C;
        margin-top: 10%;
        margin-left: 0.9%;
        z-index: 3;
    }

    .log:hover .logout a {
        color: #fff;
        font-size: 13px;
    }

        .log:hover .logout a:hover {
            color: #fff;
            text-decoration: none;
            font-size: 13px;
        }

    .med_mar {
        margin-top: 15px;
    }

    .navmenu {
        display: none;
    }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
        /* margin: auto -65px auto auto;*/
        width: 40px;
        height: 40px;
        margin-left: 3px;
    }
}

@media (min-width:768px) and (max-width:980px) {
    .menu {
        width: 75%;
        margin-top: 10px;
    }
}

/*==============================================Media Quary end=====================================================*/
