
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */
@import url(bootstrap.min.css);
@import url(animate.css);
/*@import url(owl.carousel.css);*/
/*@import url(magnific-popup.css);*/
@import url(classy-nav.min.css);
@import url(font-awesome.min.css);
@import url(themify-icons.css);
@import url(nice-select.css);
@import url(jquery-ui.min.css);

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif; }

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;}
  a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none; }


/*====================================================
color set begin
======================================================*/
    .cl-white {
        color: #fff;
    }

    .cl-light-gray {
        color: #F1F6F8;
    }

    .cl-dark-blue {
        color: #092034;
    }

    .cl-blue {
        color: #22334f;
    }

    .cl-light-blue{
        color: #274685;
    }

    .cl-sky {
        color: #3db3c5;
    }

    .bg-light-gray {
        /*background: #F3F5FA;*/
        /*background: #F1F6F8;*/
        background: #f3f5fa;
    }

    .bg-gradiant {
        /*background-image: linear-gradient(to right, #274685, #3db3c5);*/
        background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
        /*background: -moz-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);*/
        /* ff3.6+ */
        /*background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34, 155, 242, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));*/
        /* safari4+,chrome */
        /*background: -webkit-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);*/
        /* safari5.1+,chrome10+ */
        /*background: -o-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);*/
        /* opera 11.10+ */
    }

    .bx-shadow{
        /*background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));*/
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
/* color set end ======================================================*/
/*======[set tools begin]=========*/
.padding-margin-0{
    padding: 0; 
    margin: 0;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1px;
    padding: 0;
    margin: 0 0 13px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c5d6e4/*#F1F6F8*/;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #00FFFF;
    margin: 4px 10px;
}

.section-title h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f0f2f1/*#2a2c39*/;
    padding: 0;
    margin: 0;
}

.section-title-all {
  padding-bottom: 20px;
}

.section-title-all h2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1px;
    padding: 0;
    margin: 0 0 13px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #71829d/*#F1F6F8*/;
}

.section-title-all h2::after {
    content: "";
    width: 120px;
    height: 2px;
    display: inline-block;
    background: #4ba5d4;
    margin: 4px 10px;
}

.section-title-all h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #183456/*#2a2c39*/;
    padding: 0;
    margin: 0;
}
/*======[set tools end]=========*/

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-100 {
  margin-top: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-100 {
  margin-bottom: 100px; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-transparent {
  background-color: transparent; }

.bg-transparent-dark {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-transparent-light {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

.section-padding-100 {
  padding: 100px 0; }

.section-padding-50 {
  padding: 50px 0; }

.section-padding-50-0 {
  padding: 50px 0 0 0; }

.section-padding-100-70 {
  padding: 100px 0 70px; }

.section-padding-100-50 {
  padding: 100px 0 50px; }

.section-padding-100-0 {
  padding: 100px 0 0; }

.section-padding-0-100 {
  padding: 0 0 100px; }

.section-padding-100-20 {
  padding: 100px 0 20px 0; }

.bg-fixed {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #947054;
    opacity: 0.7;
    content: ''; }

.bg-overlay-black {
  position: relative;
  z-index: 1; }
  .bg-overlay-black::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    content: ''; }

.bg-overlay-white {
  position: relative;
  z-index: -1; }
  .bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: ''; }

.gradient-background-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0) 100%); }

.bg-gray {
  background-color: #f5f7f9; }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch; }

.gradient-background-overlay {
  position: relative;
  z-index: 3; }

/* :: 4.0 Preloader Area CSS */
#preloader {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  background-color: #37517e; }

.south-load {
  -webkit-animation: 1500ms linear 0s normal none infinite running south-load;
  animation: 1500ms linear 0s normal none infinite running south-load;
  background: transparent;
  border-color: #ffffff;
  border-top-color: #3db3c5;
  border-left-color: #3db3c5;
  border-right-color: #3db3c5;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 50px;
  left: calc(50% - 25px);
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9; }

@-webkit-keyframes south-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes south-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* :: 5.0 Scroll Up Area CSS */
#scrollUp {
  bottom: 4px;
  right: 4px;
  /*box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);*/
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  font-size: 20px;
  height: 40px;
  width: 25px;
  border-radius: 25px 25px 25px 25px;
  /*background-color: #ffffff;*/
  color: #274685;
  border: 2px solid #274685;
  text-align: center;
  line-height: 38px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    line-height: 30px;
    color:#ffffff;
    background-color: #274685; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
      bottom: 4px;
      right: 4px;
      height: 40px;
      width: 25px;
      line-height: 38px; } }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 4px;
      right: 4px;
      height: 40px;
      width: 25px;
      line-height: 38px; } }

/* :: 6.0 Section Heading Area CSS */
.section-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 100px; }
  .section-heading img {
    margin-bottom: 10px; }
  .section-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading p {
    color: #947054;
    font-size: 14px;
    margin-bottom: 0;
    font-style: italic; }

/* :: 7.0 South Button CSS */
.south-btn {
  position: relative;
  z-index: 1;
  min-width: 170px;
  height: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #947054;
  border-radius: 0;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase; }
  .south-btn.active, .south-btn:hover, .south-btn:focus {
    color: #ffffff;
    background-color: #000000; }
  .south-btn.btn-2 {
    border: 2px solid #947054;
    background-color: transparent;
    color: #947054;
    line-height: 46px; }
    .south-btn.btn-2:hover, .south-btn.btn-2:focus {
      color: #ffffff;
      background-color: #947054; }
  .south-btn.btn-3 {
    border: 2px solid #000000;
    background-color: transparent;
    color: #000000;
    line-height: 46px; }
    .south-btn.btn-3:hover, .south-btn.btn-3:focus {
      color: #ffffff;
      background-color: #000000; }

/* :: 8.0 Header Area CSS */
.dark .classynav ul li .dropdown,
.dark .classy-nav-container,
.dark .classynav ul li .megamenu,
.dark .breakpoint-on .classynav > ul > li > a,
.dark .breakpoint-on .classy-navbar .classy-menu {
  background-color: #22334f; }

.classy-nav-container .classy-navbar .classy-menu .classynav .megamenu .single-mega .title{
    text-align: center;
    background: #092034;
}

@media only screen and (max-width: 992px){
    .classy-nav-container .classy-navbar .classy-menu .classynav .megamenu .img-view{
        visibility: hidden;
        display: none;
    }
}

.classy-menu .classynav .active{
    color: #00feff;
}

.classy-menu .classynav a:hover {
    color: #00feff;
    /*border-bottom: 2px solid #00feff;*/
}

.header-area {
  /*position: absolute;*/
  position: relative;
  z-index: 10000;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.top-header-area {
  position: relative;
  z-index: 1;
  height: 35px;
  /*background-color: #22334f;*/
  /*background: #274685;*/
  background-image: linear-gradient(to right, #274685, #3db3c5);
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .top-header-area {
      height: auto; } }
  .top-header-area .email-address {
    padding: 0px;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .top-header-area .email-address {
        padding: 15px 30px; } }
    .top-header-area .email-address a {
      color: #d2d2d2;
      font-size: 12px;
      position: relative;
      z-index: 1;
      top: -2px; }
      .top-header-area .email-address a:hover, .top-header-area .email-address a:focus {
        color: #ffffff; }
  .top-header-area .phone-number {
    line-height: 1;
    background-color: #304258/*#274685*/;
    height: 35px;
    margin: 0; 
    padding:0;}
    .top-header-area .phone-number .icon {
      background-color: #22334f/*#3db3c5*/;
      width: 35px;
      height: 35px;
      text-align: center; }
      .top-header-area .phone-number .icon i {
        font-size: 20px; 
        color: #ffff;
        position: relative;
        top:7px;
        }
      .top-header-area .phone-number .icon img {
        padding: 10px 0;
        max-width: 15px; }
    .top-header-area .phone-number .number a {
      padding: 0 30px;
      color: #ffffff;
      line-height: 35px;
      font-size: 12px;}

      .top-header-area .phone-number .number:hover{
      background: #22334f/*#274685*//*#3db3c5*/; }


.main-header-area {
  width: 100%;
  height: 70px;
  position: relative;
  z-index: 1;
  /*background-color: rgba(9, 32, 52, 0.9);*/
  background-color: #092034;
  /*background: url(assets/img/feature_image/pattern.png) repeat center center rgb(9, 32, 52, 0.9);*/
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area {
      height: 70px; } }
  @media only screen and (max-width: 767px) {
    .main-header-area {
      height: 70px; } }
  .main-header-area .classy-nav-container {
    background-color: transparent; }
  .main-header-area .classy-navbar {
    height: 70px;
    padding: 10px 60px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-header-area .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .main-header-area .classy-navbar {
        height: 70px;
        padding: 0.5em 30px; } }
  .main-header-area .classynav ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600; }
  .main-header-area .nav-brand {
    line-height: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-header-area .nav-brand {
        margin-right: 0; } }
  .main-header-area .classynav ul {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
  .main-header-area .searchbtn {
    margin-left: 30px;
    height: 70px;
    line-height: 70px;
    background-color: transparent;
    width: 70px;
    text-align: center; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-header-area .searchbtn {
        margin-left: 15px;
        width: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: #3db3c5; } }
    @media only screen and (max-width: 767px) {
      .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: #3db3c5; } }
    .main-header-area .searchbtn:hover {
      background-color: #3db3c5; }
  .main-header-area .south-search-form {
    position: relative;
    z-index: 1;
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .main-header-area .south-search-form input {
      width: 650px;
      height: 50px;
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #ffffff;
      border-radius: 100px;
      padding: 0 30px;
      font-size: 14px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .main-header-area .south-search-form input {
          width: 550px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .main-header-area .south-search-form input {
          width: calc(100% - 30px);
          margin: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .main-header-area .south-search-form input {
          width: calc(100% - 30px);
          margin: 0 15px; } }
    .main-header-area .south-search-form button {
      position: absolute;
      top: 0;
      right: 15px;
      height: 50px;
      background-color: transparent;
      color: rgba(255, 255, 255, 0.5);
      border: none;
      cursor: pointer;
      width: 50px;
      outline: none;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .main-header-area .south-search-form button:hover {
        color: #ffffff; }

.search-close .searchbtn {
  background-color: #3db3c5; }
.search-close .classynav ul {
  display: none; }
.search-close .south-search-form {
  display: block; }

.is-sticky .main-header-area {
  width: 100%;
  z-index: 10000 !important;
  height: 70px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #092034; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .is-sticky .main-header-area {
      height: 70px; } }
  @media only screen and (max-width: 767px) {
    .is-sticky .main-header-area {
      height: 70px; } }
/*====================================================
breadcrumbs begin
======================================================*/
#particles-js {
    position: relative;
    height: auto;
    width: auto;
    margin-top: -20px;
}

.breadcrumbs {
    position: relative;
    padding: 15px 0;
    margin: 0;
    background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
    /*background-image: linear-gradient(to right, #274685, #3db3c5);*/
    /*background: #00356B;*/ /*#f3f5fa*/
    /*background: url(../img/feature_image/bg-nav.png) no-repeat center center rgba(12,25,49, 0.9);*/
    /*background: url(../img/feature_image/pattern.png) repeat center center rgba(12,25,49, 0.9);*/
    height: 150px;
    overflow: hidden;
}

.breadcrumbs .header-content{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: #fff;
    width: auto;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.4);
    /*text-shadow: 0px 0px 2px #131415;*/
}

.breadcrumbs h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

@media (max-width: 992px) {
    .breadcrumbs ol {
        margin-top: 10px;
    }
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #274685/*#3db3c5*/;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}
/*====================================================
breadcrumbs end
======================================================*/
/*====================================================
about us page begin
======================================================*/
.aboutus{
    padding: 50px 0;
    margin: 0;
}

.aboutus .about_head{
    padding: 10px 0;
    margin: 0 0 10px 0;
}

.aboutus .about_head p{
    padding: 0;
    margin: 0;
}

.aboutus .about_body{
    padding: 10px 0;
    margin: 0;
}

.aboutus .about_body ul {
  list-style: none;
  padding: 0;
}

.aboutus .about_body ul li {
  padding-left: 28px;
  position: relative;
}

.aboutus .about_body ul li + li {
  margin-top: 15px;
}

.aboutus .about_body ul i {
  position: relative;
  left: 0;
  top: 7px;
  font-size: 25px;
  color: #3db3c5;
  line-height: 1;
  padding-right: 5px;
}

/*====================================================
about us page end
======================================================*/
/*====================================================
upcoming product page begin
======================================================*/
.upcview{
    padding: 0;
    margin: 0;
}

.upcview .upcview_head{
    padding: 50px 0;
    margin: 0;
}

.upcview .upcview_head p{
    padding: 0;
    margin: 0;
}

.upcview .upcview_body{
    display: block;
    padding: 50px 0;
    margin: 0;
}

.upcview .upcview_body img{
    margin: 20px;
}

.upcview .upcview_body h4{
    font-size: 26px;
    font-weight: 800;
    padding: 15px 0;
}

.upcview .upcview_body p{
    font-size: 15px;
    font-weight: 500;
}

/*====================================================
upcoming product page end
======================================================*/
/*====================================================
it service page begin
======================================================*/
.itservice{
    padding: 50px 0;
    margin: 0;
}

.itservice .itservice_head{
    padding: 10px 0;
    margin: 10px 0;
}

.itservice .itservice_head p{
    padding: 0;
    margin: 0;
}

.itservice .itservice_head ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}

.itservice .itservice_head ul li {
  position: relative;
  font-size: 15px;
}

.itservice .itservice_head ul li + li {
  margin-top: 10px;
}

.itservice .itservice_body{
    padding: 50px 0;
    margin: 40px 0;
}

.itservice .itservice_body ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}

.itservice .itservice_body ul li {
  padding-left: 0;
  position: relative;
  color: #f0f2f1;
  font-size: 15px;
}

.itservice .itservice_body ul li + li {
  margin-top: 10px;
}

.itservice .itservice_body ul i {
  position: relative;
  left: 0;
  top: 7px;
  font-size: 20px;
  color: #00FFFF;
  line-height: 1;
  padding-right: 5px;
}

.itservice .itservice_body img {
    width: 65%;
}
/*====================================================
it service page end
======================================================*/
/*====================================================
contact us page begin
======================================================*/
.contactus{
    padding: 50px 0;
    margin: 0;
}

.contactus .contact-left{
    padding: 30px 30px;
    margin: 0;
    background: #fff;
}

.contactus .contact-bg-img{
    position: absolute; 
    top:4px; 
    left:2px; 
    opacity: 0.1;
}

.contactus .contact-right{
    padding: 30px 30px;
    margin: 0;
    background: #0a293b;
    /*background: linear-gradient(-90deg, rgba(10, 41, 59, 0.9), rgba(10, 41, 59, 0.9)), url(../img/feature_image/footer-bg.png) no-repeat top left;*/
}

.contactus .contact_form{
    padding: 10px 0 0 0;
    /*background: red;*/
}

.contactus .contact_form form{
    margin: 0;
    padding: 0;
}

.contactus .contact_form form .form-filed {
    padding: 0 0 10px 0;
    margin: 5px 0;
    /*background: red;*/
}

.contactus .contact_form form .form-input{
    border-radius: 0px;
    border-radius: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d1d7e2;
    padding: 8px 10px;
    font-size: 14px;
    color: #274685;
    background: none;
}

.contactus .contact_form form .form-input:focus{
    border: 1px solid #d1d7e2;
    outline: none;
}

.contactus .contact_form form .form-btn{
    display: block; 
    width: 100%; 
    text-align: right;
}

.contactus .contact_form form button{
    margin: 10px 0 0 0;
    padding: 8px 20px;
    border-radius: 0;
    /*background: linear-gradient(to right, #274685, #3db3c5);*/
    background: linear-gradient(-45deg, #1391a5, #274685);
    /*float: right;*/
    border: none;
    cursor: pointer;
    color: #fff;
}

.contactus .contact_form form button:hover{
    /*background: linear-gradient(to left, #274685, #3db3c5);*/
    background: linear-gradient(90deg, #1391a5, #274685);
}

.contactus .info{
    color: #ffff; 
    text-align: center; 
    display: block;
    padding: 5px;
    margin: 5px;
}

.contactus .info ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}

.contactus .info ul li {
  padding-left: 0;
  position: relative;
  color: #f0f2f1;
  font-size: 15px;
}

.contactus .info ul li + li {
  margin-top: 20px;
}

.contactus .info ul i {
  position: relative;
  font-size: 35px;
  color: #3db3c5/*#00FFFF*/;
  display: block;
}

.contactus .map{
    padding: 0 30px;
    margin: 20px 0 10px 0;
    text-align: center; 
    display: block;
    height: 140px;
    width: 100%;
    overflow: hidden;
}

.contactus .map .map-view{
    padding: 0;
    width: 100%;
    height: 140px;
    margin: 0;
}

.contactus .social_link{
    padding: 5px;
    margin: 0px 0 0px 0;
    text-align: center; 
    display: block;
}

.contactus .social_link a {
    font-size: 18px;
    display: inline-block;
    color: #3db3c5;
    line-height: 1;
    padding: 0px 0;
    margin: 0 15px;
    transition: 0.3s;
}

.contactus .social_link a:hover {
    color: #d1d7e2;
    transition: 0.5s;
}
/*====================================================
contact us page end
======================================================*/
/*====================================================
driver download page begin
======================================================*/
.driverlist{
    padding: 50px 0;
    margin: 0;
    min-height: 450px;
}

.driverlist a{}

.driverlist .driver_view {
  position: relative;
  margin: 10px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 5px;
  background: linear-gradient(-90deg, #1391a5, #274685);
  /*transition: 0.5s;*/
  min-height: 150px;
  overflow: hidden; 
  /*driver-bg-white*/
  /*background: linear-gradient(-90deg, rgba(19, 145, 165, 0.7), rgba(48, 66, 88, 0.7)), url(../img/feature_image/driver-bg-white.png) no-repeat center right;*/
}

.driver-bg-img{
    position: absolute; 
    top:-25px; 
    right:-25px; 
    opacity: 0.1;
}

.driverlist .driver_view .pic {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 15px;
}

.driverlist .driver_view .pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: ease-in-out 0.3s;
}

.driverlist .driver_view:hover {
  background: linear-gradient(90deg, #1391a5, #274685);
}

.driverlist .driver_view h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #dfe4f2;
  padding: 0;
}

.driverlist .driver_view p {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 17px;
  color: #c2cce7;
}

.driverlist .driver_view span {
  display: block;
  font-size: 13px;
  padding: 10px 0 0 0;
  position: relative;
  font-weight: 600;
  text-align: center;
  color: #dfe4f2;
}

/*====================================================
driver download page end
======================================================*/
/*====================================================
service centre page begin
======================================================*/
.service_centre{
    padding: 50px 0 0 0;
    margin: 0;
    min-height: 450px;
}

.service_centre p{
    padding: 5px 0 10px 0;
    margin: 0 0 5px 0;
    line-height: 18px;
    font-size: 14px;
}

.service_centre .service_centre_body{
    /*padding:0;*/
    margin: 20px 0;
}

.service_centre .service_centre_body .service-head{
    margin: 0 0 10px 0;
    padding: 0;
}

.service_centre .service_centre_body .service-head h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1px;
    padding: 0;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3db3c5;
}

.service_centre .service_centre_body .service-head h2::after {
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #3db3c5;
    margin: 4px 10px;
}

.service_centre .service_centre_body .service-head h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #37517e;
    padding: 0;
    margin: 0;
}

.service_centre .service_centre_body p{
    color: #535353;
    line-height: 18px;
    font-size: 14px;
}

.service_centre .service_centre_body ul {
  list-style: none;
  padding: 15px 0;
  margin: 0;
}

.service_centre .service_centre_body ul li {
  padding-left: 30px;
  position: relative;
  color: #666;
  font-size: 14px;
}

.service_centre .service_centre_body ul li + li {
  margin-top: 15px;
}

.service_centre .service_centre_body ul i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  color: #3db3c5;
  line-height: 1;
  padding-right: 5px;
}

.service_centre .service_centre_body a {
  color: #666;
}

.service_centre .service_centre_body a:hover {
  color: #3db3c5;
}

.service_centre .service_centre_list{
    padding: 50px 0;
    margin: 20px 0 0 0;
}

.service_centre .service_centre_list .service_centre_search{
    margin: 40px 0;
    padding: 0;
    display: block;
    width: 100%;
}

.service_centre .service_centre_list .service_centre_search form{
   padding: 0;
   margin:0;
}

.service_centre .service_centre_list .service_centre_search form .form-view{
    margin: 20px 0 30px 0;
    padding: 0px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.service_centre .service_centre_list .service_centre_search form .inputdata{
    border: 0;
    padding: 10px 48px 10px 17px;
    width: 100%;
    font-size: 13px;
    height: 45px;
}

.service_centre .service_centre_list .service_centre_search form .form-view i{
    float: right;
    color: #6666;
    font-size: 20px;
    position: relative;
    top:-37px;
    right: 15px;
}

.service_centre .service_centre_list .service_centre_search form .inputdata:focus{
    border: 1px solid #fafafa;
    outline: none;
}

.service_centre .service_centre_list .service_centre_view{
    margin: 30px 0;
    padding: 0;
}

.service_centre .service_centre_list .service_centre_view p{
    margin: -20px 0px 50px 0px;
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    /*background: rgba(255,255,255,0.5);*/
    background: #ffffff;
    color: #287a86;
    width: 100%;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view {
    column-count: 3;
    column-gap: 20px;
}

/* custom iphone retina */
@media only screen and (min-width: 320px){
    .service_centre .service_centre_list .service_centre_view .sp-columns-view {
        column-count: 1;
    }
}

/* extra small device, phone */
@media only screen and (min-width: 480px){
    .service_centre .service_centre_list .service_centre_view .sp-columns-view {
        column-count: 1;
    }
}

@media only screen and (max-width: 480px){
    .service_centre .service_centre_list .service_centre_view .sp-columns-view {
        column-count: 1;
    }
}


/* small devices, tablets */
@media only screen and (min-width: 768px){
    .service_centre .service_centre_list .service_centre_view .sp-columns-view {
        column-count: 2;
    }
} 

/* medium devices, desktops */
@media only screen and (min-width: 992px){
    .service_centre .service_centre_list .service_centre_view .sp-columns-view {
        column-count: 2;
    }
}

/* large devices, wide screens */
@media only screen and (min-width: 1200px){
    .service_centre .service_centre_list .service_centre_view .sp-columns-view {
        column-count: 3;
    }
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view{
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 20px;
    break-inside: avoid;
    /*background: #fff;*/
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/feature_image/sp-bg-white.png) no-repeat top right;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view .sp-card-head{
    position: relative;
    padding: 20px 20px 5px 20px;
    margin: 0;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view .sp-card-head h4{
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #37517e;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view .sp-card-body{
    position: relative;
    padding: 10px 20px 20px 20px;
    margin: 0;
    min-height: 140px;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view .sp-card-body p{
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view .sp-card-body ul {
  list-style: none;
  padding: 0px 0;
  margin: 0;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view .sp-card-body ul li {
  padding-left: 25px;
  position: relative;
  color: #666;
  font-size: 13px;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view .sp-card-body ul li + li {
  margin-top: 10px;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view .sp-card-body ul i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 18px;
  color: #3db3c5;
  line-height: 1;
  padding-right: 5px;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view .sp-card-footer{
    position: relative;
    padding: 0;
    margin: 0;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view .sp-card-footer iframe{
    padding: 0; margin: 0;
}

.service_centre .service_centre_list .service_centre_view .sp-columns-view .sp-card-view .sp-card-footer .sp-map{
    position: relative;
    border: none; 
    width: 100%; 
    height: 130px;
    padding: 0;
    margin: 0 0 -6px 0;
}
/*====================================================
service centre page end
======================================================*/
/*====================================================
product registration page begin
======================================================*/
.product_registration{
    padding: 50px 0 0 0;
    margin: 0;
    min-height: 450px;
}

.product_registration p{
    padding: 5px 0 10px 0;
    margin: 0 0 5px 0;
    line-height: 18px;
    font-size: 14px;
    color: #666;
}

.product_registration ul {
    list-style: none;
    padding: 5px 0 10px 0;
    margin: 0;
}

.product_registration ul li {
  padding-left: 25px;
  position: relative;
  color: #666;
  font-size: 13px;
}

.product_registration ul li + li {
  margin-top: 10px;
}

.product_registration ul i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 18px;
  color: #3db3c5;
  line-height: 1;
  padding-right: 5px;
}

.product_registration .pro_reg_body{
    padding: 30px 0 40px 0;
    margin: 30px 0 0 0;
}

.product_registration .pro_reg_body .pro-status{
    padding: 10px 0;
    margin: 0;
    display: block;
    width: 100%;
}

.product_registration .pro_reg_body .pro-status h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1px;
    padding: 0;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c5d6e4;
    /*color: #37517e;*/
}

.product_registration .pro_reg_body .pro-status h2::after {
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #00FFFF;
    margin: 4px 10px;
}

.product_registration .pro_reg_body .pro-status h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f0f2f1;
    padding: 0;
    margin: 0;
}

.product_registration .pro_reg_body .form-view{
    /*background: #fff;*/
    margin: 50px 0 50px 0;
    padding: 0px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product_registration .pro_reg_body .form-view button{
    height: 45px;
    margin: 0;
    padding:9px 25px;
    border-radius: 0;
    background: #213648;
    /*float: right;*/
    outline: 0;
    border: none;
    cursor: pointer;
    color: #fff;
    width: 100%;
    font-size: 15px;
}

.product_registration .pro_reg_body .form-view form {
    margin: 0;
    padding: 0;
}

.product_registration .pro_reg_body .form-view form .inputdata {
    border: 0;
    padding: 10px 17px;
    width: 100%;
    font-size: 13px;
    height: 45px;
}
 
.product_registration .pro_reg_body .form-view form .findbtn {
    height: 45px;
    margin: 0;
    padding:9px 8px;
    border-radius: 0;
    background: #213648;
    /*float: right;*/
    outline: 0;
    border: none;
    cursor: pointer;
    color: #fff;
    width: 100%;
    font-size: 13px;
}

.product_registration .pro_reg_body .form-view form .findbtn i{
    position: relative;
    top: 2px;
    font-size: 13px;
}

.product_registration .pro_reg_body .form-view form .findbtn:hover {
  background: #209dd8;
}

.product_registration .pro_reg_form{
    padding: 50px 0;
    margin: 0;
}

.product_registration .pro_reg_form .form-head h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1px;
    padding: 0;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3db3c5;
}

.product_registration .pro_reg_form .form-head h2::after {
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #3db3c5;
    margin: 4px 10px;
}

.product_registration .pro_reg_form .form-head h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #37517e;
    padding: 0;
    margin: 0;
}

.product_registration .pro_reg_form .reg-form-view{
    background: #fff;
    margin: 50px 0 30px 0;
    padding: 30px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product_registration .pro_reg_form .reg-form-view form{
    margin: 0;
    padding: 0;
}

.product_registration .pro_reg_form .reg-form-view h3{
    font-size: 15px;
    font-weight: 600;
    line-height: 1px;
    padding: 0;
    margin: 25px 0 20px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #37517e;
}

.product_registration .pro_reg_form .reg-form-view h3::after {
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #37517e;
    margin: 4px 10px;
}

.product_registration .pro_reg_form .reg-form-view h3 i{
    position: relative;
    left: 0;
    top: 2px;
    font-size:16px;
    color: #3db3c5;
    line-height: 1;
    padding-right: 2px;
}

.product_registration .pro_reg_form .reg-form-view form .form-filed {
    padding: 0 0 10px 0;
    margin: 5px 0;
    width: 100%;
    /*background: red;*/
}

.product_registration .pro_reg_form .reg-form-view form .form-filed .checkboxinput{
    display: inline-block; 
    position: relative;
}

.product_registration .pro_reg_form .reg-form-view form .form-filed .checkboxinputLabel{
    display: inline-block; 
    position: relative; 
    top: -2px; 
    padding: 0 0 0 3px;
}

.product_registration .pro_reg_form .reg-form-view form .form-filed label{
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 13px;
    color: #666;
}

.product_registration .pro_reg_form .reg-form-view form .form-filed .error {
    color: red;
    font-size: 12px;
}

.product_registration .pro_reg_form .reg-form-view form .form-filed label sup{
    color: red;
}

.product_registration .pro_reg_form .reg-form-view form .form-input{
    border-radius: 0px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d1d7e2;
    padding: 8px 10px;
    font-size: 14px;
    color: #5397a3;
    background: none;
}

.product_registration .pro_reg_form .reg-form-view form .form-input:focus{
    border: 1px solid #d1d7e2;
    outline: none;
}

.product_registration .pro_reg_form .reg-form-view form .form-input-select{
    border-radius: 0px;
    display: inline-block;
    position: relative;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d1d7e2;
    padding: 0px 10px;
    margin: 0;
    font-size: 14px;
    color: #5397a3;
    max-height: 40px;
}

.product_registration .pro_reg_form .reg-form-view form .form-input-select .select-op{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.product_registration .pro_reg_form .reg-form-view form .form-input-select:focus{
    border: 1px solid #d1d7e2;
    outline: none;
}

.contactus .contact_form form .form-btn{
    display: block; 
    width: 100%; 
    text-align: right;
}

.product_registration .pro_reg_form .reg-form-view form .regbtn{
    margin: 10px 0 0 0;
    padding: 8px 20px;
    border-radius: 0;
    border: none;
    cursor: no-drop;
    background: #1391a5;
    color: #fff;
}

.product_registration .pro_reg_form .reg-form-view form .regbtn:hover{
    background: #1391a5;
}

.product_registration .pro_reg_form .reg-form-view form .regbtnActive{
    margin: 10px 0 0 0;
    padding: 8px 20px;
    border-radius: 0;
    /*background: linear-gradient(to right, #274685, #3db3c5);*/
    background: linear-gradient(-45deg, #1391a5, #274685);
    /*float: right;*/
    border: none;
    cursor: pointer;
    color: #fff;
}

.product_registration .pro_reg_form .reg-form-view form .regbtnActive:hover{
    /*background: linear-gradient(to left, #274685, #3db3c5);*/
    background: linear-gradient(90deg, #1391a5, #274685);
}


/*.product_registration .pro_reg_form .reg-form-view form button{
    margin: 10px 0 0 0;
    padding: 8px 20px;
    border-radius: 0;
    background: linear-gradient(-45deg, #1391a5, #274685);
    border: none;
    cursor: pointer;
    color: #fff;
}

.product_registration .pro_reg_form .reg-form-view form button:hover{
    background: linear-gradient(90deg, #1391a5, #274685);
}*/

/*product reg data details view*/

.product_registration .productDetails{
    padding: 80px 0;
    margin: 30px 0 0 0;
}

.product_registration .productDetails .box{
    width: 100%;
    display: block;
    padding: 15px 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product_registration .productDetails .box .box-body{
    display: block;
    padding: 10px 0;
    margin: 0;
}

.product_registration .productDetails .box .box-body .pro-Details-col{
    font-size: 13px;
    width: 100%;
    padding: 10px;
}

.product_registration .productDetails .box .box-body .pro-Details-col p{
    font-size: 13px;
}

.product_registration .productDetails .box .box-body .pro-Details-col a button{
    font-size: 13px;
}

.product_registration .productDetails .box .box-footer{
    display: block;
    padding: 10px 25px;
    margin: 0;
    text-align: center;
}

/*.product_registration .productDetails .box .box-footer a button{
    font-size: 14px;
}*/

.product_registration .productDetails .box .box-footer button{
    font-size: 12px;
    margin: 5px 15px;
}
/*====================================================
product registration page end
======================================================*/
/*====================================================
rma registration page begin
======================================================*/
.generate_rma_request{
    padding: 50px 0 0 0;
    margin: 0;
    min-height: 450px;
}

.generate_rma_request p{
    padding: 5px 0 10px 0;
    margin: 0 0 5px 0;
    line-height: 18px;
    font-size: 14px;
    color: #666;
}

.generate_rma_request ul {
    list-style: none;
    padding: 5px 0 10px 0;
    margin: 0;
}

.generate_rma_request ul li {
  padding-left: 25px;
  position: relative;
  color: #666;
  font-size: 13px;
}

.generate_rma_request ul li + li {
  margin-top: 10px;
}

.generate_rma_request ul i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 18px;
  color: #3db3c5;
  line-height: 1;
  padding-right: 5px;
}

.generate_rma_request .rma_status_body {
    padding: 30px 0 40px 0;
    margin: 30px 0 0 0;
}

.generate_rma_request .rma_status_body .rma-status{
    padding: 10px 0;
    margin: 0;
    display: block;
    width: 100%;
}

.generate_rma_request .rma_status_body .rma-status h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1px;
    padding: 0;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c5d6e4;
    /*color: #37517e;*/
}

.generate_rma_request .rma_status_body .rma-status h2::after {
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #00FFFF;
    margin: 4px 10px;
}

.generate_rma_request .rma_status_body .rma-status h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f0f2f1;
    padding: 0;
    margin: 0;
}

.generate_rma_request .rma_status_body .form-view{
    /*background: #fff;*/
    margin: 50px 0 50px 0;
    padding: 0px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.generate_rma_request .rma_status_body .form-view form {
    margin: 0;
    padding: 0;
}

.generate_rma_request .rma_status_body .form-view form .inputdata {
    border: 0;
    padding: 10px 17px;
    width: 100%;
    font-size: 13px;
    height: 45px;
}

.generate_rma_request .rma_status_body .form-view form .findbtn {
    height: 45px;
    margin: 0;
    padding:9px 8px;
    border-radius: 0;
    background: #213648;
    /*float: right;*/
    outline: 0;
    border: none;
    cursor: pointer;
    color: #fff;
    width: 100%;
    font-size: 13px;
}

.generate_rma_request .rma_status_body .form-view form .findbtn i{
    position: relative;
    top: 2px;
    font-size: 13px;
}

.generate_rma_request .rma_status_body .form-view form .findbtn:hover {
  background: #209dd8;
}

.generate_rma_request .rma_process{
    padding: 50px 0;
    margin: 0;
}

.generate_rma_request .rma_process .process-head h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1px;
    padding: 0;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3db3c5;
}

.generate_rma_request .rma_process .process-head h2::after {
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #3db3c5;
    margin: 4px 10px;
}

.generate_rma_request .rma_process .process-head h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #37517e;
    padding: 0;
    margin: 0;
}

.generate_rma_request .rma_process .rma-process-view{
    /*background: #fff;*/
    background: linear-gradient(-45deg, #1391a5, #274685);
    margin: 50px 0 30px 0;
    padding: 0px;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.generate_rma_request .rma_process .rma-process-view .img-view{
    padding: 0;
    margin: 0;
    height: 200px;
    width: 100%;
}

.generate_rma_request .rma_process .rma-process-view .img-view img{
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.generate_rma_request .rma_process .rma-process-view .content-view{
    padding: 5px 20px 20px 20px;
    text-align: center;
    margin: 0;
    /*min-height: 150px;*/
}

.generate_rma_request .rma_process .rma-process-view .content-view h4{
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #f0f2f1/*#37517e*/;
}

.generate_rma_request .rma_process .rma-process-view .content-view p{
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    color: #c5d6e4/*#6666*/;
}

.generate_rma_request .rma_process .box{
    width: 100%;
    display: block;
    padding: 15px 0;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.generate_rma_request .rma_process .box .box-body{
    display: block;
    padding: 10px 0;
    margin: 0;
}

.generate_rma_request .rma_process .box .box-body .pro-Details-col{
    font-size: 13px;
    width: 100%;
    padding: 0 10px;
}

.generate_rma_request .rma_process .box .box-body .pro-Details-col p{
    font-size: 13px;
}

.generate_rma_request .rma_process .box .box-body .pro-Details-col a button{
    font-size: 13px;
}

.generate_rma_request .rma_process .box .box-footer{
    display: block;
    padding: 10px 25px;
    margin: 0;
    text-align: center;
}

/*.generate_rma_request .rma_process .box .box-footer a button{
    font-size: 14px;
}*/

.generate_rma_request .rma_process .box .box-footer button{
    font-size: 12px;
    margin: 5px 15px;
}

.generate_rma_request .pro_reg_form{
    padding: 5px 0 50px 0;
    margin: 0;
}

.generate_rma_request .pro_reg_form label{
    font-weight: 500;
}

.generate_rma_request .pro_reg_form .form-head h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1px;
    padding: 0;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3db3c5;
}

.generate_rma_request .pro_reg_form .form-head h2::after {
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #3db3c5;
    margin: 4px 10px;
}

.generate_rma_request .pro_reg_form .form-head h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #37517e;
    padding: 0;
    margin: 0;
}

.generate_rma_request .pro_reg_form .reg-form-view{
    background: #fff;
    margin: 50px 0 30px 0;
    padding: 30px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.generate_rma_request .pro_reg_form .reg-form-view form{
    margin: 0;
    padding: 0;
}

.generate_rma_request .pro_reg_form .reg-form-view h3{
    font-size: 15px;
    font-weight: 600;
    line-height: 1px;
    padding: 0;
    margin: 25px 0 20px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #37517e;
}

.generate_rma_request .pro_reg_form .reg-form-view h3::after {
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #37517e;
    margin: 4px 10px;
}

.generate_rma_request .pro_reg_form .reg-form-view h3 i{
    position: relative;
    left: 0;
    top: 2px;
    font-size:16px;
    color: #3db3c5;
    line-height: 1;
    padding-right: 2px;
}

.generate_rma_request .pro_reg_form .reg-form-view form .form-filed {
    padding: 0 0 10px 0;
    margin: 5px 0;
    width: 100%;
    /*background: red;*/
}

.generate_rma_request .pro_reg_form .reg-form-view form .form-filed .checkboxinput{
    display: inline-block; 
    position: relative;
}

.generate_rma_request .pro_reg_form .reg-form-view form .form-filed .checkboxinputLabel{
    display: inline-block; 
    position: relative; 
    top: -2px; 
    padding: 0 0 0 3px;
}

.generate_rma_request .pro_reg_form .reg-form-view form .form-filed label{
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 13px;
    color: #666;
}

.generate_rma_request .pro_reg_form .reg-form-view form .form-filed .error {
    color: red;
    font-size: 12px;
}

.generate_rma_request .pro_reg_form .reg-form-view form .form-filed label sup{
    color: red;
}

.generate_rma_request .pro_reg_form .reg-form-view form .form-input{
    border-radius: 0px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d1d7e2;
    padding: 8px 10px;
    font-size: 14px;
    color: #5397a3;
    background: none;
}

.generate_rma_request .pro_reg_form .reg-form-view form .form-input:focus{
    border: 1px solid #d1d7e2;
    outline: none;
}

.generate_rma_request .pro_reg_form .reg-form-view form .form-input-select{
    border-radius: 0px;
    display: inline-block;
    position: relative;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d1d7e2;
    padding: 0px 10px;
    margin: 0;
    font-size: 14px;
    color: #5397a3;
    max-height: 40px;
}

.generate_rma_request .pro_reg_form .reg-form-view form .form-input-select .select-op{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.generate_rma_request .pro_reg_form .reg-form-view form .form-input-select:focus{
    border: 1px solid #d1d7e2;
    outline: none;
}

.contactus .contact_form form .form-btn{
    display: block; 
    width: 100%; 
    text-align: right;
}

.generate_rma_request .pro_reg_form .reg-form-view form .regbtn{
    margin: 10px 0 0 0;
    padding: 8px 20px;
    border-radius: 0;
    border: none;
    cursor: no-drop;
    background: #1391a5;
    color: #fff;
}

.generate_rma_request .pro_reg_form .reg-form-view form .regbtn:hover{
    background: #1391a5;
}

.generate_rma_request .pro_reg_form .reg-form-view form .regbtnActive{
    margin: 10px 0 0 0;
    padding: 8px 20px;
    border-radius: 0;
    /*background: linear-gradient(to right, #274685, #3db3c5);*/
    background: linear-gradient(-45deg, #1391a5, #274685);
    /*float: right;*/
    border: none;
    cursor: pointer;
    color: #fff;
}

.generate_rma_request .pro_reg_form .reg-form-view form .regbtnActive:hover{
    /*background: linear-gradient(to left, #274685, #3db3c5);*/
    background: linear-gradient(90deg, #1391a5, #274685);
}


/*.generate_rma_request .pro_reg_form .reg-form-view form button{
    margin: 10px 0 0 0;
    padding: 8px 20px;
    border-radius: 0;
    background: linear-gradient(-45deg, #1391a5, #274685);
    border: none;
    cursor: pointer;
    color: #fff;
}

.generate_rma_request .pro_reg_form .reg-form-view form button:hover{
    background: linear-gradient(90deg, #1391a5, #274685);
}*/
/*====================================================
rma registration page end
======================================================*/
/*====================================================
product category page begin
======================================================*/
.pro_category{
    padding: 50px 0;
    margin: 0;
    /*background: #f3f5fa;*/
}

.pro_category .category-view{
    margin: 0 0 15px 0;
    border: 2px solid #ececec;
    position: relative;
    /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
    padding: 0px;
    border-radius: 5px;
    transition: 0.5s;
    width: 100%;
}

.pro_category .category-view .category-head{
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #ececec;
}

.pro_category .category-view .category-head h3{
    word-wrap: break-word;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;/* uppercase lowercase*/
    color: #183456/*#183456*/;
    padding: 0;
    margin: 0;
}

.pro_category .category-view .category-list{
    padding: 15px 20px;
    margin: 0;
    width: 100%;
}

.pro_category .category-view .category-list ul {
    list-style: none;
    padding: 0;
}

.pro_category .category-view .category-list ul li {
    padding: 0px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
}

.pro_category .category-view .category-list ul li a{
    padding: 0px;
    color: #444444;
    transition: 0.5s;
}

.pro_category .category-view .category-list ul li:first-child{
    padding: 0 0 7px 0;
}

.pro_category .category-view .category-list ul li + li {
    padding: 7px 0;
    border-top: 1px solid #ececec;
}

.pro_category .category-view .category-list ul li:hover a{
    background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
    /*background-size: 100%;*/
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    transition: 0.5s;
}

.pro_category .latest-pro-view{
    margin: 25px 0;
    position: relative;
    /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
    padding: 0px;
    transition: 0.5s;
    width: 100%;
}

.pro_category .latest-pro-view .latest-head{
    padding: 15px 0px;
    margin: 0;
    border-bottom: 1px solid #ececec;
}

.pro_category .latest-pro-view .latest-head h3{
    word-wrap: break-word;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;/* uppercase lowercase*/
    color: #183456/*#183456*/;
    padding: 0;
    margin: 0;
}

.pro_category .latest-pro-view .latest-list{
    padding: 15px 0px;
    margin: 0;
    width: 100%;
}

.pro_category .latest-pro-view .latest-list ul {
    list-style: none;
    padding: 0;
}

.pro_category .latest-pro-view .latest-list ul li {
    padding: 0px;
    position: relative;
    cursor: pointer;
    min-height: 65px;
    font-size: 15px;
}

.pro_category .latest-pro-view .latest-list ul li a{
    padding: 0px;
    color: #444444;
    transition: 0.5s;
}

.pro_category .latest-pro-view .latest-list ul li .proimg{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.pro_category .latest-pro-view .latest-list ul li .proimg img{
    max-width: 100%;
    max-height:100%;
    display: block;
}

.pro_category .latest-pro-view .latest-list ul li a span{
    position: relative;
    top: 5px;
}

.pro_category .latest-pro-view .latest-list ul li:first-child{
    padding: 0 0 7px 0;
}

.pro_category .latest-pro-view .latest-list ul li + li {
    padding: 7px 0;
    border-top: 1px solid #ececec;
}

.pro_category .latest-pro-view .latest-list ul li:hover a{
    color:#363636;
}

.pro_category .pro_list_view{
    padding: 0;
    margin: 0;
}

.pro_category .pro_list_view .pro-list-head{
    display: block;
    padding: 0 0 8px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ececec;
}

.pro_category .pro_list_view .pro-list-head h3{
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #183456/*#2a2c39*/;
    padding: 0;
    margin: 0;
}

.pro_category .pro_list_view .pro-list-body{
    padding: 0;
    margin: 25px 0;
}

.pro_category .pro_list_view .pro-list-body .pro_view{
    padding:0;
    margin:  15px 0;
    border-radius: 5px;
    background: #fff;
    border:1px solid #ececec;
    overflow: hidden;
    display: block;
    width: 100%;
}

.pro_category .pro_list_view .pro-list-body .pro_view a{
    color: #727272;
}

.pro_category .pro_list_view .pro-list-body .pro_view:hover{
    box-shadow:  0px 2px 15px rgba(0,0,0,0.1);
    -moz-box-shadow:  0px 2px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow:  0px 2px 15px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pro_category .pro_list_view .pro-list-body .pro_view .pro-img{
    height: 200px;
    width: auto;
}

.pro_category .pro_list_view .pro-list-body .pro_view .pro-img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.pro_category .pro_list_view .pro-list-body .pro_view .pro-text{
    padding: 15px;
    margin: 0;
    text-align: center;
    word-wrap: break-word;
}

.pro_category .pro_list_view .pro-list-body .pro_view .pro-text h4{
    padding: 0px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

/*====================================================
product category page end
======================================================*/
/*====================================================
product details page begin
======================================================*/
.pro_details{
    padding: 50px 0 0 0;
    margin: 0;
    /*background: #f3f5fa;*/
    overflow: hidden;
}

.pro_details .img-view{
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    max-height: 500px;
}

.pro_details .img-view img{
    object-fit: cover;
    display: block;
    max-height: 100%;
    max-width: 100%
}

.pro_details .img-list{
    position: relative;
    margin: 10px 0;
    display: block;
    width: 100%;/*66px*/
    padding: 0px;
}

.pro_details .img-list .arrowaction{
    position: relative;
    background: #c3c8cc;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0px;
    margin: 0;
    cursor: pointer;
}

.pro_details .img-list .arrowaction #slideTop{
    display: block;
}

.pro_details .img-list .arrowaction #slideDown{
    display: block;
}

.pro_details .img-list .arrowaction #slideLeft{
    display: none;
}

.pro_details .img-list .arrowaction #slideRight{
    display: none;
}

.pro_details .img-list .arrowaction:hover{
    background: #9db1ba;
}

.pro_details .img-list .arrowaction i{
    font-size: 16px;
    color: #fff;
    padding: 1px;
    margin: 0;
}

.pro_details .img-list .list-img-view{
    position: relative;
    width: 100%;
    padding: 2px;
    margin: 0;
    max-height: 380px;
    overflow: hidden;
}

.pro_details .img-list .list-img-view img{
    max-width: 100%;
    max-height: 100%;
    outline: 2px solid #fff;
    opacity: 0.9;
    cursor: pointer;
    transition: all .6s ease-in-out;
    padding: 3px;
    border-radius: 5px;
    margin: 5px 0;
}

/* small devices, tablets */
/*@media only screen and (max-width: 768px){

    .pro_details .img-list .arrowaction{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pro_details .img-list .arrowaction #slideTop{
        display: none;
    }

    .pro_details .img-list .arrowaction #slideDown{
        display: none;
    }

    .pro_details .img-list .arrowaction #slideLeft{
        display: block;
    }

    .pro_details .img-list .arrowaction #slideRight{
        display: block;
    }

    .pro_details .img-list .arrowaction{
        width: auto;
        height: 66px;
    }

    .pro_details .img-list {
        display: flex;
        align-items: center;
    }

    .pro_details .img-list .list-img-view{
        max-height: 66px;
        display: flex;
        align-items: center;
    }

    .pro_details .img-list .list-img-view img{
        margin: 0 5px;
    }


}*/

.pro_details .img-list .list-img-view .imgview{}

/*.pro_details .img-list img + img{
    margin: 3px 6px;
}*/

.pro_details .img-list img.active {
    outline: 2px solid #3db3c5;
    opacity: 1;
}

.pro_details .img-list img:hover {
    opacity: 1;
    outline: 2px solid #3db3c5;
}

.pro_details .prodata{
    width: 100%;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    color: #444444;
    overflow: hidden;
}

.pro_details .prodata .title{
    position: relative;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #f0f2f1;
}

.pro_details .prodata .title h4{
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #183456;
    /*color: #183456;*/ /*#2a2c39*/
}

.pro_details .prodata .highlights{
    position: relative;
    padding: 10px 0 5px 0;
    margin: 5px 0;
}

.pro_details .prodata .highlights h4{
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #444444;
    /*color: #183456;*//*#2a2c39*/
}

.pro_details .prodata .highlights ul {
  list-style: none;
  padding: 5px 0;
}

.pro_details .prodata .highlights ul li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.pro_details .prodata .highlights ul li + li {
  margin-top: 3px;
}

.pro_details .prodata .highlights ul i {
  position: relative;
  left: 0;
  top: 4px;
  font-size: 18px;
  color: #3db3c5;
  line-height: 1;
  padding-right: 0px;
}

.pro_details .prodata .description{
    position: relative;
    padding: 5px 0;
    margin: 5px 0;
}

.pro_details .prodata .description h4{
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #444444;
    /*color: #183456;*//*#2a2c39*/
}

.pro_details .prodata .description p{
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
}

.pro_details .prodata .description span{
    color: #183456;
    cursor: pointer;
}

.pro_details .prodata .description span:hover{
    color: #3db3c5;
}

.pro_details .prodata .available{
    position: relative;
    padding: 5px 0;
    margin: 5px 0;
}

.pro_details .prodata .available p{
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #444444;
}

.pro_details .prodata .available a{
    color: #444444;
    display: inline-block;
    padding: 0;
    margin: 10px;
    max-width: 150px;
    text-align:center;
}

/*.pro_details .prodata .available a + a{
    margin-left: 10px;
}*/

.pro_details .prodata .available a img{
    display: block;
    max-height: 80%;
    max-width: 80%;
    padding: 0;
    margin: 0;
    text-align:center;
}

.pro_details .pro-spec{
    padding: 0; 
    margin: 50px 0;
    width: 100%;
    display: block;
}

.pro_details .pro-spec .spec-head{
    padding: 0; 
    margin: 0;
    width: 100%;
    display: block;
    background: #f0f2f1;
}

.pro_details .pro-spec .spec-head h4{
    padding: 20px; 
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #444444;
}

.pro_details .pro-spec .spec-body{
    padding: 20px 0;
    margin: 0;
    width: 100%;
}

.pro_details .relatedPro{
    width: 100%;
    padding: 40px 0;
    margin: 0;
    /*background: #eff6fa;*/
}

.pro_details .relatedPro .relatedProTitle{
    position: relative;
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px solid #dadada;
}

.pro_details .relatedPro .relatedProTitle h2{
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #183456;
    display: inline-block;
}

.pro_details .relatedPro .relatedProTitle .sliderBtn{
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
    /*background: red;*/
}

.pro_details .relatedPro .relatedProTitle .sliderBtn i{
    color: #dadada;
    font-size: 30px;
    font-weight: 1000;
    position: relative;
    top: -3px;
    right: -7px;
    cursor: pointer;
}

.pro_details .relatedPro .relatedProTitle .sliderBtn i + i{
    padding: 0 0 0 2px;
}

.pro_details .relatedPro .relatedProTitle .sliderBtn i:hover{
    color: #666;
}
/*
.pro_details .relatedPro .pro-card-view{
    
    position: 0;
    margin: 0;
}*/

.pro_details .relatedPro .relatedProView{
    padding: 0px;
    margin: 20px 0; 
    /*background: red;*/
    overflow: hidden;
    height: 273px;
    width: 100%;
}

.pro_details .relatedPro .relatedProView .slideProCard{
    display: flex;
    flex-direction: row;
    /*display: flex;*/
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.pro_details .relatedPro .relatedProView .pro_view{
    /*object-fit: cover;*/
    flex: 25%;
    width: 300px;
    padding:0px;
    margin: 10px;
    border-radius: 5px;
    background: #fff;
    border:1px solid #ececec;
}

.pro_details .relatedPro .relatedProView .pro_view a{
    color: #727272;
}

.pro_details .relatedPro .relatedProView .pro_view:hover{
    box-shadow:  0px 2px 15px rgba(0,0,0,0.1);
    -moz-box-shadow:  0px 2px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow:  0px 2px 15px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pro_details .relatedPro .relatedProView .pro_view .pro-img{
    height: 200px;
    max-width: 100%;
}

.pro_details .relatedPro .relatedProView .pro_view .pro-img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.pro_details .relatedPro .relatedProView .pro_view .pro-text{
    padding: 15px;
    margin: 0;
    text-align: center;
    word-wrap: break-word;
}

.pro_details .relatedPro .relatedProView .pro_view .pro-text h4{
    padding: 0px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

/*====================================================
product details page end
======================================================*/





/*====================================================
home page begin
======================================================*/
.about-info{
    padding: 40px 0;
    margin: 0;
}

.about-info p{
    padding: 0;
    margin: 0; 
    color: #fff;
    font-size: 14px;
}
/*====================================================
home page end
======================================================*/
/*====================================================
trending categories begin
======================================================*/
    .trending-cat-view {
        padding: 50px 0;
        margin: 0;
    }

    .trending-cat-view .heading-border-light {
        background-color: #fff;
    }

    .trending-cat-view p {
        color: #fff;
    }

    .cate-desc {
        padding: 10px;
        color: #fff;
        margin: 5px;
    }

    .cate-desc i {
        float: left;
        font-size: 35px;
        margin-right: 20px;
        height: 95px;
        line-height: 45px;
    }

    .cate-desc .img-view {
        float: left;
        margin-right: 20px;
        height: 100%;
        width: 60px;
    }

    .cate-desc .img-view img{
        max-width: 100%;
        max-height: 100%;
        display: block;
        padding: 5px 0 0 0;
    }

    .cate-desc h6 {
        height: 30px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        position: relative;
    }

    .cate-desc p {
        font-size: 14px;
        margin: 0;
        color: #dde6f0;
        position: relative;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cate-desc i {
            float: left;
            font-size: 35px;
            margin-right: 20px;
            height: 125px;
            line-height: 45px;
        }
    }

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

        .trending-cat-view {
            padding: 110px 50px;
        }

        .trending-cat-view .col-md-4 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%!important;
        }
    }

    @media (max-width: 575px) {
        .trending-cat-view .col-sm-6 {
            -ms-flex: 0 0 80%;
            flex: 0 0 80%;
            max-width: 80%!important;
            margin: auto;
        }
    }

    @media (max-width: 575px) {
        .trending-cat-view .col-sm-6 {
            -ms-flex: 0 0 95%;
            flex: 0 0 95%;
            max-width: 95%!important;
            margin: auto;
        }
    }

    @media (min-width: 1600px) {
        .cate-desc p {
            font-size: 15px;
        }
    }
/*===[ trending categories end ]==============================*/

.body-banner-section {
    padding: 15px 0;
    margin: 0;
}

/*.body-banner-section .col-md-6:nth-child(1n) {
    padding-right: 7.5px;
}

.body-banner-section .col-md-6:nth-child(2n) {
    padding-left: 7.5px;
}
*/

.body-banner-section .body-banner-area {
    margin: 15px 0;
    padding: 0;
}

.body-banner-section .body-banner-area {
    overflow: hidden;
}

.body-banner-section .body-banner-area img {
    max-width: 100%;
    max-height: 100%;
    transition: transform .5s ease;
}

.body-banner-section .body-banner-area .body-banner-section-desc {
    position: absolute;
    overflow: visible;
    margin-top: 15%;
    margin-left: 10%;
    background: #f0f0f0;
    padding: 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .body-banner-section .body-banner-area .col-md-5 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media(max-width: 767px) {
    .body-banner-section .body-banner-area .body-banner-section-desc h4 {
        font-size: 20px;
    }
    .body-banner-section .body-banner-area .body-banner-section-desc {
        position: absolute;
        overflow: visible;
        margin-top: 20%;
        margin-left: 10%;
        background: #f0f0f0;
        padding: 20px;
    }
}

/*--------------------------------------------------------------
Footer begin
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    /*border-bottom: 6px solid #b28f3d;*/
    padding: 0;
    margin: 0;
}

.ft-logo-img{
    max-width: 50%;
    max-height: auto;
}

.footer .footer-top {
    /*background-color: rgba(9, 32, 52, 0.9);*/
    /*background-color: #092034;*//*footer-bg*/
    /*background: url(../img/feature_image/pattern.png) repeat center center rgb(9, 32, 52, 1);*/
    background: linear-gradient(rgba(9, 32, 52, 0.9), rgba(9, 32, 52, 0.9)), url(../img/feature_image/footer-bg.png)  center center;/*fixed*/
    padding: 30px 0 15px 0; 
    color: #fff;
}

.footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.footer .footer-top .footer-info {
    margin: 5px 0;
}

.footer .footer-top .footer-info .footer-about{
    padding: 0;
    margin: 0;
    display: block;
}


.footer .footer-top .footer-info .footer-about img{
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}

.footer .footer-top .footer-info .footer-about p {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    text-align: justify;
}

.footer .footer-top .address {
    display: block;
    padding: 0;
}

.margin-t20-b10{
    margin: 20px 0 10px 0;
}

.footer .footer-top .address h3{
    font-size: 13px;
    margin: 0 0 7px 0;
    padding: 0;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer .footer-top .address p {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    position: relative;
    padding: 0 0 7px 0;
    margin: 0;
    color: #fff;
}

.footer .footer-top .address p a{
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    position: relative;
    padding: 0 0 7px 0;
    margin: 0;
    color: #fff;
}

.footer .footer-top .address p a:hover{
    color: #3db3c5;
}

.footer .footer-top .social-links{
    text-align: left;
    padding: 0;
    margin: 20px 0 0 0;
}

.footer .footer-top .social-links h3{
    font-size: 13px;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    /*background: #0d1c2f;*/
    /*background-image: linear-gradient(to right, #274685, #3db3c5);*/
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #fff;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    /*background: #1b9ac8;*/
    /*background-image: linear-gradient(to left, #274685, #3db3c5);*/
    background: linear-gradient(90deg, #1391a5, #274685);
    color: #fff;
    transition: 0.5s;
}

.footer .footer-top .footer-links {
    margin: 5px 0;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul li i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 11px;
  font-weight: 200;
  line-height: 1;
}

.footer .footer-top .footer-links ul li {
    padding: 3px 0;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.footer .footer-top .footer-links ul a:hover {
    color: #3db3c5;
}

.footer .footer-top .footer-contact {
    margin: 5px 0;
}

.footer .footer-top .footer-contact .footer-form{
    margin: 10px 0 0 0;
    /*background: #f1f6f8;*/
    background: #f3f5fa;
    /*background: linear-gradient(to top, #274685, #3db3c5);*/
    padding:20px 25px;
    border-top: 5px solid #3db3c5;
}

.footer .footer-top .footer-contact .footer-form form{
    margin: 0;
    padding: 0;
}

.footer .footer-top .footer-contact .footer-form form .ft-form {
    padding: 0 0 10px 0;
}

.footer .footer-top .footer-contact .footer-form form .form-input{
    border-radius: 0px;
    border-radius: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #47b2e4;
    padding: 7px 10px;
    font-size: 12px;
    color: #274685;
    background: none;
}

.footer .footer-top .footer-contact .footer-form form .form-input:focus{
    border: 1px solid #3db3c5;
    outline: none;
}

.footer .footer-top .footer-contact .footer-form form .ft-form-btn{
    display: block; 
    width: 100%; 
    text-align: right;
}

.footer .footer-top .footer-contact .footer-form form button{
    padding: 7px 20px;
    border-radius: 0;
    /*background: linear-gradient(to right, #274685, #3db3c5);*/
    background: linear-gradient(-45deg, #1391a5, #274685);
    /*float: right;*/
    border: none;
    cursor: pointer;
    color: #fff;
}

.footer .footer-top .footer-contact .footer-form form button:hover{
    /*background: linear-gradient(to left, #274685, #3db3c5);*/
     background: linear-gradient(90deg, #1391a5, #274685);
}

.footer .footer-bottom{
    background: #071C2E;
    /*background: url(../img/feature_image/pattern.png) repeat center center rgb(7, 28, 46, 0.9);*/
    padding: 10px 0;
    color: #fff;
}

.footer .copyright {
    text-align: center;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.footer .credits {
    text-align: center;
    font-size: 12px;
    color: #f1f7ff;
    padding: 0;
    margin: 0;
}

.footer .credits a {
    color: #bfddfe;
}

.footer .credits a:hover {
    color: #f1f7ff;
}
/*--------------------------------------------------------------
Footer end
--------------------------------------------------------------*/
/*-------------------------------------------*/
/*session notification*/
.sessionnotification{
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size:16px;
    border-radius: 5px;

    position: fixed; 
    /*width: auto; */
    /* top:50%; 
    left: 40%; */
    left: 50%;

    transform: translate(-50%, 0);
    bottom: 20%;
    z-index: 99999999;
}

.noticlosebtn{
    margin-left: 15px;
    color: white;
    font-weight: 400;
    float: right;
    font-size: 22px;
    line-height: 25px;
    cursor: pointer;
    transition: 0.3s;
}




/* Tabs CSS*/
.south-tabs-content {
  position: relative;
  z-index: 1; }
  .south-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .south-tabs-content .nav-tabs .nav-link {
      border: 2px solid #947054;
      padding: 0 30px;
      height: 45px;
      line-height: 41px;
      color: #000000;
      margin: 0 2px;
      border-radius: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .south-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      .south-tabs-content .nav-tabs .nav-link.active {
        background-color: #947054;
        color: #ffffff; }
  .south-tabs-content .tab-content h6 {
    font-size: 18px; }

/* Loaders CSS */
.single-pie-bar {
  position: relative;
  z-index: 1; }
  .single-pie-bar h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0; }

/* Cool Facts CSS */
.single-cool-fact-area h2 {
  font-size: 60px;
  margin: 15px 0;
  color: #947054; }
.single-cool-fact-area h6 {
  margin-bottom: 0;
  color: #7d7d7d; }

/*# sourceMappingURL=style.css.map */
/*-----------------------------------------------------------------*/
/*need help section*/

.NeedHelp-button {
    /*background-color: #21609e;*/
    background-color: rgba(33,96,158,0.9);
    color: white;
    padding: 5px 10px;
    border-radius: 50px 15px 50px 50px;
    cursor: pointer;
    /*opacity: 0.9;*/
    position: fixed;
    bottom: 10px;
    right: 90px;
    /*width: 150px;*/
    font-size: 13px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*.open-button:hover {
    border-radius: 50px 0 50px 50px;
}*/

/* The popup chat - hidden by default */
.need-help-popup {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 90px;
    /*border: 3px solid #f1f1f1;*/
    z-index: 9999999;
    width: 320px;
    height: 450px;
    border-radius: 5px;
    /*background: red;*/
    /*border: 1px solid red;*/
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.need-help-popup .top{
    display: block;
    height: 100px;
    background: #2469ae;
    border-radius: 5px 5px 0 0;
    margin:0;
    padding: 0;
}

.need-help-popup .bottom{
    display: block;
    height: 350px;
    background: #f7f7f7;
    border-radius: 0 0 5px 5px;
    border: 1px solid #fff; 
    margin:0;
    padding: 0;
}

.need-help-popup .top .nh-header{
    padding: 10px; 
    display: block;
}

.need-help-popup .top .nh-header .closebtn{
    float: right; 
    background: rgba(0,0,0,0.7); 
    font-size: 13px; 
    padding: 2px 7px; 
    color: #fff; 
    border-radius: 4px;
    cursor: pointer;
}

.need-help-popup .top .nh-header .closebtn i{
    font-size: 15px; 
    position: relative;
    top: 2px;
}

.need-help-popup .top .nh-header .backbtn{
    float: left; 
    background: rgba(0,0,0,0.7); 
    font-size: 14px; 
    padding: 2px 9px 3px 9px; 
    color: #fff; 
    border-radius: 4px;
    cursor: pointer;   
}

.need-help-popup .top .nh-header .backbtn i{
    font-size: 14px; 
    position: relative;
    top: 2px;
    padding-right: 2px;
}

.need-help-popup .top .nh-header .header-title{
    padding: 5px;
    margin: 5px 0 0 0; 
    text-transform: uppercase; 
    color: #fff; 
    font-size: 16px; 
    font-weight: 200px; 
}

.need-help-popup .bottom .view-area{
    display: block;
    background: #fff; 
    height: 390px; 
    border-radius: 5px; 
    overflow-y: auto;
    margin: -52px 10px 10px 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.need-help-popup .bottom .view-area .nh-header{
    background: #f7f7f7;
    border-bottom: 1px solid #eaeded;
    min-height: 20px;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    display: block;
}

.need-help-popup .bottom .view-area .nh-header h5{
    padding: 0; 
    margin:0;
    font-size: 14px;
}

.need-help-popup .bottom .view-area .body-area{
    display: block;
    /*min-height: 200px;*/
    /*border-radius: 0 0 5px 5px;*/
    padding: 0px;
    height: 337px;
    overflow-y: auto;
    /*background: red;*/

}

.need-help-popup .bottom .view-area .body-area ul{
    padding: 0;
    margin: 10px;
    list-style-type: none;
    font-size: 13px;
}

.need-help-popup .bottom .view-area .body-area ul li{
    padding: 5px 5px;
    cursor: pointer;
    margin: 4px 0;
    background: #f7f7f7;
}

.need-help-popup .bottom .view-area .body-area ul li:hover{
    background: #e6e7e8;
}

.need-help-popup .bottom .view-area .body-area ul li i{
    padding-right: 3px;
    font-size: 13px;
    position: relative;
    top: 2px;
    color: #2d8a97;
}

.need-help-popup .bottom .view-area .nhbody-footer{
    border-top: 1px solid #eeee;
    text-align: center;
    min-width: 2px;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    /*background: black;*/
    font-size: 10px;
    color: #666;
}

.need-help-popup .bottom .view-area-details{
    display: block;
    background: #fff; 
    height: 393px; 
    max-width: 100%;
    border-radius: 5px; 
    overflow-y: auto;
    margin: -55px 10px 10px 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.need-help-popup .bottom .view-area-details .body-area{
    display: block;
    height: auto;
    padding: 10px 0px 10px 10px;
}

.need-help-popup .bottom .view-area-details .body-area .nh-content{
    /*background: red;*/
    padding: 0px 10px 0px 0px;
    height: 373px;
    overflow-y: auto;
}

.need-help-popup .bottom .view-area-details .body-area .textarea {}
.need-help-popup .bottom .view-area-details .body-area .textarea h5{
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 16px;
}

.need-help-popup .bottom .view-area-details .body-area .textarea {
    padding: 0;
    margin: 10px 0;
    font-size: 12px;
    line-height: 18px;
}

.need-help-popup .bottom .view-area-details .body-area .textarea p{
    padding: 0;
    margin: 10px 0;
    font-size: 12px;
    line-height: 18px;
}

.need-help-popup .bottom .view-area-details .body-area .nh-footer{
    margin: 20px 0 5px 0;
    padding: 5px 0 20px 5px;
}

.need-help-popup .bottom .view-area-details .body-area .nh-footer .feedbackmsg{
    padding: 0;
    margin: 10px 0;
    font-size: 12px;
    line-height: 18px;
}

.need-help-popup .bottom .view-area-details .body-area .nh-footer .helpful{
    font-size: 12px;
    padding: 4px 10px;
    float: left;
    border: 1px solid #6666;
    border-radius: 3px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}

.need-help-popup .bottom .view-area-details .body-area .nh-footer .helpful i{
    position: relative;
    top: 2px;
}

.need-help-popup .bottom .view-area-details .body-area .nh-footer .nothelpful{
    font-size: 12px;
    padding: 4px 10px;
    float: right;
    border: 1px solid #6666;
    border-radius: 3px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}

.need-help-popup .bottom .view-area-details .body-area .nh-footer .nothelpful i{
    position: relative;
    top: 2px;
}
/*----------------------------------*/
/*rma request sticky--------------*/
.sticky-container{
    z-index: 9999;
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    /*right: -119px;*/
    /*top:81%;*/
    bottom: 90px;
    right: -158px;
    width: 200px;
}

.sticky li{
    list-style-type: none;
    /*background-color: #092034;*/
    background-color:rgba(9,32,52,0.9);
    color: #efefef;
    /*opacity: 0.9;*/
    height: 42px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

.sticky li:hover{
    margin-left: -90px;
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    transform:translateX(-90px);
}

.sticky li img{
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
}

.sticky li a p{
    /*position: relative;*/
    padding: 4px 0 0 0;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    overflow: hidden;
}
/*////////////////////////////////////////////*/
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 50px 0;
  margin: -20px 0 0 0;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*----------------------------------------------------------------------*/
/*flash offer section*/
.flashOfferModal {
  /*display: block; *//* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.8);
  padding-top: 125px;
    outline: 0;
}

.flashOfferModalContent {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /*border: 1px solid #fff;*/
    width: 60%;
    max-height: 360px;
    overflow-y: auto;
}

.closeFlashOffer {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.closeFlashOffer:hover,
.closeFlashOffer:focus {
  color: #fcbfc4;
  cursor: pointer;
}

/*/////////////////////////*/
.sessionMsgArea{
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5);
}

.sessionNotificationMessage{
    background-color: #fefefe;
    margin: auto;
    margin-top: 5%;
    padding: 20px;
    /*border: 1px solid #888;*/
    /*width: 50%;*/
    font-size:16px;
    border-radius: 0px;
    text-align: center;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.sessionNotificationMessage .box-header{
  position: relative;
  display: block;
  width: 100%;
  color: #f7665e;
  font-size: 20px;
  margin: 0px;
  padding: 0;
}

.sessionNotificationMessage .box-header i { 
    position: relative;
    top: 4px;
    font-size: 23px;
    color: #f7665e;
}

.sessionNotificationMessage .box-body{
  position: relative;
  display: block;
  width: 100%;
  font-size:16px;
  margin: 10px 0px;
  min-height: 50px;
}

.sessionNotificationMessage .box-footer{
  position: relative;
  display: block;
  width: 100%;
  margin: 0px;
}

.sessionNotificationMessage .box-footer form button{
  border-radius: 0;
  margin: 5px;
}

.sessionNotificationMessage .box-footer #reloadPage{
  padding: 2px 8px;
  cursor: pointer;
  color: #fff;
  width: 70px;
  background: #4BC685;
  border: 1px solid #43B77B;
  border-radius: 3px;
}

.sessionNotificationMessage .box-footer #reloadPage:hover{
  color: #fff;
  background: #43B77B;
  border: 1px solid #43B77B;
}

/* small devices, tablets */
@media only screen and (max-width: 768px){
    .sessionNotificationMessage{
        width: 80%;
    }
    .sessionNotificationMessage .box-footer .leftView{
        text-align: center;
    }
    .sessionNotificationMessage .box-footer .rightView{
        text-align: center;
    }
}

@media only screen and (min-width: 768px){
    .sessionNotificationMessage{
        width: 70%;
    }
    .sessionNotificationMessage .box-footer .leftView{
        text-align: center;
    }
    .sessionNotificationMessage .box-footer .rightView{
        text-align: center;
    }
}

/* medium devices, desktops */
@media only screen and (min-width: 992px){
    .sessionNotificationMessage{
        width: 70%;
    }
    .sessionNotificationMessage .box-footer .leftView{
        text-align: left;
    }
    .sessionNotificationMessage .box-footer .rightView{
        text-align: right;
    }
}

/* large devices, wide screens */
@media only screen and (min-width: 1200px){
    .sessionNotificationMessage{
        width: 50%;
    }
    .sessionNotificationMessage .box-footer .leftView{
        text-align: left;
    }
    .sessionNotificationMessage .box-footer .rightView{
        text-align: right;
    }
}

/*-------------------------------------------------------------*/
/*Page Live search section*/

.pagesearch:focus{
    outline: none;
}

.pagelivesearch{
    position: absolute;
    background-color: #22334f;
    max-height: 350px;
    /*overflow-y: auto;*/
    width: 93%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0px 22px 0 23px;
    border-radius: 0;
    color: gray;
    text-align: left;
    padding: 0px;
    z-index: 3;
    /*border: 1px solid #2a3e50;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagelivesearch a{
    margin: 0;
    border-bottom: 1px solid #2a3e50;
    border-left: 3px solid #22334f;
    width: 100%;
    color: #666; 
    font-size: 15px;
    padding: 4px 12px 5px 12px;
    transform: 0.5s;
}

.pagelivesearch a:last-child{ border: none; }

.pagelivesearch a:hover{
  color: #3db3c5;
  border-left: 3px solid #3db3c5;
  font-size: 15px;
  transform: 0.5s;
}

.pagelivesearch .notfount{
    margin: 0;
    border-left: 3px solid #22334f;
    width: 100%;
    color: #ffe1e1;
    cursor: no-drop;
    font-size: 15px;
    padding: 4px 12px 5px 12px;
    transform: 0.5s;
}

.pagelivesearch .notfount:hover{
  color: #ffc6c6;
  border-left: 3px solid #ffc6c6;
  transform: 0.5s;
}

/* medium devices, desktops */
@media only screen and (max-width: 992px){
    .pagelivesearch{
        width:75%;
        margin: 0 38px 0 38px;
    }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta { 
  background: linear-gradient(to right, rgba(39, 70, 133, 0.8), rgba(61, 178, 197, 0.8)), url("../img/feature_image/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #3db3c5;
  border: 2px solid #3db3c5;
}


.infoCard{
  margin: 10px 0 20px 0;
  display: block; 
  width: 100%; 
  background: #fff; 
  min-height:80px; 
  padding: 16px; 
  box-shadow: 0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3);
  border-radius: 5px 15px;
  position: relative;
  transition: all .3s ease;
  cursor: pointer;
  overflow: hidden;
  
}

.infoCard:before{
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 2, 72, 1), rgba(27, 172, 216, 1));
  position: absolute;
  left: 0;
  top: 0;
}

.infoCard .infoCardHeader{
  display: block; 
  height: 50px; 
  background: #fff; 
  position: relative; 
  margin-bottom:15px;
  transition: all .3s ease;
}

.infoCard .infoCardHeader img{
  max-height: 100%; 
  max-width: 100%;
}

.infoCard .infoCardBody{
  display: block; 
  background: #fff; 
  margin: 0; 
  position: relative;
  transition: all 0.2s ease; 
}

.infoCard .infoCardBody h4{
  color: #183456;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 17px; 
  word-wrap: break-word;
}

.infoCard .infoCardBody p{
  color: #444;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  word-wrap: break-word;
}
.infoCard .infoCardFooter{
  display: none; 
  height: 50px; 
  transition: all .3s ease;
  position: relative; 
  margin-top: 15px;
}

.infoCard .infoCardFooter i{
  position: relative;
  top: 15%;
  font-size: 25px;
  float: right;
  color: rgba(27, 172, 216, 1);
}

.infoCard .infoCardFooter img{
  max-height: 100%; 
  max-width: 100%;
}

.infoCard:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.infoCard:hover .infoCardHeader{display: none;}
.infoCard:hover .infoCardFooter{display: block;}