@charset "utf-8";

/* IE11 */
/* @media all and (-ms-high-contrast:none){
  *::-ms-backdrop,[data-aos^=fade][data-aos^=fade],[data-aos^=zoom][data-aos^=zoom]{
    opacity: 1;
  }
} */
@media all and (-ms-high-contrast:none){
  .tab-list li{
    width: calc(100% /3 - 0.5px ) !important
  }
  .nav-tabs.tab-list .nav-link{
    padding: 12px 18px !important;
  }
  .track-wrapper .form-hold .input-group.to-the-formm{
    box-shadow: 1px 5px 9px 2px rgb(226,225,225) !important;
  }
}

/* CSS Document */
body {
  font-family: 'Lato', sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
a, button {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  outline: none;
}
a, input{
  outline: none !important;
  box-shadow: none !important;
}
button {
  outline: none !important;
}
h1, h2 {
  font-family: 'Raleway', sans-serif;
}
p {
  font-size: 16px;
  margin: 0px;
  padding: 0px 0px 15px;
  color: #414042;
  font-family: 'Lato', sans-serif;
}

/* General classes */
.orange-text{
  font-family: 'Raleway', sans-serif;
  margin: 0px;
  padding: 0px 0px 6px;
  color: #e01818;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
button{
  border: 0;
  outline: 0;
}
a:hover{
  text-decoration: none;
}

.hide-if-req{
  display: none !important;
}
/* Loader */
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 50px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 21px;
  left: 38px;
  width: 4px;
  height: 10px;
  border-radius: 20%;
  background: #e01818;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.button-hold{
  position: relative;
}
.button-hold .lds-spinner{
  /* width: 60px;
  height: 80px;
  position: absolute;
  top: -12px; */
  width: 60px;
  height: 80px;
  position: absolute;
  top: 2px;
  left: 152px;
}

/* Header menu*/
.mob-user-services-menu, .mob-profile-menu{
  display: none !important;
}
.main-menu-sec{
  float: right;
}
.user-login{
  float: right;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #21366c;
  letter-spacing: 1px;
  margin-right: 14px;
}
.user-login a{
  font-weight: 600;
  color: #21366c;
  font-size: 13px;
  text-transform: uppercase;
  cursor: default;
}
.user-login a:hover{
  color:  #21366c;
}
#responsive-menu-container{
  box-shadow: 1px 1px 3px 1px #cdcdcd54;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a{
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.responsive-menu-button{
  display: none !important;
}
.navbar{
  padding: 0;
  margin-top: 48px;
}
.head-menu{
  padding-left: 0;
  margin-bottom: 0;
}
.head-menu li{
  list-style: none;
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  margin-top: 0;
}
.head-menu li a{
  font-family: "Roboto", sans-serif;
  color: black !important;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.head-menu li.menu-item-has-children a{
  padding-left: 26px !important;
  padding-right: 26px !important;
}
.head-menu li a:hover,.head-menu li.current-menu-item a[aria-current="page"]{
  color: #e01818!important;
}
.head-menu li.current_page_parent a[aria-current="page"], .head-menu li.current-menu-ancestor>a{
  color: #e01818!important;
}
.page-template-news-listing .menu-item-141 a, .page-template-gallery .menu-item-141 a{
  color: #e01818!important;
}
.navbar-nav .nav-item a{
  font-family: "Roboto", sans-serif;
  color: black !important;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-right: 21px !important;
  padding-left: 21px !important;
}
.empty-menu{
  margin-bottom: 30px;
  min-height: 24px;
  min-width: 134px;
}
.user-services .menu-btn{
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #e01818 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #e01818;
  border-radius: 34px;
  padding: 4px 15px !important;
  margin-top: 1px;
  display: block;
  margin-bottom: 30px;
}
.profile-icon{
  margin-left: 4px;
}
.profile-icon a.icon{
  width: 35px;
  height: 35px;
  background-image: url("../images/sprite.png");
  background-position: -171px -85px;
  display: block;
}
.head-menu .sub-menu li{
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.head-menu .sub-menu li a{
  padding: 6px;
  display: block;
  width: 100%;
}
.head-menu .sub-menu li.menu-item-has-children>a{
  position: relative;
}
.head-menu .sub-menu li.menu-item-has-children>a::after{
  content: "";
  width: 20px;
  display: block;
  height: 20px;
  background-image: url("../images/sprite.png");
  background-position: -133px -91px;
  position: absolute;
  right: 7px;
  top: 4px;
  transform: rotate(-90deg) scale(.7);
}
.head-menu .sub-menu li a br,.responsive-menu-item-link br{
  display: none;
}
.has-submenu a{
  position: relative;
}
.has-submenu a::after{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/sprite.png");
  background-position: -133px -91px;
  position: absolute;
  right: 7px;
  top: -2px;
  transform: scale(.7);
}
.has-submenu .sub-menu a:after{
  display: none;
}
.has-submenu .sub-menu li{
  display: block;
}
.has-submenu .sub-menu{
  padding-left: 0;
  position: absolute;
  background-color: white;
  width: 230px;
  right: 0;
  top: 110px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: -999;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid rgba(0,0,0,0.2);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  padding: 10px 0;
}
.has-submenu .sub-menu::before{
  z-index: -9;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: -11px;
  right: 29px;
  box-sizing: border-box;
  border: 10px solid black;
  border-color: #fff;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.has-submenu .sub-menu::after{
  z-index: -10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: -11px;
  right: 33px;
  box-sizing: border-box;
  border: 8px solid #fff;
  transform-origin: 0 0;
  transform: rotate(45deg);
  box-shadow: -3px -1px 5px 1px rgba(0, 0, 0, 0.13);
}
.has-submenu .sub-menu .sub-menu::before{
  z-index: -9;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: 6px;
  right: auto;
  left: 3px;
  box-sizing: border-box;
  border: 11px solid black;
  border-color: #fff;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.has-submenu .sub-menu .sub-menu::after{
  z-index: -10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: 11px;
  right: auto;
  left: 0px;
  box-sizing: border-box;
  border: 8px solid #fff;
  transform-origin: 0 0;
  transform: rotate(45deg);
  box-shadow: -3px -1px 5px 1px rgba(0, 0, 0, 0.13);
}
.lg-menu.has-submenu .sub-menu{
  width: 300px;
}
.has-useraction-submenu:hover .sub-menu, .has-submenu:hover .sub-menu{
  opacity: 1;
  z-index: 9999;
  top: 54px;
}
.has-submenu .sub-menu .menu-item-has-children:hover .sub-menu{
  opacity: 1;
  z-index: 99;
  right: -100%;
}
.has-submenu .sub-menu .sub-menu{
  opacity: 0;
  right: -80%;
  top: -9px;
  z-index: -99999;
}
.has-useraction-submenu .sub-menu{
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  background-color: white;
  width: auto;
  right: 12px;
  top: 75px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: -999;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid rgba(0,0,0,0.2);
}
.has-useraction-submenu .sub-menu::before{
  z-index: -9;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: -4px;
  right: 83px;
  box-sizing: border-box;
  border: 11px solid black;
  border-color: #fff;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.has-useraction-submenu .sub-menu::after{
  z-index: -10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: -9px;
  right: 83px;
  box-sizing: border-box;
  border: 10px solid #fff;
  transform-origin: 0 0;
  transform: rotate(45deg);
  box-shadow: -3px -1px 5px 1px rgba(0, 0, 0, 0.13);
}
.has-useraction-submenu .sub-menu .row{
  margin-left: 0;
  margin-right: 0;
}
.user-services .sub-menu .column {
  width: 300px;
  height: auto;
  padding: 10px;
  background-color: #fff;
}
.profile-icon .sub-menu .column {
  float: left;
  width: auto;
  height: auto;
  padding: 10px;
  background-color: #fff;
}
.has-useraction-submenu .sub-menu .column:first-child{
  border-bottom-left-radius: 10px;
}
.has-useraction-submenu .sub-menu .column:last-child{
  border-bottom-right-radius: 10px;
  border-left: 1px solid #ececec;
}
.user-services .sub-menu .column a {
  width: 100%;
  color: #21366c;
  padding: 6px 25px;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}
.profile-icon .sub-menu .column a {
  float: none;
  width: 100%;
  color: #21366c;
  padding: 10px 25px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}
.has-useraction-submenu .sub-menu .column a:hover {
  background-color: transparent;
  color: #e01818;
}
.has-useraction-submenu .sub-menu .row:after {
  content: "";
  display: table;
  clear: both;
}
.profile-icon .sub-menu:after{
  right: -3px;
  content: ""
}
.profile-icon .sub-menu:before{
  right: -5px;
}
.profile-icon .change-pswrd-icon, .profile-icon .logout-icon{
  position: relative;
  padding-left: 50px !important;
}
.profile-icon .change-pswrd-icon::before{
  content: "";
  width: 27px;
  height: 26px;
  background-image: url(../images/sprite.png);
  background-position: -222px -86px;
  left: 15px;
  position: absolute;
  top: 5px;
}
.profile-icon .logout-icon:before{
  content: "";
  width: 27px;
  height: 26px;
  background-image: url(../images/sprite.png);
  background-position: -260px -86px;
  left: 15px;
  position: absolute;
  top: 5px;
}

.page-wrapper{
  overflow-x: hidden;
  position: relative;
}
.main-wrapper{
  padding: 30px;
}
.main-wrapper h1{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #e01818;
}

/* Header styles */
.is_fixed{
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header-section{
  box-shadow: 1px 1px 3px 1px #cdcdcd54;
  padding: 15px 0;
  border-top: solid 3px #e01818;
}
.home .header-section {
  background: #fbf3f3;
  border-top: solid 3px #ffcece;
  padding: 18px 0px;
  border-bottom: solid 1px #dbebf8;
  box-shadow: none;
}
.home-banner-section {
  background: url("../images/home-banner-bg.png") center center no-repeat #fbf3f3;
  position: relative;
  padding-bottom: 150px;
  margin-bottom: 70px;
}
.logo img {
  max-width: 100%;
  height: 125px;
  object-fit: contain;
}
.home-banner-curve-btm {
  position: absolute;
  bottom: 0px;
}
.home-banner-curve-btm img {
  width: 100%;
}
.home-banner-ctn-sec {
  max-width: 720px;
  margin: auto;
  text-align: center;
  padding: 70px 0px;
  position: relative;
  z-index: 9;
}
.home-banner-ctn-sec h1 {
  font-family: 'Raleway', sans-serif;
  margin: 0px;
  padding: 0px 0px 8px;
  color: #000;
  font-size: 65px;
  font-weight: bold;
  text-transform: uppercase;
}
.home-banner-ctn-sec p {
  margin: 0px;
  padding: 0px 0px 20px;
  color: #414042;
  font-size: 21px;
}
.track-sec {
  background: #ffffff;
  padding: 17px;
  border-radius: 45px;
  border: 0px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(212, 227, 235, 1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(212, 227, 235, 1);
  box-shadow: 0px 15px 30px 0px rgba(212, 227, 235, 1);
  margin-bottom: 12px;
}
.track-sec input {
  border: 0px;
  padding: 12px;
  box-shadow: none;
  color: #aaaaaa;
  font-size: 17px;
  height: auto;
  font-family: 'Lato', sans-serif;
}
.track-sec input::-webkit-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.track-sec input::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.track-sec input:-ms-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.track-sec input:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.track-btn {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  border-radius: 35px !important;
  padding: 12px 25px;
  text-transform: uppercase;
  border: 0px;
  margin: 0px !important;
  -webkit-box-shadow: 3px 18px 25px -6px rgba(255,211,191,0.59) !important;
  -moz-box-shadow: 3px 18px 25px -6px rgba(255,211,191,0.59) !important;
  box-shadow: 3px 18px 25px -6px rgba(255,211,191,0.59) !important;
}
.tagify.form-control{
  height: auto;
  text-align: left;
  --tags-border-color: #fff;
  outline: 0;
  border-color: white;
}
.tagify.form-control:focus,.tagify:hover{
  border-color :#fff;
}
.tagify__tag>div>*, .tagify__tag__removeBtn{
  font-size: 12px;
  display: block
}
.tagify__tag>div::before{
  border-radius: 20px;
}
.tagify__tag>div>*,.tagify:not(.tagify--mix) .tagify__input{
  white-space: unset;
  word-break: break-all;
}
.tagify__input{
  min-width: 100%;
}
.tracking-section {
  margin-bottom: 25px;
}
.tracking-section label {
  margin: 0px;
  padding: 0px 0px 15px 20px;
  color: #414042;
  font-size: 15px;
  float: left;
}
.ad-srch {
  margin: 0px;
  padding: 0px 20px 15px 0px;
  color: #ea7604;
  font-size: 15px;
  text-decoration: underline;
  float: right;
}
.ad-srch:hover{
  color: #21366c;
}
.orange-btn {
  font-family: 'Lato', sans-serif;
  margin: 0px 0px 15px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 25px !important;
  padding: 12px 35px;
  color: #fff !important;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 1px;
  text-decoration: none !important;
}
.white-btn {
  font-family: 'Lato', sans-serif;
  margin: 0px 0px 15px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 25px !important;
  padding: 12px 35px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 1px;
  text-decoration: none !important;
  border: 1px solid #dee2e6;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 1px 3px 5px 0px rgba(148, 148, 148, 0.35);
  position: relative;
  background: #21366c !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  color: #21366c;
}
.white-btn:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  background: white;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.white-btn:hover{
  color: white;
}
.help-sec .orange-btn {
  font-weight: bold;
  /* font-size: 14px; */
  margin: 0px 7px;
}
.our-service-carousel {
  display: block !important;
  width: auto !important;
}
.our-service-container [class*="row"] {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our-service-container [class*="col-"] {
  margin-bottom: 35px;
}
.our-service-container {
  text-align: center;
  margin-bottom: 35px;
}
.our-service-container h2 {
  margin: 0px auto 50px;
  padding: 0px 0px 0px;
  color: #21366c;
  font-size: 32px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  max-width: 490px;
}
.our-service-container h5 {
  font-family: 'Raleway', sans-serif;
  margin: 0px;
  padding: 0px 0px 6px;
  color: #e01818;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
.service-listing-sec {
  -webkit-box-shadow: 0px 0px 6px rgba(238, 238, 238, 1)!important;
  -moz-box-shadow: 0px 0px 6px rgba(238, 238, 238, 1)!important;
  box-shadow: 0px 0px 6px rgba(238, 238, 238, 1)!important;
  background: #fff;
  display: block;
  position: relative;
  height: 100%;
  padding: 16px;
  border: solid 1px #f1f1f1;
  border-radius: 15px;
  text-decoration: none !important;
  text-align: center;
}
.service-listing-sec:hover{
  -webkit-box-shadow: 0px 0px 30px 6px rgba(238, 238, 238, 1) !important;
  -moz-box-shadow: 0px 0px 30px 6px rgba(238, 238, 238, 1) !important;
  box-shadow: 0px 0px 30px 6px rgba(238, 238, 238, 1) !important;
}
.service-listing-img {
  margin-bottom: 13px;
}
.service-listing-img img {
  max-width: 100%;
  margin: auto;
}
.service-listing-ctn {
  padding: 0px 25px;
}
.service-listing-sec h3 {
  font-family: 'Roboto', sans-serif;
  margin: 0px auto;
  padding: 0px 0px 15px;
  color: #21366c;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 162px;
  line-height: 22px;
  min-height: 60px;
}
.service-listing-sec p {
  margin: 0px;
  padding: 0px 0px 15px;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 18px;
}
.video-tag img {
  width: 100%;
}
.video-background-sec {
  position: relative;
  margin-bottom: 100px;
}
.video-overay-ctn-sec {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.video-overay-ctn-sec h2 {
  margin: 0px;
  padding: 0px 0px 18px;
  color: #fefeff;
  font-size: 50px;
  font-weight: bold;
}
.video-overay-ctn-sec h2 span {
  font-style: italic;
  font-weight: 500;
}
.play-btn {
  margin: 0px;
  padding: 45px 0px 45px 105px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2.2px;
  font-family: 'Roboto', sans-serif;
  background: url(../images/play-icon.png) left center no-repeat;
  background-size: 90px;
  border: 0px;
  background-color: transparent;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.play-btn:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.choice-sec {
  margin-bottom: 100px;
}
.choice-sec h2 {
  margin: 0px 0px 40px;
  padding: 0px 0px 20px;
  color: #21366c;
  font-size: 35px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}
.choice-sec h2 span {
  font-style: italic;
  font-weight: 500;
}
.choice-sec p {
  margin: 0px;
  padding: 0px 74px 25px 0px;
  color: #414042;
  font-size: 16px;
}
.div-table {
  display: table;
  width: 100%;
}
.div-table [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
}
.choice-sec [class*="row"] {
  margin-left: -30px;
  margin-right: -30px;
}
.choice-sec [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
  float: none;
}
.choice-sec .col-sm-8 {
  padding-left: 100px;
}
.count-section {
  margin-bottom: 100px;
}
.count-ctn {
  margin-bottom: 30px;
  padding-left: 100px;
  background: url(../images/customers-icon.png) left 17px  no-repeat;
  background-size: 80px;
}
.global-shipment {
  background: url(../images/global-shipment-icon.png) left 12px no-repeat;
  padding-left: 100px;
  background-size: 80px;
}
.count-ctn h3 {
  margin: 0px;
  color: #21366c;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}
.count-ctn p {
  margin: 0px;
  padding: 0px 0px 15px;
  color: #21366c;
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.client-count-sec {
  background: #e4f5ff;
  padding-top: 200px;
  position: relative;
  padding-bottom: 70px;
}
.curve-in-top {
  position: absolute;
  top: 0px;
}
.curve-in-top img {
  width: 100%;
}
.happy-client-section {
  margin-bottom: 30px;
}
.happy-client-section h2 {
  margin: 0px;
  padding: 0px 0px 50px;
  color: #21366c;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.happy-client-carousel .item img {
  width: auto !important;
  max-width: 100%;
  margin: auto;
}
.happy-client-carousel .owl-dots {
  text-align: center;
  margin-top: 45px;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  background: #cfdbe2;
  border-radius: 50%;
  margin: 0px 8px;
}
.owl-dots .owl-dot.active span {
  background: #e01818;
}
/* .our-location-section .embed-responsive-16by9
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
} */
#map{
	display: none;
}
.our-location-section .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 110px 0;
  overflow: hidden;
	background-image:url('../../../wp-content/uploads/2020/07/2020-07-15.jpg');
	    background-size: cover; /*100% auto*/
}
.our-location-section {
  position: relative;
}
.location-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  z-index: 9;
  padding: 80px 0;
}
.location-accordion {
  max-width: 360px;
  margin: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 30px 50px 0px rgba(238, 238, 238, 1);
  box-shadow: 0px 30px 50px 0px rgba(238, 238, 238, 1);
}
.location-accordion .accordionjs {
  margin: 0px;
}
.location-accordion .acc_section {
  border: 0px;
  border-bottom: solid 1px #dedede;
  margin-top: 0px;
  padding: 13px 35px
}
.location-accordion .acc_section:last-child {
  border-bottom: 0px;
}
.location-accordion .acc_section .acc_content {
  padding: 0px;
}
.location-accordion h2 {
  background: url(../images/location-icon.png) 40px 16px no-repeat #e01818;
  padding: 20px 35px 20px 100px;
  margin: 0px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
.location-accordion .acc_section .acc_head {
  margin: 0 0 10px 0;
  padding: 0px;
  padding-right: 25px;
  color: #0a2773;
  font-size: 20px;
  font-weight: bold;
  border: 0px !important;
  background: url(../images/accordion-plus-icon.png) right 0px no-repeat #fff !important;
}
.location-accordion .acc_section.acc_active .acc_head {
  background: url(../images/accordion-minus-icon.png) right 0px no-repeat #fff !important;
}
.location-accordion .acc_section .acc_content {
  padding-right: 25px;
}
.location-accordion .acc_section .acc_content a{
  color:#cf0000;
}
.location-accordion .acc_content p {
  font-size: 16px;
  margin: 0px;
  padding: 0;
  color: #58595b;
}
.scroll-top-btn {
  position: fixed;
  bottom: 10px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
  opacity: 0.5;
}
.scroll-top-btn:hover {
    opacity: 1;
}
.footer-section {
  background: #000;
  padding: 40px 0px 25px;
}
.footer-top-button-sec {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #5a5a5a;
}
.footer-top-button-sec .orange-btn {
  font-size: 14px;
  padding: 10px 50px;
  margin: 0px 50px 15px;
  font-weight: 600;
}
.footer-middile {
  padding-top: 65px;
  padding-bottom: 40px;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo img {
  max-width: 100%
}
.footer-middile p {
  margin: 0px;
  padding: 0px 0px 20px;
  color: #ffffff;
  font-size: 16px;
}
.footer-social-media-sec {
  margin: 20px 0px;
}
.social-icons {
  margin: 0;
  padding: 0px;
  display: inline-block;
  vertical-align: bottom
}
.social-icons li {
  list-style: none;
  display: inline-block;
  vertical-align: bottom
}
.social-icons li a {
  display: block;
  padding: 0px 10px;
  margin: 0px;
  font-size: 0;
  width: 30px;
  height: 20px;
  background-image: url("../images/sprite.png");
  background-position: 0 0;
}
.social-icons li.linkedin a{
  background-position: -19px -205px;
}
.social-icons li.facebook a{
  background-position: -54px -205px;
}
.social-icons li.instagram a{
  background-position: -81px -205px;
}
.social-icons li.whatsapp a{
  background-position: -121px -205px;
}

.social-icons li {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.social-icons li:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.footer-social-media-sec label {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  vertical-align: bottom;
  margin-right: 10px;
  line-height: 15px;
  display: inline-block;
}
.footer-middile h3, .footer-middile .widget-title  {
  margin:0;
  display: block;
  padding: 0px 0px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.footer-links {
  margin: 0px;
  padding: 0px 0px 20px;
}
.footer-links li {
  list-style: none;
  margin-bottom: 7px;
}
.footer-links li a {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #767f9b;
  margin: 0px;
  padding: 0px 0px;
  display: block;
  text-transform: capitalize;
}
.footer-links li a br{
  display: none;
}
.footer-links li a:hover {
  color: #e01818;
  text-decoration: underline;
}
.orange-btn, .track-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #cf0000 !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden
}
.transparent-btn{
  color: #21366c !important;
  background: #cf0000  !important;
  border: 1px solid #dee2e6;
  padding: 11px 35px;
}
.transparent-btn:hover{
  color: white !important;
}
.transparent-btn.orange-btn:before{
  background: #fdfdfd !important;
}
.orange-btn:before, .track-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e01818 !important;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.orange-btn:hover:before, .track-btn:hover:before, .white-btn:hover:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.footer-top-button-sec .orange-btn {
  background: #e01818 !important;
}
.footer-top-button-sec .orange-btn:before {
  background: #384a7b !important;
}
.footer-btm-sec {
  padding-top: 40px;
  border-top: solid 1px #5a5a5a;
}
.footer-btm-sec label {
  margin: 0px;
  padding: 0px 0px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.terms-sec {
  text-align: right;
}
.terms-sec a {
  margin: 0px 0px 15px;
  padding: 0px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-right: 10px;
}
.terms-sec a:hover {
  color: #e01818;
  text-decoration: underline;
}
.terms-sec a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.terms-sec a:before {
  content: "";
  display: block;
  right: 0px;
  position: absolute;
  width: 1px;
  background: #fff;
  height: 13px;
  top: 4px;
}
.terms-sec a:last-child:before {
  display: none;
}
.client-count-sec .container {
  padding-right: 30px;
  padding-left: 30px;
}
.our-service-carousel .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  display: block;
  background: #cfdbe2;
  border-radius: 50%;
  margin: 0px 8px;
}
.our-service-carousel .owl-dots .owl-dot.active span {
  background: #e01818;
}
.our-service-carousel .owl-dots {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
}

/* Jitha start 29/11/2019 */
/* Services page */
.services-listing-page{
  padding: 50px 0;
}
.services-listing-page h2{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #273e73;
}
.services-listing-page .orange-text{
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
}
.services-listing-page p{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-height: 90px;
}
.services-listing-page .orange-btn{
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}
.services-listing-page .service-listing-ctn {
    padding: 0px 20px;
}
.services-listing-page .list-item{
  margin-bottom: 30px;
}

/* Services detail page styles */
.services-detail-page{
  padding: 50px 0;
}
.services-detail-page h2, .services-detail-page h1{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #e01818;
}
.services-detail-page h2 br, .services-detail-page h1 br{
  display: none;
}
.services-detail-page h4, .services-detail-page .sub-title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #21366c;
}
.services-detail-page .img-block img.detail-img{
  height: 200px;
}
.services-detail-page .img-block img{
  height: auto;
  margin: auto;
  padding-top: 10px;
}
/* .services-detail-page .img-block img.detail-img{
  height: 260px;
} */
.services-media-obj{
  margin-top: 50px;
  margin-bottom: 50px;
}
.services-media-obj .img-block{
  background: white;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 7px 2px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 2px 7px 2px rgba(238, 238, 238, 1);
  box-shadow: 0px 2px 7px 2px rgba(238, 238, 238, 1);
  border-radius: 8px;
  position: relative;
}
.left-aligned .media-body{
  padding-left: 80px;
}
.right-aligned .media-body{
  padding-right: 80px;
}
.services-media-obj .head-text{
  color: #e01818;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 25px;
}
.img-container{
  width: 100px;
  height: 95px;
  text-align: center;
}
.services-media-obj .img-block:before{
  content: "";
  width: 60px;
  height: 60px;
  background: #f3f4f5;
  position: absolute;
  border-radius: 11px;
  z-index: -1;
}
.services-media-obj.left-aligned .img-block:before{
  left: -18px;
  top: -14px;
}
.services-media-obj.right-aligned .img-block:before{
  right: -18px;
  top: -14px;
}
.account-open-div p{
  letter-spacing: 1.1px;
}
.account-open-div .orange-btn{
  text-transform: none !important;
  box-shadow: 3px 18px 25px -6px rgba(255,211,191,0.59) !important;
}

/* track page */
.track-wrapper h2,.track-wrapper h1{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #e01818;
  margin-bottom: 0;
}
.track-wrapper p{
  font-family: 'Lato', sans-serif;
  margin-bottom: 40px;
}
.track-wrapper{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 15px;
}
.form-hold{
  padding: 50px;
  -webkit-box-shadow: 0px 2px 7px 2px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 2px 7px 2px rgba(238, 238, 238, 1);
  box-shadow: 0px 2px 7px 2px rgba(238, 238, 238, 1);
  text-align: left;
  border-radius: 10px;
}
.track-wrapper .form-hold .input-group .form-control{
  border-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 6.2px 26px;
  height: auto;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  box-shadow: 0 0 0 #6b6b6b;
}
.track-wrapper .form-hold .input-group .form-control::placeholder{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.track-wrapper .form-hold .track-btn{
  padding: 12px 50px;
  transition: all 0.5s ease-in-out;
}
.track-wrapper .form-hold .input-group-append {
    margin-left: -44px;
}
.track-wrapper .form-hold .track-btn:after{
  content: "";
  width: 34px;
  height: 26px;
  background: url(../images/sprite.png);
  background-position: -4px -82px;
  position: absolute;
  z-index: 999;
}
.track-wrapper .form-hold .track-btn:hover{
  padding: 12px 60px;
  transition: all 0.5s ease-in-out;
}
.track-wrapper .form-hold span{
  color: #495057;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  left: 10px;
  position: relative;
}
.track-wrapper span.error{
  left: 0 !important;
}
.track-wrapper .form-hold .input-group{
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 30px;
  /* padding-right: 10px; */
}
/* .track-wrapper .form-control{
  border: 1px solid #ddd;
} */
.track-wrapper .form-hold span.tagify__tag-text{
  color: #000000;
  left: 0;
}
.form-control:disabled, .form-control[readonly]{
  background-color: transparent;
}

/* Book a shipment page */
.common-form-elem .form-control{
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
  color: #58595b;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-left: 10px;
  z-index: 1;
}
.form-control.error{
  border-bottom: 1px solid red;
}
.common-form-elem textarea{
  height: 100px;
}
.common-form-elem .col-lg-3{
  max-width: 22%;
}
.common-form-elem .low-w{
  max-width: 43%;
}
.common-form-elem .low-w-2{
  max-width: 56%;
  flex: 0 0 56%;
}
.form-control:focus, .form-control:hover{
  outline: 0;
  box-shadow: none;
  border-bottom-color: #e01818;
}
.common-form-elem select{
  position: relative;
  -webkit-appearance: none;
  position: relative;
  z-index: 99;
  background: transparent;
}
.common-form-elem select.form-control:focus{
  background-color: transparent;
}
.common-form-elem .dropdown:after{
  content: '';
  display: block;
  clear: both;
  position: absolute;
  right: 4px;
  background: url("../images/sprite.png")no-repeat;
  width: 27px;
  height: 20px;
  background-position: -41px -83px;
  top: 8px;
  z-index: 9;
  transform: scale(0.8);
}
.common-form-elem .form-group{
  margin-bottom: 30px;
}
.common-form-elem label{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
}
.common-form-elem label span{
  color: #e01818 !important;
  left: 0 !important;
}
.common-form-elem p{
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: #4d6378;
  font-size: 14px;
}
.common-form-elem p a{
  color: #e01818;
  text-decoration: underline;
}
.common-form-elem .location-input{
  padding-left: 30px;
}
.common-form-elem .location-pin:after{
  content: "";
  width: 20px;
  height: 30px;
  background-image: url("../images/sprite.png");
  background-position: -96px -80px;
  position: absolute;
  left: 15px;
  top: 8px;
}

.common-form-elem .orange-btn{
  box-shadow: 2px 6px 11px 2px rgba(220, 108, 9, 0.54) !important;
  margin-right: 20px;
  padding: 12px 50px;
}
.common-form-elem .form-submit-btn{
  background: #e01818;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  border: 0;
  padding: 12px 50px;
  border-radius: 25px;
  transition: all 0.3s ease-in;
}
.common-form-elem .form-submit-btn:hover{
  background: #cf0000 ;
}
.common-form-elem .form-submit-btn:focus{
  outline: 0;
}
.common-form-elem .white-btn{
  padding: 11px 53px;
}
form .lds-spinner{
  width: 70px;
  height: 43px;
  margin-top: -17px;
}
form#topuprequset .lds-spinner{
  top: -7px;
}
form#topuprequset .button-field{
  position: relative;
}

.button-hold button{
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
}

/* Custom checkbox style global */
.custom-control.custom-checkbox{
  padding-left: 35px;
}
.custom-checkbox .custom-control-label{
  cursor: pointer;
}
.custom-checkbox .custom-control-label::before{
  top: 1px;
  width: 19px;
  height: 18px;
  left: -34px;
}
.custom-checkbox .custom-control-label::after{
  top: 3px;
  background: no-repeat;
  width: 17px;
  height: 17px;
  left: -32px;
}
.custom-checkbox .custom-control-input:focus:not(:checked)~.custom-control-label::before{
  border-color: #adb5bd;
}
.custom-control-input:focus~.custom-control-label::before{
  box-shadow: none;
}
.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:not(:disabled):active~.custom-control-label::before{
  background-color: transparent;
  border-color: #adb5bd;
  color: #e01818;
  box-shadow: 2px 1px 5px 0px #ccc;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
  background-image: url("../images/sprite.png");
  background-position: -71px -83px;
}

/* custom radio button global styles */
.custom-radio.custom-control{
  display: inline-block;
  margin-right: 40px;
  padding: 0;
  overflow: hidden;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before{
  color: #e01818;
  border-color: #dadada;
  background-color: transparent;
}
.custom-radio .custom-control-label::after{
  top: -50px;
    left:2px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
  background-image: none !important;
  content: ".";
  font-size: 58px;
  color:  #e01818;
}
.custom-radio .custom-control-label::before{
  left: 0;
}
.custom-radio label{
  font-size: 14px;
  color: #58595b;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding-left: 1.5rem;
}

/* Progress loader */
.progress{
  height: 10px;
  background: #f7f7f7;
  max-width: 60%;
  margin: 20px auto;
}
.progress-bar{
  background: #e01818;
  border-radius: 20px;
  width: 6%;
}
.progress-bar.animated {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
}


@keyframes progress {
  from {
    width: 6%;
  }
  to {
    width: 100%;
  }
}

.rate-calc .button-group{
  margin: 30px 0;
}
#ff-login .button-group{
  position: relative;
}
.rate-calc .progress{
  max-width: 75%;
}
.rate-calc .orange-btn{
  padding: 12px 67px;
}
#ff-success{
  text-align: right;
  font-weight: 600;
  font-size: 20px;
}

/* Media page styles */
.media-content{
  padding: 40px 0;
  overflow: hidden;
}
.media-content h2,.media-content h1{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #e01818;
  margin-bottom: 30px;
}
.media-content span{
  font-family:  'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: #d1d1d1;
}
/* .media-content h1{
  font-family:  'Lato', sans-serif;
  font-weight: 300;
  font-size: 41px;
  color: #1f3f74;
  margin-bottom: 10px;
} */
.media-content p{
  color: black;
  padding: 0px 0px 30px;
}
.read-more{
  color: #e01818;
  font-family: 'Lato', sans-serif;
  font-weight :600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 10px;
  width: auto;
  border-bottom: 1px solid #e01818;
  letter-spacing: 1px;
}
.read-more:hover{
  color: #1f3f74;
  border-bottom: 1px solid #1f3f74;
}
.media-share{
  text-align: right;
  padding-right: 30px;
  margin-bottom: 0;
}
.media-share li{
  display: inline-block;
  list-style: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.media-share li a{
  padding: 0 7px;
  display: inline-block;
}
.media-share li.share-media{
  padding: 0 7px;
}
.media-share li.share-media img{
  opacity: 1;
}
.media-share li a img{
  opacity: 0.2;
  transition: 0.2s all ease-in;
}
.media-share li:hover{
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.media-share li.share-media{
  cursor: default;
}
.media-share li.share-media:hover{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.media-share li:hover img{
  opacity: 1;
}
.img-holder{
  border-radius: 10px;
  overflow: hidden;
  height: 290px;
}
.img-holder img{
  max-width: 100%;
}
.news-listing-slider .owl-dots{
  margin-top: 50px;
  position: relative;
}
.news-listing-slider .owl-dots:after{
  content: "";
  width: 150%;
  border-top: 2px solid #efefef;
  position: absolute;
  left: auto;
  top: 13px;
}
.news-list{
  padding: 40px 0;
}
.news-list h4{
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #14366d;
  margin-bottom: 35px;
}
.news-list-holder ul{
  padding-left: 0;
  margin-bottom: 0;
}
.news-list-holder ul li{
  list-style: none;
}
.date-field {
  position: relative;
  width: 60px;
  height: 46px;
  background-color: #e01818;
  margin-right: 50px;
  text-align: center;
  border-radius:6px;
}
.date-field:before {
  content: " ";
  position: absolute;
  width: 32px;
  height: 32px;
  background: #e01818;
  border-radius: 5px;
  transform: rotate(45deg);
  left: 70%;
  z-index: -1;
  top: 7px;
}
.date-field:after {
  right: 100%;
  border-right: 11px solid #e01818;
}
.date-field h5, .date-field p{
  color: white;
}
.date-field h5{
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.date-field p{
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0;
}
.news-list-holder .media-body p{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: black;
  font-size: 20px;
  padding-bottom: 0;
}
.news-list-holder li{
  padding: 20px 0;
  border-bottom: solid 1px #cfdbe2;
}
.news-list .gallery-img{
  border-radius: 5px;
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.news-list .gallery-img img{
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
}
.news-list .pleft{
  padding-left: 125px;
}
.explore-gal{
  padding-left: 106px;
  padding-right: 66px;
  box-shadow: 3px 6px 9px rgba(220, 108, 9, 0.56)!important;
}
.explore-gal::after{
  content: "";
  width: 44px;
  height: 29px;
  background: url("../images/sprite.png");
  background-position: -303px -95px;
  position: absolute;
  z-index: 999;
  left: 54px;
  top: 10px;
  transform: scale(0.8);
}
.all-news{
  padding: 50px 0;
  overflow: hidden;
}
.all-news h2{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #e01818;
  margin-bottom: 30px;
}
.all-news .date{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: #d1d1d1;
}
.all-news h3{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 27px;
  color: #1f3f74;
  margin-bottom: 10px;
  height: 95px;
  overflow: hidden;
}
.news-carousel .owl-dots {
  margin-top: 50px;
  position: relative;
}
.news-carousel .owl-dots:after {
  content: "";
  width: 150%;
  border-top: 2px solid #efefef;
  position: absolute;
  left: auto;
  top: 13px;
}
.news-detail-content{
  padding: 50px 0;
}
.news-detail-content img{
  height: auto;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}
.news-detail-content h1{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 41px;
  color: #1f3f74;
  margin-bottom: 10px;
}
.news-detail-content span{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: #d1d1d1;
}
.news-detail-content p{
  color: black;
  padding: 0px 0px 30px;
  margin-top: 30px;
}

/* Contact page */
.contact-wrapper{
  padding: 50px 0;
}
.contact-wrapper h2,.contact-wrapper h1{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #0a2773;
  margin-bottom: 20px;
  margin-top: 22px;
}
.contact-wrapper h4{
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #e01818;
}
.contact-wrapper p{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.location-link{
  color: #e01818;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 10px;
  width: auto;
  border-bottom: 1px solid #e01818;
  letter-spacing: 1px;
  position: relative;
  margin-left: 30px;
}
.location-link:hover{
  color: #0a2773;
  border-bottom: 1px solid #0a2773;
}
.location-link::before{
  content: "";
  position: absolute;
  background-image: url("../images/sprite.png");
  background-position: -375px -95px;
  width: 20px;
  height: 20px;
  left: -26px;
  top: -1px;
}
.box{
  box-shadow: 0px 2px 7px 2px rgba(238, 238, 238, 1);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.box:hover{
  box-shadow: 4px 5px 16px 0px rgba(10, 10, 10, 0.14);
}
.box h5{
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0a2773;
  margin-bottom: 0;
  line-height: 26px;
}
.box .telephone{
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #e01818;
  margin-bottom: 0;
  line-height: 1;
  padding: 0;
}
.box .orange-text{
  font-family: 'Lato', sans-serif;
  margin: 5px 0px;
  padding: 0px 0px 6px;
  color: #e01818;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
}
.box .contact-links a{
  display: block;
  margin: 5px 0;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.horizontalTab{
  position: relative;
}
.horizontalTab .resp-tab-item.resp-tab-active{
  background-color: #e01818;
  border-radius: 30px;
  color: #fff;
  box-shadow: 0px 2px 7px 2px rgba(220, 108, 9, 0.54);
}
.h-and-s-tab.horizontalTab .resp-tab-item.resp-tab-active a{
  background-color: #e01818;
  border-radius: 30px;
  color: #fff;
  box-shadow: 0px 2px 7px 2px rgba(220, 108, 9, 0.54);
}
.horizontalTab .resp-tab-item.resp-tab-active:hover{
  color: white;
}
.h-and-s-tab.horizontalTab .resp-tab-item.resp-tab-active a:hover{
  color: white;
}
.horizontalTab .resp-tab-item:hover{
  color: #e01818;
}
.h-and-s-tab.horizontalTab .resp-tab-item a:hover{
  color: #e01818;
}
.horizontalTab .resp-tab-item{
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0f2e67;
  border-radius: 30px;
  padding: 12px 35px;
  letter-spacing: 1.2px;
}
.h-and-s-tab.horizontalTab .resp-tab-item{
  padding: 0;
}
.h-and-s-tab .icon-list li{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.h-and-s-tab.horizontalTab .resp-tab-item a{
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0f2e67;
  border-radius: 30px;
  letter-spacing: 1.2px;
  padding: 12px 35px;
  display: inline-block;
  width: 100%;
  padding-left: 80px !important;
  padding-right: 60px;
}
.horizontalTab .resp-tabs-list{
  border: 1px solid #e8e8e8;
  background: white;
  margin: auto;
  border-radius: 40px;
  box-shadow: 1px 5px 9px 2px rgb(226, 225, 225);
  justify-content: center!important;
  display: inline-block;
  margin-bottom: 30px;
}
.horizontalTab h2, .horizontalTab h1{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #e01818;
  margin-bottom: 0;
  text-align: center;
}
.horizontalTab .tab-content p{
  font-family: 'Lato', sans-serif;
  margin-bottom: 40px;
  /* color: black; */
  text-align: center;
}
.horizontalTab .tab-content .form-group p{
  text-align: left;
  margin-bottom: 0;
}
.horizontalTab::after{
  content: "";
  width: 100%;
  border-top:1px solid #dee2e6;
  position: absolute;
  top: 24px;
  z-index: -1;
}
.horizontalTab .contents{
  margin-top: -58px;
}
.horizontalTab .contents .outer-div{
  padding-top: 80px;
  padding-bottom: 70px;
}
.horizontalTab .contents .outer-div.map-bg{
  padding-bottom: 0;
}
.gmnoprint{
  display: none;
}
.map-bg{
  background: #F6F7FD;
}
.tab-container .tab-content{
  padding-top: 40px;
}
.tab-container .p-right{
  padding-right: 100px;
}
.tab-container .common-form-elem .orange-btn{
  text-transform: uppercase;
  padding: 12px 85px;
}
.tab-container .common-form-elem .orange-btn.auto-padd{
  padding: 12px 50px;
}
/* --------------------manjusha start---------- */
.track-wrapper h2.the-login,.track-wrapper h1.the-login{
  position: relative;
  display: inline-block;
  font-family: "Lato", sans-serif;
}
.the-login:after{
  content: '';
  display: block;
  clear: both;
  background: url(../images/sprite.png)no-repeat;
  width: 41px;
  height: 41px;
  position: absolute;
  left: -44px;
  top: -2px;
  background-position: -409px -87px;
}
.logged-inn p{
  color: #58595b;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px
}
.password-frgt a{
  color: #6172a1;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
.element-in-max{
  max-width: 600px;
  margin: auto;
}
.place-the-max{
  max-width: 495px;;
  margin: auto;
}
.logged-inn .orange-btn{
  padding: 11px 76px;
  margin-right: 0;
}
.the-request{
  font-weight: 600;
  text-transform: inherit;
}
.add-fort{
  justify-content: center;
  margin: 40px 0 0;
}
.do-account{
  color: #000;
  font-size: 14px;
  cursor: default;
  pointer-events: none;
}
.logged-inn .orange-btn.the-request{
  padding: 11px 36px;
  box-shadow: 2px 6px 11px 2px #eaeaea !important;
}
.careers-log h2,.careers-log h1{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #e01818;
  margin-bottom: 0;
}
.careers-log h3{
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #21366c;
  margin: 6px 0 12px;
}
.careers-log h4{
  font-weight: 300;
  color: #000;
  font-size: 15px;
  margin: 25px 0 42px;
}
.careers-log p{
  font-weight: 400;
  color: #000;
  margin: 0 0 11px;
}
.careers-log{
  padding: 100px 0;
}
.careers-log .orange-btn{
  padding: 10px 40px;
}
.mange-users h2,.mange-users h1{
  color: #e01818;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
.mange-users{
  margin-top: 60px;
  padding-bottom: 50px;
}
.common-form-elem.add-new-user button{
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 9px 20px 9px 42px;
  position: relative;
  margin-top: 27px;
}
.add-the-plus:after{
  background: url(../images/sprite.png)no-repeat;
  width: 36px;
  height: 37px;
  content: '';
  display: block;
  clear: both;
  position: absolute;
  background-position: -466px -84px;
  z-index: 11;
  top: 0;
  left: 0;
}
.max-800{
  max-width: 908px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 36px;
}
.common-form-elem .add-the-sub .orange-btn{
  box-shadow: none!important;
  margin-right: 20px;
  padding: 7px 44px;
  border-radius: 36px!important;
}
.max-800 label {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
  color: #4e4e4e;
}
.common-form-elem  .add-the-sub-met button{
  box-shadow: none!important;
}
.user-in-the-edit{
  margin-top:0;
}
.user-in-the-edit thead th{
  background-color: #fdf8f2;
  border:none;
  font-family: 'Lato', sans-serif;
  color: #21366C;
  font-size: 14px;
  font-weight: 700;
}
.user-in-the-edit tr:nth-child(even) {background-color: #fcfcfc;border:none}
.user-in-the-edit tr:nth-child(odd) {background-color: #fff;border:none}
.user-in-the-edit th,.user-in-the-edit td{border:none}
.user-editing{
  background: url(../images/sprite.png)no-repeat;
  width: 26px;
  height: 23px;
  background-position: -537px -92px;
  display: block;

  margin: auto;
}
.user-deleting{
  background: url(../images/sprite.png)no-repeat;
  width: 26px;
  height: 23px;
  background-position: -593px -92px;
  display: block;

  margin: auto;

}
.user-in-the-edit td {
  font-family: 'Lato', sans-serif;
  color: #212121;
  font-size: 13px;
  font-weight: 400;
}
.user-in-the-edit  .add-to-left{
  text-align: center;
}
.width-450{
  width:380px;
}
.left-right-spacing{
  padding-left: 80px;
  padding-right: 80px;
}


.place-holder input::-webkit-input-placeholder {
  color: #58595b;
  opacity: 1;
}
.place-holder input::-moz-placeholder {
  color: #58595b;
  opacity: 1;
}
.place-holder input:-ms-input-placeholder {
  color: #58595b;
  opacity: 1;
}
.place-holder input:-moz-placeholder {
  color: #58595b;
  opacity: 1;
}
.place-holder .custom-control-label{
  color: #58595b;
}
.custom-control.custom-checkbox.accesibilityy{
  text-align: center;
  padding-left: 54px;
  margin: 0!important;
}
.show-hide-rep{
  display: none;
}
.open{
  display: block;
}
.update-and-cancel{
  border-top:solid 2px #fbfbfb;
}
.add-the-sub .cancel-shadow{
  box-shadow: 2px 6px 11px 2px #eaeaea !important;
}
.remove-form-style{
  padding: 0;
  box-shadow: none;
}
.remove-trck{
  right: 0;
    top: 0;
    margin-right: 0;
    margin-left: auto;

}
.result-summary .track-wrapper .form-hold .track-btn:after{
  width: 23px;
  background-position: -553px -26px;

}
/* .summary-details [aria-expanded=false] .summary-forbss:after{
  position: absolute;
  content: 'Show Details';
  display: inline-block;
  clear: both;
  right: 13px;
  top: 17px;
  background-color: #e01818;
  left: auto;
  float: right;
  color: #fff;
  padding: 5px 17px 5px 36px;
  border-radius: 22px;
  font-size: 13px;
  z-index: 1;
  cursor: pointer;
}
.summary-details [aria-expanded=true] .summary-forbss:after{
  content: 'Hide Details';
  display: inline-block;
  clear: both;
  right: 13px;
  top: 17px;
  background-color: #e01818;
  left: auto;
  float: right;
  color: #fff;
  padding: 5px 17px 5px 36px;
  border-radius: 22px;
  font-size: 13px;
  position: absolute;
  cursor: pointer;
}
.summary-details [aria-expanded=true] .summary-forbss::before{
  display: inline-block;
  clear: both;
  background: url(../images/sprite.png);
  background-position: -555px -27px;
  content: '';
  position: absolute;
  width: 21px;
  height: 22px;
  right: 105px;
  top: 23px;
  transform: rotate(-90deg);
  transition: .3s ease-in-out;
  z-index: 2;

}
.summary-details [aria-expanded=false] .summary-forbss::before{
  display: inline-block;
  clear: both;
  background: url(../images/sprite.png);
  background-position: -558px -27px;
  content: '';
  position: absolute;
  width: 21px;
  height: 22px;
  right: 109px;
  top: 20px;
  transform: rotate(90deg);
  transition:.3s ease-in-out;
  z-index: 11;
} */


.summary-details   .in-text[aria-expanded=false]:after{
  position: absolute;
  content: 'Show Details';
  display: inline-block;
  clear: both;
  right: 13px;
  top: 17px;
  background-color: #e01818;
  left: auto;
  float: right;
  color: #fff;
  padding: 5px 17px 5px 36px;
  border-radius: 22px;
  font-size: 13px;
  z-index: 1;

}
.summary-details  .in-text[aria-expanded=true]:after{
  content: 'Hide Details';
  display: inline-block;
  clear: both;
  right: 13px;
  top: 17px;
  background-color: #e01818;
  left: auto;
  float: right;
  color: #fff;
  padding: 5px 17px 5px 36px;
  border-radius: 22px;
  font-size: 13px;
  position: absolute;


}
.summary-details   .in-text[aria-expanded=true]::before{
  display: inline-block;
  clear: both;
  background: url(../images/sprite.png);
  background-position: -555px -27px;
  content: '';
  position: absolute;
  width: 21px;
  height: 22px;
  right: 105px;
  top: 23px;
  transform: rotate(-90deg);
  transition: .3s ease-in-out;
  z-index: 2;

}
.summary-details   .in-text[aria-expanded=false]::before{
  display: inline-block;
  clear: both;
  background: url(../images/sprite.png);
  background-position: -558px -27px;
  content: '';
  position: absolute;
  width: 21px;
  height: 22px;
  right: 110px;
  top: 20px;
  transform: rotate(90deg);
  transition:.3s ease-in-out;
  z-index: 11;
}
.show-sum-click{
  display: none;
}
.track-wrapper .form-hold span.result-in-summary{
  top: -6px;
  color: #0a2773;
}
.track-wrapper .form-hold .input-group.to-the-formm{
  box-shadow: 2px 2px 8px #dddd;
  border: none;
  padding-left: 0;
  padding: 1.2px 0;
  padding-top: 0px;
  border-radius: 40px;
}
.track-wrapper .form-hold .input-group.to-the-formm .remove-in-sp{
  padding: 5.2px 26px;
  border: 0;
}
.summary-forbss{
  background: #fdf8f2;
  padding: 17px 147px 19px 12px;
  border-left: solid 7px #e01818;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #e01818;
  font-size: 15px;
}
.format-summary{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4e4e4e;
  padding-top: 16px;
}
.format-summary span{
  text-transform: uppercase;
}
.about-who h3{
  font-family: "Raleway", sans-serif;
  color: #21366c;
  font-weight: 600;
}
.about-who p,.vision-mission p{
  color: #58595b;
  margin: 32px 0;
  line-height: 1.8;
}
.summary-details-tabs th{
  background: #f5f6f9!important;
  color: #28337a;
  font-size: 14px;
  border: none!important;
  width: 45%;

}
.summary-details-tabs td{
  border: none!important;
  font-size: 13px;
  color: #4e4e4e;
  padding: 4px 12px;
  width: 200px;
}
.summary-details-tabs td:first-child{
  width: 40px !important;
}

.left-border{
  border-radius: 6px 0 0 6px;
}
.right-border{
  border-radius: 0px 6px 6px 0px;
}
span.error,.common-form-elem label.error,#cs-error-1,.result-error{
  color: #f00 !important;
  font-size: 1em;
  font-weight: normal;
  display: block;
  width: 100%;
}
#dimension-error, #phone_number-error{
  padding-left: 15px;
}
.history-not-found{
  color: #f00 !important;
  font-size: 1em;
  font-weight: normal;
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: right;
}
#tags-error{
  position: absolute;
  margin-top: 0;
  top: 60px;
  right: 30px;
  color: red;
}
.pa-40{
  padding-right:40px;
}
.pos-to-abs{
  position: absolute;
  right: 0;
  z-index: 1;
}
.about-who h2, .about-who h1{
  color: #e01818;
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.about-who {
  padding-top: 70px;
}
.vision-mission h5{
  font-weight: 700;
  color: #e01818;
  font-size: 30px;
}
.max-400{
  max-width: 400px;
}
.add-to-leftt{
  margin-left:60px ;
}
.add-to-rightt{
  margin-right:60px ;
}
.vision-mission{
   padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    border-bottom: solid 1px #e6e9f1;
}
.in-full-spc{
  width:100%;
  height: 100%;
  left: 0;
  top:0;
}
.in-full-spc h4{
  color: #0a2773;
  font-size: 31px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  max-width: 475px;
  margin: 0px auto 24px;
}
.inside-top-wrap a{
  padding: 11px 36px!important;
  margin: 0;
}
.in-full-spc{
  padding-top:100px;
  padding-left: 15px;
  padding-right: 15px;
}
.inabout-wrp{
  margin: 0 auto;
  text-align: center;

  background: url(../images/aboutmap.png)no-repeat;
  width:100%;
  height: 500px;
  background-position: center;
  background-size: contain;
}
.mile-stone h5,.mile-stone h1{
  color: #e01818;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}
.mile-stone p{
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  color: #21366c;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}
.left-margin{
  max-width: 243px;
  margin: 0 133px;
}
.mile-stone{
  margin: 70px 0 100px;
}
.in-center-bar{
  width: 5px;
  height: 98%;
  background: #f5f6ff;
  left: 50%;
  right: auto;
  margin: 0 auto;
  text-align: center;
  transform: translateX(50%);
}
.in-center-bar:after{
  position: absolute;
  content: '';
  display: block;
  clear: both;
  width: 36px;
  height: 36px;
  background: #f5f6ff;
  bottom: 0;
  left: -16px;
  border-radius: 60%;
}
.mile-stone-bar h3{
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #21366c;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 17px;
  padding-right: 180px;
}
.the-max-sp{
  padding: 0 50px;
}
.mile-stone-bar p{
  /* color: #58595b; */
  color: #58595b;
  font-size: 15px;
  /* padding-right: 131px; */
  padding-right: 63px;
  line-height: 2;
}
.mile-stone-bar img{
  /* max-width: 100%; */
  width: 340px;
}
.content-text{
  position: relative;
}
.content-text:after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  background: #cf0000;
  width: 5px;
  height: 40px;
}
.bottom-in-spc{
  margin-bottom: 100px;
}
.roboto-family h3{
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  margin: 0 0 2px;

}
.awards-recognisation h3{
  font-family: "Raleway", sans-serif;
    color: #21366c;
    font-size: 32px;
    font-weight: 700;
}
.awards-recognisation h4{
  color: #58595b;
  font-size: 16px;
  font-weight: 400;
}
.owl-carousel-milestone img{
  box-shadow: 13px 10px 10px rgba(214, 214, 214, 0.72), inset 20px 14px 10px #dbd7d7;
  border: solid 10px #f5f5f5;
  padding: 10px;
  background: #e8e8e8;
}

.owl-carousel-milestone .owl-item img {
  display: block;
  width: auto;
  margin: auto;
}
.owl-carousel-milestone .owl-stage-outer {
  padding: 60px 0 30px;
}
.owl-carousel-milestone  .owl-nav{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 46%;
  margin: auto;
}
.owl-carousel-milestone  .owl-prev{
  background: #f3f3f3!important;
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 11;
  left: -68px;
  border-radius: 83%;
  box-shadow: #e6e5e5 4px 3px 6px;

}
.owl-carousel-milestone  .owl-next{
  background: #f3f3f3!important;
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 11;
  right: -70px;
  border-radius: 83%;
  box-shadow: #e6e5e5 4px 3px 6px;

}
.owl-carousel-milestone  .owl-prev span{
  background: url(../images/sprite.png)no-repeat;
  display: block;
  width: 36px;
  height: 35px;
  background-position: -629px -25px;
  content: '';
  font-size: 0;
  margin: auto;
}
.owl-carousel-milestone  .owl-next span{
  background: url(../images/sprite.png)no-repeat;
  display: block;
  width: 36px;
  height: 35px;
  background-position: -675px -25px;
  content: '';
  font-size: 0;
  margin: auto;
}
.owl-carousel-milestone .disabled{
  opacity: .3;
}
.awards-recognisation{
  margin-bottom: 16px;
  margin-top: 180px;
}
.the-max-sp-left{
  /* padding: 0 105px; */
  padding: 0 63px;
}
.mile-stone-bar h4{
  font-family: "Raleway", sans-serif;
  color: #e01818;
  font-size: 24px;
  font-weight: 700;
}
.mile-stone-bar h5{
  color: #58595b;
  /* color: #e01818; */
  font-size: 17px;
  padding-right: 89px;
  line-height: 2;
  text-align: left;
  box-shadow: 0px 1px 13px 1px #ededed;
  padding: 34px 54px;
  border-radius: 10px;
}
.mile-stone-bar .bottom-in-spc{
  text-align: right;
}
.mile-stone-bar .bottom-in-spc.flex-row-reverse{
  text-align: left;
}
.mile-stone-bar .bottom-in-spc h3,.mile-stone-bar .bottom-in-spc h4{
  padding-right: 63px;
}
.mile-stone-bar .bottom-in-spc.text-block h3, .mile-stone-bar .bottom-in-spc.text-block h4{
  padding-right: 0;
}
.top-fam{
  position: relative;
  top: -52px;
}
.element-in-max-rest{
  max-width: 767px;
}
/* --------------------manjusha end---------- */
.pswrd-fields{
  display: none;
}
.pswrd-fields.active{
  display: block;
}
.tab-wrapper{
  padding-top: 50px;
}
.h-and-s-tab .icon-list li::before{
  display: none;
}
.h-and-s-tab.horizontalTab h2,.h-and-s-tab.horizontalTab h1{
  color: #0a2773;
  text-align: left;
  margin-bottom: 40px;
}
.h-and-s-tab .tab-content .tick-list li{
  color: #58595b;
  font-size: 16px;
  margin-bottom: 30px;
  list-style: none;
  position: relative;
}
.h-and-s-tab .tab-content ul.tick-list{
  padding-left: 80px;
}
.h-and-s-tab .tab-content .tick-list li::before{
  content: "";
  left: -47px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url("../images/list-style.png");
  position: absolute;
  background-repeat: no-repeat;
}
.icon-list li{
  position: relative;
  padding-left: 80px !important;
  padding-right: 60px !important;
}
.icon-list li::before{
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background-image: url("../images/sprite.png");
  left: 44px;
  top: 7px;
  transform: scale(0.7);
}
.icon-list li.guideline::before{
  background-position: -17px -143px;
}
.horizontalTab.h-and-s-tab .guideline.resp-tab-active::before{
  background-position: -68px -143px;
}
.icon-list li.download::before{
  background-position: -131px -143px;
}
.horizontalTab.h-and-s-tab .download.resp-tab-active::before{
  background-position: -179px -142px;
}
.icon-list li.proh-items::before{
  background-position: -227px -145px;
}
.horizontalTab.h-and-s-tab .proh-items.resp-tab-active::before{
  background-position: -270px -144px;
}

/* Anchor before horizontal tab */
.icon-list li a::before{
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background-image: url("../images/sprite.png");
  left: 44px;
  top: 7px;
  transform: scale(0.7);
}
.icon-list li.guideline a::before{
  background-position: -17px -143px;
}
.horizontalTab.h-and-s-tab .guideline.resp-tab-active a::before{
  background-position: -68px -143px;
}
.icon-list li.download a::before{
  background-position: -131px -143px;
}
.horizontalTab.h-and-s-tab .download.resp-tab-active a::before{
  background-position: -179px -142px;
}
.icon-list li.proh-items a::before{
  background-position: -227px -145px;
}
.horizontalTab.h-and-s-tab .proh-items.resp-tab-active a::before{
  background-position: -270px -144px;
}

.download-item{
  padding: 15px 25px;
  background: #fbfbfc;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.download-item:hover{
  background: #fff9f6;
}
.download-item:hover span{
  color: #e01818;
}
.download-item span{
  color: #0a2773;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.download-item a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.download-item img{
  float: right;
  height: 26px;
}
.downld h4{
  font-family: "Lato",sans-serif;
  font-size: 16px;
  color: black;
  font-weight: 600;
  margin: 20px 0;
}
.img-list{
  padding-left: 0;
}
.img-list li{
  list-style: none;
  margin-bottom: 30px;
}
.img-list .round{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  padding: 13px;
  background: #f8f8fa;
  margin-right: 20px;
}
.img-list p{
  margin-bottom: 0 !important;
  text-align: left !important;
  color :#58595b;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.img-list .round img{
  width: 30px;
  height: 40px;
  object-fit: contain;
}

/* Gallery styles */
.html5gallery-elem-1 {
    border-radius: 16px;
}
.wonderplugingallery-container{
  max-width: 100% !important;
}
.html5gallery-elem-img-1 a{
  display: none !important;
  opacity: 0!important;
}
.html5gallery-tn-selected-1, .html5gallery-tn-1 {
    border-radius: 15px;
}
.gallery{
  padding: 40px 0;
}
.gallery h1{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #0a2773;
  margin-bottom: 20px;
  margin-top: 22px;
}
.info_content {
  padding: 20px 80px 20px 20px;
}
.info_content .round-img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}
.info_content p{
  color: #21366c;
  font-family: "Lato",sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-size: 14px;
}
.info_content h4{
  font-size: 16px;
  text-transform: uppercase;
  color: #e01818;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.info_content .contact-card{
  margin-top: 7px;
}
.contact-popup{
  top: 50%;
  background: #e01818;
  color: #fff;
  right: -76px;
  transform: rotate(270deg);
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 8px 8px 0px 0px;
  z-index: 99;

}
.contact-popup img{
  transform: rotate(90deg);
  margin: 5px 4px 3px 2px;
  width: 18px;
  position: relative;
  top: -2px;

}
.contact-popup span{
  display: inline-block;
  padding: 0 1px;
  font-weight: 600;
  word-spacing: 2px;
  letter-spacing: 2px;
  font-size: 14px;
}
.contact-popup:hover{
  background: #cf0000;
}
.form-tilte{
  color: #21366c;
  font-weight: 600;
  text-transform: uppercase;
}

/* Airway bill styles */
.bill-holder{
  padding: 30px 0;
}
.bill-holder h4{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #e01818;
  margin-bottom: 30px;
}
.airway-tab .icon-list{
  background: white;
  margin: auto;
  border-radius: 40px;
  box-shadow: 1px 5px 9px 2px rgb(226, 225, 225);
  justify-content: center!important;
  display: inline-block;
  margin-bottom: 70px;
  margin-top: 10px;
  padding-left: 0;
  border: 1px solid #e8e8e8;
}
.airway-tab .icon-list a::before{
  opacity: 0;
}
.airway-tab .icon-list li::before{
  display: none;
}
.airway-tab .icon-list li a{
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0f2e67;
  letter-spacing: 1.2px;
}
.airway-tab .icon-list li{
  display: inline-block;
  padding-left: 35px !important;
  padding-right: 35px !important;
  padding: 12px 35px;
}
.airway-tab .icon-list li.active{
  background-color: #e01818;
  border-radius: 30px;
  box-shadow: 0px 2px 7px 2px rgba(220, 108, 9, 0.54);
}
.airway-tab .icon-list li.active a{
  color: #fff;
}
.airway-tab .icon-list li.active a:hover{
  color: #fff;
}
.airway-tab .icon-list li a:hover{
  color: #e01818;
}
/* .airway-tab table{
  display: block;
  width: 100%;
  overflow-x: auto;
} */
/* Airway bill generation form */
.download-bill{
  text-align: right;
}
.download-bill a.orange-btn{
  margin-right: 0 !important;
}
.consignee-modal .close-btn, .company-modal .close-btn{
  position: relative;
  right: 0;
  text-align: right;
  padding-right: 20px;
  padding-top: 7px;
}
.bill-gen-form.common-form-elem .form-group {
    margin-bottom: 15px;
}
.pink-holder{
  padding: 15px 25px;
  background: #fff9f6;
  border-radius: 5px;
}
.pink-holder span{
  margin-bottom: 0 !important;
  padding: 0 !important;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color:#28337a;
  text-transform: uppercase;
}
.pink-holder.orange-txt span{
  color: #e01818;
  text-transform: none;
}
.pink-holder a{
  float: right;
  display: inline-block;
  color: #e01818;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.pink-holder a:hover{
  color: #21366c;
}
.plr{
  padding: 0 30px;
}
.mtb{
  margin: 50px 0 30px 0;
}
.pright{
  padding-right: 50px;
}
.pleft{
  padding-left: 50px;
}
.button-field{
  margin-top: 30px;
  margin-bottom: 20px;
}
.change-password-form .button-field{
  position: relative;
}
.reset-btn{
  padding: 11px 41px!important;
  color: #21366c;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  box-shadow: -3px 5px 10px 3px rgb(226, 226, 226) !important;
  border-radius: 30px;
  background: white;
  text-transform: capitalize !important;
  /* border:0 !important; */
}
.reset-btn:hover{
  background: #cf0000;
  color: white;
}
.common-form-elem.pickup-request-form .orange-btn.box-shdw{
  box-shadow: 2px 6px 11px 2px #eaeaea !important
}
.pickup-request-form .orange-btn.no-box-shadow{
  padding: 11px 41px;
  box-shadow: none !important;
  text-transform: capitalize;
}
.bill-gen-form .orange-btn, .bill-history-form .orange-btn,
.topup-request-form .orange-btn,
.change-password-form .orange-btn{
  padding: 11px 41px;
  box-shadow: none !important;
  text-transform: capitalize;
  margin-top: 15px;
}
.bill-history-form .transparent-btn{
  box-shadow: 2px 6px 11px 2px #eaeaea !important;
}
.custom-width{
  width: 60%;
  margin: auto;
}
.print-form .orange-btn{
  width: 100%;
  text-transform: capitalize;
  font-size: 14px;
  padding: 9px 18px !important;
}

/* Table styles */
.table thead th{
  vertical-align: middle !important;
}
.common-table{
  margin-top: 50px;
}
.common-table thead th{
  background-color: #fdf8f2;
  border: none;
  font-family: 'Lato', sans-serif;
  color: #21366C;
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
}
.common-table td.no-results{
  color: #AAABAB;
}
.common-table td{
  font-family: 'Lato', sans-serif;
  color: #212121;
  font-size: 13px;
  font-weight: 400;
  border: none;
}
.dwnlod-btn{
  text-transform: capitalize;
  font-size: 14px;
}
.dwnlod-btn:hover{
  background: #e01818;
  color: white;
}
.success, .ff-val-reset-password, .ff-val-forgot-password{
  color: green;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.ff-val-reset-password.error{
  color: red;
}

.pickup-request{
  padding: 60px 0;
}
.pickup-request h4,.pickup-request h1{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #e01818;
  margin-bottom: 50px;
}
.pickup-request-form.common-form-elem .form-group, .bill-gen-form.common-form-elem .form-group {
  margin-bottom: 7px;
}
.search-ico{
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
}

.pickup-request-form .p-right{
  padding-right: 30px;
}

.change-password-form .p-right{
  padding-right: 30px;
}

/* Prepaid topup history */
.prepaid-history{
  padding: 30px 0;
}
.prepaid-history h4{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #e01818;
  margin-bottom: 30px;
}
.airway-tab .icon-list li.history{
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.topup-request-form .transparent-btn{
  box-shadow: 2px 6px 11px 2px #eaeaea !important;
}
/* Pagination styles */
.pagination ul.page-numbers{
  padding-left: 0;
  list-style: none;
}
ul.page-numbers li{
  display: inline-block;
  margin-right: 2px;
}
a.page-numbers,ul.page-numbers span{
  padding: 5px 10px;
  background: white;
  border: 1.5px solid transparent;
  border-radius: 12px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #C9C7C6;
}
a.page-numbers:hover,ul.page-numbers span.current{
  color: #e01818;
  border: 1.5px solid #e01818;
}

/* Sweet alert */
.sweet-alert{
  padding: 30px 17px;
      z-index: 99999;
}
.sweet-overlay{
      z-index: 9999;
}
.sweet-alert .sa-icon.sa-info{
  border-color: #e01818;
}
.sweet-alert .sa-icon.sa-info::before, .sweet-alert .sa-icon.sa-info::after{
  background-color: #e01818;
}
.sweet-alert h2{
  color: black;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.sweet-alert p{
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.sweet-alert .confirm, .confirm.btn-primary:not(:disabled):not(.disabled).active,
.confirm.btn-primary:not(:disabled):not(.disabled):active, .show>.confirm.btn-primary.dropdown-toggle{
  background-color: #e01818;
  border: 0;
  border-radius: 30px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  padding: 12px 50px;
  border: 1px solid transparent;
}
.sweet-alert .confirm.btn-primary.focus, .sweet-alert .confirm.btn-primary:focus{
  box-shadow: none;
}
.sweet-alert .btn-default:focus, .sweet-alert .btn-default{
  border-radius: 30px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  padding: 12px 50px;
  background-color: #e01818;
  color: white;
  border: 1px solid transparent;
}
.sweet-alert .btn-default{
  margin-bottom: 4px;
}
.sweet-alert .confirm:hover,.sweet-alert .btn-default:hover{
  background: white;
  color: black;
  border: 1px solid #cccc;
}

/* -------history------------ */

.flex-end{
  justify-content: flex-end;
}
.reduce-top-btm{
  padding: 7px 32px;
}
.box-shdw{
  box-shadow: 2px 6px 11px 2px #eaeaea !important;
}
.common-form-elem .dp-dwn.dropdown:before{
  right:0
}
.pickup-hst{
  padding-bottom: 100px;
}
.common-form-elem textarea.requset-pp{
  height: 36px;
  max-width: 968px;
}
.available-credit{
  display: block;
  background-color: #FDF8F2;
  padding: 12px 12px 15px;
  max-width: 48%;
  margin: 0 0 40px;
  border-radius: 8px;
}
.available-credit h3{
  font-size: 14px;
  color: #e01818;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0;
}
.table-striped-alter tbody tr:nth-of-type(even){
  background-color: #fbfbfb;
}
.prepaid-history .summary-details-tabs th{
  background-color: #fdf8f2!important;
  color: #555;
}
.prepaid-history .summary-details-tabs th{
  padding: 9px 20px;
}
.prepaid-history .summary-details-tabs td{
  padding: 9px 20px;
}

/* 404 page */
.error-404.not-found{
  padding: 50px 0;
}
.error-404.not-found h1{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #e01818;
  margin-bottom: 30px;
}
.error-404.not-found .search-form input[type="text"]{
      width: 300px;
}
.error-404.not-found .search-form input{
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
  color: #58595b;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-left: 0;
}
.error-404.not-found .search-form #searchsubmit{
  background: #e01818;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  border: 0;
  padding: 12px 50px;
  border-radius: 25px;
  transition: all 0.3s ease-in;
}

/* Search results page */
.search-results{
  padding: 50px 0;
}
.search-results h1{
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #e01818;
  margin-bottom: 30px;
}

.enquiry-response{
  text-align: center;
  margin-top: 10px;
  color: green;
}
.main-placement{
  padding-left: 11px;
  position: relative;
  left: 6px;
}

.seperation-hold .enquiry-response, #topuprequset .success{
  margin-top: 15px;
  color: green;
  display: block;
  text-align: right;
}
.login-result{
  color: red;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-top: 22px;
}
.user-editing:hover,.user-deleting:hover{
  transform: scale(1.1);
}
.single-news .head-menu li.menu-item-141 a{
  color: #e01818!important;
}

.modal-backdrop{
  z-index: 999999;
}
.modal{
  z-index: 99999999;
}

.error-text{
  color: red;
  font-size: 18px;
  font-weight: 400;
}

.enquiry-error-response{
  color: red;
  font-size: 16px;
  font-weight: 400;
}

input[type=password]::-ms-reveal, input[type=password]::-ms-clear { display: none; }
select::-ms-expand { display: none; }

.user-modal button,.price-modal .close, .request-modal button{
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  z-index: 999;
}
.user-modal .modal-content{
  padding: 40px;
}
.price-modal .modal-content #ff-success{
  text-align: center !important;
}
.user-modal a{
  color: #ea7604;
  font-size: 18px;
  padding: 7px;
  display: inline-block;
}
.user-modal a:hover{
  text-decoration: underline;
  color: #21366c;
}
#rateCalcTab .common-form-elem .col-lg-3 {
    max-width: 23%;
}
.user-modal .orange-btn{
  font-size: 14px !important;
}
.request-modal .modal-body{
  text-align: left;
}
.request-modal p{
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  padding-bottom: 0;
  font-size: 14px;
  margin: 4px 0px;
}
.request-modal h4{
  font-size: 16px !important;
  font-family: "Lato", sans-serif;
}
.request-modal h5{
  font-size: 16px !important;
  font-family: "Lato", sans-serif;
  margin-top: 30px;
  text-transform: none;
  color: #28337a;
  font-weight: 600;
}
.request-modal .orange-text{
  font-family: 'Lato', sans-serif;
  margin: 5px 0px;
  padding: 0px 0px 6px;
  color: #e01818;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
}
.request-modal h4 span{
  font-weight: 900;
}
.request-modal .success-text h3{
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #e01818;
}
.request-modal .success-text h5{
  color: #58595b;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.request-modal .success-text h5 strong{
  color: #28337a;
}
.request-modal hr{
  border-top: 1px solid #ccc;
}
.request-modal a, .request-modal a:hover{
  color: #21366c;
}

/* Sitemap styles */
.wsp-container li a{
  font-size: 16px;
  margin: 0px;
  padding: 0px 0px 15px;
  color: #414042;
  font-family: 'Lato', sans-serif;
}
.wsp-container li a br{
  display: none;
}
.wsp-container li a:hover{
  color: #e01818;
}
.wsp-container h2{
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #21366c;
}
.page-template-airway-bill-generation li#responsive-menu-item-674 a,
.page-template-view-awb-booking-history li#responsive-menu-item-674 a,
.page-template-print-airway-bill li#responsive-menu-item-674 a{
  background-color: #ffffff;
  color: #e01818 !important;
  border-color: #ffffff;
}

.result-summary-status .icon-hold{
  width: 60px;
  height: 64px;
  text-align: center;
  margin-right: 15px;
}
.result-summary-status .icon-hold img{
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.result-summary-status .title-hold h4{
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.result-summary-status .title-hold span{
  text-transform: none;
  font-size: 16px;
}
.result-summary-status .title-hold .destination{
  text-transform: uppercase;
}
.result-summary-status .right-border{
  padding-right: 5px;
  border-right: 1px solid #414042;
  border-radius: 0;
}
.inactive-grey .title-hold h4,.inactive-grey .result-summary-status .title-hold span{
    color: #757575;
}
.active-green .title-hold h4,.active-green .result-summary-status .title-hold span{
    color: #76BD22;
}
.inactive-grey .grey-img{
  display: block
}
.inactive-grey .green-img{
  display: none
}
.active-green .grey-img{
  display: none
}
.active-green .green-img{
  display: block
}
.step-counter ul{
  padding-left: 0;
  display: inline-block;
  list-style: none;
  width: 100%;
  margin-bottom: 0;
}
.step-counter li{
  height: 8px;
  display: inline-block;
  background-color: #E8E8E8;
  margin-right: 1px;
  width: calc(100% / 5 - 4px);
}
.step-counter li.active{
  background-color: #76BD22;
}
.step-counter.delivered li{
  background-color: #76BD22;
}
.tab-list.nav-tabs{
  margin-bottom: 40px;
  border-bottom: 0;
  background: white;
  border-radius: 25px;
  box-shadow: 1px 5px 9px 2px rgb(226, 225, 225);
}
.tab-list li{
  width: calc(100% / 3 );
}
.tab-list.nav-tabs .nav-link:focus, .tab-list.nav-tabs .nav-link:hover{
  border-color: transparent;
  color: #e01818;
}
.nav-tabs.tab-list .nav-link{
  border-radius: 25px !important;
  padding: 12px 22px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0f2e67;
  border: none;
}
.nav-tabs.tab-list .nav-item.show .nav-link, .nav-tabs.tab-list .nav-link.active{
  background: #e01818 !important;
  color: white;
}
.track-text{
  padding:12px 10px 15px 20px;
  color: #414042;
  font-size: 15px;
  float: left;
  text-align: left;
  display: block
}
.result-summary-track-tab{
  margin-bottom: 20px;
}
.result-summary-track-tab-list{
  /* width: 60%; */
  margin: 0;
}
.custom-radio.postion-for-book{
  overflow: inherit;
}
.postion-for-book span.error{
  position: absolute;
    bottom: -29px;
    z-index: 11;
    width: 162px;
    left: 0;
}
.html5gallery-loading-center-1,.html5gallery-loading-1 {
  background: none!important;
}
.box .contact-links a:hover{
  color: #e01818;
}
.box .contact-links .the-auto-curs{

  color: #333333!important;
  cursor: auto;
  pointer-events: none;
}
.box .telephone:hover{
  font-weight: 900;
}
.readytime option:disabled{
  cursor: not-allowed;
  opacity: 0.2;
  color: red;
}
.wsp-pages-list li.page_item_has_children a{
  cursor: default !important;
  pointer-events: none !important;
}
.wsp-pages-list li.current_page_item a{
  cursor: default !important;
  pointer-events: none !important;
}
.page_item.page-item-621.current_page_item{
  display: none;
}
.page_item.page-item-862{
  display: none;
}
.html5gallery-car-right-1{
	cursor: pointer;
    }

.error-block p { color: #cf0000 !important;padding:0px !important; }	
form .btn.btn-danger { color:#fff !important; }
.modal-header .close { position:absolute;top:20px !important;right:20px !important; }

.ship_btn { float:left;color:#fff !important; }
.ship_btn:nth-child(even) { float:left;color:#fff !important;background-color:#000; }