body{
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-style: normal;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-display: swap;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.font-weight-bold{
    font-weight: 500;
}
.unorder-list {
    list-style: none;
}

.unorder-list li:after {
    content: "";
    height: 7px;
    width: 7px;
    background: #02375b;
    position: absolute;
    left: -20px;
    top: 9px;
    transform: rotate(45deg);
}

.unorder-list li {
    position: relative;
}
.custom-btn {
    background-color: transparent;
    padding: 6px 20px;
    color: #0f4c81;
    font-family: Roboto,sans-serif;
    line-height: 18px;
    border: 1px solid #0f4c81;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
}
.custom-btn:hover {
    background: #0f4c81;
    color: #fff;
}
.bg-custom{
    background: #e8ecf1;
}
.container, .container-fluid {
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400;
    color: #013358;
    margin: 0 4px;
    display: block;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform-origin: right center;
    transform: scaleX(0) translateZ(1px);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transition: transform .26s cubic-bezier(.25,.8,.25,1);
    will-change: scale;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link:before {
    transform-origin: left center;
    transform: scale(1);
}
.dropdown-menu{
	min-width: 230px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.085);
    border-top-color: #013358;
    border-top-width: 2px;
    padding: 10px 0;
    transform: translateY(10px);
    transition: all .25s;
    z-index: 998;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 10px 35px -3px rgb(0 0 0 / 12%);
    left: -120px !important;
	padding: 10px 0;
}
.dropdown-menu li{
	position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
.dropdown-menu li a{
	font-weight: 400;
    display: block;
    padding: 0.571em 1.785em;
    letter-spacing: 0;
    position: relative;
}
.search-menu{
	background-color: #fff;
    border: 0;
    width: 100%;
    right: 0;
    z-index: 99999;
    min-width: 0;
	padding: 0;
}
.si-search-form{
	position: absolute;
    left: -75px;
    right: -115px;
}
.si-search-form button {
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
	border: 0;
    background: transparent;
    outline: none;
}
.sinatra-animate-arrow svg {
    width: 20px;
}
.sinatra-animate-arrow .arrow-handle {
    transition: all .2s cubic-bezier(.25,.8,.25,1);
}
.sinatra-animate-arrow .arrow-bar {
    transition: all .2s cubic-bezier(.25,.8,.25,1);
}
.sinatra-animate-arrow .arrow-bar {
    transform: scaleX(0);
}
.sinatra-animate-arrow:hover .arrow-bar {
    transform: scaleX(1);
}
.sinatra-animate-arrow.right-arrow svg {
    transform: rotate(180deg);
}
.si-form-label {
    display: block;
    width: 100%;
}
.si-search-form input {
    font-size: 15px;
    color: #30373e;
    display: block;
    width: 100%;
    padding: 16px 45px 16px 20px;
    outline: none;
    box-shadow: 0 10px 35px -3px rgb(0 0 0 / 12%);
    border-radius: 0 0 3px 3px;
    border: 1px solid rgba(0,0,0,.085);
    border-top: 2px solid #013358;
}
.si-search-form::after {
	outline: none !important;
    bottom: 100%;
    right: 16px;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 10px solid #013358;
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    pointer-events: none;
    z-index: -1;
}
.accordion .accordion-button{
	background: #e8ecf1;
    color: #0f0f0f;
    font-weight: 600;
    outline: none;
    box-shadow: none;
}
.table>thead{
	background: #003c5e;
}
.table-bordered>:not(caption)>*>*{
	padding: 1rem;
}
#go-to-top {
	background-color: #abb8c3;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    display: flex;
    align-items: center;
}
#go-to-top:hover {
  cursor: pointer;
  background-color: #013358;
}
#go-to-top:active {
  background-color: #013358;
}
#go-to-top svg {
	height: 1em;
    position: relative;
    left: 2px;
    top: -2px;
	fill: #fff;
}
#livechat{
	position: fixed;
    right: 0;
    top: 72px;
}
#scIlCb{
    display: none !important;
}
.rating-block .rate li {
    color: #f5d700;
    font-size: 35px;
    padding: 0 3px;
    cursor: pointer;
    display: contents;
}
.main-banner{
	background: #fff;
}

.macwintabs button.active {
  border: 1px solid #ccc;
  border-bottom: none;
  background: linear-gradient(180deg, #013a6324, transparent);
  border-radius: 20px 20px 0 0;
}
.contentSection .content:not(:first-child) {
		display: none;
	}
.macwintabs {
  margin-bottom: 10px;
  padding: 0;
}
.macwintabs button {
	list-style: none;
	display: inline-block;
	width: auto;
	padding: 1rem;
	color: #013a63;
	font-weight: 500;
	margin-right: -4px;
	text-align: center;
	cursor: pointer;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #ccc;
}
#topbar {
    position: sticky;
    top: 0;
    z-index: 6;
    width: 100%;
    background-image: linear-gradient(to right,#FBFBFB,#FBFBFB);
    border-bottom: 1px solid #29abe230;
    border-top: 1px solid #29abe230;
    padding: 10px;
    text-align: center;
}
.pron_topbar a {
    padding: 0 3%;
    display: inline-block;
    text-decoration: none;
    color: #043a5c;
}
@media(min-width:280px) and (max-width:991px){
	.si-search-form {
		position: absolute;
		left: 0;
		right: 0;
	}
}
.popup {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.popup span:nth-child(1) {
    border-bottom: 1px dotted #013a63;
}
.bl_color {
    color: #013a63!important;
}
.popup-text {
    position: absolute;
    bottom: 2rem;
    left: -4rem;
    background: #023558;
    border: 1px solid #023558;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    padding: 5px;
    min-width: 12rem;
    height: auto;
    z-index: 9999;
    visibility: hidden;
}
.popup:hover .popup-text {
    visibility: visible;
}
.popup .popup-text:before {
    content: "";
    height: 15px;
    width: 15px;
    background: #023558;
    border-right: 1px solid #023558;
    border-bottom: 1px solid #023558;
    position: absolute;
    bottom: -8px;
    left: 5rem;
    transform: rotate(45deg);
}
/* footer */
footer {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

footer .footer-logo img {
    filter: brightness(0) invert(1);
}


footer .footer-widget {
    padding-top: 12px;
    margin-bottom: 42px;
}

footer .footer-widget .widget-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    text-transform: capitalize;
}

footer .footer-widget ul li {
    margin-bottom: 10px;
}

footer .footer-widget ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    text-transform: capitalize;
    text-decoration: none;
}


footer .footer-widget ul li a:hover {
    color: #ffffff;
}

footer .f-item.address {
    padding-left: 35px;
}

footer .f-item .widget-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    padding-top: 12px;
    margin-bottom: 30px;
}

footer .f-item .address li {
    color: #cccccc;
    margin-bottom: 10px;
    display: flex;
}

footer .f-item .address li i {
    color: #ffffff;
}

footer .f-item .address li svg {
    display: inline-block;
    font-size: 21px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

footer .f-item .address li a {
    color: #cccccc;
    text-decoration: none;
}

footer p {
    color: #cccccc;
}
@media (max-width: 767px) and (min-width: 280px) {
    footer .f-item.address{
        padding-left: 0;
    }
}
