@font-face { font-family: 'robotobl'; src: url('../fonts/RobotoBlack.ttf'); }
@font-face { font-family: 'robotob'; src: url('../fonts/RobotoBold.ttf'); }
@font-face { font-family: 'robotor'; src: url('../fonts/RobotoRegular.ttf'); }
@font-face { font-family: 'robotom'; src: url('../fonts/RobotoMedium.ttf'); }
@font-face { font-family: 'robotol'; src: url('../fonts/RobotoLight.ttf'); }
@font-face { font-family: 'lator'; src: url('../fonts/LatoRegular.ttf'); }

@font-face { font-family: 'Sofiar'; src: url('../fonts/SofiaProRegular.otf'); }
:root{
    --white:#fff; 
    --black:#282828;
    --grey: #848484;
    --banneryellow:#FDD425;
    --yellowbtn:#FDD736;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-family: robotor, sans-serif;
  color:#848484;
  overflow-x: hidden;
  letter-spacing: 0.61px;
}
html, body{
  min-height: 100%;
}
a, a:hover{
  color: #000;
}
h1,h2,h3,h4,h5,h6,p,a,hr, * {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, b{
  font-family: robotob, sans-serif !important;
  font-weight: normal;
}
button, a {
  outline: none !important;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
ul, li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.modal-open{
    overflow: hidden;
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
}
.modal-body {
    overflow: scroll; 
    overflow: auto; 
    -webkit-overflow-scrolling: touch;
}
input:hover, button:hover, input:focus, button:focus{
    outline: none;
}
input[type="radio"]{
    -webkit-appearance: radio;
}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-control[readonly] {
    border: none !important;
    background: #EDEDED;
}
a {text-decoration: none !important;transition: 0.4s linear;}
img{
    height: auto;
    width: auto;
    max-width: 100%;
}
select{
  appearance: none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  cursor: pointer;
}
select::-ms-expand {
    display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:rgba(18, 18, 18, 0.4);
}
::-moz-placeholder { /* Firefox 19+ */
  color:rgba(18, 18, 18, 0.4);
}
:-ms-input-placeholder { /* IE 10+ */
  color:rgba(18, 18, 18, 0.4);
}

.mobile_view{
    display: none !important;
}
.bg{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.section {
    padding: 50px 0px;
}

/* equal height */
.equal_height {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equal_height > .equal_height_container {
    display: flex;
    width: 100%;
}
.equal_height > .equal_height_container > div{
    width: 100%;
}

/* animation effect */
.animation {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-direction: initial;
    animation-timing-function: linear;
}
@keyframes rotateleft{
  0%{
      transform: rotate(0deg);
    }
    50%{
      transform:  rotate(180deg);
    }
    100%{
      transform:  rotate(360deg);
    }
}
.rotateleft{
  animation-name: rotateleft;
}

@keyframes rotateright{
  0%{
      transform: rotate(0deg);
    }
    50%{
      transform:  rotate(-180deg);
    }
    100%{
      transform:  rotate(-360deg);
    }
}
.rotateright{
  animation-name: rotateright;
}

@keyframes zoomin{
  0%{
      transform: scale(0.4);
    }
    50%{
      transform:  scale(1);
    }
    100%{
      transform:  scale(0.4);
    }
}
.zoomin{
  animation-name: zoomin;
}
@keyframes wave{
    0%{
      transform: translateY(0px) scale(1);
    }
    50%{
      transform: translateY(-15px) scale(1.1);
    }
    100%{
      transform: translateY(0px) scale(1);
    }
}
.wave{
  animation-name: wave;
}
@keyframes slidedown{
    0%{
      transform: translateY(0px);
    }
    50%{
      transform: translateY(15px);
    }
    100%{
      transform: translateY(0px);
    }
}
.slidedown{
  animation-name: slidedown;
}

@keyframes slideup{
    0%{
      transform: translateY(0px);
    }
    50%{
      transform: translateY(-15px);
    }
    100%{
      transform: translateY(0px);
    }
}
.slideup{
  animation-name: slideup;
}

@keyframes slideright{
    0%{
      transform: translateX(0px);
    }
    50%{
      transform: translateX(30px);
    }
    100%{
      transform: translateX(0px);
    }
}
.slideright{
  animation-name: slideright;
}

@keyframes slideleft{
    0%{
      transform: translateX(0px);
    }
    50%{
      transform: translateX(-30px);
    }
    100%{
      transform: translateX(0px);
    }
}
.slideleft{
  animation-name: slideleft;
}

@keyframes bubbletop{
  0%{
      transform: translateY(20px) scale(0.4);
    }
    50%{
      transform: translateY(-20px) scale(0.8);
    }
    100%{
      transform: translateY(-60px) scale(1.1);
    }
}
.bubbletop{
  animation-name: bubbletop;
}
.tab-pane.active {
    animation: slide-bottom 1s ease-out;
}
@keyframes slide-bottom {
    0% { opacity: 0; transform: translateY(-15px); }
    100% { opacity: 1; transform: translateX(0); }
}

.movexy {
    animation-name: movexy;
}
@keyframes movexy{
  0%{
      transform: rotate(0deg);
    }
    50%{
      transform:  rotate(30deg);
    }
    100%{
      transform:  rotate(0deg);
    }
}

/* hover effect */
/* Underline From Center */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #5f8977;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left.active:before {
  left: 0;
  right: 0;
}
/* btn and link hover */
.bottom_footer a:hover {
    color: #F0970B;
    transition: 0.4s linear;
}
.theme_btn:hover {
    border: 3px solid #F0970B;
    background: #ffffff;
    color: #f0970b;
    transition: 0.4s linear;
}
.theme_btn.disable_btn:hover {
    background: #fff;
    border: 3px solid #E1BA7E;
    color: #E1BA7E;
}
.color_org_btn:hover {
    border: 3px solid #FE6A02;
    background: #ffffff;
    color: #FE6A02;
    transition: 0.4s linear;
}
.theme_btn p:hover {
    color: #f0970d;
    transition: 0.4s linear;
}
.step_inactivebtn:hover {
    background: #fff;
    border: 3px solid #FFB180;
    color: #FFB180;
}
.steps_btn .theme_btn.color_org_btn.grren_btn:hover {
    background-color: #ffffff;
    border: 3px solid #5E8876;
    color: #5E8876;
    transition: 0.4s linear;
}
/* form control */
label{
  font-family: robotom;
  font-size: 20px;
  color: #363030;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.form-control {
    background: #FFFFFF;
    border: 1px solid #BABABA;
    border-radius: 4px;
    opacity: 1;
    font-size: 20px;
    color: #201C1C;
    padding: 12px;
    height: 40px;
}
.form-control::placeholder{
  color:rgba(18, 18, 18, 0.4);
}
.form-control:focus{
  box-shadow: none;
  border:1px solid #780348;
}
.icon_control{
    background-size: 10px;
    background-position: 98%;
    padding-right: 30px;
    background-repeat: no-repeat;
}
.add_control {
    /*background-image: url(../images/location.png);   */
}
.pass_control {
    /*background-image: url(../images/eye.png);*/
}
.dropdown_control {
   /*background-image: url(../images/ic_down_arrow.png);*/
}
.date_control{
    /*background-image: url(../images/ic_date_range.png);*/
}
.time_control{
    /*background-image: url(../images/ic_time_black.png);*/
}
.search-control{
    /*background-image: url(../images/ic_searchstrong.png);*/
}
/*Custom Checkbox*/
.form-check {
  padding-left: 0;
}
.custom_check input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom_check input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
}
.custom_check input[type="checkbox"] + label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  background-color: #fff;
  border: 2px solid #282828;
  border-radius: 3px;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: initial;
  cursor: pointer;
}
.custom_check input[type="checkbox"] + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} 
.custom_check input[type="checkbox"] + label:before, .white_form input[type="checkbox"] + label:before{
    background-color: #fff;
    border: 2px solid #282828;
    padding: 7px;
}
.custom_check input[type="checkbox"]:checked + label:after{
    border: solid #fff;
    border-width: 0 2px 2px 0;
    background-color: #282828;
}
.custom_check input[type="checkbox"]:checked + label:before{
  background-color: #000;
}

/* custom radio */
.custom_check_div input[type="radio"] {
    position: absolute !important;
    left: 2px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    top: 9px;
    
}
input[type="radio"] + label.custom_radio {
    margin: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative !important;
    cursor: pointer;
    outline: 0;
    border: 2px solid #282828;
    margin-right: 5px;
    opacity: 0.6;
}
input[type="radio"] + label.custom_radio:after{
    content: "";
    border-radius: 100%;
    transition: all .1s;
    height: 9px;
    width: 9px;
    background-color: #282828;
    display: inline-block;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
input:checked + label.custom_radio:after {
    opacity: 1;
}
input:checked + label.custom_radio {
    opacity: 1;
}
.form-check {
    width: 100%;
    display: inline-block;
}
label.form-check-label {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
label.custom_checkbox + label.form-check-label{
  vertical-align: top;
  font-size: 18px;
  max-width: calc(100% - 26px);
}
.form-group.form_grey_bg {
    background: #F9F8F8;
    border-radius: 6px;
    border: none;
    padding: 10px 5px;
    height: auto;
    align-items: center;
}

/* slim scroll */
.slim_scroll::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgb(195, 185, 214);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.slim_scroll::-webkit-scrollbar
{
  width: 7px;
  background-color: #F5F5F5;
}
.slim_scroll::-webkit-scrollbar-thumb
{
  border-radius: 7px;
  background-color: #CEC4E1;
}

/* theme table */


/* theme btn design */
.theme_btn {
    background: #F0970B;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,0.28);
    border-radius: 6px;
    border: none;
    height: 60px;
    width: 320px;
    font-family: robotom;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    border: 3px solid #F0970B;
    transition: 0.4s linear;  
}
.disable_btn {
    background: #E1BA7E;
    border: 3px solid #E1BA7E;
}
.color_org_btn{
    background: #FE6A02;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,0.15);
    border-radius: 6px;
    margin-top: 0px;
    font-family: robotob;
    font-size: 24px;
    letter-spacing: 0.7px;
    border: 3px solid #FE6A02;
    transition: 0.4s linear;
}
.pdf_btn {
    display: flex;
    margin: 80px 0;
    justify-content: center;
    margin-bottom: 31px;
}
.steps_btn.dataemail_btn {
  margin: 20px 0px;
}
.pdf_btn_marg {
    margin-right: 30px;
}
.step_inactivebtn {
    background: #FFB180;
    border: 3px solid #FFB180;
    transition: 0.4s linear;
}
.steps_btn .theme_btn.color_org_btn {
    margin-bottom: 10px;
}
.steps_btn .theme_btn.color_org_btn:hover {
    background-color: #FE6A02;
    border: 3px solid #FE6A02;
    color: #fff;
}
.steps_btn .theme_btn.color_org_btn.color_light {
    background-color: #FE6A02;
    border: 3px solid #FE6A02;
    color: #fff;
}
.steps_btn .theme_btn.color_org_btn.color_dark{
    background-color: #FE6A02;
    border: 3px solid #FE6A02;
    color: #fff;
    text-align: center;
}
.grren_btn {
    background-color: #5E8876;
    border: 3px solid #5E8876;
    transition: 0.4s linear;
}

/*Edit profile*/
ul.theme_tabs {
    justify-content: center;
    border-bottom: none;
    margin: 10px 0px;
}
.theme_tabs li {
    flex: 1;
    text-align: center;
    background-color: #fff;
}
.theme_tabs li a {
    font-size: 20px;
    color: #555252 !important;
    padding: 13px 10px;
    border: none;
    transition: 0.4s linear;
    height: 100%;
    border: none !important;
}
.theme_tabs li a.active, .theme_tabs li a:hover {
    background-color: #5f8977 !important;
    border-radius: 0;
    border: none;
    color: #fff !important;
}
.tab-content .theme_btn {
    margin-top: 20px;
}

/*responsive menu*/
.navbar-nav .nav-link {
    font-size: 18px;
    padding: 13px 10px 7px!important;
    margin-right: 10px;
}
ul.res-navbar-nav li a {
    transition: 0.4s linear;
}
.sideoff-off {
    top: 0;
    right: 15px !important; 
    left: 15px;
    background-color: #FFFFFF;
    width: calc(100% - 30px);
    margin: 0px auto;
    z-index: 9999 !important;
    overflow: hidden !important;
    display: none;
    position: absolute;
    border-radius: 3px;
    opacity: 0;
    transition: 0.6s;
    overflow-Y: auto !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.5);
    padding:0px;
}
.sideoff-off ul.navbar-nav a {
    display: inline-block;
    width: 100%;
    padding: 8px 20px;
    font-size: 16px;
    color: #616161;
    letter-spacing: 0.5px;
}
.sideoff-off.visible {
    opacity: 1;
    top: 49px;
    display: inline-block;  
    max-height: 95vh;  
    padding: 0 10px;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    overflow:hidden !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    font-size: 22px;
    color: #000;
    display: none;
    margin-right: 10px;
}
.navbar-toggle:hover {
    color: #555252;
}
.noscroll {
    overflow: hidden !important;
    position: fixed;
    left: 0;
    right: 0;
}
.sideoff-off .dropdown-menu {
    position: relative !important;
    transform: translate(0px, 0px) !important;
    top: 0;
    border: none;
    background-color: transparent !important;
    box-shadow: none !important;
}
.sideoff-off .dropdown-menu a {
    text-align: left;
}
.sideoff-off .navbar-nav .nav-link {
    font-family: robotor;
    color: #271E54;
    padding: 0;
}
.sideoff-off ul.center_menu {
    margin-bottom: 20px;
}
.sideoff-off ul.right_menu li {
    display: inline-block;
    width: auto;
}
.sideoff-off ul.right_menu {
    flex-direction: row;
}

/* navbar design */
.right_menu li.nav-item {
    margin-left: 20px;
    letter-spacing: 0.55px;
}
li.nav-item a {
    color: #848484;
}
.top-nav-collapse {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
}
/* footer */
.bottom_footer {
    background: #2E2E2E;
    padding: 18px 0;
    color: #fff;
}
.bottom_footer a {
    color: #fff;
    font-family: robotom;
}
/* home Design*/
.banner_img {
    height: 570px;
    background-image: url(../images/banner_home.png);
}
.banner_ontext {
  padding: 75px 0 25px;
}
.banner_ontext h1 {
    font-family:robotob !important;
    font-size: 54px;
    color: #FFFFFF;
    letter-spacing: 0.85px;
} 
.banner_ontext p {
    font-family: lator;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 0.37px;
    padding: 7px 0 45px;
}
.banner_ontext h2 {
    font-family: robotom !important;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0.7px;
}    
.theme_btn p {
    font-family: robotor;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.sec_howitworks {
    padding: 70px 0 0;
}  
.sec_process {
  padding: 90px 0;
}    
.timeline_content {
    width: 45%;
    position: relative;
    transition: 0.4s linear;
    font-size: 16px;
    float: right;
}
.timeline_content:hover {
    box-shadow: 23px 24px 24px 0 rgba(0,0,0,0.20);
}
ul.timeline-list li:nth-child(2n) .timeline_content {
    float: left;
}
.timeline_des{
    background: #FFFFFF;
    box-shadow: 10px 12px 44px 0 rgba(0,0,0,0.10);
    padding: 0 15px 20px;
}
ul.timeline-list {
    position: relative;
    margin: 0;
    padding: 0;
}
ul.timeline-list:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    background-color: #979797;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.timeline_content:after {
    content: "";
    display: inline-block;
    border: 1px solid  #979797;
    position: absolute;
    left: -61px;
    top: 50%;
    transition: 0.4s linear;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
}
ul.timeline-list li:nth-child(2n) .timeline_content:after {
    left: auto;
    right: -61px;
}
.timeline_content:hover:after {
  right: auto;
  left: -61px;
}
ul.timeline-list li:nth-child(2n) .timeline_content:hover:after {
    left: auto;
    right: -61px;
}
ul.timeline-list li {
    position: relative;
    clear: both;
    display: table;
    width: 100%;
}
.icon_bg {
    background: #1768B2;
    width: 110px;
    height: 90px;
    border-radius: 10px;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-40px);
    margin-bottom: -50px;
}
.icon_bg img {
    max-height: 40px;
}
.timeline_content h4 {
    font-family: robotob !important;
    font-size: 20px;
    color: #282828;
    letter-spacing: 0.74px;
    margin-bottom: 10px;
}
.timeline_des p {
    color: #848484;
}
.Journey_lbl p {
    display: inline-block;
    background: #17D4AE;
    box-shadow: 0 20px 44px 0 rgba(0,0,0,0.20);
    border-radius: 23px;
    padding: 0 32px;
    height: 48px;
    line-height: 43px;
    color: #fff;
    font-family: Sofiasb;
    font-size: 22px;
    border: 2px solid #17D4AE;
    transition: 0.4s;
}
.Journey_lbl p:hover {
    box-shadow: 0 2px 50px 0 rgba(0,0,0,0.20);
    background-color: #fff;
    color: #17D4AE;
}
h2.Featured_title.text-center {
    font-family: TimesNewRomanPSMT;
    font-size: 34px;
    color: #555252;
    letter-spacing: 3.2px;
    line-height: 43px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}
h2.Featured_title.text-center:after, h2.Featured_title.text-center:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 30%;
    background-color:  #A1B1C0;
}
h2.Featured_title.text-center:before {
    left: auto;
    right: 0;
}
ul.Featured_images li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    max-width: 20%;
    padding: 20px;
    transition: 0.4s linear;
    margin-bottom: 20px;
}
ul.Featured_images li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 12px #cfcfd0;
    transform: scale(1.04);
}
ul.Featured_images {
    font-size: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid  #A1B1C0;
    text-align: center;
}
ul.Featured_images li img {
    max-height: 46px;
}
.sec_howitworks h2 {
    font-family: robotom !important;
    font-size: 38px;
    color: #282828;
    letter-spacing: 0.61px;
    margin-bottom: 20px;
}
.timeline_content.round_top:after {
  transform: translateY(-100px);
}
.timeline_content:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -48px;
    top: 58%;
    transition: 0.4s linear;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #000;
    z-index: 1; 
}
.logo_img {
    margin: 10px 0;
}
.timeline_content.round_top:before {
    transform: translateY(-100px);
}
ul.timeline-list li:nth-child(2n) .timeline_content:before {
    left: auto;
    right: -48px;
}

/* contact us Page*/
section.contact {
    padding: 99px 0;
}
.top_menu {
    border-bottom: 1px solid #DCDCDC;
}
h2.contact_title {
    font-family: robotob !important;
    font-size: 54px;
    color: #363030;
    letter-spacing: 1.4px;
    margin-bottom: 80px;
}
.contact_info li {
    margin-bottom: 65px;
    padding-left: 70px;
    position: relative;
}
section.footer li, .contact_info li {
    list-style-type: none;
}
span.rotate_title {
    position: absolute;
    left: 0;
    transform: rotate(-90deg);
    top: 19px;
    font-family: robotom;
    font-size: 20px;
    color: #5E8876;
    letter-spacing: 0.58px;
    line-height: 1px;
    display: inline-block;
    width: 48px;
    text-align: right;
}
.contact_info p, .contact_info a {
    transition: 0.4s linear;
    display: inline-block;
    font-size: 24px;
    color: #848484;
    letter-spacing: 0.68px;
}
.contact_info li:hover a {
    color: #5E8876;
}
.contact_send {
    background-image: linear-gradient(135deg, #BB2424 0%, #15E9B1 100%);
    box-shadow: 10px 12px 24px 0 rgba(0,0,0,0.10);
    border-radius: 36px;
    width: 250px;
    height: 45px;
    font-family: latosb, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    margin: 20px auto 0px;
    border: none;
    transition: 0.4s;
}
.contact_send:hover {
    box-shadow: 10px 12px 24px 0 rgba(0,0,0,0.30);
}
.contact_info svg {
    color: #5E8876;
    font-size: 18px;
    margin-right: 14px;
    transition: 0.4s linear;
    opacity: 0;
    transform: scale(0);
}
.contact_info li:hover svg {
    opacity: 1;
    transform: scale(1);
}
li.add p {
    display: flex;
    align-items: flex-start;
}
li.add p svg {
    margin-top: 8px;
}

/* Download product data Page*/
h2.download_title {
  margin-bottom: 30px;
  font-size: 48px;
}
.contact p {
    font-size: 22px;
    letter-spacing: 0.41px;
    margin-bottom: 100px;
}

/* Steps - Select Torque Values */
.side_bar {
    width: 300px !important;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px;
    padding-bottom: 0;
}
.rightside_content {
    width: calc(100% - 310px) !important;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
}
.nav-pills.theme_nav .nav-link.active, .nav-pills.theme_nav .show>.nav-link {
    background-color: #fff;
    color: #282828;
}
.nav-pills.theme_nav  .nav-link {
    font-size: 18px;
    color: #282828;
    letter-spacing: 0.28px;
    transition: 0.4s linear;  
}
.nav-pills.theme_nav .nav-link:hover .step_info {
    color: #fe6903;
}
.nav-pills.theme_nav .nav-link p {
    font-size: 15px;
    color: #848484;
    letter-spacing: 0.26px;
}
.counter_content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.step_counter {
    display: flex;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: rgba(74, 93, 84, 0.3);
    border-radius: 100%;
    margin-right: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.step_no {
    background-color: #5E8876;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 100%;
    font-family: robotob;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    transition:0.4s linear;
}
.selectseq_title {
    font-size: 42px;
    letter-spacing: 0.7px;
    color: #282828;
    font-family: robotom !important;
}
.nav-pills.theme_nav .nav-link.completed_step .step_no {
    background-color: #5E8876;
}
.nav-pills.theme_nav .nav-link.pending_step .step_no {
    background-color: #fff;
    color: rgba(94, 136, 118, 0.5);
    border: 2px solid #FE6A02 !important;
    line-height: 31px;
}
.nav-pills.theme_nav .nav-link.active .step_no, .nav-pills.theme_nav .nav-link:hover .step_no {
    background-color: #FE6A02;
    color: #fff;
}
.step_no:after {
  content: "";
  display: inline-block;
  height: 70px;
  width: 2px;
  background-color: #5E8876;
  position: absolute;
  z-index: -1;
  left: 19px;
  top: 40px;}

.nav-pills.theme_nav .nav-link {
    padding-bottom: 40px;
}
.nav-pills.theme_nav .nav-link:last-child .step_no:after {
    display: none;
}
/* steps right side design */
.stepone_head hr {
    border-bottom: 5px solid #1768B2;
    width: 180px;
    margin: 0 auto;
    margin-top: 10px;
}
.steps_btn {
    margin: 30px auto;
}
/* filter design */
.selectseq_title {
    font-family: robotom !important;
    font-size: 36px;
    color: #282828;
    letter-spacing: 0.7px;
}
.filter_title {
    margin-bottom: 0px;
    font-size: 28px;
    margin-top: 15px;
}
.filter_icon {
    height: 50px;
    width: 50px;
    background-color: #fe6903;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 28px;
    line-height: 52px;
    display: none;
    transition: 0.4s linear;
    cursor: pointer;
}
.filter_icon:hover {
    box-shadow: 3px 3px 10px #716161;
}
.filter_modal_box {
    display: none;
}
p.filter_text {
    font-family: robotor;
    font-size: 19px;
    color: #282828;
    letter-spacing: 0.28px;
    cursor: pointer;
    transition: 0.4s linear;
}
.filter_option li {
    list-style-type: none;
    padding: 15px 0px;
    border-bottom: 2px solid #dcdcdc78;
    width: 220px;
    position: relative;
}
.filter_option li:last-child {
    border: none;
}
p.filter_text:hover, .active_filter p{
    color: #fe6903;
}
.middle_scroll_container {
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

.slim_scroll::-webkit-scrollbar-track
{
  border-radius: 10px;
  background-color: #Fff;
  box-shadow: none;

}
.slim_scroll::-webkit-scrollbar
{
  width: 8px;
  background-color: #fff;
  box-shadow: none;
}

.slim_scroll::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #c8c3c3
  ;
}
.filter_modal_box .steps_btn{
    margin: 10px 0px;
}

/* step1 design */
#Expert_form {
    display: none;
}

/*
.Fail_safe_Operation_box {
    display: inline-block;
}*/
.filter_modal_box {
    margin-left: 310px;
    background: #FFFFFF;
    box-shadow: -10px 12px 44px 0 rgba(0,0,0,0.2);
    border-radius: 0;
    z-index: 9;
    position: absolute;
    top: 0;
    width: 800px;
    padding: 20px 20px;
}
.filter_option {
    position: relative;
}
.rightside_content.blur_sction {
    filter: blur(4px);
}
.filter_modal_box:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -40px;
    z-index: -1px;
    transform: rotate(90deg);
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 83px solid #fff;
    top: 1px;
}
.close_fiklter_modal{
      display: block;
    text-align: right;
    position: relative;
    left: 10px;
    font-size: 22px;
    font-weight: 800;
}

/*Results Step3 css design*/
.stepone_head.result_head hr {
    width: 100px;
    margin-bottom: 20px;
}
.result_head p {
    font-family: robotom;
    font-size: 20px;
    color: #FE6A02;
    letter-spacing: 0.35px;
}
.table_box {
    margin-top: -3px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
}
.table_box .table thead th {
    border: none;
    background-color: #F4F4F4;
    padding: 15px;
    vertical-align: middle;
    font-family: robotom;
    font-size: 14px;
    letter-spacing: 0.26px;
    text-align: center;
}
.table_rowdata td {
    border: none;
    vertical-align: middle;
    padding: 14px 12px;
    font-size: 15px;
    color: #212529;
    letter-spacing: 0.23px;
    text-align: center;
}
.row_greenbg {
    background-color: #E0ECE5;
}
.table.table_rowdata {
    margin-bottom: 0;
}
.hide-table-padding p {
    margin-bottom: 10px;
}
.hide-table-padding .row_innerdata p{
  margin-bottom: 0;
}
.bto_coldata {
    font-family: robotom;
    color: #282828 !important;
}
.row_joinvalue li p {
    margin-bottom: 0px;
}
.row_joinvalue li {
    display: flex;
}
tr.hide-table-padding td {
    padding: 0;
}
.expand-button {
    position: relative;
}

 /* Fail Safe Operation Popup */
.failsafe_boxsubtext h3 {
    font-family: robotom !important;
    font-family: Roboto-Medium;
    font-size: 24px;
    color: #282828;
    letter-spacing: 0.41px;
}
.openclose_btn {
  margin: 0;
}
.failsafe_boxsubtext {
    margin: 30px 0 60px 0;
}
.divide_acting {
    border-right: 7px solid #5E8876;
}
.pdf_btn.steps_btn.color_change.yesno_btn p {
    font-family: robotob;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.55px;
    line-height: 28px;
}

/*Type of operation */
.title_opration {
    margin-top: 70px;
}
.bar_title {
    margin: 60px 0 0px 0;
}
.bar_undarbtn {
    margin: 0px;
}
.pdf_btn.steps_btn.color_change.bar_undarbtn {
    margin: 10px 0 0 0;
}
.pdf_btn.steps_btn.color_change.yesno_btn.bar_undarbtn {
    width: 100%;
}

.resetalldata {
    display: inline-block;
    font-size: 16px;
    color: #fe6a02;
}
.filter_header .filter_title {
    display: inline-block;
}
.filter_header {
    vertical-align: middle;
}

li.user.user-menu a.login_btn {
    display: inline-block;
    padding: 5px 20px !important;
    background-color: #5e8876 !important;
    border-radius: 4px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}
li.user.user-menu a.login_btn span {color: #fff;font-family: robotom;}
li.user.user-menu a.login_btn:hover {
    background-color: #5e8876 !important;
    box-shadow: 3px 3px 10px #868686;
}
.navbar-nav>li>a.login_btn span:hover {
    color: #fff !important;
    font-weight: normal;
}

/* modal design */
.auth_modal .modal-dialog {
    width:800px;
    max-width:98%;
}

.modal {
  overflow-y:auto;
}
.modal-content {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px;
}
.auth_modal .modal-header {
    border-bottom: none;
    text-align: center;
    padding: 10px;
    text-align: center;
}
.auth_modal .modal-title {
    font-size: 31px;
    color: #2C2E30;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.auth_modal .modal-header .close {
    /*background-image: url(../img/close_green.png);*/
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: 0.4s linear;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
}
.auth_modal .modal-header .close span {
    font-size: 0;     
}
.auth_modal .modal-body {
    padding: 0px 70px;
}
.auth_modal .modal-footer {
    border-top: 0;
    padding-top: 40px ;
    text-align: center;
}
#emailvaifybutton, #enquryNowVerifybutton, #emailvaifysignin, #forgotpasswordbutton, #varifiedforgotaccount, #changePasswordbutton,
#varifiedaccount, #varifiedaccountnew, .auth_modal .modal-footer button{
    background-color: #F0970B;
    border:2px solid #F0970B;
    padding: 5px 20px;
    min-width: 140px;
    font-size: 20px;
    margin-bottom: 5px;
    transition: 0.4s linear;
    border-radius: 4px;
    font-family: robotom;
}
.auth_modal .modal-footer button:hover{
    background-color: #fff !important;
    color: #F0970B;
}
.underlinr_anchor, #loginModalOpen, #registerModalOpen {
    color: #f0970b !important;
    text-decoration: underline !important;
}
.terms_and_condition a:hover, #forgotpasswordOpen:hover, #registerModalOpen:hover, #loginModalOpen:hover, .underlinr_anchor:hover{
    color: #5e8876 !important;
}

a.dropdown-toggle:after {
    /*background-image: url(../images/ic_down.png);*/
    border: none;
    height: 7px;
    background-repeat: no-repeat;
    background-size: 12px;
    width: 16px;
    vertical-align: middle;
    display: inline-block !important;
}
/* Enquery Now Popup */
a#EnqueryNowPopup {
    border: 2px solid #729eef;
    display: inline-block;
    font-family: robotob;
    color: #fff;
    background-color: #729eef;
    padding: 0 30px;
    line-height: 59px;
    transition: 0.4s linear;
    cursor: pointer;
}
.pdf_btn.steps_btn.dataemail_btn.data_btn_div {
    display: block;
    text-align: center;
}
.data_btn_div .theme_btn {
    margin: 20px 10px 0px !important;
    min-width: 180px;
    width: auto;
    padding: 0 10px;
    vertical-align: middle;
}
a#EnqueryNowPopup:hover {
    background-color: #3d79e8;
    border: 2px solid #3d79e8;
}
/* hack for ie browser */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zoomIn{
    animation-name: none !important;
  }
}

/* responsive css */
@media (max-width: 1199px){
    .filter_modal_box {
        width: 630px;
    }
}
@media (min-width:992px){
    .filter_modal_box.Fail_safe_Operation_box {
        bottom: -200px;
        top: auto;
    }
    .filter_modal_box.Fail_safe_Operation_box:after {
        bottom: 190px;
        top: auto;
    }
    .filter_modal_box.Type_of_Operation_box {
        bottom: -130px;
        top: auto;
    }
    .filter_modal_box.Type_of_Operation_box:after {
        bottom: 120px;
        top: auto;
    }
    .filter_modal_box.Optional_Parameters_box {
        top: auto;
        bottom: -50px;
    }
    .filter_modal_box.Optional_Parameters_box:after {
        top: auto;
        bottom: 40px;
    }
    .filter_modal_box.Brand_Manufacturers_box {
        top: auto;
        bottom: 0px;
    }
    .filter_modal_box.Brand_Manufacturers_box:after {
        top: auto;
        bottom: 0;
    }

    /* sticky footer */
    .inner_container {
        position: relative;
        padding-bottom: 62px;
        min-height: 100%;
        /*display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        width: 100%;*/
    }
    /*.inner_header_contain_box {
        order: 0;
        flex: 1 0 auto;
        align-self: auto;
        width: 100%;
    }
    .inner_footer_bottom_box {
        position: relative;
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
        width: 100%;
    }*/
    section.bottom_footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .inner_header_contain_box .my_container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    html, body {
        height: 100%;
    }
}
@media (min-width: 1400px){
    .filter_modal_box {
        height: auto;
        bottom: auto !important;
    }
    .filter_modal_box.Fail_safe_Operation_box {
        top: -310px;
    }
    .filter_modal_box.Type_of_Operation_box {
        top: -370px;
        bottom: -150px;
    }
    .filter_modal_box.Optional_Parameters_box {
        top: -430px;
    }
    .filter_modal_box.Brand_Manufacturers_box {
        top: -490px !important;
    }
    .filter_modal_box:after {
        bottom: auto !important;
        top: 250px !important;
    }
    .filter_modal_box.Fail_safe_Operation_box:after {
        top: 250px !important;
    }
    .filter_modal_box.Type_of_Operation_box:after {
        top: 300px !important;
    }
    .filter_modal_box.Optional_Parameters_box:after {
        top: 350px !important;
    }
    .filter_modal_box.Brand_Manufacturers_box:after {
        top: 400px !important;
    }
}
@media (max-width: 991px){
    .bottom_footer {
      font-size: 16px;
    }  
    .color_org_btn {
        width: 280px;
        margin-top: 30px;
        font-size: 18px;
        height: 52px;
    }
    .steps_btn .theme_btn.color_org_btn {
        width: 320px;
    }
    .timeline_content.round_top:after {
        transform: translateY(-112px);
    }
    .timeline_content:after {
        left: -50px;
    }
    ul.timeline-list li:nth-child(2n) .timeline_content:after {
        left: auto;
        right: -50px;
    }
    .banner_ontext h1 {
        font-size: 48px;
    }
    .banner_ontext p {
        font-size: 22px;
        padding: 7px 0 40px;
    }
    .banner_ontext h2 {
        font-size: 36px;
    }
    ul.timeline-list li:nth-child(2n) .timeline_content:before {
        right: -37px;
        top: 57%;
    }
    .timeline_content:before {
      left: -37px;
      top: 55%;
    }
    .timeline_content.round_top:before {
        transform: translateY(-109px);
    }
    /* steps */
    .side_bar, .rightside_content {
        width: 100% !important;
        padding: 20px 0px 60px;
    }
    .flex-column.theme_nav {
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        flex-direction: row;
        flex: 1;
        -webkit-overflow-scrolling: touch;
        justify-content: space-between;
        width: calc(100% - 90px);
        display: inline-flex;
        vertical-align: middle;
    }
    .nav-pills.theme_nav .nav-link {
        flex: 0 0 auto;
        padding: 0;
        width: 33.33%;
        text-align: center;
        position: relative;
    }
    .counter_content {
        display: inline-block;
        width: 100%;
    }
    .step_counter {
        display: inline-flex;
        justify-content: center;
        margin: 0;
        margin-bottom: 20px;
    }
    .step_no:after {display: none;}
    .nav-pills.theme_nav .nav-link:after {
        content: "";
        display: inline-block;
        height: 2px;width: 100%;
        background-color: #5f8876;
        position: absolute;
        top: 19px;
        left: 50%;
        z-index: 1
    }
    .nav-pills.theme_nav .nav-link:last-child:after {
        display: none;
    }
    .filter_box {
        width: 80px;
        display: inline-block;
        vertical-align: top;
    }
    .steps_btn {
        margin: 20px 0;
    }
    .selectseq_title {
        font-size: 38px;
    }
    .stepone_head hr {
        width: 150px;
    }
    /* filter responsive view */
    .title_opration {
        margin-top: 0px;
    }

    .close_fiklter_modal {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .filter_header .filter_title {
        display: none;
    }
    .filter_icon {
        display: inline-block;
    }
    .filter_option {
        display: none;
        position: absolute;
        right: 0;
        width: 220px;
        background-color: #fff;
        box-shadow: 0px 1px 10px #eaeaea;
        /*overflow: hidden;*/
        top: 59px;
        transition: 0.4s linear;
        transform: translateY(-40px);
        z-index: 2;
        opacity: 0;
    }
    .filter_container {
        position: relative;
        text-align: right;
    }
    .filter_option li {
        padding: 15px 5px;
        position: relative;
    }
    .filter_modal_box {
        margin-left: 0;
        position: absolute;
        right: 0;
        width: 670px;
        top: 74px;
        height: auto;
        box-shadow: 0px -8px 34px 0 rgba(0,0,0,0.2);
    }
    .filter_modal_box:after {
        right: 10px;
        left: auto;
        top: -32px;
        transform: rotate(180deg);
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 33px solid #fff;
    }
    .popup_title {
        font-size: 24px;
    }
    .failsafe_boxsubtext h3 {
        font-size: 22px;
    }
    .divide_acting {
        border-right: 5px solid #5E8876;
    }
    .pdf_btn.steps_btn.color_change.yesno_btn p {
        font-size: 17px;
        line-height: 20px;
    }
    .failsafe_boxsubtext {
        margin: 25px 0px 5px 0px;
    }
    .openclose_btn {
        margin: 0;
    }
    /*.steps_btn .theme_btn.color_org_btn.small_btn{
      width: 200px;
    }*/

    .filter_modal_box:after {
        display: none;
    }
    .filter_modal_box {
        top: -70px;
        bottom: auto;
        height: calc(100vh - 140px);
        position: fixed;
    }
    .middle_scroll_container {
        height: calc(100vh - 290px);
        padding: 15px 0px;
    }
    body.no_scroll {
        position: fixed;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    .data_btn_div .theme_btn {
        width: auto !important;
        height: 50px !important;
        font-size: 22px !important;
        line-height: 47px !important;
    }
}
@media (max-width: 767px){

    /* scrolling tabs */
    ul.theme_tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        flex-direction: row;
        flex: 1;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
    }
    ul.theme_tabs li {
        flex: 0 0 auto;
    }
    ul.theme_tabs li a {
        padding: 10px 40px;
    }

    .navbar-toggle {
        display: inline-block;
    } 
    .sideoff-off a#slideclose {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 5px 10px;
    }
    .sideoff-off ul.navbar-nav{
        padding-top: 30px;
    }
    ul.res-navbar-nav {
        padding: 10px;
        list-style-type: none;
        margin: 0;
    }
    .sideoff-off ul.right_menu li {
      width: 100%;
      margin: 0;
    }
    .banner_ontext h1 {
        font-size: 42px;
    }
    .banner_ontext p {
        font-size: 22px;
        padding: 7px 0 30px;
    }
    .banner_ontext h2 {
        font-size: 30px;
    }
    .theme_btn {
        height: 55px;
        width: 260px;
        font-size: 22px;
    }
    .banner_ontext {
        padding: 65px 0 20px;
    }
    .banner_img {
        height: 550px;
    }
    section.contact {
        padding: 50px 0;
    }
    h2.contact_title {
      font-size: 48px;
      margin-bottom: 80px;
    }
    .contact_info p, .contact_info a {
        font-size: 18px;
    }
    h2.download_title {
        margin-bottom: 20px;
        font-size: 36px;
    }
    .contact p {
        font-size: 18px;
        margin-bottom: 80px;
    }
    .pdf_btn_marg {
        margin-right: 20px;
    }
    .timeline_content:after {
      display: none;
    }
    .timeline_content {
        float: none !important;
        width: 90%;
        margin: 40px auto;
    }
    .timeline_content:before {
      display: none;
    }

    /* steps */
    .nav-pills.theme_nav .nav-link {
        width: 150px;
    }

    .step_counter {
        margin-bottom: 5px;
    }
    .selectseq_title {
        font-size: 34px;
    }
    /* */
    .divide_acting {
        border-right: none;
    }
    .popup_title {
        font-size: 22px;
    }
    .pdf_btn.steps_btn.color_change.yesno_btn {
        width: 80%;
        margin: 0 auto;
    }
    .failsafe_boxsubtext h3 {
        font-size: 22px;
    }
    .divide_acting {
        border-right: none;
    }
    .pdf_btn.steps_btn.color_change.yesno_btn p {
        font-size: 17px;
        line-height: 20px;
    }
    .failsafe_boxsubtext {
        margin: 40px 0 60px 0;
    }
    .openclose_btn {
        margin: 20px;
    }
     .double_acting {
      margin: 0;
    }

    /* filter design */
    .filter_modal_box {
        width: 500px;
        padding: 40px 15px;
    }
    .steps_btn .theme_btn.color_org_btn.small_btn {
        width: 100%;
        margin: 5px 0px;
    }
    .pdf_btn.steps_btn.color_change.yesno_btn {
        width: 100%;
    }

    .middle_scroll_container {
        height: calc(100vh - 370px);
    }

    .auth_modal .modal-title {
        font-size: 26px;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .auth_modal .modal-body {
        padding: 0 10px;
    }
    .data_btn_div .theme_btn {
        width: 260px !important;
        margin: 5px 0 5px !important;
    }

    div#newSearchPlace {
        width: 100% !important;
        flex: 1;
        flex-basis: auto;
    }

    div#newSearchPlace .form-control {
        margin: 0;
        width: 100% !important;
        max-width: calc(100% - 25px) !important;
    }

}
@media (max-width: 575px){
    .filter_modal_box {
        width: 440px;
    }
}
@media (max-width: 480px){
    .theme_btn {
        height: 54px;
        font-size: 20px;  
    }
    .banner_ontext h1 {
        font-size: 34px;
    }
    .banner_ontext h2 {
        font-size: 24px;
    }
    .sec_howitworks h2 {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .timeline_content h4 {
        font-size: 18px;
    }
    .sec_process {
        padding: 70px 0;
    }
    h2.contact_title {
        font-size: 42px;
        margin-bottom: 50px;
    }
    .form-control {
      height: calc(1.5em + .75rem + 10px);
    }
    h2.download_title {
        margin-bottom: 30px;
        font-size: 34px;
    }
    .pdf_btn {
      display: block;
    }
    .pdf_btn_marg {
        margin: 0px;
    }
    .steps_btn .theme_btn.color_org_btn {
        margin-bottom: 20px;
        width: 230px;
    }
    .selectseq_title {
        font-size: 26px;
    }
    .popup_title {
      font-size: 24px;
      line-height: 30px;

    }
    .side_bar, .rightside_content {
      padding: 20px 0px 40px;
    }
   .pdf_btn.steps_btn.color_change {
        width: 80%;
    }
    .steps_btn .theme_btn.color_org_btn.standexpebtn_marg {
        margin-bottom: 0;
    }
    .table_box .table thead th {
        padding: 13px;
    }
    .filter_modal_box {
        width: 280px;
    }
    .small_btn {
        width: 170px;
    }
    .pdf_btn.steps_btn.color_change.yesno_btn {
        width: 100%;
    }
    .pdf_btn.steps_btn.color_change.yesno_btn .small_btn {
        width: 170px;
        margin: 20px 0;
    }
    .title_opration {
        margin-top: 40px;
    }
    .steps_btn .theme_btn.color_org_btn.small_btn{
        width: 100%;
    }
    .pdf_btn.steps_btn.color_change, .pdf_btn.steps_btn.color_change button {
        width: 100%;
    }
    .pdf_btn.steps_btn.color_change.yesno_btn .small_btn {
        width: 100%;
        margin: 5px 0;
    }
    .filter_modal_box {
        padding: 40px 10px 10px;
        height: calc(100vh - 30px);
        overflow: hidden;
        overflow-y: auto;
    }
    .title_opration {
        margin-top: 0;
    }
    .filter_modal_box {
        height: calc(100vh - 100px);
        top: -130px;
        width: 380px;
        position: fixed;
    }
    .middle_scroll_container {
        height: calc(100vh - 400px);
    }
    .failsafe_boxsubtext {
        margin: 10px 0 20px 0px;
        text-align: center;
    }
}
@media (max-width: 405px){
    .filter_modal_box {
        width: 331px;
    }
}
@media (max-width: 350px){
    .filter_modal_box {
        width: 280px;
    }
}

.alert.alert-success, .alert.alert-danger {
    position: fixed;
    right: 21px;
    z-index: 1500;
    width: 356px;
    margin: 10px 0 0;
    opacity: 0.86;
    top: 20px;
}



#barnds_value_menufacturer, 
#barnds_value_operations,
#barnds_value_fail_safe,
#non_fail_safe,
#fail_safe_to_open,
#fail_safe_to_close{
    position: absolute;
    display: block;
    height: 18%;
    z-index: 99;
    width: 89%;
    opacity: 0;
}

 .removeclassdark,.removeclassdarkfailsafe, .non_fail_safe_remove,.fail_safe_to_close_open,.removeclassdarkmenufacture{
  padding-top: 7px;
  text-align: center;
}
.non_fail_safe_remove,.fail_safe_to_close_open{
  margin-top: 0;
}


.input_lable_area{
  text-align: center;
    padding-top: 8px;
}  
.input_inner_area{
    position: absolute;
    width: 85%;
    height: 51%;
    display: block;
    text-align: center;
    opacity: 0;
}

/*.resetalldata{
 font-size: 14px;
 color: #5e8876;
 border-bottom: 1px solid #5e8876;
}*/

/*div.dataTables_processing { z-index: 1; }

.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: 0px solid #0000 !important;
    height: 470px;
}


.dataTables_scrollBody::-webkit-scrollbar {
  width: 10px;
}
 
.dataTables_scrollBody::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #eee;
}
 
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.dataTables_scrollBody::scrollbar {
  width: 10px;
}
 
.dataTables_scrollBody::scrollbar-track {
  box-shadow: inset 0 0 6px #eee;
}
 
.dataTables_scrollBody::scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}



.dataTables_scrollHeadInner{
  padding: 0px !important;
}*/

.product_image_main_js .imageThumb{
  margin: 5px;
}

.product_image_main_js .imageThumb{
    min-width: 78px;
    max-width: 78px;
    min-height: 55px;
    max-height: 55px;
 
}

#ShowFullImageMedia .imageThumb{
     object-fit: cover;
    width: 100%
}
#ShowFullImageMedia .modal-content{
  background: #0000 !important;
  box-shadow: none !important;
  border: 0px;
}

.dismisResultarea{
  width: 100%;
}
.dismisResultarea .close{
    position: relative;
    left: 100%;
    bottom: 10px;
}

.lightbox .btn-close{
      font-size: 17pt !important; 
}

.pending_step.disable{
  pointer-events: none;
  color: silver;
}

.close_fiklter_modal img{
  position: relative;
  z-index: -1;
}

.filter_button_resultarea.disable, .resetalldata.disable{
  pointer-events: none;
}
.resetalldata.disable{
  display: none;
}

.tableTorqueToggle .toggle.btn{
    min-width: 144px !important;
    min-height: 38px  !important;
}

.tableTorqueToggle .toggle-off.btn{
    padding-left: 0px !important; 
    background: #abc1b3;
    color: #363e3a;
}

.tableTorqueToggle .toggle-on.btn{
    padding-right: 0px !important; 
    background-color: #5e8876 !important;
    border-color: #5e8876;
}

.tableTorqueToggle .btn-primary{
  background: none !important;
  border: none !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 6px;
    left: 7px;
    right: 3px;
    bottom: 5px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
      position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #fe6a02;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fe6a02;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.datatableChangelable_outer{
    padding: 22PX 0 0 0;
}
.datatableChangelable{
  float: left;
  margin-right: 4px;
  z-index: 99;
}
.datatableChangelable_outer p{
    padding: 6px 0px;
    vertical-align: middle;
    position: relative;
    font-size: 15px;
}

.first_step_main_outer{
  width: 83%;
}

/*Container*/

.my_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 576px){
.my_container {
    max-width: 540px;
}
}
@media (min-width: 768px){
.my_container {
    max-width: 720px;
}
}
@media (min-width: 992px){
.my_container {
    max-width: 960px;
}
}


@media (min-width: 1200px){
.my_container {
    max-width: 1240px;
}
}




/*Check Box design*/

/* Base for label styling */
.custom_check_new [type="checkbox"]:not(:checked),
.custom_check_new [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.custom_check_new [type="checkbox"]:not(:checked) + label,
.custom_check_new [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.custom_check_new [type="checkbox"]:not(:checked) + label:before,
.custom_check_new [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.custom_check_new [type="checkbox"]:not(:checked) + label:after,
.custom_check_new [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: -9px;
    left: 3px;
    font-size: 38px;
    font-weight: bold;
    line-height: 0.8;
    color: #fe6a02;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.custom_check_new [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom_check_new [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.custom_check_new [type="checkbox"]:disabled:not(:checked) + label:before,
.custom_check_new [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.custom_check_new [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.custom_check_new [type="checkbox"]:disabled + label {
  color: #aaa;
}
.addclipcornercutcorner:checked + label:before{
  clip-path: polygon(0 0, 65% 0%, 65% 25%, 100% 25%, 100% 100%, 0 100%);
}

.loading_ovelay{
     position: absolute;
    background: #00000080;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.loading_ovelay p{
  padding: 10px;
  color: #fff;
  margin: 0 !important;
}

.loading_ovelay .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 4px solid #Fff;
        top: 30%;
    animation: loader 2s infinite ease;
}

.loading_ovelay .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

#exampleModal .modal-dialog, #sendPdfByEmail .modal-dialog{
      max-width: 621px !important;
    margin: 3.75rem auto  !important;
}
#exampleModal .modal-content, #sendPdfByEmail .modal-content{
  border:0px !important;
  border-radius: 0 !important;
}

.nav-tabs {
    border-bottom: 1px solid #F0970B;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover {
    color: #3DD4BB;
    border: none;
    border-bottom: 2px solid #F0970B;
    background-color: transparent;
}
.nav-tabs>li>a {
    border: none;
    border-bottom: 2px solid transparent;
    color:#F0970B;
}


@media (max-width: 767px){
    .nav-tabs {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .nav-tabs li {
        flex: 0 0 auto;
    }

}

.form-group{
  width: 100%;
  margin-top: 15px;
}

.edit_icon {
    display: inline-block;
    height: 35px;
    width: 35px;
    position: absolute;
    bottom: 60px;
    right: -7px;
    z-index: 1;
    border: 2px solid #F0970B;
    background-color: #fff;
    text-align: center;
    line-height: 34px;
    border-radius: 100%;
    transition: 0.4s;
}
.edit_icon svg {
    font-size: 15px;
    color: #F0970B;
}
.edit_icon label.la.la-edit {
    font-size: 0;
    margin: 0;
    line-height: 0;
}
.profile_pic {
    display: flex;
    height: 140px;
    width: 140px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #F0970B;
    box-shadow: 0 11px 38px 0 rgba(0,0,0,0.10);
    position: relative;
    margin: 0 auto 30px;
}
.profile_pic img {
    max-height: 140px;
    max-width: 100%;
    height: auto;
    width: auto;
}
.profile_pic_box {
    display: inline-block;
    position: relative;
}

.navbar-nav > .user-menu .user-image{
      /*float: left !important;*/
    width: 43px !important;
    height: 43px !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    margin-top: -2px !important;
    object-fit: cover !important;
}

.navbar-nav > .user-menu .user-image {
    height: 50px;
    width: 50px;
    float: none;
    box-shadow: 0 10px 34px 0 rgba(0,0,0,0.10);
    border-radius: 100%;
        object-fit: scale-down;
}
.navbar-nav>li>a {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 15px 7px 0px !important;
}
.navbar-nav>li>a span {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    color: #555252;
    letter-spacing: 0.57px;
}
img.user-image {
    vertical-align: middle;
}
.main-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 85px;
}
.sidebar-menu > li > a {
    font-size: 17px;
    color: #878C91;
    letter-spacing: 0.57px;
    padding: 10px 10px;
}
/*li.menu-open .active_menu_icon, .sidebar-menu li:hover .active_menu_icon, 
.user-menu ul.dropdown-menu a:hover img.user_menu_hover_icon {
    display: inline-block;
}
li.menu-open .menu_icon, .sidebar-menu li:hover .menu_icon, img.active_menu_icon, img.user_menu_hover_icon,
.user-menu ul.dropdown-menu a:hover img.user_menu_icon {
    display: none;
}*/
.sidebar-menu li:hover a, li.treeview ul.treeview-menu a:hover, 
.user-menu ul.dropdown-menu a:hover, ul.treeview-menu.checkActive li.active a{
    color: #5e8876;
}

.sidebar-menu > .active > a{

    color: #5e8876 !important;

} 
.user-menu ul.dropdown-menu a {
    font-size: 16px;
    color: #878C91;
}
.user-menu ul.dropdown-menu a img {
    max-height: 20px;
    margin-right: 5px;
}
li.treeview ul.treeview-menu a {
    font-size: 16px;
    color: #878C91;
    letter-spacing: 0.57px;
}
.treeview-menu {
    padding-left: 18px;
}
li.treeview.menu-open .pull-right-container .fa-angle-right{
    transform: rotate(90deg);
}
.fa-angle-right {
    transition: 0.4s linear;
}
.user-menu ul.dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 6px !important;
    box-shadow: 0 15px 40px 0 rgba(226,226,226,0.20);
    width: 200px !important;
    padding: 10px !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border: none;
}
.sidebar-menu > li > a img {
    max-height: 20px;
    margin-right: 3px;
    max-width: 18px;
}
a.sidebar-toggle {
    font-size: 26px;
    padding: 14px 15px !important;
    line-height: 1;
}
.main-header .sidebar-toggle:hover {
    color: #878C91;
}
/* tab view design */
.nav-tabs {
    border-bottom: 1px solid #CBCBCB;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover {
    color: #3DD4BB;
    border: none;
    border-bottom: 2px solid #3DD4BB;
    background-color: transparent;
}
.nav-tabs>li>a {
    border: none;
    border-bottom: 2px solid transparent;
    color:#949494;
}

.rightpositionarea{
      position: absolute;
    right: 0px;
    top: 5px;
}
.navbar-nav>li>a:hover{
  
    background: #0000 !important;
}
.navbar-nav>li>a span:hover{
    color: #5e8876 !important;
    /*font-weight: bold;*/
}

.navbar_search_button{
    background: #F0970B;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,0.28);
    border-radius: 6px;
    border: none;
    /* height: 60px; */
    width: 189px;
    font-family: robotom;
    font-size: 0px;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    /* margin-bottom: 15px; */
    border: 3px solid #F0970B;
    transition: 0.4s linear;
     padding: 0 !important; 
}



/*=================================*/
/*====CSS BY TANVEER KHAN==========*/
/*=================================*/
/* listing view */
section.content{
  background: #fbfbfb !important;
  padding: 20px;
  font-family: robotor, sans-serif;
  min-height: calc(100vh - 70px);
}
.box-title{
   display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.form-control, span.select2-selection.select2-selection--single, input#sort_order,
.select2-container--default .select2-selection--multiple {
    background: #FFFFFF;
    border: 1px solid #EAEAEA !important;
    border-radius: 4px;
    height: 42px;
}
input#sort_order{
    padding: 0 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .form-control {
    font-size: 14px;
    color: #201C1C !important;
    text-align: left;
}
span.select2-selection.select2-selection--single {
    margin-top: 0;
}
span.select2-selection.select2-selection--single, input#sort_order, .select2-container--default .select2-selection--multiple {
    padding: 10px 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}
/*table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\f104";
}
thead .sorting_asc:after {
    opacity: 0.2;
    content: "\e155";
}*/
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}
thead tr {
    background: #FBFBFB;
}


/*CSS FOR DATATABLE*/

div#datatableData_length {
    display: none;
}
.dataTables_scroll {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    width: 100%;
}
thead tr {
    background: #FBFBFB;
}
.table > thead > tr > th{
    font-size: 16px;
    color: #868686;
    text-align: center;
    font-weight: normal;
}
div.dataTables_scrollHead table {
    margin-top: 0px !important;
    text-align: center;
}
.table tr td {
    font-size: 15px;
    color: #201C1C;
    letter-spacing: 0.44px;
    text-align: center;
}
.table-hover>tbody>tr:hover {
    background-color: transparent;
}
/* pagination */
div#datatableData_paginate {
    margin-top: 20px;
    text-align: center;
}
div.dataTables_paginate ul.pagination {
    border: none;
}
.pagination > li > a {
    font-size: 18px !important;
    color: #808080 !important;
    letter-spacing: 1.46px !important;
    border: none;
    background: #fafafa;
    font-weight: bolder;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #EEEEEE;
    border-radius: 4px;
}
li#datatableData_previous a:after, li#datatableData_next a:after {   
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
}
li#datatableData_previous a:after{
    content: "\f104" !important;
}
li#datatableData_next a:after {
     content: "\f105" !important;
}
li#datatableData_previous a, li#datatableData_next a {
    font-size: 0 !important;
}
.pagination>li>a, .pagination>li>span{
  position: relative;
  float: left;
  padding: 4px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fafafa;
  border-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
      color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.dataTables_paginate {
  width: 100%;
  text-align: center;
}
.changeStatus {
    color: #3DD4BB;
}
.changeStatus:hover{
    color: #a3a3a3;
}
.dataTables_scrollHead{
    background: #fafafa;
}

/* modal design */
/*.modal-content {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    width: max-content;
}*/
.modal-header {
    display: block;
    border-bottom: none;
    text-align: center;
    padding: 40px 50px;
}
h4.modal-title {
    font-size: 27px;
    color: #555252;
}
.modal-body {
    padding: 0px 70px;
}
.modal-footer {
    border-top: 0;
    padding: 40px 50px;
}
.modal-footer button {
    border-radius: 30px;
    font-size: 18px;
    padding: 10px 30px;
}
.modal-header .close {
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: 0.4s linear;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
}
/*.modal-header .close:hover{
     background-image: url(../img/close_black.png);
}*/
.modal-header .close span {
    font-size: 0;
    /*display: inline-block;
    height: 40px;
    width: 40px;*/  
}
.modal-footer {
    text-align: center;
}


.p_heading_table{
  color: #878C91; 
  font-weight: bold; 
  font-size: 35px; 
  margin-bottom: 3px; 
  margin-top: 20px; 
  padding: 0;
}

.modal-header hr{
  border-bottom: 3px solid #878C91 !important;
  width: 155px !important;
  margin: 0 auto !important;
  margin-top: 10px !important;
}

.span_heading_label{
  display: inline-block;
  padding: 0 2px;
  font-size: 12px;
  color: #F0970B;
  font-weight: normal;
}

.heading_label{
  font-size: 12px;
  color: #F0970B;
  font-weight: bold;
}

img.imageclassChecked{
  width: auto;
  height: 24px;
}
.admin_user_view_popup{
  height: 15px;
  width: 19px;
  background: #fff;
}
.download_again{
  font-weight: bold;
  font-size: 13px;
  color: #F0970B; 
}
.download_again:hover{
  color: #333333bf; 
}

/*
* show guest list armatec product 
* 
*/
div.guest-previous-search-list{
  padding-left: 16px;
  display: inline-flex;
}
.guest-previous-search-list a{
    margin: 8px 13px 0px 0px;
    color: #FE6A02;
    font-size: 15px;
}
.guest-previous-search-list a:hover{
    color: #848484;
}
#datatableData_filter label{
  width: 100%;
}
#datatableData_filter .form-control{
  height: auto !important;
  padding: auto !important;
  width: 90% !important;
}

@media (max-width: 467px){
   .col-7.guest-previous-search-list{
    max-width: 100%;
    flex: 100%;
   }
   .col-4.show_all_product_web{
    max-width: 50%;
    flex: 50%;
    text-align: left;
    padding: 15px;
   }
     .col-1.show_all_silder{
     max-width: 50%;
    flex: 50%;
    padding: 15px;
    text-align: right;
   }

   .col-1.show_all_silder .datatableChangelable{
    float: right;
   }

   .step_footer{
    padding: 0 70px;
   }

}

/*Enquiry popup a*/
/*a#EnqueryNowPopup{
  width: fit-content;
  font-weight: bold;
  display: block;
  box-shadow: 0 4px 20px 1px rgba(0,0,0,0.15);
  border-radius: 6px;
  margin-top: 0px;
  font-family: robotob;
  font-size: 22px;
  letter-spacing: 0.7px;
  color: #fff;
  text-align: center;
  background-color: #6495edd1;
  margin: auto;
  height: 50px;
}*/
p.commentbox{
  /*border: 2px solid #84848436;
  padding: 15px;
  font-size: 15px;
  border-radius: 6px;
  box-shadow: 0 0px 6px 1px rgba(0,0,0,0.15);*/
  padding: 15px;
  height: auto;
}
p.enquerypopuppara{
  color: #000000d4;
  font-size: 15px;
}
button.enquerypopupSignup{
  margin: auto;
  color: #fff;
}

.borrower_tield {
    font-family: Sofiar !important;
    font-size: 16px;
    color: #555252;
    letter-spacing: 0.52px;
    line-height: 27px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(57,214,186,0.20);
    border-radius: 6px;
    overflow: hidden;
    transition: 0.4s linear;
    margin: 15px 0px;
}
.borrower_tield:hover {
    box-shadow:0 15px 40px 0 rgba(57,214,186,0.20);
}
.borrower_tield li {
    list-style-type: none;
    margin-bottom: 10px;
}
.borrower_tield_header {
    text-align: center;
    padding: 14px 3px;
    background-color: #5e8876;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}
.borrower_tield_header img {
    max-height: 21px;
}
.borrower_tield_header span, p.tield_val {
    font-family: Sofiar;
}
.borrower_tield_content {
    padding: 10px;
}
.borrower_tield_content li p {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.tiels_no {
    font-family: Sofiar !important;
    font-size: 70px;
    color: #5e8876;
    letter-spacing: 0.89px;
    text-align: center;
    line-height: 25px;
    padding: 15px 0px;
}
.borrower_tield li:last-child {
    margin-bottom: 0;
}
.borrower_tield_footer button {
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    background-image: linear-gradient(135deg, #5e8876 0%, #abc1b3 100%);
    border-radius: 0 0 6px 6px;
    font-family: Sofiar !important;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.57px;
    padding: 13px 3px;
    line-height: 1;
    transition: 0.4s linear;
}
.borrower_tield_footer {
    font-size: 0;
}
.borrower_tield_header.offer_pending {
    background-color: #F84848;
}
.borrower_tield_header.offer_waiting {
    background-color: #F49100;
}
.borrower_tield_header.offer_Closed {
    background-color: #000;
}

div.direct-downlod-list{
  text-align: right;
}
.direct-downlod-list a{
    margin: 8px 0px 0px 0px;
    color: #FE6A02;
    font-size: 15px;
}
.direct-downlod-list a:hover{
    color: #848484;
}

.show_all_silder{
    padding: 0;
    text-align: left;
}
.show_all_product_web{
    padding: 0;
}