
navv {
    width: 100%;
    height: 47px;
    padding: 5px -0.5%;
    margin-top: -43px;
    margin-left: 0px;
    z-index: 13;
    float: left;


    background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);



    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
    border-bottom: 0px solid white;
}

navv ul  { 
    width: 1233px;
    height: auto;
    margin: 10px auto;
	 
	}
navv ul li {
	       text-decoration: none;
    float: left;
    list-style-type: none;
    text-align: center;
    font-size: 13px;
    font-family: 'Lato', sans-serif;

	}
	
navv ul ul ul 
{	float:left;
	margin:-38px 0px 0px 268px;
	}

navv ul li a { 
	           text-decoration: none;
    color: #fff;
    padding: 14px 31px;
    letter-spacing: .9px;
    display: block;
    margin: -10px 0px 0px 0px;
    border-right: 1px solid #FB5C0C;
    height: 47px;
    line-height: 19px;}
	
navv ul ul li a { 
    text-decoration: none;
    color: #ffffff;
    padding: 0px 0px;
    font-family: 'Lato', sans-serif;
    display: block;
    padding-left: 0px;
    text-align: center;
    margin: 0px 0px 0px -17px;
    border-right: 0px solid #000;
    border-left: 0px solid #000;
    height: 45px;
	width:100%;
    line-height: 48px;
    font-weight: lighter;
    text-transform: uppercase;
	}
	
navv ul li a:hover {color:white; text-decoration:none;}

navv ul ul li a:hover {background-color:#F3C41B; color:#000; text-decoration:none;}

navv ul li a.current {    color: white;
    background-color: #e13036;
    text-decoration: none;}

navv ul ul {  position: absolute;
    display: none;
    z-index: 8;
    float: left;
    margin: 0px 0px 0px 0px;}
navv ul ul li{float:none; border-bottom:0px dotted #000;}
navv ul li:hover>ul {    display: block;
    background: rgba(34, 34, 34, 0.9);
    width: 22%;}
navv ul ul li:hover>ul {display:block; background: rgba(34, 34, 34, 0.9); width:26%;  margin-left: 0px;}

.show-menu   {width:45px; height:45px; border-radius:5px; position:absolute; right:7.5%;     background: rgba(56, 56, 56, 0.2); display:none;}
.show-menu span  {width:80%; height:5px; margin:7px auto; background:#fff; display:block}
navv input[type=checkbox] {display:none;}
navv input[type=checkbox]:checked~ #menu {display:block;}	




@media screen and (max-width:767px){
navv ul  {display:none;}
navv ul ul  {position:relative;}
navv ul li{margin-bottom:1px;}
navv ul li a {text-align:center; padding:0;}
navv ul ul li a {text-align:center; padding:0; background:red; line-height:35px; height:35px;}
navv ul li, li a  {width:100%;}
.show-menu {display:block; cursor:pointer; background: #8D5A40; right: 2.5%;}
}



@media only screen and (max-device-width: 480px) and (min-device-width: 320px)

{

navv {
    width: 100%;
    height: 47px;
    padding: 5px -0.5%;
    margin-top: -110px;
    position: absolute;
    margin-left: -344px;
    background: none;
    z-index: 13;
    float: left;
}


navv ul li:hover>ul {
        display: block;
    background: rgb(74, 87, 108);
    width: 100%;
}

navv ul {
       margin: 0;
    padding: 0;
    width: 100%;
    border-right: 0px dotted #c7c1c1;
    margin: 58px 0px 0px 366px;
    position: fixed;
    float: left;
    background: #000;
    z-index: 400;
}

navv ul li {
 border-bottom:1px dotted #777;
}

navv ul li a {
        text-decoration: none;
    color: #fff;
    padding: 0 4px;
    letter-spacing: 1.5px;
    display: block;
    margin: 0px 0px 0px -1px;
    border-right: 1px solid #fbf9f9;
    border-left: 1px solid #fbf9f9;
    height: 33px;
    background: #4683de;
    line-height: 30px;
}

navv ul li a.current { 
         text-decoration: none;
    color: #000;
    padding: 0 4px;
    letter-spacing: 1.5px;
    background: #fdc807;
    display: block;
    margin: 0px 0px 0px -1px;
    border-right: 0px solid #fbf9f9;
    border-left: 0px solid #fbf9f9;
    height: 33px;
    line-height: 30px;}
	
	navv ul ul {
    position: absolute;
    display: none;
    z-index: 8;
    width: 100%;
    float: left;
    margin: -2px 0px 0px 0px;
}


navv ul ul li a {
    text-align: center;
    padding: 0;
    background: #4a576c;
    line-height: 31px;
    width: 100%;
    padding-left: 35px;
    color: #fff;
    height: 28px;
}
navv ul ul li a:hover {
    background-color: #4a576c;
    color: #fff;
    text-decoration: none;
}
navv ul ul ul {
    position: absolute;
    display: none;
    z-index: 8;
    width: 100%;
    float: left;
    margin: 2px 0px 0px 0px;
}

navv ul ul ul li a {
    text-align: center;
    padding: 0;
    background: #2C6CAE;
    line-height: 35px;
    color: #000;
    height: 35px;
}
navv ul ul li {
    float: none;
    border-bottom: 1px dotted #000;
}


}

@media only screen and (max-device-width: 500px) and (min-device-width: 411px)
{
.show-menu {
        right: -93.3%;
}
}
@media only screen and (max-device-width: 620px) and (min-device-width: 501px)
{
.show-menu {
        right: -73.3%;
}
}

@media only screen and (max-device-width: 410px) and (min-device-width: 360px)
{
.show-menu {
            right: -109.3%;
    top: 25px;
}
navv {
        width: 93%;
    height: 47px;
    padding: 5px -0.5%;
    margin-top: -113px;
    position: absolute;
    margin-left: -365px;
    background: none;
    z-index: 13;
    float: left;
}
}
@media only screen and (max-device-width: 374px) and (min-device-width: 330px)
{
.show-menu {
    right: -113.3%;
    top: 24px;
}
.fixed {
    position: fixed;
    top: 292px;
    width: 16%;
    float: right;
}
}
@media only screen and (max-device-width: 667px) and (min-device-width: 375px)
{
navv ul {
        margin: 0;
    padding: 0;
    width: 100%;
    border-right: 0px dotted #c7c1c1;
    margin: 58px -96px 0px 372px;
    position: fixed;
    float: left;
    background: #2C6CAE;
    z-index: 400;
}

navv {
    width: 96%;
    height: 47px;
    padding: 5px -0.5%;
    margin-top: -110px;
    position: absolute;
    margin-left: -371px;
    background: none;
    z-index: 13;
    float: left;
}


}

@media only screen and (max-device-width: 736px) and (min-device-width: 414px)
{
navv {
    width: 93%;
    height: 47px;
    padding: 5px -0.5%;
    margin-top: -115px;
    position: absolute;
    margin-left: -383px;
    background: none;
    z-index: 13;
    float: left;
}

navv ul {
    margin: 0;
    padding: 0;
    width: 100%;
    border-right: 0px dotted #c7c1c1;
    margin: 58px -96px 0px -11px;
    position: fixed;
    float: left;
    background: #c0c8d3;
    z-index: 400;
}

.dtlpgright2 .rounded-btn-bluue {
    position: relative;
    display: inline-block;
    line-height: 23px;
    padding: 8px 25px;
    font-size: 15px;
    width: 36%;
    float: left;
    font-family: 'Lato', sans-serif;
    margin-left: 122px;
    margin-top: 18px;
    text-transform: uppercase;
    color: #000;
    background: #fdc807;
    border: 1px solid #fdc807;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    font-weight: 400;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
}
@media only screen and (max-device-width: 330px) and (min-device-width: 320px){
.show-menu {
    display: block;
    cursor: pointer;
    background: #8D5A40;
    right: -108.5%;
}
}
