/*new form css*/

input[type="checkbox"] {
    width: 25px !important;
    height: 25px !important;
    min-width: 24px;
    margin: 2px 10px 10px 0 !important;
    vertical-align: middle;
    border-color: #2F61A6 !important;
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #2F61A6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.cbox:active, .cbox:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.cbox:checked {
    background-color: #fafafa;
    border: 2px solid #019155;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.cbox:checked:after {
    content: '\2714';
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 5px;
    color: #394456;
}

.white {
    color: white !important;
}
.navy { 
	color: #03295B;
}

.flex {
    display: flex
}

.vertical-align {
    align-items: center;
}

.ml-5 {
    margin-left: 5px;
}

.mt-0 {
    margin-top: 0px !important;
}

.pt-20 {
    padding-top:20px!important;
}

.calculate-btn {
    border-radius: 24px !important;
    cursor: pointer
}

.submit-btn {
    border-radius: 24px !important;
    font-size: 14px;
    cursor: pointer
}

.d-none {
    display: none
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*form1*/

.form1 {
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 900px;
    display: flex;
    padding: 0px;
}

.content1 h6 {font-weight:500!important; line-height:1.6em!important;}
.content1 h5 {font-size:14px!important;}
.content1 h2 {max-width:300px;!important;}

.content1 {
    width: 50%;
    text-align: left;
    margin: 0;
    line-height: 1.2;
    padding: 0 50px 0 0px;
}

@media only screen and (max-width: 1024px){
.content1 {
    width: 50%;
    padding: 0;
}}

.content1 p {
    font-size: 16px;
    line-height: 27px;
}

.content2 {
    width: 50%;
    padding: 0 0 0 60px;
}

.inputfield1 {
    max-width: 300px;
    height: 40px;
    float: left;
    border: 2px solid #2F61A6;
    border-radius: 6px;
    min-width: 300px;
    color: #919191;
    background: #fff;
    text-indent: 10px;
    font-size: 16px;
    margin: 5px 0;
}

.btn1, .btn2 {
    background: #3A71B8!important;
    color: #fff!important;
    padding: 18px 40px;
    line-height: 1.2em;
    font-size: 16px;
    border:none!important;
    border-radius: 10px!important;
    margin-top: 10px;
    float: left;
    font-family: "Montserrat"!important;
    font-weight: 600;
}

.btn1:hover, .btn2:hover {background: #151B32!important;}

.c1 {
    max-width: 1220px;
    text-align: center;
    background-color: #019155;
    padding: 10px 0 10px 0;
    color: #fff;
}

.s1 {
    color: #2F61A6;
    font-size: 18px;
    margin: 50px 0;
    width: 35%;
    line-height: 27px;
}

/*form2*/

.form2 {
    max-width: 1100px;
    display: flex;
    background-color: #f5f5f5;
    padding: 60px 60px 60px 60px;
    border-radius: 6px;
}

.content3 {
    width: 50%;
    text-align: left;
    margin: 0;;
    padding: 0 50px 0 0px;
}

.content3 h4, .content2 h4, .content4 h4, .content5 h4, .content6 h4, .content7 h4, .content8 h4, .content9 h4 {
    font-size: 28px!important;
    margin-bottom:10px;
}

.content3 p {
    font-size: 17px;
    line-height: 27px;
}

.content4 {
    width: 50%;
    padding: 0 0 0 60px;
    text-align: left;
    line-height: 27px;
    font-size: 16px;
}

.list1 {
    float: left;
}

/*.list2{float: right;}*/

/*form3*/

.form3 {
    max-width: 1100px;
    display: flex;
    background-color: #fff;
    padding: 60px 60px 60px 60px;
}

.content5 {
    width: 50%;
    text-align: left;
    margin: 0;
    padding: 0 50px 0 0px;
    line-height: 27px;
}

.content5 h2 {
    /*font-size: ;*/
}

.content6 {
    width: 50%;
    padding: 0 0 0 60px;
    text-align: left;
    line-height: 27px;
    font-size: 16px;
}

/*form4*/

.form4 {
    max-width: 1100px;
    display: flex;
    background-color: #f5f5f5;
    padding: 60px 60px 60px 60px;
    border-radius:6px;
}

.content7 {
    width: 50%;
    text-align: left;
    margin: 0;
    padding: 0 50px 0 0px;
    line-height: 27px;
}

.content7 h2 {
    /*font-size: ;*/
}

.content8 {
    width: 50%;
    padding: 0 0 0 60px;
    text-align: left;
    line-height: 27px;
    font-size: 16px;
}

/*form5*/

.form5 {
    max-width: 1100px;
    display: flex;
    background-color: #fff;
    padding: 60px 60px 60px 60px;
}

.content9 {
    width: 50%;
    text-align: left;
    margin: 0;
    padding: 0 50px 0 0px;
    line-height: 27px;
}

.content9 h2 {
    /*font-size: ;*/
    line-height: 27px;
}

.content10 {
    width: 50%;
    padding: 10px 0 0 60px;
    text-align: left;
    line-height: 27px;
    font-size: 16px;
}

.inputfield2 {
    width: 100%;
    height: 40px;
    float: left;
    border: 1px solid #919191;
    border-radius: 6px;
    color: #919191;
    /*background: ;*/
    text-indent: 10px;
    font-size: 16px;
    margin: 10px 0;
    min-width: 220px;
}
/*
.btn2 {
    cursor: pointer;
    background: #46B8CE;
    color: #fff;
    padding: 16px 40px 16px 40px!important;
    line-height: 1.2;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 35px!important;
    margin-top: 10px;
    float: left;
}
.btn2:hover {
    background: #03295B;
}
*/
.c5 {
    float: left;
}

@media only screen and (max-width: 600px) {
    .form1 {
        display: inline-block;
        padding: 60px 60px 40px 60px;
    }

    .content1 {
        width: 100%;
    }

    .content2 {
        width: 100%;
        padding: 0;
    }

    .inputfield1 {
        width: 100%;
        height: 40px;
        float: left;
        border: 2px solid #019155;
        border-radius: 6px;
        min-width: 220px;
        color: #919191;
        background: #fff;
        text-indent: 10px;
        font-size: 16px;
        margin: 5px 0;
    }

    .btn1, .btn2 {
        background: #E4EEFF;
        color: #003997;
        width: 100%;
        padding: 18px 25px 18px 25px;
        line-height: 1.2;
        font-size: 18px;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-top: 10px;
        float: left;
    }

    .s1 {
        width: 61%;
    }

    .form2 {
        display: inline-block;
    }

    .content3 {
        width: 100%;
    }

    .content4 {
        width: 100%;
        padding: 0;
    }

    .list2 {
        float: left;
    }

    .form3 {
        display: inline-block;
    }

    .content5 {
        width: 100%;
    }

    .content6 {
        width: 100%;
        padding: 0;
    }

    .form4 {
        display: inline-block;
    }

    .content7 {
        width: 100%;
    }

    .content8 {
        width: 100%;
        padding: 0;
    }

    .form5 {
        display: inline-block;
    }

    .content9 {
        width: 100%;
    }

    .content10 {
        width: 100%;
        padding: 0;
    }

    .inputfield2 {
        width: 100%;
    }

    .btn2 {
        width: 100%;
    }

}

@media only screen and (max-width: 450px) {
    /*#main {*/
    /*    padding: 0 !important;*/
    /*    margin-left: -5px !important;*/
    /*}*/

    .form1 {
        padding: 10px 30px 45px 30px !important;
        max-width: 100% !important;
    }

    .content1 {
        padding: 0 0 0 0;
    }
    
    .form2,.form3,.form4,.form5 {
         padding: 30px 10px 30px 30px;
    }
}

/*loader css*/
#dashboard_loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9991030;
    background: #00000090;
}

#dashboard_loader > img {
    width: 125px;
    display: block;
    margin: 0 auto;
    padding-top: 38vh;
}

/*bmi css*/

.your-bmi {
    padding-top:60px;
    /*border-left: 1px solid #29C3F4;*/
    /*padding-left: 120px;*/
}

.your-bmi h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

h2.bmi-value {
    font-size: 95px!important;
    line-height: 1em!important;
}

h2.white.flex {
    margin-bottom: 20px;
}

.bmi-calc-sec {
    padding-bottom: 100px;
}

.contact .bmi-calc-sec {
    padding-bottom: 0;
}

.bmi-calc-sec .row {
    align-items: center;
}

.bmi-page-calc-sec {
    margin-top: 40px;
    margin-bottom: 0px;
    /*width: fit-content;*/
    justify-content: center;
    display: flex;
}

.bmi-calc .bmi-page-calc-sec {
    margin-top: 80px;
    margin-bottom: 100px;
}

.bmi-page-calc-sec ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bmi-page-calc-sec ul li {
    width: 18px;
    height: 75px;
    border-radius: 5px;
    margin-right: 5px;
    list-style: none;
}

.bmi-page-calc-sec ul li.select-bg {
    height: 120px;
    position: relative;
}

.bmi-page-calc-sec ul li.select-bg:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -9px;
    background-image: url('../images/dark-red-arrow.svg');
    width: 41px;
    height: 27px;
    background-repeat: no-repeat;
}

.bmi-page-calc-sec ul li:last-child {
    margin-right: 0px;
}

.blue-bg {
    background-color: #1D3859;
}

.lighter-blue-bg {
    background-color: #ECF7F9;
}

.light-green-bg {
    background-color: #1E981E;
}

.light-orange-bg {
    background-color: #e29000;
}

.light-sky-bg {
    background-color: #BEE4EB;
}

.dark-red-bg {
    background-color: #BA5E43;
}

.gray-bg {
    background-color: #707070 !important;
}

li {
    list-style: inherit;
}

.disabled {
    background: #dddddd !important;
    border: 1px #dddddd !important;
}

@media only screen and (max-width: 1024px) {
    .your-bmi {
        border: none;
        padding-left: 0;
        border-top: 1px solid #29C3F4;
        padding-top: 80px;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .bmi-page-calc-sec {
        margin-top: 50px;
        margin-left: -36px;
    }
    .your-bmi{
        padding-top:40px;
        margin:0;
		border:none!important;
    }
    .s1 {
        width: 100%;
        margin: 50px 0;
    }
}

@media only screen and (max-width: 500px) {
    .bmi-page-calc-sec ul li {
        width: 10px;
        margin-right: 6px;
        border-radius: 0;
    }

    .bmi-page-calc-sec ul li.select-bg:before {
        left: -16px;
    }

    .bmi-hw .kgcm input {
        width: 95px;
        margin-right: 10px;
    }

    .bmi-calculate p {
        font-size: 16px;
        padding-bottom: 70px;
    }

    .bmi-gender h3 {
        font-size: 18px;
    }

    .bmi-hw {
        padding-bottom: 50px;
    }

    .bmi-hw ul li h3 {
        font-size: 18px;
    }
}

.bmi-page-calc-sec ul li.select-bg.green:before {
    background-image: url('../images/dark-green-arrow.svg') !important;
}

.bmi-page-calc-sec ul li.select-bg.blue:before {
    background-image: url('../images/dark-blue-arrow.svg') !important;
}

.bmi-page-calc-sec ul li.select-bg.orange:before {
    background-image: url('../images/dark-orange-arrow.svg') !important;
}
input.cbox {
    -webkit-appearance: none !important;
}
.ta-about-card .fusion-text{
	border-radius: 0px 0px 10px 10px;
    background: #3A71B8;
    color: #fff;
    padding: 15px 15px 0px 15px;
	min-height: 83px;
}
.ta-about-card img{
	border-radius: 10px 10px 0px 0px;
	min-height: 200px;
    object-fit: cover;
    height: 100%;	
	width:100%;
}
.ta-about-card .fusion-imageframe{
	width:100%;
}
.ta-aboutlinks{
	display:flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.ta-aboutlinks a:nth-child(2),
.ta-aboutlinks a:nth-of-type(2){
	color:#3A71B8;
}
.ta-d-none{
	display:none !important;
}
.ta-certified-stockist .awb-swiper .fusion-image-wrapper.hover-type-none,
.ta-our-valued-clients .awb-swiper .fusion-image-wrapper.hover-type-none{
	max-height: 100px;
	padding-left: 15px;
    padding-right: 15px;
}
.ta-certified-stockist .awb-swiper .fusion-image-wrapper.hover-type-none img,
.ta-our-valued-clients .awb-swiper .fusion-image-wrapper.hover-type-none img{
    object-fit: contain;
}
.ta-our-valued-clients{
	margin-top:40px;
}