body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.form-control {
    font-weight: 300;
}
.h2, h2 {
    font-size: 1.5rem;
    color: #234a68;
}
.bg-dark {
    background-color: #2d2d2d!important;
}
.btn {
    border-radius: 0;
    font-weight: 300;
}
.btn-primary {
    color: #fff;
    background-color: #1797D4;
    border-color: #1797D4;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: .875rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}
.quote-form .form-control {
    border-radius: 0px; 
    border-bottom: 0px;
    border-top: 0px;
}
.quote-form .form-control {
    height: 3.5rem;
}
.quote-form .form-control-sm {
    height: 1.5rem;
    max-width: 100px;
    float: right;
}
.quote-form .btn {
    height: 3.5rem;
    line-height: 2.5rem
}
.quote-form .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 26px;
}
.quote-form .dropdown-menu {
    width: 100%;
    padding: 1rem 0;
    border-radius: 0px;
    padding: 1rem;
}
.quote-form .dropdown-menu .form-control {
    border: 1px solid #ced4da;
}
.nav-item a {
color: #eee;
font-weight: normal;
}
.quote-form-nav > .nav > .nav-item > .active {
color: #fff;
font-weight: normal;
border-bottom: 2px solid #fff;
}
.border-light {
    border: 1px solid #ced4da !important;
}
.top {
    padding: 100px 0;
    background: url(../images/top-bg2.jpg) no-repeat top;
    background-size: cover;
}
.flex-control {
    background:transparent;
    border: 0;
    color: #fff;
}


/**/
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
nav .phone {
    color: #fff
    font-size:14px;
}

.nav .phone .phone-title {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    color: #fff;
}
.nav .phone .phone-number {
    display: block;
    font-size: 16px;
    padding-top: 5px;
    color: #fff;
}
.navbar-right li:first-child {
    padding-right: 40px
}
section {
    padding: 30px
}
.blu {
    color: #0197d4
}
.gray-lt {
    color: #7d7d7d
}
.gray-dk {
    color: #737373
}

.how {
    background: #ececec
}
.how h2 {
    margin-top: 5px
}
.about {
    background: #234a68;
    color: #fff
}
.about span {
    font-size: 18px
}
.about p {
    margin-top: 30px;
    font-size: 18px
}
.about i {
    padding: 0 10px;
    font-size: 20px
}
.pricing {
    background: #ececec;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}
.pricing .btn {
    margin-top: 10px
}
.pricing .price-exp {
    margin: 30px 0 10px
}
.fare-price {
    font-weight: 200;
    font-size: 15px
}
.as-seen-in {
    margin: 0 auto;
    text-align: center
}
.as-seen-in .btn {
    margin-top: 20px
}
footer {
    padding: 30px 0;
    background: #303030
}
footer .newsletter .form-control {
    display: inline;
    width: 100%;
    height: 47px;
    padding: 6px 12px 6px 5px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #ccc
}
footer .newsletter-success {
    color: #fff;
    font-size: 18px
}
.hl_results {
    font-weight: 700!important
}
.inclose {
    display: none;
    cursor: pointer;
    position: relative;
    float: right;
    margin: -35px 10px 0 0;
}
.incloseinn .inclose {
    margin: -35px 1px 0 0
}
#f_frm3 .inclose {
    margin: -35px 5px 0 0
}
footer .newsletter .btn {
    margin-left: 10px
}
.ui-autocomplete {
    background: #fff;
    width: 262px!important;
    padding-left: 10px;
    height: auto;
    overflow-x: scroll;
    overflow-x: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}
.ui-autocomplete li {
    list-style: none;
    padding-left: 0;
    float: left;
    width: 100%
}
#inf_field_Country2 option {
    width: 100px
}
.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 10000
}
.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
.picker {
    width: 100%
}
.picker__holder {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 275px;
    max-width: 466px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    max-height: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -webkit-transition: all .15s ease-out, max-height 0 .15s;
    -moz-transition: all .15s ease-out, max-height 0 .15s;
    transition: all .15s ease-out, max-height 0 .15s
}
.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    -webkit-transition: all .15s ease-out, max-height 0;
    -moz-transition: all .15s ease-out, max-height 0;
    transition: all .15s ease-out, max-height 0;
    -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12)
}

.picker__box {
    padding: 0 1em
}
.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em
}
.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}
.picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic
}
.picker__select--month,
.picker__select--year {
    font-size: .8em;
    border: 1px solid #b7b7b7;
    height: 2.5em;
    padding: .66em .25em;
    margin-left: .25em;
    margin-right: .25em;
    margin-top: -.5em
}
.picker__select--month {
    width: 35%
}
.picker__select--year {
    width: 22.5%
}
.picker__select--month:focus,
.picker__select--year:focus {
    border-color: #0089ec
}
.picker__nav--next,
.picker__nav--prev {
    position: absolute;
    top: -.33em;
    padding: .5em 1.33em;
    width: 1em;
    height: 1em
}
.picker__nav--prev {
    left: -1em;
    padding-right: 1.5em
}
.picker__nav--next {
    right: -1em;
    padding-left: 1.5em
}
.picker__nav--next:before,
.picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}
.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #000
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
    cursor: pointer;
    color: #000
}
.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
    cursor: default;
    background: 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}
.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}
#quote {
    padding-bottom: 0px!important;
}
#quote footer {
    position: inherit!important;
    left: inherit!important;
    bottom: inherit!important
}
/*footer {
    float: left;
    width: 100%;
}*/
/*body {
    padding-bottom: 126px;
}*/
.agentcenter {
    margin: auto;
    width: 462px;
}
.agent-info {
    float: left;
    width: 462px;
}
.agent-info h1 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding: 0px 0 20px 0;
    margin: 0px 0 20px 0;
}
.agent-info input[type="text"] {
    background: #fff;
    border: 0px;
    width: 100%;
    padding: 0 19px;
    height: 45px;
    font-size: 16px;
    color: #999999;
}
.agent-info textarea {
    background: #fff;
    border: 0px;
    width: 100%;
    padding: 19px;
    height: 45px;
    font-size: 16px;
    color: #999999;
    resize: none;
    line-height: 18px;
    float: left;
}
.agent-info input[type="submit"] {
    background: url(../images/newsubmit.png) no-repeat left top;
    width: 221px;
    height: 50px;
    font-size: 0px;
    border: 0px;
}
.agent-info input[type="submit"]:hover {
    background-position: bottom
}
.flightinfo {
    height: 115px!important;
}
.flightinfo2 {
    height: 75px!important;
}
.agent-info p {
    padding: 0 0 20px 0;
    margin: 0px;
    float: left;
    width: 100%;
    color: #FFFFFF
}
.agent-info p.newstyle {
    text-align: left;
}
.agent-info p.newstyle label {
    font-weight: 400;
    margin: 0 15px 0 0px;
    font-size: 16px;
}
.agent-info p.newstyle label input[type="radio"] {
    margin: 0 5px 0 0
}
#nofix {
    position: inherit;
    height: 20px
}
.nopadding {
    padding: 0px;
}
.submitdiv {
    float: left;
    width: 100%;
}
.submitdiv input[type="submit"] {
    background: url(../images/continue.jpg) no-repeat left top;
    width: 134px;
    height: 49px;
    border: 0px;
    float: right;
    font-size: 0px;
}
.submitdiv input[type="submit"]:hover {
    background-position: bottom
}
.error {
    color: #FF0000;
}
.submitdiv a.continue {
    background: url(../images/continue.jpg) no-repeat left top;
    width: 153px;
    height: 49px;
    border: 0px;
    float: right;
    font-size: 0px;
}
.submitdiv a.continue:hover {
    background-position: bottom
}
.submitdiv2 {
    float: left;
    width: 100%;
}
.submitdiv2 input[type="submit"] {
    background: url(../images/newsubmit.png) no-repeat left top;
    width: 221px;
    height: 50px;
    border: 0px;
    float: left;
    font-size: 0px;
}
.submitdiv2 input[type="submit"]:hover {
    background-position: bottom
}
.submitdiv2 a.sbmt {
    background: url(../images/newsubmit.png) no-repeat left top;
    width: 221px;
    height: 50px;
    border: 0px;
    float: left;
    font-size: 0px;
}
.submitdiv2 a.sbmt:hover {
    background-position: bottom
}
.conform {
    float: left;
    width: 100%;
    padding: 0px 0 47px 0;
    background: #fbfafa
}
.conform h1 {
    font-size: 22px;
    color: #1797d4;
    text-transform: uppercase;
    font-weight: 700;
    margin: 34px 0 30px 0;
}
.conform #accordion {
    margin: 0px;
    width: 100%;
    float: left;
}
.conform #accordion .panel {
    padding: 0px;
    margin: 0px;
}
.conform #accordion .panel-heading2 {
    background: #234a68;
    border: 0px;
    padding: 0px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
}
.conform #accordion .panel {
    border-radius: 0px;
    border: 0px;
    margin: 0 0 2px 0
}
.conform #accordion .panel-heading2 a {
    display: block;
    padding: 9px 0;
}
.tadd2 {
    background: #226191!important
}
.conform #accordion .panel-collapse {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.passenger {
    float: left;
    width: 100%;
}
.passenger p {
    font-size: 16px;
    color: #234a68;
    margin: 0px;
    padding: 0 0 20px 0;
}
.numberdiv {
    float: left;
    width: 100%;
    padding: 0 0 20px 0
}
.numberdiv p {
    float: left;
    width: 190px;
    margin: 5px 0 0 0;
    padding: 0px;
}
.numberdiv p b {
    color: #ff0000
}
.numberdiv select {
    width: 136px;
    color: #333;
    padding: 10px 20px;
    height: 45px;
    border: 1px solid #e4e4e4
}
.conform #accordion .panel-body {
    padding: 22px 0;
}
.num1 {
    float: left;
    width: 354px;
}
.num2 {
    float: left;
    width: 354px;
    margin: 0 0 0 40px;
}
.num3 {
    float: right;
    width: 354px;
}
.passenger ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px 0 28px 0;
    margin: 0px!important;
}
.passenger label {
    display: block;
    font-size: 16px;
    color: #234a68;
    font-weight: 400;
    margin: 0px 0 12px 0;
}
.passenger label b {
    color: #ff0000
}
.passenger li input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
    padding: 0 15px;
    line-height: 45px;
}
.passenger li select {
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
    padding: 0 15px;
    line-height: 45px;
}
.numnew1 {
    float: left;
    width: 80px;
}
.numnew2 {
    float: left;
    width: 217px;
    margin-left: 15px;
}
.numnew3 {
    float: left;
    width: 217px;
    margin-left: 15px;
}
.numnew4 {
    float: left;
    width: 217px;
    margin-left: 15px;
}
.numnew5 {
    float: left;
    width: 74px;
    margin-left: 15px;
}
.numnew6 {
    float: right;
    width: 260px;
}
.numnew6 select {
    width: 74px!important;
    margin-right: 15px;
    padding: 0px 5px!important;
}
.numnew6 select:last-child {
    margin: 0px;
}
.numnew1 select {
    padding: 0px 5px!important;
}
.loopbox {
    margin-bottom: 20px;
}
.card-detail {
    float: left;
    width: 100%;
}
.card-detail label {
    display: block;
    font-size: 16px;
    color: #234a68;
    font-weight: 400;
    margin: 0px 0 12px 0;
}
.card-detail b {
    color: #ff0000
}
.card-detail input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
    padding: 0 15px;
    line-height: 45px;
}
.card-detail select {
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
    padding: 0 15px;
    line-height: 45px;
}
.card-detail textarea {
    width: 100%;
    height: 95px;
    border: 1px solid #dddddd;
    padding: 0 15px;
    line-height: 45px;
    resize: none;
}
.card-detail .leftpara2 span {
    padding: 0 0 0 36px;
}
.card-detail .leftpara2 span input[type="radio"] {
    vertical-align: -1px;
    margin: 0 10px 0 0
}
.paydiv {
    float: left;
}
.card-detail p {
    font-size: 16px;
    margin: 0px;
    padding: 0px 0 20px 0;
}
.leftpara {
    float: left;
    width: 550px;
}
.leftpara2 {
    float: left;
    width: 100%;
    font-size: 16px;
    padding: 0 0 20px 0
}
.rightpara {
    float: right;
    width: 550px;
    padding: 0 0 20px 0
}
.rightpara .cards {
    height: 33px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.card-detail p input[type="checkbox"] {
    vertical-align: -1px;
    margin: 0 10px 0 0
}
.monthdiv {
    width: 265px!important
}
.yeardiv {
    width: 265px!important;
    float: right;
}
.panel-heading2 a {
    background: url(../images/tabnew.png) no-repeat right 17px;
}
.tadd2 a {
    background: url(../images/tabnew2.png) no-repeat right 17px;
}
.radiodiv {
    display: inline
}
#collapseThree1 {
    margin-top: 30px!important;
}
form p input[name="card_number"].valid {
    background: url('../images/tick.png') 98% 14px no-repeat;
}
.cards li {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-image: url('../images/card_logos.png');
    background-position: 0 0;
    float: left;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 51px;
}
.cards .amex.off {
    background-position: 204px 32px;
}
.cards .visa.off {
    background-position: 0 32px;
}
.cards .mastercard.off {
    background-position: 103px 32px;
}
#same_billing {
    margin-right: 10px;
}
.cards .amex {
    background-position: 204px 0;
}
.cards .mastercard {
    background-position: 102px 0;
}
.cards .visa {
    background-position: 153px 0;
}
.flighttop {
    float: left;
    width: 100%;
    margin: 0 15px;
}
.loopfly {
    float: left;
    width: 100%;
}
.loopfly ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}
.loopfly ul li {
    list-style: none;
    display: block;
    border-bottom: 1px dotted #eee;
    padding: 5px 0
}
.how3 {
   /* float: left; */
    width: 99.8%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}
.navbrandright {
    float: right;
    padding: 0px;
    height: auto
}
.dolldiv {
    background: url("../images/dollar.png") no-repeat 10px 12px #fff!important;
    padding-left: 38px!important
}
#newtopper {
    background: #444
}
.rules ul li {
    padding: 5px;
}
.agent-info .success {
    color: #fff;
    font-size: 18px;
    text-align: left;
    width: 100%;
}
@media (min-height: 26.5em) {
    .picker__table {
        margin-bottom: .75em
    }
}
.picker__table td {
    margin: 0;
    padding: 0
}
.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500
}
@media (min-height: 26.5em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}
.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent
}
.picker__day--today {
    color: #0089ec;
    position: relative
}
.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: .5em solid #0059bc;
    border-left: .5em solid transparent
}
.picker__day--selected,
.picker__day--selected:hover {
    border-color: #0089ec
}
.picker__day--highlighted {
    background: #b1dcfb
}
.picker__day--disabled:before {
    border-top-color: #aaa
}
.picker__day--outfocus {
    color: #ddd;
    -ms-filter: "alpha(Opacity=66)";
    filter: alpha(opacity=66);
    -moz-opacity: .66;
    opacity: .66
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
    background: #0089ec;
    color: #fff
}
.picker__day--disabled,
.picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}
.picker__footer {
    text-align: center
}
.picker__button--clear,
.picker__button--today {
    border: 1px solid #fff;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 700;
    width: 50%;
    display: inline-block;
    vertical-align: bottom
}
.picker__button--clear:hover,
.picker__button--today:hover {
    cursor: pointer;
    color: #000
}
.picker__button--clear:focus,
.picker__button--today:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: 0
}
.picker__button--clear:before,
.picker__button--today:before {
    position: relative;
    display: inline-block;
    height: 0
}
.picker__button--today:before {
    content: " ";
    margin-right: .45em;
    top: -.05em;
    width: 0;
    border-top: .66em solid #0059bc;
    border-left: .66em solid transparent
}
.picker__button--clear:before {
    content: "\D7";
    margin-right: .35em;
    top: -.1em;
    color: #e20;
    vertical-align: top;
    font-size: 1.1em
}
#newgroup {
    width: 167px;
    height: 45px;
    color: #555;
    font-size: 16px;
    float: left;
    margin: 0 0 0 14px
}
#select-group,
#select-group-two {
    color: #555;
    font-size: 16px;
    float: left;
    margin: 0 0 0 17px
}
.h_select {
    position: absolute;
    display: none;
    left: 160px;
    top: 45px;
    border: 0 solid #ccc;
    float: left;
    width: 198px;
    background: url(../images/topaero.png) no-repeat left top;
    z-index: 10;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 11px
}
.h_select2 {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 0 0 4px 4px
}
.h_select .sel_a {
    float: left;
    width: 100%;
    padding: 2% 5%
}
.h_select span {
    float: left;
    font-size: 14px
}
.h_select span img {
    vertical-align: middle;
    margin: 0 10px 0 0
}
#inf_custom_DepartDate_frm1_root .picker__holder {
    width: 98%
}
#inf_custom_ReturnDate_frm1_root .picker__holder {
    width: 102%
}
#r_sel_1 .sel_a span.s_person,
#r_sel_2 .sel_a span.s_person,
#r_sel_3 .sel_a span.s_person {
    padding-top: 10px
}
#inf_custom_PassangerInfant_chzn a.chzn-single span,
#inf_custom_PassangerInfant_one_chzn a.chzn-single span,
#inf_custom_PassengerAdult_chzn a.chzn-single span,
#inf_custom_PassengerAdult_one_chzn a.chzn-single span,
#inf_custom_PassengerChild_chzn a.chzn-single span,
#inf_custom_PassengerChild_one_chzn a.chzn-single span {
    padding: 3px 0 0
}
#inf_custom_DepartDate_frm2_root .picker__holder {
    width: 94.9814%
}
#inf_custom_PassangerInfant_multi_chzn a.chzn-single span,
#inf_custom_PassengerAdult_multi_chzn a.chzn-single span,
#inf_custom_PassengerChild_multi_chzn a.chzn-single span {
    padding: 3px 0 0
}
#f_frm2 #select-group .showDiv {
    width: 171px
}
#f_frm2 .sel2 .chzn-container {
    width: 173px!important
}
#f_frm1 .sel2 {
    width: 172px
}
#f_frm1 #newgroup .showDiv {
    width: 167px
}
#h_frm1 #inf_field_LastName_frm1 {
    margin: 0 0 0 3px
}
#f_frm2 #inf_custom_DepartDate_frm2_root .picker__holder {
    width: 98.3271%
}
.margindic {
    margin-left: 14px!important
}
#multi-city .row .col-md-4 {
    width: 32.333%!important
}
#add_more {
    padding: 3px 18px!important;
    width: 23%!important;
    margin-left: 14px!important
}
#f_frm2 #select-group {
    margin: 0 0 0 14px;
    width: 171px
}
.sel2 {
    float: right;
    width: 169px
}
.sel2 .chzn-container {
    width: 176px!important
}
.h_select2 .chzn-container {
    float: right;
    width: 68px!important;
    background: url(../images/smallselect.png) no-repeat right top!important
}
.forminn {
    float: left;
    width: 100%
}
#one-way #inf_custom_Flexibility_chzn {
    width: 100%!important
}
.sell2 {
    float: left;
}
/*#inf_custom_DepartDate54,
#inf_custom_DepartDate55,
#inf_custom_DepartDate56,
#inf_custom_DepartDate6,
#inf_custom_DepartDate7 {
    background: url(../images/calander.png) no-repeat 10px 12px #fff;
    padding-left: 51px
}*/
#wrap_div #add_more {
    margin-left: 0!important
}

#sel3 .chzn-container {
    width: 100%!important
}
.form-groupin12 .chzn-container {
    width: 100%!important
}
.chzn-container {
    font-size: 13px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1
}
.chzn-container .chzn-drop {
    background: #fff;
    border: none;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: -9999px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    z-index: 1010;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box
}
.chzn-container.chzn-with-drop .chzn-drop {
    left: 0
}
.chzn-container-single .chzn-single {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    display: block;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 45px;
    line-height: 30px;
    padding: 0 0 0 10px;
    color: #444;
    text-decoration: none;
    background: url(../images/selectdown.png) no-repeat right 2px #fff
}
.chzn-container-single .chzn-default {
    color: #2082A4;
    text-decoration: none
}
.chzn-container-single .chzn-single span {
    margin-right: 26px;
    margin-top: 5px;
    display: block;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-decoration: none;
    text-overflow: ellipsis
}
.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
    height: 12px;
    font-size: 1px;
    background: url(chosen-sprite.png) -42px 1px no-repeat
}
.chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 7px;
    text-align: left;
    display: block;
    height: 100%;
    width: 18px
}
.chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%
}
.chzn-container-single .chzn-search {
    padding: 3px 4px;
    position: relative;
    text-align: left;
    margin: 0;
    white-space: nowrap;
    z-index: 1010
}
.chzn-container-single .chzn-search input {
    text-align: left;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box
}
.chzn-container-single .chzn-drop {
    margin-top: -1px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.chzn-container-single-nosearch .chzn-search {
    position: absolute;
    left: -9999px
}
.chzn-container-multi .chzn-choices {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    border: 1px solid #aaa;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto!important;
    height: 1%;
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box
}
.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none
}
.chzn-container-multi .chzn-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0
}
.chzn-container-multi .chzn-choices .search-field input {
    color: #666;
    background: 0 0!important;
    border: 0!important;
    font-family: sans-serif;
    font-size: 100%;
    height: 15px;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.chzn-container-multi .chzn-choices .search-field .default {
    color: #999
}
.chzn-container-multi .chzn-choices .search-choice {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    border: 1px solid #aaa;
    line-height: 13px;
    padding: 3px 20px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
    border: 1px solid #ccc;
    padding-right: 5px
}
.chzn-container-multi .chzn-choices .search-choice-focus {
    background: #d4d4d4
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
    height: 12px;
    font-size: 1px;
    background: url(chosen-sprite.png) -42px 1px no-repeat
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover,
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
    background-position: -42px -10px
}
.chzn-container .chzn-results {
    margin: 0 0 4px;
    max-height: 240px;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
.chzn-container-multi .chzn-results {
    margin: 0;
    padding: 0
}
.chzn-container .chzn-results li {
    display: none;
    text-align: left;
    line-height: 15px;
    padding: 5px 6px;
    margin: 0;
    list-style: none
}
.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item
}
.chzn-container .chzn-results .highlighted {
    background-color: #3875d7;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}
.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal
}
.chzn-container .chzn-results .highlighted em {
    background: 0 0
}
.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item
}
.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999;
    font-weight: 700
}
.chzn-container .chzn-results .group-option {
    padding-left: 15px
}
.chzn-container-multi .chzn-drop .result-selected {
    display: none
}
.chzn-container .chzn-results-scroll {
    background: #fff;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1
}
.chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px
}
.chzn-container .chzn-results-scroll-down {
    bottom: 0
}
.chzn-container .chzn-results-scroll-down span {
    background: url(chosen-sprite.png) no-repeat -4px -3px
}
.chzn-container .chzn-results-scroll-up span {
    background: url(chosen-sprite.png) no-repeat -22px -3px
}
.chzn-container-active .chzn-single {
    text-align: left
}
.chzn-container-active.chzn-with-drop .chzn-single div {
    background: 0 0;
    border-left: none;
    text-align: left
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 2px
}
.chzn-container-active .chzn-choices {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    border: none
}
.chzn-container-active .chzn-choices .search-field input {
    color: #111!important
}
.chzn-disabled {
    cursor: default;
    opacity: .5!important
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close,
.chzn-disabled .chzn-single {
    cursor: default
}
.chzn-rtl {
    text-align: right
}
.chzn-rtl .chzn-single {
    padding: 0 8px 0 0;
    overflow: visible
}
.chzn-rtl .chzn-single span {
    margin-left: 26px;
    margin-right: 0;
    direction: rtl
}
.chzn-rtl .chzn-single div {
    left: 3px;
    right: auto
}
.chzn-rtl .chzn-single abbr {
    left: 26px;
    right: auto
}
.chzn-rtl .chzn-choices .search-field input {
    direction: rtl
}
.chzn-rtl .chzn-choices li {
    float: right
}
.chzn-rtl .chzn-choices .search-choice {
    padding: 3px 5px 3px 19px;
    margin: 3px 5px 3px 0
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
    left: 4px;
    right: auto
}
.chzn-rtl .chzn-search {
    left: 9999px
}
.chzn-rtl.chzn-with-drop .chzn-search {
    left: 0
}
.chzn-rtl .chzn-drop {
    left: 9999px
}
.chzn-rtl.chzn-container-single .chzn-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}
.chzn-rtl .chzn-results .group-option {
    padding-left: 0;
    padding-right: 15px
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
    border-right: none
}
.chzn-rtl .chzn-search input {
    background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
    background: url(chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eee 1%, #fff 15%);
    padding: 4px 5px 4px 20px;
    direction: rtl
}
.chzn-container-single.chzn-rtl .chzn-single div b {
    background-position: 6px 2px
}
.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
    background-position: -12px 2px
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 144dpi) {
    .chzn-container .chzn-results-scroll-down span,
    .chzn-container .chzn-results-scroll-up span,
    .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
    .chzn-container-single .chzn-search input,
    .chzn-container-single .chzn-single abbr,
    .chzn-container-single .chzn-single div b,
    .chzn-rtl .chzn-search input {
        background-image: url(chosen-sprite@2x.png)!important;
        background-repeat: no-repeat!important;
        background-size: 52px 37px!important
    }
}
#faq h4 a {
    font-size: 16px;
    color: #1797d4
}
#faq .panel-body p {
    font-size: 14px
}
#contact h1 img {
    margin: 0 10px 0 0;
    vertical-align: middle
}
#contact .modal-header {
    padding: 0
}
.close2 {
    background: 0 0;
    border: 0;
    float: right;
    position: absolute;
    right: 16px;
    top: 16px
}
.leftcont {
    float: left;
    width: 474px;
    margin: 0 0 0 37px
}
.rightcont {
    float: right;
    width: 468px;
    margin: 0 40px 0 0;
    padding: 0 0 0 40px;
    min-height: 500px;
    border-left: 1px solid #ddd
}
#contact .modal-body {
    float: left;
    width: 100%;
    padding: 25px 0!important;
    background: #fbfafa;
    border-top: 3px solid #1797d4
}
#contact .modal-body a.submit {
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 59px;
    width: 251px;
    background: #1797d4;
    height: 59px;
    text-align: center;
    color: #fff;
    padding: 0;
    float: left;
    font-family: nerislight
}
#contact .modal-body a.submit:hover {
    background: #037ab3
}
#contact .modal-body input[type=text] {
    width: 465px;
    padding: 0 17px;
    height: 55px;
    border: 1px solid #acacac;
    background: #fff;
    font-size: 16px;
    color: #555
}
#contact .modal-body textarea {
    width: 465px;
    padding: 10px 17px;
    resize: none;
    height: 90px;
    border: 1px solid #acacac;
    background: #fff;
    font-size: 16px;
    color: #555
}
#contact .modal-dialog {
    width: 1059px
}
.rightcont .pricediv {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px
}
.rightcont .luxury {
    margin: 6px 0 0;
    font-size: 13px;
    font-weight: 400;
    color: #3c3a3b
}
.rightcont .address {
    float: left;
    width: 238px;
    font-size: 16px;
    color: #535353;
    line-height: 31px
}
.address strong {
    display: block;
    font-size: 18px;
    color: #282828;
    text-transform: uppercase;
    padding: 0 0 5px
}
.phoneicone {
    float: left;
    width: 95%;
    background: url(../images/phone_icon.png) no-repeat left 10px;
    padding: 0 0 0 35px
}
.rightcont ul {
    padding: 0 0 5px;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ddd
}
.rightcont ul li {
    display: block;
    font-size: 13px;
    margin: 0 0 2px;
    float: left;
    width: 95%;
    padding: 4px 0 4px 35px;
    color: #3c3a3b
}
.rightcont ul li strong {
    font-size: 14px;
    padding: 0 3px 0 0;
    color: #3c3a3b
}
.rightcont .pleasenote {
    float: left;
    width: 100%;
    padding: 25px 0 0
}
.leftcont h1 {
    font-size: 18px;
    color: #282828;
    text-transform: uppercase;
    background: 0 0;
    margin: 0;
    padding: 7px 0 30px;
    font-weight: 600
}
#faq h1 {
    font-size: 22px;
    color: #585858;
    text-transform: uppercase;
    background: 0 0;
    margin: 0;
    padding: 20px 0 30px
}
.leftcont p {
    margin-bottom: 25px
}
.glyphicon-map,
.rightcont p img {
    float: left
}
.email {
    background: url(../images/mail_icon.png) no-repeat left 10px
}
.email a {
    color: #3c3a3b
}
.email a:hover {
    text-decoration: underline
}
.faxicone {
    background: url(../images/fax-icone.png) no-repeat left 7px
}
#faq .modal-header {
    padding: 0
}
#faq .modal-body {
    float: left;
    width: 100%;
    padding: 25px 0!important;
    background: #fbfafa;
    border-top: 3px solid #1797d4
}
#faq .modal-dialog {
    width: 1059px
}
#faq .panel-heading {
    background: url(../images/d2.png) no-repeat 99% 15px;
    color: #2e9edd;
    font-size: 15px;
    border: 0;
    padding: 11px 0;
    margin: 0;
    border-top: 1px solid #e3dfdf
}
#faq .tadd {
    background: url(../images/d3.png) no-repeat 99% 15px
}
#faq .panel-default {
    border: 0;
    box-shadow: 0 0 0 #fff;
    margin: 0
}
#accordion {
    margin: 0 0 0 37px;
    width: 985px;
    border-bottom: 1px solid #e3dfdf
}
#faq .panel-heading a,
#faq .panel-heading a:hover {
    text-decoration: none
}
#faq .panel-body {
    border: 0
}
#accordion .panel {
    background: 0 0;
    padding-top: 0!important;
    padding-bottom: 10px
}
.luxuryaddress,
.luxurybot {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0 0 28px
}
.luxurybot p {
    margin: 0
}
#accordion .panel-body {
    padding: 10px 0 0
}
.mapdiv {
    float: left;
    width: 147px
}
.speak {
    font-size: 16px;
    color: #535353;
    padding: 20px 0
}
.ukdiv,
.usdiv {
    float: left;
    width: 192px;
    padding: 0 0 25px;
    color: #535353
}
.ausdiv {
    float: left;
    width: 192px;
    color: #535353
}
.luxurybot img {
    vertical-align: middle;
    margin: 0 20px 0 0
}
.mailto {
    display: block;
    background: url(../images/mail_icon.png) no-repeat left 4px;
    padding: 0 0 0 48px
}
.mailto a {
    font-size: 16px;
    color: #535353
}
.natice {
    display: block;
    font-size: 13px;
    color: #999
}
.mobiledevider {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    display: none
}
#accordion ul {
    display: block;
    margin-bottom: 12px
}
.howitwork {
    float: right;
    width: ;
    color: #fff;
    padding: 10px;
    position: relative
}
.howitwork span {
    font-weight: 600;
    float: left;
    width: 100%
}
.howitwork img {
    margin: 0 10px 0 0
}
.howitwork:hover .tooptop {
    display: block
}
.toolbot p {
    padding-left: 10px;
    text-align: left
}
#errr_frm1,
#errr_frm2,
#errr_frm3 {
    clear: both;
    float: left;
    margin-top: 10px
}
.tooptop {
    float: left;
    width: 254px;
    background: url(../images/toolbot.png) no-repeat left bottom;
    padding: 0 0 20px;
    display: none;
    position: absolute;
    left: -97px;
    bottom: 48px;
    z-index: 10
}
.toolbot {
    background: url(../images/tooltop.png) no-repeat left top;
    padding: 10px 0 0;
    float: left;
    width: 100%
}
.btnleftarea1,
.btnleftarea2,
.btnleftarea3 {
    float: left
}
.testimonials .col-md-offset-3 {
    margin: 0
}
.testimonials .carousel-item {
    float: left;
    width: 100%
}
.testimonials .carousel-item .clientimg {
    float: left;
    background: #fff;
    width: 82px;
    height: 86px;
    border: 3px solid #fff;
    margin: 0 24px 0 0
}
.testimonials .carousel-item .clientimg label {
    width: 82px;
    height: 86px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    overflow: hidden
}
.testimonials .carousel-item .clientimg img {
    max-width: 78px;
    height: auto;
    width: auto;
    overflow: hidden
}
.testimonials .carousel-item .clientname {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 3px
}
.testimonials .carousel-item .clientlocation {
    font-size: 18px;
    color: #fff
}
.testimonials .carousel-item p {
    clear: both;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    letter-spacing: normal
}
.testimonials .item p img {
    margin: 0 10px 0 0;
    vertical-align: text-top
}
.testimonials .carousel-inner {
    float: left;
    width: 100%;
    min-height: 280px
}
.testimonials .carousel-indicators {
    width: 100%;
    float: left;
    position: inherit;
    left: 0;
    top: 0;
    margin: 0
}
.testimonials .carousel-indicators .active {
    height: 8px;
    width: 8px;
    border: 0;
    background: #fff
}
.testimonials .carousel-indicators li {
    height: 8px;
    width: 8px;
    border: 0;
    background: #658196;
    margin: 0 0 0 2px
}
#myModal7 .modal-body a span {
    color: #999;
    display: block;
    font-family: open_sanssemibold;
    font-size: 16px;
    font-weight: 600;
    padding: 0 8px
}
.leftsubmit {
    float: left;
    width: 532px;
    margin: 0 0 0 100px
}
.leftsubmit h1 {
    margin: 0;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 16px
}
.leftsubmit h3 {
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 0 0 16px;
    font-family: nerislight
}
.leftsubmit .panel-body {
    padding: 30px 0 0;
    border-top: 1px solid #fff
}
.leftsubmit input[type=text] {
    width: 100%;
    height: 45px
}
.leftsubmit textarea {
    width: 100%;
    height: 75px;
    resize: none
}
.leftsubmit .file-input-wrapper .chose {
    width: 68.5%;
    float: left;
    font-size: 16px;
    color: #999;
    text-align: left;
    padding: 7px 0 0 15px;
    height: 45px;
    background: #fff
}
.leftsubmit .file-input-wrapper {
    background: #303030;
    border-top: 1px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 45px;
    text-transform: capitalize
}
.leftsubmit .btn-md {
    margin-right: -1px
}
.imagesul {
    display: block;
    margin: -10px 0 0;
    padding: 0
}
.imagesul li {
    display: block;
    background: url(../images/bullaero.png) no-repeat left 8px;
    padding: 0 0 0 14px;
    margin: 0 0 3px;
    text-align: left;
    color: #fff;
    font-size: 12px
}
.imagesul li a {
    color: #ff9600;
    text-decoration: underline
}
.imagesul li a:hover {
    text-decoration: none
}
.leftsubmit input[type=submit] {
    background: url(../images/submitarea.jpg) no-repeat left top;
    height: 50px;
    width: 221px;
    font-size: 0;
    border: 0;
    float: left
}
.leftsubmit input[type=submit]:hover {
    background-position: bottom
}
.leftsubmit .form-group {
    margin-bottom: 30px
}
.rightfeel {
    float: right;
    width: 357px;
    background: url(../images/whitetrans.png);
    padding: 30px;
    margin: 0 88px 0 0
}
.rightfeel h1 {
    font-size: 22px;
    color: #ff9600;
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
    margin: 0;
    padding: 0 0 5px;
    line-height: 30px
}
.rightfeel p {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    padding: 0 0 14px
}
#example .modal-dialog {
    width: 533px
}
#example .modal-dialog h2 {
    color: #585858;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    line-height: 35px;
    margin: 10px 0 0
}
#example .modal-content {
    border-top: 3px solid #1797d4
}
#example .modal-header {
    border: 0
}
#example .modal-body {
    text-align: center;
    padding: 20px 0 60px
}
.leftsubmit .file-input-name {
    width: 190px;
    text-align: left;
    margin: -42px 0 0 15px;
    float: left;
    background: #fff;
    padding: 6px
}
#video iframe,
object {
    width: 100%
}
#fusion_err {
    color: red
}
#video .modal-header {
    background: none repeat scroll 0 0 #fbfafa;
    border-top: 3px solid #1797d4;
    float: left;
    padding: 30px 0 0!important;
    width: 100%
}
#video .close2 {
    background: none repeat scroll 0 0 transparent;
    border: 0;
    z-index: 99;
    float: right;
    position: absolute;
    right: 5px;
    top: 7px
}
.price-exp .table-responsive td {
    letter-spacing: inherit
}
#infusion_form h2 {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    margin: 0;
    padding: 0
}
