/*!
PROJECT NAME :- NEWRISTICS
STYLE TYPE: RESPONSIVE 
UI DEVELOPER: VARUN (varun@unikove.com)/+91-9311595880
DATE :- 1 JAN 2020
LAST CHANGE :- 
VERSION :- V.1
*/


@font-face {
    font-family: 'OpenSans-Regular';
    src:url('../fonts/OpenSans-Regular.woff') format('woff'),
          url('../fonts/OpenSans-Regular.woff2') format('woff2'),
          url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'),
          url('../fonts/OpenSans-Regular.eot'),
          url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/OpenSans-Regular.ttf') format('truetype');
  
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: 'OpenSans-Medium';
    src:url('../fonts/OpenSans-Medium.woff') format('woff'),
          url('../fonts/OpenSans-Medium.woff2') format('woff2'),
          url('../fonts/OpenSans-Medium.svg#OpenSans-Medium') format('svg'),
          url('../fonts/OpenSans-Medium.eot'),
          url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
          url('../fonts/OpenSans-Medium.ttf') format('truetype');
  
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'OpenSans_Condensed-Bold';
    src:url('../fonts/OpenSans_Condensed-Bold.woff') format('woff'),
          url('../fonts/OpenSans_Condensed-Bold.woff2') format('woff2'),
          url('../fonts/OpenSans_Condensed-Bold.svg#OpenSans_Condensed-Bold') format('svg'),
          url('../fonts/OpenSans_Condensed-Bold.eot'),
          url('../fonts/OpenSans_Condensed-Bold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/OpenSans_Condensed-Bold.ttf') format('truetype');
  
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'OpenSans-Bold';
    src:url('../fonts/OpenSans-Bold.woff') format('woff'),
          url('../fonts/OpenSans-Bold.woff2') format('woff2'),
          url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'),
          url('../fonts/OpenSans-Bold.eot'),
          url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/OpenSans-Bold.ttf') format('truetype');
  
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0
}

body {
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
a { text-decoration: none; }
ul {
    list-style: none
}

img {
    max-width: 100%;
    height: auto
}
.d-none { display: none !important; }
.text-center { text-align: center; }
.modal-dialog { background: #ffffff; border-radius: 4px; }
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: 'OpenSans-Medium';
    line-height: 1.2;
}




@media (min-width: 576px) {
     
    .container, .container-sm {
        max-width: 540px;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}


@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
    
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


@media (min-width: 992px) {
    
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}





.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0
}

html {
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body {
    
    font-size: 14px;
    font-variant-ligatures: none;
    font-feature-settings: "liga", 0;
    font-smoothing: antialiased !important;
    color: #696a6a
}

ul {
    margin-bottom: 0
}

img {
    max-width: 100%;
    border: none
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    box-shadow: none
}

textarea {
    resize: vertical;
    min-height: 60px;
    max-height: 240px
}

a {
    color: #f16421
}

[role=button] {
    cursor: pointer
}

button::-moz-focus-inner {
    border: 0
}

input[type=search] {
    box-sizing: border-box;
    box-shadow: none;
    appearance: none
}

input[type=email],
input[type=number],
input[type=password],
input[type=text] {
    box-shadow: none;
    appearance: none
}

input[type=number] {
    appearance: textfield
}

select {
    appearance: none;
    position: relative;
    cursor: pointer
}

select::-ms-expand {
    display: none
}

input[type=checkbox][readonly]+label {
    pointer-events: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    appearance: none;
    margin: 0
}

::placeholder {
    color: #00263a !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #00263a !important
}

::-ms-input-placeholder {
    color: #00263a !important
}
button { border: 0; }
.section{ position: relative; height: 100vh; }
.section .sectionContent .btn:hover {
    opacity: .9;
}
.form-control {
    width: 100%;
    border-radius: 4px;
    height: auto;
    color: #00263a;
    border-color: #fff;
    background: #fff;
    transition: all .4s ease;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    z-index: 1;
    position: relative
}

.form-control:focus {
    box-shadow: none;
    border-color: #fff;
    border: 1px solid #ced4da;
}

.form-control:disabled,
.form-control[readonly] {
    background: 0 0;
    border-color: #fff;
    cursor: default;
    height: auto
}

textarea.form-control {
    min-height: 200px
}

.form-group {
    position: relative
}

.form-link {
    font-weight: 600
}

input.nostyle {
    border: none;
    font-weight: 600;
    font-size: 13px;
    color: #f16421;
    padding-right: 25px;
    min-width: 205px;
    background-position: 99% center
}

select.simple-control {
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-right: 20px;
    max-width: 110px
}

select.form-control {
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-right: .7rem;
    color: #f16421
}

select.form-control:not([size]):not([multiple]) {
    height: inherit
}

select.form-control:disabled,
select.form-control[readonly] {
    background-image: none
}

.form-control-plaintext {
    padding-right: .75rem;
    padding-left: .75rem;
    padding-top: .125rem;
    border-top: none
}

.form-control-plaintext a {
    font-size: .875rem;
    font-weight: 600;
    margin-left: 2px;
    text-decoration: underline
}

.input-group-text {
    border-color: transparent;
    background: 0 0
}

.input-group-prepend .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-position: 92% center;
    background-size: 10px 10px;
    padding-left: 12px
}

.custom-control {
    padding-left: 1.55rem
}

.custom-switch {
    padding-left: 0;
    padding-right: 2rem
}

.custom-switch .custom-control-label:before {
    left: calc(100% + 4px);
    height: .65rem;
    background: #bbb;
    border-color: #bbb
}

.custom-switch .custom-control-label:after {
    top: 1px;
    left: calc(100% + 4px);
    background: #888;
    width: 16px;
    height: 16px
}

.custom-switch .custom-control-input:checked~.custom-control-label:before,
.custom-switch .custom-control-input:focus~.custom-control-label:before {
    background: #bbb;
    border-color: #bbb;
    box-shadow: none
}

.custom-switch .custom-control-input:checked~.custom-control-label:after,
.custom-switch .custom-control-input:focus~.custom-control-label:after {
    background: #f16421;
    box-shadow: none
}

.custom-control-label {
    color: #777;
    cursor: pointer;
    font-size: 13px
}

.custom-checkbox {
    min-height: 20px
}

.custom-checkbox .custom-control-label {
    line-height: 20px;
    min-height: 20px
}

.custom-checkbox .custom-control-label:before {
    border-radius: 4px;
    width: 1.15rem;
    height: 1.15rem;
    top: 2px
}

.custom-checkbox .custom-control-input:focus~.custom-control-label:before {
    box-shadow: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
    color: #f16421
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    border-color: #f16421;
    background-color: transparent
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    left: -1.375rem;
    width: .875rem;
    height: .875rem;
    background-image: url(../img/icons/checkbox.svg);
    background-size: 90% 90%
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label {
    color: #f16421
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: transparent
}

.custom-control-input:active~.custom-control-label:before {
    background-color: rgba(241, 100, 33, .4)
}

.custom-radio .custom-control-label {
    line-height: 20px;
    min-height: 20px
}

.custom-radio .custom-control-label:before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
    left: -1.55rem
}

.custom-radio .custom-control-label:after {
    top: 50%;
    left: -1.3rem;
    transform: translateY(-50%)
}

.custom-radio .custom-control-input:focus~.custom-control-label:before {
    box-shadow: none
}

.custom-radio .custom-control-input:checked~.custom-control-label {
    color: #f16421
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: transparent;
    border-color: #f16421
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background: #f16421
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label {
    color: #f16421
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(241, 100, 33, 0)
}

.dateIcon {
    background-image: url(../img/icons/date.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 20px
}

.lowKey {
    opacity: 0;
    height: 0;
    width: 0;
    outline: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--disabled .selection .select2-selection {
    background-image: none
}

small.error {
    font-size: 11px;
    display: block;
    color: #e35463;
    padding: 0 15px;
    opacity: .9
}

.icon-control {
    position: relative
}

.icon-control [class*=icon-],
.icon-control [class^=icon-] {
    position: absolute;
    left: 12px;
    top: 8px;
    font-size: 20px;
    color: #f16421;
    z-index: 2
}

.icon-control .form-control {
    padding-left: 40px
}

.switchOrder {
    order: 2
}

.strapsWrap {
    background: linear-gradient(90deg, #f87023 0, #ffc554 100%);
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    position: fixed;
    top: 62px;
    width: 100%;
    z-index: 4;
    font-size: 14px;
    height: 37px;
    overflow: hidden;
    display: none !important;
}

.strapsWrap b {
    position: absolute;
    right: 40px;
    top: 6px;
    cursor: pointer;
    z-index: 4
}

.strapsWrap h2 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0
}

.strapsWrap a {
    color: #fff;
    font-family: 'OpenSans-Bold';
    font-size: 14px
}

@media (min-width:768px) {
    .switchOrder {
        order: 1
    }
}

.switchOrder:last-child {
    order: 1;
    text-align: center
}

@media (min-width:768px) {
    .switchOrder:last-child {
        order: 2;
        text-align: right
    }
}

.removeAppend {
    font-size: 11px;
    text-transform: uppercase;
    top: -15px;
    position: relative
}

.icon-green,
.icon-grey {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-right: 2px
}

.icon-green {
    background: #1eb86e;
    border-color: #1eb86e
}

.icon-grey {
    border-color: #ccc;
    background: #eee
}

.fl-form .fl-wrap {
    width: 100%
}

.hideSelect {
    display: none
}

.greyBg {
    background: #f9f9f9
}

.btn {
    box-shadow: none !important;
    border-radius: 6px;
    
    position: relative;
    cursor: pointer
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

.btn:hover {
    opacity: 1
}

.btn-primary {
    color: #fff;
    border-color: #f16421;
    background-color: #f16421
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    box-shadow: none;
    color: #fff;
    background-color: #f16421;
    border-color: #f16421
}

.btn-link {
    color: #f16421
}

.btn-link:hover {
    color: #f16421;
    text-decoration: none
}

.btn-outline-primary {
    color: #f16421 !important;
    border-color: #f16421
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #f16421;
    border-color: #f16421
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #f16421;
    border-color: #f16421
}

.btn-outline-secondary {
    color: #00263a !important;
    border-color: #00263a
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #00263a;
    border-color: #00263a
}

.popover {
    z-index: 9;
    background: #fff;
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    border: 0
}

.popover .popover-header {
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    color: #f15f28;
    background: 0 0
}

.popover .popover-body {
    font-size: 13px
}

.popover.fade {
    opacity: 1
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    border-bottom-color: rgba(0, 0, 0, .1)
}
 

  
.addressWrap {
    text-align: center;
    width: 100%;
    display: inline-block
}

.addressWrap .addressCell {
    display: inline-block;
    text-align: left
}

@media (max-width:575px) {
    .addressWrap .addressCell {
        width: 100%
    }
}

.addressWrap .addressCell:nth-child(1) {
    float: left
}

.addressWrap .addressCell:nth-child(3) {
    float: right
}

.addressWrap .addressCell img {
    display: inline-block;
    vertical-align: top
}

.addressWrap .addressCell p {
    display: inline-block;
    max-width: 380px;
    min-width: 220px;
    padding-left: 10px;
    color: #696a6a;
    margin-bottom: 0;
}

@media (max-width:575px) {
    .addressWrap .addressCell p {
        min-width: auto;
        width: calc(100% - 30px)
    }
}

.addressWrap .addressCell a {
    display: inline-block;
    max-width: 320px;
    min-width: 220px;
    padding-left: 10px;
    color: #696a6a
}

@media (max-width:575px) {
    .addressWrap .addressCell a {
        min-width: auto;
        width: calc(100% - 30px)
    }
}
 
 
.slick-arrow {
    cursor: pointer;
    font-weight: 400;
    z-index: 1;
    outline: 0;
    font-size: 24px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #36b0ef;
    background: #eee;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.slick-arrow svg {
    max-width: 50%;
    min-width: 16px;
    min-height: 16px;
    display: block;
    margin: 0 auto
}

.slick-arrow:focus {
    outline: 0
}

.slick-arrow:active {
    outline: 0
}

.slick-disabled {
    opacity: .5;
    pointer-events: none
}

.slick-dots {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: center
}

.slick-dots li {
    list-style: none;
    width: 10px;
    height: 10px;
    background: #acacac;
    border-radius: 50%;
    opacity: .5;
    margin: 0 4px
}

.slick-dots li button {
    display: none
}

.slick-dots li.slick-active {
    width: 15px;
    height: 15px;
    opacity: 1
}

@media(max-width:900px) {
    .strapsWrap {
        padding: 10px 60px
    }

    .strapsWrap b {
        right: 20px
    }
}