input:focus,
select:focus {
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #c9055e;
}

.btn-primary:hover {
    background-color: #c9055e !important;
    border-color: #c9055e !important;
}

body {
    font-family: 'Outfit-Regular';
}

.tabOff {
    display: block;
}

.tabOn {
    display: none;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.mb-8 {
    margin-bottom: 80px !important;
}

.mb-9 {
    margin-bottom: 90px !important;
}

.mb-10 {
    margin-bottom: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pb-5 {
    padding-bottom: 50px !important;
}

.pb-6 {
    padding-bottom: 60px !important;
}

.pb-7 {
    padding-bottom: 70px !important;
}

.pb-8 {
    padding-bottom: 80px !important;
}

.pb-9 {
    padding-bottom: 90px !important;
}

.pb-10 {
    padding-bottom: 100px !important;
}

.heading1 {
    font-size: 38px;
    font-family: 'Outfit-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.whiteText {
    color: #fff;
}

.redText {
    color: #d85dc5;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #c9055e;
    border-radius: 0px;
    border: none;
    padding: 0;
}

header .dropdown-item {
    padding: 10px 1rem;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.3s;
}

header .dropdown-item:hover {
    padding-left: 12px;
    color: #fff !important;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.rigntMenu {
    margin-left: auto;
    margin-bottom: 0px !important;
}

header .rigntMenu .nav-item {
    margin-right: 0px;
    margin-left: 10px;
}

.navbar-brand img {
    width: 84px;
    transition: 0.3s;
}

header.fixedHeader .navbar-brand img {
    width: 60px;
}

header {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    padding-top: 16px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: transparent;
    transition: 0.3s;
    z-index: 9;
}

header.fixedHeader {
    padding-top: 0px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.9);
}
/*
header.fixedHeader .navbar-nav.leftGap {
    padding-left: 140px;
} */

.navbar-nav.leftGap {
    padding-left: 110px;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    font-family: 'Outfit-Medium';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.show {
    color: #d85dc5;
}

.headerContactHeading {
    font-size: 11px;
    color: #fff;
}

.headerContact {
    padding: 13px 22px !important;
    background-color: #d85dc5;
    transition: 0.5s;
}

.headerContact:hover {
    color: #fff !important;
    background-color: #c9055e;
}

.headerContact img {
    margin-right: 5px;
    width: 18px;
    top: -2px;
    position: relative;
}

.headerContact i {
    color: #fff;
    font-size: 11px;
    margin-right: 5px;
}

header .nav-item {
    margin-right: 40px;
}

.homeSelectProduct {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    line-height: 12px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.homeBannerHeading {
    font-family: 'Outfit-SemiBold';
    font-size: 68px;
    line-height: 68px;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 60px;
}
.homeBannerHeading sup{
    font-family: 'Outfit-SemiBold';
    font-size: .55em;
}

.homeBanner {
    background-image: url(../img/home-banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 250px;
    position: relative;
    min-height: 970px;
    background-size: cover;
}

.bannerImage {
    position: absolute;
    right: 270px;
    bottom: 0px;
    z-index: 1;
}

.bannerText {
    width: 60%;
    padding-left: 80px;
    position: relative;
}

.searchBoxBanner {
    margin-bottom: 30px;
}

.searchBoxBanner .form-group {
    width: 78%;
}

.searchBoxBanner .form-control {
    padding: 15px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border-color: #959698;
    border-radius: 0px;
}

.searchBoxBanner .quoteForm .btn {
    width: 25%;
    background-color: #d85dc5;
    border-color: #d85dc5;
    text-transform: uppercase;
    border-radius: 0px;
    z-index: 2;
}

.searchBoxBanner{
    position: relative;
}
.searchItem ul {
    margin: 0px;
    padding: 0px;
}

/* .searchItem li {
    list-style: none;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    width: 155px;
    background-color: #fff;
    box-shadow: 0px 0px 0px #c7c8c8;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-right: 6px;
    transition: 0.5s;
} */

.searchItem li a {
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 99999;
    font-size: 14px;
}

.searchItem li:hover ,
.searchItem li.selected{
    background-color: #d85dc5;
    box-shadow: 0px 0px 5px #c7c8c8;
}
.searchItem li:hover a,
.searchItem li.selected a{
    color: #fff;
}

.blogPostListBox {
    transform: translateY(0);
    box-shadow: 0px 0px 0px #c7c8c8;
    transition: 0.3s;
}

.blogPostListBox:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 15px #c7c8c8;
}

.productItem li span {
    font-size: 13px;
    color: #545655;
    position: relative;
    display: inline-block;
    transition: 0.3s;
    transform: translateY(0);
}

.productItem li:hover span {
    color: #c9055e;
    transform: translateY(1px);
}

.productItem li .itemImg {
    transform: translateY(0px);
    transition: 0.3s;
}

.productItem li:hover .itemImg {
    transform: translateY(-5px);
}

.logoListSec {
    padding-top: 0px;
    padding-bottom: 70px;
}
.logoListSec .container-fluid{
    padding:0px !important;
}
.logoBlock {
    padding: 18px 0px;
    margin: 0px;
    text-align: center;
    background: #f7f7f7;
}

.logoBlock li {
    padding: 0px 3%;
    display: inline-block;
    list-style: none;
}

.saveDramaSec {
    padding-top: 0px;
    padding-bottom: 65px;
}

.saveDramaSec .heading1 {
    text-align: right;
    padding-right: 35px;
}

.saveDramaSec .paraBox {
    width: 60%;
    padding-left: 35px;
    border-left: solid 6px #d85dc5;
    margin-left: -20px;
}

.saveDramaSec .lamaBtn,
.btn-pink {
    color: #fff;
    font-size: 14px;
    font-family: 'Outfit-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 25px;
    background-color: #d85dc5;
    text-decoration: none;
    transition: 0.5s;
}

.saveDramaSec .lamaBtn:hover,
.btn-pink:hover {
    color: #fff !important;
    background-color: #c9055e;
}

.saveDramaSec .lamaBtn img {
    margin-right: 5px;
    top: -2px;
    position: relative;
}

.videoBoxSec {
    padding-top: 100px;
    /* padding-bottom: 130px; */
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
    background-color: #000;
    position: relative;
}

.videoBoxSec .bigVideoBox {
    margin-bottom: 0px;
    position: relative;
}

.videoBoxSec .bigVideoBox img {
    display: block;
    max-width: 100%;
}

.videoBoxSec .smallVideoBox {
    position: absolute;
    left: 0px;
    right: 0px;
    /* bottom: -80px; */
    bottom: -150px;
    text-align: center;
}

.videoBoxSec .smallVideoBox .thumVideo {
    width: 420px;
    display: inline-block;
    margin: 5px;
    position: relative;
}

.hiwpSec {
    padding-top: 200px;
    padding-bottom: 100px;
}

.hiwpSec .workLogoBox {
    margin-bottom: 20px;
    text-align: center;
}

.hiwpSec .heading1 {
    font-size: 38px;
    font-family: 'Outfit-Bold';
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hiwpSec .subHeading {
    font-size: 20px;
    color: #212121;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.savingSteps {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    padding-top: 50px;
    justify-content: center;
}

.savingSteps li {
    display: inline-block;
    width: 25%;
    position: relative;
    text-align: center;
}

.savingSteps li:last-child {
    width: calc(25% - 0px);
}

.savingSteps .stepIcon {
    margin-bottom: 20px;
    display: block;
}

.savingSteps .dotBar {
    position: absolute;
    right: -80px;
    top: 50px;
}

.savingSteps .dotBar2 {
    position: absolute;
    right: -80px;
    top: 70px;
}

.savingSteps .stepContent {
    font-family: 'Outfit-SemiBold';
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.savingSteps .stepContent a {
    text-decoration: none;
    color: #000;
}

.customWidth {
    width: calc(100% - 370px);
}

.findBtnSec {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #d85dc5;
}

.findBtnSec .btn,
.btn-black {
    font-family: 'Outfit-SemiBold';
    color: #fff;
    font-size: 16px;
    background-color: #000;
    text-transform: uppercase;
    padding: 20px 100px;
    line-height: normal;
    border-radius: 0px;
    transition: 0.5s;
}

.findBtnSec .btn:hover,
.btn-black:hover  {
    background-color: #c9055e !important;
}
.commonGap{
    padding-top: 70px;
padding-bottom: 70px;
}
.introsec{
    background: #000;
    color: #fff;
    text-align: center;
}

/*footer start*/
footer {
    padding-top: 100px;
    padding-bottom: 0px;
    background-color: #000;
}

.footerTop {
    padding-bottom: 30px;
    padding-right: 180px;
    padding-left: 180px;
}

.footerTop .leftBox {
    width: 60%;
    float: left;
}

.footerTop .rightBox {
    width: 40%;
    float: left;
}

.footerForm {
    max-width: 800px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    background-color: #151515;
    border: solid 1px #303132;
    border-radius: 50px;
    min-height: 74px;
}

.footerForm .box1 {
    width: 37%;
    float: left;
    margin-right: 3%;
}

.footerForm .box2 {
    float: left;
    width: 60%;
}

.footerForm .box2 .form-control {
    padding-right: 160px;
}

.footerForm .form-btn {
    position: relative;
}

.footerForm .btn-primary {
    color: #fff;
    background-color: #d85dc5;
    border-color: #d85dc5;
    text-transform: uppercase;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 14px 55px 13px 14px;
    line-height: normal;
    transition: 0.5s;
}

.footerForm .btn-primary::after {
    position: absolute;
    right: 2px;
    top: 1px;
    background-color: #fff;
    content: '';
    background-image: url(../img/send-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.5s;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
}

.footerForm label {
    font-size: 12px;
    color: #fff;
}

.footerForm .form-control {
    font-size: 14px;
    /* color: #afafaf; */
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    padding: 12px;
}

footer h3 {
    font-family: 'Outfit-SemiBold';
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.footerHeading {
    font-family: 'Outfit-SemiBold';
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.footerHeading a {
    color: #fff;
    text-decoration: none;
}

.footerTop p {
    font-size: 16px;
    color: #cccccc;
}

.footerContact {
    margin-bottom: 25px;
}

.statesList {
    margin-top: 60px;
}

.contactDetails a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}

.footerContact p {
    margin-bottom: 0px;
}

footer ul {
    padding-left: 0px;
}

.footerMenu li {
    list-style: none;
    margin-bottom: 8px;
}

.footerMenu li a {
    color: #cccccc;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
}

.footerMenu li a:hover {
    color: #d85dc5;
}

.footerLogo {
    margin-bottom: 20px;
}

.footerDtls {
    width: 60%;
}

.needBox {
    width: 38%;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
    margin-top: 50px;
}

.f-location {
    width: 38%;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
    margin-top: 50px;
}

.f-follow {
    width: 18%;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
    margin-top: 50px;
    text-align: center;
}

.socialMenu {
    padding: 0pa;
    margin: 0px;
    text-align: center;
}

.socialMenu li {
    list-style: none;
    margin-bottom: 8px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.socialMenu li a {
    color: #858383;
    font-size: 13px;
    text-decoration: none;
    transition: 0.5s;
}

.socialMenu li a:hover {
    color: #d85dc5;
}

.socialMenu li a i {
    font-style: normal;
}

.footerBottom {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 180px;
    padding-right: 180px;
    border-top: 1px solid #1f1f1f;
    font-size: 12px;
    color: #a6a6a6;
}

.copyRight {
    font-size: 14px;
    color: #a6a6a6;
    text-align: center;
    margin-bottom: 0px;
}

/*footer end*/
.downArrow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    text-align: center;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.footerMenu.inline-menu{
    text-align: center;
    margin: 20px 0px 0px;
}
.footerMenu.inline-menu li{
    display:inline-block;
    margin: 0px 10px;
}
.footerMenu.inline-menu li a{
    font-size: 12px;
}
.footerForm .form-group{
    position: relative;
}
#FootersubForm .error{
    font-size: 11px;
    line-height: 12px;
    color: #f00;
    margin: 0px;
    position: absolute;
    left: 17px;
    bottom: -14px;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

.goTop {
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: #d85dc5;
    position: fixed;
    bottom: -200px;
    right: 100px;
    font-size: 36px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    transition: 0.8s;
}

.goTop.show {
    bottom: 80px;
}

.goTop i {
    color: #fff;
    font-size: 40px;
}

.bigVideoBox h4{
    color: #fff;
    position: absolute;
    bottom: 4%;
    left: 35px;
}
.videoBoxSec .smallVideoBox .thumVideo h4{
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 15px;
    font-size: 16px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
#searchItemResult{
    position: absolute;
    left: 0;
    right: 0;
    background: #FFFFFF;
    opacity: 1;
    overflow: hidden;
    border-color: #EAEAEA;
    border-radius: 8px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
    transition: .3s cubic-bezier(.4, .2, .5, 1.4);
    z-index: 11;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-shadow: none;
    margin-top: 10px;
    top: 100%;
}
 #searchItemResult.hidden,
  #searchItemResult.empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
  #searchItemResult ul li a{
    position: relative;
    padding: .5em 1em;
    cursor: pointer;
    border-bottom: 1px solid rgba(218,218,218,0.64);
    font-size: 14px;
  }
.zip_code{
    padding: 40px 20px !important;
    text-align: center;
}
input.zipcode{
    padding: 8px 15px;
    font-size: 16px;
    background-color: transparent;
    border-radius: 0px;
    border: 2px solid #959698;
    max-width: 100% !important;

}
#zip_code .backBtn{
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 12px;
    text-decoration: navajowhite;
    color: #d85dc5;
}
.pink {
    background-color: #D85DC5 !important;
}
.heroes {
background: linear-gradient(230deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 40%);
    background-color: rgba(0, 0, 0, 0);
}
.ppcSec{
    padding-top:100px;
}
.heading{
    font-family: 'Outfit-SemiBold';
font-size: 68px;
line-height: 68px;
color: #fff;
letter-spacing: 0px;
}
.introsec h2{
    margin-bottom: 30px;
}
.heroes h3,
.introsec h3{
    margin-bottom:30px;
}
.blu{
    background-color: #49c7e4;
    padding-bottom: 0px !important;
}
#howitworks img{
    max-width: 300px;
}
#howitworks {
    color: #fff;
}
#howitworks h2{
    margin-bottom: 30px;
}
#howitworks ol{
    padding: 0px !important;
}
#howitworks ol li{
    margin-left: 1em;
list-style-type: decimal;
font-size: 22px;
color: #fff;
line-height: 1.25em;
margin-bottom: 8px;
}
#howitworks ol li a{
    color: #fff;
}
.narrow-width{
    max-width: 790px;
    margin: 0 auto;
}
@media (max-width:1700px) {
    header .nav-item {
        margin-right: 20px;
    }
}

@media (max-width: 1600px) {
    .navbar-nav.leftGap {
        padding-left: 80px;
    }

    .homeBannerHeading,
    .heading {
        font-size: 66px;
        line-height: 70px;
    }

    .customWidth {
        width: calc(100% - 300px);
    }

    .bannerImage {
        right: 120px;
    }

    .searchBoxBanner .form-group {
        width: 75%;
    }

    .qutstionBox {
        right: 200px;
        width: 500px;
    }

    .footerTop {
        padding-right: 100px;
        padding-left: 100px;
    }

    .footerTop .rightBox {
        width: 43%;
    }

    .footerTop .leftBox {
        width: 57%;
    }

    .needBox {
        width: 35%;
    }

    .f-follow {
        width: 21%;
    }

    .footerDtls {
        width: 80%;
    }
}

@media (max-width:1500px) {
    .navbar-nav.leftGap {
        padding-left: 20px;
    }

    header .nav-item {
        margin-right: 8px;
    }
}

@media (max-width: 1440px) {
    .heading1 {
        font-size: 45px;
    }

    .navbar-nav.leftGap {
        padding-left: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 11px;
    }

    header.fixedHeader .navbar-nav.leftGap {
        padding-left: 40px;
    }

    .homeBannerHeading ,
    .heading{
        font-size: 60px;
        line-height: 60px;
    }

    .customWidth {
        width: calc(100% - 200px);
    }

    .bannerImage {
        right: 100px;
        width: 500px;
    }

    .bannerImage img {
        width: 100%;
    }

    .bannerText {
        padding-left: 0px;
    }

    .homeBanner {
        padding-top: 180px;
        min-height: 800px;
        background-size: cover;
    }

    .searchItem li {
        font-size: 13px;
        /* width: 165px;
        padding-top: 13px;
        padding-bottom: 13px; */
    }

    .clientQuoteImg {
        margin-bottom: 40px;
    }

    .qutstionBox img {
        width: 100%;
    }

    .footerTop {
        padding-right: 30px;
        padding-left: 30px;
    }
    .headerContact img {
        width: 16px;
    }
    .heroes .banner-img img{
        max-width: 350px;
    }
    #howitworks img {
        max-width: 250px;
      }
}

@media (max-width: 1366px) {
    .heading1 {
        font-size: 40px;
    }

    header .nav-item {
        margin-right: 5px;
    }

    .bannerImage {
        width: 450px;
    }

    .homeBannerHeading,
    .heading {
        font-size: 60px;
        line-height: 60px;
    }

    .customWidth {
        width: calc(100% - 150px);
    }

    .bannerImage img {
        width: 100%;
    }

    .saveDramaSec .paraBox {
        width: 70%;
    }

    .savingSteps .dotBar img {
        width: 70%;
    }

    .savingSteps .dotBar2 img {
        width: 70%;
    }

    .logoBlock li {
        padding: 0px 2%;
    }

    .footerTop .rightBox {
        width: 45%;
    }

    .footerTop .leftBox {
        width: 55%;
    }

    .qutstionBox {
        right: 100px;
        width: 450px;
    }

}

@media (max-width: 1239px) {
    header .rigntMenu .nav-item {
        margin-left: 5px;
    }

    .headerContact img {
        width: 16px;
    }

    .headerContact {
        padding: 13px 15px !important;
    }

    .homeBannerHeading,
    .heading {
        font-size: 55px;
        line-height: 55px;
    }

    .heading1 {
        font-size: 35px;
    }

    .customWidth {
        width: calc(100% - 100px);
    }

    .videoBoxSec {
        padding-top: 60px;
        /* padding-bottom: 100px; */
        padding-bottom: 60px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .videoBoxSec .smallVideoBox {
        /* bottom: -110px; */
        bottom: -180px;
    }

    .bannerText {
        width: 48%;
    }

    .savingSteps .stepContent {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
    }

    footer {
        padding-top: 60px;
    }
    .bigVideoBox h4{
        font-size: 18px;
    }
    .videoBoxSec .smallVideoBox .thumVideo h4{
        font-size: 14px;
    }
    .hiwpSec {
        padding-top: 240px;
    }
}

@media (max-width: 1200px) {
    .customerSayingBox {
        padding: 25px;
    }

    header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav.leftGap {
        padding-left: 20px;
    }

    header.fixedHeader .navbar-nav.leftGap {
        padding-left: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 11px;
    }

    .headerContact img {
        width: 16px;
    }

    .searchItem li {
        font-size: 11px;
        /* width: 112px; */
    }

    .logoBlock li {
        padding: 0px 1%;
        width: 18%;
    }

    .logoBlock li img {
        max-width: 100%;
    }

    .saveDramaSec .paraBox {
        width: 80%;
    }

    .footerDtls {
        width: 90%;
    }

    .footerTop .leftBox {
        width: 45%;
    }

    .footerTop .rightBox {
        width: 55%;
    }

    .footerTop {
        padding-bottom: 60px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .goTop{
        right:40px;
    }
}

@media (max-width:1120px){
    .rigntMenu{
        display: none;
    }
}

@media (max-width: 1100px) {
    .homeBannerHeading,
    .heading {
        font-size: 52px;
        line-height: 50px;
    }

    .heading1 {
        font-size: 30px;
    }

    .bannerImage {
        width: 400px;
        right: 40px;
    }

    .bannerText {
        width: calc(50% + 50px);
    }

    .homeBanner {
        min-height: 700px;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 992px) {

    .rigntMenu{
        padding-bottom: 2px;
    }

    .searchBoxBanner .form-control::placeholder {
        color: #f3f3f3;
        opacity: 1;
      }
    .rigntMenu{
        display: block;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: transparent;
    }

    header .dropdown-item {
        color: #fff !important;
        padding: 5px 10px !important;
    }

    header .dropdown-item:hover {
        color: #c9055e !important;
    }

    .navbar-light .navbar-toggler {
        color: #c9055e;
        border-color: #c9055e;
        border-radius: 0px;
        background: #fff;
    }

    header .rigntMenu .nav-item {
        margin-left: 0px;
        padding: 0px 10px;
    }

    .navbar-nav {
        background-color: #000;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        text-align: center;
    }

    .headerContact {
        margin-bottom: 10px;
    }

    .headerContact {
        padding: 13px 15px !important;
    }

    header .nav-item {
        margin-left: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-nav .dropdown-menu {
        border: none;
    }

    .dropdown-item {
        font-size: 13px;
    }

    .navbar-nav .dropdown-menu {
        text-align: center;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #1e2125;
        background-color: transparent;
    }

    header .dropdown-menu {
        padding: 0px;
    }

    header {
        padding-left: 30px;
        padding-right: 30px;
    }

    .homeBannerHeading,
    .heading {
        font-size: 50px;
    }

    .bannerImage {
        width: 320px;
        right: 50px;
    }

    .productItem li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .heading1 {
        font-size: 25px;
    }

    .customWidth {
        width: calc(100% - 100px);
    }

    .footerTop .col-md-3 {
        width: 100% !important;
        text-align: center;
    }

    .statesList {
        margin-top: 40px;
        text-align: center;
    }

    .cheapInsuranceState li {
        min-width: 30px;
    }

    .footerBottom {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footerBottom .col-md-8,
    .footerBottom .col-md-4 {
        width: 100% !important;
        text-align: center;
    }

    .copyRight {
        text-align: center;
        margin-top: 15px;
    }

    .footerTop {
        padding-right: 15px;
        padding-left: 15px;
    }

    .homeSelectProduct {
        letter-spacing: 1px;
    }

    .footerTop .leftBox {
        width: 100%;
        text-align: center;
    }

    .footerDtls {
        width: 100%;
    }

    .footerTop .rightBox {
        width: 100%;
        text-align: center;
    }

    .needBox {
        width: 100%;
        margin-top: 30px;
    }

    .f-location {
        width: 100%;
        margin-top: 30px;
    }

    .f-follow {
        width: 100%;
        margin-top: 30px;
    }

    .savingSteps {
        display: block;
        padding-top: 30px;
    }

    .savingSteps li {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .savingSteps .stepIcon {
        margin-bottom: 10px;
    }

    .savingSteps .dotBar {
        display: none;
    }

    .savingSteps .dotBar2 {
        display: none;
    }

    .savingSteps li:last-child {
        width: 100%;
    }
    .videoBoxSec .smallVideoBox .thumVideo img{
        max-width: 100%;
    }
    .videoBoxSec .smallVideoBox .thumVideo {
        width: 48%;
    }
    .videoBoxSec .smallVideoBox{
        padding: 0px 8%;
        /* bottom: -90px; */
        bottom: -150px;
    }
    .heroes .banner-img img{
        max-width: 300px;
    }
}

@media (max-width: 900px) {
    .tabOff {
        display: none;
    }
    .videoBoxSec{
        padding-bottom: 40px;
    }
    .hiwpSec {
        padding-top: 40px;
      }

    .tabOn {
        display: block;
    }

    .homeBannerHeading,
    .heading {
        font-size: 45px;
    }

    .bannerText {
        width: 100%;
        text-align: center;
    }

    .productItem {
        width: 550px;
        display: inline-block;
    }

    .homeBanner {
        padding-top: 120px;
    }

    .bannerImage {
        width: 280px;
        right: 0px;
        left: 0px;
        margin: auto;
        top: 200px;
    }

    .bannerTabImage img {
        width: 280px;
    }

    .bannerTabImage {
        margin-bottom: 30px;
    }

    .homeBanner {
        min-height: auto;
        padding-bottom: 40px;
        position: relative;
    }

    .videoBoxSec .smallVideoBox {
        bottom: 0px;
        position: relative;
        padding: 0px;
    }

    .saveDramaSec .paraBox {
        width: 100%;
    }

    .videoBoxSec .bigVideoBox {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .homeBannerHeading,
    .heading {
        font-size: 40px;
    }

    .bannerTabImage img {
        width: 250px;
    }

    .bannerImage {
        text-align: center;
    }

    .bannerImage img {
        width: 400px;
    }

    .homeBanner .col-md-6.order-2 {
        order: 1 !important;
    }

    .customWidth {
        width: calc(100% - 30px);
    }

    .saveDramaSec .heading1 {
        text-align: center;
        padding-right: 0;
        padding-bottom: 25px;
    }

    .saveDramaSec .paraBox {
        width: 100%;
        padding-left: 0;
        border-left: none;
        margin-left: 0;
        text-align: center;
    }

    .hiwpSec {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .hiwpSec .heading1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .footerForm .box1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footerForm .box2 {
        width: 100%;
    }

    .footerForm .box2 .form-control {
        padding-right: 15px;
    }

    .footerForm .form-btn {
        position: relative;
        float: left;
        width: 100%;
    }

    .footerForm .btn-primary {
        border-radius: 30px;
        position: relative;
        top: 0px;
        padding: 14px 55px 13px 14px;
        line-height: normal;
        transition: 0.5s;
        right: 0px;
        left: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        width: 210px;
        display: block;
    }

    .searchBoxBanner .form-group {
        width: 80%;
    }

    .footerForm {
        border-radius: 20px;
        min-height: 200px;
    }

    .videoBoxSec .smallVideoBox .thumVideo {
        /* width: 100%;
        display: block;
        margin: 10px 0px; */
        margin: 10px 1%;
        width:47%;
    }

    .videoBoxSec .smallVideoBox .thumVideo img {
        max-width: 100%;
    }
    #FootersubForm .error{
        position: relative;
        left: 17px;
        bottom: 0px;
    }
    .bigVideoBox h4 {
        font-size: 14px;
        left: 20px;
      }
      .videoBoxSec .smallVideoBox .thumVideo h4 {
        font-size: 12px;
        bottom: 0px;
left: 15px;
      }
}

@media (max-width: 600px) {
    .bannerImage {
        text-align: center;
    }

    .bannerImage img {
        width: 90%;
    }
    .goTop i {
        color: #fff;
        font-size: 30px;
      }
    .goTop {
        width: 32px;
        height: 32px;
        right:20px;
        line-height: 30px;
    }
    .videoBoxSec {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
      }
      .heroes .banner-img img{
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .customWidth {
        width: calc(100% - 10px);
    }

    .homeBannerHeading,
    .heading {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px !important;
    }

    .subHeading {
        font-size: 15px;
    }
    .videoBoxSec {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
      }
      .quoteForm .d-flex{
        display: block !important;
      }
      .searchBoxBanner .form-group {
        width: 100%;
        clear: both;
        margin-bottom: 5px;
      }
      .searchBoxBanner .quoteForm .btn {
        width: 100%;
      }
      .videoBoxSec .smallVideoBox .thumVideo{
          width: 100%;
          /* margin: 10px 0%; */
          margin: 5px 0%;
      }
      .videoBoxSec .bigVideoBox img {
        display: block;
        max-width: 600px;
        object-fit: cover;
        -ms-transform: translateY(-0%) translateX(-50%);
        -webkit-transform: translateY(-0%) translateX(-50%);
        transform: translateY(-0%) translateX(-50%);
        position: relative;
        left: 50%;
      }
      .videoBoxSec .bigVideoBox{
          overflow: hidden;
      }
}

@media (max-width: 360px) {
    .bannerTabImage img {
        width: 200px;
    }

    .homeBannerHeading,
    .heading {
        font-size: 25px;
        line-height: 30px;
    }
}
