@font-face {
    font-family: FontAwesome;
    src: url(../../fonts/fontawesome-webfont.woff2);
    src: url(../../fonts/fontawesome-webfont.woff);
}

#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;
}

body {
	font-family: Lato,latoregular,sans-serif;	
}

/* header css starts */
.custom-container{
    max-width:75%;
}
.hull-container
.navbar-toggler{
    margin-left: auto;
}

.banner-wrapper{
    height: 350px;
    background-image:url('../../images/image-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-wrapper .container{
    height:100%;
}
.banner-wrapper div{
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; for QnAcss */
    width:100%;
}
.banner-wrapper p, .banner-wrapper h1 {
    background: rgba(241,248,252,1) !important;
    color: #003;
    padding: 20px;
    font-size: 28px;
    font-weight: normal;
    width: 50%;
    text-align: center;
}
@media (max-width:767px){
.banner-wrapper p, .banner-wrapper h1{
    width: 60%;
}
/* 10 nov start*/
p.banner-text::before{
    bottom: 14px !important;
}
/* 10 nov end */
}
.banner-seperator{
    background-color: #0a443a;
    height:2px;
}
.logo{	
	width:100%;
	height: 55px;
	padding: 10px 0px;
	display: flex;
	justify-content: space-between;
	
/*
    width: 25%;
    height: 55px;
    padding: 10px;
*/
}

.logo a, .logo p{ display: inline-block;}
.logo p{ cursor: pointer;
         padding-right: 5px;
}
.logo img{
/*    width: 50%;*/
	width: auto;
    height: auto;
}
.nav-menu{
    width:100%;
}



.header-wrapper{
    background-color: #fff;
    color:#003;
    height:40px;
    padding:8px;
}
/* accessibilty top bar fixing*/
.header-wrapper p {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	cursor: pointer;
}
@media(min-width:576px) {
  .header-wrapper p {
    width: 540px;
  }
}
@media(min-width:768px) {
  .header-wrapper p {
    width: 720px;
  }
}
@media(min-width:992px) {
  .header-wrapper p {
    width: 960px;
  }
}
@media(min-width:1200px) {
  .header-wrapper p {
    width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
    /*.container, .hull-container {
        max-width: 1200px;
    }
    .logo-wrapper {
        max-width: 1200px;
    }*/
}
/*end*/
.logo-wrapper a{
    color:#003;
    background: transparent;
    border: 0px;
    padding-right: 15px;
}
.logo-wrapper a:hover{
    text-decoration: none;
}
.header-wrapper i{
    margin-right:5px;
}
.nav-container{
    max-width: 99%;
}

/*nav menu start*/
.nav-wrapper nav {
	background-color:#003;
    box-shadow: 0 2px 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.24);
	padding: 10px;
}
/*
.nav-menu .main-nav-item{
    padding: 0 9px 0 9px;
    
}
*/
.nav-menu .main-nav-item > a{
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400;
    padding: 10px 27px !important;     
    transition: background-color .5s ease;
    position:relative;
    font-family: Lato,latoregular,sans-serif;
	text-transform: uppercase;
	border-left: 1px solid #fff;
}
.nav-menu .main-nav-item > a:hover{ background: #f1f8fc; color: #003 !important;}
.nav-menu .main-nav-item > a:active{ background: #f1f8fc; color: #003 !important;}

.nav-item.main-nav-item:hover {
    background: #f1f8fc;
    color: #003;
}
    .nav-item.main-nav-item:hover .nav-link {
        color: #003 !important;
    }
    /*
.nav-menu .main-nav-item > a::after{
    content: '';
    height: 2px;
    background: #c06;
    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;
    width: 100%;
    height: auto;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border: 0;
    padding-bottom: 30px;
	background: #f1f8fc;
}
.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: Lato,latoregular,sans-serif;
    font-weight: 600;
    padding: 0;
    color: #006c75 !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;
}

span.right-arrow {
    width: 86px;
    position: relative;
    right: -256px;
    top: -24px;
}
 span.right-arrow::after {
    content: ' ';
    flex: 0 1 auto;
    border: solid #006c75;
    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;
}

.sub-menu li > a::before {
	content: '';
	height: 2px;
	background: #006c75;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 100%;
	transition: right 0.8s ease;
/*	display: none;*/
}

.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;
	background: #f1f8fc;
}
 .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{
    background-color:#003;
    box-shadow: 0 2px 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.24);
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav-menu .main-nav-item{
    margin-right:0px;
    line-height:45px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-menu .main-nav-item > a{
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 400;
    padding: 0px 20px !important;
    transition: background-color .5s ease;
    position: relative;
    font-family: Lato,latoregular,sans-serif;
}
.nav-menu .main-nav-item > a:hover{
    background-color: #f1f8fc;
    color: #000 !important;
    text-decoration: none;
    transition: background-color .3s ease;
}
.main-nav-item:hover .sub-menu{
    display: block;
}
.sub-menu{
    display: none;
    width: 100%;
    margin-top: -2px;
    border-radius: 0px;
    height: 100%;
    padding: 0px;
    border-bottom: none;
    background: #f1f8fc;
}
.sub-menu li{
    display: inline-block;
    height: 100%;
    line-height: 30px;
}
.sub-menu li:hover{
    background-color: #f1f8fc;
}
.sub-menu li a{
    padding: 0px 27px;
    color: #20234E !important;
    font-size: 14px !important;
    font-weight: 500;
}
.sub-menu li a:hover{
    text-decoration: none;
    cursor: pointer;
}
.sub-menu-container{
    width: 93%;
    margin: 0 auto;
    text-align: left;
}
*/
.toggle-button{
    background-color: #c06;
}

/* header css ends */

/* body css starts */
.form-bg{
    background: white;
    padding: 25px;
}
.main-wrapper{
    position:relative;
    overflow: hidden;
}
.lookup-btn button{
    border-color: #c06;
    background: #c06;
    border: none;
    width: 150px;
    padding: 8px;
    border-radius: 0px;
    font-weight: 600;
    color: white;
    height: 35px;
    line-height: 16px;
    font-family: Lato,latoregular,sans-serif;
    font-size: 15px;
}
.final .submit, .final .btn{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    height: 45px;
    background: #c06;
    color: #fff;
    border: 0;
    /*padding: 0 30px;*/
    border-radius: 0;
    font-family: Lato,latoregular,sans-serif;
    width:165px;
}
.final .reset{
    border: 2px solid #c06;
    background: white;
    color: #c06;
}

/* button states*/
.final .btn-primary.submit:not(:disabled):not(.disabled):active{
	border: 2px solid #c06;
background: #c06;

}
.final .btn-primary.reset:not(:disabled):not(.disabled):active{
	border: 2px solid #c06;
background: white;
color: #c06;
}
.final .btn-primary:focus {	
	box-shadow: none;
}
/*end*/

.body-wrapper{
    padding:20px 0px;
    background:linear-gradient(#f9f2b1,#cbe7f4,#cbe7f4);
}
.bdy-msg{
    background:none !important;
}


.body-wrapper .form-group input,
.body-wrapper .form-group select,
.websupport-wrapper .form-group input,
.websupport-wrapper .form-group select{
    height: 40px;
    color: #494d56;
    border: 2px solid #ccc!important;
    border-radius: 0px;
}
.body-wrapper .form-group textarea,
.websupport-wrapper .form-group textarea{
    border:2px solid #ccc!important;
    border-radius: 0px;
}
.body-wrapper h4,.websupport-wrapper h4.main-heading,.body-wrapper h2  {
    color: #006c75;
    font-family: Lato,latoregular,sans-serif;
    font-size: 25px;
    font-weight: normal;
    text-align: left;
	background: #f6f1b4;
}
.websupport-from input[type="checkbox"] {
    height: auto;
    transform: scale(2);
    margin-right: 7px;
    margin-left: 5px;
	    margin-top: 30px;
    margin-left: 5px;
}
.websupport-wrapper .form-group input[type="checkbox"]{margin-top:10px}
.body-wrapper h5,
.body-wrapper h6,
.body-wrapper h4{
    color: #006c75;
    font-family: Lato,latoregular,sans-serif;
}
.lookup-btn{
    text-align: center;
}
.lookup-btn button{
    margin-top:33px;
    width:90px !important;
}

label .star-marked,
.websupport-from h3.mb-4.sub-heading .star-marked,
.Compalaint-form h3.mb-4.sub-heading .star-marked{ 
	/*color: #006c75;*/ 
	color: #c06;
    position: relative;
    top: -5px;}
/* 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;
    border-radius: 50%;
    background-color: #eee;
}
.body-wrapper .custom-radio-btn:checked ~ .checkmark {
    background-color: #c06;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.body-wrapper .custom-radio-btn:checked ~ .checkmark:after {
    display: block;
}
.body-wrapper .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.body-wrapper .label_pref{
    margin-left:30px;
}
.body-wrapper .form-group label,.websupport-wrapper .form-group label {
    font-weight: 500;
    font-size: 15px;
    color: #006c75;
    font-family: Lato,latoregular,sans-serif;
}
.websupport-wrapper .form-group .custom-file {
	overflow:hidden;
}
.websupport-wrapper .form-group .custom-file label {
	white-space:nowrap;
}
/* custom radio button css ends */


/* Message Rec page css starts */
.success {
  background:linear-gradient(#f9f2b1,#cbe7f4,#cbe7f4);
  padding: 20px;
  min-height: 230px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 75%;
  margin: 20px auto;
}
.success i, .success em {
  color: #c06;
  font-size: 55px;
}
.success h2 {
  font-size: 27px;
  font-family: Lato,latoregular,sans-serif;
  font-weight: 500;
  color: #006c75;
	margin-top: 1rem;
}
.success-msg {
  width: 75%;
  margin: 0 auto;
  font-size: 20px;
  margin-top: 20px;
  font-family: Lato,latoregular,sans-serif;
  text-align: center;
	color: #0a493e;
	font-weight: normal;
}
.go-to-home button {
	background: #c06;
	border: none;
	width: 190px;
	padding: 8px;
	border-radius: 0px;
	font-weight: 600;
	color: White;
	font-family: Lato,latoregular,sans-serif;
}
.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:white;
    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;
}
.btn-blue{
    background: #C06;
    color:white;
    width: 180px;
    padding: 8px;
    border-radius: 0px;
    font-weight: 600;
    color: white;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    font-family: Lato,latoregular,sans-serif;
}
.child-tags .btn-blue { display: flex; justify-content: center; align-items: center; border-radius: 8px;
    color: white;
    width: 100%;
    height: 74px;
    font-weight: 600;
    font-size: 15px;}
.child-tags .btn-blue:hover, .child-tags .btn-blue:active, .child-tags .btn-blue:focus { box-shadow: 2px 2px 2px 2px black;}

/* Custom scroll and selectbox css starts */
.ui-selectmenu-menu{
    height: 160px;
    overflow-y: auto;
    width: 474px;
  }
  .mCSB_container{
      position:absolute !important;
  }
  #number-button{
    height: 38px;
    border-radius: 2px;
    line-height: 25px;
    width: 90%;
    margin-left: -11px;
    background-color: white;
    font-size: 15px;
    font-family: Lato,latoregular,sans-serif;
  }
  .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 */

/*
.blue-box{
    min-height: 155px;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    color: #003;
    text-align: center;
    position: relative;
}
*/
.blue-box {
width: 100%;
padding: 0px 0 10px;
margin-bottom: 10px;
color: #003;
text-align: left;
position: relative;
background: #fff;
min-height: 325px;
}
.head-text{
    align-items: center;
    margin-top:20px;
}
.blue-box .head-text img{ width: 100%; height: auto;}
.blue-box .arrow-right {
display: inline-block;
color: #006c75;
position: relative;
top: 2px;
right: 0;
}
/*.blue-box .arrow-right{ display: none;}*/
.head-text p {
font-size: 20px;
font-weight: 400;
line-height: 19px;
margin-top: 0.5rem;
padding: 8px 15px 0;
color: #006c75;
margin-bottom: 0;
}
/*
.head-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 0.5rem;
}
*/
.learn-text {
background: none;
border: none;
color: #006c75;
border-radius: 0px;
padding: 6px 15px;
text-transform: capitalize;
font-size: 16px;
margin: 0;
min-width: 115px;
width: 100%;
font-weight: 700;
position: absolute;
bottom: 15px;	
}

@media( max-width: 768px){
	.learn-text {
		position: relative;
	}
	
}

/*
.learn-text{
	background: #c06;
    border: none;
    color: white;
    border-radius: 0px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 13px;
	margin: 0 auto;
	min-width: 115px;
	width: 40%;
}
*/

/*
.learn-more{
    position: absolute;
    background: #c06;
    border: none;
    color: white;
    border-radius: 0px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 14px;
}
*/
.arrow-right{
    bottom: 0px;
    position: static;
    right: 30px;
}
.btn-div{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* help page css ends */

/* chat box css starts */

.chat-box{
    display:none;
    width: 320px;
    height: 300px;
    background: white;
    position: absolute;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.24);
    right: 20px;
    top: 375px;
}
.chat-box::before{
    content: "";
    position: absolute;
    left: 80%;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 21px solid #F9F9F9;
    border-bottom: 12px solid transparent;
    transform: rotate(90deg);
    padding: 2px;
}
.chat-option{
    background:#c06;
    border-radius: 50%;
    padding: 22px;
    width: 75px;
    height: 75px;
    position: absolute;
    right: 25px;
    top: 700px;
}
.chat-option i{
    color:white;
    font-size: 35px;
}
.chat-head{
    background: #c06;
    color: white;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
}
.chat-form{
    padding:10px;
}
.chat-form .row{
    margin-bottom:10px;
}
.chat-btn{
    background-color: #c06;
    width: 100%;
    color: white;
    border: none;
    height: 40px;
    border-radius: 0px;

}
.chat-close-btn{
    margin-bottom: 0px;
    float: right;
}
/* chat box css ends */


/* footer css starts */
.inner-links{
    background:#003 !important;
    padding: 14px 10px;
    line-height: 20px;
    height: 48px;
}
.inner-links ul li{
    display: inline-block;
}
.inner-links li a,.inner-links li:first-child {
    color:white;
    padding-right:40px;
}
.inner-links li a:hover{
    text-decoration: none;
}
.inner-links .row{
    margin-right: 0px;
    margin-left: 0px;
}
.more-links{
    background:#fff !important;
    padding: 15px 20px;
    line-height: 20px;
    height: 48px;
}
.more-links ul li{
    display: inline-block;
    border-left: 1px #003 solid;
}
.more-links li a{
    color: #003;
    font-size: 14px;
    padding-right: 7px;
    padding-left: 7px;
}
@media (max-width:767px){
	.more-links ul{
    padding-left:0;
}
	.more-links li a{
    font-size: 12px;
	padding:0 4px;
}
.footer-wrapper .inner-links .col-md-8{
	padding:0;
}
.footer-wrapper .inner-links .col-md-8 ul{
	padding-left:0;
}
}
.more-links li::after{
    content:'';
    background-color:black;
    width:20px;
    height:20px;
}
.more-links li:first-child{
    border-left:0px solid #ccc;
}
.pay-link{
    background:#f1f8fc !important;
    padding: 15px 25px;
    line-height: 20px;
    height: 55px; 
}
.pay-link ul{
   padding-left:0;
}
@media(max-width:450px){
	.pay-link ul li:first-child{
   display:block;
}
}
.pay-link ul li{
    display: inline-block;
}
.copy{
    padding: 15px 25px;
    font-size: 14px;
	color: #003;
}
.copy p{
    margin-left:30px;
    margin-bottom: 5px;
}
/* footer css ends */
/* media query starts */
@media screen and (max-width:767px) {

    .buttons-div{
        width: 98%;
    }
    .btn-blue{
        margin-bottom:10px;
        font-size: 10px;
        width: 140px;
    }
    .ui-selectmenu-menu{
        width: 390px;
    }
    .sub-menu{
        height: 130px;
        overflow: auto;
        border:none;
    }
    .sub-menu li{
        display: block;
    }
    .sub-menu-container{
        text-align: left;
    }
    .chat-option {
        padding: 14px;
        width: 50px;
        height: 50px;
        right: 4px;
        top: 607px;
    }
    .chat-option i{
        font-size:22px;
    }
    .chat-box{
        right: 6px;
        top: 290px;
    }

    .banner-wrapper p, .banner-wrapper h1 {
        font-size: 20px;
    }
    .logo img {
        /* width: 160px; */
        width: auto;
        height: auto;
    }
    .inner-links,
    .more-links,
    .pay-link{
        height:auto;
        text-align: center;
    }
    .inner-links li a{
        padding-right:4px;
    }
    .final button{
        margin-top:5px;
    }
    .help-container{
        padding-left: 0px;
        padding-right: 0px;
        max-width:95% 
    }
    .head-text p{
        font-size:17px;
    }
    .blue-box{
        padding:10px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .buttons-div{
        width: 100%;
    }
    .btn-blue{
        margin-bottom:10px;
        font-size: 12px;
        width:152px;
    }
    .ui-selectmenu-menu{
        width: 392px;
    }
    .banner-wrapper p, .banner-wrapper h1 {
        font-size: 20px;
    }

    .logo img {
        /* width: 160px; */ /* 10 nov */
        width: auto; 
        height: auto;
    }
    .inner-links,
    .more-links,
    .pay-link{
        height:auto;
        text-align: left;
    }
    .inner-links li a{
        padding-right:14px;
    }
    .final button{
        margin-top:5px;
    }
    .help-container{
        padding-left: 0px;
        padding-right: 0px;
        max-width:95% 
    }
    .head-text p{
        font-size:17px;
    }
    .blue-box{
        padding:10px;
    }
    
}

@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 > a {
        padding: 0px 12px !important;
        font-size: 12px !important;
    }
    .container, .container-lg, .container-md, .container-sm{
        max-width:1030px;
    }
    .sub-menu li a {
        font-size: 12px !important;
    }
    .inner-links,
    .more-links,
    .pay-link{
        height:auto;
        text-align: left;
    }
    .inner-links li a{
        padding-right:20px;
    }
    .chat-option{
        background: #c06;
        border-radius: 50%;
        padding: 17px;
        width: 66px;
        height: 66px;
        position: absolute;
        right: 7px;
        top: 700px;
    }
    .head-text p{
        font-size:20px;
    }
    .logo-wrapper{
        max-width: 1030px;
    }
}

/* media query ends */

/************************************************************************************************************/

/* awc style addition to gwrstyle addition */

.body-wrapper .container a:hover{ text-decoration: none;}

/* 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 */


/* 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;
}
/*  */

/* complaint page css starts */
.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 15px;
}

.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;
}

@media (max-width: 767px){
	.buttons-div {
		width: 100%;
	}
.body-wrapper .form-group select {
width: 67%;
}

}

.body-wrapper .form-group input, .body-wrapper .form-group select {
    height: calc(1.5em + .75rem + 2px);
  }
  .make-complaint select {
    padding: 0;
  }

.child-tags {
  margin-top: 15px;
}
.make-complaint .child-tags button {
  /* height: 100%; 10 nov */
  border-radius: 8px; /* 10 nov start*/
    color: white;
    width: 100%;
    height: 74px;
    font-weight: 600;
    font-size: 15px; /* 10 nov end*/
}

.make-complaint .child-tags button:hover {
    box-shadow: 2px 2px 2px 2px black; /* 10 nov */
}


/*****************************************/
.websupport-from, .Compalaint-form{ 
    padding: 25px; 
    background: #fff;
    margin: auto;
}
.websupport-wrapper {
	padding: 20px 0px;
	background: linear-gradient(#f9f2b1,#cbe7f4,#cbe7f4);
}


/* info icon show details  */

/* 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; */
    background: #565252;
    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: #000000; */
            color: #fff;
        }
@media (max-width: 770px){
span.right-arrow {
    border-left: 1px solid rgba(0,0,0,.1);
    padding: 20px 30px;
    width: 86px;
    position: absolute;
    right: 0px;
    top: 4px;
}
.final .submit, .final .btn{
    font-size: 14px;
    width:98px;
}
}
@media (max-width: 360px){
.final .submit, .final .btn{
    font-size: 10px;
    width:76px;
}
}
@media (max-width: 380px){
/* 10 nov start*/
.buy-now-btn button a{
    padding: 10px 10px !important;
}
/* 10 nov end*/
}
#contact-info-hide
{
    cursor: pointer;
    padding-left: 5px;
}
#contact-info-hide:hover + .file-details{ display: block; }
#contact-info-hide-file
{
    cursor: pointer;
    padding-left: 5px;
}
#contact-info-hide-file:hover + .file-details{ display: block; }
  
  button.ui-datepicker-close {display: none;}
button.ui-datepicker-current {display: none;}
  
/* UI for date picker */
.ui-widget-header {
	border: 0px solid #dddddd;
	background: #fff;
	color: #003;
	font-weight: 400;
	font-size: 14px;
}
.ui-datepicker th {
	text-align: center;
	font-weight: normal;
	color: #003;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 0px solid #c5c5c5;
	background: #e4f2fa;
	font-weight: normal;
	color: #003;
	text-align: center;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0px solid #cccccc;
	background: #e4f2fa;
	font-weight: normal;
	color: #003;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0;
	padding: 0;	
	border: 0;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

/* captcha location*/
.grecaptcha-badge{ bottom: 80px !important;}
/**/

/* buy now button */
.buy-now-btn{ height: 44px;}
.buy-now-btn button, .buy-now-btn a {background: #c06; height: 100%; border: 0;}
.buy-now-btn button a, .buy-now-btn a{ white-space: nowrap; color: #fff; text-decoration: none; text-transform: uppercase; padding: 10px 27px; text-align: center;display: inline-block;}
.buy-now-btn button a:hover, .buy-now-btn a:hover{ color: #fff; text-decoration: none;}

/* timepicker style */
.ui-timepicker-wrapper{ width: calc(100% - 69%) !important;}
.ui-timepicker-list li:hover { background-color:#c7dae7 !important; color: #000 !important; } 

/* min-height set for form label */
.Compalaint-form .at-gt-labeldata label{ min-height: 115px;}
.Compalaint-form .two-row-height label{ min-height: 45px;}
.Compalaint-form .three-row-height label:not(.label_pref){ min-height: 60px;}

/* calendar top position*/
.ui-widget.ui-widget-content {	
	margin-top: 79px;
}
.body-wrapper .form-group input.radio-required {
	height: auto;
	
}
 .body-wrapper .form-group input[type="checkbox"] {
       height: auto;
    transform: scale(1.5);
    margin-right: 15px;
    margin-top: -3px;
    margin-left: 7px;
    }

nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 0px;
}
.reciteme{
	 background: transparent;
    border: 0px;
    padding: 0;
}
.form-check-label{
    line-height: 46px;
    margin-left: 13px;
}
.form-check-input{
    margin-left: -13px;
}

.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: #c06;
    border-radius: 30%;
}

.radiorow .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radiorow .container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c06;
	
}
fieldset {
    border: none;
    width: 100% !important;
    margin-left: 0 !important;
}

.radio-wrapper {
    margin: 0 -10px;
    display: inline !important;
    padding-right: 55px;
}

input[type="radio"] {
    opacity: 0;
    width: 20px !important;
    z-index: 1 !important;
    height: 20px !important;
}

    input[type="radio"] + label {
        /* position: relative;
        cursor: pointer;*/
        color: #666 !important;
    }

        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;*/
            content: "\f1db";
            font-family: FontAwesome;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            width: 1em;
            display: inline-block;
            margin-right: 5px;
            font-size: 20px;
        }

        input[type="radio"] + span::before {
            /* content: '';
            position: absolute;
            left: -24px;
            / Fixed alignment in some browsers. / top: 0;
            border-radius: 50%;
            border: 1px solid #6F686A;
            width: 18px;
            height: 18px;*/
            content: "\f1db";
            font-family: FontAwesome;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            width: 1em;
            display: inline-block;
            margin-right: 5px;
            font-size: 20px;
        }

        input[type="radio"] + label::after {
            /*content: '';
            position: absolute;
            left: -22px;
            top: 2px;
            border-radius: 50%;
            width: 14px;
            height: 14px;*/
            content: '';
            display: table;
            clear: both;
        }


        input[type="radio"] + span::after {
            /*content: '';
            position: absolute;
            left: -22px;
            top: 2px;
            border-radius: 50%;
            width: 14px;
            height: 14px;*/
            content: '';
            display: table;
            clear: both;
        }

    /*input[type="radio"]:checked + label::after {
        background: #c06;
    }*/
@-webkit-keyframes effect {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes effect {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

    input[type="radio"]:checked + label::before {
        content: "\f192";
        color: #666;
        -webkit-animation: effect 250ms ease-in;
        animation: effect 250ms ease-in;
    }

    input[type="radio"]:checked + span::before {
        content: "\f192";
        color: #666;
        -webkit-transition: 0.2s ease transform ;
        transition: all 0.2s ease-in-out;
        /*transform: scale(1, 1);*/
    }

/*@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 #c06;*/
    /* 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, .mobile-navbar + nav.nav-drill.nav-top
	{
		display: none;
	}

}
@media (max-width: 991px) {
    .custom-container {
        max-width: 100%;
    }
	.nav-wrapper{
		display:none;
	}
.mobile-navbar .d-flex
	{
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}

 a {
	 text-decoration: none;
}
    .mobile-menu-wrapper {
        display: flex;
    }
nav ul li .menu-txt{ padding: 0.875em 1em; color: rgb(0, 0, 51);}
 .nav-top {
	 display: flex;
	 align-items: center;
	 z-index: 3;
	 padding: 10px 20px;
	 width: 100%;
	 height: 70px;
	 background-color: #fff;
	 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;
    top: 125px;
} */
.nav-drill {
    transform: translateX(100%);
    top: 125px;
   position: absolute;
    z-index: 100;
    right: 0;
    width: 0;
    height: calc(100vh - 90px);
    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;
   top: 125px;
   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: 1px solid rgba(0,0,0,.1);
}
 .nav-link {
	 display: block;
	 padding: 0.875em 1em;
	 background-color: #fff;
	 color: #131e29;
	 font-size: 1rem;
	 line-height: 1.5em;
	 font-weight: 300;
}
 .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 #C06;
    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;
	 width:80%;
 }

 .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 #C06;
 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 #C06;
    border-bottom: 2px solid #C06;
 }
 .mobile-navbar .menu-trigger .hamburger::before
 {
	content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 100%;
    border-top: 2px solid #C06;
 }
 .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: #C06;
}
.mobile-navbar .logo
{
	width: 100%;
    max-width: 125px;
    height: auto; /* 10 nov */
}
/* .mobile-navbar .logo img
{
	max-width: 110px;
} 10 nov*/ 
.nav-is-toggled .hamburger:after {
    height: 28px;
	width: 2px;
    transform: rotate(-45deg);
}

ul.nav-items {
    list-style: none;
}

/*
.logo a {
    visibility: hidden;
}
*/

.logo-wrapper {    
    background: #c06;
    max-width: 100%;
}

p button {
    color: #fff;
}

}
a.nav-link {
    color: rgb(0, 0, 51);
}



/* 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/closekindpng.png') no-repeat center, #c06;
    background-size: contain;
    height: 16px !important;
    border: 0;
}
.ui-dialog .ui-dialog-buttonpane button {
    background-color: #c06;
    border: 0;
    color: white;
}
.ui-widget-content a {
    color: #c06;
}

    .ui-widget-content a:hover {
        text-decoration: underline;
    }

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default:hover, .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default:hover {
    
    text-decoration: none;
}

.number-of-children-heading{
	    font-weight: 400;
    font-size: 14px;
    color: #55585f;
    font-family: "universe";
}

/* mobile view bug fix */


@media( max-width: 768px){
	.file-details {
display: none;
border-radius: 3px;
padding: 5px 6px;
z-index: 2;
position: absolute;
width: auto;
bottom: 67%;
left: 93px;
background: #000;
color: #fff;
white-space: normal;
}
	.file-details::after {
width: 0;
height: 0;
border-top: 6.25px solid transparent;
border-right: 12.5px solid #000;
border-bottom: 6.25px solid transparent;
content: '';
position: absolute;
top: 15px;
left: -8px;
}
	
.websupport-wrapper .form-group label {
overflow: hidden;
}
	
}



.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: 0 !important;
    margin: 0;
    float: none !important;
    width: 100%;
}
.searchdrop-down ul li:hover{
	    background: lightgray;
		cursor:pointer;
}


/** ui fixing hull train brand review excel  ***/
.body-wrapper .form-group #Ticket {
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.blue-box .promo_description{
	 color: #666;
    line-height: 26px;
    padding: 15px;
    margin: 0;
	font-size: 16px;
}

/* mobile fix accessibility */
.logo-wrapper.container .logo  .right-align-texts{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.logo-wrapper.container .logo .text-right-data { display: block;}
.logo .text-right-data a {
	visibility: visible;
	display: block;
	
}
/* global menu active color start*/
.highlighted-first-level{ box-shadow: 0 -5px 0 0 #c06 inset;} 
/* global menu active color end*/
@media( max-width: 991px){
	
	.logo-wrapper a {
	display: none;
}
	
	.logo .text-right-data a {	
	color:#fff;
}
	
}
/* 10 nov start*/
p.banner-text{
    position: relative;
}
p.banner-text::before { 
    background: #003;
    width: 65px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 19px;
}
 /* 10 nov end */

 /* @media screen and (max-width: 355px){
.logo img {
width: 130px !important;
}
} */

/* 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: Lato,latoregular,sans-serif;
    font-weight: normal;
    }
.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;}
    }
/* cookie prefrence bottom text */
div#teconsent {
    position: static;    
    background-color: transparent;
    font-size: 14px;
    padding: 2px 6px;   
	cursor: pointer;
}
    /* form heading  */
.body-wrapper .Compalaint-form.form-bg h3{ font-size: 25px; color: #006c75; font-weight: normal;}
.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: 3px !important; color: #003; text-decoration: none; font-size: 1rem !important;font-weight: 400 !important; font-family: 'Lato','latoregular','sans-serif'; background: transparent !important;}
.skip-navigation:hover{ text-decoration: none; color: #003;}
a.skip-navigation:focus{ top: 2px !important; border: 1px solid #003; color: #003}
@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; color: #006c75; font-weight: 500;  }
    .Compalaint-form .timepicker .text a{ font-size: 15px; font-weight: normal;}
    .Compalaint-form .timepicker li.cell-2:hover {
        background: #e4f2fa;
        color: #003;
    }
    .Compalaint-form .timepicker .icon-down, .Compalaint-form .timepicker .icon-up {	
        width: 45px;
    height: 20px;	
    background-size: 35%;
    }
    .Compalaint-form .timepicker .icon-up{
        background-image: url('/Assets/images/gwr-down-chevron.png');
        transform: rotate(180deg);
        background-repeat: no-repeat;
        background-position-y: inherit;
    }
    .Compalaint-form .timepicker .icon-down{
        background-image: url('/Assets/images/gwr-down-chevron.png');    
        background-repeat: no-repeat;
    }

    /* 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;}



/* 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;
}

.logo-wrapper ul .cntrynav {
  background: #fff;
  position: absolute;
  top: 37px;
  left: 0;
  width: auto;
  display: inline-block;
  z-index: 999;
}
.logo-wrapper ul li
{
	list-style-type: none;
}
.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);
  transition: 0.5s;
}

.textfirst.showcntry .dropiconlang {
  transform: rotate(-180deg);
}

.reciteme {
  color: black;
  cursor: pointer;
}

#autoSuggest-desktopBtn {
  cursor: pointer
}

.show-on-true{
	display:none;
		font-size: 15px;
    margin-left: 40px;
}

/*color contrast*/
.Compalaint-form a{color: #0054AD;}

/*end */

/* accesibilty focus for radio and submit, reset*/
input[type="radio"]:focus-visible + label::before {
    box-shadow: 0 0px 8px #009688;
    outline: 2px dotted transparent;
	border-radius: 50%;	
}
input[type="reset"]:focus, input[type="submit"]:focus {   
    outline: 2px solid #009688;	
}

@-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: #000000;
        }
/*end*/		

.radio-font legend{
	font-size:15px;
}

.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(174deg 100% 95%);
    color: #006c75;
    font-size: 15px;
    padding: 10px;
    line-height: 17px;
    font-weight: 500;
    border-radius: 3px;
    font-family: Lato,latoregular,sans-serif;
}
.websupport-wrapper .custom-container .deterrent {
    background: hsl(174deg 100% 95%);
    color: #006c75;
    font-size: 15px;
    padding: 10px;
    line-height: 17px;
    font-weight: 500;
    border-radius: 3px;
    font-family: Lato,latoregular,sans-serif;
}
/*alert message end*/

.validate {
    display: none;
    margin-top: 10px;
    color: #9E2200 !important;
}
a:link{
    color: #000;
    text-decoration:none;   
  }
.buy-now-btn a:link{ color: #fff;}

.ui-widget.ui-widget-content {
    margin-top: 0px;
}
/*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: #e6fffc;
    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*/
/* form heading background fix*/
.body-wrapper form h4{ 
    background: #fff;
}
/*end*/
/* link styling */
.reciteme{ text-decoration: underline;}
.footer-wrapper a{text-decoration: underline;}
.body-wrapper .form-group a:link{ text-decoration: underline !important; font-weight: 600;}
/* 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 */

/* footer shawtrust icon placement*/
.pay-link{	
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 130px 0 60px;
}

.pay-link ul {  
	margin-bottom: 0;
}

@media( max-width: 576px){
		.pay-link{	
	display: block;	
	padding: 0;
}
}
/*end*/

/* accessibility navigation menu issue fix */
ul.sub-menu-container{ padding-left: 0;}
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: #ff4713;
}

.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;
}
.heading-title{
color: #006c75;
font-family: Lato,latoregular,sans-serif;
font-size: 25px;
font-weight: normal;
text-align: left;
background: #f6f1b4;
}

.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: #005475;
    border: 2px solid #005475;
    min-width: 150px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    color: white;   
    line-height: 20px;
    font-size: 16px;   
    font-family: Arial;
    cursor: pointer;
}
.popup-content h1 {    
    text-transform: uppercase;
    font-family: Arial;   
    font-size: 40px;
    font-weight: bold;    
    color: #035A7C;
    margin: 0;
}
.popup-content p {
    font-family: Arial;
    font-size: 14px;    
    color: #20234E;    
    font-weight: 400;
    margin: 8px 0 16px;
}
.btn-close {
    background-color: #005475;
    border: 2px solid #005475;
    min-width: 150px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    color: white;   
    line-height: 20px;
    font-size: 16px;   
    font-family: Arial;
    cursor: pointer;
}
/* mobile phone message */
.form-control.phone-info{
	width: 48.5%
} 

@media(max-width: 576px){	
.form-control.phone-info{
	width: 100%;
} 

}

/*end*/

/* tooltip hack */
@media( max-width: 576px)
{
    #contact-info-hide-file + .file-details {
        transform: none;
       top: -81px;
       left: 0;
       bottom: auto;
   }
  
   .info-description{
   position: static !important;
   }
}

/* end */

/* new dynamic tooltip */
 
#tooltip {
    text-align: left;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
    background: #565252;
    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 #565252;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #565252;
        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;}


@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;
}
 
}

.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;
}
}