/*
::-o-selection {color:#333;background:#ddd;}
::-ms-selection {color:#333;background:#ddd;}
::-moz-selection {color:#333;background:#ddd;}
::-webkit-selection {color:#333;background:#ddd;}
::selection {color:#333;background:#ddd;}
*/
/* ------------------------- */

html {
    font-size: 0.625em;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    quotes: "“" "”";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent }

body {
    margin: 0;
    font-size: 0;
    line-height: 0;
    color: #1f1f1f;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit }

/* --------------------------- */

h0, h1, h2, h3, h4, h5, h6, p {
    width: 100%;
    line-height: 1.7em;
    font-weight: inherit;
    display: inline-block }

/* ------------------------------------------ margin : 16px 0 16px 0 */
/*
h0, .h0 { font-size: 2.50em;  margin: 0.4em     0 }
h1, .h1 { font-size: 2.25em;  margin: 0.44445em 0 }
h2, .h2 { font-size: 2.00em;  margin: 0.5em     0 }
h3, .h3 { font-size: 1.75em;  margin: 0.57142em 0 }
h4, .h4 { font-size: 1.50em;  margin: 0.66667em 0 }
h5, .h5 { font-size: 1.25em;  margin: 0.8em     0 }
h6, .h6 { font-size: 1.00em;  margin: 1em       0 }
p , .p  { font-size: 1.00em;  margin: 0 0  1em  0 }
*/
/* ------------------------------------------ margin : 24px 0 16px 0*/

h0, .h0 { font-size: 2.50em; margin: 0.6em     0 0.4em     0 }
h1, .h1 { font-size: 2.25em; margin: 0.66667em 0 0.44445em 0 }
h2, .h2 { font-size: 2.00em; margin: 0.75em    0 0.5em     0 }
h3, .h3 { font-size: 1.75em; margin: 0.85714em 0 0.57142em 0 }
h4, .h4 { font-size: 1.50em; margin: 1em       0 0.66667em 0 }
h5, .h5 { font-size: 1.25em; margin: 1.2em     0 0.8em     0 }
h6, .h6 { font-size: 1.00em; margin: 1.5em     0 1em       0 }
p , .p  { font-size: 1.00em; margin: 1.5em     0 1em       0 }

h0, .h0 { font-size: 2.20em; margin: 1.3em   0 0 0 }
h1, .h1 { font-size: 2.00em; margin: 1.4em   0 0 0 }
h2, .h2 { font-size: 1.80em; margin: 1.5em   0 0 0 }
h3, .h3 { font-size: 1.60em; margin: 1.6em   0 0 0 }
h4, .h4 { font-size: 1.40em; margin: 1.7em   0 0 0 }
h5, .h5 { font-size: 1.20em; margin: 1.8em 0 0 0 }
h6, .h6 { font-size: 1.00em; margin: 2.0em 0 0 0 }
p , .p  { font-size: 1.00em; margin: 2.0em 0 0 0 }

/* ------------------------------------------ margin : 24px 0 (8px 11px 13px 14px 15px 16px RESPECTIVE) 0*/
/*
h0, .h0 { margin: 0.6em     0 0.2em     0 }
h1, .h1 { margin: 0.66667em 0 0.27778em 0 }
h2, .h2 { margin: 0.75em    0 0.34375em 0 }
h3, .h3 { margin: 0.85714em 0 0.46428em 0 }
h4, .h4 { margin: 1em       0 0.58334em 0 }
h5, .h5 { margin: 1.2em     0 0.75em    0 }
h6, .h6 { margin: 1.5em     0 1em       0 }
*/


.fw3 { font-weight: 300}
.fw4 { font-weight: 400}
.fw5 { font-weight: 500}
.fw6, strong, b { font-weight: 500}

.lh {line-height: normal}


/* ------------------------- */

img { border: 0 }

a {
    outline: 0;
    text-decoration: none;
    color: inherit }

/* ----------------------------- */

.label {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    display: inline-block;
    width: 100%;
    position: relative }

.input, select, textarea {
    
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    
    width: 100%;
    font-family: inherit;
    font-size: 1.7rem;
    line-height: normal;
    
    color: inherit;
    outline: 0;
    
    padding: 0.9rem 1.2rem;
    border: 1px solid #e2e2e6;
    
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }


.input:focus, select:focus, textarea:focus {
    background: #f0f0f4; }


.ie_box {
    margin-top: 0.6rem;
    color: #E03030;
    font-size: 1.3rem; }


select {
    padding: 0.8rem !important; }


.select-caret {
    font-size: 1.2rem;
    color: #aaa;
    line-height: 0;
    position: absolute;
    right: 1.2rem;
    top: 2.2rem;
    z-index: -2; }


.input-lg {
    font-size: 2rem;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 0.7em }


textarea {
    resize: vertical;
    margin: 0;
    height: 11rem;
    min-height: 11rem; }


.input::-webkit-input-placeholder{ color: #ccc }
.input:-moz-placeholder{ color: #ccc }
.input::-moz-placeholder{ color: #ccc }
.input:-ms-input-placeholder{ color: #ccc }


.radio-label{
    width: auto;
    font-size: 1.5rem;
    display: inline-block;
    margin-left: 2.4rem }

/* ------------ we NOT used attribute selection method it creates CSS hierarchy issue ------ */

.radio, .checkbox {
    margin: 0 0.8rem 0 0;
    padding: 0;
    position: absolute;
    top: 0.2rem;
    left: 0.1rem;
    display: inline-block;
    cursor: pointer;
    height: 1.6rem;
    width: 1.6rem }

/*
---------------------- cutom chechbox and radio ----------------------------------
 This Requires <span class="checkbox"></span> immediately after the input checkbox
----------------------------------------------------------------------------------

.radio, .checkbox { opacity: 0 }

.customcheckbox{
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.035);
    border: 2px solid rgba(0,0,0,0.25);
    border-radius: 2px;

    margin: 0 8px 0 0;
    position: absolute;
    top: 2px;
    left: 1px;
    z-index: -1;
}

/* ----------------------------------------------------------------
body{ -webkit-animation: bugfix infinite 3600s; }
@-webkit-keyframes bugfix { from { height: 0; } to { height: 0; } }
input[type="checkbox"]:checked ~ .checkbox{
------------------------------------------------------------------*/
/*
.sibling_hack+* {margin: 0} /* ------- not limited to any class as * is used --------- 

.sibling_hack + .checkbox { margin-top:0;} /* ------- limited to the specified class --------- 

input[type="checkbox"]:checked ~ .customcheckbox{
    background-color: #777;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

 /* ------------------ */


.but {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    
    font-family: inherit;
    font-size: 1.6rem;
    line-height: 4.2rem;
    height: 4.3rem;
    padding: 0 1.5rem;
    outline: 0;
    cursor: default;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    border: 1px solid;
    
    transition: all 0.2s ease 0s; }


.but-b {
    border: 1px solid transparent;
    line-height: 4rem }


.but-sm {
    font-size: 1.5rem;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem }


.but-lg {
    font-size: 2rem;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1.2em }


.but-sm-b {
    font-size: 1.5rem;
    height: 3rem;
    line-height: 2.8rem;
    padding: 0 1rem;
    border: 1px solid transparent }


.but-lg-b {
    font-size: 2rem;
    height: 2.5em;
    line-height: 2.4em;
    padding: 0 1.2em;
    border: 1px solid transparent }


.but.disabled, .but:disabled {
    opacity: 0.5;
    cursor: not-allowed }


.ripple-con {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top }


.but:after, .ripple{
    content: ' ';
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px;
    height: 10px;
    width: 10px;
	transform: scale(0);
    display: inline-block;
    border-radius: 50%;
    animation: ripple 0.65s linear;}


.ripple:active,
.but:active:after,
.but:active + .ripple,
.but:disabled:after,
.but.disabled:after,
.but:disabled + .ripple,
.but.disabled + .ripple {
    animation: none }


@keyframes ripple { to{
    opacity: 0;
    transform: scale(20) } }



 /* ------------------ */

.con, .mcon, .ocon {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative; }

.mcon, .ocon { max-width: 1300px }



