@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold_1.eot');
    src: url('../fonts/Gotham-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold_1.woff2') format('woff2'),
        url('../fonts/Gotham-Bold_1.woff') format('woff'),
        url('../fonts/Gotham-Bold_1.ttf') format('truetype'),
        url('../fonts/Gotham-Bold_1.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium_1.eot');
    src: url('../fonts/Gotham-Medium_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium_1.woff2') format('woff2'),
        url('../fonts/Gotham-Medium_1.woff') format('woff'),
        url('../fonts/Gotham-Medium_1.ttf') format('truetype'),
        url('../fonts/Gotham-Medium_1.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Thin';
    src: url('../fonts/Gotham-Thin.eot');
    src: url('../fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff'),
        url('../fonts/Gotham-Thin.ttf') format('truetype'),
        url('../fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.ttf') format('truetype'),
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light_1.eot');
    src: url('../fonts/Gotham-Light_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light_1.woff2') format('woff2'),
        url('../fonts/Gotham-Light_1.woff') format('woff'),
        url('../fonts/Gotham-Light_1.ttf') format('truetype'),
        url('../fonts/Gotham-Light_1.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-XLight';
    src: url('../fonts/Gotham-XLight.eot');
    src: url('../fonts/Gotham-XLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-XLight.woff2') format('woff2'),
        url('../fonts/Gotham-XLight.woff') format('woff'),
        url('../fonts/Gotham-XLight.ttf') format('truetype'),
        url('../fonts/Gotham-XLight.svg#Gotham-XLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing: border-box;
    font-family: 'Gotham-Book';
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Gotham-Book';
    font-weight: 400;
    color: #3f3f3f;
    background: #fff;
}
.bluebtn1 {
    font-size: 16px;
    background: url(../images/bluebtn1_bg.png) repeat-y center top #0151ac;
    padding: 15px 60px 15px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 700;
}
.bluebtn1:hover {
    background: url(../images/bluebtn1_bg_hover.png) repeat-y center top #0151ac;
}
form {
    padding: 0;
    margin: 0;
}
p {
    font-size: 16px;
}
h1 {
    color: #fff;
    font-size: 60px;
    font-family: 'Gotham-Black';
}
h2 {
    color: #0051ae;
    font-size: 45px;
    font-weight: 400;
    font-family: 'Gotham-Black';
}
.homesection7 h2 span,
h2 span {
    font-family: 'Gotham-Black';
    font-weight: 400;
    color: #5b5b5b;
}
.blogs_box h5,
h3 {
    color: #cdcdcd;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gotham-Black';
}
canvas,
embed,
iframe,
img,
object,
video {
    max-width: 100%;
}
img {
    border: 0;
    vertical-align: middle;
    height: auto;
}
a {
    outline: 0;
    text-decoration: none;
    color: #0051ae;
}
div {
    outline: 0;
}
a:hover {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.fclear {
    clear: both;
    float: none;
    height: 0;
    overflow: hidden;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
:after,
:before {
    box-sizing: border-box;
}
input,
select,
textarea {
    color: #666;
    font-size: 16px;
    padding: 3px;
    vertical-align: middle;
}
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
}

/* New style added */
.page_title{
	padding: 53px 15px 60px;
	background: #0154ab;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.page_title a{
	margin-bottom: 45px;
}
.page_title h1{
	font-size: 56px;
	line-height: 1.2;
	text-align: center;
}
.desc_wrap {
	margin-bottom: 65px;
}
.desc_wrap h3{
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
    font-family: 'Gotham-Bold';
}   
.desc_wrap p {
	margin-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
}
.survey_wrapper {
    padding: 65px 15px;
}
.survey_form_wrap .form_item {
	margin-bottom: 50px;
    padding: 42px 40px 52px;
    background: #fafbff;
    border: 1px solid #e5eaff;
    border-radius: 10px;
}
.survey_form_wrap .form_item label{
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	
}
.survey_form_wrap .form_item label span {
    padding-left: 2px;
    color: #ff0000;
    display: inline-flex;
    font-weight: 700;
}
.survey_form_wrap .form_item .form_data{
	display: flex;
	flex-direction: column;
}
.survey_form_wrap .form_item .form_data{
	max-width: 592px;
}
.survey_form_wrap .form_item input {
    background: transparent;
    outline: none;
    border: 0px;
    border-bottom: 1px solid #949bb7;
    width: 100%;
    height: 50px;
	padding: 15px 0px;
	color: #4f5362;
	font-size: 18px;
	line-height: 1.1;
}
.form_item.w-100 .form_data{
	max-width: 100%;
}
.survey_form_wrap .form_item textarea{
	margin-top: 45px;
	padding: 35px;
	font-size: 18px;
	line-height: 1.1;
	background: #f1f3fb;
	border: 0px;
	border-radius: 10px;
	resize: none;
	height: 161px;
    color: #4f5362;
}

.radio_wrap {
    padding: 70px 0px 30px;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.survey_form_wrap .radio {
	position: relative;
	margin: 0;
}
.survey_form_wrap .radio input[type=radio] {
	position: absolute;
	opacity: 0;
}
.survey_form_wrap .radio input[type=radio] + .radio-label:before {
	content: "";
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #162d59;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
.survey_form_wrap .radio input[type=radio]:checked + .radio-label:before {
	background-color: #162d59;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}
.survey_form_wrap .radio input[type=radio]:focus + .radio-label:before {
	outline: none;
	border-color: #162d59;
}
.survey_form_wrap .radio input[type=radio]:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
.survey_form_wrap .radio input[type=radio] + .radio-label:empty:before {
	margin-right: 0;
}
.radio_wrap.r_horizontal {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end;
}
.radio_wrap.r_horizontal .radio {
    display: flex;
    padding: 0px 45px;
    margin-bottom: -5px;
}
.radio_wrap.r_horizontal .radio input {
    left: -10px;
    top: 6px;
}
.radio_wrap.r_horizontal .review_txt {
    color: #162d59;
    font-size: 20px;
    margin-bottom: -27px;
}
.radio_wrap.r_horizontal .review_txt span{
    font-family: 'Gotham-Medium';
}

/* r_horizontal style */
.radio_wrap.r_horizontal label {
	margin-top: -10px;
    display: inline-flex;
    flex-flow: column-reverse nowrap;
    justify-content: center;
    font-size: 30px;
    margin-left: -13px;
    text-align: center;
}	
.radio_wrap.r_horizontal .radio input[type=radio] + .radio-label:before {
    margin: 0;
    height: 25px;
    width: 25px;
    top: 25px;
    position: relative;
}
.survey_form_wrap form button{
	background: url(../images/bluebtn1_bg.png) repeat-y center top #0151ac;
    padding: 13px 25px !important;
    border: 2px #fff solid;
    background-color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-top: -20px;
    color: #0056b3;
	
}
.survey_form_wrap .submit.bluebtn1 {
    padding: 15px 35px 15px 35px;
}
.survey_form_wrap .submit.bluebtn1::after{
    display: none;
}
.survey_form_wrap .btn_wrap {
	padding: 40px 0px;
    text-align: center;
}
.g-recaptcha.home-recaptcha {
    display: flex;
    justify-content: center;
}
/* New style added */

.radio_wrap.normal_radio .radio {
    display: flex;
    align-items: center;    
}
.survey_form_wrap .radio_wrap.normal_radio input[type=radio] + .radio-label {
    padding-left: 50px;
    position: relative;
    display: flex;
    align-items: center;
}
.survey_form_wrap .radio_wrap.normal_radio input[type=radio] + .radio-label:before {
    content: "";
    display: flex;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 25px;
    width: 25px;
}

/* Loader Style start */
.loader_wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffa8;
    /* opacity: 0; */
    display: none;
}
.ip {
	width: 16em;
	height: 8em;
}
.ip__track {
	stroke: hsl(var(--hue),90%,90%);
	transition: stroke var(--trans-dur);
}
.ip__worm1,
.ip__worm2 {
	animation: worm1 2s linear infinite;
}
.ip__worm2 {
	animation-name: worm2;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue),90%,5%);
		--fg: hsl(var(--hue),90%,95%);
	}
	.ip__track {
		stroke: hsl(var(--hue),90%,15%);
	}
}

/* Animation */
@keyframes worm1 {
	from {
		stroke-dashoffset: 0;
	}
	50% {
		animation-timing-function: steps(1);
		stroke-dashoffset: -358;
	}
	50.01% {
		animation-timing-function: linear;
		stroke-dashoffset: 358;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes worm2 {
	from {
		stroke-dashoffset: 358;
	}
	50% {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -358;
	}
}

@media screen and (max-width:1024px){
	.radio_wrap.r_horizontal .radio {
		display: flex;
		padding: 0px 25px;
		margin-bottom: -5px;
	}	
}
@media screen and (max-width:991px){
	.radio_wrap.r_horizontal .radio {
		display: flex;
		padding: 0px 10px;
		margin-bottom: -5px;
	}	
	.radio_wrap.r_horizontal .review_txt {
		font-size: 16px;
	}
}
@media screen and (max-width:767px){
	.page_title h1 {
		font-size: 46px;
		line-height: 1.2;
		text-align: center;
	}
	.radio_wrap.r_horizontal .review_txt {
		width: 100%;
		text-align: center;
		padding: 40px 0px;
	}
}
@media screen and (max-width:575px){
	.page_title h1 {
		font-size: 25px;
	}
	.survey_form_wrap .form_item {
		padding: 32px 30px 42px;
	}
	.radio_wrap.r_horizontal .radio {
		padding: 0px;
	}
	.radio_wrap.r_horizontal .radio input[type=radio] + .radio-label:before {
		top: 10px;
	}
}

/* Other style added */
.survey {
    padding: 0px 15px 75px;
}

.survey h1 {
    color: #0257a8;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 42px;
    max-width: 900px;
    margin: 0 auto;
}

.survey h6 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Gotham-Medium';
    text-align: center;
    padding-bottom: 30px;
}

.survey p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Gotham-Book';
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.5em;
}

.explore {
    padding: 70px 15px 80px;
    background-color: #fafbff;
    border-top: 1px solid #c7d2ff;
    border-bottom: 1px solid #c7d2ff;
}

.explore-top {
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
}

.explore-top h2 {
    font-family: 'Gotham-Bold';
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 25px;
    color: #000000;
}

.explore-top p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Gotham-Book';
    text-align: center;
}

.explore-box {
    text-align: center;
    max-width: 370px;
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}

.explore-img {
    margin-bottom: 50px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background-color: #0257a8;
    outline: 10px solid #d7ebff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pad-left {
    padding-left: 14px;
}

.flex-row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1250px;
}

.explore-content h4 {
    font-family: 'Gotham-Bold';
    font-weight: 700;
    
    padding-bottom: 10px;
}
.explore-content h4 a{
    font-size: 24px;
    font-family: 'Gotham-Bold';
    font-weight: 700;
    color: #000;
}

.explore-content p {
    font-family: 'Gotham-Book';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
}

.connect-us h2 {
    font-family: 'Gotham-Bold';
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 25px;
    color: #000000;
}

.connect-us p {
    font-size: 20px;
    list-style: 1.5;
    font-weight: 400;
    font-family: 'Gotham-Book';
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

.connect {
    padding: 75px 15px 50px;
}

.social-icons {
    padding-top: 35px;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 25px;
}

.social-icons li a {
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    margin: 0 2px;
    background: white;
    color: #0257a8;
    border: 2px solid #0257a8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons li a:hover {
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    margin: 0px 2px;
    background: #0257a8;
    color: white;
    border: 1px solid #0257a8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ace_logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 25px;
    padding-right: 25px;
    margin-bottom: -10px;
}

/** Media Query Start **/
@media (max-width:1280px) {
    .ace_logo {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 25px;
        padding-right: 25px;
        margin-bottom: 40px;
    }

    .survey h1 {
        font-size: 50px;
    }
}

@media (max-width:991px) {
    .survey h1 {
        font-size: 45px;
        padding-top: 25px;
    }

    .survey h6 {
        font-size: 18px;
    }

    .survey p {
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    .explore-top h2 {
        font-size: 30px;
    }

    .explore-content h4 {
        font-size: 20px;
    }

    .connect-us h2 {
        font-size: 30px;
        padding-bottom: 25px;
    }

    .connect-us p {
        font-size: 18px;
        line-height: 1.5;
    }

    .explore-img img {
        width: 50px;
    }

    .flex-row {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
    }
    .explore-img {
        width: 125px;
        height: 125px;
        padding-left: 6px !important;
    }
}

@media (max-width:767px) {
    .survey h1 {
        font-size: 40px;
    }

    .explore-top h2 {
        font-size: 28px;
    }

    .flex-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .explore-box {
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: 340px;
        padding-top: 70px;
    }

    .explore-top {
        margin-bottom: 0;
    }

    .explore-img {
        margin-bottom: 40px;
    }
    .social-icons{
        justify-content: center;
        grid-gap: 10px;
    }
    .explore-img {
        padding-left: 4px !important;
    }
    .explore-content p{
        font-size: 18px;
    }
    .desc_wrap h3 {
        font-size: 26px;
    }
    .desc_wrap p{
        font-size: 18px;
    }
}

@media (max-width:575px) {
    .survey h1 {
        font-size: 35px;
    }
   .explore {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .survey {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .explore-top p {
        font-size: 18px;
        line-height: 1.5;
        padding-left: 0;
        padding-right: 0;
    }

    .explore-top h2 {
        font-size: 26px;
    }

    .explore-img {
        width: 120px;
        height: 120px;
    }

    .explore-img img {
        width: 50%;
    }

    .explore-top {
        margin-bottom: 0;
    }

    .connect-us h2 {
        font-size: 26px;
        padding-bottom: 25px;
    }

    .connect-us p {
        padding-left: 0;
        padding-right: 0;
    }

    .social-icons li a {
        margin: 0px 2px;
    }

    .explore-box {
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: 340px;
        padding-top: 50px;
    }

    .flex-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .connect {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ace_logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 25px;
        padding-right: 0;
    }

    .pad-left {
        padding-left: 10px;
    }

    .explore-img {
        margin-bottom: 40px;
    }
}