@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
:root{
    --orange: #f5a10c;
    --blue: #29426f;
    --blue-hover: #192b4b;
}
body {
    color:#555;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color:#fff;
    background-color:#dde6ef;
    background-image: url('../images/bg-black.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
a, a:hover {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
b, strong {
    font-weight: 700;
}
.btn-warning {
	color:#fff
}
.btn-warning:hover {
	color:#fff
}
.img100 {
    width: 100%;
}
.error-bg {
    background-color:#f8d7da;
    color:#721c24;
    display: block;
    padding: 1px 10px;
    text-align: center;
    border:1px solid #f5c6cb;
    font-size:14px;
    border-radius:5px
}
.list-common {
    list-style:none;
    padding:0;
    margin:0;
}
.list-common:after {
    content:"";
    display: table;
    clear: both;
}
.sectionpadding {
    padding-top:30px
}
.font-22 {
    font-size: 22px;
}
.font-20 {
    font-size: 20px;
}
.font-18 {
    font-size: 18px;
}
.font-16 {
    font-size: 16px;
}
.font-14 {
    font-size: 14px;
}
.font-12 {
    font-size: 12px;
}
.mt-30 {
    margin-top:30px
}
.mb-10 {
    margin-bottom:10px
}
.mb-20 {
    margin-bottom:20px
}
.mb-30 {
    margin-bottom:30px
}
.m0 {
    margin: 0;
}

.link-orange {
    color: var(--orange);
}
.custom-btn-blue {
    background-color: var(--blue);
    color:#fff;
    padding:10px 20px;
    display: inline-block;
    font-size: 18px;
}
.custom-btn-blue:hover {
    background-color: var(--blue-hover)!important;
    color:#fff
}

.btn-gradient {
	font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;
    background: linear-gradient(to bottom, #FFE235, #FFBF1D, #FF9803);
    border-radius: 35px;
    padding: 8px 70px;
    margin-top: 35px;
    display: inline-block;
    border: none;
    outline: none;
	font-family: 'Roboto', sans-serif;
}

.btn-gradient:hover {
	color:#fff;
	background: linear-gradient(to top, #FFE235, #FFBF1D, #FF9803);	
}

.alert-sm {
    padding:.15rem 0.8rem;
    font-size: 14px;
}
.big-heading {
	font-size:54px;
	font-weight:500;
	margin-bottom:20px
}
.big-heading span {
	font-size:140px;
	display:block;
	font-weight:700;
	line-height:1;
}
header {
    background-color:#fff;
    box-shadow: 0 0px 10px rgba(80,80,80,0.1) ;
    padding:8px 0;
    display: block;
    width: 100%;
    left:0;
    right: 0;
    top:0;
    z-index: 9;
}
header.fixed {
    position: fixed;
}
.logo {
    width: 180px;
    max-width: 100%;
    margin: 0 auto;
    display:block;
}
.logobox {
    margin: 0 auto;
    margin-bottom:15px;
    text-align:center;
    margin-top:15px
}
.logobox a {
    display:inline-block;
    padding:8px 20px;
    background-color:rgba(255,255,255,0.95);
    border-radius: 10px;
}
.logobox img {
    width:160px;
}
.progress-bar-fixed {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:50%;
	display:block
}

.first-half {
	padding:100px;
	background-color:#fff;
	overflow-y:auto;
	position:relative;
}

.aligncr {
    text-align: right;
}
.alignlr {
    text-align: right;
}
.nolink {
    color:inherit
}
.nolink:hover {
    color:#474644;
}
.w700 {
    width:700px;
    max-width: 100%;
}
.callus {
    font-size: 24px;
    font-weight: 700;
}
.bannettextwrap h1{
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}
.bannettextwrap h3{
    font-weight: 400;
    font-size: 20px;
}
.bannettextwrap ul.bullet-circle {
    margin-left: 30px;
}
.bannettextwrap ul {
    margin-top: 35px;
}
.bannettextwrap ul.bullet-circle li:before {
    content: "\f046";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -40px;
    font-size: 22px;
    float: left;
    color:var(--orange);
}
.bannettextwrap ul li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 12px;
}
.bannettextwrap ul li:last-child {
    margin-bottom: 0;
}
.pro-bar-style {
    background-color: #e6e6e6;
    margin: -20px;
    margin-bottom: 20px;
}
.leadform {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    overflow: hidden;
    margin-bottom: 20px!important;
}
.leadform h3{
    font-weight: 700;
}
.leadform {
    color:#333
}
.qcard-inner {
    margin-bottom: 10px;
}
.question h4 {
	display: block;
    color: #333;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
    text-align: left; 
	margin-bottom:10px;
}
.qheading {
	font-weight: 700;
    font-size: 42px;
    color: #0A5594;
    text-transform: capitalize;
    padding: 12px;
    border-bottom: 3px solid #0A5594;
    line-height: normal;
	margin-bottom:0
}
.page-heading {
	color: #FBB926;
    font-size: 45px;
    font-weight: 700;
	line-height:1.2;
	margin-bottom:50px
}
.calculate-heading {
    color: #FBB926;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 45px;
}
.page-heading span {
	font-weight: 600;
    font-size: 30px;
    color: #656565;
	display:block;
	margin-bottom:10px
}
.banner-thankyou {
    padding:60px 20px;
	padding-bottom:0
}
.banner-thankyou h2 {
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight:700;
    margin-top:30px
}
.social-icons a {
    color: #fff;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    font-size: 18px;
}
.social-icons a.facebook {
    background-color:#3b5998
}
.social-icons a.twitter {
    background-color:#00aced
}
.social-icons a.instagram {
    background-color:#d81c87
}
.copyright {
    padding:15px 10px;
    color:#fff;
    background-color: var(--blue);
}

.customradio:checked,
.customradio:not(:checked) {
    position: absolute;
    left: -9999px;
}
.customradio:checked + label,
.customradio:not(:checked) + label
{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666;
}
.customradio:checked + label:before,
.customradio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #0A5594;
    border-radius: 100%;
    background: #fff;
	margin-top: -3px;
}
.customradio:checked + label:after,
.customradio:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #0A5594;
    position: absolute;
    top: 4px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	margin-top: -4px;
}
.customradio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.customradio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radioimgborder {
    box-shadow: inset 0 0 0 1px #bbb;
    border-radius: 5px;
    padding:10px;
    margin-bottom: 5px;
    transition: all 0.2s ease-in-out;
}
.radio-cus-label span {
    display: block;
    text-align: center;
}
.custom-radio-1 {
    position: relative;
}
.custom-radio-1 input[type="radio"] {
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}
.custom-radio-1 input[type="radio"]:hover + label .radioimgborder,
.custom-radio-1 input[type="radio"]:checked + label .radioimgborder {
    box-shadow: inset 0 0 0 2px #72a42c;
    background-color:#e9f7d0
}

.question {
    display:none
}

#first {
	display:block;
}
.desktopnone {
	display:none;
}
.contestrule li {
	margin-bottom: 15px
}
.contestrule li:last-child {
	margin-bottom: 0
}
.downloaddoclink {
    display: block;
    padding: 3px;
    border: 2px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    max-height: 80px;
    overflow: hidden;
}
.downloaddoclink:hover {
    opacity: 0.6;
    border: 2px solid blue;
    padding: 3px;
}

@media (max-width: 1250px) {
	.big-heading span {
		font-size:64px
	}
	.leadform h2 {
        font-size: 24px;
    }
	.font-22 {
		font-size:16px
	}
	.font-18 {
		font-size:16px
	}
}

@media (max-width:991px) {
    .sectionpadding {
        padding: 20px 0
    }
	.first-half {
		padding:15px 30px 10px 30px;
	}
	.progress-bar-fixed {
		width:100%
	}
	.page-heading {
		font-size:34px;
		margin-bottom:20px
	}
	.calculate-heading {
		margin-bottom:20px
	}
	.page-heading span {
		margin-bottom:7px;
		font-size: 26px
	}
	.winbox-mobile img {
		display:block;
		margin:0 auto;
		width:200px;
		max-width:100%;
		margin: 0 auto
	}
	.desktopnone {
		display:block
	}
	.btn-gradient {
		padding:8px;
		display:block;
		width:100%;
		margin-top:30px;
		font-size:18px
	}
	.thankyoubg {
		background-image:none
	}
	.banner-thankyou {
	    padding:30px 20px;
	    padding-bottom:0;
	}
	.banner-thankyou h2 {
		font-size:40px
	}
	.font-20 {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .logo {
        margin: 0 auto;
        display: block;
    }
    .aligncr {
        text-align: center;
    }   
    .alignlr {
        text-align: left;
    }
    .bannettextwrap h1 {
        font-size: 30px;
    }
    
    .bannettextwrap h3 {
        font-size: 18px;
    }
    header.fixed {
        position: static;
    }
    .maincontent {
        margin-top:0;
    }
	#first {
		width: 292px;
		max-width:100%;
		display: block;
		margin: 0 auto;
	}
}