@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/*Reactive-dyes*/
.main-heading h1 {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-top: 35px;
    text-transform: uppercase;
}

.main-heading h1:before,
.main-heading h1:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 7%;
}
.main-heading h1:before {
    right: 25px;
    margin-left: -50%;
}
.main-heading h1:after {
    left: 25px;
    margin-right: -50%;
}

.reactive-div p{
    text-align: center;
    width:80%;
    margin: 0 auto;
}

.organic-nav {
    width: 100%;
    height: 100%;
    margin-top: 45px;
    border-bottom: 1px solid #747474;  
}
.swiper-slide {
    text-align: center;
    font-size: 18px;    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.organic-nav .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
     background-color: inherit; 
     color: #ff3d00;    
}

.organic-nav .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color: inherit; 
    color: #ff3d00;  
    font-weight: bold;
}

.organic-nav .nav-pills > li.active > a::after{
    background-color: #ff3d00;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    vertical-align: middle;
    width: 60px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);  
    -moz-transform: translateX(-50%); 
    -webkit-transform: translateX(-50%); 
    -o-transform: translateX(-50%); 
    -ms-transform: translateX(-50%); 
    
}

.organic-nav .nav-pills > li > a {
    color: #000;
    font-size: 14px;
    /*padding-bottom:20px;*/
}
.table-bordered {
    border: 2px solid #b1b1b1;
    font-weight: 500;
}
.organic-nav .swiper-button-next{
    background: url(../images/right-arrow.png);
    right: -6px;
}

.organic-nav .swiper-button-prev{
    background: url(../images/left-arrow.png);
    left: -6px;
    transform: rotate(0deg);
}

.organic-nav .swiper-button-next, .swiper-button-prev {
    width: 27px; 
    height: 27px;
    top: 70%;
}

.inkjettabs .swiper-button-next, .inkjettabs .swiper-button-prev {
   display: none;
}
.acid-swiper  .swiper-button-next, .swiper-button-prev {
   display: block;
}
.synthtabs .swiper-button-disabled {
    display: none;
}
.table-tab-content {
    margin-top: 40px;
    position: relative;
}
.table-tab-content .table .table {
    background: inherit;
    margin-bottom: 0px;
}
.table-tab-content .table td{
    text-align: center;
    vertical-align: middle;
}
.table-tab-content .reactive-top-row {
    background: #0396d6;
    color: #fff;
}
.table-tab-content.fastness-tab td{
    border-bottom: inherit;
}

.table-tab-content .reactive-top-row td {
    border: 1px solid #1bb4f6;
    vertical-align: middle;
    /*height: 238px;*/
}
.table-tab-content .fastness-tab {
    padding: 0px !important;  
}
.table-tab-content .discharge-height {
    height: 81px;
}
.table-tab-content .fastness-bg {
    background: #028bc6;
    font-size: 20px;
    font-weight: bold;
}
.table-tab-content .fastness-bg span{
    font-weight: normal;
}
.table-tab-content .reactive-m-heading {
    font-size: 22px;   
    background: #20a9e4;
    vertical-align: middle;
}
/*.table-tab-content .reactive-m-heading span{
    float: left;
    margin-left: 8px;
}*/
/*#dye3 .reactive-m-heading span{
    margin-left: 21px;
}*/
.table-tab-content .heading-middle {
    vertical-align: middle;
}
.table-tab-content .fastness-col {
    border-right: 1px solid #ddd;
    width: 14%;    
    height: 70px;
}

.soap-fullpage {
    width:100%;
    float:left;
    height: calc(100% - 33px);
}
.soap-area-adj {margin-top: 60px;}

.table-tab-content .fastness-row {
    padding: 0px;
}

.table-tab-content .fastness-col2 {
    border-right: 1px solid #ddd;
    width: 21%;
}

.table-tab-content .fastness-col3 {
    border-right: 1px solid #ddd;
    width: 19%;
}
.table-tab-content .fastness-col4{
    border-right: 1px solid #ddd;
    width: 16%;
}
.table-tab-content .fastness-col5{
    /*border-right: 1px solid #ddd;*/
    width: 18%;
}

.table-tab-content .fastness-col6{
    border-right: 1px solid #ddd;
    width: 18.6%;
}

.table-tab-content .fastness-col7{
    border-right: 1px solid #ddd;
    width: 44.5%;
}

.fastness-row .padding-none {padding-left: 0px;}
/*.table > thead:first-child > tr:first-child > td.padding-none  {
    padding-left: 0px;
}*/
/*.nav-pills > li.active:after{
    content: '';
    width: 20px; 
    height: 20px; 
    position: absolute;
    left: 0;
    top: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;  
    border-bottom: 15px solid #20a9e4;

}*/

.table-tab-content .table-bordered {
    border-top: inherit;
}
.table-tab-content .color-choice .table-bordered {
    background: #fff;
}
.table-tab-content .reactive-top-row td.border-none{
    border-left: none;
}
.table-tab-content .reactive-top-row td.border-right{
    border-right: none;
}


.table-tab-content .allo-col {
    border-right: 1px solid #ddd;
    width: 22%;
}
.table-tab-content .allo-col2 {
    border-right: 1px solid #ddd;
    width: 21%;
    height:78px;
}
.table-tab-content .allo-col3 {
    border-right: 1px solid #ddd;
    width: 19.5%;
}
.table-tab-content .allo-col4 {
    border-right: 1px solid #ddd;
    width: 20.8%;
}
.table-tab-content .allo-col5 {    
    width: 15%;
}
.table-tab-content .allo-col6 {  
    border-right: 1px solid #ddd;
    width: 15.2%;
    height:78px
}
.table-tab-content .allo-col7 {    
    border-right: 1px solid #ddd;
    width: 19.4%;
}
.table-tab-content .allo-col8 {  
    border-right: 1px solid #ddd;
    width: 20.8%;
}
.table-tab-content .allo-col9 {    
    width: 24.8%;
}
.table-tab-content .allo-col10 {  
    border-right: 1px solid #ddd;
    width: 24.5%;
    height: 78px;
}
.table-tab-content .allo-col11 {  
    border-right: 1px solid #ddd;
    width: 24.5%;
        height: 78px
}
.table-tab-content .allo-col12  {
    border-right: 1px solid #ddd;
    width: 17.5%;
}
.table-tab-content .allo-col13 {  
    border-right: 1px solid #ddd;
    width: 17.8%;
}
.table-tab-content .allo-col14 {     
    width: 13%;
}
.table-tab-content .allo-col15 {     
    width: 23%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col16 {     
    width: 20.2%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col17 {     
    width: 19%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col18 {     
    width: 27%;
    border-right: 1px solid #ddd;
    height: 78px;
}
.table-tab-content .allo-col19 {     
    width: 17%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col20 {     
    width: 17.5%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col21{     
    width: 15%;
}
.table-tab-content .allo-col22 {     
    width: 19.2%;
    border-right: 1px solid #ddd;
    height: 78px;
}
.table-tab-content .allo-col23 {     
    width: 19.1%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col24 {     
    width: 20.8%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col25 {     
    width: 24.8%;
}
.table-tab-content .allo-col26 {     
    width: 10.5%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col27{     
    width: 16.2%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col28 {     
    width: 16.3%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col29 {     
    width: 17.4%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col30 {     
    width: 18.5%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col31 {     
    width: 7.5%;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col32{     
    width: 8%;  
    height: 80px;
}
.table-tab-content .allo-col33 {     
    width: 19.5%;
    border-right: 1px solid #ddd;
    height: 78px;
}
.table-tab-content .allo-col34 {     
    width: 20.8%;  
}
.table-tab-content .allo-lx-height {
    height: 56px;
    vertical-align: middle;
}
.table-tab-content .reactive-top-row td.table-side-space{border: none; height: 57px;}
/*Reactive-dyes*/

/*contact-us*/

.map-area {
    width: 100%;
    }
.map-area iframe{
    width: 100%;
    height: 500px;
    display: block;
}
/*header*/

/*section*/
.contact-bg {    
    padding-bottom: 55px;
    background: url(../images/contact/contact-banner.png) no-repeat;    

}
.contactarea {
    text-align: center;
    max-width: 1024px;    
}
.contact-heading {
    margin-bottom:  30px;
    position: relative;
    margin-top: 50px;
}
.contact-heading h2 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-align: center;
}
.contact-heading h2::before{
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 14px;
    left: 0;
    width: 38%;     
}
.contact-heading h2::after{
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 14px;
    right:  0;
    width: 38%;     
}
.info-area {
    width: 99.8%;
    float: left;
    border: 1px solid #d7d7d7;
    background: #fff;
}            
.addres-area h4, .enquiry-area h4 {
    font-size: 25px;
    margin-bottom: 25px;
}
.addres-area {
    background: #fff;
    text-align: left;
    padding: 20px 0 30px 30px;
    width: 55%;
    float: left;
}
.addres-area ul li:nth-child(2) p a{
    cursor: text;
}
.addres-area ul li {
    list-style: none;
}
.addres-area ul li img {
    width: 20px;
    float: left;
}
.addres-area ul li p{
    padding-left: 40px;                
    font-size: 15px;        
}
.addres-area ul li p a {
    color: #000;
}
.margin-ajd {
    margin-bottom: 0;
}
.enquiry-area  {
    text-align: left;
    background: #2196f3;
    padding: 20px 15px 45px 30px;
    width: 45%;
    float: left;
}
.enquiry-area h4 img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}
.enquiry-area h4 {
    color: #fff;
    padding-bottom: 15px;
}
.enquiry-area form input{
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #97cffb;
    width: 80%;
    color: #fff;
}
.enquiry-area form .detail input:focus {
    box-shadow: 0px 2px 0px #fff;
    -webkit-box-shadow: 0px 2px 0px #fff;
}     
.enquiry-area form input::-webkit-input-placeholder {     
  color: #97cffb;
  font-size: 15px;
}
.enquiry-area form input[type=number]::-webkit-inner-spin-button, 
.enquiry-area form input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0;

}
.detail {
    padding-bottom: 25px;
    width: 50%;
    float: left;
}
.intrested .detail {
    position: relative;
    height: 55px;
}
.detail:last-child{
    padding-bottom: 19px;
}
.enquiry-text {
    text-align: right;
    font-size: 12px;
    color: #fff;
}
.send-btn {
    text-align: right;
    margin-top: 30px;
    width: 20%;
}
.send-btn button {
    padding: 5px 40px;
    border-radius: 50px;
    outline: none;
    border: none;
    background: bisque;
    color: #000;
    background: #ff8e2c;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #ff8e2c;
}
/*section*/

/*colour-hues*/

.color-hues-bg {
    /*background: url(../images/bg-color-bg.png) no-repeat;*/
    background-size: cover;
    background: #fff;
}

.color-hues-bg .organic-nav {border-color: #fff;}

.color-hues-bg .organic-nav .swiper-button-next {
    background: url(../images/right-arrow-color.png) no-repeat;
}

.color-hues-bg .organic-nav .swiper-button-prev {
    background: url(../images/left-arrow-color.png) no-repeat;
}

.color-hues-bg .organic-nav .nav-pills > li > a {
    color: #fff;
}

.color-hues-bg .organic-nav .nav-pills > li.active > a::after {
    background-color: #fff200;
}

.color-hues-bg .organic-nav .nav-pills > li.active > a {
    color: #fff200;
}

.table-tab-content .reactive-top-row td.table-height{
    border-right: 1px solid #1bb4f6;
    height: 180px;
    padding: 0 5px;
    border-top: 1px solid #1bb4f6;
}
.table > thead:first-child > tr:first-child > td.pad0{padding: 0;    padding-top: 10px;}
.adjust-width-ascor-acid{    width: 68px;}
.adjust-width-pre{    width: 99px;}

.colhues-box ul li {
   width: 120px;
   height: 120px;
   /*background: #000;*/
   margin: 10px 10px; 
   display: table;
}
.colhues-box ul li a {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
}
.colhues-box ul li a:hover {
    background: none;
}

.colhues-box ul li.active a {
    color: #fff;
    background: none;
}
.colhues-box .nav-pills > li.active > a:focus {
   color: #fff;  
}
.colhues-box .nav-pills > li.active > a {
    color: #fff;    
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
   font-weight: bold;
}
.colhues-box ul li:nth-child(1) {
    border: 2px solid #ff7900;
}
.colhues-box ul li:nth-child(1) a {
    color: #ff7900;    
}
.colhues-box ul li:nth-child(1) a:hover {
    background:  #ff7900; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(1).active {
  background:  #ff7900; 
  color: #fff;
}
.colhues-box ul li:nth-child(2) {
    border: 2px solid #b30f42;
}
.colhues-box ul li:nth-child(2) a {
    color: #b30f42;    
}
.colhues-box ul li:nth-child(2) a:hover {
    background:  #b30f42; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(2).active {
  background:  #b30f42; 
  color: #fff;
}
.colhues-box ul li:nth-child(3) {
    border: 2px solid #2599cc;
}
.colhues-box ul li:nth-child(3) a {
    color: #2599cc;    
}
.colhues-box ul li:nth-child(3) a:hover {
    background:  #2599cc; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(3).active {
  background:  #2599cc; 
  color: #fff;
}
.colhues-box ul li:nth-child(4) {
    border: 2px solid #bd0dba;
}
.colhues-box ul li:nth-child(4) a {
    color: #bd0dba;    
}
.colhues-box ul li:nth-child(4) a:hover {
    background:  #bd0dba; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(4).active {
  background:  #bd0dba; 
  color: #fff;
}
.colhues-box ul li:nth-child(5) {
    border: 2px solid #3a3a9a;
}
.colhues-box ul li:nth-child(5) a {
    color: #3a3a9a;    
}
.colhues-box ul li:nth-child(5) a:hover {
    background:  #3a3a9a; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(5).active {
  background:  #3a3a9a; 
  color: #fff;  
}
.colhues-box ul li:nth-child(6) {
    border: 2px solid #18ae0e;
}
.colhues-box ul li:nth-child(6) a {
    color: #18ae0e;    
}
.colhues-box ul li:nth-child(6) a:hover {
    background:  #18ae0e; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(6).active {
  background:  #18ae0e; 
  color: #fff;
}

.colhues-box ul li:nth-child(7) {
    border: 2px solid #c80003;
}
.colhues-box ul li:nth-child(7) a {
    color: #c80003;    
}
.colhues-box ul li:nth-child(7) a:hover {
    background:  #c80003; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(7).active {
  background:  #c80003; 
  color: #fff;
}
.colhues-box ul li:nth-child(8) {
    border: 2px solid #165d91;
}
.colhues-box ul li:nth-child(8) a {
    color: #165d91;    
}
.colhues-box ul li:nth-child(8) a:hover {
    background:  #165d91; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(8).active {
  background:  #165d91; 
  color: #fff;
}
.colhues-box ul li:nth-child(9) {
    border: 2px solid #681269;
}
.colhues-box ul li:nth-child(9) a {
    color: #681269;    
}
.colhues-box ul li:nth-child(9) a:hover {
    background:  #681269; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(9).active {
  background:  #681269; 
  color: #fff;
}
.colhues-box ul li:nth-child(10) {
    border: 2px solid #18ae0e;
}
.colhues-box ul li:nth-child(10) a {
    color: #18ae0e;    
}
.colhues-box ul li:nth-child(10) a:hover {
    background:  #18ae0e; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(10).active {
  background:  #18ae0e; 
  color: #fff;
}
.colhues-box ul li:nth-child(11) {
    border: 2px solid #165d91;
}
.colhues-box ul li:nth-child(11) a {
    color: #165d91;    
}
.colhues-box ul li:nth-child(11) a:hover {
    background:  #165d91; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(11).active {
  background:  #165d91; 
  color: #fff;
}
.colhues-box ul li:nth-child(12) {
    border: 2px solid #c80003;
}
.colhues-box ul li:nth-child(12) a {
    color: #c80003;    
}
.colhues-box ul li:nth-child(12) a:hover {
    background:  #c80003; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(12).active {
  background:  #c80003; 
  color: #fff;
}
.colhues-box ul li:nth-child(13) {
    border: 2px solid #681269;
}
.colhues-box ul li:nth-child(13) a {
    color: #681269;    
}
.colhues-box ul li:nth-child(13) a:hover {
    background:  #681269; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(13).active {
  background:  #681269; 
  color: #fff;
}
.colhues-box ul li:nth-child(14) {
    border: 2px solid #ff7900;
}
.colhues-box ul li:nth-child(14) a {
    color: #ff7900;    
}
.colhues-box ul li:nth-child(14) a:hover {
    background:  #ff7900; 
    color: #fff;
    border-radius: 0;
}
.colhues-box .nav-pills > li:nth-child(14).active {
  background:  #ff7900; 
  color: #fff;
}
.swipe-next-prv .arrow-none {
    display: none;
}
.click-btn ul li.prev a, .click-btn ul li.next a {
    width: 27px;
    height: 27px;
    border: none;
}
.click-btn ul li.prev a, .click-btn ul li.next a {
    width: 27px;
    height: 27px;
    border: none;
}
.click-btn ul li.prev a {
    background: url(../images/right-arrow-color-1.png);
    margin-right: 15px;
    background-size: 100%;
    transform: rotate(180deg);
}
.click-btn ul li.next a {
    background: url(../images/right-arrow-color-1.png);
    background-size: 100%;
}
.click-btn .pager {
    border: none;
}
.click-btn .pager {
    margin: 0;
}
.click-btn {
    float: right;
}
/*colour-hues*/




/*solvent-dyes*/

.solv-shade {
    width:20%
}

/*solvent-dyes*/
/*product-listing*/
.product-tile {
    border:1px solid #b7b7b7;
    position: relative;
    margin-bottom: 50px;
    min-height: 525px;
}
.tile-visible {
    display: block
}
.tile-content {
    padding: 15px;
}
.tile-content h2 {
    margin: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 25px;
    border-bottom: 1px solid;
}
.tile-content p {
    text-align: justify;
    color: #fff;
    font-size: 13px;
}
.tile-hidden{
    transition: linear 0.5s;
    background-color: #f7f7f7;
    top: 0;
    padding:28.4px 15px;
    width: 107%;
    border: 1px solid #b7b7b7;
}
.tile-left .tile-hidden {
    opacity: 0;
    position: absolute;
    left: 0%;
    z-index: 0;
    height: 100%;
}
.product-tile.tile-left:hover .tile-hidden {
    opacity: 1;
    left: 100%;
    z-index: 9999;
}
.tile-right .tile-hidden {
    opacity: 0;
    position: absolute;
    right: 0%;
    z-index: 0;
    height: 100%;
}
.product-tile.tile-right:hover .tile-hidden {
    opacity: 1;
    right: 100%;
    z-index: 9999;
}
.tile-blue {
    background-color: #3f51b5;
}
.tile-blue .tile-content h2 {
    border-color: #788af1;
}
.tile-green {
    background-color: #8bc34a;
}
.tile-green .tile-content h2 {
    border-color: #c6ff83;
}
.tile-red {
    background-color: #f44336;
}
.tile-red .tile-content h2 {
    border-color: #ff665b;
}
.tile-brown {
    background-color: #795548;
}
.tile-brown .tile-content h2 {
    border-color: #9a6e5e;
}
.tile-yellow {
    background-color: #ffab00;
}
.tile-yellow .tile-content h2 {
    border-color: #ffc246;
}
.tile-dark {
    background-color: #263238;
}
.tile-dark .tile-content h2 {
    border-color: #435964;
}
.tile-peacock {
    background-color: #00a488;
}
.tile-peacock .tile-content h2 {
    border-color: #22c7ab;
}
.tile-pink {
    background-color: #c2185b;
}
.tile-pink .tile-content h2 {
    border-color: #f23680;
}
.tile-hidden ul li {
    float: left;
    margin-right: 15px;
    width: 48%;
    text-align: center;
    margin-bottom: 35px;
    display: table;
}
.tile-hidden ul li:nth-child(even){
    margin-right: 0;
}
.tile-hidden ul li:last-child {
    margin-bottom: 0px;
}
.tile-hidden ul li a {
    display: block;
    color: #7b7979;
    border: 1px solid;
    transition: linear 0.5s;
    height: 131px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
}
.tile-hidden ul li a:hover{
    color: #fff;
}
.tile-hidden ul li.btn-blue a {
    border-color: #1e88e5;
}
.tile-hidden ul li.btn-blue a:hover {
    background-color: #1e88e5;
}
.tile-hidden ul li.btn-green a {
    border-color: #64dd17;
}
.tile-hidden ul li.btn-green a:hover {
    background-color: #64dd17;
}
.tile-hidden ul li.btn-orange a {
    border-color: #ff6f00;
}
.tile-hidden ul li.btn-orange a:hover {
    background-color: #ff6f00;
}
.tile-hidden ul li.btn-purple a {
    border-color: #6200ea;
}
.tile-hidden ul li.btn-purple a:hover {
    background-color: #6200ea;
}
.tile-hidden ul li.btn-red a {
    border-color: #c62828;
}
.tile-hidden ul li.btn-red a:hover {
    background-color: #c62828;
}
.pro-list-content {
    margin-bottom: 30px;
}
/*product-listing*/
/*Industries*/
.industries-box {
    position: relative;
    height: 370px;
    margin-top: 20px;
    padding: 0 50px;
}
.industries-box .industries-box-border {
    border: 2px solid #d2d2d2;
    position: absolute;
    margin-top:25px;
    width: 334px;
    height: 333px;
}
.industries-box .industries-small-box {
    position: absolute;
    /*width: 365px;*/
    width: 550px;
    height: 313px;    
    top: 35px;
    left: 61px;
}
.industries-box .industries-big-box{
    position: absolute;
    right: 50px;
    width: 765px;
}

.icon-box {
    width: 90%;
    margin: 0 auto;
    padding-top: 15px;
    border-bottom: 1px solid #c1bec0;
    padding-bottom: 10px;
    display: flex;
    align-items: center
}
.industries-box a {
    color: #fff;
}
.icon-box span {
    float: left;
    border-right: 1px solid #c1bec0;
    padding-right: 10px;
}
.icon-box h2 {
    color: #fff;
    font-size: 17px;
    padding-left: 11px;
    display: inline;
    margin: 0;
}
.industries-small-box p {
    padding:15px 20px; 
    text-align: justify;
    color: #fff;
    font-size: 12px;
}
.industries-small-box-responsive{    
    width: 75%;
    height: auto;
    background: #0549f6;
    margin: 0 auto;
}
.textile-color{
    background: #0549f6;
}
.food-color {
    background: #ef6c00;
}
.leather-color {
    background: #827817;
}
.paint-color {
    background: #c7292a;
}
.pharma-color{
    background: #00887a;
}
.cosmetic-color{
    background: #ea1e63;
}
.plastic-color {
    background: #4cb050;
}
.paper-color {
    background: #795549;
}
.industries-small-box-responsive p {
    padding: 20px; 
    text-align: justify;
    color: #fff;
}
.color-div-blog .carousel-control.left,.color-div-blog .carousel-control.right {
    background-image: none;
}

.color-div-blog .carousel-control {
    top:50%;
}

.color-div-blog {display: none;}

span.volunteer_error{    
    font-size: 12px;   
    color:red;
    float: left;
    width: 60%;
    text-align: left;
    /*margin-left: 20%;*/
}
span.home_error{
    
    font-size: 12px;
    color:red;
}
#myModal .intrested span.volunteer_error {
    position: absolute;
    left: 0px;
    top: 32px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
}
/*.msgbox{ position: absolute; }*/
.msg-sent {
    padding-bottom: 14px;
    color: #FF1A00;
}

.cmsgbox{   color: red;  float: left;  margin-top: -35px; }

.table-tab-content .allo-col-width{
    width: 20%;
    height:78px;
    border-right: 1px solid #ddd;}
.table-tab-content .allo-col2-wth{
    width: 29%;
    height:78px;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col3-wth{
    width: 17.5%;
    height:78px;
    border-right: 1px solid #ddd;
}
.table-tab-content .allo-col4-wth{
    width: 19.8%;
    height:78px;
    border-right: 1px solid #ddd;
}

/*Producrt-dyes*/
.table-tab-content .shade {
    border-right: 1px solid #ddd;
    width: 45.5%;
    height: 36px;
}
.yellow-slate {
    background: #ffd600;
    height: 70px;
    color: #fff;
    text-align: center;
}
.liquid {
    height: 90px;
}
.yellow-slate.colr-blk {
    color: #000;
}
.yellow-slate p, h6 {
    margin: 0;
}
.yellow-slate p {
    font-size: 11px;
}
.yellow-slate h6, .mid-content h6 {
    font-weight: bold;
}
.yellow-slate .ys-left, .ys-right {
    text-transform: uppercase;
} 
.yellow-slate .ys-left{                
    width: 45%;
    float: left;    
    line-height: 22px;
    height: 100%;
    position: relative;
    padding-top: 20px;
}
.yellow-slate .ys-left:before {
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    background: #fff;
    position: absolute;
    top: 10px;    
    right: 0;
}
.yellow-slate .ys-right {                
    width: 55%;
    float: left;
    height: 100%;
    padding-top: 20px;
}
.liquid .ys-right {
    line-height: 22px;
}
.liquid .ys-left, .liquid .ys-right {
    padding-top: 10px;
}
.liquid h6  {
    line-height: 30px;
}
.liquid p {
    line-height: 15px;
}
.liquid .slate-pad {
    padding-top: 5px;
}
.yellow-slate .top-pad {
    padding-top: 15px;
}
.mid-content {
    padding: 10px;
    float: left;
    background: #fff;
    /*min-height: 349px;*/
    min-height: 420px;
    width: 100%;
}
.mid-content h6 {
    width: 30%;
    float: left;
}
.cia-adj h6 {
    width: 35%;
    float: left;
}
.mid-content p {
    width: 70%;
    float: left;
    font-size: 11px;
    text-align: justify;
}
.cia-adj p {
    width: 65%;
    float: left;
}
.mid-drw {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 20px;
    height: 150px;
}
.product-box {
        margin-bottom: 20px;
        margin-top: 20px;
}
.mid-content a{
        color: #000;
        font-size: 12px;
        float: right;
        text-align: right;
        width: 100%;
        font-weight: bold;
        font-style: italic;
        text-decoration: underline;
} 

 .yellow-slate.gray{
    background: #808080;
}
 .yellow-slate.ink-blue{
    background: #000080;
}
 .yellow-slate.maroon{
    background: #800000;
}
 .yellow-slate.rhodamine{
    background: #e60094;
}
 .yellow-slate.rubine{
    background: #d10056;
}
.yellow-slate.scarlet {
    background: #FF1A00;
}
.yellow-slate.olive {
    background: #808000;
}
.yellow-slate.orange {
    background: #ff5722;
}
.yellow-slate.red {
    background: #b71c1c;
}
.yellow-slate.brown {
    background: #795548;
}
.yellow-slate.pink {
    background: #d81b60;
}
.yellow-slate.boedeux {
    background: #e53935;
}
.yellow-slate.pink-be {
    background: #ffd600;
}
.yellow-slate.blue {
    background: #00aeef;
}
.yellow-slate.black {
    background: #424242;
}
.yellow-slate.black {
    background: #424242;
}
.yellow-slate.voiletclr{
   background: #3b2a82; 
}
.yellow-slate.greenclr{
   background: #036822; 
}
/*.yellow-slate.colr-blk .ys-left{
    border-right: 1px solid #fee251;
}
.yellow-slate.orange .ys-left{
    border-right: 1px solid #ff7245;
}
.yellow-slate.red .ys-left{
    border-right: 1px solid #ff5f5f;
}
.yellow-slate.brown .ys-left{
    border-right: 1px solid #a1644e;
}
.yellow-slate.pink .ys-left{
    border-right: 1px solid #ff4f8f;
}
.yellow-slate.boedeux .ys-left{
    border-right: 1px solid #ff6e6b;
}
.yellow-slate.pink-be .ys-left{
    border-right: 1px solid #fee251;
}
.yellow-slate.blue .ys-left{
    border-right: 1px solid #77daff;
}
.yellow-slate.black .ys-left{
    border-right: 1px solid #b3b2b2;
}*/
.yellow-slate p.slate-p-ajd {
    font-size: 11px;
    line-height: 15px;
}
.ahover a{color: #333;}
.ahover a:hover{color: #ff9800;}

/*popup*/
.popup-btn {float: right;}
#popup-btn .close {font-size: 48px;}
.modal-content #contactus {padding: 0px 10px;}
.modal-header .close {margin-top: -60px;opacity: 1;margin-right: 2px;}
.modal-header .close img {width: 80%;}
.modal-header {border-bottom: none;padding-bottom: 0px;margin-top: 50px;}
.modal-header .modal-title {font-size: 30px;font-weight: bold;}
.modal-content .modal-body {padding: 0;margin-bottom: 20px;margin: 5px 0 30px 0;}
.modal-content input {width: 94%;height: 30px;padding: 10px;}
.modal-content textArea {width: 94%;padding: 5px 10px 10px;color: #8a8a8a;height: 30px;}
.modal-content .send-btn {float: none;margin: 14px auto 14px;}
.mandatory-fields {color: #FF1A00;text-align: left;padding-left: 20%;font-size: 12px;width: 80%;text-align: center;}
/*popup*/
.knowmore-area {margin-top: 20px;width: 100%;float: left;}
.knowmore-area a {color: #ff8e2d;text-transform: capitalize;text-decoration: underline;font-weight: bold;font-size: 13px;line-height: 40px;}
.knowmore-area button {   
    width: auto;    
    padding: 7px 25px;
    height: 38px;
    background: #ff8e2d;
    border: 1px solid #ff8e2c;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
}
.knowmore-area button:hover {
    background: #fff;
    border: 1px solid #ff8e2d;
    color: #ff8e2d;
}
.table-tab-content .reactive-top-row td.padtop-bot0 {padding: 0;}
.shadetbale {padding: 73px 15px;}

.scrtable {
    width: 900px;
}

.compadding {
    padding: 0 30px;
}

.table-tab-content .rowfont td {
    font-size: 14px;
}

.mytablecl > thead > tr > td.leftcompadd {
    padding: 0 15px;
}

.mytablecl > thead > tr > td {
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    height: 81px;
}

.mytablecl > thead > tr > td.padding-none {
    border-bottom: 1px solid #ddd;
}

.mytablecl > thead > tr > td:last-child {
    border-left: 1px solid #ddd;
}
.scr-auto {overflow-x: auto;}

/********changes 25-02-16 start***********/
.swipedyes.swiper-button-next, 
.swipedyes.swiper-button-prev{
    display: none;
}
.organic-nav{
    height: auto;
    border: none;
}
.organic-nav .nav-pills > li{
    width: 32.33%;
}
.inkjettabs .organic-nav ul {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.inkjettabs .nav-pills > li {
    width: auto;
    float: none;
    display: inline-block;
}
.tab-content{clear: both;}
/********changes 25-02-16 ends***********/

.reactive-field #dye2 .fastness-row .fastness-col {
    width: 73px;
}
.reactive-field #dye2 .fastness-row .fastness-col2 {
    width: 108px;
}
.reactive-field #dye2 .fastness-row .fastness-col3 {
    width: 103px;
}
.reactive-field #dye2 .fastness-row .fastness-col4 {
    width: 87px;
}
.reactive-field #dye2 .fastness-row .fastness-col5 {
    width: 81px;
}

.reactive-field #dye3 .fastness-row .allo-col10 {
    width: 90px;
}
.reactive-field #dye3 .fastness-row .allo-col11 {
    width: 113px;
}
.reactive-field #dye3 .fastness-row .allo-col12 {
    width: 86px;
}
.reactive-field #dye3 .fastness-row .allo-col13 {
    width: 118px;
}
.reactive-field #dye3 .fastness-row .allo-col14 {
    width: 51px;
}
.reactive-field #dye3 .fastness-row .allo-col6 {
    width: 52px;
}
.reactive-field #dye3 .fastness-row .allo-col7 {
    width: 103px;
}
.reactive-field #dye3 .fastness-row .allo-col8 {
    width: 87px;
}
.reactive-field #dye3 .fastness-row .allo-col9 {
    width: 121px;
}
.dichargibility .table-tab-content .discharge-height {
    height: 87px;
}

.reactive-field #dye4 .fastness-row .allo-col26 {
    width: 52px;
}
.reactive-field #dye4 .fastness-row .allo-col27 {
    width: 56px;
}
.reactive-field #dye4 .fastness-row .allo-col28 {
    width: 81px;
}
.reactive-field #dye4 .fastness-row .allo-col29 {
    width: 103px;
}
.reactive-field #dye4 .fastness-row .allo-col30 {
    width: 87px;
}
.reactive-field #dye4 .fastness-row .allo-col31 {
    width: 49px;
}
.reactive-field #dye4 .fastness-row .allo-col32 {
    width: 75px;
}
.reactive-field #dye4 .fastness-row .allo-col33 {
    width: 91px;
}
.reactive-field #dye4 .fastness-row .allo-col34 {
    width: 103px;
}

.reactive-field #dye5 .fastness-row .allo-col {
    width: 98px;
}
.reactive-field #dye5 .fastness-row .allo-col2 {
    width: 88px;
}
.reactive-field #dye5 .fastness-row .allo-col3 {
    width: 86px;
}
.reactive-field #dye5 .fastness-row .allo-col4 {
    width: 118px;
}
.reactive-field #dye5 .fastness-row .allo-col5 {
    width: 51px;
}
.reactive-field #dye5 .fastness-row .allo-col6 {
    width: 52px;
}
.reactive-field #dye5 .fastness-row .allo-col7 {
    width: 103px;
}
.reactive-field #dye5 .fastness-row .allo-col8 {
    width: 87px;
}
.reactive-field #dye5 .fastness-row .allo-col9 {
    width: 121px;
}

.reactive-field #dye6 .fastness-row .allo-col-width {
    width: 98px;
}
.reactive-field #dye6 .fastness-row .allo-col2-wth {
    width: 91px;
}
.reactive-field #dye6 .fastness-row .allo-col3-wth {
    width: 86px;
}
.reactive-field #dye6 .fastness-row .allo-col4-wth {
    width: 118px;
}
.reactive-field #dye6 .fastness-row .allo-col5 {
    width: 51px;
}
.reactive-field #dye6 .fastness-row .allo-col6 {
    width: 52px;
}
.reactive-field #dye6 .fastness-row .allo-col7 {
    width: 103px;
}
.reactive-field #dye6 .fastness-row .allo-col8 {
    width: 87px;
}
.reactive-field #dye6 .fastness-row .allo-col9 {
    width: 121px;
}

.reactive-field #dye7 .fastness-row .allo-col15 {
    width: 98px;
}
.reactive-field #dye7 .fastness-row .allo-col2 {
    width: 88px;
}
.reactive-field #dye7 .fastness-row .allo-col3 {
    width: 86px;
}
.reactive-field #dye7 .fastness-row .allo-col16 {
    width: 118px;
}
.reactive-field #dye7 .fastness-row .allo-col5 {
    width: 51px;
}
.reactive-field #dye7 .fastness-row .allo-col6 {
    width: 52px;
}
.reactive-field #dye7 .fastness-row .allo-col7 {
    width: 103px;
}
.reactive-field #dye7 .fastness-row .allo-col8 {
    width: 67px;
}
.reactive-field #dye7 .fastness-row .allo-col9 {
    width: 121px;
}

.reactive-field #dye8 .fastness-row .allo-col17 {
    width: 98px;
}
.reactive-field #dye8 .fastness-row .allo-col18 {
    width: 95px;
}
.reactive-field #dye8 .fastness-row .allo-col19 {
    width: 86px;
}
.reactive-field #dye8 .fastness-row .allo-col20 {
    width: 118px;
}
.reactive-field #dye8 .fastness-row .allo-col21 {
    width: 51px;
}
.reactive-field #dye8 .fastness-row .allo-col22 {
    width: 52px;
}
.reactive-field #dye8 .fastness-row .allo-col23 {
    width: 103px;
}
.reactive-field #dye8 .fastness-row .allo-col24 {
    width: 87px;
}
.reactive-field #dye8 .fastness-row .allo-col25 {
    width: 121px;
}

.reactive-field #dye9 .fastness-row .allo-col17 {
    width: 98px;
}
.reactive-field #dye9 .fastness-row .allo-col18 {
    width: 95px;
}
.reactive-field #dye9 .fastness-row .allo-col19 {
    width: 86px;
}
.reactive-field #dye9 .fastness-row .allo-col20 {
    width: 118px;
}
.reactive-field #dye9 .fastness-row .allo-col21 {
    width: 51px;
}
.reactive-field #dye9 .fastness-row .allo-col22 {
    width: 52px;
}
.reactive-field #dye9 .fastness-row .allo-col23 {
    width: 103px;
}
.reactive-field #dye9 .fastness-row .allo-col24 {
    width: 87px;
}
.reactive-field #dye9 .fastness-row .allo-col25 {
    width: 121px;
}
.orgnicfield #home .fastness-row .fastness-col7,
.orgnicfield #menu2 .fastness-row .fastness-col7 {
    width: 98px;
}
.orgnicfield #menu1 .fastness-row .fastness-col7 {
    width: 108px;
}
.dyepigmentbr #dye1 .fastness-row .fastness-col7 {
    width: 107px;
}
.dyepigmentbr #dye1 #red .fastness-row .fastness-col7 {
    width: 111px;
}
.dyepigmentbr #dye1 #green .fastness-row .fastness-col7 {
    width: 110px;
}
.dyepigmentbr #dye1 #blue .fastness-row .fastness-col7 {
    width: 103px;
}
.dyepigmentbr #dye2 .fastness-row .fastness-col7 {
    width: 118px;
}
.dyepigmentbr #dye2 #blue .fastness-row .fastness-col7 {
    width: 113px;
}
.dyepigmentbr #dye3 .fastness-row .fastness-col7 {
    width: 107px;
}
.dyepigmentbr #dye3 #blue .fastness-row .fastness-col7 {
    width: 103px;
}
.dyepigmentbr #dye4 #yellow .fastness-row .fastness-col7 {
    width: 104px;
}
.dyepigmentbr #dye4 .fastness-row .fastness-col7,
.dyepigmentbr #dye5 .fastness-row .fastness-col7,
.dyepigmentbr #dye6 .fastness-row .fastness-col7 {
    width: 108px;
}   
.colorhues #dye1 .fastness-row .fastness-col {
    width: 81px;
}
.colorhues #dye1 .fastness-row .fastness-col2 {
    width: 118px;
}
.colorhues #dye1 .fastness-row .fastness-col3 {
    width: 103px;
}
.colorhues #dye1 .fastness-row .fastness-col4 {
    width: 87px;
}
.colorhues #dye1 .fastness-row .fastness-col5 {
    width: 107px;
}

.colorhues #dye2 .fastness-row .fastness-col {
    width: 81px;
}
.colorhues #dye2 .fastness-row .fastness-col2 {
    width: 118px;
}
.colorhues #dye2 .fastness-row .fastness-col3 {
    width: 103px;
}
.colorhues #dye2 .fastness-row .fastness-col4 {
    width: 87px;
}
.colorhues #dye2 .fastness-row .fastness-col5 {
    width: 107px;
}

.colorhues #dye3 .fastness-row .allo-col10 {
    width: 142px;
}
.colorhues #dye3 .fastness-row .allo-col11 {
    width: 171px;
}
.colorhues #dye3 .fastness-row .allo-col12 {
    width: 86px;
}
.colorhues #dye3 .fastness-row .allo-col13 {
    width: 118px;
}
.colorhues #dye3 .fastness-row .allo-col14 {
    width: 82px;
}
.colorhues #dye3 .fastness-row .allo-col6 {
    width: 92px;
}
.colorhues #dye3 .fastness-row .allo-col7 {
    width: 103px;
}
.colorhues #dye3 .fastness-row .allo-col8 {
    width: 87px;
}
.colorhues #dye3 .fastness-row .allo-col9 {
    width: 122px;
}

.colorhues #dye4 .fastness-row .allo-col26 {
    width: 81px;
}
.colorhues #dye4 .fastness-row .allo-col27 {
    width: 93px;
}
.colorhues #dye4 .fastness-row .allo-col28 {
    width: 118px;
}
.colorhues #dye4 .fastness-row .allo-col29 {
    width: 103px;
}
.colorhues #dye4 .fastness-row .allo-col30 {
    width: 87px;
}
.colorhues #dye4 .fastness-row .allo-col31 {
    width: 49px;
}
.colorhues #dye4 .fastness-row .allo-col32 {
    width: 75px;
}
.colorhues #dye4 .fastness-row .allo-col33 {
    width: 91px;
}
.colorhues #dye4 .fastness-row .allo-col34 {
    width: 104px;
}
.dichargibility .table-tab-content .discharge-height {
    height: 87px;
}

.colorhues #dye5 .fastness-row .allo-col {
    width: 98px;
}
.colorhues #dye5 .fastness-row .allo-col2 {
    width: 171px;
}
.colorhues #dye5 .fastness-row .allo-col3 {
    width: 86px;
}
.colorhues #dye5 .fastness-row .allo-col4 {
    width: 118px;
}
.colorhues #dye5 .fastness-row .allo-col5 {
    width: 82px;
}
.colorhues #dye5 .fastness-row .allo-col6 {
    width: 92px;
}
.colorhues #dye5 .fastness-row .allo-col7 {
    width: 103px;
}
.colorhues #dye5 .fastness-row .allo-col8 {
    width: 87px;
}
.colorhues #dye5 .fastness-row .allo-col9 {
    width: 122px;
}

    .colorhues #dye6 .fastness-row .allo-col-width {
        width: 98px;
    }
    .colorhues #dye6 .fastness-row .allo-col2-wth {
        width: 171px;
    }
    .colorhues #dye6 .fastness-row .allo-col3-wth {
        width: 86px;
    }
    .colorhues #dye6 .fastness-row .allo-col4-wth {
        width: 118px;
    }
    .colorhues #dye6 .fastness-row .allo-col5 {
        width: 82px;
    }
    .colorhues #dye6 .fastness-row .allo-col6 {
        width: 92px;
    }
    .colorhues #dye6 .fastness-row .allo-col7 {
        width: 103px;
    }
    .colorhues #dye6 .fastness-row .allo-col8 {
        width: 87px;
    }
    .colorhues #dye6 .fastness-row .allo-col9 {
        width: 122px;
    }
    
    .colorhues #dye7 .fastness-row .allo-col15 {
        width: 134px;
    }
    .colorhues #dye7 .fastness-row .allo-col2 {
        width: 171px;
    }
    .colorhues #dye7 .fastness-row .allo-col3 {
        width: 86px;
    }
    .colorhues #dye7 .fastness-row .allo-col16 {
        width: 118px;
    }
    .colorhues #dye7 .fastness-row .allo-col5 {
        width: 82px;
    }
    .colorhues #dye7 .fastness-row .allo-col6 {
        width: 92px;
    }
    .colorhues #dye7 .fastness-row .allo-col7 {
        width: 103px;
    }
    .colorhues #dye7 .fastness-row .allo-col8 {
        width: 103px;
    }
    .colorhues #dye7 .fastness-row .allo-col9 {
        width: 121px;
    }
    
    .colorhues #dye8 .fastness-row .allo-col17 {
        width: 98px;
    }
    .colorhues #dye8 .fastness-row .allo-col18 {
        width: 171px;
    }
    .colorhues #dye8 .fastness-row .allo-col19 {
        width: 86px;
    }
    .colorhues #dye8 .fastness-row .allo-col20 {
        width: 118px;
    }
    .colorhues #dye8 .fastness-row .allo-col21 {
        width: 82px;
    }
    .colorhues #dye8 .fastness-row .allo-col22 {
        width: 92px;
    }
    .colorhues #dye8 .fastness-row .allo-col23 {
        width: 103px;
    }
    .colorhues #dye8 .fastness-row .allo-col24 {
        width: 87px;
    }
    .colorhues #dye8 .fastness-row .allo-col25 {
        width: 122px;
    }
    
    .colorhues #dye9 .fastness-row .allo-col17 {
        width: 98px;
    }
    .colorhues #dye9 .fastness-row .allo-col18 {
        width: 171px;
    }
    .colorhues #dye9 .fastness-row .allo-col19 {
        width: 86px;
    }
    .colorhues #dye9 .fastness-row .allo-col20 {
        width: 118px;
    }
    .colorhues #dye9 .fastness-row .allo-col21 {
        width: 82px;
    }
    .colorhues #dye9 .fastness-row .allo-col22 {
        width: 92px;
    }
    .colorhues #dye9 .fastness-row .allo-col23 {
        width: 103px;
    }
    .colorhues #dye9 .fastness-row .allo-col24 {
        width: 87px;
    }
    .colorhues #dye9 .fastness-row .allo-col25 {
        width: 122px;
    }
    .custom-heading:before {
        top: 50px;
    }
    
    
    .contact_details {
    float: right;
}

.contact_details .contact_details_one {
    display: inline-block;
}

.contact_details .contact_details_one ul {
    display: flex;
    background: #0194dd;
    padding: 5px 20px;
    margin: 15px 0;
    color: white;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    line-height: 32px;
}

.contact_details .contact_details_one ul li {
    margin: 0 10px;
    line-height: 25px;
}

.contact_details .contact_details_one ul li a i {
    margin-right: 5px;
    font-size: 20px;
}

.contact_details .contact_details_one ul li a {
    color: white;
}

.contact_details .contact_details_two {
    display: none;
}

.contact_details .contact_details_two ul {
    display: flex;
    padding: 5px 0px;
    margin: 10px 0px;
    color: white;
}

.contact_details .contact_details_two ul li a img {
    margin-right: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 720px) {
    .contact_details .contact_details_one {
        display: none;
    }

    .contact_details .contact_details_two {
        display: inline-block;
    }

     #social_side_links{
        display:none;
    }
}
/* Social Icons */
#social_side_links {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
  z-index: 99;
}

#social_side_links li a {display: block;}

#social_side_links li a img {
    display: block;
    max-width:40px;
  padding: 10px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
}

#social_side_links li a:hover img {
    background: rgba(0, 0, 0, .2);
}



/*08/11/2021*/
.fade:not(.show) {
    opacity: 1;
}
.modal-dialog{
    z-index: 9999;
}
.center {
    margin: 0 auto;
}

.mobileMenu ul{
    margin-top:35px;
}


.modal-dialog {
    margin: 45px auto;
}

.modal {
    background: rgba(0,0,0,.5);
}