* { margin: 0; padding: 0;box-sizing:border-box}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }

table { border-collapse: collapse; border-spacing: 0 }
a { color: #a68754; text-decoration: none; outline: none; transition: all 300ms ease; -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; }
/*Reset CSS end*/
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="date"]:focus,select:focus,textarea:focus{outline:none}
::-webkit-input-placeholder {opacity: 1; font-family: "Roboto", sans-serif;color:#676767;font-size:13px;letter-spacing: 1px}
:-moz-placeholder { /* Firefox 18- */opacity: 1; font-family: "Roboto", sans-serif;color:#676767;font-size:13px;letter-spacing: 1px}
::-moz-placeholder {  /* Firefox 19+ */opacity: 1; font-family: "Roboto", sans-serif;color:#676767;font-size:13px;letter-spacing: 1px}
select{appearance: none;-moz-appearance: none;-webkit-appearance: none;}
:-ms-input-placeholder {opacity: 1;color:#565459;font-size:13px;letter-spacing: 1px}
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
textarea:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
/* global classes */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-word-break: keep-all; word-break: keep-all; -webkit-word-break: keep-all; -moz-word-break: keep-all; word-wrap: break-word; }
input[type="button"],input[type="submit"]{border:none;cursor:pointer;outline:none;}
body{margin: 0px;padding: 0px;font-size: 16px;line-height: 1.2;font-family: "Roboto", sans-serif;color: #151515;background: #ffffff}
.leftcontent{float: left}
.rightcontent{float: right}
.text-center{text-align: center}
.text-left{text-align: left}
.text-right{text-align: right}
.clear{clear: both;}
.container{width:92%;margin: 0 auto;max-width: 1400px;}
.sprite{background: url(../img/sprite.png) no-repeat top left}
.blackoverlay{position: fixed;top: 0;left: 0;height: 100%;width: 100%;z-index: 999;background: rgba(0, 0, 0, 0.6);display: none}
.ibvm{display:inline-block;vertical-align:middle}
.ibvt{display:inline-block;vertical-align:top}
.ibvb{display:inline-block;vertical-align:bottom}
html{scroll-behavior: smooth}
.commonpadding{padding: 80px 0}
.img-fluid{max-width: 100%;height: auto;}
.dflex-between{display: flex;justify-content: space-between;align-items: center;}

.header{margin: 80px 0}
.inner-container {
  background: #f8f6f1;
  margin: 0 auto 100px;
  max-width: 500px;
  padding: 50px;
  text-align: center;
  transition: all 300ms linear 0s;
    border-radius: 20px;
}

.input-container {
  margin: 20px 0;
  position: relative;
}

input[type="submit"] {
    background-color: #a68754;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
    padding: 12px 20px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
}



.form-group {
  margin: 20px 0;
  position: relative;
  display: block;
}
.form-control:focus-visible {
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(170, 170, 170, 0.4);
}
.form-label {
    padding: 12px 5px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    color: #676767;
    width: 100%;
    text-align: left;
}

.form-control {
    padding: 12px 5px;
    color: #676767;
    border: none;
    border-bottom: 1px solid rgba(170, 170, 170, 0.4);
    background: transparent;
    width: 100%;
    text-align: left;
    font-size: 16px;
}

input:focus + label, input:not(:placeholder-shown) + label {
  opacity: 1;
    top: -25px;
    font-size: 12px;
}

/* For IE Browsers*/
input:focus + label, input:not(:-ms-input-placeholder) + label {
  opacity:1;
  transform: scale(0.75) translateY(-100%) translateX(-30px);
}

.footerlinks ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 0;
}

.labelErrorClass{
    font-size: 12px;
    color: #dc2626 !important;
    line-height: 1;
    padding: 5px 0;
        letter-spacing: .4px;
    text-align: left;
}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {	
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}

.twoblockwrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.twoblockwrapper .formfield {
    width: 100%;
}
.select-group {
    appearance: none;
    background-color: #0000;
    background-image: url(https://www.dreamsetgo.com/images/featured-images/down-arrow.png);
    background-position: right 4px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border-radius: 0!important;
    color: #424242!important
}
.selectforminput {
    padding: 12px 5px;
    appearance: none;
    color: #676767;
    border: none;
    border-bottom: 1px solid rgba(170, 170, 170, 0.4);
    background: transparent;
    width: 100%;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.select-group option{
    padding: 5px;
}
footer{
    padding: 30px 0;
}

.mb30{margin-bottom: 30px;}
.mb20{margin-bottom: 20px;}

.proceed_checkout_button{margin-bottom: 100px}
















.section_item {
    padding: 40px 40px;
    background: #f8f6f1;
    border-radius: 15px;
    margin: 0 0 70px 0
}

.section_ttl {font-weight: bold;font-size: 22px;line-height: 22px;text-transform: uppercase;color: #867251;margin: 0 0 20px 0;letter-spacing: 0.5px}
.section_desc p {color: #151515;font-weight: 400;font-size: 18px;line-height: 29px;margin: 0 0 20px 0;}
.section_desc p:last-child {margin: 0}
.innersection_item {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #a6844e;
}
.innersection_item:last-child {margin: 0;padding: 0;border-bottom: 0}
.innersection_item .section_desc p {
    margin: 0 0 30px 0;
}
.innersection_item .section_desc p:last-child {margin: 0}
span.gold_txt {
    color: #a6844e;
    font-weight: 500;
    margin: 10px 0 0 0;
    display: block;
}
.uppercase {text-transform: uppercase}

.spl_txt {
    font-weight: 600;
    letter-spacing: 0.5px;display: inline;color: #a6844e;
}
.section_item.heading_section {
    padding: 0;
    background: #fff;
    overflow: hidden;
    border: 0;
    border-radius: 0;
}
.header_section {
    padding: 20px 0;
    text-align: center;
    background: #f8f6f1;
    color: #a68754;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top: 1px solid #f8f6f1;
    border-left: 1px solid #f8f6f1;
    border-right: 1px solid #f8f6f1;
}
.body_section {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 1px solid #d6d3cc;
    border-left: 1px solid #d6d3cc;
    border-right: 1px solid #d6d3cc;
    padding: 30px;
}
.body_section .formfield {
    margin: 15px 0 15px 0;
}
.checktxt {
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 400;
}
.checkblock label{position: relative;top: auto !important}
.checkblock input[type="checkbox"] {
    display: none;
}
.checkblock input[type="checkbox"] + label:before {
    border: 2px solid #a6844e;
    border-radius: 3px;
    display: inline-block;
    height: 21px;
    margin: 0 10px 0 0;
    width: 21px;
    cursor: pointer;
    content: "";
    vertical-align: middle;
}
.checkblock input[type="checkbox"]:checked + label:after {
    background:url(../img/checked.png) no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    margin: -3px 0 0 2px;
    width: 20px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 2px;
}
.radioblock input[type="radio"] {
    display: none;
}
.radioblock input[type="radio"]:last-child + label {
    border:none;
}
.radioblock input[type="radio"] + label {
    background: #a68754;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 0 5px;
    text-align: center;
    width: 25px;
    height: 25px;
    position: relative;
    top: auto;
}
.radioblock input[type="radio"] + label:after {
    background: #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.radioblock input[type="radio"]:checked + label:after {
    background: #efd2a2;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.section_item.nobg {
    background: #fff;
    padding: 0;
}
.section_item.nobg .body_section {
    border-top: 1px solid #d6d3cc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.formfield_item.radioblockwrapper .formfield{margin-right: 30px;}
.radio_label {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;color: #6f6f6f;
    margin: 5px 0 0 30px;
}
.body_ttl {
    color: #a6844e;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.formfield_item {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.dflex_start {
    display: flex;justify-content: flex-start
}
.align_center {align-items: center}
.quest_item {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #6f6f6f;
    margin: 0 30px 0 0;
}

.formfield_item .formfield {
    margin: 0;
}



.formradio_itemblk {
    display: flex;justify-content: flex-start;flex-wrap: wrap;
    gap: 30px;
}
.radiofield_blk {
    width: 31%;
}
.radiofield_blk label {
    background: #f8f6f1;
    border-radius: 12px;
    padding: 30px 20px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}
.field_label {
    color: #151515;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 30px 0;
    height: 40px;
}
.radio_labelitem .field_label {text-align: left}

.feesgst_blk {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
    align-items: center;
}
.feesgst_item {
    color: #151515;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.feesgst_item.plusicon {
    font-size: 25px;
    line-height: 25px;
}
.feesgst_blk.total_amt {
    background: #a6844e;
    padding: 10px;
}
.feesgst_blk.total_amt .feesgst_item {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}
.checkmark {
    color: #a6844e;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 190px;
    margin: 40px auto 0;
    display: block;position: relative
}
.checkmark:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: #a68754;
    border-radius: 100%;
    top: -5px;
    right: 5px;
}
.radio_labelitem input ~ .checkmark:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url('../img/radio-btn.png?v=1') no-repeat 0 0;
    background-size: 100%;
    border-radius: 100%;
    top: -5px;
    right: 5px;
}
.radio_labelitem input:checked ~ .checkmark {
    background-color: transparent;
}
.radio_labelitem input:checked ~ .checkmark:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url('../img/radio-btn-check.png?v=1') no-repeat 0 0;
    background-size: 100%;
    border-radius: 100%;
    top: -5px;
    right: 5px;
}
.radio_labelitem input:checked ~ .checkmark:after {
    display: block;
}
.radio_labelitem input[type="radio"] {display: none}

@media(min-width:1440px){
}


@media(max-width:1360px){
}

@media(max-width:1300px){
}

@media(max-width:1280px){
}

@media(max-width:1200px){
}

@media(max-width:1024px){
    .checkmark{width: 165px;font-size: 16px;}
    .radio_labelitem input ~ .checkmark:before{right: 10px;}
    .field_label{font-size: 16px;margin: 0 0 15px 0}
    .radiofield_blk{width: 46%}
    .radio_labelitem .field_label br{display: none}
    .checkmark{margin: 20px auto 0}
    .field_label{height: auto}
    .body_ttl{font-size: 18px;}
    .proceed_checkout_button{margin-bottom: 50px}
    
}

@media(max-width:980px){
}

@media(max-width:768px){    
    body, .section_desc p, .quest_item, .radio_label{font-size: 15px;}
    .header{margin-top: 40px;}
    .section_ttl{font-size: 18px;}
    .innersection_item .section_desc p{margin: 0 0 15px 0}
    .header_section{font-size: 20px;}
    .section_item{padding: 20px;}
    .innersection_item{margin: 0 0 20px 0;padding: 0 0 20px 0}
    .body_section{padding: 15px;}
    .radiofield_blk{width: 96%}
    .section_item{margin: 0 0 40px 0}
    .formfield_wrapper.twoblockwrapper.mb20{margin-bottom: 0}
    .body_ttl{font-size: 16px;}
    .checktxt{width: 80%;vertical-align: top;}
}

@media(max-width:650px){
    .twoblockwrapper .formfield{width: 100%;margin-bottom: 30px;}
    .formfield_wrapper.twoblockwrapper.mb30{margin-bottom: 15px;}
    .radioblock input[type="radio"] + label{width: 20px;height: 20px;}
    .radioblock input[type="radio"]:checked + label:after, .radioblock input[type="radio"] + label:after{width: 10px;height: 10px;}
}

@media(max-width:600px){
}

@media(max-width:540px){
    .gstinput .formfield_wrapper{flex-wrap: wrap}
    .gstinput .quest_item{width: 100%;margin-bottom: 10px;}
}

@media(max-width:480px){
    .inner-container{padding: 20px;margin: 50px auto;}
    .logoblk{width: 90%;margin: 0 auto}
    .form-control, .form-label, .feesgst_item, .field_label, .selectforminput{font-size: 14px;}
    input[type="submit"]{font-size: 15px;margin-top: 10px;}
    .input-container{margin: 10px 0}
    .header_section{font-size: 16px;}
    .feesgst_item.plusicon{font-size: 20px;}
    .proceed_checkout_button{margin-bottom: 50px}
}

@media(max-width:450px){
}

@media(max-width:400px){
} 