/*best jquiry*/
.form-container{
    background-color: rgba(255,255,255,0.9);
    font-family: 'Titillium Web', sans-serif;
    padding: 25px 30px 30px;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
}
.bg-ososoo{
 background: #bb1a1a;
    padding: 6px;
}
.popil__css{
    padding-top: 36px;
    background: #44406b;
    padding-bottom: 40px;
}
.card-0css{
    border-radius: 10px !important;
}
.form-container .title{
    color: #333;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 25px;
}
.form-container .title:after{
    content: '';
    background-color: #0cd674;
    height: 2px;
    width: 150px;
    margin: 5px auto 0;
    clear: both;
    display: block;
}
.form-container .form-horizontal{
    margin: 0 0 20px;
    font-size: 0;
}
.form-container .form-horizontal .sub-title{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px;
    padding: 17px 0 0;
    border-top: 1px solid #d1d1d1;
}
.form-horizontal .form-group{
    width: calc(50% - 10px);
    margin: 0 10px 15px 0;
    display: inline-block;
}
.form-horizontal .form-group:nth-child(even){ margin: 0 0 10px 10px; }
.form-horizontal .form-group:nth-child(3),
.form-horizontal .form-group:nth-child(4){
    margin-bottom: 25px;
}
.form-horizontal .form-group.phone-no{ margin: 0 10px 20px 0; }
.form-horizontal .form-group.age{ margin: 0 0 20px 10px; }
.form-horizontal .form-group label{
    color: #999;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 3px;
}
.form-horizontal .form-control{
    color: #555;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 1px;
    height: 33px;
    padding: 5px;
    box-shadow: none;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border: 1px solid #0cd674;
}
.form-horizontal .btn{
    color: #fff;
    background: #0cd674;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 20px 7px;
    margin: 0 auto 20px;
    border: none;
    border-radius: 0;
    display: block;
    transition: all 0.3s ease;
}
.form-horizontal .btn:hover,
.form-horizontal .btn:focus{
    color: #fff;
    background-color: #0cd674;
    box-shadow: 0 0 10px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.3) inset;
    outline: none;
}
.form-horizontal .user-login{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.form-horizontal .user-login a{
    color: #0cd674;
    transition: all 0.3s ease 0s;
}
.form-horizontal .user-login a:hover{ color: #555; }
.form-container .social-links{
    font-size: 14px;
    text-align: center;
}
.form-container .social-links span{
    font-style: italic;
    margin: 0 0 20px;
    display: block;
    position: relative;
}
.form-container .social-links span:before,
.form-container .social-links span:after{
    content: '';
    background-color: #999;
    height: 1px;
    width: 25%;
    position: absolute;
    top: 50%;
    left: 0;
}
.form-container .social-links span:after{
    left: auto;
    right: 0;
}
.form-container .social-links a{
    color: #fff;
    background-color: #20599F;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 120px;
    padding: 7px 15px;
    margin: 0 5px;
    transition: all 0.3s ease 0s;
}
.form-container .social-links a i{
    font-size: 13px;
    margin-right: 3px;
}
.form-container .social-links a:nth-child(2){ background-color: #00ADF2; }
.form-container .social-links a:hover{
    text-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
@media only screen and (max-width:576px){
    .form-container .form-group,
    .form-container .form-group:nth-child(even),
    .form-container .form-group.phone-no,
    .form-container .form-group.age{
        width: 100%;
        margin: 0 0 25px;
    }
}
@media only screen and (max-width:479px){
    .form-container .social-links a{
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .form-container .social-links a:nth-child(even){ margin: 0 auto 10px; }
}
/*best jquiry*/


.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

/*form*/
.text-white{
	color: #fff;
}
.feedback-box {
position: relative;
background: #f9f9f9;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
border: 1px solid #ececec;
padding: 25px;
margin: 10px 0px;
}
.feedback-form input {
color: #111;
font-weight: 400;
width: 100%;
border: 1px solid #ececec;
border-radius: 5px;
padding: 12px 15px;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feedback-form textarea {
color: #111;
font-weight: 400;
width: 100%;
min-height: 100px;
border: 1px solid #ececec;
border-radius: 5px;
padding: 12px 15px;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.feedback-form button {
display: inline-block;
background: #d21e2b;
color: #fff;
font-size: 14px;
font-weight: 400;
padding: 11px 20px 11px 20px;
/*border-radius: 50px;*/
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
margin-top: 5px;
}
.box-shadows{
padding: 15px; 
box-shadow: 0 5 black; 
/*background: linear-gradient(45deg, #a9841e, #1b97d2de);*/
       background: #232737;
    border-radius: 3px;
}


/*end form*/
.panel-default>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.uni-list li {
    padding-bottom: 10px;
}
.my-inner-button {
    background: orange; 
    webkit-transition: all 400ms cubic-bezier(.4,0,.2,1);
    transition: all 400ms cubic-bezier(.4,0,.2,1);
}
.couust__mbbs{
   padding-top: 35px;
    padding-bottom: 10px;
    background: #e7e7e7; 
}
.ttuuisisi__css{
         background: #163a71 !important;
    padding-top: 42px;
    padding-bottom: 30px;
}
.ttysuu__css{
    background: #f0f0f0;
    padding-top: 34px;
    padding-bottom: 29px;
}
.text-darkasd{
    color: #000 !important;
}
.paddiusii____css{
  padding-top: 33px;
    padding-bottom: 24px;
    background: #ffffff;

}

.Explore-coutry-for-mbbs{
	padding: 5px;
	border: 1px solid;
}
.top-list{
	margin-top: 10px;
}

.Explore-coutry{
border: 1px solid;
text-align: center;
}
.flag-special{
width: 15%
}
.flag-courses{
width: 10%
}
.flag-exam{
width: 20%
}

.mbbs-section-counseeling-section-student-credit-card{
    border: 1px solid #f5ff14;
    padding: 10px;
    box-shadow: 5px 5px 0px #18bf2d;

}
.read-more-about-this{
    border: 2px solid #ffffff; 
    padding: 4px;
    color: #fff;
}
.button-of-college{
  background-color: #2196f3;
    border-radius: 3px;
}

.nirf-ranking-class
{
  width: 70%;
}

/**/
.btn-styling{
border: 1px solid;
padding: 11px;
/* border-radius: 54px; */
box-shadow: aqua;
box-shadow: 11px 11px 0px #3e38529c;
}
/**/
.special-color{
color: #125873;
font-family: math;
}
.how-we-are{
margin-top: -40px;
}
.make-enquiry-button{
background-color: #da3949 !important;
}
.div-class-top{
margin-top: 4px;
}
.advantage{
background-color: #da3949 !important;
}
.image-classs-doctor{
margin-top: -21px;
}
.sttyys__css{
        font-size: 28px;
    text-align: inherit;
}
.lrerergf__css{
    margin-bottom: 0px !important;
}
.fixed-image{
width: 14%
}
.image-tpoings{
margin-top: -20px;
}
.flag-css-class{
width: 50%
}
.coloring{
color: green !important;
}
.tils{
color: #2f0f40
}
.tilsss{
color: #3c0825 !important;
font-weight: 600;
font-family: cursive;
}
.flag-css{
width: 7%
}
.oooieieiei__css{
    padding-top: 22px;
    padding-bottom: 20px;
}
.jdjdjdjdjdjdj{ 
    color: #fff !important;
    font-size: 15px;
    margin-top: 14px !important;
    font-weight: 100;
}
.text-whitensjsnnj{
     text-align: inherit;
    color: #fff;
    font-weight: 100 !important;   
}
.pposiis0ggss{
      font-size: 13px;
    margin: 7px !important;
}
.tetet__gs{
       padding-top: 37px;
    background: #643333;
    padding-bottom: 28px; 
}
 .bggg--sjjs{
    background: #ffe844;
    padding-top: 17px;
    padding-bottom: 17px;
 }
.lljjs__newem{
    padding-top: 40px;
    padding-bottom: 23px;
    background: aliceblue;
}
.jdjjj__gallery{
    padding-top: 44px;
    padding-bottom: 30px;
}
.pagsg000__css{
        padding-top: 39px;
}
.course-color{
color: #15a763;
    font-weight: 900;
}
.fm-size-on{
color: #fff;
}
.primary-color-on{
color: #14153a;
}
.serviceBox{
    background: #fbfbfb;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 12px 0px 0px;
    margin: 5px 0 0;
    border-radius: 7px;
    position: relative;
    transition: all 0.3s ease;
}
.serviceBox:hover{ box-shadow: 0 10px 10px rgba(0,0,0,0.2); }
.serviceBox:before,
.serviceBox:after{
content: "";
background: linear-gradient(to top,#008d86,#01a2a6);
width: 10px;
border-radius: 0 100px 100px 0;
position: absolute;
top: 110px;
bottom: 35px;
left: 0;
}
.serviceBox:after{
border-radius: 100px 0 0 100px;
left: auto;
right: 0;
}
.serviceBox .service-icon{
color: #fff;
background: linear-gradient(-45deg,#008d86 49%,#01a2a6 50%);
font-size: 45px;
line-height: 92px;
width: 120px;
height: 120px;
margin: 0 auto;
border-radius: 100px;
border: 15px solid #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
transform: translateY(-20px);
transition: all 0.3s ease;
}
.serviceBox:hover .service-icon i{
transform: rotateX(360deg);
transition: all 0.3s;
}
.serviceBox .title{
color: #008d86;
font-size: 14px;
font-weight: 600;
text-transform:unset;
margin: 0 0 10px;
}
.serviceBox .description{
color: #444;
font-size: 14px;
line-height: 24px;
margin: 0;
}
.serviceBox.pink:before,
.serviceBox.pink:after{ background: linear-gradient(to top,#f53985 49%,#fd47a4); }
.serviceBox.pink .service-icon{ background:linear-gradient(-45deg,#f53985 49%,#fd47a4 50%); }
.serviceBox.pink .title{ color: #f53985; }
.serviceBox.purple:before,
.serviceBox.purple:after{ background: linear-gradient(to top,#8b33cc 49%,#a23adc); }
.serviceBox.purple .service-icon{ background:linear-gradient(-45deg,#8b33cc 49%,#a23adc 50%); }
.serviceBox.purple .title{ color: #8b33cc; }
.serviceBox.blue:before,
.serviceBox.blue:after{ background: linear-gradient(to top,#038bec 49%,#01aeee); }
.serviceBox.blue .service-icon{ background:linear-gradient(-45deg,#038bec 49%,#01aeee 50%); }
.serviceBox.blue .title{ color: #038bec; }
@media only screen and (max-width:990px){
.serviceBox{ margin: 48px 0 50px; }
}
.bd-text {
    color: #333333;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 43px;
}
/*

