Fturn*,
*:before,
*:after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

html, body {

}
body {
    color: #5a5758;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 1px;
}


img {
    max-width: 100%;
    vertical-align: middle;
}

body, h1, h2, p, ul, ol {
    margin: 0px;
    padding: 0px;
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
.body {
    padding-top: 85px;
}
.visible-xs {
    display: none;
}
.bx-wrapper img.visible-xs {
    display: none;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table > .vertical-align {
    display: table-cell;
    height: 100%;
    width: 100%;
}
.display-table > .vertical-align.middle {
    vertical-align: middle;
}
.display-table > .vertical-align.bottom {
    vertical-align: bottom;
}
.mobile-menu {
    display: none;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0px auto;
    box-sizing: border-box;
}
.clearfix {
    clear: both;
}
.link a {
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 6px 15px;
}
.link.green a {
    color: #32b78d;
   border: 1px solid #32b78d;
}
.link.green a:hover {
    color: #fff;
}
.link a:hover {
    background: #3B4C73;
    border: 1px solid #32b78d;
}

.body .bx-wrapper {
    margin: 0px;
}
.body .bx-wrapper .bx-pager {
    bottom: 0px;
}
.body .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
}
.body .bx-wrapper .bx-pager.bx-default-pager a:hover, .body .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #32b78d;
    border: 1px solid #32b78d;
}
/*Header starts here*/
/*.child-featured-image {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 270px;
    display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
}
.child-featured-image img {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}*/
}
input::-webkit-input-placeholder {
   color: #585858;
}
 input::-moz-input-placeholder {
   color: #585858;
}
input::-ms-input-placeholder {
   color: #585858;
}
textarea::-webkit-input-placeholder {
   color: #585858;
}
textarea::-moz-input-placeholder {
   color: #585858;
}
textarea::-ms-input-placeholder {
   color: #585858;
}
select::-webkit-input-placeholder {
   color: #585858;
}
select::-moz-input-placeholder {
   color: #585858;
}
select::-ms-input-placeholder {
   color: #585858;
}
/* Header starts here */
.header {
    position: fixed;
    width: 100%;
    height: 85px;
    background: #fff;

    box-shadow: 0px 0px 10px rgba(18, 18, 19, 0.21);
    z-index: 99;
}
/*.header  a:hover {
    color: #3B4C73;
}*/
.header.fixed-pos {
    top: 0px;
}
/*.header.relative-pos {
    position: relative;
}*/
.header .logo {
    text-align: center;
    float: left;
    width: 200px;
}
.header .logo img {

    padding: 12px 10px 0 20px;
}
.header .logo-oeh {
    text-align: center;
    float: right;
    width: 270px;
    display: none;
}
.header .logo-oeh img {

    padding: 0px 20px 0 0px;
}
.header .menu-container {
    text-align: center;
    float: left;

    width: calc(100% - 200px - 0px);
}
.header .menu-container .menu-items li {
    list-style-type: none;
    float: left;
    margin-top: 27px;
}
.header .menu-container .menu-items li + li {
    margin-left: 50px;
}
.header .menu-container .menu-items li a {
    font-size: 14px;
    color: #5F5F5F;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}
.header .menu-container .menu-items li a:hover {
    color: #3B4C73;
}
.header .menu-container .menu-items li.buy-now {
    margin-top: 10px;
}
.header .menu-container .menu-items li.buy-now img {
    width: 60px;
}
.header .menu-container .menu-items li.buy-now a:before {
    height: 0
}
.header .menu-container .menu-items li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -35px;
    left: 0;
    background-color: #3B4C73;
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/*.header .menu-container .menu-items li a:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 5px;
    width: 0;
    opacity: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #979797;
}*/
.header .menu-container .menu-items li a:hover:before,
.header .menu-container .menu-items li a.active:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.header .menu-container .menu-items li a:hover:before,
.header .menu-container .menu-items li.active a:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header .menu-container .menu-items li .active a {
    color: red;
}
.header .floating-button {
    position: fixed;
    right: 0px;
    height: 35px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    text-transform: uppercase;
    cursor: pointer;

    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.header .floating-button:before {
    content: '';
    position: absolute;
    left: -12px;
    border-top: 18px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: none;
    border-right: 0px solid;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header .floating-button.request-a-demo {
    top: calc(50% - 180px);
    width: 180px;
    background: #0077d1;
}
.ul-center-align {
    display: table;
    margin: 0 auto;
}
.menu-items {
    float: right;
    padding-right: 25px;
}

/*Header ends here*/







/*remove header*/


/*Header starts here*/
/*
.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: calc(100% - 80px);
    z-index: 1;
    background: #fff;
    height: 70px;
    padding: 0px 40px;
    box-shadow: 0px 0px 10px rgba(18, 18, 19, 0.21);
    z-index: 2;
}

.header .logo {
    text-align: center;
    width: 207px;
    float: left;
}
.header .menu-container {
    text-align: center;
    float: right;
    width: calc(100% - 207px);
}
.header .menu-container .menu-items {
    float: right;
}
.header .menu-container .search-box {
    float: right;
    margin-left: 40px;
    position: relative;
}
.header .menu-container .search-box input {
    width: 90px;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 5px 10px;
    position: relative;
}
.header .menu-container .search-box svg {
    position: absolute;
    top: 6px;
    right: 12px;
}
.header .menu-container .search-box input::-webkit-input-placeholder {
    color: #171717;
}
.header .menu-container .search-box input::-moz-input-placeholder {
    color: #171717;
}
.header .menu-container .search-box input::-ms-input-placeholder {
    color: #171717;
}
.header .menu-container .menu-items li {
    list-style-type: none;
    float: left;
    font-family: AvenirNext-DemiBold;
    font-size: 14px;
    color: #909090;
    line-height: 19px;
    margin-top: 25px;
}
.header .menu-container .menu-items li + li {
    margin-left: 75px;
}
.header .menu-container .menu-items li a {
    font-size: 12px;
    color: #171717;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}
.header .menu-container .menu-items li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -27px;
  left: 0;
  background-color: #FB8324;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header .menu-container .menu-items li a:hover:before,
.header .menu-container .menu-items li.active a:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.header #enquire a {
    color: #fff;
    background-color: #FB8324;
    padding: 5px 16px;
    box-sizing: border-box;
}
.header #enquire a:hover {
    color: #FB8324;
    background-color: #393939;
}*/
/*Header ends here*/

/*remove header*/




#product_child {
    min-height:  500px;
    background-color: #fff;
}
.company-logos li {
    height: 200px;
}

/*slider plugin changes starts here*/
.carousel-slider .flex-nav-prev, .carousel-slider .flex-nav-next {
    display: none;
}
.carousel-slider li img:hover {
    border: 1px solid #51779C;
}
.carousel-slider li img.active {
    border: 2px solid #51779C;
}
/*.carousel-slider {
    left: -10px;
    background: url(../img/about/left.png);
    background-repeat: no-repeat;
}
 .carousel-slider {
    right: -10px;
    background: url(../img/about/right.png);
    background-repeat: no-repeat;
}*/
/*slider plugin changes ends here*/

/*product page starts here*/
.menus a {
    color: #5a5758;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;

}
.menus a:nth-last-child(1) {
    text-decoration: none;
    cursor: auto;

}
.menus a:nth-last-child(1):hover {
    color: #5a5758;

}

.menus {
   background-color: #fff;
   padding: 30px 0px 0px 50px ;
   box-sizing: border-box;
}
.menus a:hover {
    color: #70AACB;
}
.products-column .active{
      color: #70AACB;
      padding-bottom: 20px;
      cursor: pointer;
      box-sizing: border-box;
      border-bottom: 5px solid #70AACB;
}
.products-page .products-container {
    background-color: #E8E8E8;
    /*padding-bottom: 50px;*/
    /*margin: 50px 0px;*/
}
/*.products-column:first-child {
    color: #70AACB;
    padding-bottom: 20px;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 5px solid #70AACB;
}*/
.products-page .product-details-row {
    width: 40%;
    /*height: 70px;*/
    margin: auto;
    /*padding-bottom: 15px;*/
    box-sizing: border-box;
}
.products-page .products-column {
    float: left;
    padding-top: 22px;
    box-sizing: border-box;
}
.products-page .products-column .heading {
  font-weight: bold;
    font-size: 20px;
}
.products-page .products-column .heading:hover {
  color: #70AACB;
  padding-bottom: 20px;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 5px solid #70AACB;
}

.products-page .products-column + .products-column {
    padding-left: 50px;
    box-sizing: border-box;
    /*width: calc(100% / 3);*/

}

.child-page {
    background-color: #fff;
    padding: 50px;
    /*margin-bottom: 50px;*/
    box-sizing: border-box;
    text-align: center;
}
.child-page .each-product {
    float: left;
    width: calc(100% / 4);
}
.child-page .each-product + .each-product {
    /*padding-left: 20px;*/
    box-sizing: border-box;
}
.child-page .view-text {
    font-size: 12px;
    padding-top: 20px;
    box-sizing: border-box;
}
.child-page .each-product .heading {
    /*padding: 20px 0px;*/
   /* padding-top: 10px;
    padding-bottom: 20px;*/
    padding: 10px 10px 20px 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    /*text-align: left;*/
}
/*.child-page .each-product .heading:hover {
  color: #70AACB;
}*/
.child-page .each-product .heading .title:hover {
  color: #70AACB;
}

.child-page .products-description {
   /* color: #5a5758;
    font-weight: 300;
    padding-top: 10px;
    box-sizing: border-box;*/
    color: #5a5758;
    font-weight: 300;
    /* text-align: left; */
    padding-top: 10px;
    box-sizing: border-box;
    max-height: 100px;
    overflow-y: auto;
}
.child-page .read-more-link {
    border: 1px solid #5a5758;
    /* padding: 5px 3px; */
    width: 100px;
    margin: auto;
    font-size: 12px;
    /* padding-top: 20px; */
    margin-top: 10px;
    background-color: #555555;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    font-weight: 300;
}
.child-page .read-more-link:hover {
    background-color:#70AACB;

}
.child-featured-image {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 270px;
    display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
}
.child-featured-image img {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}
.fixed-height-title {
    height: 50px;
}
.new-logo-image {
    top: 0px;
    right: 0px;
    position: absolute;

}

/*common section starts here*/
.popup-container {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9);

}
.popup {

    position: relative;
    width: 800px;
    height: 550px;
    margin: 10% 10% 10% 20%;
    z-index: 99;
}
.video-banner{
    position: relative;
    height: 617px;
    overflow: hidden;
    background-color: #fff;
}

.video-banner-content .sub-heading{
    position: absolute;
    color: white;
    font-size: 14px;
    font-weight: 400;
    top: 40%;
    font-size: 30px;
    left: 40%;
    z-index: 1;
}
.video-banner-content .text{
    position: absolute;
    width: 40%;
    color: white;
    font-size: 12px;
    font-weight: 400;
    top: 50%;
    left: 40%;
    z-index: 1;
    font-size: 16px;
}
.video-banner-content .sub-heading-wn{
    position: absolute;
    width: 40%;
    color: white;
    font-size: 14px;
    font-weight: 400;
    top: 62%;
    left: 40%;
    z-index: 1;
}
.video-banner-content {
    display: none;
}
.home-page-row {
    background-color: #3B4C73;
}
.each-col-text{
    color: white;
    width: calc((100% - 8px) / 3);
    margin: 30px 0px;
    padding: 10px 0px;
    float: left;

}
.each-col-text h3{
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
.each-col-text + .each-col-text {
    border-left: 4px solid #70AACB;
    padding-left: 15PX;
    box-sizing: border-box;
}


/*video*/

/*common video section*/

.learn-more{
  padding: 30px 20px;
  box-sizing: border-box;
}
.learn-more .heading{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-top: 15px 0px;
  box-sizing: border-box;
}
.learn-more .row{
  width: 100%;
/*  margin: 20px 10px 10px 20px ;*/
  padding: 0px 10px;
  box-sizing: border-box;
}
.learn-more .row .col{
  width: calc(100% / 1);
  float:left;
  padding-top: 25px;
  box-sizing: border-box;
}
.learn-more .row .col .row-col1{
  margin-top: 12px;
  margin-right: 41px
}
.learn-more .row .col .row-col2{
  margin-top: 12px;
  margin-left: 70px;
}
.learn-more .row .col + .col{
  border-left: 2px solid black;
  padding-left: 10px;
  box-sizing: border-box;
}
.learn-more .row .col  .row-col1 .each-col1{
  width: 100%;
  /*float:left; */
  text-align: center;
}

.learn-more .row .col .row-col1 .each-col2{
  width: 100%;
  float:left;
  padding-top: 30px;
  box-sizing: border-box;

}
.learn-more .row .col .row-col1 .each-col2 .sub-heading{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.learn-more .row .col .row-col1 .each-col2 .text{
  font-size: 12px;
  font-weight: 600;
  margin-top: 7px;
  text-align: center;
}
.learn-more .row .col .row-col2 .each-col2 .text{
  font-size: 12px;
  font-weight: 600;
  margin-top: 7px;
}
.learn-more .row .col  .row-col2 .each-col1{
  width: 30%;
  float:left;
}

.learn-more .row .col .row-col2 .each-col2{
 width: 70%;
 float:left;
 padding-left: 20px;
 box-sizing: border-box;

}
.learn-more .row .col .row-col2 .each-col2 .sub-heading{
 font-size: 20px;
 font-weight: bold;
}
.learn-more .each-col1 iframe {
    width: 600px;
    height: 400px;
}
@media(max-width: 767px) {
/*Header starts here*/


    .mobile-menu {
        display: block;
    }
    .header {
        padding: 0px;
        width: calc(100% - 0px);
        height: 80px;
    }
    .header .logo svg {
        width: 80px;
    }
    .header .mobile-menu svg {
        position: absolute;
        top: 23px;
        right: 25px;
        padding: 0px;
        z-index: 1;
        cursor: pointer;
        background: #171717;
    }
    .header .mobile-menu.menu-opened svg {
        /*right: 15px;*/
    }
    .header .mobile-menu svg path {
        stroke: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header .mobile-menu svg path + path {
        margin-top: 3px;
    }
    .header .logo img {
        margin-top: 0px;
    }
    .header .menu-container {
        opacity: 0;
        position: fixed;
        top: 0px;
        right: 0px;
        width: calc(50% - 50px);
        border: none;
        height: 100%;
        overflow-y: auto;
        background: #171717;
        text-align: left;
        margin: 0px;
        padding: 0px 25px;
        pointer-events: none;
    }
    .header .menu-container.menu-opened {
        pointer-events: visible;
    }
    .header .menu-container .menu-items li {
        float: none;
    }
    .header .menu-container .menu-items {
        float: left;
        margin-top: 20px;
    }
    .header .menu-container .menu-items li + li {
        margin: 30px 0px 0px 0px;
    }
    .header .menu-container .menu-items li a {
        font-size: 13px;
        color: #fff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        padding-bottom: 10px;
        display: block;
    }
    .header .menu-container .menu-items li a:before {
        display: none;
    }
    .header .menu-container .menu-items li a:hover, .header .menu-container .menu-items li.active a {
        color: #12bb60;
    }
    .header .menu-container .menu-items li.active a:after {
        display: none;
    }
    .header .phone-number {
        float: left;
    }
    .header .phone-number a {
        font-size: 10px;
        margin: 30px 0px 0px 0px;
    }
    /*.header .menu-container .menu-items li a:before {
        bottom: -25px;
    }
    .header .menu-container .menu-items li a:before {
        bottom: -25px;
    }*/
    .each-col-text  {
        width: 100%;
        margin: 5px 0px;

    }

    .each-col-text  h3 {
         font-size: 14px;
    }
    .each-col-text + .each-col-text {
        border:0px;
        padding: 0px;
    }
    /*Header ends here*/
 .learn-more .row .col {
    width: 100%;
 }
 .learn-more .row .col .row-col1 {
    margin: 0;
 }
 .learn-more .row .col .row-col2 {
    margin:0;
 }
 .learn-more .row .col  .row-col1 .each-col1 {
    width: 100%;
 }
 .learn-more .row .col  .row-col1 .each-col2 {
    width: 100%;
 }
 .learn-more .row .col + .col {
    border: none;
    padding: 0;
 }
 .learn-more .each-col1 iframe {
    width: 250px;
    height: 250px;
}
 /*.learn-more .row .col .row-col2 {
    width: 100%;
 }*/
 .learn-more .row .col .row-col2 .each-col1 {
    width: 100%;
 }
.learn-more .row .col .row-col2 .each-col2 {
    width: 100%;
}
.child-page {
 padding: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
 .container {
    width: auto;
}
 .learn-more .row .col {
    width: 100%;
 }
 .learn-more .row .col .row-col1 {
    margin: 0;
 }
 .learn-more .row .col .row-col2 {
    margin:0;
 }
 .learn-more .row .col  .row-col1 .each-col1 {
    width: 100%;
    margin: auto;
 }
 .learn-more .row .col  .row-col1 .each-col2 {
    width: 100%;
    margin: auto;
 }
 .learn-more .row .col + .col {
    border: none;
    padding: 0;
 }
 /*.learn-more .row .col .row-col2 {
    width: 100%;
 }*/
 .learn-more .row .col .row-col2 .each-col1 {
    width: 100%;
    margin: auto;
 }
.learn-more .row .col .row-col2 .each-col2 {
    width: 100%;
    margin: auto;
}
.learn-more .each-col1 iframe {
    width: 500px;
    height: 500px;
}
.child-featured-image {
    height: 400px;
}
}
/*common section ends here*/
/*common section ends here*/
@media(max-width: 767px) {
    .child-page .each-product {
        width: 100%;
    }
    .products-page .product-details-row {
        width: 80%;
        height: auto;
    }
    .products-page .products-column{
        width: 100%;
    }
    .products-page .products-column .heading {
        display: inline-block;
    }
    .products-page .products-column + .products-column {
        padding-left: 0px;
    }
    .turnkey-page .turnkey-row-content .heading {
        padding-top: 40px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
   .products-page .product-details-row {
        width: 80%;
        margin: auto;
        height: auto;
    }
    .child-page .each-product {
        width: calc(100% / 2);
    }
    .header .logo {
        width: 100px;
    }
    .header .menu-container {
        width: calc(100% - 100px);
    }
    .header .menu-container .menu-items li + li {
        margin-left: 15px;
    }
    .contact-page .banner-content {
        padding-top: 70px;
        box-sizing: border-box;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

   .products-page .product-details-row {
        width: 80%;
        margin: auto;
        height: auto;
    }
}
/*product page ends here*/



/*common footer section starts here*/

.common-footer-section .column4 {
    width: calc((100% - 60px) / 3);
    float: left;
    text-align: center;
}
.common-footer-section .column4 + .column4 {
    margin-left: 30px;
}
/*.common-footer-section .column4 + .column4 {
    border-left: 1px solid
}*/
.common-footer-section .column4-heading {
    font-weight: bold;
    padding: 10px 0px;
    box-sizing: border-box;
}
.common-footer-section .column4-read-more {
    padding: 10px 0px;
    box-sizing: border-box;
    color: #5A5A5A;
}
.common-footer-section .column4-read-more a:hover {
    color: #70AACB;
}
 .common-footer-section {
    background-color: #E8E8E8;
    padding: 40px 0px;
    box-sizing: border-box;
    /*margin-top: 20px;*/
}

@media(max-width: 767px) {
   .container {
        width: auto;
    }
    .hidden-xs {
        display: none;
    }
    .bx-wrapper img.hidden-xs {
        display: none;
    }
    .visible-md {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .bx-wrapper img.visible-xs {
        display: block;
    }
    .common-footer-section .column4 {
        width: 100%;
        margin-bottom: 30px;
    }
    .common-footer-section .column4 + .column4 {
        margin-left: 0px;
    }
    .common-footer-section .column4-heading {
        font-size: 16px;
    }
    .common-footer-section .column4 .column4-content {
        text-align: center;
        padding: 0px 0px;
        box-sizing: border-box;
    }
    .common-footer-section .column4-read-more {
        font-size: 15px;
        color: #3B4C73;
    }
    .common-footer-section .column4-read-more a:hover {
        color: #51779C;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: auto;
    }
    .visible-xs {
        display: none;
    }
    .bx-wrapper img.visible-xs {
        display: none;
    }
    /*Header starts here*/
    .header {
        /*display: none;*/
    }
    .header .menu-container .menu-items li a:before {
        bottom: -25px;
    }
    /*Header ends here*/
    .common-footer-section {
        padding: 40px 0px 0px 0px;
    }
    .common-footer-section .column4 {
        width: calc((100%  - 20px) / 2);
        margin-bottom: 30px;
    }
    .common-footer-section .column4 + .column4 {
        margin-left: 20px;
    }
    .common-footer-section .column4:nth-child(2n+1) {
        clear: both;
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
   .container {
        width: auto;
    }
   /*Header starts here*/
    .header {
        /*display: none;*/
    }
    /*Header ends here*/
    .common-footer-section .column4 {
        width: calc((100%  - 90px) / 3);
    }
    .common-footer-section .column4 + .column4 {
        margin-left: 30px;
    }
}
/*common footer section ends here*/

/* about  page starts here*/

.about-page .heading {
    font-size: 28px;
    font-weight: 600;
}
.about-page .sub-heading {
    font-size: 22px;
    font-weight: 600;
}
.about-page .inner-heading {
    font-size: 34px;
}
.about-page .banner .image-content {
    width: 100%;
}
.about-page .banner .image-content .image {
    width: 50%;
    float: left;
}
.about-page .banner .image-content .image img {
    width: 100%;
}
.about-page .banner .image-content .content {
    width: 50%;
    float: left;
    margin-top: 0px;
    padding: 70px 50px;
    box-sizing: border-box;
}
.about-page .banner .image-content .heritage-content {
    margin-bottom: 30px;
   margin-top: 10px;
}
.about-page .banner .image-content .content .sub-heading {
    margin-bottom: 14px;
    /*text-align: center;*/
}
.about-page .banner .our-mission {
    text-align: center;
    padding: 60px 0px;
    box-sizing: border-box;
    background-color: #384c72;
    color: #fff;
}
.about-page .banner .our-mission .sub-heading {
    margin-bottom: 20px;
}
.about-page .banner .our-mission .text {
    width: 60%;
    margin: 0px auto;
    text-align: left;
}
.about-page .banner .our-company-row {
    width: 100%;
    padding: 100px 0px 100px 100px;
    box-sizing: border-box;
}
.about-page .banner .our-company-row .columns {
    width: calc(50% - 100px);
    text-align: center;
    float: left;
}
.about-page .banner .our-company-row .columns + .columns {
    margin-left: 100px;
}
.about-page .banner .our-company-row .columns .image {
    margin-bottom: 10px;
}
.about-page .banner .our-company-row .columns .content {
    margin-top: 40px;
}
.about-page .banner .our-company-row .columns .content .text {
   /*text-align: center;*/
   margin: 20px 0px 14px 0px;
}
.about-page .banner .our-company-row .columns .content .link a {
    font-size: 16px;
    color: #5C5C5C;
}
.about-page .banner .our-company-row .columns .content .link a:hover .right {
    border-color: #70AACB;
}
.about-page .banner .our-company-row .columns .content .link a:hover  {
    background-color: unset;
    color: #70AACB;
    border:none;
}
.about-page .banner .our-company-row .columns .content .link a i {
    border: solid #7D7D7D;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    box-sizing: border-box;
    margin-left: 5px;
}
.about-page .banner .our-company-row .columns .content .link .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.about-page .banner .turnkey-solutions {
    background-image: url(../img/about/turnkey.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px 70px 0px;
    box-sizing: border-box;
    /*background: rgba(44, 49, 55, .9);*/
    background: #48597C;
}
.about-page .banner .turnkey-solutions .content {
    text-align: center;
    color: #fff;
}
.about-page .banner .turnkey-solutions .content .heading.inner-heading {
    margin-bottom: 30px;
}
.about-page .banner .turnkey-solutions .content .text {
    width: 60%;
    margin: 0px auto;
}
.about-page .banner .turnkey-solutions .content .icons {
    width: 80%;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 40px
}
.about-page .banner .turnkey-solutions .content .icons .each-icon {
    width: calc((100% - 0px) / 6);
    padding: 20px;
    box-sizing: border-box;
    float: left;
}
.about-page .banner .turnkey-solutions .content .icons .each-icon + .each-icon {
    /*border-left: 2px solid #fff;*/
}
.about-page .banner .turnkey-solutions .content .icons .each-icon .sub-heading {
    font-size: 16px;
    font-weight: 400;
}
.about-page .banner .turnkey-solutions .content .link a {
    border: 2px solid #fff;
    border-radius: unset;
    padding: 3px 9px;
}

.about-page .banner .ramsons-companies {
    width: 100%;
    padding: 70px 0px 50px 0px;
    box-sizing: border-box;
}
.about-page .banner .ramsons-companies .container .companies-group {
    width: 100%;
}
.about-page .banner .ramsons-companies .container .companies-group .heading {
    text-align: center;
    margin-bottom: 60px;
}
.about-page .banner .ramsons-companies .container .companies-group .company-names {
    border-bottom: 1px solid #5a5758;
    padding-bottom: 50px;
}
.about-page .banner .ramsons-companies .container .companies-group .company-names .each-company .heading {
    margin-bottom: 30px;
}
.about-page .banner .ramsons-companies .container .companies-group .company-names .each-company .sub-heading {
    margin-bottom: 30px;
    text-align: center;
}
.about-page .banner .ramsons-companies .container .companies-group .company-names .each-company {
    width: calc((100% - 1px) / 2);
    float: left;
    padding: 30px 100px 30px 0px;
    box-sizing: border-box;
}
.about-page .banner .ramsons-companies .container .companies-group .company-names .each-company.etct-company {
    padding: 30px 0px 30px 100px;
    box-sizing: border-box;
}
.about-page .banner .ramsons-companies .container .companies-group .company-names .each-company + .each-company {
    border-left: 1px solid #5a5758;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    /*border-bottom: 1px solid #5a5758;*/
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .heading {
    text-align: center;
    margin-bottom: 50px;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .company-logos {
    width: 100%;
    margin-bottom: 30px;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .company-logos .each-logo {
    /*margin-left: 70px;*/
    float: left;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .company-logos .bx-wrapper .bx-prev {
    left: -100px;
    background: url(../img/about/left.png);
    background-repeat: no-repeat;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .company-logos .bx-wrapper .bx-next {
    right: -100px;
    background: url(../img/about/right.png);
    background-repeat: no-repeat;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .company-images {
    width: 100%;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .company-images .first-column-image {
    width: 40%;
    float: left;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .company-images .first-column-image .second-image {
    margin-top: 5px;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .company-images .second-column-image {
     width: calc(20% - 10px);
     float: left;
     margin: 0px 5px;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .company-images .second-column-image .second-image {
    margin-top: 5px;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .company-images .third-column-image {
     width: 40%;
     float: left;
}
.about-page .banner .ramsons-companies .container .worldwide-laundries .company-images .third-column-image .second-image {
    margin-top: 5px;
}
.about-page .banner .ramsons-companies .container .international-certfication {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
.about-page .banner .ramsons-companies .container .international-certfication .heading {
    text-align: center;
}
.about-page .banner .ramsons-companies .container .international-certfication .logos {
    width: 50%;
    margin: 30px auto;
    text-align: center;
}
.about-page .banner .ramsons-companies .container .international-certfication .logos .each-logo {
    display: inline-block;
    text-align: center;
}
.about-page .banner .ramsons-companies .container .international-certfication .logos .each-logo + .each-logo {
    margin-left: 50px;
}
.about-page .banner .ramsons-companies .container .international-certfication .text {
    margin-bottom: 6px;
    text-align: center;
}
/*.about-page .banner .ramsons-image {
    background-image: url(../img/about/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}*/
.about-page .banner .locations {
    width: 100%;
    padding: 40px 0px 0px 0px;
    box-sizing: border-box;
}
.locations .sub-text {
    text-align: center;
    margin-bottom: 40px;
}
.about-page .banner .locations .heading {
    text-align: center;
    margin-bottom: 40px;
}
.about-page .banner .locations .menu-tabs {
    display:table;
    margin:0 auto;
    margin-bottom: 36px;
}
.india-map {
    width: 80%;
    height: 500px;
    margin: 0 auto;
}
.about-page .banner .locations .menu-tabs ul li {
    float: left;

    list-style-type: none;
}
.about-page .banner .locations .menu-tabs ul li + li {
    margin-left: 60px;
}
.about-page .banner .locations .menu-tabs ul li a {
    text-align: center;
    float: left;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.about-page .banner .locations .menu-tabs ul li a:hover {
    color: #4C577B;
}
.about-page .banner .locations .menu-tabs ul li.active a {
    color: #4C577B;
}
.about-page .banner .locations .our-locations {
    padding: 30px 0px 10px 0px;
    box-sizing: border-box;
    display: none;
    background-color: #E8E8E8;
    position: relative;
}
.about-page .banner .locations .our-locations:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: auto;
    top: -22px;
    left: 32%;
    margin-left: -4px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 24px solid #E8E8E8;
}
.about-page .banner .locations .our-locations.indiaLocations:after {
    left: 32%;
}
.about-page .banner .locations .our-locations.srilankaLocations:after {
    left: 42%;
}
.about-page .banner .locations .our-locations.bangladeshLocations:after {
    left: 54%;
}
.about-page .banner .locations .our-locations.nepalLocations:after {
    left: 65%;
}
.about-page .banner .locations .each-location.active:after {
    display: block;
}
.about-page .banner .locations .our-locations .each-address {
    width: calc((100% - 100px) / 3);
    float: left;
    margin-bottom: 50px;
}
.about-page .banner .locations .our-locations .each-address + .each-address {
    margin-left: 50px;
}
.about-page .banner .locations .our-locations .each-address:nth-child(3n+1) {
    margin-left: 0px;
}
.about-page .banner .locations .our-locations .each-address .city-name,
.about-page .banner .locations .our-locations .each-address .contact-person {
    margin-bottom: 10px;
}
.about-page .banner .locations .our-locations .each-address .city-name.sub-heading {
    font-size: 18px;
}
.about-page .banner .locations .our-locations .each-address .contact-person.sub-heading {
    font-size: 18px;
}
.about-page .banner .locations .facility {
    padding: 100px 0px 0px 0px;
    box-sizing: border-box;
}
.about-page .banner .locations .facility .container .each-facility {
    width: calc((100% - 120px) / 2);
    position: relative;
    margin-bottom: 80px;
    float: left;
    text-align: center;
}
.about-page .banner .locations .facility .container {
    padding: 0px 0px 0px 100px;
    box-sizing: border-box;
}
.about-page .banner .locations .facility .container .each-facility .sub-heading {
    margin: 30px 0px 15px 0px;
}
.about-page .banner .locations .facility .container .each-facility + .each-facility {
    margin-left: 60px;
}
/*.about-page .banner .locations .facility .container .each-facility:nth-child(2n+1) {
    margin-left: 0px;
}*/
.about-page  .text {
    /*max-height: 110px;*/
    /*overflow-x: auto;*/
    /*overflow: hidden;*/
    text-align: left;
}
.about-page .etct-company .link {
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
}
.about-page .etct-company .link a {
    border: 1px solid #000;
    border-radius: unset;
    background-color: #48597C;
    padding: 3px 9px;
}
.about-page .etct-company .link a:hover {
    background-color: #32b78d;
}
.about-page .link1 a {
    font-weight: 900;
}
.about-page .link1 a:hover {
   color: #384c72;
}
.about-page .world-map {
    text-align: center;
    padding: 40px 0px;
}
.about-page .international-sub-heading {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 600;
}
.about-page .international-text {
    font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
   .container {
        width: auto;
    }
   /*Header starts here*/
    .header {
        /*display: none;*/
    }
    /*Header ends here*/
    .about-page .banner .image-content .image {
        width: 100%;
    }
    .about-page .banner .image-content .content {
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
    }
    .about-page .banner .image-content .heritage-content {
        margin-bottom: 30px;
    }
    .about-page .banner .image-content .content .text {
        width: 100%;
        margin-left: 0px;
    }
    .about-page .banner .turnkey-solutions {
        padding: 70px 0px 50px 0px;
    }
    .about-page .banner .turnkey-solutions .content .icons {
        margin-bottom: 60px;
    }
    .about-page .banner .our-mission .text {
        width: 80%;
    }
    .about-page .banner .turnkey-solutions .content .icons {
        width: 90%;
    }
    .about-page .banner .ramsons-companies .container .international-certfication .logos {
        margin: 40px auto;
    }
    .about-page .banner .ramsons-companies .container .international-certfication .logos .each-logo + .each-logo {
        margin-left: 60px;
    }
    .about-page .banner .ramsons-companies .container .companies-group .company-names .each-company {
        padding: 30px 50px 30px 10px;
    }
    .about-page .banner .ramsons-companies .container .companies-group .company-names .each-company.etct-company {
        padding: 30px 0px 30px 50px;
    }
    .about-page .banner .locations .our-locations.indiaLocations:after {
        left: 26%;
    }
    .about-page .banner .locations .our-locations.srilankaLocations:after {
        left: 40%;
    }
    .about-page .banner .locations .our-locations.bangladeshLocations:after {
        left: 56%;
    }
    .about-page .banner .locations .our-locations.nepalLocations:after {
        left: 70%;
    }
    .about-page  .text {
        height: auto;
    }
    .about-page .banner .turnkey-solutions .content .text {
        width: 80%;
    }


}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: auto;
    }
    .visible-xs {
        display: none;
    }
    .bx-wrapper img.visible-xs {
        display: none;
    }
    .header .menu-container .menu-items li + li {
        margin-left: 30px;
    }

    /*Header starts here*/
    .header {
        /*display: none;*/
    }
    /*Header ends here*/
    .about-page .banner .image-content .image {
        width: 100%;
    }
    .about-page .banner .image-content .content {
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
    }
    .about-page .banner .image-content .heritage-content {
        margin-bottom: 30px;
    }
    .about-page .banner .image-content .content .text {
        width: 100%;
        margin-left: 0px;
    }
    .about-page .banner .our-mission {
        padding: 30px 20px;
    }
    .about-page .banner .our-mission .text {
        width: 80%;
    }
    .about-page .banner .our-company-row {
        padding: 50px 0px 50px 70px;
    }
    .about-page .banner .our-company-row .columns .content .text {
        text-align: left;
    }
    .about-page .banner .our-company-row .columns .content .sub-heading {
        height: 60px;
        line-height: 26px;
    }
    .about-page .banner .our-company-row .columns .content .text {
        margin: 0px 0px 14px 0px;
    }
    .about-page .banner .turnkey-solutions {
        padding: 50px 0px 50px 0px;
    }
    .about-page .banner .turnkey-solutions .content .heading.inner-heading {
        margin-bottom: 40px;
    }
    .about-page .banner .turnkey-solutions .content .text {
        width: 90%;
         margin: 0px auto;
    }
    /*.about-page .banner .turnkey-solutions .content .icons {
        width: 100%;
        margin-bottom: 60px;
    }*/
    .about-page .banner .turnkey-solutions .content .icons .each-icon {
        width: calc((100% - 0px) / 3)
    }
    .about-page .banner .turnkey-solutions .content .icons .each-icon:nth-child(3n+1) {
        clear: both;
    }
    .about-page .banner .turnkey-solutions .content .link a {
        border: 1px solid #fff;
        padding: 6px 12px
    }
    .about-page .banner .ramsons-companies .container .companies-group .company-names .each-company {
        padding: 30px 50px 30px 10px;
    }
    .about-page .banner .ramsons-companies .container .companies-group .company-names .each-company.etct-company {
        padding: 30px 0px 30px 50px;
    }
    .about-page .banner .ramsons-companies .container .companies-group .heading {
        margin-bottom: 40px;
    }
    .about-page .banner .ramsons-companies .container .companies-group .company-names {
        margin-bottom: 40px;
    }
    .about-page .banner .ramsons-companies .container .worldwide-laundries .company-logos .each-logo {
        /*text-align: -webkit-center;*/
        display: table;
         margin: 0 auto;
        float: none;
    }
    .about-page .banner .ramsons-companies .container .worldwide-laundries .company-logos .bx-wrapper .bx-prev {
        left: -60px;
    }
    .about-page .banner .ramsons-companies .container .worldwide-laundries .company-logos .bx-wrapper .bx-next {
        right: -60px;
    }
    .about-page .banner .ramsons-companies .container .international-certfication .logos .each-logo + .each-logo {
        margin-left: 40px;
    }
    .about-page .banner .locations .our-locations.indiaLocations:after {
        left: 18%;
    }
    .about-page .banner .locations .our-locations.srilankaLocations:after {
        left: 35%;
    }
    .about-page .banner .locations .our-locations.bangladeshLocations:after {
        left: 57%;
    }
    .about-page .banner .locations .our-locations.nepalLocations:after {
        left: 77%;
    }
    .about-page .banner .locations .facility {
        padding: 70px 0px 0px 0px;
    }
    .about-page .banner .locations .facility .container {
        padding: 0px 0px 0px 60px;
    }
    .about-page .banner .locations .facility .container .each-facility {
        margin-bottom: 60px;
    }
    .about-page  .text {
        height: auto;
    }
    .about-page .banner .ramsons-companies .container .worldwide-laundries .heading {
        line-height: 40px;
    }

}


@media(max-width: 767px) {

    body {
        font-size: 14px;
    }
    .container {
        width: auto;
    }
    .hidden-xs {
        display: none;
    }
    .bx-wrapper img.hidden-xs {
        display: none;
    }
    .visible-md {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .bx-wrapper img.visible-xs {
        display: block;
    }
    .about-page .heading {
        font-size: 20px;
    }
    .about-page .sub-heading {
        font-size: 18px;
    }
    .about-page .inner-heading {
        font-size: 20px;
        line-height: 36px;
    }
    .link a {
        font-size: 11px;
        padding: 4px 8px;
    }
    /*Header starts here*/

    .header {
        /*display: none;*/
    }

    /*Header ends here*/

    .about-page .banner .image-content .image {
        width: 100%;
    }
    .about-page .banner .image-content .content {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .about-page .banner .image-content .heritage-content {
        margin-bottom: 30px;
    }
    .about-page .banner .image-content .content .text {
        width: 100%;
        margin-left: 0px;
    }
    .about-page .banner .our-mission {
        padding: 20px;
    }
    .about-page .banner .our-mission .text {
        width: 100%;
    }
    .about-page .banner .our-company-row {
        padding: 20px 0px 0px 0px;
        box-sizing: border-box;
    }
    .about-page .banner .our-company-row .columns {
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .about-page .banner .our-company-row .columns .content {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .about-page .banner .our-company-row .columns + .columns {
        margin-left: 0px;
    }
    .about-page .banner .our-company-row .columns .content .text {
        text-align: left;
        padding: 20px 0px;
        box-sizing: border-box;
        margin: 0px;
    }
    /*.about-page .banner .turnkey-solutions .content .heading.inner-heading {
        line-height: 36px;
    }*/
    .about-page .banner .turnkey-solutions {
        padding: 30px 0px 42px 0px;
    }
    .about-page .banner .turnkey-solutions .content .heading.inner-heading {
        margin-bottom: 20px;
    }
    .about-page .banner .turnkey-solutions .content .text {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
        text-align: left;
    }
    .about-page .banner .turnkey-solutions .content .icons {
       width: 90%;
        margin-top: 30px;
    }
    .about-page .banner .turnkey-solutions .content .icons .each-icon {
        width: calc((100% - 4px) / 3);
        padding: 14px;
    }
    .about-page .banner .turnkey-solutions .content .icons .each-icon:nth-child(3n+1) {
        clear: both;
    }
    .about-page .banner .turnkey-solutions .content .icons .each-icon .sub-heading {
        font-size: 14px;
    }
    .about-page .banner .ramsons-companies {
        padding: 30px 0px 0px 0px;
    }
    .about-page .banner .ramsons-companies .container {
        padding: 0px;
    }

    .about-page .banner .ramsons-companies .container .companies-group .heading {
        margin-bottom: 10px;
    }
    .about-page .banner .ramsons-companies .container .companies-group .company-names {
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .about-page .banner .ramsons-companies .container .companies-group .company-names .each-company {
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }
    .about-page .banner .ramsons-companies .container .companies-group .company-names .each-company + .each-company {
        border-left: none;
    }
    .about-page .banner .ramsons-companies .container .companies-group .company-names .each-company.etct-company {
        padding: 0px;
    }
    .about-page .banner .ramsons-companies .container .companies-group .company-names .each-company .heading {
        margin-bottom: 10px;
    }
    .about-page .banner .ramsons-companies .container .companies-group .company-names .each-company .sub-heading {
        margin-bottom: 20px;
    }
    .about-page .banner .ramsons-companies .container .worldwide-laundries {
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .about-page .banner .ramsons-companies .container .worldwide-laundries .heading {
        margin-bottom: 0px;
        text-align: left;
    }
    .about-page .banner .ramsons-companies .container .worldwide-laundries .company-logos {
        margin-bottom: 20px;
    }
    .about-page .banner .ramsons-companies .container .worldwide-laundries .company-logos .each-logo {
        /*text-align: -webkit-center;*/
        position: relative;
        display: table;
        margin: 0 auto;
        float: unset;
    }
    .about-page .banner .ramsons-companies .container .worldwide-laundries .company-logos .bx-wrapper .bx-prev {
        left: -50px;
    }
    .about-page .banner .ramsons-companies .container .worldwide-laundries .company-logos .bx-wrapper .bx-next {
        right: -70px;
    }
    .about-page .banner .ramsons-companies .container .international-certfication .logos {
        width: 100%;
        margin: 30px auto;
    }
    .about-page .banner .ramsons-companies .container .international-certfication .logos .each-logo + .each-logo {
        margin-left: 20px;
    }
    .about-page .banner .ramsons-companies .container .international-certfication .text {
        margin-bottom: 10px;
    }
    .about-page .banner .ramsons-companies .container .international-certfication {
        padding: 30px 10px 0px 10px;
        box-sizing: border-box;
    }
    .about-page .banner .locations .menu-tabs {
       /* width: 70%;
        margin: 0px auto;*/
        margin-bottom: 20px;
    }
    .about-page .banner .locations .menu-tabs ul li {
        padding: 6px 10px;
        box-sizing: border-box;
        border: 1px solid #000;
        text-align: center;
        color: #2c3137;
        margin-bottom: 12px;
        width: calc(50% - 10px);
    }
     .about-page .banner .locations .menu-tabs ul li a {
        text-align: center;
        font-size: 16px;
        float: none;
     }
    .about-page .banner .locations .menu-tabs ul li.active li {
        background: #000;
        color: #4C577B;
    }
    .about-page .banner .locations .menu-tabs ul li:nth-child(2n+1)  {
        margin-left: 0px;
    }
    .about-page .banner .locations .menu-tabs ul li + li {
       margin-left: 10px;
    }
    .about-page .banner .locations .our-locations .each-address {
        width: 100%;
        margin-bottom: 30px;
    }
    .about-page .banner .locations .our-locations .each-address + .each-address {
        margin-left: 0px;
    }
    .about-page .banner .locations .our-locations:after {
        display: none;
    }
    .about-page .banner .locations .facility {
        padding: 40px 0px 0px 0px;
    }
    .about-page .banner .locations .facility .container {
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .about-page .banner .locations .facility .container .each-facility {
        width: 100%;
        margin-bottom: 40px;
    }
    .about-page .banner .locations .facility .container .each-facility + .each-facility {
        margin-left: 0px;
    }
    .about-page  .text {
        height: auto;
    }
}
/*about page ends here*/

/*slider starts here*/
/*.carousel-slider {
    display: none;
}
.flex-direction-nav {
    display: none;
}*/
.slider-page .slider .flex-direction-nav {
   list-style-type: none;
}
.slider-page .slider .flex-direction-nav .flex-prev {
   left: -50px;
   background: url(../img/about/left.png) no-repeat left bottom;
}
.slider-page .slider .flex-direction-nav .flex-next {
   right: 20px;
   text-align: right;
   background: url(../img/about/right.png) no-repeat right;
}
.slider-page .slider .flex-direction-nav a {
   text-decoration: none;
   display: block;
   width: 40px;
   font-size: 0px;
   height: 40px;
   margin: -20px 0 0;
   position: absolute;
   top: 50%;
   z-index: 10;
   overflow: hidden;
   opacity: 0;
   cursor: pointer;
   color: rgba(0, 0, 0, 0.8);
   text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.slider-page .slider .flex-direction-nav a {
   opacity: 1 !important;
   z-index: 1;
}
.slider-page .slider {
 width:calc(100% - 80px);
 margin: 20px;
 text-align: left;
}
.slider-page .slider .col1{
    position: relative;
 width: 50%;
 float: left;
}
.slider-page .slider .col2{
 width:50%;
 float: left;
}
.slider-page .slider .col2 .content {
 padding-top: 20px;
 box-sizing: border-box;
}
.slider-page .slider .col2 .row {
  margin-left: 95PX;
}
.slider-page .slider .col2 .row .heading {
 width: 80%;
 background-color: #51779C;
 text-align: center;
 color: white;
 font-size: 18px;
 font-weight: bold;
 /*margin-left: 5px;*/
 padding: 10px;
 box-sizing: border-box;
 /*border: 1px solid black;*/
}
.slider-page .slider .col2 .row .subheading {
 font-size: 14px;
 font-weight: bold;
 margin-left: 32px;
 padding: 5px;
 box-sizing: border-box;
 /*border: 1px solid black;*/
}
.slider-page .slider .col2 .features .sub-heading {
 margin-top: 15px;
 margin-bottom: 10px;
 font-size: 16px;
 font-weight: bold;
}
.slider-page .slider .col2 .features ul {
 margin-left: 28px;
}
.second-content {
    padding-left: 30px;
}
/*css starts here*/
/*table css starts here*/
.slider-page .spec-table  table {
    border-collapse: collapse;
    border-spacing: 0;
}
.slider-page .spec-table table .thead {
    background-color: #3B4C73;
    color: #fff;
}
td {
    text-align: center;
    padding: 5px;
}
tr:nth-child(even) {
    background: #51779C;
    color: white;
}
tr:nth-child(odd) {
    background: #ccc;
}
/* table  css ends here*/
.slider-page #carousel1 {
    margin-top: 50px;
}
.slider-page .flex-direction-nav {
    display: none;
}
@media (max-width: 767px) {
.slider-page .container {
    width: auto;
    padding: 0;
}
.slider-page .slider {
    width: 100%;
    margin: 0;
}
.slider-page .slider .col1, .slider-page .slider .col2 {
    width: 100%;
}
.slider-page .slider .col2 .row {
    margin: 10px 0 0 0;
    padding: 0
}
.slider-page .slider .col2 .row .heading, .slider-page .slider .col2 .row .subheading {
    width: 100%;
    margin: 0;
}
.slider-page .slider .col2 .content {
    padding: 10px;
    box-sizing: border-box;
}
.slider-page .slider .flex-direction-nav .flex-next {
    top:auto;
    bottom: 0;
    right:80px;
    margin-bottom: -5px;
}
.slider-page .slider .flex-direction-nav .flex-prev {
    top:auto;
    bottom: 0;
    left:80px;
    /*margin-bottom: 0px;*/
}
.slider-page .slider .flex-direction-nav {
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 2px;
}
.second-content {
        padding-left: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
.slider-page .container {
    width: auto;
    padding: 0;
}
.slider-page .slider {
    width: 100%;
    margin: 0;
}
.slider-page .slider .col1, .slider-page .slider .col2 {
    width: 100%;
}
.slider-page .slider .col2 .row {
    margin: 10px 0 0 0;
    padding: 0
}
.slider-page .slider .col2 .row .heading, .slider-page .slider .col2 .row .subheading {
    width: 100%;
    margin: 0;
}
.slider-page .slider .col2 .content {
    padding: 10px;
    box-sizing: border-box;
}
.slider-page .slider .flex-direction-nav .flex-next {
    top:auto;
    bottom: 0;
    right:80px;
    margin-bottom: -5px;
}
.slider-page .slider .flex-direction-nav .flex-prev {
    top:auto;
    bottom: 0;
    left:80px;
    /*margin-bottom: 0px;*/
}
.slider-page .slider .flex-direction-nav {
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 2px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.slider-page .container {
    width: auto;
    padding: 0;
}
.slider-page .slider .col2 .row .heading {
    margin-top: 20px;
}
.slider-page .slider .flex-direction-nav .flex-prev {
        left: -12px
}
.slider-page .slider .col2 .content {
    padding: 15px;
    box-sizing: border-box;
}
}
/*slider ends here*/








/*home page satrts here*/

.home-page .heading {
    font-size: 28px;
    font-weight: 600;
}
.home-page .sub-heading {
    font-size: 22px;
    font-weight: 600;
}
.home-page .banner-content .sub-heading  {
    font-size: 30px;
}
.home-page .banner-content .text  {
    font-size: 16px;
}

.home-page .banner {
   color: #fff;
   position: relative;
}
.home-page .banner .image {
    height: 100%;
    width: 100%;
    opacity: 1;
}
.home-page .banner .image img {
    width: 100%;
}
.home-page .banner .video-container {
    display: none;
    position: absolute;
    top: 0px;
    bottom: auto;
    width: 100%;
}
/*.home-page .banner .video-container video {
   object-fit: fill;
   width: 100%;
}*/
.home-page .banner .video-container iframe {
   object-fit: fill;
   width: 100%;
}
.home-page .banner .video-container .close-video-section {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 1;
    padding: 5px 8px 7px 8px;
    background-color: black;
}
/*.home-page .banner .video-container iframe {
    width: 100%;
    object-fit: fill;
}*/
.home-page .banner  .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.home-page .banner  .banner-content .sub-heading {
    margin-bottom: 20px;
}
.home-page .banner  .banner-content .text {
    max-width: 500px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.home-page .banner  .banner-content .play-icon-text {
    max-width: 500px;
}
.home-page .banner  .banner-content .play-icon-text .icon {
    float: left;
    cursor: pointer;
    width: 40px;
}
.home-page .banner  .banner-content .play-icon-text .sub-heading {
    float: left;
    margin-bottom: 0px;
    padding-top: 10px;
    margin-left: 20px;
}
.home-page .banner .image .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* background:rgba(47, 46, 41, 0.7);*/
    background: rgba(66,87,120,0.7);
}
.home-page .company-headings {
    width: 100%;
    /*display: table;*/
    /*margin: 0 auto;*/
    padding: 24px 0px;
    box-sizing: border-box;
    color: #fff;
    background-color: #3B4C73;
}



.company-name {
    width: 100%;
     background-color: #3B4C73;
     padding: 25px 0px;
     box-sizing: border-box;
}
.company-name-row {
    display: table;
    margin: 0 auto;

}
.company-name-row li {
    text-transform: uppercase;
    float: left;
    padding: 10px 0px;
    list-style-type: none;
}
.company-name .sub-heading {
    font-size: 16px;
     color: #fff;
     font-weight: 600;
}
.company-name-row li + li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 4px solid #70AACB;
    box-sizing: border-box;
}


.home-page .company-headings .container {
    padding: 0px;
}
.home-page .company-headings .each-heading {
    width: calc((100% - 28px) / 3);
    float: left;
    padding: 10px 0px;
    box-sizing: border-box;
    text-align: center;
}
.home-page .company-headings .each-heading + .each-heading {
    margin-left: 10px;
    border-left: 4px solid #70AACB;
}
.home-page .company-headings .each-heading .sub-heading {
    font-size: 16px;
    text-transform: uppercase;
}

.home-page .sector {
    text-align: center;
    padding: 60px 0px;
    box-sizing: border-box;
}
.home-page .sector .sector-images {
    margin-top: 60px;
}
.home-page .sector .sector-images a {
    width: calc((100% - 140px) / 3);
    float: left;

}
.home-page .sector .sector-images .each-image {
    padding-bottom: 15px;
}
.home-page .sector .sector-images .each-image:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.home-page .sector .sector-images a + a {
    margin-left: 70px;
}

.home-page .sector .sector-images .each-image .sub-heading {
    margin: 20px 0px 10px 0px;
}
.home-page .sector .sector-images .each-image a {
    font-size: 16px;
    color: #5C5C5C;
}
.home-page .sector .sector-images .each-image a:hover  {
    background-color: unset;
    color: #70AACB;
    border:none;
}
.home-page .sector .sector-images .each-image a:hover .right {
    border-color: #70AACB;
}
.home-page .sector .sector-images .each-image .right {
    border: solid #7D7D7D;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    box-sizing: border-box;
    margin-left: 5px;
}
.home-page .sector .sector-images .each-image .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.home-page .news-row  {
    background-color: #3B4C73;
    color: #fff;
    padding: 30px 0px;
    box-sizing: border-box;
}
.home-page .news-row .news-heading {
    width: 40%;
    float: left;
}
.home-page .news-row .news-heading .heading {
    text-align: center;
    /*margin-top: 10px;*/
    padding-top: 40px;
    box-sizing: border-box;
}
/*.home-page .news-row .news-content {
    width: 60%;
    text-align: left;
    float: left;
}*/

.home-page .news-row .news-content .heading {
   text-align: left;
    padding: 0px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 35px;
}
.home-page .news-row .news-content .news-text .text {
    float: left;
}
.home-page .news-row .news-content .news-text  a {
    float: left;
    margin-left: 5px;
    color: #70AACB;
}
.home-page .news-row .news-content .news-text  a:hover {
    color: #7D7D7D;
}

.home-page .our-products {
    padding: 40px 0px;
    box-sizing: border-box;
}
.home-page .our-products .heading {
    text-align: center;
    margin-bottom: 40px;
}
.home-page .our-products .all-products .each-product .each-product-image {
    float: left;
}
.home-page .our-products .all-products .each-product {
    display: table;
    margin: 0 auto;
    cursor: pointer;
}
.home-page .our-products .all-products .each-product .each-product-content {
    float: left;
    padding-left: 10px;
    max-width: 600px;
    display: inline-block;
    margin-top: 100px;
    box-sizing: border-box;
}
.home-page .our-products .all-products .each-product .each-product-content .heading {
    /*width: 100%;*/
    text-align: left;
    /*background-color: #165aa9;*/
    background-color: #51779C;
    padding: 16px 0px 16px 60px;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
}
.home-page .our-products .all-products .each-product .each-product-content .content {
    margin-left: 60px;
    padding-top: 30px;
    max-height: 150px;
    overflow: hidden;
    box-sizing: border-box;
}
.home-page .our-products .all-products .each-product .each-product-content .content .sub-heading {
    margin-bottom: 20px;
}
.home-page .our-products .all-products .each-product .each-product-content .content .text {
    font-weight: 300;
    line-height: 24px;
    font-size: 18px;
}
.home-page .our-products .all-products .bx-wrapper .bx-prev {
    left: 70px;
    background: url(../img/about/left.png);
    background-repeat: no-repeat;
}
.home-page .our-products .all-products .bx-wrapper .bx-next {
    right: 60px;
    background: url(../img/about/right.png);
    background-repeat: no-repeat;
}

.home-page .think-about {
    color: #fff;
    padding: 40px 0px;
    box-sizing: border-box;
    text-align: center;
    background-color: #3B4C73
}
.home-page .think-about .heading {
    font-size: 32px;
}
.home-page .sustain-turnkey {
    background-color:#51779C;
    width: 100%;
    color: #fff;
}
.home-page .sustain-turnkey .each-column {
    width: calc((100% - 2px) / 2);
    float: left;
    text-align: center;
    padding: 30px 30px;
    box-sizing: border-box;
}
.home-page .sustain-turnkey .each-column + .each-column {
    border-left: 2px solid #fff;
}
.home-page .sustain-turnkey .each-column .text {
    max-width: 510px;
    margin: 20px auto;
}
.home-page .sustain-turnkey .each-column .link a {
    border-radius: 0px;
    border: 2px solid #fff;
}
.home-page .Call-Back {
    width: 100%;
    text-align: center;
    padding: 50px 0px 40px 0px;
    box-sizing: border-box;
    background-color: #E8E8E8;
}
/*.home-page .Call-Back .input-field {
    width: calc((100% - 40px) / 3);
    float: left;
    padding: 8px 10px 8px 10px;
    box-sizing: border-box;
    border-width: 2px;
    margin: 40px 0px;
}*/
.home-page .Call-Back .input-field + .input-field {
    margin-left: 20px;
}
.form {
    margin: 0px auto;
    width: 60%;
}
.button {
    background-color: #3B4C73;
    color: white;
    padding: 6px 30px 6px 30px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 30px;
}
.button:hover {
    background-color: #51779C;
}
.form-field-row {
    width: 80%;
    margin: auto;
}
.form-section {
    margin-top: 30px;
}
.form-field-row .form-field {
    width: calc((100% - 30px) / 2);
    float: left;
}
.form-field-row .form-field + .form-field {
    margin-left: 30px;
}
.form-field-row + .form-field-row {
    margin-top: 10px;
}
.form-field-row .form-field input, .form-field-row .form-field select {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    box-sizing: border-box;
    border: none;
    font-family: 'Roboto', sans-serif;
}
.home-page .news-row .column2 {
    width: 50%;
    float: left;
}
.home-page .news-row .news-content + .news-content{
    margin-top:30px;
}
.home-page .news-popup-section .pop-up {
    display: none;
}

/*.popup-section {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9);

}*/
.home-page .news-popup-section .pop-up {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9);
    z-index: 99;
}
.home-page .news-popup-section .pop-up-content {
    color: #fff;
    position: relative;
    width: 800px;
    height: 550px;
    overflow-y: scroll;
    margin: 3% 10% 10% 20%;
    z-index: 999;
}
.home-page .news-popup-section .pop-up-content::-webkit-scrollbar{
   width: 8px;
   background-color: #fff;
   border: 1px solid #fff;
}
.home-page .news-popup-section .pop-up-content::-webkit-scrollbar-thumb{
   background-color: #acacac ! important;
   border: 1px solid #fff;
}
.home-page .news-popup-section .close-popup {
    float: right;
    padding: 50px;
}
.pop-up-content .heading {
    padding-bottom: 20px;
    font-weight: 300;
    line-height: 40px;
}
.news-slider-section .bx-wrapper .bx-pager {
    /*display: none ; */
    bottom: -40px;
}
.news-slider-section .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: none;
}
.news-slider-section .bx-wrapper .bx-controls-direction a {
    margin-left: -70px;
    /*display: none;*/
     background: url(../img/about/right-white.png);
    background-repeat: no-repeat;
}
.news-slider-section .bx-wrapper .bx-controls-direction .bx-next {
    margin-right: -50px;
     background: url(../img/about/right-white.png);
    background-repeat: no-repeat;
    /*display: none;*/
    /*box-sizing: border-box;*/
}
.news-slider-section .bx-wrapper .bx-controls-direction .bx-prev {
    margin-right: -30px;
     background: url(../img/about/left-white.png);
    background-repeat: no-repeat;
    /*display: none;*/
    /*box-sizing: border-box;*/
}

.news-slider-section .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #70AACB;
    border: 1px solid #70AACB;
}
.news-slider-section .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #70AACB;
    border: 1px solid #70AACB;
}
.sector-images a {
    color: #5a5758;
}
.sector-images a:hover {
    color: #70AACB;
}
/*.news-slider-section .bx-wrapper .bx-next {
    right: 60px;
    background: url(../img/about/right.png);
    background-repeat: no-repeat;
}*/

/*.home-page .news-content .heading {
    padding-bottom: 20px;
}*/
/*.form-field-row .form-field select option {
    padding-left: 20px;
    box-sizing: border-box;
}*/
/*.form-field-row .form-field placeholder {
    padding-left: 20px;
}*/
select {
    border-radius: 0px ! important;
    color: #585858;
    background-color: #fff;
}

@media(max-width: 767px) {
    .container {
        width: auto;
    }
    .hidden-xs {
        display: none;
    }
    .bx-wrapper img.hidden-xs {
        display: none;
    }
    .visible-md {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .bx-wrapper img.visible-xs {
        display: block;
    }
    .home-page .heading {
        font-size: 20px;
    }
    .home-page .sub-heading {
        font-size: 18px;
    }
    .link a {
        font-size: 11px;
        padding: 4px 8px;
    }
    /*.error-msg {
        padding-left: 40px;
    }*/

    .home-page .banner {
        width: 100%;
    }
    .home-page .banner .banner-content {
        width: 85%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }
    .home-page .banner .banner-content .text {
        max-width: unset;
        /*display: none;*/
    }
    .home-page .banner  .banner-content .play-icon-text {
        display: table;
        margin: 0 auto;
    }
    .home-page .banner .video-container .close-video-section {
        background-color: unset;
    }
    .home-page .company-headings .container {
        padding: 0px;
    }
    .home-page .company-headings .each-heading {
        width: 100%;
        float: none;
        padding: 10px 0px;
        box-sizing: border-box;
        text-align: center;
    }
    .home-page .company-headings .each-heading .sub-heading {
        font-size: 14px;
    }
    .home-page .company-headings .each-heading + .each-heading {
        margin-left: 0px;
        border-left: unset;
    }
    .home-page .sector {
        padding: 50px 0px 20px 0px;
    }
    .home-page .sector .sector-images {
        margin-top: 30px;
    }
    .home-page .our-products .all-products .each-product .each-product-content .content {
    max-height: 140px;
    }
    .home-page .sector .sector-images a {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
    .home-page .sector .sector-images a + a {
        margin-left: 0px;

    }
    .home-page .sector .sector-images .each-image {
        padding-bottom: 40px;
        box-sizing: border-box;
    }
    /*.home-page .sector .sector-images .each-image:nth-child(3n+3) {
        margin-bottom: 0px;
    }*/
    .home-page .news-row {
        padding: 30px 30px;
    }
    .home-page .news-row .heading {
        font-weight: 400;
    }
    .home-page .news-row .news-heading {
        width: 100%;
        float: none;
    }
    .home-page .news-row .news-heading .heading {
        margin-bottom: 10px;
        text-align: unset;
    }
    .home-page .news-row .news-content {
        width: 100%;
        float: none;
    }
    .home-page .news-row .news-content .heading {
        margin-bottom: 10px;
    }
    .home-page .news-row .news-content .news-text .text {
        float: none;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .home-page .our-products .all-products .each-product .each-product-image {
        width: 50%;
        margin: 0px auto;
        float: unset;
    }
    .home-page .our-products .all-products .each-product .each-product-content {
        margin-top: 18px;
        padding-left: 0px;
    }
    .home-page .our-products .all-products .each-product .each-product-content .content {
        padding-top: 20px;
    }
    .home-page .our-products .all-products .each-product .each-product-content .content .sub-heading {
        margin-bottom: 10px;
    }
    .home-page .our-products .all-products .bx-wrapper .bx-prev {
        top: auto;
        bottom: 0px;
        left: 130px;
        margin-bottom: -70px
    }
    .home-page .our-products .all-products .bx-wrapper .bx-next {
        top: auto;
        bottom: 0px;
        right: 110px;
        margin-bottom: -70px;
    }
    .home-page .think-about {
        padding: 30px 0px;
        margin-top: 60px;
    }
    .home-page .think-about .heading {
        font-size: 22px;
    }
    .home-page .sustain-turnkey .each-column {
        width: 100%;
        float: none;
        text-align: left;
    }
    .home-page .sustain-turnkey .each-column + .each-column {
        border-left: none;
    }

    .home-page .Call-Back {
        padding: 30px 0px 20px 0px;
    }
    .home-page .Call-Back .sub-heading {
        margin-bottom: 10px;
    }
    /*.home-page .Call-Back .form {
        width: 100%;
    }*/
    .home-page .Call-Back .input-field {
       /* width: 80%;*/
        float: none;
        /*margin: 10px 0px;*/
       /* width: 80%;*/
        /*margin-bottom: 15px;*/
    }
    .form-field-row .form-field select {
        width: 100%;
    }
    .home-page .Call-Back .input-field + .input-field {
        margin-left: 0px;
    }
    .home-page .Call-Back .button {
        margin-top: 20px;
    }
    .home-page .banner-content .sub-heading {
        font-size: 18px;
    }
    /*form starts here*/
    .form-field-row {
        width: 100%;
    }
    .form-field-row .form-field {
        width: 80%;
        margin: 0px auto;
        display: table;
        float: none;

    }
    .form-field-row .form-field + .form-field {
        margin-top: 10px;
        margin-left: 30px;

    }
    .home-page .news-popup-section .pop-up-content {
        width: 300px;
        height: 550px;
        margin: 10%;
    }
    .home-page .news-popup-section .pop-up-content .heading {
        line-height: 30px;
    }
    .home-page .news-popup-section .close-popup {
        padding: 10px;
    }

    /*.company-names {
        width: 100%;
         background-color: #3B4C73;
         padding: 25px 0px;
         box-sizing: border-box;
    }
    .company-name-row {
        display: table;
        margin: 0 auto;

    }*/

    /*.company-names .sub-heading {
        font-size: 16px;
         color: #fff;
    }*/
    .company-name-row li + li {
        margin-left: 0px;
        padding-left: 10px;
        border-left: 0px;
        box-sizing: border-box;
    }
    .company-name-row li {
        float: left;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        /*list-style-type: none;*/
    }

    .home-page .news-row {
            /*padding: 30px 30px;*/
            display: table;
            margin: 0 auto;
        }
        .home-page .news-row .column2 {
            width: 100%;
        }
        .news-slider-section .bx-wrapper .bx-controls-direction .bx-prev {
            left: -34px;
            margin-left: 0px;
        }
        .news-slider-section .bx-wrapper .bx-controls-direction .bx-next {
            right: -50px;
            margin-right: 0px;
        }
        .company-name .sub-heading {
            font-size: 14px;
            text-align: center;
        }


    .home-page .banner .image img {
            height: 350px ! important;
        }
    /*.each-image:not(:last-child) {
        margin-bottom: 0px;
    }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: auto;
    }
    .visible-xs {
        display: none;
    }
    .bx-wrapper img.visible-xs {
        display: none;
    }
    /*.header .menu-container .menu-items li + li {
        margin-left: 30px;
    }
    */
    .home-page .company-headings .each-heading .sub-heading {
        font-weight: 400;
    }
    .home-page .news-row {
        padding: 20px 0px;
    }
    .home-page .news-row .heading {
        font-weight: 400;
    }
    .home-page .news-row .news-content .heading {
        margin-bottom: 10px;
    }
    .home-page .news-row .news-content .news-text .text {
        margin-bottom: 10px;
    }
    .home-page .our-products {
        padding: 40px 0px 50px 0px;
    }
    .home-page .our-products .all-products .each-product {
        width: 50%;
        margin: 0px auto;
    }
    .home-page .our-products .all-products .each-product .each-product-content {
        margin-top: 30px;
    }
    .home-page .think-about .heading {
        font-size: 26px;
        font-weight: 400;
    }
    .home-page .Call-Back {
        padding: 30px 0px 40px 0px;
    }
    .home-page .Call-Back .form {
        width: 80%;
    }
    .home-page .Call-Back .input-field {
        padding: 6px 10px 6px 10px;
        /*margin: 30px 0px;*/
    }
    .home-page .banner-content .sub-heading {
        font-size: 20px;
    }
    .home-page .news-popup-section .pop-up-content {
        width: 600px;
        margin: 10%
    }

    .company-name-row li + li {
        margin-left: 0px;
        padding-left: 10px;
        border-left: 0px;
        box-sizing: border-box;
    }
    .company-name-row li {
        float: left;
        width: 100%;
        padding: 10px;
        text-align: center;
        box-sizing: border-box;
    }
     .home-page .banner .image img {
            height: auto ! important;
        }
        .home-page .news-row .column2 {
            width: 100%;
            margin: 0 auto;
        }
        .home-page .news-row .news-heading {
            margin-bottom: 20px;
            width: 100%;
        }
        .form {
            width: 80%;
        }
        .form-field-row + .form-field-row {
            margin-top: 20px;
        }
    /*.home-page .news-row .news-heading {
        width: 70%;
    }*/
}

@media (min-width: 992px) and (max-width: 1199px) {
   .container {
        width: auto;
    }
    .header{
      /*display: none;*/
    }
    .home-page .sub-heading {
        font-weight: 400;

    }
    .home-page .banner  .banner-content .sub-heading {
        font-size: 30px;
    }
    .home-page .banner  .banner-content .text {
        font-size: 18px;
        line-height: 24px;
    }
    .home-page .company-headings .each-heading .sub-heading {
        font-weight: 400;
        font-size: 13px;
    }
    .home-page .news-row .heading {
        font-weight: 400;
    }
    .home-page .our-products .all-products .each-product {
       /* width: 80%;
        margin: 0px auto;*/
    }
    .home-page .our-products .all-products .bx-wrapper .bx-prev {
        left: 20px;
    }
    .home-page .our-products .all-products .bx-wrapper .bx-next {
        right: 0px;
    }
    .home-page .think-about .heading {
        font-weight: 400;
    }
    .home-page .sustain-turnkey .each-column {
        padding: 30px 20px;
    }
    .home-page .sustain-turnkey .each-column .text {
        margin: 26px auto;
    }
    .home-page .Call-Back .form {
        width: 70%;
    }
    .home-page .news-popup-section .pop-up-content {
        margin: 10%;
        overflow: scroll;
    }
    .home-page .banner .image img {
            height: auto ! important;
        }
        .company-name-row .sub-heading {
            font-size: 14px;
        }
       /* .home-page .news-row .news-heading {
            width: 100%;
        }*/
         .home-page .news-row .column2 {
            width: 100%;
            margin: 0 auto;
        }
        .home-page .news-row .news-heading {
            margin-bottom: 20px;
            width: 100%;
        }
        .form {
            width: 80%;
        }
        .form-field-row + .form-field-row {
            margin-top: 20px;
        }
}


/*home page ends here */


 /* oureffort starts  here*/
 .oureffort-page {
    /*display: none;*/
 }
.oureffort-page .image-baner  {
    background-image: url(../img/oureffort/affirmed-networks-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px 70px 0px;
    box-sizing: border-box;
    /*background: rgba(44, 49, 55, .9);*/
    background: #48597C;
}
.oureffort-page .image-baner .content {
    text-align: center;
    color: #fff;
    width: 70%;
    margin: auto;
}
.oureffort-page .image-baner .content .heading  {
    margin-bottom: 30px;
    color: white;
    font-size: 30px;
    font-weight: 600;

}
.oureffort-page .image-baner .content .text {
    /*width: 53%;*/
    color: white;
    text-align: center;
    margin: 0px auto;
    font-size: 18px;
    font-weight: 300;
}
.oureffort-page .image-baner  .icons {
    width: 70%;
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: 30px auto;
}
.oureffort-page .image-baner  .icons .col {
    width: calc((100% - 2px) / 2);
    padding: 20px;
    box-sizing: border-box;
    color: white;
    float: left;
    text-align: center;
}
.oureffort-page .image-baner  .icons .col + .col {
    border-left: 2px solid #fff;
}

.oureffort-page .green-row{
    width: 100%;
    margin: auto;
}
.oureffort-page .green-row .green-row-image{
    width: calc(100% / 2);
    margin-top: 20px;
    padding: 75px 40px 75px 75px;
    box-sizing: border-box;
    float: left;
}
.oureffort-page .green-row .green-row-content{
    width: calc(100% / 2);
   /* margin-top: 7%;*/
    /*padding: 20px;*/
    padding: 98px 0px 0px 20px;
    box-sizing: border-box;
    float: left;
}
.oureffort-page .green-row .green-row-content .sub-heading {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}
.oureffort-page .green-row .green-row-content p {
    padding-right: 63px;
    box-sizing: border-box;
}
.oureffort-page .sms{
    /*background-color: #E8E8E8;*/
    /*padding: 40px 25px 90px 25px;*/
    box-sizing: border-box;
}
.oureffort-page .water-heading {
    background-color: #E8E8E8;
}
.oureffort-page .sms .heading{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.oureffort-page .sms .sms-row{
    width: 100%;
    /*padding-top: 15px;*/
    box-sizing: border-box;

}
.oureffort-page .sms .sms-row .each-col{
     /*width: calc(100% / 3); */
    /* float: left; */
    width: calc(100% / 3);
    float: left;
    /* padding-bottom: 50px; */
    padding: 0px 15px 50px 15px;
    text-align: justify;
    box-sizing: border-box;
}
.oureffort-page .sms .sms-row .each-col .each-col-image{
 text-align: center;
 padding-top: 10px;
 box-sizing: border-box;

}
.oureffort-page .sms .sms-row .each-col .sub-heading{
    /*text-align: center;*/
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 20px;
}
.oureffort-page .sms .sms-row .each-col .text{
 /*margin-top: 5px;*/
 padding: 5px 0px;
 box-sizing: border-box;
}
.oureffort-page .sms .sms-row .each-col .text p + p{
    margin-top: 10px;
}
.oureffort-page .sms .sms-row .each-col .text ul {
    padding-left: 20px;
    box-sizing: border-box;
}
.oureffort-page .joint-ventures{
    width: 100%;
    margin: auto;
}
.oureffort-page .joint-ventures .green-row-image{
    width: calc(100% / 2);
    margin-top: 20px;
    padding: 75px 0 75px 75px;
    box-sizing: border-box;
    float: left;
}
.oureffort-page .joint-ventures .green-row-content{
    width: calc(100% / 2);
   /* margin-top: 7%;*/
    padding: 98px 35px 0px 35px;
    box-sizing: border-box;
    float: left;
}
.oureffort-page .joint-ventures .green-row-content .sub-heading {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px 10px 0;
}
.oureffort-page .saving-sub-heading {
    padding-top: 50px;
    margin: 0px 0px 30px 0px;
}

    @media(max-width: 767px) {

        .oureffort-page .container {
            width: auto;
        }
        .oureffort-page .green-row .container, .oureffort-page .joint-ventures .container {
            padding: 0px;
        }
        .oureffort-page .image-baner {
            padding: 30px 0px 42px 0px;
        }
        .oureffort-page .image-baner .content .heading {
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: 600;
        }
        .oureffort-page .image-baner .content .text {
            width: 100%;
            padding: 8px;
            font-size: 16px;
            font-weight: 600;
            box-sizing: border-box;
            text-align: left;
        }
        .oureffort-page .image-baner .icons {
            width: 100%;
            margin-top: 30px;
         }
        .oureffort-page .image-baner .icons .col {
           width: calc((100% - 4px) / 3);
           font-size: 14px;
           font-weight: 600;
           padding: 8px;
           box-sizing: border-box;
        }
        .oureffort-page .sms .sms-row .each-col .text {
            padding: 0px;
        }
            /*.oureffort-page .green-row .green-row-image, .oureffort-page .green-row .green-row-content {
                width: 100%;
                margin: 0;
                padding: 0;
            }*/
        .oureffort-page .sms {
            margin-top: 20px;
        }
        .oureffort-page .image-baner, .oureffort-page .sms .sms-row .each-col  {
            width: 100%;
          }
        .oureffort-page .green-row .green-row-image, .oureffort-page .green-row .green-row-content,  .oureffort-page .joint-ventures .green-row-content {
            width: 100%;
              /*margin: 10px 0 0 0;*/
            /*  margin: 20px 0;*/
            padding: 10px;
          }
          .oureffort-page .green-row .green-row-content .sub-heading, .oureffort-page .joint-ventures .green-row-content .sub-heading {
            margin: 0px 0px 20px 0;
          }

        .oureffort-page .green-row .green-row-image, .oureffort-page .joint-ventures .green-row-image {
            width: 100%;
            margin: 20px 0;
            padding: 0;
          }
          .oureffort-page .green-row .green-row-content p, .oureffort-page .joint-ventures .green-row-content p{
            margin-left: 10px;
          }

       /*.oureffort-page .image-baner .image-baner{
        padding: 30px 0px 42px 0px;
       }
       .oureffort-page .image-baner .content .heading {

         }*/
     }
     @media (min-width: 768px) and (max-width: 991px) {
          .container {
            width: auto;
        }
        .oureffort-page .green-row .container, .oureffort-page .joint-ventures .container {
            padding: 0px;
        }
        .oureffort-page .image-baner {
            padding: 30px 0px 42px 0px;
        }
        .oureffort-page .image-baner .content .heading {
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: 600;
        }
        .oureffort-page .image-baner .content .text {
            width: 100%;
            padding: 35px;
            font-size: 16px;
            font-weight: 600;
            box-sizing: border-box;
            text-align: left;
        }
        .oureffort-page .image-baner .icons {
            width: 100%;
            margin-top: 30px;
            padding: 0px 35px;
            box-sizing: border-box;
         }
        .oureffort-page .image-baner .icons .col {
           width: calc((100% - 4px) / 3);
           font-size: 14px;
           font-weight: 600;
           padding: 8px;
           box-sizing: border-box;
        }
        /*.oureffort-page .green-row .green-row-image, .oureffort-page .green-row .green-row-content {
            width: 100%;
            margin: 0;
            padding: 0;
            }*/
        .oureffort-page .sms {
            margin-top: 20px;
        }
        .oureffort-page .image-baner, .oureffort-page .sms .sms-row .each-col  {
            width: 100%;
          }
        .oureffort-page .green-row .green-row-image, .oureffort-page .green-row .green-row-content,  .oureffort-page .joint-ventures .green-row-content {
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
          }
          .oureffort-page .green-row .green-row-content .sub-heading, .oureffort-page .joint-ventures .green-row-content .sub-heading {
            margin: 0px 0px 20px 0;
          }

        .oureffort-page .green-row .green-row-image, .oureffort-page .joint-ventures .green-row-image {
            width: 100%;
            margin: 20px 0;
            padding: 0;
          }
          .oureffort-page .green-row .green-row-content p, .oureffort-page .joint-ventures .green-row-content p{
            margin-left: 10px;
          }
      }

      @media (min-width: 992px) and (max-width: 1199px) {
         .container {
            width: auto;
        }
        .header {
            /*display: none;*/
        }
        .oureffort-page .image-baner  .icons {
            width: 85%;
        }
    }
    /* oureffort  ends here*/



/*contact page starts here*/

.contact-page .banner-image .overlay {
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   background: rgba(66,87,120,0.9);
}
 .error-msg {
        color: red;
    font-size: 12px;
    font-weight: 300;
    float: left;
    padding-top: 5px;
    padding-left: 10px;
    /*padding-left: 10px;*/
    text-align: center;
}

.contact-page .banner-image img {
    width: 100%;
    height: 800px !important;
}
.contact-page .banner-image {
    position: relative;
}
.contact-page .banner-content {
    /*position: absolute;
    top: 20%;
    color: #fff;
    margin-left: 20%;
    font-weight: bold;*/
    position: absolute;
    width: 80%;
    margin: auto;
    top: 20%;
    color: #fff;
    margin-left: 10%;
    font-weight: bold;
}

.contact-page .banner-content-row {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.contact-page  .banner-content-row .heading {
    margin: 20px 0px;
    font-size: 18px;
}
.contact-page  .banner-content-second-row {
    width: 100%;
    margin: auto;
}
.contact-page  .banner-content-second-row .column3 {
    width: calc((100% - 32px) / 2 );
    float: left;
    color: #000;
    background-color: #fff;
    padding: 20px 0px;
    box-sizing: border-box;
    text-align: center;
    /*border: 1px solid black;*/
    border-radius: 5px;
    height: 230px;

}
.contact-page  .third-row {
    margin-top: 20px;
}
.contact-page  .third-row .each-col {
    width: 100%;
    float: none;

}
.contact-page  .third-row .each-col + .each-col {
    margin-left: 0px;
}
.contact-page  .third-row .each-col .each-row {
    width: 100%;
}
.contact-page  .third-row .each-col .each-row .text {
    width: calc((100% - 30px) / 3 );
    float: left;
}
.contact-page  .third-row .each-col .each-row .text + .text {
    margin-left: 10px;
}
.contact-page  .banner-content-second-row .column3 + .column3 {
    margin-left: 30px;
    box-sizing: border-box;
}
.contact-page  .banner-content-second-row .column3 .heading {
    padding-bottom: 15px;
    box-sizing: border-box;
    font-weight: bold;
}
.contact-page  .banner-content-second-row .column3 .text {
    line-height: 30px;
    font-weight: 300;
}
.contact-page .contact-support{
    width: 50%;
    margin: auto;
    margin-top: 50px;
}
.contact-page .contact-support .heading{
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 20px;

}
.contact-page .contact-support .sub-heading{
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.contact-page .contact-support .contact-support-links a{
    color: white;
    /*border: 1px solid black;
    background-color: #3B4C73;
    border-radius: 3px;
    padding: 8px 25px 8px 25px;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 600;*/
}
/*.contact-support-links li {

}*/
.contact-page .contact-support .contact-support-links li {
    width: 140px;
    text-align: center;
    border: 1px solid black;
    background-color: #3B4C73;
    border-radius: 3px;
    /* padding: 8px 25px 8px 25px; */
    cursor: pointer;
    padding: 9px 0px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
}
.contact-page .contact-support .contact-support-links li + li {
    margin-left: 15px;
}

.contact-page .contact-support .contact-support-links li:hover{
    color:#70AACB;
    background-color: #5a5758;
}

.contact-page .email-us {
    width: 100%;
    background-color: #E8E8E8;
    padding-bottom: 50px;
    display: none;
    position: relative;
}

.contact-page .email-us .heading{
    text-align: center;
    padding-top: 50px;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
}

.contact-page .email-us .email-form{
    text-align: center;
    /*margin:20px 50px 50px 50px;*/
}
.contact-page .email-us .email-form #btn{
    background-color: #3B4C73;
    color: white;
    padding: 5px 30px 5px 30px;
    margin-top: 20px;
    box-sizing: border-box;
}
.contact-page .email-us .email-form .form-field {
    margin: 5px 0 5px 0;
    padding: 5px;
    box-sizing: border-box;
}
/*.contact-page .email-us .email-form placeholder {
    padding-left: 20px;
    box-sizing: border-box;
}*/
.contact-page .email-us .email-form .form-field .form-area {
    width: 20%;
    height: 26px;
    border: none;
    padding-left: 20px;
}
.contact-page.email-us .email-form .text-field {
    margin: 5px 0 5px 0;
    padding: 5px;
    box-sizing: border-box;
}
.contact-page .email-us .email-form .text-field .input-field {
    width: 20%;
    height: 90px;
    border: none;
    padding-left: 20px;
}
/*afert*/
.contact-page .email-us:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: auto;
    top: -20px;
    left: 49%;
    margin-left: -4px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 24px solid #E8E8E8;

}
.contact-page .contact-support .contact-support-links:after {
    display: block;
}
.contact-page .call-me {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    background-color: #E8E8E8;
    text-align: center;
    padding: 50px 0px;
    box-sizing: border-box;
    display: none;
    position: relative;
}
.contact-page.call-me .heading{
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
}
/*.contact-page .call-me .form-field{
    text-align: center;
    margin: 5px 0 5px 0;
    padding: 5px;
    box-sizing: border-box;
}

.contact-page .call-me .btn-field {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.contact-page .call-me .btn-field #btn-call {
    background-color: #3B4C73;
    color: white;
    padding: 5px 10px 5px 10px;
}*/

/*after*/
.contact-page .call-me:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: auto;
    top: -20px;
    left: 38%;
    margin-left: -4px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 24px solid #E8E8E8;
}
.contact-page .contact-support .contact-support-links:after {
    display: block;
}
.contact-page .locate-us {
    width: 100%;
    background-color: #E8E8E8;
    text-align: center;
    padding: 50px 0px;
    display: none;
    position: relative;
}
.contact-page .locate-us iframe {
    width: 600px;
    height: 450px;
}
.contact-page .locate-us:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: auto;
    top: -20px;
    left: 60%;
    margin-left: -4px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 24px solid #E8E8E8;
}
.contact-page .contact-support .contact-support-links:after {
    display: block;
}
.contact-page .contact-support-links {
    /*width: 70%;*/
    display: table;
    margin: 20px auto;
}
.contact-page .contact-support-links li  {
    width: auto;
    float: left;
    list-style-type: none;
}
.contact-page .contact-support-links li + li {
    padding-left: 30px;
    box-sizing: border-box;
}
@media(max-width: 767px) {
.contact-support-links {
    width: 100%;
    margin-left: 0px;

}
.contact-page .contact-support .contact-support-links {
    width: 35%;
    text-align: center;
}
.contact-page .contact-support {
    width: 100%;
}
.contact-page .contact-support-links li + li {
    padding-left: 0px;
}
.contact-page .contact-support-links li {
    width: 100%;
    margin-bottom: 20px;
}
.contact-page .banner-content {
    position: relative;
    background-color: #445A76;
    padding: 20px 0px;
    box-sizing: border-box;
    /*margint: 0px;*/
    width: 100%;
    margin: 0px;
}
.contact-page .banner-content-row {
    width: 80%;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.contact-page  .banner-content-second-row .column3 {
    width: 100%;
    margin-bottom: 20px;
}
.contact-page .banner-content-second-row .column3 {
    height: auto;
}
.contact-page  .banner-content-second-row .column3 + .column3 {
    margin-left:  0px;
}
.contact-page .third-row .each-col {
    height: 450px;
}
.contact-page .third-row .each-col .each-row .text {
    width: 100%;
}
.contact-page .third-row .each-col .each-row .text + .text {
    margin-left: 0;
    margin-top: 20px;
}
.contact-page  .heading {
    margin: 10px 0;
    padding: 0;
}
.contact-page .call-me .heading {
    padding-top: 10px;
    box-sizing: border-box;
}
.contact-page  .email-us .email-form .form-field .form-area, .contact-page  .email-us .email-form .text-field .input-field, .contact-page  .locate-us {
   width: 100%;
 }
 .contact-page .contact-support .contact-support-links li + li {
    margin-left: 0px;
 }
 .contact-page .locate-us iframe {
    /*margin-top: 10px;*/
    width: 300px;
    height: 300px;
}
.contact-page .locate-us {
    padding: 20px 0px;
    box-sizing: border-box;
}
.contact-page .email-us .email-form{
    width: 60%;
    margin: 0 auto;
}
.contact-page .call-me {
    padding: 10px 0px;
}
.form {
    width: 80%;
}
.contact-page .call-me:after,
.contact-page .email-us:after,
.contact-page .locate-us:after {
    display: none;
}

.contact-page .banner-image img {
    height: auto !important;
}

}
 @media (min-width: 768px) and (max-width: 991px) {

 .contact-page .contact-support-links {
    width: 52%;
 }
.contact-page .banner-content-row {
    margin-top: 50px;
    /*width: 50%;*/
}
 .contact-page .banner-content-row .text{
    width: 100%;
 }

.contact-page .banner .banner-content  .banner-content-second-row {
    width:100%;
    padding: 20px;
    box-sizing: border-box;

 }
 .contact-page .locate-us:after {
    top: -23px;
    left: 67%;
}

 .contact-page .email-us:after {
    top: -23px;
 }
 .contact-page  .email-us .email-form .form-field .form-area, .contact-page  .email-us .email-form .text-field .input-field {
   width: 50%;
 }
 .contact-page .call-me:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: auto;
    top: -23px;
    left: 30%;
    margin-left: -4px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 24px solid #E8E8E8;
}
.contact-page .banner-content {
   top: 0px;
    /* margin-left: 0px; */
    width: 100%;
    margin: 0px;
}
.contact-page .contact-support {
    width: 60%;
}
.contact-page .contact-support-links {
    width: 100%;
}
.contact-page .locate-us iframe {
    /*margin-top: 10px;*/
    width: 600px;
    height: 400px;
}
.contact-page .locate-us {
    padding: 20px 0px;
    box-sizing: border-box;
}
}

 @media (min-width: 992px) and (max-width: 1199px) {
.contact-page .contact-support-links {
        width: 100%;
}
.contact-page .contact-support {
    width: 45%;
}
.contact-page .call-me:after {
    top: -23px;
    left: 34%;
}
.contact-page .email-us:after {
    top: -23px;
    left: 48%;
 }
 .contact-page .locate-us:after {
    top: -23px;
    left: 61%;
 }
 .contact-page .banner-content {
    top: 50px;
    margin-left: 10%;
    margin-top: 10%;
}
}

/*contact page ends here*/


/*Support page starts here*/
.support-page .image-baner  {
    background-image: url(../img/support/affirmed-networks-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px 70px 0px;
    box-sizing: border-box;
    /*background: rgba(44, 49, 55, .9);*/
    background: #48597C;
}
.support-page .image-baner .content {
    text-align: center;
    color: #fff;
}
.support-page .image-baner .content .heading  {
    color: white;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.support-page .image-baner .content .sub-heading {
    width: 60%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0px auto;
}
.support-page .image-baner  .field {
    width: 56%;
    /*color: white;*/
    text-align: center;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 40px
}
.support-page .image-baner  .field #search {
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    padding: 13px;
    box-sizing: border-box;
}


.support-page .service-row{
    width: 60%;
    margin: auto;
}

.support-page .service-row .service-row-images{
    width:calc(100% / 2);
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    float: left;

}
.support-page .service-row .service-row-images .service-row-content{
    margin-top: 20px;
    /*padding-left: 30px;*/
    box-sizing: border-box;
}
.support-page .service-row .service-row-images .service-row-content .gs-link {
    padding-left: 5px;
    box-sizing: border-box;

}
.support-page .service-row .service-row-images .service-row-content .sub-heading{
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
}
.support-page .service-row .service-row-images .service-row-content p{
    margin-top: 5px;
    margin-bottom: 10px;
}

.support-page .service-row .service-row-images .service-row-content a:hover{
    color:black;
}
.support-page .annual-care-plan{
    width: 100%;
    background-color: #E8E8E8;
    /*margin-top: 25px;*/
    /*padding-top: 25px;
    box-sizing: border-box;*/
}
.support-page .annual-care-plan .annual-care-plan-img{
 width: calc(100% / 2);
 float: left;
}
.support-page .annual-care-plan .annual-care-plan-text{
 width: calc(100% / 2);
 background-color: #E8E8E8;
 float: left;
}
.support-page .annual-care-plan-text .annual-care-plan-col-content {
    padding: 70px;
    box-sizing: border-box;
}
.support-page .annual-care-plan .annual-care-plan-text .annual-care-plan-col-content .annual-care-plan-col-content-link{
   text-align: center;
}
.support-page .annual-care-plan .annual-care-plan-text .annual-care-plan-col-content .sub-heading{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 15px 0;
  box-sizing: border-box;
}
.support-page .annual-care-plan .annual-care-plan-text .annual-care-plan-col-content p{
  margin-left: 20px;
  padding: 10px 0;
}
.support-page .annual-care-plan .annual-care-plan-text .annual-care-plan-col-content .annual-care-plan-col-content-link{
   text-align: center;
   margin-top: 10px;
}
.support-page .annual-care-plan .annual-care-plan-text .annual-care-plan-col-content .annual-care-plan-col-content-link a{
  color: white;
  background-color: #3B4C73;
  border: 1px solid black;
  border-radius: 3px;
  padding: 8px 25px 8px 25px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 600;
}
.support-page .annual-care-plan .annual-care-plan-text .annual-care-plan-col-content .annual-care-plan-col-content-link a:hover{
  color: black;
  background-color: white;

}
.support-page .contact-support{
    margin: 5px;
    padding: 5px;
    box-sizing: border-box;
}
.support-page .contact-support .heading{
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 20px;

}
.support-page .contact-support .sub-heading{
   text-align: center;
   font-size: 24px;
   font-weight: 900;
}
.support-page .contact-support .contact-support-links{
   text-align: center;
   margin: 20px 0px;
}
.support-page .contact-support .contact-support-links a{
   color: white;
   border: 1px solid black;
   background-color: #3B4C73;
   border-radius: 3px;
   margin: 4px;
   padding: 14px 33px ;
   box-sizing: border-box;
   font-size: 12px;
   font-weight: 600;

}
.support-page .contact-support .contact-support-links a:hover{
   color:black;
   background-color: white;
}

.support-page .email-us {
    width: 100%;
    background-color: #E8E8E8;
    padding-bottom: 50px;
    display: none;
    position: relative;
}

.support-page .email-us .heading{
    text-align: center;
    padding: 50px 0px 20px 0px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
}

.support-page .email-us .email-form{
    text-align: center;
   /*margin:20px 50px 50px 50px;*/
}
.support-page .email-us .email-form #btn{
   background-color: #3B4C73;
   color: white;
   padding: 5px 30px 5px 30px;
   box-sizing: border-box;
}
.support-page .email-us .email-form #btn:hover {
    background-color: #51779C;
}
.support-page .email-us .email-form .form-field {
   margin: 5px 0 5px 0;
   padding: 5px;
   box-sizing: border-box;
}
.email-us .error-msg {
    float: none;
}
/*.support-page .email-us .email-form .form-field .form-area {
    height: 26px;
    font-size: 12px;
}*/
.support-page .email-us .email-form .form-field .form-area {
    width: 20%;
    height: 26px;
    border: none;
    padding-left: 10px;
    font-size: 12px;
        /*padding: 3px;
        box-sizing: border-box;*/
}
    /*.support-page .email-us .email-form .text-field textarea{
      padding-bottom: 70px;
      padding-left: 91px;
      box-sizing: border-box;
      }*/
.support-page .email-us .email-form .text-field {
    margin: 5px 0 5px 0;
    padding: 5px;
    box-sizing: border-box;
}
   .support-page .email-us .email-form .text-field .input-field {
    width: 20%;
    height: 90px;
    border: none;
    padding-left: 10px;
}
/*afert*/
.support-page .email-us:after {
     content: "";
     width: 0;
     height: 0;
     position: absolute;
     bottom: auto;
     top: -20px;
     left: 55%;
     margin-left: -4px;
     border-left: 18px solid transparent;
     border-right: 18px solid transparent;
     border-bottom: 24px solid #E8E8E8;

}
.support-page .contact-support .contact-support-links:after {
    display: block;
}
.support-page .call-me {
    width: 100%;
    background-color: #E8E8E8;
    text-align: center;
    padding-bottom: 50px;
    box-sizing: border-box;
    display: none;
    position: relative;
}
.support-page .call-me .heading{
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
}
/*.support-page .call-me .form-field{
    text-align: center;
    margin: 5px 0 5px 0;
    padding: 5px;
    box-sizing: border-box;
}

.support-page .call-me .btn-field {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.support-page .call-me .btn-field #btn-call {
    background-color: #3B4C73;
    color: white;
    padding: 5px 10px 5px 10px;
}*/

/*after*/
.support-page .call-me:after {
     content: "";
     width: 0;
     height: 0;
     position: absolute;
     bottom: auto;
     top: -20px;
     left: 44%;
     margin-left: -4px;
     border-left: 18px solid transparent;
     border-right: 18px solid transparent;
     border-bottom: 24px solid #E8E8E8;

}
.support-page .contact-support .contact-support-links:after {
    display: block;
}
.support-page .locate-us {
    width: 100%;
    background-color: #E8E8E8;
    text-align: center;
    padding-bottom: 90px;
    display: none;
}

@media(max-width: 767px) {
    .support-page .service-row .container {
    padding: 0;
}
.support-page .service-row {
    width: 100%;
    margin: 0;
    padding: 0;
}
 .support-page .annual-care-plan .annual-care-plan-img, .support-page .annual-care-plan .annual-care-plan-text {
    width: 100%;
    margin-top: 20px;
    padding: 0}
.support-page .image-baner .content .sub-heading, .support-page .image-baner  .field {
    width: 100%;
}
.support-page .image-baner  .field #search {
    width: 80%;
    padding: 8px;
    box-sizing: border-box;
}
.support-page .service-row .service-row-images {
    width: 100%;
  /*margin: 0;*/
    padding: 0;
    box-sizing: border-box;
}
.support-page .annual-care-plan-text  .annual-care-plan-col-content {
    padding: 20px 10px;
    box-sizing: border-box;
}
.support-page .annual-care-plan .annual-care-plan-text .annual-care-plan-col-content .annual-care-plan-col-content-link{
    margin-bottom: 10px;
}
.support-page .annual-care-plan .annual-care-plan-text .annual-care-plan-col-content p {
    padding: 10px;
    box-sizing: border-box;
    margin-left: 0px;
    margin-bottom: 10px;
}
.support-page .contact-support .heading {
    margin: 10px 0;
    padding: 0;
}
.support-page .email-us .email-form .form-field .form-area, .support-page .email-us .email-form .text-field .input-field {
    width: 60%;
}

 .support-page .service-row .service-row-images .service-row-content .gs-link {
    padding: 0;
}
.support-page .service-row .service-row-images .service-row-content {
    margin-top: 20px;
    padding-left: 10px;
    /*padding-top: 10px;*/
    box-sizing: border-box;
}
.support-page .email-us:after {
    left: 66%;
}
.support-page .call-me:after {
    left: 31%;
}
/*.support-page .contact-support {
    margin-top: 20px;
}*/
}

        @media (min-width: 768px) and (max-width: 991px) {
            .container {
                width: auto;
            }
            .visible-xs {
                display: none;
            }
            .bx-wrapper img.visible-xs {
                display: none;
            }
            .header .menu-container .menu-items li + li {
                margin-left: 30px;
            }

            /*Header starts here*/
            .header {
                /*display: none;*/
            }
    .support-page .service-row .container {
    padding: 0;
}
.support-page .service-row {
    width: 100%;
    margin: 0;
    padding: 0;
}
 .support-page .annual-care-plan .annual-care-plan-img, .support-page .annual-care-plan .annual-care-plan-text {
    width: 100%;
    margin-top: 20px;
    padding: 0;
}
.support-page .image-baner .content .sub-heading, .support-page .image-baner  .field {
    width: 100%;
}
.support-page .image-baner  .field #search {
    width: 50%;
    padding: 8px;
    box-sizing: border-box;
}
.support-page .service-row .service-row-images {
  width: calc((100% - 20px) / 2);
  /*margin: 0;*/
  padding: 0;
  box-sizing: border-box;
}
.support-page .service-row .service-row-images + .service-row-images {
    margin-left: 20px;
}

.support-page .annual-care-plan-text  .annual-care-plan-col-content {
    padding: 30px 20px;
  box-sizing: border-box;
}
.support-page .annual-care-plan .annual-care-plan-text .annual-care-plan-col-content .annual-care-plan-col-content-link{
    margin-bottom: 10px;
}
.support-page .annual-care-plan .annual-care-plan-text .annual-care-plan-col-content p {
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.support-page .contact-support .heading {
    margin: 10px 0;
    padding: 0;
}
.support-page .email-us .email-form .form-field .form-area, .support-page .email-us .email-form .text-field .input-field {
    width: 50%;
}

 .support-page .service-row .service-row-images .service-row-content .gs-link {
    padding: 0;
}
.support-page .service-row .service-row-images .service-row-content {
    margin-top: 20px;
    padding-left: 10px;
    /*padding-top: 10px;*/
    box-sizing: border-box;
}
.header .menu-container .menu-items li + li {
    margin-left: 15px;
}

    }

    @media (min-width: 992px) and (max-width: 1199px) {
     .container {
        width: auto;
    }
    .header {
        /*display: none;*/
    }
    .support-page .annual-care-plan-text .annual-care-plan-col-content {
      padding: 15px;
      box-sizing: border-box;
  }
}
/*support page ends here*/




/*Footer page starts here*/
.footer {
    width: 100%;
     background-color: #555555;
}
/*.footer .footer-row {
    width: 70%;
    margin: auto;
}*/
.footer .footer-row .column4 {
    /*width: calc(100% / 3);*/
    width: auto;
    float: left;
    margin: 40px auto;

}
.footer .footer-row .column4 + .column4 {
    padding-left: 120px;
    box-sizing: border-box;
}
.footer .social-icons  {
    margin-bottom: 15px;
}
.footer .social-icons a + a {
    padding-left: 20px;
    box-sizing: border-box;
}
.footer .footer-row .column4 .headers {
    font-weight: bold;
    color: #FFFFFF;
    /*color: red;*/
    padding-bottom: 15px;
    box-sizing: border-box;
}
.footer .footer-row .column4  li {
    list-style-type: none;
}
.footer .footer-row .column4  li + li {
    padding-top: 15px;
    box-sizing: border-box;
}
.footer .footer-row .column4  a {
    color: #FFFFFF;
}
.footer .footer-row .column4  a:hover{
  color: #70AACB;
}
.footer .sub-footer-row {
    width: 100%;
    margin: auto;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}
.footer hr {
    opacity: 0.4;
}
.footer .input_name {
    width: 90%;
    height: 25px;
}
.footer .last-column {
    text-align: center;
}
.footer #sign-up-button {
    margin-top: 15px;
    padding: 5px 16px;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    color: #fff;
    border-radius: 0px;
    background-color: #555555;
}
.footer #sign-up-button:hover {
  background-color: #70AACB;
}
.sub-footer-row a {
    color: #fff;
}
.sub-footer-row a:hover {
    color: #70AACB;
}
/*.resp-tabs-list li {
    float: left;
}*/
.footer .footer-row-details {
    display:table;
     margin:0 auto;
}
.footer .column {
    float: left;
}
.footer .column + .column {
    padding-left: 80px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    /*.container {
        width: auto;
    }
    .hidden-xs {
        display: none;
    }
    .bx-wrapper img.hidden-xs {
        display: none;
    }
    .visible-md {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .bx-wrapper img.visible-xs {
        display: block;
    }*/
    .footer .footer-row {
        width: 100%;
    }
   /* .footer .footer-row .column4 + .column4 {
        padding: 0px;
    }*/
    /*.footer .footer-row .column4 {
        width: 33.33%;
        margin: 20px 0px;
    }*/
    /*.footer .footer-row .column4.last-column {
        width: 100%;
    }*/
    /*.footer .sub-footer-row {
        width: 100%;
        padding: 0px 10px 10px 10px;
        box-sizing: border-box;
    }*/
     .footer .column {
        width: 33.33%;
        float: left;
     }
     .footer .column + .column {
        padding-left: 0px;
     }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: auto;
    }
    .visible-xs {
        display: none;
    }
    .bx-wrapper img.visible-xs {
        display: none;
    }
    .footer .column + .column {
        padding-left: 50px;
     }


}

/*Footer page ends here*/

/*tutnkey page starts here*/

.turnkey-page .turnkey-row {
    width: 100%;
    margin-top: 40px;
}
.turnkey-page .turnkey-row-image {
    width: 100%;
    text-align: center;
}
.turnkey-page .turnkey-row-content {
    width: 100%;
    float: left;
    padding-left: 40px;
    padding-top: 40px;
    box-sizing: border-box;
}
.turnkey-page .turnkey-row-content .heading {
    font-weight: bold;
    color: #5A5A5A;
    font-size: 26px;

}
.turnkey-page .turnkey-row-content p {
    padding-top: 20px;
}
.turnkey-page .turnkey-row .column3 {
    width: calc(100% / 3);
    float: left;
    /* padding-bottom: 50px; */
    padding: 0px 30px 50px 30px;
    text-align: justify;
    box-sizing: border-box;
    min-height: 320px;
}
/*.turnkey-page .turnkey-row .column3:nth-child(3n + 1) {
    clear: both;
}*/
.turnkey-page .process-row  .heading {
    padding-bottom: 50px;
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.turnkey-page .process-row {
    margin-top: 80px;
}
.turnkey-page .column3-heading {
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}
.turnkey-page .column3-image {
    text-align: center;
}




@media(max-width: 767px) {
   /*.container {
        width: auto;
    }
    .hidden-xs {
        display: none;
    }
    .bx-wrapper img.hidden-xs {
        display: none;
    }
    .visible-md {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .bx-wrapper img.visible-xs {
        display: block;
    }*/
    .turnkey-page .heading {
        font-size: 20px ! important;
    }
    .turnkey-page .sub-heading {
        font-size: 18px ! important;
    }
    .turnkey-page .turnkey-row {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .turnkey-page .turnkey-row-image {
        width: 100%;
        float: none;
    }
    .turnkey-page .turnkey-row-content {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-top: 0px;
    }
    .turnkey-page .turnkey-row-content .heading {
        padding-top: 20px;
    }
    .turnkey-page .turnkey-row-content p {
        padding-top: 15px;
    }
    /*.turnkey-page .process-row .heading {
        text-align: left;
    }*/
    .turnkey-page .process-row  .heading {
        padding-bottom: 20px;
    }
    .turnkey-page .turnkey-row .column3 {
        width: 100%;
        float: none;
        padding: 0px 0px 24px 0px;
        text-align: left;
        min-height: auto;
    }
    .turnkey-page .column3-heading {
        padding: 12px 0px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    /*.container {
        width: auto;
    }
    .visible-xs {
        display: none;
    }
    .bx-wrapper img.visible-xs {
        display: none;
    }
    .header .menu-container .menu-items li + li {
        margin-left: 30px;
    }*/
    .turnkey-page .turnkey-row {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .turnkey-page .turnkey-row-image {
        width: 100%;
        float: none;
    }
    .turnkey-page .turnkey-row-content {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-top: 40px;
    }
    .turnkey-page .process-row  .heading {
        padding-bottom: 40px;
    }
    .turnkey-page .turnkey-row .column3 {
        width: calc(100% / 2);
    }
    .turnkey-page .turnkey-row .column3:nth-child(even) {
        clear: both;
    }
    .turnkey-page .column3-heading {
        padding: 16px 0px;
    }
}

/*turnkey page ends here*/

.contact-page .banner-content-row .text a {
    color: #fff;
}
.contact-page .banner-content-second-row .column3 .text a {
    color: #000;
}

@media (min-width: 1800px) and (max-width: 2800px) {
  .contact-page .banner-content {
      top: 5%;
  }
}
