@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

/* Base Styles */

#homeControl{
    border-left: 4px solid #FF3300;
    margin-right: 10px;
}
#homeControl * button:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
#homeControl img.down{
    float: right;
}
#homeControl .card{
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
#homeControl .card-header:hover, #homeControl .card-header.active{
    background: #66665e;
    background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
    background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
    background: linear-gradient(#66665e 0%, #45463d 100%);
    color:#fff;
}
#homeControl .card-header:hover button{
    color:#fff;
}
#homeControl .card-header:hover button:hover{
    text-decoration: none;
    color:#fff;
}
#homeControl .card-body{
    background-color: #FF3300;
}
.about_name {
    margin: 4px 0 15px;
    width: 101%;
}

.about_name label.warning {
    margin: -43px 55px 0 0;
}
.about_name input,.about_name select,.about_name textarea {
    float:left;
}
#address_box label.warning{
    margin:-44px 55px 0 0;
}

#alternate_phone label.warning{
    height: 16px;
    /*margin: -42px 55px 0 0;*/
}
div.errors ul li{
    list-style: none;
    color: red;
}
.first, p.third, p.fourth, p.eigth, .first p {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    margin: 0;
}
p.fifth, p.second, p.sixth, p.seven{
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
}

.first > label {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    margin: 0;
}
.first > input {
    border: 1px solid #3C3C3C;
    float: left;
    padding: 5px 2px;
}

.first > select {
    border: 1px solid #3C3C3C;
    float: left;
    padding: 4px;
}

.has-sub img {
    float: right;
    margin: 25px 20px 0 0;
}
h2.section-title{
    font-size: 22px;
}
.row-header h2{
    font-size: 16px;
    font-weight: bold;
    color: #43C1E7;
}
.travele_sum_main {
    border-bottom-color: #A0A0A0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0;
}
.travele_sum_main.even {
    background: #f1f1f1;
}
.travele_sum_main .row-header{
    padding-top: 15px;
    border-top: thin solid #ccc;
}
.top-order-id span{
    font-size: 15px;
    font-weight: bold;
    color:#000;
    margin-right: 20px;
}
p.signature_line{
    margin-left: 20px;
}

#doc-lists .form-check{
    margin-left: 15px;
}
#doc-lists .doc-title{
    font-size: 17px;
    font-weight: bold;
}
#home-page .first{

}
#cssmenu ul li ul, #cssmenu ul li ul form{
    background: #FF3300;
}
span.thanks{
    font-size: 15px;
    font-weight: bold;
    color:#000;
    margin-right: 3px;
}
.contact-info, .shipping-info {
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.contact-info h3, .shipping-info h3{
    font-size: 22px;
}
.order_address p{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}
/* Base Styles */
#cssmenu11,
#cssmenu1 ul,
#cssmenu1 li,
#cssmenu1 a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  position: relative;
}
#cssmenu1 {
  width: 250px;
  border-bottom: 4px solid #656659;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu1 a {
  line-height: 1.3;
}
#cssmenu1 > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu1 > ul > li:first-child > a {
  padding: 15px 10px;
  background: url(menu_images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#cssmenu1 > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu1 > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}

#cssmenu1 > ul > li {
  background: #e94f31;
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);
}
#cssmenu1 > ul > li:hover {
  background: #e84323;
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);
}
#cssmenu1 > ul > li > a {
  font-size: .9em;
  display: block;
  background: url(menu_images/pattern.png) top left repeat;
  color: #ffffff;
  border: 1px solid #ba2f14;
  border-top: none;
  text-shadow: 0 -1px 1px #751d0c;
}
#cssmenu1 > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu1 > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu1 > ul > li.active {
  border-bottom: none;
}
#cssmenu1 > ul > li.has-sub1 > a span {
  background: url(menu_images/icon_plus.png) 96% center no-repeat;
}
#cssmenu1 > ul > li.has-sub1.active > a span {
  background: url(menu_images/icon_minus.png) 96% center no-repeat;
}

#cssmenu1 ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu1 ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu1 ul ul li:last-child {
  border-bottom: none;
}
#cssmenu1 ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: .8em;
  font-weight: normal;
}
#cssmenu1 ul ul a:before {
  content: '\00BB';
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu1 ul ul a:hover {
  color: #e94f31;
}

/************06-11-2013 by amit**************/
.first > input.submit
{
    /*background: none repeat scroll 0 0 #FF3103;*/
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: auto;
    padding:0 20px;
    border:medium none;
    cursor:pointer;
}

#cssmenu.paymentstep {
    width: 565px;
    float: left;
}

#cssmenu.paymentstep ul
{
  border:medium none;
}

#cssmenu.paymentstep > ul > li
{
  border:medium none;
}

#cssmenu.paymentstep > ul > li:hover
{
  background:none;
}

#cssmenu.paymentstep > ul > li:first-child:hover
{
  background:none;
}

#cssmenu.paymentstep ul ul
{
  float:left;
  width:100%;
}

.maindiv {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 0 0 30px;
    padding: 5px 20px 15px;
    width: 80%;
}
.rightbox {
    float: left;
    width: 100%;
    margin: 5px 0 0;
}

.rightbox h3
{
    float: left;
    font-size: 24px;
    width: 100%;
    color: #0099FF;
    margin: 0 0 10px;
}

#cssmenu.paymentstep > ul > li:hover
{
  color:#000;
}

#cssmenu.paymentstep .step_payment {
    float: left;
    width: 50%;
    margin: 0 0 5px;
}

#cssmenu.paymentstep .step_payment > label {
    float: left;
    width: 100%;
    font-size: 14px;
}

#cssmenu.paymentstep .step_payment > select {
    float: left;
    height: 26px;
    width: 150px;
    border: 1px solid #3C3C3C;
    padding: 3px;
}

#cssmenu.paymentstep .step_payment > input {
    float: left;
    height: 26px;
    width: 150px;
    border: 1px solid #3C3C3C;
}

#cssmenu.paymentstep .step_payment > input.sel {
    width: 40px;
}

#cssmenu.paymentstep .step_payment > input.expdate {
    width: 80px;
    margin: 0 0 0 10px;
}

#cssmenu.paymentstep .paymentsubmit
{
  float:left;
  width:100%;
  text-align:center;
  margin: 5px 0 0;
}

#cssmenu.paymentstep .paymentsubmit input
{
  float:left;
  width:auto;
  padding:10px 20px;
  background:none repeat scroll 0 0 #FF3300;
  color:#fff;
  border:medium none;
}
.have_info img{
    position: absolute;
    margin-left: -28px;
    margin-top: 3px;
    background: #0075FF;
    border-radius: 50%;
    padding:2px;
}
.passport_services .have_info label{
    margin-right: 35px;
}

.passport_div h3 {
    width:100%;
    text-align:center;
    font-size:24px;
    color:#64635F;
}

.passport_div img {
    margin:10px auto;
}

.passport_div p {
    width:100%;
    font-size:14px;
    text-align:center;
    color:#64635F;
}
.visa_text_div {
    float: left;
    margin: 20px 0 0;
    width: 90%;
}

.visa_text_div img {
    width:74px;
    height:74px;
    float:left;
    margin:0 10px 0 0;
}

.visa_text_div p {
    float:left;
    width:60%;
    font-size: 14px;
}
.read_more {
    width:90%;
    margin: 20px 0 0;
    float:left;
}

.read_more a {
    background: none repeat scroll 0 0 #FF3103;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 100px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -khtml-border-radius:3px;
    behavior: url(/css/border-radius.htc);
}
.visa_app img {
    float:left;
    width:85px;
    height:175px;
    margin: 0 10px 0 0;
}

.visa_app p {
    width:60%;
    float:left;
    font-size:16px;
    text-align: left;
}

.visa_app h3 {
    width:100%;
    float:left;
    font-size:30px;
    color:#636361;
    margin: 0 0 10px;
    text-align: left;
}
.sign_in_con
{
    width:100%;
    float:left;
}

.sign_in_con h2 {
    border-bottom: 2px solid #636361;
    color: #636361;
    float: left;
    font-size: 30px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
}

.sign_in_con p {
    color: #000;
    float: left;
    font-size: 18px;
    width: 100%;
    margin: 0 0 20px;
}

.signin_inner{
    float:left;
    width:100%;
    margin: 0 0 20px;
}
.signin_inner label span, .required span, label.required span{
    color:#FF0000;
}
.signin_inner > span {
    float: right;
    font-size: 14px;
    margin:0;
    text-align: left;
    width: 98%;
}

.signin_inner .buton_continue input.submit {
    background: none repeat scroll 0 0 #2FADE7;
    border: medium none;
    color: #FFFFFF;
    float: right;
    min-width:120px;
    font-size: 18px;
    font-weight: normal;
    height: auto;
    line-height: 23px;
    margin: 0 10px 0 0;
    padding: 5px 7px;
    text-align: center;
    text-transform: capitalize;
    width: auto;
    cursor:pointer;
}

#registerform .ui-datepicker-trigger{
    position: absolute;
    right: 15px;
    margin-top: 35px;
    height: 30px;
}
#logsignpassportinform .signin_inner{
    position: relative;
}
#logsignpassportinform .ui-datepicker-trigger{
    position: absolute;
    right: 10px;
    top: 35px;
    height: 30px;
}
.ui-datepicker-trigger{
    position: absolute;
    height: 30px;
}
#cmaForm .ui-datepicker-trigger{
    top: 5px;
    right: 20px;
}
#travelers_info .ui-datepicker-trigger{
    margin-top: 30px
}
.contact_page .visa_express h3{
    font-size: 22px;
}
.contact_page h2 {
    border-bottom: 2px solid #636361;
    color: #636361;
    float: left;
    font-size: 30px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
}
.address_box h4 {
    color: #000000;
    float: left;
    font-size: 18px;
    width: 100%;
}
.address_box p{
    float:left;
    width:100%;
    font-size:14px;
    color:#636361;
    margin: 0;
}
.address_box p a{
    color:#43C1E7;
}
.trip_info h2, .traveler_info h2, .page-title  {
    border-bottom: 2px solid #636361;
    color: #636361;
    /*float: left;*/
    font-size: 22px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 100%;
}
.traveler_info_header {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 2px solid #636361;
}
.traveler_info_header .title{
    padding-left: 0;
}
#travelers_info .service-item{
    display: inline-block;
    padding: 15px 15px 15px 0;
}
#travelers_info .service-item label {
    margin-left: 6px;
}
div[id^="mat_"] .service-item label{
    margin-left: 4px;
}
.title-traveler-name{
    background: none repeat scroll 0 0 #2FADE7;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 22px;
    margin: 0 0 9px 0;
    padding: 10px 0 10px 10px;
    width: 100%;
}
.item-name{
    display: block;
    font-size: 22px;
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid;
}
#step-three .about_name2 {
    margin-bottom: 15px;
}
#step-three .about_name5 {
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
#step-three .about_name2 label {
    color: #636361;
    float: left;
    font-size: 16px;
    margin: 0 0 4px;
    /*width: 35%;*/
    position: relative !important;
}
#more-visa .morevisa{
    padding-top: 15px;
    border-top: dashed thin #aaa;
}
#event_cloning_remove_current{
    margin-left: 15px;
}
.china-visa-wrapper{
    width: 100%;
    display: flex;
}
.infor_text{
    margin: 15px;
}
.table{
    font-size: 14px;
}
.table .thead-dark th{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #686868;
    border-color: #7F7F7F;
}
.table th, .table td{
    padding: 0.5rem;
}
/******Payment page***************/
.StepBoxes {
    float:left;
    margin:20px 0 10px 0;
    border:1px solid #e0e0e0;
    padding:10px;
    background-color: rgb(255,255,255);
}
.StepBoxes h3 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #404040;
    float: left;
    font-size: 20px;
    line-height:26px;
    margin: -25px 0 0px;
    padding: 0 25px;
    position: relative;
    text-align: center;
    width: auto;
}
.StepBoxes p {
    font-size:14px;
    line-height:20px;
    color:#686868;
    float:left;
    width:100%;
    margin:0;
    padding:0 0 15px 0;
}
.StepInputdiv {
    float:left;
    margin:0 0 7px 0;
}
.left-1 {
    margin-left:25%;
}
.left-2 {
    margin-left:10%;
}
.StepInputdiv input.checkbx {
    float:left;
    width:15px;
    height:15px;
    border:none;
    margin:0 10px 0 0;
}
.StepInputdiv label {
    font-size:16px;
    line-height:20px;
    color:#686868;
    float:left;
    margin:0;
    padding:0 0 0px 0;
}
.PaymentLeft {
    float:left;
    width:320px;
}
.PaymentLeft label {
    font-size:13px;
    line-height:20px;
    color:#686868;
    float:right;
    margin:0;
    text-align:right;
    width:100%;
    padding:0 20px 0px 0;
}
.PaymentLeft label span {
    color:#F00;
}
.Paymentright {
    float:left;
    width:440px;
}
.Paymentright span{
    font-size:13px;
    line-height:18px;
    color:#686868;
    float:right;
    margin:0;
    text-align:left;
    width:100%;
    padding:5px 0px 5px 0;
}
.Paymentright select {
    width: 270px;
}

.Paymentright input.setting {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    float: left;
    height: 24px;
    margin: 0 12px 0 0;
    padding: 0px;
    width: 90px;
}


.Paymentright select.setting {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    float: left;
    height: 24px;
    margin: 0 12px 0 0;
    padding: 0px;
    width: 90px;
}


.Paymentright select.Small{
    width:90px !important;
}
.Paymentright input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    float: left;
    height: 24px;
    margin: 0 12px 0 0;
    padding: 0 5px;
    width: 260px;
}
.Paymentright input.RememberCheck{
    width:15px !important;
}
.Paymentright input.radiobt {
    float:left;
    width:15px;
    height:15px;
    margin:3px 5px 0 0;
}
.Paymentright label {
    font-size:16px;
    line-height:20px;
    color:#686868;
    float:left;
    margin:0;
    padding:0 10px 0px 0;
}
.CommentBox {
    float:left;
    width:100%;
}
.CommentBox textarea {
    border: 1px solid #e0e0e0;
    float: left;
    font-size: 14px;
    padding: 5px;
    width: 98.5%;
    color:#686868;
    height: 100px;
    resize:none;
    overflow:hidden;
}
.CommentBox textarea:focus {
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 1px rgba(68, 68, 68, 0.6);
    -webkit-box-shadow: 1px 1px 1px rgba(68, 68, 68, 0.6);
    box-shadow: 1px 1px 1px rgba(68, 68, 68, 0.6);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
}
#term-agreement label.warning{
    position: absolute;
    margin-top: 25px;
    left:0;
    color:red;
    font-size: 11px;
}
label.warning{
    color:red;
    font-size: 11px;
}
/********End Payment page***************/
/********Frontend dashboard page***************/
#dashboard-main .dashboard_list ul{
    list-style: none outside none;
    margin: 0 15px 0 0;
    padding: 0;
}
#dashboard-main .dashboard_list ul li{
    border-bottom: 1px dotted #E0E0E0;
    line-height: 26px;
}
#dashboard-main .dashboard_list ul li a{
    color: #1A1A1A;
    font-size: 17px;
    padding: 5px 0;
    display: block;
}
#dashboard-main .dashboard_list ul li a:hover{
    text-decoration: none;
    color: #22c0cb;
}
#dashboard-main .dashboard_list ul li.active a {
    color: #22c0cb;
}
#dashboard-main .card-header h5 a{
    color: #1A1A1A;
}
#dashboard-main .card-header h5 a:hover{
    color: #22c0cb;
}
.VisaDetail{
    float:left;
    width:100%;
    margin:20px 0 25px 0;
}

.VisaDetail h2 {
    float: left;
    font-size: 24px;
    padding: 5px 0;
    width: 100%;
}
.dataTables_paginate {
    float: right;
    text-align: right;
}
#dashboard-main #registerform .ui-datepicker-trigger{
    margin-top: -35px;
}
label.warning, label.error {
    color: #FF0000;
    font-size: 11px;
}
/********End Frontend dashboard page***************/
#name-error, #name2-error{
    position: absolute;
    right: 0px;
    margin-top: 45px;
}
::placeholder {
    color: lightgray !important;
    opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: grey;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: gray;
}
#profile-edit #dashboard-main #registerform .ui-datepicker-trigger{
    margin-top: 35px;
}
#shipping_pers_detail{
    margin-top: 15px;
}
.visa-input-block{
    margin-bottom: 18px;
    border-bottom: dashed thin #aaaaaa;
}
.sq-card-iframe-container{
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
#payment-status-container.is-failure *{
    color: red;
    list-style: none;
}
.traveler_service label.warning {
    position: absolute;
    margin-top: 25px;
    color:red;
    font-size: 11px;}
