
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	margin: 0;
	padding: 0;
}
*,
::before,
::after {
    box-sizing: border-box;
}
body,html {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	scroll-behavior: smooth;
}
.main_bg{
    background: linear-gradient(to bottom,  rgba(17,38,115,1) 0%,rgba(32,72,217,1) 100%);
}
ul {
	padding-left: 0;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

a,a:hover,a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
 /* text_color */
.theme__primary__bg {
	background: #233777;
}

.theme__green__bg {
	background: #00C991;
}

.theme__primary__text {
	color: #233777;
}

.theme__green__text {
	color: #00C991;
}

.theme__black__text {
	color: #00050A;
}

.theme__white__text {
	color: #fff;
}

/* theme__btn */
.theme__primary__btn {
	border-radius: 8px;
	min-height: 60px;
	padding-left: 33px;
	padding-right: 33px;
	font-size: 24px;
	font-weight: 600; 
	line-height: normal;
	border: 1px solid transparent;
	color: white;
	background: #233777;
	display: inline-grid;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.theme__primary__btn:hover {
	background: white;
	color: #233777;;
	border: 1px solid #233777;;
}

.theme__green__btn {
    border-radius: 25px;
    min-height: 88px;
    padding-left: 33px;
    padding-right: 33px;
    font-size: 35px;
    cursor: pointer;
    color: #fff;
    background: #00C991;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #00C991;
    justify-content: center;
}

.theme__green__btn:hover {
	border: 1px solid white;
}
.cusror_pointer{
	cursor: pointer;
}
 


 

/* font-size */
.f-size-82 {
	margin-bottom: 0;
	font-size: 70px;
	line-height: 90px; 
	color: #f2f2f2;
    max-width: 1190px;
}

.f-size-67 {
	font-size: 67px;
	line-height: 88px;
}

.f-size-50 {
	font-size: 50px;
	line-height: 66px;
	margin-bottom: 0;
}

.f-size-38 {
	font-size: 38px;
    line-height: 43px;
}

.f-size-24 {
	font-weight: normal;
	line-height: 32px;
	font-size: 24px;
}

.f-size-34 { 
	margin-bottom: 0;
	font-size: 34px;
    line-height: 43px;
}
.f-size-32 
{
  	font-size: 30px;
    line-height: 43px;
}  

.f-size-18 {
	font-size: 18px;
	line-height: 26px;
}

.f-size-16 {
	font-size: 16px;
    line-height: 30px;
}

.f-size-23 {
	font-size: 23px;
}

p, 
ul li {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.theme__container {
	max-width: 1520px;
	padding: 0 15px;
	margin: 0 auto;
}
/* font-weight */
.fw-reg {
	font-weight: normal;
}

.fw-Medium {
	font-weight: 500;
}
.fw-sbold {
	font-weight: 600;
}
.fw-Bold {
	font-weight: 700;
}

.fw-Black {
	font-weight: 900;
} 
.w-100{
	width: 100%;
}
.align__items__center {
    align-items: center;
}
.justify__content__center{
	justify-content: center;
}
.justify__content__end{
    justify-content: end;
}
.justify__content__between{
	justify-content: space-between;
}
.d__flex {
    display: flex;
}
.d__block{
	display: block;
}
/* margin-classes */
.mr-20 {
	margin-right: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-28 {
	margin-bottom: 28px;
}
.mt-20 {
	margin-top: 20px;
}
.mr-16 {
	margin-right: 16px;
}
.ml-10{margin-left: 10px;}
.ml-40{margin-left: 40px;}
.ml-30{margin-left: 30px;}
.mt-40{margin-top: 40px;}
/* .header */
.header{
	padding: 20px 0;
    background: #fff;
	position: sticky;
    top: 0;
	z-index: 99;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}
.banner__wrap .theme__container { 
    position: relative;
    z-index: 9;
}
.banner__wrap {
    padding: 85px 0 58px;
	position: relative;
}
.banner__wrap::after{
	content: "";
	right: 0;
	bottom: 0;
	position:absolute;
	background: url('../images/Tax-Claim-Rebate.png');
	width: 629px;
	height: 397px;  
	background-repeat: no-repeat;
}
.top{
	margin-top: 110px;
}
.unlock__unclaimed{
	max-width: 820px;
	position: relative;
	padding-bottom: 40px;
}
.unlock__unclaimed::after {
    content: "";
    position: absolute;
    background: url(../images/up-arrow.png);
    width: 80px;
    height: 141px;
    right: -6px;
    bottom: -80px;
    background-size: contain;
    background-repeat: no-repeat;
}
.custom_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/select-down.png);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position-x: calc(100% - 33px);
    background-position-y: center;
    background-size: auto;
    border-radius: 22px;
    border: none;
    width: 100%;
    outline: none;
    min-height: 66px;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #112673;
    padding: 0 25px;
}
.marital_status {
    max-width: 1120px;
    margin: 75px auto 0 auto;
    padding: 0 100px;
}
.marital_status button{
	display: flex;
	align-items: center; 
    min-width: 410px;
}
.marital_status button svg{
  margin-left: 20px;
}


/* feadback__slider */
.feadback__slider{
	padding: 95px 0 120px;
}
.reviews_after{
	position: relative;
	max-width: 220px;
	margin: 0 auto;
}
.reviews_after::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 0px;
    background: transparent;
    border: 2px solid #00c991;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}
.rating_img{
	margin-bottom: 40px;
}
.slider_item p{
	margin-bottom: 30px;
}
.slider_item{
	max-width: 672px;
	margin: 0 auto;
	text-align: center;
}
.owl-nav button {
    width: 30px;
    height: 30px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(#233777 0%, #2186c4 100%) !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.feadback__slider {
    max-width: 990px;
    margin: 0 auto;
}
button.owl-next {
    position: absolute;
    right: 0;
}
.owl-nav {
    display: block !important; 
}



/*Funnel css*/


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}

p {
    margin: 0;
}

a {
    color: #3a34d1;
    text-decoration: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xl-4 {
    width: 33.33333%;
}

.col-xl-6 {
    width: 50%;
}

.col-xl-3 {
    width: 25%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.text-center {
    text-align: center;
}

.m-0 {
    margin: 0 !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.font_normal {
    font-weight: normal !important;
}

.w-100 {
    width: 100%;
}

a {
    text-decoration: none;
}

.theme__primary__bg {
    background: #112673;
}

.theme__green__bg {
    background: #00C991;
}

.theme__primary__text {
    color: #112673;
}

.theme__orange__text {
    color: #00c991;
}

.theme__primary__text.active {
    color: #00c991;
}

.theme__black__text {
    color: #0F0E31;
}

.theme__gray__text {
    color: #3D3D3D;
}

.theme__container {
    max-width: 1520px;
    padding: 0 15px;
    margin: 0 auto;
}

.text__white {
    color: #fff;
}

.d__flex {
    display: flex;
}

.align__items__center {
    align-items: center;
}

.justify__content__center {
    justify-content: center;
}

.justify__content__between {
    justify-content: space-between;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.f-size-14 {
    font-size: 18px;
}

.f-size-16 {
    font-size: 18px;
    font-weight: 400;
}

.f-size-18 {
    font-size: 18px;
}

.f-size-22 {
    font-size: 25px;
    line-height: normal;
    line-height: 35px;
}

h2 {
    margin-bottom: 0;
}

.theme__orange__btn,
.theme__primary__btn {
    border-radius: 25px;
    min-height: 90px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.11);

}

a.theme__primary__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme__primary__btn:hover {
    background: #00c991;
}

#close__confirmation__modal:hover {
    color: #fff;
}

.theme__orange__btn:hover {
    background: #112673;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #A2A8BE;
}

::-moz-placeholder {
    color: #A2A8BE;
}

:-ms-input-placeholder {
    color: #A2A8BE;
}

:-moz-placeholder {
    color: #A2A8BE;
}

.funnel__header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
}

.funnel__header .inner-container {
    padding: 25px 130px;
}

.sloganWith_countryLang p {
    font-size: 30px;
    color: #112673;
}

/* .main_content_wrap {
    display: flex;
} */
 
.top_header  {
    margin-bottom: 25px;
}
 
.main_content_wrap .left_panel {
    background: #233777;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(#394f98 0%, #0f215c 100%);
    margin-top: 135px;
    padding: 40px 0 40px;
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.funnel_footer {
    width: 100%;
    min-height: 70px;
    text-align: center;
    color: white; 
    background: linear-gradient(#394f98 0%, #0f215c 100%);
    padding: 20px 0;
}
.funnel_footer_inner{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;flex-direction: column;
}
.main_content_wrap .left_panel:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: url(../images/Tax-Claim-Rebate.png) no-repeat center;
    background-size: contain;
    right: 0;
    width: 300px;
    height: 198px;
}

.main_content_wrap .left_panel .inner {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    padding-top: 0;
    padding: 0 40px;
}

.main_content_wrap .left_panel .inner h2 {
    font-size: 45px;
    color: #112673;
    font-weight: bold;
}

.main_content_wrap .left_panel .inner .img_wrap {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #F0F0F0, 0 0 0 11px #E8E8E8;
    flex: 0 0 auto;
}

.main_content_wrap .left_panel .inner .img_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main_content_wrap .left_panel .inner .inner_content{
    text-align: left;
    padding-left: 40px;
    max-width: 100%;
    width: 100%;
}
.reviews_after b {
    display: block;
}
.main_content_wrap .left_panel .inner h4 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
}

/* .main_content_wrap .left_panel .inner .assistant_head_area p {
    font-size: 16px; 
} */
.assistant {
    width: 100%;
}
.progress_wrap.progress_funnel .progress-bar span{
    background: #00C991;
}
.progress_wrap.progress_funnel .progress-bar {
    background: #eee;
    margin-bottom: 0;
    margin-top: 10px;
}
.main_content_wrap .main__content { 
    flex: 0 0 100%; 
    margin-top: 40px;
    min-height: calc(100vh - 110px);
    overflow: hidden;
    padding-bottom: 70px;
}
.main__content.theme__container {
    max-width: 1200px;
}
.progress_step_wraper {
    position: relative;
    margin-top: 25px;
    margin-bottom: 55px;
}

.progress_step_wraper::before,
.progress_step_wraper::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    height: 12px;
    width: calc(100% - 10px);
    background: #EDEDED;
}

.progress_step_wraper::after {
    background: #112673;
    width: 0;
}

.progress_step_wraper .progress_step:before {
    content: "";
    position: relative;
    z-index: 9;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c0c0c0;
    display: block;
    margin: 0 auto 40px auto;
}

.progress_step_wraper .progress_step.active:before {
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #00c991;
    background: #112673;
}

.progress_step_wraper .progress_step.active span {
    color: #112673;
    font-weight: bold;
}

.progress_step_wraper .progress_step:first-child::before {
    margin-left: 0;
}

.progress_step_wraper .progress_step:last-child::before {
    margin-right: 0;
}

.progress_step_wraper .progress_step span {
    font-size: 18px;
    color: #c0c0c0;
    font-weight: 500;
    max-width: 110px;
    display: inline-block;
    text-align: center;
}

.progress_step_wraper .progress_step:first-child span{
    text-align: left;
}
.progress_step_wraper .progress_step:last-child span{
    text-align: right;
}
.check__compensation__form .field_wrap {
    flex: 1;
    /* margin-right: 30px; */
    position: relative;
}

.check__compensation__form .field_wrap img {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
}

.form-control {
    border-color: #CED1DB;
    border-radius: 10px;
    height: 56px;
    font-size: 18px;
    font-weight: 400;
    color: #001a5b;
}

.check__compensation__form .field_wrap .form-control {
    background: transparent;
}

.qt__box {
    background: #f6f7fb;
    border-radius: 25px;
    padding: 25px 40px;
    margin-bottom: 25px;
}

.qt__title {
    font-size: 24px;
    color: #112673;
    font-weight: 600;
    margin-bottom: 20px;
}
.clr_red{
    color: #FF0000;
}
.radioBtn_wrap .field_wrap {
    flex: 1;
}

.radioBtn_wrap .field_wrap.mr {
    margin-right: 30px;
}

.radioBtn_wrap .field_wrap input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.radioBtn_wrap .field_wrap .radio_field {
    border-color: #CED1DB;
    border-radius: 10px;
    height: 56px;
    font-size: 21px;
    font-weight: 400;
    color: #001a5b;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 0;
}

.radioBtn_wrap .field_wrap .radio_field::before {
    content: "";
    height: 18px;
    width: 18px;
    flex: 0 0 18px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #112673;
    background: #fff;
    margin-right: 20px;
}

.radioBtn_wrap .field_wrap [type="radio"]:checked+.radio_field::before {
    background: #00c991;
}

.radioBtn_wrap .field_wrap [type="radio"]:checked+.radio_field{
    border-color: #00c991;
}

.field_wrap .form-control {
    padding-left: 25px;
}

.add_another {
    font-size: 18px;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.info_txt {
    font-size: 18px;
    color: #707070;
    margin-top: 20px;
}

.d-block {
    display: block;
}

.action_btn_wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.action_btn_wrap .move_next_p {
    margin-left: auto;
}
.secure_sign_actionBtn{
    margin-left: auto;
}
.secure_sign_actionBtn .move_next{
    margin-left: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.datepicker-container {
    font-size: 14px;
    line-height: 40px;
    width: 300px;
}

.datepicker-panel>ul>li {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    background-color: #112673;
    color: #fff;
}

.datepicker-panel>ul>li[data-view="month current"] {
    width: 220px;
}

.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="month next"] {
    background: #d7d7d7;
    border-radius: 0;
}

.qt__box .form-control {
    padding: 0.375rem 1.25rem;
    border-radius: 10px;
    background: #fff;
}

.form_step .qt__box .label_text {
    font-size: 18px;
    color: #112673;
    margin-bottom: 10px;
}

.flight__from {
    flex: 0 0 130px;
    display: inline-block;
}

.flight__to {
    margin-left: 30px;
}

.gray__card {
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    padding: 30px 40px;
    border-radius: 16px;
}

.gray__card .head__area {
    margin-bottom: 30px;
    padding-right: 15px;
}

.gray__card .radioBtn_wrap .field_wrap .radio_field {
    font-size: 18px;
    padding-right: 50px;
    margin-bottom: 20px;
}

.fieldset__head__area {
    margin-bottom: 20px;
}

.sixth_step .head__area.mt-10 {
    margin-top: 10px;
}

.fieldset__head__area {
    font-size: 35px;
    color: #112673;
    margin-bottom: 20px;
}
.fieldset__head__area p{
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 30px;
    color: #00c991;
}

.main_title {
    font-size: 35px;
    color: #112673;
    margin-bottom: 30px;
}

.main_title span {
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    line-height: 30px;
}

.sixth_step .head__area h3 span {
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.sixth_step .head__area h3 span b {
    font-weight: 900;
    color: #00c991;
}

.sixth_step .head__area p {
    font-size: 20px;
}

.custom_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.custom_checkbox_wrapper .mr{
    margin-right: 90px;
}

.custom_checkbox input[type="checkbox"]+label {
    position: relative;
    font-size: 18px;
    color: #112673;
    padding-left: 45px;
    cursor: pointer;
    margin: 0;
    padding-top: 0;
    font-weight: 600;
    text-align: left;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
}

.custom_checkbox input[type="checkbox"]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #112673;
    background: #fff;
}

.custom_checkbox input[type="checkbox"]+label span {
    position: absolute;
    left: 17px;
    top: 0;
    height: 8px;
    width: 8px;
    background: #F8F8F8;
}

.custom_checkbox input[type="checkbox"]+label:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: -4px;
    left: 12px;
    width: 7px;
    height: 22px;
    border: solid #112673;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.3s;
}

.custom_checkbox input[type="checkbox"]+label.d__block{
    display: block;
}

.custom_checkbox input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.fifth_step .check__compensation__form .field_wrap {
    margin-bottom: 20px;
}

.fifth_step .check__compensation__form .field_wrap.mr-0 {
    margin-right: 0;
}

.tick_box .custom_checkbox {
    margin-bottom: 35px;
}
.signHere_img {
    position: absolute;
    left: -53px;
    width: 100px;
    top: 38%;
    transform: translateY(-38%);
}
span.user_name {
    background: #00c991;
    padding: 4px 23px;
    border-radius: 50px;
    color: white;
    font-size: 20px;
}


.signature_box h6 {
    font-size: 22px;
    color: #112673;
    display: flex;
    align-items: center;
    /* position: absolute;
    top: 20px; */
}

.signature_box .sign_here {
    font-size: 28px;
    color: #112673;
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    left: -1px;
}

.signature_box .sign_here img {
    margin-right: 15px;
}


 
.clear_signature {
    font-size: 20px;
    padding: 10px 15px;
    background: none;
    box-shadow: none;
    padding: 0;
    text-decoration: underline;
    color: #112673;
    border: none;
    min-height: auto;
    margin-top: 10px;
    position: absolute;
    font-weight: normal;
    right: 60px;
    bottom: 18px;
}
.clear_signature img {
    margin-right: 10px;
}

.sixth_step.seven_step .head__area {
    margin-top: 0;
    text-align: left;
}

.fifth_step span.ml-auto {
    color: #001a5b;
}

.upload_wrap {
    max-width: 703px;
    min-height: 233px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.09);
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    margin: 20px 0;
    padding: 30px;

}

.all_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mt_45 {
    margin-top: 35px;
}

.upload_wrap .f-size-18 {
    color: #44454a;
}

.upload_file input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.upload_file {
    position: relative;
    overflow: hidden;
}

.search-results {
    position: absolute;
    background-color: white;
    border-left: 2px solid #112673;
    border-right: 2px solid #112673;
    border-bottom: 2px solid #112673;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px 0px 6px 6px;
    display: none;
}

.search-results-airline {
    display: none;
}

.search-results::-webkit-scrollbar {
    width: 5px;
}

.search-results::-webkit-scrollbar-track {
    background: rgb(218, 218, 218);
}

.search-results::-webkit-scrollbar-thumb {
    background: #112673;
}

.search-results .list-airport {
    padding: 10px 5px 10px 10px;
    background-color: #f8f8f8;
    cursor: pointer;
}

.search-results .list-airport p.city-country {
    font-size: 12px;
    margin-top: 4px;
    color: #5a5858;
}

.search-results .list-airport p.name {
    font-size: 14px;
}

.search-results .list-airport:hover {
    background-color: #ebebeb;
}

.list-airport-notfound {
    padding: 10px;
}

.search-results-airline {
    position: absolute;
    background-color: white;
    border-left: 2px solid #112673;
    border-right: 2px solid #112673;
    border-bottom: 2px solid #112673;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px 0px 6px 6px;
}

.ssearch-results-airline::-webkit-scrollbar {
    width: 5px;
}

.search-results-airline::-webkit-scrollbar-track {
    background: rgb(218, 218, 218);
}

.search-results-airline::-webkit-scrollbar-thumb {
    background: #112673;
}

.search-results-airline .list-airline {
    padding: 10px 5px 10px 10px;
    background-color: #f8f8f8;
    cursor: pointer;
}

.search-results-airline .list-airline p.name {
    font-size: 14px;
}

.search-results-airline .list-airline:hover {
    background-color: #ebebeb;
}

.list-airline-notfound {
    padding: 10px;
}

/* new_css */

.add_address .field_wrap {
    margin-right: 0;
}

.w-445 {
    max-width: 445px;
}

.mb-16 {
    margin-bottom: 16px;
}

.flight_info label.radio_field.form-control {
    color: #001a5b;
}

.flight__planned img {
    padding: 0 25px 0 35px;
}

.schedule__time {
    padding: 35px 40px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #c7c7c7;
    margin-top: 30px;
}

.schedule__time .radioBtn_wrap {
    margin-top: 38px;
}

.schedule__time .radioBtn_wrap .field_wrap {
    margin-bottom: 20px;
}

.schedule__time .radioBtn_wrap .field_wrap:last-child {
    margin-bottom: 0;
}

.mini_heading img {
    padding: 0 25px 0 35px;
    margin-bottom: 0;
}

.connecting_flight_box h4,
.mini_heading {
    margin-bottom: 13px;
}

span.date_text {
    display: inline;
    margin-right: 100px;
    color: #001a5b;
}

span.ml-auto {
    color: #00c991;
}

.CustomSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/drop-down.png) !important;
    background-repeat: no-repeat !important;
    background-size: auto;
    background-position-x: calc(100% - 10px) !important;
    background-position-y: center !important;
    /* background-size: auto !IMPORTANT; */
}

.mt-10 {
    margin-top: 10px;
}

.my_20 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.text-dark {
    color: #5A5A5A;
}

.Thank_you_step_inner {
    margin: 0 auto 20px auto;
}

.Thank_you_step_inner h1 {
    margin-top: 0;
}


.search-results {
    position: absolute;
    background-color: white;
    border-left: 2px solid #112673;
    border-right: 2px solid #112673;
    border-bottom: 2px solid #112673;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px 0px 6px 6px;
}

.search-results::-webkit-scrollbar {
    width: 5px;
}

.search-results::-webkit-scrollbar-track {
    background: rgb(218, 218, 218);
}

.search-results::-webkit-scrollbar-thumb {
    background: #112673;
}

.search-results .list-airport {
    padding: 10px 5px 10px 10px;
    background-color: #f8f8f8;
    cursor: pointer;
}

.search-results .list-airport p.city-country {
    font-size: 12px;
    margin-top: 4px;
    color: #5a5858;
}

.search-results .list-airport p.name {
    font-size: 14px;
}

.search-results .list-airport:hover {
    background-color: #ebebeb;
}

.list-airport-notfound {
    padding: 10px;
}

.search-results-airline {
    position: absolute;
    background-color: white;
    border-left: 2px solid #112673;
    border-right: 2px solid #112673;
    border-bottom: 2px solid #112673;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px 0px 6px 6px;
}

.search-results-airline::-webkit-scrollbar {
    width: 5px;
}

.search-results-airline::-webkit-scrollbar-track {
    background: rgb(218, 218, 218);
}

.search-results-airline::-webkit-scrollbar-thumb {
    background: #112673;
}

.search-results-airline .list-airline {
    padding: 10px 5px 10px 10px;
    background-color: #f8f8f8;
    cursor: pointer;
}

.search-results-airline .list-airline p.name {
    font-size: 14px;
}

.search-results-airline .list-airline:hover {
    background-color: #ebebeb;
}

.list-airline-notfound {
    padding: 10px;
}


.counter_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.counter_wrap h4 {
    margin-left: 20px;
}

.counter_inner img {
    max-width: 18px;
}

.counter_inner {
    width: 154px;
    border: 1px solid #CED1DB;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 4px;
}

.counter_inner input.counter {
    width: 44px;
    border: none;
    text-align: center;
    background: no-repeat;
    font-size: 21px;
    line-height: normal;
    padding: 0;
}

.schedule__time .radioBtn_wrap .field_wrap .radio_field {
    font-size: 18px;
}

.schedule_time {
    flex: 0 0 364px;
}

.flight__planned {
    flex: 0 0 315px;
}

.passenger_block {
    display: flex;
    justify-content: space-between;
}

.passenger_block .left_block h3 {
    font-size: 20px;
    color: #00c991;
    font-weight: bold;
    margin-bottom: 5px;
}

.copyToShare {
    color: #EF7730;
}

.copyToShare img {
    margin-right: 10px;
}

.info_protected {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-left: 40px;
}

.info_protected span {
    margin: 0 50px 0 20px;
}

.completed_points {
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
}

.completed_points li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.completed_points li img {
    margin-top: 5px;
}

.completed_points li span {
    font-size: 18px;
    color: #112673;
    margin-left: 10px;
    line-height: 26px;
}

.investigate-what-happened {
    position: relative;
}

.investigate-what-happened::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 4px;
    height: calc(100% - 50px);
    background: #E7E7E7;
}

.investigate-what-happened li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.investigate-what-happened li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 12px;
    width: 12px;
    background: #112673;
    border-radius: 50px;
}

.investigate-what-happened li h5 {
    font-size: 20px;
    color: #112673;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 5px;
}

.investigate-what-happened li p {
    font-size: 18px;
    color: #112673;
    font-weight: 100;
    line-height: 28px;
}

.lets_gather {
    line-height: 28px;
    max-width: 740px;
    margin: 10px auto 40px auto;
}

.congratulation_step .head__area h4 {
    font-size: 24px;
    color: #112673;
    font-weight: bold;
}

.congratulation_step .head__area h3 {
    font-size: 35px;
    color: #EF7730;
    font-weight: 800;
    margin: 10px 0;
}

.congratulation_step .head__area .lets_gather {
    margin: 0 auto;
}

.congratulation_step .head__area .lets_gather+.lets_gather {
    margin-bottom: 20px;
}



.theme__modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    backdrop-filter: blur(10px);
}

.modal__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.theme__modal .modal__content {
    border: none;
    border-radius: 40px;
    padding: 50px 30px;
    text-align: center;
}

.theme__modal .modal__content p {
    font-size: 21px;
    max-width: 480px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.theme__modal .modal__content .back_button {
    background: #000;
    color: #fff;
    font-size: 19px;
    width: 250px;
    height: 70px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 12px;
    text-transform: uppercase;
    transition: all .3s;
    outline: 0;
}


.full__page__loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader__inner {
    animation: scale_animation 1.5s alternate infinite ease-in;
}

.loader__plane {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rotate {
    -webkit-animation: rotate 4s normal linear infinite;
    animation: rotate 4s normal linear infinite;
}
@keyframes jump_X {
    0% {
        -webkit-transform: translateY(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateX(0);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes scale_animation {
    0% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1.2);
    }
}

.cirle01 {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid #00c991;
    opacity: .9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    animation: spin .5s infinite linear;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
}

.cirle02 {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid #112673;
    opacity: .9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    animation: spinoff .5s infinite linear;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}


.signpad__modal .signature_box {
    height: 300px;
    width: 680px;
}

button#done_sign_modal {
    margin-top: 22px;
}

.flight_info.second__flight {
    flex-flow: wrap;
}

.flight_info.second__flight.radioBtn_wrap .field_wrap {
    flex: auto;
}

.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="years current"] {
    width: 220px;
}

.address_populated {
    background: #f8f8f8;
    padding: 20px 20px;
    border-radius: 10px;
}

p.address-part {
    margin-bottom: 7px;
}

.action_btn_wrap .move_next.do-it-later,
.action_btn_wrap .move_next_p.do-it-later {
    margin-left: 10px;
}

.move_back,
.move_back_p {
    background: none;
    border: none;
    font-size: 18px;
    text-decoration: underline;
    align-self: center;
}

.flight__number {
    text-transform: uppercase;
}

.codeshared-group {
    margin-bottom: 20px;
}

.schedule__time .radioBtn_wrap .codeshared-group .field_wrap {
    margin-bottom: 0;
}

.schedule__time .radioBtn_wrap .codeshared-group .field_wrap label {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: none;
}

.schedule__time .radioBtn_wrap .codeshared-group div:first-child label {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.schedule__time .radioBtn_wrap .codeshared-group .visible:last-child label {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #CED1DB;
}

#passengers-signs .qt__box {
    background: #fff;
}

/* passengerPage-css */
.passenger__wrap {
    background: #ebebeb;
    padding: 31px;
    margin: 36px 0;
    border-radius: 0;
    border: 2px solid #112673;
}

.passenger__wrap h1 {
    margin-bottom: 20px;
}

.passenger__wrap .passenger_block {
    background: #f8f8f8;
    margin: 10px 0;
    padding: 16px 22px;
    border-radius: 10px;
    align-items: center;
}

.passenger__wrap .passenger_block:last-child {
    margin-bottom: 0;
}

.passenger_block .left_block h3 span {
    color: black;
}

.not_btn_click {
    background: #ccc;
    color: #a6a6a6;
    cursor: not-allowed;
}

.not_btn_click:hover {
    background: #ccc;
    color: #a6a6a6;
}

.passenger__wrap .theme__orange__btn {
    border-radius: 7px;
    min-height: 49px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 18px;
    font-weight: 500;
    width: 180px;
}

.nineth-step .completed_points {
    text-align: left;
    margin-top: 30px;
}

/* .nineth-step .completed_points li{
    position: relative;
}
.nineth-step .completed_points li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #112673;
    border-radius: 50px;
    margin-top: 5px;
    flex: 0 0 12px;
} */
.mini-heading-dim {
    font-size: 16px;
    color: #6b6b6b;
}

.mini-para-dim {
    font-size: 12px;
    color: #6b6b6b;
}

.flight_details_step .mini_heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme__orange__btn.active {
    background: #00c991;
    color: white;
}

.text-danger {
    color: red;
    font-size: 14px;
}

.codeshared-group .field_wrap {
    display: none;
}

.codeshared-group .field_wrap.visible {
    display: block;
}

.load-more {
    cursor: pointer;
    color: #112673;
    text-align: center;
}

.schedule__time .radioBtn_wrap .codeshared-group .load-more label {
    width: 100%;
    padding: 5px;
    border: 1px solid #CED1DB;
    cursor: pointer;
}

.flight_details_step .mini_heading {
    color: #00c991;
    font-weight: bold;
}


.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.not-allowed {
    cursor: not-allowed;
}

.formBox .form-control.is-valid {
    border-color: #0EC779;
    padding-right: calc(1.5em + 0.75rem);
    background: url(../images/green-tick.svg);
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.775rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.formBox select.form-control.is-valid {
    border-color: #0EC779;
    padding-right: calc(1.5em + 0.75rem);
    background: url(../images/down-arrow.png) no-repeat right 6px center/20px, url(../images/green-tick.svg) #fff no-repeat right 24px center/16px;
}

.form-control.is-invalid {
    border-color: #C70E0E;
}

.load-more.visible label {
    text-decoration: underline;
    color: #00c991;
    padding: 10px 0;
}

.custom_checkbox input[type="checkbox"]+label[for="BySigningAbove"] {
    display: block;
    padding-left: 0;
    cursor: default;
}

.custom_checkbox input[type="checkbox"]+label[for="BySigningAbove"]:before,
.custom_checkbox input[type="checkbox"]+label[for="BySigningAbove"]:after {
    display: none;
}



.dob-fieldset legend {
    text-align: left;
    color: #112673;
    font-size: 18px;
}

.secure-wrap-page .formBox label {
    color: #112673;
}

.dob-fieldset legend {
    -webkit-padding-start: 4px;
    padding-inline-start: 4px;
    -webkit-padding-end: 4px;
    padding-inline-end: 4px;
    max-width: 124px;
    border-bottom: 0;
    margin-bottom: 0;
}

.dob-fieldset fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.dob-grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.dob_inner .form-control {
    padding: 10px 10px !important;
    text-align: center;
    color: #112673;
}


.additional_passenger_data {
    margin: 40px 0;
}

.block_radio_style.radioBtn_wrap .field_wrap .radio_field img {
    margin: 0 20px;
}

.dynamic_passengers .qt__box {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #CED1DB;
}

.dynamic_passengers .qt__box:last-of-type {
    border: none;
    margin: 0;
}

.what_happen_next_heading {
    margin-top: 40px;
}

.twilveth-step .completed_points {
    margin-left: 0;
}

button.close-modal-button {
    background-color: #ed6615;
    border: 1px solid #ed6615;
    width: 35px;
    height: 35px;
    right: -5px;
    top: -5px;
    position: absolute;
    border-radius: 100%;
    cursor: pointer;
}

button.close-modal-button svg {
    height: 20px;
    width: 20px;
    fill: #fff;
}

.passenger-sign-now.signed {
    background: #ccc;
    color: #6b6a6a;
}

.passenger-statement-txt {
    font-size: 28px;
    color: #112673;
    font-weight: bold;
    text-align: center;
    max-width: 600px;
    margin: 15px auto 0 auto;
}

.passenger-statement-txt .copyToShare {
    display: block;
    text-align: center;
    margin: 10px auto 0 auto;
    font-size: 16px;
    width: max-content;
}

.passenger-statement-txt .copyToShare img {
    margin-right: 5px;
}

p.file-info {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.text-success {
    color: #008d00;
}

/* secure-page */
.form-control:focus {
    border-color: #233777 !important;
    outline: 0;
    box-shadow: none;
}

.formBox label {
    text-align: left;
    width: 100%;
    margin-bottom: 6px;
}

.mb-40 {
    margin-bottom: 50px;
}

.z-9 {
    z-index: 4;
    position: relative;
}

.mb-15 {
    margin-bottom: 15px;
}


.secure-wrap-page {
    background: #fff url(../images/main-bg.png);
    min-height: calc(100vh - 100px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 60px 15px;
    position: relative;
}

.secure-wrap-page .banner_content {
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
}

.d_flex_all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-100 {
    width: 100%;
    max-width: 100%;
}

.formBox {
    padding: 35px;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #c7cacc;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    margin-top: 55px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.formBox .form-control {
    border-color: #CED1DB;
    border-radius: 10px;
    height: 56px;
    font-size: 18px;
    font-weight: 400;
    color: #001a5b;
    padding: 0.375rem 1.25rem;
    border-radius: 10px;
    width: 100%;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
}

.dob-fieldset fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.dob-grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.dob_inner .form-control {
    padding: 10px 10px;
    text-align: center;
}

legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}


.dob-fieldset {
    padding: 12px 10px 10px 10px;
    background: 0 0;
    border: 1px solid #5a9bad;
    position: relative;
    border-radius: 0;
}

.dob-fieldset.mb-40 {
    margin-bottom: 40px;
}

.dob-fieldset legend {
    max-width: max-content;
    padding: 0 10px;
    font-size: 18px;
    position: absolute;
    top: -15px;
    background: #f6f7fb;
    text-align: center;
}
.ppc_number_wrap legend {
    background: #f6f7fb;
}
.icon_check img {
    max-width: 90px;
    margin-bottom: 15px;
}


.secure_nav img.shield {
    max-width: 74px;
}

/* drag_and_drop_box */
.drag_and_drop_box {
    border: 2px dashed #707070;
    height: 92px;
    width: 300px;
    margin: 0 auto 30px;
    border-radius: 5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.drag_and_drop_box h6 {
    margin-bottom: 0;
}

.drag_and_drop_box .icon img {
    width: 50px;
    margin-right: 10px;
}

.chevron_down {
    text-align: center;
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
}

.chevron_down img {
    -webkit-animation: jump 2s infinite;
    animation: jump 2s infinite;
    -webkit-filter: none;
    filter: none;
    padding: 10px;
    width: 49px;
    height: 49px;
    background: #233777;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
    border-radius: 50%;
}

.formBox .btn-wrap {
    margin-top: 25px;
}

/* .secure_page_footer */
footer.secure_page_footer {
    background: linear-gradient(#010d4d 0%, #233777 0%, #297ed7 0%, #233777 100%);
    min-height: auto;
}


.assistant_head_area{
    display: flex; 
    align-items: center;
    position: relative;
}
.assistant_message{
    display: none;
    font-size: 27px;
    line-height: 37px;
    color: #fff;
    width: 400px;
    height: 355px;
    background: url(../images/message-bubble.png) no-repeat center;
    background-size: contain; 
    align-items: center;
    justify-content: center;
    padding: 50px 20px 0 20px;
    margin: 30px auto 0 auto;
}
.assistant_message b{
    color: #00C991;
}
.copyright{
    font-size: 20px;
    color: #fff;
    font-weight: 400; 
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(17px);
        transform: translateY(17px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(17px);
        transform: translateY(17px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.drag_and_drop_box input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.secure_field_wrap {
    position: relative;
}

.secure_field_wrap .secure-padlock {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
}


fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.w-full {
    width: 100%;
}

a.theme__orange__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dob-fieldset.mb-20 {
    margin-bottom: 20px;
}

.secure-wrap-page .formBox select.form-control {
    padding-right: 40px;
}


/* selfie modal design */
#click-photo:hover {
    color: #fff;
}

#click-photo:hover {
    background: #03172e;
}

#click-photo {
    margin-top: 10px;
}

#click-photo {
    color: #03172e;
    background: none;
    border: 3px solid #03172e;
    font-size: 22px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    transition: all .3s;
    text-decoration: none;
    width: 100%;
    height: 72px;
    padding-right: 0;
}

#click-photo img {
    margin-right: 15px;
    width: 45px;
}

#click-photo:hover img {
    filter: invert(1);
}

#use-this-image:hover,
#use-this-image02:hover {
    background: #03172e;
    color: #fff;
}

#use-this-image,
#use-this-image02 {
    color: #03172e;
    background: none;
    border: 3px solid #03172e;
    font-size: 22px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    transition: all .3s;
    text-decoration: none;
    margin: 15px auto 0 auto;
    width: 100%;
    height: 72px;
}

#start_camera_modal video {
    width: 100%;
    object-fit: cover;
}

#dataurl-container canvas {
    width: 100%;
}

#click-photo {
    margin: 20px 0;
}

#passport_cnic,
#start-camera {
    cursor: pointer;
}

.take_a_photo.successfully_uploaded .f-size-18,
.upload_file.successfully_uploaded .f-size-18 {
    color: #2b9a2b;
}

.take_a_photo.successfully_uploaded svg {
    fill: #2b9a2b;
}

.upload_file.successfully_uploaded svg path {
    fill: #2b9a2b;
}

#start_camera_modal {
    align-items: flex-start;
}

#start_camera_modal .not__qualify__dialog {
    width: 565px;
    margin-top: 50px;
}

#start_camera_modal .modal-body h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

body.modal-open {
    overflow: hidden;
}

body.modal-open #start_camera_modal {
    overflow: auto;
}

.secure-thanks-wrap {
    padding-top: 60px;
}

.secure-thanks-wrap a.theme__primary__btn {
    display: inline-flex;
    margin-top: 25px;
    width: 320px;
}

.secure-thanks-wrap h3 {
    font-weight: 500;
}

.secure-thanks-wrap p {
    font-size: 22px;
    line-height: 30px;
}

.drag_and_drop_box.has-success {
    border: 2px dashed #008d00;
}

.drag_and_drop_box.has-error {
    border: 2px dashed #cb0404;
}

.text-error {
    color: #cb0404;
}

.right_action_btns{
    flex: 1;
    text-align: right;
}
.right_action_btns.align_left{
    text-align: left;
}
.secure_sign_actionBtn.align_left .move_next {
    margin-left: 0;
    margin-right: 0;
    max-width: 602px;
    width: 100%;
    min-height: 109px;
}
.qt_box .radioBtn_wrap .field_wrap .radio_field{
    background: white;
}
.qt_box .radioBtn_wrap .field_wrap [type="radio"]:checked+.radio_field::before {
    background: #112673;
}

.chat_button{
    position: fixed;
    right: 150px;
    bottom: 40px;
    border: none;
    background: #00C991;
    border-radius: 16px;
    padding: 15px 19px;
    cursor: pointer;
    display: none;
}
.main_content_wrap {
    position: relative;
}
.main_content_wrap:before{
    content: "";
    position: absolute;
    right: 0;
    top: 320px;
    background: url('../images/top-page-graphic.png') no-repeat;
    background-size: contain;
    width: 400px;
    height: 225px;
    z-index: -1;
}
.main_content_wrap:after{
    content: "";
    position: absolute;
    left: 30px;
    bottom: 60px;
    background: url('../images/bottom-page-graphic.png') no-repeat;
    background-position: center;
    background-size: contain;
    width: calc(100% - 60px);
    height: 288px;
    z-index: -1;
}

.confirmation_list li{ 
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    position: relative;
    color: #2a2a2a;
    margin-bottom: 18px;
    padding-left: 32px;
}
.confirmation_list li::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #233777;
    border-radius: 50px;
    top: 7px;
    left: 0;
}
 .by_clicking_Terms_condition .custom_checkbox input[type="checkbox"]+label {
    font-weight: normal;
    font-size: 16px;
    color: #2a2a2a;
}

/* progress_wrap */
.progress_wrap .progress-bar {
    width: 100%;
    height: 20px;
    background: #fff;  
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 45px 0;
    position: relative;
}
.progress_wrap .progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    background: #00C991;
    height: 100%;
    color: #FFFFFF;
    padding: 0;
    text-align: right;
    line-height: 15px;
    font-size: 16px;
    border-radius: 5px;
    font-style: normal; 
    border-radius: 5px; 
}

.progress-loader-wrap{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: #112673;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-loader{
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.progress .progress-bar {
    width: 100%;
    height: 6px;
    background: #EBEBEB;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0 20px 0;
    position: relative;
}
.progress .progress-bar .green-strip {
    position: absolute;
    top: 0;
    left: 0;
    background: #00c991;
    height: 100%;
    color: #FFFFFF;
    padding: 0;
    text-align: right;
    line-height: 15px;
    font-size: 16px;
    font-style: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    animation: progrees-width 1.5s ease-in-out;
    width: 100%;
}
.progress-loader h4{
    font-size: 24px;
    color: #fff;
}
.progress-loader p{
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
}
.mobile_content{
    display: none;
}
.progress_wrap{
    position: relative;
}
.progress_wrap::after {
    content: "";
    position: absolute;
    background: url(../images/up-arrow.png);
    width: 64px;
    height: 125px;
    right: 0;
    display: none;
    bottom: -47px;
    background-size: contain;
    background-repeat: no-repeat;
}

@keyframes progrees-width {
    0%{
        width: 25%;
    }
    50%{
        width: 50%;
    }
    75%{
        width: 75%;
    }
    100%{
        width: 100%;
    }
}

.iagree_radio{
    margin-bottom: 15px;
}
.iagree_radio input {
    display: none;
}
.iagree_radio label {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
    font-size: 21px;
    padding-top: 0;
    cursor: pointer;
    text-align: left;
    color: #0c1a45;
    margin: 10px 0 19px;
    margin-bottom: 0;
}
.iagree_radio label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    border-radius: 6px;
    background: #fff;
    border: 2px solid #ccced0;
}
.iagree_radio label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    height: 20px;
    width: 20px;
    background: url(../images/tick.png) no-repeat;
    background-size: contain;
    opacity: 0;
    display: inline-block;
}
.iagree_radio input:checked+label:before {
    border: 2px solid#00d168;
    background: #f0fff9;
}
.iagree_radio input:checked+label:after {
    opacity: 1;
}

.signpad_wrapper{
    margin-bottom: 30px;
}

.signature_box {
    background: #fff;
    border-radius: 50px;
    padding: 0px;
    text-align: center;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 9%); */
    height: 380px;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}
.signature_box canvas {
    border-radius: 50px;
    border: 2px dashed #00C991;
}


/* bubble_box */
/* .bubble_box h5{
    margin-bottom: 10px;
} */
.hidden_bottom_content .bubble_box{
    display: none;
}
.hidden_bottom_content .main__content.top {
    margin-top: 50px;
}
.bubble_box {
    position: absolute;
    max-width: 750px;
    background-color: #00C991;
    padding: 30px;
    font-size: 1.25em;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
    top: 166px;
}
.bubble_box::before { 
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	left: 1.5em;  
	border: 0.75rem solid transparent;
	border-top: none;
 
	border-bottom-color: #00C991;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}
.bubble_box .f-size-24{
    margin-bottom: 10px;
}
.bubble_box p{
    font-size: 25px;
}
.bubble_box p b{
    text-decoration: underline;
}

.inner_funnel .header{
    display: none;
}
.inner_funnel .main_content_wrap .left_panel {
    margin-top: 0;
    position: sticky;
    top: 0;
    z-index: 9;
}
.confirmation_box p, .confirmation_box b{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}
.clear_signature.clearButton:hover{
    background: none;  
    border: none;
    color: black;
}
.inner_content p.f-size-24{
    max-width: 750px;
}

.assistant{
    display: flex;
    flex-direction: row-reverse;
}
.top_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
}
.irish_logo{
    margin-top: 20px;
}
.assistant_head_area .inner_content .custom_margin{
    margin: 15px 0;
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
}
.assistant_head_area .inner_content .custom_margin+p{
    font-size: 24px;
    margin-bottom: 20px;
}

.move_back, .move_back_p {
    background: none;
    border: none;
    font-size: 18px;
    text-decoration: underline;
    align-self: center;
    cursor: pointer;
}
.signpad_wrapper .fieldset__head__area{
    color: #112673;
}
.thank_you_page_content h1{
    margin-bottom: 10px;
}
.thank_you_page_content {
    max-width: 650px;
    margin: 0 auto;
}
.ml-5{
    margin-left: 5px;
}
.infotmative_text .info_ico {
    display: inline-flex;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    border: 2px solid #112673;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    top: -4px;
    line-height: 32px;
}
.signature__qt__box__inner{
    width: 90%;
}
.submit_claim_btn .mr{
    margin-right: 40px;
}
.user_fiona_text{
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
}
.align__self__center{
    align-self: center;
}
.mb-5{
    margin-bottom: 5px;
}
.course_start_date{
    grid-template-columns: 1fr 1fr;
}
.qt__title.mb-10{
    margin-bottom: 10px;
}
.flex_wrap{
    flex-wrap: wrap;
}
.error-message{
    flex: 0 0 100%;
    margin-top: 5px;
}
.copy_from_previous_year{
    background: #233778;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;margin: 0;
}
input[type=number] {
    appearance:textfield;
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
}
.by_clicking_confirm{
    margin-top: 50px;
}
.by_clicking_confirm a{
    text-decoration: underline;
}
p.file-info{
    text-align: center;
    margin-top: 10px;
}
.footer__links{
    margin-top: 20px;
}
.footer__links .footer_link{
    background: none;
    border: none;
    color: #00c991;
    font-size: 18px;
    text-decoration: underline;
    margin-left: 20px;
    cursor: pointer;
}
#addressPopup, #addressPopup2{
    margin-top: 15px;
}

#confirmAddressButton, #confirmAddressButton2{
    min-width: 221px;
    cursor: pointer;
}
.is_correct_address_no .theme__orange__btn, .still_living_in_property_no .theme__orange__btn{min-height: 56px;}

.bar_underline{display: block;margin: 10px auto 0 auto;}


.user_content_wrap {
    max-width: 190px;
    text-align: center;
}
 
.user_content_wrap .img_wrap {
    margin: 0 auto;
    margin-bottom: 18px;
}

.form-control.is-invalid {border-color: red;}
.form-control.is-valid {border-color: #00c991;}
/* .radioBtn_wrap .field_wrap input[type="radio"].is-valid + label {border-color: #00c991;} */
.radioBtn_wrap .field_wrap input[type="radio"].is-invalid + label {border-color: red;}
.copy_from_previous_year + .copy_from_previous_year { display: none !important;}


.pound_sign .pl-60 {
    padding-left: 60px;
} 
.pound_sign{position: relative;}
.pound_sign .pound {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: calc(100% - 6px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border-radius: 10px 0 0 10px;
    left: 2px;
    font-size: 18px;
    color: #7f818b; 
}

.claim_information li span {
    color: #00C991; 
    font-size: 20px;
}

.expire_link_inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.expire_link_inner .img_wrap{
    flex: 0 0 630px
}
.expire_link_inner .content{
    max-width: 580px
}
.expire_link_inner .content h3{
    font-size: 40px;
}
.expire_link_inner .content p{
    font-size: 20px;
    margin: 10px 0 20px 0;
}
.left_panel.expired{
    padding: 20px 0 20px;
}
.left_panel.expired .top_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.expire_link_content{
    padding-top: 80px;
    min-height: calc(100vh - 202px);
}
.expire_link_content .theme__green__btn{
    border-color: #00c991;
}

div#property_address_labels, div#address_labels_mortgage,div#addressPopupLandloard {
    margin-top: 10px;
    /* font-weight: bold; */
    font-size: 19px;
}
#signature-pad-parent-main02_error{
    margin-top: 10px;
    display: inline-block;
}
.people_tution_fees_all .col-xl-6, .people_tution_fees_all .col-xl-3 {
    margin-bottom: 30px;
}

.progress_wrap, .question_number{display: none;}
.claim_amount{position: relative;display: inline-block;}
.claim_amount:before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/hand-draw-circle.png') no-repeat;background-size: contain;animation: scale-animation 1.5s infinite alternate;}

.fieldset.form_step.personal_information[data-step="20"] .fieldset__head__area h3{max-width: 880px;}

.fieldset__head__area h3 .claim_amount:before{background-image: url('../images/hand-draw-circle-green.png');}

.marital_status{position: relative;}
.marital_status:after{content: "";position: absolute;right: 0;top: -100px;background: url('../images/up-arrow.png') no-repeat;background-size: contain;width: 90px;height: 27vh;}

.trustpilot-rating{margin-top: 15px;}

@keyframes scale-animation {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 991px) {
    .people_tution_fees_all .col-xl-6, 
    .people_tution_fees_all .col-xl-3 {
      margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
    .people_tution_fees_all .text-danger { 
    font-size: 13px;
}
}


.hero__section{
    padding: 30px 0 0 0;
    min-height: 1045px;
}

.main_heading_wrap{
    background: #1A6EA7;
    border-radius: 50px;
    padding: 20px 10px;
    margin-bottom: 20px;
}
.main_heading{
    font-size: 57px;
}
.main_heading+span{
    font-size: 30px;
    font-weight: bold;
}

.sub_heading{
    background: #455DB2;
    border-radius: 50px;
    font-size: 35px;
    font-weight: 500;
    padding: 14px 10px;
    max-width: 1340px;
    margin: 0 auto;
}
.sub_heading span{
    max-width: 860px;
    display: block;
    margin: 0 auto;
}

.qt__block{
    background: #fff;
    border-radius: 22px;
    font-size: 28px;
    color: #112673;
    padding: 12px 35px;
    display: flex;
}
.question_number{
    margin-right: 5px;
}

.hero_sec_graphic{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    z-index: -1;
    width: 100%;
    text-align: center;
}


.the_results{
    padding: 65px 0;
    background-color: #fff;
    background-image: url(../images/the-result-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.the_results .sec_heading{
    background: #D1E8EB;
    border-radius: 50px;
    font-size: 50px;
    color: #112673;
    text-align: center;
    padding: 42px 15px;
}
.remark_list .message{
    border: 1px solid #2184C2;
    border-radius: 60px;
    padding: 24px 30px;
    font-size: 40px;
    color: #112673;
    flex: 1;
}
.people_remarks{
    margin-top: 45px;
}
.remark_list{
    display: flex;
    margin-bottom: 15px;
}
.remark_list .bubble{
    width: 264px;
    min-height: 100%;
    border-radius: 60px;
}
.remark_list .bubble.small{
    width: 150px;
}
.remark_list .bubble.ml{
    margin-left: 20px;
}
.remark_list .bubble.mr{
    margin-right: 20px;
}
.remark_list .light-green{
    background: rgb(33 132 194 / 20%);
}
.remark_list .green{
    background: rgb(0 201 145 / 20%);
}
.remark_list .light-gray{
    background: rgb(35 55 119 / 20%);
}



.footer_inner{
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.footer_inner a{
    color: #fff;
}
.footer_inner a:hover{
    color: #00c991;
    text-decoration: underline;
}
.footer_links{
    display: flex;
    flex-direction: column;
}
.footer_links a{
    font-size: 20px;
    margin-top: 20px;
}
.copyright{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 65px;
    /* padding-left: 80px; */
}
.footer_logo img {
    max-width: 170px;
}
.site_footer{
    padding: 45px 0 40px 0;
    background: linear-gradient(to bottom,  rgba(53,75,147,1) 0%,rgba(47,67,136,1) 16%,rgba(34,53,119,1) 42%,rgba(27,47,110,1) 73%,rgba(18,37,96,1) 100%);
    position: relative;
    z-index: 9;
}
.site_footer::after{
    content: "";
    position: absolute;
    right: 260px;
    bottom: 0;
    background: url('../images/peak-sign.png') no-repeat center;
    background-size: contain;
    width: 505px;
    height: 100%;
    z-index: -1;
}
.site_footer .info{
    text-align: center;
    align-self: end;
    font-size: 20px;
}
.site_footer .info .envelop{
    margin-bottom: 10px;
}

.main_heading_wrap b::after {
    content: "";
    background: url(../images/divider.svg);
    position: absolute;
    bottom: 0; 
    display: none;
    height: 7px;
    left: 0;
    right: 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.the_results .sec_heading::after {
    content: "";
    background: url(../images/divider.svg);
    position: absolute;
    bottom: 22px;
    display: none;
    height: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 207px;
    background-size: contain;
    background-repeat: no-repeat;
}

.divider_img{display: none;}


.main_heading_wrap b, .the_results .sec_heading {
    position: relative;
} 
.f-size-20{
    font-size: 20px;
    font-weight: normal;
}
.f-size-35 {
    font-size: 35px;
}
.f-size-28{
    font-size: 28px;
}
.pdf-link{
    text-decoration: underline;
    display: inline-block;
}
.txt-blue{
    color: #112673;
}

.sign-page .qt__box {
    background: rgba(69, 93, 178, 0.05);
    border-radius: 50px;
    padding: 50px 45px;
}
.search_address_btn{
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    min-height: 60px;
    margin-left: 10px;
}
.ppc_number_wrap {
    max-width: 850px;
}
.ppc_number_input{
    min-height: 74px;
    border: 2px dashed #00C991;
    padding-left: 120px;
    width: 100%;
    border-radius: 50px;
    font-size: 20px;
}
.dob_sign{
    position: relative;
}
.dob_sign .dob-fieldset {
    padding: 12px 10px 9px 120px;
    border: 2px dashed #00C991;
    position: relative;
    border-radius: 50px;
}
.dob_sign .dob_inner .form-control {
    border-radius: 50px;
}
.ppc_number_wrap .field_wrap {
    position: relative;
}
.ppc_number_wrap .field_img {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    width: 90px;
    justify-content: center;
    background: #CBD2E9;
    border-radius: 40px 0px 0px 40px;
}.ppc_number_wrap p {
    margin: 15px 0px 35px;
    line-height: 34px;
}.ppc_number_wrap h6 span {
    font-weight: normal;
}
.main__content.sign-page {
    padding-bottom: 230px;
}
.main_content_wrap.sign-page-wrap:after { 
    bottom: 261px;
}

.joint_tenant_data .head_area{
    margin-bottom: 50px;
}
.joint_tenant_data .head_area h4{
    font-size: 35px;
    font-weight: bold;
    color: #00C991;
}
.joint_tenant_data .head_area p{
    line-height: 34px;
    max-width: 1000px;
    margin: 30px 0 40px;
}
.joint_tenant_data .radioBtn_wrap{
    max-width: 650px;
}
.joint_tenant_data .radioBtn_wrap .field_wrap .radio_field {
    border-color: #112673;
    border-radius: 25px;
}
.joint_tenant_data .radioBtn_wrap .field_wrap [type="radio"]:checked+.radio_field {
    border-color: #112673;
    background: #112673;
    color: #fff;
}
.joint_tenant_data .radioBtn_wrap .field_wrap [type="radio"]:checked+.radio_field::before {
    background: #ffffff;
    box-shadow: 0 0 0px 1px #112673, 0 0 0 2px #FFF;
}


/* thank_you_page_wrap */
.hero__section.thank_you_page_wrap {
    min-height: auto;
  margin-bottom: 86px;
  padding-bottom: 0;
}
.thank_you_page_wrap  .main_heading_wrap {
    background: #D1E8EB; 
}
.thank_you_page_wrap  .main_heading {
    color: #112673;
    line-height: 66px;
}
.thank_you_page_wrap .sub_heading{
    background: #D4D9E8; 
    max-width: 1444px;
}
.thank_you_page_wrap .sub_heading{
    color: #112673;
    font-size: 50px;
}
.thank_you_page_wrap .sub_heading span{
    max-width: 100%;
}
.left-side{
    display: none;
}
.thank_you_types.tax_rebates_types {
    padding-bottom: 85px;
}
.thank_you_types .rebate-graphic.right_side {
    left: auto;
    right: 26px; 
    bottom: 10px; 
}
.mobile_footer {
    display: none;
}
.sec_heading {
    font-size: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}

.tax_rebates_types .row{
    margin-left: -10px;
    margin-right: -10px;
}
.tax_rebates_types .col-xl-4{
    padding-left: 10px;
    padding-right: 10px;
}

.tax_rebates_types .col-xl-4{
    margin-bottom: 40px;
}
.rebates_card{
    background: #fff;
    border-radius: 50px;
    padding: 15px 15px 15px 25px;
    position: relative;
    box-shadow: 0 5px 0 rgb(255 255 255 / 38%);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.rebates_card h3{
    font-size: 38px;
    color: #112673;
    min-height: 88px;
    margin-bottom: 10px;
    line-height: 44px;
    max-width: 320px;
}
.rebates_card .ico{
    background: #BFC7E2;
    position: absolute;
    right: 40px;
    top: 0;
    border-radius: 0 0 50px 50px;
    padding: 20px 9px;
}
.rebates_card h4{
    font-size: 20px;
    line-height: 26px;
    color: #112673;
}
.rebates_card h4 span{
    color: #00C991;
}
.rebates_card p{
    font-size: 18px;
    color: #112673;
    margin: 15px 0 40px 0;
    flex: 1;
}
.calim_now_btn{
    background: rgb(69 93 178 / 25%);
    display: block;
    width: 100%;   
    font-size: 28px;
    color: #112673;
    border-radius: 50px;
    min-height: 70px;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}
.calim_now_btn:hover{
    color: #fff;
    background: #112673;
}
.calim_now_btn.added{
    color: #fff;
    background: #112673;
}
.sec_heading{
    font-size: 50px;
}
.make_claim_btn_wrap{
    margin-top: 60px;
}
.make_claim_btn_wrap .theme__green__btn{
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto;
    min-height: 110px;
}
.rebate-graphic{
    position: absolute;
    left: 200px;
    bottom: 50px;
    z-index: -1;
}
.tax_rebates_types{
    padding-bottom: 200px;
}
.make_claim_btn_wrap .show_more {
    display: none;
}
#blanktransparentpixel{position: absolute;top: 0;}
.selectedAddressField{display: flex;align-items: center;cursor: not-allowed;white-space: nowrap;overflow: hidden;}
.footnote{font-size: 14px;opacity: 70%;}
img.security-img { width: 30px; position: absolute; right: 22px; top: 12px;}
.custom_select{border: 1px solid #ddd;}
.custom_check_box label {background: rgb(69 93 178 / 25%); color: #112673; border-radius: 50px;padding: 6px 20px;position: relative;display: flex;align-items: center;justify-content: center;cursor: pointer;margin-bottom: 0;text-transform: uppercase;min-height: 70px;max-width: 410px; font-size: 28px;text-align: center; margin: 0 auto}
.custom_check_box [type=checkbox]:checked+label,
.custom_check_box label:hover {color: white;background: #112673; }
.custom_check_box [type=checkbox] {display: none;}
@media (max-width: 1580px) {
    .custom_check_box label {font-size: 23px;min-height: 60px;}
}
@media (max-width: 1199px) {
    .custom_check_box label {font-size: 20px;border-radius: 50px;min-height: 44px;}
}
@media (max-width: 991px) {
    .custom_check_box label  {font-size: 18px;}
}



/* custom_modal */
.custom_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99;
}
.custom_modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #d9d9d9;
    padding: 25px;
    width: 968px;
    border-radius: 0.5rem;
    height: 90vh; 
}
.custom_modal .close-button {
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    background-color: red;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: white;
    line-height: 50px;
    position: fixed;
    right: 43px;
    top: 38px;
}
.custom_modal .close-button:hover {
    background-color: rgba(53, 75, 147, 1);
}
 .show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.pdf_inner {
    height: 100%;
    width: 100%;
    overflow: auto;
    position: relative;
}
.pdf_inner img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.font-style-normal {
    font-style: normal;
}
@media(max-width:991px) {  
.custom_modal .modal-content { 
    width: calc(100% - 30px); 
    padding: 15px;
    height: 80vh;
}
.custom_modal .close-button { 
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 20px;
    right: 25px;
    top: 25px;
}
}

 

/* offer-modal */
.custom_modal.discount_modal .modal-content {height: auto;padding: 0;border-radius: 20px ! IMPORTANT;max-width: 454px;background: rgb(27 47 110);/* text-align: center; */padding: 39px 30px;}
.custom_modal.discount_modal span.close-button {z-index: 99;top: 0;right: 0;}
/* .offer-modal {display: flex;align-items: center;justify-content: center;min-height: 100vh;background:rgb(27 47 110);} */
.offer-modal-inner {width: 308px;border: 10px solid white;position: relative;min-height: 279px;margin: 0 auto;margin-bottom: 51px;}
.offer-modal-inner h5 {position: absolute;top: -20px;left: 0;right: 0;margin: 0 auto;display: inline-table;background: #1b2f6e;color: white;padding: 0px 6px;font-size: 26px;text-transform: uppercase;}
.offer-modal-inner h1 span {font-size: 91px;}
.offer-modal-inner h1 {font-size: 92px;line-height: 80px;text-transform: uppercase;font-weight: bold;text-align: center;position: relative;left: -21px;background: #1b2f6e;width: calc(100% + 35px);top: 20px;color:rgb(63 174 123);}
.offer-modal-inner h6 {font-size: 64px;font-weight:normal;position:relative;margin-top: -9px;font-family: "Atma", system-ui;color: white;transform: rotate(345deg);}
.icone {color: white;width: 130px;height: 130px;background: url(../images/offer-bg.png);background-size: cover;display: flex;align-items: center;justify-content: center;font-size: 36px;position: absolute;right: 18px;margin: 0 auto;bottom: -55px;font-weight: bold;flex-direction: column; line-height: 30px;}
.icone small{ font-size: 20px;}
.offer-modal-box p {font-size: 25px;color: white;font-weight: bold;text-align: center;}


.top-bar-icon small{ font-size: 20px;}
/* deadline */
.deadline-inner {position: relative;max-width: 1400px;margin: 0 auto;background: rgb(236 238 247);padding: 15px 28px;}
.deadline-inner h5 {position: relative;font-size: 43px;line-height: 40px;text-transform: uppercase;font-weight: bold;color:#112673;margin-bottom: 0;}
.deadline-inner p {margin: 0;color: #112673;font-weight: bold;font-size: 20px;}
.top-bar-icon {background: url(../images/top-bar-bg.png);width: 161px;height: 106px;background-size: cover;display: flex;align-items: center;justify-content: center;color: white;font-size: 47px;font-weight: bold;position: absolute;top: 1px;right: -2px;padding: 50px 0 20px 0;z-index: 99;flex-direction: column; line-height: 30px;}
.discount_panel.deadline {position: relative;top: -40px;}

/* .discount_panel.deadline {position: sticky;z-index: 99;top: 0;}
.sign-page-wrap .left_panel {
    top: 94px !IMPORTANT;
} */
@media (max-width: 768px) {
    .deadline-inner h5 {font-size: 30px;line-height: 30px; }
    .deadline-inner p { font-size: 16px;}
    .top-bar-icon {width: 144px;height: 99px;background-size: cover; font-size: 38px; top: 0;right: 1px;padding: 50px 0 20px 0;line-height: 30px;}
    /* .sign-page-wrap .left_panel {top: 82px ! IMPORTANT;} */
    .discount_panel.deadline {
        top: -11px;
        left: -20px;
        width: calc(100% + 40px);
    }
}
    
@media (max-width: 480px) {
    .offer-modal-box p {font-size: 20px;}
    .deadline-inner h5 {font-size: 26px;line-height: 30px;}
    .deadline-inner p {font-size: 15px;}
    .deadline-inner { padding: 18px 15px;}
    .top-bar-icon { width: 113px;height: 78px;background-size: cover;font-size: 32px;top: 20px;right: 1px;padding: 44px 0 20px 0; line-height: 22px;}
    .custom_modal.discount_modal .modal-content { padding: 30px 18px;}
    .top-bar-icon small{ font-size: 16px;}
}

.terms-conditions-wrapper{
    height: calc(100vh - 457px);
}
.terms-conditions-btns-wrap{
    display: flex;
    gap: 40px;
}
.terms-conditions-btns-wrap .theme__green__btn{
    display: inline-block;
    align-content: center;
    text-align: center;
    font-size: 1.5vw;
    font-weight: 500;
    flex: 1;
}
.terms-conditions-btns-wrap .theme__green__btn:hover{
    background: #009a49;
}

.custom-dropdown {position: relative;display: inline-block;min-width: 230px;max-width: 230px;}
.dropdown-toggle {padding: 0;background: none;color: white;border: none;cursor: pointer;font-size: 20px;text-align: left;}
.dropdown-menu {display: none;position: absolute;background-color: #fff;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);border-radius: 4px;list-style: none;margin: 0;padding: 0;width: 100%;overflow: hidden;}
.dropdown-menu li a {padding: 10px 15px;color: #00c991;font-size: 18px;display: inline-block;margin: 0;}
.dropdown-menu li a:hover {text-decoration: none;background: #00c991;color: #fff;}
.dropdown-menu li a{border-bottom: 1px solid #00c991;}
.dropdown-menu li:last-child a{border-bottom: none;}

@media (max-width: 1680px) {.dropdown-toggle, .dropdown-menu li a{font-size: 18px;}}
@media (max-width: 991px) {.dropdown-toggle, .dropdown-menu li a{text-align: center;}}
@media (max-width: 575px) {.dropdown-toggle, .dropdown-menu li a{font-size: 16px;}}
@media (max-width: 480px) {.dropdown-toggle{font-size: 15px;}.custom-dropdown{margin-top: 15px;min-width: max-content;max-width: max-content;}.dropdown-menu li a {
padding: 6px 10px;font-size: 13px;line-height: normal;}}

@media (max-width: 991px) {
    .terms-conditions-btns-wrap .theme__green__btn {font-size: 2.5vw;min-height: 80px;}
}

@media (max-width: 480px) {
    .terms-conditions-btns-wrap .theme__green__btn {font-size: 4.5vw;min-height: 60px;}
    .terms-conditions-btns-wrap {gap: 20px;flex-direction: column;}
    .terms-conditions-wrapper {height: calc(100vh - 305px);}
}