*::-webkit-scrollbar{height: 12px !important;}
.etb-box i{border: none;font-size: 16px; width: 20px;height: 20px;padding-left: 3px;}
.card-headers{padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: white;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}
.popover-body{text-align: justify !important;}
.two-forms{width: 100%;display: flex;}
.two-forms .SumoSelect{width: 140px; margin-right: 10px;}

::-webkit-scrollbar{
    width: 13px;
}

.card-footer{
    border-top: none;
}

hr {
    border-top: 1px solid #c8d2df !important;
}

.card-header i{
    display: inline-block !important;
}

    .sidebar-scroll::-webkit-scrollbar{
    width: 12px;
    border-radius: 30px;
}


    .sub-sec{
        padding: 40px 0;
    }
	.v-flex-box{
		padding: 10px;
	  
		
	}
	
	
	.green-signal{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0ba360;
    padding: 0px 7px;
    margin-right: 5px;
    box-shadow: 0 0 0 rgb(34 192 60 / 90%);
    animation: pulse 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    

}

.red-signal{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f53c5b;
    padding: 0px 7px;
    margin-right: 5px;
    box-shadow: 0 0 0 #f53c5b;
    animation: pulse 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    

}

.make_offer_status{
    vertical-align: middle;
    font-size: 12px;
    color: #0ba360;
    font-weight: 500;
     text-transform: uppercase;
}

.offer_made_status{
   
     font-size: 12px;
    color:  #f53c5b;
    font-weight: 500;
    text-transform: uppercase;
}


.offer_alert{
   
    padding-top: 10px;
}

	.v-inner-box{
    background: #fff;
	transition: 0.5s;
	 border: 1px solid #f1f1f1;
	 box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	-webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	-moz-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	height: 550px;
    
	}
	
	
	.price-heading, .price-heading-dark{
		padding: 15px 0 10px 0;
		font-size:  2.2em;
		text-align: center;
		color: #232323;
	    background: #fff;
	    
	}

	

	.price-sec p{
		margin: 0;
	}

	.price-sec h5 {
		margin: 0;
		border-bottom: 1px solid #f1f1f1;
		padding-bottom: 10px;
	}

	.price-sec{
		padding: 10px 0 10px 0;
		font-size:  1.4em;
		text-align: center;
		color: #fff;
		font-weight: 300;
	    line-height: 1;
		display: block;
		justify-content: center;
		background: #2d6ab7;
		box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    	-webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    	-moz-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    	margin-top: 15px;
	}

	.price-sec .currency{
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		margin-right: 4px;
	}

	.price-sec .price-duration{
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		margin-left: 4px;
	}

	.price-feature {
		padding:  20px 0px 20px 0;
		display: block;
		justify-content: center;
		flex-direction: column;
	}


	.price-feature p{
		text-align: center;
		color:  #8b8a8a;
		padding: 10px;
		margin: 0;
		border-bottom: 1px solid #f5f5f5;
		font-size: 13px;
	}
	
	.price-feature  i{
	    color: #2d6ab7;
	    margin-right: 5px;
	    font-size: 16px;
	}

	.price-feature p:nth-child(6){
		border-bottom: none;
	}

	.price-feature p:nth-child(7){
		border-bottom: none;
		margin-top: 40px;
	}

	.price-feature{
		display: block;
		justify-content: center;
	}

	

	.p-btn{
		background: #2d6ab7;
		color: #fff;
		padding:  15px 30px;
		text-align: center;
		text-decoration: none;
		border-radius:  50px;
	
		margin:  0 auto;
		transition: 0.5s;
		font-weight: bold;
	}

	.p-btn:hover{
		border: 2px solid #2d6ab7;
		background: transparent;
		
	}
	
	
	.popular-inner-box{
	    padding: 20px;
	    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
		-moz-box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
		background: #fff;
		margin-bottom: 30px;
		
	}
	
	.popular-inner-box p{
	    font-size: 12px;
	    padding: 10px 0;
	    margin: 0;
	    border-bottom: 1px solid #f1f1f1;
	    
	}
	
	.p-flex-box{
	    display: flex;
	    justify-content: space-evenly;
	    align-items: center;
	    padding: 10px 0;
	    border-bottom: 1px solid #f5f5f5;
	}
	
	
	.popular-inner-box .p-flex-box span{
	    font-size: 13px;
	    color: #232323;
	    font-weight: bold;
	}
	
	.popular-inner-box .p-flex-box .p-data{
	    font-size: 13px;
	    color: #2d6ab7 !important;
	    font-weight: bold;
	    margin-left: 20px;
	    flex: 1;
	    text-align: right;
	}
	
	.popular-inner-box p:nth-child(10){
	    text-align: center;
	    margin-top:30px ;
	    border-bottom: none;
	}
	
	.ticker-sec{
	   margin-bottom: 20px;
	   padding: 0 30px;
	}
	
	.ticker-space{
	    width: 80%;
	   
	    overflow: hidden;
	}
	
	.tick-content{
	    padding:5px 10px;
	    text-align: center;
	    border-radius: 30px 0px 0px 30px;
	    color: #fff;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding-right: 30px;
	    font-weight: bold;
	    border-right: 1px solid #f5f5f5;
	}
	
	.tick-content i{
	    margin-right: 10px;
	    font-size: 16px;
	    color: #FFC300 ;
	}
	
	
/* (A) STANDARD ROW HEIGHT */
.v-ticker, .v-ticker-anim {
  height: 30px;
  line-height: 30px;

}
 
/* (B) FIXED WRAPPER */
.v-ticker {
  overflow: hidden; /* HIDE SCROLL BAR */
 
  
}
/* (C) TICKER ITEMS */
.v-ticker { text-align: left; color: #fff; overflow: hidden;}
 
/* (D) ANIMATION - MOVE ITEMS FROM TOP TO BOTTOM */
/* CHANGE KEYFRAMES IF YOU ADD/REMOVE ITEMS */
.v-ticker-move { position: relative; }
@keyframes tickerv {
  0% { bottom: 0; } /* FIRST ITEM */
  30% { bottom: 30px; } /* SECOND ITEM */
  60% { bottom: 60px; } /* THIRD ITEM */
  90% { bottom: 90px; } /* FORTH ITEM */
  100% { bottom: 0; } /* BACK TO FIRST */
}
.v-ticker-move {
  animation-name: tickerv;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 0, .5, 0);
}
.v-ticker-move:hover { animation-play-state: paused; }

.project-card .project-content h6 {
    font-size: 1.5em;
}

.project-card .project-content ul strong{
    font-size: 15px;
}



.drop-btn{
  padding: 20px 30px;
}

/* Dropdown */

.v-dropdown .add_new-btn
{
  padding: 10px 20px;
  text-align: center;
  background-color: #2d6ab7;
  border-radius: 50px;
  margin: 10px 30px;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
}

.v-dropdown .add_new-btn:hover{
    color: #2d6ab7;;
    border: 1px solid #2d6ab7;
    background: none;
}

.v-dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
  box-shadow: 6px 11px 41px -28px #796eb1;
    -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
    -moz-box-shadow: 6px 11px 41px -28px #796eb1;
}

.dd-button {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px 30px 10px 20px;
  background-color: #1c52a2;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  box-shadow: 6px 11px 41px -28px #796eb1;
		-webkit-box-shadow: 6px 11px 41px -28px #796eb1;
		-moz-box-shadow: 6px 11px 41px -28px #796eb1;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  
}




.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
 z-index: 1000;
 
  padding: 0;
  margin: 2px 0 0 0;
  border: 1px solid #ccc;
  background-color: #ffffff;
  list-style-type: none;
width: 100%;
transition: 0.5s;
box-shadow: 6px 11px 41px -28px #796eb1;
		-webkit-box-shadow: 6px 11px 41px -28px #796eb1;
		-moz-box-shadow: 6px 11px 41px -28px #796eb1;
}

.dd-menu li .v-checkbox{
    margin-right: 10px;
}

.dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
}
.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #f1f1f1;
}

.form-drop ul{
    list-style: none;
  }

  .head-dropdown{
    
    font-weight: bold;
    position: relative;
  }

  .head-dropdown i{
    text-align: right;
    margin-left: 20px;
  }

  .drop-inner{
    position: absolute;
    padding:  0px 0px;
    border: 1px solid #f5f5f5;
    width:  250px;
    z-index: 10000;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  }

  .drop-inner .drop-flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid #f1f1f1;
  }

  .drop-inner li:hover{
    background: #f1f1f1;
  }

  .drop-inner .drop-flex .icon-right{
    flex: 1;
    text-align: right;
  }



  .drop-inner .drop-flex .drop-text{
    font-size: 13px;
    text-decoration: none;
    color: #232323;
    font-weight: bold;
  }


  .drop-inner .drop-flex .drop-edit {
    font-size: 11px;
    text-decoration: none;
    color: #0ba360;
    font-weight: bold;
    margin-right: 10px;
    
    padding: 7px 10px;

  }

  .drop-inner .drop-flex .drop-add{
    text-align: left;
   flex: 1;
  }

  .drop-inner .drop-flex .drop-delete{
    color: #f53c5b;
   
    padding: 7px 10px;
    font-size: 11px;
  }

  .drop-inner .drop-flex .drop-add i{
    
     border: 1px solid #0ba360;
    padding: 7px 10px;
    color:  #0ba360;
    font-weight: bold;
  }

  .drop-inner{
    display: none;
  }

.ticker {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    border-radius: 50px;
}

.news {
    width: 80%;
    background: #fff;
    padding: 0 2%;
   /*border:  1px solid #4d98f7;*/
   
   
}

.f-title {
    width: 20%;
    text-align: center;
    background: #2d6ab7;
    position: relative;
    color:  #fff;

}

.f-title:after {
    position: absolute;
    content: "";
    right: -18%;
    border-left: 20px solid #2d6ab7;
    border-top: 28px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 24px solid transparent;
    top: 0px
}

.f-title h5 {
    font-size: 14px;
    margin: 8% 0
}

.news marquee {
    font-size: 18px;
    margin-top: 10px
}

.news-content {
    margin: 0;
}

.news-content p {
    margin-right: 51px;
    display: inline;
    font-size: 14px;
    color: #232323;

}
  




.show {
  display: block;
}

.text-blue{
color: #0039e6 !important;
    
}

.text-dark{
color:    #232323 !important;
}


.text-dark-gray{
    color: #979797 !important;
}


.bg-light-gray{
    background: #f3f3f3 !important;
}


.v-etb{
    color: #0039e6;
   
}

.v-etb i{
     font-size: 30px;
}


.asterisk{
   
    color:  #ff0000;
}

#cus-comment-icon{
    font-size: 28px;
    color: #0039e6;
}





table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 5px !important;
    font-size: 14px;
}

.table-responsive table{
    width: 900px !important;
    margin: 0;
}

table th{
    border: 0.1px solid #f2f2f2;
}


.table-responsive{
       
        height: 450px;
            overflow: scroll;
        }
        
        .table-responsive  tr td{
            border:0.5px solid #dadada;
            border-collapse: collapse;
        }
        
        
        .table-responsive thead  th{
            position: sticky;
            top:0;
            background: #0039e6;
            color: #fff !important;
        }
        
        table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
            padding-right: 22px !important;
        }
        
       th, td{
    vertical-align: top !important;
}

       .table-responsive table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
            font-family: 'Ionicons';
            font-size: 11px;
            position: absolute;
            line-height: 0; 
            top:75%;
            right: 10px;
            opacity: 1;
   
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
    background-color: #3a6bff;
}
.table-responsive table.dataTable thead .sorting::after {
    content: '\f3d0';
    top: 75%;
   opacity: 1;
}
.table-responsive table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 5px;
    font-size: 14px;
}
        
        
        
        
     
        
        .table-responsive table th:nth-child(1), .table-responsive table td:nth-child(1){
            background: #dadada !important;
            position: sticky;
            left:0;
            z-index:1;
              white-space: nowrap;
              width: 10px;
        }
        
       .table-responsive table th:nth-child(1){
           background: #0039e6 !important;
       }
        
        .table-responsive table td {
            white-space: nowrap;
        }
        
         .table-responsive table th {
             white-space: nowrap;
        }
        
       /* table.dataTable thead th, table.dataTable thead td{
            padding: 8px 3px !important;
        }
        
        table.dataTable tbody td{
             padding: 8px 3px !important;
        } */
        
        th, td{
    vertical-align: top !important;
}

        .table-responsive thead th{
            color: #24232c;
        }
        
        .table-responsive table tr:nth-child(even) {
  background-color: #f1f1f1;
}


.table-responsive::-webkit-scrollbar {
  width: 12px;
  height: 72px;
} 


.fav_ico{
    color: #ababab;
    text-align: center;
    font-size: 21px;
    margin: 0 30px 0 0;
}

.p-btn-tbl{
    font-size: 13px;
    padding: 7px 13px;
    color: #fff;
    background: #2d6ab7;
    border-radius: 50px;
    transition: 0.4s;
}

.p-btn-tbl:hover, .p-btn-tbl:focus{
    color: #2d6ab7;
    background: transparent;
    border: 1px solid #2d6ab7;
}

.comment_ico{
    color: #ababab;
    text-align: center;
    font-size: 21px;
    margin: 0 0px 0 0;
}

.comment_ico:hover{
    color: #0039e6;
}


 .etb-box i{border: none;font-size: 16px; width: 20px;height: 20px;padding-left: 3px;}
    .bc{
        color: #fff;
        float: left;
        padding: 10px 0 ;
        text-align: right;
        font-size: 13px;
        font-weight: 300;
    }
    
    .bc span a{
        color: #f2f2f2;
        margin: 0 10px;
        
    }
    
    .bc-link-active{
        font-weight: 700;
        color: #fff;
    }
    
     .bc span a:hover{
         color: #fff;
     }
     
     
     
     
     .v-etb-border {
         font-size: 18px !important;
        margin-left: 5px;
        color: #0039e6;
        
       
       
     }
    
    
    .dad_file{
 position: relative;
  
 background: #ecf4ff;
  width: 100%;
 
  border: 1px dashed #0039e6;

    }
    
    .dad_file input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}


.dad_file p{
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 90px;
  color: #b9c9df;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}


.upload_doc_name{
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f1f1f1;
}


.upload_doc_name i{
    font-size: 17px;
    padding-top: 5px;
    color: #1b57a7;
    margin-right: 10px;
}

.upload_doc_name p{
    font-size: 14px;
    color: #1b57a7;
    margin: 0;
    line-height: 1.3;
}

.comment_count{
    font-size: 9px;
    font-weight: bold;
  
    color: #fff;
    background: #f53c5b;
    border-radius: 50%;
    padding: 2px 5px;
    position: relative;
    left: -7px;
    top: -10px;
}

.offer_count{
    font-size: 5px;
    font-weight: bold;
    top: -5px;
    color: #fff;
    background: #0ba360;
    border-radius: 50%;
    padding: 0.1em 0.7em;
    position: relative;
    margin-left: 3px;
    vertical-align: middle;
}

.text_hide{
    max-width: 30px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
   cursor: pointer;
   transition: .5s ease;
}

.w-140{
    width: 140px !important;
}




 .label-titles{color: #ffffff;background: linear-gradient( 45deg, #0d7cd3, #233f8b);padding: 10px 22px 10px 10px;border-radius: 0 100px 100px 0;}
 
 
 
 table.home-table {
width: 100%;
/* padding: 30px; */
margin: 20px;
}

.home-table tr td, .home-table tr th {
padding: 10px 10px !important;

border: 1px solid #ccc;
}
.home-table tr:nth-child(even){
    background: #f1f1f1;
}

.home-table thead tr{
    background: #1468bc;
}

.home-table tr th{
    color: #fff !important;
}

.home-table tr td:nth-child(1){
    color: #232323 !important;
    font-weight: bold
}

.rate{
    min-height: 420px !important;
}



.v-chat-head h4 {
    color: #232323 !important;
}
            
            
.main-chat-sender {
    background: #0ba360;
    width: 60%;
    text-align: left;
    padding: 15px;
    color: #fff;
    border-radius: 50px;
    margin: 10px 0;
    float: left;
    display: flex;
    align-items: center;
}

.main-chat-sender p, .main-chat-receiver p {
    margin: 0;
    flex: auto;
}

.main-chat-receiver {
    background: #5f6ba9;
    width: 60%;
    text-align: left;
    padding: 15px;
    color: #fff;
    border-radius: 50px;
    margin: 10px 0;
    float: right;
     display: flex;
    align-items: center;
}

span.time-chat {
    text-align: right;
    font-size: 10px;
    float: right;
    color: #f2f2f2;
    margin-left: 10px;
}

.v-chat-inner{
    height: 400px;
    overflow: auto;
}


.chat-head {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.chat-grid {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    border-right: 1px solid #f1f1f1;
}

.chat-grid span:nth-child(1){
    font-weight: 700;
    
}

.chat-date {
    float: right;
    font-size: 11px;
    position: relative;
    margin-top: 30px;
    margin-left: 30px;
    color: #515151;
}


.filter-btn {
    background: #f1f1f1;
    color: #232323;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
}

.filter-pop{
    text-align: right;
    margin: 0 20x;
}


.fil-btn {
    outline: none;
    border: none;
    padding: 8px 30px;
    background: #4079cb;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid #4079cb;
}

.fil-btn:hover, .fil-btn:focus{
    outline: none;
    background: transparent;
    color: #4079cb;
}



.v-tooltip {
  position: relative;
  display: inline-block;
 vertical-align: middle;
    margin-top: 0px;
}

.v-tooltip .v-tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #efefef;
    color: #1a1818;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    position: absolute;
    z-index: 1000;
    /* top: 80%; */
    font-size: 11px;
    text-transform: initial;
    font-weight: normal;
}

.v-tooltip .v-tooltiptext p{
    margin: 0 !important;
}

.v-tooltip:hover .v-tooltiptext {
  visibility: visible;
}


.dataTables_wrapper .dataTables_length label{
    margin-bottom: 0 !important;
}

.dataTables_length .form-control, .dataTables_filter .form-control{
    margin-bottom: 0 !important;
}

.dataTables_wrapper .dataTables_filter label{
    margin: 0 !important;
}

.dataTables_wrapper .dataTables_info{
    margin-top: 0 !important;
}

..dataTables_wrapper .dataTables_paginate{
    margin-top: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate{
     margin-top: 0 !important;
}

#example1_wrapper .row{
    align-items: center;
}


table thead tr {
    position: sticky;
    top: 0;
    z-index: 20;
}

 .form-control{
    height: 38px !important;
}

.email-ver .btn{
    margin-top: 0 !Important;
    margin-bottom: 15px;
}

.ver-email {
    margin-bottom: 20px;m
}

.ver-email .btn {
    margin-top: 0 !important;
}


.t-right{
    text-align: right !important;
}


@media only screen and (max-width: 600px){
    .f-title:after{
        display: none;
    }
    .app.sidebar-mini.sidenav-toggled .desktop-logo.icon-logo{
        display: block;
    }
    
    .home-table {
    font-size: 11px;
}

.float{
        bottom: 22px !important;
    left: 20px;
}

div.dataTables_wrapper div.dataTables_info{
    margin: 20px 0 !important;
    text-align: left !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    justify-content: flex-start;
}

.filter-pop {
    text-align: center !important;
    margin: 0 20x !important;
    display: flex !important;
    flex-direction: column-reverse !important;
}

.filter-btn{
    margin: 20px 0;
}

.v-tooltip .v-tooltiptext{
    width: 220px    ;
    left: -168px;
}

.main-content .container, .main-content .container-fluid{
    padding-right: 10px;
    padding-left: 10px;
}

#example1_wrapper .row .col-sm-1:nth-child(1){
    width: 23%;
}

#example1_wrapper .row .col-sm-2:nth-child(2){
    width: 30%;
}

div.dataTables_wrapper div.dataTables_filter{
    margin-top: 0;
}


}


td.text-ok {
    min-width: 500px;
    white-space: normal !important;
}

.tbl_btn{
    color: #fff !important;
    background: #7fbeff;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: bold;
}

.SumoSelect>.CaptionCont{
    min-width: 143px !important;
}

#basic_services{
    display: none !important;
}

#country_dealing{
     display: none !important;
}

#goods_dealing_with{
     display: none !important;
}




  

