@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap');
*{
	padding: 0;
	margin: 0 auto;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none !important;
}
a:focus, a:hover {
	outline: none;
}
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #606060;
	line-height: 28px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #5d5d5d;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo 2', sans-serif;
	margin-bottom: 0;
}
.custom-pad {
	padding: 30px 0;
}
.container {
    width: 1400px;
    max-width: 100%;
}
/*
   

    font-family: 'Open Sans', sans-serif;

    font-family: 'Oswald', sans-serif;

    font-family: 'Exo 2', sans-serif;


*/

/*=============================================header================================================*/
.custom-header {
    position: relative;
    z-index: 999;
}

.header-top {
    background-color: #001f46;
	overflow: hidden
}
.header-top-left ul li {
    display: inline-block;
	margin-right: 16px;
}
.header-top-left ul li a p{
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 500;
	display: inline-block;
}
.header-top-left ul li a span{
	color: #f7bb00;	
	font-size: 16px;
	margin-right: 5px;
}
.header-top-right ul {
    display: inline-block;
	vertical-align: middle;
}
.header-social li {
    display: inline-block;
}
.header-social h5{
	display: inline-block;
}
.header-social h5 {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #001f46;
	margin-right: 5px;
}
.header-social li a {
    font-size: 11px;
    color: #f7bb00;
}
.header-social li {
    background-color: #001f46;
    height: 19px;
    width: 19px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 16px;
}
.header-social {
    margin-right: 30px;
}
.log-in li a {
    color: #001f46;
    font-size: 15px;
    font-weight: 700;
	font-family: 'Exo 2', sans-serif;
}
.log-in {
    margin-right: 30px;
}
.cus-lan li a {
    color: #001f46;
    font-size: 15px;
    font-weight: 700;
	font-family: 'Exo 2', sans-serif;
}
.header-top-right {
    background-color: #f7bb00;
    text-align: right;
    padding: 3px 0 6px;
	position: relative;
}
.header-top-right::after {
    content: '';
    position: absolute;
    right: -4000px;
    width: 4000px;
    height: 100%;
    background-color: #f7bb00;
    top: 0;
    bottom: 0;
}
.header-top-left {
    margin-top: 5px;
	position: relative;
	
	
}
.header-top-right::before {
    content: '';
    position: absolute;
    left: -67px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 68px solid #f7bb00;
    border-bottom: 35px solid transparent;
}
/*===new start===*/
.header-top-left::after {
    content: '';
    position: absolute;
    right: 8px;
    top: -43px;
    width: 8px;
    height: 111px;
    background-color: #fff;
    transform: rotate(-63deg);
}
/*===new end===*/
.log-in span {
    margin-right: 6px;
}
.cus-lan span {
    margin-right: 5px;
}
.down-arrow {
    margin-right: 0 !important;
    margin-left: 5px;
}

/*============================================header-main================================*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #5f4b8b;
    background: #5f4b8b;
    outline: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-header{
	display:none;
}

/*=====================search=========================*/

body.search-open {
  overflow: hidden;
}
.header-search-2 {
    display: none;
}

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: black;
  padding: 1rem 1.25rem;
  background: white;
  border-radius: 50%;
  outline: none;
}
.close:hover {
  background: #D62839;
}

.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 33, 58, 0.9);
  transition: all .3s  ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
z-index: 99999;
}
.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.search-box.search-elem label {
  color: white;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  padding: 10px 2rem;
  background: #363636;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: white;
}
.search-box.search-elem button.submit[disabled] {
  background: #ccc;
  color: #32213A;
}
.search-box.search-elem input[type="text"] {
  padding: 20px;
  height: 72px;
  font-size: 32px;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #999;
  transition: border 0.3s;
  border-radius: 0;
	width: 100%;
}
.search-box.search-elem input[type="text"]:focus {
  border-bottom: solid 2px #00A896;
  box-shadow: none;
}
.search-box.search-elem label.placeholder {
  position: absolute;
  top: 10px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  color: #999;
  transition: all .3s;
}
.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 1rem;
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
}
.search-btn:hover {
  color: #00A896;
}
/*=========================search-end====================*/

.header-main nav {
    margin: 0;
    padding: 0;
}
.header-main nav ul li a {
    font-size: 15px;
    color: #2d2d2d;
    font-weight: 600;
	font-family: 'Exo 2', sans-serif;
	text-transform: uppercase;
}
.header-main .navbar-nav{
	text-align: right;
}
.header-main  .navbar-nav li {
    margin-left: 16px;
}
.header-search-1 li a {
    background-color: #001f46 !important;
    color: #fff !important;
    height: 32px;
    width: 32px;
    line-height: 34px;
    text-align: center;
    text-indent: 0px;
    font-size: 12px !important;
	position: relative;
}
.header-search-1 li a::after {
    content: '';
    position: absolute;
    right: 0;
    left: -8px;
    top: -7px;
    bottom: 0;
    margin: 0 auto;
    height: 48px;
    width: 48px;
    background-color: #001f4657;
    z-index: -1;
}
.header-search-1 {
    margin-left: 30px;
}
.header-main {
    padding: 20px 0;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.16);
}


/*=============================================custom-course=======================================*/

.custom-course-icon {
    margin-bottom: 20px;
}
.custom-course-wrap {
    text-align: center;
    background-color: #fff;
    border-radius: 0px 20px 0px 20px;
    padding: 30px 0px 0 0px;
	overflow: hidden;
	margin-bottom: 30px;
}
.custom-course-content h4 {
    text-transform: uppercase;
    font-size: 21px;
    color: #001f46;
    letter-spacing: 1px;
    position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding-bottom: 12px;
	margin-bottom: 22px;
}
.custom-course-content h4::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    border-bottom: 2px dashed #999;
    margin: 0 auto;
}
.custom-course-content p {
    font-size: 13px;
    color: #606060;
    line-height: 29px;
    margin-bottom: 17px;
    padding: 0 5px;
    min-height: 90px;
}
.custom-course-content ul li {
    display: inline-block;
}
.custom-course-content ul li:nth-child(1){
	width: 78%;
}
.custom-course-content ul li:nth-child(2){
	width: 21%;
}
.custom-course-content ul {
    background-color: #f7bb00;
}
.custom-course-content ul li:nth-child(1) {
    width: 66%;
	border-right: 2px solid #001e44;
}
.custom-course-content ul li:nth-child(2) {
    width: 32%;
}
.custom-course-content ul li a {
	font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    color: #001e44;
    font-weight: 700;
    padding: 12px 0;
    display: block;
}
.custom-course .container .row .col-lg-3:nth-child(2n) ul {
    background-color: #001f46;
}
.custom-course .container .row .col-lg-3:nth-child(2n) ul li a{
	color: #fff;
}
.custom-course.custom-pad {
    padding-bottom: 50px;
}
.custom-course .container .row .col-lg-3:nth-child(2n) ul li:nth-child(1){
	border-right: 2px solid #fff;
}

/*===================================================about-us==================================================*/

.custom-about-img img {
    width: 100%;
    border-radius: 50%;
}
.custom-about-img {
    padding-right: 80px;
    padding-left: 30px;
	position: relative;
	z-index: 9;
}
.custom-about-img::after {
    content: '';
    position: absolute;
    left: 2%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 84%;
    border-radius: 50%;
    border: 3px solid #f7bb00;
    z-index: -1;
}
.custom-about-img::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/about-after-img.png);
    width: 196px;
    height: 266px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-heading span {
    font-size: 20px;
    font-weight: 700;
    color: #001f46;
	font-family: 'Exo 2', sans-serif;
	display: block;
}
.custom-about-content .custom-heading h3{
	font-size: 60px;
}
.custom-heading h3, .custom-heading h6 {
    font-weight: 600;
    color: #001f46;
    font-size: 51px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.custom-heading h3:after, .custom-heading h6:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90px;
	height: 4px;
	background-color: #001f46;
	border-radius: 4px;
	z-index: 1;
}
.custom-heading h3::before, .custom-heading h6:before {
    content: '';
    position: absolute;
    left: 88px;
    height: 4px;
    background-color: #f7bb00;
    bottom: 0;
    width: 106px;
    z-index: 9;
    border-radius: 4px;
}
.custom-about-content p {
    font-size: 16px;
    color: #606060;
    line-height: 33px;
    margin-bottom: 16px;
}
.about-btn {
    background-color: #f7bb00;
    color: #001f46;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 66px 16px 34px;
    border-radius: 30px;
	display: inline-block;
	margin-top: 20px;
}
.about-btn span {
    position: absolute;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    background-color: #001f46;
    text-align: center;
    line-height: 37px;
    top: 7px;
    right: 8px;
}
.custom-about-img-con {
    height: 175px;
    width: 175px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.16);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 218px;
}
.custom-about-img-con::after {
    content: '';
    position: absolute;
    height: 78%;
    width: 78%;
    top: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px dashed #d2d2d2;
    border-radius: 50%;
}
.custom-about-img p {
    display: inline-block;
    font-size: 15px;
    color: #001f46;
    font-weight: 600;
    text-align: center;
	font-family: 'Exo 2', sans-serif;
	
}
.custom-about-img p span {
    display: block;
    font-size: 35px;
    color: #f7bb00;
}

/*=================================================custom-register===============================================*/

.log-reg-custom {
    background-position: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
}
.log-reg-custom::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #001f46db;
    z-index: -1;
}
.log-reg-custom .custom-heading h3 {
    color: #fff;
    font-size: 50px;
    text-align: center;
}
.log-reg-custom .custom-heading h3::before {
    content: '';
    position: absolute;
    left: 69px;
    height: 4px;
    background-color: #f7bb00;
    bottom: 0;
    width: 106px;
    z-index: 9;
    border-radius: 4px;
    right: 0;
    margin: 0 auto;
}
.log-reg-custom .custom-heading h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 1;
    right: 110px;
    margin: 0 auto;
}

.cus-register-wrap {
    text-align: center;
}
.cus-register-wrap ul li:nth-child(1) {

    margin-right: 0;

}
.cus-register-wrap ul li:nth-child(2) {

    margin-left: 0;

}
.cus-register-wrap ul {
    border-bottom: 0;
    margin-bottom: 58px;
}
.cus-register-wrap ul li a{
	background-color: #fff;
	border: 0 !important;
	border-radius: 0 !important;
	width: 120px;
	font-family: 'Exo 2', sans-serif;
	color: #001f46;
	font-weight: 600;
	position: relative;
}
.cus-register-wrap ul li a.active{
	background-color: #f7bb00 !important;
	color: #001f46 !important;
}
.cus-register-wrap ul li a.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -9px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #f7bb00;
}
.tab-content input {
    height: 58px;
    border-radius: 0;
}
.tab-btn {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    color: #001f46;
    background-color: #f7bb00;
    border: 0;
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
}
/*=================================== testimonials=============================================*/

.custom-testimonials .custom-heading h3::before {
    content: '';
    position: absolute;
    left: 69px;
    height: 4px;
    background-color: #f7bb00;
    bottom: 0;
    width: 106px;
    z-index: 9;
    border-radius: 4px;
    right: 0;
    margin: 0 auto;
}
.custom-testimonials .custom-heading h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 4px;
    background-color: #001f46;
    border-radius: 4px;
    z-index: 1;
    right: 110px;
    margin: 0 auto;
}



.cus-img-sli {
    border-radius: 50%;
    overflow: hidden;
    transform: scale(.80);
    transition: all 0.3s ease-in-out;
    margin: 0 -12px;
	
}
.center .cus-img-sli{
	transform: scale(1);
	
}
#custom-owl .owl-item.active.center {
    position: relative;
    z-index: 999;
}
.back-content-back {
    padding-top: 40px;
    text-align: center;
    padding-left: 92px;
    padding-right: 92px;
	position: relative;
}
.back-content-back:after{
	content: '';
	position: absolute;
	background-image: url(../images/right-quot.png);
	width: 81px;
	height: 63px;
	right: -50px;
	bottom: 0;
	background-repeat: no-repeat;
}
.back-content-back:before{
	content: '';
	position: absolute;
	background-image: url(../images/left-quote.png);
	width: 91px;
	height: 75px;
	left: -50px;
	top: 0;
	background-repeat: no-repeat;
}
.back-content-back p{
	font-size: 17px;
	line-height: 36px;
}
.custm-tes-content h5 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 40px;
	font-family: 'Oswald', sans-serif;
	color: #001f46;
	letter-spacing: 2px;
}
.custom-testimonials {
    background-color: #f5f8f6;
}

/*===============================================working-process==========================================*/

.custom-working-process .custom-heading h3{
	color: #fff;
}

.custom-working-process .custom-heading h3::before {
    content: '';
    position: absolute;
    left: 69px;
    height: 4px;
    background-color: #f7bb00;
    bottom: 0;
    width: 106px;
    z-index: 9;
    border-radius: 4px;
    right: 0;
    margin: 0 auto;
}
.custom-working-process .custom-heading h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 1;
    right: 110px;
    margin: 0 auto;
}
.working-pro-wrap {
    text-align: center;
}
.working-pro-img{
	position: relative;
}
.working-pro-img img {
    border-radius: 50%;
    border: 11px solid #fff;
}
.working-pro-img span {
    position: absolute;
    color: #001f46;
    background-color: #f7bb00;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    line-height: 56px;
    font-weight: 600;
    font-size: 20px;
    right: 15%;
}
.working-pro-content h4 {
    color: #fff;
    padding: 14px 0;
}
.working-pro-content p {
    color: #d4ebff;
    font-size: 14px;
    line-height: 27px;
}

/*==================================================publications================================================*/

.custom-pablication .custom-heading h3::before {
    content: '';
    position: absolute;
    left: 69px;
    height: 4px;
    background-color: #f7bb00;
    bottom: 0;
    width: 106px;
    z-index: 9;
    border-radius: 4px;
    right: 0;
    margin: 0 auto;
}
.custom-pablication .custom-heading h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 4px;
    background-color: #001f46;
    border-radius: 4px;
    z-index: 1;
    right: 110px;
    margin: 0 auto;
}
.book-img img {
    width: 300px;
}
.item.book-item {
    text-align: center;
    border: 2px solid #f2f2f2;
    padding: 30px 20px;
}
.book-content h4 {
    font-size: 22px;
    color: #001f46;
    font-weight: 600;
    padding: 14px 0;
}
.book-content p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}
.price {
    display: inline-block;
    background-color: #f7bb00;
    padding: 4px 12px;
    font-weight: 600;
    color: #001f46;
}
#publication-caro .owl-dot {
    height: 8px;
    width: 8px;
    background-color: #bdbdbd !important;
    border-radius: 50%;
    margin: 0 6px;
}
#publication-caro .owl-dot.active{
	 background-color: #001f46 !important;
}
#publication-caro .owl-dots {
    text-align: center;
	padding-top: 40px;
}

/*=============================================blog==============================*/

.custom-blog {
    background-color: #f2f3f5;
}
.custom-blog .custom-heading h3::before {
    content: '';
    position: absolute;
    left: 69px;
    height: 4px;
    background-color: #f7bb00;
    bottom: 0;
    width: 106px;
    z-index: 9;
    border-radius: 4px;
    right: 0;
    margin: 0 auto;
}
.custom-blog .custom-heading h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 4px;
    background-color: #001f46;
    border-radius: 4px;
    z-index: 1;
    right: 110px;
    margin: 0 auto;
}
.blog-content span {
    font-size: 14px;
    color: #fff;
    background-color: #001f46;
    padding: 2px 12px;
    display: inline-block;
    margin: 16px 0;
}
.blog-content h6 {
    font-size: 21px;
    font-weight: 600;
    color: #001f46;
    margin-bottom: 14px;
}
.blog-content p {
    font-size: 15px;
    color: #606060;
}
.blog-content p a{
	font-weight: 700;
    color: #001f46;
}

/*========================================partner======================================*/

.partner-btm{
	background-color: #f7bb00;
	padding: 40px 0;
}
#partner-caro .item img {
    width: auto !important;
}

/*==========================================footer======================================*/

.custom-footer{
	background-color: #001f46;
	padding: 70px 0 0;
}
.footer-col h4 {
    color: #f3f5f7;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.footer-col h4:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 21px;
	background-color: #fff;
	height: 5px;
	border-radius: 5px;
	z-index: 9;
	
}
.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 17px;
    width: 31px;
    background-color: #f7bb00;
    height: 5px;
    border-radius: 5px;
    z-index: 9999;
}
.footer-col-1 p {
    color: #cce3ff;
    font-size: 14px;
    line-height: 31px;
}
.footer-col ul li a {
    color: #cce3ff;
    font-size: 14px;
    text-transform: uppercase;
}
.footer-col ul li{
	margin-bottom: 14px;
}
.footer-col-3 ul{
	column-count: 2;
}
.footer-contact li a span {
    position: absolute;
	color: #f7bb00;
	left: 0;
	font-size: 16px;
	top: 2px;
}
.footer-contact li{
	position: relative;
	padding-left: 20px;
}
.footer-spcial{
	margin-top: 20px;
}
.footer-spcial li {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #0b3871;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    margin-right: 8px;
}
.footer-btm{
	background-color: #002d66;
	padding: 16px 0;
	margin-top: 60px;
}
.footer-btm p{
	color: #cce3ff;
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
}

/*new*/
.custom-working-process {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100%;
    background-attachment: fixed;
}
.cus-lan li a p{
    color: #001f46;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
	display: inline-block;
}

/*===============================================UGC Net Paper 1======================================*/

.inner-bnr-heading{
	padding: 34px 0;
	text-align: center;
}
.inner-bnr-heading h1 {
    font-size: 40px;
    color: #222;
    font-weight: 600;
}
.custom-breadcam{
	background-color: #7f7f7f;
	width: 100%;
	padding: 22px 0;
	text-align: center;
}
.custom-breadcam ul li{
	display: inline-block;
	position: relative;
	padding-right: 5px;
}
.custom-breadcam ul li a {
    color: #fff;
    margin-right: 5px;
}
.custom-breadcam ul li.active a{
	color: #f7bb00;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.custom-breadcam ul li:after{
	content: ">>";
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	
}
.custom-breadcam ul li:last-child:after{
	display: none;
}
.custom-breadcam ul li:nth-child(2):after{
	color: #f7bb00;
}

.mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a::after {
    content: "";
    position: absolute;
    right: -20px;
    background-image: url(../images/plus.png);
    height: 40px;
    background-color: #f7bb00;
    width: 49px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    top: -12px;
}
.mb-0 > a[aria-expanded="true"]:after {
  content: ""; /* fa-chevron-up */
background-image: url(../images/minus.png);
    right: -20px;
    height: 45px;

    background-color: #f7bb00;
    width: 49px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    top: -12px;
}
.custom-sub-accordian .card .card-header {
    width: 100%;
    border-radius: 0 !important;
    background-color: #effcfc;
    border: 1px solid #c0c0c0;
}
.custom-sub-accordian .card{
	border-radius: 0 !important;
	margin-bottom: 5px;
}
.custom-practice-wrap {
    padding: 50px 0;
}
.custom-sub-accordian .card-header a {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #001f46;
    text-transform: uppercase;
}
.custom-sub-accordian #accordion {
    background-color: #fff;
    padding: 12px 12px;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.26);
}
.custom-qus-head {
    text-align: center;
    background-color: #001f46;
    position: relative;
    padding: 36px 0 15px;
    margin-top: 15px;
}
.custom-qus-head::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid #001f46;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -17px;
}
.custom-qus-head-icon {
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: #f7bb00;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -24px;
}
.custom-qus-head h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    letter-spacing: 2px;
}
.custom-paper-dp a {
    display: block;
    padding: 20px 0 15px;
    color: #222;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
}
.custom-paper-dp {
    background-color: #f7bb00;
    text-align: center;
	transition: all 0.3s ease-in-out;
}
.custom-paper-dp:hover {
    background-color: #ffc100;
}
.custom-qus-wrap-dp {
    margin-bottom: 50px !important;
    display: block;
}
.custom-qus-wrap-dp:nth-child(2) {
    margin-bottom: 30px !important;
}
#shrt-accordion .card-header {
    width: 100%;
}
.custom-short-qus-heading {
    width: 100%;
    background-color: #001f46;
    text-align: center;
}
.custom-short-qus-heading h5{
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
}
.custom-short-qus-heading {
    width: 100%;
    background-color: #001f46;
    text-align: center;
    padding: 18px 0;
    margin-bottom: 14px;
}
#shrt-accordion .card {
    border-radius: 0;
    margin-bottom: 12px;
    border: 0;
}
#shrt-accordion .card .card-header {
    border-bottom: 0;
    background-color: #f7bb00;
    border-radius: 0;
    padding: 15px 0px 17px 40px;
}

#shrt-accordion .mb-0 > a::after {
    background-color: #001f46;
    background-image: url(../images/plus-yellow.png);
    height: 48.2px;
    right: 0;
    top: -15px;
}
#shrt-accordion .card-header h5{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	
	
}
#shrt-accordion .card-header h5 a{
	
	color: #2a2a2a !important;
    font-weight: 700;
    line-height: 29px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
#shrt-accordion .collapse {
    width: 100%;
	background-color: #f1f1f1;
}
#shrt-accordion .collapsing{
	width: 100%;
	background-color: #f1f1f1;
}
.custom-short-qus-dp {
    margin-bottom: 74px;
}
.custom-qus-wrap-dp:nth-child(3) .custom-qus-head:after{
	display: none !important;
}

.custom-qus-wrap-dp-3 .custom-qus-head:after{
	display: none;
}
.dp-custom-mocktest-table tr th:nth-child(1) {
    width: 40%;
}
.dp-custom-mocktest-table tr th:nth-child(2) {
    width: 30%;
}
.dp-custom-mocktest-table tr th:nth-child(3) {
    width: 30%;
}
.dp-custom-mocktest-table tr th {
    border-top: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
.dp-custom-mocktest-table tr:nth-child(1) {
    background-color: #f7bb00;
}
.dp-custom-mocktest-table table {
    text-align: center;
}
.dp-custom-mocktest-table table tbody tr td{
	border-right: 1px solid #fff;
}
.dp-custom-mocktest-table table tbody tr td:last-child{
	border-right: 0;
}
/*.dp-custom-mocktest-table table tbody tr:nth-child(1) td{
	color: #222;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}*/
/*.dp-custom-mocktest-table table tbody tr:nth-child(2){
	background-color: #f44336;
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
	font-weight: 600;
}
.dp-custom-mocktest-table table tbody tr:nth-child(2) td a{
	color: #fff;
	font-style: italic;
	font-weight: 800;
}*/
.dp-custom-mocktest-table table tbody tr {
    background-color: #26baa1;
    font-size: 15px;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
}
.dp-custom-mocktest-table table tbody tr td {
    border-bottom: 1px solid #fff;
}
.dp-custom-mocktest-table table tbody tr td a{
	color: #fff;
	display: block;
}
.dp-custom-mocktest-table table tbody tr:nth-child(5) {
    background-color: #f7bb00;
}
.dp-custom-study-material-table table tbody tr:nth-child(5){
	background-color: #26baa1;
}
.dp-custom-study-material-table table tbody tr:nth-child(6){
	background-color: #f7bb00;
	color: #222;
	font-size: 16px;
}

.custom-qus-wrap-dp.custom-qus-wrap-dp-3:last-child {
    margin-bottom: 0 !important;
}


/*Added code by shourya*/

.card-body{
    padding: 12px;
}


.free{
    background-color: #26baa1 !important;
}

.paid{
    
    background-color: #54e679 !important;
}

/*29-05-2020*/
.tm-side-bar {
    padding: 20px 15px;
    background-color: #f7f7f7;
}
.tm-blog-right-heading h6{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    color: #001f46;
}
.tm-blog-right-heading h6::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #001f46;
}
.tm-blog-right-recent-post-media a {
    font-size: 13px;
    color: #001f46;
    line-height: 19px;
    display: block;
}
.tm-blog-right-recent-post-media span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
h4.tm-blog-title {
    font-size: 34px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 1;
}
.tm-blog-right-recent-post-media .media {
    padding: 15px 0;
    border-bottom: 1px solid #d5d5d5;
}
.tm-blog-right-recent-post-media .media:last-child{
    border-bottom: 0;
}
.tm-blog-right-recent-post-media .media a img{
    margin: 0;
}
.tm-post-tags {
    margin-top: 20px;
}
.tm-post-tags ul li{
    display: inline-block;
}
.tm-post-tags ul li a {
    width: 89px;
    height: 30px;
    background-color:#001f46 ;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: capitalize;
    transition: all ease-in-out .6s;
    font-weight: 700;
}
.tm-post-tags ul li a:hover{
    color: #f7bb00;
}

/*page-templete*/
.tm-page-templete-left img{
    width: 100%;
}

.tm-page-templete-left h4 {
    font-size: 24px;
    font-weight: 600;
    color: #001f46;
    margin: 10px 0;
}
.tm-page-templete-left ul li{
    margin-top: 15px;
}
.tm-page-templete-left ul li a{
    color: #001f46;
    text-transform: capitalize;
}
.tm-page-templete-left ul li a i{
    margin-right: 10px;
    color: #f7bb00;
}
.tm-sub-catg {
    padding-left: 20px;
}
.tm-page-templete-left ul li .tm-sub-catg li{
    margin-top: 5px;
}
.tm-sub-catg li a{
    font-size: 12px;
}
.view_more_short {
    width: 150px;
    height: 50px;
    background-color: #001f46;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: capitalize;
    transition: all ease-in-out .6s;
    font-weight: 700;
    border: 1px solid #001f46;
    ms-flex-pack: center !important;
    justify-content: center !important;
    display: flex;
    margin-top: 20px;
}
.view_more_short:hover{
    background-color: transparent;
    color: #001f46;
}
.tm-about-btn{
    width: 150px;
    height: 50px;
    background-color: #001f46;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    display: inline-block;    
    text-transform: capitalize;
    transition: all ease-in-out .6s;
    font-weight: 700;
    border: 1px solid #001f46;
    margin-top: 20px;
}
.tm-about-btn:hover{
    background-color: transparent;
    color: #001f46;
}
.questions-list input[type="radio"]{
    height: auto;
    margin: 0px 5px;
}
.instruction_for_quiz {
    padding-top: 25px;
}


.custom-qus-head-icon img {
    width: 25px;
}



.tm-questions-answer-option-box ul li a {    
    position: relative;
    padding-left: 30px;
}
.dot {
    position: absolute;left: 0;top: 8px;
}
.header-main{
    -webkit-transition:all ease-in-out .3s;
    transition: all ease-in-out .3s;
    transition: 250ms height ease-in;
    /*height: 100px;*/
    height: 75px;
}
/*.header-main.sticky{
    position: fixed;
    width: 100%;     
    height: 104px;
    background: #fff;        
    -webkit-transition:all ease-in-out .3s;
    transition: all ease-in-out .3s;
    top: 0;
 }*/
 .tm-header-main{
    position: relative;
 }
/* .tm-serch-bar {
    position: absolute;
    bottom: -44px;
    left: 50%;
    width: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    -webkit-transition:all ease-in-out .3s;
    transition: all ease-in-out .3s;
}*/
.tm-serch-bar div.asl_w {
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 1px 20px 1px #e4e4e4;
    border-radius: 26px;
}
.tm-serch-bar #ajaxsearchlite1 .probox, div.asl_w .probox {
    padding: 10px;
}
/*.header-main.sticky .tm-serch-bar {
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46%;
}
*/
.dp-study-material-new-img img {
    width: 100%;
}
.dp-study-material-tab {
    border-bottom: 0;
}
.dp-study-material-new-content {
    padding: 60px 40px;
    background-color: #fcfcfc;
}
.dp-study-material-tab li a {
    border-radius: 0;
    border: 0 !important;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 0;
    padding: 16px 34px;
    background-color: transparent !important;
}
.dp-study-material-tab {
    border-bottom: 0;
    background-color: #f7bb00;
	margin-bottom: 20px;
}
.dp-study-material-tab li.active a{
	background-color:#001f46 !important;
	color:#fff !important;
}
.dp-study-material-tab li a:hover{
	background-color:#001f46 !important;
	color:#fff !important;
}
.dp-course-features {
    background-color: #fcfcfc;
    padding: 30px 30px;
}
.dp-course-info h2 {
    font-size: 30px;
    font-weight: 600;
    color: #001f46;
    position: relative;
    margin-top: 0;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.dp-course-info h2:after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100px;
	height:2px;
	background-color: #f7bb00;
}
.course-info-list li {
    list-style: none;
   padding-bottom: 16px;
margin-bottom: 16px;
    border-bottom: 1px solid #e3dada;
}
.course-info-list li span {
    font-size: 15px;
    color: #262626;
}
.course-info-list li span.dp-value {
    float: right;
}
.course-info-list li i {
    font-size: 15px;
    color: #f7bb00;
    margin-right: 6px;
}
.dp-sidebar-price-wrap {
    padding-top: 20px;
}
.dp-price-conn h4 {
    font-weight: 600;
    font-size: 26px;
    color: #001f46;
}
.dp-price-conn h4 span{
	color: #f7bb00;
}
.dp-price-conn {
    width: 70%;
}
.dp-price-btnn {
    text-align: right;
    width: 29%;
    vertical-align: middle !important;
    display: inline-block;
}
.dp-price-conn {
    width: 69%;
    display: inline-block;
    vertical-align: middle;
}
.dp-price-btnn a {
    background-color: #001f46;
    color: #fff;
    padding: 15px 19px;
}
.course-info-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 0;
}
.dp-study-tab-mate-heading a {
    color: #001f46;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 14px !important;
    display: block;
    border-bottom: 1px solid #001f46;
    margin-bottom: 12px;
}
.dp-study-tab-mate-list ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed;
}
.dp-study-tab-mate-list ul li:last-child{
	border-bottom:0;
}
.dp-study-material-new {
    padding-bottom: 60px;
}
.dp-study-tab-mate-list ul li h5 {
    display: inline-block;
    width: 71%;
}
.dp-study-tab-mate-list ul li ul {
    display: inline-block;
    width: 28%;
	text-align: right;
}
.dp-study-tab-mate-list ul li ul li {
    display: inline-block;
    background-color: #001f46;
    color: #fff;
    font-weight: 600;
    padding: 2px 8px;
    margin-left: 6px;
	margin-bottom:0;
	border-bottom:0;
	padding-bottom:2px;
}
.dp-study-tab-mate-list ul li a h5 {
    font-size: 16px;
    color: #001f46;
}
.dp-study-tab-mate-list ul li a h5 span {
    padding-right: 5px;
}
.dp-study-tab-mate-list ul li ul li:nth-child(3) {
    padding: 0;
    background-color: transparent;
    color: #001f46;
}
#dp-mat-list-qus {
    background-color: #f7bb00;
}
.dp-material-header {
    background-color: #001f46;
    width: 100%;
    padding: 20px;
}
.back-dp-btn a {
    background-color: #f7bb00;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 14px 22px 12px;
    display: inline-block;
}
.toggle-btn-dp {
    display: inline-block;
}
.back-dp-btn {
    display: inline-block;
}
.study-material-inner-dp {
    padding: 30px 30px 80px;
    width: 400px;
    height: 84vh;
    overflow: scroll;
    position: absolute;
}
.material-inner-con h4 {
    font-size: 26px;
    color: #262626;
    font-weight: 600;
    padding: 40px 0 20px;
}
.page-template-template-study-material-inner .tm-header {
    display: none;
}
.page-template-template-study-material-inner .tm-footer{
    display: none;
}
.page-template-template-study-material-inner .cls-banner{
    display: none;
}
.dp-inner-material-inner-con-main {
    height: 100vh;
    overflow: scroll;
}
.page-template-template-study-material-inner {
    height: 100vh;
    overflow: hidden;
}

/* 13-05-2021 */
.custom-practice-wrap {  padding: 0;}
.custom-sub-accordian { margin-top: 20px;}
.tm-questions-answer-option { padding-top: 0 !important;}
.ns-sf6b0-v-9 .ns-sf6b0-e-2 { margin-top: 0 !important;}
.third-ad-wdw { margin-bottom: 0 !important;}
.rw_bottom_sticky{bottom: -6px !important;}
.header-main { padding: 5px 0;}

/* 17-05-2021 */
.tm-questions-answer-option-box p a{padding: 0 15px !important;}
.tm-questions-answer-option-box p{background-color: transparent !important;}
.tm-questions-answer-option-box{margin-bottom: 0px !important;}
.gsc-control-cse { padding: 2px !important;}
.inner-bnr-heading.a_heading { font-size: 21px; padding: 30px 0 10px;}
.inner-bnr-heading.a_heading h1 { font-size: 24px;}
.custom-breadcam.a_breadcrumb { padding: 10px 0 20px; background-color: transparent;}
.custom-breadcam.a_breadcrumb .col-md-12 { color: #666; font-size: 15px;}
.custom-breadcam.a_breadcrumb span { color: #666 !important;}
.tm-questions-answer-option{padding: 0px 15px 10px 15px !important;}
.tm-pagination { margin: 12px;}
.answer-imfo{padding: 0px 5px 10px !important;}
.answer-imfo-list li{padding: 6px 9px 6px !important;}
.answer-imfo-list li:hover span, .answer-imfo-list li:hover i{color: #5c5c5c !important;}
.questions-list{padding: 6px 25px 0 !important;}
.questions-list li { padding-bottom: 6px !important;}

/* 18-05-2021 */
/*.tm-serch-bar {bottom: -62px; padding: 12px 15px 12px 5px; background-color: #fff;  box-shadow: 0 0 6px 0px #ddd;}*/
.tm-serch-bar { padding: 5px; background-color: #fff; box-shadow: 0 0 6px 0px #ddd; position: relative; width: 35%;}
.tm-serch-bar.a_search_bar  input{width: 100%; border: 1px solid #ddd; padding: 5px;} 
.tm-serch-bar.a_search_bar button#search_button { position: absolute;  padding: 6px 8px; border: none; background-color: #5e9bf7;color: #fff; border-bottom-right-radius: 5px; border-top-right-radius: 5px; right: 4px;top: 5px;}
/*.header-main.sticky .tm-serch-bar { bottom: unset; top: 93%; transform: translate(-50%, 15%); width: 46%;}*/
/* Table color */
.dp-custom-mocktest-table .cat_table { padding: 15px;}
.dp-custom-mocktest-table .cat_table tr:nth-child(1) {  background-color: #fff;}
.dp-custom-mocktest-table .cat_table tr th { border-bottom: 1px solid #f7f7f7; color: #0f478e;}
.dp-custom-mocktest-table .cat_table tbody tr{color: #666;}
.dp-custom-mocktest-table .cat_table tbody tr:nth-child(1) td { color: #666 !important;}
.dp-custom-mocktest-table .cat_table tbody tr td { border-bottom: 1px solid #f7f7f7;}
.cat_table .free {  background-color: #fff !important; padding: 8px 15px;  font-size: 15px;  font-weight: 600; margin: 0px;}
.dp-custom-mocktest-table .cat_table tbody tr td { border-right: 1px solid #f7f7f7;}
.dp-custom-mocktest-table .cat_table a { color: #011f46; transition: 0.3s ease-in; display: inline;}
.dp-custom-mocktest-table .cat_table a:hover { text-decoration: underline; transition: 0.3s ease-in;}

/* 19-05-2021 */
.file { color: #f7bb00; font-size: 16px; margin-right: 5px;}
.header-main.sticky{position: relative;}
.dp-custom-mocktest-table .cat_table h4 { padding-bottom: 6px;  text-align: center; border-bottom: 2px solid #f7bb00;  margin-bottom: 15px;}
.cat_table.mb-1 { border-bottom: 2px dotted #ddd;}


/* 20-05-2021 */
#shrt-accordion .card .card-header {  background-color: #f5f5f5;}
.angle-down{float: right; position: relative; right: 20px;}
.angle-down i{font-size: 20px;}

/* 21-05-2021 */
.mcq-menu-container { padding: 12px 12px;  background-color: #fff; box-shadow: 0px 3px 14px rgb(0 0 0 / 26%); margin: 40px 5px 5px;}
.mcq-menu-container li { padding: 10px;background: #effcfc; margin: 10px 0; border: 1px solid #c0c0c0;}
.mcq-menu-container a { font-size: 13px;  text-transform: uppercase; font-weight: 400; font-family: 'Oswald', sans-serif;color: #001f46;}
ul.children {margin-left: 8px;}
/*ul.children li { background: #dcf5f5;  border: 1px solid #d3eaea;}*/


.practice_q .custom-qus-head { text-align: left; background-color: #fff;  position: relative; padding: 0;  margin-top: 15px;  width: 100%;  border: 1px solid #ccc; border-radius: 6px;}
.practice_q .custom-qus-head-icon { position: relative; height: 60px; width: 60px; background-color: #f7bb00; line-height: 60px; border-radius: 0;  margin: 0 auto; left: 0;  right: 0;  top: 0; display: inline-block;float: left; text-align: center; border-top-left-radius: 6px; border-bottom-left-radius: 6px;}
.practice_q .custom-qus-head h3{color: #001f46; line-height: 60px;}
.practice_q .custom-qus-head h3 a{color: #001f46; transition: 0.2s ease-in;}
.practice_q .custom-qus-head h3 a:hover, .practice_q .custom-qus-head h3 a:active, .practice_q .custom-qus-head h3 a:focus{color: #f7bb00; transition: 0.2s ease-in;}
.practice_q .custom-qus-head::after{display: none;}
.custom-short-qus-heading{background-color: #696969;}

/* 24-05-2021 */
.mcq-menu-container li { background: #fff; border: 1px solid #c5dce0;}
.mcq-menu-container a { color: #121C1B;}
.activeNode {  background: #fff !important; border: 1px solid #C5B278 !important;}
.activeNode a { color: #1E1516;}
.activeLiNode { background-color: #EFE3AF !important;  border: 1px solid #C5B278 !important;}
.children .post-title li { margin: 5px 0 5px 5px; padding: 8px; border: 1px solid #C5B278;}
.home_sidebar .custom-sub-accordian { margin-top: 0px;}
.mcq-menu-container ul.nav.navbar-nav.dropdown{width: 100%;}

/* 25-05-2021 */
.description_panel .card-body { background-color: #fff;}
.description_panel h2 { font-size: 23px;}
.description_panel h2 a{ color: #001f46;}
.home-sidebar-images{width: 60px; margin-right: 10px; height: auto;}
.home_sidebar .card-header {  background-color: #fff !important;}
.home_sidebar .custom-sub-accordian .card-header a { font-size: 14px;  color: #371a74;}

/* 07-06-2021  */
.bullet {  padding-left: 20px;}
.bullet li { list-style: inherit !important}


/* 05-08-2021  */
/* product sidebar  */
.product_list_widget li{margin-left: 0 !important; padding-left: 0 !important;}
.product_list_widget li::before {content: "" !important;}
.a_blog_sidebar { margin-left: 20px;}
.products_bar h4 { margin: 15px 0;}

/* woocommerce form  */
.woocommerce-product-gallery__wrapper { border: 1px solid #ddd; padding: 15px !important; display: inline-block; width: 100%;}
.price { color: #001f46 !important; margin: 20px 0;}
#review_form_wrapper { padding: 15px;  background-color: #f5f5f5;}
.comment-reply-title { margin: 0px 0 25px; display: inline-block; width: 100%;  font-weight: bold; color: #001f46; font-size: 16px;}
#review_form label { font-size: 15px; font-weight: 600; color: #222; display: inline-block; width: 100%;}
.required { color: red;}
.comment-form-cookies-consent { display: inline-block; width: 100%; position: relative;}
#wp-comment-cookies-consent {position: absolute; left: 0; content: ""; width: auto !important; top: 8px;}
label[for="wp-comment-cookies-consent"] { margin-left: 25px;}
#review_form input ,textarea { width: 100%; border: 1px solid #ddd;}
.form-submit { text-align: center;}
.submit { width: auto; text-align: center; padding: 4px 18px; background-color: #e9ba3c; border: 2px solid #a87d08; text-transform: uppercase; font-weight: bold; font-size: 16px; cursor: pointer;}
.woocommerce-Reviews-title, .related.products h2 { margin-bottom: 15px; border-bottom: 2px solid #ddd; padding-bottom: 8px;}
li.product.type-product{ background-color: #f5f5f5; padding: 5px 5px 10px 5px !important;  margin: 10px 10px 15px 0; text-align: center;}
.related.products .product.type-product .price { background-color: transparent; font-weight: bold !important; margin: 7px 0 0 !important; font-size: 16px !important;}
.add_to_cart_button, .wc-backward { background-color: #eabb3d !important;}
.type-page.status-publish.hentry { margin: 20px 0;}
h1.entry-title { background-color: #f5f5f5; padding: 10px;}

/* 06-08-2021  */
/* checkout  */
.checkout .col-1 { width: 70% !important; max-width: 70%; display: inline-block; background-color: #f5f5f5; padding: 20px; margin-bottom: 30px;}
.checkout h3 {  font-size: 21px; border-bottom: 2px solid #813d3d; padding-bottom: 5px; margin-bottom: 12px;}
.checkout label { width: 100%; display: inline-block; margin-bottom: 0;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-selection { box-sizing: border-box; width: 100%; margin: 0; outline: 0; line-height: normal; border:  1px solid #ddd; padding: 5px 8px;} 
.checkout .col-2 { width: 28% !important;  max-width: 28%; display: inline-block;  background-color: #ffe4ae; padding: 20px;}
.checkout  span.woocommerce-input-wrapper { width: 100%; display: inline-block;}
.select2-container .select2-selection--single{height: auto !important;}
    

/* 25-08-2021  */
.tm-serch-bar { bottom: auto;}
.tm-serch-bar { bottom: auto; left: auto; margin: 0 auto; transform: initial; top: 9px;}

/* 03-09-2021  */
.tm-serch-bar .gsc-search-button-v2 { padding: 10px 15px !important;}
.tm-serch-bar table.gsc-search-box td.gsc-input { padding-right: 0;}
.tm-serch-bar .gsc-search-button { margin-left: 0px !important;}
.tm-serch-bar .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus { border-color: #bccdf0 !important; outline: none;}
.tm-serch-bar .gsc-input-box { padding-top: 1px; padding-bottom: 2px;}

/* 08-09-2021  */
.wpcf7 { width: 55%; margin: 30px auto; padding: 40px 60px; background-color: #eee; text-align: center;}
.wpcf7 label { width: 100%; font-weight: 600; text-align: left;}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {  border: 1px solid #ddd;  outline: none;  padding: 4px 5px;}
.wpcf7-submit { background-color: #001f46; color: #fff; font-weight: 600; text-transform: uppercase; font-size: 16px; letter-spacing: 1px;  cursor: pointer; width: 160px;}
/*.wpcf7-form.init {text-align: center;}*/
.wpcf7 .ajax-loader{display: none;}

/* 07-10-2021  */


@media (min-width: 992px) and (max-width: 1024px){
.tm-serch-bar { bottom: auto;}
}

@media(max-width: 1400px){
    .header-main nav ul li a { white-space: break-spaces; padding: 10px 6;}
}

@media(max-width: 1200px){
    .a_blog_sidebar { margin-left: 0px;}
}

@media(max-width: 991px){
   /* .header-social, .log-in { margin-right: 0px; }*/
   .header-top-left ul li a p { display: none !important;}
   .tm-serch-bar {top: 9px;}
}


@media(max-width: 767px){
    .dp-custom-mocktest-table .cat_table h4{font-size: 18px;}
    .angle-down i{font-size: 18px;}
    .practice_q .custom-qus-head h3{font-size: 15px;}
    .home-sidebar-images{width: 50px; }
    .checkout .col-1 { width: 100% !important; max-width: 100%;}
    .checkout .col-2 { width: 100% !important; max-width: 100%;}
    .tm-faq .panel-default>.panel-heading { color: #fff; background-color: #f7bb00 !important;}
    .tm-faq .panel-title a { font-size: 15px !important; color: #072444;}
    .tm-faq .panel-body.tm-panel-body {  background: #f5f5f5;}
    .quantitative-aptitude table, .tm-reports table {  font-size: 14px;}
    .tm-total-question, .quantitative-aptitude { overflow-x: auto;}
    .tm-total-question table, .quantitative-aptitude table { border: 1px solid #ddd; border-collapse: collapse; border-spacing: 0; width: 100%;}
    .tm-serch-bar {padding: 1px !important;}
    .tm-serch-bar.a_search_bar button#search_button {right: 1px; top: 1px;}
    .wpcf7 { width: 80%; margin: 20px auto; padding: 30px 30px;}
}

@media(max-width: 575px){
    .practice_q .custom-qus-head{padding: 12px; text-align: center;}
    .practice_q .custom-qus-head-icon{float: none; border-top-right-radius: 6px; border-bottom-right-radius: 6px;}
    .practice_q .custom-qus-head h3 { font-size: 14px; line-height: 24px; margin-top: 16px;}
    .home-sidebar-images{width: 40px; }
    .wpcf7 { width: 100%; margin: 15px auto; padding: 20px 15px;}
    .header-top-right {padding: 5px 0 6px;}
}

/* 14-10-2021  */
.freebirdFormviewerComponentsQuestionTextShort.freebirdFormviewerComponentsQuestionTextTextInput { width: 100% !important;}
.header-main .navbar-nav .dropdown-menu li{margin-left: 0;}


/* added by lokesh sharma on 17 nov 2023 */

@media screen and (min-width: 601px) {
.tm-serch-bar{top:0px;}
.tm-serch-bar.a_search_bar input{max-height:20px;font-size:12px;border:none;}
.tm-serch-bar.a_search_bar button#search_button{padding:0px 10px;right: 4px;top: 6px;}
.header-main{height: 50px !important;padding:0px !important;}
.logo-area img {width: 150px !important;}
}