body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('/fonts/Batangas\ Bold\ 700.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

.container-fluid
{
    width: 90%;
    margin: 0 auto;
}

.top_section{
    padding: 50px 0 0 0;
}
.top_section a {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #264183;
	border: 2px solid #264183;
	border-radius: 55px;
	display: block;
	text-align: center;
	margin: 40px 0 20px 0;
	padding: 10px 0;
	text-decoration: none;
    transition: 0.5s linear;
}
.top_section a:hover {
	color: #fff;
	background: linear-gradient(90deg, rgba(46,57,154,1) 0%, rgba(59,106,179,1) 100%);
    transition: 0.5s linear;
}
.top-img
{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
/* #logo-top {
	width: 360px;
} */
#cloud {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -30px;
	z-index: -1;
}

.middle_section
{
    padding-bottom: 40px;
}
.middle_section p
{
    font-weight: 400;
    color: #000;
}
.md_content {
	margin-top: -100px;
}
.md-bx
{
    padding: 0 30px;
}
.middle-img
{
    margin-top: 95px;
}
.md_content a {
	text-align: center;
	width: 180px;
	display: inline-block;
	color: #fff;
	background: linear-gradient(90deg, rgba(46,57,154,1) 0%, rgba(59,106,179,1) 100%) ;
	padding: 10px 0px;
	text-decoration: none;
	border-radius: 55px;
	border: 2px solid #264183;
}
.md-bx{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.md-bx h6{
    font-size: 20px;
    font-family: 'MyCustomFont', sans-serif ;
    font-weight: bold;
}
.md-qr img{
    border: 8px solid #068085;
}


footer .ft-cnt
{
    background-color: #083471;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
}
footer p, footer a
{
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #fff;
}
footer .cp-right p
{
    float: left;
    margin-bottom: 0;
}
footer .powered-by a
{
    float: right;
}
footer img{
    width: 35px;
}


.highlight{
	display: inline-block;
	color: #000 !important;
	font-size: 22px !important;
	background: rgb(247,209,51);
background: linear-gradient(270deg, rgba(247,209,51,1) 0%, rgba(235,178,37,1) 100%) !important;
border-color: #F4CA30 !important;
text-transform: uppercase;
transition: 0.1s linear !important;
}
.highlight:hover {
    color: #F4CA30 !important;
background: transparent !important;
border-color: #F4CA30 !important;
transition: 0.1s linear !important;;
}



.modal-dialog {
    max-width: 850px;
}
.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #127e85 !important;
    color: #fff !important;
    opacity: 1;
    font-size: 18px;
    line-height: 1.1;
}


@media only screen and (min-width: 240px) and (max-width: 575px){
    #logo-top {width: 180px;}
    .top_section a {margin: 0px auto 20px auto; width: 100%;	font-size: 16px !important;padding-left: 5px !important;padding-right: 5px !important;}
    
    .md-qr img { width: 122px;margin-top: 20px;}
    .md-bx h6 {display: none;}
    .md_left {text-align: center; margin-top: 20px;}
    .md_left img{width: 180px;}
    .md_content a {width: 149px;padding: 5px 0px;margin-bottom: 30px;}
    .btn-close {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #127e85 !important;
    color: #fff !important;
    opacity: 1;
    font-size: 15px;
    line-height: 1.1;
}
}

@media only screen and (min-width: 240px) and (max-width: 767px){
    footer{text-align: center;}
    footer .cp-right p {float: unset;}
    footer .powered-by a {float: unset;}
    footer .powered-by{margin-top: 20px;}
    footer .ft-cnt {border-radius: 10px;}
    .md_left img {max-width: 230px;margin: 0 auto;}
    #logo-top {max-width: 250px !important;}
}

@media only screen and (min-width: 576px) and (max-width: 991px){
    .top_section a {width: 295px; display: inline-block;}
    .highlight{width: 500px !important;}
    .md_content a {width: 155px;padding: 5px 0px;}
    .md_left {margin: 10px 0 20px 0;}
    .md-bx h6 {font-size: 16px;}
    .md-qr img {width: 170px;}
    #logo-top {max-width: 300px;}

}

@media only screen and (max-width: 991px){
    .md_content {margin-top: 0px;}
    .middle-mov-img {max-width: 400px;margin: 0 auto;display: block;width: 60%;}
    .md_left img {max-width: 250px;margin: 0 auto;}
    .md_left img {margin: 0 auto;display: block;}
}

@media only screen and (min-width: 240px) and (max-width: 375px){

}

@media only screen and (min-width: 376px) and (max-width: 480px){

}

@media only screen and (min-width: 481px) and (max-width: 575px){

}

@media only screen and (min-width: 576px) and (max-width: 640px){
    .md_left img {max-width: 180px;margin: 0 auto;display: block;}
}

@media only screen and (min-width: 641px) and (max-width: 767px){
    .md_left img {max-width: 200px;margin: 0 auto;display: block;}
}

@media only screen and (min-width: 768px) and (max-width: 860px){
    .md_left img {max-width: 200px;margin: 0 auto;display: block;}
}

@media only screen and (min-width: 992px) and (max-width: 1024px){
    .md_content {margin-top: 10px;}
    .middle-img {margin-top: 70px;}
    .md-qr img {width: 168px;}
    .md-bx h6 {font-size: 16px;}
    #logo-top {width: 185px;}
    #cloud {bottom: -20px;}
}

@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .md_content {margin-top: 10px;}
    .middle-img {margin-top: 70px;}
    #logo-top {width: 200px;}
    #cloud {bottom: -20px;}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .middle-img {margin-top: 76px;}
    #logo-top {width: 255px;}
}

@media only screen and (max-width: 1440px){
    .container-fluid{max-width: 1440px;width: 100%;}
}

@media only screen and (min-width: 1441px) and (max-width: 1600px){
    .container-fluid{width: 90%;}
}
