/*----------------------------------------------------------------
    -- Coomon Css Codes Start
-------------------------------------------------------------------*/
body{
    overflow-x: hidden;
    height: 100%;
    font-family: 'Poppins', sans-serif !important;
}
.ml-0{
    margin-left: 0px;
}
.ml-10{
    margin-left: 10px;
}
.mr-10{
    margin-right: 10px;
}
.mt-sm-10{
    margin-top: 10px ;
}
.pl-0{
    padding-left: 0px;
}
.pr-0{
    padding-right: 0px;
}

/*---------------------
    -- Grid
-----------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.fs-16 {
  font-size: 16px;
}
.bg-primary-2 {
  background: #203b71;
  color: #FFF;
}
.bg-primary-2 {

  background: #203b71;
  border-color: #203b71;
  color: #FFF;
}
/*----------------------------------------------------------------
    -- Checkbox-container
-------------------------------------------------------------------*/
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #203b71;
}
  
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #203b71;
}
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
    background-color: #203b71;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.checkbox-container.checkbox-inline {
    text-transform: inherit;
}

label.checkbox-container.checkbox-inline.custom-checkbox-container span.checkmark {
    /* top: 0px; */
    background-color: #40539f;
}
label.checkbox-container.checkbox-inline.custom-checkbox-container {
    /* margin-top: 5px; */
}

div#loader-front-crm{
    float: none;
    width: 100%;
    text-align: center;
    margin: auto;
    position:fixed;
    height: 100%;
    background: #FFFFFF;
}
/* #outer-wrapper {
    display: none;
} */
div#loader-front-crm .center-block {
    margin: 10% auto;
    width: 300px;
}
.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}


body {
  padding: 0;
  margin: 0;
}

@keyframes smoke1 {
  0% {
    transform: scale(1.8);
    background: #fff;
  }
  7.14% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke2 {
  0% {
    transform: scale(1);
  }
  7.14% {
    transform: scale(1);
    background: #fff;
  }
  14.28% {
    transform: scale(1.8);
    background: #fff;
  }
  21.42% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke3 {
  0% {
    transform: scale(1);
  }
  14.28% {
    transform: scale(1);
    background: #fff;
  }
  21.42% {
    transform: scale(1.8);
    background: #fff;
  }
  28.56% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke4 {
  0% {
    transform: scale(1);
  }
  21.42% {
    transform: scale(1);
    background: #fff;
  }
  28.56% {
    transform: scale(1.8);
    background: #fff;
  }
  35.7% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke5 {
  0% {
    transform: scale(1);
  }
  28.56% {
    transform: scale(1);
    background: #fff;
  }
  35.7% {
    transform: scale(1.8);
    background: #fff;
  }
  42.84% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke6 {
  0% {
    transform: scale(1);
  }
  35.7% {
    transform: scale(1);
    background: #fff;
  }
  42.84% {
    transform: scale(1.8);
    background: #fff;
  }
  49.98% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke7 {
  0% {
    transform: scale(1);
  }
  42.84% {
    transform: scale(1);
    background: #fff;
  }
  49.98% {
    transform: scale(1.8);
    background: #fff;
  }
  57.12% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke8 {
  0% {
    transform: scale(1);
  }
  49.98% {
    transform: scale(1);
    background: #fff;
  }
  57.12% {
    transform: scale(1.8);
    background: #fff;
  }
  64.26% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke9 {
  0% {
    transform: scale(1);
  }
  57.12% {
    transform: scale(1);
    background: #fff;
  }
  64.26% {
    transform: scale(1.8);
    background: #fff;
  }
  71.4% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke10 {
  0% {
    transform: scale(1);
  }
  64.26% {
    transform: scale(1);
    background: #fff;
  }
  71.4% {
    transform: scale(1.8);
    background: #fff;
  }
  78.54% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke11 {
  0% {
    transform: scale(1);
  }
  71.4% {
    transform: scale(1);
    background: #fff;
  }
  78.54% {
    transform: scale(1.8);
    background: #fff;
  }
  85.68% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke12 {
  0% {
    transform: scale(1);
  }
  78.54% {
    transform: scale(1);
    background: #fff;
  }
  85.68% {
    transform: scale(1.8);
    background: #fff;
  }
  92.82% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke13 {
  0% {
    transform: scale(1);
  }
  85.68% {
    transform: scale(1);
    background: #fff;
  }
  92.82% {
    transform: scale(1.8);
    background: #fff;
  }
  99.96% {
    transform: scale(1);
    background: #fff;
  }
  100% {
    transform: scale(1);
    background: #fff;
  }
}
@keyframes smoke14 {
  0% {
    transform: scale(1);
  }
  92.82% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.8);
    background: #fff;
  }
}
@keyframes fly {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
.sky {
  background: #40539f;
  height: 50px;
  width:300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  box-shadow: 0px 1px 7px 6px rgb(220, 220, 220);
  margin: 0px auto;
    margin-top: 10%;
}
div#loader-search-crm .searching-flight-text h4 {
    font-size: 16px;
    font-weight: 600;
}

#loader-front-crm .icon-airplane2 {
  color: #fff;
  position: absolute;
  left: -5;
  top: -10px;
  z-index: 10;
/*   -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); */
  font-size: 22px;
  animation-name: fly;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.flight-route {
  position: relative;
}

.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5bb2ec;
  float: left;
  margin-right: 10px;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.dot1 {
  animation-name: smoke1;
}

.dot2 {
  animation-name: smoke2;
}

.dot3 {
  animation-name: smoke3;
}

.dot4 {
  animation-name: smoke4;
}

.dot5 {
  animation-name: smoke5;
}

.dot6 {
  animation-name: smoke6;
}

.dot7 {
  animation-name: smoke7;
}

.dot8 {
  animation-name: smoke8;
}

.dot9 {
  animation-name: smoke9;
}

.dot10 {
  animation-name: smoke10;
}

.dot11 {
  animation-name: smoke11;
}

.dot12 {
  animation-name: smoke12;
}

.dot13 {
  animation-name: smoke13;
}

.dot14 {
  animation-name: smoke14;
}
  /*----------------------------------------------------------------
    -- Coomon Css Codes End
-------------------------------------------------------------------*/
.text-ash {
  color: #929292;
}
.primary-text {
  color: #203b71;
}
/*---------------------
    -- Header
-----------------------*/

header.crmFront_header {
	float: left;
  width: 100%;
  /* position: absolute;
  top: 0px; */
  z-index: 99999;
  padding: 20px;
}
.crmFront_logo img {
    width: 170px;
}
.crmFront_menu {
    float: left;
    width: 100%;
}
.crmFront_menu nav.navbar.navbar-default {
    background: transparent;
    border: none;
    box-shadow: none;
}
.crmFront_menu ul.nav.navbar-nav {
    text-align: right;
    float: right;
}
.crmFront_menu .navbar-default .navbar-nav > li > a {
  color: #203b71;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.crmFront_menu .navbar-default .navbar-nav > li > a:hover {
    color: #ec3428;
}

/*---------------------
    -- Banner Section 
-----------------------*/
section#crmFront_banner_section {
    float: left;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    /* background: url("../images/frontend/banner-image-1.jpg") no-repeat; */
    background: url("https://travnet-crm-resources.s3.eu-west-2.amazonaws.com/images/frontend/registration-background.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
    /* min-height: 60vh */
    min-height: 100vh;
    clip-path: polygon(0 1%, 100% 0, 100% 89%, 0 100%);
}
section#crmFront_banner_section:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    /* background: rgba(255, 0, 0, 0.5); */
    /* background: rgba(64, 83, 159, 0.6); */
    z-index: 9;
}
.email_details {
  float: left;
  width: 100%;
}
img.round-shape {
    position: absolute;
    z-index: 99;
    width: 100vw;
    height: 4vw;
    bottom: 0;
}
div#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #b61924; */
    background-image: url(inspector-stylesheet);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 999;
}
.crmFront_banner_Content {
    float: left;
    width: 65%;
    position: relative;
    z-index: 9999;
    padding: 18% 0px;
    padding-bottom: 0px;
}

.crmFront_banner_Content h1 {
    font-size: 40px;
    font-weight: 800;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
}
.crmFront_banner_Content p {
    color: #FFFFFF;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 15%;
    padding-left: 0px;
}
a.btn-styl-font {
    display: inline-block;
    padding: 10px 40px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #40539f;
    transition: .3s;
}
a.btn-styl-font:hover {
  background: #ec3f28;
  color: #FFFFFF;
}
/* crmFront_page_content  */
section#crmFront_page_content {
  float: left;
  width: 100%;
  /* position: relative;
  top: 0px;
  left: 0px; */
  /* background: url("../assets/images/frontend/registration-background.png") no-repeat;
  background-size: cover;
  background-position: bottom center; */
  
  /* min-height: 100vh; */
  /* clip-path: polygon(0 1%, 100% 0, 100% 89%, 0 100%); */
}
.crmFront_page_title {
  float: left;
  width: 100%;
  height: 200px;
  padding-top: 30px;
  background: #203b71;
  text-align: center;
  border-radius: 10px;
  background: #203b71 url("https://travnet-crm-resources.s3.eu-west-2.amazonaws.com/images/frontend/bg-footer.png") no-repeat;
  background-position: bottom;
}
.crmFront_page_title.panel-sm {
  height: 150px;
  padding-top: 26px;
}
.crmFront_page_title h1 {
  font-size: 40px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
}
h6.terms-text {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 15px;
}
.crmFront_page_title p {
  color: #FFFFFF;
  font-size: 14px;
}

.mb-4.front-error .font-medium.text-red-600 {
  color: #d12135;
  font-weight: 500;
  font-size: 16px;
  display: none;
}
.mb-4.front-error ul {
  padding: 2px 0px ;
}
.mb-4.front-error ul li {
  padding-left: -4px;
  color: red;
  color: #d12135;
  font-weight: 500;
  font-size: 12px;
  margin: 10px 0px;
  list-style: none;
}

.client-payment-content .panel-heading.bg-primary {
  /* background: #f1f1f1;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  color: black;
  font-size: 13;
  margin: 0px; */

    background: #f1f1f1;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13;
    margin: 0px;
    border: none;
}
.panel.client-payment-invoice-desc {
  border: none !important;
  box-shadow: none;
}

.panel.client-payment-invoice-desc .panel-heading h6.panel-title {
  font-weight: 400;
  font-size: 14px;
}
/* .client-payment-content .panel-heading.bg-primary {
  background: rgb(32,59,113);
} */
section.travnet__user_login_sections.secured__auth:before {
  position: absolute;
  content: '';
  background: url(../assets/images/upper-object.svg);
  /* z-index: 99999999; */
  width: 300px;
  height: 200px;
  top: -20px;
}
.client-payment-content .panel-heading.bg-primary h6.panel-title {
  color: #333;
  font-size: 13px;
  padding-left: 20px;
  font-weight: 600;
}
section.travnet__user_login_sections.secured__auth:after {
  position: absolute;
  content: '';
  background: url(../assets/images/down-object.svg);
  width: 100%;
  height: 400px;
  bottom: 0px;
  right: 0px;
  background-size: cover;
}
section.travnet__user_login_sections.secured__auth .white-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255 , .6);
  z-index: 9;
}
section.travnet__user_login_sections.secured__auth .travnet__form_section {
  background: rgba(255, 255, 255, .6);
}
section.travnet__user_login_sections.secured__auth .travnet__form_section .travnet__form_content {
  background: transparent !important;
}
.right-section.secured-login img {
  width: 550px;
  margin-top: 40px;
}
.right-section.secured-login {
  text-align: center;
}

/*---------------------
    -- Service 
-----------------------*/
.title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.title h6 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ec3428;
    margin: 0px;
}
section#crmFront_project_links {
    float: left;
    width: 100%;
    /* padding: 60px 0px; */
    padding-bottom: 0px;
    /* background: #EDEDED; */
    margin-top: -130px;
}
section#crmFront_project_links .display-flexs {
  background: white;
  padding: 18px 10px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  /* box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 50%); */
}
.crmFront_single_link {
    float: left;
    width: 100%;
    text-align: center;
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 5px;
    /* -webkit-box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.55);
    -moz-box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.55);
    -ms-box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.55);
    -o-box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.55);
    box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.55); */
    -webkit-box-shadow: 0px 5px 25px 0px rgb(169 167 167 / 54%);
    -moz-box-shadow: 0px 5px 25px 0px rgb(169 167 167 / 54%);
    -ms-box-shadow: 0px 5px 25px 0px rgb(169 167 167 / 54%);
    -o-box-shadow: 0px 5px 25px 0px rgb(169 167 167 / 54%);
    box-shadow: 0px 5px 25px 0px rgb(169 167 167 / 54%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    flex: 1;
    padding: 10px 10px;
}
.crmFront_single_link img {
    width: 40px;
}
.crmFront_single_link:hover {
    box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.55);
}
.crmFront_single_link > a {
    color: #ec3f28;
    /* color: #40539f; */
    font-weight: 600;
    transition: .3s;
}
.crmFront_single_link h6 > a {
  color: #40539f;
  font-weight: 600;
  transition: .3s;
}
.crmFront_single_link > a:hover {
    color: #11212c;
}
.crmFront_single_link p {
    font-size: 12px;
}
a.trail-link i {
    font-size: 12px;
    transition: .2s;
}
a.trail-link:hover i {
    margin-left: 3px
}
.crmFront_menu .navbar-toggle {
  background-color: #203b71;
}
/*---------------------
    -- About US 
-----------------------*/

section#crmFront_about-us {
    float: left;
    width: 100%;
    background: #FFFFFF;
    display: none;
}
.crmFront-about-img img {
    width: 100%;
}
.crmFront-about-img {
    float: left;
    width: 100%;
}

.crmFront-about-content {
    float: left;
    width: 100%;
    padding: 10% 0px;
}
.crmFront-about-content h6 {
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 10px;
    color: #ec3428
}
.crmFront-about-content p {
    font-size: 14px;
}

/*---------------------
    -- Blog
-----------------------*/ 
section#crm-front-visa-section {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: url("../images/frontend/visa-banner.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}
section#crm-front-visa-section:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: rgba(234, 178, 57, 0.77); */
    background: rgb(2,0,36);
background: linear-gradient(150deg, rgba(2,0,36,0.8603816526610644) 0%, rgba(32,59,153,0.7287289915966386) 59%, rgba(32,59,153,0) 100%);
    /* position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ff57228c; */
}
/* section#crm-front-visa-section {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: url("../images/frontend/banner-image-1.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
} */
.visa-header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 10%;
}
.visa-header h6 {
    font-size: 30px;
    font-weight: 800;
    color: #FFFFFF;
}
a.btn-1 {
    background: #ffffff;
    padding: 10px 30px;
    color: #203b71;
    margin-top: 20px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
/*---------------------
    -- Blog
-----------------------*/ 
section#crmFront_blog {
    float: left;
    width: 100%;
    background: #FFFFFF;
    padding: 40px 0px;
}
.crmFront_single_blog_list {
    float: left;
    width: 100%;
}
.crmFront_single_blog_img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.crmFront_single_blog_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    left: 0px;
    opacity: 0; 
    transition: .3s
}
a.btn-hidden {
    opacity: 0; 
    visibility: hidden; 
    display: none; 
    position: absolute;
    content: '';
    left: 40%;
    color: #FFFF;
    top: 45%;
    z-index: 999999;
    font-size: 16px;
    letter-spacing: 1px;
}
.crmFront_single_blog_img:hover:after {
	opacity: 1;
}
.crmFront_single_blog_img:hover a.btn-hidden {
    opacity: 1; 
    visibility: visible; 
    display: block; 
}
.crmFront_single_blog_img img {
    width: 100%;
    transition: .3s;
}
.crmFront_single_blog_img:hover img {
    transform: scale(1.1);
}
.crmFront_single_blog_list h6 a {
    font-size: 18px;
    font-weight: 500;
	margin: 10px 0px;
	display: inline-block;
}
.crmFront_single_blog_list p {
    font-size: 14px;
    padding: 0px 0px
}
.crmFront_single_blog_list a.btn {
    padding: 6px 20px;
    background: #ec3428;
    border-radius: 0px;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.author_sesc h6 span {
    color: #000000;
    font-weight: 500;
}

.author_sesc h6 {
    font-size: 12px;
    float: left;
    width: 50%;
    color: #CCCCCC;
    margin: 0px;
}
.author_sesc {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0px
}
.author_sesc p {
    font-size: 12px;
    float: left;
    width: 50%;
    color: #CCCCCC;
    margin: 0px;
    text-align: right;
    padding: 0px;
}
/*---------------------
  -- inner_pages
-----------------------*/
section#inner_pages {
  float: left;
  width: 100%;
  padding: 40px 0px;
}
/* ---------------------
  -- Payment Success
------------------------ */
.alert_balance_image.text-cener {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.alert_balance_image img {
  width: 200px;
  text-align: center;
}
.alert_balance_image h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0px 10px 10px;
}
/*---------------------
  -- Footer
-----------------------*/
footer.crmFront_footer {
  float: left;
  width: 100%;
  background: #203b71;
  padding: 30px 0px;
  position: relative;
}
.footer_logo {
  float: left;
  width: 100%;
}
.footer_logo p {
  color: #FFFFFF;
  padding-top: 15px;
  font-size: 12px;
  padding-right: 16%;
}
.crmFront_footer_menu {
  float: left;
  width: 100%;
}
.crmFront_footer_menu h6 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  margin: 14px 0px;
  display: inline-block;
}
.crmFront_footer_menu ul {
  padding: 0px;
  margin: 0px;
}
.crmFront_footer_menu.menu_links ul li:before {
  position: absolute;
  content: '\e9c3';
  font-family: 'icomoon';
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  font-size: 14px;
}
.crmFront_footer_menu.menu_links ul li {
  display: block;
  padding: 0px;
  position: relative;
  padding-left: 20px;
}

.crmFront_footer_menu.menu_links ul li a,
.crmFront_footer_menu ul.social_media a {
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 4px;
  display: inline-block;
  transition: .3s;
}
.crmFront_footer_menu.menu_links ul li a:hover {
  padding-left: 5px;
}

.crmFront_footer_menu ul.social_media a {
  border: 1px solid #FFFFFF;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
}

ul.social_media li {
    display: inline-block;
    margin-right: 10px;
}
.crmFront_footer_menu p.copyright {
    font-size: 13px;
    margin-top: 10px;
    color: #FFFFFF;
}
.crmFront_footer_menu p.copyright a {
    font-size: 13px;
    color: #FFFFFF;
}
.crmFront_footer_menu p.copyright i {
    font-size: 12px;
    margin-right: 1px;
    color: red
}
.login_contents.visa_custom_section .travnet__form_content .glyphicon-remove:before {
  content: none
}
.login_contents.visa_custom_section .travnet__form_content .form-group.has-error.has-danger .form-control:focus {
  border-color: transparent transparent #D84315 !important;
  -webkit-box-shadow: 0 1px 0 #D84315 !important;
  box-shadow: 0 1px 0 #D84315 !important;
}
.login_contents.visa_custom_section .travnet__form_content .form-group.has-error.has-danger .form-control-feedback i {
  color: #D84315 !important;
}
div#crmFront_goto_top i {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 45px;
}
div#crmFront_goto_top {
    position: absolute;
    top: -69px;
    right: 9%;
    background: #203b71;
    width: 40px;
    height: 40px;
    text-align: center;
}
div#crmFront_goto_top a#go-to-top {
    display: inline-block;
    width: 100%;
}
div#crmFront_goto_top i {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 45px;
}
.crmFront_footer_menu ul.social_media a:hover {
    background: #FFFFFF;
    color: #203b71;
}
/* frontend-pages-section page */
section#frontend-pages-section {
  float: left;
  width: 100%;
  padding: 40px 0px;
}
/*---------------------------------------
-- Login 
----------------------------------------*/
/* section#user_login_sections {
    float: left;
    width: 100%;
    background: red;
    padding: 60px 0px;
    position: relative;
    top: 0px;
} */
section#user_login_sections,
section#payment_sections{
    float: left;
    width: 100%;
    padding: 40px 0px;
    position: relative;
    top: 0px;
    background: url("../images/frontend/banner-image.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 100vh
}
section#payment_sections { 
  background: url("https://travnet-crm-resources.s3.eu-west-2.amazonaws.com/images/frontend/registration-background.png") no-repeat;
  min-height: 100vh;
  background-size: cover;
  position: absolute;
  padding-top: 150px;
  padding-bottom: 150px;
  
}
.client-payment-content {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 20px 20px;
}
table.table.total-table tr td {
  border: none;
}
section#user_login_sections:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.login_contents {
  float: left;
  width: 100%;
  position: relative;
  z-index: 99;
  height: 100%;
  padding: 12% 0px
}

.login-form {
  float: left;
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
}
.left-side-content {
  float: left;
  width: 45%;
  background: #203B71;
  justify-content: center;
  padding: 0px 30px;
  /* padding-top: 20vh; */
  padding-right: 40px;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: url(../images/frontend/banner-image.jpg) no-repeat;
  background-size: cover; 
  background-position: bottom center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-side-content.left_side_for_reg {
  display: block;
  padding-top: 30%;
}
.left-side-content:before {
  position: absolute;
  content: '';
  background: rgba(32, 59, 113, 0.95);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.left-side-content-details {
  float: left;
  width: 100%;
  position: relative;
}
.travnet__form_content {
  float: left;
  width: 55%;
  background: #FFFFFF;
  padding: 5% 60px;
  padding-left: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.login_contents.visa_custom_section .travnet__form_content {
  background: #f1f1f1;
}

.left-side-content h2 {
  font-size: 20px;
  color: #FFFFFF;
}
.left-side-content p {
  font-size: 12px;
  color: #FFFFFF;
}
.logo_img {
  position: absolute;
  top: 40%;
  right: -40px;
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_contents.visa_custom_section .logo_img {
  background: #f1f1f1;
}
.travnet__form_content h5.content-group-lg {
  margin-bottom: 30px !important;
  color: #203b71;
  font-weight: 500;
}
.travnet__form_content .form_contents .bg-primary {
  background-color: #203b71;
  border-color: #203b71;
  color: #fff;
}
.travnet__form_content .form_contents .form-control:focus {
    border-bottom-color: #203b71;
    -webkit-box-shadow: 0 1px 0 #203b71;
    box-shadow: 0 1px 0 #203b71;
}
.travnet__form_content .form-control-feedback .text-muted {
    color: #203b71;
}
.login-form .travnet__form_content .btn-success {
    color: #fff;
    background-color: #347837;
    border-color: #347837;
}
/* .travnet__form_content .form_contents a {
    color: #203b71;
    text-decoration: none;
} */
#travnet__user_login_sections .login-form .has-feedback-left .form-control{
    padding-left: 36px !important;
}
.checkbox-forgetPass{
    padding-left: 0px !important;
}

.registration_sections .left-side-content {
    width: 35%;
}
.registration_sections .travnet__form_content {
    width: 65%;
}
.registration_form .form-group .btn-group.bootstrap-select.bootstrap-selects {
    width: 100%;
}
.registration_form .btn-group.bootstrap-select.bootstrap-selects {
    width: 100%;
}
.registration_form .form-group .bootstrap-select .btn-default:focus, 
.registration_form .form-group .bootstrap-select .btn-default.focus, 
.registration_form .form-group .bootstrap-select .btn-default:active, 
.registration_form .form-group .bootstrap-select .btn-default.active {
    background-color: transparent;
    border-bottom-color: #203b71;
    -webkit-box-shadow: 0 1px 0 #203b71;
    box-shadow: 0 1px 0 #203b71;
}
.registration_form input.form-control {
    padding-right: 5px;
}
/* .form-group.custom_form_group.has-error.has-danger input.form-control-2 {
  border: 1px solid #D84315;
} */
.form-group.custom_form_group.has-error.has-danger input.form-control-2 {
  border-color: #D84315;
}
.travnet__form_content .form-group.form-group-2 {
  margin: 0px;
}
.registration_form legend.text-bold {
    color: #1f3b71;
}
.registration_form h5.content-group {
    color: #1f3b71;
    font-weight: 500;
}
.travnet__form_content .registration_form .bg-primary {
    background-color: #203b71;
    border-color: #203b71;
    color: #fff;
}

/* ----------------------------------------
--  Receipt Front end
------------------------------------------- */
.client-payment-section .left-side-content {
    width: 30%;
}
.client-payment-section .travnet__form_content {
    width: 70%;
}
.travnet__form_content.customerPaymentTable_Contents {
  padding-right: 40px;
}
.customerPaymentTable_Contents table.customerPaymentTable td {
  font-size: 12px;
}
.crmFront_payment_receipt_container {
    width: 100%;
    position: relative;
    z-index: 11;
}
.crmFront_payment_receipt_container table {
    width: inherit;
    float: left;
    width: 100%;
}
.crmFront_payment_receipt_container table td:nth-child(3) {
    text-align: right;
}
.crmFront_payment_receipt_container table td {
    min-width: auto;
}
.crmFront_payment_receipt_container .table-responsive table th, 
.crmFront_payment_receipt_container .table-responsive table td {
    padding: 10px 10px;
}
.crmFront_payment_receipt_container .table-responsive table th {
    text-align: center;
}
.crmFront_payment_receipt_container .table-responsive table th:nth-child(3),
.crmFront_payment_receipt_container .table-responsive table tr:nth-child(3) {
    min-width: 120px;
}
.crmFront_payment_receipt_container .table-responsive table td:nth-child(n+2),
.crmFront_payment_receipt_container .table-responsive table td:nth-child(n+3) input {
    text-align: right;
}

.crmFront_payment_receipt_container table input.form-control {
    padding: 0px 0px !important;
    height: auto;
    border: none;
}
.crmFront_payment_receipt_container .btn-primary,
.crmFront_payment_receipt_container .btn-primary:focus, 
.crmFront_payment_receipt_container .btn-primary.focus, 
.crmFront_payment_receipt_container .btn-primary:hover {
    background-color: #003762;
}
.btn-underline {
  background: transparent;
  border: navajowhite;
  padding: 0px;
  /* text-decoration: underline; */
  color: #2a3ead;
  text-transform: capitalize;
  font-weight: 500;
}
.mb-0 {
  margin-bottom: 0px;
}
.btn-underline:hover {
  text-decoration: underline;
}
.btn-primary:hover {
  background: #1f358a !important;
}
.form-control:focus {
  border-bottom-color: #2a3ead;
  -webkit-box-shadow: 0 1px 0 #2a3ead;
  box-shadow: 0 1px 0 #2a3ead;
}

.payment-sum-table table tr td {
    font-size: 12px;
    padding: 5px 0px;
}
.payment-sum-table table tr td:first-child {
    width: 20% !important;
    min-width: 150px !important;
}
.payment-sum-table table tr td:last-child {
    font-size: 14px;
    text-align: right;
    color: #003762;
}
#payment_success_form_hidden {
    display: none;
    /* z-index: 99999999;
    position: relative; */
}
.common_page_banner {
    min-height: 35vh !important;
    clip-path: none !important;
}
.common_page_banner:after {
    background: rgba(233, 177, 56, 0.85);
}
.common_page_banner .crmFront_banner_Content {
  padding: 7% 0px 5% 0px;
}
.common_page_banner .crmFront_banner_Content {
    width: 100%;
}

.common_page_banner .crmFront_banner_Content h1 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}


.visa_custom_section .left-side-content {
    padding-top: 10%;
    width: 30%;
}
.visa_custom_section .travnet__form_content {
    width: 70%;
}
.visa_custom_section table tr td {
    padding: 4px 0px;
}
div#visa_status table tr td:nth-child(2) {
    width: 10px;
    min-width: 10px;
    max-width: 10px;
}
/* ----------------------------------------
--  Blog
------------------------------------------- */
section#blog-section {
    float: left;
    width: 100%;
    padding: 40px 0px;
}
.bloglist-contents {
    float: left;
    width: 100%;
}
.single-blog-contents {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.single-blog-contents a {
    font-size: 15px;
    font-weight: 700;
    /* color: #ec3f28; */
    color: #203b71;
    /* text-transform: uppercase; */
    display: inline-block;
    margin: 0px 0px;
    margin-top: 0px;
    max-width: 250px;
    -webkit-transition: .3s;
    transition: .3s;
}
p.blog_published_date {
    font-size: 12px;
    color: #a0a0a0;
}
.blog-images {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.text-center.blog-pagination.pt-20 {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.blog-pagination .pagination > .active > span{
    z-index: 3;
    color: #fff;
    /* background-color: #ec3f28;
    border-color: #ec3f28; */
    background-color: #203b71;
    border-color: #203b71;
    cursor: default;
}
.blog-sidebar {
    float: left;
    width: 100%;
}
.sidebar-category {
    float: left;
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 20px;
}
.blog-sidebar .navigation > li > a {
    padding: 12px 20px;
    /* color: #ec3f28; */
    color: #203b71;
    font-weight: 500;
}
.blog-sidebar .category-title {
    /* background: #ec3f28; */
    background: #203b71;
}
.blog-sidebar .category-title:not(.h5):not(.h6) > span {
    color: #FFFFFF;
}
.sidebar-category .category-title li a {
    color: #FFFFFF;
}

/* ----------------------------------------
--  Individual Blog
------------------------------------------- */
.individual-blog-contents {
    float: left;
    width: 100%;
}
.individual-blog-contents .blog-images img {
    width: 100%;
}
.individual-blog-contents p span {
    font-size: 14px !important;
}
.individual-blog-contents .blog-images {
    margin-bottom: 20px;
}


.payment-sum-table h2 {
    color: #003762;
    font-size: 16px;
    font-weight: 600;
}
.payment-sum-table h6 {
    font-size: 14px;
}



/* The container */
.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
  }
  
  /* Hide the browser's default checkbox */
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .radio-container .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #223d71;
  }
  
  /* On mouse-over, add a grey background color */
  .radio-container:hover input ~ .checkmark {
    background-color: #223d71
  }
  
  /* When the checkbox is checked, add a blue background */
  .radio-container input:checked ~ .checkmark {
    background-color: #223d71;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .radio-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .radio-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }



  section#crmFront_project_linkssds {
    float: left;
    width: 100%;
    padding: 80px 0px;
    padding-bottom: 180px;
}

  .box-shadow, .dropdown-menu, #header-wrap.fixed-header, .cart-list, .btn, .video-box, .featured-item, .testimonial, .testimonial-img img, .post.style-3, .post.style-4, .post-meta ul li a, .product-overlay ul li a, .featured-item.style-3 .featured-icon {
    -webkit-box-shadow: 0 9px 35px -2px rgba(85,149,240,.20);
    -moz-box-shadow: 0 9px 35px -2px rgba(85,149,240,.20);
    box-shadow: 0 9px 35px -2px rgba(85,149,240,.20);
}
.w-75 {
    width: 75%!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 1px 1px 16px 6px rgba(0, 0, 0, 0.44);
}
.img-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}
.section-title {
    margin-bottom: 50px;
    position: relative;
    margin-top: 100px;
}
.section-title h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-style: normal;
    line-height: 3.5rem;
    font-weight: 700;
    color: #40539f;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}
.section-title p {
    font-size: 14px;
}
/* -------------------------------
  -- New Login
---------------------------------- */
.show-loader {
  display: none ;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 999999;
}
.show-loader.active{
  display: block !important;
}
.loader-grid-row {
  animation: loader 5s cubic-bezier(.8, 0, .2, 1) infinite;
  height: 40px;
  position: absolute;
  top: calc(50% - 120px);
  left: calc(50% - 200px);
}
.load-wrap {
  text-align: center;
}
.load-wrap h2 {
  font-size: 16px;
  font-weight: 600;
  color: #2a3ead;
  margin: 0px;
}
.load-1 {
  min-height: 40px;
  height: 40px;
  /* margin-top: 100px; */
  width: 300px;
}
.load-1 img {
  width: 150px;
}
.front-loader.show {
  display: block;
  opacity: 1;
  transition: .3s;
}
.payment-front-loader {
  display: block !important;
  opacity: 1;
  transition: .3s;
}
.payment-front-loader .load-1 {
  width: auto;
  margin-top: 10px !important;
}
.front-loader .load-1 {
  width: auto;
  margin-top: 10px;
}
.payment-front-loader .load-1 {
  width: auto;
  margin-top: 10px;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 2px;
  border-radius: 15px;
  background-color: #2a3ead;
  margin: 0px 2px;
}
.load-1 .line:nth-last-child(1) {
  animation: loadingA 1.5s 1s infinite;
}

.load-1 .line:nth-last-child(2) {
  animation: loadingA 1.5s 0.5s infinite;
}

.load-1 .line:nth-last-child(3) {
  animation: loadingA 1.5s 0s infinite;
}

@keyframes loadingA {
  0% {
      height: 15px;
  }
  50% {
      height: 35px;
  }
  100% {
      height: 15px;
  }
}


.load-wrapp h2 {
  font-size: 16px;
  font-weight: 600;
  color: #2a3ead;
  margin: 0px;
}


section#travnet__user_login_sections {
  float: left;
  width: 100%;
  padding: 0px 0px;
  position: relative;
  top: 0px;
  /* background: url("../images/frontend/login-backgrond.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center; */
  min-height: 100vh;
  background: #FFFFFF;
}
.travnet__form_section {
  position: relative;
  width: 30%;
  top: 0px;
  left: 0px;
  min-height: 100vh;
}
.right-section {
  position: absolute;
  width: 70%;
  top: 0px;
  right: 0px;
  height: 100%;
  background: url("https://travnet-crm-resources.s3.eu-west-2.amazonaws.com/images/frontend/login-backgrond.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.right-section.registration-bg {
  background: url("https://travnet-crm-resources.s3.eu-west-2.amazonaws.com/images/frontend/registration-background.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.right-section.secured-login {
  /* background: url("https://travnet-crm-resources.s3.eu-west-2.amazonaws.com/images/secured-login-1.png") no-repeat; */
  /* background: url("../assets/images/secured-login-1.png") no-repeat;
  background-size: cover;
  background-position: center center; */
  background: none;
}
section#travnet__user_login_sections  .crmFront_logo {
  position: relative;
  padding: 5% 8%;
  padding-bottom: 0px;
}
section#travnet__user_login_sections .travnet__form_section .travnet__form_content {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 5% 8%;
  padding-bottom: 0px;
  /* padding-left: 13%; */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
section#travnet__user_login_sections .travnet__form_content h5.content-group-lg {
  font-size: 18px;
}
section#travnet__user_login_sections .travnet__form_section.registration-sections h5.content-group-lg {
  text-transform: none;
}
section#travnet__user_login_sections .login_contents {
  padding-bottom: 0px;
}
section#travnet__user_login_sections .form-group.form-group-2 {
  float: left;
  width: 100%;
}
section#travnet__user_login_sections .right-section.registration-bg .right-contents-items h6 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
}
section#travnet__user_login_sections  .login-footer-content {
  position: absolute;
  bottom: 20px;
  padding: 0% 8%;
}
section#travnet__user_login_sections .travnet__form_section.registration-sections span.select2-selection.select2-selection--single span {
  color: #333;
  font-weight: 400;
}
.select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]){
  border-bottom-color: #2a3ead;
  -webkit-box-shadow: 0 1px 0 #2a3ead;
  box-shadow: 0 1px 0 #2a3ead;
}
section#travnet__user_login_sections .travnet__form_section.registration-sections .login-footer-content {
  position: relative;
  float: left;
  margin-top: 50px;
}
.travnet__form_section.registration-sections .login_contents {
  padding-top: 0%;
}
section#travnet__user_login_sections .travnet__form_content h5 small{
  font-size: 75%;
}

section#travnet__user_login_sections .checkbox-container {
  font-size: 14px;
}
section#travnet__user_login_sections .travnet__form_section .travnet__form_content p {
  font-size: 12px;
}
section#travnet__user_login_sections .travnet__form_section .travnet__form_content p a.primary-text {
  font-weight: 500;
  /* text-decoration: underline; */
}
section#travnet__user_login_sections a.custom_link_bg_trans {
  color: #929292 !important;
  text-decoration: underline;
}
section#travnet__user_login_sections  .right-contents-items {
  position: relative;
  top: 6%;
  left: 15%;
  width: 55%;
}
section#travnet__user_login_sections .right-contents-items h6 {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
section#travnet__user_login_sections .right-contents-items a {
  padding: 8px 20px;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
section#travnet__user_login_sections .right-contents-items a.btn-warning {
  background: #d21d39;
  margin-right: 0px;
}
/* ==============================
  our-team-section
  ============================== */
section#team-section {
  float: left;
  width: 100%;
  padding: 40px 0px 10px 0px ;
}
section#core-team-section {
  float: left;
  width: 100%;
  padding: 0px 0px 40px 0px;
}
.core-team-header {
  float: left;
  width: 100%;
}
.core-team-header h4 {
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  color: #2a3ead;
  font-weight: 600;
}
.team-header {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.team-header h6 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #3f51b5;
}

.team-header p {
    color: #000;
    font-size: 16px;
}

.team-members {
    float: left;
    width: 100%;
    /* // margin-top: 50px; */
}

.single-team-member {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
}

.single-team-member img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-team-member:hover img {
    transition: scale(1.1);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.team-member-info {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.team-member-info h6 {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    /* letter-spacing: 3px; */
    margin: 0px;
}

.team-member-info p {
    font-size: 10px;
    font-weight: 400;
    /* // text-transform: uppercase;
    // letter-spacing: 3px; */
}

/* // ul.team-social-list {
//     float: left;
//     width: 100%;
//     text-align: center;
//     position: absolute;
//     top:40%;
//     left: 0px;
//     opacity: 0;
//     -webkit-transition: .5s;
//     -moz-transition: .5s;
//     -ms-transition: .5s;
//     -o-transition: .5s;
//     transition: .5s;
// } */
ul.team-social-list {
    float: left;
    width: 100%;
    text-align: center;
    /* position: absolute; */
    top: 40%;
    left: 0px;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0px;
}

.single-team-member:hover ul.team-social-list {
    opacity: 1
}

ul.team-social-list li {
    display: inline-block;
    padding: 0px 0px;
}

ul.team-social-list li a {
    /* // display: inline-block;
    // font-size: 20px;
    // font-weight: 400;
    // color: #FFFFFF;
    // border: 1px solid transparent;
    // width: 35px;
    // height: 35px;
    // text-align: center;
    // line-height: 32px;
    // -webkit-transition: .3s;
    // -moz-transition: .3s;
    // -ms-transition: .3s;
    // -o-transition: .3s;
    // transition: .3s; */
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    border: 1px solid #333333;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    -webkit-transition: .3s;
    transition: .3s;
}

/* // ul.team-social-list li a:hover {
//     background: #FFFFFF;
//     color: #4d4d4d;
//     border: 1px solid #FFFFFF;
// } */
/* -------------------- REgistration modal -------------------- */
.reg-success-img img {
  width: 250px;
}
.reg-success-img {
  float: left;
  width: 100%;
  text-align: center;
}
div#registrationSuccess .modal-body p {
  padding-top: 20px;
  font-size: 15px;
  color: #2a3ead;
  font-weight: 500;
  text-transform: unset;
  display: block;
  float: left;
  width: 100%;
  padding-inline: 40px;
  text-align: center;
  line-height: 24px;
}
button#registrationModalButton {
  padding: 6px 20px;
  margin-top: 0px;
}
div#registrationSuccess .modal-footer {
  text-align: center;
  margin-bottom: 20px;
}
section#travnet__user_login_sections .form-group.custom_form_group.has-error.has-danger .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-bottom-color: #D84315;
}
/* canvas {
  display: block;
  width: 600px;
  height: 600px;
  margin: 0 auto;
}
canvas#celebration {
  position: absolute;
  z-index: 9;
} */
.no-margin {
  margin: 0!important;
}
.help-block {
  color: #999999;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.primary-text {
  color: #2a3ead;
}
.bg-primary {
  background: #2a3ead;
  border-color: #2a3ead;
  color: #FFF;
}

.right-contents-items .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.5384616;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.right-contents-items .btn {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  border-width: 0;
  padding: 9px 17px;
  margin-top: 20px;
}
.client-payment-content .product-desc table th {
  border-color: #203b71;
}
.client-payment-content .product-desc table th,
.client-payment-content .product-desc table td {
  font-size: 13px;
  padding: 4px 10px !important;
}
.panel.panel-flat.client-payment-invoice-details table td {
  font-size: 14px;
}
.table-responsive.mt-20.product-desc thead.bg-front-primary th {
  border-color: #203b71;
}
table.table.total-table tr td {
  font-size: 14px;
}
table.resultTable.pro-desc-table th {
  border: 1px solid #ddd;
}
table.custom-table-borderless tr th {
  border: none;
  border-bottom: 1px solid #ddd;
}
.payment-status-failled p {
  font-size: 14px;
}
/* -------------------------  Responsive ------------------------------- */
  

/* -------------------------------
   Desktop
   ------------------------------- */
  
@media screen and (max-width: 1980px) and (min-width: 1600px) {
	
    .crmFront_banner_Content h1 {
        font-size: 48px;
    }
	.crmFront_banner_Content p {
        color: 
        #FFEEC9;
        text-align: left;
        font-weight: 400;
        font-size: 26px;
        padding: 0px 15%;
        padding-left: 15%;
        padding-left: 0px;
    }
    section#travnet__user_login_sections .travnet__form_section.registration-sections .login-footer-content {
      /* position: absolute; */
      float: left;
      margin-top: 40px !important; 
    }
}  

@media screen and (max-width: 1366px) {
	

	
}  

@media screen and (min-width: 1200px) {
	section#travnet__user_login_sections .checkbox-container {
        font-size: 12px;
    }
    .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 14px;
        width: 14px;
        background-color: #203b71;
    }
    .checkbox-container .checkmark:after {
        left: 5px;
        top: 2px;
        width: 4px;
        height: 9px;
    } 
    
}

@media screen and (max-width: 1199px) {
    section#travnet__user_login_sections .checkbox-container {
        font-size: 10px;
    } 
    .checkmark {
        position: absolute;
        top: 1px;
        left: 0;
        height: 14px;
        width: 14x;
        background-color: #203b71;
    }  
}

/* -------------------------------
   Tablet Landscape
   ------------------------------- */

@media screen and (max-width: 1024px) {
    .form-group div[class*="col-md-"]:not(.control-label) + div[class*="col-md-"] {
        margin-top: 0px !important;
    }    
    section#travnet__user_login_sections .checkbox-container {
        font-size: 9px !important;
    }
    .checkmark {
        position: absolute;
        top: 0px;
        left: 0;
        height: 14px;
        width: 14px;
        background-color: #203b71;
    }
}
  
@media screen and (max-width: 992px) and (min-width: 820px) {
    .common_page_banner .crmFront_banner_Content {
        padding: 12% 0px;
        padding-bottom: 0px;
    }
    section#travnet__user_login_sections .checkbox-container {
        /* font-size: 10px !important; */
        font-size: 8px !important;
    }
    #travnet__user_login_sections .login-form .has-feedback-left .form-control{
        padding-left: 30px !important;
    }
    .checkbox-container{
        padding-left: 28px;
        margin-bottom: 0px;
    }
    .checkmark {
        position: absolute;
        top: 0px;
        left: 0;
        height: 12px;
        width: 12px;
        background-color: #203b71;
    }
    .checkbox-container .checkmark:after {
        left: 4px;
        top: 1px;
        width: 4px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
  
@media screen and (max-width: 819px) and (min-width: 768px) {
    section#travnet__user_login_sections .checkbox-container {
        font-size: 7px !important;
        /* font-size: 9px !important; */
    }
    #travnet__user_login_sections .login-form .has-feedback-left .form-control{
        padding-left: 32px !important;
    }
    .checkbox-container{
        padding-left: 30px;
        margin-bottom: 0px;
    }
    .checkmark {
        position: absolute;
        top: 0px;
        left: 0;
        height: 12px;
        width: 12px;
        background-color: #203b71;
    }
    .checkbox-container .checkmark:after {
        left: 4px;
        top: 1px;
        width: 4px;
        height: 9px;
    } 
}

/* -------------------------------
   Tablet Portrait
   ------------------------------- */

@media screen and (max-width: 767px) {
    header.crmFront_header {
        padding: 20px 0px;
    }
    .crmFront_menu {
        margin-top: -38px;
    }
    .crmFront_logo {
        position: relative;
        z-index: 1;
    }
    .navbar-toggle {
        padding: 11px 7px;
        border: 1px solid #FFFFFF;
        border-radius: 0px;
        z-index: 99;
    }
    .crmFront_menu .navbar-default .navbar-toggle:hover, 
    .crmFront_menu .navbar-default .navbar-toggle:focus {
        background-color: #1e396c;
        border: 1px solid #1e396c;
    }
    .crmFront_menu .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .crmFront_menu ul.nav.navbar-nav {
        text-align: left;
        float: left;
        background: #003258;
        width: 100%;
        border: none;
        padding: 0px;
    }
    .crmFront_menu .navbar-default .navbar-nav > li > a {
        color: #FFFFFF;
        font-weight: 600;
        font-size: 12px;
        border-bottom: 1px solid #003258;
        
    }
    .crmFront_menu .navbar-default .navbar-nav > li > a:hover {
        color: #ec3428
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .crmFront_single_link {
        margin-bottom: 20px;
    }
    .form-group.login-options .col-md-6.col-xs-6 {
        margin-top: 0px !important;
    }
    .form-group.login-options .checkbox-container {
        text-align: left;
    }

    .left-side-content {
        float: left;
        width: 30%;
    }

    .travnet__form_content {
        width: 70%;
    }
    .form-group.login-options label.checkbox-container.checkbox-inline.text-right {
        padding-left: 0px;
        text-align: right;
    }
    .col-md-15.col-sm-3 {
        float: left;
        width: 100%;
    }
    .crmFront_banner_Content {
        padding: 20% 0px;
        width: 70%;
    }
    .crmFront_banner_Content h1 {
        font-size: 22px;
    }
    .crmFront_banner_Content p {
        font-size: 14px;
    }
    .common_page_banner .crmFront_banner_Content {
        padding: 14% 0px;
        padding-bottom: 0px;
    }
    /* --------------------login page---------------- */
    .travnet__form_section {
        width: 100%;
    }
    .login_contents {
        padding: 5% 0px;
    }
    .right-section {
        display: none;
    }
    section#travnet__user_login_sections .checkbox-container {
        font-size: 12px !important;
    }
    .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 14px;
        width: 14px;
        background-color: #203b71;
    }
    .checkbox-container .checkmark:after {
        left: 5px;
        top: 2px;
        width: 4px;
        height: 9px;
    } 
    .logo_img {
        display: none;
    }
    .visa_custom_section .left-side-content {
        padding-top: 10%;
        width: 100%;
    }
    .visa_custom_section .travnet__form_content {
        width: 100%;
    }
    
}
@media screen and (max-width: 580px) {
    .login-form {
        display: block;
    }
    .left-side-content {
        float: left;
        width: 100%;
        padding: 10px 10px;
        padding-bottom: 30px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .left-side-content:before {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .logo_img {
        top: 82%;
        right: 46%;
    }
    .travnet__form_content {
        float: left;
        width: 100%;
        border-top-right-radius:0px;
        border-bottom-right-radius: 0px;
        padding: 50px 10px;
    }
    /* .travnet__form_content h5.content-group-lg {
        text-align: center;
    } */
    .left-side-content-details {
        text-align: center;
    }


    .registration_sections .left-side-content {
        width: 100%;
        float: left;
        padding-top: 0%;
    }
    .registration_sections .travnet__form_content {
        width: 100%;
        float: left;
    }
    .login-form.registration_sections .travnet__form_content {
        padding-top: 30px;
    }

    .registration_form .form-group {
        margin-bottom: 10px;
    }



}
/* -------------------------------
   Phone
   ------------------------------- */
    
@media screen and (max-width: 479px) {
    
    .crmFront_logo img {
        width: 150px;
    }
    .crmFront_banner_Content h1 {
        font-size: 16px;
    }
    .crmFront_banner_Content {
        padding: 25% 0px;
        padding-bottom: 0px;
    }
    .title h6 {
        font-size: 20px;
    }
    .crmFront_banner_Content p {
        font-size: 14px;
    }
    .visa-header h6 {
        font-size: 18px;
    }
    a.btn-1 {
        padding: 8px 30px;
        font-size: 12px;
    }
    section#travnet__user_login_sections .crmFront_logo {
      padding: 5% 8%;
      /* text-align: center; */
    }
}

@media screen and (max-width: 380px) {
    section#travnet__user_login_sections .checkbox-container {
        font-size: 10px !important;
    }
    .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 13px;
        width: 13px;
        background-color: #203b71;
    }
    .checkbox-container .checkmark:after {
        left: 5px;
        top: 1px;
        width: 4px;
        height: 9px;
    } 
}