@media only screen and (max-width: 767px){
.btnv {
    color: #333;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #2cb3cb;
    width: 630px;
}
.open>.dropdownv-menu {
    display: block;
}
.dropdownv-menu {
    position: absolute;
    top: 100%;  
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 10px 10px 50px;
    margin: 10px 10px 10px 10px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 630px;
}
.dropdownv-text {
    color: #00bcd4;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}
/**/
.btns {
    color: #333;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px -10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #2cb3cb;
    width: 720px;
}
.open>.dropdowns-menu {
    display: block;
}
.dropdowns-menu {
    position: absolute;
    top: 100%;  
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 10px 10px 50px;
    margin: 10px 10px 10px 5px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 720px;
}
.dropdowns-text {
    color: #00bcd4;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}
}
@media only screen and (max-width: 732px){
.btnv {
  width: 600px;  
  margin: 0px 0px 0px 10px; 
}
.dropdownv-menu {
    position: absolute;
    width: 600px; 
    margin: 10px 10px 10px 25px;  
}
.btns {
  width: 680px;   
}
.dropdowns-menu {
    position: absolute;
     width: 680px;   
}
    }

@media only screen and (max-width: 680px){
 /**/
.btns {
    color: #333;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #2cb3cb;
    width: 600px;
}
.dropdowns-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 10px 10px 50px;
    margin: 10px 10px 10px 15px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 600px;
}   
}
@media only screen and (max-width: 670px){

/**/
.btnv {
    color: #333;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #2cb3cb;
    width: 550px;
}
.dropdownv-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 10px 10px 50px;
    margin: 10px 10px 10px 15px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 550px;
}

/**/
.btns {
    color: #333;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #2cb3cb;
    width: 600px;
}
.dropdowns-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 10px 10px 50px;
    margin: 10px 10px 10px 15px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 600px;
}
}

@media only screen and (max-width: 640px){
.btnv {
    width: 580px;
    margin-left: 0px;
}
.dropdownv-menu {
    position: absolute;
    width: 580px;
    margin: 10px 10px 10px 15px;
}
/**/
.btns {
    width: 580px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 580px;
    margin: 10px 10px 10px 14px;
}
}
@media only screen and (max-width: 630px){
.btnv {
    width: 550px;
    margin-left: 0px;
}
.dropdownv-menu {
    position: absolute;
    width: 550px;
    margin: 10px 10px 10px 15px;
}
/**/
.btns {
    width: 580px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 580px;
    margin: 10px 10px 10px 13px;
}
}

@media only screen and (max-width: 620px){
.dropdownv-menu {
    position: absolute;
    width: 580px;
 margin: 10px 10px 10px 15px;
}
/**/
.btns {
    width: 580px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 580px;
 
}
}
@media only screen and (max-width: 610px){
.btnv {
    width: 550px;
    margin-left: 0px;
}
.dropdownv-menu {
    position: absolute;
    width: 550px;
    margin: 10px 10px 10px 15px;
}
.btns {
    width: 540px;
}
.dropdowns-menu {
    position: absolute;
    width: 540px;
   
}
}

@media only screen and (max-width: 600px){
.btnv {
    width: 550px;
    margin-left: 0px;
}
.dropdownv-menu {
    position: absolute;
    width: 550px;
} 
 /**/
.btns {
    width: 550px;
}
.dropdowns-menu {
    position: absolute;
    width: 550px;
   
}
}
@media only screen and (max-width: 595px){

.dropdown-menu {
    position: absolute;
    width: 560px;
   
}
/***/
.btns {
    width: 530px;
}
.dropdowns-menu {
    position: absolute;
    width: 530px;
   
}
}

@media only screen and (max-width: 580px){
.btnv {
    width: 520px;
}
.dropdownv-menu {
    position: absolute;
    width: 520px;
    margin: 10px 10px 10px 15px;
}
/**/
.btns {
    width: 520px;
}
.dropdowns-menu {
    position: absolute;
    width: 520px;
    margin: 10px 10px 10px 14px;
}
}
@media only screen and (max-width: 568px){

.dropdown-menu {
    position: absolute;
    width: 540px;
}
/**/
.btns {
    width: 520px;
}
.dropdowns-menu {
    position: absolute;
    width: 520px;
}
}

@media only screen and (max-width: 550px){
.btnv {
    width: 480px;
}
.dropdownv-menu {
    position: absolute;
    width: 480px;
    margin: 10px 10px 10px 15px;
}
.btns {
    width: 490px;
}
.dropdowns-menu {
    position: absolute;
    width: 490px;
}
}


@media only screen and (max-width: 540px){

.btns {
    width: 480px;
}
.dropdowns-menu {
    position: absolute;
    width: 480px;
}
}
@media only screen and (max-width: 530px){
.btns {
    width: 480px;
}
.dropdowns-menu {
    position: absolute;
    width: 480px;
}
}
@media only screen and (max-width: 512px){

.btns {
    width: 470px;
}
.dropdowns-menu {
    position: absolute;
    width: 470px;
}
}
@media only screen and (max-width: 508px){

.btns {
    width: 490px;
}
.dropdowns-menu {
    position: absolute;
    width: 490px;
}
}
@media only screen and (max-width: 520px){
.btnv {
    width: 440px;
}
.dropdownv-menu {
    position: absolute;
    width: 440px;
    margin: 10px 10px 10px 15px;
}
}
@media only screen and (max-width: 500px){
.btns {
    width: 450px;
}
.dropdowns-menu {
    position: absolute;
    width: 450px;
}
.btnv {
    width: 430px;
}
.dropdownv-menu {
    position: absolute;
    width: 430px;
    margin: 10px 10px 10px 15px;
}
}
@media only screen and (max-width: 488px){
.btns {
    width: 480px;
}
.dropdowns-menu {
    position: absolute;
    width: 480px;
}

.btns {
    width: 450px;
}
.dropdowns-menu {
    position: absolute;
    width: 450px;
}

}
@media only screen and (max-width: 486px){
.btns {
    width: 450px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 450px;
}
}
@media only screen and (max-width: 480px){
.btns {
    width: 420px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 420px;
}
}
@media only screen and (max-width: 470px){
.btnv {
    width: 400px;
}
.dropdownv-menu {
    position: absolute;
    width: 400px;
    margin: 10px 10px 10px 15px;
}
}

@media only screen and (max-width: 450px){
.btnv {
    width: 380px;
}
.dropdownv-menu {
    position: absolute;
    width: 380px;
   
}
}

@media only screen and (max-width: 458px){
.btns {
    width: 420px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 420px;
}
}
@media only screen and (max-width: 450px){
.btns {
    width: 400px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 400px;
}

}
@media only screen and (max-width: 440px){
.btns {
    width: 380px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 380px;
}
}
@media only screen and (max-width: 430px){
.btns {
    width: 370px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 370px;
}
}
@media only screen and (max-width: 420px){
.btns {
    width: 360px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 360px;
}
}
@media only screen and (max-width: 414px){
.btnv {
    width: 340px;
}
.btns {
    width: 360px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 360px;
    margin: 10px 10px 10px 14px;
}
}
@media only screen and (max-width: 400px){
.btns {
    width: 350px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 350px;
}
}
@media only screen and (max-width: 390px){
.btns {
    width: 340px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 340px;
}
}
@media only screen and (max-width: 380px){
.btnv {
    width: 300px;
}
.dropdownv-menu {
    position: absolute;
    width: 300px;
    
}
.btns {
    width: 318px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 318px;
}
}
@media only screen and (max-width: 375px){
.btns {
    width: 320px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 320px;
}
}


@media only screen and (max-width: 360px){
.btnv {
    width: 280px;
}
.dropdownv-menu {
    position: absolute;
    width: 280px;
  
}
.btns {
    width: 280px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    width: 280px;
    margin: 10px 10px 10px 14px;

}
.dropdowns-text {
    color: #00bcd4;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    margin-left: -40px;
}
}
@media only screen and (max-width: 350px){

.btns {
    width: 280px;
    margin-left: 0px;
}

.dropdowns-menu {
    position: absolute;
    width: 280px;
    margin: 10px 10px 10px 13px
}

}


@media only screen and (max-width: 320px){
.btns {
    width: 270px;
    margin-left: 0px;
    font-size: 18px;
}
.dropdowns-menu {
    position: absolute;
    width: 270px;
}
.dropdowns-text {
    color: #00bcd4;
    font-size: 17.5px;
    font-weight: 600;
    line-height: 40px;
    margin-left: -40px;
}
}

@media only screen and (max-width: 300px){
.btns {
    width: 260px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    padding: 10px 10px 10px 14px;
    width: 260px;
}
.dropdowns-text {
    font-size: 14px;
   font-weight: 800;
   line-height: 40px;

}
}
@media only screen and (max-width: 290px){
.btns {
    width: 230px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    padding: 10px 10px 10px 14px;
    width: 230px;
}
.dropdowns-text {
    font-size: 15px;
   font-weight: 800;
   line-height: 40px;

}
}
@media only screen and (max-width: 280px){
.btnv {
    width: 240px;
}
.dropdownv-menu {
    position: absolute;
    width: 240px;
}
.btns {
    width: 220px;
    margin-left: 0px;
}
.dropdowns-menu {
    position: absolute;
    padding: 10px 10px 10px 14px;
    width: 220px;
}
.dropdowns-text {
    font-size: 15px;
   font-weight: 800;
   line-height: 40px;

}
}