/*.portal_title_Details{
	margin-top: 80px;
} 
.details_main{
	padding: 10px;
	border: 1px solid #f5f5f5;
}
.details_main .details_img{
	height: 400px;
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
}
.details_main .details_img .image{
	height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);padding: 14px;
}
.details_main .caption_details{
	line-height: 2;
}
.details_main .caption_details h4{
	color: #000;
	font-weight: bolder;
}
.details_main .caption_details span{
	font-size: 14px;
}
.details_main .caption_details .domain{
	border-bottom: 1px solid #ccc;
}
.details_main .caption_details .domain address{
	font-size: 14px;
	line-height: 1.6
}
.details_main .caption_details .btn a{
	color: #fff;
	text-decoration: none;

}
.details_main #send{
	background: #2e3192;
	border-radius: 0;
	color: #fff;
}
.details_main #view{
	background: #2e3192;
	border-radius: 0;
}
.details_main #view a{
	color: #fff;
	text-decoration: none;
}
.details_main #view_com{
	background: #2e3192;
	border-radius: 0;
}
.details_main #view_com a{
	color: #fff;
	text-decoration: none;
}
.all-b{
	margin-top:1.2rem;
}
@media only screen and (max-width: 600px) {
	.all-b{
		margin: 0 !important;
		padding: 10px !important;
	}
	.details_main #send{
		width: 100%;
		margin-bottom: 10px;
	}
	.details_main #view{
		width: 100%;
		margin-bottom: 10px;
	}
	.details_main #view_com{
		width: 100%;
		margin-bottom: 10px;s
	}
	.portal_title_Details{
		margin-top: 56px;
		font-size: 9px;
	}
}
.all_portal_details h2{
	color: #000;
    font-size: 20px;
    font-weight: bolder;
}
.all_portal_details .about{

}
.all_portal_details .about .year{
	color: #333;
    background: #f5f5f5;
    padding: 7px 9px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
}
.all_portal_details .about h4{
	font-size: 18px;
	font-weight: 900;
}
.all_portal_details .about span{
	font-size: 14px;
}
.all_portal_details .para h2{
	font-weight: bolder;
	font-size: 20px;
}
.all_list h2{
	font-size: 20px;
	font-weight: bolder;
}
.blue_btn{
	background-color: #2e3192;
	color: #fff;
	border-radius: 0;
	font-size: 12px;
}*/


.owl-dots{
	display: block !important;
}
.owl-nav {
	display: block !important;
}

.all_list .main_list_one{
    border: 1px solid #f5f5f5;
     margin-bottom: 14px; 
}
.all_list .item{
	padding: 0px 20px;
}
.all_list .main_list_one .details-img {
    width: 100%;
    height: 200px;
    /* padding: 10px; */
    position: relative;
}
.all_list .main_list_one .details-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 65%;
    height: 100%;
}
.all_list .main_list_one .caption_listing1{
	width: 100%;
	background: transparent;
	position: relative;
	height: 130px;
}

.owl-carousel .owl-item .item{
	padding: 15px;
    background: #fff;
    border-radius: 10px;
    margin: 0 5px 5px;
	box-shadow: 0px 2px 2px 2px #ccc;
}
/*.all_list .main_list_one .caption_listing1:hover{
	background: #EDF4FF;
}*/
.all_list .main_list_one .caption_listing1:hover span{
	color: #000;
}
/*.all_list .main_list_one .caption_listing1:hover .details_list_btn1 .btn{
	background: #f1f1f1;
}*/
/*.all_list .main_list_one .caption_listing1:hover .details_list_btn1 .btn a{
	color: #fff !important;
	border: 0;
}*/
.all_list .main_list_one .caption_listing1 a{
	text-decoration: none;
	color: #000;
}
.all_list .main_list_one .caption_listing1 .details_list_btn1{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.all_list .main_list_one .caption_listing1 .details_list_btn1 .btn{
  	width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    font-weight: bold;
}
.all_list .main_list_one .caption_listing1 .details_list_btn1 .btn:focus{
	box-shadow: none !important;
}
.all_list .main_list_one .caption_listing1 .details_list_btn1 .btn a{
	color: #fff !important;
	text-decoration: none;
}

.all_list .main_list_one .caption_listing1 .details_list_btn1 .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    width: 100%;
    margin: 0;
    /*background: #0779e4;*/
    font-weight: bold;
    border-radius: 0px;
}
.all_list .main_list_one .caption_listing1 .details_list_btn1 .btn .right{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 6px;
    height: 33px;
    background: #111;
    opacity: 0.5;
    /* transform: rotate(-6deg); */
}
.all_list .main_list_one .caption_listing1 .details_list_btn1 .btn .left{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 6px;
    height: 33px;
    background: #111;
    opacity: 0.5;
   /* transform: rotate(6deg); */
}
.all_list .main_list_one .caption_listing1 .details_list_btn1 .btn:hover .left{
  opacity: 1.0;
  transform: rotate(0deg);
}
.all_list .main_list_one .caption_listing1 .details_list_btn1 .btn:hover .right{
  opacity: 1.0;
  transform: rotate(0deg);
}



.sent span{
	color: orange !important;
}
.sent span .fas{
	margin-top: 3px;
}

@media only screen and (max-width: 600px) {
	.caption_details {
    	padding: 14px 15px !important;
	}
	.caption_details .service_list .btn{
		margin-bottom: 3px;
	}
	.caption_details .all_listing .dropdown-menu{
		width: 58% !important; 
	}

}
@media only screen and (max-width: 300px) {
	.caption_details .all_listing .dropdown-menu{
			width: 75% !important; 
			left: 0 !important;
	}
}






/*New start*/
/*@font-face{
	font-family: alley;
	src:url(assets/fonts/AbhayaLibre-Regular.ttf);
}
*{
	font-family: alley;
}*/
/* portal title details start */
.details_img{
    padding: 10px;
    /*height: 450px;*/
    height: 420px;
    position: relative;

}
.details_img img{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.caption_details{
    padding:7px 0px;
}
.caption_details h1{
    font-size: 24px;
    font-weight: 900;
    line-height: 0.8;
}
.caption_details .rateing_list{
	font-size: 13px;
	padding: 2px 0;
}
.caption_details .rateing_list a{
	text-decoration: none;
    background: #388e3c;
    padding: 4px;
    color: #fff;
}
.caption_details .rateing_list span:first-child{
	font-size: 17px;
}
.caption_details .service_list{
	padding: 5px 0;
}
.caption_details .service_list .btn{
	border: 0;
	background: #7B68EE;
    border-radius: 0;
    color: #fff;
    text-shadow: 1px 1px 1px black;
	font-size: 13px;
	cursor: unset !important;
	
	white-space: inherit;
	text-align: left;
}
/*.caption_details .service_list .btn a{
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
	font-size: 13px;
}
.caption_details .all_listing{

}*/
.caption_details .all_listing i{
    padding: 4px 0px;
    font-size: 17px;
}
.caption_details .all_listing a{
	text-decoration: none;
	color: #111;
	line-height: 0.8;
	/*padding: 0 14px;*/
	cursor: auto;
}
.caption_details .all_listing a .media{

}
.caption_details .all_listing a .media .media-body{
	padding: 6px 14px;
	font-size: 15px;
}
.caption_details .all_listing .dropdown-menu{
	background: #f5f5f5;
    left: 60px;
    top: -5px !important;
    padding: 0 !important;    
    border-radius: 0;
    border: 0;
    width: 25%;
}
.caption_details .all_listing .dropdown-menu .dropdown-item:hover{
	background: #7B68EE;
	color: #fff;
}
.caption_details .all_listing .dropdown-toggle{
	padding: 4px 10px;
	font-size: 15px;
}
.caption_details .all_listing .dropdown-toggle .open{
	color: green;
	font-weight: bolder;
}
.caption_details .all_listing .dropdown-menu .dropdown-item{
	padding: 4px 10px;
    font-size: 15px;
    cursor: context-menu;
}
.caption_details .view_btn{
	/*padding: 20px 0px;*/
	padding: 5px 0px;
}
.caption_details .view_btn .btn .right{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 6px;
    height: 33px;
    background: #111;
    opacity: 0.5;
    /* transform: rotate(-6deg); */
}
.caption_details .view_btn .btn .left{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 6px;
    height: 33px;
    background: #111;
    opacity: 0.5;
   /* transform: rotate(6deg); */
}
.caption_details .view_btn .btn:hover .left{
  opacity: 1.0;
  transform: rotate(0deg);
}
.caption_details .view_btn .btn:hover .right{
  opacity: 1.0;
  transform: rotate(0deg);
}





.caption_details .view_btn .btn{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	padding: 7px 34px;
	border: 0;
}
@media only screen and (max-width: 600px) {
	.caption_details .view_btn .btn{
		margin-bottom: 5px;
	}
}
.caption_details .view_btn .btn:focus{
	box-shadow: none !important;
}
.caption_details .view_btn a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
.checked {
  color: orange;
  text-shadow: -1px 0px 2px black;
}
/* portal title details ends */







.blue_btn{
	background-color: #2e3192;
	color: #fff;
	border-radius: 0;
	font-size: 12px;
}
/*.details_main{
	padding: 10px;
	border: 1px solid #f5f5f5;
}
.details_main .details_img{
	height: 400px;
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
}
*/
/* all portal details start */
.all_portal_details h2{
	font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.all_portal_details h3{
	font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.all_portal_details .about{

}
.all_portal_details .about .year{
	color: #fff;
    background: #003a70;
    padding: 7px 9px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    line-height: 1;
	display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.all_portal_details .about h4{
	font-size: 15px;
    font-weight: 700;
	margin-bottom: 0px;
}
.all_portal_details .about span{
	font-size: 12px;
}
/*.all_portal_details .para{
	line-height: .6;
}*/
.all_portal_details .para h3{
	font-size: 20px;
    font-weight: 600;
}
.all_portal_details .para p{
	font-size: 14px;
}
.all_list h2{
	font-size: 24px;
    font-weight: 600;
    padding-top: 30px;
	margin-bottom: -15px;
}
.blue_btn{
	background-color: #2e3192;
	color: #fff;
	border-radius: 0;
	font-size: 12px;
}
/* all portal details end */



/* Rating start */
.checked {
  color: orange;
}
.like{
	background: #ccc;
}


.review_tab{
    /*padding: 10px 34px;*/
    background: #f5f5f5;
}
.review_tab .desc{
    padding: 10px 0;
    cursor: pointer;
    width: 50%;
    text-align: center;
}
.review_tab .desc #description-tab{
 	text-decoration: none;
 	color: #111;
	 font-size: 13px;
	 font-weight: 600;
}
.review_tab .rev{
	padding: 10px;
    cursor: pointer;
    width: 50%;
    text-align: center;
}
.review_tab .rev #reviews-tab{
	text-decoration: none;
	color: #111;
	font-size: 13px;
	font-weight: 600;
}
#description .file_m #reviewSubmit{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	padding: 6px 30px;
}
#description .file_m #reviewSubmit:focus{
	box-shadow: none !important; 
}
#description .file_m #reviewSubmit .right{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 6px;
    height: 32px;
    background: #111;
    opacity: 0.5;
    /* transform: rotate(-6deg); */
}
#description .file_m #reviewSubmit .left{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 6px;
    height: 32px;
    background: #111;
    opacity: 0.5;
   /* transform: rotate(6deg); */
}
#description .file_m #reviewSubmit:hover .left{
  opacity: 1.0;
  transform: rotate(0deg);
}
#description .file_m #reviewSubmit:hover .right{
  opacity: 1.0;
  transform: rotate(0deg);
}




/*.review_tab .nav-item .nav-link{
	text-decoration: none;
    color: #000;
}
.review_tab .active{
	background: #f5f5f5;
	color: #333;
	font-weight: 600;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border: 1px solid #ccc;
}
.tab-pane{
	background-color: #f5f5f5;
}
.tab-content{
	border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
}



.mybox {
  position: relative;
  padding: 10px 20px;
  background-color: #EEEEEE;
}

#description::before {
  	content: '';
	position: absolute;
	left: 50%;
	top: -1px;
	width: 50%;
	border-top: 1px solid #ccc;
}
#reviews::before{
	content: '';
	position: absolute;
	right: 50%;
	top: -1px;
	width: 50%;
	border-top: 1px solid #ccc;
}*/
/* Rating ends */







.lor{
	font-size: 10px;
	/*margin-left: 33px;*/
}








/*New ends*/

/* rating start */
.star-rating {
  /*border:solid 1px #ccc;*/
  display:flex;
  flex-direction: row-reverse;
  font-size:1.5em;
  justify-content:space-around;
  padding:0 .2em;
  text-align:center;
  width:5em;
}

.star-rating input {
  display:none;
}

.star-rating label {
  color:#ccc;
  cursor:pointer;
  font-size: 28px !important;
}

.star-rating :checked ~ label {
  color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#fc0;
}

:root {
	--rating-size: 2rem;
	--bar-size: 0.3rem;
	--background-color: #e7f2fa;
	--rating-color-default: #2980b9;
	--rating-color-background: #c7e1f3;
	--rating-color-good: #27ae60;
	--rating-color-meh: #f1c40f;
	--rating-color-bad: #e74c3c;
  }
  
  /* Rating item */
  .rating {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	overflow: hidden;
	
	background: var(--rating-color-default);
	color: var(--rating-color-default);
	width: var(--rating-size);
	height: var(--rating-size);
  
	/* Basic style for the text */
	font-size: calc(var(--rating-size) / 3);
	line-height: 1;
  }
  
  /* Rating circle content */
  .rating span {
	position: relative;
	display: flex;
	font-weight: bold;
	z-index: 2;
  }
  
  .rating span small {
	font-size: 0.5em;
	font-weight: 900;
	align-self: center;
  }
  
  /* Bar mask, creates an inner circle with the same color as thee background */
  .rating::after {
	content: "";
	position: absolute;
	top: var(--bar-size);
	right: var(--bar-size);
	bottom: var(--bar-size);
	left: var(--bar-size);
	background: var(--background-color);
	border-radius: inherit;
	z-index: 1;
  }
  
  /* Bar background */
  .rating::before {
	content: "";
	position: absolute;
	top: var(--bar-size);
	right: var(--bar-size);
	bottom: var(--bar-size);
	left: var(--bar-size);
	border-radius: inherit;
	box-shadow: 0 0 0 1rem var(--rating-color-background);
	z-index: -1;
  }
  
  /* Classes to give different colors to ratings, based on their score */
  .rating.good {
	background: var(--rating-color-good);
	color: var(--rating-color-good);
  }
  
  .rating.meh {
	background: var(--rating-color-meh);
	color: var(--rating-color-meh);
  }
  
  .rating.bad {
	background: var(--rating-color-bad);
	color: var(--rating-color-bad);
  }


.media_img{
	height: 40px;
    width: 9%;
    border: 1px solid #ccc;
    position: absolute;
	border-radius: 50%;
	left: 8px;
}
.media_img img{
	position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	border-radius: 50%;
	width: 100%;
}
@media only screen and (max-width: 1200px) {
	.media_img{
    width: 11%;
}
	}
	@media only screen and (max-width: 992px) {
	.media_img{
    width: 13%;
}
	}
	@media only screen and (max-width:768px) {
	.media_img{
    width: 17%;
}
	}
	@media only screen and (max-width: 600px) {
	.media_img{
    width: 7%;
}
	}
	@media only screen and (max-width: 480px) {
	.media_img{
    width: 9%;
}
	}
	@media only screen and (max-width: 420px) {
	.media_img{
    width: 10%;
}
	}
	@media only screen and (max-width: 400px) {
	.media_img{
    width: 11%;
}
	}
	@media only screen and (max-width: 360px) {
	.media_img{
    width: 12%;
}
	}
/* rating ends */






.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	color: #fefefe;
    background-color: #003a70;
    border-color: #003a70 #dee2e6 #fff;
	font-size: 15px;
	
}



.nav-tabs .nav-link
 {
    border: 1px solid #003a70;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #fff;
	border-bottom: 0px;
	color: #000;
	font-size: 15px;
}














/*modal start*/
.modal-header{
	background-color: #2e3192;
	color: #fff;
}
.modal_form label{
	font-size: 14px;
}
.modal_form input[type]{
	padding: 2px 12px;
	border-radius: 0;
	font-size: 13px;
}
.modal_form input[type]:focus{
	box-shadow: none;
	border-color: unset; 
}
.modal_form textarea{
	border-radius: 0;
}
.modal_form textarea:focus{
	box-shadow: none;
	border-color: unset; 
}
.modal_form .by{
	font-size: 12px;
	text-align: right;
}
.rating_review_text .sent{
	font-size: 14px;
	margin-left: 0px!important;
    margin-top: 0px!important;
}
.sent{
	font-size: 14px;
	/*margin-left: 30px;*/
    margin-top: 5px;
}
.all_btn a{
	text-decoration: none;
	color: #0A3D5B;
}
.all_btn:hover a{
	color: #fff !important;
}
/*modal ends*/







/*carousel start*/
#one .owl-prev{
	left: -15px;
}
#one .owl-next{
	right: -15px;
}
#one .owl-prev, .owl-next{
	position: absolute;
	top: 124px;
}
#one .owl-next{
	position: absolute;
	top: 124px;
}
#one .owl-prev span, .owl-next span{
	font-size: 30px;
	color: #000;
}
#one .owl-prev:focus{
	outline: 0 !important;
    outline: 0 !important;
}
#one .owl-next:focus{
	outline: 0 !important;
    outline: 0 !important;
}



#two .owl-prev{
	left: -15px;
}
#two .owl-next{
	right: -15px;
}
#two .owl-prev {
	position: absolute;
	top: 35px;
}
#two .owl-next{
	position: absolute;
	top: 35px;
}
#two .owl-prev:focus{
	outline: 0 !important;
    outline: 0 !important;
}
#two .owl-next:focus{
	outline: 0 !important;
    outline: 0 !important;
}
#two .owl-prev span, .owl-next span{
	font-size: 30px;
	color: #000;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: unset !important;
}
.owl-dots{
	display: none !important;
}
/*carousel ends






