﻿@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	
	color: #6c6c6c;
	font-size: 16px;
	box-sizing: border-box;
	
}

.container-fluid{
	padding: 0;
	margin: 0;
}



#logo img {
	width: 100%;
	max-width: 50px;
}


.carousel-main{
background-color:#ecf0f8; 
}

.slider{
	padding: 50px 0px 50px 0px;
}







.col-container {
  display: table;
  width: 100%;
	
}
.col {
  display: table-cell;
  padding: 16px;width: 25%;
}






.box-img{
	text-align: center;
	padding: 20px 0px 10px 0px;
}


.box-img img{
	width: 100%;
	max-width: 60px;
}

.box-text{
	text-align: center;
	color: white;
	font-size: 120%;
	padding: 10px 0 20px 0;
	
}


.margin-50{
	margin-top: 50px;
}

.qoday-main{
	margin-bottom: 40px;
}

.qow-title{
	font-size: 140%;
	color: #0087be;
	font-weight: bold;
}

.qow-text{
	
}


.video-img-box{
	width: 100%;
	height: auto;
}
.video-img-box img {
	width: 100%;
}
.video-img-box-title{
	width: 100%;
	height: auto;
	margin: 10px 0px 10px 0px;
	font-size: 140%;
	color: #0087be;
	font-weight: bold;
}

.video-img-text{
	border-bottom: dotted 1px #a7a1a1;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
}


.topic-main-box{
	
}

.topic-title{
	width: 100%;
	background-color: #0087be;
	text-align: center;
	font-size: 140%;
	color:white;
	font-weight: bold;
	border-radius: 25px;
	padding: 6px 0px 6px 0px;
}

.topic-list-main{
	width: 100%;
	border-radius: 25px;
	padding: 6px 0px 6px 0px;
	background-color: #e2e2e2;
	margin: 5px 0px 5px 0px;
}

.check-cir{
	width: 30px;
	height: 29px;
	background-color:white;
	border-radius: 50%;
	margin: 0px 10px 0px 5px;
	float: left;
	text-align: center;
	padding-top: 1px;
}

.list-text{
	width: calc(100% - 45px);
	float: left;
	padding-top: 3px;
	overflow: hidden;
	
}



.inner-title{
		font-size: 140%;
	background-color: #0087be;
	font-weight: bold;
	text-align: center;
	color: white;
}


.grand-round-but{
	width: 50%;
	margin: 5px 25% 5px 25%;
	padding: 5px 0px 5px 0px;
	
	background-color: #4686c6;
	text-align: center;
	color:white;
	border-radius: 15px;
	
}


a:link {
  text-decoration: none;
	color: inherit;
}

a:visited {
  text-decoration: none;
	color: inherit;
}

a:hover {
  text-decoration:none;
	color: inherit;
}

a:active {
  text-decoration:none;
	color: inherit;
}





.chat-box{
	
	padding: 10px;
	background-color:#e2e2e2;
	border-radius: 10px;
}





















@media only screen and (max-width: 480px) {
  .col { 
    display: block;
    width: 96%;
	margin: 2%;  
  }
	
	

	
	
}




.form-select{
	width: 100%;
}



.wrapper .form-left{
    background: #3786bd;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 40px;
    position: relative;
    width: 100%;
    color: #fff;
}

.wrapper h2{
    font-weight: 700;
    font-size: 25px;
    padding: 5px 0 0;
    margin-bottom: 34px;
    pointer-events: none;
}

.wrapper .form-left p{
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.5;
    pointer-events: none;
}

.wrapper .form-left .text{
    margin: 20px 0 25px;
}

.wrapper .form-left p span{
    font-weight: 700;
}

.wrapper .form-left input{
    padding: 15px;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 180px;
    border: none;
    margin: 15px 0 50px 0px;
    cursor: pointer;
    color: #333;
    font-weight: 700;
    font-size: 0.9rem;
    appearance: unset;
    outline: none;
}

.wrapper .form-left input:hover{
    background-color: #f2f2f2;
}

.wrapper .form-right{
    padding: 20px 40px;
    position: relative;
    width: 100%;
}

.wrapper .form-right h2{
    color: #3786bd;
}

.wrapper .form-right label{
    font-weight: 600;
    font-size: 15px;
    color: #666;
    display: block;
    margin-bottom: 8px;
}

.wrapper .form-right .input-field{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
    color: #333;
}

.wrapper .form-right .input-field:focus{
    border: 1px solid #31a031;
}


.wrapper .option {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    font-weight: 900;
    cursor: pointer;
    user-select: none
}

.wrapper .option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 2px
}

.wrapper .option:hover input~.checkmark {
    background-color: #f1f1f1
}

.wrapper .option input:checked~.checkmark {
    border: 2px solid #e5e5e5;
    background-color: #fff;
    transition: 300ms ease-in-out all
}

.wrapper .checkmark:after {
    content: "\2713";
    position: absolute;
    display: none;
    color: #3786bd;
    font-size: 1rem;
}

.wrapper .option input:checked~.checkmark:after {
    display: block
}

.wrapper .option .checkmark:after {
    left: 2px;
    top: -4px;
    width: 5px;
    height: 10px
}

.wrapper .register{
    padding: 12px;
    background: #3786bd;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 130px;
    border: none;
    margin: 6px 0 50px 0px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.wrapper .register:hover{
    background-color: #3785bde0;
}

.wrapper a{
    text-decoration: none;
}

@media (max-width: 860.5px) {
    .wrapper{
        margin: 50px 5px;
    }
}


@media (max-width: 767.5px){
    .wrapper{
        flex-direction: column;
        margin: 30px 20px;
    }

    .wrapper .form-left{
        border-bottom-left-radius: 0px;
    }

    
}

@media (max-width: 575px) {

    .wrapper{
        margin: 30px 15px;
    }

    .wrapper .form-left{
        padding: 25px;
    }
    .wrapper .form-right{
        padding: 25px;
    }
}



 .gv_pagination
{
  line-height: 26px;
  padding-right:25px;
  margin-top:5px;
}

.gv_pagination span
{
  padding: 5px;
  border: solid 1px #198754;
  text-decoration: none;
  white-space: nowrap;
  background: #198754;
  color:white;
}

.gv_pagination a, 
.gv_pagination a:visited
{
  text-decoration: none;
  padding: 6px;
  white-space: nowrap;
  background-color:#eef4f4;
  color:#198754;
}
.gv_pagination a:hover, 

.gv_pagination a:active
{
  padding: 5px;
  border: solid 1px #198754;
  text-decoration: none;
  white-space: nowrap;
  background: #198754;
  color:white;
}


