<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pd-0 {
	padding: 0;
}

/* Autocomplete css start */
.ui-autocomplete { 
	width: 450px !important; 
	max-height: 408px;
	overflow: auto;
}
.ui-autocomplete li {
	padding: 0;
    display: inline-block;
    width: 100%;
}
.ui-autocomplete li a {
	display: inline-block;
    width: 100%;
    padding: 6px 5px 6px 30px;
    border-bottom: 1px solid gainsboro;
    background: #f1f1f1;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ui-autocomplete li a:hover {
	background: #f15b2f;
	color: white;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/* Autocomplete css end */


/*.A_navigtn {
	border-bottom: 1px solid gainsboro;
}*/
.A_navigtn nav {
	background-color: transparent !important;
}
.dropdown:hover&gt;.dropdown-menu {
  display: block;
  margin-top: 0;
  padding: 0;
}
.dropdown&gt;.dropdown-menu .dropdown-item {
	padding: 10px 15px;
    border-bottom: 1px solid gainsboro;
}
.dropdown&gt;.dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}
.dropdown&gt;.dropdown-menu .dropdown-item:hover {
	background-color: #f15b2f;
	color: #fff;
}
.A_logo img {
	height: 60px;
}
.A_linksectn&gt;li.active&gt;a {
	color: #f15b2f !important;
}
.A_linksectn&gt;li&gt;a:before {
	content: '';
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -23px auto auto auto;
    width: 2px;
    height: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.A_linksectn&gt;li.active&gt;a:before, .A_linksectn&gt;li&gt;a:hover:before {
	background: #f15b2f;
    height: 80%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dropdown&gt;.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.A_loginL {
	color: #f15b2f;
	border-color: #f15b2f;
}
.A_loginL:hover {
	color: #fff;
	background-color: #f15b2f;
}
.A_linksectn {
	margin-right: 15px;
}
.A_navigtn .A_linksectn .nav-link {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.A_banrsectn {
	min-height: 70vh;
}
.A_banrsectn .A_bnr_img {
	position: absolute;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.A_banrsectn .A_bnr_img div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.9);
}
.A_banrsectn .A_bnr_formS {
	position: relative;
    z-index: 2;
    height: inherit;
}
.A_bnr_formS .FormS_ {
	width: 80%;
    margin-left: 10%;
    padding-top: 10%;
}
.A_bnr_formS .FormS_ p{
	margin: 0 0 30px;
}
.A_bnr_formS .FormS_ h1{
	font-size: 30px;
	font-weight: 600;
}
.FormS_ .d-flex .col {
	padding: 0;
}
.FormS_ .d-flex .col input {
	width: 100%;
}
.FormS_ .d-flex {
	border: 1px solid gainsboro;
	box-shadow: 0 8px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
	border-radius: 5px;
}
.FormS_ .d-flex:hover, .d-flex.border_cl {
	border-color: #f15b2f;
}
.FormS_ .d-flex .col:first-child input {
	border-radius: 5px;
}
.FormS_ .d-flex .col input[type=text] {
	height: 60px;
	padding: 0 10px 0 40px;
	border: 0;
}
.FormS_ .d-flex .col input:focus {
	outline: none;
	border: 0;
}
.FormS_ .d-flex .col:first-child span {
	position: absolute;
    top: 10%;
    right: -5px;
    height: 80%;
    display: flex;
    align-items: center;
}
.FormS_ .d-flex .col:first-child span i {
	width: 20px;
	height: 20px;
    text-align: center;
    background: white;
    position: relative;
    z-index: 2;
    font-size: 19px;
    font-weight: bold;
    color: #b9b9b9;
}
.FormS_ .d-flex .col:first-child span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 7px;
	z-index: 1;
	background: gainsboro;
	width: 4px;
	height: 100%;
}
.FormS_ .fa-map-marker {
	font-size: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #f15b2f;
}
.A_btn {
	background: #f15b2f;
    border: 0;
    height: 50px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-radius: 0 5px 5px 0;
}
.A_btn:hover {
	background: #e64516;
}
.FormS_ .A_btn {
	height: 60px;
}
.A_securapp {
	display: flex;
    width: 80%;
    margin: 15px auto auto;
    align-items: center;
}
.A_securapp_det {
	display: flex;
    width: 100%;
    margin: 40px auto auto;
    align-items: center;
}
.A_securapp_det .col {
	position: relative;
	text-align: center;
}
.A_securapp_det .col .fa-check {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto auto auto 0;
    font-size: 100px;
    color: gainsboro;
    width: 50px;
    height: 100px;
}
.A_securapp_det .col span {
	position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 20px;
}
.headng_p h1 {
	position: relative;
	line-height: normal;
	font-weight: bold;
	color: #f15b2f;
}
.headng_p h1:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	width: 5px;
	height: 100%;
	background: #e64516;
	background: #e64516;
}
.A_howitwork_sectn {
	padding: 50px 0 50px 0;
}
.A_how_boxs .col {
	margin-top: 30px;
	position: relative;
}
.A_how_boxs .col &gt; div:first-child {
	top: 40px;
    position: relative;
    text-align: center;
}
.A_how_boxs .col &gt; div:first-child span {
	display: inline-block;
    padding: 35px;
    border-radius: 50%;
    background: white;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.A_how_boxs .col &gt; div:first-child img {
	height: 90px;
}
.A_how_boxs .col &gt; div:last-child {
	background: #eff7ff;
    padding: 80px 15px 5px;
    height: 260px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.A_how_boxs .col &gt; div:last-child h3 {
	height: 66px;
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.A_how_boxs .col:hover &gt; div:first-child span {
	box-shadow: 0 0 20px 10px gainsboro;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.A_how_boxs .col:hover &gt; div:last-child {
	box-shadow: 0 10px 30px 5px gainsboro;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.A_knowrights_sectn {
	padding: 50px 0 50px 0;
}
#tourtoany_place {
	display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 0;
}
#tourtoany_place h6 {
	margin-bottom: 0;
	padding: 30px 15px 15px;
	border-radius: 5px 5px 0 0;
	color: #424242;
}
#tourtoany_place a:hover h6 {
	color: #f15b2b;
}
#tourtoany_place li {
	padding: 10px 0 0 0;
    margin-right: 5px;
}
#tourtoany_place a.active h6 {
	background: #eff7ff;
	color: #f15b2b;
}
#tourtoany_place a label {
	display: flex;
	margin-bottom: 0;
	justify-content: center;
	cursor: pointer
}
#tourtoany_place a label span {
	position: relative;
    padding: 15px;
    border-radius: 50%;
    background: #eff7ff;
    top: 25px;
}
#tourtoany_place a:hover {
	text-decoration: none;
}
#tourtoany_place a.active label span {
	position: relative;
    padding: 15px;
    border-radius: 50%;
    background: white;
    top: 25px;
}
#tourtoany_place a {
	opacity: 0.5;
	display: block
}
#tourtoany_place a.active, #tourtoany_place a:hover {
	opacity: 1
}
#tourtoany_place li:last-child {
    margin-right: 0;
}
#tourtoany_place_shows &gt; div {
    display: none;
}
#tourtoany_place_shows &gt; div.active {
    display: block;
}
#tourtoany_place_shows {
	width: 80%;
    margin-left: 10%;
    padding: 30px 0 30px;
    background: #eff7ff;
    border-radius: 5px;
}
#tourtoany_place_shows p {
	line-height: 27px;
    letter-spacing: 1px;
}
#tourtoany_place_shows p a {
	color: #f15b2b;
}
#tourtoany_place_shows p a:hover {
	color: #c12f01;
	text-decoration: none;
}
#accordionExample {
	margin-top: 40px;
}
#accordionExample .card-body {
	padding: 0;
}
#accordionExample .card-body table {
	margin-bottom: 0
}
#accordionExample .card-header {
	padding: 0;
}
#accordionExample .card-header button {
	display: inline-block;
    width: 100%;
    text-align: left;
    background: #f15b2f;
    color: white;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
#accordionExample .card-header button:hover, #accordionExample .card-header button:focus {
	text-decoration: none;
}
#accordionExample .card-header button.collapsed {
	background: #eff7ff;
	color: #484848;
}
#accordionExample .card-header button i {
	position: absolute;
    right: 20px;
    top: 17px;
}
#accordionExample .card-header button.collapsed .fa-minus {
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#accordionExample .card-header button.collapsed .fa-plus {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#accordionExample .card-header button .fa-minus {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#accordionExample .card-header button .fa-plus {
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.A_cust_rev {
	margin-top: 40px;
}
.A_cust_rev .slick-list {
	padding: 0 0 20px;
}
.A_cust_rev .slick-slide {
	text-align: center;
}
.A_cust_rev .slick-slide &gt; span {
	width: 90%;
    display: inline-block;
    padding: 20px;
    background: #eff7ff;
    border-radius: 6px;
    box-shadow: 0 50px 20px -50px grey;
    border: 1px solid #e8e8e8;
}
.A_cust_rev .slick-slide &gt; span a {
	display: inline-block;
	margin-bottom: 20px
}
.A_cust_rev .slick-slide &gt; span p {
	position: relative;
}
.A_cust_rev .slick-slide &gt; span .fa-quote-left {
	color: gainsboro;
    font-size: 20px;
    position: relative;
    top: -15px;
    left: 0;
}
.A_cust_rev .slick-slide &gt; span .fa-quote-right {
	color: gainsboro;
    font-size: 20px;
    position: relative;
    bottom: -15px;
    right: 0;
}
.A_cust_rev .slick-arrow {
	width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eff7ff;
    text-align: center;
    font-size: 30px;
    padding: 7px 0 0 0;
    z-index: 1;
    cursor: pointer
}
.A_cust_rev .fa-angle-left {
	margin: auto auto auto -30px;
	border-radius: 30px 0 0 30px;
}
.A_cust_rev .fa-angle-right {
	margin: auto -30px auto auto;
	border-radius: 0 30px 30px 0;
}
.A_cust_rev .slick-arrow:hover {
	background: #f15b2f;
    color: white;
}
.slick-dots li.slick-active button:before, .slick-dots li button:hover:before {
	opacity: 1;
    color: #e64516;
    font-weight: bold;
}

































footer {
	background: #fbfbfb
}
.A_footer_top {
	display: flex;
	text-align: center;
    padding: 30px 0;
}
.A_foo_link_S {
	padding: 40px 0 20px;
    background: #f1f1f1;
}
.F_alllink {
	display: flex
}
.F_alllink h6 {
	font-weight: bold
}
.F_alllink ul {
	list-style-type: none;
	padding-left: 0
}
.F_alllink ul li a {
	font-size: 13px;
    letter-spacing: 0.5px;
    color: #4e4e4e;
    padding: 0;
    display: flex;
    position: relative;
    margin-bottom: 3px;
}
.F_alllink ul li a span {
	padding: 9px 0 9px 5px;
	display: flex;
	position: relative;
    z-index: 2;
}
.F_alllink ul li a span:before {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 0;
	height: 2px;
	width: 100%;
	background: #e64516;
	opacity: 0.05;
	transition: all 0.5s;
	-webkit-transition: all 0.5s
}
.F_alllink ul li a:hover span:before {
	bottom: -5px;
	height: 4px;
	opacity: 0.8;
	transition: all 0.5s;
	-webkit-transition: all 0.5s
}
.F_alllink ul li a:hover {
	text-decoration: none;
	color: #e64516
}
.A_foo_copy {
	background: #dadada;
    padding: 10px 0;
}
.A_foo_copy .container &gt; div {
	display: flex;
	text-align: center;
	font-size: 13px
}






















/* Second page css start */
.A_formstep_sectn {
	padding: 0;
	background: #f15b2f;
	margin-top: 6%;
}
.A_formstep_sectn .A_succes_frms {
	display: flex;
    text-align: center;
}
.A_formstep_sectn .A_succes_frms .col {
	padding: 15px;
    /*background: #40bff2;*/
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.A_succes_frms .col.active {
	background: #3c3c3c;
	color: white;
}
.A_succes_frms .col .badge-light {
	margin-right: 2px;
}
.A_succes_frms .col span {
	position: relative;
	z-index: 2;
}
.A_succes_frms .col .fa-check {
	position: absolute;
    left: 0;
    top: 0;
    font-size: 53px;
    color: #d83a0b;
}
.A_succes_frms .col.active .fa-check {
    color: #f8f9fa;
}
.A_SP_form_sctn {
	padding: 50px 0 50px 0;
}
.A_SP_form_sctn form {
	width: 80%;
    margin: auto;
}
.dp_sd_sct {
	margin-bottom: 20px;
}
.dp_sd_sct &gt; div:first-child {
	padding-left: 0;
}
.dp_sd_sct &gt; div:last-child {
	padding-right: 0;
}
.fl_Y_N_sct {
	margin-bottom: 20px;
	    width: 100%;
    float: left;
}
.A_dely_times_f, .A_happen_multi_f, .A_didnt_plan_sec, .A_claimD_til, .A_conct_multi_f, .A_reason_cancel_f, .A_reason_denied_f, .A_reason_slct_f { width: 100%; float: left; }
.fl_Y_N_sct label {
	min-width: 130px;
	/*display: flex;*/
	padding: 1.5rem 1rem;
    align-items: center;
    justify-content: center;
    
    color: #fff !important;
}
.fl_Y_N_sct .btn-group &gt; .btn.active {
	background: #f15b2f !important;
	color: #fff;
}
.fl_Y_N_sct .btn-group .btn+ .btn{
	margin-left:0px;
	margin-top: 15px;
}
.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){
	margin-top: 15px;
}
.fl_Y_N_sct label .fa-check {
	transform: scale(0);
	-webkit-transform: scale(0);
	color: white;
    position: absolute;
    top: 20px;
    left: 37px;
    font-size: 25px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fl_Y_N_sct label.active .fa-check {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fl_Y_N_sct label .fa-square-o {
	margin-right: 10px;
    font-size: 40px;
    line-height: 30px;
    margin-top: 4px;
}
.fl_Y_N_sct label.active {
    background-color: #f15b2f !important;
    color: white !important;
}
.fl_Y_N_sct label.active .fa-square-o {
	color: white;
}
.A_conct_multi_f {
	display: none;
	margin-bottom: 20px;
}
.A_conct_multi_f &gt; h2 {
	margin-bottom: 15px;
}
.A_conct_multi_f .optionBox .block {
	padding-right: 50px;
    position: relative;
}
.A_conct_multi_f .optionBox #add_connections2, .A_conct_multi_f .optionBox #add_connections3, .A_conct_multi_f .optionBox #add_connections4 {
	position: absolute;
    right: 0;
    top: -4px;
    font-size: 35px;
    color: #40bff2;
}
.A_conct_multi_f .optionBox #add_connections2:hover, .A_conct_multi_f .optionBox #add_connections3:hover, .A_conct_multi_f .optionBox #add_connections3:hover {
   color: #025a87;
}
#addconnectins_all {
	padding-right: 50px;
	width: calc(100% + 50px);
    flex: unset;
    max-width: unset;
}
#addconnectins_all .rmvo {
	position: relative;
	margin-top: 15px;
}
#addconnectins_all .rmvo .remove_box {
	position: absolute;
    right: -49px;
    top: -4px;
    font-size: 35px;
    color: #f24840;
}
#addconnectins_all .rmvo .remove_box:hover {
	color: red;
}
.A_claimD_til div {
    display: flex;
    align-items: center;
}
.A_claimD_til div img {
	margin-right: 5px
}
.A_claimD_til div strong {
	margin: 0 5px
}
.A_claimD_til .alert &gt; span {
	position: relative;
    margin-right: 5px;
    top: 3px;
}
.A_claimD_til .alert .fa-circle-thin {
	font-size: 27px;
}
.A_claimD_til .alert &gt; span span {
	position: absolute;
    top: -4px;
    left: 10px;
}
.A_submit_btn_s {
	margin-top: 50px; width: 100%; float: left;
}
.A_submit_btn_s .A_submit_btn {
	background: #f15b2f;
    border-color: #f15b2f;
    padding: .8rem 2rem;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: white;
	box-shadow: 5px 10px 35px 4px #a0a0a0;
}
.A_submit_btn_s .A_submit_btn .fa-angle-right {
	margin-left: 15px;
    font-size: 23px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.A_submit_btn_s .A_submit_btn:hover {
	background: #ff8562;
    border-color: #ff8562;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.A_submit_btn_s .A_submit_btn:hover .fa-angle-right {
	margin-left: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/* Second page css end */


/* Third page css start */
.fl_Y_N_sct_3 label .fa-check {
	left: 13px;
}
.disabled_btn {
	/*pointer-events: none;
	opacity: 0.5;*/
	cursor: no-drop !important;
}
.fl_dely_hors_sct .btn-group {
	display: inline-block;
    width: 100%;
}
.fl_dely_hors_sct .btn-group label {
	width: 33.33%;
    float: left;
}
.A_reason_slct_f {
	display: none;
	min-height: 100px;
}
.A_reason_slct_f .nice-select {
	border: 1px solid gainsboro;
    height: 55px;
}
.A_reason_slct_f .nice-select:after {
	top: 7px;
}
.A_reason_slct_f .nice-select .list {
	width: 100%;
}
.A_didnt_plan_sec .fa-plane {
	position: relative;
    font-size: 40px;
    margin: 0 20px;
}
.A_didnt_plan_sec .fl_Y_N_sct .btn-group-toggle {
	display: inline-block;
}
.A_didnt_plan_sec .fl_Y_N_sct label {
	justify-content: unset;
}
.A_didnt_plan_sec .fl_Y_N_sct label .fa-check {
	top: 20px;
    left: 13px;
}
.A_dely_times_f .fl_Y_N_sct label {
	justify-content: unset;
	width: 27%;
}
.A_dely_times_f .fl_Y_N_sct label .fa-check {
	left: 70px;
}
#ui-datepicker-div.ui-datepicker {
    width: 396px !important;
 }
 .ui-widget-content .ui-state-default{
 	width: auto !important;
 }

 

/* Third page css end */

/* Forth page css start */
.A_claimD_til .align-items-center img {
	margin-right: 8px;
}
.A_claimD_til .align-items-center strong {
	padding: 0 5px;
}
#ui-datepicker-div {
	padding: 0 !important;
	z-index: 10000000 !important;
}
#ui-datepicker-div .ui-datepicker-header {
	background: #f15b2f;
    border-radius: 0;
    border: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
	background: #f15b2f;
}
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar body td {
	padding: 0;
}
.ui-datepicker td {
	padding: 0;
}
.ui-datepicker td a, .ui-datepicker td span {
	padding: 7px 0;
}
.ui-datepicker table {
	margin-bottom: 0;
}
.A_slct_flt {
	border-bottom: 1px solid gainsboro;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 20px;
}
.A_slct_flt .fa-plane {
	font-size: 27px;
    padding: 0 15px;
    color: #b3b3b3;
}
.A_fltno_dynm {
	position: relative;
}
.A_fltno_dynm input {
	padding-left: 55px;
}
.A_fltno_dynm span {
	position: absolute;
    left: 17px;
    bottom: 2px;
    width: 50px;
    height: 30px;
    background: #b3b3b3;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
/* Forth page css end */
/* Fifth page css start */
.A_checktrms label {
	padding: 4px 8px 0;
	background: transparent;
    border: 0;
    cursor: pointer;
}
.A_checktrms label.active, .A_checktrms label:hover {
	background: transparent !important;
    border: 0 !important;
}
.A_checktrms label .fa-check {
	position: absolute;
    font-size: 27px;
    top: 8px;
    left: 10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.A_checktrms label .fa-square-o {
	font-size: 40px;
}
.A_checktrms label.active .fa-square-o {
	color: #f15b2f;
}
.A_checktrms label.active .fa-check {
	color: #f15b2f;
	transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.m_t_35 {
	margin-top: 35px
}
/* Fifth page css end */

/* Sixth page css start */
.A_succesful_sctn {
	padding: 50px 0 50px 0;
}
.A_succesful_sctn .container &gt; div {
	display: inline-block;
    width: 80%;
    margin-left: 10%;
    position: relative;
}
.scss_link_t {
	padding: 0 0 30px;
}
.scss_link_t &gt; .col-6 {
	position: absolute;
    top: 0px;
    left: 0;
    height: calc( 100% - 30px);
    padding: 30px 20px 0 40px;
    background-image: linear-gradient(to right, #dfbba3 , rgb(245, 245, 247, 0.1));
    display: flex;
    align-items: center;
}
.scss_link_t &gt; .col-6 h2 {
	letter-spacing: 1px
}
.scss_link_t &gt; .col-6 p {
	font-size: 18px;
    margin-top: 20px;
    letter-spacing: 1px;
}
.scss_sucs_mesge {
	background: #f3f0ef;
	padding: 20px 30px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -20px 50px 0 rgb(177, 177, 177, 0.5);
}
.scss_sucs_mesge .col-6 h2 {
	margin-bottom: 20px;
}
.scss_sucs_mesge &gt; .d-flex {
	margin: 30px 0 30px 0;
    padding: 20px 0 4px 0;
    background: #f15b2f;
    color: white;
}
.scss_sucs_mesge p a {
	color: #f15b2f;
	font-weight: bold;
}
.scss_sucs_mesge p{
	color:  #0e2737;
}
.scss_sucs_mesge h2{
	font-size: 24px;
}


/* Sixth page css end */

/* Flight delay compensation css start */
.A_innrpage_sctn {
	padding: 50px 0 50px 0;
}
.innr_cntnt_div {
	padding: 20px 30px;
    background: #eff7ff;
    box-shadow: 0 50px 20px -40px gainsboro;
    border-radius: 10px;
}
.innr_cntnt_div p {
	letter-spacing: 1px;
    line-height: 27px;
}
.innr_cntnt_div table {
	border: 1px solid #e3eaf2;
	margin-top: 1rem;
}
/* Flight delay compensation css end */


/* Responsive css start */
@media (max-width: 1199px){
	.A_formstep_sectn .A_succes_frms &gt; .col { display: flex; align-items: center; justify-content: center; padding: 15px 5px 10px 5px }
	.A_formstep_sectn .A_succes_frms &gt; .col .fa-check { font-size:40px; bottom: 0; right: 0; width: 50px; height: 40px; margin: 0 auto auto auto; }
	.A_formstep_sectn .A_succes_frms &gt; .col span { margin-top:20px; }
	.A_succesful_sctn .container &gt; div { width:100%; margin-left:0; }
}
@media (max-width: 991px){
	.container {
		max-width: 100%;
	}
	.A_banrsectn {
		height: auto;
	}
	#tourtoany_place {
		padding-left: 0;
	}
	#tourtoany_place_shows {
		width: 100%;
		margin-left: 0;
	}
	.A_linksectn&gt;li&gt;a:before {
		margin: auto auto auto 0;
	}
	.A_linksectn {
	    margin-right: 0;
	    margin-top: 15px;
	}
	.dropdown&gt;.dropdown-menu, .dropdown:hover&gt;.dropdown-menu {
		border: 0;
    	background: #eff7ff;
	    width: 90%;
	    margin-left: auto;
	}
	.dropdown&gt;.dropdown-menu .dropdown-item {
		border: 0;
		padding: 5px 15px;
	}
	.A_securapp_det { flex-wrap:wrap; -webkit-flex-wrap:wrap; display: -webkit-flex; }
	.A_securapp_det .col { width: 50%; flex-basis: unset; flex-grow: unset; margin-bottom:20px; }
	.A_knowrights_sectn { margin-top: 50px }
	.headng_p { padding: 0 15px }
	.A_howitwork_sectn { padding: 0px 0 50px 0; }
	.A_how_boxs .col { margin-top: 0px; }
	.A_how_boxs .col &gt; div:last-child h3 { font-size:1.4rem; height: 80px }
	.A_how_boxs .col &gt; div:last-child { padding: 55px 15px 5px }
	.A_how_boxs .col &gt; div:first-child img { height: 60px; }
	.A_cust_rev { margin-top: 25px; }
	.A_cust_rev .slick-slide &gt; span { padding: 20px 20px 0 }
	.A_cust_rev .fa-angle-left { margin: auto auto auto -12px; }
	.A_cust_rev .fa-angle-right { margin: auto -12px auto auto; }
	.A_innrpage_sctn { padding: 20px 0 50px 0; }
	.innr_cntnt_div { padding: 20px 15px; }
	.innr_cntnt_div h2 { font-size: 1.2rem }
	.innr_cntnt_div p { font-size:14px; line-height:23px; }
}
@media (max-width: 767px){
	.A_bnr_formS .FormS_ {
		width: 100%;
		margin-left: 0;
		padding-bottom: 20px;
	}
	.A_securapp {
		width: 100%;
	}
	.A_securapp_det {
		display: inline-block;
	}
	.A_securapp_det .col {
		width: 50%;
		float: left;
		height: 100px;
		display: flex;
	    align-items: center;
	    justify-content: flex-end;
	    line-height: 22px;
	}
	.A_banrsectn .A_bnr_formS {
		height: auto;
	}
	.headng_p {
		padding-left: 10px;
	}
	.A_how_boxs {
		display: inline-block !important
	}
	.A_how_boxs .col {
		width: 100%;
		margin-top: 0;
	}
	.A_how_boxs .col &gt; div:last-child {
		height: auto;
		box-shadow: 0 20px 22px 0 rgba(173, 173, 173, 0.4);
	}
	.headng_p h1 {
		font-size: 2rem;
	}
	.A_how_boxs .col &gt; div:first-child span {
		padding: 20px;
	}
	.A_how_boxs .col &gt; div:first-child img {
		height: 60px
	}
	.A_how_boxs .col &gt; div:last-child h3 {
		height: auto
	}
	#tourtoany_place li {
		margin-right: 0;
	}
	#tourtoany_place h6 {
		text-align: center;
	}
	.A_howitwork_sectn {
    	padding: 0px 10px 50px 10px
	}
	.A_banrsectn .A_bnr_img { width: 100% }
	.A_banrsectn .A_bnr_img div { background: rgba(245, 245, 245, 0.9) }
	.A_banrsectn .img-fluid { display: none }
	.A_knowrights_sectn { margin-top: 0; }
	.headng_p p { font-size: 14px; }
	.A_securapp_det { margin: 0px auto auto }
	.A_formstep_sectn .container { padding: 0 }
	.A_formstep_sectn .A_succes_frms &gt; .col .fa-check { font-size:30px; margin: auto auto -30px auto; height:50px; background: #f15b2f; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
	.A_formstep_sectn .A_succes_frms &gt; .col span { margin-top: 0; line-height: normal; font-size: 14px; }
	.A_formstep_sectn .A_succes_frms &gt; .col { padding: 15px 5px 15px 5px }
	.A_formstep_sectn .A_succes_frms &gt; .col.active .fa-check { background: #3c3c3c }
	.A_SP_form_sctn form { width: 100% }
	.fl_Y_N_sct label { padding: 10px 15px; font-size: 16px; }
	.fl_Y_N_sct label .fa-square-o { margin-right: 5px; font-size: 27px; }
	.fl_Y_N_sct_3 label .fa-check, .A_dely_times_f .fl_Y_N_sct label .fa-check { left: 18px; top: 19px; font-size: 16px; }
	.A_SP_form_sctn .fl_Y_N_sct label { line-height: 1.2; padding: 8px 15px; }
	.A_claimD_til div { display: block }
}
@media (max-width: 600px){
	.A_formstep_sectn {margin-top: 16%;}

	.A_navigtn .container { padding: 0 }
	.A_bnr_formS .FormS_ { padding-top: 53px }
	.A_bnr_formS .FormS_ &gt; h1 { font-size: 1.8rem }
	.A_bnr_formS .FormS_ &gt; p { font-size: 14px }
	.A_formstep_sectn .A_succes_frms &gt; .col { padding: 5px 5px 15px 5px; display: unset; }
	.A_formstep_sectn .A_succes_frms &gt; .col span:nth-child(2) { width: 100%; float: left; line-height:15px }
	.A_formstep_sectn .A_succes_frms &gt; .col .fa-check { font-size: 25px; margin: auto auto -19px auto; height: 40px; width: 40px; }
	.A_SP_form_sctn { padding: 40px 0 50px 0; }
	.dp_sd_sct { flex-wrap:wrap; margin-bottom:10px; }
	.dp_sd_sct &gt; div { max-width: 100%; flex: 0 0 100%; padding: 0; }
	.A_SP_form_sctn form h2 { font-size: 1.5rem }
	.A_SP_form_sctn form p { font-size: 14px }
	.A_conct_multi_f .optionBox { max-width: 100% }
	.dp_sd_sct &gt; .row { margin: 0 }
	.dp_sd_sct &gt; .row .col-6 { max-width: 100%; flex: 0 0 100%; padding: 0 }
	.dp_sd_sct &gt; .row .col-3 { max-width: 50%; flex: 0 0 50%; padding: 0 }
	.A_fltno_dynm span { left: 2px }
	.scss_sucs_mesge &gt; .d-flex { flex-wrap: wrap; }
	.scss_sucs_mesge &gt; .d-flex .col-6 { max-width: 100%; flex: 0 0 100% }
	.scss_sucs_mesge &gt; .d-flex .col-6 p { margin-bottom:5px }
	.scss_sucs_mesge &gt; .d-flex .col-6:first-child { margin-bottom:15px }
	.scss_sucs_mesge .col-6 h2 { margin-bottom:10px }
	.scss_link_t &gt; .col-6 { max-width:100% }
}
@media (max-width: 500px){
	.FormS_ .d-flex {
		display: inline-block !important;
		width: 100%;
		border: 0;
    	box-shadow: none;
	}
	.FormS_ .d-flex .col {
		width: 100%;
		float: left;
	}
	.FormS_ .d-flex .col:nth-child(1){
		border: 1px solid gainsboro;
		border-bottom: 0;
    	box-shadow: -10px 8px 12px 0 rgba(50, 50, 93, 0.1);
	}
	.FormS_ .d-flex .col:nth-child(2){
		border: 1px solid gainsboro;
		border-top: 0;
    	box-shadow: 10px 8px 12px 0 rgba(50, 50, 93, 0.1);
	}
	.FormS_ .d-flex .col:last-child {
		margin-top: 20px;
		width: 100%;
	}
	.FormS_ .d-flex .A_btn {
		border-radius: 5px;
	}
	.A_securapp {
		display: none;
	}
	.A_securapp .col {
		width: 50%;
		float: left;
		margin-bottom: 15px;
	}
	.A_securapp_det .col {
		width: 100%;
		height: auto;
	    min-height: 100px;
    	margin-bottom: 0;
	}
	.A_bnr_formS .FormS_ &gt; h1 {
		font-size: 1.8rem
	}
	#tourtoany_place h6 {
		font-size: 14px;
    	font-weight: normal;
    	padding: 30px 5px 15px;
	}
	#tourtoany_place a label span {
		padding: 10px;
	}
	#tourtoany_place a label span img {
		height: 25px;
	}
	.F_alllink {
		display: inline-block;
	}
	.F_alllink ul li a span {
		padding: 3px 0 3px 5px;
	}
	.F_alllink ul li a span:before {
		display: none
	}
	.A_footer_top {
		display: inline-block;
	}
	.A_footer_top .col {
		width: 50%;
		float: left;
		height: 70px;
	}
	.A_logo img {
    	height: 40px;
	}
	.FormS_ .d-flex .col:first-child span:before { left: 5%; width: 90%; height: 5px }
	.A_formstep_sectn .A_succes_frms &gt; .col span { font-size:13px; }
	.FormS_ .d-flex .col:first-child span { top: 60px; right:0; height: 5px; width: 100%; background: white; justify-content: center; }
	.FormS_ .d-flex .col:first-child span i { transform:rotate(90deg); -webkit-transform:rotate(90deg); }
}
@media (max-width: 480px){
	.A_howitwork_sectn { padding: 0px 0px 30px 0px; }
	#accordionExample { margin-top: 20px; }
	#accordionExample .card-header button { font-size:15px; }
	.table td, .table th { padding: 10px 7px; font-size: 14px }
	#accordionExample .card-header h2 { line-height: 33px }
	.A_how_boxs .col { margin-top: -20px; margin-bottom: 20px }
	.A_cust_rev { padding: 0 10px }
	.A_footer_top { padding: 10px 0 }
	.F_alllink &gt; .col { padding: 0 }
	.A_foo_link_S { padding: 20px 0 20px; }
	.F_alllink ul { margin-bottom: 0 }
	.A_SP_form_sctn .fl_Y_N_sct label { font-size: 14px; min-width: auto; }
	.A_SP_form_sctn form h2 { font-size: 1.2rem; }
	.A_succesful_sctn .scss_sucs_mesge { padding: 20px 15px }
	.A_succesful_sctn .scss_sucs_mesge h2, .scss_link_t &gt; .col-6 h2 { font-size: 1.2rem }
	.A_succesful_sctn .scss_sucs_mesge p, .scss_link_t &gt; .col-6 p { font-size: 14px }
	.A_submit_btn_s { margin-top: 20px; }
}
@media (max-width: 450px){
	.ui-autocomplete { width: 400px !important }
	.ui-autocomplete li a { font-size:13px; padding: 6px 5px 6px 10px }
}
@media (max-width: 400px){
	#tourtoany_place_shows &gt; div &gt; .col-12 {
		padding: 0;
	}
	#tourtoany_place_shows p {
		line-height: 23px;
		font-size: 13px;
	}
	.A_navigtn nav {
		padding-left: 10px;
    	padding-right: 10px
	}
	.A_bnr_formS .FormS_ &gt; h1 { font-size: 1.2rem }
	.A_bnr_formS .FormS_ &gt; p { line-height: normal; letter-spacing: 0.5px; }
	.headng_p h1 { font-size: 1.2rem; }
	.A_knowrights_sectn { padding: 20px 0 50px 0; }
	#tourtoany_place { margin-top: -30px; }
	#tourtoany_place_shows { border-radius: 0px 0px 5px 5px }
	.A_how_boxs .col &gt; div:last-child h3 { font-size: 1.1rem; }
	.A_how_boxs .col &gt; div:last-child p { font-size:14px }
	.A_cust_rev .slick-slide &gt; span a { line-height: normal }
	.A_cust_rev .slick-slide &gt; span p { font-size: 14px }
	.A_formstep_sectn .A_succes_frms &gt; .col .fa-check { font-size: 16px; margin: auto auto -25px auto; height: 30px; width: 30px; }
	.A_formstep_sectn .A_succes_frms &gt; .col { padding: 8px 5px 8px 5px; }
	#fl_dely_hors_sct_id label { width:49.33%; }
	.ui-autocomplete { width: 350px !important }
	.scss_link_t &gt; .col-6 p { margin-top:10px; margin-bottom:0; }
	.scss_link_t &gt; .col-6 { padding: 30px 10px 0 10px }
	.A_submit_btn_s { margin-top: 10px; }
	.A_submit_btn_s .A_submit_btn { padding: .5rem 1rem; font-size: 1rem; }
}
@media (max-width: 350px){
	.A_SP_form_sctn .A_wht_hpndFL_sec .fl_Y_N_sct_3 label { width: 100%; padding: 8px 5px; }
	.A_SP_form_sctn .A_wht_hpndFL_sec .fl_Y_N_sct_3 label .fa-check { left: 8px; top: 17px; }
	.ui-autocomplete { width: 300px !important }
@media (max-width: 320px){
	#tourtoany_place_shows { width: calc(100% + 12px); margin-left: -6px; padding: 20px 0 10px }
}


/* Responsive css end */

.fl_Y_N_sct .btn-group {
	display: inherit;
}
</pre></body></html>