
/*
*  
*/
/* color variable*/

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
/*  font-family: 'Roboto', sans-serif;  */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i,900');
/*font-family: 'Lato', sans-serif;*/
@font-face {
    font-family: 'Roboto-bold';
    src: url('./fonts/Roboto-bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/Circo.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
* {
    padding: 0px;
    margin: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
body {
    background-color: #f9f9f9;
    position: relative;
    margin: 0px;
    padding: 0px;
    font: 400 16px/24px "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font: 700 16px "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif; }
a {
    font: 400 16px/24px "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif; }
p {
    font: 400 16px/24px "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
.page-title {
    text-align: center;
}

/*section style start*/



.menu-section-bg{
background: url(./images/icon/slider-bg.png) no-repeat center center / cover;
    position: relative;
    width: 100%;
    display: block;
    /*padding-bottom: 260px;*/
}

.navbar {
    margin-bottom:0;
    font-size: 16px;
    font: 400 16px/24px "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 0px;

}
.navbar-brand img{
    height: 50px;
}
.navbar-nav {
   /*margin-left: 54%;*/
   right: 10.5%;
   position: absolute;
}
.navbar-toggler{
    color: #fff;
    font-size: 27px;
    border: 1px solid #fff;
    margin-right: 5px;
}
.navbar-nav li{
    padding: 0 10px;
}

.navbar-nav li a{
    padding: 16px 25px;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    transform: scale(1);
    transition: all 2s;
    font: 400 16px/24px "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.navbar-nav li a:hover{
    color: #fff;
     transform: scale(1.1); 
}
.navbar-nav li a::before {
    content: '';
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 9999;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.2, 1);
    border-radius: 5px;
}

.navbar-nav li a:hover::before {
    opacity: 1;
    -webkit-transform: scale(0.7, 1);
    transform: scale(0.7, 1);
}

.navbar-wrapper {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}



/*Banner  css start*/

.slider-left{
    margin-top: 60px;
}

.slider-left h1{
    font-size: 37px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}
.slider-left p{
   font-size: 20px;
    width: 92%;
    color: #E4E9FF;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-top: 30px;
    font-weight: 600;
}

.slider-left a{
    background-color: #fff;
    padding: 17px 30px;
    font-size: 26px;
    margin-top: 70px;
    display: inline-block;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    height: 69px;
    width: 280px;
}
.slider-right .form-control {
   background-color: #fff !important;
    color: #B0B0B0;
    border: 2px solid #E3E3E3;
    height: 50px !important ;
    margin-bottom: 15px;
    font-size: 16px;
   text-transform: lowercase;
}
.slider-right input.form-control[type=email] {
    text-transform: lowercase;
}
.home-top-slider .sliter-item img{
    width: 100%;
}
.top-slider-items .sliter-item img{
    width:95%;
}
/*price-wrapper-section start*/

.price-wrapper-section{
    margin-top: 35px;
}
.price-list-item-wrapper{
border-top: 1px solid #0839d4;
border-bottom: 1px solid #0839d4;
     display: inline-block;
     width: 100%;
     padding: 15px 0;
}
.price-list-item{
    width:25%;
    float:left;
    text-align:center;
}
.price-list-item p{
    margin-bottom: 0;
}
.price-list-item p strong{
    display: inline-block;
    width: 200px;
    border: 1px solid #0839d4;
    border-radius: 5px;
    padding: 5px;
    margin-top: 6px;
}
.price-list-item p strong i{
   font-size: 20px;
    color: #7a7d85;
    padding: 5px 8px;
}
.price-list-item p strong span{
    font-size: 18px;
    color:#7a7d85;
}
.price-list-item a{
    display: inline-block;
    width: 200px;
    height: 42px;
    padding: 10px 15px;
    border: 1px solid #0839d4;
    margin-top: 6px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.price-list-item-center{
    width:50%;
    float:left;
    text-align:center;
}
.price-list-item-center p{
        margin-bottom: 0;
}


.days-free-trail{
    width: 90%;
}
.days-free-trail .float-right{
   margin-top: 80px; 
}
.days-free-trail .float-right img{    
    width: 50px;
    height: 50px;
}
.days-free-trail .float-right span{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.home-phone-contact{
    height: 60px;
    text-align: center;
    background-color: #0033CC;
    margin-bottom: 10px;
    padding: 15px;
}
.home-phone-contact a{
        color: #fff;
    font-size: 25px;
    text-decoration: none;
}
.home-phone-contact a i{
    color: #fff;
    font-size: 30px;
}
.my-workplace-login-wrapper{
    background-color: #fff;
    padding: 15px 30px;
    margin-top: 30px;
    min-height: 630px;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
    border-radius: 5px;
}
.my-workplace-login-panel-wrapper ul{
    list-style: none;
}
.my-workplace-login-panel-wrapper ul li{
        background-color: #2a3f54;
    margin-bottom: 5px;
}
.my-workplace-login-panel-wrapper ul li a i{
    font-size: 22px;
    margin-right: 10px;
    color: #fff;
}
.my-workplace-login-panel-wrapper ul li a{
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 16px 15px;
}
.my-workplace-login-panel-wrapper ul li a:hover{
    color: #FF7700;
    text-decoration: none;
}

.slider-right{
   margin-top: 30px;
   background-color: #fff;
   box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
   padding: 15px 152px;
   border-radius: 5px;
   min-height: 618px;
}
.gray-light-bg{
    padding: 10px;
    border: 1px solid #cbcbcb;
}
.slider-right .nav-tabs{
    background-color: #FF7700;
    border: 0;
    height: 50px;
}
.slider-right .nav-tabs .nav-link {
    padding: 13px 37px;
    font-weight: 600;
    font-size: 1em;
    color: #fff;
    border: 0;
}
.slider-right .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0033CC;
    border: 0;
    border-radius: 0;
    padding: 11px 37px !important;
    height: 50px;
}

.slider-right .nav-tabs .nav-link:hover {
     border: 0;
    color: #fff;
    padding: 13px 37px;
    font-weight: 600;
    font-size: 1em;
}

.free-triel-css{
    background-color: #FF7700;
    border-radius: 50px;
    padding: 6px 47px;
    color: #fff;
    margin-left: 20%;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    width: 60%;
    height: 50px;
}
.free-triel-textarea-css{
    height: 125px !important;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    color: #B0B0B0;
    border: 2px solid #E3E3E3;
    border-radius: .25rem;
}
/*video section start*/
.video-wrapper .video-item{
    width: 46%;
    float:left;
    margin: 15px 2%;
}
.video-wrapper .video-item h3 strong{
   background-color: #fb9109;
    padding: 6px 5px;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    height: 50px;
    width: 50px;
    text-align: center;
}
.video-wrapper .video-item h3 span{
   width: 84%;
    float: right;
    display: inline-block;
    font-size: 13px;
}    
 .video-wrapper .video-item img{
     width: 100%;
     margin-bottom: 5px;
 } 
  .video-wrapper .video-item a{
    text-decoration: none;
    color: #878787
 } 
 .video-modal-wrapper .modal-header{
     padding: 0px;
     border-bottom: 0;
 }
  .video-modal-wrapper .modal-header button span{
    background-color: #000;
    border-radius: 25px;
    height: 24px;
    width: 24px;
    display: inline-block;
    padding: 1.5px 5px;
    margin: 3px;
    color: #fff;
    font-size: 20px;
    opacity: 1 !important;
  }
    
/*abarnd-title css start*/
.barnd-wrapper-section{
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.barnd-title{
    margin-top: 100px !important;
}
.barnd-items{
    border-bottom: 2px dotted rgba(0, 51, 204, .3);
    padding-bottom: 15px;
}
.barnd-item{
   text-align: center;
  
    height: 120px;
    margin: 0 0;
    padding: 0px 10px;
    border-radius: 5px;
}
.slick-slide .barnd-item  a .new-image img {
    display: block;
    width: 100%;
    margin: 0 0;
}
.slick-slide .barnd-item  a .new-image strong {
   color: #222325;
    font-weight: 400;
}
.barnd-items .slick-slide{
    margin: 0 10px;
}
.barnd-item.slick-slide img {
    display: inline-block !important;
    width: 60px;
    height: 50px;
}

.slick-prev{
   background: url(./images/icon/left-arow.png) no-repeat left 9px center;
    text-indent: -110px;
    height: 50px;
    background-size: 30px;
    position: absolute;
    width: 50px;
    overflow: hidden;
    top: 19%;
    left: -80px;
    border: 1px solid #bcbcc4;
    cursor: pointer;
    border-radius: 50px;
}
.slick-next{
    background: url(./images/icon/right-arrow.png) no-repeat left 9px center;
    text-indent: -100px;
    height: 50px;
    background-size: 30px;
    position: absolute;
    width: 50px;
    overflow: hidden;
    top: 19%;
    border: 1px solid #bcbcc4;
    cursor: pointer;
    border-radius: 50px;
    right: -80px;
}


/*Our services css start*/

.our-service-section{
    padding: 45px 0;
}
.services-title{
    text-align: center;
}
.services-title h3{
   color: #FF7700;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 50px;
}
.service-item{
     margin: 30px 15px 30px 15px;
    text-align: center;
    position:relative;
}
.services-href img{
    width: 40px;
    height: 48px;
    border-bottom: 2px solid #c5c6c9;
    padding-bottom: 10px;
}
.service-item a {text-decoration: none;}
.services-href h4{
   margin-top: 13px;
    text-transform: capitalize;
    font-weight: 500;
    color: #222325;
    font-size: 100%;
}
.service-item:hover a.services-href::after{
    content: "";
    position: absolute;
    top: 38px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    padding: 0 0 8px;
    width: 60px;
    border-bottom: 2px solid #0839d4;
}




/*social-media-section section start*/
.social-media-section{
   position: absolute;
    margin-left: 60px;
    top: 26%;
    z-index: 999;
}
.social-media-items ul{
    list-style: none;
}
.social-media-items ul li a img{
    width: 50px;
    margin-top: 5px;
}


/*watch-our-video-section section start*/
.watch-our-video-section{
   padding: 75px 0 220px;
    background-color: #F2F9FF;
    position: relative;
}
.services-title h4{
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}
.watch-our-video-url{
        text-align: center;
    position: relative;
    top: -270px;
    }
.watch-our-video-url img{
    width: 80%;
}

.watch-our-video-url iframe{
    position: absolute;
    left: 22.8%;
    top: 85px;
}

.iframe-section{
    width: 100%;
    position: absolute;
}


/*about-us-section start */
.about-us-section{
      
    margin-top: 300px;
  position: relative;
    margin-bottom: 50px;
}
.about-us-title h3{
    color: #FF7700;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}
.about-us-left h3{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-us-left p{
    font-size: 16px;
    line-height: 27px;
}

.about-us-left ul{
    list-style: none;
}
.about-us-left ul li{
    background: url(./images/icon/g2645.png) no-repeat left top ;
    width: 100%;
    margin-top: 30px;
}

.carousel-control-prev {
    left: -27px;
    background-color: #0084FE;
    width: 30px;
    height: 30px;
    top: 50%;
    border-radius: 50px;
}

.carousel-control-next {
    right: -27px;
    background-color: #0084FE;
    width: 30px;
    height: 30px;
    top: 50%;
    border-radius: 50px;
}
.carousel-indicators li{
        height: 15px;
    width: 15px;
    background-color: #f00;
    top: 15px;
}

.about-us-left ul li span{
    margin-left: 60px;
    display: inline-block;
    font-weight: 700;
}
.about-us-left a{
    background-color: #FF7700;
    border-radius: 50px;
    padding: 12px 40px;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 30px;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 10px;
    height: 10px;
}

.about-us-right {
    margin-top: 15px;
    padding-bottom: 90px;
}
.about-us-right .fast-delivery{
    background-color: #fff;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
    padding: 30px 15px 60px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.fast-delivery-support{
    
    background-color: #fff;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
    padding: 30px 15px 60px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    transform: rotate(5deg);
}

.fast-delivery-support:after{
    position: absolute;
    content: "";
    right: -153px;
    bottom: 0;
    height: 424px;
    width: 180px;
    background: url(./images/icon/girl-icon.png) no-repeat;
    top: -3px;
    background-size: 150px;
}
.fast-delivery h3, 
.fast-delivery-support h3{
    font-size: 20px;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 15px;
}
.fast-delivery p, 
.fast-delivery-support p{
    line-height: 18px;
}
.fast-delivery-icon{
    background-color: #F54245;
    width: 70px;
    height: 70px;
    padding: 15px 13px;
    border-radius: 50%;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
}
.best-quality-icon{
    background-color: #0084FE;
     width: 70px;
    height: 70px;
    padding: 15px 13px;
    border-radius: 50%;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
}
.track-progress-icon{
    background-color: #2ABB52;
      width: 72px;
    height: 70px;
    padding: 13px;
    border-radius: 50%;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);  
}

.support-icon{
    background-color: #9424D7;
     width: 70px;
    height: 70px;
    padding: 15px 13px;
    border-radius: 50%;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);  
}

/*our-achievements-section  css start*/

.our-achievements-section{
    background: url(./images/icon/1253.png) no-repeat right bottom;
    margin-top: 100px;
    width: 100%;
    padding-bottom: 20px;
    background-size: 580px;
}
.our-achievements-left{
    margin-top: 75px;
}
.our-achievements-title h5{
    color: #FF7700;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}
.our-achievements-title h3{
    font-size: 31px;
    text-transform: capitalize;
    font-weight: 700;
    color: #262626;
}

.achievements-client, .photo-editor{
    background-color: #fff;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
    padding: 30px 15px 60px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.photo-editor-wrapper{
    margin-top: 75px;
}

.achievements-client-icon{
    background-color:#DDEEFF;
    width:56px;
    height:56px;
    padding: 10px;
    border-radius: 50px;
}
.quality-controllers-icon{
   background-color: #FBDDDD;
   width:56px;
   height:56px;
   padding: 10px;
   border-radius: 50px;
}
.photo-editor-icon{
background-color: #BDEDBB;
   width:56px;
   height:56px;
   padding: 10px;
   border-radius: 50px;
}
.marketing-partners-icon{
background-color: #FCD9FA;
   width:56px;
   height:56px;
   padding: 10px;
    border-radius: 50px;
}
.achievements-client-h3{
    font-size: 50px;
    color: #1E9BFE;
    font-weight: 800;
    margin: 10px 0;
}
.quality-controllers-h3{
font-size: 50px;
    color: #F66264;
    font-weight: 800;
    margin: 10px 0;
}
.photo-editor-h3{
font-size: 50px;
    color: #53CF4E;
    font-weight: 800;
    margin: 10px 0;
}
.marketing-partners-h3{
    font-size: 50px;
    color: #C838D9;
    font-weight: 800;
    margin: 10px 0;
}
.our-achievements-right-img{
    width: 100%;
    margin-top: 90px;
    margin-left: 80px;
}

/*workplace_app-section start*/
.workplace_app-section{
    background: url(./images/icon/Group4740.jpg) no-repeat right -45px bottom;
    margin-top: 100px;
    width: 100%;
    padding-bottom: 70px;
    padding-top: 50px;
}
.workplace-app-right{
    padding: 115px 0 0;
}
.workplace-app-right h2{
       color: #FF7700;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}
.workplace71-app-left-img{
    margin-left: -70px;
    display: inline-block;
    position: absolute;
    width: 100%;
}
.workplace-app-right h3{
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 35px;
}

.workplace-app-right p{
    font-size: 19px;
}
.app_store ul{
list-style: none;
margin-top: 100px;
}
.app_store ul li:first-child{
    float: left;
    margin-right: 43px;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
    border-radius: 10px;
    display:none;
}
.app_store ul li a img{
    border-radius: 10px;
}

/*workplace71-protfolio-section start*/
.workplace71-protfolio-section{
    padding: 75px 0 150px;
    background: url(./images/icon/about-img.png) no-repeat bottom right 50px;
    background-size: 20%;
}
.protfolio-p{
    font-size: 20px;
    width: 59%;
    margin: auto;
    margin-bottom: 50px;
}
.portfolio-nave-tabe ul.nav{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #cfd9e0;
}
.carousel-indicators{
        display: none;
}
.news-details-wrapper{
    border: 1px solid #e4e2e2;
    padding: 15px 30px;
    margin-top: 30px;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    background-color: #fff;
}
.footer_all_user-sliser{
    margin-top: 50px; 
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.footer_all_user-sliser .carousel-control-prev {
    left: 5px;
}
.footer_all_user-sliser .carousel-control-next {
    right: 5px;
}
.footer_all_user-sliser .carousel-indicators{
    margin-left:1%;
}
.news-details-wrapper .news-title{
    font-size: 22px;
    text-transform: uppercase;
    margin: 15px 0 30px 0;
}
.news-details-wrapper img{
    width:100%;
}
.news-details-wrapper .news-date{
   display: inline-block;
   width: 100%; 
}
.news-details-wrapper .news-date span{
   display: inline-block;
    text-align: center;
    width: 280px;
    margin: 20px 0px;
    background-color: #309bfa;
    padding: 5px 30px;
    float: right;
    color: #fff;
    font-weight: 700;
}
.news-page-items{
   width: 44%;
    margin: 15px 3%;
    float: left;
}
.news-page-items img{
    width: 100%;
    margin-bottom: 5px;
}
.date-title .float-left{
    background-color: #F3851F;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700;
}

.date-title .float-right{
    width: 76%;
}
.news-page-items a{
    display: inline-block;
    text-decoration: none;
    color: #212529;
    transition: all 0.2s linear;
}
.news-page-items a:hover {
    transform: translateY(-15px);
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.5);
}
.news-para p{
    border-top: 5px solid #f3851f;
    margin-top: 1px;
    border-bottom: 5px solid #f3851f;
    background-color: #ccc;
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
}









.footer_all_user-sliser .carousel-indicators li {
    height: 15px;
    width: 15px;
    background-color: #898484;
    top: 15px;
    border-radius: 50%;
    float: left;
}
.footer_all_user-sliser .carousel-indicators .active {
    background-color: #fb9109;
}
.footer_all_user-sliser .carousel-indicators{
     display: block;
}
.footer_all_user-sliser .carousel-item img{
    width: 100%;
    height: 260px;
    border-radius: 5px;
}
.portfolio-nave-tabe ul li{
    margin: 0 0px;
    border-radius: 00px;
}
.portfolio-nave-tabe ul li a{
      color: #000;
      font-weight: 600;
}

.nav-pills .nav-link.active {
    color: #000;
    border-bottom: 2px solid #F70;
    background-color: transparent;
    border-radius: 0;
}

/*.portfolio-nave-tabe .tab-content img{
        width: 95%;
    margin-top: 60px;
}*/
.portfolio_center-content{
    margin-top: 100px;
}
.portfolio_center-content p{
    font-size: 18px;
    line-height: 30px;
}
.portfolio_list ul {
    width: 100%;
    margin-top: 50px;
    list-style: none;
   
}

.portfolio_list ul li{
    border: 0;
    background: url(./images/icon/group4591.png) no-repeat left top;
    width: 100%;
    margin-top: 30px;
    left: 0px;
    height: 40px;
    border-radius: 0;
    padding-left: 50px;
    font-size: 20px;
    font-weight: 600;
}
.client-left-icon{
    width: 20px;
    margin-right: 10px;
}




/*footer  css start*/
/*footer{
        background-color: #fafafa;
}*/
.footer_wrap {
    padding: 60px 0 0;
}

.footer_wrap-bg{
    background: url(./images/icon/footer-bg.png) no-repeat center center / cover;
    margin-bottom: -200px;
    height: 332px;
    display: block;
    padding-bottom: 75px;
    z-index: 99999;
    position: relative;
}
.footer-contact-wrapper h3{
    padding-top: 75px;
    padding-left: 90px;
    font-size: 45px;
    font-weight: 800;
    color: #fff;
}
.footer-contact-wrapper h5{
    padding-top: 0px;
    padding-left: 90px;
    font-size: 27px;
    font-weight: 900;
    color: #fff;
}
.footer-contact-wrapper{
    width: 75%;
    float: left;

}

.footer-contact-wrapper .clearfix{
 padding-left: 90px;
 width: 85%;
}
.footer-contact-wrapper .clearfix .float-left img{
    width: 75px;
    margin-top: 30px;
}

.footer-contact-wrapper .clearfix .float-right {
    margin-top: 30px;
    float: left !important;
    margin-left: 22px;
}
    
.footer-contact-wrapper .clearfix .float-right span{
    font-weight: 700;
    text-transform: capitalize;
    font-size: 17px;
    color: #fff;
}

.footer-contact-wrapper .clearfix .float-right h6{
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    margin-top: 10px;
}

.footer_wrap .contact-link{
    width: 25%;
    float: right;
}
.footer_wrap .contact-link a{
    top: 160px;
    display: inline-block;
    position: relative;
    color: #1166E5;
    background-color: #fff;
    padding: 13px 34px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 10px;
}



/*copyright css start*/
.small_footer_wraper{
    background-color: #0B2F58;
    height: 350px;
    position: relative;
    text-align: center;
}
.small-footer-border{
    display: inline-block;
    text-align: center;
    top: 130px;
    width: 61%;
    margin: auto;
    position: relative;
    color: #fff;
}
.small-footer-border p{
    float: left;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding-right: 3px;
}
.small_footer_wraper ul{
    list-style: none;
    display: inline-block;
    float: left;
}
.small_footer_wraper ul li{
    float: left;
}

.small_footer_wraper ul li a{
    padding: 0 30px;
    font-weight: 600;
    padding: 0 15px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}
.small_footer_wraper ul li a:hover{
    color:#FF7700;
}





/*submenu start*/
.navbar-nav > li:hover ul.sub-menu {
    display: block;
}
.sub-menu {
    background: #ec1b52;
    border: medium none;
    display: none;
    position: absolute;
    width: 290px;
    z-index: 99999;
}
.sub-menu li {
    border-bottom: 2px solid #fff;
    line-height: 20px;
    padding: 10px 15px;
    text-align: left;
    list-style: none;
}
.sub-menu li:hover {
    background: #fff;
    border-bottom: 2px solid #fff;
    line-height: 20px;
    padding: 10px 15px;
    color: #000 !important;
}
.sub-menu li:last-child {
    border-bottom: none;
}
.sub-menu li > a {
    font: 400 16px/24px "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;

}
.sub-menu li:hover > a {
    background: #fff;
    font-size: 16px;
    color: #000 !important;
    font-weight: normal;
    text-decoration: none;

}
/*submenu end*/











.comparison-slider-wrapper{
    width: 735px !important;
}

.comparison-slider img {
    height: 475px !important;
    width: 725px !important;
}
.slick-list{
    left: 0 !important;
}

.split {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: strech;
          align-items: strech;
}
.split p {
  flex-basis: 100%;
}
@media screen and (min-width: 767px) {
  .split p {
    flex-basis: 48%;
  }
}

.comparison-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 20px 0;
  background-color: white;
}
.comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  border: 5px white solid;
  box-sizing: border-box;
}
.comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
.comparison-slider-wrapper .comparison-slider .overlay {
  display: none;
  position: absolute;
  width: 60px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
  box-sizing: border-box;
  color: #ddd;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .comparison-slider-wrapper .comparison-slider .overlay {
    display: block;
  }
}
.comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
}
.comparison-slider-wrapper .comparison-slider .resize .overlay {
  right: auto;
  left: 20px;
}
.comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;
}
.comparison-slider-wrapper .comparison-slider .divider:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9px;
  top: 50%;
  margin-top: -10px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:before {
  width: 30px;
  height: 30px;
  left: -14px;
  margin-top: -15px;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:after {
  width: 20px;
  height: 20px;
  left: -9px;
  margin-top: -10px;
  background-color: #555;
}



















/*Editor dashboard css start*/
.editor-dashboard-bg{
   background-color: #093ad5;
padding: 0px 50px;
position: fixed;
width: 100%;
display: inline-block;
z-index: 99999999;
}
.editor-dashboard-bg .navbar-nav{

    /*margin-left: 126px;*/

}
.user_icon{
   height: 40px;
   margin-top: 8px;
}
.user_icon a{
    padding: 0 !important;
}
.user_icon a img{
    height: 35px;
    width: 35px;
    border-radius: 50%;
}
.bell-icon{
    height: 40px;
   margin-top: 13px;
}
.bell-icon a{
    padding: 0 !important;
}
.bell-icon a i{
    font-size: 20px;
    color: #fff;
}
.cheatting-icon{
   height: 40px;
   margin-top: 13px;
}
.cheatting-icon a{
    padding: 0 !important;
}
.cheatting-icon a i{
    font-size: 20px;
    color: #fff;
}
.cheatting-icon a span, .bell-icon a span{
    background-color: #fb9109;
    width: 22px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 25px;
    top: -10px;
    right: 10px;
    text-decoration: none;
}



.order-activites{
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
.text-xs-middele{
    text-align: center;
}
.text-xs-middele canvas{
    width: 60px !important;
    height: 60px !important;
}
.angle-offset-arc{
    margin-top: 0px !important;
    text-align: center !important;
    margin-left: -21px !important;
    font-size: 20px !important;
    width: 43px !important;
    height: 30px !important;
    top: 15px;
}
.card-wrapper p{
  color: #878787;
    font-weight: 600;
    font-size: 11px;
}

.rating {
    text-align: left;
    padding-left: 30px;
}

.hidden {
  opacity: 0;
}

.star {
  display: inline-block;
  margin: 0px;
  font-size: 20px;
  color: whitesmoke;
  position: relative;}

  .star .animate {
    -webkit-animation: stretch-bounce 0.5s ease-in-out;
  }

 .star .hidden {
    opacity: 0;
  }



.full:before {
    display: inline-block;
    content: "\f005";
    position: relative;
    float: right;
    z-index: 2;
  }



.half:before {
    font-family: fontAwesome;
    content: "\f089";
    position: absolute;
    float: left;
    z-index: 3;
  }


.star-colour {
  color: #ffd700;
}

@-webkit-keyframes stretch-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}


.selected:before {
    font-family: fontAwesome;
    display: inline-block;
    content: "\f005";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1;
    z-index: 1;
  }

.selected .pulse:before {
      -webkit-transform: scale(3);
      opacity: 0;
    }


.selected .is-animated:before {
      transition: 1s ease-out;
    }


.score {
  font-family: arial;
  font-size: 20px;
  color: green;
  margin-top: 20px;
  margin-left: 50px;
}

.score-rating {
  vertical-align: sup;
  top: -5px;
  position: relative;
  font-size: 150%;
}

.total {
  vertical-align: sub;
  top: 0px;
  position: relative;
  font-size: 100%;
}

.average {
    font-size: 20px;
    color: indianred;
    position: absolute;
    top: 285px;
    left: 64%;
    transform: translate(-50%, -50%);
    text-align: center;
  
}
 .average .score-average {
   padding-top: 1px;
    font-weight: 700;
  }



/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */

#app-cover
{
    display: table;
    margin-top:12px;
}

.toggle-button-cover
{
  position: relative;
}

/*.button-cover
{
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}*/

.button-cover:before
{
    counter-increment: button-counter;
    content: "";
/*    counter(button-counter)*/
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover, .knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button-cover .button{
    position: relative;
    top: 10%;
    width: 74px;
    height: 36px;
    margin: -20px auto 0 auto;
    overflow: hidden;
    right: 50px;
}

.button.r, .button.r .layer
{
    border-radius: 100px;
}

.button.b2
{
    border-radius: 2px;
}

.checkbox-input
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #fcebeb;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
    content: 'NO';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 10px 5px;
    background-color: #f44336;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox-input:checked + .knobs:before
{
    content: 'YES';
    left: 42px;
    background-color: #03A9F4;
}

#button-1 .checkbox-input:checked ~ .layer
{
    background-color: #ebf7fc;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer
{
    transition: 0.3s ease all;
}

.progress-wrapper{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    text-align: left;
}
.progress-wrapper .float-left p{
    font-size: 13px;
     width: 130px;
    display: inline-block;
}
.progress-wrapper .progress{
    margin-top: 8px;
    width: 70px;
    font-size: 10px;
    height: 13px;
}

.progress-wrapper .clearfix .float-right{
    width: 70px;
}
/*Blog content css*/
.blog-content{
    display: inline-block;
    padding: 5px 0;
}
.blog-content .blog-left_text{
    width: 30%;
    float: left;
    color: #ccc;
    padding: 17px 5px;
    border: 1px solid #ccc;

}
.blog-content .blog-left_text strong{
    font-size: 25px;
    margin-top: 0px;
    display: inline-block;
    line-height: 18px;
}
.blog-content .blog-left_text span{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: -15px;
    display: inline-block;
    line-height: 18px;
}
.blog-content .blog-lright_text{
    width:70%;
    float:left;
}
.blog-lright_text h5{
   text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
}
.news-wrapper .news-icon {
    width: 85%;
    height: 80px;
    border: 0;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 30px;
}
.blog-content p{
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
    line-height: 14px;
    margin-bottom: 0;
}
.blog-content a{
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #0056b3;
    padding: 0 9px;
    display: inline-block;
    margin-left: -50px;
    width: 81px;
}
.all-grid-view-css-wrapper .tab-content{
    min-height: 300px;
    border: 1px solid #e4e2e2;
}
/*custom profile*/
.big-profile-wrapper{
    margin-top: 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    width: 255px !important;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
       padding: 30px 10px 60px;
}
.big-profile-wrapper img{
    width: 130px;
    height: 130px;
    border: 1px solid #e4e2e2;
    border-radius: 100%;
    padding: 5px;
    margin-bottom: 30px;
}
.big-profile-wrapper .online{
    padding: 5px 8px;
    height: 33px;
    width: 60px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    right: 23px;
    position: absolute;
    color: #55d779;
    background-color: #f6f6f6;
    border-radius: 25px;
}
.big-profile-wrapper .profileimage-active{
    height: 17px;
    width: 17px;
    background-color: #15db07;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    right: 11px;
    border: 1px solid #d5d2d2;
    display: none;
}
.big-profile-wrapper .profileimage-inactive{
    height: 17px;
    width: 17px;
    background-color: #ff0000;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    right: 11px;
    border: 1px solid #d5d2d2; 
    display: none;
}

.big-profile-wrapper .user-id{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.active-button{
    padding: 15px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin: 15px 0;
}


/*left menu css start*/
.left-site-menu-wrapper{
   width: 255px !important;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 10px 150px;
}

.left-site-menu-wrapper ul{
    list-style: none;
}
.left-site-menu-wrapper ul li a{
    padding: 10px 15px;
    border-bottom: 1px solid #e4e2e2;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.left-site-menu-wrapper ul li a i{
   margin-right: 15px;
   color: #a0a0a0;
    font-size: 18px;
    height: 30px;
    width: 30px;
    padding: 5px;
    border: 1px solid #e4e2e2;
    text-align: center;
    border-radius: 25px;

}
.editor-deshboard-wrapper{
    margin-top: 130px;
}


.site-mape-wrapper ul li{
  float:left;
    width: 33%;
    text-align: center;
    margin-top: 25px;
}
.site-mape-wrapper ul li a{
    padding:0;
    border: 0;
}
.site-mape-wrapper ul li a span{
        font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
    font-weight: 600;
}
.site-mape-wrapper ul li a img{
   width: 40px;
   height:40px;
   background-color: transparent;
   
}
.site-mape-title{
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    color: #F3851F;
    font-size: 20px;
    padding: 5px 0;
    border: 1px solid #0839d4;
    margin-top: 57px;
}

.dashboard_earning-items{
    background-color: #fff;
    border: 1px solid #e4e2e2;
    border-radius: 5px;
    padding: 10px 5px 0px 5px;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.available-icon{
    background-color: #DDEEFF;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 50px;

}

.pending-icon {
    background-color: #FBDDDD;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 50px;
}

.active-icon{
    background-color: #BDEDBB;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 50px;
}
.withdraw-icon {
    background-color: #FCD9FA;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 50px;
}

.dashboard_earning-items .float-right{
    font-size: 14px;
    width: 100%;
    margin-top: 6px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.dashboard_earning-items h3{
 font-size: 25px;
    margin-top: 0px;
    text-align: center;
    font-weight: 900;
}
.available-h3{
    color: #1E9BFE;
}
.pending-h3{
    color: #F66264;
}
.active-h3{
    color: #53CF4E;
}
.withdraw-h3{
    color: #C838D9;
}

/*right-nave tab start csss*/

.all-grid-view-css-wrapper{
    background-color: #fff;
    padding: 15px;
    /*margin-top: 30px;*/
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 35px;
}
.tab-content-border-wrapper{
    /*border: 1px solid #e4e2e2;*/
    min-height: 300px;
}

.my-order-title{
    margin-top: 30px;
    color: #fff;
    box-shadow: -7px 10px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 3px 0 6px;
    background-color: #0084FE;
    width: auto;
    border-radius: 5px 50px 0 5px;
    padding-left: 15px;
    font-size: 20px;
    padding-right: 30px;
    display: inline-block;

}

.my-order-title:before{
    position: absolute;
    content: "";
    width: 96%;
    height: 3px;
    background-color: #fb9109;
    top: 63px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    left: 15px;
}

.grid-view-css{
    width: 15%;
    position: absolute;
    right: 0;
    top: 132px;
    
}
.grid-view-css .nav-link{
    color: #707070;
    background-color: #e4e2e2;;
    border-radius: 0px;

}
.grid-view-css .nav-link.active {
    color: #fff;
    background-color: #0084FE;
    border-radius: 0px;

}

.grid-view-squrecontent{
    margin-bottom: 0px !important;
    margin-top: 9px;
}
.grid-view-squrecontent .nav-item .nav-link {
    border-radius: 0px;
   border: 1px solid #e4e2e2;
   color: #636363;
   background-color: #fff;
}
.grid-view-squrecontent .nav-item .nav-link.active {
    color: #fff;
    background-color: #0084FE;
    border-radius: 0px;
    padding: 8px 20px;
    border-top: 1px solid #0084FE;
    border-bottom: 1px solid #0084FE;
}

.grid-view-squrecontent .nav-item .jobitem-count{
    border: 1px solid #0084FE;
    border-radius: 25px;
    padding: 3px;
    text-align: center;
    color: red;
    font-size: 12px;
    font-weight: 600;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    top: 115px;
    background-color: #fff;
}
.job-details .jobitem-count{
      top: 45px !important;
}

.grid-view-items{
    border-radius: 5px;
    border: 1px solid #e4e2e2;
    padding: 10px 10px;
    position: relative;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    margin: 30px 5px;
    height: 310px;
    width: 230px;
}
.grid-view-items .assign-show-img a{
    height: 50px;
    width: 50px;
    display: inline-block;
    padding: 5px;
    /*border: 1px solid #e4e2e2;*/
    /*border-radius: 50%;*/
}
.grid-view-items .assign-show-img a img{
    width: 100%;
    height: 100%;
    border: 1px solid #cccc;
    border-radius: 50%;
}
.grid-view-items .float-left{
    width: 20%;

}
.grid-view-items .float-right{
    width: 73%;

}

.job-description .job-id span{
    background-color: #0084FE;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    margin-right: -3px;
}
.job-instraction ul{
   list-style: none;
    margin: 5px 0 0;
    height: 25px;
    overflow: hidden;
}
.job-instraction ul li{
    border: 0;
    background: url(./images/icon/group4591.png) no-repeat left top;
    margin-top: 0px;
    margin-left: 70px;
    border-radius: 0;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 600;
    background-size: 17px;
    width: 100%;
}
.job-time{
    color: #1E9BFE;
    font-size: 35px;
    font-weight: 900;
    margin: 15px 0;
    letter-spacing: 5px;
    text-align: center;
}

.express-wrapper ul{
    list-style: none;
    display: inline-block;
    width: 100%;
    margin:0px; 
}
.express-wrapper ul li{
     float: left;
    width: 33.33%;
    text-align: center;
}
.express h3{
    font-size: 13px;
    color: #F66264;
    margin-top: 10px;
    font-weight: 600;
}
.regular h3{
    font-size: 13px;
    color: #53CF4E;
    margin-top: 10px;
    font-weight: 600;
}
.in-revision{
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}
.ten-img h3{
    font-size: 11px;
    color: #0084FE;
    margin-top: 10px;
    font-weight: 600;
}
.bd-taka h3{
    font-size: 13px; 
    color: #53CF4E;
    margin-top: 10px;
    font-weight: 600;
}
.express-icon {
    background-color: #F54245;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 50%;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
}
.ten-img-icon {
    background-color: #0084FE;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 50%;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
}
.bd-taka-icon {
    background-color: #53CF4E;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 50%;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
}
.job-id{
    margin-top: 5px;
    font-size: 13px;
	overflow-x:auto;
}
.view-editor:hover{
 background-color: #007bff;
 color: #fff;
}
.view-editor{
    width: 50px;
    display: inline-block;
    border: 1px solid #e4e2e2;
    color: #0033CC;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 25px;
    float: right;
    margin-top: 29px;
}
.obar-hover-active-reject{
    position: absolute;
    top: 0;
    height: 309px;
    width: 229px;
    background-color: rgba(000, 000, 000, .5);
    border-radius: 5px;
    z-index: 9999;
    padding: 125px 21px;
    text-align: center;
    margin: 30px 20px;
    left: 0;
}

.obar-hover-active-reject ul li{
    list-style: none;
    float: left;
}

.obar-hover-active-reject ul li:first-child a{
    color: #fff;
    background-color: #1E9BFE;
    padding: 10px 15px;
    margin-right: 30px;
    text-decoration: none;
    border-radius: 5px;
}

.obar-hover-active-reject ul li:last-child a{
    color: #fff;
    background-color: #FE0004;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
}
.obar-hover-active-reject ul li:first-child a:hover,
.obar-hover-active-reject ul li:last-child a:hover{
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    }

/*Basic vertical steppers css start*/


.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 12px;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul>li>a {
    display: block;
    height: 36px;
}

.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 16px);
    background-color: #bdc2ce;
    left: 12px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 10px;
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 2;
    padding: 4px;
    color: #fff;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 9px;
    left: 4px;
    width: 18px;
    height: 18px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 16px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>a:after {display:none;}
.bs-vertical-wizard ul>li.locked>a:after {display:none;}
.bs-vertical-wizard ul>li:last-child>a:before {display:none;}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: 4px;
    border-radius: 30px;
    background-color: #5cb85c;
    height: 18px;
    width: 18px;
}


.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #fff;
    padding: 3.5px;
}

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>a:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}



/*Basic vertical steppers css end*/







/*grid-view-items-state start css*/


.grid-view-items-state{
    border-radius: 5px;
    border: 1px solid #e4e2e2;
    padding: 15px 15px 15px 15px;
    position: relative;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 99%;
    margin: 20px 4px;
}

.grid-view-items-first{
    width: 15%;
    float: left;
    height: 127px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px;
    border: 1px solid #e4e2e2;
    border-radius: 5px;
}
.grid-view-items-first img{
   width: 100%;
    vertical-align: middle;
    height: 100%;
    padding: 5px;
}


.state-job-id{
    width: 30%;
    float: left; 
    padding-left: 20px;
}
.state-job-id h5{
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}
.state-job-id h5 span{
    background-color: #0084FE;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    margin-right: 5px;
    padding-top: 3px;
}
.state-job-id ul{
    list-style: none;
    margin-top: 10px;
    min-height: 48px;
    margin-bottom: 5px;
}
.state-job-id ul li{
    border: 0;
    background: url(./images/icon/group4591.png) no-repeat left top;
    width: 100%;
    margin-top: 1px;
    left: 0px;
    height: 20px;
    border-radius: 0;
    padding-left: 30px;
    font-size: 13px;
    font-weight: 600;
    background-size: 17px;
}
.md-stepper-horizontal .md-step strong{
    display: inline-block;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    top: -7px;
    position: absolute;
    background-color: #309bfa;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    z-index: 9;
    left: 40%;
}

.job-time-state{
   width: 35%;
    float: left;
    text-align: center;  
}
.job-time-state h2{
    color: #1E9BFE;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 5px;
}
.md-step{
   position: relative;
}
.state-panel-rev{
     color: #0084FE;
    font-size: 11px;
    position: relative;
    top: 3px;
    text-align: center;
    margin: 0;
    padding: 6px 8px;
    border: 1px solid #0084FE;
    border-radius: 38px;
    width: auto;
}
.left-pay-now-icon{
float: left;
width: 75%;
}
.right-pay-later-icon {
    float: right;
    width: 0;
}
.orange-color{
    padding: 0px 5px;
border: 1px solid #fb9109;
border-radius: 38px;
height: 30px;
top: -10px;
text-align: center;
color: #fb9109;
font-size: 10px;
display: inline-block;
}
.express-sate-wrapper ul {
    list-style: none;
    width: 80%;
    display: inline-block;
    margin-bottom: 0;
}
.express-sate-wrapper ul li {
    float: left;
    width: 33%;
    text-align: center;
}

.fast-delivery-icon {
    background-color: #F54245;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 50%;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
}
.best-quality-icon {
    background-color: #0084FE;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 50%;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
}

.bd-taka-icon {
    background-color: #53CF4E;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 50%;
    box-shadow: -1px 0px 10px rgba(000, 000, 000, .2);
}

.state-in-view{
    width: 19%;
    float: left; 
    text-align: right;
}
.state-in-view a{
    padding: 10px 25px;
    border-radius: 25px;
    border: 1px solid #1E9BFE;
    position: relative;
    top: 50px;
    text-decoration: none;
    color: #636363;
    font-weight: 600; 
    width: 80px;
}
.sq-view-status{
    position: absolute;
    width: 150px;
    bottom: 15px;
}
.sq-view-status strong{
    display: inline-block;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    top: -6px;
    position: absolute;
    background-color: #309bfa;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
    z-index: 9;
    left: 36%;
}
.sq-view-status p{
    position: relative;
    top: 3px;
    text-align: center;
    margin: 0;
    padding: 3px 8px;
    border: 1px solid #0084FE;
    border-radius: 38px;
    width: auto;
    color: #0084FE;
    font-size: 10px;
}
.state-in-view a:hover{
    background-color: #1E9BFE;
    color: #fff;
}
.state-hover-active-reject{
    position: absolute;
    top: 21px;
    height: 158px;
    width: 95.3%;
    background-color: rgba(000, 000, 000, .5);
    border-radius: 5px;
    z-index: 9999;
    left: 2.5%;
    text-align: center;
}
.state-hover-active-reject ul{
    display: inline-block;
    padding: 65px 0;
}
.state-hover-active-reject ul li {
    list-style: none;
    float: left;
    margin: 0 100px;
}
.state-hover-active-reject ul li:first-child a {
    color: #fff;
    background-color: #1E9BFE;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
}
.state-hover-active-reject ul li:last-child a {
    color: #fff;
    background-color: #FE0004;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
}
.state-hover-active-reject ul li:first-child a:hover, 
.state-hover-active-reject ul li:last-child a:hover {
    color: #000;
    background-color: #fff;
    border-radius: 5px;
}









/*Your test application css start*/

.your-test-application-title{
    margin-top: 30px;
    color: #fff;
    box-shadow: -7px 10px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 3px 0 6px;
    background-color: #0084FE;
    width: auto;
    border-radius: 5px 50px 0 5px;
    padding-left: 15px;
    font-size: 20px;
    padding-right: 30px;
    display: inline-block;
}
.your-test-application-title:before {
    position: absolute;
    content: "";
    width: 96%;
    height: 3px;
    background-color: #fb9109;
    top: 63px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    left: 15px;
}

/*Your test application css end*/
.your-test-application-wrapper{
   
}
.editor-test-application-left{
    width:30%;
    float:left;
    margin-right:3%;
}
.editor-test-application-right{
    width:67%;
    float:left;
}
.your-test-application-content{
    border: 1px solid #e4e2e2;
    padding: 15px;
    margin-top: 30px;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    background-color: #fff;

}
.apply-improvement{
    border: 1px solid #e4e2e2;
    padding: 0px 0 15px;
    margin-top: 30px;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    background-color: #fff;
}
.side-content h3{
    font-size: 16px;
    border: 1px solid #309BFA;
    color: #309BFA;
    text-align: center;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.side-content ul li a{
    margin-left: 50px;
    color: #212529;
    padding-top: 5px;
    text-decoration: none;
}
.from-workplace71-wrapper, .from-you-uplade{
    border: 1px solid #e4e2e2;
    height: 200px;
    text-align: center;
}
.from-workplace71-wrapper h3, .from-you-uplade h3{
    font-size: 20px;
    color: #262626;
    text-align: center;
    border-bottom: 1px solid #e4e2e2;
    padding: 10px 0
}
.from-workplace71-wrapper button{
    margin-top: 30px;
    height: 45px;
    border-radius: 25px;
    background-color: #F3851F;
    color: #fff;
    font-weight: 600;
}
.from-workplace71-wrapper p{
        margin-top: 25px;
}
.from-you-uplade  p{
    margin-top: 10px;
}
.from-you-uplade input[type="file"]{
    border: 1px solid #309BFA;
    padding: 5px;
    width: 80%;
}
.from-you-uplade input[type="submit"]{
    margin-top: 9px;
    height: 40px;
    border-radius: 25px;
    background-color: #309BFA;
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
}
.user-exam-mark{
    border: 1px solid #e4e2e2;
    margin-top: 15px;
}
.user-exam-mark h3{
   text-align: center;
   margin: 5px 0;
   font-size: 20px;
}
.user-exam-mark .float-left ul{
   list-style: decimal;
   margin-left: 25px;
}
.user-exam-mark .float-right ul{
    list-style: none;
    list-style: none;
}
.user-exam-mark .float-right ul li{
    float: left;
    margin: 0 15px;
}
.user-exam-mark .float-right ul li h4{
    font-size: 30px;
    font-weight: 800;
    color: #7330FA;
    margin: 0;
    border-right: 1px solid #000;
}
.user-exam-mark .float-right ul li strong{
    color: #309BFA;
    font-weight: 800;
}
.user-exam-mark .float-right ul li:last-child{
    font-size: 35px;
    text-transform: uppercase;
    color: #309BFA;
    font-weight: 800;
}
.user-exam-mark .float-right ul li:first-child{
    margin-top: 13px;
}
.my-ftp-connection-wrapper {
    margin-left: -15px;
}

.my-ftp-connection{
    padding: 15px;
    margin-top: 30px;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
}
.my-ftp-connection h4{
    border-left: 8px solid #FF7700;
    padding: 10px 10px;
    background-color: #FEFBFB;
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 30px;
}
.my-ftp-connection a{
   background-color: #F3851F;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 300px;
    margin-left: 30%;
    margin-top: 15px;
    margin-bottom: 50px;
}
.my-ftp-connection p{
    text-align: center;
    margin: 15px 0 40px;
    color: #427D20;
}
.my-ftp-connection h5{
    font-size: 15px;
}
.my-ftp-connection button{
    background-color: #309BFA;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    right: 30px;
    border-radius: 25px;
    bottom: 15px;
}
.my-ftp-connection table tr th{
    width: 200px;
}

.left-side-menu{
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background-color: #309BFA;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
}












/**/


.dropdown-menu-right-editor{
    width: 300px;
    z-index: 999999;
        top: 62px;
    border-radius: 0;
}
.dropdown-menu-right-editor li a:hover {
     color: #fff;
     transform: none; 
}
.dropdown-menu-right-editor li a {
    transform: none;
    transition: none;
}

.dropdown-menu-right-editor li a:hover::before {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.dropdown-menu-right-editor li a::before {
    display: none;
}
.dropdown-menu-right-editor .scrollable-container{
    max-height: 18.2rem;
    position: relative;
    overflow: auto;
}
/* width */
.scrollable-container::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.scrollable-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.scrollable-container::-webkit-scrollbar-thumb {
  background: #309BFA; 
  border-radius: 10px;
}

/* Handle on hover */
.scrollable-container::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.scrollable-container .list-group-item .media .valign-middle i{
    background-color: #309BFA;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    padding: 7px 8px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 30%;
}
.valign-middle {
    vertical-align: middle !important;
}
.scrollable-container .list-group-item .media .media-heading{
    color: red;
    font-size: 12px;
}
.scrollable-container .list-group-item .media .notification-text{
     color: #959292;
    font-size: 11px;
    margin: 0;
}
 .dropdown-header .notification-tag{
      display: inline-block;
    float: right;
    right: 0;
    background-color: #ff0000;
    padding: 1px 6px;
    color: #fff;
    border-radius: 5px;
}
.dropdown-menu-footer{
    text-align: center;
    height: 20px;
    padding-top: 3px;
}
.dropdown-menu-footer a{
    font-weight: 500;
}
.dropdown-menu-footer a:hover{
    border: 0;
}
.scrollable-container .media{
    padding: 4.5px 5px;
}
/*invoice css start*/
.invice-header-wrapper img, .invice-footer-wrapper img{
    width: 100%;
}
.invice-wrapper{
    margin-bottom: 30px;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
}
.invice-header-wrapper ul li{
    list-style: none;
    float: left;
    width: 33%;
    padding: 0 15px;
    text-align: center;
}
.invice-header-wrapper ul li span{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.invice-content-wrapper{
    padding: 15px 30px;
}
.billing-to-wrapper p{
    margin-bottom: 0px;
}
.payment-summary p{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin: 30px 0 0;
}
.billing-to-wrapper h5{
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
}
.billing-to-wrapper p strong{
    width: 90px;
    display: inline-block;
}
.billing-to-wrapper p span{
    margin-left:5px;
    display: inline-block;
}






/*dropdown-user*/
.dropdown-user ul{
    left: -140px;
    top: 52px;
    border-radius: 0;
    width: 200px;
}
.dropdown-user li a:hover {
     color: #fff;
     transform: none; 
}
.dropdown-user li a {
    transform: none;
    transition: none;
    color: #000;
}
.dropdown-user ul {
    padding-bottom: 0;
    padding-top: 0;
    }
.dropdown-user ul li{
    border-bottom: 1px solid #ececec;
}
.dropdown-user ul li a {
    font-weight: normal;
    padding: 8px 0px !important;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.dropdown-user ul li:hover{
    background-color: #093ad5;
    color: #fff;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 0px 15px !important;
}
.dropdown-user ul li a:hover{
    color: #fff;
    background-color: transparent;
    background-color: #093ad5;
}
.dropdown-user ul li a:hover::before {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.dropdown-user ul li a::before {
    display: none;
}












/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 233px !important;
    background-color: transparent;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 12px 8px 12px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #e1e1e1;
}
.sidenav a i{
    font-size: 20px;
    margin-right: 14px;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #fff;
  background-color: #309BFA
}



/* Add an active class to the active dropdown button */
.active-side-nave {
  background-color: gray;
  color: white;
}
.dropdown-container {
  display: none;
  background-color: #eeecec;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}









/******************/
/*****Job details page css start*****/
/*****************/
.editor-revision-wrapper{
    margin-left: 40px;
    margin-top: 50px;
}
.job-details-on{
    width: 150px;
    text-align: center;
}

.editor-revision-heading h4{
    border-left: 8px solid #FF7700;
    padding: 10px 10px;
    background-color: #FEFBFB;
    margin-top: 40px;
    font-size: 16px;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
}
.editor-revision-heading h4 span {
    font-size: 14px;
    color: #c7c5c5;
    text-align: right;
    display: inline-block;
    width: 46%;
}
.sample-dwon-but{
        min-height: 111px;
}
.ir-resolution table tr th, .ir-resolution table tr td{
    padding: 1px 5px;
    margin: 0;
}
.ir-resolution table tr th{
    color:#0084FE;
    font-weight: 600;
}
.jobid-revision-Message-wrapper, .revision-time-wrapper{
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
    background-color: #fff;
}
.revision-time-wrapper h2 {
    font-size: 68px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1e9bfe;
    text-align: center;
    letter-spacing: 0px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
/*.revision-time-wrapper h2:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 100px;
    background-color: #1e9bfe;
    right: 373px;
    border-radius: 15px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    top: 19px;
}
.revision-time-wrapper h2:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 100px;
    background-color: #1e9bfe;
    left: 373px;
    border-radius: 15px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    top: 19px;
}*/
.left-r{
    float: left;
    width: 8%;
}
.left-r span{
    background-color: #3ba261;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.center-c{
    float: left;
    width: 72%;
}
.center-c h3{
    color: #ff7700;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.center-c p {
    font-size: 16px;
    text-transform: capitalize;
}
.center-c ul li:first-child{
    margin-left: 0;
    padding-left: 0;
}
.center-c ul li:last-child{
    border-right: 0;
}
.center-c ul li {
    list-style: none;
    float: left;
    border-right: 2px solid #d6d6d6;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 12px;
}
.center-c ul li span{
    color: #ff7700;
}
.center-c ul li strong{
    color: #3ba261;
    font-weight: normal;
}

.right-m{
    float: left;
    width: 20%;
}
.right-m a {
    background-color: #ff7700;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 21px;
    float: right;
    margin-right: 30px;
    text-decoration: none;
    border-radius: 25px;
    text-transform: uppercase;
}



.details-instruction-wrapper{
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: #fff;
}
.di-left, .di-right{
    width: 50%;
    float: left;
    position: relative;
}
.di-left h3, .di-right h3{
    margin-top: 15px;
    text-transform: capitalize;
    padding-bottom: 2px;
    font-size: 25px;
}

.di-left h3:after{ 
    background-color: #1e9bfe;
    width: 210px;
    height: 1px;
    content: "";
    position: absolute;
    top: 45px;
    left: 0px;
}
.di-right h3:after{ 
    background-color: #1e9bfe;
    width: 86px;
    height: 1px;
    content: "";
    position: absolute;
    top: 45px;
    left: 0px;
}
.sample-dwon-but ul{
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}
.sample-dwon-but ul li{
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
    margin: 5px 0 40px;
}
.sample-dwon-but ul li:first-child{
    border-right: 1.5px solid #1e9bfe;
}
.sample-dwon-but ul li:last-child{
    border-left: 1.5px solid #1e9bfe;
}
.sample-dwon-but ul li p{
    width: 100%;
    text-align: center;  
}
.sample-dwon-but ul li button{
    color: #6a6a6a;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
}
 .ir-resolution{
    position: relative;
 }
.ir-resolution h4 {
    margin-top: 0px;
    text-transform: capitalize;
    padding-bottom: 2px;
    font-size: 17px;
    color: #212529;
    font-weight: 700;
}
.right-editor-navetabe-wrapper{
    border-radius: 5px;
  
}


 .ir-resolution h3:after{
    background-color: #ff7700;
    width: 93%;
    height: 2px;
    content: "";
    position: absolute;
    top: 32px;
    left: 0px;
 }
.ir-resolution ul{
    list-style: none;
    display: inline-block;
    width: 100%;
}
.ir-resolution ul li{
    float: left;
    color: #309BFA;
    margin-left: 0;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    margin-right: 20px;
}
.ir-resolution ul li span{
    color: #e2e2e2;
    font-size: 14px;
}
.di-left strong{
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.di-left .custom-control-inline {
    margin-right: 5rem;
    height: 50px;
}

.job-details-tab-content{
    border-radius: 0px;
    padding: 10px 20px;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.mare-all{
 position: absolute;
    top: 26px;
    right: 31px;
}
.di-left p{
    width: 90%;
    position: relative;
    min-height:63px;
}
.di-left p:after{
    height: 230px;
    width: 2px;
    background-color: #dedede;
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
}
.mare-all .btn-primary {
    border-radius: 0;
    padding: 8px 20px;
    margin-top: 35px;
}
.mare-all .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    height: 42px;
    width: 42px;
    top: 0px;
    left: -25px;
}
.mare-all .custom-control-label::before {
    top: 0px;
    left: -25px;
    width: 43px;
    height: 43px;
}
.mare-all .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-size: 50px 18px;
    left: -25px;
    top: 0px;
}
.mare-all .custom-control-label::after {
    top: 0px;
    left: -25px;
    width: 43px;
    height: 43px;
}
.jobde-img-item .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
   height: 20px;
    width: 20px;
    top: 8px;
    left: 5px;
}
.jobde-img-item .custom-control-label::before {
    top: 8px;
    left: 5px;
    width: 20px;
    height: 20px;
}
.jobde-img-item .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-size: 50px 18px;
    top: 8px;
    left: 5px;
}
.jobde-img-item .custom-control-label::after {
    top: 8px;
    left: 5px;
    width: 20px;
    height: 20px;
}
.jobde-img-item{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 5px;
    text-align: center;
    min-height: 290px;
    margin-bottom: 40px;
    box-shadow: 0px 2px 5px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.jobde-img-item input{height: 36px}
.jobde-img-item a img{
    width: 100% !important;
    height: 225px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px 0px;
    padding: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.job-img-details{
   width: 230px;
    float: left;
    margin: 10px 15px;
}
.jobde-img-item form .form-group{
   width: 165px;
    float: left;
    margin-bottom: 0;
    opacity: 0.5;
}
.jobde-img-item span{
    display: inline-block;
    width: 100%;
    min-height: 30px;
    }
.jobde-img-item form .input-group{
    width: 47px;
    float: right;
    font-size: 12px;
    margin-bottom: 0 !important;
}
.jobde-img-item form .input-group .custom-file-label {
    border: 0;
    border-radius: 0;
    padding: 0;
}
.jobde-img-item .custom-checkbox{
     height: 35px;
    font-size: 12px;
    width: 206px;
    float: left;
    text-align: left;
    padding-left: 28px;
    padding-right: 10px;
    overflow: hidden;
    position: relative;
    padding-top: 9px;
}
.jobde-img-item .custom-control:hover{
    overflow: visible;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}
.jobde-img-item form button.btn-primary{
    padding: 0 5px 3px 5px;
    font-size: 12px;
    margin-top: 10px;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    margin-right: -38px;
}
.dropbox-link-button, .completed-button{
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
.completed-button a button{
    display: inline-block;
    width: 120px;
    background: transparent;
    border-color: #309BFA;
    border-radius: 50px;
    height: 39px;
    font-size: 16px;
    color: #007bff;
    font-weight: 600;
}
.dropbox-link-button h3{
    text-transform: uppercase;
    font-weight: 600;
}
.dropbox-link-button a button{
   display: inline-block;
    width: 320px;
    background: #ff7700;
    border-color: #ff7700;
    border-radius: 50px;
    height: 50px;
    font-size: 25px;
}
.pagination-wrapper{
    float: right;
    display: inline-block;
    width: 100%;
}
.solutionLink{
    width: 150px;
    height: 40px;
    background-color: transparent;
    color: #f00;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-top: 25px;
    margin-left: 10px;
    margin-bottom: 50px;
    cursor: pointer;
    border: 1px solid #f00;
}
.solutionLink i{
    margin-top: 0px;
    display: inline-block;
    position: absolute;
    margin-left: 5px;
 }
.hidden {
  display:none;
}
.revision-wrapper{
    width: 100%;
}
.revision-wrapper .nav{
    width: 25%;
    float: left;
}
 .revision-wrapper .nav a.active{
    background-color: #0084FE;
    border: 1px solid #0084FE;
    border-radius: 0;
    color: #fff;
    width: 150px;
    margin: 5px 10px;
    text-align: center;
}
.revision-wrapper .nav a{
     color: #000;
     border: 1px solid rgba(0, 0, 0, 0.5);
     margin: 5px 10px;
     border-radius: 0;
     width: 150px;
     text-align: center;
}
.revision-wrapper .tab-content{
    width: 75%;
    float: left;
}

.attention-wrapper {
    text-align: center;
        width: 100%;
}
.attention-wrapper span{ 
    color: red;
    margin-right: 10px;
}
.attention-wrapper strong{
    color: green;
}
.details-radio-button ul{
    display: inline-block;
    width: 95%;
    background-color: #f3faff;
    padding: 10px 0;
}
.details-radio-button ul li{
   list-style: none;
    float: left;
    width: 14.5%;
    position: relative;
    padding-left: 18px;
}
.details-radio-button ul li:before{
    content: ".";
    font-size: 101px;
    vertical-align: top;
    line-height: 20px;
    color: #cdd4d9;
    padding: 10px 0;
    position: absolute;
    top: -42px;
    left: -4px;
}
.details-radio-button ul li.active:before{
    color: #1e9bfe;
}
.two-currection-red, .two-currection-green{
    position: relative;
}
.two-currection-red p{
    color: red;
    text-align: center;
    width: 160px;
    margin-top: 160px;
}
.two-currection-green p{
    color: green;
    text-align: center;
    width: 160px;
    margin-top: 160px;
}
.two-currection-red p:before{
  position: absolute;
    content: "";
    height: 140px;
    width: 2px;
    background-color: red;
    top: 0;
    left: 80px;
}
.two-currection-green p:before{
   position: absolute;
    content: "";
    height: 140px;
    width: 2px;
    background-color: green;
    top: 0;
    left: 80px;
}

.two-currection-red p:after{
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background-color: red;
    bottom: 60px;
    left: 66px;
    border-radius: 25px;
}
.two-currection-green p:after{
   position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background-color: green;
    bottom: 50px;
    left: 66px;
    border-radius: 25px;
}



/*editor-work history start*/
.rating1 .star{
 font-size: 16px;
}

.rating1 .average1 {
    font-size: 20px;
    color: indianred;
    position: absolute;
    top: 285px;
    right: 0;
    transform: translate(-50%, -50%);
    text-align: center;
}
.average1{
    width: 50px;
     text-align: center;
    font-weight: 800;
    position: absolute;
    right: -10px;
    top: 2px;

}
.new-order-invioce-footer tr th{
    font-size: 13px;
    color: green;
}
.border-none{
   border-width: 0 !important;
}
.payment-option-css{
    display: inline-block;
    margin-top: -70px;
}
.payment-option-css li{
    list-style: none;
    float: left;
    margin-right: 250px;
}
.editor-review-wrapper{
    position: relative;
}


/*editor-account-setting start*/
  .editor-account-setting {
    width: 210px;
    text-align: center;
    padding: 8px 2px;
}
.editor-account-setting.active {
   width: 195px; 
   padding: 8px 2px!important;
}



/*HELP & Support page start*/
.help-support-wrapper{
    width: 100%;
    display: inline-block;
    border: 1px solid #e4e2e2;
    padding: 15px;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    background-color: #fff;
    border-radius: 5px;
}
.help-support-title{
margin-top: 30px;
    color: #fff;
    box-shadow: -7px 10px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 3px 0 6px;
    background-color: #0084FE;
    width: auto;
    border-radius: 5px 50px 0 5px;
    padding-left: 15px;
    font-size: 20px;
    padding-right: 30px;
    display: inline-block;
}
.help-support-title:before{
    position: absolute;
    content: "";
    width: 96%;
    height: 3px;
    background-color: #fb9109;
    top: 63px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    left: 15px;
}
.help-support-left{
    width: 100%;
}
.help-support-right{
    width:100%;
       border-radius: 5px;
    border: 1px solid #e4e2e2;
    padding: 15px;
}

.help-support-left h3, .help-support-right h3{
    color: #FF7700;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 25px;

}
.help-support-left .accordion .card{
    border-radius: 5px;
    margin-bottom: 15px;
}
.help-support-left .accordion .card .card-body{
    background-color: rgba(0,0,0,.03);
}
.help-support-left .accordion .card .card-body span{
    color: red;
    margin-right: 10px;
    font-weight: 700;
}
.help-support-left .accordion .card .card-header{
    padding: 5px;
    background-color: transparent;
    border-radius: 5px;
}
.help-support-left .accordion .card .card-header h2 button{
    text-decoration: none;
}
.help-support-right form select{
    height: 40px;
    border-radius: 5px;
    border-color: #309BFA;
}
.help-support-right form textarea{
    height: 250px;
    border-radius: 5px;
    border-color: #309BFA;
}

.help-support-right form button{
    background-color: #FF7700;
    border-radius: 25px;
    color: #fff;
    float: right;
    border: 0;
    text-transform: uppercase;
}
.need-talk{
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 5px 0.02px rgba(0, 0, 0, 0.1);
    padding-bottom: 50px;
    position: relative;
}
.need-talk h5{
    font-size: 20px;
    font-weight: 900;
    color: #F66264;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.need-talk-icon i{
    font-size: 40px;
    margin-top: 4px;
}
.need-talk .need-talk-icon:after{
   content: "";
    position: absolute;
    height: 100px;
    width: 2px;
    background-color: red;
    top: 100px;
    left: 380px;
}
.need-talk .need-talk-icon{
    float: left;
    width: 50%;
}
.need-talk .need-talk-number img{
    width: 50px;
}
.need-talk .need-talk-number{
    float: left;
    width: 50%;
    position: relative;
}
.need-talk .need-talk-number strong{
    color: #FF7700;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    width: 100%;
}
.need-talk .need-talk-icon p{
    font-size: 16px;
    margin-bottom: 0;
}
.need-talk .need-talk-icon p span{
    color: #1ee41e; 
    font-weight: 700;
}
/*editor-transection start*/
.datatable-wrapper{
   margin: 40px 0 100px;
    width: 100%;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
}
/*.datatable-wrapper #file-export .card{
    width: 960px;
}*/
.my-transection-title::before {
    position: absolute;
    content: "";
    width: 96.5%;
    height: 3px;
    background-color: #fb9109;
    top: 63px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    left: 13px;
}
.my-transection-title{
    margin-top: 30px;
    color: #fff;
    box-shadow: -7px 10px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 3px 0 6px;
    background-color: #0084FE;
    width: auto;
    border-radius: 5px 50px 0 5px;
    padding-left: 15px;
    font-size: 20px;
    padding-right: 30px;
    display: inline-block;
}
.table td, .table th {
    padding: 8px;
}



.bkas-wrapper{
    display: inline-block;
    width: 100%;
    padding: 15px 20px 15px;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
    margin-top: 35px;
}
.bkas-wrapper ul li{
    width: 15%;
    float: left;
    list-style: none;
}
.bkas-wrapper ul li:first-child{
    width: 55%;
}
.bkas-wrapper ul li:first-child p{
    margin-bottom: 0;
}
.bkas-wrapper ul li img{
    width: 111px;
    height: 35px;
}
.bkas-wrapper ul li h4{
    font-size: 18px;
    margin-top: 6px;
}
.bkas-wrapper ul li a{
    color: #5a5757;
    border: 1px solid #e4e2e2;
    width: 135px;
    height: 35px;
    display: inline-block;
    padding: 5px 14px;
    text-decoration: none;
}
.bkas-wrapper ul li.bkas-logo a{
    padding: 0;
    border: 0;
}
.av-for-wth h3{
    font-size: 30px;
    margin-top: 5px;
    font-weight: 900;
    color: #1E9BFE;
}
.datatable-wrapper #file-export form{
    margin: 15px 0 30px;
}
.datatable-wrapper #file-export form select{
    border-radius: 0;
    height: 40px;
}
.dt-buttons{
    margin-bottom: 40px;
    position: relative;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    position: absolute;
    width: 300px;
    right: 3px;
    top: 120px;
}
div.dataTables_wrapper div.dataTables_filter input{
    border-radius: 0;
    height: 40px;
}
.table tbody tr {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 12px;
}
.table thead tr {
    padding: 5px;
    font-size: 12px;
}
.btn-primary {
    background-color: #f9f9f9 ;
    border-color: #007bff;
    color: #000;
}

.table tbody tr td a{
   width: 40px;
    display: inline-block;
    float: right;
    text-align: center;
    text-decoration: none;
    background: #ff7700;
    color: #fff;
    border-radius: 20px;
    padding: 0px 0 3px;
}
.table-striped tbody tr:nth-of-type(odd) {
     background-color: transparent; 
}
.under-review{
    color: #53CF4E;
}
.pending-clear{
    color: #F66264;
}
.withdraw-sucssfull{
color: #1100FF;
}
.balanced{
color: #1E9BFE;
}
.jobid{
    min-width: 250px;
}
.feedbackqc{
    min-width: 125px;
}
div.dataTables_wrapper div.dataTables_info {
    margin: 50px 0;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    position: absolute;
    right: 25px;
}
.no-response{
    font-weight: 600;
    color: #FF7700;
}
.failed-deliver{
    color: #DF004C;
    font-weight: 600;
}
table.dataTable {
    border-collapse: collapse  !important;
    margin-top: 20px;
}
.rating1{
    position: relative;
}

/*my-account-setting*/
.my-account-title{
   margin-top: 30px;
    color: #fff;
    box-shadow: -7px 10px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 3px 0 6px;
    background-color: #0084FE;
    width: auto;
    border-radius: 5px 50px 0 5px;
    padding-left: 15px;
    font-size: 20px;
    padding-right: 30px;
    display: inline-block;
}
.my-account-title:before{
   position: absolute;
    content: "";
    width: 96%;
    height: 3px;
    background-color: #fb9109;
    top: 63px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    left: 15px;
}
.client-account-setting-wrapper{
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
    margin-top:30px;
    padding: 15px;
}
.client-profile-wrapper{
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
    margin-top:30px;
}
.editor-profile-form {
      margin: 50px 0 100px;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px 15px 75px;
    background-color: #fff;
}
.editor-profile-form form input{
    border-radius: 0;
    height: 45px;
    margin-bottom: 20px;
} 
.editor-profile-form form select{
    border-radius: 0;
    height: 45px;
    margin-bottom: 20px;
} 

.editor-profile-form form textarea{
    border-radius: 0;
    height: 200px;
    margin-bottom: 20px;
} 
.editor-profile-form button{
    background-color: #FF7700;
    color: #fff;
    width: 125px;
    height: 40px;
    border-radius: 25px;
    border: 0;
    font-weight: 600;
    float: right;
  

}
.editor-profile-form form input[type="checkbox"]{
    height: 17px;
}
.user-exam-mark .float-left ul li span {
    width: 180px;
    display: inline-block;
   
}
.apply-improvement li {
list-style: none;
float: left;
margin: 12px;
}

.apply-improvement li a {
    background-color: #F3851F;
    color: #fff;
    padding: 12px 5px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 250px;
    margin-top: 15px;
}

.my-test-application-title:after {
    position: absolute;
    content: "";
    width: 87%;
    height: 1px;
    background-color: #707070;
    top: 120px;
    left: 13%;
}
.my-test-application-title {
    color: #636363;
    margin-top: 100px;
}







/**********************************/

.edito-profile-hader-text{
    width: 50%;
    float: left;
    margin-top: 70px;
    padding-left: 50px;
    height: 150px;

}
.editor-profile-hader-right{
    float: left;
    width: 50%;
    margin-top: 60px;
    height: 150px;
}
.editor-address{
   float: left;
    width: 50%; 
}

.zip-code-data{
  float: left;
    width: 50%;  
}
.zip-code-data-wrapper{
     width: 100%;
    display: inline-block;
    padding: 15px 50px;
}
.editor-bio{
    width: 100%;
    display: inline-block;
    padding: 15px 50px; 
}
.editor-profile-edit-form .edit-uplade  {
    position: relative;
    max-width: 205px;
    top: 0;
    margin: 0 auto;
    margin-bottom: 30px;
}
.avatar-upload {
/*position: relative;*/
/*    position: absolute;*/
    max-width: 205px;
    z-index: 99;
    top: 350px;
    left: 45px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}






/*client new Order css start*/

.big-profile-wrapper-one, .left-site-menu-wrapper-one{
    width: 255px !important;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
   
}

.right-side-tmp-wrapper{
    /*margin-left: 0px !important;*/
}
.ls-height{ 
   height: 55.2%;
    margin-bottom: 44.8%;
}
.left-site-menu-wrapper-one .sidenav {
    width: 233px !important;
    background-color: transparent;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.custom-file-upload input[type="file"] {
    display: none;
}
.client-ip{
    font-weight: 400;
    position: relative;
    top: 40px;
    left: 0;
    }
.client-account-setting {
    width: 155px;
    text-align: center;
    padding: 8px 10px;
}
.client-new-order-wrapper{
    background-color: #fff;
    padding: 15px;
    margin-top: 30px;
    border: 1px solid #e4e2e2;
    box-shadow: 0px 2px 10px 0.02px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.client-order-form{
    margin-top: 50px;
}
.client-order-form form input[type="text"]{
    color: #000;
}
.client-order-form form input[type="select"]{
    color: #B0B0B0;
}
.unit-price-client{
    font-size: 26px;
    background-color: #1E9BFE;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
}
.client-oif{
    background-color: rgba(30, 155, 154, 0.05);
    padding: 7px 5px;
    float: right;
}
.inputAddress2{
    margin-left: 25px;
}
label {
    font-weight: 600;
    margin-left: 3px;
}
.client-oif .custom-control-inline {
    margin-right: 7px;
}
.sample-upload{
     text-align: center;
    padding-top: 20px;
    border: 1px solid #E3E3E3;
    padding-bottom: 5px;
    border-radius: 5px;
}
.sample-upload .custom-file-upload{
    color: #636363 !important;
    background-image: linear-gradient(#ffffff, #D5D5D5, #ffffff);
    border-radius: 5px;
}
.sample-upload .form-group{
    border-right: 1px solid #1E9BFE;
}
.sample-upload .form-group:last-child{
    border-right: 0;
}
.sample-upload .form-group label{
    font-size: 16px;
    text-transform: uppercase;
    color: #1E9BFE;
}
.client-web-uplade{
    text-align: center;
    padding: 30px 0;
}
.client-web-uplade table{
    width: 500px;
}

.client-web-uplade .table-bordered th {
    width: 130px;
    text-align: left;
}
.client-web-uplade a{
    height: 30px;
    width: 150px;
    font-size: 12px;
    padding: 5px;
    background-color: #fb9109;
    color: #fff;
}
.client-web-uplade p span{
    color: red;
}
.client-web-uplade .custom-file-upload{
   background-color: #fb9109;
   color: #fff; 
}
.cot-wrapper{    
    display: inline-block;
    width: 100%;
}
.regulaer-card{
    width: 50%;
    float: left;
    text-align: center;
}
#express_item, #regular_item{
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.regulaer-right h5 label{
    position: absolute;
}
.regulaer-card a{
    display: inline-block;
    width: 200px;
    margin-bottom: 30px;
    height: 150px;
    border: 1px solid #e4e2e2;
    text-decoration: none;
}
.regulaer-right{
    width: 199px;
    height: 35px;
    border-bottom: 1px solid #e4e2e2;
    color: #000;
    padding-top: 7px;
}
.regulaer-right h5{
      font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-left: -68px;
}
.regulaer-state p{
    font-size: 10px;
    color: #FF7700;
    margin: 0;
}
.regulaer-state p span{
    color: #000;
}
.regulaer-state h2{
   font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1e9bfe;
    text-align: center;
    letter-spacing: 0px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.ammount-state h2{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1e9bfe;
    text-align: center;
    letter-spacing: 0px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: 25px;
}
a.active-regular{
    border: 1px solid #1e9bfe;
}
a.active-regular .regulaer-right {
  color: #fff;
  background-color: #1e9bfe;
}
.trm-cond {
    text-align: right;
}
.client-save-as-button{
    text-align: right;
    padding: 30px 50px;
}
.client-save-as-button a{
    background-color: #fb9109;
    color: #fff;
    border-radius: 50px;
    height: 40px;
    width: 175px;
    text-align: center;
    padding: 7px;
    margin: 0 30px;
    text-decoration: none;
}
.last-attention{
    text-align: center;
    padding: 50px 0px 30px;
}
.last-attention span{
    color: red;
    font-weight: 600;
}
.client_dashboard_earning-items .float-right{
    font-size: 12px;
    width: 75%;
    margin-top: 6px;
}
.client_dashboard_earning-items .available-icon {
    width: 35px;
    height: 35px;
}
.client_dashboard_earning-items h3 {
    font-size: 30px;

}
.big-profile-wrapper-one img {
    width: 120px;
    height: 120px;
}
.big-profile-wrapper-one .online {
    right: 25px;
}

.big-profile-wrapper-one .progress-wrapper .clearfix .float-right {
    width: 75px;
    margin-top: -2px;
}
.big-profile-wrapper-one .progress-wrapper .float-left p {
    font-size: 12px;
   
}
.big-profile-wrapper-one .text-xs-middele canvas {
    width: 58px !important;
    height: 58px !important;
}
.big-profile-wrapper-one .angle-offset-arc {
    margin-left: -25px !important;
    font-size: 18px !important;
    top: 16px;
}
.client-dashboard-bg .navbar-nav {
    right: 8%;
}





/*client test css start*/

.cp-path{
    background-color: #309BFA;
    color: #fff;
    padding: 8px 10px;
    text-transform: uppercase;
    margin: 15px 0 20px;
    font-size: 15px;
 
}
.client-test-stype label select{
    width: 150px;
    margin-top: 15px;
}
.retouch-wrapper{
    width: 100%;
    display: inline-block;
}
.retouch-wrapper .custom-control{
    width: 47%;
    float: left;
    font-size: 15px;
}
.client-test-stype label select{
    width: 150px;
    margin-top: 15px;
}
.client-test-stype label input{
    width: 188px;
    margin-top: 15px;
}
.cp-path-pament {
    background-color: #309BFA;
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    margin: 25px 0 20px;
    font-size: 15px;
}
.pay-now-radio-button .custom-radio{
  padding: 10px 10px 4px;
width: 150px;

background-color: #a41e22;
color: #fff;
border-radius: 19px;
cursor: pointer;
margin-right: 49px;
margin-top: 25px;
margin-left: 82px;
height: 30px;
margin-bottom: 5px;
margin-left: 0px;
}
.news-wrapper h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 50px;
}
.shadowing-tes-tcss .custom-control-inline{
    width:24%;
}
.pay-now-radio-button .custom-radio .custom-control-label::before {
       left: 5px;
}
.pay-now-radio-button .custom-radio .custom-control-input:checked~.custom-control-label::after {
   
    left: 5px;
}
.pay-now-radio-button label{
    margin-left: 15px;
        margin-top: -10px;
}
.pay-now-radio-button .custom-radio #paylater{
    margin-top:5px;
}
/* client save item start */

.button-tamp ul{
    list-style: none;
    display: inline-block;
    margin: 25px 0;
}

.button-tamp ul li{
    float: left;
}
.button-tamp ul li a{
 box-shadow: 0px 2px 8px 0.02px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    text-decoration: none;
    color: #636363;
    font-weight: 700;
    margin: 0px 30px;
    border: 1px solid #e4e2e2;
    background-color: #fff;
}
.button-tamp ul li a.active{
    background-color: #309BFA;
    color: #fff;
     box-shadow: 0px 2px 8px 0.02px rgba(0, 0, 0, 0.1);
}




.rs-color{
    background-color: #F3851F;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    margin-bottom: 50px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 50%;
    margin-left: 25%;
    margin-top: 50px;
   

}
.rs-color:hover{
     text-decoration: none;
     color: #fff;
     font-weight: 800;
}
.instant{
margin-top: 50px;
font-size: 20px;

}
.instant span{
color: #309BFE;
font-weight: 700;
margin-left: 50px;



}

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}
.menu_active {
    color: #fff !important;
    background-color: #0084FE !important;
    border-radius: 0px;

}

.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    transform-origin: center center;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*  update 09.07.2020  */

.client-profile-banner-img img{
    width:100%;
    border-radius:5px 5px 0 0;
    position: relative;
}
.client-profile-hader-text{
    position: relative;
    top: -50px;
    background-color: #ebf6fa;
    height: 150px;
    padding-left: 300px;
     width: 65%;
    float: left;
}
.client-profile-hader-text h3{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 15px;
}


.avatar-upload-manage{
    position: absolute;
    max-width: 205px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    top: 347px;
    overflow: hidden;
    left: 10%;
    height: 205px;
    z-index: 99;
    border: 5px solid #ccc;
    padding: 0;
    border-radius: 50%;
}

.avatar-upload-manage img{
    width: 100%;
    height: 200px;
}
.client-profile-hader-right{
     width: 35%;
    float: left;
    position: relative;
    top: -50px;
    background-color: #ebf6fa;
    height: 150px;
    padding: 15px 30px;
}
   

.email-css i{
    border: 1px solid red;
    border-radius: 25px;
    font-size: 16px;
    padding: 5px;
    color: #FF7700;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    margin-top: 10px;
}
.phone-css i{
    border: 1px solid red;
    border-radius: 25px;
    font-size: 16px;
    padding: 7px;
    color: #FF7700;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    margin-top: 10px;
}
.phone-css, .email-css {
    font-weight: 600;
}
.profession-bio{
       width: 49%;
    float: left;
    margin-left: 64px;
    padding: 15px 30px;
    border: 1px solid #ccc;
    margin-right: 15px;
    min-height: 210px;
}
.profession-bio-right{
    width: 39%;
    float: left;
    padding: 15px 45px;
    border: 1px solid #ccc;
    margin-right: 15px;
    min-height: 210px;
}

.profession-bio-right p strong{
    width: 90px;
    display: inline-block;
}
.profession-bio span{
    border: 1px solid #ccc;
    padding: 5px;
}
.profession-bio storng{
    font-weight: 700;
}

.profession-bio-wrapper{
    width: 100%;
        display: inline-block;
}
.profession-bio-bottom-left p, .profession-bio-bottom-right p{
        margin: 0;
}
.profession-bio-right {
    width: 39%;
    float: left;
    padding: 15px 45px;
    border: 1px solid #ccc;
    margin-right: 15px;
    min-height: 210px;
}
.profession-bio-right p{
        margin: 0;
}
.editor-revision-heading-css{
     width: 45%;
    float: left;
    padding: 15px 45px;
    border: 1px solid #ccc;
    margin-right: 15px;
   
}
.profession-bio-bottom-left {
    width: 48%;
    float: left;
    padding: 15px 0px;
    padding-bottom: 50px;
    margin-right: 15px;
    min-height: 210px;
    margin-left: 65px;
    margin-top: 15px;
}

.profession-bio-bottom-left strong{
    width: 90px;
    display: inline-block;
}
.profession-bio-bottom-left h4, .profession-bio-bottom-right h4 {
   font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 50px;
    background-color: #309BFA;
    color: #fff;
    padding: 5px 5px;
}

.profession-bio-bottom-right strong{
    width: 135px;
    display: inline-block;
}

.client-profile-hader-text h5{
    font-size:14px;
    
    
}

.profession-bio-bottom-right{
        width: 40%;
    float: left;
    padding: 15px 10px;
    padding-bottom: 50px;
    margin-right: 15px;
    min-height: 210px;
    margin-left: 0px;
    margin-top: 15px;
}
.editor-revision-heading h4 a{
    height: 35px;
    width: 70px;
    top: 100px;
    position: relative;
    z-index: 9999;
    right: 11px;
}


#chatModal{
    z-index:999999999;
}

.menu_active{
    background:#FF7700;
}






