
::after, ::before{
    box-sizing: border-box;
}

*, html, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Proxima Nova', sans-serif;
}
section.section{
    padding: 30px 0;
}
p, h1, h2, h3, h4, h5, h6, ul, li{
    margin: 0;
    padding: 0;
}
a:hover{
    text-decoration: none;
}
.pos-relative{
    position: relative;
}
.header-bg{
    background-color: #dcf1f6;
    padding: 20px;
}
header.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #dcf1f6;
    width: 100%;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}
.header-menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#navbar-menu {
    color: #000;
    font-weight: 500;
    text-transform:uppercase;
    letter-spacing: .05em;
}
#navbar-menu #toogle-button {
    display: none;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 20px;
}
.menu-toggle{
    color: #000;
}
.menu-toggle {
    position: absolute;
    right: 1.5rem;
    top: 49%;
    transform: translate(0, -50%);
    height: 26px;
    width: 29px;
}
.menu-toggle-bar {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #003f85;
    transition: all 0.3s ease;
}
.menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, -8px);
}
.menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 8px);
}

.nav-call {
    position: relative;
    background: #003f85;
    padding: 5px 25px;
    border-top-right-radius: 20px;
    text-decoration: none;
}
.header-cal{
    max-width: 47px;
    padding: 5px;
    position: absolute;
    top: -6px;
    left: -19px;
}
.enquiry-form{
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #50c9c2;
    text-align: center;
    background: white;
    color: rgba(0,0,0,0.75);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    max-width: 330px;
}
.form-check-label {
    font-size: 10px;
    position: relative;
    padding-left: 10px;
    text-align: left;
    font-weight: 500;
}
.txt-clr{
    color: #003f85;
}
input[type="text"], input[type="email"]{
    appearance: none;
    -webkit-appearance: none;
}
.enquiry-form .form-control{
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom-color: #003f85;
    color: #000;
    box-shadow: none !important;
    border-radius: 0;
}
.btn-custom{
    padding: 8px 20px;
    color: #fff;
    border-radius: 25px;
    background-color: #49bfbd;
    border: none;
}
.btn-custom:hover{
    background-color: #fff;
    outline: 1px solid #49bfbd;
    transition: .5s all;
    color: #003f85;
}
.span-font-clr{
    color: #49bfbd;
}
.banner-font{
    color: #103d85;
    margin-bottom: 12%;
    font-size: 30px;
    font-weight: 600;
}
.services-section{
    background-color: #d6eef5;
    position: relative;
}
.choose-icon{
    background-image: radial-gradient(circle at center, #35bcb4 0%, #134b87 100%);
    width: 175px;
    height: 175px;
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
.choose-icon img{
    width: 65px;
}
.steps-inner h4{
    font-size: 20px;
    color: #103d85;
    font-weight: 600;
    text-transform: uppercase;
}
.count-step img{
    width: 80px;
}
.count-step{
    position: absolute;
    top: -8px;
    left: 64%;
}
.service-text{
    transform: rotate(270deg);
    transform-origin: 0 0;
    position: absolute;
    top: 85%;
    left: 8%;
    color: #103d85;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
}
.related-service .card{
    border: 1px solid #50c9c2;
    border-radius: 10px;
    min-height: 320px;
}
.card-image img{
    height: 108px;
}
.card-text{
    color: #103d85;
    font-size: 16px;
}
.span-dots{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 14%;
    left: 42%;
}
.arrow-step{
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: default;
    margin: 0 1px 0 0;
    padding: 10px 0px 10px 35px;
    width: 90%;
    float: left;
    position: relative;
    background-color: #184075;
    min-height: 110px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.arrow-step-position::before {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 110px;
    border-top: 60px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 17px solid #ddd;
    z-index: 2;
}
.arrow-step::before{
    right: auto;
    left: 0;
    border-left: 25px solid #fff;
    z-index: 0;
}
.arrow-step::after{
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 0;
    height: 0;
    border-top: 62px solid transparent;
    border-bottom: 48px solid transparent;
    border-left: 51px solid #184075;
    z-index: 2;
}
.step-outer:nth-child(even) .arrow-step::after{
    border-left: 51px solid #28bbb3;
}
.step-outer:nth-child(even) .arrow-step{
    background-color: #28bbb3;
}
.arrow-step span{
    font-size: 16px;
    font-weight: 600;
}
.footer{
    background-color: #dbeefa;
    padding: 30px 0;
}
.footer-text {
    font-size: 20px;
    color: #2c2e35;
    font-weight: 600;
    margin-bottom: 8px;
}
ul.footer-list{
    padding-left: 25px;
    position: relative;
    list-style: none;
}
ul.footer-list li {
    font-size: 15px;
    color: #2c2e35;
    margin-bottom: 8px;
    position: relative;
}
ul.footer-list li::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f058";
    position: absolute;
    left: -23px;
    top: 1px;
    color: #000;
    font-size: 15px;
}
.call-text{
    font-size: large;
    font-weight: 700;
}
.call{
    color: #184075;
    font-weight: 700;
}
.qr-text{
    font-size: x-small;
    font-weight: 600;
    margin-left: 5px;
}