.inquiry-form {
    width: 94%;
    margin: 0 3%;
    margin-bottom: 15px;
}
body.modal-open
{
	padding-right: 0px !important;
}
.top-hed-div .readMoreBtn
{
    /* color: #f7fa27; */
    color: yellow;
    font-size: 16px;
}
.listing-mid-body
.inquiry-form {
	position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    float: left;
    padding: 0 15px 15px;
    background: white;
	box-shadow: 0 0 8px #000000;
}
.insti-inq-out-div {
    padding: 0;
}
#searchForm form , .inquiry-form form {
    float: left;
    width: 100%;
}
input[name=acceptTC]
{
	margin-left: -moz-calc(100% + 13px);
	/* WebKit */
	margin-left: -webkit-calc(100% + 13px);
	/* Opera */
	margin-left: -o-calc(100% + 13px);
    /* margin-left: margin-left + 13px; */
    margin-left: calc(100% + 13px);
}
.inquiry-form form
{
	margin-top: 15px;
}
.multiselect-container label {
    margin-left: 5px;
}
.inquiry-form .cntryCode + input {
    margin-left: 0;
}
.inquiry-form .cntryCode {
    margin-right: 0;
}
.inquiry-form form div.inq-form-group
{
    padding-left: 0;
    padding-right: 0;
}
.inquiry-form .sol-container .sol-inner-container {
	height: 34px !important;
}
.inquiry-form input#inqPhonenum {
	float: left;
	width: 120px;
    min-width: 90px !important;
    padding-left: 5px;
    padding-right: 5px;
}
.inquiry-form .sol-container {
    width: 200px !important;
    float: left;
    height: 34px;
    line-height: 34px;
}
.formBtnDiv
{
	text-align: center;
}
form[name=inquiry-lt] .form-group {
    margin-bottom: 5px;
}
.inquiry-form .form_title {
    background: #b72121;
    color: #fff;
	font-weight: bold;
}
@media all and ( max-width : 768px )
{
	#searchForm label.control-label {
		float: left;
		vertical-align: middle;
		line-height: 34px;
		margin-right: 7px;
	}
	.inquiry-form form div div
	{
		margin-bottom: 0;
	}
}
.searchBtn
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    background: darkblue;
    color: white;
    padding: 5px 11px;
    outline: none !important;
}
.searchBtn:hover,
.searchBtn:focus,
.searchBtn:active
{
    color: white;
    opacity: 0.7;
}
.searchBtn .fas.fa-comments
{
	line-height: 24px;
}
.listing-heading-h1
{
	font-size: 20px;
    color: #7b4420;
    font-weight: bold;
}
.listing-mid-des-text {
	background: #f6f6f6;
    width: 80%;
    border: 0.1px solid #dbdbdb;
    margin: 0 10%;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    background-color: ;
}
.breadcrumb
{
	color: white;
	background-color: #0a649bbf;
	margin-top: 15px;
    margin-bottom: 0;
}
p.breadcrumb a {
    color: white;
}
span.hedSb
{
    color: #f7fa27;
    font-weight:  bold;
}
#institute-container
{
	float: left;
	width: 100%;
}
.ins_cntc_div
{
    margin-top: 10px;
    text-align: center;
}
label.radioLabel input[type="radio"][name="locType"] {
    margin-right: 5px;
    vertical-align: top;
}
.rb_type_div
{
    margin-top: 7px;
}
.ins_cntc_div label.radioLabel {
    float: left;
    margin-right: 10px;
    line-height: 18px;
    padding-top: 7px;
    margin-bottom: 0;
}
/* label.radioLabel:not(:first-child) { */
label.radioLabel::nth-child(odd) {
    margin-left: 10px;
}
.contactbtn
{
    margin-right: 10px;
    font-size: 16px;
}
.detail_btn
{
    font-size: 16px;
}
.listing-insti-detail ul li:first-child
{
    margin-top: 0px;
}
.listing-insti-detail ul li:not(:first-child)
{
    font-size: 16px;
}
.listing-insti-heading i.insti_icn
{
    margin-right: 8px;
    position: relative;
    top: -2px;
    font-size: 18px;
}
.listing-insti-heading a
{
	font-size: 22px;
	margin-top: 0px;
    font-weight: bold;
    text-transform: capitalize;
}
.listing-insti-min-des
{
	font-size: 14px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.listing-last-blk-hed
{
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    /*color: brown;*/
    color: black;
    font-weight: bold;
}
.listing-pagination
{
	float: left;
	width: 100%;
	text-align: center;
    /*margin-bottom: 34px;*/
    /*margin-top: 17px;*/
}
.tips p
{
    margin-left: 15px;
    font-size: 17px;
}
.tips p span.cnt
{
    font-weight: bold;
    font-size: 17px;
}
div#institute-container-without-vmb div.thumbnail-top img
{
    width: 100%;
}
#listing-sort .panel-title span
{
    font-size: 12px;
    display: block;
}
button.listing-view-more-btn
{
    width: 200px;
    margin: auto;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    background: red;
}
p.noMoreTxt
{
	float: left;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    font-size: medium;
}
.loader_img {
    margin: auto;
    width: 200px;
    height: 200px;
    background: url(/images/fic_imgs/loader.gif);
    background-size: contain;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
div#institute-container p.errorText {
    text-align: center;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    font-size: medium;
}
.listing-page-search-panel-content
{
	/* max-height: 200px; */
	padding: 0 24px;
	overflow: auto;
}
.listing-page-search-panel-content .chkbx1.loc_type {
    margin-top: 10px;
}
.listing-page-search-panel-content label
{
	display: block;
	font-weight: bold;
    padding-bottom: 5px;
    color: #b72121;
}
div#filterSearchForMobile .chkbx1.loc_type label:not(.hed_lbl),
.listing-page-search-panel-content .chkbx1.loc_type label:not(.hed_lbl),
div#filterSearchForMobile .chkbx2.org_type label:not(.hed_lbl),
.listing-page-search-panel-content .chkbx2.org_type label:not(.hed_lbl){
    /*float: left;*/
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 5px;
}
div#filterSearchForMobile .chkbx1.loc_type label.hed_lbl,
div#filterSearchForMobile .chkbx2.org_type label.hed_lbl
{
    float: left;
}
div#filterSearchForMobile .chkbx1.loc_type label:not(.hed_lbl) input,
div#filterSearchForMobile .chkbx2.org_type label:not(.hed_lbl) input
{
    margin-right: 3px;
}
div#filterSearchForMobile .chkbx1.loc_type
{
    margin-top: 15px;
}
div.loc_lable_div
{
    float: left;
    width: 80%;
}
.listing-page-search-panel-content .chkbx1.loc_type label.hed_lbl,
.listing-page-search-panel-content .chkbx2.org_type label.hed_lbl{
    margin-bottom: 0;
}
.listing-page-search-panel-content .chkbx1.loc_type label input,
.listing-page-search-panel-content .chkbx2.org_type label input{
    margin-top: 1px;
}
.chkbx2.org_type {
    margin-top: 5px;
    float: left;
    width: 100%;
}
.listing-page-search-panel-content div.chkbx label
{
    margin: 0;
    padding: 0;
}
.listing-page-search-panel-content div.chkbx label:not(.hed_lbl)
{
    margin-left: 5px;
}
.listing-page-search-panel-content div.chkbx label.hed_lbl
{
    font-weight: bold;
}
.listing-page-search-panel-content label input
{
    margin-right: 5px;
}
div#accordion.listing-page-panel div.panel
{
    /*border-top: none;*/
    /*border-top: 0.5px solid #e7e7e7;*/
    border-radius: 2px;
}
.chkbx {
    float: left;
    margin-top: 17px;
}
div#accordion p.offrP
{
    font-size:13px;
    margin-bottom: 0;
}
div#accordion p.offrP strong
{
    color: crimson;
}
div#accordion p.offrP a
{
    color: blue;
    font-size: 12px;
    font-weight: bold;
}
div#accordion button.modOpen
{
    margin-top:5px;
}
div#offerPanel span.note
{
    margin: 10px;
    text-align: center;
    font-size: 11px;
    float: left;
}
.listing-page-panel .panel-heading
{
	padding: 0;
    background-color: #ffb811;
    border: none;
    width: 100%;
}
.left-nav .panel-group {
	margin-bottom : 0;
}
#listing-sort.listing-left-sorting .panel-title,
#fi_right_block h4 a
{
	padding: 7px;
    font-size: 14px;
}
#offerPanel hr
{
    color: silver;
    margin: 10px 0;
}
#offerPanel hr:last-child
{
	display: none;
}
.recentInq span.name {
    font-size: 16px;
    font-weight: bold;
}
.recentInq p {
    text-indent: 40px;
}

/* heading with blue bg	*/
 .top-hed-div {
    padding-top: 10px;
    text-align: center;
    width: 98%;
    margin: 0 1%;
    border-bottom: 1px solid #e0e0d1;
    float: left;
    background: #0a649b;
    color: white;
}
/*@media all and (max-width: 530px) {
    .top-hed-div {
        border-radius: 14px;
    }
}*/
.h1-maroon-color {
    margin-bottom: 10px;
    color: #f7fa27;
    /*color: #efed9c;*/
    text-transform: capitalize;
	font-weight: bold;
    text-align: center;
}
.page-desc-txt-div
{
    text-align: justify;
}
.page-desc-txt-div .span-white-clr
{
    font-size: 15px;
}
.page-desc-txt-div a
{
	color: wheat;
}
.breadcrumb {
    color: #0a649b;
    background-color: beige;
    margin-bottom: 15px;
	max-width: 532px;
    margin-left: auto;
    margin-right: auto;
}
p.breadcrumb a {
    color: #0a649b;
}
div#getCodeModalWindow div.vDiv
{
    padding: 0;
    line-height: 32px;
}
div#getCodeModalWindow div.vDiv a
{
    color: blue;
    text-decoration: none;
}
div#getCodeModalWindow div.gcDiv
{
    margin-top: 15px;
}
div#getCodeModalWindow p.cmP
{
    font-size: 16px;
}
div#getCodeModalWindow div.checkboxDiv
{
    /*margin-left: 135.438px;*/
    padding-left: 35px;
}
div#getCodeModalWindow div.subDiv
{
    margin-top: 15px;
}
div#getCodeModalWindow p.verifyInfo
{
    font-size: 14;
}
.view-more-btn-div {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.link-view-more-btn
{
    margin: auto;
}
#nbl_div .errorText,
#nbc_div .errorText
{
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

a.listing-cm-blk-list {
	padding: 0;
}
a.listing-cm-blk-list div{
    background-color: #c85b35f7;
    padding: 0;
    margin: 1%;
    box-sizing: border-box;
    color: #fff;
    padding-left: 5px;
    border-radius: 7px;
}
a.listing-cm-blk-list i {
    padding: 5px 5px 5px 0px;
	color: #fff;
}
.listing-page-panel img
{
	max-width: 100%;
    max-height: 150px;
    margin: auto;
    display: block;
}
.listing-page-panel .panel-collapse.doScroll
{
	max-height: 300px;
    overflow-y: auto;
    position: relative;
}
#offerPanel button
{
	margin: auto;
	display: block;
}
.panel-heading .panel-title a:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.offer_panel .panel-heading .panel-title a:after {
    margin-top: -19px;
}
.panel-heading .panel-title a.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.filterForMobile
{
	position: fixed;
	height: 40px;
	width: 40px;
    right: 43px;
    bottom: 46px;
    border-radius: 50%;
    z-index: 1;
}
.filterForMobile a
{
    font-size: 26px;
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #a09e9e;
}
.filterForMobile a:focus
{
	outline: none;
	text-decoration: none;
}
#quickSearch span
{
    line-height: 28px;
}
#quickSearch p.dis_loc ,#quickSearch p.dis_loc span {
    font-size: 14px;
    line-height: 22px;
}
button.marg_lft
{
    margin-left: 5px;
}
button.marg_btm
{
    margin-bottom: 5px;
}
#quickSearch input[type=range]{
    display: inline-block;
    width: 83%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
span.range_pop {
    position: absolute;
    /*top: -1.5em;*/
    top: 12px;
    /*left: 40%;*/
    /*width: 14px;*/
    height: 1em;
    text-align: center;
    /*color: red;*/
    color: #7b7777;
    /*font-weight: bold;*/
    white-space: nowrap;
}
div.popup span.range_pop 
{
    top: -1.5em;
}
div.filterRangeDiv.dis span.range_pop {
    left: 42%;
}
div.filterRangeDiv.popup.dis span.range_pop {
    left: 51%;
}
div.filterRangeDiv.star span.range_pop {
    left: 52%;
}
div.filterRangeDiv.popup.star span.range_pop {
    left: 56%;
}
#filterSearchForMobile input[type=range]
{
    display: inline-block;
    width: 155px;
}
div.slider
{
	width: 80% !important;
}
/*#quickSearch div.filterRangeDiv div.sliderOuter  .tooltip{*/
#quickSearch div.filterRangeDiv .tooltip{
    z-index: 1;
}
#quickSearch div.panel-body
{
    padding-bottom : 10px;
}
/*#quickSearch div.filterRangeDiv div.sliderOuter{*/
#quickSearch div.filterRangeDiv{
    margin-top: 5px;
    position: relative;
}
#quickSearch button.applyFilter
{
	float:right;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
#filterSearchForMobile div.slider
{
	width: 70% !important;
}
#filterSearchForMobile div.filterRangeDiv {
    margin-top: 25px;
    position: relative;
}
.enqNowDiv
{
    float: left;
    width: 100%;
    text-align: center;
    margin: 25px 0;
}
.listing_review_slider .container
{
	width: 100%;
}
div.carousel-inner .media-left {
    float: left;
}
div.carousel-inner .media-body {
    float: left;
    /*width: 71%;*/
    width : -moz-calc(100% - 72px);
    /* WebKit */
    width: -webkit-calc(100% - 72px);
    /* Opera */
    width: -o-calc(100% - 72px);
    width: width-72px;
    width: calc(100% - 72px);
}
div.carousel-inner .media-body p.cmtP{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listing_review_slider .carousel
{
	padding: 0 20px;
}
.listing_review_slider .media {
    margin: 4px 0 !important;
    box-shadow: 0px 0px 8px #CCCCCC;
    border-radius: 8px;
}
.listing_review_slider .carousel-control
{
	width: 50px;
}
.listing_review_slider .carousel-control.left
{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,0.2) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6e6', endColorstr='#00000000', GradientType=1);
}
.listing_review_slider .carousel-control.right
{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.2)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6e6e6e6', GradientType=1);
}
.listing_review_slider img.media-object
{
	margin: 2px 0 0 2px;
}
#carousel-reviews i.ratings_stars {
    font-size: 15px;
    margin: 0 -2px;
    margin-top: -8px;
    margin-bottom: -2px;
    height: 16px;
}
.ratings_stars
{
    color:#FFB300;
}
#carousel-reviews img.media-object
{
    width:60px;
}
p.listing-last-blk-hed button.addReviewBtn
{
    float: right;
    margin-top: -8px;
}
#carousel-reviews p {
    margin-bottom: 5px;
}
#carousel-reviews p.stars
{
    margin-left: 6px;
    height: 11px;
}


/* 			header search		 */
/*@media all and (max-width: 979px) {
	.index-heading
	{
		height: 90px;
	}
}*/
.enqNowDiv a
{
    font-size: 18px;
    background: black;
    font-weight: 700;
    color: white;
}
.enqNowDiv a:hover
{
    color: lightgoldenrodyellow;
}
h2.insti-container_header
{
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    padding: 15px 0;
    font-size: 28px;
}
@media all and (max-width: 610px) {
    i.ratings_stars {
        height: 22px;
        margin: 0 2px;
        width: 20px;
        font-size: 20px;
    }
    .ins_cntc_div .btn-sm
    {
        padding: 5px 10px;
        font-size: 16px;
    }
}
@media all and (max-width: 530px) {
    .contactbtn {
        margin-right: 3px;
    }
    i.ratings_stars {
        height: 19px;
        margin: 2px 2px 0;
        width: 19px;
        font-size: 15px;
    }
    .rate_widget
    {
        height: auto;
        padding-bottom: 0;
    }
    .thumbnail-top {
        margin-top: 0px;
    }
    .listing-insti-detail
    {
        /* text-align: center; */
    }
    .newInqueryModal .modal-body
    {
        padding: 15px 0px;
    }
}



@media all and (max-width: 460px) {
    i.ratings_stars
    {
        margin: 2px 0;
    }
}
@media all and (max-width: 375px) {
    i.ratings_stars
    {
        margin: 2px -1px;
        width: 18px
    }
}

@media all and (max-width: 385px) {
	.index-heading {
		/*height: 110px;*/
	}
    div.listing-mid-body div.modal-dialog 
    {
        width: 100%;
        margin-left: 0;
        top: 90px !important;
    }
    div.listing-mid-body div.modal-body
    {
        padding-left: 0;
        padding-right: 0;
    }
    div.listing-mid-body div.listing-mid-body form>div
    {
        padding: 0;
    }
    div.listing-mid-body form label.control-label.form_req_label
    {
        margin-right: 0 !important;
    }
    div.listing-mid-contain
    {
        padding: 0;
    }
    form[name=inquiry-lt]>div
    {
        padding: 0;
    }
    form[name=inquiry-lt] label.control-label.form_req_label
    {
        margin-right: 0 !important;
        padding: 0;
    }
}

@media all and (max-width: 302px) {
	.hed-search{		
		max-width: -moz-calc(100% - 45px);
		/* WebKit */
		max-width: -webkit-calc(100% - 45px);
		/* Opera */
		max-width: -o-calc(100% - 45px);
		max-width: width-45px;
		max-width: calc(100% - 45px);
		left: 1px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.index-heading {
		height: 130px;
	}
}
@media all and ( max-width: 979px )
{
    .ins_cntc_div {
        margin-top: 15px;
        text-align: left;
        margin-left: 15px;
    }
}
@media all and ( max-width: 979px ) and ( min-width: 531px )
{
	.listing-list-btn-for-mobile, .listing-left-btn-close-for-mobile {
		margin: 110px 0 0 0;
		width: 80%;
		margin-left: 10%;
		float: left;
	}
}
@media (max-width: 530px)
{
	.listing-list-btn-for-mobile {
		/*margin: 110px 0 0 0;*/
		width: 80%;
		margin-left: 10%;
		float: left;
	}

    .h1-maroon-color {
        font-size: 29px;
    }
    .panel-title>a
    {
        font-size: 16px;
    }
    div.row.f-border
    {
        font-size: 15px;
    }
    .page-desc-txt-div span.span-white-clr
    {
        font-size: 16px;
    }
}
/* 			header search close		 */


/* for faq */
section.faq_sec
{
    margin-left: 19.7%;
    width: 64.666667%;
    overflow: hidden;
    margin-bottom: 50px;
}
.faq_sec .container {
    width: 100%;
}
.faq_sec .faq_grp {
    padding-left: 22px;
}
@media (max-width: 530px)
{
    section.faq_sec {
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .faq_sec .faq_grp {
        padding-left: 0;
    }
    .faq_sec .faq_item {
        padding: 10px 10px;
    }
}