@import url('http://fonts.cdnfonts.com/css/gotham');
                

body{
	margin: 0px auto;
	padding: 0px;
	background: #fff;
	font-family: 'Gotham', sans-serif;
}

.float-container-footer {
    padding: 10px;
}

.float-child-footer-min {
    width: 40%;
    float: left;
    padding: 10px;
}  

.float-child-footer-max {
    width: 60%;
    float: left;
    padding: 10px;
}  

.main_content {
    width: 100%;
    background: #fff;
    height: calc(100vh - 0px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.center_data{
	width: 100%;
    background: none;
    padding: 25px 0px;
}

.center_data h6 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    color: #444;
}

.center_data img{
	display: block;
    margin: 15px auto;
    width: 165px;
}

.group_btn{
	width: 100%;
    text-align: center;
    padding: 5px 0px;
}

.group_btn .auth_btns {
    outline: none;
    text-decoration: none;
    font-size: 11px;
    background: none;
    color: #444;
    padding: 14px 30px;
    font-weight: 600;
    min-width: 150px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 2px 2px #9c9a9a;
    margin: 0 5px;
    border: none;
}

.active_auth{
	background: #5fc6f1 !important;
    color: #fff !important;
}

.auth_sec{
	width: 100%;
	background: none;
	padding: 30px 0px;
    height: calc(100vh - 0px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.logined_sec {
    width: 100%;
    background: none;
    padding: 20px 0px;
    max-width: 450px;
    margin: auto;
}

.logined_sec img{
	display: block;
    margin: 0px auto;
    width: 165px;
}

.logined_sec .form-control {
    height: auto;
    padding: 13px 25px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #111;
    border: none;
    box-shadow: 0px 2px 2px #b3b3b3;
    border-radius: 10px;
    outline: none;
}

.form-group {
    margin-bottom: 25px;
}

select{
	-webkit-appearance: none;
	text-align-last: center;
	background-image: url('../images/img1.png');
	background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 12px;
}

select .cnter{
	text-align: center;
}

.logined_sec .form-control::-webkit-input-placeholder { /* Edge */
  	color: #444;
  	font-weight: 600;
}

.logined_sec input[type=checkbox], .logined_sec input[type=radio] {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 0.3em;
    margin-right: 10px;
    font-size: 0.875em;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    margin-bottom: 0;
}
.logined_sec input[type=checkbox]:checked:before {
    content: "";
    font-size: 0.643em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    line-height: normal;
    color: #fff;
    height: 5px;
    width: 10px;
    background: #fff;
    border-left: 1px solid #000;
    margin-top: -3px;
    border-bottom: 1px solid #000;
    transform: rotate(-38deg);
}

label.checkboxed {
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

label.checkboxed a{
	color: #111;
	text-decoration: underline;
}

.sidemenus {
    width: 300px;
    background: #61C7F2;
    padding: 20px 15px;
    padding-right: 0px;
    min-height: calc(100vh - 40px);
    overflow: hidden;
    border-radius: 25px;
    position: fixed;
    z-index: 9999;
    left: 20px;
    top: 20px;
}

.padL0{
	padding-left: 0px;
}

.menulogo{
	width: 100%;
	background: none;
	margin-bottom: 25px;
}

.menulogo img{
	max-width: 165px;
    display: block;
    margin: auto;
}

.menulist{
	width: 100%;
	padding: 30px 0px;
}

.menulist ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.menulist li{
	float: none;
	display: block;
}

.menulist li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 15px 0px 0px 15px;
    text-transform: uppercase;
    height: 55px;
}

.menulist li a span {
    height: 17px;
}

.menulist li img {
    width: 20px;
    margin-right: 15px;
}

.active a{
	background: #fff !important;
	color: #000 !important;
	margin-bottom: 10px;
	margin-top: 10px;
}

.active img.planShow{
	display: none;
}

.active img.BGShow{
	display: block !important;
}

.page_data {
    width: calc(100vw - 315px);
    background: none;
    padding-left: 30px;
    margin-left: 290px;
}

.page_head{
	width: 100%;
    padding: 25px 70px;
    background: none;
    text-align: right;
}

.page_head a.generate {
    background: #60c7f2;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 20px;
    outline: none;
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0px 2px 2px #b1afaf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.bluebtnlarge {
    background: #60c7f2;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 20px;
    outline: none;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 2px 2px #b1afaf;
  	display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
}

a.deleteBtn {
    background: #f44335;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 11px 20px;
    outline: none;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 2px 2px #b1afaf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.page_head a.generate img{
	width: 20px;
    margin-right: 8px;
}

.page_footer{
	width: 100%;
    padding: 10px 0px;
    background: none;
    text-align: right;
}

.page_footer img {
    max-width: 165px;
}

.page_data main {
    width: 100%;
    min-height: calc(100vh - 117px);
    background: none;
    padding: 0 20px;
}

.home_sec{
	width: 100%;
	background: #fff;
	padding: 35px 70px;
	display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.home_sec .homes_card{
	width: 350px;
	background: none;
	padding: 0px;
}

.homecard_pics {
    width: 100%;
    background: url('../images/pics1.png');
    background-size: 100% 100%;
    min-height: 250px;
    position: relative;
}

.pics2{
	background: url('../images/pics2.png') !important;
    background-size: 100% 100% !important;
}

a.book_btn {
    display: inline-block;
    background: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    padding: 16px 20px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 220px;
    bottom: 30px;
    outline: none;
    color: #111;
    text-decoration: none;
}

.homecard_text {
    width: 100%;
    background: none;
    padding: 10px 20px;
}

.homecard_text p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 13px;
    color: #111;
    line-height: 18px;
    font-weight: 500;
}

.round_btn {
    background: transparent !important;
    width: 40px;
    min-width: auto !important;
    display: flex !important;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border-radius: 50% !important;
    margin-left: 30px;
}

.flexTop{
	display: flex;
    align-items: flex-start;
}

.round_btn img{
	width: 12px;
}

.bookcard_top{
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.bookcard_top p {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    color: #444;
    padding-right: 95px;
    line-height: 19px;
    margin-top: 20px;
    padding-right: 155px;
}

.bookcard_top h2{
	text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

.bookcard_top .generate {
    background: #60c7f2;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px;
    outline: none;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 2px 2px #b1afaf;
    min-width: 160px;
    display: inline-block;
    text-align: center;
    border: none;
}

.booking_card{
	width: 100%;
	background: none;
	padding: 35px 30px 10px;
}

.booking_card h4 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 19px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #111;
}

.bookcard_list{
	width: 100%;
	background: none;
	padding: 20px 0px;
}

.booked_block{
	position: relative;
	width: 100%;
	background: none;
	max-width: 240px;
}

.booked_block label{
	display: block;
}

.booked_block input[type=checkbox] {
    display: inline-flex;
    width: 1.286em;
    height: 1.286em;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 0.3em;
    margin-right: 0.286em;
    font-size: 0.875em;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    position: absolute;
    border: none;
}
.booked_block input[type=checkbox]:checked:before {
    content: "";
    font-size: 0.643em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    line-height: normal;
    color: #fff;
    height: 9px;
    width: 10px;
    background: transparent;
    margin-top: 1px;
}

.myfade{
	opacity: 1.0;
    border-color: #60c7f2 !important;
    /*padding: 2px;*/
}

.booked_block label {
    cursor: pointer;
    border: 10px solid transparent;
    /*border-radius: 25px 25px 18px 18px;*/
    border-radius: 36px 36px 30px 31px;
    /*border-radius: 30px 30px 30px 30p*/
}

.bookblock_imagebg {
    width: 100%;
    background: url(../images/pics3.png);
    min-height: 150px;
    background-size: 109% 112% !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bookblock_imagebg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: #0000001a;*/
}

.bgouter {
    width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
    border-radius: 25px 25px 0px 0px;
}

.bookblock_imagebg h5{
	position: relative;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
}

.bookblock_content {
    width: 100%;
    background: none;
    padding: 15px 20px;
    box-shadow: 0px 2px 3px #afafaf;
    border-radius: 20px;
    margin-top: -25px;
    position: relative;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

.bookblock_content h6 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.bookblock_content ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.bookblock_content li {
    text-align: center;
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0;
}

.actionbar {
    width: 100%;
    background: none;
    padding: 0 7px;
    text-align: right;
    position: absolute;
    z-index: 999;
    top: -15px;
    right: 0;
    left: 0;
}

.actionbar ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: right;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.actionbar li {
    text-align: center;
    display: flex;
    background: #fff;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    border-radius: 50%;
    box-shadow: 0px 2px 2px #545454;
}

.actionbar li img{
	width: 13px;
}

.height130{
	min-height: 100px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.information_sec{
	width: 100%;
	background: none;
	padding: 35px 25px;
}

.maps_block{
	width: 100%;
    margin-bottom: 20px;
    background: no-repeat;
}

#map{
	width: 100%;
    height: 430px;
}

.mapcard{
	width: 100%;
	background: none;
	padding: 30px 0px;
}

.mapcard ul{
	margin: 0px auto;
	padding: 0px;
	margin: 0px;
}

.mapcard li {
    float: none;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: 20px;
    max-width: 295px;
    margin-bottom: 8px;
}

.mapcard a.generate {
    background: transparent;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    padding: 15px 20px;
    outline: none;
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0px 2px 2px #b1afaf;
    min-width: 235px;
    display: inline-block;
    text-align: center;
}

.mapcard a.generate img{
	width: 20px;
	margin-right: 10px;
}

.partners_sec{
	width: 100%;
	background: none;
	padding: 35px 0px;
}

.partners_sec ul{
	margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.partners_sec li {
    float: none;
    display: inline-block;
    width: 18%;
    margin-bottom: 20px;
}

.partners_sec li a{
	display: block;
    text-align: center;
    box-shadow: 0px 2px 2px #aba1a1;
    padding: 25px 10px;
    border-radius: 15px;
}

.partners_sec li img{
	width: 100px;
	height: 65px;
	object-fit: contain;
}

.contact_sec {
    width: 100%;
    background: none;
    padding: 35px 0px;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.width100{
	width: 100%;
}

.cont_card{
	width: 100%;
	background: #fff;
	padding: 25px 30px
}

.cont_card h5 {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.cont_card img {
    width: 200px;
    height: 75px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.cont_card ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	margin-top: 20px;
	text-align: center;
}

.cont_card li {
    float: none;
    display: block;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0px 2px 3px #b3b1b1;
    margin: 10px 0px;
    padding: 10px 10px;
    border-radius: 15px;
}

.cont_card li:first-child {
    box-shadow: none;
    font-size: 14px;
}

.selectPool .booked_block {
    width: 90%;
    margin-bottom: 30px;
}

.timing_sec{
	width: 100%;
	background: none;
	padding: 35px 0px;
}

.timing_card{
	width: 100%;
	background: none;
	padding: 0px;
}

.timing_card ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: left;
    margin-top: 15px;
}

.timing_card li {
    float: none;
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #444;
    line-height: 20px;
}

.timing_card h1 {
    text-align: left;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 15px;
    color: #60c7f2;
    text-transform: uppercase;
}

.timing_card p {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.timing_list{
	width: 100%;
	margin-top: 35px;
}

.timing_list label{
    text-align: center;
    box-shadow: 0px 2px 2px #afa8a8;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}

.timing_list label input{
	position: absolute;
	opacity: 0;
}

.picktime {
    background: #60c7f2;
    color: #fff;
}

.yourSelection .bookblock_imagebg{
	min-height: 160px;
}

.yourSelection{
	padding: 40px 100px;
}

.viewcard {
    width: 100%;
    background: none;
    padding: 30px 15px;
    border: 5px solid #60c7f299;
    border-radius: 15px;
}

.viewcard h6 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

.viewcard ul{
	margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    margin-top: 25px;
}

.viewcard li {
    display: block;
    float: none;
    font-size: 12px;
    text-align: center;
    margin: 0px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 500;
}

.viewcard li span{
	font-weight: 600;
	color: #000;
}

.yourSelection a.generate {
    background: #60c7f2;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 20px;
    outline: none;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 2px 2px #b1afaf;
    min-width: 160px;
    display: inline-block;
    text-align: center;
}

.workshop_sec {
    width: 100%;
    background: none;
    padding: 35px 0px;
    min-height: calc(100vh - 192px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.workshop_sec .row{
	width: 100%;
    justify-content: center;
}

.workshop_sec .bookblock_imagebg{
	min-height: 180px;
}

.workshop_sec .bookblock_content {
    margin-top: -40px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workshop_sec .bookblock_content h6 {
    font-size: 13px;
    text-transform: uppercase;
}

.selectWorkShop .bookblock_content {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
}

.selectWorkShop .bookblock_content ul{
	width: 100%;
}

.selectWorkShop .bookblock_imagebg{
	min-height: 160px
}

.selectWorkShop {
    padding: 35px 60px;
}

.selectWorkShop h6.heading {
    margin-bottom: 15px;
    margin-left: 12px;
    font-weight: 500;
    color: #444;
}

.selectWorkShop .bookcard_list{
	padding-bottom: 0px;
}

.workhopView {
    padding: 35px 40px;
}

.padL5{
	padding-left: 5px !important;
}

.padR5{
	padding-right: 5px !important;
}

.workhopView .bookblock_imagebg{
	min-height: 160px;
}

.workhopView .bookblock_content{
	margin-top: -20px;
}

.workhopView .booked_block{
	margin-bottom: 25px;
}

.participed_form{
	width: 100%;
	background: none;
	padding: 30px 35px;
}

.participed_form h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #60c7f2;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.participed_form label{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.border_box {
    width: 100%;
    background: none;
    padding: 17px 20px;
    box-shadow: 0px 2px 2px #a09e9e;
    border-radius: 15px;
    position: relative;
}

.border_box img{
	position: absolute;
    right: -23px;
    top: 16px;
    cursor: pointer;
}

.border_box h6{
	margin: 0;
    text-align: center;
    font-size: 13px;
}

a.submitBtns {
    background: #60c7f2;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px;
    outline: none;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 2px 2px #b1afaf;
    min-width: 160px;
    display: inline-block;
    text-align: center;
}

.halfsidebar .page_data {
    width: calc(100vw - 150px) !important;
    margin-left: 95px !important;
}

.halfsidebar .sidemenus {
    width: 60px !important;
    padding: 20px 3px !important;
    border-radius: 15px !important;
}

.halfsidebar .menulist li a{
    overflow: hidden !important;
}

.collapse_ico {
    position: absolute;
    right: 10px;
    top: 22px;
    background: #fff;
    border-radius: 50%;
}

.collapse_ico img{
    width: 25px;
}

.halfsidebar .menulogo img{
	display: none !important
}

.rotate180 {
    transform: rotate(180deg);
    right: 17px;
}

button:disabled {
    background: #dddddd !important;
    cursor: not-allowed;
    
}

.disabled{
    background-color: #C4C4C4 !important;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.3;
}

.modal-backdrop{
    z-index: 9999;
}

.modal{
    z-index: 99999;
}

.modal_inside{
    width: 100%;
    background: none;
    padding: 0px;
}

.modal_inside img {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 265px;
    height: 265px;
}

.modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-body img.cross{
    position: absolute;
    right: -35px;
    top: 0px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    outline: none;
    cursor: pointer;
}

.modal_booking {
    padding: 25px 30px;
    width: 100%;
}

.modal_booking img {
    max-width: 70px;
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.modal_booking p{
    text-align: center;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}

.main_panel{
    padding: 20px 20px;
    position: relative;
    width: 100%;
}








@media screen and (min-width: 300px) and (max-width: 767px){


.center_data h6{font-size: 13px;}
.group_btn .auth_btns{margin-bottom: 11px; width: 100%; max-width: 230px;}
.logined_sec .group_btn .auth_btns{ max-width: 100%; margin: 0px;}

.sidemenus{width: 250px; display: block; margin-left: -270px; overflow: visible;}
.collapse_ico{right: -30px;}
.page_data{width: 100%; margin-left: 0; padding-left: 0;}
.page_head{padding: 15px 0px; text-align: center;}
.page_data main{padding: 0px 15px; }

.page_head a.generate{font-weight: 700; font-size: 11px; padding: 11px 20px; border-radius: 5px;}
.padL0{padding-left: 15px;}
.home_sec{padding: 15px 0px; display: block;}
.home_sec .homes_card{width: 100%; max-width: 350px; margin-left: auto; margin-right: auto;}

a.book_btn{font-size: 12px; font-weight: 600; padding: 15px 20px; border-radius: 10px;}
.homecard_text{padding: 10px 0px;}
.homecard_text p {margin-bottom: 20px; font-size: 12px; font-weight: 600;}
.page_footer{text-align: center;}
.modal_inside img{max-width: 160px; height: 160px;}

.logined_sec form .col-md-6{flex: 0 0 100%; max-width: 100%; margin-top: 25px;}
.booking_card{padding: 25px 0px 0;}
.booked_block{margin-bottom: 40px; margin-left: auto; margin-right: auto; max-width: 350px;}
.booking_card h4{font-size: 16px;}
.bookcard_list{padding-bottom: 0px;}

.information_sec{padding: 20px 0px;}
#map {width: 100%; height: 230px;}
.mapcard li{font-size: 13px;}
.mapcard ul{margin-bottom: 20px;}
.partners_sec li{width: 48%; margin-bottom: 15px;}
.partners_sec li img {width: 70px; height: 45px;}

.cont_card{padding: 20px 0px;}
.bookcard_top{display: block;}
.bookcard_top p{padding-right: 0px;}
.flexTop{margin-top: 25px;}

.timing_card h1, .timing_card p, .timing_card ul{text-align: center;}
.timing_list{margin-top: 20px; margin-bottom: 40px; max-width: 350px; margin-left: auto; margin-right: auto;}
.yourSelection {padding: 20px 0px;}
.yourSelection a.generate{width: 100%; margin-top: 30px;}
.viewcard{max-width: 350px; margin-left: auto; margin-right: auto;}
.cont_card h5 {font-size: 12px;}

.padR5 {
    padding-right: 15px !important;
}
.padL5 {
    padding-left: 15px !important;
}
.participed_form{padding: 20px 10px;}
.participed_form center{margin-top: 30px !important;}
.halfsidebar .sidemenus {width: 230px !important; margin-left: 0; padding-left: 15px !important;}
.halfsidebar .page_data{margin-left: 0px !important; width: 100% !important;}
.menulist li a{border-radius: 5px 0px 0px 5px; height: 45px; padding: 10px 15px;}

.menulist{padding: 0px;}
.halfsidebar .menulogo img{display: block !important;}

img.lastFoot {position: relative !important; right: 0 !important; bottom: 0% !important; margin-top: 0px !important;}
label.checkboxed {text-align: left;}
.logined_sec{display: grid;}
.logined_sec form{order: 2;}
img.lastFoot{order: 1;}





}

