/*
Theme Name: My Claim
Theme URI: 
Description: Child theme of twentytwenty theme for the Twenty Twenty theme
Author: <a href="https://wordpress.org/">the WordPress team</a>
Author URI: 
Template: twentytwenty
Version: 1.4
*/

:root {
	--cyan: #1eb0e6;
	--purple: #a26e9d;
	--white: #fff;
	--black: #000;
	--transparent: rgba(0,0,0,0);
}
body {
	background: transparent;
	font-family: "Work Sans", sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 18px;
	line-height: 30px;
}
section {
	position: relative;
}
img, img:hover{
	transition: all 0.3s ease-in-out;
	max-width: 100%;
	vertical-align: top;
}
a, a:hover, a:focus {
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	outline: none;
	color: var(--cyan);
}
p a, p a:hover, ul li a, ul li a:hover {
	color: var(--cyan);
}
button:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 10px;
}
p {
	margin: 0 0 20px;
}
select { 
	cursor: pointer;
	outline: none;
}
h1 {
	font-size: 42px;
	line-height: 52px;
	font-weight: 600;
}
h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
}
h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
}
h4 {
	font-size: 26px;
	line-height: 38px;
	font-weight: 500;
}
h5 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
}
h6 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: var(--purple);
	text-transform: uppercase;
}
ul {
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
.container {
	max-width: 1340px;
	padding: 0 20px;
	margin: auto;
}
.btn_wrap a {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: var(--white);
	background-color: var(--purple);
	border-radius: 50px;
	padding: 12px 30px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
.btn_wrap a:hover {
	background-color: var(--cyan);
}

/******** header start *******/
.site_header {
	padding: 28px 0px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
header .site_logo img {
	max-width: 320px;
} 
/******** header end *******/

/******** footer start *******/
.site_footer {
	background-color: var(--black);
	color: var(--white);
	padding: 60px 0 0px;
	font-size: 16px;
	line-height: 26px;
}
.site_footer .site_logo {
	display: none;
}
.site_footer .site_logo img {
	max-width: 320px;
	margin-bottom: 20px;
}
.site_footer .site_logo a {
	display: block;
}
.site_footer .other_links h5 {
	color: var(--cyan);
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
}
.site_footer .other_links ul {
	list-style: none;
	padding: 0;
}
.site_footer .other_links ul li {
	margin-bottom: 5px;
}
.site_footer .other_links ul li a {
	color: var(--white);
	word-break: break-word;
}
.site_footer .footer_botm {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #464646;
	padding: 25px 0;
	margin-top: 60px;
}
.site_footer .footer_botm p {
	margin: 0;
}
.site_footer .footer_botm .footer_links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.site_footer .footer_botm .footer_links ul li:not(:first-child) {
	position: relative;
	padding-left: 14px;
	margin-left: 14px;
}
.site_footer .footer_botm .footer_links ul li:not(:first-child):before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	background-color: #999;
	width: 1px;
	height: 15px;
	left: 0;
	margin: auto;
}
.site_footer .footer_botm .footer_links ul li a {
	color: var(--white);
}
.site_footer .other_links ul li a:hover,
.site_footer .footer_botm .footer_links ul li a:hover {
	color: var(--cyan);
}
/******** footer end *******/

/************ home page ************/
.banner_sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0 80px;
}
.banner_sec .main_wrapper {
	display: flex;
	align-items: center;
}
.banner_sec .left_colm {
	width: 55%;
}
.banner_sec .right_colm {
	width: 45%;
	padding-left: 30px;
}
.banner_sec .content_wrap h1 strong {
	display: block;
	font-weight: 600;
	color: var(--cyan);
}
.banner_sec .btn_wrap {
	margin-top: 30px;
}
.banner_sec .content_wrap {
	max-width: 570px;
}


.check_claim_sec {
	background-color: var(--cyan);
	padding: 50px 0;
	overflow: hidden;
}
.check_claim_sec span {
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--white);
	text-align: center;
}
.check_claim_sec span img {
	max-width: 40px;
	margin: 0 50px;
}
.check_claim_sec .splide__list {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.check_claim_sec .splide__track {
	overflow: visible;
}
.check_claim_sec .splide {
	pointer-events: none;
}


.claim_sec3 {
	padding: 80px 0;
}
.claim_sec3 .main_wrapper {
	display: flex;
	align-items: center;
}
.claim_sec3 .left_colm {
	width: 50%;
}
.claim_sec3 .right_colm {
	width: 50%;
}
.claim_sec3 h2 strong {
	color: var(--purple);
	font-weight: 600;
}
.claim_sec3 .btn_wrap {
	margin-top: 30px;
}
.claim_sec3 .imgs_wrap {
	display: flex;
	padding: 0 0 150px;
}
.claim_sec3 .imgs_wrap img {
	width: 100%;
	height: 390px;
	object-fit: cover;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.12);
	border-radius: 20px;
	max-width: 330px;
	background-color: var(--white);
}
.claim_sec3 .imgs_wrap img:last-child {
	max-width: 260px;
	height: 320px;
	margin-top: auto;
	display: inline-block;
	vertical-align: bottom;
	margin-left: -140px;
	margin-bottom: -150px;
}
.claim_sec3 .content_wrap {
	max-width: 450px;
	padding-left: 80px;
}


.findout_claim {
	padding: 150px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white);
}
.findout_claim .main_wrapper {
	max-width: 550px;
	position: relative;
}
.findout_claim .btn_wrap {
	margin-top: 30px;
}
.findout_claim .btn_wrap a:hover {
	background-color: var(--white);
	color: var(--purple);
}
.findout_claim::before {
	position: absolute;
	inset: 0;
	content: '';
	background: linear-gradient(90deg, rgba(30,176,230,1) 20%, rgba(255,255,255,0) 100%);
}


.press_media {
	padding: 90px 0;
}
.press_media .main_wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.press_media .left_colm {
	width: 50%;
}
.press_media .right_colm {
	width: 50%;
}
.press_media .left_colm .inner_wrap {
	padding-right: 30px;
	max-width: 470px;
}
.press_media .right_colm .inner_wrap {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}
.press_media .right_colm .media_item {
	width: calc(50% - 30px);
	padding: 15px;
}
.press_media .media_item .media_wrap img {
	max-height: 60px;
	margin-bottom: 20px;
}
.press_media .media_item .media_wrap {
	background-color: rgba(30, 176, 230,0.1);
	text-align: center;
	border-radius: 15px;
	padding: 20px;
	height: calc(100% - 40px);
}
.press_media .media_item .media_wrap p:last-child {
	margin-bottom: 10px;
}
.press_media .media_item:nth-child(2n+1) {
	margin-top: -60px;
	margin-bottom: 60px;
}


.your_claim {
	background-color: #f9f9f9;
	padding: 80px 0;
}
.your_claim .main_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.your_claim .left_colm {
	width: 60%;
}
.your_claim .right_colm {
	width: 40%;
}
.your_claim .right_colm .col_img {
	padding-left: 20px;
	height: 100%;
}
.your_claim .right_colm img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.your_claim .title_wrap {
	max-width: 550px;
	margin-bottom: 35px;
}
.your_claim .claim_points {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex !important;
	flex-wrap: wrap;
	gap: 20px;
}
.your_claim .claim_points .item {
	width: calc(50% - 52px);
	background-color: var(--white);
	padding: 20px;
	border-radius: 15px;
	border: 1px solid rgba(30, 176, 230,0.5);
}
.your_claim .claim_points .item:last-child {
	width: 100%;
}
.your_claim .claim_points .item li span {
	display: block;
	color: var(--cyan);
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 5px;
}
.your_claim .owl-dots {
	text-align: center;
	margin-top: 7px;
}
.your_claim .owl-dot {
	margin: 0 4px;
}
.your_claim .owl-dot span {
	width: 12px;
	height: 12px;
	background-color: #ddd;
	display: block;
	border-radius: 100%;
}
.your_claim .owl-dot.active span {
	background-color: var(--cyan);
}

.body1 .s1 {
    height: .1em;
    left: 1.4em;
    top: .2em;
    width: .6em
}

.body1 .s2 {
    height: .1em;
    left: 1.3em;
    top: .3em;
    width: .8em
}

.body1 .s3 {
    height: .1em;
    left: 1.6em;
    top: 1.3em;
    width: .2em
}

.body1 .s4 {
    height: .1em;
    left: 1.5em;
    top: 1.2em;
    width: .4em
}

.body1 .s5 {
    height: .1em;
    left: 1.4em;
    top: 1.1em;
    width: .6em
}

.body1 .s6 {
    height: .7em;
    left: 1.2em;
    top: .4em;
    width: 1em
}

.body2 .s1 {
    height: .1em;
    left: 1.3em;
    top: 1.7em;
    width: .8em
}

.body2 .s2 {
    height: .1em;
    left: 1.2em;
    top: 1.6em;
    width: 1.1em
}

.body2 .s3 {
    height: .1em;
    left: 1.3em;
    top: 1.5em;
    width: .9em
}

.body2 .s4 {
    height: .1em;
    left: 1.4em;
    top: 1.4em;
    width: .6em
}

.body2 .s5 {
    height: .1em;
    left: 1.8em;
    top: 1.3em;
    width: .2em
}

.body2 .s6 {
    height: .1em;
    left: 1.4em;
    top: 1.3em;
    width: .2em
}

.body2 .s7 {
    height: .1em;
    left: 1.9em;
    top: 1.2em;
    width: .1em
}

.body2 .s8 {
    height: .1em;
    left: 1.4em;
    top: 1.2em;
    width: .1em
}

.body3 .s1 {
    height: .3em;
    left: .9em;
    top: 2.8em;
    width: .1em
}

.body3 .s2 {
    height: .6em;
    left: .9em;
    top: 1.8em;
    width: .1em
}

.body3 .s3 {
    height: .1em;
    left: 1em;
    top: 1.7em;
    width: .3em
}

.body3 .s4 {
    height: .1em;
    left: 2.1em;
    top: 1.7em;
    width: .3em
}

.body3 .s5 {
    height: 1.4em;
    left: 2.4em;
    top: 1.8em;
    width: .1em
}

.body3 .s6 {
    height: 2.2em;
    left: 1em;
    top: 1.8em;
    width: 1.4em
}

.body4 .s1 {
    height: .2em;
    left: 2.9em;
    top: 2.9em;
    width: .1em
}

.body4 .s2 {
    height: 1.1em;
    left: 2.8em;
    top: 2em;
    width: .1em
}

.body4 .s3 {
    height: .3em;
    left: .5em;
    top: 2.8em;
    width: .1em
}

.body4 .s4 {
    height: .4em;
    left: .5em;
    top: 2.4em;
    width: .5em
}

.body4 .s5 {
    height: 1.4em;
    left: 2.5em;
    top: 1.8em;
    width: .3em
}

.body4 .s6 {
    height: 1.4em;
    left: .6em;
    top: 1.8em;
    width: .3em
}

.body4 .s7 {
    height: .1em;
    left: 2.4em;
    top: 1.7em;
    width: .2em
}

.body4 .s8 {
    height: .1em;
    left: .8em;
    top: 1.7em;
    width: .2em
}

.body5 .s1 {
    height: .9em;
    left: 2.7em;
    top: 3.2em;
    width: .1em
}

.body5 .s2 {
    height: .7em;
    left: 3.1em;
    top: 3.6em;
    width: .1em
}

.body5 .s3 {
    height: 1.1em;
    left: 3em;
    top: 3.2em;
    width: .1em
}

.body5 .s4 {
    height: 1.2em;
    left: 2.8em;
    top: 3.1em;
    width: .2em
}

.body5 .s5 {
    height: .6em;
    left: 2.6em;
    top: 3.2em;
    width: .1em
}

.body5 .s6 {
    height: 1em;
    left: .3em;
    top: 3.3em;
    width: .1em
}

.body5 .s7 {
    height: .7em;
    left: .7em;
    top: 3.2em;
    width: .1em
}

.body5 .s8 {
    height: 1em;
    left: .6em;
    top: 3.2em;
    width: .1em
}

.body5 .s9 {
    height: 1.2em;
    left: .4em;
    top: 3.1em;
    width: .2em
}

.body6 .s1 {
    height: .6em;
    left: 2.8em;
    top: 4.6em;
    width: .1em
}

.body6 .s2 {
    height: .9em;
    left: 2.9em;
    top: 4.3em;
    width: .3em
}

.body6 .s3 {
    height: .6em;
    left: .2em;
    top: 4.5em;
    width: .1em
}

.body6 .s4 {
    height: .9em;
    left: .3em;
    top: 4.3em;
    width: .3em
}

.body7 .s1 {
    height: .1em;
    left: 1.6em;
    top: 4.8em;
    width: .2em
}

.body7 .s2 {
    height: .2em;
    left: 1.5em;
    top: 4.6em;
    width: .4em
}

.body7 .s3 {
    height: .1em;
    left: 1.4em;
    top: 4.5em;
    width: .6em
}

.body7 .s4 {
    height: .1em;
    left: 1.3em;
    top: 4.4em;
    width: .8em
}

.body7 .s5 {
    height: .1em;
    left: 1.2em;
    top: 4.3em;
    width: 1em
}

.body7 .s6 {
    height: .1em;
    left: 1.1em;
    top: 4.2em;
    width: 1.3em
}

.body7 .s7 {
    height: .2em;
    left: 1em;
    top: 4em;
    width: 1.4em
}

.body8 .s1 {
    height: 2em;
    left: 2.5em;
    top: 4.6em;
    width: .1em
}

.body8 .s2 {
    height: .1em;
    left: 2.4em;
    top: 4.2em;
    width: .1em
}

.body8 .s3 {
    height: .1em;
    left: 2.2em;
    top: 4.3em;
    width: .3em
}

.body8 .s4 {
    height: .1em;
    left: 2.2em;
    top: 6.6em;
    width: .3em
}

.body8 .s5 {
    height: 2.2em;
    left: 2.1em;
    top: 4.4em;
    width: .4em
}

.body8 .s6 {
    height: 1.9em;
    left: 2em;
    top: 4.5em;
    width: .1em
}

.body8 .s7 {
    height: 1.4em;
    left: 1.9em;
    top: 4.6em;
    width: .1em
}

.body8 .s8 {
    height: .7em;
    left: 1.8em;
    top: 4.8em;
    width: .1em
}

.body8 .s9 {
    height: .3em;
    left: 1.6em;
    top: 4.9em;
    width: .2em
}

.body8 .s10 {
    height: .9em;
    left: 1.5em;
    top: 4.8em;
    width: .1em
}

.body8 .s11 {
    height: 1.6em;
    left: 1.4em;
    top: 4.6em;
    width: .1em
}

.body8 .s12 {
    height: 2em;
    left: 1.3em;
    top: 4.5em;
    width: .1em
}

.body8 .s13 {
    height: .1em;
    left: .9em;
    top: 6.6em;
    width: .4em
}

.body8 .s14 {
    height: 1.9em;
    left: .8em;
    top: 4.7em;
    width: .1em
}

.body8 .s15 {
    height: 2.2em;
    left: .9em;
    top: 4.4em;
    width: .4em
}

.body8 .s16 {
    height: .1em;
    left: .9em;
    top: 4.3em;
    width: .3em
}

.body8 .s17 {
    height: .1em;
    left: 1em;
    top: 4.2em;
    width: .1em
}

.body9 .s1 {
    height: .1em;
    left: 2.5em;
    top: 6.6em;
    width: .2em
}

.body9 .s2 {
    height: .9em;
    left: 2.3em;
    top: 6.7em;
    width: .4em
}

.body9 .s3 {
    height: .3em;
    left: 2.2em;
    top: 6.7em;
    width: .1em
}

.body9 .s4 {
    height: .1em;
    left: 1.2em;
    top: 6.7em;
    width: .1em
}

.body9 .s5 {
    height: 1.2em;
    left: .6em;
    top: 6.8em;
    width: .1em
}

.body9 .s6 {
    height: .7em;
    left: 1.1em;
    top: 6.7em;
    width: .1em
}

.body9 .s7 {
    height: 1.1em;
    left: 1em;
    top: 6.7em;
    width: .1em
}

.body9 .s8 {
    height: .1em;
    left: .7em;
    top: 6.6em;
    width: .2em
}

.body9 .s9 {
    height: 1.3em;
    left: 2.4em;
    top: 6.8em;
    width: .4em
}
.body9 .s10 {
    height: 1.4em;
    left: .7em;
    top: 6.7em;
    width: .3em
}
.body10 .s1 {
    height: .3em;
    left: 2.8em;
    top: 8.4em;
    width: .1em
}
.body10 .s2 {
    height: .6em;
    left: 2.4em;
    top: 8.1em;
    width: .4em
}
.body10 .s3 {
    height: .3em;
    left: .5em;
    top: 8.4em;
    width: .1em
}
.body10 .s4 {
    height: .5em;
    left: .6em;
    top: 8.2em;
    width: .1em
}
.body10 .s5 {
    height: .6em;
    left: .7em;
    top: 8.1em;
    width: .3em
}
/************ home page ************/

/************* popup style ***************/
.popup_wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: 999;
	background-color: rgba(0,0,0,.8);
	padding: 0 15px;
}
.popup_wrapper .popup_wrapper_tab {
	display: table;
	width: 100%;
	height: 100%;
}
.popup_wrapper .popup_wrapper_tab .popup_wrapper_cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.popup_wrapper .popup_box {
	width: calc(100% - 100px);
	max-width: 1000px;
	background-color: #fff;
	padding: 50px 50px 50px;
	margin: 40px auto;
	position: relative;
	border-radius: 15px;
}
.popup_wrapper .popup_box .popup_box_close {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 10px;
	line-height: 1;
	cursor: pointer;
}
.popup_wrapper .popup_box .popup_box_head h2 {
	text-align: center;
	margin-bottom: 30px;
}
.popup_wrapper .popup_box .popup_box_body p a,
.popup_wrapper .popup_box .popup_box_body li a {
	color: var(--cyan);
	font-weight: 500;
}
.popup_wrapper .popup_box .popup_box_body ul {
	padding-left: 15px;
}
.popup_wrapper ul {
	margin-bottom: 15px;
}
.popup_wrapper ul li {
	position: relative;
	margin-bottom: 4px;
}
.popup_wrapper h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin: 25px 0 3px 0;
}
/************* popup style ***************/

/************* thank you page ************/
.thnku_pg {
	padding: 150px 0 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.thnku_pg h1 {
	margin-bottom: 20px;
}
.thnku_pg .title_wrapper {
	text-align: center;
	margin-bottom: 50px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.thnku_pg .ui-tabs-nav {
	border: 0;
	font-size: 0px;
	padding: 10px;
	margin: 0;
	display: flex;
	list-style: none;
	background-color: #fff;
	border-radius: 50px;
}
.thnku_pg .ui-tabs-nav .ui-tabs-tab {
	font-size: 16px;
	width: 25%;
	text-align: center;
}
.thnku_pg .ui-tabs-nav .ui-tabs-tab a {
	padding: 12px 20px;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 40px);
	font-size: 18px;
	font-weight: 500;
	border-radius: 50px;
}
.tab_content .tab_panel[aria-hidden="false"] {
	padding: 35px;
	background-color: #fff;
	border-radius: 30px;
	margin-top: 10px;
}
.tab_content .tab_panel p {
	margin-bottom: 5px;
}
.tab_content .tab_panel h5 {
	margin: 0;
}
.tab_content .tab_panel .box:not(:last-child) {
	margin-bottom: 40px;
}
.thnku_pg .ui-tabs-tab.ui-tabs-active a {
	color: var(--white);
	background-color: var(--cyan);
}
.thnku_pg .main_wrapper {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.thnku_pg .bottom_txt span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	display: block;
	margin: 20px 0;
}
.thnku_pg .bottom_txt {
	max-width: 1100px;
	margin: auto;
}
/************* thank you page ************/











/* FAQS */ 
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}




/* End FAQS */





@media (max-width: 575px) {
    section.banner_sec div.claim_form h3 {
        font-size: 20px;
        line-height: 19px !important;
        margin: 0 0 0px;
    }
    section.banner_sec div.claim_form h3.calculater_timer{
        margin-top: 45px !important;
    }
}