@font-face {
    font-family: 'interregular';
    src: url('../fonts/inter-variablefont_slntwght-webfont.woff2') format('woff2'),
        url('../fonts/inter-variablefont_slntwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontrealBold';
    src: url('../fonts/NeueMontrealBold.eot');
    src: url('../fonts/NeueMontrealBold.eot') format('embedded-opentype'),
        url('../fonts/NeueMontrealBold.woff2') format('woff2'),
        url('../fonts/NeueMontrealBold.woff') format('woff'),
        url('../fonts/NeueMontrealBold.ttf') format('truetype'),
        url('../fonts/NeueMontrealBold.svg#NeueMontrealBold') format('svg');
}

@font-face {
    font-family: 'NeueMontrealMedium';
    src: url('../fonts/NeueMontrealMedium.eot');
    src: url('../fonts/NeueMontrealMedium.eot') format('embedded-opentype'),
        url('../fonts/NeueMontrealMedium.woff2') format('woff2'),
        url('../fonts/NeueMontrealMedium.woff') format('woff'),
        url('../fonts/NeueMontrealMedium.ttf') format('truetype'),
        url('../fonts/NeueMontrealMedium.svg#NeueMontrealMedium') format('svg');
}

@font-face {
    font-family: 'NeueMontrealRegular';
    src: url('../fonts/NeueMontrealRegular.eot');
    src: url('../fonts/NeueMontrealRegular.eot') format('embedded-opentype'),
        url('../fonts/NeueMontrealRegular.woff2') format('woff2'),
        url('../fonts/NeueMontrealRegular.woff') format('woff'),
        url('../fonts/NeueMontrealRegular.ttf') format('truetype'),
        url('../fonts/NeueMontrealRegular.svg#NeueMontrealRegular') format('svg');
}

@font-face {
    font-family: 'InterMedium';
    src: url('../fonts/InterMedium.eot');
    src: url('../fonts/InterMedium.eot') format('embedded-opentype'),
        url('../fonts/InterMedium.woff2') format('woff2'),
        url('../fonts/InterMedium.woff') format('woff'),
        url('../fonts/InterMedium.ttf') format('truetype'),
        url('../fonts/InterMedium.svg#InterMedium') format('svg');
}

@font-face {
    font-family: 'InterSemiBold';
    src: url('../fonts/InterSemiBold.eot');
    src: url('../fonts/InterSemiBold.eot') format('embedded-opentype'),
        url('../fonts/InterSemiBold.woff2') format('woff2'),
        url('../fonts/InterSemiBold.woff') format('woff'),
        url('../fonts/InterSemiBold.ttf') format('truetype'),
        url('../fonts/InterSemiBold.svg#InterSemiBold') format('svg');
}

.btn{font-family: 'Inter', sans-serif;will-change: transform;overflow: hidden;}
.btn-secondary{background-image: linear-gradient(6deg, #037e91 0%, #004559 100%);background-color: transparent;color: #ffffff;}

#intro-txt-no-output {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    width: 300px; /* Adjust the width as needed */
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    text-align: center; /* Center align the text */
  }

  #intro-txt-no-output p {
    font-weight: bold; /* Make the warning text bold */
  }

  #okButton {
    background-color: #f18f20;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
  }

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.cta-mobile{

    display: none;
}
.custom-btn{
	display: inline-block;
	color: #ffffff;
	line-height: 30px;
	border-radius: 5px;
	border: 1PX solid transparent;
	font-size: 1.125rem;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	text-align: center;
	padding: 0.325rem 1.75rem;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	z-index: 999;
	transition: all 0.5s;
	will-change: transform;
	latter-spacing:0.2px;
}
.btn-submitted {
    background-color: green; /* Color for the button once submitted */
}

.btn-org:hover {
    color: white;
    background-color:#0081a1; /* Change background color on hover */
  }

  .btn-white:hover {
    color: white;
    background-color:#ff9500; /* Change background color on hover */
  }
  .boy-img{
    border-radius: 0 20px 20px 0;
    border: 1px solid #00aeef6b;
  
  }

.custom-btn.btn-sm{font-size:1rem;}
.custom-btn.btn-org{color: #014459;}
.btn-white,.bg-white{background:#01455a;width: 100%;color: #ffffff;font-size:21px ; font-weight: 700;}
.btn-org,.bg-org{background:#ff9500;width: 36%;color: #ffffff;font-size:25px ; font-weight: 700;}
.btn-blue,.bg-blue{background: #014459 !important;color: #ffffff}
.btn-border{border: 1px solid #ffffff;}
.btn-border-org{background: transparent;color: #f79520;border: 1px solid #f79520;}
.btn-border-org:hover{background: #f79520;color: #ffffff;border: 1px solid #f79520;}
.btn-border-blue{background: transparent;color: #017e91;border: 1px solid #017e91;}
.btn-border-blue:hover{background: #017e91;color: #ffffff;border: 1px solid #017e91;}
.form-group {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 2rem !important;
    align-items: center;
}
.form-group .col-8{padding-left: 0}


@media (min-width: 1260px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
    margin-right: auto;
    margin-left: auto;
}


.custom-radio {
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid white;
    background-color: white;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    
}
.form-control{
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid white;
    background-color: white;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 50%;
}


.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio input[type="radio"]:checked+label {
    background-color:orange;
}
.bg-grey{
    background-color: #f4f4f4;

  
    border-radius: 20px;
}
.headtxt{
    font-size: larger;
    font-weight: 500;

}

header .d-flex {
    justify-content: space-between;
    align-items: center;
}

header .d-flex .logo {
    padding: 10px 0;
}

img {
    max-width: 100%;
}

.main h2,.cta-form h3 {
    margin: 40px 0;
    font: normal 30px NeueMontrealMedium;
    color: #666666;
}
.cta-form h3{
    margin-bottom: 10px;
}
.cta-form{
    margin-bottom: 10px;
}
.cta-form p{
    font: normal 16px/22px interregular;
    margin-bottom: 30px;
}
.main h2 span {
    font: normal 30px interregular;
    font-size: 18px;

}

.main h2 em {
    font: normal 36px NeueMontrealMedium;
    color: #00aeef;
}

.serv-box {
    border-right: 1px #00aeef solid;
    border-left: 1px #ff9500 solid;
    border-top: 1px #ff9500 solid;
    border-bottom: 1px #00aeef solid;
    float: left;
    width: 23%;
    margin-right: 2.66%;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 25px;
    min-height: 213px;
    position: relative;
    padding-bottom: 10px;
}
.spa-logo{
    min-width: 210px;
}
.serv-box1 {
    position: relative;
}
p.disclaimer{
    font-size: 13px;
    margin: 0;
    clear: both;
    color: #000;
}
p.disclaimer-1 {
    padding: 12px;
    border-radius: 20px;
    border: 1px solid grey;
    font-size: 9px;
    margin: 0;
    clear: both;
    color: #000;
}
.spa-logo p{
    margin-top: 10px;
}
.serv-box1:before {
    position: absolute;
    left: -11px;
    top: 16px;
    width: 175px;
    height: 60px;
    background: url(../images/strip.png) no-repeat;
    background-size: cover;
    content: '';
}

.serv-box-hdg {
    position: relative;
    height: 60px;
}

.serv-box-hdg img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 70px;
    max-height: 55px;
}

.serv-box p {
    font: normal 18px/24px NeueMontrealRegular;
    color: #666666;
    padding-top: 15px;
    margin-bottom: 0;
    width: 100%;
}

.serv-box-hdg {
    font: normal 20px NeueMontrealMedium;
    color: #666666;
}

.main-services .serv-box:nth-child(4n) {
    margin-right: 0;
}

.intro-txt h3 {
    font: normal 20px/29px NeueMontrealRegular;
    color: #4a5544;
}

.intro-txt h4 {
    font: normal 22px/29px NeueMontrealMedium;
    color: #4a5544;
    margin-top: 20px;
}

.serv-col {
    float: left;
    width: 23%;
    margin-right: 2.66%;
    padding: 20px 10px;
    border-radius: 15px;
    margin-bottom: 25px;
    background: #00aeef;
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.other-services .serv-col:nth-child(4n) {
    margin-right: 0;
}

.serv-col img {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    object-fit: contain;
    padding: 10px;
    position: absolute;
    top: -25px;
    left: 50%;
    border: solid 1px #00aeef;
    transform: translate(-50%, 0);
}

.serv-col p {
    font: normal 16px/21px NeueMontrealRegular;
    color: #fff;
    margin: 15px 0 0 0;
    min-height: 66px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.intro-txt {
    margin-top: 0px;
    float: left;
    width: 100%;
   
    padding: 40px 0;
    border-radius: 20px;
}

.intro-txt-1{
    /* background-color: #fbb33a; */
    
    float: left;
    width: 100%;
    /* border: solid 1px #00aeef; */
    padding: 40px 0;
    border-radius: 20px;
}


.intro-txt-3{
    background-color: #fbb33a;
  
   
    width: 100%;
    border: solid 1px #00aeef;
    padding: 40px 0;
    border-radius: 20px;
}

.cta-bottom {
    justify-content: space-between;
    align-items: center;
    clear: both;
    margin-top: 2px;
}

.cta-bottom a img {
    max-width: 66%;
}

.intro-txt .col-md-8 {
    padding-right: 30px;
}

.benefit-box {
    float: left;
    width: 23%;
    margin-right: 2.66%;
    padding: 20px;
    text-align: center;
    border-right: solid 1px #4ba6bd;
}

.benefit-box p {
    font: normal 18px/25px NeueMontrealRegular;
    color: #fff;
    margin-top: 20px;
}

.benefit-box img {
    max-width: 60px;
    max-height: 50px;
}

.bnft-otr .benefit-box:nth-child(4n) {
    margin-right: 0;
    border: 0;
}

.benefits-sections {
    margin-top: 40px;
    background: #0081a1;
    padding: 20px 0 30px 0;
    clear: both;
    float: left;
    width: 100%;
}

.benefits-sections h2 {
    font: normal 36px NeueMontrealMedium;
    color: #fff;
}

.cta-last {
    clear: both;
    float: left;
    width: 100%;
    margin: 50px 0;
    text-align: center;
}

.cta-last a {
    display: inline-block;
}

.cta-last a img {
    max-width: 60%;
}

.logo img {
    max-width: 60%;
}
.submit-btn{
    text-align: center;
    margin: 45px 0 0 0;
}
.submit-btn button{
 
}
.submit-btn img{
   
}
.intro-txt{
    display: none;
}
.benefits-sections h2 br{
    display: none;
}

@media only screen and (max-width:1185px) {
    .serv-box1:before {
        width: 137px;
        height: 45px;
    }

    .serv-box-hdg img {
        max-width: 55px;
        max-height: 45px;
    }

    .serv-box-hdg {
        font: normal 16px NeueMontrealMedium;
    }

    .serv-box p {
        font: normal 16px/24px NeueMontrealRegular;
        min-height: 112px;
    }

    .serv-box-hdg {
        height: 47px;
    }
}

@media only screen and (max-width:1023px) {

    .serv-box,
    .main-services .serv-box:nth-child(4n) {
        width: 32%;
        margin-right: 2%;
    }

    .main-services .serv-box:nth-child(3n) {
        margin-right: 0;
    }

    .intro-txt .col-md-4,
    .intro-txt .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 20px 30px;
    }

    .intro-txt {
        padding: 20px 0;
    }
}

@media only screen and (max-width:767px) {
    .custom-radio {
        font-size: 12px;}
    .br-for{
        display:none;
    }
    .cta-last{
        display: none;
    }

    .cta-mobile {
        background-color: #ff9500;
        max-width: 100%;
        bottom: 0px;
        height: 52px;
        position: fixed;
        display: block;
    }
 
        .boy-img{
            position: relative;
            border-radius: 0 20px 20px 0;
            border: 1px solid #00aeef6b;
          }
            
    
    .btn-white {
        font-size: 24px;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0px !important;
        z-index: 999;
        padding: 8px;
        text-align: center;
    
    }
    .headtxt {
        font-size: 15px;
        font-weight: 500;
    }
    .form-control {
        margin-bottom: 7px;
        padding: 10px;
       
        border: 1px solid white;
        background-color: white;
        border-radius: 10px !important;
        font-size: 0.6rem;
        cursor: pointer;
        transition: background-color 0.3s;
        width: 50%;
    }
.cta-last{
    display: none;
}

    .serv-box,
    .main-services .serv-box:nth-child(4n),
    main-services .serv-box:nth-child(3n),
    .serv-col {
        width: 48.5%;
        margin-right: 3% !important;
        padding: 10px;
    }

    .main-services .serv-box:nth-child(2n),
    .serv-box:nth-child(2n) {
        margin-right: 0px !important;
    }

    .benefit-box {
        width: 48.5%;
        margin-right: 0px !important;
        border: 0;
    }

    .other-services .serv-col:nth-child(2n) {
        margin-right: 0px !important;
    }

    .bnft-otr .benefit-box:nth-child(2n) {
        margin-right: 3% !important;
    }

    .bnft-otr .benefit-box:nth-child(2),
    .bnft-otr .benefit-box:nth-child(1) {
        border-bottom: solid 1px #4ba6bd;
    }

    .bnft-otr .benefit-box:nth-child(1),
    .bnft-otr .benefit-box:nth-child(3) {
        border-right: solid 1px #4ba6bd;
    }

    .benefit-box p br {
        display: none;
    }

    .benefit-box p {
        font: normal 14px/22px NeueMontrealRegular;
        min-height: 66px;
    }
    .cta-form p {
        margin-left: 10px;
        font: normal 13px/22px interregular;
        margin-bottom: 10px;
    }

    .main h2 {
        margin: 30px 0;
        font: normal 25px NeueMontrealMedium;
    }
    .main-h2 {
        color: #0081a1 !important;
        margin: 20px 0;
        font: normal 25px NeueMontrealMedium;
    }

    .serv-box p {
        min-height: auto;
        font: normal 14px/24px NeueMontrealRegular;
        min-height: 85px;
        
    }

    .intro-txt h3 {
        font: normal 20px/29px NeueMontrealRegular;
    }

    .intro-txt h4 {
        font: normal 20px/29px NeueMontrealMedium;
    }

    .serv-col p {
        min-height: 63px;
        margin-top: 25px;
    }

    .cta-bottom a img {
        max-width: 78%;
    }

    .cta-last a img {
        max-width: 85%;
    }

    .main h2 {
        text-align: center;
    }

    .benefit-box p {
        margin-bottom: 0;
    }

    .main h2 em {
        display: block;
    }

    .serv-box-hdg img {
        max-width: 45px;
        max-height: 35px;
    }

    .serv-box1:before {
        width: 115px;
        height: 36px;
    }
    .submit-btn img {
        max-width: 60%;
    }
    .cta-form h3 {
        margin-left: 10px;
        font-size: 20px;
        margin-top: 25px;
    }
    .submit-btn {
        margin: 15px 0 0 0;
    }
    .serv-box{
        min-height: 190px;
    }
    .benefits-sections h2 br{
        display: inline-block;margin-top: 10px;
    }
    p.disclaimer {
        font-size: 8px;
        text-align: center;
    }
    .serv-col p {
        font-size: 13px;
    }
    .cta-bottom{
        display: block!important;
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    .spa-logo{
        margin-top: 30px;
    }
    .btn-org,.bg-org{background:#ff9500;width: 100%;color: #ffffff; font-size:22px ; font-weight: 700;}
}