#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url('../images/loader.gif') no-repeat center center;
  z-index: 10000;
}
/* external font import */

@font-face {
  font-family: 'Averta';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Averta.otf') format('opentype');
  src: url('../fonts/Averta.otf') format('opentype'), url('../fonts/Averta.woff') format('woff'), url('../fonts/Averta.woff2') format('woff2'), url('../fonts/Averta.ttf') format('truetype'), url('../fonts/Averta.eot#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Averta';
  font-weight: 400;
  font-style: italic;
  src: url('../fonts/AvertaRegularItalic.otf') format('opentype');
  src: url('../fonts/AvertaRegularItalic.otf') format('opentype'), url('../fonts/AvertaRegularItalic.woff') format('woff'), url('../fonts/AvertaRegularItalic.woff2') format('woff2'), url('../fonts/AvertaRegularItalic.ttf') format('truetype'), url('../fonts/AvertaRegularItalic.eot#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Averta';
  font-weight: 900;
  font-style: normal;
  src: url('../fonts/AvertaBlack.otf') format('opentype');
  src: url('../fonts/AvertaBlack.otf') format('opentype'), url('../fonts/AvertaBlack.woff') format('woff');
}

@font-face {
  font-family: 'Averta';
  font-weight: 900;
  font-style: italic;
  src: url('../fonts/AvertaBlackItalic.otf') format('opentype');
  src: url('../fonts/AvertaBlackItalic.otf') format('opentype'), url('../fonts/AvertaBlackItalic.woff') format('woff');
}

@font-face {
  font-family: 'Averta';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/AvertaBold.otf') format('opentype');
  src: url('../fonts/AvertaBold.otf') format('opentype'), url('../fonts/AvertaBold.woff') format('woff'), url('../fonts/AvertaBold.woff2') format('woff2'), url('../fonts/AvertaBold.ttf') format('truetype'), url('../fonts/AvertaBold.eot#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Averta';
  font-weight: 700;
  font-style: italic;
  src: url('../fonts/AvertaBoldItalic.otf') format('opentype');
  src: url('../fonts/AvertaBoldItalic.otf') format('opentype'), url('../fonts/AvertaBoldItalic.woff') format('woff'), url('../fonts/AvertaBoldItalic.woff2') format('woff2'), url('../fonts/AvertaBoldItalic.ttf') format('truetype'), url('../fonts/AvertaBoldItalic.eot#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Averta';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/AvertaLight.otf') format('opentype');
  src: url('../fonts/AvertaLight.otf') format('opentype'), url('../fonts/AvertaLight.woff') format('woff'), url('../fonts/AvertaLight.woff2') format('woff2'), url('../fonts/AvertaLight.ttf') format('truetype'), url('../fonts/AvertaLight.eot#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Averta';
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/AvertaLightItalic.otf') format('opentype');
  src: url('../fonts/AvertaLightItalic.otf') format('opentype'), url('../fonts/AvertaLightItalic.woff') format('woff'), url('../fonts/AvertaLightItalic.woff2') format('woff2'), url('../fonts/AvertaLightItalic.ttf') format('truetype'), url('../fonts/AvertaLightItalic.eot#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Averta';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/AvertaSemibold.otf') format('opentype');
  src: url('../fonts/AvertaSemibold.otf') format('opentype'), url('../fonts/AvertaSemibold.woff') format('woff'), url('../fonts/AvertaSemibold.woff2') format('woff2'), url('../fonts/AvertaSemibold.ttf') format('truetype'), url('../fonts/AvertaSemibold.eot#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Averta';
  font-weight: 500;
  font-style: italic;
  src: url('../fonts/AvertaSemiboldItalic.otf') format('opentype');
  src: url('../fonts/AvertaSemiboldItalic.otf') format('opentype'), url('../fonts/AvertaSemiboldItalic.woff') format('woff'), url('../fonts/AvertaSemiboldItalic.woff2') format('woff2'), url('../fonts/AvertaSemiboldItalic.ttf') format('truetype'), url('../fonts/AvertaSemiboldItalic.eot#iefix') format('embedded-opentype');
}

/* end */

body{ font-family: 'Averta'; }


/* header and body css starts */
.logo {
max-width: 100%;
padding-bottom: 10px;
width:160px;	
}
.websupport-from input[type="checkbox"] {
    height: auto;
    transform: scale(2);
    margin-right: 7px;
        margin-top: 30px;
    margin-left: 5px;
}

.nav-menu {
  width: 100%;
}
.custom-container {
  max-width: 75%;
  margin: auto;
}
.nav-item:hover .nav-link:after{
	content: '';
    height: 2px;
    background: #ff4713;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    transition: right 0.4s ease;
}
.navbar-nav .main-nav-item a:after{
    content: '';
    height: 2px;
    background: #ff4713;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 100%;
    transition: right 0.4s ease;
}
.form-bg {
  background: #fff 0% 0% no-repeat padding-box;
  padding: 15px;
}
.main-heading {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.main-wrapper{
    overflow:hidden;
}
.header-wrapper {
  background-color: #204555;
  color: white;
  height: 40px;
  padding: 8px;
}
/* accessibilty top bar fixing*/
.header-wrapper ul {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
    .header-wrapper li {
        list-style: none;
            padding-left: 15px;
    }
@media(min-width:576px) {
  .header-wrapper ul {
    width: 540px;
  }
}
@media(min-width:768px) {
  .header-wrapper ul {
    width: 720px;
  }
  .nav-top, .nav-drill
  {
	  display:none;
  }
}
@media(min-width:992px) {
  .header-wrapper ul {
    width: 960px;
  }
}
@media(min-width:1200px) {
  .header-wrapper ul {
	  width: 960px;
/*    width: 1140px;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*end*/
.header-wrapper a {
  border: 0px;
  color: white;
  padding: 0;
  background: transparent;
}
.header-wrapper a:hover {
  text-decoration: none;
}
.header-wrapper i {
  margin-right: 0px;
}

/*nav menu start*/
.nav-wrapper nav {
	padding: 10px;
  background-color: #131E29;
  padding-bottom: 0;
  padding-top: 0;
}
.nav-menu .main-nav-item {
  margin-right: 25px;
}
.nav-menu .main-nav-item > a{
  font-family: 'Averta';
  font-weight: 500;
  font-size: 16px !important;
  color:white !important;
  position:relative;
  height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
}
span.right-arrow {
    width: 86px;
    position: relative;
    right: -256px;
    top: -24px;
}
 span.right-arrow::after {
    content: ' ';
    flex: 0 1 auto;
    border: solid #ff4713;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 15px !important;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    cursor: pointer;
}


.nav-menu .main-nav-item > a:hover::after{
    right:0;
}
.main-nav-item:hover .sub-menu{
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border: 0;
    padding-bottom: 30px;
}
.sub-menu{
    display: none;
    width: auto;
    margin-top: 0;
    border-radius: 0px;
    height: auto;
    padding:0px;
}
.sub-menu li {
    /* display: inline-block; */
    height: 100%;
    line-height: 30px;
    padding-right: 5px;
}
.sub-menu li:hover{
    background-color: #fff;
}
.dropdown-menu.sub-menu .container {
    position:relative;
}
.sub-menu li a {
	font-family: 'Averta';
	font-weight: 400;
	padding: 0;
	color: #0a493e !important;
	font-size: 16px !important;
	position: relative;
	left: 0px;
	top: 0;
	display: block;
	border-bottom: 1px solid #ddd;
	width: 100%;
	white-space: nowrap;
	line-height: 45px;
}
.sub-menu li a:hover{
    text-decoration: none;
    cursor: pointer;
}



.sub-menu li > a::before {
	content: '';
	height: 2px;
	background: #ff4713;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 100%;
	transition: right 0.8s ease;
}

.sub-menu li > a:hover::before {
	right: 0;
}


.sub-menu-container {
    width: 20%;
    margin: 0px 0px;
    text-align: left;
    padding-top: 10px;
    float: left;
}

ul .second-level-menu {
    position: absolute;
    top: 0;
    left: 23.5%;
    width: auto;
    border: 0;
}
 .sub-menu-container li.nav-item:hover .second-level-menu{ display: block;} 
 .bgblock{ display: block;}

.second-level-menu li a::after {
	display: none;
}
/*nav end*/

/* .nav-wrapper nav {
  padding: 10px;
  background-color: #131E29;
  padding-bottom: 0;
  padding-top: 0;
}
.nav-menu .main-nav-item {
  margin-right: 25px;
}
.nav-menu .main-nav-item > a {
  font-family: helvetica;
  font-weight: 600;
  font-size: 16px !important;
  color: white !important;
  position: relative;
  padding-top: 26px;
  padding-bottom: 26px;
}
.nav-menu .main-nav-item > a::after {
  content: '';
  height: 2px;
  background: #ff4713;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 100%;
  transition: right 0.4s ease;
}
.nav-menu .main-nav-item > a:hover::after {
  right: 0;
}
.main-nav-item:hover .sub-menu {
  display: block;
}
.sub-menu {
  display: none;
  width: 100%;
  margin-top: -6px;
  border-radius: 0px;
  height: 80%;
  padding: 0px;
}
.sub-menu li {
  display: inline-block;
  height: 100%;
  line-height: 30px;
}
.sub-menu li:hover {
  background-color: #eee;
}
.sub-menu li a {
  padding: 0px 20px;
  color: #0a493e !important;
  font-size: 14px !important;
  font-weight: 700;
}
.sub-menu li a:hover {
  text-decoration: none;
  cursor: pointer;
}
.sub-menu-container {
  width: 100%;
  margin: 0px 0px;
  text-align: center;
  padding-top: 10px;
} */
.toggle-button {
  background-color: #009688;
}
.buy-now-btn button, .lookup-btn button, .final button , .buy-now-btn a {
  background-color: #e2f5e9;
/*  border: none;*/
  width: 120px;
  padding: 8px;
  border-radius: 4px;
  font-weight: 500;
  border: 2px solid #e2f5e9;
  display: inline-block;
  text-align: center;
}
.buy-now-btn a:hover { text-decoration: none;}
.buy-now-btn a:focus { box-shadow: 0px 0px 0px #fff; border: 1px solid #fff;}
.final .reset {
  background-color: transparent;  
  /* color:#ff4713; */
}
.websupport-from .final .reset {  
  margin-right: 1.5rem;
  background: #E2F5E9;
  border: 1px solid #E2F5E9;
  color: #131E29;
}
.websupport-from .final .reset:hover { background: #95E1BF; border: 1px solid #E2F5E9; color: #131E29;}
 
.websupport-from .final .submit {  
  color: #131E29;
background-color: #ff4713;
border-color: #ff4713;
}

.websupport-from .final .submit:hover { 
  color: #131E29;
  background-color: #E33707;
  border-color:  #E33707;
}
.websupport-from .final .submit:not(:disabled):not(.disabled):active {
  color: #131E29;
  background-color: #E33707;
  border-color:  #E33707;
}
.websupport-from .final .submit:focus {
  box-shadow: none;
	background-color: #E33707;
  border-color:  #E33707;
}

.body-wrapper {
  padding: 50px 0px;
}
.lookup-btn button {
  margin-top: 30px;
  width: 88px !important;
  height: 35px;
  line-height: 15px;
}
.banner-wrapper {
  /*background-image: url('../images/banner.png');*/
  background-image: linear-gradient(to right, #000 51%, rgb(31, 69, 85) 100%);
  background-size: cover;
  height: 230px;
  width: 100%;
  background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.banner-text {
  font-size: 52px;
/*  position: absolute;*/
  color: white;
/*  transform: translate(0px, 100%);*/
  font-weight: 500;
	line-height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.body-wrapper .form-group input, .body-wrapper .form-group select, 
.websupport-wrapper .form-group input, .websupport-wrapper .form-group select,
.websupport-wrapper .websupport-from .custom-file-label
{
  height: 45px;
  color: #494d56;
  border: 1px solid #fff !important;
  border-radius: 3px;
  background: #f7f7f7;
}
.body-wrapper .form-group textarea, .websupport-wrapper .form-group textarea {
  color: #494d56;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #f7f7f7;
}
/* header and body css ends */
/* Custom radio button css starts */
.body-wrapper .custom-radio-btn {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 13px;
  height: 18px;
  width: 18px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #204555;
}
.body-wrapper .custom-radio-btn:checked ~ .checkmark {
  border: 1px solid #204555;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.body-wrapper .custom-radio-btn:checked ~ .checkmark:after {
  display: block;
}
.body-wrapper .checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff4713;
}
.body-wrapper .label_pref {
  margin-left: 30px;
}
.body-wrapper .form-group label {
  /* font-weight: 600; */
  font-size: 15px;
}
.make-complaint .compl-wrapper {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.make-complaint .compl-wrapper label {
  white-space: nowrap;
  padding: 0 10px;
}
/* custom radio button css ends */
/* footer css starts */
.social-media {
  background-color: #d6d1ca;
  padding: 10px;
  height: 55px;
}
.inner-social ul {
    list-style-type: none;
    text-align: center;
}

.inner-social li {
    padding: 0px 5px;
    display: inline-block;
    background-size: 159px 37px;
    background-repeat: no-repeat;
    height: 35px;
    position: relative;
    top: 0;
}

.inner-social img {
    width: 40px;
}
.main-foot {
  background-color: #204555;
  padding: 30px;
  height: 90px;
}
.footer-links {
  list-style-type: none;
  padding-left: 0px;
}
.footer-links li:first-child {
  padding-bottom: 20px;
}
.footer-links li {
  padding-bottom: 10px;
}
.footer-links li a {
  color: #e2f5e9;
  font-size: 14px;
  position: relative;
}
.footer-links li a:hover {
  text-decoration: none;
}
.footer-links li a::before {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  transition: right 0.4s ease;
}
.footer-links li a:hover::before {
  right: 0px;
}
.footer-links li:first-child a:hover::before {
  right: 100% !important;
}
.footer-links li:first-child a {
  font-weight: 600;
  color: white;
  font-size: 16px;
}
.end-foot {
  color: white;
  background-color: #131E29;
  font-size: 14px;
  padding: 15px;
  text-align: center;
}
.end-foot p {
  margin-bottom: 0px;
}
/* footer css ends */
/* Message Rec page css starts */
.success {
  background-color: rgb(226, 244, 233);
  padding: 20px;
  min-height: 230px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 90%;
  margin: 67px auto;
}
.success i, .success em {
  color: rgb(6, 188, 77);
  font-size: 55px;
}
.success h2 {
  font-size: 27px;
  font-family: arial;
  font-weight: 600;
  color: #565758;
}
.success-msg {
  width: 75%;
  margin: 0 auto;
  font-size: 21px;
  margin-top: 20px;
  font-family: arial;
  text-align: center;
}

.body-sections .go-to-home button {
  margin-bottom: 30px;
}
.body-sections .go-to-home button a {
  color: #000;
  text-decoration: none;
}
/* Message Rec page css ends */
/* complaint page css starts */
.make-complaint {
  background-color: #fff;
  min-height: 340px;
  padding: 10px;
}
.make-complaint select {
  height: 47px;
  padding: 10px 0px;
}
.make-complaint select option {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  background-color: rgb(244, 248, 250);
}
.make-complaint select option:active {
  background-color: red;
}
.compl-type {
  font-size: 15px;
  font-weight: 400;
  color: grey;
  height: 45px;
  visibility: hidden;
}
.buttons-div {
  width: 80%;
  margin: 0 auto;
  padding-top: 23px;
  justify-content: center;
}
.btn-blue {
  background-color: rgb(31, 69, 85);
  border-radius: 8px;
  color: white;
  width: 98%;
  height: 73px;
  font-weight: 500;
  font-size: 15px;
}
.child-tags .btn-blue { display: flex; justify-content: center; align-items: center;}
.child-tags .btn-blue:hover, .child-tags .btn-blue:active, .child-tags .btn-blue:focus { background: #131E29;}
.btn-blue:hover {
  color: White;
}
/* Custom scroll and selectbox css starts */
.ui-selectmenu-menu {
  height: 160px;
  overflow-y: auto;
  width: 474px;
}
.mCSB_container {
  position: absolute !important;
}
#number-button {
  height: 45px;
  border-radius: 6px;
  line-height: 30px;
  width: 90%;
  margin-left: -11px;
  background-color: white;
}
.mCSB_dragger_bar {
  background-color: #ccc !important;
  width: 6px !important;
  height: 75px !important;
}
.mCSB_draggerRail {
  background-color: transparent !important;
}
.mCSB_buttonUp, .mCSB_buttonDown {
  display: none !important;
}
.ui-selectmenu-icon.ui-icon {
  margin-top: 7px !important;
}
.ui-menu .ui-menu-item {
  border-bottom: 1px solid #ccc;
  height: 40px;
  background-color: rgb(244, 248, 250);
}
.ui-menu .ui-menu-item div.ui-state-active {
  height: 40px;
}
.ui-button .ui-icon {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 4px;
  height: 4px;
}
/* custom scrollbar and select css ends */
/* complaint page css ends */
/* help page css starts */

.body-wrapper .container a:hover{ text-decoration: underline;}

.blue-box {
  background-color: rgb(31, 69, 85);
  /* background-color: #004f59; */
  color: white;
  /* min-height: 155px; */
  min-height: 250px;
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  background-size: 200% 200%;
background-image: 
linear-gradient(to top, #131E29 50%, transparent 50%);
-webkit-transition: background-position 00ms, color 300ms ease, border-color 300ms ease;
-moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
border-bottom: 33px #131E29 solid;
}

.blue-box:hover {

  background-image: 
linear-gradient(to top, #131E29 51%, transparent 50%);
background-position: 0 -100%;
-webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  
}
 .reciteme{
	background: transparent;
    border: 0px;
    color: white;
    padding: 0;
}
.form-check-label{
    line-height: 54px;
    margin-left: 13px;
}
.form-check-input{
    margin-left: -2px;
}
.head-text {
  align-items: center;
  margin-top: 20px;
}
.blue-box .head-text img{ width: 45px; height: 45px;}


/* .head-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 0.5rem;
} */
.learn-text {
  position: absolute;
  bottom: 0px;
  color: white;
}
.arrow-right {
  top: 2px;
  position: relative;
  
}
/* help page css ends */
/* media query starts */
@media screen and (max-width:767px) {
  .buttons-div {
    width: 98%;
  }
  .main-foot{padding:20px}
  .footer-wrapper .main-foot nav ul{padding-left:0px}
  .btn-blue {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .ui-selectmenu-menu {
    width: 441px;
  }
  .main-heading {
    font-size: 25px;
  }
  .sub-menu {
    height: 130px;
    overflow: auto;
    border: none;
  }
  .sub-menu li {
    display: block;
  }
  .sub-menu-container {
    text-align: left;
  }
  .nav-menu .main-nav-item > a:hover::after {
    right: 100%;
  }
  .nav-menu .main-nav-item > a {
    padding-top: 15px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .buttons-div {
    width: 100%;
  }
  .btn-blue {
    margin-bottom: 10px;
    font-size: 13px;
    width: 100%;
  }
  .ui-selectmenu-menu {
    width: 392px;
  }
  .main-heading {
    font-size: 25px;
  }
}
@media screen and (min-width:992px) and (max-width:1200px) {
  .buttons-div {
    width: 93%;
  }
  .btn-blue {
    margin-bottom: 10px;
    font-size: 14px;
    width: 98%;
  }
  .ui-selectmenu-menu {
    width: 388px;
  }
  .nav-menu .main-nav-item {
    margin-right: 10px;
  }
}
.child-tags {
  margin-top: 15px;
}
/* media query ends */

.final .reset {
  background-color: transparent;  
  /* color:#ff4713; */
}
.final .reset {  
  margin-right: 1.5rem;
  background: #E2F5E9;
  border: 1px solid #E2F5E9;
  color: #131E29;
  width: 80px;
}
.final .reset:hover { background: #95E1BF; border: 1px solid #E2F5E9; color: #131E29;}
 
.final .submit {  
  color: #131E29;
background-color: #ff4713;
border-color: #ff4713;
width: 80px;
}

.final .submit:hover { 
  color: #131E29;
  background-color: #E33707;
  border-color:  #E33707;
}
.final .submit:not(:disabled):not(.disabled):active {
  color: #131E29;
  background-color: #E33707;
  border-color:  #E33707;
}
.final .submit:focus {
  box-shadow: none;
	background-color: #E33707;
  border-color:  #E33707;
}




/* .final .submit {
  color: #131E29;
  background-color: #ff4713;
  border-color: #E2F5E9;;
}
.final .submit:hover {
  color: #131E29;
  background-color: #95E1BF;
  border-color: #95E1BF;
}
.final .submit:not(:disabled):not(.disabled):active {
  color: #131E29;
  background-color: #E2F5E9;
  border-color: #95E1BF;
}
.final .submit:focus {
  box-shadow: none;
	border-color: #95E1BF;
	background-color: #E2F5E9;
}
.final .reset {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.final .reset:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.final .reset:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.final .reset:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
} */
/*
.final .reset,
.final .submit{
    background-color: #ff4713;    
    width: 150px;
    padding: 8px;
    border-radius: 4px;
    font-weight: 500;
    border: 2px solid #ff4713;
    margin-top:15px;
}
*/
.grecaptcha-badge {
  bottom: 85px !important;
}
/* what can we help with you page footer*/
.footer-wrapper .main-foot .container .row > div {
  width: 100%;
}
.footer-wrapper .main-foot nav ul {
  background: #204555;
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.footer-wrapper .main-foot nav ul {
  list-style: none;
}
.footer-wrapper .main-foot nav ul li {
  display: inline-block;
  padding: 0 15px;
}
.footer-wrapper .main-foot nav ul li a {
  color: #e2f5e9;
  text-decoration: none;
  font-size: 16px;
}
/* 
.make-complaint .child-tags button {
  height: 100%;
} */
.buy-now-btn button a, .buy-now-btn a {
  color: #131e29;
}
/* mobile responsive for form */
@media(max-width: 575px) {
span.right-arrow {
    border-left: 0px solid rgba(0,0,0,.1);
    padding: 20px 30px;
    width: 86px;
    position: absolute;
    right: 0px;
    top: 11px;
}
  .custom-container {
    max-width: 100%;
  }
  .custom-container h4 {
    font-size: 20px;
  }
  .custom-container h5 {
    font-size: 18px;
  }
  .final.text-right {
    text-align: center;
  }
  .final input.btn {
    width: 44%;
    margin-bottom: 15px;
  }
  .body-wrapper .form-group input, .body-wrapper .form-group select {
    height: calc(1.5em + .75rem + 2px);
  }
  .make-complaint select {
    padding: 0;
  }
  .validate {
    font-size: 12px;
    margin-top: 5px;
  }
}



/*end*/

/* websupportform */
.websupport-wrapper { padding: 20px 0;}
.websupport-wrapper .custom-container{ max-width: 1140px; }
.websupport-wrapper .websupport-from{ padding:  0;}
/* .websupport-wrapper .websupport-from label{ font-weight: 600;} */
.websupport-wrapper .websupport-from .custom-file-label{ width: 76%; font-weight: normal; }
.websupport-wrapper .websupport-from .custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #fff;
	content: "Attach";
	background-color: #204555;
	border-left: inherit;
    border-radius: .25rem;
    width: 7rem;
text-align: center;
}

.websupport-footer{ text-align: center;}
.websupport-footer  ul { list-style: none;}
.websupport-footer  ul li { display: inline-block; padding: 0 15px;}	
.websupport-footer  ul li a {
    color: #e2f5e9;
	text-decoration: none;
	
}

.nav-menu {	
	justify-content: flex-start;
}
.buy-now-btn button, .buy-now-btn a{ margin-top: 0;}

@media(max-width:768px){

  .websupport-wrapper .websupport-from .custom-file-label{ width: calc(100% - 105px)  }
  .websupport-wrapper .websupport-from .custom-file-label::after {   
    right: -100px;    
    width: 5rem;   
  }
  .websupport-from .final .reset {
    margin-right: auto;
    
  }
}


/* ui calendar width fix  */

.ui-datepicker {
  width: 26.5em !important;
}
button.ui-datepicker-close {display: none;}

/* recite plugin scrollbar fix in ie*/
ul#recite-languages{ -ms-overflow-style: scrollbar; }


/* date picker style for all forms */


@font-face {
    font-family: 'icons';
    src: url("../fonts/icons.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
    /* Legacy iOS */
}

.icon, *[class*='icon-'], .qtt-form-stations .station-switch .station-switch__icon, .icon:before, [class*='icon-']:before, .qtt-form-stations .station-switch .station-switch__icon:before {
    font-family: 'icons';
    font-weight: 400;
}

.icon, *[class*='icon-'], .qtt-form-stations .station-switch .station-switch__icon {
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    color: inherit;
    margin-right: 5px;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1;
    /* you can be more comfortable with increased icons size */
    font-size: 16px;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-accessibility:before, .mapper-icon-accessiblebookingofficecounter:before, .mapper-icon-accessiblepublictelephones:before, .mapper-icon-accessibletaxis:before, .mapper-icon-accessibleticketmachines:before, .mapper-icon-impairedmobilitysetdown:before, .mapper-icon-inductionloop:before, .mapper-icon-rampfortrainaccess:before, .mapper-icon-stepfreeaccess:before, .mapper-icon-wheelchairsavailable:before {
    content: '\e800';
}

/* '' */
.icon-attractions_sightseeing:before {
    content: '\e801';
}

/* '' */
.icon-beach:before {
    content: '\e802';
}

/* '' */
.icon-bike:before, .mapper-icon-cyclestorageavailability:before, .mapper-icon-cyclestoragesheltered:before {
    content: '\e803';
}

/* '' */
.icon-book_tickets:before {
    content: '\e804';
}

/* '' */
.icon-bus:before, .mapper-icon-busservices:before {
    content: '\e805';
}

/* '' */
.icon-business_direct:before {
    content: '\e806';
}

/* '' */
.icon-cafe:before {
    content: '\e807';
}

/* '' */
.icon-car:before {
    content: '\e808';
}

/* '' */
.icon-change_station:before {
    content: '\e809';
}

/* '' */
.icon-chat:before {
    content: '\e80a';
}

/* '' */
.icon-city_break:before {
    content: '\e80b';
}

/* '' */
.icon-close_no_circle:before {
    content: '\e80c';
}

/* '' */
.icon-good:before {
    content: '\e80d';
}

/* '' */
.icon-good_after:after {
    content: '\e80d';
}

/* '' */
.icon-help:before, .mapper-icon-customerhelppoints:before {
    content: '\e80f';
}

/* '' */
.icon-left_arrow:before {
    content: '\e811';
}

/* '' */
.icon-map_pin:before {
    content: '\e812';
}

/* '' */
.icon-media:before {
    content: '\e813';
}

/* '' */
.icon-mobile_app:before {
    content: '\e814';
}

/* '' */
.icon-music:before {
    content: '\e815';
}

/* '' */
.icon-my_account:before {
    content: '\e816';
    font-family: 'icons';
}

/* '' */
.icon-parking:before, .mapper-icon-carpark:before {
    content: '\e818';
}

/* '' */
.icon-peak_hours:before {
    content: '\e819';
}

/* '' */
.icon-shop_retail:before {
    content: '\e81a';
}

/* '' */
.icon-site:before {
    content: '\e81b';
}

/* '' */
.icon-sports_outdoors:before {
    content: '\e81c';
}

/* '' */
.icon-staffing:before, .mapper-icon-staffhelpavailable:before, .mapper-icon-staffinglevel:before {
    content: '\e81d';
}

/* '' */
.icon-station_does_not_offer:before {
    content: '\e81e';
}

/* '' */
.icon-station_finder:before {
    content: '\e81f';
}

/* '' */
.icon-status_major:before {
    content: '\e820';
}

/* '' */
.icon-status_minor:before {
    content: '\e821';
}

/* '' */
.icon-swap_horizontal:before {
    content: '\e822';
}

/* '' */
.icon-swap_vertical:before, .qtt-form-stations .station-switch .station-switch__icon:before {
    content: '\e823';
}

/* '' */
.icon-taxi:before, .mapper-icon-taxirank:before {
    content: '\e824';
}

/* '' */
.icon-telephone:before {
    content: '\e825';
}

/* '' */
.icon-tfl_logo:before {
    content: '\e826';
}

/* '' */
.icon-tick:before {
    content: '\e827';
}

/* '' */
.icon-tick_after:after {
    content: '\e827';
}

/* '' */
.icon-rail_logo:before {
    content: '\e828';
}

/* '' */
.icon-menu_hamburger:before {
    content: '\e829';
}

/* '' */
.icon-email:before {
    content: '\e82a';
}

/* '' */
.icon-letter:before {
    content: '\e82b';
}

/* '' */
.icon-delete_bin:before {
    content: '\e82c';
}

/* '' */
.icon-date_picker:after {
    content: '\e82d';
}

/* '' */
.icon-information:before, .mapper-icon:before, .mapper-icon-railreplacementservices:before {
    content: '\e82e';
}

/* '' */
.icon-carat_down:before {
    content: '\e82f';
}

/* '' */
.icon-carat_up:before {
    content: '\e830';
}

/* '' */
.icon-book_and_plan:before {
    content: '\e831';
}

/* '' */
.icon-breadcrumbs_arrow:after {
    content: '\e832';
}

/* '' */
.icon-gwr_logo:before {
    content: '\e833';
}

/* '' */
.icon-close:before {
    content: '\e834';
}

/* '' */
.icon-collect_from_machine:before, .mapper-icon-prepurchasecollection:before {
    content: '\e835';
}

/* '' */
.icon-customer_service:before, .mapper-icon-customerservice:before {
    content: '\e836';
}

/* '' */
.icon-family_fun:before {
    content: '\e837';
}

/* '' */
.icon-ferry:before {
    content: '\e838';
}

/* '' */
.icon-flight:before {
    content: '\e839';
}

/* '' */
.icon-right_arrow:before {
    content: '\e83d';
}

/* '' */
.icon-search:after {
    content: '\e83f';
}

/* '' */
.icon-self_service_machine:before, .mapper-icon-ticketmachine:before {
    content: '\e840';
}

/* '' */
.icon-ticket_office:before, .mapper-icon-ticketoffice:before {
    content: '\e842';
}

/* '' */
.icon-toilets:before, .mapper-icon-nationalkeytoilets:before, .mapper-icon-toilets:before {
    content: '\e843';
}

/* '' */
.icon-travel_refresh:before {
    content: '\e844';
}

/* '' */
.icon-waiting_room:before, .mapper-icon-waitingroom:before {
    content: '\e845';
}

/* '' */
.icon-wifi:before, .mapper-icon-wifi:before {
    content: '\e846';
}

/* '' */
.icon-explore_the_west:before {
    content: '\e847';
}

/* '' */
.icon-train:before {
    content: '\e848';
}

/* '' */
.icon-pdf:before {
    content: '\e849';
}

/* '' */
.icon-trolley_service:before {
    content: '\e84a';
}

/* '' */
.icon-hover:before {
    content: '\e84c';
}

/* '' */
.icon-menu_right_arrow:before {
    content: '\e84d';
}

/* '' */
.icon-sleeper:before {
    content: '\e84e';
}

/* '' */
.icon-share:before {
    content: '\e84f';
}

/* '' */
.icon-first_class:before {
    content: '\e850';
}

/* '' */
.icon-travel_updates:before {
    content: '\e851';
}

/* '' */
.icon-add:before {
    content: '\e852';
}

/* '' */
.icon-refund_ticket:before {
    content: '\e83c';
}

/* '' */
.icon-carat_down_soft:before {
    content: '\f107';
    font-family: 'FontAwesome';
}

.icon-carat_up_soft:before {
    content: '\e901';
}

.icon-food_lovers:before {
    content: '\e83a';
}

/* '' */
.icon-rag_status:before {
    content: '\e902';
}

/* */

.lt-ie10 .ui-datepicker {
    max-width: 690px;
}
.ui-datepicker {
    border: solid 1px #979797;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    width: 100%;
    max-width: 520px;
    z-index: 2000 !important;
    padding: 0;
    display: none;
    overflow: hidden;
}

    .ui-datepicker table {
        margin-bottom: 0;
        box-shadow: none;
        border-radius: 0;
        background-clip: padding-box;
        background-color: transparent;
        border-collapse: collapse;
        overflow-x: hidden;
        display: table;
        border: 0px;
    }

        .ui-datepicker table thead {
            background-color: #fff;
            border: 18px solid #fff;
            border-top-width: 5px;
            border-bottom: none;
        }

            .ui-datepicker table thead tr th {
                background: transparent;
                font-size: 16px;
                line-height: 24px;
                font-weight: normal;
                padding: 0;
                box-shadow: none;
            }

                .ui-datepicker table thead tr th:first-child, .ui-datepicker table thead tr th:first-child + th {
                    width: auto;
                }

                .ui-datepicker table thead tr th span {
                    color: #131E29 !important;
                }

        .ui-datepicker table tbody {
            border: 18px solid #fff;
            border-top: none;
        }

            .ui-datepicker table tbody tr {
                border: 0px;
            }

                .ui-datepicker table tbody tr td {
                    color: #131E29;
                    background: #fff;
                    font-size: 16px;
                    line-height: 20px !important;
                    padding: 0;
                }

                    .ui-datepicker table tbody tr td a, .ui-datepicker table tbody tr td .expandable-panel-link, .ui-datepicker table tbody tr td span {
                        text-align: center;
                    }

                .ui-datepicker table tbody tr:nth-child(odd), .ui-datepicker table tbody tr:nth-child(even) {
                    background-color: transparent;
                }

    .ui-datepicker td a, .ui-datepicker td .expandable-panel-link, .ui-datepicker td span {
        padding: 6px;
        min-width: 32px;
    }

    .ui-datepicker.ui-datepicker-multi {
        width: auto !important;
    }

        .ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
            width: 50%;
            padding: 0;
        }

            .ui-datepicker.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-calendar {
                margin: 0;
                width: 100%;
                border-radius: 4px;
                overflow: hidden;
            }

            .ui-datepicker.ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-last .ui-datepicker-calendar {
                border-left: 1px solid #fff;
            }

    .ui-datepicker .ui-datepicker-header {
        border: 0;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        padding: 18px 18px 0;
        background-color: #fff;
    }

        .ui-datepicker .ui-datepicker-header .ui-state-hover {
            border: 0;
            opacity: 0.8;
            background: none !important;
        }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            width: 21px;
            height: 21px;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            top: 20px;
            border-radius: 15px !important;
            border: 2px solid #fff;
            color: #fff;
            z-index: 100;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
                display: inline-block;
                overflow: hidden;
                line-height: 1.5;
                margin-left: -9px;
                margin-top: -7px;
                font-family: 'icons';
                font-weight: 400;
                font-size: 9px;
            }

                .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
                    text-indent: 0;
                    display: block;
                }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
            left: 20px;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before {
                content: '\e811';
            }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
                left: 20px;
                top: 20px;
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            right: 20px;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
                margin-left: -7px;
            }

                .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
                    content: '\e83d';
                }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
                right: 20px;
                top: 20px;
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
            margin: 0;
            line-height: 25px;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
                font-size: 14px !important;
                line-height: 25px;
                font-weight: 700;
                font-size: 16px;
                display: inline-block;
                margin-bottom: 5px;
                color: #131E29;
            }

                .ui-datepicker .ui-datepicker-header .ui-datepicker-title span.ui-datepicker-year {
                    display: none;
                }

    .ui-datepicker td, .ui-datepicker th {
        min-width: 20px !important;
        width: 20px !important;
        height: 20px !important;
        max-height: 20px !important;
    }

        .ui-datepicker th span {
            font-weight: bold !important;
        }

    .ui-datepicker a, .ui-datepicker .expandable-panel-link, .ui-datepicker span {
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-today .ui-state-default {
        background-color: #fff;
        border-radius: 20px !important;
        color: #131E29;
    }

        .ui-datepicker .ui-datepicker-today .ui-state-default:hover {
            background-color: #fff;
            color: #131E29;
        }

    .ui-datepicker.ui-datepicker-group-first {
        padding-left: 20px;
        float: left;
    }

    .ui-datepicker.ui-datepicker-group-last {
        padding-right: 20px;
        float: right;
    }

    .ui-datepicker .ui-datepicker-calendar {
        background-color: #fff;
        color: #131E29;
    }

        .ui-datepicker .ui-datepicker-calendar thead th span {
            color: #fff;
        }

        .ui-datepicker .ui-datepicker-calendar tbody td.zero a:before, .ui-datepicker .ui-datepicker-calendar tbody td.zero .expandable-panel-link:before,
        .ui-datepicker .ui-datepicker-calendar tbody td.zero span:before {
            content: "0";
        }

        .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default,
        .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
            font-family: Averta, Arial, Helvetica !important;
            font-weight: 600;
            border: none;
            font-size: 16px;
            color: #25303a;
            border-radius: 20px;
            background-clip: padding-box;
            background-color: transparent;
        }

            .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default:hover,
            .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default:hover {
                background-color: #131e29;
                color: #fff !important;
                border-radius: 50% !important;
                text-decoration: none;
            }

            .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default.ui-state-active,
            .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default.ui-state-active {
                background-color: #204555;
                color: #fff !important;
                font-size: 11.2px !important;
            }

        .ui-datepicker .ui-datepicker-calendar tbody .ui-state-highlight {
            background-color: transparent;
            color: inherit;
        }

            .ui-datepicker .ui-datepicker-calendar tbody .ui-state-highlight.ui-state-active {
                background-color: #1e4352;
                color: #C7DAE7;
                font-size: 11.2px !important;
                font-weight: 700;
            }

        .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default {
            color: #979797;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        width: 100%;
        text-align: center;
        margin: 0 0 2.4rem;
    }

        .ui-datepicker .ui-datepicker-buttonpane:first-child {
            margin: 20px 0 0;
        }

        .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content {
            border: 0;
            display: inline-block;
        }

            .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button.ui-datepicker-current {
                display: inline-block;
            }

        .ui-datepicker .ui-datepicker-buttonpane button {
            text-align: center;
            border-radius: 0;
            background-color: transparent;
            border: 1px solid #e2f5e9;
            height: auto;
            color: #131E29;
            line-height: 2.4;
            margin: 0;
            padding: 0;
            min-width: 115px;
            font-family: 'Univers W01', Arial, sans-serif;
            font-weight: 400;
            font-size: 14px;
            transition: all all 0.3s ease-out ease-out;
            box-shadow: none;
            font-weight: bold !important;
            outline: none;
        }

            .ui-datepicker .ui-datepicker-buttonpane button, .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                display: none;
                float: none;
                font-size: 12.6px;
                font-weight: 600 !important;
				opacity: 1;
            }

                .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
                    font-weight: normal;
                    border-radius: 5px;
                }

                .ui-datepicker .ui-datepicker-buttonpane button:hover, .ui-datepicker .ui-datepicker-buttonpane button.selected {
                    transition: all all 0.3s ease-out ease-out;
                    background-color: #e2f5e9;
                    color: #131E29;
                    font-weight: 500;
                    box-shadow: none;
                }

                .ui-datepicker .ui-datepicker-buttonpane button.first {
                    border-radius: 5px 0 0 5px;
                }

                .ui-datepicker .ui-datepicker-buttonpane button.last {
                    border-left-width: 0;
                    border-radius: 0 5px 5px 0;
                }

                .ui-datepicker .ui-datepicker-buttonpane button.first.last {
                    border-left-width: 1px;
                }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
        border-color: #131E29;
        color: #131E29;
        cursor: pointer;
    }

@media (max-width: 767px) {
    .ui-datepicker {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        height: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        border-top: 0 !important;
        position: fixed !important;
        background-color: white;
        z-index: 9999999999 !important
    }

        .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content {
            display: block;
        }

        .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
            width: 32px;
            margin: 0 auto;
        }

        .ui-datepicker table tbody tr td {
            padding: 10px 0;
        }
}


input.hasDatepicker {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[readonly].hasDatepicker {
    background: #f7f7f7;
}

/* info icon show details  */
.file-details p.btm-space{ margin-bottom: 5px; margin-top:10px;}

.Compalaint-form .file-details {
    display: none;
    border-radius: 3px;
    padding: 5px 6px;
    z-index: 2;
    position: absolute;
    width: auto;
    bottom: 60%;
    left: 90px;
    background: #b0adad;
    color: #fff;
    box-shadow: 3px 2px 6px #888;
}


.Compalaint-form .file-details::after {
    width: 0;
    height: 0;
    border-top: 6px solid #b0adad;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
    position: absolute;
    bottom: -13px;
    left: 215px;
}
   
        .file-details p {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: lighter;
			line-height: 17px;
			color: #171b25;
        }
		
#contact-info-hide
{
    cursor: pointer;
    padding-left: 5px;
	color: #ff4713!important;
}
#contact-info-hide-file{ 
	cursor: pointer;
	padding-left: 5px;
	color: #ff4713!important;}
#contact-info-hide:hover + .file-details{ display: block; }
#contact-info-hide-file:hover + .file-details{ 
display: block; 
word-spacing: 3px;
}
button.ui-datepicker-close {display: none;}
button.ui-datepicker-current {display: none;}

/* time picker style */
.ui-timepicker-wrapper{ width: 26.8em;}

/* min-height set for form label */
.Compalaint-form .at-gt-labeldata label{ min-height: 134px;}
.Compalaint-form .two-row-height label{ min-height: 45px;}
.Compalaint-form .three-row-height label:not(.label_pref){ min-height: 65px;}

.body-wrapper .form-group input[type="checkbox"]{ height: auto;
    transform: scale(1.5);
    margin-right: 15px;
    margin-top: -3px;
    margin-left: 7px;}
.websupport-wrapper .form-group input[type="checkbox"]{margin-top:10px}
/*.radiorow .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-left: 5px !important;
    margin-right: 5px !important;
    max-width: max-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiorow .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiorow .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}

.radiorow .container input:checked ~ .checkmark {
    background-color: #ff4713;
    border-radius: 30%;
}

.radiorow .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radiorow .container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}*/
/*.radiorow .container :focus-visible{
    border: 1px solid black;
}*/


fieldset {
    border: none;
    width: 100% !important;
    margin-left: 1rem;
}
.radio-wrapper {
    margin: 0.5rem 0;
    display: inline !important;
    padding-right: 45px;
}

input[type="radio"] {
    opacity: 0;
    width: 20px !important;
    z-index: 1 !important;
    height: 20px !important;
}

    input[type="radio"] + label {
        position: relative;
        cursor: pointer;
    }

        input[type="radio"] + label::before {
            content: '';
            position: absolute;
            left: -24px;
            /* Fixed alignment in some browsers. */
             top: 0;
            border-radius: 50%;
            border: 1px solid #6F686A;
            width: 18px;
            height: 18px;
        }

        input[type="radio"] + label::after {
            content: '';
            position: absolute;
            left: -22px;
            top: 2px;
            border-radius: 50%;
            width: 14px;
            height: 14px;
        }

    input[type="radio"]:checked + label::after {
        background: #ff4713;
        /* The background is removed in Windows high-contrast mode, so we
     need to set it explicitly here. `WindowText` is a system color
     that should work with whatever high contrast mode the user
     has set. */
    }

@media screen and (-ms-high-contrast: active) {
    input[type="radio"]:checked + label::after {
        background: WindowText;
    }
}

input[type="radio"]:focus + label::before {
    /* The first box shadow makes the border thicker without
     moving the UI (like border-width would). */
    box-shadow: 0 0px 0px 1px #6F686A, 0 0px 8px #ff4713;
    /* Since box shadows don't show up in high contrast mode,
     we're adding a transparent outline (which does show up). */
    outline: 2px dotted transparent;
}


/* menu css strat */
@media(min-width: 992px)
{
	.mobile-navbar
	{
		display: none;
	}

}
@media (max-width: 991px) {
  .nav-item:hover .nav-link::after { display: none;}
  nav.nav-drill.nav-top ul li .menu-txt{ padding: 20px; }
  .navigation{ position: relative;}
  .nav-wrapper{
		display:none;
	}

    .mobile-menu-wrapper {
        display: flex;
    }

.mobile-navbar .d-flex
	{
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}

 a {
	 text-decoration: none;
}
    .buy-now-btn button, .buy-now-btn a{
        padding-top: 2px;
        width: 90px;
    }
    .buy-now-btn button a, .buy-now-btn a{
        position: relative;
        top: 3px;
    }

     .nav-top {
	 display: flex;
	 align-items: center;
	 z-index: 3;
	 padding: 10px 20px;
	 width: 100%;
	 height: 70px;
	 background-color: #131E29;
	 position: relative;
}
 .nav-top .hamburger {
	 margin-left: auto;
	 color: #fff;
	 cursor: pointer;
}
 .nav-drill {
	 transform: translateX(100%);
	 top: 100%;
	position: absolute;
	 z-index: 100;
	 right: 0;
   width: 0;   
	 height: 36vh;
	 background-color: #fff;
	 overflow-y: auto;
	 overflow-x: hidden;
	 -webkit-overflow-scrolling: touch;
	 transition: 0.45s;
}
 .nav-is-toggled .nav-drill {
	 transform: translateX(0);
	margin-top: 0;
	padding: 0;
	width: 100%;
	height: calc(100vh - 90px);
  align-items: unset;
  overflow: hidden;
}
.nav-is-toggled .nav-drill  ul
{
	padding-left: 0;
}
 .nav-is-toggled::after {
	 opacity: 1;
	 visibility: visible;
}
 .nav-items {
	 flex: 0 0 100%;
}
 .nav-item {
	 border-bottom: solid 1px #131e29;
}
 .nav-link {
	 display: block;
	 padding: 20px;
	 background-color: #fff;
	 color: #131e29;
	 font-size: 1rem;
	 line-height: 1.5em;
	 font-weight: normal;
}
.nav-link:hover {  color: #131e29;}
 .nav-expand-content {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 transform: translateX(100%);
	 background-color: #fff;
	 transition: 0.3s;
	 visibility: hidden;
}
 .nav-expand-content .nav-item:not(:last-child) {
	 border-bottom: solid 1px #131e29;
}
 .nav-expand-content .nav-link {
	 background-color: #fff;
}
.nav-is-toggled
{
	position:fixed;
}
 .nav-expand-content .nav-back-link::before {
	margin-right: 0.5em;
    font-family: 'Material Icons';
    content: ' ';
    flex: 0 1 auto;
    border: solid #ff4713;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
 .nav-expand-link
 {
	 position:relative;
 }

 .menu-item-wrapper{ position: relative;}
 
 .nav-expand-link::after {
	 display: none;

}
.nav-expand-link + span.right-arrow::after {
  content: ' ';
  flex: 0 1 auto;
  border: solid #ff4713;
 border-width: 0 3px 3px 0;
 display: inline-block;
 padding: 6px;
 position: absolute;
   top: 50%;
   right: 30px !important;
 transform: rotate(-45deg) translateY(-50%);
 -webkit-transform: rotate(-45deg) translateY(-50%);
 -moz-transform: rotate(-45deg) translateY(-50%);
 -o-transform: rotate(-45deg) translateY(-50%);
cursor: pointer;
}

 .nav-expand.active > .nav-expand-content {
	 transform: translateX(0);
	 visibility: visible;
   z-index:9;
   overflow-y: auto;
}
 .nav-expand .nav-expand-content {
	 background-color: #fff;
}
 .nav-expand .nav-expand-content .nav-link {
	 background-color: #fff;
}
 .nav-expand .nav-expand-content .nav-expand-content {
	 background-color: #fff;
}
 .nav-expand .nav-expand-content .nav-expand-content .nav-link {
	 background-color: #fff;
}
 .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
	 background-color: #fff;
}
 .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
	 background-color: #fff;
}
 .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
	 background-color: #fff;
}
 .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
	 background-color: #fff;
}
.mobile-navbar .menu-trigger
 {
	position: static;
    height: 38px;
    width: auto;
    cursor: pointer;
    padding: 2px 4px 2px 10px;
       border-radius: 4px;
    text-align: center;
 }
 .mobile-navbar .menu-trigger .hamburger
 {
    margin-top: 6px;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 21px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
 }
 .mobile-navbar .menu-trigger .hamburger::before
 {
	content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 100%;
    border-top: 2px solid #ffffff;
 }
 .nav-is-toggled .mobile-navbar .menu-trigger .hamburger::before
 {
	height: 27px;
    width: 2px;
    transform: rotate(45deg);
 }
 .nav-is-toggled  .mobile-navbar .menu-trigger .hamburger
 {
	 border:0px;
 }
 .nav-is-toggled  .mobile-navbar .hamburger:before,  .nav-is-toggled  .mobile-navbar .hamburger:after {
    position: absolute;
    left: 11px;
    top: -4px;
    content: ' ';
    background-color: #ffffff;
}
.mobile-navbar .logo
{
	width: 100%;
	max-width: 125px;
}
.mobile-navbar .logo img
{
	max-width: 110px;
}
.nav-is-toggled .hamburger:after {
    height: 28px;
	width: 2px;
    transform: rotate(-45deg);
}

ul.nav-items {
    list-style: none;
}
}
/* menu css end */


.margin-top-heading{
	margin-top:15px;
	margin-bottom:22px;
}

.ui-dialog-titlebar-close {
    /*background-color: #c06;
    background: url('../../images/close.svg') no-repeat center, #c06;*/
    background: url('../../images/x-mark.png') no-repeat center, #ff4713;
    background-size: contain;
    height: 17px !important;
    border: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
    background-color: #ff4713;
    border: 0;
    color: white;
}
.ui-widget-content a {
    color: #ff4713;
}

    .ui-widget-content a:hover {
        text-decoration: underline;
    }
.ui-dialog-titlebar-close {
    background: url(../../Assets/images/closekindpng.png) no-repeat center, #ff4713;
    background-size: contain;
    height: 16px !important;
    position: absolute;
    top: -15px;
    margin-top: -8px;
    right: 0px;
    border: 1px solid #ff4713;
}

.ui-widget-header {
    border: 0px solid #b7b7b7;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
}

.number-of-children-heading{
	      font-weight: 400;
    font-size: 15px;
    /* color: #55585f; */
    font-family: Averta;
}


.searchdrop-down{
	position: relative;
    top: 2px;
    left: 0;
    width: 100%;
    z-index: 99;
	margin: 0 auto;
    
	
	
}
.searchdrop-down ul{
	position: absolute;
	left: 0;
	top:0;
	display: block;
    list-style: none;
	padding: 5px 10px;
    margin: 0;
    width: 100%;
    max-height: 255px;
    overflow-y: auto;
    background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.searchdrop-down ul li{
	   
    list-style: none;
    padding: 5px;
    margin: 0;
    float: none !important;
    width: 100%;
}
.searchdrop-down ul li:hover{
	    background: lightgray;
		cursor:pointer;
}

/* navbar branding fix */
.main-wrapper .navigation .nav-wrapper .container{ padding: 0;}
.logo img {
width: 100%;
max-width: 110px;
}
.main-wrapper .navigation .nav-wrapper .container .buy-now-btn{ flex-basis: 70% /* ie fix */; }
.blue-box:hover .learn-text{ text-decoration: underline;}


/** left alignment of blocks***/
.make-complaint {

width: 80%;
margin: 0 auto;
}
@media(max-width:767px){
	.make-complaint {
width: 100%;
}
.banner-wrapper {
	height: 330px;
}
}

.make-complaint .mx-auto{
margin-left: 0 !important;
margin-right: 0 !important;
}

.buttons-div {
width: 100%;
justify-content: flex-start;

}


/* safe space */
.html-content-section{  
	padding:0;
}

.html-content-section-space-widget{ background-color: #4F595F; padding: 15px 0; }
.html-content-section-space-widget > div{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
 }
.html-content-section-space-widget > div img{ max-width: 100%; height: auto; width:164px; cursor: pointer;}
/* .safe-space-q3-widget{
  height: 100%;
width: 100%;
position: fixed !important;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.26);
z-index: 10;
} */


.safe-space-container { position: fixed !important; z-index: 9;}
.space-widget-text {
    color: #fff;    
    font-family: "Averta";
    font-weight: lighter;
    }
.space-widget-text-block {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    }

    @media(max-width: 576px){

        .space-widget-text-block { order: -1; padding-bottom: 10px; justify-content: center;}
    }

/* Style language selector dropdown */
#Id_en {
	margin-left: 6px;
}
div.mm-dropdown {
  width: 100%;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  top: -4px;
}

  div.mm-dropdown ul {
      list-style: none;
      padding: 0;
      margin: 0;
      border: 0;
      box-shadow: 0 3px 3px #b9b9b9;
  }

.basket-status.component-basket-status {
  z-index: 99999;
}

div.mm-dropdown ul li {
  padding: 0;
  color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 6px 7px;
  float: none !important;
}

div.mm-dropdown div.textfirst {
  padding: 6px 13px 6px 7px;
  font-weight: 500;
}

div.mm-dropdown ul li:last-child {
  border-bottom: 0;
}

div.mm-dropdown ul li {
  display: none;
  padding-left: 7px;
  min-width: 130px;
  color: #333 !important;
}

  div.mm-dropdown ul li.main {
      display: block;
  }

div.textfirst img, .input-option.lang img {
  width: 20px;
  height: 14px;
  margin-bottom: 3px;
}

.header-wrapper ul .cntrynav {
  background: #fff;
  position: absolute;
  top: 37px;
  left: 0;
  width: auto;
  display: inline-block;
  z-index: 999;
}

.mm-dropdown, .mm-dropdown li {
  font-size: 14px;
  text-align: left;
}

.dropiconlang {
  height: auto !important;
  width: 8px !important;
  margin-left: 6px;
  position: absolute;
  top: 14px;
  right: 0px;
}

.input-option.lang span {
  display: inline-block;
  width: calc(100% - 30px);
  margin-left: 4px;
}

.textfirst .dropiconlang {
  transform: rotate(0deg);
  font-size: 9px;
  transition: 0.5s;
}

.textfirst.showcntry .dropiconlang {
  transform: rotate(-180deg);
}

.reciteme {
  color: #fff;
  cursor: pointer;
}

#autoSuggest-desktopBtn {
  cursor: pointer
}


/* cookie prefrence bottom text */
div#teconsent {
    position: static;    
    background-color: transparent;
    font-size: 14px;
    padding: 2px 6px;       
}

div#teconsent a{ text-decoration: underline;}
/* form heading  */
.Compalaint-form h3{ font-size: 1.5rem;}
.Compalaint-form h3.mb-4.sub-heading, .websupport-from h3.mb-4.sub-heading{ font-size: 15px; font-weight: normal; text-align: right;}
.skip-navigation{  left: 100px !important; color: #fff; text-decoration: none; font-weight: 400 !important; font-family: 'Averta'; background: transparent; font-size: 15px !important;}
.skip-navigation:hover{ text-decoration: none; color: #fff;}
a.skip-navigation:focus{ top: 2px !important; border: 1px solid #fff; color: #fff; outline: none;}
@media(max-width: 767px){
  .skip-navigation{ display: none !important;}
  .Compalaint-form h3.mb-4.sub-heading,.websupport-from h3.mb-4.sub-heading {
    text-align: left;
  }
}

/* timer calendar style */
.Compalaint-form .timepicker{width: 125px;}
.Compalaint-form .timepicker .title{ padding: 6px 0 0 0;}
.Compalaint-form .timepicker .text a{ font-size: 14px; font-family: 'Averta';}
.Compalaint-form .timepicker .icon-down, .Compalaint-form .timepicker .icon-up {	
	width: 45px;
  height: 20px;	
  background-size: 35%;
}

/* bannner heading fixing */
h1.banner-text{ display: inline-block; background:#000; }
@media(max-width: 767px){
  h1.banner-text{ font-size: 40px; line-height: 40px;}
  h1.banner-text p{ line-height: 30px; margin-top: 15px;}
  
}

/* star marked */
label em, label .star-marked,
.websupport-from h3.mb-4.sub-heading .star-marked,
.Compalaint-form h3.mb-4.sub-heading .star-marked 
{
	color: #212529;
	position: relative;
	top: -6px;
}

/* Recaptcha Alert design */
.recaptcha-alert {
	padding: 2% 2% 2% 2%;
	background-color: #f4ca40;
	border: #f4ca40 solid 1px;
	margin-bottom: 1%;
  border-radius: 5px;
  margin: 0 15px 30px;
}
.recaptcha-alert i.fa-exclamation-triangle{ color: #ea182c}
.recaptcha-alert .recaptcha-alert-message{ font-size: 14px; margin-left: 1%;}

/* disabled button cursor style */
.Compalaint-form input[type="submit"]:disabled, 
.websupport-from input[type="submit"]:disabled
{ cursor: not-allowed;}


.show-on-true{
	display:none;
		font-size: 15px;
    margin-left: 40px;
}

/* color contrast fix*/
.Compalaint-form a{
	color: rgb(0,86,179) !important;
}
/* end */
/* mozilla fix accessibilty*/
@-moz-document url-prefix(){
	:focus-visible, button.reciteme:focus-visible{
		outline: 2px solid #000;
	}
}
/*end*/
/* mobile view info icon fix*/
@media(max-width: 768px){

	.file-details{ width: auto !important;min-width:240px;}
	.file-details p{ font-size: 12px;}
	.file-details img{
		width:48% !important;
		height:auto !important;
		
	}
	.file-details::after {    
    top: auto !important;    
    bottom: 30px;
}
}

/* info icon show details  */
.websupport-from .file-details p.btm-space{ margin-bottom: 5px; margin-top:10px;}

.websupport-from .file-details {
    display: none;
    border-radius: 3px;
    padding: 5px 6px;
    z-index: 2;
    position: absolute;
    width: auto;
    bottom: 60%;
    left: 90px;
    background: #b0adad;
    color: #fff;
    box-shadow: 3px 2px 6px #888;
}


.websupport-from .file-details::after {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #b0adad;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
    position: absolute;
    top: 148px;
    left: -12px;
}
   
        .websupport-from .file-details p {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: lighter;
			line-height: 17px;
			color: #171b25;
        }
		/*end*/
		

.refunds-rte ul{
    text-align: justify;
    padding-bottom: 32px;
font-weight: normal;
    font-size: 16px;   
    color: #131e29;
    line-height: 24px;
}

.refunds-rte ul li a {
    color: #9E2200;
}

.radio-font legend{
	font-size:15px;
}
.go-to-home{
	margin-bottom: 30px;
}
.go-to-home a {
  background-color: #ff4713;
  border: none;
  width: 190px;
  padding: 8px;
  border-radius: 4px;
  font-weight: 500;
  color: #212529;
  display: inline-block;
}

.body-wrapper .form-group a.term-link{    
  text-decoration: underline !important;
  font-weight: 600;
  color: rgb(0, 76, 158) !important;
}

/*alert message start*/
.body-wrapper .custom-container .deterrent {
  background: hsl(199deg 45% 90%);
    color: #212529;
    font-size: 15px;
    padding: 10px;
    line-height: 17px;
    font-weight: 400;
    border-radius: 3px;
    font-family: 'Averta';
}
.websupport-wrapper .custom-container .deterrent {
  background: hsl(199deg 45% 90%);
    color: #212529;
    font-size: 1rem;
    padding: 10px;
    line-height: 17px;
    font-weight: 400;
    border-radius: 3px;
    font-family: 'Averta';
}
/*alert message end*/

/*multiple files upload*/
.tickets-container .files-uploaded-container {
    border: 1px solid #eee;
    display: inline-block;
    border-radius: 15px;
    margin: 5px 5px 5px 0;
    padding: 3px 12px 3px 5px;
    font-size: 13px;
    background: #daeaf1;
    text-transform: lowercase;
    
}

.tickets-container .files-uploaded-container span {
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    display: inline-block;
    line-height: 14px;
    position: relative;
    right: -7px;
    bottom: auto;
    cursor: pointer;
}

.duplicate-File-Detected{ color: #ff0000;}
/*multiple files upload ends*/
/* link styling  */
.body-wrapper form a:link{ text-decoration: underline !important; font-weight: 500;}
.footer-wrapper .main-foot nav ul li a:link{ text-decoration: underline;}
.reciteme{ text-decoration: underline;}
.refunds-rte ul li a{ text-decoration: underline;}
/* end */
/* tooltip message fix */
/*.body-wrapper .form-group label[for="Ticket"] .info-Ticket {
  display: inline-block;
  position: relative;
  width: auto;      
}
.body-wrapper .form-group label[for="Ticket"] .info-Ticket .file-details::after{
  display: none;
}
.body-wrapper .form-group label[for="Ticket"] .info-Ticket .file-details{
  width: max-content;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}
.body-wrapper .form-group label[for="Description"] .info-description {
  display: inline-block;
  position: relative;
  width: auto;  
 
}
.body-wrapper .form-group label[for="Description"] .info-description .file-details::after{
  display: none;
}
.body-wrapper .form-group label[for="Description"] .info-description .file-details{
  width: max-content;
  left: 0;
  bottom: 25px;
}
@media(max-width:576px){
  .body-wrapper .form-group label[for="Ticket"] .info-Ticket .file-details {        
      right: 50%;       
      position: absolute;
      left: 50%;
      transform: translate(-50%,0);
  }
  .body-wrapper .form-group label[for="Ticket"] .info-Ticket {       
      position: static;       
  }
  .body-wrapper .form-group label[for="Ticket"] {       
      position: relative;       
  }

  .body-wrapper .form-group label[for="Description"] .info-description .file-details {        
      right: 50%;       
      position: absolute;
      left: 50%;
      transform: translate(-50%,0);
  }
  .body-wrapper .form-group label[for="Description"] .info-description {       
      position: static;       
  }
  .body-wrapper .form-group label[for="Description"] {       
      position: relative;       
  }
}*/

/* end */
/* multi-box-set check box mobile fix */
@media(max-width: 576px){
  .Compalaint-form .multi-box-set > br{ display: none;}
  .Compalaint-form .multi-box-set{
      margin-top: 0;        
  }
  .Compalaint-form .multi-box-set label {
      width: 80%;       
      vertical-align: top;
  }

}
/* end */

/*shawtrust footer link*/
.footer-wrapper  .main-foot{
	height: 140px;
}
.footer-wrapper  .main-foot nav .html-content-section{	
	 display: block;
	
}
.footer-wrapper  .main-foot nav .html-content-section > ul{	
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-wrapper  .main-foot nav .html-content-section .shawtrust{  padding: 15px 0;}
.footer-wrapper  .main-foot nav .html-content-section .shawtrust ul{ margin-bottom:0; padding-bottom: 0; width: auto; }
.footer-wrapper  .main-foot nav .html-content-section .shawtrust ul li{ padding:0;}
/*end*/


/* accessibility navigation menu issue fix */
ul.sub-menu-container li{ list-style-type:none;}
/* end */


.skip-navigation {
	/* position: absolute; -->
	<!-- top: -1000px; -->
	<!-- left: -1000px; -->
	<!-- height: 1px; -->
	<!-- width: 1px; -->
	<!-- text-align: left; -->
	<!-- overflow: hidden; -->
	<!-- color: #fff; --> */
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	font-weight: 700;
	margin: 0;
	font-size: 14px;
	display: inline-block;
	line-height: 24px;
	padding: 8px 4px;
	border: none;
	top: -40px;
	left: 0;
	position: absolute;
	background-color: #0a493e;
	z-index: 99;
}

a.skip-navigation:active,
a.skip-navigation:focus,
a.skip-navigation:hover {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: visible;
}


.validate {
	display: none;
	margin-top: 10px;
	color: #A82400;
}

.validation-visibility {
	display: block !important;
}

.no-error {
	display: none;
}

.body-wrapper .form-group label[for="Ticket"]{
		
	display: inline;
	
}
.body-wrapper .form-group label[for="Ticket"] + .info-Ticket{
	display: inline-block;
	position: relative;
}
.body-wrapper .form-group label[for="Ticket"] + .info-Ticket + button{
	display: block; 
	margin-top: 15px;

}
.body-wrapper .form-group .file-details{    
    width: max-content;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);

}

.body-wrapper .form-group label[for="Description"]{
	
	display: inline;
	
}
.body-wrapper .form-group label[for="Description"] + .info-description{
	display: inline-block;
	position: relative;
}

@media(max-width: 576px){

	.body-wrapper .form-group label[for="Ticket"]{
	position: relative;
	
}

.body-wrapper .form-group label[for="Ticket"] + .info-Ticket {    
    position: static;
}
.body-wrapper .form-group label[for="Ticket"] + .info-Ticket .file-details {
    width: max-content;
    left: 50%;
    transform: translate(-50% ,-50%);
    bottom: 0;   
    position: absolute;
}

}
.hideDiv {
	display: none;
}

.websup{
margin-top: 32px;
}
.websup ul{
padding-left: 16px;
}


.heading-joruney{
margin-bottom: 25px;
margin-top: 21px;
}

.body-wrapper .form-group label[for="Ticket"], .websupport-from .form-group label[for="Ticket"]{
		
	display: inline;
	
}
.body-wrapper .form-group label[for="Ticket"] + .info-Ticket, .websupport-from .form-group label[for="Ticket"] + .info-Ticket{
	display: inline-block;
	position: relative;
}
.body-wrapper .form-group label[for="Ticket"] + .info-Ticket + button, .websupport-from .form-group label[for="Ticket"] + .info-Ticket + button{
	display: block; 
	margin-top: 15px;

}
.body-wrapper .form-group .file-details, .websupport-from .form-group .file-details{    
    width: max-content;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);

}

.body-wrapper .form-group label[for="Description"],.websupport-from .form-group label[for="Description"] {
	
	display: inline;
	
}
.body-wrapper .form-group label[for="Description"] + .info-description, .websupport-from .form-group label[for="Description"] + .info-description{
	display: inline-block;
	position: relative;
}

@media(max-width: 576px){

	.body-wrapper .form-group label[for="Ticket"], .websupport-from .form-group label[for="Ticket"]{
	position: relative;
	
}

.body-wrapper .form-group label[for="Ticket"] + .info-Ticket, .websupport-from .form-group label[for="Ticket"] + .info-Ticket {    
    position: static;
}
.body-wrapper .form-group label[for="Ticket"] + .info-Ticket .file-details, .websupport-from .form-group label[for="Ticket"] + .info-Ticket .file-details {
    width: max-content;
    left: 50%;
    transform: translate(-50% ,-50%);
    bottom: 0;   
    position: absolute;
}

}

.icon-description-section{
display: inline-block;
    position: relative;
}

/*Popu Alert*/
.popup {
			position: fixed;
			z-index: 1;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgba(0, 0, 0, 0.4);
			display:none;
		}
		.popup-content {
			background-color: #fff;
			margin: 10% auto;
			padding: 24px;
			border-radius: 4px;
			width: 30%;
			font-weight: bolder;
            text-align: center;
		}
		@media(max-width: 576px){
      .popup-content {       
        width: 90%;       
      }
    }
		.show {
			display: block;
		}
		.btn-popup {
    background-color: #ff4713;
    border: 2px solid #ff4713;
    min-width: 150px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    color: white;   
    line-height: 20px;
    font-size: 16px;   
    font-family: 'Averta';
    cursor: pointer;
}
.popup-content h1 {    
    text-transform: uppercase;
    font-family: 'Averta';   
    font-size: 40px;
    font-weight: bold;    
    color: #20234E;
    margin: 0;
}
.popup-content p {
    font-family: 'Averta';
    font-size: 16px;
    color: #212529;
    font-weight: 400;
    margin: 8px 0 16px;
}
.btn-close {
    background-color: #ff4713;
    border: 2px solid #ff4713;
    min-width: 150px;
    padding: 8px 16px;
    border-radius: .25rem;
    font-weight: 400;
    color: #131E29;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Averta';
    cursor: pointer;
    text-transform: uppercase;
}

.title-description{
	font-size:17px;
}

/* promo block new design  */

.blue-box .head-text .imgwrap{
  text-align: right;
}
.blue-box .head-text p{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-top: 0.5rem;
  letter-spacing: 1px;
}
.blue-box  p.promo_description{
  font-size: 14px;
}

/* end */

/* top bar text breaking fix in samsung8 to lower */
@media(max-width: 576px){

  .header-wrapper li {  
    font-size: 14px;
}
div.mm-dropdown div.textfirst { 
  font-weight: 400;
}
}
/* icon toll tip msg fix in mobile */
@media(max-width: 576px){
  .body-wrapper .form-group label[for="Description"] + .info-description, 
  .websupport-from .form-group label[for="Description"] + .info-description {
    width: 100%;
}
}
/* end */

/*  mobile info */
.form-control.phone-info {
  width: 48.5%;
}
@media(max-width:576px){
  .form-control.phone-info {
    width: 100%;
  }
}
/* end */
 /* new dynamic tooltip */
 
 #tooltip {
        text-align: left;
        font-size: 16px;
        font-weight: lighter;
        color: #171b25;
        background: #b0adad;
        position: absolute;
        z-index: 100;       
        border-radius: 3px;
	      padding: 5px 6px;	
	      width: auto;	
	      box-shadow: 3px 2px 6px #888;  
    }

        #tooltip:after /* triangle decoration */ {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #b0adad;
            content: '';
            position: absolute;
            left: 50%;
            bottom: -10px;
            margin-left: -10px;
        }

        #tooltip.top:after {
            border-top-color: transparent;
            border-bottom: 10px solid #b0adad;
            top: -20px;
            bottom: auto;
        }

        #tooltip.left:after {
            left: 10px;
            margin: 0;
        }

        #tooltip.right:after {
            right: 10px;
            left: auto;
            margin: 0;
        }
/* end */


.station-list-particular{
    font-size: 12px;
    height:38px !important;
}
.station-list-mobile{ display: none;}
@media(max-width: 576px){

.station-list-mobile{
	font-size: 11px;
	display: block;
    padding:5px;
}
input.station-list-particular::placeholder{
	opacity:0;
}
}
.multi-box-set fieldset{ margin-left: 0}
.multi-box-set legend { margin-bottom: 0}
.multi-box-set label{ margin-bottom: 0;}

.body-wrapper .form-group label[for="Ticket"].custom-file-label.selected, .websupport-from .form-group label[for="Ticket"].custom-file-label.selected {
overflow: hidden;
white-space: nowrap;
width: 100%;
display: inline-block;

}

@media (max-width: 576px) {
.body-wrapper .form-group label[for="Ticket"].custom-file-label, .websupport-from .form-group label[for="Ticket"].custom-file-label {
position: absolute;
}
}