html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body {
    margin: 0;
    color: #000;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;

}

p {
    font-weight: 400;
    font-style: normal;    
}

article,
aside,
footer,
header,
menu,
nav,
section,
main{
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    vertical-align: baseline;
}
a {
    background-color: transparent;
    outline: none !important;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

mark {
  background-color: #ff0;
  color: #000;
}
button,input{
    outline: none !important;
    box-shadow: none !important;
}
img {
    border: 0;
    width: auto;
    height: auto;
    display: block;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
}
button,
select {
    text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
} 
input {
    line-height: normal; 
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: none;
    outline: none !important;
}

* ,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    font-size: 0;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

ul, ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
input::-moz-placeholder {
    color: #000;
    opacity: .85;
}
input::-ms-placeholder {
    color: #000;
    opacity: .85;
}
input::-webkit-input-placeholder {
    color: #000;
    opacity: .85;
}
.form-control::-moz-placeholder {
    color: #9c1f1f;
    opacity: 1;
}
.form-control::-ms-placeholder {
    color: #9c1f1f;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #9c1f1f;
    opacity: 1;
}
.clearfix{
    clear: both;
}
hr {
    border : 0;
    height : 30px;
    background : #999;
    margin : 88px 0 82px;
    opacity: .30;
}
.block {
    display: block !important;
}
.visible-xs{
    display: none !important;
}
.visible-sm-xs{
    display: none !important;
}
.v-main{
  display: table;
  width: 100%;
  height: 100%;
}
.v-align-middle,
.v-align-top,
.v-align-bottom {
  display: table-cell;
}
.v-align-middle {
  vertical-align: middle !important;
}
.v-align-top {
  vertical-align: top !important;
}
.v-align-bottom {
  vertical-align: bottom !important;
}
.select-container {
    position: relative;
}
.xm-tooltip {
    background: #9c1f1f ;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 50%;
    line-height: 18px;
    padding: 6px 16px 10px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
    min-width: 280px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
    font-style: normal;
    letter-spacing: 1.3px;
}

.xm-tooltip::after {    
    border-top: 10px solid #9c1f1f ;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    bottom: -9px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.xm-tooltip .xm-tooltip {
  padding: 0;
  position: relative;
}
.xm-tooltip .xm-tooltip::after{
  display: none;
}
.for_textarea {
    position: relative;
}
.for_textarea .xm-tooltip {
    left: 0;
    top: -70px;
}
.loading {
    position: relative;
}

.loading::after {
    -webkit-animation-duration: 0.75s;
    -ms-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -ms-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 2px solid #9c1f1f;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -15px 0 0 -15px;
    content: '';
}

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.overlay,
.common-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events:none;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,.55); 
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;  
    transition: opacity 500ms, visibility 500ms, top 500ms;
}
.common-overlay {
    transition: opacity 300ms, visibility 300ms, top 300ms;
}

.has-overlay,
.ov-active {
    overflow: hidden;
}

.has-overlay .overlay,
.ov-active .common-overlay {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.overlay-container {
    width: 100%;
    min-height: 100vh;
    background:#fff;
    background-size: cover;
    position: relative;
    opacity: 0;
    transition: top 500ms, opacity 500ms;
    top: 100px;
    will-change: transform,opacity;
}
.ov-active .common-overlay .overlay-container,
.has-overlay .overlay-container {
    opacity: 1;
    top: 0;
}
.has-overlay.atBottom .overlay-container {
    opacity: 0;
    transform: translateY(-200px) scale(.8,.8);
    -webkit-transform: translateY(-200px) scale(.8,.8);
    -ms-transform: translateY(-200px) scale(.8,.8);
}

.video-div {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.flex {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;    
}
.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
}
.ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;    
}
.ac-sb {
    -ms-flex-line-pack: justify;
        align-content: space-between;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jc-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.jc-se {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.flex-dc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-dcr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flex-dr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-drr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
/*------Reset v-1.1--------*/

/*------Form Elements-------*/
.alert {
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
}
.alert-danger {
    background-color: rgba(231,76,60,.05);
    border-color: rgba(231,76,60,.45);
    color: #e74c3c;
}
.alert-success {
    background-color: rgba(46,204,113,.05);
    border-color:  rgba(46,204,113,.45);
    color: #2ecc71;
}

.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: none !important;
    padding-left: 20px;
    padding-right: 20px; 
    font-size: 20px;
    color: #9c1f1f;
    font-weight: bold;
    position: relative;
    z-index: 1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


textarea.form-control{
    min-height: 135px;
    padding: 7px 14px;
}
input.customRC {
    opacity: 0;
    position: absolute;
}
label.customRC {
    font-size: 20px;
    line-height: 28px;
    padding-left: 30px;
    position: relative;
    display: block;
    cursor: pointer;
    color: #000;
}
label.customRC a {
    color: inherit;
    text-decoration: underline;
}
label.customRC span{
    cursor: pointer;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/check.png) center center no-repeat; 
    background-size: 0 auto;
    border: 4px solid #ccc;
    transition:background-size .2s, border-color .2s, border-radius .2s;
    -webkit-transition:background-size .2s, border-color .2s, border-radius .2s;
    -ms-transition:background-size .2s, border-color .2s, border-radius .32s;
}
input.customRC:checked + label.customRC span{
    border-color: #F47920;
    background-size: contain;
}
.alert.alert-success {
    display: none !important;
}

.asterisk {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;  
    color: #333333;
    text-transform: uppercase;
    margin: 38px 0;
}
.asterisk span{
    color: #9c132d;
}
.hide {
    display: none !important;
}
/*------Form Elements-------*/

/*------Common Styles-------*/

.media-body {
    width: 10000px;
}
/* .media, 
.media-body {
} */
.media-body, 
.media-left, 
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left{
    padding-right: 15px;
}
.media-right{
    padding-left: 15px;
}
.non-italic {
    font-style: normal !important;
}
.full-width {
    width: 100% !important;
}
.half-width {
    width: 50% !important;
}
.pull-left {
    float: left !important; 
}
.pull-right {
    float: right !important; 
}
.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
button {
    transition:background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;   
    text-decoration: none !important;

}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group .form-control, 
.input-group-addon {
    display: table-cell;
}
.input-group-addon {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
/*------Common Styles-------*/

.overlay .container {
    margin-bottom: 0;
}
.container::before,
.container::after,
.row::before,
.row::after,
.footer::after,
.footer::before{
    display: table;
    clear: both;
    content: '';
}
.hide-desktop {
    display: none !important;
}   

.breadcrumb {
    color: #555;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight: normal;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
    font-size: 20px;
    line-height: 24px; 
}
.breadcrumb li + li::before {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    color: #555;
    content: '/';
}
.breadcrumb a {
    color: #555;
    display: inline-block;
    border-bottom: 1px solid #555;
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}


.card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
.card-group .card + .card {
    margin-left: 0;
    border-left: 0;
}  
.card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-link {
    font-size: 18px;
    line-height: 1;
    color: #9c1f1f;
    min-width: 205px;
    text-align: center;
    display: inline-block;
    margin-bottom: 18px;
    border: 1px solid #9c1f1f;
    border-radius: 3px;
    padding: 15px 22px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
}

.padding-bot0 {
    padding-bottom: 0 !important;
}
.border-bottom0{
    border-bottom: none !important;
}

/*-----------For Owl------------*/
.owl-dots {
    position: absolute;
}
.owl-dot {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.5);
    background: rgba(255,255,255,0);
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
}
.owl-dot.active,
.owl-dot:hover {
    background: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}
/*-----------For Owl------------*/


/*-----------For Ipads------------*/
.tablet .visible-sm-xs.btn-fallback {
    display: block !important; 
}
.tablet .chosen-container {
    display: none !important;
}
.tablet .select-container select ,
.phone .select-container select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: none;
    z-index: 1;
    display: block !important;
}
.tablet .select-container,
.phone .select-container {
    position: relative;
}
.tablet .select-container .btn-fallback, 
.phone .select-container .btn-fallback {
    position: relative;
    height: 43px;
    line-height: 38px;
    padding: 1px 30px 6px 17px;
    font-size: 20px;
    color: #000;
    width: 100%;
    border: none;
    border-bottom: 3px solid #ccc;

    font-weight: 400;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    background: none;
}

.select-container .btn-fallback span {
    top: 0;
    height: 100%;
    width: 30px;
    display: block;
    position: absolute;
    right: 0px;
}

.select-container .btn-fallback span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 14px;
  height: 8px;
  content: '';
  border-top: 8px solid #f57921;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;

}
.tablet .select-container .btn-fallback::after,
.tablet .select-container .btn-fallback::before,
.phone .select-container .btn-fallback::after,
.phone .select-container .btn-fallback::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 9px;
    content: '';
    background: #ccc;
}
.tablet .select-container .btn-fallback::before,
.phone .select-container .btn-fallback::before {
    right: 0;
    left: auto;
}


/*-----------For Ipads------------*/







