﻿#progress_bar {
    display: block;
    width: 330px;
    height: 25px;
    background-color: #747474;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
    border-radius: 3px;    
    margin-bottom: 10px;
    font-weight: 700;
    margin-left:0;
    margin-right:0;
    font-size: 14px;
    line-height: 14px;
    color: white;
    position: relative;
    }
#progress_bar:before {
    display: block;
    width: 330px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 400;
    }
#progress_bar:after {
    display: block;
    width: 330px;
    height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    z-index: 500;
    }
#progress_bar li {
    display: inline-block;
    width: 165px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
    position: relative;    
    }
#progress_bar li:first-child {
   -webkit-border-top-left-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-topleft: 3px;
   -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    }
#progress_bar li:last-child {
   -webkit-border-top-right-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    }
#progress_bar li:last-child:before {
    border: none;
    }
#progress_bar li:last-child:after {
    border: none;
    }
#progress_bar li:after {
    width: 0px;
    height: 0px;
    display: block;
    border: 13px solid transparent;
    border-left-color: white;
    position: absolute;
    top: 0px;
    left: 166px;
    content: "";
    z-index: 200;
    }
#progress_bar li:before {
    width: 0px;
    height: 0px;
    display: block;
    border: 13px solid transparent;
    border-left-color: #747474;
    position: absolute;
    top: 0px;
    left: 164px;
    content: "";
    z-index: 300;
    }
.step_one li:nth-child(1) {
    background-color: #298EB2;
    }
.step_one li:nth-child(1):before {
    border-left-color: #298EB2 !important;
    }
.step_one li:nth-child(2) {
    background-color: #666;
    }
.step_one li:nth-child(2):before {
    border-left-color: #666 !important;
    }
.step_two li:nth-child(2) {
    background-color: #298EB2;
    }
.step_two li:nth-child(2):before {
    border-left-color: #298EB2 !important;
    }
.step_two li:nth-child(-n+1) {
    background-color: #666 !important;
    }
.step_two li:nth-child(-n+1):before {
    border-left-color: #666 !important;
    } 

#popup0{
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 200;
        }
#popup0 .box-area{
        width: 700px;
        margin: 100px auto;
        background-color: #c04204;
        background: -webkit-gradient(radial, center center, 0, center center, 460, from(#fd3803), to(#c04204)); 
        background: -webkit-radial-gradient(circle, #fd3803, #c04204); 
        background: -moz-radial-gradient(circle, #fd3803, #c04204);
        background: -ms-radial-gradient(circle, #fd3803, #c04204);
        border: 5px solid #fff;
        text-align: center;
       -moz-box-shadow: inset 0 0 15px 10px #802c03;
       -webkit-box-shadow: inset 0 0 15px 10px #802c03;
        box-shadow: inset 0 0 15px 10px #802c03;
        border-radius: 5px;
        }
#popup1{
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 200;
        }
#popup1 .box-area{
        width: 475px;
        margin: 100px auto;        
        background-color: #fff;        
        border: 10px solid #eee;
        text-align: center;     
        border-radius: 5px;
        }
#popup1 .close1{
        margin: -25px 0px 0 450px;
        position:absolute; 
        display: block;
        width: 30px;
        height: 30px;
        box-shadow: 0 0 0px #666;
        border-radius: 100%;
        background-image: url(/images/promotion/close-btn.png);
        background-repeat:no-repeat;
        }
#popup1 .container{
        padding:15px;
        }
#popup1 .contents p{       
       color:#000;
       }
#popup1 h2{
        display: block;
        padding:5px 0px;
        margin:0;
        font-size: 18px;
        text-align:center;
        color: #000;
        background:#eee;
        border-radius:5px;
        }
.close1{
        margin: -20px 0px 0 690px;
        position:absolute; 
        display: block;
        width: 30px;
        height: 30px;
        box-shadow: 0 0 0px #666;
        border-radius: 100%;
        background-image: url(/images/promotion/close-btn.png);
        background-repeat:no-repeat;
        }
#popup0 h2{
        display: block;
        padding: 0;
        margin: 0px auto 10px;
        font-size: 36px;
        color: #fff;
        }
.header-area{
        border-bottom: 0px solid #ddd;
        padding: 10px 0 0;
        }
.footer-area{
        border-top: 0px solid #ddd;
        padding: 10px 0;
        }
.content-area{
        border-left: 0px solid #ddd;
        border-right: 0px solid #ddd;
        padding: 5px;
        margin: 0px 5px 0 15px;
        }
.col1{
        float: left;
        width: 250px;
        height: 322px;
        box-shadow: 5px 0 25px -5px #802c03;
        }
.col2{
        float: right;
        width: 440px;
        }
.col3{       
        width: 100%;
        }
.content-area ul{
        margin: 0 15px;
        }
.content-area li{
        text-align: justify;
        font-family: Georgia,Times,Times New Roman,serif;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        font-weight: normal;
        list-style-image: url(/images/promotion/bullets.png);
        }
.ui-img img{
        border: 5px solid #fff;
        border-radius: 5px;
        }
#overlay0{
        visibility: hidden;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        filter: alpha(Opacity = 70);
        opacity: 0.7;
       -moz-opacity: 0.7;
       -khtml-opacity: 0.7;
        z-index: 1;
        }
#overlay1{
        visibility: hidden;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        filter: alpha(Opacity = 70);
        opacity: 0.7;
       -moz-opacity: 0.7;
       -khtml-opacity: 0.7;
        z-index: 1;
        }
#overlay2{
        visibility: hidden;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        filter: alpha(Opacity = 70);
        opacity: 0.7;
       -moz-opacity: 0.7;
       -khtml-opacity: 0.7;
        z-index: 1;
        }
#popup2{
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 200;
        }
#popup2 .box-area{
        width: 650px;
        margin: 100px auto;        
        background-color: #fff;              
        border: 10px solid #eee;
        text-align: center;     
        border-radius: 5px;
        }
        
#popup2 .colmn1{
        float:left;
        width: 270px;             
        }
#popup2 .colmn2{
        float:right;
        width: 348px; 
        padding-top:5px;          
        }
#popup2 .divider{
         float:left;
         height:275px;
         width:2px;         
         background:url(/images/promotion/divider.png) no-repeat;            
        }
#popup2 .divider1{         
         height:2px;
         width:275px;         
         background:url(/images/promotion/divider1.png) no-repeat;            
        }
#popup2 .close1{
        margin: -25px 0px 0 625px;
        position:absolute; 
        display: block;
        width: 30px;
        height: 30px;
        box-shadow: 0 0 0px #666;
        border-radius: 100%;
        background-image: url(/images/promotion/close-btn.png);
        background-repeat:no-repeat;
        }
#popup2 .container{
        padding:15px 15px 0px 15px;
        }
#popup2 .contents{       
       color:#000;
       }
#popup2 h2{
        display: block;
        padding:15px 0px;
        margin:0;
        font-size: 24px;
        text-align:center;
        line-height:20px;
        color: #000;
        background:#eee;
        border-radius:5px;
        margin-left:25px;
        margin-right:25px;
        margin-top:10px;
        }
        
#popup2 .frm-widget{margin-top:10px;}    
#popup2 .frm-widget fieldset{border: 0px solid #efefef;border-top: 0px solid #efefef;padding:0px 10px;}
#popup2 .frm-widget input{-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);-webkit-transition: border linear .2s,box-shadow linear .2s;-moz-transition: border linear .2s,box-shadow linear .2s;-ms-transition: border linear .2s,box-shadow linear .2s;-o-transition: border linear .2s,box-shadow linear .2s;transition: border linear .2s,box-shadow linear .2s;}
#popup2 .frm-widget input:focus, #popup2 .frm-widget select.Sbox:focus{box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;-o-box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;-webkit-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;-moz-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;outline: 0;}
#popup2 .frm-widget label{font-weight: bold;clear: both;display: block;text-align: right;margin: 8px 5px 7px 5px;font-size: 14px;color: #000;float: left;width: 95px;}
#popup2 .frm-widget input[type="text"]{width: 205px;border: 1px solid #aaa;padding:0 5px; height:36px; font-size: 14px;margin:0px 0 5px;background: #fff;-webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px;}
#popup2 .frm-widget select.Sbox{width: 70px;height: 36px;margin: 0 1px 0 1px;vertical-align: middle;outline: none;border: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-transition: border linear .2s,box-shadow linear .2s;-moz-transition: border linear .2s,box-shadow linear .2s;-ms-transition: border linear .2s,box-shadow linear .2s;-o-transition: border linear .2s,box-shadow linear .2s;transition: border linear .2s,box-shadow linear .2s; border: 1px solid #aaa; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url("/images/h_arrow.gif") no-repeat right center;}
#popup2 .frm-widget .ui-rdo input[type="radio"]{display: none;}
#popup2 .frm-widget .ui-rdo input[type="radio"] + label{color: #666;font-family: Arial, sans-serif;font-size: 12px;font-weight: bold;}
#popup2 .frm-widget .ui-rdo input[type="radio"] + label span{display: inline-block;width: 19px;height: 19px; margin: -1px 4px 0px 0;vertical-align: middle; background: url(/images/rdo-chk.png) -38px top no-repeat; cursor: pointer;}
#popup2 .frm-widget .ui-rdo input[type="radio"]:checked + label span{background: url(/images/rdo-chk.png) -57px top no-repeat;}
#popup2 .ui-clear{clear: both;}
#popup2 .frm-widget .mybutton{ margin-top:10px;padding: 0px 15px;height: 36px;border: none;background: #ca0303;background: -webkit-gradient(linear, left top, left bottom, from(#f20909), to(#690202));background: -webkit-linear-gradient(top, #f20909, #690202);background: -moz-linear-gradient(top, #f20909, #690202);background: -ms-linear-gradient(top, #f20909, #690202);background: -o-linear-gradient(top, #f20909, #690202); -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white;font-size: 14px;font-family: Arial, Sans-Serif; text-decoration: none;vertical-align: middle;font-weight: bold; cursor: pointer;}
#popup2 .frm-widget .mybutton:hover{background: #d44908;color: #fff;}
#popup2 .frm-widget .mybutton:active{background: #c62905;}


/* Matrimony Popup
--------------------------------------------*/  
#popup3{
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 200;
        }
#popup3 .box-area{
        width: 700px;
        margin: 100px auto;
        background-color: #fff;
        /*background: -webkit-gradient(radial, center center, 0, center center, 460, from(#081010), to(#086963)); 
        background: -webkit-radial-gradient(circle, #086963, #081010); 
        background: -moz-radial-gradient(circle, #086963, #081010);
        background: -ms-radial-gradient(circle, #086963, #081010);*/
        border: 0px solid #fff;
        text-align: center;
       /*-moz-box-shadow: inset 0 0 15px 10px #029a91;
       -webkit-box-shadow: inset 0 0 15px 10px #029a91;
        box-shadow: inset 0 0 15px 10px #029a91;
        border-radius: 5px;
*/
border-radius: 5px;
        }  
   .brtop-red{ border-top:10px solid #e14b00; border-radius: 5px 0 0 0;}
   .brtop-yallow{ border-top:10px solid #ffbe00; } 
   .brtop-green{ border-top:10px solid #04857E;}   
   .brtop-orange{ border-top:10px solid #ef7705;}
   
   .brbtm-red{ border-top:0px solid #e14b00;border-radius: 0 0 0 5px;}
   .brbtm-yallow{ border-top:0px solid #ffbe00;} 
   .brbtm-green{ border-top:0px solid #014145;}   
   .brbtm-orange{ border-top:0px solid #ef7705;border-radius: 0 0px 5px 0px;} 
         
#overlay3{
        visibility: hidden;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        filter: alpha(Opacity = 70);
        opacity: 0.9;
       -moz-opacity: 0.7;
       -khtml-opacity: 0.7;
        z-index: 1;
        }
.punchline h2{text-align:center;color:#9e1e09; font-size:20px; line-height:28px; font-weight:bold; padding:0 0px 0px 15px;}
.punchline h3{padding:10px 0px 0 5px;font-size:19px; text-align:center; color: #04857e;font-family:Georgia; margin:5px 0 0 0; /*background:#08413e; border:1px solid #0b544f; margin:20px auto 20px;text-shadow: -6px -2px 5px #333333;*/}
.url{text-align:center;color:#9e1e09; font-size:12px; text-decoration:underline; line-height:28px; font-weight:bold; padding:0 0px 0px 15px;}
.url:hover{color:#9e1e09;}
#popup3 .box-area .close1{        
        float: right;
        position:relative;
        margin-right:-15px;
        margin-top:-22px; 
        display: block;
        width: 30px;
        height: 30px;
        box-shadow: 0 0 0px #666;
        border-radius: 100%;
        background: url(/images/promotion/matrimony-img/close-btn1.png)no-repeat;
        }
.content-area{
        border-left: 0px solid #ddd;
        border-right: 0px solid #ddd;
        padding: 5px;
        margin: 0px 15px 15px;
        }
.col1-1{
        float: left;
        width: 290px;   
        
        }
.col2-2{
        float: right;
        width: 400px;
        border-left: 1px solid #ddd;    
        }
.p-img{ padding:10px 0 0 15px;}

.content-area a.pro-btn:hover{ color:#fff; text-decoration:none;}

a.pro-btn {	
	padding: 10px 25px;	
	line-height:50px;		
	font-weight:bold;
	color: #fff;
	font-size: 32px;
	font-family:sans-serif;
	background: -moz-linear-gradient(top, #0b746e 0%,#083f3c 50%,#083f3c 50%,#0b746e);
	background: -webkit-gradient(linear, left top, left bottom,	from(#0b746e),	color-stop(0.50, #083f3c),	color-stop(0.50, #083f3c),	to(#0b746e));
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #0b544f;
	text-decoration:none;
   -moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 2px rgba(255,255,255,1);
   -webkit-box-shadow:	0px 1px 3px rgba(000,000,000,0.5),	inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:	0px 1px 3px rgba(000,000,000,0.5),	inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow: -6px -2px 5px #333333;
	}
	
	
	
	@media screen and (max-width: 768px) {
#popup2 .box-area{
    max-width: 300px;        
    margin: 70px auto;              
    background-color: #fff; 
    }  
.close1{
    margin: 10px 0px 0 -10px;        
    position:absolute;         
    display: block;        
    width: 30px;        
    height: 30px;        
    box-shadow: 0 0 0px #666;        
    border-radius: 100%;        
    background-image: url(/images/promotion/close-btn.png);
    background-repeat:no-repeat;
    }
.p-img {
    display:none;
    }
.p-punchline h2{
    display:block;
    }
.url{
    display:none;
    }
.br-r{
    border-right:0;
    }
#popup2 .content-area{      
    padding: 5px;
    margin: 0px 5px 5px;
    }
.p-punchline h2{font-size:14px; margin:0;}
.p-punchline h3{font-size:30px;}
#popup0 .box-area{
        max-width: 300px;
        margin: 70px auto;         
        }
.img-auto-resize{position: relative;padding-bottom: 60%;height: 0;}
.img-auto-resize img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.iframe-resize{position: relative;padding-bottom: 60%;height: 0;}
.iframe-resize iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

#fbwidgetD{ display:none;}
#fbwidgetM{ display:block;}

#popup0 .leftbox{ display:none;}
#popup0 .rightbox{ border-left:0px solid #ddd;}
#popup0 .content-area ul{ margin:0; padding:0 0 0 20px;}
#popup0 .content-area li{font-size: 14px; line-height: 24px; text-align: left;font-family:Roboto,Helvetica, sans-serif;}
#popup0 .content-area img{width:250px;}
#popup1 .box-area{
        max-width: 300px;
        margin: 70px auto;         
        }
#popup1 .close1{
         margin: -20px 0px 0 -20px;      
        }
#popup1 .container{
        padding:15px;
        }
#popup1 h2{          
        padding:5px 0px;        
        font-size: 18px;    
        }
        
 a.pro-btn {	
	padding: 10px 12px;	
	
	font-size: 24px;
	
	text-shadow: -6px -2px 5px #333333;
	}
	
        
      
        /* Matrimony Popup
--------------------------------------------*/  
#popup3{     
        top: 60px;       
        }
#popup3 .box-area{
        width: 300px;
        margin: 10px auto;       
        }
#popup3 .box-area .close1{
        margin-right:-15px;
        position:relative;       
        }
        
#popup2 .close1{
        margin: -20px 0px 0 -20px;       
        display: block;
        width: 30px;
        height: 30px;
        box-shadow: 0 0 0px #666;
        border-radius: 100%;
        background-image: url(/images/promotion/close-btn.png);
        background-repeat:no-repeat;
        }
#popup2 .frm-widget label{display: block;text-align:left;float: none;width: 100%;}
#popup2 .frm-widget input[type="text"]{width: 100%;}
#popup2 .frm-widget select.Sbox{width: 70px;height: 36px;margin: 0 1px 0 1px;}
#progress_bar {   
    width: 200px;   
    }
#progress_bar:before {   
    width: 200px;    
    }
#progress_bar:after {  
    width: 200px;  
    }
#progress_bar li {  
    width: 100px;   
    }

#progress_bar li:after {  
    left: 101px;  
    }
#progress_bar li:before {  
    left: 99px;   
    }

 }





