.bookingformsection {
    display: block;
    background: #f1f1f1;
    padding: 53px 0;
}
.formcontentoutsde {
    display: block;
    overflow: hidden;
}
.insideformssection {
    display: block;
    overflow: hidden;
    padding: 35px;
    background: #fff;
    box-shadow: 0px 13px 17px #e6e6e6;
}
.formtabs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: -3px;
}
.formtabs li:first-child a {
    padding: 15px 28px 15px 35px;
}
.formtabs li:first-child a:after {
    left: 0px;
    border-left: 20px solid #fff;
}
.formtabs li a {
    display: block;
    color: #000;
    font-family: 'poppinsregular';
    font-size: 14px;
    padding: 15px 28px 15px 41px;
    background: #f1f1f1;
    position: relative;
}
.formtabs li a:hover {
    text-decoration: none;
    background: #e47e3c;
    color: #fff;
}
.formtabs li a:hover:before {
    border-left: 20px solid #e47e3c;
}
.formtabs li a:before {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 20px solid #f1f1f1;
    position: absolute;
    right: -18px;
    content: '';
    top: 0px;
    z-index: 2;
}
.formtabs li a:after {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 20px solid #ccc;
    position: absolute;
    right: -19px;
    content: '';
    top: 0px;
    z-index: 1;
}

.formtabs li.active a {
    background: #e47e3c;
    color: #fff;
}
.formtabs li.active a:before {
    border-left: 20px solid #e47e3c;
}
ul.formtabs {
    display: block;
    margin-bottom: 25px;
}

.geregistration {
    display: block;
    overflow: hidden;
    background: #efeded;
    padding: 0 30px;
}
.formcontentoutsde h2 {
    font-size: 24px;
    color: #3e9e35;
    font-family: 'poppinssemibold';
    text-transform: uppercase;
    letter-spacing: 0.9px;
    padding: 7px 15px 0px 12px;
}
.formcontent {
    display: block;
    margin-top: 15px;
    overflow: hidden;
    padding-top: 2px;
}

.section label {
    font-family: 'proxima_novaregular';
    font-weight: normal;
    font-size: 17px;
    display: block;
    margin-bottom: 25px;
}
div#acc {
    border-top: 1px dashed #ccc;
    padding: 0px 30px;
    border-bottom: 1px dashed #ccc;
}
div#tra,
div#cou {
    padding: 0 30px;
}

#acc ul li:first-child strong {
    display: block !important;
    width: 100%;
    margin-top: 9px;
}
p.total {
    font-size: 18px;
    font-family: 'poppinssemibold';
    color: #ffffff;
    background: #3a64a9;
    padding: 13px 30px;
}
p.total strong {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.insideforms {
    float: left;
    width: 100%;
    padding: 0px 0;
}
:focus {
    outline: none;
}
.fields {
    margin-bottom: 25px;
    position: relative;
}
.has-error input, 
.has-error select {
    border: 1px solid #f00 !important;
    color: #f00 !important;
}
p.error {
    position: absolute;
    font-size: 11px;
    margin-top: 3px;
    color: #f00;
    font-style: italic;
}
.fields label {
    display: block;
    font-weight: normal;
    font-family: 'proxima_novaregular';
    font-size: 15px;
    margin-bottom: 10px;
}
.fields input[type="text"],
.fields input[type="email"],
.fields input[type="date"],
.fields input[type="tel"],
.fields input[type="number"],
.fields select {
    display: block;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    height: 35px;
    padding: 0 33px 0 15px;
    font-family: 'proxima_novaregular';
    border: 1px solid #ccc;
    line-height: 35px;
    font-size: 13px;
    min-width: 277px;
    padding-top: 2px;
    border-radius: 4px;
}
.fields select {
    background: #fff url(../images/arrowbottom.png) no-repeat 98% 50%;
}
.selecteddetails {
    font-size: 15px;
    padding: 10px 0;
    font-family: 'proxima_novaregular';
    line-height: 21px;
    color: #000;
    font-style: italic;
    display: block;
    opacity: 0.7;
}
.yesnoaccomodation {
    display: block;
    background: #ffffff;
    padding: 25px 25px 15px 15px;
    margin: 12px;
    border: 2px dashed #ccc;
}
.bookingsummary {
    display: block;
    overflow: hidden;
    background: #fff;
    min-height: 260px;
}
.bookingsummary h2 {
    font-size: 19px;
    color: #22396e;
    font-family: 'poppinssemibold';
    letter-spacing: 0.2px;
    padding: 20px 30px 15px 30px;
    background: #dbdbdc;
    text-transform: uppercase;
}

.summarydetails h4 {
    display: block;
    font-size: 19px;
    font-family: 'proxima_novaregular';
    margin-top: 25px;
    color: #286b94;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.col-md-4.col-lg-4.col-sm-12.outsidebooking.pull-left {
    border: 1px solid #ccc;
    padding: 0 !important;
}
.summarydetails span {
    display: block;
    font-family: 'proxima_novaregular';
    padding-bottom: 15px;
    margin-top: 10px;
}
.summarydetails span strong {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.summarydetails ul {
    display: block;
    margin-top: 10px;
}
.summarydetails ul li {
    display: block;
    font-family: 'proxima_novaregular';
    margin-bottom: 18px;
    overflow: hidden;
}
.summarydetails ul li strong {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.fields button {
    display: inline-block;
    vertical-align: middle;
    background: #4a4d63;
    color: #fff;
    padding: 9px 25px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
}
ul.confirmations {
    display: block;
    overflow: hidden;
    padding: 0 15px;
}
ul.confirmations li {
    font-family: 'proxima_novaregular';
    display: inline-block;
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 16px;
    color: #343148;
    width: 50%;
    background: #f1f1f1;
    padding: 12px 20px;
}
ul.confirmations li strong {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 8px;
    color: #000;
    text-transform: none;
    font-size: 15px;
}
.logosectionstop {
    display: block;
    overflow: hidden;
    padding: 15px 25px;
    background: #4a6d42;
    margin-bottom: 0;
}
.col-md-12.col-lg-12.col-sm-12.section {
    margin-bottom: 15px;
    padding-top: 3px;
}
li.persdtls {
    font-size: 25px !important;
    text-transform: none !important;
    color: #22396e !important;
    width: 100% !important;
    background: none !important;
    padding-left: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .formtabs li:first-child a {
        padding: 15px 15px 15px 28px;
    }
    .formtabs li a {
        padding: 15px 17px 15px 33px;
    }
}


@media only screen and (max-width: 768px) {
    .outsidebooking {
        margin-top: 45px;
    }
    .formtabs li a {
        padding: 15px 0px 15px 27px;
        font-size: 13px;
    }
    .section label {
        font-size: 16px;
    }
}
@media only screen and (max-width: 640px) {
    .tab-content {
        width: 100% !important;
        padding-left: 0 !important;
    }
    ul.formtabs {
        text-align: center;
    }

    .formtabs li a:before,
    .formtabs li a:after {
        display: none;
    }
    .formtabs li {
        width: auto;
        margin-bottom: 1px;
        display: inline-block;
        vertical-align: middle;
    }
    .formtabs li a {
        padding: 10px 19px !important;
        text-align: center;
        border-radius: 0px;
    }
    ul.confirmations li strong {
        line-height: 22px;
    }
    .formcontentoutsde h2 {
        padding: 15px 0;
    }
    .formcontent {
        display: block;
        margin-top: 0px;
    }
    .col-md-12.col-lg-12.col-sm-12.section {
        padding: 0px;
    }
    ul.confirmations, .fields {
    padding: 0px;
    width: 50% !important;
    float: left !important;
}
.col-md-6.col-lg-6.col-sm-6.section {
    display: block;
    overflow: hidden;
    padding: 0;
    width: 49%;
    float: left;
}
    .outsidebooking {
        padding: 0px;
    }
    ul.confirmations li {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 15px;
    }
    li.persdtls {
        border: none !important;
        margin-bottom: 0 !important;
    }
    .outsidebooking {
    margin-top: 25px;
    width: 100%;
}
    .insideformssection {
        padding: 25px 25px 75px 25px;
    }
    .nextprev {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 512px) {
    .formtabs li {
        width: 50%;
    }
    .error span {
        top: 17% !important;
        right: 3% !important;
        width: 320px !important;
    }
    .formcontentyesno label {
        display: block !important;
        margin: 0 0 20px 0 !important;
        padding-top: 4px;
    }
    .checkmark {
        top: 2px !important;
    }
    ul.formtabs {
        margin-bottom: 0px;
    }
  .yesnoaccomodation {
    margin: 10px 5px 20px 4px;
    border: none;
    box-shadow: 0 0 6px #dcdce0;
    border-radius: 5px;
}
    .formcontentyesno {
        display: block !important;
        padding: 10px 0 !important;
    }
    .section label {
        font-size: 16px;
        line-height: 22px;
        display: block !important;
        width: 100% !important;
        margin-bottom: 25px;
    }
    .outsidebooking {
        width: 100% !important;
    }
    .formtabs li a {
        padding: 0px !important;
        text-align: center;
        font-size: 0px;
    }
    .col-md-6.col-lg-6.col-sm-6.section {
        width: 100%;
    }
    .nav-pills>li+li {
        margin-left: 0px;
    }
    ul.confirmations, .fields {
        width: 100% !important;
    }
    .fields input[type="text"], 
    .fields input[type="email"], 
    .fields input[type="date"], 
    .fields input[type="tel"], 
    .fields input[type="number"], 
    .fields select {
        min-width: 100% !important;
        width: 100%;
    }

}
@media only screen and (max-width: 380px) {
    .contactno p {
        font-size: 12px;
        letter-spacing: 0.3px;
    }
    .contactno p span {
        margin-left: 0px;
    }
    .logoimg img {
        width: 150px;
    }
}
@media only screen and (max-width: 460px) {
    .formtabs li {
        width: 100%;
    }

}
@media only screen and (max-width: 700px) {

.button {
    display: block !important;
}
}
.nextprev {
    padding: 0 15px ;
    margin: 10px 0 0 0;
}
.nextprev li.disabled a {
    background: #b9c0d2 !important;
    color: #fff !important;
} 
.nextprev li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin: 0 5px;
}
.nextprev li a {
    background: #21386f !important;
    font-family: 'proxima_novaregular';
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 9px 17px;
}

.fields>label>strong{
    color:red;
}
#accommodation p.error, #transfer p.error {
    padding: 0 12px;
    font-family: 'proxima_novaregular';
    color: #f14444;
    font-style: italic;
    margin-top: -6px !important;
}

.transfsec, .accomosec, .coursec {
    display: block;
    overflow: hidden;
    padding: 25px;
    background: #efeeee;
    margin-bottom: 1px;
}

#regfee,#grandtotal{
    display: inline;
    border: none;
    
}
#loader
#grandtotal{
    font-weight: bold;
    font-size: 20px;
}
.personaldetails ul li:last-child {
    border-bottom: none;
}
.personaldetails ul li {
    display: block;
    font-size: 15px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}
.personaldetails ul li strong {
    display: block;
    overflow: hidden;
    font-size: 15px;
    font-family: 'poppinsregular';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #263761;
}
.personaldetails {
    background: #f0f0f7;
    padding: 25px 25px 1px 25px;
    min-height: 540px;
}
.personaldetails:last-child {
    background: #f7f7f7;
}
.coursepayment h1 {
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
    font-family: 'poppinssemibold';
    color: #4a6c42;
    margin-top: 20px;
}
.personaldetails h3 {
    font-family: 'poppinssemibold';
    display: block;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #556386;
    position: relative;
}

.confirmationblock {
    display: block;
    overflow: hidden;
}

.paynowpaypal {
    display: block;
    padding: 20px 0;
    overflow: hidden;
}
button.paybtn {
    display: inline-block;
    vertical-align: middle;
    background: #deb717 !important;
    padding: 0 31px;
    color: #fff;
    border-radius: 4px;
    font-family: 'poppinsregular';
    text-transform: uppercase;
    border: none;
    height: 34px;
    line-height: 38px;
}

.formcontentyesno {
    display: block;
    padding: 36px 9px 16px 9px;
}

.checkboxnew {
    display: inline-block ;
    vertical-align: middle ;
    margin: 0 100px 0 0 ;
    font-family: 'poppinslight';
}

.sucess {
    display: block;
    overflow: hidden;
    font-family: 'poppinsregular';
    background: #5ca263;
    width: 340px;
    text-align: center;
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 10px;
    color: #fff;
}
.sucess i {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    font-size: 25px;
}
.sucess h2 {
    display: block;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}



.errorsts {
    display: block;
    overflow: hidden;
    font-family: 'poppinsregular';
    background: #ef4747;
    width: 340px;
    text-align: center;
    border-radius: 4px;
    padding: 25px;
    color: #fff;
}

.errorsts i {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    font-size: 25px;
}
.errorsts h2 {
    display: block;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

.button {
    display: none;
}
.error span {
    display: block;
    background: #ec5d5d;
    position: fixed;
    top: 17%;
    right: 3%;
    left: inherit;
    z-index: 9999999999;
    color: #fff;
    text-align: center;
    width: 425px;
    padding: 11px;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    border-radius: 12px;
    box-shadow: 0 0 23px rgba(0,0,0,0.3);
}


