@charset "utf-8";
/* CSS Document */
.cmyogi {
		top: 250px;
	}
.cmyogi .profilebg {
   width: 200px;
    margin: 0 auto;
}
.cmyogi .profilebg img {
     border-radius: 0%;  
	padding: 0px;
}
@media only screen and (max-width: 1027px) {
    .sectionVideo {
        min-height: 400px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 14px 7px;
        font-size: 14px;
    }
	.cmyogi {
		top: 165px;
	}
    .profilebg img {
        height: auto;
		border-radius: 50% !important;
    }

    .tabs-left > .nav-tabs > li > a {
        font-size: 13px;
        padding: 10px 11px;
    }

    .flip-count {
        display: block;
        justify-content: center;
    }

    .back, .flip-container, .front {
        width: 236px;
    }
	.card {
		width: 180px;
	}
}

@media only screen and (max-width: 768px) {
    .navbar-inverse {
        width: 100%;
        margin-top: 0;
    }
	.cmyogi {
		top: 185px;
	}
    .profile {
        margin-bottom: 10px;
    }

    .profilebg {
        width: 85px;
    }

    .sectionVideo {
        min-height: 350px;
    }

    .logotxt {
        bottom: 0px;
        left: 10px;
        font-size: 2rem;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #3e3c3c;
    }

    .tabbable {
        min-height: 551px;
        margin-left: 0;
    }

    .news {
        margin-top: 15px;
    }

    .tabs-left > .nav-tabs > li > a {
        font-size: 12px;
        padding: 10px 11px;
    }

    .btncontan {
        top: 120px;
    }

        .btncontan li {
            margin-bottom: 25px;
        }

    .flip-count {
        display: block;
        justify-content: center;
    }

    .back, .flip-container, .front {
        width: 235px;
    }
	.card-section {
		display: block;height: auto;
	}
	.card-container {
    	display: block;
	}
	.card {
		width: 80%;
		margin: 10px auto;
	}
}

@media only screen and (max-width: 425px) {
    .navbar-inverse {
        width: 100%;
    }

    .profile {
        margin-bottom: 10px;
    }

    .profilebg {
        width: 85px;
    }

    .sectionVideo {
        min-height: 200px;
    }

    .logotxt {
        bottom: 0px;
        left: 10px;
        font-size: 2rem;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #3e3c3c;
    }

    .tabbable {
        min-height: 595px;
        margin-left: 0;
    }

    .tabs-left > .nav-tabs {
        width: 100%;
    }

    .tabbable .tab-content {
        width: 100%;
    }

    .heding {
        margin: 0;
        clear: both;
        padding-top: 50px;
    }

    .btncontan {
        position: relative;
        top: 15px;
        padding-left: 5px;
        margin-bottom: 25px;
    }

        .btncontan li {
            margin-bottom: 10px;
            float: left;
            margin-right: 8px;
        }

    .rightbtn {
        right: 0;
    }

    .btn-ani3 {
        padding: 5px 10px;
        font-size: 14px;
    }

    .flip-count {
        display: block;
        justify-content: center;
    }

    .back, .flip-container, .front {
        width: 100%;
    }
    .cmyogi {
        position: relative; 
        top:0;
    }

        .cmyogi .profile {
            background-color: #fff;
            display: flex;
            text-align: left;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        }

        .cmyogi .profilebg {
            width: 25%;
            margin: 0;
        }
		.cmyogi .profilebg img {
			border-radius: 50% !important;
			padding: 10px;
        }
        .cmyogi .profile p {
            color: #333;
        }
	.card-section {
		display: block;height: auto;
	}
	.card-container {
    	display: block;
	}
	.card {
		width: 93%;
		margin: 10px auto;
	}
}
