 
 body {
    font-family: 'FlamaRegular';
     font-size: 13px;
     line-height: 20px;
     letter-spacing: 0;
     font-weight: normal;
     padding-top: 0 !important;
     background: #fff;
}
 h1, h2, h3, h4, h5, h6 {
     font-weight: normal;
     margin: 0 0 20px;
     padding: 0;
     line-height: normal;
}
 h1 {
     font-size: 30px;
     line-height:30px;
}
 h2 {
     font-size:25px;
}
 h3 {
     font-size: 20px;
}
 h4 {
     font-size:18px;
}
 h5 {
     font-size: 16px;
}
 h6 {
     font-size: 13px;
}
 p {
     margin: 0;
     padding: 10px 0;
     font-size: 13px;
     line-height: 25px;
}
 p a {
}
 a, img {
     border: 0;
     text-decoration: none;
     outline: none;
}
 a, a:link, a:visited {
     outline: none;
     text-decoration: none;
}
 a:hover {
     outline: none;
}
 a:focus {
     outline: none;
}
 ::-webkit-input-placeholder {
    /* WebKit browsers color:#83221b;
     */
     color: #666666;
     font-size: 14px;
}
 ::-webkit-input-placeholder:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 color:#83221b;
     opacity:1;
     */
     color: #666666;
     font-size: 14px;
}
 ::-webkit-input-placeholder::-moz-placeholder {
    /* Mozilla Firefox 19+ color:#83221b;
     opacity:1;
     */
     color: #666666;
     font-size: 14px;
}
 ::-webkit-input-placeholder:-ms-input-placeholder {
    /* Internet Explorer 10+ color:#83221b;
     */
     color: #666666;
     font-size: 14px;
}
 .alignleft, .alignnone {
     float: left;
     margin: 0 15px 10px 0;
}
 .alignright {
     float: right;
     margin: 0 0 10px 15px;
}
 .aligncenter {
     margin: 10px auto;
     display: block;
}
 img {
     max-width: 100%;
}
 .center {
     text-align: center;
}
 .inline {
     display: inline-block;
     margin-bottom: 0;
     position: relative;
     top: 3px;
}
 .btn {
     background:#dc000a;
     font-size: 13px;
     font-weight: 400;
     color: #fff;
     border-radius: 3px;
     padding: 0 28px;
     line-height: 28px;
     transition: all 0.3s ease-in-out 0s;
     text-transform: uppercase;
     display: inline-block;
     border: 1px solid #dc000a;
     text-transform:uppercase;    
}
 .btn:hover {
     background: transparent;
     transition: all 0.3s ease-in-out 0s;
     border: 1px solid #dc000a;
}
 ul li {
     list-style-type: none;
}
.fst-form input::-webkit-input-placeholder {
    color: #c0c0c1 !important;
}
 
.fst-form input:-moz-placeholder { /* Firefox 18- */
    color: #c0c0c1 !important;  
}
 
.fst-form input::-moz-placeholder {  /* Firefox 19+ */
    color: #c0c0c1 !important;  
}
 
.fst-form input:-ms-input-placeholder {  
    color: #c0c0c1 !important;  
}

.fst-form textarea::-webkit-input-placeholder {
    color: #c0c0c1 !important;
}
 
.fst-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #c0c0c1 !important;  
}
 
.fst-form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #c0c0c1 !important;  
}
 
.contact-box textarea:-ms-input-placeholder {  
    color: #fff !important;  
}















 .header_area {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     width:100%;
     z-index: 999;
     margin: 0 auto;
     background: transparent;
}
 .logo {
     padding:34px 0 40px 0;
}
 .logo a {
     display: inline-block;
}
 .header_area.sticky{
     background: #fff;
     border-bottom: 1px solid #ccc;
}
 .header_area.sticky .logo{
     padding:13px 0 13px 0;
}
 .header_area.sticky .menu ul{
     padding: 30px 0 0 0;
}
 .header_area.sticky .menu ul li ul.sub-menu{
    padding: 20px 0;
}
 .nav_sec {
     margin: 0;
}
 .menu ul {
     margin: 0;
     padding:40px 0 40px 0;
     list-style: none;
     text-align: right;
}
 .menu ul li {
     display: inline-block;
     position: relative;
     padding: 0 18px;
}
 .menu ul li a{ display: block;font-size: 13px; color: #fff; display: none; }
 .menu ul li:first-child{
    background: url(../images/setting-icon.png) no-repeat;
     cursor: pointer;
     height: 16px;
}
 .menu ul li:last-child{
    background: url(../images/home-icon.png) no-repeat;
     cursor: pointer;
    height:16px;
}
 .menu ul li ul.sub-menu {
     display: none;
     position: absolute;
     width:170px;
     top: 100%;
     border: 1px solid #b5b4b9;
     border-radius: 5px;
     right: 0;
     text-align: left;
     padding: 10px 0 10px 0;
     background: #fff;
}
 .menu ul li:hover ul.sub-menu {
     display: block;
}
 .menu ul li ul.sub-menu li a {
     padding:5px 12px;
     display: block;
     color: #4b4c4e;
     font-size: 13px;
}
 .menu ul li ul.sub-menu li:hover a {
     background: #dc000a;
     color: #fff;
}
 .menu ul li ul.sub-menu li {
     display:block;
     vertical-align: top;
     margin: 0 0 12px 0;
     font-size: 16px;
     float: none;
     background: none;
     padding: 0;
     line-height: 1;
}
 .mean-container .mean-nav {
     float: left;
     width: 100%;
     background: #dc000a;
     margin-top: 50px;
     position: absolute;
     z-index: 9;
     top: 200px;
}
 .container{
     width: 1420px;
     max-width: 100%;
     padding: 0 90px;
}
 .home-form{
     background: #f5f5f5;
     margin: 100px 0 20px 0;
     padding: 60px 0;
}
 .home-form h6{
     margin-bottom: 10px;
     color: #555;
     font-style: 12px;
}
 .home-form h6 span{ font-weight: 700; display: block; }


 .fst-form{
     width: 100%;
     position: relative;
}
 .fst-form .form-control{
     width:100%;
     display: inline-block;
     margin-right: 8px;
     margin-bottom: 8px;
     color: #c0c0c1;
     text-transform: uppercase;
     font-size: 13px;
     height:34px;
     border-radius: 3px;
     border: 1px solid #e5e5e6;
     vertical-align: top;
     padding: 0 12px;
     background:transparent;
}
 .fst-form select{-webkit-appearance: none;-moz-appearance: none; -o-appearance: none;
 	content: "";
    right: 0px;
    background: url(../images/dw-icon.png) no-repeat;
    background-position: center right 10px;
    background-color: #ffffff;

  }
.scnd-form select{-webkit-appearance: none;-moz-appearance: none; -o-appearance: none;
    content: "";
    right: 0px;
    background: url(../images/dw-icon.png) no-repeat;
    background-position: center right 10px;
    background-color: #ffffff;

  }



 /*.fst-form select:before{content: ""; position: absolute; top:10px; right: 5px;
  background: url(../images/dw-icon.png) no-repeat; width: 15px; height: 9px;}*/
.first-table .table-fst-line {
    padding-left: 100px;
}

 .fst-form select option:active{
     background: #dc000a;
}
 .fst-form .spl-select{
     background: #eaeaea;
}
 .fst-form input{
     width:92%;
     display: inline-block;
     color: #c0c0c1 !important;
     border: none;
    text-transform: uppercase;
     font-size: 13px;
     position: relative;
    z-index: 99;
    height: 31px;
    padding:0px 12px;
    border-radius: 3px;
    background: transparent;
}
 .fst-form .btn i{ margin-left: 18px; }
 .fst-form i.calendar{ position: relative; top: 0; right:-15px; background: url(../images/calender-icon.png) no-repeat;
 width: 11px; height: 10px; display: inline-block; }

.fst-form .select2-container--bootstrap:hover {
    border: 1px solid #000;
}
.fst-form .col-sm-4{padding-right: 4px; padding-left: 4px;margin-left: 10px; width: 32%;}




 .datepicker.dropdown-menu{
     width:361px !important;
     z-index: 999;
     top: 0 !important;
     min-width:361px !important;
     position: absolute;
     left: 0;
    color: #c0c0c1;
}
 .datepicker table{
     width: 100%;
}
 .first-table .table>thead>tr>th{
     border-bottom: none !important;
}
 .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
     border: none;
}
 .table-hover>tbody>tr{
     font-size: 15px;
     color: #555;
}
 .table-hover>tbody>tr:hover {
    background-color: #dc000a;
    color: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.table-striped>tbody>tr:nth-of-type(odd):hover {
   background-color: #dc000a;
    color: #fff;
}

.table-responsive span{ float: left; padding: 0 0 20px 100px; font-size: 18px; color: #555; font-weight: 400;}
.table-responsive span + span{float: right;padding: 0 100px 20px 0; position: relative; }
.table-responsive span + span:before{ position: absolute; content: ""; top: 0; left:-28px; background: url(../images/plus-icon.png)
no-repeat; width: 22px; height: 22px; font-size: 18px; color: #555; font-weight: 400; }

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding:16px 8px; position: relative;}
.first-table tr td.tick:before{position: absolute; content: ""; top:18px; left:0; right: 0; margin: 0 auto; background: url(../images/tick-icon.png)
no-repeat; width:15px; height: 15px;}
.first-table tr td.cross:before{position: absolute; content: ""; top:18px; left:0; right: 0; margin: 0 auto; background: url(../images/cross-icon.png)
no-repeat; width:15px; height: 15px;}
.first-table tr:hover:before{background: url(../images/cross-icon-hover.png)
no-repeat;}
.first-table tr:hover td.cross:before{background: url(../images/cross-icon-hover.png)
no-repeat;}


.first-table tr td.edit:before{position: absolute; content: ""; top:18px; left:0; right: 0; margin: 0 auto; background: url(../images/edit-icon1.png)
no-repeat; width:17px; height: 17px;}
.first-table tr:hover td.edit:before{background: url(../images/edit-icon.png)
no-repeat;}
.first-table tr td.cross2:before{position: absolute; content: ""; top:18px; left:0; right: 0; margin: 0 auto; background: url(../images/cross-icon2hv.png)
no-repeat; width:17px; height: 17px;}
.first-table tr:hover td.cross2:before{background: url(../images/cross-icon2.png)
no-repeat;}




.first-table tr th{ font-size: 12px; font-weight: 400; }




 .fst-form .modal-content{
     background: rgba(0,0,0,0.6);
     text-align: center;
     width: 80%; margin: 0 auto;
}
 .fst-form .modal-content h4{
     color: #fff;
}
 .fst-form .modal-footer{
    border-top:none;
     padding: 25px 0 40px 0;
}
 .fst-form .modal-header{
    border-bottom: none;
     padding: 35px 0 30px 0;
}
 .fst-form .modal-footer{
     margin: 0 auto;
     text-align: center;
}
 .fst-form .modal-footer button{
     background: transparent;
    border: none;
     color: #fff;
     font-size: 16px;
}
 .fst-form .modal-footer .check i{
     background: transparent;
    border: 1px solid #fff;
     width: 26px;
     height: 26px;
     border-radius: 50%;
     line-height:14px;
     padding: 4px;
     color: #fff;
     margin: 0 5px 0 0;
}
 .fst-form .modal-footer .cross i{
     background: transparent;
    border: 1px solid #fff;
     width: 26px;
     height: 26px;
     border-radius: 50%;
     line-height:14px;
     padding: 4px;
     color: #fff;
     margin: 0 5px 0 0;
}

.scnd-formsec h4{ position: relative; padding-left: 25px; }
.scnd-formsec h4:before{ position: absolute;top:2px; left: 0; content: ""; background: url(../images/pen-icon.png) no-repeat;
width: 16px; height: 16px; }
.scnd-formsec{ margin:50px 0 80px 0; padding: 60px 0;}
.scnd-formsec select{ margin-bottom:12px; color: #d2d2d2; width: 98.5%; }

.scnd-formsec .for-space{ margin-bottom: 50px; }
.scnd-formsec .box-two input{ height: 34px;  width: 100%;color: #d2d2d2;}
.scnd-formsec .box-two .col-sm-6{ height: 46px;}

.scnd-formsec h6{ margin-bottom: 10px; }
.scnd-formsec h6 span{ font-weight: 700; }
.scnd-formsec th{ color: #555 !important;}
.scnd-formsec table i{ border:2px solid #ccc; border-radius: 50%; width: 20px; height: 20px; line-height:7px;
text-align:right; font-weight: 400; padding:5px 3px; font-size: 13px;}
.scnd-formsec p i{ border:2px solid #ccc; border-radius: 50%; width: 20px; height: 20px; line-height:7px;
text-align:right; font-weight: 400; padding:5px 3px; font-size: 13px;}
.scnd-formsec .thrd-box{ margin-bottom: 50px; margin-top: 50px;}
/*.scnd-formsec .thrd-box input{ width: 100%;margin:0 0 11px 0px;height: 34px; border-radius: 3px; border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
padding: 6px 12px;font-size: 14px;line-height: 1.42857143; color: #d2d2d2;;background-color: #fff; }*/
.scnd-formsec .thrd-box input {
    height: 34px;
    width: 100%;
    color: #d2d2d2;
}
.scnd-formsec .thrd-box textarea{ width: 100%;margin-bottom:5px;height:120px; border-radius: 3px; border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
padding: 6px 12px;font-size: 14px;line-height: 1.42857143; color: #d2d2d2;background-color: #fff; }
.scnd-formsec .thrd-box .col-sm-6{ min-height: 46px; }



.scnd-formsec .thrd-box .switch p{ display: inline-block; margin: 0; padding: 0;color: #555; font-size: 14px; font-weight: 400;
    padding: 0 0 0 14px; }
.scnd-formsec .thrd-box .switch .lft{ float: left; width: 50%;}
.scnd-formsec .thrd-box .switch .rht{ float: right;width: 50%; }

.scnd-formsec .fouth-box p{ margin: 0; padding: 0 0 10px 0; line-height: 13px; }
/*.scnd-formsec .fouth-box input{ width: 100%;margin:0 0 11px 0;height: 34px; border-radius: 5px; border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
padding: 6px 12px;font-size: 14px;line-height: 1.42857143; color: #555;background-color: #fff; }*/
.scnd-formsec .thrd-box input {
    height: 34px;
    width: 100%;
    color: #d2d2d2;
}
.scnd-formsec .thrd-box input[type="number"]{ width:100%; border: 1px solid #ccc; }
.scnd-formsec .fouth-box textarea{ width:100%;margin-bottom: 8px;height:50px; border-radius: 5px; border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
padding: 6px 12px;font-size: 14px;line-height: 1.42857143; color: #d2d2d2;background-color: #fff; }
.scnd-formsec .fouth-box textarea.spl-textarea{ height: 120px; }

.scnd-formsec .fouth-box .switch .lft{ float: left; width: 50%;}
.scnd-formsec .fouth-box .switch .rht{ float: right;width: 50%; }
.scnd-formsec .fouth-box table, th, td { padding: 5px 12px; }
.scnd-formsec .fouth-box table{ width:100%; }

.scnd-formsec .fst-table{border: 1px solid #ccc;}
.scnd-formsec .fst-table tr th{ font-weight: 400; }
.scnd-formsec .fouth-box th, td{border: 1px solid #ccc;}
.scnd-formsec .fouth-box textarea:hover{border: 1px solid #000;}


.scnd-formsec .fouth-box td {
    text-align: center;
}
.scnd-formsec .fouth-box th {
     background: #ddd;
     color: #fff !important;
     text-transform: uppercase;
     font-weight: 400;
}
.scnd-formsec .fouth-box .switch p {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 14px;
}
.scnd-formsec .fouth-box .all-btn a{ display: inline-block; color: #555; font-size: 16px; margin-right: 30px; }
.scnd-formsec .fouth-box .all-btn a i{ border:2px solid #ccc; border-radius: 50%; width: 20px; height: 20px; line-height:7px;
text-align: center; font-weight: 400; padding:5px 2px; font-size: 13px; }
.scnd-formsec .fouth-box .all-btn{ margin: 10px 0 10px 0; } 




.input-gp{ position: relative; top: 0; }
/*.spl-imp{ transform: translate(0, 1px) scale(1);}*/
.input-gp.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp.intro{  top:0; }
.input-gp legend{ position: absolute;z-index: 1; top: 7px; left: 16px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s; display: inline-block;}

.input-gp1.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp1.intro{  top:0; }
.input-gp1 legend{ position: absolute;z-index: 1; top: 7px; left:31px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s;
 display: inline-block;}

 .input-gp2.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp2.intro{  top:0; }
.input-gp2 legend{ position: absolute;z-index: 1; top: 7px; left:31px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s;
 display: inline-block;}
  .input-gp3.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp3.intro{  top:0; }
.input-gp3 legend{ position: absolute;z-index: 1; top: 7px; left:31px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s;
 display: inline-block;}
  .input-gp4.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp4.intro{  top:0; }
.input-gp4 legend{ position: absolute;z-index: 1; top: 7px; left:31px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s;
 display: inline-block;}
  .input-gp5.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp5.intro{  top:0; }
.input-gp5 legend{ position: absolute;z-index: 1; top: 7px; left:31px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s;
 display: inline-block;}
  .input-gp6.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp6.intro{  top:0; }
.input-gp6 legend{ position: absolute;z-index: 1; top: 7px; left:31px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s;
 display: inline-block;}
  .input-gp7.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp7.intro{  top:0; }
.input-gp7 legend{ position: absolute;z-index: 1; top: 7px; left:31px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s;
 display: inline-block;}
  .input-gp8.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp8.intro{  top:0; }
.input-gp8 legend{ position: absolute;z-index: 1; top: 7px; left:31px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s;
 display: inline-block;}
  .input-gp9.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp9.intro{  top:0; }
.input-gp9 legend{ position: absolute;z-index: 1; top: 7px; left:31px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s;
 display: inline-block;}
  .input-gp11.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp11.intro{  top:0; }
.input-gp11 legend{ position: absolute;z-index: 1; top: 7px; left:31px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s;
 display: inline-block;}
   .input-gp12.intro legend{ top:-9px; transition: all 0.3s ease-in-out 0s;  display: block;}
.input-gp12.intro{  top:0; }
.input-gp12 legend{ position: absolute;z-index: 1; top: 7px; left:31px;font-weight: 400; color: #555; font-size: 14px;
 margin-bottom: 0; border-bottom: none; background: #fff;  width: auto; transition: all 0.3s ease-in-out 0s;
 display: inline-block;}




.switch {
  position: relative;
  display: inline-block;
  width:100%;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;  
  right:50px;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height:16px;
  width:39px; line-height: 12px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left:0px;
  bottom: 2px;
  background-color:#dc000a;
  -webkit-transition: .4s;
  transition: .4s;
  right: 0;
}

input:checked + .slider {
  background-color: #ddd;  
}

input:focus + .slider {
  box-shadow: 0 0 1px #ddd;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: #626161;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.scnd-formsec .thrd-box .switch .slider.round p{ display: inline-block; margin: 0; padding: 0;
position: relative; left:-22px;  top:-6px;}
.scnd-formsec .thrd-box .switch .slider.round i{ display: inline-block; margin: 0; padding: 0;
position: relative; right:-25px; top:-6px; font-style: normal; font-weight: normal; }

.scnd-formsec .fouth-box .switch .slider.round p{ display: inline-block; margin: 0; padding: 0;
position: relative; left:-22px;  top:0px;}
.scnd-formsec .fouth-box .switch .slider.round i{ display: inline-block; margin: 0; padding: 0;
position: relative; right:-25px;  top:-1px;font-style: normal; font-weight: normal;}


.datepicker-days .active.day{ background:#dc000a;color: #fff;  }
.datepicker-days .day{ text-align: center; }

.scnd-formsec .thrd-box .col-sm-6{padding-right:4px;padding-left:4px; margin-left: 10px; margin-right: 0; width: 49%; }
.scnd-formsec .box-two .col-sm-6{padding-right:4px;padding-left:4px; margin-left: 10px; margin-right: 0; width: 49%; }
.scnd-formsec .box-one .col-sm-6{padding-right:4px;padding-left:4px; margin-left: 10px; margin-right: 0; width: 49%; }
.scnd-formsec .fouth-box .col-sm-6{padding-right:4px;padding-left:4px; margin-left: 10px; margin-right: 0; width: 49%; }

.scnd-formsec .spl-select select {
    background: #eaeaea url(../images/dw-icon.png) no-repeat; background-position:center right 10px;color: #a8a8a8;}
.fouth-box table{ width: 98%; }
.scnd-formsec .fst-table{width:100%;}

.thrd-box .col-sm-12 .mdc-text-field--outlined{ width: 100%; }
.scnd-formsec .mdc-text-field--textarea{ width:100%; }
.scnd-formsec .mdc-text-field--textarea{ border: none; }
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input:focus{border-color:rgba(33,150,243); }


.scnd-formsec .select2-container--bootstrap{border: 1px solid #ccc;color: #a8a8a8;border-radius: 4px 4px 2px 2px; height: 34px;
 padding: 6px 12px; font-size: 14px; width:100% !important;}
 .scnd-formsec .select2-container--bootstrap:hover{border: 1px solid #000;}

.form-group.pmd-textfield.pmd-textfield-floating-label.pmd-textfield-floating-label-completed.pmd-textfield-floating-label-active{ width: 98%; }

.scnd-formsec .thrd-box textarea:hover{border: 1px solid #000;}


.fst-form .select2-container--bootstrap {
    border: 1px solid #ccc;
    color: #a8a8a8;
    border-radius: 4px 4px 2px 2px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    width:100% !important;
}
.pmd-textfield-floating-label-active{ width: 100% !important; }
















 @media only screen and ( max-width: 1199px) {
.container {
    width: 1170px;
}
.scnd-formsec .thrd-box .col-sm-6{ width:48.4%; }
.scnd-formsec .box-two .col-sm-6{ width:48.4%; }
.scnd-formsec .box-one .col-sm-6{ width:48.4%; }
.scnd-formsec .fouth-box .col-sm-6{ width:48.4%; }
.fst-form i.calendar{ right: -6px; }





}
 @media only screen and ( max-width: 991px) {
.container {
    width: 100%;
    padding: 0 15px;
}

.fst-form input {
 width: 90%;
}
.first-table .table-fst-line{ padding-left: 15px; }
.scnd-formsec .thrd-box .col-sm-6{ width:48%; }
.scnd-formsec .box-two .col-sm-6{ width:48%; }
.scnd-formsec .box-one .col-sm-6{ width:48%; }
.scnd-formsec .fouth-box .col-sm-6{ width:48%; }







}
 @media only screen and ( max-width: 767px) {
.fst-form input {
    width: 87%;
}
/*.header_area.sticky {
         border-bottom:none;
         position: static;
    }
     .header_area.sticky .logo-area{
         display:block;
    }
    .header_area .logo-area img {
    left: 0;
    width: 90px;
    top: -11px;
}
     .header_area .logo {
         position:  relative;
         left: 0;
         right: 0;
         margin: 0 auto;
         text-align: center;
         top:-35px;
         width: auto !important;
         padding: 0;
    }
     .header_area.sticky .logo {
         width: 90px !important;
         padding: 0;
    }
     .header_area.sticky .logo img {
         width: auto;
         top:-9px;
    }*/
    .header_area.sticky {    
    border-bottom:none;
}
    .header_area.sticky .logo {
    padding:0;
}
    .logo {
    padding: 0;
}
     .header_wrap {
         position: static;
         margin-top: 0;
         height: 100px;        
    }
     .header_area {
         position: static;
         overflow: visible;
         box-shadow: none;
    }
     .header_area.sticky .nav_area {
         position: static;
         padding: 0 0 0 15px;
    }
     .header_area.sticky .mean-container a.meanmenu-reveal {
         position: static;
    }
     .nav_sec {
         margin: 0;
    }
     .mean-container a.meanmenu-reveal {
         top: 56px;
         left: auto !important;
         right: 20px !important;
    }
     .mean-container a.meanmenu-reveal.meanclose {
         top: 56px;
    }
     .mean-container .mean-nav {
         margin-top: 0px;
         top: 100px;
         position: fixed;
    }
     .mean-container .mean-bar {
         left: auto;
         top: -28px;
         z-index: 200;
    }
     .dgmenuwrap {
         padding: 0 15px;
         margin-top: -61px;
    }
     ul.menu > li > a::before, ul.menu > li > a {
         background: none;
    }
     ul.menu ul, ul.menu ul li ul {
         display: none;
         left: inherit;
         opacity: inherit;
         position: inherit;
         top: inherit;
         width: auto;
         box-shadow: none;
         background: none;
    }
     ul.menu ul li:first-child, ul.menu ul li:last-child {
         margin: 0;
    }
     ul.menu ul li {
         border-bottom: none;
    }
    
.scnd-formsec {
    margin: 0px 0 80px 0;
    padding: 0px 0 60px 0;
}
.scnd-formsec .all-btn{ margin-bottom: 30px; }
.home-form {   
    margin: 0px 0 20px 0;
    padding:30px 0;
}
.table-responsive{ padding-top: 30px; padding-bottom: 30px; margin-left: 0; margin-right: 0; }
.scnd-formsec .thrd-box .col-sm-6{ width:100%;padding-right: 15px;padding-left: 15px; margin-left: 0; margin-right: 0; }
.scnd-formsec .box-two .col-sm-6{ width:100%;padding-right: 15px;padding-left: 15px; margin-left: 0; margin-right: 0; }
.scnd-formsec .fouth-box .col-sm-6 { width:100%;padding-right: 15px;padding-left: 15px; margin-left: 0; margin-right: 0;}
.scnd-formsec .box-one .col-sm-6 { width:100%;padding-right: 15px;padding-left: 15px; margin-left: 0; margin-right: 0;}
.scnd-formsec .select2-container--bootstrap{ width: 99% !important;}
.scnd-formsec .fouth-box textarea { width: 99%;}
.scnd-formsec .fouth-box table { width: 99%;}
.scnd-formsec .fst-table { width: 99% !important;display: block;}
.scnd-formsec table i{ margin: 0 8px 0 -6px;}
.fst-form .col-sm-4{ width:100%;padding-right: 15px;padding-left: 15px; margin-left: 0; margin-right: 0;}
.fst-form input { width: 95%; padding: 0;}
.fst-form i.calendar { right: 0; }
.scnd-formsec .thrd-box .switch p{padding: 0;}



}


 @media only screen and ( max-width: 479px) {
.fst-form input { width: 94%; padding: 0;}


}
