@font-face {
    font-family: 'HelveticaNeueLTPro-Lt';
    src: url('../fonts/HelveticaNeueLTPro-Lt.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTPro-Lt.otf') format('opentype'),
        url('../fonts/HelveticaNeueLTPro-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Lt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-Lt.svg#HelveticaNeueLTPro-Lt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Bd';
    src: url('../fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTPro-Bd.otf') format('opentype'),
        url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-Bd.svg#HelveticaNeueLTPro-Bd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Cn';
    src: url('../fonts/HelveticaNeueLTPro-Cn.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTPro-Cn.otf') format('opentype'),
        url('../fonts/HelveticaNeueLTPro-Cn.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Cn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-Cn.svg#HelveticaNeueLTPro-Cn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTPro-MdCn';
    src: url('../fonts/HelveticaNeueLTPro-MdCn.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTPro-MdCn.otf') format('opentype'),
        url('../fonts/HelveticaNeueLTPro-MdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-MdCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-MdCn.svg#HelveticaNeueLTPro-MdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 12px;
}

img {
    max-width: 100%;
}

.header-image {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-image: url(../images/header.png);
    background-position: bottom left, top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    position: relative;
    z-index: 1;
}

.searchbar {
    width: 80%;
    margin: 2em auto;
}

.searchbar .form-control,

.input-group-text {
    border: none;
    border-radius: 0;
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 1.2;
}

.searchbar .form-control {
    padding: 0.7em 1em;
    border: 2px solid #e0e0e0 !important;
    transition: all 0.3s ease;
}

.searchbar .form-control:focus {
    box-shadow: 0 0 0 3px rgba(28, 3, 160, 0.1);
    border-color: #1c03a0 !important;
    outline: none;
}

.input-group-text {
    background: #1c03a0;
    background: linear-gradient(135deg, #0936d1 0%, #1c03a0 100%);
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
    padding: 0.7em 2em;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(28, 3, 160, 0.3);
    cursor: pointer;
    white-space: nowrap;
}

.input-group-text:hover {
    background: linear-gradient(135deg, #1c03a0 0%, #0936d1 100%);
    box-shadow: 0 6px 20px rgba(28, 3, 160, 0.4);
    transform: translateY(-2px);
}

.icon {
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-size: cover;
    background-position: bottom -4px center;
}

.header-image h2 {
    font-family: 'HelveticaNeueLTPro-Bd';
    font-size: 2em;
    color: #fff;
    text-align: center;
    line-height: 0.8;
    text-transform: uppercase;
}

.header-image .t1 {
    font-size: 6em;
    text-transform: uppercase;
    font-family: ;
    letter-spacing: 4px;
}

.header-image .t2 {
    font-size: 10em;
}

.header-image .t3 {
    font-size: 8em;
}

.header-image p {
    color: #fff;
    font-size: 1.7em;
    font-family: 'HelveticaNeueLTPro-Lt';
    width: 35%;
    margin: 0 auto;
}

.cbtn {
    background: #1c03a0;
    background: linear-gradient(135deg, #0936d1 0%, #1c03a0 100%);
    color: #fff;
    text-transform: uppercase;
    padding: 0.5em 0.8em;
    font-size: 2em;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(28, 3, 160, 0.3);
    transition: all 0.3s ease;
}

.cbtn:hover {
    background: linear-gradient(135deg, #1c03a0 0%, #0936d1 100%);
    box-shadow: 0 6px 20px rgba(28, 3, 160, 0.4);
    transform: translateY(-2px);
}

.scroll-btn {
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.scroll:hover {
    text-decoration: none;
    color: #fff;
}

.cbtn span {
    padding: 0 1em;
    border: solid 0px #fff;
    display: block;
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(28, 3, 160, 0.3);
    }
    50% {
        box-shadow: 0 4px 25px rgba(28, 3, 160, 0.5);
    }
}

.cbtn {
    animation: pulse-glow 3s ease-in-out infinite;
}

.cbtn2 {
    background: #1c03a0;
    background: linear-gradient(135deg, #0936d1 0%, #1c03a0 100%);
    color: #fff !important;
    text-transform: uppercase;
    padding: 0.5em 0.8em;
    font-size: 2em;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 1em;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(28, 3, 160, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}

.cbtn2:hover {
    background: linear-gradient(135deg, #1c03a0 0%, #0936d1 100%);
    box-shadow: 0 6px 20px rgba(28, 3, 160, 0.4);
    transform: translateY(-2px);
    color: #fff !important;
    text-decoration: none;
}

.cbtn2 span {
    padding: 0 1em;
    border: solid 0px rgb(114, 4, 4);
    display: block;
}

.logo {
    margin: 0 auto;
    display: block;
}

.charater {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-image: url('../images/map.png');
    background-size: cover;
}

.charater h2 {
    font-family: 'HelveticaNeueLTPro-MdCn';
    font-weight: bold;
    font-size: 4.5em;
    color: #ffffff;
    text-align: center;
    line-height: 1.1;
    margin: 0;
    margin-top: 0.6em;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.charater h3 {
    font-family: 'HelveticaNeueLTPro-MdCn';
    font-size: 4.2em;
    color: #ffffff;
    text-align: center;
    width: 100%;
    line-height: 1.1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.charater .line {
    width: 12em;
    color: #cc0000;
    height: 1px;
    border: solid #cc0000 1px;
    margin: 0 auto;
    margin-bottom: 3em;
}

.input-group > .custom-select:not(:last-child),

.input-group > .form-control:not(:last-child) {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fbfeedrow {
    padding: 9px 0;
    border-bottom: 1px solid #ddd;
}

.fbfeedrow img {
    float: left;
    width: 50px;
}

.feed-info {
    float: left;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding-left: 20px;
}

.feed-info h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #3b5998;
}

.feed-info p {
    font-size: 13px;
    line-height: 16px;
}

.fbmeta {
    font-size: 0px;
    line-height: 0px;
}

.fbmeta span {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 18px;
}

.fbmeta span:first-child {
    margin-left: 0;
}

.replied,

.liked {
    color: #3b5998;
}

.time {
    border-bottom: 1px dotted #666;
}

.fbfeed {
    padding-bottom: 40px;
}

.fbfeedrow {
    padding: 9px 0;
    border-bottom: 1px solid #ddd;
}

.fbfeedrow img {
    float: left;
    width: 50px;
}

.float-wide {
    float: left;
    width: 100%;
}

.addcomment {
    float: right;
    width: 100%;
    margin-top: 30px;
    text-align: right;
    color: #3b5998;
}

.fbtitle {
    margin-top: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.fbtitle h6 {
    padding-left: 30px;
    float: left;
    width: auto;
    background-image: url(../images/facebook-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px;
}

.fbtitle dfn {
    float: right;
    font-size: 18px;
    line-height: 24px;
    color: #89130f;
    font-weight: 500;
}

.featuresblock {
    float: left;
    width: 100%;
    text-align: center;
}

.featuresblock-inner {
    max-width: 915px;
}

.featuresblock-inner h3 {
    display: inline-block;
    position: relative;
    width: 100%;
}

.featuresblock-inner .title-line:before,

.featuresblock-inner .title-line:after {
    position: absolute;
    left: 0;
    width: 145px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    height: 2px;
    background: #89130f;
    z-index: 2;
}

.featuresblock-inner .title-line:after {
    left: auto;
    right: 0;
}

.featuresblock-inner h3 span {
    font-style: italic;
    font-weight: 300;
}

.itemswrap {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.item {
    color: #224336;
    float: left;
    width: 23.1638418079096%;
    margin: 0 7.627118644067797%;
}

.item:nth-child(3n+1) {
    margin-left: 0;
}

.item:nth-child(3n+3) {
    margin-right: 0;
}

.item h6 {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.logoswrap {
    text-align: center;
}

.logoswrap img {
    display: inline-block;
    margin: 30px 20px 0;
}

.reviewswrap .lead-text {
    float: left;
    width: 100%;
    padding: 20px 20px 25px;
    background: #f4f4f4;
    border-radius: 11px;
    font-size: 19px;
    line-height: 30px;
    min-height: 220px;
    position: relative;
}

.reviewswrap .lead-text:before {
    position: absolute;
    left: 57px;
    bottom: -20px;
    content: '';
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #f4f4f4;
}

.reviewswrap .item {
    width: 31.25%;
    margin: 40px 1.5625% 0;
}

.reviewswrap .item:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

.reviewswrap .item:nth-child(3n+3) {
    margin-right: 0;
}

.meta {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 38px 0 0 35px;
}

.metatext,

.meta img {
    display: inline-block;
    vertical-align: middle;
}

.metatext {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #89130f;
}

.meta img {
    margin-right: 10px;
}

.block-thumb,

.block-thumb-info {
    float: left;
    width: 46.15384615384615%;
}

.block-thumb img {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.4);
}

.block-thumb-info {
    margin-left: 7.692307692307692%;
}

.block-thumb-info h2,

.block-thumb-info p {
    color: #ffffff;
}

.block-thumb-info p {
    margin-top: 30px;
    line-height: 25px;
}

.contentblock_inner_info {
    float: left;
    width: 50%;
}

.contentblock_inner_info .btn {
    margin-top: 50px;
    text-align: left;
}

.contentblock_inner_info p {
    margin-top: 30px;
}

.block-thumb-inner {
    float: left;
    width: 44.03846153846154%;
    margin-left: 5.961538461538462%;
}

.top-topics-item {
    float: left;
    width: 48.07692307692308%;
    margin-left: 3.84615384615384%;
    overflow: hidden;
    padding: 40px 30px;
    position: relative;
    min-height: 450px;
}

.top-topics-item:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}

.top-topics-item:first-child {
    padding-right: 0;
}

.top-topics-item p {
    max-width: 147px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 24px;
}

.top-topics-item p,

.top-topics-item h2 {
    color: #ffffff;
}

.top-topics-item h2 {
    font-weight: 300;
}

.topics-image {
    position: absolute;
    right: -30px;
    bottom: 20px;
}

.top-topics-item .btn {
    text-align: left;
    padding: 0 15px;
    margin-top: 50px;
}

.top-topics-item .btn-arrow:before {
    position: absolute;
    right: 17px;
    width: 7px;
    height: 13px;
}

.top-topics-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 450px;
    z-index: 5;
}

.top-topics-bg p {
    max-width: 320px;
    width: 100%;
    margin-top: 30px;
}

.top-topics-bg img {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.top-topics-bg:after {
    position: absolute;
    content: '';
    background: -moz-linear-gradient(261deg, rgba(43, 199, 209, 1) 0%, rgba(43, 199, 209, 1) 17%, rgba(43, 199, 209, 0) 65%, rgba(43, 199, 209, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(43, 199, 209, 1)), color-stop(17%, rgba(43, 199, 209, 1)), color-stop(65%, rgba(43, 199, 209, 0)), color-stop(100%, rgba(43, 199, 209, 0)));
    background: -webkit-linear-gradient(261deg, rgba(43, 199, 209, 1) 0%, rgba(43, 199, 209, 1) 17%, rgba(43, 199, 209, 0) 65%, rgba(43, 199, 209, 0) 100%);
    background: -o-linear-gradient(261deg, rgba(43, 199, 209, 1) 0%, rgba(43, 199, 209, 1) 17%, rgba(43, 199, 209, 0) 65%, rgba(43, 199, 209, 0) 100%);
    background: -ms-linear-gradient(261deg, rgba(43, 199, 209, 1) 0%, rgba(43, 199, 209, 1) 17%, rgba(43, 199, 209, 0) 65%, rgba(43, 199, 209, 0) 100%);
    background: linear-gradient(189deg, rgba(43, 199, 209, 1) 0%, rgba(43, 199, 209, 1) 17%, rgba(43, 199, 209, 0) 65%, rgba(43, 199, 209, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bc7d1', endColorstr='#2bc7d1', GradientType=0);
    width: 100%;
    height: 100%;
    content: '';
    margin: 0 auto;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
}

.fbtitle {
    margin-top: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.fbtitle h6 {
    padding-left: 30px;
    float: left;
    width: auto;
    background-image: url(../images/facebook-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px;
}

.fbtitle dfn {
    float: right;
    font-size: 18px;
    line-height: 24px;
    color: #89130f;
    font-weight: 500;
}

.addcomment {
    float: right;
    width: 100%;
    margin-top: 30px;
    text-align: right;
    color: #3b5998;
}

.fbfeed {
    padding: 30px;
    background: #fff;
    padding-bottom: 40px;
}

.fbfeedrow {
    padding: 9px 0;
    border-bottom: 1px solid #ddd;
}

.fbfeedrow img {
    float: left;
    width: 50px;
}

.feed-info {
    float: left;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding-left: 20px;
}

.feed-info h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #3b5998;
}

.feed-info p {
    font-size: 13px;
    line-height: 16px;
}

.fbmeta {
    font-size: 0px;
    line-height: 0px;
}

.fbmeta span {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 18px;
}

.fbmeta span:first-child {
    margin-left: 0;
}

.replied,

.liked {
    color: #3b5998;
}

.time {
    border-bottom: 1px dotted #666;
}

.terms-and-policy a {
    display: block;
    margin: 10px 0 0;
}

.form-wrap form {
    margin: 0;
    background-color: #ffffff;
    border-radius: 10px;
}

.form-wrap fieldset {
    float: left;
    width: 86%;
    height: 58px;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-wrap input[type="tel"] {
    border: none;
    margin: 0;
    width: 95%;
    font-size: 24px;
    line-height: 55px;
    text-transform: uppercase;
}

.form-wrap input[type="submit"] {
    float: right;
    width: 14%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 38px;
}

.form-wrap input[type="tel"]:focus,

.form-wrap input[type="submit"]:focus {
    outline: none;
}

.form-wrap input[type="tel"]:active {
    background-color: #ffffff;
}

.rgt-input {
    float: left;
    width: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    margin: 0 auto 0;
    padding-left: 20px;
    line-height: 56px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.points {
    text-align: center;
}

.points .cbtn {
    width: 10em;
}

.points .cbtn span {
    padding: 0.1em 1em;
    border: solid 0px #fff;
    display: block;
    font-size: 1.2em;
}

.points img {
    margin: 10px auto;
}

.points h2 {
    color: #111112;
    font-size: 3.5em;
    margin-bottom: 5px;
}

.points h3 {
    color: #fbfbfb;
    font-size: 2em;
}

.patner {
    margin-top: 4em;
}

.patner img {
    text-align: center;
    max-width: 80%;
    filter: grayscale(100%);
    padding-left: 80px;
}

.patner a:hover img {
    filter: grayscale(0%);
}

.panel {
    background-color: #f4f5f5;
    border-radius: 20px;
    padding: 7%;
    position: relative;
    margin-bottom: 4em;
}

.panel::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f4f5f5;
    position: absolute;
    left: 30px;
    bottom: -20px;
}

.panel img {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.panel p {
    font-size: 15px;
    width: 100%;
}

.panel h2 {
    font-family: 'HelveticaNeueLTPro-MdCn';
    font-size: 2.8em;
    color: #bf0505;
    line-height: 1;
    margin: 0;
    margin-top: 0.6em;
    float: left;
    width: 65%;
}

.panel h3 {
    font-family: 'HelveticaNeueLTPro-MdCn';
    font-size: 2em;
    color: #bf0505;
    line-height: 1;
    margin: 0;
    float: left;
    width: 65%;
}

.panel .pb {
    display: inline-block;
}

.panel .ph {
    margin-bottom: 1em;
    float: left;
}

.panel p {
    color: #55716a;
    font-size: 1.5em;
    font-family: 'HelveticaNeueLTPro-Bd';
}

.banner {
    background-image: url('../images/banner.png');
    background-size: cover;
}

.banner .pic {
    padding: 4em;
}

.banner h2 {
    padding-top: 30px !important;
    padding: 40px;
    font-family: 'HelveticaNeueLTPro-MdCn';
    font-size: 3em;
    font-weight: bold;
    color: #fff;
    margin-top: 2em;
    text-transform: uppercase;
}

.banner p {
    padding-top: 0px !important;
    padding: 50px;
    line-height: 35px;
    font-family: 'HelveticaNeueLTPro-MdCn';
    font-size: 1.5em;
    color: #fff;
    margin-top: 1em;
    text-align: justify;
}

.float-wide {
    float: left;
    width: 100%;
}

.truth {
    background-image: url('../images/bg.png');
    background-size: cover;
    text-align: center;
}

.tr34 {
    padding: 100px;
}

.truth .cbtn span {
    padding: 5px 10px;
    font-size: 1.3em;
}

.truth img {
    margin-top: 6em;
}

.truth h2 {
    font-family: 'HelveticaNeueLTPro-MdCn';
    font-size: 7em;
    color: #bf0505;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2em;
}

.truth h3 {
    font-family: 'HelveticaNeueLTPro-MdCn';
    font-size: 2em;
    color: #111112;
    text-align: center;
}

.offer .left {
    background-image: url('../images/left.png');
    background-size: cover;
    text-align: center;
}

.offer .right {
    background-image: url('../images/right.png');
    background-size: cover;
    text-align: center;
}

.offer .left img {
    margin-top: 6em;
}

.offer .left h2 {
    font-family: 'HelveticaNeueLTPro-MdCn';
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.offer .left h3 {
    font-family: 'HelveticaNeueLTPro-Cn';
    font-size: 2em;
    color: #fff;

    /* font-weight: bold; */
    letter-spacing: 1;
}

.offer .right h2 {
    ont-family: 'HelveticaNeueLTPro-MdCn';
    font-weight: bold;
    letter-spacing: 6px;
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
    margin-top: 14.7em;
}

.fb img {
    margin-top: 3em;
}

.offer .right h3 {
    font-family: 'HelveticaNeueLTPro-Cn';
    font-size: 2em;
    color: #fff;

    /* font-weight: bold; */
    letter-spacing: 1;
}

.footer {
    background-color: #252525;
    text-align: center;
}

.footer a {
    color: #fff;
    font-size: 1.8em;
    letter-spacing: 2px;
    font-family: 'HelveticaNeueLTPro-Lt';
}

.footer p {
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-family: 'HelveticaNeueLTPro-Lt';
    margin-top: 3em;
    letter-spacing: 1px;
    padding: 0 2em;
}

.footer .cr {
    padding-bottom: 2em;
}

.footer h2 {
    font-family: 'HelveticaNeueLTPro-Bd';
    font-size: 2em;
    color: #fff;
}

.footer h3 {
    font-family: 'HelveticaNeueLTPro-Bd';
    font-size: 2em;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .logo img {
        width: 42.3%;
    }

    .header-image {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
        height: 750px;
    }
}

@media screen and (max-width: 1366px) {
    .logo img {
        width: 30.1%;
    }

    .header-image {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
        height: 780px;
    }

    .offer {
    }

    .footer {
    }
}

@media screen and (max-width: 1280px) {
    .logo img {
        width: 66.1%;
    }

    .header-image .t1 {
        font-size: 5em;
    }

    .header-image .t2 {
        font-size: 8em;
    }

    .header-image .t3 {
        font-size: 6.5em;
    }

    .logo {
        width: 66.6%;
    }

    .header-image {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
        height: 695px;
    }

    .banner .pic {
        padding: 4em;
        margin-top: 5em;
    }
}

@media screen and (max-width: 1024px) {
    .logo img {
        width: 90.1%;
    }

    .logo {
        width: 53.3%;
    }

    .banner p {
        font-family: 'HelveticaNeueLTPro-LT';
        font-size: 1.5em;
        color: #fff;
        margin-top: 1em;
    }

    .searchbar .form-control {
        padding: 1em;
    }

    .header-image .t1 {
        font-size: 4em;
    }

    .header-image .t2 {
        font-size: 2em;
    }

    .header-image .t3 {
        font-size: 5em;
    }

    .header-image {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
        height: 556px;
    }

    .banner h2 {
        padding: 30px !important;
        font-family: 'HelveticaNeueLTPro-MdCn';
        font-size: 2.7em;
        font-weight: bold;
        color: #fff;
        margin-top: 2em;
        text-transform: uppercase;
    }

    .truth h2 {
        font-family: 'HelveticaNeueLTPro-MdCn';
        font-size: 4em;
        color: #bf0505;
        text-align: center;
        text-transform: uppercase;
        margin-top: 3em;
    }

    .truth h3 {
        font-family: 'HelveticaNeueLTPro-Lt';
        font-size: 1.5em;
        color: #111112;
        text-align: center;
    }

    .truth .cbtn span {
        padding: 5px 10px;
        font-size: 1em;
    }

    .patner {
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .logo img {
        width: 80%;
        text-align: center;
    }

    .banner .pic {
        padding: 4em;
        margin-top: 2em;
    }

    .banner h2 {
        font-family: 'HelveticaNeueLTPro-MdCn';
        font-size: 2em;
    }

    .truth .cbtn span {
        padding: 5px 10px;
        font-size: 0.8em;
    }

    .input-group-text {
        padding: 6px 1em;
    }

    .searchbar .form-control,
    
    .input-group-text {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 768px) {
    .truth h2 {
        font-size: 2em;
    }

    .banner h2 {
        margin-top: 0em;
    }

    .banner h2 {
        margin-top: 0em;
    }

    .patner img {
        padding: 30px;
        max-width: 100%;
        filter: grayscale(100%);
        margin: 3em 0;
    }

    .input-group input[type="submit"] {
        width: 30.06993006993007%;
        width: 205px !important;
        height: 50px !important;
        cursor: pointer;
        text-align: center;
        color: #ffffff;

        /* font-size: 24px !important; */
        font-weight: 600;
        text-transform: uppercase;
        background: #bf0505;
        border: none;
        border: 3px solid rgba(114, 4, 4, 1);
        -webkit-border-radius: 45px !important;
        border-radius: 45px;
        margin-right: 2px;
        letter-spacing: 1px;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
    }

    .searchbar {
        width: 52%;
        margin: 2em auto;
    }

    .logo {
        width: 61.3%;
    }

    .header-image p {
        width: 100%;
    }

    .input-group-text {
        padding: 6px 1em;
    }

    .searchbar .form-control,
    
    .input-group-text {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 667px) {
    .searchbar {
        width: 70%;
    }

    .charater h2 {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 414px) {
    .header-image {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
        height: 650px;
    }

    .charater h2 {
        font-size: 2.5em;
        margin-bottom: 10px;
    }

    .charater h3 {
        font-family: 'HelveticaNeueLTPro-MdCn';
        font-size: 2.2em;
    }

    .searchbar {
        width: 100%;
    }

    .header-image .t2 {
        font-size: 5em;
    }

    .header-image .t3 {
        font-size: 4em;
    }

    .logo {
        width: 90.3%;
    }

    .offer .right h2 {
        margin-bottom: 0em;
        font-size: 3.5em;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .input-group {
        background: #fff;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
        position: relative;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        padding: 15px 12px;
        border-radius: 13px;
    }

    .form-wrap fieldset {
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }

    .form-wrap input[type="tel"] {
        font-size: 20px;
        text-align: center;
        width: 95%;
        border: 1px solid #ccc;
        margin-left: 3.5%;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .input-group input[type="text"] {
        width: 100%;
        padding: 0 15px;
        font-size: 20px;
        line-height: 40px;
        height: 49px;
        border: 1px solid #ccc;
        border-radius: 6px;
        margin-bottom: 15px !important;
        margin-left: 2.5%;
        border-radius: 10px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .input-group input[type="submit"] {
        font-size: 16px !important;
        line-height: 1.3 !important;
        height: auto !important;
        padding: 0.9em 2em !important;
        margin-top: 15px;
        width: 100%;
        max-width: 280px;
        float: none;
        margin: 0 auto;
        clear: both;
        display: block;
        background: #1c03a0 !important;
        background: linear-gradient(0deg, #0936d1 0%, #1c03a0 49%, #1c03a0 50%, #1c03a0 100%) !important;
        border-radius: 25px !important;
        font-weight: 700;
        letter-spacing: 1px;
        color: #fff !important;
        text-transform: uppercase;
        border: none !important;
        box-shadow: 0 4px 15px rgba(28, 3, 160, 0.4);
        white-space: nowrap;
    }
}

/* Final aggressive cleanup */
.offer {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-color: #0c2146 !important;
}

.offer .row {
    margin: 0 !important;
    padding: 0 !important;
}

.offer .left,
.offer .right {
    padding: 0 !important;
    margin: 0 !important;
}

.offer img {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.charater {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.charater .scroll-btn {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    display: inline-block;
}

.scroll-btn {
    margin-bottom: 0 !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #0c2146 !important;
}
/* Trust Points Hover Effects */
.points .col-md-4 {
    transition: transform 0.3s ease;
}

.points .col-md-4:hover {
    transform: translateY(-5px);
}

.points .col-md-4 img {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    margin-bottom: 1em;
}

.points .col-md-4 h2 {
    font-size: 2em;
    color: #fff;
    margin-top: 0.5em;
    font-weight: 700;
}

.points .col-md-4 h3 {
    font-size: 1.5em;
    color: #e0e0e0;
    line-height: 1.4;
}

/* Conversion Optimization Improvements */

/* Add urgency indicator */
.header-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1c03a0, #0936d1, #1c03a0);
    background-size: 200% 100%;
    animation: gradient-shift 3s ease infinite;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Improve input placeholder visibility */
.searchbar .form-control::placeholder {
    color: #999;
    opacity: 1;
}

/* Add focus states for accessibility */
.cbtn:focus,
.cbtn2:focus,
.input-group-text:focus {
    outline: 3px solid rgba(28, 3, 160, 0.4);
    outline-offset: 2px;
}

/* Mobile-specific improvements */
@media screen and (max-width: 768px) {
    .cbtn,
    .cbtn2 {
        width: 100%;
        max-width: 300px;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cbtn span,
    .cbtn2 span {
        display: block;
        padding: 0.8em 1.5em;
    }
}

/* Add smooth entrance animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-image .t1,
.header-image .logo {
    animation: fadeInUp 0.8s ease-out;
}

.searchbar {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.charater {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Trust badges below search */
.search-subtext {
    color: #ffffff;
    font-size: 1.3em;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.search-trust-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    margin-top: 0;
    margin-bottom: 1.5em;
    flex-wrap: wrap;
    padding: 0 1em;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: #ffffff;
    font-size: 1.2em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    white-space: nowrap;
}

.trust-badge i {
    font-size: 1.5em;
    color: #66ff66;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 768px) {
    .search-trust-badges {
        font-size: 0.9em;
        gap: 1.2em;
        margin-bottom: 0.5em;
        padding: 0 0.5em;
    }
    
    .search-subtext {
        font-size: 0.65em;
        margin-top: 0.8em;
        margin-bottom: 0.2em;
    }
    
    .trust-badge {
        font-size: 1em;
    }
    
    .trust-badge i {
        font-size: 1.6em;
    }
}

