@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

/* font-family: 'breakersslab-blacuploadedfile', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'absolut_reducedbold'; */

/*@font-face {
    font-family: 'absolut_reducedbold';
    src: url('../fonts/absolutredbold_0-webfont.eot');
    src: url('../fonts/absolutredbold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/absolutredbold_0-webfont.woff2') format('woff2'),
         url('../fonts/absolutredbold_0-webfont.woff') format('woff'),
         url('../fonts/absolutredbold_0-webfont.ttf') format('truetype'),
         url('../fonts/absolutredbold_0-webfont.svg#absolut_reducedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'breakersslab-blacuploadedfile';
    src: url('../fonts/breakers_slab_black-webfont.eot');
    src: url('../fonts/breakers_slab_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/breakers_slab_black-webfont.woff2') format('woff2'),
         url('../fonts/breakers_slab_black-webfont.woff') format('woff'),
         url('../fonts/breakers_slab_black-webfont.ttf') format('truetype'),
         url('../fonts/breakers_slab_black-webfont.svg#breakersslab-blacuploadedfile') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'mistralregular';
    src: url('../fonts/mistral-webfont.eot');
    src: url('../fonts/mistral-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mistral-webfont.woff2') format('woff2'),
         url('../fonts/mistral-webfont.woff') format('woff'),
         url('../fonts/mistral-webfont.svg#mistralregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


a{color:inherit}
body { font-family: 'Lato', sans-serif; font-size: 16px; line-height: 24px; color: #000; background: none; padding: 0; margin: 0; border: none;position: relative; overflow-x: hidden;}
*{padding:0; margin:0; border:none; box-sizing:border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0;   vertical-align: baseline; }
html{margin: 0 !important;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus, :hover, a:hover, a:focus { outline: none; text-decoration: none; }
a { text-decoration: none; -webkit-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
a:focus{color: inherit;}
.wrapper { width: 100%; overflow: hidden; max-width: 1920px; margin: auto; position: relative}
.trans { -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.star { position: relative;}
.align-center { text-align:center;}
.clear { clear: both;}
.imgMain{position:relative; text-align:center;}
.absoImg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto;}
img {vertical-align: middle; border: none; max-height: 100%; border-radius: 0;max-width: 100%;}
textarea{resize: none;}

/*Error Message Css Start*/
label.error{position:absolute;right:0;top:-20px;width:auto;height:auto;margin:0;font-size:11px!important;line-height:11px!important;background:#fb0101;padding:5px 5px 4px!important;color:#fff;display:none;-webkit-font-smoothing: auto;}
label.error:after{border-color:#fb0101 transparent transparent;-moz-border-image:none;-o-border-image:none;border-image:none;border-right:6px solid transparent;border-style:solid;border-width:6px;content:" ";height:0;left:20px;margin-left:-10px;position:absolute;top:100%;width:0}
/*Error Message Css End*/

/*SVG default css*/
svg:not(:root).svgImg{ overflow: visible }
.svgImg{ display: inline-block; font-size: inherit; width: 1em; height: 1em; overflow: visible; vertical-align: -.125em; }
/*SVG default css*/

/*Common CSS Start*/
.container {
    max-width: 1336px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.lightBlueBg {
    background-color: #e2f0f9;
}
.darkBlueBg {
    background-color: #0079ff;
}
.comPadd {
    padding-top: 100px;
    padding-bottom: 100px;
}
.comLowPadd {
    padding-top: 60px;
    padding-bottom: 60px;
}
.inputDiv {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.inputField {
    width: 100%;
    height: 48px;
    padding: 0 15px 0 40px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-family: 'Lato', sans-serif;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
textarea.inputField {
    height: 127px;
    resize: none;
    padding: 10px 20px;
}
.inputField::-webkit-input-placeholder {
    color: #939393;
}
.inputField:-moz-placeholder {
   color: #939393;
   opacity: 1;
}
.inputField::-moz-placeholder { 
   color: #939393;
   opacity: 1;
}
.inputField:-ms-input-placeholder { 
   color: #939393;
}
.inputField::-ms-input-placeholder { 
   color: #939393;
}
.inputField::placeholder {
   color: #939393;
}
.inputDiv .svgImg {
    width: 18px;
    height: 17px;
    position: absolute;
    top: 16px;
    left: 14px;
    color: #333;
}
.form-group {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.sectionTitle {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.sectionTitle strong {
    color: #df4c73;
    font-weight: 700;
}
.sectionDesc p {
    font-size: 16px;
    line-height: 26px;
    color: #4d4d4d;
}
.cmnBtn {
    background: #df4c73;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 18px;
    font-weight: 700;
    border-radius: 3px;
    line-height: 18px;
    border: 1px solid #df4c73;
    display: inline-block;
    text-align: center;
}
/*Common CSS End*/

/*Header CSS Start*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header.off-canvas {
	top: -113px;
}
.header.fixed {
    top: 0;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.headerHeight {
    height: 113px;
}
.logo {
    margin: 5px auto 9px;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    max-width: fit-content;
    /*padding-left: 9vw;*/
}
.logo a {
	font-family: 'mistralregular', sans-serif;
	font-size: 90px;
	/* color: #286fb4; */
	color: #555555;
	line-height: 1.1em;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
}
/*.logo a strong {
    color: #df4c73;    
}*/
.logo a strong {
    color: #555555;    
}
.logo a span {
    font-size: 16px;
    background: #3e3e3e;
    color: #fff;
    padding: 2px 10px 0;
    clear: both;
    line-height: 22px;
    display: inline-block;
    font-family: 'mistralregular';
    font-weight: 400;
    letter-spacing: 6px;
    margin: 0 0 0;
    width: 100%;
    text-align: center;
}
.headerInner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.hPhone {
    margin: 10px 0;
    order: -1;
}
.hPhone a {
    font-size: 24px;
    font-weight: 900;
   /*  color: #0271ec; */
   color: #555555;
    line-height: 30px;
}
.hPhone a .svgImg {
    /* color: #df4c73; */
    color: #555555;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.visitRVBtnDiv {
    margin: 10px 0;
}
/*Header CSS End*/

/*Header Bottom Section CSS Start*/
.headerBtmContSec {
    background: url(../images/header-bottom-sec-bkg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 27px;
}
.headerBtmCont {
    text-align: center;
}
.hBtmContHeading {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
}
.hBtmContHeading strong {
    color: #fff;
    font-weight: 800;
}
.hBtmContDesc {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
}
.hBtmContDesc a {
    color: #000;
    font-weight: 900;
    display: inline-block;
}
/*Header Bottom Section CSS End*/

/*Help Us Section CSS Start*/
.helpUsInner {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.helpUsLeft {
    flex: 0 0 55.4%;
    max-width: 55.4%;
    order: -1;
}
.helpUsRight {
    flex: 0 0 44.6%;
    max-width: 44.6%;
    padding: 30px 15px 30px 60px;
}
.helpUsLeftInner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.helpUsRightInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 490px;
}
.helpUsTitle {
    font-size: 33px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: -8px 0 10px 0;
    padding: 0;
}
.helpUsFrmBox {
    width: 100%;
    /*max-width: 498px;*/
   /* background: #df4c73;*/
    background: #888888;
    padding: 30px 50px;
    border-radius: 5px;
}
.helpUsFrmBox > p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.submitBtnDiv .submitBtn {
    width: 100%;
   /* background: #286fb4;
    border: 1px solid #286fb4;*/
    background:#ff0000;
    border:1px solid #ff0000;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 4px;
    line-height: 22px;
    padding: 12px 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*Help Us Section CSS End*/

/*Best Insurance Section CSS Start*/
.insuranceImg {
    position: relative;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    vertical-align: top;
}
.bestInsuranceDiv {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.insuranceBox {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    margin: 26px 0 0;
    padding: 0 15px;
    text-align: center;
}
/*Best Insurance Section CSS End*/

/*Repair Process Section CSS Start*/
.processIcon .svgImg {
    width: 77px;
    height: 74px;
}
.processDiv {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.processBox {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    text-align: center;
    margin: 27px 0 0 0;
}
.processStep {
    width: 55px;
    height: 55px;
    color: #fff;
    background: #df4c73;
    border-radius: 50%;
    margin: -27px auto 20px auto;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 54px;
}
.processBoxInner {
    box-shadow: 5px 9px 40px 0px rgba(0, 0, 0, 0.07);
    padding: 0 20px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.processDesc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.processDesc strong {
    font-weight: 900;
    color: #df4c73;
}
.processIcon {
    margin: 0 0 25px;
}
/*Repair Process Section CSS End*/

/*How To Repair Section CSS Start*/
.howToRepairDiv {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.howToRepairLeft {
    flex: 0 0 46%;
    max-width: 46%;
}
.howToRepairRight {
    flex: 0 0 54%;
    max-width: 54%;
    padding: 0 8.1% 0 65px;
    z-index: 2;
}
.howToRepairImg {
    position: relative;
    margin: 0;
    box-shadow: 10px 17px 30px 0px rgba(80, 44, 122, 0.12);
    display: inline-block;
    z-index: 1;
}
.howToRepairImg img {
    position: relative;
    z-index: 2;
}
.howToRepairImg::before {
    content: "";
    background: url(../images/pattern-circle.png) no-repeat center center;
    width: 248px;
    height: 131px;
    display: inline-block;
    position: absolute;
    right: -120px;
    top: -70px;
    z-index: -1;
}
.howToRepairRight .sectionTitle {
    margin-bottom: 15px;
}
.howToRepairDesc p {
    font-size: 16px;
    line-height: 26px;
    color: #4d4d4d;
    margin: 0 0 35px;
}
.howToRepairDesc p:last-child {
    margin-bottom: 0;
}
.howToRepairDesc h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
/*How To Repair Section CSS End*/

/*Method Repair Section CSS Start*/
.methodRepairSec {
    color: #fff;
}
.methodRepairDiv {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.methodRepairBox {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    padding: 0 15px;
    margin: 20px 0 0;
}
.sectionDesc p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px;
}
.methodRepairInner {
    background: rgba(62,154,255, 0.8);
    padding: 30px 20px;
    height: 100%;
    border-radius: 5px;
}
.methodRepairBox:nth-child(2n) .methodRepairInner {
    background: #df4c73;
}
.methodRepairTitle {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}
.methodRepairDesc {
    font-size: 16px;
    line-height: 26px;
}
.methodRepairSec .sectionDesc p {
    color: #fff;
}
.methodRepairSec .sectionTitle, 
.methodRepairSec .sectionTitle strong {
    color: #fff;
}
.methodRepairSecInner {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
}
.methodRepairHead {
    width: 100%;
    margin: 0 auto;
    max-width: 880px;
}
.whyChooseUsDiv {
    display: flex;
    flex-wrap: wrap;
}
.whyChooseUsLeft {
    flex: 0 0 50.5%;
    max-width: 50.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.whyChooseUsRight {
    width: 49.5%;
    padding: 20px 15px 20px 6%;
    min-height: 400px;
}
.whyChooseUsRightInner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 427px;
    padding: 20px 0 0;
}
.whyChooseUsSec .sectionTitle {
    margin-bottom: 10px;
}
.whyChooseUsImg img {
    display: none;
}
/*Method Repair Section CSS End*/

/*FAQ Section CSS Start*/
.faqDiv {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.faqCol {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.faqBox {
    box-shadow: 5px 9px 40px 0px rgba(0, 0, 0, 0.07);
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 10px;
    border-radius: 10px;
}
.faqContent {
    display: none;
}
.faqTitle {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    padding: 15px 70px 15px 20px;
    cursor: pointer;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.faqTitle::after {
    content: "+";
    color: #df4c73;
    position: absolute;
    right: 15px;
    top: 22px;
    font-weight: 300;
    font-size: 40px;
}
.faqTitle.faqMinus::after {
    content: "-";
}
.faqSec .sectionTitle {
    margin-bottom: 70px;
}
.faqContent {
    padding: 0 20px 15px 20px;
}
.faqContent, .faqContent p {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 24px;
}
/*FAQ Section CSS End*/

/* Footer CSS Start */
.poeredMiddle .webIcon {
    width: 36px;
    height: 11px;
    display: inline-block;
}
.footer {
    background: #17161a;
    color: #fff;
}
.footerCopy ul {
    text-align: center;
}
.footerCopy ul li {
    font-size: 16px;
    line-height: 24px;
    color: #c9c9c9;
    font-weight: 500;
}
.footerCopy {
    padding: 10px 0;
    border-top: 1px solid #333335;
}
.footerContent {
    padding: 50px 0 30px 0;
}
.footerLogo a {
    font-family: 'mistralregular', sans-serif;
    font-size: 52px;
    color: rgba(255,255,255,0.7);
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}
.footerLogo a strong {
    color: rgba(255,255,255,0.7);
}
.footerLogo a span {
    font-size: 18px;
    background: rgba(62,62,62,0.7);
    color: rgba(255,255,255,0.7);
    padding: 2px 10px 0;
    clear: both;
    line-height: 22px;
    display: inline-block;
    font-family: 'mistralregular';
    font-weight: 500;
    letter-spacing: 8px;
    margin: 0 0 0;
    width: 100%;
    text-align: center;
}
.footerContentDiv {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.footerCol {
    padding: 0 10px;
}
.footerCol.fLogoCol {
    flex: 0 0 36%;
    max-width: 36%;
}
.footerCol.fContCol {
    flex: 0 0 31%;
    max-width: 31%;
}
.footerCol.fLinkCol {
    flex: 0 0 33%;
    max-width: 33%;
}
.footerLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.footerTitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    pointer-events: none;
    margin: 0 0 15px 0;
}
.footCont {
    font-size: 16px;
    line-height: 26px;
    color: #a7a7a7;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
}
.footCont.fAddress::before {
    content: "";
    background: url(../images/location-white.svg) no-repeat center center;
    background-size: cover;
    width: 21px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 3px;
}
.footCont.fPhone::before {
    content: "";
    background: url(../images/phone-white.svg) no-repeat center center;
    background-size: cover;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 4px;
}
.footCont.fMail::before {
    content: "";
    background: url(../images/envelope-white.svg) no-repeat center center;
    background-size: cover;
    width: 23px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 7px;
}
.footerBody > ul {
    display: flex;
    flex-wrap: wrap;
}
.footerBody > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 10px;
}
.footerBody > ul > li > a {
    font-size: 16px;
    line-height: 21px;
    color: #a7a7a7;
    font-weight: 500;
}
/* Footer CSS End */

/* Footer Mobile Sticky CSS Start */
.footerStiky {
    display: none;
    background: #e78e47;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.footerStiky.stickyCallTop {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.footerStikyUl {
    display: flex;
}
.footerStikyUl li {
    height: 50px;
    text-align: center;
    flex: 0 0 50%;
    max-width: 50%;
}
.footerStikyCall {
    background: #df4c73;
    position: relative;
}
.footerStikyCall .footerStikyWrap {
    position: relative;
    text-align: left;
    display: inline-block;
    padding-left: 28px;
}
.footerStikyCall .footerStikyWrap:before {
    content: '';
    background-image: url('../images/phone-white.svg');
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 8px;
}
.footerStikyCall:after {
    content: '';
    position: absolute;
    border-left: 30px solid #df4c73;
    border-top: 50px solid transparent;
    top: 0;
    right: -17px;
    z-index: 1;
}
.footerStikyCall a {
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: block;
    text-align: center;
    padding: 6px 4px;
    height: 100%;
}
.ftStkyLoc {
    display: block;
    font-size: 12px;
    line-height: 1.2em;
    color: #fff;
}
.footerStikyGetQuote {
    background: #286fb4;
    text-align: right;
    position: relative;
}
.footerStikyGetQuote:before {
    content: '';
    position: absolute;
    border-right: 30px solid #286fb4;
    border-bottom: 50px solid transparent;
    top: 0;
    left: -13px;
    z-index: 0;
}
.ft_getQuote {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    line-height: 50px;
    margin: auto;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.ft_getQuoteWrap {
    position: relative;
    padding-left: 35px;
}
.ft_getQuoteWrap:before {
    content: '';
    background-image: url('../images/ft_quote-icon.svg');
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* Footer Mobile Sticky CSS End */

/* Back To Top CSS Start */
.back-to-top {
    position: fixed;
    bottom: 165px;
    right: 10px;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    z-index: 8;
}
.back-to-top .btns {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    position: relative;
    border-radius: 0;
    border: 3px solid #df4c73;
    box-shadow: 0 0 8px rgba(255, 255, 255, .2);
    transition: all .3s ease;
    color: #df4c73;
    text-align: center;
    display: inline-block;
    background: #df4c73;
}
.scrollTop .fa-angle-up {
    width: 20px;
    height: 25px;
}
.back-to-top .svgImg {
    width: 20px;
}
.scrollTop span {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 0;
    position: relative;
    top: -4px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.scrollTop::after {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    margin-top: 0;
    top: 12px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
/* Back To Top CSS End */

/* 404 Page CSS Start */
.notFoundHeading {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
}
.pageNotFoundImg {
    margin: 0 0 20px;
}
.notFoundText {
    font-size: 18px;
    line-height: 26px;
    color: #4d4d4d;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}
.breadCrumbSec .hBtmContHeading {
    margin: 0;
}
/* 404 Page CSS End */

/* Thank You Page CSS Start */
.thankuImg {
    margin: 0 0 10px;
}
.nthankuText {
    font-size: 18px;
    line-height: 26px;
    color: #4d4d4d;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
/* Thank You Page CSS End */

.grecaptcha-badge {
    bottom: 90px !important;
    z-index: 2;
}