body,html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	overflow: auto;
	height: 100vh;
	color: #16243d;
    font-family: "Epilogue", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

@font-face {
    font-family: 'IcoMoon-Free';
    src: url('../fonts/IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DejaVuSerifCondensed';
    src: url('../fonts/DejaVuSerifCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DejaVuSerifCondensed';
    src: url('../fonts/DejaVuSerifCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DejaVuSerif';
    src: url('../fonts/DejaVuSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DejaVuSerif';
    src: url('../fonts/DejaVuSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
p {
    font-size: 1.1rem;
}
label {
    font-size: 1.1rem;
}
a {
	color: #003A37;
	text-decoration: none;
}
a:hover {
	color: #25826A;
}
ul {
	list-style: none;
	margin: 0;
}
.btn-green {
    background: #25826A;
    font-size: 1rem;
    font-weight: 600;
    padding: 13px 22px 10px 22px;
    border-radius: 6px 6px 6px 6px;
    transition: all .3s ease 0s;
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    border: none;
}
.btn-green:hover {
    background: #003A37;
    color: #fff;
}
.btn-green svg {
    width: 17px;
    height: 17px;
    margin-left: 10px;
    margin-right: 0px;
    transition: all .3s ease 0s;
    position: relative;
    top: 0;
}
.btn-green svg path {
    fill: #fff;
}
.btn-green:hover svg {
    transform: translateX(5px);
}
.text-muted {
    font-size: 1rem;
    line-height: 18px;
    display: inline-block;
}
.wrapper {
   
}
.inline-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 66%);
  margin-top: 0;
  padding-top: 50px;
  z-index: 999999;
}
.global-padding {
    padding: 0px 50px 0px 50px;
}
.top-header {
	background: #003A37;
}
.top-header a, .top-header p {
	color: #FFFFFFD1;
}
.top-header a:hover {
	color: #ffffff;
}
.top-header-inner {
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
}
.top-header-inner-left p {
	margin: 0;
}
.top-header-inner-left p i {
    padding: 0 10px 0 8px;
}
.top-header-inner-left ul {
	display: flex;
	margin-bottom: 0;
	padding-left: 0;
}
.top-header-inner-left ul li {
	margin-right: 15px;
    padding: 12px 0px 11px 0;
}
.top-header-inner-left ul li:first-child {
    border-right: 1px solid #FFFFFF1A;
    padding-right: 40px;
}
.top-header-inner-left ul li:nth-child(2) {
    padding-left: 15px;
}
.top-header-inner-right ul {
	display: flex;
	margin-bottom: 0;
}
.top-header-inner-right ul li {
	padding: 12px 15px 11px 15px;
}
.top-header-inner-right ul li:last-child {
    border-left: 1px solid #FFFFFF1A;
    padding-left: 40px;
}
.top-header-inner-right ul li:last-child span {
    padding-right: 15px;
}
.top-header-inner-right ul li:last-child span:last-child {
    padding: 0;
}
.top-header-inner-right ul li:nth-last-child(2) {
    padding-right: 40px;
}

.top-menu {
	border-bottom: 1px solid #d3d3d3;
}
.top-menu ul {
	display: flex;
	padding-left: 0;
}
.top-menu-wrapper-inner {
	padding: 0;
}
.main-menu__logo {
    float: left;
    display: block;
    margin-right: 60px;
    width: 270px;
    margin-top: 17px;
}
.main-menu__logo a {
	float: left;
    width: 100%;
}
.main-menu__logo a img {
	max-width: 100%;
}
.main-menu-container {
	float: left;
}
.main-menu-list > li {
	margin-left: 25px;
    padding: 19px 0;
}
.main-menu-list > li:first-child {
    margin-left: 0;
}
.main-menu-list > li > a {
	font-weight: 600;
    line-height: 47px;
    display: inline-block;
    color: #003A37;
    font-size: 1.25rem;
}
.main-menu-list > li ul {
	position: absolute;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	display: block;
    width: 250px;
    background: #fff;
    z-index: 9999999;
    padding-left: 0;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 11px 14px 14px;
}
.main-menu-list > li ul li {
	display: flex;
	width: 100%;
	padding: 8px 13px;
}
.main-menu-list > li ul li a {

}
.main-menu-list > li:hover > a, .main-menu-list > li.active > a {
    color: #25826A;
}

.main-menu-list > li:hover  ul {
	opacity: 1;
	visibility: visible;
}
.main-menu-right {
	float: right;
    margin-top: 18px;
    margin-right: 14px;
}
.main-menu-right-inner {
	display: flex;
}
.main-menu-right-inner .phone-icon {
	height: 50px;
    width: 50px;
    border: 2px solid #ededed;
    border-radius: 25px;
    text-align: center;
    padding-top: 7px;
    font-size: 1.6rem;
    margin-right: 10px;
}
.main-menu-right-inner .phone-number {
	line-height: 20px;
    padding-top: 5px;
    color: #000;
    font-size: 1.25rem;
}
.main-menu-right-inner .phone-number a {
	font-weight: bold;
}
.main-menu-right-inner .phone-number p {
	margin: 0;
	color: #000000c4;
}
body.show-sticky-header .top-menu {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
    transition: all 300ms ease-in-out;
    -webkit-animation: top-menu-sticky 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: top-menu-sticky 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}


.mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
    display: block;
}
.mobile-menu-container.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.mobile-menu-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-menu-content {
    width: 300px;
    background-color: #16243d;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    align-items: flex-start;
}
.mobile-menu-container.expanded .mobile-menu-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.mobile-menu-container .nav-link, .mobile-menu-container .dropdown-item {
	color: #fff !important;
}
.mobile-menu-container .nav-link:focus, .mobile-menu-container .nav-link:hover {
	color: #fff !important;
}
.mobile-menu-container .dropdown-item:focus, .mobile-menu-container .dropdown-item:hover {
	color: #fff !important;
	background: none !important;
}
.mobile-menu-container .dropdown-item.active:focus, .mobile-menu-container .dropdown-item.active:hover {
	color: #fff !important;
	background: none !important;
}
.mobile-menu-container .dropdown-menu {
	background: none !important;
}
.mobile-header {
	width: 100%;
    display: flex;
    max-width: 100%;
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 15px;
    position: relative;
}
.mobile-header img{
	max-width: 80%;
}

.mobile-menu-contact {
	margin-top: 30px;
}
.mobile-menu-contact li {
	margin-bottom: 15px;
}
.mobile-menu-contact li > i {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	background: #004834;
	text-align: center;
	padding-top: 8px;
    font-size: 1rem;
    margin-right: 7px;
}
.mobile-menu-close {
	position: absolute;
    right: 2px;
    color: #fff;
    font-size: 1.25rem;
    top: 3px;
}
.mobile-nav-toggle {
	display: block;
}

.footer-right {
	float: right;
	display: flex;
}
.footer-right .phone-icon {
	height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 7px;
    font-size: 1.6rem;
    margin-right: 0;
    color: #fff;
}
.footer-right .phone-number {
	line-height: 23px;
}
.footer-right .phone-number a {
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
}
.footer-right .phone-number p {
	color: #ffffff6b;
}


footer {
    background: #003A37;
    padding-top: 70px;
    padding-bottom: 15px;
}
.footer-logo {
	width: 80px;
    height: 80px;
    border-radius: 75px;
    overflow: hidden;
}
.footer-logo img {
	width: 80px;
}
.footer-copyright {
	border-top: 1px solid #ffffff1f;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin-top: 15px;
}
.footer-address {
	margin-top: 30px;
	color: #fff;
}
.footer-contact h5 {
	color: #fff;
	margin-bottom: 30px;
}
.footer-contact li {
	margin-bottom: 15px;
}
.footer-contact li > i {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	background: #004834;
	text-align: center;
	padding-top: 8px;
    font-size: 1rem;
    margin-right: 7px;
    color: #cdcdcd;
}
.footer-wrapper a {
    color: #ffffff8a;
}
.footer-wrapper a:hover {
    color: #fff;
}
.footer-contact p {
	color: #fff;
}

@media screen and (min-width: 992px) {
	.mobile-menu-container, .mobile-nav-toggle {
		display: none;
	}
  	.mobile-menu-container .navbar {
	    padding: 0;
	    line-height: 3rem;
	    .dropdown-menu {
	      line-height: initial;
	    }
  	}  
  
  	.mobile-menu-container .dropdown {
	    .dropdown-menu {
	      display: none;
	    }
  	}
  	.mobile-menu-container .dropdown,
  	.mobile-menu-container .dropend {
	    &:hover {
	      & > .dropdown-menu {
	        display: block;
	      }
	    }
  	}
  	.mobile-menu-container .dropdown {
	    &:hover {
	      & > .dropdown-menu {
	        margin-top: -.5rem;
	      }
	    }
  	}
  	.mobile-menu-container .dropend {
	    &:hover {
	      & > .dropdown-menu {
	        position: absolute;
	        top: -.5rem;
	        left: 100%;
	        margin-left: 0;
	      }
	    }
  	}
}

@media screen and (max-width: 992px) {
    .top-header {
        display: none;
    }
    .main-menu-list {
        display: none !important;
    }
    .main-menu-right {
        display: none !important;
    }
    .main-menu-container {
        float: right;
        font-size: 1.9rem;
        margin-top: 14px;
    }
}

.banner-top {

}
.banner {
    position: relative;
    display: block;
    padding: 60px 0 60px;
    z-index: 1;
}
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-image: url('../img/inner-banner.jpg');
}

.top-slider {
    overflow: hidden;
    height: 650px;
}
.home-banner {
    position: relative;
    display: block;
    z-index: 1;
    height: 650px;
}
.home-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-image: url('../img/inner-banner.jpg');
}
.home-banner-top {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 60px;
}
.slick-dots {
    bottom: 5px;
}
/*.banner-bg:before {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 250px;
    content: "";
    background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(243, 246, 248, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(243, 246, 248, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(243, 246, 248, 0) 100%);
}*/
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
    opacity: 0.2;
}
.banner-overlay img {
    width: auto;
}
.banner-top {
    color: #fff;
}
.banner-top .breadcrumb li a {
    color: #fff !important;
}
.banner-top-container {
    position: absolute;
    top: 180px;
}
.banner-subtitle {
    font-weight: 700;
    color: #003A37;
    margin-top: 25px;
}
.banner-subtitle p {
    background: #e9e9e996;
    display: table;
    padding: 0px 20px;
    margin-bottom: 4px;
    font-size: 4rem;
}
.award-winning-cont {
    background: #fff;
    display: inline;
    color: #25826A;
    padding: 10px 15px;
    font-size: 1.2rem;
    border-radius: 22px;
    box-shadow: 7px 5px 36px -1px rgba(49.300000000000026, 43.64992527173916, 43.64992527173916, 0.09);
}
.award-winning-cont i {
    font-size: 1.3rem;
    padding-right: 4px;
}
.plan_group {
    display: none !important;
}
.get-a-quote {
    position: relative;
    display: block;
    padding: 80px 0px 66px;
    background-color: #ffffff;
    z-index: 1;
}
.get-a-quote:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-image: -moz-linear-gradient(90deg, rgb(242, 245, 249) 0%, rgba(242, 245, 249, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(242, 245, 249) 0%, rgba(242, 245, 249, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(242, 245, 249) 0%, rgba(242, 245, 249, 0) 100%);
    z-index: -1;
}

.get-a-quote-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: luminosity;
    opacity: 0.06;
    z-index: -1;
}
.get-a-quote__right {
    position: relative;
    display: block;
}
.section-title {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 48px;
}
.section-sub-title-box {
    position: relative;
    display: inline-block;
}
.section-sub-title {
    font-size: 1.1rem;
    color: #16243d;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
}

.flip-animate {
  perspective: 1000px;
  
  span {
    position: relative;
    display: inline-block;
    padding: 0;    
    transition: transform 0.3s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  
  span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    transition: color 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
  }
  
  &:hover span,
  &:focus span {
    transform: rotateX(90deg) translateY(-22px);
  }
  
  &:hover span:before,
  &:focus span:before {
    color: rgb(210, 73, 54);
  }
}

.flip-item-container {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
}

.flip-item {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.flip-item .text {

}
.flip-item-inner {
	border: 1px solid #ccc;
    height: 140px;
    border-radius: 14px;
    margin-bottom: 10px;
    padding: 15px;
}
.flip-item-inner .icon img {
	height: 40px;
}
.flip-item-inner .text {
	font-size: 1.25rem;
	font-weight: bold;
}
.flip-item-inner:hover .text {
	font-size: 1rem;
	font-weight: normal;
}

.list-with-icon {
	text-decoration: none;
	list-style: none;
	padding: 0;
}
.list-with-icon li {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}
.list-with-icon .icon {
	height: 40px;
    width: 40px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    background: #42806b;
    text-align: center;
    padding-top: 12px;
    color: #fff;
}
.list-with-icon .text {
    line-height: 40px;
    padding-left: 15px;
    font-weight: bold;
}

input[type=text], input[type=email], input[type=number], input[type=password], .bootstrap-select>.dropdown-toggle {
    height: 50px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    font-size: 1.1rem;
    color: #16243d;
    font-weight: 400;
    padding: 0 30px 0;
    border-radius: 10px;
}
textarea {
	width: 100%;
	min-height: 150px;
	border: 1px solid #dfe3e7;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    font-size: 1.1rem;
    color: #16243d;
    font-weight: 400;
    padding: 15px 30px 15px;
    border-radius: 10px;
}
.bootstrap-select>.dropdown-toggle {
    line-height: 46px;
}

.form-group {
    margin-bottom: 1rem;
}
.quotation_form .dropdown.bootstrap-select {
	width: 100% !important;
    border: 1px solid #dfe3e7;
    border-radius: 14px;
}
.quotation_form .bootstrap-select > .dropdown-toggle {
	height: 50px;
	background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    line-height: 44px;
    color: #16243d;
    border: none;
}
.quotation_form .bootstrap-select > .dropdown-toggle:focus {
	outline: none !important;
}
.dropdown.bootstrap-select .dropdown-menu.show {
	padding: 0 !important;
}
.dropdown.bootstrap-select .dropdown-menu.show ul li a {
	background: #16243d;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #ffffff1c;
}
.dropdown.bootstrap-select .dropdown-menu.show ul li a:hover, .dropdown.bootstrap-select .dropdown-menu.show ul li.selected.active a{
	background: #16243dbf;
}
.dropdown.bootstrap-select .filter-option-inner-inner {
    line-height: 3.5;
    color: #666;
}

.button-group-pills .btn {
    border-radius: 24px;
    margin-bottom: 15px;
    margin-right: 10px;
    border-color: #25826A66;
    color: #25826A;
    font-weight: 500;
    padding: 4px 20px 2px 20px;
    line-height: 26px;
}
.button-group-pills .btn.active {
  	background-color: #25826A;
  	color: #FFF;
  	box-shadow: none;
}
.button-group-pills .btn:hover {
  	background-color: #25826A;
  	color: #FFF;
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.form-check-input[type='radio'] {
    border-color: #8f8f8f;
}
.form-floating>label {
    padding: 0.75rem 1.75rem;
    color: #666 !important;
    font-size: 1.1rem;
    line-height: 2;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 0.75rem 1.75rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    line-height: 1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: .625rem;
}

.form-floating>.form-control-plaintext~label::after, 
.form-floating>.form-control:focus~label::after, 
.form-floating>.form-control:not(:placeholder-shown)~label::after, 
.form-floating>.form-select~label::after {
    inset: 0.7rem 0.375rem !important;
}

.form-floating>.form-control-plaintext~label, 
.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label {
    top: -14px;
    font-size: 1.1rem;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #dfe3e7;
    outline: 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.plan-group-pills .btn {
    border-radius: 7px;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 100%;
    text-align: left;
    display: flex;
    border: 1px solid #25826A;
    color: #25826A;
    padding-top: 8px;
}
.plan-group-pills .btn .icon {
	/*height: 20px;
	width: 20px;
	background: #ccc;
	display: block;
	margin-right: 10px;
	border-radius: 10px;*/
}
.plan-group-pills .btn.active {
  	background-color: #25826A;
  	color: #fff;
}
.plan-group-pills .btn:hover {
  	background-color: #25826A;
  	color: #fff;
}
.font-weight-bold {
	font-weight: bold;
}
.submit-btn {
	background: #004834 !important;
	color: #fff !important;
}
.submit-btn:hover {
	background: #017241 !important;
}
/*.quotation-form-cont {
	min-height: 200px;
	background: #fff;
	width: 100%;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding: 15px;
}*/

.quotation-form-cont {
	display: block;
}
.quotation-detail-cont {
	min-height: 200px;
	background: transparent;
	width: 100%;
	display: none;
	opacity: 0;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding: 15px;
}
.quotation-detail-cont table tr th, .quotation-detail-cont table tr td {
	background: transparent;
}
/*.table-borderless {
	border: none;
}
.table-borderless tr {
	border: none;
}
.table-borderless tr td {
	border: none;
}*/
.premium-details-table tr th, .premium-details-table tr td {
	/*font-size: 18px;*/
	background: transparent;
}
.premium-details-table-cont {
	background: #f2f5f9;
	margin-top: 40px;
	border-radius: 10px;
}
section.login {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.login-button-cont {
	display: flex;
	align-items: center;
}
.login-button-cont .forgot-password-btn {
	margin-left: 20px;
}
.form-wrapper {
	position: relative;
    display: block;
    padding: 60px 60px 60px;
    border-radius: 10px;
    border: 1px solid #e0e4e8;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05)
}
.general-page-content {
	padding: 50px 0;
}
.circle_list {
	list-style: circle !important;
}
.contact-form-container {
	padding: 50px 0;
	background: #F2F5F9;
}
span.error {
    color: red;
    font-size: 1rem;
}
span.required {
    color: red;
}
input::placeholder {
  color: #666;
}

.content-area {
    padding: 80px 0px 66px;
}
.center-panel-container {
    padding: 40px 30px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 5px;
}
.payment_summary_table {
    width: 100%;
}
.payment_summary_table thead th {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    padding: 24px 0 12px;
    border-bottom: 1px solid #cccccc59;
}
.payment_summary_table tbody td {
    padding: 8px 0 8px !important;
}
.payment_summary_table tfoot td {
    padding: 8px 0 8px !important;
    border-top: 1px solid #cccccc59;
}
.gray-box {
    padding: 40px 30px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    background: #F2F5F9;
    border-radius: 5px;
}
.nav-tabs .nav-link.active {
    background: #004834;
    color: #fff;
    border-color: #004834;
}
.nav-tabs .nav-link {
    color: #16243d;
}
.manual-collect-text {
    border: 1px solid #ccc;
    padding: 15px;
    display: inline-block;
    border-radius: 5px;
    background: #cccccc33;
}

.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-block;
    top: 50%;
    position: absolute;
    margin-left: -34px;
    margin-top: -34px;
  }
    .loader:before,
    .loader:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      border-radius: 50%;
      transform: rotateX(70deg);
      animation: 1s spin linear infinite;
    }
    .loader:after {
      color: #FF3D00;
      transform: rotateY(70deg);
      animation-delay: .4s;
    }

  @keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotateZ(360deg);
    }
  }

  @keyframes rotateccw {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-360deg);
    }
  }

  @keyframes spin {
    0%,
    100% {
      box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
      box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
      box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
      box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
      box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
      box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
      box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
      box-shadow: .2em -.2em 0 0 currentcolor;
    }
  }


.file {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file > input[type='file'] {
    position: absolute;
    opacity: 0;
    width: 128px;
}

.file > label {
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
  outline: 0;
  user-select: none;
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  border-style: solid;
  border-radius: 4px;
  border-width: 1px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 29%);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file > label:hover {
  border-color: hsl(0, 0%, 21%);
}

.file > label:active {
  background-color: hsl(0, 0%, 96%);
}

.file > label > i {
  padding-right: 5px;
}

.file--upload > label {
  color: hsl(204, 86%, 53%);
  border-color: hsl(204, 86%, 53%);
}

.file--upload > label:hover {
  border-color: hsl(204, 86%, 53%);
  background-color: hsl(204, 86%, 96%);
}

.file--upload > label:active {
  background-color: hsl(204, 86%, 91%);
}

.file--uploading > label {
  color: hsl(48, 100%, 67%);
  border-color: hsl(48, 100%, 67%);
}

.file--uploading > label > i {
  animation: pulse 5s infinite;
}

.file--uploading > label:hover {
  border-color: hsl(48, 100%, 67%);
  background-color: hsl(48, 100%, 96%);
}

.file--uploading > label:active {
  background-color: hsl(48, 100%, 91%);
}

.file--success > label {
  color: hsl(141, 71%, 48%);
  border-color: hsl(141, 71%, 48%);
}

.file--success > label:hover {
  border-color: hsl(141, 71%, 48%);
  background-color: hsl(141, 71%, 96%);
}

.file--success > label:active {
  background-color: hsl(141, 71%, 91%);
}

.file--danger > label {
  color: hsl(348, 100%, 61%);
  border-color: hsl(348, 100%, 61%);
}

.file--danger > label:hover {
  border-color: hsl(348, 100%, 61%);
  background-color: hsl(348, 100%, 96%);
}

.file--danger > label:active {
  background-color: hsl(348, 100%, 91%);
}

.file--disabled {
  cursor: not-allowed;
}

.file--disabled > label {
  border-color: #e6e7ef;
  color: #e6e7ef;
  pointer-events: none;
}

@keyframes pulse {
  0% {
    color: hsl(48, 100%, 67%);
  }
  50% {
    color: hsl(48, 100%, 38%);
  }
  100% {
    color: hsl(48, 100%, 67%);
  }
}

.statistics-card {
    padding: 15px;
    background: #f2f5f9;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}
.statistics-card h6 {
    position: relative;
    text-align: center;
}
.statistics-card h6::after {
    position: absolute;
    content: "";
    left: 0;
    top: 26px;
    height: 2px;
    width: 95%;
    background-image: linear-gradient(to right, #e1e1e1, #01864C, #e1e1e1);
}
.statistics-card p {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 0;
}

.footer-menu ul{
    display: flex;
    justify-content: center;
}
.footer-menu li {
    padding: 0 10px;
    border-right: 1px solid #ffffff8a;
    line-height: 16px;
}
.footer-menu li:last-child {
    border: none;
}
/*.footer-menu li a {
    color: #ffffff8a;
}
.footer-menu li a:hover {
    color: #fff;
}*/






.login-modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  background: rgba(51, 51, 51, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  z-index: 1;
}
.modal-container {
  display: flex;
  max-width: 990px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  background: #fff;
  transform: translateY(100px) scale(0.4);
}
.modal-title {
  font-size: 2.1rem;
  margin: 0;
  font-weight: 400;
}
.modal-desc {
  margin: 6px 0 30px 0;
}
.modal-left {
  padding: 30px 30px 20px;
  background: #fff;
  flex: 1.5;
  transition-duration: 0.5s;
  transform: translateY(80px);
  opacity: 0;
}
.modal-button {
  color: #7d695e;
  font-family: "Nunito", sans-serif;
  font-size: 1.25rem;
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 10px 40px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.modal-button:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.8);
}
.modal-right {
  flex: 2;
  font-size: 0;
  transition: 0.3s;
  overflow: hidden;
}
.modal-right img {
  width: 100%;
  height: 100%;
  transform: scale(2);
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 1.2s;
}
.login-modal.is-open {
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
}
.login-modal.is-open .modal-button {
  opacity: 0;
}
.login-modal.is-open .modal-container {
  opacity: 1;
  transition-duration: 0.6s;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.login-modal.is-open .modal-right img {
  transform: scale(1);
}
.login-modal.is-open .modal-left {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.modal-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-buttons a {
  color: rgba(51, 51, 51, 0.6);
  font-size: 1rem;
}

.input-button {
    padding: 8px 12px;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 4px;
    background: #8c7569;
    font-family: "Nunito", sans-serif;
    transition: 0.3s;
    cursor: pointer;
}

.icon-button {
  outline: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
}
.swal2-html-container ul{
    list-style: disc;
    margin-top: 16px;
}
.swal2-html-container ul li {
    padding: 4px 0;
}

@media (max-width: 750px) {
  .modal-container {
    width: 90%;
  }

  .modal-right {
    display: none;
  }
}

.modal-panel {
    opacity: 0;
    position: absolute;
    left: -10000px;
    animation: FadeOut 1s ease-in-out;
}
.modal-panel.show {
    opacity: 1;
    left: 0px;
    animation: FadeIn 1s ease-in-out;
    position: relative;
}

.policy-verify-form {
    border: 1px solid #ccc;
    padding: 30px;
    margin-top: 50px;
    border-radius: 5px;
}
.policy-verify-form label {
    font-weight: bold;
}


.policy-detail-container {
    max-width: 800px;
    font-size: 14px;
    margin: 45px auto;
}
.policy-detail-container .pd-head {
    background: #25826A;
    color: #fff;
    padding: 15px 15px;
}
.policy-detail-container .pd-head h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.policy-detail-container .pd-body {
    background: #EEF5F5;
    padding: 20px 15px;
}
.policy-detail-container .pd-body .row {
    padding: 5px 0;
}
.policy-detail-container .pd-body .row .col-md-8 {
    font-weight: bold;
}

  @media (max-width: 768px) {
    .policy-detail-container .pd-body .row {
      margin-bottom: 10px;
    }
    .policy-detail-container .pd-body .row .col-md-8 span {
      display: none;
    }
  }


@media (max-width: 1400px) {
    .main-menu-list > li > a {
        font-size: 1rem;
    }
    .main-menu__logo {
        width: 225px;
        margin-top: 13px;
    }
    .main-menu-list > li {
        padding: 10px 0;
    }
    .main-menu-right-inner .phone-number {
        font-size: 1rem;
    }
    .main-menu-right {
        margin-top: 9px;
    }
    .main-menu-right-inner .phone-icon {
        height: 45px;
        width: 45px;
        padding-top: 7px;
        font-size: 1.5rem;
    }
    .top-header-inner {
        font-size: 0.9rem;
    }
    .top-header-inner-left ul li:first-child {
        padding-right: 25px;
    }
    .top-header-inner-left ul li:nth-child(2) {
        padding-left: 3px;
    }
    .top-header-inner-right ul li:last-child {
        padding-left: 30px;
    }
    .top-header-inner-right ul li:nth-last-child(2) {
        padding-right: 30px;
    }
    .top-header-inner-right ul li {
        padding: 12px 12px 11px 12px;
    }
    .top-slider {
        overflow: hidden;
        height: 450px;
    }
    .home-banner {
        position: relative;
        display: block;
        z-index: 1;
        height: 450px;
    }
    .banner-subtitle {
        font-size: 3rem;
    }
    .award-winning-cont {
        font-size: 1rem;
    }
    .banner-top-container {
        top: 100px;
    }
}
@media (max-width: 991px) {
    .review-proposal {
        padding: 0;
    }
    .review-proposal .container {
        max-width: 100%;
        padding: 0;
    }
    .payment-types-cont {
        padding: 30px 15px;
    }

    .proposal-form-container {
        padding: 0;
    }
    .proposal-form-container .container {
        max-width: 100%;
        padding: 0;
    }
    .main-menu__logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top-menu-wrapper .global-padding {
        padding: 0px 30px 0px 30px;
    }
}
@media (max-width: 768px) {
    .card_type_cont .col-md-4, .mobile_banking_type_cont .col-md-4 {
        max-width: 33%;
        padding-bottom: 30px;
    }
    .footer-right {
        float: left;
        display: flex;
        margin-bottom: 26px;
        margin-left: -14px;
    }
}
@media (max-width: 640px) {
    .card_type_cont .col-md-4, .mobile_banking_type_cont .col-md-4 {
        max-width: 50%;
        padding-bottom: 30px;
    }
}
@media (max-width: 480px) {
    .card_type_cont .col-md-4 img, .mobile_banking_type_cont .col-md-4 img{
        width: 85px;
    }
}
@media (max-width: 1200px) {
    .user-panel {
        padding: 30px 15px 30px;
    }
    .user-panel .container {
        max-width: 100%;
    }
}

@-webkit-keyframes top-menu-sticky {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}

@keyframes top-menu-sticky {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}