* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,
fieldset,p, aside, header, footer, section, article {
	border: medium none;
	margin: 0;
	padding: 0;
    
}

:focus
{
	outline: none !important;
}

img,fieldset 
{
	border: 0 none;
}

a
{
	border: none;
	outline: none;
}

input[type="submit"], select
{
	-webkit-appearance:none;
}
img
{
	border: none;
	height: auto;
	max-width: 100%;
	outline: none;
	vertical-align: middle;
}
iframe
{
    vertical-align: middle;
}
a:hover
{
	text-decoration: none;
    color:red;
}

.clear
{
	clear: both;
}
ul::after
{
	clear: both;
	content: "";
	display: block;
}
ul
{
	list-style:none;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 27px;
	color: #474646;
    -webkit-font-smoothing: antialiased;
    font-family: "Libre Franklin", sans-serif !important;
}
.landing-header a.navbar-brand {
    color: #000 !important;
    font-size: 24px;
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin: 0 12px;
}
a.nav-link.book-demo {
    background: #170555;
    color: #fff !important;
    font-size: 15px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    height: 40px;
    font-weight: 400;
}
.hero-area {
    background: url(../images/home-herobg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 20px;
}
.hero-content h1 {
    font-family: quattrocento, Sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    color: #000;
    margin-bottom: 27px;
}
.hero-content h1 span {
    color: #f36a02;
}
.hero-content p {
    font-size: 20px;
    color: #333;
    line-height: 32px;
}
.hero-content button a {
    background: #170555;
    color: #fff !important;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-weight: 400;
    padding: 12px 38px;
    margin-top: 30px;
    text-decoration: none;
}
.hero-content button i {
    background: #f36a02;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
    transform: rotate(307deg);
}
.hero-content button:hover i {
    transform: rotate(1800deg);
}
.how-it-works {
    padding: 70px 0;
    /* background-image: url("../images/blur_bg.png"); */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.how-it-works-head {
    text-align: center;
    margin-bottom: 80px;
}
.how-it-works-head p {
    color: #f4781e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.how-it-works-head h2 {
    font-family: quattrocento, Sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #000;
}
.how-it-works-head h2 span {
    color: #f36a02;
}
.how-it-works-content p {
    color: #f4781e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.how-it-works-content h3 {
    font-family: quattrocento, Sans-serif;
    font-size: 58px;
    color: #000;
    margin-bottom: 12px;
}
p.how-it-word-para {
    font-size: 20px;
    color: #333;
    line-height: 32px;
    text-transform: unset;
    font-weight: 400;
}
.how-it-works-img {
    text-align: center;
    margin-bottom: 120px;
}
.how-it-works-head button a {
    background: #170555;
    color: #fff !important;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-weight: 400;
    padding: 9px 15px;
    margin: 30px auto 0;
    text-decoration: none;
}
.how-it-works-head button i {
    background: #f3700d;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 6px;
    transform: rotate(307deg);
}
.how-it-works-head button:hover i {
    transform: rotate(1800deg);
}
.partner-right-area img {
    width: 80%;
}
.partner-content-outer {
    display: flex;
    align-items: baseline;
}
.partner-content-outer h6 {
    width: 65px;
    height: 65px;
    min-width: 65px;
    background: #ffdbbf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid #f36a02;
    margin-right: 30px;
}
.partner-content-outer {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}
.partner-left-area {
    padding: 0 70px;
    position: relative;
}
.partner-left-area:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 84%;
    background: #80808061;
    top: 0;
    left: 100px;
    z-index: -1;
}
.partner-content-inner h5 {
    color: #000;
    font-size: 23px;
    margin-bottom: 5px;
}
.partner-content-inner p {
    color: #444444;
}
#counter .item {
    text-align: center;
}
#counter .item .count {
    margin-bottom: 5px;
    font-size: 90px;
    background: linear-gradient(#170555 9.28%, #f3700d 80.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: quattrocento, sans-serif;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
span.b-tag {
    margin-top: 45px;
}
#counter .item h3 {
    color: #575656;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
}
.global-travel {
    padding: 100px 0;
}
.global-travel .how-it-works-head {
    margin-bottom: 50px;
}
.global-travel .how-it-works-head h2 {
    font-family: quattrocento, Sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #000;
}
.resources .how-it-works-head {
    text-align: left;
}
.resources .how-it-works-head h2 {
    font-size: 50px;
}
.resources-left-img img {
    border-radius: 10px;
}
.resources-left-bottom img {
    width: 216px;
    min-width: 216px;
    border-radius: 10px;
    margin-right: 25px;
}
.resources-left-bottom {
    display: flex;
    margin-top: 30px;
}
.resources-left h5 {
    color: #000;
    font-size: 24px;
    margin-top: 15px;
}
.resources-left p {
    color: #444444;
    line-height: 23px;
    margin: 8px 0;
}
.resources-left h6 {
    color: #444444b3;
    font-size: 14px;
    margin-bottom: 21px;
}
.resources-left a {
    accent-color: #000;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.resources-left a i {
    background: #f3700d;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 6px;
    color: #fff;
}
.resouces-bottom-content h6 {
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: unset;
    font-weight: 600;
}
.resources-right .resources-left-bottom {
    margin: 0;
}
.resources-right .resources-left-bottom {
    margin: 0 0 13px 0;
}
.resources {
    padding: 0 0 90px;
}
.faq-area.resources-left {
    background: #170655;
    padding: 40px;
    border-radius: 10px;
    margin-top: 0;
}
.faq-area.resources-left h6 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
.faq-area.resources-left h3 {
    font-family: quattrocento, sans-serif;
    font-size: 48px;
    color: #ffffff;
}
.faq-area.resources-left a {
    color: #fff;
}
.faq-area.resources-left p {
    margin: 20px 0 40px;
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    line-height: 27px;
}
.resources-right .resources-left-bottom img {
    margin-right: 15px;
}
.footer {
    background: #f3700d;
    padding: 50px 0;
}
.logo-bottom h4 {
    color: #fff;
    font-size: 30px;
}
.bottom-content h6 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}
.bottom-content ul li {
    color: #ffffff;
    font-size: 14px;
    padding: 4px 0;
    font-weight: 400;
}
.landing-header a.navbar-brand img {
    width: 270px;
}
.why-insure-content .how-it-works-head {
    text-align: left;
    margin-bottom: 40px;
}
.why-insure-area {
    padding: 100px 0 40px;
}
.why-insure-img, .partner-right-area {
    text-align: center;
}
.why-insure-content .accordion-item {
    border: none;
    border-radius: 0;
}
.why-insure-content .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    border-bottom: 2px solid #ffffff;
    font-weight: 600;
}
.why-insure-content .accordion-collapse {
    border-bottom: 3px solid #f36a02;
}
.why-insure-content .accordion-button::after {
    display: none;
}
.why-insure-content .accordion-header button {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #0000001f;
    padding: 25px 10px;
}
.why-insure-content .accordion-body {
    font-size: 15px;
    color: #444444;
    line-height: 26px;
    padding: 15px 10px;
}
.resources-right.resources-left h5 {
    margin: 0 0 20px 0;
}
.how-it-works-img img {
    width: 560px;
}
.logo-bottom img {
    width: 270px;
}
.why-insure-img img {
    width: 500px;
}
.hero-content button,.how-it-works-head button  {
    background: none;
}
h1.count span {
    font-size: 40px;
}
.contact-inner-area {
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 100px 0px, rgb(0 0 0 / 20%) 0px 20px 60px 0px;
    padding: 30px 40px;
    border-radius: 20px;
}
.contact-area {
    margin: 60px 0 70px;
}
.contact-inner-area h3 {
    text-align: center;
    color: #170654;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}
.contact-inner-area label {
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.contact-inner-area input::placeholder, .contact-inner-area textarea::placeholder {
    font-size: 13px;
}

.contact-inner-area input, .contact-inner-area textarea {
    background: #80808021;
    border: none;
    padding: 13px;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
}
.contact-inner-area .form-control:focus {
    color: #000;
    background-color: #efefef;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}
/* media-query */
@media (max-width: 1400px) { 

 }
 @media (max-width: 1200px) { 
    .hero-content h1 {
        font-size: 55px;
        line-height: 70px;
        margin-bottom: 20px;
    }
    .hero-content p {
        font-size: 18px;
    }
    .how-it-works-content h3 {
        font-size: 45px;
    }
 }