body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #fafbfd;
    color: #7a8592;
}

h1 {
    font-size: 48px;
    line-height: 1;
}

h2 {
    font-size: 36px;
    font-weight: 400!important;
}

p {
    font-size: 20px;
    margin-bottom: 0!important;
}

:root {
    /*      Theme colors        */
    --light-pink: #e1216f;
    --dark-pink: #b51d5b;
    --bg-color: #363e47;
}

input {
    color: #495057;
    background-color: #fff;
    border-color: none!important;
    outline: 0;
    box-shadow: none!important;
}

li {
    list-style: none;
}


/*---------------------------------------------------
Global Ends
----------------------------------------------------*/


/*-----------------------------------------------------------
Custom CSS
-------------------------------------------------------------*/

header {
    background: var(--bg-color);
    min-height: 185px
}

header .container {
    padding: 40px 0 30px 0;
}

.head-text h6 {
    font-weight: 400!important;
}

.head-text h6 span {
    font-weight: 300!important;
    position:relative;
}

.head-text h6 span:after {
    content: "";
    background-image: url(../img/border-btm.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 100%;
    background-size: contain;
    width: 100%;
    height: 45px;
    left: 0;
}

header img.img-fluid {
    width: 65%;
}

.right-one-area,
.left-one-area {
    background-color: #fff;
    border-radius: 10px;
}

main {
    margin-top: -40px;
}

.row.social-media {
    align-items: center;
    margin-bottom: 30px;
}

.left-one-area {
    padding: 30px 0;
}

.left-one-area h1 {
    text-align: center;
    margin: 20px 0 20px 0;
    width: 100%;
}

.main-heading {
    position: relative;
}

.main-heading {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.google-account,
.about-us,
.survey,
.ideal-customer,
.build-ads,
.ads-budget {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 50px;
}

.google-account .create-account {
    margin: 20px 0;
}

.create-account {
    margin: 20px 0 0 0;
}

.left-one-area h1 span {
    position: relative;
}

.left-one-area h1 span:after {
    content: "";
    background-image: url('../img/border-btm.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 90%;
    background-size: contain;
    width: 100%;
    height: 45px;
    left: 0;
}

.sign-in img.img-fluid {
    height: 20px;
    width: 20px;
    margin-right: 40px;
}

.sign-in .fa{
    margin-right: 40px;
    font-size: 18px;
    color: #7a8592;
}

.sign-in span {
    margin: 0 10px;
}

.sign-in button {
    padding: 12px 40px;
    border-radius: 60px;
    border: 1px solid #e1e1e1;
    outline: transparent;
    background: transparent;
}

.sub-heads h2 span {
    color: var(--light-pink);
}

a.pink-link,
.pink-link {
    font-size: 18px;
    font-weight: 600;
    color: var(--light-pink);
    transition: 0.4s;pointer-events: none;
}

.build-ads .pink-link {
    text-align: center;
    padding: 0 90px;
}

.pink-link {
    text-align: center;pointer-events: none;
}

.build-ads .pink-link span {
    color: var(--bg-color);
    font-size: 16px;
}

a.pink-link:hover {
    text-decoration: none!important;
    border-bottom: 1px solid var(--light-pink);
}

a.forget-password {
    color: var(--bg-color);
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid var(--bg-color);
}

a.pink-link:hover {
    text-decoration: none!important;
}

.ads-budget .plumb-card {
    margin-bottom: 30px;
}

.below-option {
    color: #434a53;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none!important;
    transition: 0.4s;
    text-align: center;
}

.below-option:hover {
    color: var(--bg-color)!important;
}

.my-account input,
#select {
    height: 50px;
    margin: 4px 0;
    border-radius: 4px;
}

.about-us input.form-control, #select {
    margin: 7px 0;
    height: 50px;
}

#select::focus {
    border: transparent!important;
}

#select {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.my-account .col-6 {
    padding-right: 7px!important;
    padding-left: 7px!important;
}

a.forget-password:hover {
    text-decoration: none!important;
}


.days-all {
    position: relative;
}

.days-all .multicol {
    padding: 0px 10px !important;
    border: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
    white-space: nowrap;
    height: 58px;
}

.days-all .multicol label {
    padding: 0;
    width: 100%;
    display: inherit;
}

.plumb-card {
    margin-top: 30px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0px 3px 6px #ced4da;
    padding: 30px 30px;
}
.searching-online .container-fluid {
    padding-top: 0;
}

 .container-fluid .multicol {
    border: 0;
    margin: 0;
    padding: 0;
    height: auto; 
     
}
 .container-fluid .multicol .check { 
    top: 0;
} 
.container-fluid .multicol:hover {
    border: 0 !important;
}
.summary-table {
    margin-top: 30px;
    margin-bottom: 30px;
}

.plumb-card h2 {
    font-size: 24px;
    font-weight: 700!important;
    margin-bottom: 12px;
    margin-top: 8px;
}

.plumb-card p {
    font-size: 16px;
    font-weight: 500;
}

.plumb-card span .fa {
    color: var(--light-pink);
    margin-left: 10px;
    font-size: 26px;
    position: relative;
    bottom: 2px;
}

.recomend-res {
    color: var(--light-pink);
}

.recomend-res,
.minimum-run {
    font-size: 15px!important;
    text-align: center;
}

.summary-table table.table td:first-child {
    background: var(--bg-color);
    color: #fff;
}

h2.activate-ac {
    font-size: 28px;
    color: var(--bg-color);
    font-weight: 600!important;
    width: 80%;
    margin: 0 auto;
}

.summary-table table.table td:last-child {
    border: none!important;
}

.summary-table.crawl table.table td:last-child {
    border: 1px solid #c9c9c9!important;
}

.summary-table.crawl table.table td:first-child {
    width: 42%;
}

.summary-table table.table td {
    border: 1px solid #c9c9c9;
    font-size: 18px;
    color: #7a8592;
    padding: 16px!important;
}

.summary-table table.table td ul.ad-timimgs,
.ad-preview p {
    font-size: 18px;
    line-height: 1.6;
}

.summary-table table.table td.edit a {
    color: #7a8592!important;
    font-size: 18px;
}

.summary-table table.table td.edit a .fa {
    margin-left: 8px;
    position: relative;
    bottom: 3px;
}


/*----------------------------------------------
Radio Button Form
-----------------------------------------------*/

.survey .my-form {
    width: 72%;
    margin: 0 auto;
}

.multicol:hover {
    cursor: pointer;
    border: 2px solid var(--light-pink);
    color: var(--light-pink)
}

.multicol {
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: var(--bg-color);
    line-height: 1.3!important;
    display: inline-block;
    margin: 0 3px 12px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: .4s;
}

.multicol input[type=radio], .multicol input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

.multicol label {
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #7a8592;
    line-height: 1.3;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    padding: 0 60px!important;
}

.multicol:hover label {
    color: #000;
}

.multicol .check {
    display: block;
    position: absolute;
    border: transparent;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 15px;
    right: 19px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.multicol:hover .check {
    border: 5px solid #000;
}

.multicol .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 30px;
    width: 30px;
    top: 0;
    left: -10px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.multicol input[type=radio]:checked~.check ,
.multicol input[type=checkbox]:checked~.check {
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.multicol input[type=radio]:checked~.check::before,
.multicol input[type=checkbox]:checked~.check::before{
    background: transparent;
    visibility: visible;
}

.multicol input[type=radio]:checked~label,
.multicol input[type=checkbox]:checked~label{
    color: var(--light-pink);
    visibility: visible;
}

.multicol:hover label {
    color: var(--light-pink);
}

.multicol:hover .check {
    border: transparent!important;
}

.searchform input {
    position: relative;
    border-bottom: 1px solid #ced4da!important;
    border: transparent;
    padding: 25px 40px;
    font-weight: 500;
}

.searchform:before {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 30px;
    height: 20px;
    width: 21px;
    -webkit-text-stroke: 2.5px white;
    -moz-text-stroke: 2.5px white;
    z-index: 1;
    color: #7a8592;
}

.searching-online .day {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 50px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.searching-online .day p {
    margin-right: 50px;
}
.day .multicol {
    padding: 0;
    height: 52px;
    margin-top: 12px;
}

.day {
    border: 0 !important;
}

.multicol label {
    position: relative;
    top: 3px;
}
.searching-online .day p:after {
    content: "";
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 30px;
    height: 25px;
    width: 25px;
}

.choose-time span {
    font-size: 16px;
    font-weight: 600;
    color: var(--light-pink);
    text-align: center;
}

.days-all h2 {
    font-size: 16px;
    font-weight: 700!important;
    color: var(--light-pink);
    padding: 15px;
    margin-bottom: 0;
}

.bdm {
    padding: 10px 15px 5px 10px;
}

span.start,
span.finish {
    color: #7a8592;
    font-weight: 700;
    padding: 0 15px;
}

.choose-time {
    margin-top: 30px;
    text-align: center;
}

.summary {
    background: var(--bg-color);
    min-height: 90px;
    border-radius: 10px;
    display: grid;
    align-items: center;
}

.ad-preview {
    background: #eef1f6;
    padding: 16px 2.5em;
}

ul.ad-timimgs {
    list-style: none;
    padding-left: 0!important;
}

ul.ad-timimgs,
.ad-preview p {
    font-size: 16px;
    color: #7a8592;
}

.ad-preview .gender {
    padding: 8px 0;
}

.searching-online .time-chart {
    border: 1px solid #7a8592;
    border-radius: 8px;
    margin-top: 15px;
}

.days-all {
    border-bottom: 1px solid #7a8592;
}

.searching-online select.form-select {
    color: #7a8592;
    padding: 5px 0;
    border: 1px solid #7a8592;
    background:#fff!important;
    border-radius: 6px;
    margin: 10px 0;
}

.summary h3 {
    color: #fff;
    text-align: center;
}

.right-one-area {
    border: 1px solid #fff;
    /*position: relative;*/
}

.sec-image {
    margin-top: 15px;
}

.summary-complete {
    height: 100px;
    background-color: #eef1f6;
    display: grid;
    align-items: center;
}

.summary-active {
    height: 100px;
    display: grid;
    align-items: center;
}

.summary-disable {
    height: 100px;
    display: grid;
    align-items: center;
}

.summary-active span {
    color: var(--light-pink);
    font-weight: 600;
    padding: 15px;
    font-size: 36px;
}

.summary-disable,
.summary-active,
.summary-complete {
    padding: 0 2.5em;
}

.summary-disable,
.summary-active {
    border-radius: 0 0 12px 12px;
    box-shadow: 0px 1px 0 #ced4da;
}

.summary-disable span {
    color: #c1c3c6;
    font-weight: 600;
    padding: 15px;
    font-size: 36px;
}

.active.icon:after {
    content: "";
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 6px;
    right: 0;
    height: 25px;
    width: 25px;
}

.active.icon {
    position: relative;
    color: var(--bg-color);
}

.summary-disable h4 {
    color: #c1c3c6;
}

.ad-chart #accordion #headingOne {
    background: #fff!important;
    border-bottom: transparent;
    padding-top: 30px;
    padding-bottom: 0;
}

.ad-chart #accordion button.btn.btn-link {
    color: var(--bg-color);
    position: relative;
}

.ad-chart #accordion button.btn.btn-link:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 18%;
    font-size: 12px;
}

.ad-chart #accordion button.btn.btn-link:hover {
    text-decoration: none;
}

.plumbing-services h2 {
    font-size: 26px;
    font-weight: 700!important;
}

.plumbing-services p {
    font-size: 18px;
    letter-spacing: 0.3px;
}

.ad-chart #accordion button.btn.btn-link h6 span {
    color: var(--light-pink);
    font-weight: 700;
}

.ad-preview .gender strong {
    color: var(--bg-color);
}

div#accordion {
    padding-bottom: 25px;
}

div#accordion .card-body {
    padding-bottom: 40px;
    padding-top: 0!important;
}

.shop-dashboard {
    padding: 30px 15px 30px 35px;
    margin-top: 35px;
    border-top: 5px solid var(--bg-color);
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0px 1px 0 #ced4da;
}

.shop-dashboard ul {
    list-style: none;
}

.shop-dashboard ul li {
    position: relative;
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 600;
    color: var(--bg-color);
}

.shop-dashboard ul li:before {
    content: "";
    background-image: url(../img/right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: -40px;
    height: 20px;
    width: 20px;
}

.leg-work h2 {
    font-size: 28px;
    color: var(--bg-color);
    font-weight: 600!important;
    text-align: center;
    margin-top: 30px;
    padding: 0 80px;
}

.leg-work ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.leg-work ul li {
    color: var(--light-pink);
    padding: 0 2.5px;
}

.leg-work h6 {
    text-align: center;
}

.frst-image {
    margin-top: 30px;
}

.below-option span.daily-budget {
    text-decoration: underline;
}

.here-bonus h2 {
    color: var(--bg-color);
    text-transform: uppercase;
    font-weight: 700!important;
    font-size: 60px;
    letter-spacing: 4px;
    text-align: center;
}

.best-plan-btn {
    text-align: center;
    padding: 30px 0;
}

.best-plan-btn .button {
    background-color: var(--light-pink)!important;
    border: transparent!important;
    color: #fff;
    border-radius: 50px;
    padding: 15px 0;
    width: 50%;
    font-size: 18px;
    letter-spacing: 0.9px;
    margin: 15px 0;
    transition: 0.4s;
}

.best-plan-btn .button:hover {
    background-color: var(--dark-pink)!important;
}

.best-plan-btn p {
    font-size: 16px;
}

.best-plan-btn p a {
    color: var(--bg-color)!important;
}

footer {
    background-color: var(--bg-color);
    padding: 5em 0;
    color: #fff;
}

footer p,
footer a {
    font-size: 16px;
    color: #a0b0c2!important;
}

footer small {
    color: #a0b0c2!important;
}

footer ul {
    padding-left: 0!important
}

footer .proud {
    font-size: 26px;
    font-weight: 600;
    color: #fff!important;
    margin-top: 2em;
    padding-top: 2em;
    position: relative;
}

footer .proud:before {
    content: "";
    position: absolute;
    width: 85%;
    height: 1px;
    background-color: #a0b0c2;
    top: 0;
    left: 0;
}

.head-text h6 {
    font-size: 20px;
    color: #fff;
}

ul.answer-list {
    padding-left: 0;
}

.ad-chart #accordion #headingOne {
    padding-right: 0;
    padding-left: 0;
}

.ad-chart #accordion button.btn.btn-link {
    padding-left: 0;
}

.searching-online .time-chart .days-all h2 {
    position: relative;
}

.searching-online .time-chart .days-all h2:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-image: url(../img/icon.png);
    top: 16px;
    right: 10px;
    height: 20px;
    width: 20px;
}

.time-chart.active span.start,
.time-chart.active span.finish {
    position: relative;
    display: block;
}

.time-chart.active span.start:after,
.time-chart.active span.finish:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-image: url(../img/icon.png);
    top: 6px;
    right: 15px;
    height: 20px;
    width: 20px;
}

.searching-online .time-chart.active .days-all h2:after {
    content: none!important;
}

.time-chart.active .container-fluid {
    background: #fafbfd;
}

.days-all {
    background: #fafbfd;
}

.time-chart.active .days-all {
    background: transparent!important;
}

.searching-online .minut {
    border-bottom: 1px solid #7a8592;
}

.searching-online .container-fluid .row {
    margin: 10px 0;
}

.searching-online .container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
}

.searching-online .container-fluid .col-6 {
    display: flex;
    justify-content: center;
}

.summary-active span:after {
    content: "";
    background: #f4f8fb;
    position: absolute;
    top: 15px;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: -1;
    border-radius: 50%;
}

.summary-disable span:after {
    content: "";
    background: #f4f8fb;
    position: absolute;
    top: 15px;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: -1;
    border-radius: 50%;
}

.summary-active span,
.summary-disable span {
    position: relative;
    z-index: 1;
}




.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc !important;
    min-height: 45px !important;
}

.form-control {
    height: 49px;
    width: 100% !important;
}

.searchform:before {
    left: 23px;
}
 

	.select2-container--default.select2-container--focus .select2-selection--multiple {
		padding-left: 23px;
		padding-top: 3px;
	}

.searchform span.select2 span.select2-selection {
    padding-left: 36px !important;
    top: 3px !important;
    padding-top: 1px;
}
.plumb-card button.input-group-text {
    margin-top: 15px;
    border-radius: 4px !important;
    min-width: 129px;
    text-align: center !important;
    justify-content: center;
}
.font12{ font-size:14px; padding-top:5px;}
.font12 a{color: #7a8592; text-decoration:none;}
.font12 a:hover{   color: var(--light-pink);text-decoration:none;}
.font16{ font-size:16px;}
.select2-container .select2-search--inline .select2-search__field{ height:22px !important; margin-top:8px !important;}
/*------------------------------------------------
Media Query
-------------------------------------------------*/

@media (min-width: 992px) {
    .head-text h6 {
        text-align: right;
        font-size: 18px;
    }
    footer#footer .footer-widget:first-child {
    margin-right: 15%;
}
    .right-one-area {
    position: -webkit-sticky; 
    position: sticky;
    top: 0;
}
    .searching-online {
        max-width: 20%!important;
        flex: 0 0 20%;
    }
    .here-bonus h2 {
        margin-bottom: 25px;
    }
    .summary-table table.table td:nth-child(2) {
        padding-left: 25px!important;
    }
    .ads-budget .multicol {
        height: 125px;
    }
    .ads-budget label {
        font-size: 26px;
        padding: 0!important;
    }
    h2.activate-ac {
        width: 60%;
    }
    div#accordion {
        margin-right: 30px;
    }
    .left-one-area h1 {
        margin: 40px auto;
    }
    .container {
        max-width: 90%!important;
    }
}

@media (max-width: 768px) {
    .here-bonus h2 {
        font-size: 20px;
    }

    .sign-in button {
    padding: 6px 20px;
    font-size: 14px;
    }

    .sign-in img.img-fluid {
    margin-right: 15px;
    }

    .sign-in .fa {
    margin-right: 15px;
    }

.summary-active span:after {
    top: 13px;
    left: 4px;
    width: 40px;
    height: 40px;
}

.summary-disable span:after {
    top: 13px;
    left: 3px;
    width: 40px;
    height: 40px;
}
    .head-text h6 {
        font-size: 16px;
        margin-top: 15px;
    }
    .row.social-media {
        display: flex;
    }
    .summary-disable,
    .summary-active,
    .summary-complete {
        padding-right: 15px;
    }
    .summary-active span,
    .summary-disable span {
        font-size: 24px;
    }
    .plumbing-services h2 {
        font-size: 20px;
        text-align: center;
    }
    .shop-dashboard ul li {
        padding-bottom: 6px;
        font-size: 16px;
    }
    .footer-widget h4 {
        font-size: 20px;
    }
    footer p,
    footer a {
        font-size: 14px;
    }
    .footer-widget {
        margin-bottom: 15px;
    }
    footer {
        padding: 2em 0;
    }
    .plumbing-services p {
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
    }
    .leg-work h2 {
        font-size: 20px;
        margin-top: 0;
        padding: 0 0;
    }
    .google-account,
    .about-us,
    .survey,
    .ideal-customer,
    .build-ads,
    .ads-budget {
        padding-bottom: 20px;
    }
    .summary {
        min-height: 70px;
    }
    .summary h3 {
        font-size: 24px;
    }
    .right-one-area h4,
    .right-one-area h5 {
        font-size: 18px;
    }
    .summary-table.crawl table.table td:first-child {
        width: 50%;
    }
    .plumb-card h2 {
        font-size: 18px;
    }
    .ads-budget .plumb-card h6 {
        font-size: 14px;
    }
    .plumb-card span .fa {
        font-size: 20px;
        bottom: 0;
    }
    h2.activate-ac {
        font-size: 18px;
        width: 100%;
    }
    .sub-heads.my-4 h2 {
        text-align: center;
    }
    .multicol label {
        padding: 0!important;
    }
    .form-control,
    #select,
    .multicol label {
        font-size: 14px!important;
    }
    .below-option,
    .pink-link {
        font-size: 16px!important;pointer-events: none;
    }
    input {
        height: 35px!important;
        margin: 7.5px 0!important;
    }
    #select {
        height: 35px!important;
        margin-bottom: 7.5px!important;
        margin-top: 0;
    }
    .multicol {
        height: 55px;
    }
    .searchform:before {
        left: 20px;
        top: 12px;
        font-size: 18px;
        -webkit-text-stroke: 1px white;
        -moz-text-stroke: 1px white;
    }
    header img.img-fluid {
        width: 40%;
    }
    header .container {
        padding: 20px 0 30px 0;
        text-align: center;
    }
    header {
        min-height: 165px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    .sign-in {
        display: grid;
        text-align: center;
        padding-bottom: 10px;
    }
    .sign-in span.or {
        margin: 7.5px 0;
    }
}

@media (max-width: 991.9px) and (min-width: 768.1px) {
    .here-bonus h2 {
        font-size: 40px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .row {
        display: block;
    }

    .best-plan-btn .button {
        width: 100%;
    }
    .summary-table table.table td {
        font-size: 16px;
        padding: 10px!important;
    }
    .searching-online .time-chart .row {
        display: flex;
    }
    .searching-online .time-chart .row .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991.9px) {
    .searching-online select.form-select {
        width: 100%;
    }
    .sec-image img{
        position: static;
        margin-top: 15px;
    }
    .left-one-area h1 {
        width: 100%;
    }
    .timing-chart {
        margin-top: 30px;
    }
    .build-ads .pink-link {
        padding: 0;
    }
}

@media (max-width: 576px){
    header .row.align-items-center{
        display: inline!important;
    }
}


@media (min-width: 991.5px) and (max-width: 1250px) {
    div#accordion {
        margin-right: 0;
    }
    .searching-online .day p:after {
        right: 5px!important;
    }
    h4.active, h5.active.icon, h4.desable, h4.active.icon {
    font-size: 18px!important;
    }
    .timing-chart {
        margin-top: 30px;
    }
    .searching-online .day p {
        margin-right: 0;
        text-align: left;
        font-size: 16px;
        padding-left: 2.5px;
    }
    .searching-online {
        max-width: 33.33%!important;
        flex: 0 0 33.33%;
    }
    .searching-online .day {
        justify-content: left;
    }
    .ad-preview {
        background: #eef1f6;
        padding: 15px 1.5em;
    }
}




@media (min-width:1200px) and (max-width:1500px){
 .container-fluid .multicol .check {
    right: 4px;
}

.days-all .multicol .check { right: 6px;}

.container {
    max-width: 95% !important;
}
   
}


@media (max-width:767px){
	
.maps div {
    width: 100% !important;
}	
	
a.forget-password {
    position: relative;
    top: -13px;
}	
}














