
/*.container {
  display: table;
  width: 100%;
  height: 100%;
}*/




.interior {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.btn {
/*  background-color: #fff;*/
/*  padding: 1em 3em;*/
  border-radius: 3px;
  color: #2980b9;
  text-decoration: none;
}
.modal-window {
	position:fixed;
     background-color: rgba(0, 0, 0, 0.5);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999;
	opacity:0;
	pointer-events:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.modal-window:target {
	opacity:1;
	pointer-events:auto;
	    text-align: center;
}
.modal-window>div {
    max-width: 50%;
    position: relative;
    margin: 100px auto;
    padding: 2rem;
    background: #fff;
    background-size: cover;
    border-radius: 10px;
}
.modal-window header {
	font-weight:bold;
}
.modal-close {
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 400;
    transition: 1s;
}
.modal-close:hover {
	color: #e5533b;
    transform: rotate(360deg);
    transition: 1s;
}

.modal-window h1 {
    font-family: 'Lato' !important;
    font-size: 26px !important;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 10px 20px !important;
    margin: 0px 0px 20px 0px !important;
    display: inline-block;
    float:unset !important;
    }

.modal-window h1 span{ 
   color: #e5523a;
   font-weight: 600;
}   

.modal-window h1 i{
    font-size: 28px;
    color: #e5523a;
    padding: 0px 6px 0px 0px;
	}

.modal-window table {
	
    text-align: left;
    width: 100%;
    line-height: 60px;
    padding: 10px 0px 0px 0px;
    font-family: 'Lato';
    display: inline;
}

.modal-window table td {
	
    color: #fff;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 500;
    padding: 0px 0px 8px 0px;
}

.modal-window table td select {
	
    border: 2px solid #656580;
    border-radius: 8px;
    outline: none;
    padding: 10px 10px;
    color: #ffffff;
    margin-left: 20px;
    background: #2c2a6a;
    width: 210px;
    height: 46px;
}

.modal-window table td input {
	
    border: 2px solid #656580;
    border-radius: 8px;
    outline: none;
    padding: 10px 10px;
    color: #ffffff;
    margin-left: 20px;
    background: #2c2a6a;
    width: 210px;
    height: 46px;
}



/*********motal2********/

.window2 {
	position:fixed;
     background-color: rgba(0, 0, 0, 0.5);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999;
	opacity:0;
	pointer-events:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	overflow: auto;
}
.window2:target {
	opacity:1;
	pointer-events:auto;
	    text-align: center;
}
.window2>div {
    max-width: 600px;
    position: relative;
    margin: 30px auto;
    padding: 2rem;
    color: #444;
    background: url(../images/popup.html) no-repeat;
    background-size:cover;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 3px #000000d6;
}
.window2 header {
	font-weight:bold;
}
.modal2-close {
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 400;
    transition: 1s;
}
.modal2-close:hover {
	color: #e5533b;
    transform: rotate(360deg);
    transition: 1s;
}

.window2 .modal2-pay {
	padding: 0px 0px 0px 0px;
	}

.window2 .modal2-pay ul{
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.window2 .modal2-pay ul li{
    display: inline-block !important;
    padding: 20px 10px !important;
    vertical-align: middle !important;
    width: 120px;
	}

.window2 .modal2-pay ul li img{
	padding: 0px 0px 0px 0px;
    width: 52px;
	}

.window2 .modal2-pay ul li h2{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 6px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	}
	

/*********motal3 transaction********/	

.window3 {
	position:fixed;
     background-color: rgba(0, 0, 0, 0.5);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999;
	opacity:0;
	pointer-events:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	overflow: auto;
}
.window3:target {
	opacity:1;
	pointer-events:auto;
	    text-align: center;
}
.window3>div {
    max-width: 80%;
    position: relative;
    margin: 50px auto;
    padding: 2rem;
    color: #444;
    background: url(../images/popup.html) no-repeat;
    background-size:cover;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 3px #000000d6;
}
.window3 header {
	font-weight:bold;
}
.modal3-close {
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    transition: 1s;
}
.modal3-close:hover {
	color: #e5533b;
    transform: rotate(360deg);
    transition: 1s;
}

.window3 .modal3 {
    
    padding: 0px 0px ;
}

.window3 .modal3 .tab-left {
    padding: 30px 30px;
    width: 90%;
    margin: 10px auto;
    background: linear-gradient(180deg, #2c2a6a 60%, transparent);
    border-radius: 10px;
    box-shadow: 0px -8px 10px -3px #000000d6;
	}

.window3 .modal3 .tab-left h2{
    font-family: 'Lato', sans-serif !important;
    font-size: 24px !important;
    color: #e5523a !important;
    font-weight: 600 !important;
    padding: 0px 0px 20px 0px !important;
    margin: 0px 0px 0px 0px !important;
    text-align: center !important;
    float: unset !important;
}

.window3 .modal3 .tab-left table{
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    display: inline-table!important;
	}
.window3 .modal3 .tab-left table tr{
    padding: 0px 0px 0px 0px;
    border-bottom: 2px solid transparent;
    margin: 0px 0px;
	}

.window3 .modal3 .tab-left table tr td{
    font-family: 'Lato';
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 50px;
	}

.window3 .modal3 .tab-left table tr td:nth-child(3) {
    text-align: right;
}

.window3 .modal3 .tab-left table tr td:nth-child(2) {
    text-align: center;
}


.window3 .modal3 .tab-left table tr:hover {
	border-bottom: 2px solid #656580;
	}





	
	
/*********motal5********/	

.window5 {
	position:fixed;
     background-color: rgba(0, 0, 0, 0.5);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999;
	opacity:0;
	pointer-events:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	overflow: auto;
}
.window5:target {
	opacity:1;
	pointer-events:auto;
	    text-align: center;
}
.window5>div {
    max-width: 80%;
    position: relative;
    margin: 50px auto;
    padding: 2rem;
    color: #444;
    background: url(../images/popup.html) no-repeat;
    background-size:cover;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 3px #000000d6;
}
.window5 header {
	font-weight:bold;
}
.modal5-close {
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    transition: 1s;
}
.modal5-close:hover {
	color: #e5533b;
    transform: rotate(360deg);
    transition: 1s;
}

.window6 .modal5 {
    
    padding: 0px 0px ;
}


.window6 .modal5 h1{
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #e5523a;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.window6 .modal5 p{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.window6 .modal5 .list{
    margin-bottom: 0px;
    padding: 15px 0px 15px 0px;
    position: relative;
    border-radius: 0px;
    border-bottom: 2px solid #656580;
    background: transparent;
}

.window6 .modal5 .list .question {
    margin: 0;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 44px 0px 20px;
}

.window6 .modal5 .list .question:after {
    content: "+";
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: 4px;
    top: 12px;
    background: transparent;
    height: 40px;
    width: 40px;
    border-radius: 25px;
    text-align: center;
}

.window6 .modal5 .list .answer {
    margin: 0;
    display: none;
}

.window6 .modal5 .list .answer p {
    margin: 0 !important;
    padding: 10px 30px 10px 30px !important;
    font-family: 'Lato', sans-serif;
    color: #ea735f;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
}

.window6 .modal5 .list .question.open:after {
    content: "-";
    top: 6px;
    font-size: 40px;
    font-weight: 300;
}



.window6 .modal5 .faq-txt{
    padding: 50px 0px 0px 0px;
}


.window6 .modal5 .faq-txt .faq-txt-lft{
   padding: 0px 0px 0px 0px; 
}

.window6 .modal5 .faq-txt .faq-txt-lft img{
    padding: 0px 0px 0px 0px;
    float: left;
    margin: 20px 10px 50px 0px;
}

.window6 .modal5 .faq-txt .faq-txt-lft h1{
    font-family: 'Aeonik Pro';
    font-size: 24px;
    color: #047ffe;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

.window6 .modal5 .faq-txt .faq-txt-lft p{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
}





/*********motal6********/

.window6 {
	position:fixed;
     background-color: rgba(0, 0, 0, 0.5);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999;
	opacity:0;
	pointer-events:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	overflow: auto;
}
.window6:target {
	opacity:1;
	pointer-events:auto;
	    text-align: center;
}
.window6>div {
    max-width: 80%;
    position: relative;
    margin: 50px auto;
    padding: 2rem;
    color: #444;
    background: url(../images/popup.html) no-repeat;
    background-size:cover;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 3px #000000d6;
}
.window6 header {
	font-weight:bold;
}
.modal6-close {
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    transition: 1s;
}
.modal6-close:hover {
	color: #e5533b;
    transform: rotate(360deg);
    transition: 1s;
}

.window6 .modal6 {
    
    padding: 0px 0px ;
}
.window6 .modal6 h3{
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #e5523a;
    font-weight: 600;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px; 
}

.window6 .modal6 h4{
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

.window6 .modal6 p{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    padding: 18px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    line-height:26px;
}



/*********motal6********/

.window1 {
	position:fixed;
     background-color: rgba(0, 0, 0, 0.5);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999;
	opacity:0;
	pointer-events:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	overflow: auto;
}
.window1:target {
	opacity:1;
	pointer-events:auto;
	    text-align: center;
}
.window1>div {
    max-width: 50%;
    position: relative;
    margin: 100px auto;
    padding: 10px 20px 30px 20px;
    color: #444;
    background: #fff;
    background-size: cover;
    border-radius: 10px;
}

.window1>div .support-bg{
    padding: 0px 0px 0px 0px !important;
}

.window1 header {
	font-weight:bold;
}

.modal1-close {
    color: #0d31c9;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    transition: 1s;
}
.modal1-close:hover {
	color: #00a76a;
    transform: rotate(360deg);
    transition: 1s;
}

.window1 .modal1 h3{
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #e5523a;
    font-weight: 600;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
} 

.window1 .modal1 .form-box{
    width: 100%;
    display: inline-block;
    padding: 10px 10px 10px;
    margin: 0px 0px 0px 0px;
}

.window1 .modal1 .form-box .name{
   padding: 10px 0px 20px 0px;
}

.window1 .modal1 .form-box .name input{
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    height: 42px;
    padding: 0px 10px;
    transition: .3s;
    outline: none;
    background: linear-gradient(167deg, #2b2967 10%, transparent);
    border: 1px solid #656580;
    border-radius: 4px;
}

.window1 .modal1 .form-box .name input:hover{
    border: 1px solid #adaaaa;
}

.window1 .modal1 .form-box .name input:focus{
    border: 1px solid #adaaaa;
}

.window1 .modal1 .form-box .name textarea{
    width: 96%;
    height: 100px;
    padding: 6px 10px;
    transition: .3s;
    outline: none;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(167deg, #2b2967 10%, transparent);
    border: 1px solid #656580;
    border-radius: 4px;
} 

.window1 .modal1 .form-box .name textarea:hover{
    border: 1px solid #adaaaa;
}

.window1 .modal1 .form-box .name textarea:focus{
    border: 1px solid #adaaaa;
}





/******************lang**********************/
.footer-bg  .modal-dialog {
    max-width: 350px; 
}
.footer-bg .modal-content {
    background-color: #f7f8fa !important;
    box-shadow: 2px 2px 18px #000 !important;
}


.footer-bg .modal-header {
    background: #2258b6  !important;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}

.footer-bg .lang{
    padding: 0px 0px 0px 0px;
}

.footer-bg .lang ul{
    list-style:none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.footer-bg .lang ul li{
    display: block !important;
    padding: 4px 0px !important; 
    text-align: left;
}

.footer-bg .lang ul li a{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.footer-bg .lang ul li a:hover{
    color: #1e4dd7;
}












@media only screen and (max-width: 991px){
    .window1>div {
    max-width: 80%;}

}    





@media only screen and (max-width: 560px){
    
    .window1>div {
    max-width: 100%;}
    
    .window5>div {
    max-width: 100%;    
   }
    
    .window6>div {
    max-width: 100%;    
    padding: 20px;
   }
   
   .window3>div {
    max-width: 100%;
    padding: 10px;}
    
    .window3 .modal3 .tab-left {
    padding: 10px 20px;
    width: 100%;}
}

@media only screen and (max-width: 767px){



}














