@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

h5 {
    font-size: 16px;
}

a:focus,
a:active,
a {
    outline: 0 !important;
    border: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.three-buttons a.blue {
    background: #0b2edf;
}

.three-buttons a.orange {
    background: #f15a22;
}

.three-buttons a span {
    display: block;
}

.three-buttons .col-md-12:nth-child(1)~* {
    margin-top: 15px;
}

.gini {
    margin-top: 20px;
}
.get-pdf-block {
    background-color: #e9eaff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
#GetPDF .form-box h4 {
    border-radius: 5px;
}
#GetPDF .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
    opacity: 1;
}
#GetPDF .form-box {
    padding: 0;
}
#GetPDF .modal-header {
    min-height: 1px;
    border-bottom: none;
}
.btn.btn-warning {
    background-color: #f15a22;
    border-color: #f15a22;
}

.shadow {
    box-shadow: 0 7px 8px -1px rgb(160 160 160 / 10%);
    z-index: 999;
}

.enquirenowwrap {
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: -55px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 99;
}


.nav-tabs>li::before {
    display: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #9d254d;
    cursor: default;
    background-color: #eaebf5;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px;
    border-radius: 0px 0px 0 0;
    background: #f9f9f9;
    color: #222;
    padding: 8px 25px;
    font-weight: 600;
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
}

.tab-content {
    padding-top: 15px;
}

.enquirenowwrap #enquirenow {
    width: 140px;
    font-size: 18px;
    border-radius: 0 0 10px 10px;
    line-height: 29px;
    color: #000001;
    text-align: center;
    cursor: pointer;
    background: #fae12e;
    padding: 2px;
    font-weight: 600;
    text-decoration: none;
    display: none;
}


.programitem {
    padding:0px;
    background-color: #f8f8f8;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    min-height: 390px;
}

.programitem p {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 11px;
    line-height: 18px;
}

.mange{ padding: 0 0 0 15px;}

.programitem h3 {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #e85222;
}
.programitem ul {

}
.programitem ul li{
  font-size: 13px;
}
.btnfld.twobtns {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 28px;
}

.btnfld a {
    color: #fff;
    background-color: #e85222;
    padding: 6px 30px 6px 15px;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
}
.btnfld a span:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 3px;
}
.testmonials-pull.student-testmonials::after {
    content:inherit;
}
.testmonials-pull.student-testmonials {
    padding: 0px 0 !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: inherit;
}

button {
    outline: none;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.mar-165 {
    margin-top: 165px;
}

.mar-20 {
    margin-top: 20px !important;
}

.mar-t-30 {
    margin-top: 20px;
}

/* section {
    padding: 40px 0;
    position: relative;
}


section h1 {
    font-size: 30px;
    color: #000;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    position: relative;
    padding-bottom: 0px;
}


section h2 {
    font-size: 26px;
    color: #000;
    text-transform: none;
    font-style: normal;
    margin-top: 20px;
    position: relative;
} */

.red{
      color: #ff0000;
}

/* section p {
    text-align: justify;
} */

section table p {
    text-align: center;
}
/* table tr:first-child {
    background: #f15a22;
    font-weight: 600;
    color: #000;
} */

table  {
    text-align: center;
}

.rm-link {
    background-color: transparent;
    color: #f15a22 !important;
    padding: 3px 6px;
    border-radius: 0;
    float: left;
    font-size: 14px;
    border: 1px solid #ee6723;
}

.currentafbox {
    margin-bottom: 25px;
}

.quizcontest {
    display: block;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px 0 rgba(54, 56, 110, .15);
    background-color: #fff;
}

.quizcontest.morelinks {
    width: 70%;
    margin: 0 auto;
}

.morelinks .headingfold {
    margin-bottom: 0;
}

.quizcontest .headingfold h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://clsite-file.s3.amazonaws.com/CIVIL_SERVICE/2020/upsc/6858_quiz1.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    line-height: 26px;
    color: #fff;
}

.quizcontest .headingfold {
    display: block;
    padding: 10px 15px;
    background-color: #696df3;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.quizcontest .headingfold h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://clsite-file.s3.amazonaws.com/ALL/2020/upsc/106960_quiz1.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    line-height: 26px;
}

.morelinks ul {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}

.morelinks ul li a {
    display: block;
    position: relative;
    color: #333;
    font-size: 15px;
    padding: 8px 0px 8px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 21px;
}

.morelinks ul li a::before {
    color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 7px;
    font-weight: 600;
}


/* .baner-region {
    position: relative;
    background-color: #e9eaff;
    padding: 40px 0;
} */

.baner-region .btn {
    background-color: #f15a22;
    border: 0 none;
    color: #fff;
    font-weight: 600;
    padding: 6px 14px;
    text-align: center;
    border-radius: 5px;
    width: auto;
}

/* .baner-region h1 {
    font-size: 30px;
    line-height: 1.18;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
} */

.yellow {
    color: #ffce10;
}

.baner-region h3 {
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}
/* .baner-region h3 {
    border-radius: 10px;
    clear: both;
    margin-top: 0px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
} */

.baner-region p.otp-text {
    text-align: center;
}

form {
    padding: 0 20px;
}

.form-box h4 {
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    background: #c54771;
    border-radius: 9px 9px 0 0;
}

.form-box h4 span {
    margin: 0;
    color: #ffe16d;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 0px;
    padding: 3px 0px 0;
    font-weight: 700;
    display: block;
    width: 100%;
}

.form-group {
    margin-bottom: 10px !important;
}

.form-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 0px 0px 12px;
    border-radius: 10px;
    height: 480px !important;
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    box-shadow: none;
    color: #747678;
    font-size: 13px;
    border: none;
    height: 34px;
    margin-bottom: 0px;
    padding-left: 10px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ccc;
    font-family: 'Poppins', sans-serif;
}

button.btnotp {
    background: #5c72ff;
    background-image: linear-gradient(to right, #5C72FF, #8C3FFF);
    position: absolute;
    right: 16px;
    top: 0px;
    border: inherit;
    padding: 4px 15px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
}


.strip {
    background: #606ecd;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}


a.btn.btn-warning.smothscroll.strip-btn {
    background: #06ab90;
    border: none;
}

.tickers b .strip-btn {
    color: #ffffff;
    font-weight: bold;
    padding: 0x 8px;
    background: #06ab90;
    border: none;
}

.pad-t {
    padding-top: 0px;
}



.slide-program {
    display: none;
    margin-top: 10px;
    border-top: 1px #bbb solid;
    padding-top: 10px;
}

.slide-program a {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    padding: 10px 20px;
}

.btn-click h4 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.btn-click {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 11px 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    line-height: 22px;
    background-color: #fff5ee;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
}

.product-grid.full-grid {
    width: 100%;
}

.btn-click h4 i {
    position: absolute;
    right: 0;
    top: 5px;
}

.btn-click h4 .fa-angle-up {
    display: none;
}

.btn-click h4.arrowup .fa-angle-down {
    display: none;
}

.btn-click h4.arrowup .fa-angle-up {
    display: inline-block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.link_h {
    border-top: 2px dotted #333333;
    border-bottom: 2px dotted #333333;
    margin: 20px 0px;
    padding: 10px 10px 0px 10px;
    background-color: #efefef57;
}

.r-articals {
    margin: 10px auto;
}


.r-articals .mentor-descrip {
    box-shadow: 0 5px 6px -6px #7c7c7c;
    background: #b3afaf21;
    border-radius: 20px;
    padding: 0 20px 10px;
    text-align: left;
}

.r-articals .mentor-descrip a {
    position: absolute;
    display: contents;
}

.r-articals .mentor-descrip a::before {
    color: #fff;
    background-color: #e85728;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    content: "\f105";
    right: 15px;
    font-family: "FontAwesome";
    position: absolute;
    bottom: 0px;
}


.r-articals .mentor-descrip h5 {
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
}

.r-articals .mentor-descrip h4 {
    position: relative;
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.r-articals .mentor-descrip p {
    text-align: left;

}

.r-articals .imag {
    position: relative;
    margin: 0 -20px;
}

.r-articals .imag img {
    border-radius: 20px 20px 0 0;
}

.r-articals .imag span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3e4c8d;
    padding: 2px 20px;
    color: #fff;
    border-radius: 0 20px 0 0;
}

.cmb {
    width: 100%;
    margin-bottom: 10px !important;
    margin: 0 auto;
}

.btn2 {
    background-color: #F15A22;
    border: 0 none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 20px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 25px;
    display: inline-block;
    margin: 10px 0px;
}


a.banner-chip {
    margin-bottom: 20px;
    display: inline-block;
}

.categoory {
    margin-top: 20px;
}

.categoory .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

.six img {
    margin: 0px auto;
    max-height: 400px;
}

.sub-title {
    margin-top: 15px;
    margin-bottom: 5px;
}

.ms {
    list-style: outside none none;
    margin: 0;
    letter-spacing: 0.5px;
}

.ms li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #333;
}

.ms li::before {
    color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    font-weight: 600;
}

.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("../images/dropdown.png");
    background-position: 96% center;
    background-repeat: no-repeat;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: none;
}

input::placeholder {
    font-size: 14px;
    color: #8B8B8B;
}

.form-group img {
    color: #44355b;
    left: 14px;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(10px, -54%);
    width: 20px;
}

.sub-heading {
    margin-bottom: 15px;
    position: relative;
}


#back-to-top {
    width: 54px;
    height: 54px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-size: 27px;
    border-radius: 50%;
    line-height: 54px;
    z-index: 999999;
    display: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #F15A22;
}

#back-to-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    font-size: 18px;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}




/* faq */
.theme-accordion-s1 .panel-heading .collapsed::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.theme-accordion-s1 .panel-heading a::before {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 15px;
  font-size: 20px;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s
}
.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
  box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}
.theme-accordion-s1 .panel-heading a {
  background: #f16136;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 10px 37px 10px 20px;
  position: relative
}
.theme-accordion-s1 .panel-default {
  background: 0 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}
.panel-group .panel-heading {
  border-bottom: 0;
  border-bottom-color: currentcolor
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 15px 20px 5px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
  box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}
.theme-accordion-s1 .panel + .panel {
  margin-top: 15px
}
/* faq */



@media only screen and (max-width: 767px) {

    

}

@media only screen and (max-width: 1199px) {


    
}

@media only screen and (min-width: 992px) and (max-width : 1199px) {


}