@font-face  {
    src: url(./cssfonts/freakshow.regular.ttf);
    font-family: freakshow-regular;
}

/*Start of search CSS */ 
.ms-srch-item-link a {
	color: #97144d !important;
	border-bottom: 1px solid #97144d;
	font-family: 'lato-regular' !important;
}
.ms-srch-item-link {
	font-family: 'lato-regular' !important;
	font-size: 14px !important;
	color: #97144d !important;
	padding-bottom: 7px !important;
	margin-top: 10px;
	font-weight: 700 !important;
	line-height: 18px !important;
}
.ms-srch-item-summary,  .ms-srch-item-path {
	font-size: 13px !important;
	font-family: 'Lato' !important;
	padding-bottom: 8px !important;
	line-height: 18px !important;
	color: #505050 !important;
}
.ms-srch-item,  .ms-srch-item-title,  .ms-srch-item-summary,  .ms-srch-item-path {
	width: 100% !important;
}
.suppRHS .search_box {
	text-align: left;
}
.suppRHS .search_butn {
	right: 0
}
.ms-srch-item-path::before {
	border-radius: 2.3px;
	border-right: 3px solid #a72355;
	border-top: 3px solid #a72355;
	content: "";
	display: inline-block;
	height: 11px;
	margin-right: 10px;
	position: relative;
	top: 0;
	transform: rotate(45deg);
	width: 11px;
}
.sf_pagerNumeric {
	padding: 10px 0 20px;
	text-align: center;
	display: block;
}
.sf_pagerNumeric ul {
	float: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 100%;
	clear: both;
}
.sf_pagerNumeric ul li {
	float: none;
	display: inline-block;
    vertical-align:middle;
}
.sf_pagerNumeric a {
	padding: 0 4px 0px;
	line-height: 13px;
	color: #97144d !important;
	opacity: 1;/*margin: 0 10px;*/
}
.sf_PagerCurrent,  .sf_pagerNumeric a:hover {
	color: #97144d!important;
	border-bottom: solid 1px #97144d;
}

        
.sf_pagerNumeric ul {
	list-style-type: none;
}
.border {
	border-bottom: 1px solid pink;
}
.sf_PagerNextGroup a:hover,  .sf_PagerPrevGroup a:hover {
	text-decoration: none !important;
	border-bottom: none !important;
	background-color: #ccc;
}
/************Added by Samina on 1st Nov 2017 Start****************/
        
.sf_PagerNextGroup,  .sf_PagerPrevGroup {
	font-size: 28px;
}

.aspNetDisabled {
	text-decoration: underline !important;
}

.page-item .page-link {
	border: none !important;
}

/*End of search CSS */ 

/*for animation*/
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 0.3s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active {
	opacity: 1;
}

/*animation style ends here*/

/*navbar start*/
_:-ms-fullscreen, :root .serviceDropdown .services_card .services_link {
    display: block;
    width: 100%;
}
/*navbar end*/

.debit_page_container {
    margin-top: 35px;
}

.debit_heading {
    font-family: lato-regular;
    font-size: 1.813rem;
    color: #97144d;
    padding: 0 60px;
}

/*breadcrum*/
.breadcrumb {
    padding: 0 1rem 0 0;
    background-color: transparent !important;
    margin-bottom: 0 !important;
    padding: 0 60px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "\e93b";
    color: #ababab;
    font-family: 'icomoon';
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    vertical-align: middle;
    font-size: 7px;
}

.breadcrumb .breadcrumb-item a {
    color: #434343;
    font-size: 1rem;
    font-family: lato-regular;
}

/*breadcrum end*/

.debit_content, .debit_content_2 {
    display: flex;
    margin: 0 60px 0 60px;
    padding: 28px 0;
}

.debit_content .form-control {
    padding-right: 70px;
}

.process_debit {
    width: 100%;
    height: 584px;
    padding: 37px 53px 50px 53px;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 40px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 3px 40px 0 rgba(0,0,0,0.07);
    box-shadow: 0 3px 40px 0 rgba(0,0,0,0.07);
}


.search_box {
    width: 100%;
    position: relative;
}

.search_box .form-group {
    position: relative;
}

.icon-input {
    right: 2%;
}

@media (max-width: 768px) {
    .debit_content, .debit_content_2 {
        display: flex;
        margin: 0 30px 0 30px;
        padding: 28px 0;
    }
    .breadcrumb, .debit_heading {
        padding: 0 30px;
    }
}

@media (max-width: 576px) {
    _:-ms-fullscreen, :root .navbar-brand img {
        width: 90px;
    }
    .breadcrumb {
        display: none;
    }
    .debit_heading {
        font-size: 1.6rem;
    }
    .process_debit {
        height: 400px;
        padding: 37px 20px 50px;
    }
    .debit_content, .debit_content_2 {
        display: flex;
        margin: 0 15px 0 15px;
        padding: 28px 0;
    }
    .breadcrumb, .debit_heading {
        padding: 0 15px;
    }
    .form-group .search_close_icon, .icon-input span {
        font-size: 18px !important;
    }
    .form-group .search_close_icon {
        margin: 0 5px 0 0;
    }

    .result_container {
        height: 219px !important;
    }

} 