body{
    margin: 0;padding: 0;
}
.coming_pop {
    background-color: rgba(16,76,156, 0.7);
    padding: 50px;
    color: #fff;
    opacity: 0;
    transition: 1s;
    visibility: hidden; 
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: circle(50px at 10% 10%); 
    z-index: 999;
}
.pop_wraper {
    background: #fff;
    padding: 13px 30px;
}
.coming_pop.active{
    opacity: 1 !important;
    visibility: visible !important;
}
.coming_pop h2{    
    font-weight: 400;
    margin: 0;
}
.coming_pop p{
    font-size: 1em;
}
.coming_pop_btn {
	display: inline-block;
	text-decoration: none;
	color: #187074;
	background: #fff;
	padding: 10px 30px;
	border-radius: 5px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	user-select: none;
    border: 2px solid #fff;
    transition: 0.5s;
	margin-top: 40px;	
}
.coming_pop_btn:hover{
    background-color: transparent;
    color: #fff;
}


.top-bar {background: #0D2A50;color: #fff;}
.color0D2A50 {color: #0D2A50;}
.popupclose {position: absolute;right: 10px;top: 10px;}
.border-1 {border-bottom: 1px solid #CECECE;}
.themeBtn.rightpopup {margin-left: 52px;margin-top: 4px;}
.awardspopup {width: 446px;height: 587px;background-color: #fff;border-radius: 5px;box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);margin: 0 0 10px 0;overflow: hidden;opacity: 1;}
.awardspopup.open {height: 0;opacity: 0;width: 0;}
.awardspopup.popup-ani {-webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.awardspopup-wrap {    position: fixed;right: 0px;top: 50%;transform: translateY(-50%);z-index: 1000;}
.openrightpopup {position: absolute;right: -2px;top: -2px;background: #0D2A50;padding: 23px 8px;text-align: center;margin: auto;width: 47px;text-align: center;}
.open_pop {    padding: 1px 13px;display: inline-block;background: #fff;color: #104c9c;text-transform: uppercase;text-decoration: none;font-size: 18px;position: fixed;top: 50%;
    transform: translateY(-50%) rotate(-90deg);right: -185px;cursor: pointer;user-select: none;/* letter-spacing: 3px; */border: 2px solid #fff;transition: 0.3s ease-in-out;z-index: 1; width:439px;
    display: none;box-shadow: 0px 0px 6px #000;}
.rotate90 {transform: rotate(90deg);}
.rotate-90 {transform: rotate(-90deg);}
.open_pop.close {display: block;}

@media only screen and (max-width: 445px) {
.fn-20 {font-size: 15px;}
.awardspopup {width: 386px;height: 517px;}
}


@media only screen and (max-width: 385px) {
    .fn-20 {
        font-size: 15px;
    }

    .awardspopup {
        width: 100%;
        height: 517px;
    }
}