body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;

}
br{content: '';}
br:after{content:' ';}
/* Tob band */
.top-band{
    background: #7d7e7e;
    height: 0px;
}
/* Header */
header{
    box-shadow: 0px 4px 10px #d2d5d6;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.logo{
    margin: 27px 0 8px 0;
}
.bannerClass{
width: auto;
margin: 0 auto !important;
text-align: center !important;

}
.carousel-indicators{
display: none;
}
.carousel-control.right {
right: 0;
left: auto;
background: transparent !important; 
color: #000 !important;
}
.carousel-control.left {
left: 0;
right: auto;
background: transparent!important; 
color: #000 !important;
}
.carouselMy{
    width: auto !important;
    height: auto !important; 
    text-align: center;
    margin: 0 auto;
    display: block;
}

footer{
    padding-top: 2.6em;
    padding-bottom: 3em;
    font-weight: 500;
    font-size: .98em;
    border-top: 1px solid #7f8284;
}
.copy-rite{
    background: #000;
    color: #fff;
    line-height: 3em;
}
/* Main Container */
.main-container{
    position: relative;
    background: #eff2f4;
    margin-top: 86px;
    min-height: 450px;
    overflow: hidden;
    list-style:none;
}

.main-container .row{margin-bottom: 0;}



.arrowl, .arrowr{
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 53px;
    height: 53px;
    cursor: pointer;
}
.arrowl img, .arrowr img{max-width: 100%;}
.arrowl{right: 0; margin-left: 3em;}
.arrowr{left: 0; margin-right: 3em;}
/* Intro page */
.intropage-t1{
    font-size: 1.3em;
    line-height: 1.4em;
}
.intropage-t1extra{
    font-size: 1.2em;
    line-height: 1.3em; 
}
.intropage-t1extra1{
    font-weight: 600;
    font-size: 1.7em;
    line-height: 17px;
}   
.intropage-t2{
    font-weight: 500;
    font-size: 1.5em;
}
.intropage-t2 span.intropage-t3{
    font-weight: 700;
    display: block;
}
.ttl{
    font-weight: 700;
    font-size: 2.5em;
}
h5.ttl::after{
    background: url(../images/icon-hr.png) center no-repeat;
    content: "";
    height: 7px;
    display: block;
    margin-top: .4em;
}

/* Section 2 */
button.p2-btn{
    font-size: 2.1em;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 78px;
    padding-top: 78px;
}
button.p2-btn.txtMdl{
    padding: 0;
    line-height: 264px;
}

.overlay{
    background: rgba(0,0,0,0.85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}
.overlay form{
    position: absolute;
    width: 40%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    background: #fff;
    padding: 2em;
    border: 5px solid #e09900;
    border-radius: 14px;
}
.overlay form input{color: #000;}
.overlay form label{
    color: #000;
    font-weight: 800;
}
.overlay form #formtitle {
    font-size: 1.3rem;
    margin: -11px auto 14px;
    text-align: center;
    font-weight: 700;
    border-bottom: 0px solid;
    padding-bottom: 16px;
}

.overlay form #form-submit-button{
    border-radius: 8px;
    margin-top: 1em;
    background-color: #e09900;
    background: #e09900;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
}
.overlay form #form-submit-button:hover {
    opacity: .8;
}
.overlay .close{
    position: absolute;
    top: .5em;
    right: .5em;
    color: #fff;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1;
}


/* Global CSS Hacks */
* {
    box-sizing: border-box;
}
.section{display: none;}
.section.active{display: block;}

.mrg-auto{
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.mrgt3{
    margin-top: 3em;
}
.mrgt1{
    margin-top: 1em;
}
.mrgB-zero{
    margin-bottom: 0;
}
.clearfix {
    clear: both;
}
.white-btn{
    background: #fff;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 1em;
    border-radius: 25px;
    margin-bottom: 2.13em;
    padding: 0;
}
.extra-white-line{
line-height: 44px !important;   
}
.white-btn1{
background: #fff;
width: 100%;
color: #000;
font-weight: 700;
font-size: 1em;
border-radius: 25px;
margin-bottom: 2.13em;
padding: 8px;
height: 62px;
line-height: 20px;
}
.white-btn-other{
    font-weight: 700 !important;
    font-size: 1.5em !important;
}
.white-btn:hover, .white-btn.active{
    color: #fff;
background: #e09900;
}
.white-btn1:hover, .white-btn1.active{
    color: #fff;
    background: #e09900;
}
.dNone{display: none;}
.loottips{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 15em auto auto auto;
    color: #fff;
    background: #e09900;
    display: none;
    width: 300px;
    height: 2em;
    line-height: 2em;
    box-shadow: 0px 4px 10px #000;
}
#pg1 .loottips{margin: auto auto 15em auto}
.loottips:hover{
    background: #e09900;
}
.loottips.active{
    display: block ;
    text-align: center;
    cursor: default;
}


@media screen and (max-width: 767px){
    
    .logo{margin: 12px 0 8px 0;}
    .main-container{margin-top: 72px;}
    .intropage-t1 {font-size: .9em;}
    .intropage-t1extra{
        font-size: 1em;
        line-height: 1.1em; 
    }
    .intropage-t1extra1{
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1.3em;
    }    
    .intropage-t2 {font-weight: 500;font-size: 1.1em;}
    .ttl{font-size: 1.6em;}
    .arrowl, .arrowr{width: 35px;height: 35px;z-index: 2;}
    .arrowr{margin-right: .5em;}
    .arrowl{margin-left: .5em;}
    .white-btn-other{ font-size: 1em !important; }
    .white-btn{font-size: .8em;padding: 0;margin-bottom: 1.5em;letter-spacing: .001em;}
    button.p2-btn{
        font-size: 1.5em;
        margin-top: 0 !important;
        margin-bottom: 1em !important;
        padding-bottom: 30px;
        padding-top: 30px;
        line-height: 30px;
    }
    button.p2-btn.txtMdl{line-height: 83px;}
    .loottips{margin: 8em auto auto auto;}
    #pg1 .loottips{margin: auto auto 22em auto;}
    .overlay form{width: 100%;}
    footer{font-size: .8em;padding-top: 1.5em;padding-bottom: 0em;}
    .copy-rite{font-size: .71em;}
    .copy-rite .container{
        width: 100%;
        margin: 0;
    }
    .copy-rite .row .col{padding: 0;}
    .mrgt3.smrgt0{margin-top: 0;}
    br{content: '';}
    br:after{content:' ';}
    /*add*/
    .bannerClass{
        width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 801px){
    .intropage-t1 {font-size: .9em;}
    .intropage-t1extra{
        font-size: 1em;
        line-height: 1.1em; 
    }
    .intropage-t1extra1{
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1.3em;
    }    
    .intropage-t2 {font-weight: 500;font-size: 1.1em;}
    .ttl{font-size: 1.6em;}
    .white-btn{font-size: 1.5em;}
    .white-btn-other{font-size: 1.8em !important;}
    #pg1 .loottips{margin: auto auto 24.4em auto;}
    .arrowl, .arrowr{width: 50px;height: 50px;z-index: 2;}
    .arrowr{margin-right: 1em;}
    .arrowl{margin-left: 1em;}
    button.p2-btn{margin-top: 0 !important;margin-bottom: 1em !important;padding-bottom: 38px;padding-top: 38px;}
    .col.s12.m11.l4{float: none;margin: 0 auto;}
    .loottips{margin: 10.5em auto auto auto;}
    button.p2-btn.txtMdl{line-height: 130px;}
    .white-btn{margin-bottom: 1em;}
    footer{padding-top: 1.6em;padding-bottom: 1em;font-size: 1.5em;}
    .copy-rite{line-height: 2.5em;font-size: 1.3em;}
    .mrgt3.smrgt0{margin-top: 1.3em;}
    br{content: '';}
    br:after{content:' ';}
    .overlay .close{font-size: 2.5em;}
    .overlay form{width: 90%;}
    .overlay form label{font-size: 1.5em;}
    .overlay form input{font-size: 1.5em !important;}
}

