.currencyToggleBtn {
    width: 20px;
    position: absolute;
    right: -30px;
    color: #fff;
    word-break: break-all;
    text-align: center;
    top: 73px;
    z-index: 5;
}

.rupeesBtn {
    margin-bottom: 10px;
    padding: 2px 5px;
    line-height: 20px;
    background-color: #FF9900;
    cursor: pointer;
    display: none;
    width: 12px;
}

.dollarBtn {
    padding: 2px 5px;
    line-height: 20px;
    background-color: #FF9900;
    cursor: pointer;
    display: none;
    position: absolute;
}

.disable {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.enable {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.cartCont {
    position: relative;
}

.rbiMsg {
    position: absolute;
    right: 23px;
    width: 577px;
    height: 100px;
    top: 136px;
    text-align: left;
    padding: 15px 5px 5px 5px;
    background-color: #FFFDCD;
    color: #333;
    border: 1px solid #333;
    border-radius: 10px;
    line-height: 1.5;
    font-weight: bold;
    display: none;
}

.rbiClose {
    position: absolute;
    right: 5px;
    top: 2px;
    background-color: #333;
    color: #FFFDCD;
    line-height: 1;
    cursor: pointer;
}

.youtube_panel {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}

.youtube_close {
    position: absolute;
    font-size: 24px;
    color: #fff;
    right: -19px;
    top: -20px;
    background-color: #757e33;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    border: 2px solid #fff;
    cursor: pointer;
}

.youtube_cont {
    position: absolute;
    width: 904px;
    height: 509px;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 10px;
    background-color: #757e33;
    border: 2px solid #fff;
}

.youtube_cont iframe {
    width: 100%;
    height: 100%;
}

#youtube_info {
    background-color: #fff;
    text-align: center;
    position: absolute;
    bottom: -30px;
    width: 610px;
    margin: auto;
    left: 0px;
    right: 0px;
    border: 2px solid #757e33;
    border-top: none;
    padding-bottom: 3px;
}

.img_cont {
    text-align: center;
}

.demo_form_panel {
    padding: 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.demo_form {
    display: inline-block;
    text-align: left;
}

.demo_form tr {
}

.demo_form td {
    padding: 8px 20px;
}

.df_txt {
    font-family: inherit;
    padding: 3px 10px;
    width: 330px;
    box-sizing: border-box;
}

.df_txtarea {
    width: 330px;
    height: 100px;
    padding: 3px 10px;
    box-sizing: border-box;
    font-family: inherit;
}

#df_submit {
    display: block;
    width: 100px;
    height: 30px;
    font-size: 17px;
    margin: 5px auto;
    background-color: #8BC34A;
    color: #333;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 1px 1px 1px #333;
}

.require {
    color: red;
    font-weight: bold;
}

.message_panel {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    transition: all 0.5s;
}

.message_body {
    position: absolute;
    color: #fff;
    width: 800px;
    height: 100px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 33px;
}


@media only screen and (max-width: 880px) {
	.youtube_cont{
		width:100%;
		height: 60vw;
	}
	
	.youtube_close{
		right: 25px;
	}
	
	.df_txt, .df_txtarea{
		width: auto;
		border: 1px solid #000;
	}
	

}