/*main*/

.navbar-toggle,.navbar-collapse.collapse,.btn_tab,.sub_section{display: none!important;}
.navbar-brand {
    display: inline-block;
    float: none!important;
    padding-left:0;
    text-align:center;
}
.navbar-inverse{
    background-color:initial;
    border-color:initial;
}
.navbar-brand > img{
    width:100%;
    opacity:1;
}
.footer{
    text-align:center;
}
.footer_row{
    justify-content:center !important;
}
.footer_copyright{
    margin-top:30px !important;
}

.container {
    width: unset;
    max-width: 1170px;
}
.top_banner_area {
    margin-top: 110px;
}

.top_tech_area {
    margin-top: 50px;
    border-radius: 20px;
}
.titanium .page_title {
    font-size: 38px;
    line-height: 1.5em;
}
.middle_regis_area{
    position:relative;
    padding:5.7% 30px 0 50px;
    margin-top:300px;
}
.middle_regis_area:before{
    content:"";
    position:absolute;
    z-index:-1;
    left:0;
    right:0;
    top:0;
    bottom:180px;    
    border-radius:20px;
    background:linear-gradient(-122deg,#dad9d9,#f2f2f2,#d5d5d5);
}
.middle_headline{
    position:absolute;
    width:83.5%;
    top:0;
    margin-top:-25.8%;
    left:12.1%;
    z-index:0;
}
.middle_box{
    position:relative;
    background-color:#fff;
    border-radius:40px;
    padding-top:4%;
    padding-left:6.6%;
    padding-right:15px;
    margin-bottom:40px;
    color:#505050;
    transition:background-color 0.3s linear;
}
.middle_box:hover{
    background-color:rgba(255,255,255,0.7);
}
.middle_box_no{
    position:absolute;
    left:-5px;
    top:-5px;
    width:90px;
    height:90px;
    display:inline-block;
    background:linear-gradient(-41deg,#a1539d,#e2bae0 76%, #864f83);
    color:#fff;
    font-size:50px;
    line-height:50px;
    text-indent:10px;
    clip-path:polygon(0 0, 0% 100%, 100% 0);
}
.titanium .middle_box_no {
    background:linear-gradient(135deg, #864f83 3%, #e2bae0 26%, #5353a1 70%);

}
.middle_box_no2 {
    top: 24px;
}
.middle_img01{
    position:absolute;
    width:20.2%;
    right:2.7%;
    bottom:0;
    margin-bottom:-3%;
}
.middle_box_title{
    color:#a1539d;
    margin:0;
}
.middle_box_title big{
    font-size:62px;
}
.titanium .middle_box_title {
    color:#2e4991;
}
.middle_box_tag{
    display:inline-block;
    border:1px solid #a1539d;
    font-weight:bold;
    margin-right:10px;
    padding:0 10px;
}
.middle_box01_arrow{
    width:16px;
    position:absolute;
    top:100%;
    margin-top:-10px;
    left:6.6%;
    z-index:5;
    animation:fadeOutDown 3s ease-out infinite both;
}
.middle_box01_arrow:before, .middle_box01_arrow:after{
    content:"";
    border:16px solid transparent;
    border-top-color:#513646;
    display:inline-block;
}
.middle_box02 .middle_box01_arrow{
    animation-delay: 1.5s;
}
.middle_box01_arrow:after{
    margin-top:-16px;
}

.middle_box02 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
}
.offer_img {
    margin-left: -7px;
}

.btn_area{
    margin:60px 0 0;
}

label.mLabel {
    border-radius: 13px;
}
.titanium label.mLabel {
    background-color:#2e4991;
}
@media screen and (min-width:1460px){

}
@media screen and (min-width:1200px){
}
@media screen and (min-width:992px){    
}
@media screen and (max-width:991px){
    .footer_box{
        margin-bottom:0;
    }
 
}
@media all and (max-width:640px) and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
}
@media screen and (min-width:641px){

}
@media screen and (max-width:640px){
    .top_banner_area { margin-top: 80px; }

    .logo-img{
        width:180px;
    }
    .titanium .page_title {
        font-size: 28px;
    }
    .middle_box_no{
        width:70px;
        height:70px;
        font-size:35px;
        line-height:40px;
    }
    .middle_img01{
        width:26%;
    }
    .middle_gift{
        right:34%;
    }
    .middle_regis_area{
        margin-top:200px;
    }
    .middle_headline{
        margin-top:-27%;
    }
    .middle_box_title big{        
        margin-left:-10px;
    }
    .middle_box02{
        background-position:right -20px bottom;
    }
    .middle_box02 {
        margin-top: 0;
    }
    .offer_img {
        margin-left: 0;
        margin-bottom: 0;
    }
}