@charset "utf-8";
/* CSS Document */
body {
	color: #2E2E2E;
	background-color: #dc543a;
	background-color: #b36d4a;
	font-family: 'Open Sans', sans-serif;
	background: url(../images/body_bg-ptrn.png) repeat 0 0 #fff;
}
@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.eot');
	src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-regular-webfont.woff2') format('woff2'),  url('../fonts/lato-regular-webfont.woff') format('woff'),  url('../fonts/lato-regular-webfont.ttf') format('truetype'),  url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.btn-teal {
	background-color: #006666;
	border-color: #006666;
	color: #fff;
}
.btn-teal:hover {
	background-color: #00827c;
	border-color: #00827c;
	color: #fff;
}
.text-teal {
	color: #00b5ad !important;
}
/*--------------------------------------------------
	Special Issue Carousel
__________________________________________________*/
#si-generic .carousel-caption {
	bottom: 1rem;
	left: 5%;
	right: 5%;
}
/*--------------------------------------------------
    [Center Aligned Block]
    Center align a block level element
----------------------------------------------------*/
.center-block {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Media Queries below 992px */
@media (max-width: 992px) {
.md-center-block {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
}

/* Media Queries below 768px */
@media (max-width: 768px) {
.sm-center-block {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
}

/* Media Queries below 480px */
@media (max-width: 480px) {
.xs-center-block {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
}
/*--------------------------------------------------
    [Content]
----------------------------------------------------*/
.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}
.content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}
.content-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}
.content-xl {
	padding-top: 120px;
	padding-bottom: 120px;
}
.content-el {
	padding-top: 150px;
	padding-bottom: 150px;
}
/*------------------------------------------------------------------
    [No padding, margin space]
------------------------------------------------------------------*/
.no-space {
	padding: 0 !important;
	margin: 0 !important;
}

/* No padding, margin space above 992px */
@media (min-width: 992px) {
.md-no-space {
	padding: 0 !important;
	margin: 0 !important;
}
}
/* No Space in a row class */
.no-space-row {
	margin-right: 0;
	margin-left: 0;
}
.no-space-row > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
/* 5px Space in a row class */
.space-row-5 {
	margin-right: -5px;
	margin-left: -5px;
}
.space-row-5 > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
/* 10px Space in a row class */
.space-row-10 {
	margin-right: -10px;
	margin-left: -10px;
}
.space-row-10 > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
/*--------------------------------------------------
    [Ul li padding left & right (default is 0 5px)]
----------------------------------------------------*/
.ul-li-lr-0 > li {
	padding-left: 0;
	padding-right: 0;
}
.ul-li-lr-1 > li {
	padding-left: 1px;
	padding-right: 1px;
}
.ul-li-lr-2 > li {
	padding-left: 2px;
	padding-right: 2px;
}
.ul-li-lr-3 > li {
	padding-left: 3px;
	padding-right: 3px;
}
.ul-li-lr-4 > li {
	padding-left: 4px;
	padding-right: 4px;
}
.ul-li-lr-5 > li {
	padding-left: 5px;
	padding-right: 5px;
}
.ul-li-lr-6 > li {
	padding-left: 6px;
	padding-right: 6px;
}
.ul-li-lr-7 > li {
	padding-left: 7px;
	padding-right: 7px;
}
.ul-li-lr-8 > li {
	padding-left: 8px;
	padding-right: 8px;
}
.ul-li-lr-9 > li {
	padding-left: 9px;
	padding-right: 9px;
}
.ul-li-lr-10 > li {
	padding-left: 10px;
	padding-right: 10px;
}
/*--------------------------------------------------
    [Ul li padding top & bottom]
----------------------------------------------------*/
.ul-li-tb-0 > li {
	padding-top: 0;
	padding-bottom: 0;
}
.ul-li-tb-1 > li {
	padding-top: 1px;
	padding-bottom: 1px;
}
.ul-li-tb-2 > li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.ul-li-tb-3 > li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.ul-li-tb-4 > li {
	padding-top: 4px;
	padding-bottom: 4px;
}
.ul-li-tb-5 > li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.ul-li-tb-6 > li {
	padding-top: 6px;
	padding-bottom: 6px;
}
.ul-li-tb-7 > li {
	padding-top: 7px;
	padding-bottom: 7px;
}
.ul-li-tb-8 > li {
	padding-top: 8px;
	padding-bottom: 8px;
}
.ul-li-tb-9 > li {
	padding-top: 9px;
	padding-bottom: 9px;
}
.ul-li-tb-10 > li {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*--------------------------------------------------
    [Border radius]
----------------------------------------------------*/
.radius-0 {
	border-radius: 0 !important;
}
.radius-3 {
	border-radius: 3px !important;
}
.radius-5 {
	border-radius: 5px !important;
}
.radius-6 {
	border-radius: 6px !important;
}
.radius-7 {
	border-radius: 7px !important;
}
.radius-8 {
	border-radius: 8px !important;
}
.radius-9 {
	border-radius: 9px !important;
}
.radius-10 {
	border-radius: 10px !important;
}
.radius-20 {
	border-radius: 20px !important;
}
.radius-30 {
	border-radius: 30px !important;
}
.radius-40 {
	border-radius: 40px !important;
}
.radius-50 {
	border-radius: 50px !important;
}
.radius-circle {
	border-radius: 50% !important;
}
/*--------------------------------------------------
    [Border Top Left Radius]
----------------------------------------------------*/
.radius-t-l-0 {
	border-top-left-radius: 0 !important;
}
.radius-t-l-3 {
	border-top-left-radius: 3px !important;
}
.radius-t-l-5 {
	border-top-left-radius: 5px !important;
}
.radius-t-l-6 {
	border-top-left-radius: 6px !important;
}
.radius-t-l-7 {
	border-top-left-radius: 7px !important;
}
.radius-t-l-8 {
	border-top-left-radius: 8px !important;
}
.radius-t-l-9 {
	border-top-left-radius: 9px !important;
}
.radius-t-l-10 {
	border-top-left-radius: 10px !important;
}
.radius-t-l-20 {
	border-top-left-radius: 20px !important;
}
.radius-t-l-30 {
	border-top-left-radius: 30px !important;
}
.radius-t-l-40 {
	border-top-left-radius: 40px !important;
}
.radius-t-l-50 {
	border-top-left-radius: 50px !important;
}
/*--------------------------------------------------
    [Border Top Right Radius]
----------------------------------------------------*/
.radius-t-r-0 {
	border-top-right-radius: 0 !important;
}
.radius-t-r-3 {
	border-top-right-radius: 3px !important;
}
.radius-t-r-5 {
	border-top-right-radius: 5px !important;
}
.radius-t-r-6 {
	border-top-right-radius: 6px !important;
}
.radius-t-r-7 {
	border-top-right-radius: 7px !important;
}
.radius-t-r-8 {
	border-top-right-radius: 8px !important;
}
.radius-t-r-9 {
	border-top-right-radius: 9px !important;
}
.radius-t-r-10 {
	border-top-right-radius: 10px !important;
}
.radius-t-r-20 {
	border-top-right-radius: 20px !important;
}
.radius-t-r-30 {
	border-top-right-radius: 30px !important;
}
.radius-t-r-40 {
	border-top-right-radius: 40px !important;
}
.radius-t-r-50 {
	border-top-right-radius: 50px !important;
}
/*--------------------------------------------------
    [Border Bottom Left Radius]
----------------------------------------------------*/
.radius-b-l-0 {
	border-bottom-left-radius: 0 !important;
}
.radius-b-l-3 {
	border-bottom-left-radius: 3px !important;
}
.radius-b-l-5 {
	border-bottom-left-radius: 5px !important;
}
.radius-b-l-6 {
	border-bottom-left-radius: 6px !important;
}
.radius-b-l-7 {
	border-bottom-left-radius: 7px !important;
}
.radius-b-l-8 {
	border-bottom-left-radius: 8px !important;
}
.radius-b-l-9 {
	border-bottom-left-radius: 9px !important;
}
.radius-b-l-10 {
	border-bottom-left-radius: 10px !important;
}
.radius-b-l-20 {
	border-bottom-left-radius: 20px !important;
}
.radius-b-l-30 {
	border-bottom-left-radius: 30px !important;
}
.radius-b-l-40 {
	border-bottom-left-radius: 40px !important;
}
.radius-b-l-50 {
	border-bottom-left-radius: 50px !important;
}
/*--------------------------------------------------
    [Border Bottom Right Radius]
----------------------------------------------------*/
.radius-b-r-0 {
	border-bottom-right-radius: 0 !important;
}
.radius-b-r-3 {
	border-bottom-right-radius: 3px !important;
}
.radius-b-r-5 {
	border-bottom-right-radius: 5px !important;
}
.radius-b-r-6 {
	border-bottom-right-radius: 6px !important;
}
.radius-b-r-7 {
	border-bottom-right-radius: 7px !important;
}
.radius-b-r-8 {
	border-bottom-right-radius: 8px !important;
}
.radius-b-r-9 {
	border-bottom-right-radius: 9px !important;
}
.radius-b-r-10 {
	border-bottom-right-radius: 10px !important;
}
.radius-b-r-20 {
	border-bottom-right-radius: 20px !important;
}
.radius-b-r-30 {
	border-bottom-right-radius: 30px !important;
}
.radius-b-r-40 {
	border-bottom-right-radius: 40px !important;
}
.radius-b-r-50 {
	border-bottom-right-radius: 50px !important;
}
/*--------------------------------------------------
    [Border radius Pseudo :before, :after]
----------------------------------------------------*/
.radius-ba-0:before, .radius-ba-0:after {
	border-radius: 0 !important;
}
.radius-ba-3:before, .radius-ba-3:after {
	border-radius: 3px !important;
}
.radius-ba-5:before, .radius-ba-5:after {
	border-radius: 5px !important;
}
.radius-ba-6:before, .radius-ba-6:after {
	border-radius: 6px !important;
}
.radius-ba-7:before, .radius-ba-7:after {
	border-radius: 7px !important;
}
.radius-ba-8:before, .radius-ba-8:after {
	border-radius: 8px !important;
}
.radius-ba-9:before, .radius-ba-9:after {
	border-radius: 9px !important;
}
.radius-ba-10:before, .radius-ba-10:after {
	border-radius: 10px !important;
}
.radius-ba-20:before, .radius-ba-20:after {
	border-radius: 20px !important;
}
.radius-ba-30:before, .radius-ba-30:after {
	border-radius: 30px !important;
}
.radius-ba-40:before, .radius-ba-40:after {
	border-radius: 40px !important;
}
.radius-ba-50:before, .radius-ba-50:after {
	border-radius: 50px !important;
}
.radius-ba-circle:before, .radius-ba-circle:after {
	border-radius: 50% !important;
}
/*--------------------------------------------------
    [Border radius Pseudo :before]
----------------------------------------------------*/
.radius-b-0:before {
	border-radius: 0 !important;
}
.radius-b-3:before {
	border-radius: 3px !important;
}
.radius-b-5:before {
	border-radius: 5px !important;
}
.radius-b-6:before {
	border-radius: 6px !important;
}
.radius-b-7:before {
	border-radius: 7px !important;
}
.radius-b-8:before {
	border-radius: 8px !important;
}
.radius-b-9:before {
	border-radius: 9px !important;
}
.radius-b-10:before {
	border-radius: 10px !important;
}
.radius-b-20:before {
	border-radius: 20px !important;
}
.radius-b-30:before {
	border-radius: 30px !important;
}
.radius-b-40:before {
	border-radius: 40px !important;
}
.radius-b-50:before {
	border-radius: 50px !important;
}
.radius-b-circle:before {
	border-radius: 50% !important;
}
/*--------------------------------------------------
    [Border radius Pseudo :after]
----------------------------------------------------*/
.radius-a-0:after {
	border-radius: 0 !important;
}
.radius-a-3:after {
	border-radius: 3px !important;
}
.radius-a-5:after {
	border-radius: 5px !important;
}
.radius-a-6:after {
	border-radius: 6px !important;
}
.radius-a-7:after {
	border-radius: 7px !important;
}
.radius-a-8:after {
	border-radius: 8px !important;
}
.radius-a-9:after {
	border-radius: 9px !important;
}
.radius-a-10:after {
	border-radius: 10px !important;
}
.radius-a-20:after {
	border-radius: 20px !important;
}
.radius-a-30:after {
	border-radius: 30px !important;
}
.radius-a-40:after {
	border-radius: 40px !important;
}
.radius-a-50:after {
	border-radius: 50px !important;
}
.radius-a-circle:after {
	border-radius: 50% !important;
}
.text-primary {
	color: #432666;
}
/*container styles */
.container_bg {
	background-color: #fff;
	box-shadow: 1px 0px 5px #4a4a4a;
	min-height: 400px;
}
/* Header Styles */
header {
	padding-top: 2px;
	padding-bottom: 12px;
}
/*header h1 a {
	font-weight: 600;
	color: #EF4836;
	transition: all 1s ease-in-out 0s;
	font-stretch: extra-condensed;
	text-shadow: 1px 1px #96281B;
}
new style updated on Dec. 2015
*/header h1 a {
	font-weight: 600;
	color: #EF4836;
	transition: all 1s ease-in-out 0s;
	font-stretch: extra-condensed;
	text-shadow: 1px 1px #96281B;
	text-align: left;
	display: block;
}
header h1 a:hover {
	text-decoration: none;
	color: #ff8270;
}

.imed_cap {
	background: #eaeaea none repeat scroll 0 0;
	border: 1px solid #ccc;
	color: #fff;
	cursor: pointer;
	display: inline;
	font-weight: 600;
	padding: 2px 4px;
	width: 13%;
}
/* Journals Styles */
.rcnt_articles_jrnls {
	margin: 0;
	padding: 0;
	border: 1px solid #5e4f70;
	min-height: 100px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.rcnt_articles_jrnls .m_t {
	margin-top: 10px;
}
.rcnt_articles_jrnls > div {
	background: url(../images/recent_jrnal.png) no-repeat 0 10px;
}
.rcnt_articles_jrnls h2 {
	background-color: #009b90;
	line-height: 30px;
	margin-top: 0;
	font-size: 18px;
	color: #fff;
	text-indent: 10px;
}
/*.recent > div {
	border-bottom: 1px dotted #323232;
	margin: 0 15px;
	line-height: 1.62em;
	padding-left:45px;
}*/
/*.recent > div p {
	float: right;
	border: 1px solid #82dad2;
	padding: 0 10px;
}*/
.recent > div p a {
	color: #005850;
}
.recent > div p a:hover {
	color: #07c;
}
.rcnt_articles_jrnls .btn-success {
	margin: 15px;
}
.home_tab_content_jrnls {
	height: 500px !important;
}
.home_tab_content_jrnls + div {
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	margin: 5px 15px;
	padding: 5px 10px;
}
.jrnal_banner {
	background-color: #fff;
	/*padding-bottom: 15px;*/
	border: 3px solid #432666;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.jrnal_banner img {
	min-height: 246px;
}
.j_highlight {
	font-size: 15.5px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	text-indent: 5px !important;
	margin-top: 10px !important;
}
.home_tab_content {
	padding-right: 15px;
	line-height: 22px;
	height: 350px;
	overflow-y: auto;
}
.home_tab_content p {
	margin-bottom: 5px;
	padding-bottom: 0;
}
.home_tab_content h2 {
	margin-bottom: 5px;
}
.flyer_img {
	border: 3px solid #432666;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.editor_type, .vol_issue {
	font-size: 16px;
	color: #333;
	background: #EAEAEA none repeat scroll 0% 0%;
	padding: 3px;
	border: 1px solid #B36D4A;
}
/* Navbar styles */


.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #9af0e9;
}
.dropdown:hover ul {
	display: block;
}
.dropdown-menu-big {
	min-width: 495px;
}
.dropdown-menu-big ul {
	float: left;
	padding: 5px 10px;
	margin-right: 2px;
	border-right: 1px dotted #ccc;
	min-height: 120px;
}
.dropdown-menu-big ul:last-child {
	border-right: none;
}
.dropdown-menu-big ul li {
	list-style-type: none;
	line-height: 26px;
	padding: 1px 10px;
	border-bottom: 1px dotted #ccc;
}
.dropdown-menu-big ul li a {
	color: #323232;
	display: block;
}
.dropdown-menu-big ul li:hover, .dropdown-menu-big ul li a:hover {
	background: #9af0e9;
	text-decoration: none;
}
.button_search {
	height: 30px;
	border-radius: 0;
	position: relative;
	border: 0;
	width: 50px;
	display: block;
	background: #066;
	margin: 0;
	background: url(../images/btn_search.png) no-repeat center 3px #066;
	float: left;
}
/* bootstrap button styles */
.btn_contact {
	background: rgba(0, 0, 0, 0) url("../images/ic_mailus.png") no-repeat scroll 0 0;
	color: #432467;
	font-size: 14px;
	height: 35px;
	line-height: 12px;
	margin-right: 5px;
	margin-left: 4px;
	padding-left: 45px;
	padding-right: 10px;
}
.header_nav .btn-success {
	padding: 5px 8px;
	font-size: 16px;
}
.padding_none {
	padding: 6px 25px;
	margin: 5px 0 5px 15px !important;
}
/* slider */
.carousel-control.right, .carousel-control.left {
	background: none;
}
.carousel {
	-webkit-box-shadow: 0 8px 6px -6px #323232;
	-moz-box-shadow: 0 8px 6px -6px #323232;
	box-shadow: 0 8px 6px -6px #323232;
}
.carousel-indicators {
	bottom: 0;
}
/* Content */
.wlcme_imdpub {
	background: url(../images/border_diagonal.png) repeat-x 0 bottom;
	padding-bottom: 10px;
}
.wlcme_imdpub_home h1 {
	color: #f60;
	font-family: "oswald", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 300;
	margin-top: 15px;
	text-align: center;
}
.wlcme_imdpub_home p {
	line-height: 22px;
	text-align: left;
	margin-bottom: 0;
}
.wlcme_imdpub h1 {
	color: #432467;
	font-size: 24px;
	font-weight: lighter;
	margin-top: 0;
	text-align: left;
	font-family: "oswald", Arial, Helvetica, sans-serif;
}
/*.wlcme_imdpub h3{
	color:#432467;
	font-size:18px;
	font-weight:lighter;
	margin:5px 0px;
	border-bottom:1px solid #DDD;
	padding-bottom:5px;
}*/
.sideheading {
	color: #432467;
	font-size: 18px;
	font-weight: lighter;
	margin-top: 0;
	font-weight: normal;
}
.list_Jrnls ul li {
	background: url(../images/arrow_right.png) no-repeat;
	transition: all 1s ease-in-out 0s;
	background-position: 2px 8px;
	border-bottom: 1px dotted #5e4f70;
	margin: 10px 0 10px 0;
	padding-left: 15px;
	text-align: left;
}
.list_Jrnls ul li:last-child {
	border-bottom: none;
}
.list_Jrnls ul li:hover {
	background-color: #f3f3f3;
	background-position: 8px 6px;
}
.list_Jrnls ul li a:hover {
	color: #09f;
	text-decoration: none;
}
.list_Jrnls h2 {
	color: #fff;
	background: #009b90;
	font-size: 18px;
	box-shadow: 1px 1px 1px #323232;
	margin-top: 0;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
}
.list_Jrnls .btn-success {
	margin: 9px 15px;
	display: block;
}
.indx_abs {
	padding: 0;
}
.indx_abs p:first-child {
	border: 1px solid #82dad2;
	padding: 0 10px;
	margin-bottom: 4px;
	margin-top: 4px;
	float: left;
}
/* vision, mission, explore */
.features {
	margin: 15px;
}
.vision {
	background-color: #9af0e9;
}
.mision {
	background-color: #73eae0;
}
.explore {
	background-color: #6cddd4;
}
.vision, .mision, .explore {
	min-height: 300px;
	width: 33.3333%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
}
.vision img, .mision img, .explore img {
	padding-top: 15px;
	display: block;
	margin: auto;
}
.vision h2, .mision h2, .explore h2 {
	color: #02897f;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}
.vision p, .mision p, .explore p {
	line-height: 22px;
	min-height: 110px;
}
.vision a, .mision a, .explore a {
	float: right;
	margin-bottom: 15px;
	transition: all 1s ease-in-out 0s;
	padding: 5px 25px;
}
/*.vision a, .mision a, .explore a {
	border:1px dotted #5fc6be;
	padding:5px 15px;
	float:right;
	margin-bottom:15px;
	transition:all 1s ease-in-out 0s;
	color:#323232;
	background-color:#b7eeea;
}
.vision a:hover, .mision a:hover, .explore a:hover{
	border:1px dotted #323232;
	text-decoration:none;
	background-color:#5dc3bb;
	color:#fff;
}*/
/* Social Network icon */
.header_social_icons .fa {
	position: relative;
	top: -4px;
}
.social-network {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: none;
	border: 1px solid #005850;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	margin: 20px 4px 0 4px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.social-network:hover {
	border-color: #6cddd4;
	color: #73eae0;
}
.header_social_icons ul li a {
	text-align: center;
	margin: 0 2px;
	font-size: 15px;
	line-height: 31px;
	transition: all 0.3s ease-in-out;
}
/* slider Customize Styles Ends */

/* Recent Articles */
.rcnt_articles {
	margin: 0;
	padding: 0;
	border: 1px solid #5e4f70;
	min-height: 200px;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
.rcnt_articles .btn-success {
	margin: 15px;
}
.rcnt_articles .btn-success {
	margin: 15px;
}
.list_articles {
	background-color: #f9f9f9;
}
div.list_articles {
	margin: 2px 5px;
	border-bottom: 1px dotted #CCC;
}
.list_Jrnls .panel-body {
	padding-right: 0;
}
.jrnal_fxed_higt ul {
	height: 342px;
	overflow-y: auto;
}
.rc_fxed_higt {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	border-bottom: 3px solid #432666;
}
.rc_fxed_higt ul {
	height: 160px;
	overflow-y: auto;
}
.rc_fxed_higt ul li a {
	cursor: pointer;
	color: #0379bb;
}
.rc_fxed_higt ul li {
	font-size: 13px;
}
.rc_fxed_higt ul li strong {
	color: #0379bb;
	font-size: 13px;
}
.rc_fxed_higt ul li a:hover, .rc_fxed_higt ul li strong:hover {
	color: #323232;
}
.list_jrnl_img {
	background: url(../images/ic_journal.png) no-repeat 10px 10px;
	display: block;
	padding-right: 10px;
}
div.list_jrnl a, div.list_jrnl p {
	display: block;
	text-align: left;
	margin-left: 40px;
}
div.list_jrnl p {
	color: #323232;
}
.btn-gry {
	color: #fff;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 4px;
	padding: 2px 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #656d78;
	float: left;
	clear: both;
}
.btn-gry:hover {
	background-color: #e5e5e5;
}
.disable_in_mobi table {
	width: 100%;
}
.fixed {
	position: fixed;
	top: 0px;
	width: 80%;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 0 5px #323232;
}
/*Christmas Greetings */
.christms {
	position: absolute;
	top: 151px;
	left: -4px;
	z-index: 9999;
	width: 175px;
	height: 250px;
	background: url(../images/christms-gr.png) no-repeat 0 0;
}
.christms .close {
	background: #FFF;
	width: 24px;
	height: 24px;
	text-align: center;
	border: 1px solid #009b90;
	position: relative;
	top: 2px;
	right: 4px;
}
/*Christmas Greetigns */

/* Footer */
footer {
	background: #009b90;
	min-height: 70px;
}
footer,footer a {
	color: #fff;
}

.copyright {
	background: #02736b;
}

.copyright a {
	color: #f2f2f1;
	text-decoration: underline;
}
.footer_nav {
	text-align: right;
}
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.subject_wise_bg {
	padding-top: 4px;
	border-bottom: 1px solid #2CB9AE;
	padding-left: 10px;
	padding-bottom: 4px;
	color: #FFF;
	font-size: 16px;
	background: #2CB9AE;
}
.jrnl_anchor a {
	color: #432467;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	border-radius: 4px;
	font-family: Calibri;
	font-size: 12px;
	text-decoration: none; /* no underline */
	color: #0e5b8c;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #0e5b8c;
	border-radius: 4px;
	font-family: Calibri;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0e5b8c;
	font-family: Calibri;
	font-weight: bold;
	background-color: #0e5b8c;
	color: #FFF;
	border-radius: 4px;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCC;
	border-radius: 4px;
	color: #CCC;
}
.m_t {
	margin-top: 20px;
}
.mrgn_top {
	margin-top: 15px;
}
.m_b {
	margin-bottom: 20px;
}
/* contact page styles */
.contact_inner > div {
	padding: 5px 8px;
	text-align: justify;
}
.contact_imdpub {
	padding-bottom: 10px;
}
.contact-header {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	margin-top: 0;
	background: url(../images/icon_contact.png) no-repeat right 4px #009b90;
	text-indent: 15px;
	border-radius: 0 50px 50px 0;
	line-height: 48px;
	text-shadow: 1px 1px #01736b;
	padding-right: 10px;
	width: 260px;
	margin-bottom: 20px;
}
.contact_imdpub p {
	line-height: 22px;
}
.contact_inner {
	border: 1px solid #b9b8b8;
	border-radius: 6px;
	box-sizing: content-box;
}
.contact_inner p {
	padding: 0 10px;
}
.contact_inner h2 {
	background-color: #404040;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 15px;
	margin-top: 0;
	min-height: 35px;
	padding: 10px 15px;
	line-height: 18px;
}
.contact_form {
	background-color: #c6dcd9;
	border: 10px solid #f1f1f1;
	padding: 25px 10px 10px !important;
	box-sizing: border-box;
}
.contact_form .btn-danger {
	background: #e74c3c none repeat scroll 0 0;
	border-bottom: 6px solid #be3b2d;
	float: right;
	font-size: 18px;
	height: 50px;
	margin-bottom: 10px;
	margin-right: 65px;
	transition: all 1s ease-in-out 0s;
	width: 175px;
}
.contact_form .btn-danger:hover {
	background: #be3b2d;
}
.contact_form .form-control {
	border: 1px solid #74a1a2;
}
.contact_form label {
	color: #202020;
	display: block;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
} 
.contact_inner h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 24px;
	color: #e74c3c;
	font-size: 16px;
	text-align: center;
}
.contact_form #captchaimg {
	border: 1px solid #74a1a2;
	padding: 2px 5px;
	margin-top: 10px;
}
.reach_us > h2 {
	background-color: #009b90;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	padding-left: 15px;
	border-radius: 5px;
}
.reach_us p {
	border-bottom: 1px dotted #c6dcd9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.reach_us .col-md-12 p {
	line-height: 22px;
	font: 13px;
}
.eb_tooltip {
	border-bottom: 0px dotted #000000;
	outline: none;
	cursor: hand;
	text-decoration: none;
	position: relative;
}
.eb_tooltip span {
	margin-left: -2590em;
	position: absolute;
}
.eb_tooltip:hover span {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 90;
	margin-left: 0;
	width: 520px;
	text-align: justify;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #565656;
}
.eb_tooltip:hover img {
	border: 0;
	margin: -10px 0 0 -55px;
	float: right;
	position: absolute;
}
.eb_tooltip:hover em {
	display: block;
	padding: 0.2em 0 0.6em 0;
	width: 520px;
}
/* new styles dec */
/* New CSS for new website - Nov 18th, 2015 */
.categry-jrnls h2 {
	font-family: "oswald", Arial, Helvetica, sans-serif;
	color: #f60;
	font-size: 24px;
	letter-spacing: -1;
	/*	margin-bottom:35px;
*/	background: #fff;
	position: relative;
	width: 22%;
	margin: 10px auto;
	border-radius: 10%;
	z-index: 1;
}
.categry-jrnls hr {
	position: relative;
	top: -20px;
	background: #2ac5ba;
	height: 2px;
	margin: 0;
}
.categry-jrnls h3 {
	color: #930;
	font-size: 13px;
	letter-spacing: -1;
	font-weight: 600;
}

.categry-jrnls .col img,
.categry-jrnls > [class*="col-"] img {
	border: 1px solid #009b90;
	padding: 10px;
	border-radius: 10%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.categry-jrnls > [class*="col-"]:hover img{
	background: #009b90;
	border-radius: 0;
	border: 1px solid #8effff;
	position: relative;
}
.categry-jrnls .col h3 a,
.categry-jrnls > [class*="col-"] h3 a {
	color: #930;
}
/*.categry-jrnls .col-md-3 img:hover {
	background:#009b90;
}*/
.categry-jrnls .col p,
.categry-jrnls > [class*="col-"] p {
	font-size: 13px;
	line-height: 22px;
}

/* New journal styles Nov */
.imdpub-journals p {
	line-height: 22px;
	padding-bottom: 5px;
}
.imdpub-journals h1 {
	font-size: 22px;
	letter-spacing: -1px;
	color: #ff5500;
	margin-top: 0;
}
.list-categry-jrnls h2 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #009b90;
}
.list-categry-jrnls .col-md-3 {
	margin-bottom: 5px;
	min-height: 225px;
}
.list-categry-jrnls .col-md-3 img {
	border: 1px solid #666;
}
a.lcj-a {
	font-size: 14px;
	color: #432467;
	padding: 4px 10px;
	display: block;
	margin-top: 10px;
	font-weight: 600;
}
.imdpub-journals h1 {
	font-size: 22px;
	letter-spacing: -1px;
	color: #F50;
	margin-top: 0px;
}
.copyright ul li a {
	color: #43ded3;
}
.bbt-button {
	border-radius: 0 0 15px 15px;
	position: relative;
	top: -1.4rem;
}
/* new styles dec ends */
/*-------------------------------------*/
@media only screen and (max-width:480px) {
.vision, .mision, .explore {
	float: none;
	clear: both;
	width: 100%;
}
.btn_contact {
	margin-bottom: 15px;
}
.rcnt_articles .btn-success {
	width: 85%;
}
.list_Jrnls {
	margin-bottom: 15px;
}
.disable_in_mobi {
	display: none;
}
header h1 {
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
}
.biography_block {
	display: none;
}
.table_img_class {
	width: 30px;
	height: 30px;
}
.ref_width {
	width: 230px;
}
.categry-jrnls .col-md-3 {
	width: 100%;
}
.categry-jrnls h2 {
	width: 100%;
}
.navbar-toggle {
	margin-right: 25px;
}
}

@media only screen and (max-width:767px) {
.categry-jrnls .col-md-3 {
	width: 100%;
}
.categry-jrnls h2 {
	width: 100%;
}
.list-categry-jrnls h2 {
	text-align: left;
}
p {
	text-align: left;
}
.rcnt_articles h2 {
	text-align: left;
	font-size: 15px;
}
ul.footer_nav {
	line-height: 30px;
}
.home_tab_content p {
	text-align: left;
}
.bbt-button {
	display: block;
	width: 200px;
	text-align: center;
	float: none;
	margin: 0 auto;
	position: relative;
	top: -30px;
}
.navbar-toggle {
	margin-right: 25px;
}
.bbt-button {
	top: 0;
	margin-bottom: 15px;
}
}
.citation_author {
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px !important;
	text-align: justify;
	color: #000 !important;
	border: 0px !important;
	padding: 0px;
	margin: 0px;
}
.panel-primary {
	border-color: #009b90;
}
.panel-primary > .panel-heading {
	background-color: #009b90;
	border-color: #009b90;
	color: #fff;
}
.panel .media-list .media {
	border-bottom: 1px dotted #323232;
}
.tab-content {
	border: #ddd solid 1px;
	border-top: none;
	padding: 20px;
}
.card.border-info, .panel {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	border-bottom-width: 3px;
}
/*.list-group-item::before {
	background:url(../images/arrow_right.png) left no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 5px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 5px;
}*/
.citation_title {
	font-size: 16px;
	text-align: left;
	line-height: normal;
}
/**** Customized *****/

.full-text .page-header, .full-text h3 {
	font-family: Calibri, "Calibri Light";
	margin: 0;
}
.full-text h4, .full-text strong, .full-text dt {
	color: #028b80;
}
.full-text .dl-horizontal dt {
	width: 190px;
}
.full-text .dl-horizontal dd {
	margin-left: 200px;
}

@media (min-width: 768px) {
.full-text dl {
	margin-left: -15px;
}
}
.full-text p {
	line-height: 1.42857;
}
.full-text .thumbnail {
	margin-bottom: 0;
}
.full-text ol {
	padding-left: 15px;
}
.full-text ol li {
	line-height: 20px;
	margin-bottom: 15px;
}
.journal_head {
	font-family: "Times New Roman", Tahoma;
}
.art_type {
	color: #4A2B6E;
}
.dl-horizontal dt {
	width: 210px;
}
.dl-horizontal dd {
	margin-left: 230px;
}
.ft_below_content ol {
	margin-left: 20px;
}
.ft_below_content ol > li {
	margin-bottom: 8px;
}
/*****************
	blockquote
***************/

blockquote {
	font-size: 16px;
	border-color: #dddddd;
	border-style: solid;
	margin: 1em 0px;
	padding: 1em 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 1em;
	min-height: 60px;
}
blockquote:before {
	display: block;
	float: left;
	content: "\201C";
	font-size: 100px;
	margin-right: 10px;
	color: #fff;
	background-color: #03C9A9;
	padding: 15px 15px 19px 0;
	width: 50px;
	height: 50px;
	line-height: 77px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
blockquote cite {
	position: relative;
	display: block;
	text-align: right;
	margin-top: 5px;
	color: #999;
}
.recent-articles .recent-article{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;

  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;

  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
