@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
*::after,
*::before {
    box-sizing: border-box;
}


body {
    color: #18252a;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    padding-top:72px;
}

body .container input,
body .container text-area,
body .container select,
.btn {
    font-family: 'Open Sans', sans-serif;
}

a,
.btn {
    color: #04b2f1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0px 0 15px;
}

h2 {
    font-size: 32px;
    /*    text-transform: uppercase;*/
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 10px;
}


.blue-bg {
    background: #04b2f1 none repeat scroll 0 0 !important;
}

:not([type='checkbox']) body #wrapper .container input:not([type='checkbox']),
body #wrapper .container input:not([type='radio']),
body #wrapper .container select,
body #wrapper .container textarea {
    background: #ffffff;
    border: 2px solid #dddddd;
    border-radius: 3px;
    padding: 4px 10px;
    height: 40px;
    box-shadow: none !important;
}

input:not([type='checkbox']),
select {
    height: 42px;
    width: 100%;
}

label {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

/**Thumnails CSS **/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/** END **/

/******************top menu stickey*************************/

.top-sction,
.slider {
    float: left;
    position: relative;
    width: 100%;
}

.topheader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.95);
}

.sticky {
    background: #ffffff;
}

body.logged-in .topheader{ top:32px; }




.top-nav-inner {
    float: left;
    padding: 15px 0px;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sticky .top-nav-inner {padding: 8px 0px;}



.topheader{border-bottom: 1px solid transparent;}
.topheader.sticky{border-bottom: 1px solid #dddddd;}

body.home .topheader, body.home .topheader.sticky {border-bottom: 0px!important;}


/******==========================top menu ==========================*******/

.top-nav {
    float: left;
    width: 100%;
}

.main-nav {
    float: left;
}

.main-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    float: left;
    margin-right: 20px;
    position: relative;
}


/*:lang(de-DE) .main-nav ul li { margin-right: 5px;} */

.main-nav ul li a {
    font-size: 14px;
    line-height: normal;
    color: #18252a;
    padding: 3px 4px;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.main-nav ul li:hover > a,
.main-nav ul li.current-menu-item > a,
.main-nav ul li.current-page-ancestor > a, 
.main-nav ul li.current-page-ancestor .sub-menu li a  {
    color: #04b2f1;
    border-bottom: 1px solid #04b2f1;
}

/* css added by mujahid for sub menu */
.main-nav ul li.menu-item-has-children .sub-menu {
    position: absolute;
    background: #ffffff;
    min-width: 160px;
    top: 200%;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    padding: 7px 10px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
#mg-wprm-wrap ul li.menu-item-has-children .sub-menu li {
    border-top: solid 1px rgba(255,255,255,0.05);
}
.main-nav ul li.menu-item-has-children:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}


/***********srtickey close here****************/


/*******************top section**************/

.logo {
    float: left;
}

.logo img {
    display: block;
    max-width: 240px;
}

.top-right,
.language,
.user-panel {
    float: right;
}

.top-right {
    margin-top: 3px;
}

.language ul {
    margin: 0;
}

.language a {
    float: left;
    line-height: normal;
    margin-left: 7px;
    margin-top: 1px;
}

.user-panel {
    line-height: normal;
    margin-right: 10px;
}

.user-panel .fa {
    font-size: 16px;
    margin-top: 2px;
    vertical-align: middle;
}


/*===============slider================*/

.slider-container {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
    margin-top: -100px;
}

.slider-text {
    background: rgba(0, 0, 0, 0.49) none repeat scroll 0 0;
    max-width: 750px;
    padding: 20px;
    overflow: hidden;
}

.slider-text h2 {
    color: #ffffff;
    font-size: 32px;
    margin: 0px 0px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.slider-text p {
    color: #ffffff;
}

.text-justify {
    text-align: justify;
}


/*
ul.bullets {
    padding-left: 25px;
}*/

ul.bullets li {
    margin-bottom: 10px;
    width: 100%;
}

.imprint-class {
    margin-bottom: 25px;
}

/* .imprint-class:nth-of-type(4) {
    margin-bottom: 0;
} */

.imprint-class p {
    margin: 0 0 5px;
}


/*********front search form************/

.home-page-form {
    float: left;
    margin-top: -70px;
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 35px;
}

.home-page-form h3,
.home-page-form label {
    color: #ffffff;
}

.home-page-form h3,
h2.request-headline,
h2.breadcrumb_title {
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #222222;
}

form.front-search {
    display: inline-block;
    width: 100%;
}

.form-input-field {
    width: 23%;
    margin-right: 2%;
    float: left;
}

.form-input-field.upload-pic {
    width: 27%;
}

.form-input-field.upload-pic>div {
    border: 2px solid #ddd;
    height: 40px;
}

.form-input-field.upload-pic label.btn {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #222222;
    min-width: auto;
    padding: 11px 8px;
}

.form-input-field.submit-form {
    margin-right: 0;
    margin-top: 32px;
    width: 18%;
}

@-moz-document url-prefix() {
    .form-input-field.submit-form {
        margin-top: 34px;
    }
}

.pdf-upload {
    vertical-align: middle;
   
}


.form-input-field.submit-form button {
    min-width: 100px;
    width: 100%;
}

#language ul {
    list-style-type: none;
    padding: 0;
}

#language ul li {
    float: left;
    line-height: 23px;
}

.btn,
.button,
#login-widget-form .btn,
.wpcf7-form .wpcf7-submit {
    text-align: center;
    border: 2px solid #04b2f1;
    color: #04b2f1;
    height: auto;
    line-height: normal;
    background: transparent;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
    min-width: 130px;
    padding: 11px 10px;
    border-radius: 2px;
}

#login-widget-form .btn,
.wpcf7-form .wpcf7-submit {
    width: auto;
}

.wpcf7-form .wpcf7-submit {
    border: 2px solid #04b2f1!important;
}

.btn:hover,
.button:hover,
#login-widget-form .btn:hover {
    background: #04b2f1;
    color: #ffffff;
    border-color: #04b2f1!important;
}

a.btn-white {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    margin-top: 15px;
    padding: 13px 15px;
    width: 100%;
    color: #18252a !important;
}

.blue-box p {
    color: #fff;
}

a.btn-white:hover {
    border: 2px solid #ffffff!important;
    background: #ffffff!important;
    color: #04b2f1 !important;
}

.wpcf7-form .wpcf7-submit:hover {
    background: #04b2f1!important;
    color: #ffffff!important;
    border-color: #04b2f1!important;
}

textarea.form-control {
    height: auto!important;
}

div.wpcf7-response-output {
    margin: 10px 0 0;
}

.btn.white-btn {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn.white-btn:hover {
    background: #ffffff;
    color: #04b2f1;
    border-color: #ffffff !important;
}

.date-field input,
.upload-pic input {
    background-position: 95% center;
    background-repeat: no-repeat !important;
    padding-right: 35px;
}

.date-field input {
    background-image: url("https://manutecx.com/wp-content/themes/vendor/images/calender.png");
}

.upload-pic input {
    background-image: url("https://manutecx.com/wp-content/themes/vendor/images/camera.png");
}


/*************home crousel************/

.home-crousel {
    float: left;
    padding: 50px 0 60px;
    width: 100%;
}

.crousel-inner {
    float: left;
    padding: 0 8px;
    width: 100%;
}

.crousel-text {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.crousel-text img{  transform: scale(1); transition: all 0.3s ease-out}

.crousel-text:hover img {
  transform: scale(1.2);
}

.image-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.85+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

.image-title h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
}


/*************deasigning service*************/

.designing-service {
    clear: both;
    margin: 0 0px 55px;
}

.designing-service .col-sm-6 {
    padding: 0;
}

.gray-bg {
    background: #f9f9f9;
}

.designing-service .designing-text {
    padding: 25px 35px 25px 50px;
}

ul.tick {
    list-style-type: none;
    padding-left: 22px;
}

.tick li {
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
    padding-left: 35px;
    text-transform: uppercase;
    width: 100%;
    position: relative;
}

.tick li img {
    left: 0;
    position: absolute;
    top: 0;
}


/*=============working-process===================*/

.working-process {
    border-top: 1px solid #dddddd;
    float: left;
    padding: 55px 0;
    width: 100%;
}

.container-fluid {
    max-width: 1920px;
}

.process-ul {
    background-image: url("https://manutecx.com/wp-content/themes/vendor/images/circle.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    list-style-type: none;
    margin: 70px 0 60px;
    padding: 0;
    width: 100%;
}

.process-ul li {
    float: left;
    height: 444px;
    position: relative;
    text-align: center;
    width: calc(100% / 8);
}

.process-ul li .icon-inner {
    padding-top: 188px;
}

@media only screen and (max-width: 1366px) {
    .process-ul li {
        height: 400px;
    }
    .process-ul li .icon-inner {
        padding-top: 157px;
    }
}

@media only screen and (max-width: 1260px) {
    .process-ul li {
        height: 370px;
    }
    .process-ul li .icon-inner {
        padding-top: 145px;
    }
}

@media only screen and (max-width: 1200px) {
    .process-ul li {
        height: 350px;
    }
    .process-ul li .icon-inner {
        padding-top: 138px;
    }
}

@media only screen and (max-width: 1024px) {
    .process-ul li {
        height: 400px;
    }
    .process-ul li .icon-inner {
        padding-top: 157px;
    }
}

.process-ul li h4 {
    font-weight: 500;
    margin: 0;
}

.process-ul li.odd h4 {
    position: absolute;
    text-align: center;
    top: -45px;
    width: 100%;
}

.process-ul li.even h4 {
    bottom: -45px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.process-ul li .icon img {
    max-width: 70px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -webkit-transform: scale(1);
    -ms-transition: all 0.5s ease-out;
    -ms-transform: scale(1);
    -moz-transition: all 0.5s ease-out;
    -moz-transform: scale(1);
    transition: all 0.5s ease-out;
    transform: scale(1);
}

.process-ul li:hover .icon img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}


/**********************customer benefits**************/

.customer-benefits {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    padding: 135px 0;
}

.customer-benefits .col-md-6 {}

.customer-benefits:after,
.customer-benefits:before {
    content: "";
    position: absolute;
    width: 50%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: top center;
    background-size: cover;
}

.customer-benefits:after {
    background-image: url("https://manutecx.com/wp-content/themes/vendor/images/customer-benefit-bg.png");
    content: "";
    right: 0;
    top: 0;
}

.customer-benefits:before {
    background-image: url("https://manutecx.com/wp-content/themes/vendor/images/5493.jpg");
    left: 0;
    top: 0;
}

.customer-benefits .col-md-6 {
    z-index: 1
}

.customer-rt-inner {
    float: left;
    padding: 0px 0 0 80px;
    width: 100%;
}

.customer-rt-inner h4 {
    text-transform: uppercase;
}

.black-bg-text {
    background: rgba(0, 0, 0, 0.59) none repeat scroll 0 0;
    bottom: -75px;
    color: #ffffff;
    float: right;
    max-width: 440px;
    padding: 25px;
    position: relative;
    right: 50px;
}

.black-bg-text h2 {
    color: #ffffff;
}

footer {
    float: left;
    width: 100%;
}

footer ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

footer ul li {
    display: inline-block;
}

.footer-top {
    background: #dddddd none repeat scroll 0 0;
    float: left;
    padding: 20px 0;
    width: 100%;
}

.foter-topnav a {
    border-right: 1px solid #04b2f1;
    color: #18252a;
    display: inline-block;
    line-height: 10px;
    padding: 2px 20px;
    text-decoration: none;
}

.foter-topnav li:last-child a {
    border-right: 0px;
}

.foter-topnav a:hover {
    color: #04b2f1;
}

.footer-bottom {
    background: #04b2f1 none repeat scroll 0 0;
    float: left;
    width: 100%;
    text-align: center;
    padding: 16px 0;
}

.footer-bottom li a {
    border-right: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    line-height: 10px;
    margin-right: 7px;
    padding: 2px 10px;
    text-decoration: none;
}

.footer-bottom li:hover a {
    color: #ffffff;
}

.footer-bottom li:last-child a {
    border-right: 0px;
}


/***********inner page**************/

.container .container {
    padding: 0;
    width: 100%;
}

.inner-page .inner-page,
.inner-page .inner-page .inner-page {
    margin: 0;
}

.container {
    clear: both
}

.inner-page {
    clear: both;
    display: inline-block;
    margin-top: 50px;
     margin-bottom: 50px;
    width: 100%;
    min-height: 400px;
}


/*********three steps*************/

.request-process li:after {
    color: #ffffff;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
}

.request-process li:nth-child(1)::after {
    content: "1";
}

.request-process li:nth-child(2)::after {
    content: "2";
}

.request-process li:nth-child(3)::after {
    content: "3";
}

.heading-top {
    display: inline-block;
    width: 100%;
}

.customer-requirement-index table button .fa {
    margin-right: 5px;
}

.field-customerpayment-upload_file .file-caption-main .form-control {
    border: 0 none;
    padding: 0;
}

.field-customerpayment-upload_file .file-caption-main .btn-file {
    color: #fff;
}

.margin-r-5 {
    margin-right: 5px;
}

.file-caption.form-control {
    border: 0 none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.inner-page .col-md-10 .file-preview {
    height: 302px;
}

.user-panel {
    margin-top: 2px;
}

.user-panel a {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.home-page-form label {
    font-size: 14px;
}

body .wrap>.container {
    padding: 0px 15px 0!important;
}

body .wrap {
    clear: both;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    min-height: 100%;
    padding:0px;
    width: 100%;
}

.breadcrumb-container {
    background: #dddddd none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 0px;
    padding: 15px;
    position: relative;
    width: 100% !important;
}

body .breadcrumb-container .breadcrumb {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
}

h2.breadcrumb_title {
    float: left;
    font-size: 30px;
    margin-bottom: 0;
    width: auto;
}

.breadcrumbs {
    float: right;
    margin-top: 10px;
}

.breadcrumbs .fa-angle-right {
    margin-left: 3px;
    margin-right: 3px;
    color: #04b2f1;
}

.field-customerrequirement-upload_drawing .file-preview {
    margin-bottom: 10px;
}

.table-index {
    float: left;
    margin-right: 15px;
    width: calc(100% / 2 - 15px);
}

.table-index:nth-of-type(2n+2) {
    margin-right: 0;
}

.table-class {
    float: left;
    list-style: outside none none;
    padding-left: 0;
    width: 100%;
}

.table-class li {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    box-shadow: 2px 2px 3px #ddd;
    display: flex;
    flex-direction: column;
    float: left;
    justify-content: center;
    margin-bottom: 15px;
    min-height: 150px;
    padding: 15px 15px 15px 135px;
    position: relative;
    width: 100%;
}

.table-class li img {
    align-self: left;
    left: 30px;
    margin: 0 !important;
    position: absolute;
    top: 32px;
}

.table-class p {
    float: left;
    margin: 0;
}

.ul-class {
    float: left;
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.icon-inner-wie {
    display: flex;
    flex-direction: column;
    float: left;
    height: 100%;
    justify-content: center;
    min-height: 170px;
    padding-left: 120px;
    position: relative;
}

.icon-wie {
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 15px;
    position: absolute;
    text-align: center;
}

.icon-wie img {
    align-self: center;
}

.ul-class li {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    box-shadow: 2px 2px 3px #ddd;
    float: left;
    margin-bottom: 15px;
    margin-right: 16px;
    padding: 15px;
    position: relative;
    width: calc(100% / 2 - 8px);
}

.ul-class li:nth-child(2n+2) {
    margin-right: 0;
}

.icon-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

.service-ul {
    float: left;
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
}

.service-ul li {
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 2px;
    width: calc(100% / 3 - 15px);
}

.service-ul li:nth-of-type(3n+3) {
    margin-right: 0;
}

.service-ul div {
    float: left;
    width: 100%;
}

.service-ul div img {
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.no-list {
    list-style-type: none;
    padding-left: 0;
}

.no-list li {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.contact-adress {
    background: #04b2f1 none repeat scroll 0 0;
    float: left;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.contact-adress .con-add {
    border: 2px solid #ffffff;
    float: left;
    padding: 15px;
    width: 100%;
}

.contact-adress .con-add h4,
.contact-adress .con-add p {
    color: #fff;
}

.contact-adress .con-add h4 {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.contact-adress .con-add p {
    margin: 0px;
}

ul.breadcrumb {
    float: left;
    padding: 0;
    width: auto;
}

body .breadcrumb-container .welcomme-user {
    float: right;
    font-weight: bold;
    margin-top: 0;
    position: static;
}

body ul.breadcrumb a {
    color: #04b2f1;
}

.blue-box {
    background: #04b2f1 none repeat scroll 0 0;
    margin-bottom: 23px;
    padding: 30px;
}

.file-preview {
    min-height: 239px;
    width: 100%;
    /*    display: block!important; */
}

@-moz-document url-prefix() { 

.file-preview {
    min-height: 242px;

}

}
/*ravi-css-17-04-2019*/

.unorder-list > .li-list {
  list-style-type: none;
}

.li-list {
  margin-bottom: 5px;
}

.order-list {
  margin-bottom: 20px;
}

.agb-para {
    margin-top: 0;
    margin-left: 40px;
}

.field-customerrequirement-upload_drawing .kv-file-remove{
    color: #ff0000;
    border: 0;
}

 .field-customerrequirement-upload_drawing .kv-file-remove:hover {
  background: transparent;
  color: #ff0000;
}



.upload-3d-drawing label span {
    color: #ff0000;
}

.field-customerrequirement-upload_drawing .file-input .fileinput-remove-button, .file-input .fileinput-remove-button .glyphicon {
    border-radius: 0 !important;
}

.home-crousel .row {
    margin-left: -8px;
    margin-right: -8px;
}

.bottom-process-text {
    display: none;
}

.customer-requirement-form .col-md-12.text-center h3 {
    color: #4cd137;
}
.request-process li.active {
    color: #4cd137;
}


.file-caption-icon {
    display: none !important;
}

.padding-left30{
    padding-left: 30px;
}

.field-login-form-rememberme label {
    line-height: normal;
        margin-top: 10px;
}

.field-login-form-rememberme label input {
    margin: 0;
    position: relative;
    top: 2px;
} 

/* css added by mjahid */
.readmore {
    text-decoration: underline;
    cursor: pointer;
    color: #04b2f1;
    font-weight: 600;
}
@media (min-width:1024px) {
    .text-wrapper p {
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .text-wrapper.more-text p {
        display: block;
    }
}
@media (max-width:991px) {
    .text-wrapper + p {
        display: none;
    }
}
/* css by govind */
.breadcrumbs.v2 {
    float: left !important;
}


/********************responsive start here*********************/


/* Tablet landscape size to standard 960 (devices and browsers) */

@media only screen and (min-width: 959px) and (max-width: 1024px) {

body .container{
    width: 100%;
}

.logo{
    width: 100%;
    text-align: center;
}

.logo img {
    display: inline-block;
}

.top-right {
    margin-top: 10px;
    width: 100%;
}




/*==================top header start  ==================*/


body{ padding-top: 109px;}



/*==================top header start  end here==================*/


    .main-nav ul li {
        margin-right: 10px;
    }
    .designing-service .designing-text {
        padding: 10px 15px;
    }
    
.process-ul li {
    height: 280px;
}

.process-ul li h4 {
    font-size: 17px;
}

.process-ul li .icon-inner {
    padding-top: 100px;
}


    .customer-rt-inner {
        padding: 40px 0 0 40px;
    }
    .home-page-form {
        padding: 15px;
    }


.form-input-field {
    width: 23%;
    margin-right: 1%;
}

.form-input-field.upload-pic {
    width: 33%;
}

    .form-input-field.submit-form {
        width: 18%;
    }

.designing-text p {
    margin-bottom: 0;
    margin-top: 0;
}

.designing-text .btn-container {
    margin-top: 10px;
}

}


/*==============tablet portrate to mobile =====================*/

@media only screen and (max-width: 959px) {

body .container {
    width: 100%;
}

.logo img {
    display: inline-block;
}



    .main-nav {
        display: none;
    }
    .topheader.sticky {
        position: static;
    }
    .topheader.sticky .top-nav {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
    }


body, body.logged-in .topheader{
    padding: 0px;
}

.topheader {
    position: static;
    border-bottom: 0px!important;
}

.top-nav-inner, .sticky .top-nav-inner {    padding: 15px 0; transition: none ;}

.top-right {
    margin-top: 7px;
}

body .form-input-field {
    width: calc(100% / 2 - 1%) !important;
    margin-bottom: 15px;
      margin-right: 1%;
}

body .form-input-field:nth-of-type(2n-2) {
    margin-right: 0;
}


.designing-service .col-sm-6 {
    width: 100%;
}

.designing-image img {
    width: 100%;
}


.designing-service .designing-text {
    padding: 30px;
}


.process-ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 10px 0 0px;
}

.process-ul li {
    height: auto;
    text-align: center;
    width: calc(100% / 3);
}


.top-process-text {
    display: none;
}

.process-ul li h4 {
    font-size: 16px;
    position: static !important;
}

.process-ul li .icon-inner {
    padding: 0;
}

.process-ul li h4.bottom-process-text {
    display: block;
}

.process-ul li {
    margin-bottom: 25px;
}

.process-ul li:nth-of-type(n+7) {
    margin-bottom: 0;
}

.customer-benefits {
    padding: 55px 0;
}

.customer-benefits .col-md-6 {
    clear: both;
    display: inline-block;
    width: 100%;
}
.black-bg-text {
    float: left;
    position: static;
}

.customer-benefits::before {
    content: none;
}
.customer-benefits::after {
    width: 100%;
}

.customer-rt-inner {
    margin-top: 30px;
    padding-left: 0;
}

.customer-requirement-create .box-body .col-sm-6 {
    width: 100%;
}

.box-footer .btn.pull-right {
    float: left !important;
    margin-right:10px;
}

#information_form {
    margin-bottom: 20px;
}

body #wprmenu_bar .menu_title {
    line-height: normal;
    text-align: right;
    text-decoration: none;
}

body #wprmenu_bar .menu_title a {
   color: #ffffff !important;
    font-size: 15px;
    top: 0;
}
body #wprmenu_bar .menu_title a:hover {
    text-decoration: none;
}

.ul-class li {
    margin-right: 0;
    width: 100%;
}

h2.breadcrumb_title {
    text-align: center;
    width: 100%;
}

.breadcrumbs {
    float: left;
    width: 100%;
      text-align: center;
}

.icon-inner-wie {
    min-height: auto;
}

}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {}


/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {

.slider-container {
    bottom: 15px;
    margin: 0;
    top: auto;
}

.slider-text {
    padding: 10px;
}
.slider-text h2 {
    font-size: 16px;
    line-height: normal;
}

.slider-text p {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

.home-page-form {
    margin-top: 0;
    padding: 15px;
}

.content-section {
    display: inline-block;
    margin-top: 25px;
    width: 100%;
}

body h2 {
    font-size: 26px;
    line-height: 1.3;
}

body h3 {
    font-size: 24px;
      line-height: 1.3;
}

body .form-group {
    margin-bottom: 10px;
}

body .container .form-input-field {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100% !important;
}

.form-input-field.submit-form {
    margin-top: 5px;
}

.home-crousel {
    padding: 25px 0;
}

.black-bg-text {
    float: left;
    max-width: 100%;
    position: static;
    width: 100%;
}


.designing-service {
    clear: both;
    margin: 0 0 25px;
}


.designing-service .designing-text {
    padding: 15px 15px 25px;
}

.working-process {
    padding: 25px 0;
}

.process-ul li {
    width: calc(100% / 2);
}

.customer-benefits {
    padding: 25px 0;
}

.customer-benefits .container {
    padding: 0;
}

.customer-rt-inner {
    margin-top: 20px;
}

.foter-topnav a {padding: 0 10px;}

.footer-top {
    padding: 10px 0;

}


.inner-page {
    margin: 25px 0;
}


.file-caption-main .btn {
    min-width: 45px;
    width: auto;
}

body .krajee-default.file-preview-frame .kv-file-content, body .krajee-default.file-preview-frame .kv-file-content embed {
    width: 240px!important;
}

body .customer-requirement-create .customer-requirement-form {  padding: 15px;}

#information_form .col-xs-6 {
    width: 100%;
}

body .request-process-wrapper {
    margin: 10px 0 0;
}

.breadcrumb-container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: center;
}

body .breadcrumb-container .welcomme-user {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

body .breadcrumb-container .breadcrumb { width: 100%; }
.row{ clear: both; }


.customer-user-form form .col-xs-6 {
    width: 100%;
}


body .service-ul li {
    width: calc(100% / 2 - 8px);
}
body .service-ul li:nth-of-type(3n+3) {
    margin-right: 15px;
}

body .service-ul li:nth-of-type(2n+2) {
    margin-right: 0;
}

body .container{
    clear: both;
}
.table-index {
    margin-right: 0;
    margin-top: 10px;
    width: calc(100% / 1 - 0px);
}

.table-class {
    float: left;
    list-style: outside none none;
    padding-left: 0;
    width: 100%;
}

.table-class li {
    padding-left: 15px;
    display: inline-block;
    min-height: auto;
}

 body .icon-inner-wie{
    padding: 0px;

 }

.table-class li img {
    display: inline-block;
    margin-bottom: 10px;
    max-height: 55px;
    position: static;
}


body .icon-inner-wie .icon-wie {
    border-radius: 0;
    display: inline-block;
    position: static;
    text-align: left;
}

body .icon-inner-wie .icon-wie img{
    margin-bottom: 10px;
    max-height: 55px;


}

.icon-content {
    margin-left: 0;
}
:lang(en-US) footer .foter-topnav li {
    width: 100%;
}


:lang(en-US) footer .foter-topnav li a {
    border: 0 none;
    margin: 2px 0;
    padding: 0;
}

.table-class p {
    clear: both;
    width: 100%;
}


}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
.logo img {
    max-width: 150px;
}

.top-right {
    margin-top: 0;
}

.foter-bottomnav li:last-child {
    margin-top: 5px;
}

.footer-bottom li a {
    border-right: 0 none;
    margin-right: 0 !important;
    padding: 0px;
}

/*============three steps==============*/

body .request-process li {
    border: 0 none;
    padding: 15px 0 15px 50px !important;
    text-align: left;
    width: 100%;
}

body .request-process li::after {
    font-size: 17px;
    height: 40px;
    left: 23px !important;
    line-height: 40px;
    top: 4px;
    width: 40px;
}

.request-process-wrapper {
    margin: 10px 0 0;
}


}
.width-ii {
    width: auto !important;
    float: right;
}
.col-md-6.image-width.width-ii {
    border: 1px solid #ddd;
    /* float: left; */
     margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 2px;
    /* width: calc(100% / 3 - 15px);*/
    }
