﻿body {
    font-family: 'Muli', sans-serif;
   
    background-size: 90% 70%;
    -webkit-animation: AnimationName 14s ease infinite;
    -moz-animation: AnimationName 14s ease infinite;
    animation: AnimationName 14s ease infinite;
}

.Main {
    transform:scale(1,1);
    position: absolute;
    margin: auto;
    padding: 5px;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: 90%;
    width: 95%;
    z-index: 1;
}

.MainHead {
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    color: black;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.ContFluid {
    background-color: #f1f1f1;
    padding: 30px;
}

.SubContFluid {
    background-color: white;
    padding: 10px;
}

.headContFluid {
    background-color: #f1f1f1;
    padding: 5px;
}



.inp{
    
    margin-top:5px;
    margin-bottom:5px;
    font-size:14px;
    padding:2px;
    padding-left:12px;
    border-left:0px;
    border-right:0px;
    border-top:0px;
    border-bottom:1px;
    border-style:solid;
}

.LableHead{
    font-family: 'Muli-semibold', sans-serif;
    font-size:14px;
    color:black;
   font-weight:700;
   text-align:left;
   margin-top:5px;
   margin-bottom:5px;
   letter-spacing:.5px;

}

.bg_footer {
    background-color: #1f2b44;
    min-height: 150px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}

.img {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:10%;
}

.img p {
    font-size: 14px;
    color: #bfbfbf;
    margin-left: 11px;
    margin-top: 8px;
}
.modeButton{
    color:white;
    background:linear-gradient(90deg, #07CFD7 0%, #01E0BA 100%);
    width:100px;
    border:none;
    
    float:right;
    margin:5px;
    padding:2px;
    
    
    
}

.modeButton:focus, .modeButton:hover{
    background-color: #1bdccf;
    border: 1px solid #1bdccf;
    box-shadow: 0px 0px 9px 5px rgba(162, 162, 162, 0.12);
    background: #fff;
    color:#0fc6ce;
}

.bommode > div {
    position: relative;
    margin: 5px;
    margin-left: 34%;
    padding: 2px;
    float: left;
}

.SubHead{
    font-family: 'Muli-semibold', sans-serif;
    font-size:22px;
    color:black;
   
   text-align:center;


}

.bg_head_blog {
    min-height: 70px;
    background-image: url(https://vyre.co/V2/img/header_blog1.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.bg_head1 {
    min-height: 100px;
    background-image: url(https://vyre.co/V2/img/header-image.jpg);
    background-size: 100% 100%;
    background-position: center;
}

@media (max-width: 620px) and (min-width: 400px)
.bg_head1 {
    min-height: 310px;
}

.header_nav .head_nav_bg {
    background-color: transparent ! important;
    border: none ! important;
    margin-bottom: 0px ! important;

}

.header_nav .head_nav_bg .head_togle, .header_nav .head_nav_bg .head_togle:hover, .header_nav .head_nav_bg .head_togle:focus {
    border: none;
    background-color: transparent;
    
    border-top-color: initial;
    border-top-style: none;
    border-top-width: initial;
    border-right-color: initial;
    border-right-style: none;
    border-right-width: initial;
    border-bottom-color: initial;
    border-bottom-style: none;
    border-bottom-width: initial;
    border-left-color: initial;
    border-left-style: none;
    border-left-width: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;

}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.collapse.in {
    display: block;
}

.navbar-collapse.in {
    overflow-y: auto;
}

.navbar-nav {
    margin: 7.5px -15px;
}

.pull-right {
    float: right!important;
}

.head2_menu {
    padding-top: 15px;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    
}

.header_nav .head_nav_bg {
    background-color: transparent ! important;
    border: none ! important;
    margin-bottom: 0px ! important;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;

}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.header_nav .head_nav_bg .head_nav_bd li a {
    color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li {
    position: relative;
    display: block;
}

li {
    display: list-item;
    
    list-style: none;
}

a {
    background-color: transparent;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.Logbutton:focus, .Logbutton:hover{
    background-color: #1bdccf;
    border: 1px solid #1bdccf;
    box-shadow: 0px 0px 9px 5px rgba(162, 162, 162, 0.12);
    background: #fff;
    color:#0fc6ce;
}

.LogButton{
    padding-right: 22px;
    font-size: 13px;
    transition: ease all 1s;
    padding: 6px 16px;
    line-height: 22px;
    font-family: Muli-Bold !important;
   
    letter-spacing: .5px;
    color:white;
    height: 40px;
    width: 180px;
    border-radius: 1px;
    border: none;
    background: linear-gradient(90deg, #07CFD7 0%, #01E0BA 100%);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
}

.buttonbox {
    margin-top:80px;
    
    padding:10px;
    border-style:none;
    background-color: #f1f1f1;




}

span.LableHead:after {
  content:"*";color:red;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.ftr_brd {
    border-bottom: 1px solid rgba(119, 119, 119, 0.47);
    padding-bottom: 30px;
}

p {
    margin: 0 0 10px;
    float: left;
}

.adpopup {
    position:fixed;
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.4);
    padding:3% 3% 3% 3%;
    z-index:10000000;
    display:none;
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.closebut {
position:relative;
top:-105px;
left:70px;
font-size:40px;

}
    

.txtinp1 .txtinp {
    box-shadow: none;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ddd;
    color: #ddd;
}

.adfontfam {
 font-family:'Muli-Semibold'!important;
 letter-spacing:.5px;
 

}

