/* Minification failed. Returning unminified contents.
(1123,20): run-time error CSS1038: Expected hex color, found '#ffff'
 */
body {
    font-family: 'Segoe UI';
}

h3 {
    margin-top: 0;
}

.selected {
    background-color: #ffa615;
}

p {
    margin: 8px 0px 8px 0px;
}

.mobileBingplaces {
    display: none;
}

.tranclusentDiv {
    margin: 30px 0;
}

    .tranclusentDiv tr {
        padding-left: 60px;
        padding-right: 60px;
    }

    .tranclusentDiv td {
        width: 33%;
        padding: 0px 20px;
    }

    .tranclusentDiv h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .tranclusentDiv td:first-child {
        padding-left: 0px;
        border-left: none;
    }

p {
    font-size: 16px;
}

.popUpView p {
    margin: 3px 0px 3px 0px;
    font-size: 14px;
    color: #666666;
}

a {
    cursor: pointer;
    color: #0072C5;
}

body:after {
    display: none;
    content: url('/Images/HomePage_MainDiv2.png') url('/Images/HomePage_MainDiv3.png');
}

/* CSS for Header and Main Body of Home Page */
.header {
    height: auto;
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bf00000', endColorstr='#bf000000'); /* IE 8*/
    position: fixed;
    left: 0%;
    right: 0%;
    z-index: 10;
}

.Header2 {
    font-size: 18px;
    padding-bottom: 10px;
}

.headerSize {
    background-color: #ffffff;
    height: 55px;
    line-height: 55px;
    width: 100%;
}

.innerHeader {
    height: 55px;
}

.innerHeader, .getStarted, .homePageContent, .bigFooterContent, .smallFooterContent {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1300px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .bigFooterContent {
        width: 768px;
    }

    .desktopLoginButtons{
        display: block;
    }
}

@media (max-width: 768px) {
    .desktopLoginButtons {
        display: none;
    }
}

@media (min-width: 1024px) {
    .bigFooterContent {
        width: 936px;
    }
}

@media(min-width:1025px) and (max-width:1280px) {
    .container {
        width: calc(100% - 32px);
    }
}

@media (min-width: 1280px) {
    .bigFooterContent {
        width: 1164px;
    }
}

@media (min-width: 1366px) {
    .bigFooterContent {
        width: 1248px;
    }
}

@media (min-width: 1920px) {
    .bigFooterContent {
        width: 1632px;
    }
}

.innerHeader img {
    border: none;
}

/* Home page Main Section Next Div Pointers */
.pointers {
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .pointers:hover {
        background-color: #ffb901;
    }

.selectedPagination {
    background-color: #FD8921;
}

.unselectedPagination {
    background-color: #ffffff;
}

.homepagePagination a {
    cursor: pointer;
}

/*CSS for Pagination Arrow gotToHome and goToNextSection */
#pagination_Arrow, #pagination_Arrow2 {
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 1;
    right: 50px;
    bottom: 50px;
    background-color: #666666;
    border-radius: 15px;
    cursor: pointer;
}

    #pagination_Arrow img, #pagination_Arrow2 img {
    }

    #pagination_Arrow:hover, #pagination_Arrow2:hover {
        -webkit-transform: scale(1.25); /* Safari and Chrome */
        -moz-transform: scale(1.25); /* Firefox */
        -ms-transform: scale(1.25); /* IE 9 */
        -o-transform: scale(1.25); /* Opera */
        transform: scale(1.25);
    }

.homeMainDiv {
    background: url('/Images/HomePage_MainDiv1.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-position: center 0px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/Images/HomePage_MainDiv1.jpg', sizingMethod='scale');
}

    .homeMainDiv > img {
        display: none;
    }

/* Home Page Section Separator */
.homePageSeparator1 {
    margin-bottom: 40px;
    height: 12px;
    z-index: 6;
    background-color: #FFA614;
}

.homePageSeparator2 {
    margin-bottom: 0px;
    height: 12px;
    background-color: #107F68;
}

.homepageMainSection {
    position: relative;
    text-align: center;
}

    .homepageMainSection ul.homepagePagination {
        list-style: none;
        padding: 0px;
        position: absolute;
        z-index: 6;
        left: 0px;
        right: 0px;
        bottom: 10px;
    }

        .homepageMainSection ul.homepagePagination > li {
            display: inline-block;
            margin-left: 4px;
        }


.homepageMainDivShow {
    display: list-item;
}

.homepageMainDivHide {
    display: none;
}

.homepageMainSection ul.homepageMainDivList {
    position: relative;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

    .homepageMainSection ul.homepageMainDivList li {
        width: 100%;
        position: absolute;
        z-index: 4;
    }

.getStartedDiv {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 6;
    /*background-color: rgba(00,00,00,0.2);*/
}

.tablerow {
    display: table-cell;
    vertical-align: middle;
}

.content {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0 auto;
}

.getStartedDiv h3 {
    font-weight: 200;
    font-size: 50px;
    margin-bottom: 5px;
    color: #ffffff;
    text-shadow: 0px 3px 3px #000;
}

.getStartedDiv h5 {
    font-weight: 200;
    font-size: 24px;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0px 3px 3px #000;
}

.getStartedChildDiv {
    position: relative;
    top: 50%;
    -ms-transform: translate(0%,-50%); /* IE 9 */
    -webkit-transform: translate(0%,-50%); /* Chrome, Safari, Opera */
    transform: translate(0%,-50%);
}

input.getStarted {
    font-size: 24px;
    font-family: 'Segoe UI';
    font-weight: 600;
    padding: 0 30px;
    background-color: #ffb901;
    color: #FFFFFF;
    border: none;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    margin-top: 10px;
    width: 288px;
    height: 60px;
    border-bottom: 3px solid #FD8921;
}

    input.getStarted:hover {
        background-color: #FD8921 !important;
    }

button.getStarted {
    font-size: 20px;
    font-family: 'Segoe UI';
    font-weight: 600;
    padding: 0 30px;
    background-color: #0c8484;
    color: #FFFFFF;
    border: none;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 288px;
    height: 70px;
    border-bottom: 3px solid #FD8921;
    border-radius: 3px;
}

    button.getStarted:hover {
        background-color: #FD8921 !important;
    }
div.getStartedSmallText {
    font-size: 13px;
    font-family: 'Segoe UI';
}

button.getStartedDownSection1 {
    font-size: 20px;
    font-family: 'Segoe UI';
    font-weight: 600;
    padding: 0 30px;
    background-color: #FFFFFF;
    color: black;
    border: none;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 288px;
    height: 70px;
    border-radius: 3px;
}

button.getStartedDownSection2 {
    font-size: 20px;
    font-family: 'Segoe UI';
    font-weight: 600;
    padding: 0 30px;
    color: white;
    border: none;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 288px;
    height: 70px;
    background-color: #0c8484;
    border-radius: 3px;
}

.mainImageContent {
    position: relative;
    width: 100%;
    text-align: center;
}

    .mainImageContent img {
        width: 100%;
    }

.homePageMainDivStatic {
    visibility: hidden;
}

/* CSS for Home Page 2nd Section */
.homePage2ndSectionh3Zoom {
    font-size: 36px !important;
    margin-bottom: 54px !important;
}

.homePage2ndSection .homePageContent {
    padding-left: 100px;
    padding-right: 66px;
}

.homePage2ndSection {
    padding: 0px 10% 30px 10%;
}

    .homePage2ndSection .homePageContent > h3 {
        font-weight: 300;
        font-size: 30px;
        margin-bottom: 60px;
    }

.homePage3rdDivTextContent {
    padding-left: 18px;
    padding-top: 15px;
    min-height: 180px;
}

.homePageDivCount {
    font-weight: 600;
    font-size: 70px;
    color: #ffffff;
    height: 94px;
    width: 94px;
    border-radius: 47px;
    background-color: #00B294;
    line-height: 94px;
}

    .homePageDivCount > img {
        height: 100%;
    }

.homePage2ndSectionDivImage {
    width: 35%;
}

.homePage3rdDivText {
    width: 65%;
}

.homePage2ndSection table {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .homePage2ndSection table tr td {
        text-align: center;
    }

        .homePage2ndSection table tr td h3 {
            font-weight: 300;
            text-align: left;
            font-size: 40px;
            margin-bottom: 18px;
        }

        .homePage2ndSection table tr td p {
            font-weight: 300;
            text-align: left;
        }

.homePage2ndSectionDivImage {
    min-height: 280px;
}

.homePage3rdDivImage1 {
    background: url('/Images/homePage3rdDiv1.png') no-repeat right 15px;
    background-size: contain;
}

.homePage3rdDivImage2 {
    background: url('/Images/homePage3rdDiv2.png') no-repeat left 15px;
    background-size: contain;
}

.homePage3rdDivImage3 {
    background: url('/Images/homePage3rdDiv3.png') no-repeat right 15px;
    background-size: contain;
}

.homePage4thSection {
    margin-top: 0px;
    background-color: #ffffff;
    color: black;
    font-size: 16px;
    padding: 20px 0 60px 0;
}

/* CSS for Home Page 3rd Section */
.homePage3rdSection {
    margin-top: 0px;
    background-color: #0c8484;
    color: #ffffff;
    font-size: 16px;
    padding: 40px 0 80px 0;
    padding-top: 40px;
}

    .homePage3rdSection .homePageContent > h3 {
        font-weight: 200;
        color: #ffffff;
        font-size: 30px;
        margin-bottom: 18px;
    }

.homePage3rdSectionh3Zoom {
    font-size: 36px !important;
    margin-bottom: 18px !important;
}

.decreseMargin {
    margin-bottom: 15px !important;
}

.homePage3rdSection table tr td {
    width: 30%;
    text-align: center;
    padding: 0px 32px;
}

    .homePage3rdSection table tr td p {
        font-weight: 200;
        text-align: center;
        font-size: 24px;
        margin-top: 18px;
        margin-bottom: 0px;
    }

    .homePage3rdSection table tr td img {
        width: 100%;
    }

.agencyMSG {
    color: #ffffff;
    padding-top: 40px;
    font-size: 20px;
}

    .agencyMSG > a {
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid #ffffff;
    }

        .agencyMSG > a:hover {
            text-decoration: none;
        }

input.learMore {
    font-size: 18px;
    font-weight: 500;
    padding: 0 5px;
    background-color: #00b294;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    margin-top: 38px;
    min-width: 194px;
    max-width: 250px;
    height: 42px;
}

    input.learMore:hover {
        background-color: #107F68 !important;
    }

/* CSS for footer*/
.highlight {
    color: #0072C5;
}

.supportHeaderTitle {
    float: left;
}

    .supportHeaderTitle h2 {
        margin-top: 0;
        font-weight: 600;
    }

.supportBody {
    background-color: #F7FAFD;
}

.chatPanel {
    margin: 20px;
}

.availableCountryDiv {
    display: none;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f0f0f0;
}

.bingLogo {
    width: 32px;
    height: 50px;
    display: inline-block;
    margin-right: -4px;
    vertical-align: bottom;
    fill: #0c8484;
}

.bingLogoContent {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Segoe UI',Helvetica,Arial,sans-serif;
    white-space: nowrap;
    color: #0c8484;
    text-decoration: none;
}

#bigFooter {
    padding: 40px 0;
    background-color: #535660;
}

    #bigFooter a {
        font-weight: 200;
        color: #ffffff;
    }

.bottomMenuContainer {
    background-color: #505050;
    color: #ffffff;
}

    .bottomMenuContainer a {
        color: #ffffff;
    }

.feedbackContainer {
    background-color: #505050;
}

.termsChangeHide {
    display: none;
}

#TermsChange .innerHeader > div {
    display: inline-block;
}

.termsChangeButtons {
    border: 1px solid white;
    color: white;
    padding: 2px 20px;
}

    .termsChangeButtons:hover {
        background-color: #D0D0D0;
    }

.termsChangeDeclaration {
    float: left;
    color: #ffffff;
}

.dismissLink {
    margin-left: 20px;
}

.termsChange {
    background-color: #000000;
}

    .termsChange .innerHeader {
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

.dismis-learn-buttons-div {
    margin-right: 10px;
}

.termsChange .dismis-learn-buttons-div span:hover {
    background-color: #404040;
    cursor: pointer;
}

.couponsText {
    display: inline-block;
    color: white;
}

.coupons-getstarted {
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    line-height: 34px;
}

    .coupons-getstarted button {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #0c8484;
        border: none;
        color: #FFFFFF;
    }

.banner-close {
    height: 100%;
}

    .banner-close img {
        height: 14px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

.coupons-getstarted button:hover {
    background-color: #FD8921;
}

#CouponsBanner {
    background-color: #333;
    position: relative;
    border-bottom: 1px solid #333;
}

.smallFooter {
    background-color: #505050;
    position: relative;
    height: auto;
}

.feedbackBox h4 {
    color: #ffffff;
}

.bottomMenuContainer {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.FatFooterTable td {
    width: 25%;
}

.FatFooterTable ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
}

.Logo_Footer_MS_White {
    display: inline-block;
}

.Logo_Footer_MS_Black {
    display: none;
}

.FaqCSS {
    padding-bottom: 20px;
}

    .FaqCSS h4 {
        font-weight: 600;
    }

.termsPara {
    font-size: 13px;
    margin-top: 0px;
    float: left;
}

#bigFooter a:hover {
    text-decoration: underline;
}

#bigFooter a {
    text-decoration: none;
}

.copyright-logo {
    color: #fff;
    fill: white;
    stroke-width: 0;
    position: absolute;
    bottom: -1px;
}

.footerListHeader {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Segoe UI',Helvetica,Arial,sans-serif;
    color: #ffffff;
}

.rotate-Reverse {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.connect-btn {
    display: block;
    color: #fff;
    padding: 0;
}

@media(min-width:768px) {
    .connect-btn {
        width: 145px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.connect-btn > span.icon {
    fill: white;
    stroke-width: 0;
}

@media(min-width:768px) {
    .connect-btn > span.icon {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.connect-btn:hover, .connect-btn:focus, .connect-btn:visited, .connect-btn:active {
    text-decoration: none;
}

.connect-btn > span {
    height: 35px;
}

@media(max-width:767px) {
    .connect-btn > span {
        height: 32px;
    }
}

.connect-btn > span.icon {
    fill: white;
    stroke-width: 0;
}

.connect-btn.twitter {
    background-color: #00acee;
}

.connect-btn.facebook {
    background-color: #3765a3;
}

.connect-btn.feedback {
    background-color: rgba(34,34,34,.3);
}

#bigFooter img {
    border-width: 0px;
    border-style: none;
}

#footer-column-1 ul {
    overflow-x: hidden;
    white-space: nowrap;
    height: 1em;
    width: 100%;
}

#footer-column-1 li {
    display: inline;
}

.FatFooter a img {
    vertical-align: text-top;
}

.FatFooterIcons a img {
    vertical-align: text-top;
    padding-right: 5px;
}

.footer-subLink {
    color: #fff;
    text-decoration: none;
    padding: 3px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Segoe UI','Segoe UI Semilight',Helvetica,Arial,sans-serif;
}

    .footer-subLink.default > .icon {
        fill: white;
        stroke-width: 0;
        padding-right: 10px;
    }


.footerList-middle-cell {
    vertical-align: middle;
    display: table-cell;
}


.surveyPopUpView .header {
    position: relative;
    background-color: #ffffff;
}

.homePageVideoButton {
    width: 58px;
    height: 58px;
    border-radius: 30px;
    border: 2px solid white;
    background: rgba(0,0,0, 0.7);
    cursor: pointer;
}

.right-triangle {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-top: 15.5px;
    border-left: 21px solid white;
    margin-left: 8px;
}

.video-parent-div {
    position: absolute;
    width: 100%;
}

.amp-default-skin .vjs-big-play-button {
    display: none;
}

.mobileLinkHomeFooter img {
    border-radius: 0px;
}

.mobileLinkHomeFooter a {
    padding: 0px;
    margin-top: 12px;
}

.mobileLinkHomeFooterBanner {
    width: 100%;
    padding: 15px;
    background-color: #535660;
}

    .mobileLinkHomeFooterBanner h3 {
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 20px;
        display: inline-block;
    }

    .mobileLinkHomeFooterBanner a {
        margin-left: 20px;
    }

    .mobileLinkHomeFooterBanner div {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

.mobileLinkHomeHeaderBanner {
    width: 100%;
    background-color: #107F68;
    padding: 15px;
    line-height: 0px;
    vertical-align: middle;
}

    .mobileLinkHomeHeaderBanner > div {
        display: inline-flex;
        line-height: 0px;
    }

    .mobileLinkHomeHeaderBanner h3 {
        color: white;
        margin-top: 14px;
    }

    .mobileLinkHomeHeaderBanner a {
        margin-left: 20px;
    }

.mobileLinkHomeHeaderBannerContents div {
    margin-left: 20px;
}

.desktop_image {
    display: inline;
}

.mobile-image {
    display: none;
}


.emergencyAnnouncementBanner {
    line-height: 30px;
    width: 100%;
    background-color: #0c8484;
    padding: 10px 100px
}

.emergencyAnnouncementText {
    color: #FFFFFA;
    font-size: 16px;
}


@media (max-width : 590px) {
    .mobile-image {
        display: inline;
    }

    .desktop-image {
        display: none;
    }
}

@media all and (max-width:768px) {
    button.getStartedDownSection1,
    button.getStartedDownSection2 {
        width: auto;
    }

    .bottomMenuContainer {
        padding: 0px;
        background-color: #535660;
    }

        .bottomMenuContainer a:hover, .bottomMenuContainer a:focus {
            color: #ffffff !important;
        }

    .copyright-logo {
        color: #fff;
        fill: white;
        stroke-width: 0;
        position: inherit;
        bottom: -1px;
        background-color: transparent;
        padding-right: 15px;
        float: right;
    }

    .bigFooterContent {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media all and (max-width:600px) {
    button.getStartedDownSection1,
    button.getStartedDownSection2
     {
        width: 278px;
    }
}

    .footerGroupContent {
    }

    .accordion {
        background-color: transparent;
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
        padding-top: 0px;
    }

        .accordion:hover, .accordion:focus {
            background-color: #505050;
        }
        .accordion:focus {
            border: 3px gray solid;
        }
        .accordion:after {
            content: '\002B';
            color: #ffff;
            font-weight: bold;
            float: right;
            margin-left: 5px;
            margin-top: 5px;
        }

    .accordionActive:after {
        content: "\2212";
    }

    .accordionPanel {
        padding: 0 18px;
        background-color: #505050;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

.loadingYourAccount {
    background: rgba(0,0,0, 0.7);
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    top: 8%;
    left:46%;
    display:grid;
    place-items:center;
}

    .loadingYourAccount img {
        width: 130px;
        height: 130px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .loadingYourAccount div {
        margin-left: 12px;
        margin-right: 12px;
    }
@media all and (max-width : 1366px) {
    .getStartedDiv {
    }

    input.getStarted {
        height: 50px;
        width: 220px;
        font-size: 20px;
    }

    .homePageVideoButton {
        width: 44px;
        height: 44px;
        border-radius: 23px;
    }

    .right-triangle {
        border-top-width: 10px;
        border-bottom-width: 10px;
        margin-top: 12.5px;
        border-left-width: 15px;
        margin-left: 5px;
    }

    .homepageMainSection ul.homepagePagination {
        margin-bottom: 0px;
    }

    .homePageDivCount {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        font-size: 40px;
        line-height: 70px;
    }

    .homePage3rdDivTextContent {
        padding-top: 10px;
    }

    .getStartedDiv h3 {
        font-size: 40px;
    }

    .getStartedDiv h5 {
        font-size: 18px;
    }

    .homePage3rdSection .homePageContent > h3 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .homePage3rdSectionh3Zoom {
        font-size: 28px !important;
        margin-bottom: 16px !important;
    }

    .homePage2ndSectionh3Zoom {
        font-size: 32px !important;
        margin-bottom: 58px !important;
    }

    .homePage3rdSection table tr td p {
        text-align: center;
        font-size: 20px;
    }

    .homePage2ndSection .homePageContent {
        padding-left: 0px;
        padding-right: 0px;
    }

    input.learMore {
        font-size: 18px;
        min-width: 154px;
        height: 42px;
    }

    .homePage2ndSection .homePageContent > h3 {
        font-size: 30px;
    }

    .homePage2ndSection .homePageContent table tr td h3 {
        font-size: 36px;
    }
}

@media all and (max-width : 980px) {
    .headerSize {
        height: 60px;
    }

    .homeMainDiv, .homepageMainSection {
        background-position: center 0px;
    }

    #pagination_Arrow, #pagination_Arrow2 {
        right: 10px;
    }

    #loginImage {
        padding-top: 22px;
    }
}

@media all and (max-width : 900px) {
    .homePageVideoButton {
        display: none;
    }
}

@media (max-width : 1000px) {
    #CouponsBanner {
        display: none;
    }
}

@media all and (min-width : 769px) and (max-width : 1000px) {
    .homepagePaginationVetical {
        display: none !important;
    }

    #pagination_Arrow, #pagination_Arrow2 {
        right: 10px;
    }

    .getStartedDiv {
    }

        .getStartedDiv h3 {
            font-size: 36px;
        }

        .getStartedDiv h5 {
            font-size: 16px;
        }

    .homePage3rdSection > h3 {
        font-size: 24px;
    }

    .homePage2ndSection .homePageContent > h3 {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .homePage2ndSectionh3Zoom {
        font-size: 30px !important;
        margin-bottom: 48px !important;
    }

    .homePage3rdSection table tr td p {
        text-align: center;
        font-size: 18px;
    }

    input.learMore {
        font-size: 16px;
        min-width: 124px;
        height: 42px;
    }

    .homePage2ndSection > h3 {
        font-size: 30px;
    }

    .homePage2ndSection table tr td h3 {
        font-size: 32px;
    }

    .homePage2ndSectionDivImage {
        min-height: 250px;
    }

    .agencyMSG {
        font-size: 16px;
    }

    .mainContentDiv, .innerHeader {
        width: auto;
        box-sizing: border-box;
    }

    .tranclusentDiv {
        margin: 4.285% 4.285%;
        width: 91.43%;
    }

        .tranclusentDiv tr {
            padding-left: 4.285%;
            padding-right: 4.285%;
        }

        .tranclusentDiv td {
            width: 28.57%;
            padding: 0px 1.428%;
        }
}

@media (min-width : 769px) {
    .smallFooter {
        display: none;
    }
}

@media all and (max-width : 768px) {
    .innerHeader {
        padding-left: 20px;
        padding-right: 20px;
    }

    .homePage3rdSection {
        padding-left: 15px;
        padding-right: 15px;
    }


        .homePage3rdSection .homePageContent > h3 {
            font-size: 22px;
            margin-bottom: 18px;
        }

    .homePage3rdSectionh3Zoom {
        font-size: 22px !important;
        margin-bottom: 18px !important;
    }

    .homePage3rdSection table tr td p {
        text-align: center;
        font-size: 16px;
    }

    .agencyMSG {
        font-size: 16px;
    }

    .homePage3rdSection table tr td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .homePage2ndSection .homePageContent, .homePage3rdSection .homePageContent {
        padding-left: 10px;
        padding-right: 10px;
    }

    input.learMore {
        font-size: 16px;
        min-width: 100px;
        max-width: 170px;
        height: 40px;
        padding: 0px 2px;
    }

    .homePage2ndSection {
        padding-left: 15px;
        padding-right: 15px;
    }

        .homePage2ndSection > h3 {
            font-size: 26px;
        }

        .homePage2ndSection table tr td h3 {
            font-size: 30px;
        }

        .homePage2ndSection .homePageContent > h3 {
            font-size: 24px;
            margin-bottom: 20px;
        }

    .homePage2ndSectionh3Zoom {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }

    .homePage2ndSection .homePageContent table tr td h3 {
        font-size: 24px;
    }

    .homePage2ndSection table {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .homePage2ndSectionDivImage {
        min-height: 250px;
    }

    .homepagePaginationVetical {
        display: none !important;
    }

    .header {
        left: 0px;
        right: 0px;
    }

    .homepageMainSection {
        background: none !important;
    }

    .innerHeader {
        width: auto;
    }

    .homePageMainDivStatic {
        visibility: visible;
    }

        .homePageMainDivStatic h1 {
            text-align: center;
        }

    .homepageMainDivList, .homepagePagination, #separator1 {
        display: none !important;
    }

    #bigFooter {
        display: none;
    }

    .mainContentDiv {
        width: auto;
        box-sizing: border-box;
    }

    .getStartedDiv {
        position: static;
        height: auto;
        padding: 0;
        background-color: #ffffff;
    }

        .getStartedDiv h3 {
            font-size: 19px;
            color: #000000;
            text-shadow: none;
        }

        .getStartedDiv h5 {
            font-size: 19px;
            color: #000000;
            text-shadow: none;
        }

    .getStarted span {
        display: block;
        text-align: center;
    }

    input.getStarted {
        min-width: 150px;
        height: 37px;
        margin-bottom: 10px;
        width: auto;
    }

    .mobileBingplaces {
        display: inline;
    }

        .mobileBingplaces h1 {
            margin: 20px 0 10px 0;
            font-weight: 100;
            font-size: 35px;
        }

    .getStartedDiv, .tranclusentDiv {
        margin: 0 15px;
        width: auto;
    }

        .tranclusentDiv tr, .tranclusentDiv td {
            display: block;
            border: none;
            padding: 0;
            width: auto;
            margin: 20px 0;
        }

            .tranclusentDiv td:not(:first-child) {
                margin-top: 20px;
            }

            .tranclusentDiv td:last-child {
                display: none;
            }

    .termsChange .innerHeader {
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media all and (max-width : 600px) {
    input.learMore {
        display: none;
    }
}

/*responsive css for small screen phones*/
@media all and (max-width : 768px) {
    .headerSize, #pagination_Arrow {
        display: none !important;
    }

    .header {
        position: static;
    }

    .innerHeader, .getStarted, .homePageContent, .homePage2ndSection .homePageContent, .bigFooterContent, .smallFooterContent {
        padding-left: 15px;
        padding-right: 15px;
        width:auto!important;
    }

    .innerHeader {
        padding-left: 15px;
    }

    .homePage3rdSection, .homePage2ndSection {
        padding-left: 0px;
        padding-right: 0px;
    }

    .homePage3rdSection {
        padding-bottom: 40px;
    }

        .homePage3rdSection .homePageContent > h3 {
            font-size: 20px;
            margin-bottom: -40px;
        }

    .homePage3rdSectionh3Zoom {
        font-size: 20px !important;
        margin-bottom: -40px !important;
    }

    .homePage3rdSection table tr td {
        display: block;
        text-align: center;
        width: auto !important;
    }

    .homePage3rdSection table tr td, .homePage2ndSection table tr td {
        padding-left: 5px;
        padding-right: 5px;
    }

        .homePage3rdSection table tr td p {
            margin-top: -25px;
        }

    .agencyMSG {
        font-size: 14px;
    }

    input.learMore {
        display: none;
    }

    .homePage2ndSection .homePageContent > h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .homePage2ndSectionh3Zoom {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .homePage2ndSection .homePageContent table tr td h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .homePage2ndSection table {
        margin-bottom: 0px;
    }

    .homePage3rdDivTextContent {
        min-height: 0px;
        padding-top: 8px;
    }

    .homePageDivCount {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        font-size: 35px;
        line-height: 50px;
    }

    .homePage2ndSectionDivImage {
        display: none;
    }

    .mobileBingplaces h1 {
        font-size: 27px;
    }

    .getStartedDiv h3 {
        font-size: 17px;
    }

    .tranclusentDiv h3 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }
}
@media all and (max-width : 600px) {
    .getStarted {
        width: 278px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
/*responsive css for small screen phones*/
@media all and (max-width : 320px) {
    .mobileBingplaces h1 {
        font-size: 26px;
    }

    .getStartedDiv h3 {
        font-size: 15px;
    }

    .tranclusentDiv h3 {
        font-size: 17px;
    }

    p {
        font-size: 15px;
    }
}

@media (min-width : 769px) {
    .mobileLinkHomeFooterBanner {
        display: none;
    }
}

@media (max-width : 960px) {
    .mobileLinkHomeHeaderBanner > div {
        display: inline-block;
        margin-top: 0px;
    }

    .mobileLinkHomeHeaderBanner h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mobileLinkHomeHeaderBanner img {
        display: block;
    }

    .mobileLinkHomeHeaderBannerContents div {
        display: inline-flex;
        margin-left: 0px;
        margin-top: 15px;
    }
    .mobileLinkHomeHeaderBanner a {
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media (max-width : 385px) {
    .mobileLinkHomeHeaderBannerContents div {
        display: inline-block;
    }
    .mobileLinkHomeHeaderBanner a:last-child {
        display: block;
        margin-top: 15px;
    }
}

