/********************************** Font Family Start ***********************************/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

/********************************** Font Family End ***********************************/
@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN/D-DIN.eot');
    src: url('../fonts/D-DIN/D-DIN.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN/D-DIN.woff2') format('woff2'),
        url('../fonts/D-DIN/D-DIN.woff') format('woff'),
        url('../fonts/D-DIN/D-DIN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'D-DIN-bold';
    src: url('../fonts/D-DIN-Bold/D-DIN-Bold.eot');
    src: url('../fonts/D-DIN-Bold/D-DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN-Bold/D-DIN-Bold.woff2') format('woff2'),
        url('../fonts/D-DIN-Bold/D-DIN-Bold.woff') format('woff'),
        url('../fonts/D-DIN-Bold/D-DIN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}




/*====================================== reset.css is here ========================================*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    color: #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    color: #363636;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clrflt {
    clear: both;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.img-full-fill {
    display: block;
    width: 100%;
    height: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


/**************************************************************************************/

a {
    color: #2F2F2F;
    text-decoration: none !important;
    outline: 0 none;
    outline: none !important;
}

a:hover {
    color: #499ECF;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-decoration: none;
}

h1 {
    font-size: 32px;
    color: #2F2F2F;
    padding: 10px 0 10px 0;
    font-weight: 700;
    margin: 0;
}

h2 {
    font-size: 27px;
    color: #2F2F2F;
    padding: 10px 0 10px 0;
    font-weight: 400;
    margin: 0;
}

h3 {
    font-size: 18px;
    color: #2F2F2F;
    padding: 10px 0 10px 0;
    font-weight: 700;
    margin: 0;
}

h4 {
    font-size: 16px;
    color: #2F2F2F;
    padding: 10px 0 10px 0;
    margin: 0;
}

h5 {
    font-size: 14px;
    color: #2F2F2F;
    padding: 10px 0 10px 0;
    margin: 0;
}

h6 {
    font-size: 12px;
    color: #2F2F2F;
    padding: 10px 0 10px 0;
    margin: 0;
}

p {
    font-size: 20px;
    line-height: 25px;
    color: #2F2F2F;
    padding: 10px 0 10px 0;
    margin: 0;
}

p a {
    color: #000000;
    padding: 0 0 0px 0;
}


/*----------------------------------------------------------------------------------*/

::selection {
    background: #499ECF !important;
    color: #fff !important;
    text-shadow: none;
}

::-moz-selection {
    background: #499ECF !important;
    color: #fff !important;
    text-shadow: none;
}


/*----------------------------------------------------------------------------------*/

html {
    width: 100%;
    min-height:100vh;
}

body {
    width: 100%;
    min-height:100vh;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'D-DIN';
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    padding: 0;
}

.wrap-container {
    width: 100%;
    min-height:100vh;
}
.wrap-container-row {
    width: 100%;
    min-height:100vh;
    margin: 0;
    position: relative;
    /*align-items: center;*/
    margin-top: 15px;
}
.wrap-container-row:before {
    content: '';
    display: block;
    box-shadow: 0px 0 10px 5px rgba(0,0,0,0.2);
    width: 50%;
    min-height:100vh;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    height: 100%;
    background: #fff;
}
.wrap-container-col {
    
    background: #fff;
    /* min-height:100vh; */
    padding:40px;
}

.wrap-container-col-lft {
    padding:0;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.saon-logo {
    margin-bottom: 30px;
}
.headingbuy {
    font-size:30px; 
    line-height: 1; 
    font-weight: 600;
    font-family: 'D-DIN-bold';
    padding:0 0 20px 0;
    color: #ed1556;
    text-transform: uppercase;
    display: inline-flex;
}
.headingbuy span {
    font-size:30px; 
    line-height: 1; 
    font-weight: 400;
    font-family: 'D-DIN';
    margin:0 0 0px 15px;
    color: #000;
    display: inline-flex;
    vertical-align: middle;
    cursor: pointer;
}
.heading1{
    font-size:24px; 
    line-height: 1; 
    font-weight: 600;
    font-family: 'D-DIN-bold';
    padding:0 0 20px 0;
    color: #ed1556;
    text-transform: uppercase;
}
 
.form-control {
    border: solid 1px #ed1456 !important;
    outline: none;
    font-size: 16px;
    line-height: 25px;
    border-radius: 6px;
    height: 40px;
    padding: 5px 15px;
    width: 100%;
    display: block;
    text-align: left;
    color: #000 !important;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    text-align: left;
    font-weight: 400;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2) !important;
}
.form-control::-webkit-input-placeholder {
    color: #000000;
}
.form-control:-moz-placeholder {
    color:  #000000;
}
.form-control::-moz-placeholder {
    color:  #000000;
}
.form-control:-ms-input-placeholder {
    color:  #000000;
}
text-area.form-control {
    height: auto;
}
select.form-control {
    background-image: url('../images/arrow-down-sign-to-navigate.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 20px;
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	box-shadow: none;
	outline: none;
}
.form-label {
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1;
}
.wrap-container-col-rgt {
    padding:0;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.pay-apple {
    border: solid 1px #ed1456 !important;
    outline: none;
    font-size: 20px;
    line-height: 30px;
    border-radius: 6px;
    height: 40px;
    padding: 5px 15px;
    width: 100%;
    display: inline-flex;
    color: #fff !important;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    text-align: left;
    font-weight: 400;
    background-color: #ed1456;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2) !important;
    text-align: center;
    justify-content: center;
}
.pay-apple img {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.grey-clr {
    color: gray;
}
.font-14 {
    font-size: 14px;
    line-height: 1;
}
.font-15 {
    font-size: 15px;
    line-height: 1;
}
.font-16 {
    font-size: 16px;
    line-height: 1;
}
.font-17 {
    font-size: 17px;
    line-height: 1;
}
.font-18 {
    font-size: 18px;
    line-height: 1;
}
.font-20 {
    font-size: 20px;
    line-height: 1;
}
.input-group-2-col {
    display: flex;
}
.w-50 {
    width: 50%;
}
.input-group-card-main {
    border: solid 1px #ed1456 !important;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2) !important;
    border-radius: 6px;
}   
.input-group-card {
    border-bottom: solid 1px #ed1456 !important;
}
.input-group-2-col .form-control {
    border:0 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.input-group-2-col .form-control:first-child { 
    border-right: solid 1px #ed1456 !important;
    border-radius: 0px 0 0 5px !important;
}
.input-group-2-col .form-control:last-child { 
    border: 0 !important;
    border-radius: 0px 0 5px 0 !important;
}
.input-group-card .form-control {
    border: 0 !important;
    box-shadow: none !important;
}
.input-group-2-col .form-control.input-group-2-col-single {
    border-radius:0px 0 5px 5px !important
}
.no-bg {
    background: none !important;
    border: 0 !important;
}

.btn {
    border: solid 1px #000 !important;
    outline: none;
    font-size: 20px;
    line-height: 40px;
    border-radius: 6px;
    height: 50px;
    padding: 5px 15px;
    display: inline-flex;
    color: #fff !important;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    text-align: left;
    font-weight: 400;
    background-color: #000 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2) !important  ;
    text-align: center;
    justify-content: center;
}

.pay-place {
    margin-top: 125px;
}
.pay-details {
    display: block;
}
.pay-place {
    display: none;
}
.custom-control{min-height: 2.5rem;}
.custom-control-label::before{background:transparent; border: solid  1px #ed1556 !important; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{ border-color:#ed1556 !important;  background-color: #ed1556 !important;}
.custom-control-label{padding: 3px 0 0 20px; font-size: 18px;}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:none;   border: solid 2px #ed1556;
   border: solid 2px #fff;
   border-radius: 50%;
   padding: 0;
   width: 18px;
   height: 18px;
   display: block;
   background: #ed1556;
}
.custom-control-label::before{top:4px; left: -20px; border: solid 1px #ed1556 !important;
   width: 24px;
   height: 24px;
}
.custom-control-label::after {
   position: absolute;
   top: 7px;
   left: -17px;
   display: block;
   width: 16px;
   height: 16px;
   content: "";
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 15px 15px;
   text-align: center;
 }
.custom-control-input:focus ~ .custom-control-label::before{box-shadow: none !important;     box-shadow: none !important;}
.custom-control-input:checked ~ .custom-control-label::before{background-color: #ed1556 !important;}

@media (max-width:767px) {
    .wrap-container-row:before {
        display: none;
    }
    .wrap-container-col {
        padding: 50px 20px;
    }
    .wrap-container-col-lft-main {
        padding-bottom: 0;
    }
}

#card-element { padding-top: 10px; }
#card-errors, .form-errors { color: #ed1456; }
/* ---------------------------------------------------------------------------------*/

.select2-container--default .select2-selection--single{

    border: solid 1px #ed1456 !important;
    outline: none;
    font-size: 16px;
    line-height: 25px;
    border-radius: 6px;
    height: 40px;
    padding: 5px 15px;
    width: 100%;
    display: block;
    text-align: left;
    color: #000 !important;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    text-align: left;
    font-weight: 400;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{

    color: #000 !important;
}


.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 90%;
}

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    overflow-y: scroll;
}

.owl-carousel-file .owl-nav .owl-prev span, .owl-carousel-file .owl-nav .owl-next span{    font-size: 40px;
    font-weight: 300;
    background: transparent !important;}
.owl-theme .owl-nav [class*=owl-]:hover{    background: transparent;
    color: #000;
    text-decoration: none;
    outline: none !important;}
.owl-theme .owl-nav{margin-top:0px !important;}



