/*==============
Button & Icon CSS
================*/
.btn-type1{
	background-color: #f36421;
	border: 1px solid #f36421;
	border-radius: 3px;
	padding: 10px 10px 12px;
	color: #ffffff;
	font-size:16px;
	font-weight: bold;
	line-height: 1.05;
	letter-spacing: 0.65px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s;
	min-width: 140px;
	text-align: left;
	position: relative;

}
.btn-type1::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 2px solid #FFF;
	border-width: 2px 0 0 2px;
	transform: rotate(135deg) translateY(50%);
	position: absolute;
	right: 10px;
	top: calc(50% - 2px);
}
.btn-type1:hover { background:#ffffff; color:#f36421; border: 1px solid #f36421; }
.btn-type1:hover:before { border: 2px solid #f36421; border-width: 2px 0 0 2px; }

.btn-type2{
	background-color: #0095d9;
	border: 1px solid #0095d9;
	border-radius: 3px;
	padding: 7px 20px;
	min-height: 60px;
	color: #ffffff;
	font-family: 'Muli';
	font-size:14px;
	font-weight: bold;
	line-height: 1.231;
	letter-spacing: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
	min-width: 318px;
	text-align: left;
	position: relative;
	text-align: center;

}
.btn-type2:hover { background:#ffffff; color:#0095d9; border: 1px solid #0095d9; }
.btn-type2.orangeBtn{ background-color: #f16521; border: 1px solid #f16521; }
.btn-type2.orangeBtn:hover { background:#ffffff; color:#f16521; border: 1px solid #f16521; }
.btn-type2 > svg { margin-right: 13px; }
.btn-type2:hover > svg.arrowIcon path { stroke: #0095d9; }
.btn-type2.orangeBtn:hover svg.lockIcon rect { fill:#f16521; }
.btn-type2.orangeBtn:hover svg.lockIcon path { stroke:#f16521; }
@media(max-width:991px){
	.btn-type2{ min-width: 150px; }
}
@media(max-width:767px){
	.btn-type2{ min-height: 45px; }
}
/* .btn-type2::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 2px solid #FFF;
	border-width: 2px 0 0 2px;
	transform: rotate(135deg) translateY(50%);
	position: absolute;
	right: 10px;
	top: calc(50% - 2px);
} */
/* .btn-type1:hover:before { border: 2px solid #f36421; border-width: 2px 0 0 2px; } */

/* .btn-type2{
	font-family: 'Biryani';
	font-weight: bold;
	font-style: normal;
	background-color: #1593ff;
	border-radius: 4px;
	padding:16px 32px;
	color:#ffffff;
	font-size:14px;
	line-height: 27px;
	display:inline-block;
	letter-spacing: -0.2px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
	position: relative;
    min-width: 184px;
    text-align: center;
}
input.btn-type2 { padding:4px 12px 6px; }
.btn-type2:hover,
.btn-type2:hover{
	background:#f36421; color:#fff;text-decoration: none;
}
.btn-type2 .print-icon {
	position: absolute;
	left: 27px;
	top: calc(50% - 15px);
	background: url(../images/print-white.svg) no-repeat;
	width: 30px;
	height: 29px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.btn-type3{
	border-radius: 4px;
	border: solid 2px #1593ff;
	padding:20px 30px 15px;
	color:#1593ff;
	font-size:15px;
	line-height:18px;
	min-width:1px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	transition:all 0.3s;
    background-color:#FFFFFF;
    font-family: 'Biryani';
    font-weight: 800;
    letter-spacing: -0.2px;
    min-width: 245px;
}
.btn-type3.loadmore:hover:after,
.btn-type3.loadmore:focus:after{ color: #ffffff !important; }
.btn-type3:hover,
.btn-type3:focus { background-color:#1593ff; color:#fff; }

.btn-type4{
	font-family: 'Biryani';
	font-weight: bold;
	background-color:#1593ff;
	padding:16px 24px;
	color:#ffffff;
	font-size:14px;
	line-height: 27px;
	text-align: center;
	border-radius: 4px;
	display:inline-block;
	border:0 none;
	cursor:pointer;
	transition:all 0.3s;
	font-style: normal;
}
.btn-type4:hover,.btn-type4:hover { background:#f36421; color:#fff;text-decoration: none; }

.btn-type5{
	background-color:#ffffff;
	border-radius:6px;
	padding:7px 10px 7px;
	color:#f36421;
	font-size:15px;
	line-height:20px;
	letter-spacing:-0.2px;
	display:inline-block;
	cursor:pointer;
	transition:all 0.3s;
	min-width:140px;
	text-align:center;
	border: 1px solid #f36421;
}
.btn-type5:hover,
.btn-type5:focus { background-color:#f36421; color:#fff;text-decoration: none; }

.btn-type6, .btn-type6:focus{
    background-color: #f36421;
    color: #fff;
    padding: 11px 35px 8px 35px;
    font-size: 17px;
    line-height: 39px;
    letter-spacing: -0.2px;
    display: block;
    text-align: center;
    font-family: 'Biryani';
    font-weight: 800;
    border-radius: 4px;
    border: 1px solid #f36421;
}
.btn-type6:hover{
	background-color: #ffffff;
	border: 1px solid #f36421;
    color: #f36421;
    text-decoration: none;
}
.btn-type7, .btn-type7:focus{
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: -0.2px;
    color: #1c2d4b;
    font-family: 'Biryani';
	font-weight: bold;
	padding: 13px 30px 10px;
	text-align: center;
	display: block;
}
.btn-type7:hover{
    border: 1px solid #f36421;
    color: #f36421;text-decoration: none;
}
.btn-type8, .btn-type8:focus{
	border-radius: 4px;
	border: 1px solid #1593ff;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 0.3px;
	color: #1593ff;
	padding: 9px 15px;
	text-align: center;
	display: inline-block;
}
.btn-type8:hover{
    border: 1px solid #f36421;
    color: #f36421;text-decoration: none;
}
.btn-type9, .btn-type9:focus{
	font-family: 'Muli';
	border-radius: 6px;
	border: 1px solid #f36421;
	background-color: transparent;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: -0.17px;
	color: #f36421;
	padding: 9px 15px 7px;
	text-align: center;
	min-width: 95px;
	display: inline-block;
}
.btn-type9:hover{
    border: 1px solid #f36421;
    background-color: #f36421;
    color: #ffffff;
    text-decoration: none;
}
.back-btn{
	font-family: 'Biryani';
	font-weight: bold;
	font-style: normal;
	padding-left:20px;
	color:#1c2d4b;
	font-size:14px;
	line-height: 24px;
	display:inline-block;
	letter-spacing: -0.2px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
	position: relative;
}
.back-btn:hover,
.back-btn:hover{
	color:#1593ff; text-decoration: none;
}
.back-btn:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/arrow-left-black.svg) no-repeat;
	width: 13px;
	height: 20px;
	display: inline-block;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
.back-btn:hover:before{ background: url(../images/arrow-left-blue.svg) no-repeat; } */

.theatre_book_box .btn-type2 { min-width:100%; font-size:18px; background-color: #1C5597 !important; color:#fff !important; }