.main-tabs,
.form-content .container {
    background: #f5f5f5;
    text-align: center;
    font-family: 'AGaramond LT';
    padding: 60px 15px 90px;
}
.form-content .container {

}
h2 {
    font-size: 25px;
    font-weight: bold;
}
p,
.form-content label,
.group-title {
    color: #6c6c6c;
    font-size: 20px;
}
.main-tabs .nav.nav-pills li {
    display: inline-block;
    margin: 0 0 0px -4px;
    background: #fff;
}
.main-tabs .nav.nav-pills li a {
    padding: 10px 40px 10px;
    border-radius: 0px;
     font-family: 'AGaramond LT';
    font-size: 21px;
    color: #000;
}
.main-tabs .nav-link.active {
    background: #ff8202;
        background-color: rgb(255, 130, 2);
        color: #fff !important;
}
.main-tabs .nav {
    display: block;
}
.main-tabs .nav.nav-pills li {
    display: inline-block;
}
.main-tabs h3 {
    font-size: 25px;
    margin: 0 0 30px 0;
     font-family: 'AGaramond LT';
}
.main-tabs .tab-content {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
}
.main-tabs .form-control,
.form-content .form-control {
    height: 47px !important;
    border: 1px solid #dcdcdc;
    border-radius: 0px;
     font-family: 'AGaramond LT';
    margin-bottom: 20px;
}
.main-tabs .btn.btn-primary.btn-lg.btnmain,
.theme-btn {
    background: #3da0ac;
    padding: 10px 90px;
    border-radius: 0px;
    font-size: 21px;
     font-family: 'AGaramond LT';
    margin-top: 10px;
}
.btn.btn-primary.btn-lg.apply {
    height: 47px;
    border-radius: 0px;
    background: #ff8202;
    border: none;
}
.month {
    background: #ebebeb;
    color: #6c6c6c;
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    height: 47px;
    font-size: 22px;
    width: 200px;
    line-height: 44px;
}
.secondtab .input-second {
    cursor: pointer;
}
.secondtab {
    max-width: 660px;
}
.secondtab .form-control.subinput {
    font-size: 22px;
}
.main-tabs h6{
	color: #6c6c6c;
}
.input-group.input-second:hover .subinput,.input-group.input-second:hover .month {
    background: #ff8202;
    color: #fff;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
.form-check-label {
    padding-left: 0;
}
.group-title {
    margin-bottom: .5rem;
}

.first-section {
    max-width: 937px;
    width: 100%;
    margin: auto;
}

.second-section,
.four-section,
.six-section,
.five-inner-section {
    max-width: 739px;
    margin: auto;
}

.third-section {
    max-width: 500px;
    margin: auto;
}
.first-section .row {
    margin-bottom: 5px;
}
.second-section {
    margin-top: 42px;
}
.third-section {
    margin-top: 52px;
    font-size: 20px;
    margin-bottom: 48px;
}
.third-section .group-heading {
    color: #6c6c6c;
}
.four-section label {
    margin-bottom: 12px;
}
.four-section .form-control,
.six-section .form-control  {
    height: 80px !important;
}
.four-section .form-control{
    margin-bottom: 28px;
}
.five-section h5 {
    font-size: 25px;
    color: #423d36;
    margin-top: 8px;
}
.form-group.general.questions {
    max-width: 460px;
    margin: auto;
    height: 50px;
}
.form-check-inline .form-check-label {
    font-size: 17px;
    color: #939393;
}
.five-section .group-title {
    margin: 8px 0 30px;
}
.group-heading.mt60 {
    margin-top: 33px;
    font-size: 20px;
    color: #6c6c6c;
    margin-bottom: 9px;
}
.six-section h5 {
    font-size: 25px;
    color: #423d36;
    margin-top: 30px;
    margin-bottom: 17px;
}
.six-section label {
    margin-bottom: 11px;
}
.six-section .form-check-inline .form-check-label {
    margin-bottom: 0;
}
.six-section .group-title {
    margin: 15px 0 16px 0;
}
.six-section .form-check-inline .form-check-label {
    color: #6c6c6c;
}
select#effects,
select#level {
    max-width: 460px;
    margin: auto;
    height: 50px !important;
}
.theme-btn {
    margin-top: 23px;
    border: none;
}

/* date fields */
    /* info about the css method used here:
        select[name^='asd']     (starts with asd)
        select[name$='asd']     (ends with asd)
        select[name*='asd']     (contains asd)
    */
    select[name$='_month']{
        width:150px;
        display: inline;
    }
    select[name$='_day'],select[name$='_hour'],select[name$='_minute'],select[name$='_meridiem'],input[name$='_day']{
        width:80px;
        display: inline;
    }
    select[name$='_year'],input[name$='_year']{
        width:100px;
        display: inline;
    }
