@font-face {
    font-family: 'assistant';
    src: url('./fonts/assistant.ttf');
    }
body{
    font-family: 'assistant';
}
.gslgo_banner .gslgo_banner_img {
    width: 100%;
    object-fit: cover;
    
}
.gslgo_container {
    max-width: 720px;
    margin:0 auto;
}
.gslgo_register_base {
    padding: 15px 0px;
}
.gslgo_register_base .gslgo_bold {
    font-size: 20px;
    font-weight: bold;
    color: #082f57;
}
.gslgo_register_base .gslgo_btn {
    background-color: #fdce04;
    border: 1px solid #fdce04;
    color: #082f57;
    font-size: 17px;
    font-weight: bold;
    border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.gslgo_register_base .gslgo_register_desc {
    font-size: 18px;
    color: #082f57;
    font-weight: 600;
    text-align: left;
}
.glsgobooking_block li {
    width: 50%;
    margin: 10px;
    color: #fff;
    text-align: left;
}

.glsgobooking_block li a{
    color: #fff;
    text-decoration: none;
    padding: 24px;
    display: block;
    background: #009cdf;
    border-radius: 10px;
    min-height: 170px;
}
.gslgobooking_btn h3 {
    color: #fff !important;
}
.glsgobooking_block li a:hover {
    background: #084c89;
    border-radius: 10px;
    transform: scale(1.02);
    transition: transform .2s;
}
.glsgobooking_block ul {
    display: flex;
    justify-content: center;
}
ul.gslgo_list_booking li {
    background: url(../img/play.png) no-repeat 0px 7px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 18px;
    vertical-align: middle;
    font-weight: 600;
    color: #082f57;
}
ul.gslgo_list_booking  {
    padding-left:0px ;
}
ul.gslgo_list_booking li a {
    color: #009cdf;
    font-weight: 400;
}
.youtube_iframe{
    width: 100%;
}
.footer_gslgo img {
    width: 100%;
    object-fit: cover;
}
.gslgobooking_btn p {
    line-height: 20px;
}

@media only screen and (max-width: 767px){
.youtube_iframe {
    height: 200px;
}
.gslgo_register_base .gslgo_register_desc {
   
    text-align: center;
    padding: 10px 30px;
}
.glsgobooking_block li a {  
    min-height: 140px;
    margin: 0px 10px 0px 10px;
}
.glsgobooking_block li {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    color: #fff;
    text-align: left;
}
.gslgo_booking_ul.text-left {
    padding: 20px;
}
.glsgobooking_block ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
}