
body{
    /* font-family: 'Roboto', sans-serif; */
	/* font-family: 'Montserrat', sans-serif; */
	/* font-family: 'Ubuntu', sans-serif; */
	 font-family: 'Roboto Condensed', sans-serif; 
	/* font-family: 'Questrial', sans-serif; */
    font-size: 16px;
}
a,
#sidebar ul.components li a i{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
a:hover{
    text-decoration: none;
}
input:focus,
select:focus{
    outline: none;
}
.font-40{
    font-size: 40px;
}


.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.wrapper {
    /*display: flex;
    width: 100%;
    align-items: stretch;*/
}
#sidebar {
    min-width: 300px;
    max-width: 300px;
    background-color: rgb(84, 88, 224);
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    z-index: 11;
    height: 100vh;
    overflow-y: auto;
}
#sidebar.active {
    margin-left: -250px;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
#sidebar .components > li > a{
    color: #fff;
    width: 300px;
    height: 80px;
    border-radius: 20px 0 0 20px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    position: relative;
    /* font-family: 'Nunito Sans', sans-serif; */
		/* font-family: 'Montserrat', sans-serif; */
		/* font-family: 'Ubuntu', sans-serif; */
		font-family: 'Roboto Condensed', sans-serif;
		/* font-family: 'Questrial', sans-serif; */
    /* font-weight: 600; */
    font-weight: 400;
}
#sidebar ul.components li {
    margin-bottom: 5px;
}
#sidebar ul.components li a.collapsed i{
    transform: translateY(-50%) rotate(0);
}
#sidebar ul.components li a i{
    transform: translateY(-50%) rotate(92deg);
}
#sidebar .components a.active,
#sidebar .components a:hover{
    background-color: #21ade1;
}
.list-unstyled li a{
111    color: #fff;
    border-radius: 10px 0 0 10px;
    margin-top: 15px;
    margin-left: 15px;
}
#navbarSupportedContent .cyan{
    background: #21ade1;
}
#content {
    width: calc(100% - 300px);
    padding: 20px 30px;
    min-height: 100vh;
    transition: all 0.3s;
    margin-left: 300px;
}
@media (max-width: 991px) {
    #sidebar {
        margin-left: -300px;
    }
    #sidebar.active {
        margin-left: 0;
        width: 100%;
        left: 0;
        right: 0;
        max-width: 100%;
        min-width: 100%;
    }
    #sidebarCollapse span {
        display: none;
    }
	button#sidebarCollapse {
	    display: block;
	}
}
.top-searchbar input{
    width: 450px;
    border-radius: 35px;
    background-color: #f8f9ff;
    height: 50px;
    padding-left: 50px;
    padding-right: 15px;
}
.top-searchbar i{
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #343747;
}




/*button-hover*/
.ripplelink{
  color:#fff;
  position:relative;
  overflow:hidden;
  transition: all 0.2s ease;
}
.ink {
  display: block;
  position: absolute;
  background:rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  transform:scale(0);
}
.animate {
  animation:ripple 0.65s linear;
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
.cyan{
    border-radius: 35px;
    padding: 15px 30px;
}
a.cyan:hover{
    color: #fff;
}





/*content-dashboard*/
.dashboard-box{
    padding: 20px;
    border-radius: 20px;
}
.dashboard-box.box-1{
    background-color: #fde8e7;
}
.dashboard-box.box-2{
    background-color: #e1f6fa;
}
.dashboard-box.box-3{
    background-color: #fff4e3;
}
.dashboard-box .bg-white {
    height: 98px;
    width: 70px;
    border-radius: 15px;
    text-align: center;
}
.dashboard-box h4{
    font-weight: 900;
    font-size: 40px;
}
.dashboard-box.box-1 h4,
.dashboard-box.box-1 p{
    color: #ef4036;
}
.dashboard-box.box-2 h4,
.dashboard-box.box-2 p{
    color: #08b4d6;
}
.dashboard-box.box-3 h4,
.dashboard-box.box-3 p{
    color: #ffa316;
}
.dashboard-box p{
    font-size: 23px;
    font-weight: 600;
}
.overlay{
    position: relative;
}
.overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 15px;
    box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, 0.3);
    top: 250px;
    left: 250px;
}




/*table*/
.table-title h5{
    font-size: 22px;
    color: #343747;
}
.dataTables_length,
.dataTables_info{
    float: left;
}
#example_filter,
.dataTables_paginate,
#example_demo_filter{
    position: relative;
    text-align: right;
}
#example_filter,
#example_demo_filter{
    margin-bottom: 30px;
}
div#example_length label,
div#example_demo_length label{
    color: #cecece;
}
div#example_length select,
div#example_demo_length select{
    border: 1px solid #e2e2e2;
    width: 120px;
    height: 40px;
    border-radius: 35px;
    padding: 0 10px;
    margin-left: 20px;
}
.table-border{
    border-radius: 15px;
}
#example tbody  tr td,
.dataTables_info,
#example_demo tbody  tr td{
    color: #adaeb2;
}
.dataTables_info,
.dataTables_paginate{
    padding-top: 32px;
}
#example_paginate,
#example_demo_paginate{
    padding-top: 20px;
}
.dataTables_paginate span{
    font-size: 22px;
    background-color: #21ade1;
    width: 43px;
    height: 43px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    opacity: 1;
}
span a.paginate_button {
    color: #fff;
    width: 100px;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111111;
}
.dataTables_paginate span a:nth-child(1).paginate_button.current,
.dataTables_paginate span a:nth-child(2).paginate_button.current,
.dataTables_paginate span a:nth-child(3).paginate_button.current{
    color: white;
    left: -30px;
    top: 22px;
}
.dataTables_paginate span,
.paginate_button.previous,
.dataTables_paginate#example_paginate,
.paginate_button.next{
    position: relative;
    cursor: pointer;
}
.dataTables_paginate span{
    right: 20px;
}
.paginate_button.previous{
    right: 46px;
}
.paginate_button.next,
.paginate_button.previous{
    font-size: 23px;
    color: #7f7f7f;
}
.paginate_button.next,
.paginate_button.previous{
    top: -12px;
}
#example_filter label,
#example_demo_filter label{
    margin-bottom: 0px;
    font-size: 0;
    position: relative;
}
#example_filter:before, #example_demo_filter:before {
    content: "\f002";
    position: absolute;
    width: 17px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 239px;
   display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #343747;
    z-index: 1;
}

#example_filter label input,
#example_demo_filter label input{
    font-size: 18px;
}
div#example_filter input,
div#example_demo_filter input{
    border: 1px solid #e2e2e2;
    border-radius: 35px;
    height: 42px;
    width: 270px;
    padding: 0 15px 0 40px;
    font-size: 14px;
}

/*chart*/
.generated-audio h6 {
    font-size: 24px;
    color: #343747;
    font-weight: 600;
}
.generated-audio h5 strong{
	font-weight: 800;
}
.generated-audio .table-title .row.border.table-border{
    height: 148px;
}
.col-md-cu-6{
	width: 46.77%;
}
.log-out{
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
}
.log-out a:hover{
    color: #fff;
}
#example_filter,  #example_demo_filter{
    position: relative;
    float: right;
}
.media-body sub {
    bottom: -0.01em;
}
th:focus {
    outline: none;
}

@media screen and (max-width: 991px){
   button.btn.btn-dark.d-inline-block.d-lg-none.ml-auto {
        display: none;
    }
    #content{
        width: 100%;    
        margin-left: 0;
        padding: 15px;
    }
    #sidebar{
        height: 100%;
        box-shadow: none;
    }
    .top-searchbar input,
    .top-searchbar,
    .col-md-cu-6{
        width: 100%;
    }
    .dashboard-box p {
        font-size: 18px;
    }
    .dashboard-box h4{
        font-size: 30px;
    }
    .dashboard-box{
        padding: 15px;
    }
    .dashboard-box.box-2,
    .dashboard-box.box-1{
        margin-bottom: 10px;
    }
    .font-40 {
        font-size: 30px;
    }
    .content-dashboard h2.pt-4.pb-4.font-40 {
        padding-bottom: 20px;
        font-size: 24px;
    }
    .top-searchbar{
        width: 80%;
    }
    #example_wrapper,
    #example_demo_wrapper{
        position: relative;
        overflow-y: hidden;
    }
    #example,
    #example_demo{
        width: 650px !important;
    }
    .table-border{
        padding: 15px;
    }
    #example thead th,
    #example_demo_wrapper thead th{
        width: 600px !important;
    }
    .col-md-6 .border.p-4.table-border {
        margin-top: 20px;
    }
    .col-md-cu-6{
        margin-left: 0;
        margin-right: 0;        
    }
    #example thead th:first-child,
    #example_demo_wrapper thead th:first-child{
        width: 120px !important;
    }
    div#example_wrapper,
    div#example_demo_wrapper{
        margin-top: 30px;
    }
    #example_filter:before, #example_demo_filter:before{
        left: 14px;
        right: auto;
    }
    #example_filter label, #example_demo_filter label,
    div#example_filter input, div#example_demo_filter input{
        width: 100%;
    }
    .dataTables_length, .dataTables_info{
        float: none;
    }
    #example_filter, #example_demo_filter {
        text-align: left;
    }
    .dataTables_paginate{
        text-align: left;
        margin-left: 50px;
    }
    .generated-audio .row{
        margin: 0;
    }
    .col-md-cu-6.mr-4 {
        margin-top: 15px;
    }
    #sidebar .components > li > a{
        height: 60px;
        font-size: 14px;
    }
    #sidebar .components > li > a img {
        padding-right: 9px;
    }
    .list-unstyled{
        margin-left: 20px;
    }
    #sidebar ul li a{
        font-size: 14px;
    }
    .sidebar-logo img.d-none{
        display: block;
        position: absolute;
        right: 5px;
        width: 35px;
        top: 11px;
    }
    .sidebar-logo.text-center{
        text-align: left;
    }
    .sidebar-logo.text-center a{
        padding-left: 15px;
    }
    button#sidebarCollapse {
        background-color: #fff;
        border: #fff;
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
        padding: .375rem 10px;
    }
    .row.border.table-border.py-3 .col-md-4,
    .row.border.table-border.py-3 .col-md-8{
        padding: 0;
    }
}
@media (min-width: 481px) and (max-width: 991px){
    #sidebar.active {
        max-width: 60%;
        min-width: 60%;
    }
}
.overlay.active {
    position: fixed;
    background-color: rgb(255, 255, 255, 0.2);
    z-index: 1;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) and (max-width: 991px){
    #sidebar.active {
        max-width: 40%;
        min-width: 40%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #sidebar{
        height: 100%;
    }
    .col-md-4.responsive-col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-4.responsive-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 25%;
        margin-top: 20px;
    }
    .dashboard-box p{
        font-size: 20px;
    }
    .dashboard-box h4{
        font-size: 30px;
    }
    #example_wrapper, #example_demo_wrapper {
        position: relative;
        overflow-y: hidden;
    }
    #example, #example_demo {
        width: 580px !important;
    }
    #example thead th:first-child, #example_demo_wrapper thead th:first-child {
        width: 40px !important;
    }
    #example thead th, #example_demo_wrapper thead th {
        width: 600px !important;
    }
    .dataTables_length, .dataTables_info {
        float: none;
    }
    #example_paginate, #example_demo_paginate {
        padding-top: 20px;
        text-align: left;
        margin-left: 50px;
    }
    .generated-audio .row{
        margin: 0;
    }
    .col-md-cu-6 {
        width: 49%;
    }
    .col-md-cu-6.ml-4{
        margin-left: 0;
    }
    .col-md-cu-6.mr-4{
        margin-right: 0;
    }
    .generated-audio .table-border{
        padding: 15px;
    }
    #example_filter:before, #example_demo_filter:before {
        right: auto;
        left: 10px;
         font-size: 14px;
    }
    #content{
        padding: 15px;
    }
    .top-searchbar input{
        width: 270px;
    }
    div#navbarSupportedContent li.nav-item.ml-5 {
        margin-left: 20px;
    }
    .cyan{
        padding: 10px 30px;
    }
    #example_filter{
        width: 100%;
    }
    div#example_filter input, div#example_demo_filter input{
        width: 100%;
    }
    .content-dashboard .border.p-4.table-border{
        padding: 15px;
    }
    #example_filter label, #example_demo_filter label{
        display: block;
    }
    .generated-audio .col-md-4 {
        padding: 0;
    }
    .content-dashboard .col-md-6:last-child {
        padding-left: 0;
    }
}
@media screen and (min-width: 1200px){
    .table-responsive{
        display: table;
    }
    .generated-audio .row {
        margin: 0;
    }
    div .col-md-cu-6 {
        margin-left: 0;
        width: 49%;
        margin-right: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1377px){
    .dashboard-box p{
        font-size: 15px;
    }
    .dashboard-box h4{
        font-size: 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1503px){
    #example_filter label, #example_demo_filter label{
        display: block;
        width: 100%;
    }
    #example_filter label input, #example_demo_filter label input{
        width: 100%;
    }
    #example_filter:before, #example_demo_filter:before {
        right: auto;
        left: 16px;
        top: 79%;
    }
}

@media screen and (min-width: 1200px){
    .overlay{
        display: none;
    }
}
@media screen and (max-width: 1199px){
    .overlay:before {
        display: none;
    }
}


/*polly*/
.inner-dashbord span{
        color: #343747;
    }
    .inner-dashbord i{
        color: #343747;
        margin:0px 10px;
    }
    .inner-dashbord{
        font-size: 18px;
        color: #727687;
    }
     .inner-dashbord img{
        margin-right: 8px;
     }
     .inner-dashbord{
        margin-top: 35px;
     }
     .projrct-enter input{
        width: 100%;
        border: 1px solid #dee2e6;
        padding: 15px 20px;
        border-radius: 25px;
     }
     .projrct-enter input::placeholder{
        color: #adaeb2;
     }
     .projrct-enter-top{
        display: inline-block;
        width: 100%;
        margin: 25px 0px  25px;
     }
     .projrct-enter-top-sec .wrap-drop{
        border: navajowhite;
        padding: 0px;
        width: 150px;
        margin: 0px 30px;
        padding: 15px 0px;
     }
     .inner-projrct{
        display: inline-block;
        border-bottom: 1px solid #dee2e6;
     }
     .inner-projrct.inner-projrct-sec{
        border: none;
     }
     .wrap-drop-sec{
        padding: 15px 0px;
        display: inline-block;
        margin: 0px 30px;
     }
     .wrap-drop-sec.wrap-drop-spe{
        margin: 0px 30px 0px 0px;
     }
     .wrap-drop-sec img{
        margin-right: 5px;
     }
     .projrct-enter-top-sec .wrap-drop:first-child{
        margin: 0px 30px 0px 0px;
     }
     .projrct-enter-top-sec .wrap-drop::after{
        right: -12px;
     }
     .projrct-enter-top-sec .wrap-drop img{
        margin-right: 5px;
     }
     .text-area-top textarea{
        outline: none;
        height: 220px;
        width: 100%;
        border: none;
        padding: 15px 0px;
     }
     .text-area-top textarea::placeholder{
        color: #adaeb2
     }
     /*dropdown*/
    .wrap-drop {
      padding: 10px 20px 10px 10px;
      border: 1px solid #dee2e6;
      text-align: left;
      cursor:pointer;
      margin:0px 10px;
      padding: 14px 20px;
      border-radius: 25px;
      position:relative;
      width: 32.10%;
      float: left;
  
}
.right-tab-dropdown .wrap-drop:first-child{
    margin: 0px 10px 0px 0px
}
.right-tab-dropdown .wrap-drop:last-child{
    margin: 0px 0px 0px 10px
}
.wrap-drop::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 27px;
    top: 50%;
    color: #000;
    font-size: 20px;
    width: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.wrap-drop .drop {
  background:#fff;
  box-shadow: 3px 3px 8px rgba(0,0,0,.2);
  display:none;
  left:0;
  list-style:none;
  margin-top:0;
  opacity:0;
  padding-left:0;
  pointer-events:none;
  position:absolute;
  right:0;
  top:100%;
  z-index:2;
}
.wrap-drop .drop li a {
  color:#695d52;
  display:block;
  padding:1rem;
  text-decoration:none;
}
.wrap-drop span {
  color:#050038;
}
.wrap-drop .drop li:hover a {
  background-color: #5458e0;
  color:#e7ded5;
}
.wrap-drop.active::after {
  border-width:0 7px 7px;
}
.wrap-drop.active .drop {
  display:block;
  opacity:1;
  pointer-events:auto;
}
.right-tab-dropdown{
    width: 80%;
    display: inline-block;
}
.translate{
    width: 19.70%;
    display: inline-block;  
}
.translate .translate-btn{
    text-align: right;
    float: right;
    padding: 13px 70px;
    background: #5458e0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 25px;
}
.sumit-button-top{
    align-items: center;
    display: flex;
    border-radius: 0px 0px 15px 15px;
    background: #f5f5f5;
}
.sumit-button-top a{
    margin-right: 15px;
    display: inline-block;
    background: #21ade1;
    border: 1px solid #21ade1;
    padding: 12px 70px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
}
.sumit-button-top a.cancel-top-btn{
    background: #fff;
    border: 1px solid #dee2e6;
    color: #adaeb2;
 }   
 audio:focus{
    outline: none;
 }
 .res-table{
    overflow-x: auto;
    clear: both;    
 }
 .google-top{
    position: relative;
}
.google-top:before {
    position: absolute;
    top: 22px;
    left: 0px;
    content: "";
    background: #1dc9b7;
    height: 34px;
    width: 4px;
}
.google-top.google-top-sec:before{
    background: #ffa316;
}
.live-eventes-top span{
    background: #1dc9b7;
    height: 20px;
    width: 4px;
    display: block;
    margin-right: 10px;
}
.live-eventes-top span,.live-eventes-top p{
    display: inline-block;
}
.live-eventes-top p{
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.live-eventes-top.live-eventes-top-sec span{
    background: #ffa316;
}
.live-eventes-top-sec{
    padding-left: 30px;
}
.live-top-events .live-eventes-top{
    display: inline-block;
    align-items: center;
    display: flex;
}
.live-top-events{
    align-items: center;
    display: flex;
    margin-top: 40px;
}
.inner-dashbord a{
    color: #343747;
}
.text-area-top-sec{
    border: 1px solid #dee2e6;
    display: inline-block;
    width: 100%;
    margin: 0px 0px 25px;
    border-radius: 15px;
    padding: 0px 15px;
}


/*style2*/
.projrct-enter-top-sec .inner-projrct-sec .wrap-drop ,.inner-projrct-sec .wrap-drop-sec{
    width: calc(20% - 18px);
    padding: 11px 30px;
    border: 1px solid #dee2e6;
    margin: 15px 0px;
    margin-right: 15px;
    border-radius: 25px;
}
.projrct-enter-top-sec .inner-projrct-sec .wrap-drop::after {
    right: 27px;
}
 @media (min-width: 1200px) and (max-width: 1299px){
    #example.example-sec {
        width: 1010px !important;
    }
 }

@media (min-width: 1200px) and (max-width: 1599px){
    .projrct-enter-top-sec .inner-projrct-sec .wrap-drop:first-child,.inner-projrct-sec .wrap-drop-sec.wrap-drop-spe,.projrct-enter-top-sec .inner-projrct-sec .wrap-drop:nth-child(4), .wrap-drop-sec, .projrct-enter-top-sec .inner-projrct-sec .wrap-drop, .inner-projrct-sec .wrap-drop-sec.wrap-drop-sec-top{
        margin: 15px 0px;
        margin-right: 12px;
    }   
    .projrct-enter-top-sec .inner-projrct-sec .wrap-drop, .inner-projrct-sec .wrap-drop-sec {
        width: 210px;
        padding: 11px 20px;
    }
    .projrct-enter-top-sec .wrap-drop:first-child,.wrap-drop-sec,.projrct-enter-top-sec .wrap-drop,.wrap-drop-sec.wrap-drop-sec-top {
        margin: 0px 17px;
    }
   .wrap-drop{
        width: 29.1%;
        margin: 0px 0px;
    }
    .translate .translate-btn {
        padding: 13px 60px;
    }
    .right-tab-dropdown {
        width: 79%;
    }
    .projrct-enter-top-sec .wrap-drop:nth-child(4){
        margin: 0px 30px 0px 0px;
    }
    .wrap-drop-sec.wrap-drop-sec-top {
        margin: 0px 30px 0px 0px;
    }
    .projrct-enter-top-sec .wrap-drop::after {
        right: 3px;
    }
    .wrap-drop-sec.wrap-drop-spe {
        margin: 0px 17px;
    }
    
}
 @media (min-width: 1400px) and (max-width: 1599px){
    .projrct-enter-top-sec .wrap-drop{
        width: 160px;
    }
     .projrct-enter-top-sec .wrap-drop:first-child,.wrap-drop-sec,.projrct-enter-top-sec .wrap-drop,.wrap-drop-sec.wrap-drop-sec-top {
        margin: 0px 20px;
    }
 } 
@media (min-width: 1300px) and (max-width: 1599px){
    .right-tab-dropdown {
        width: 79.80%;
    }
    
 }

 @media (min-width: 768px) and (max-width: 1199px){
    .projrct-enter-top-sec .inner-projrct-sec .wrap-drop, .inner-projrct-sec .wrap-drop-sec {
        width: 200px;
        padding: 10px 19px;
    }
    .projrct-enter-top-sec .inner-projrct-sec .wrap-drop:first-child,.projrct-enter-top-sec .inner-projrct-sec .wrap-drop:nth-child(4) {
        margin: 15px 20px 15px 0px;
    }
    .projrct-enter-top-sec .wrap-drop img {
        max-width: 15px;
    }
    .wrap-drop-sec.wrap-drop-spe {
        margin: 0px 15px 0px 0px;
    }
    .projrct-enter-top-sec .wrap-drop:nth-child(4){
        margin: 0px 15px 0px 0px;
    }
    .wrap-drop-sec.wrap-drop-sec-top{
        margin: 0px 15px 0px 0px;
    }
    .inner-projrct-sec .wrap-drop-sec.wrap-drop-sec-top {
        margin: 15px 15px 15px 0px;
    }
    .wrap-drop-sec{
        margin: 0px 15px;
    }
    .projrct-enter-top-sec .wrap-drop{
        margin: 0px 20px;
    }
    .projrct-enter-top-sec .wrap-drop:first-child {
        margin: 0px 20px 0px 0px;
    }
    .live-top-events{
        margin-top: 30px;
    }
    .wrap-drop{
        width: 31.1%;
    }
    .right-tab-dropdown ,.translate{
        width: 100%;
    }
    .translate .translate-btn{
        float: none;
    }
    .translate{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .sumit-button-top a{
        padding: 10px 70px;
    }
    
    .table-border.editor-padd{
         padding:0px; 
    }
    .editor-padd .p-4{
        padding: 15px;
    }
    #example.example-sec {
        width: 1010px !important;
    }
 }
@media (min-width: 992px) and (max-width: 1199px){
    .projrct-enter-top-sec .inner-projrct-sec .wrap-drop, .inner-projrct-sec .wrap-drop-sec {
        width: 180px;   
    }
    .wrap-drop-sec {
        margin: 0px 0px;
    }
}
 @media screen and (max-width: 767px){
    .projrct-enter-top-sec .inner-projrct-sec .wrap-drop ,.inner-projrct-sec .wrap-drop-sec{
         font-size: 14px;
         margin: 15px 0px 0px;
    }
    .projrct-enter-top-sec .inner-projrct-sec .wrap-drop img,.inner-projrct-sec .wrap-drop-sec img {
        margin-right: 9px;
        max-width: 16px;
    }
    .projrct-enter-top-sec .inner-projrct-sec .wrap-drop:first-child:after, .projrct-enter-top-sec .inner-projrct-sec .wrap-drop:nth-child(6):after, .projrct-enter-top-sec .inner-projrct-sec .wrap-drop:nth-child(2):after {
        right: 27px;
    }
    .projrct-enter-top-sec .wrap-drop{
        width: 46%;
        float: left;
    }
    .projrct-enter-top-sec .wrap-drop{
        margin: 0px;
        font-size: 11px;
    }
    .projrct-enter-top-sec .wrap-drop img,.wrap-drop-sec img{
        margin-right: 2px;
        max-width: 11px;
    }
    .projrct-enter-top-sec .wrap-drop:first-child {
        margin: 0px 18px 0px 0px;
    }
    .projrct-enter-top-sec .wrap-drop::after {
        right: 20px;
    }
    .projrct-enter-top-sec .wrap-drop:first-child:after,.projrct-enter-top-sec .wrap-drop:nth-child(6):after,.projrct-enter-top-sec .wrap-drop:nth-child(2):after{
        right: 4px;
    }
    .projrct-enter-top-sec .wrap-drop::after{
        font-size: 17px;
    }    
    .text-area-top textarea {
        height: 150px;
    }
    .projrct-enter-top-sec .wrap-drop,.wrap-drop-sec{
        padding: 10px 0px;
    }
    .inner-projrct-sec .wrap-drop-sec.wrap-drop-spe {
        margin: 15px 0px 0px;
    }
    .wrap-drop-sec.wrap-drop-spe {
        margin: 0px;
    } 
    .wrap-drop-sec {
        width: 50%;
        display: inline-block;
        margin: 0px 0px;
        float: left;
        font-size: 11px;
    }  
    .live-top-events{
        margin-top: 30px;
    }
    .wrap-drop,.translate,.right-tab-dropdown{
        width: 100%;
    }
    .right-tab-dropdown .wrap-drop:first-child,.right-tab-dropdown .wrap-drop:last-child{
        margin: 0 auto;
    }
    .wrap-drop{
        margin: 15px 0px;
    }
    .table-border.editor-padd{
         padding:0px; 
    }
    .sumit-button-top{
        display: flex;
        align-items: center;
    }
    .editor-padd .p-4{
        padding: 15px;
    }
    .inner-dashbord {
        font-size: 16px;
    }
    .inner-dashbord i{
        margin: 0px 3px;
    }
    .translate .translate-btn{
        float: none;
    }
    .translate{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .sumit-button-top a {
        margin: 0px 5px;
       padding: 9px 34px;
       font-size: 16px;
    }
    #example.example-sec {
        width: 1020px !important;
    }
    
 }  