:root{
    --themecolor:#49fdff;
}
*{ box-sizing: border-box;}
a{ color: #111;}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #111;
    margin: 0;
   
}
p{ line-height:27px;}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.white{ color: #fff;}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1170px;
}
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-12 {
    width: 100%}
.col-sm-11 {
    width: 91.66666667%}
.col-sm-10 {
    width: 83.33333333%}
.col-sm-9 {
    width: 75%}
.col-sm-8 {
    width: 66.66666667%}
.col-sm-7 {
    width: 58.33333333%}
.col-sm-6 {
    width: 50%}
.col-sm-5 {
    width: 41.66666667%}
.col-sm-4 {
    width: 33.33333333%}
.col-sm-3 {
    width: 25%}
.col-sm-2 {
    width: 16.66666667%}
.col-sm-1 {
    width: 8.33333333%}
}
@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-11 {
    width: 91.66666667%}
.col-md-10 {
    width: 83.33333333%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666667%}
.col-md-7 {
    width: 58.33333333%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
.col-md-2 {
    width: 16.66666667%}
.col-md-1 {
    width: 8.33333333%}
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
p {
    margin: 0 0 10px
}
figure {
    display: block;
    margin: 0;

}
img {
    vertical-align: middle;
    border: 0;
}
strong,b {
    font-weight: 600;
}

.single p a{text-decoration: underline; color: #000;}
h2, h3, h4 { font-weight: 600;}
.h1, h1 {
    font-size:40px;
}
.review_section {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 30px 0;
}
.review_section .comment-form {
    width: 50%}
.review_section .comment-meta {
    display: flex;
    gap: 15px;
}
.category-listing {
     display:  grid;
     grid-template-columns:  repeat(5,  1fr);
     gap:  9px;
}
.comments-area textarea {
    width: 100%;
    height: 88px;
    border: 1px solid #ccc;
}
.review_section .comment-form input {
    border: 1px solid #d8d8d8;
    height: 39px;
    padding: 6px;
    width: 100%}
.review_section .form-submit .submit {
    background: #0d4a4b;
    border: 0;
    color: #fff;
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 15px;
}
.headerinfo {
    width: 100%;
     background:  #000;
     position: fixed;
    top: 0;
    float: left;
    z-index: 582;
    padding: 15px 0;
    left: 0;
    transition: ease all 0.4s;
}
.headerinfo.fixed {
    background: #000;
}
.navigation_menu {
    display: none;
    right: 0;
    text-align: center;
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 94%);
}
body.M0 {
    overflow: hidden!important;
}
.closebtn {
    font-size: 32px;
    color: #fff;
    margin: 19px 0 0 34px;
    display: inline-block;
    cursor: pointer;
}
.navigation_menu ul {
    list-style: none;
    padding-top: 70px;
}
.navigation_menu ul li {
    float: left;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}
.navigation_menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.headerinfo.fixedheader .logo {
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 137px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
input:focus, button:focus {
    outline: none;
}
.wrapper {
    width: 100%;
     margin-top:  50px;
     float: left;
    position: relative;
}
.effect, img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.eco-product-information ._ecPro figure img:hover, .outdoors-gallery li figure img:hover, .galleryinfo .gallery-bx:hover figure img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
a {
    transition: .5s;
    -webkit-transition: .5s;
    text-decoration: none;
}
:focus:not(:focus-visible) {
  outline: none;
} 
img {
    max-width: 100%;
    height: auto;
    transition: .5s;
    -webkit-transition: .5s;
}
.banenr-post{position: relative;}
.banenr-post .banner-img{width: 100%; object-fit: cover; object-position: top;}
.banenr-post .banner-services {    width: 100%;
    text-align: center;
    display: flex;
    align-items: end;
    position: absolute;
    left: 0px;
    top: auto;
    bottom:35%;
}


.banner-services h1, .top-services h1 {
    font-size:48px; font-weight: 600;
    text-align: left;
    margin-bottom: 12px;
    padding-bottom: 0;
    color: #fff;
}
.banner-services p, .top-services p {
    color: #fff;
    font-size:18px;
    margin-top: 0;
    text-align: left; }

 .inner-banenr-post,.inner-banenr-post-detail {background: #000;padding: 40px 0;}
.blockquote {
    font-size: 18px;
    line-height: 1.5em;
    padding: 0 15px;
}
.blockquote:before {
    content: open-quote;
    left: -5px;
}
.blockquote:after {
    content: close-quote;
    right: -5px;
}
.blockquote:before, .blockquote:after {
    display: inline-block;
    vertical-align: bottom;
    color: #d10459;
    font-size: 3em;
    top: 7px;
    position: relative;
    font-family: auto;
}

.items_bx h2 {
     color:  #111!important;
}
.items_bx  {
    background:  #fff;
     padding:  40px;
     display:  flex;
     flex-wrap:  wrap;
     margin-top:  30px;
    border-radius:  50px 0 50px 0;
     box-shadow:  0px 0px 4px 0px #afafaf21;
     border:  1px dashed #00ffff;
     margin-bottom:  37px;
}
.items_bx h2 {
     margin:  0px!important;
}

.top-slides-components {
    margin-top: 40px;
}

.logo {
    float: left;
    width: auto;
}
.headerinfo button {
    float: right;
    width: 34px;
    background: none;
    border: 0;
}
.home .topchatlines-services-app{ margin-top: -140px; position: relative;}
.topchatlines-services-app {
    padding: 12px 0 26px 0;
    width: 100%;
    float: left;   
    background: #090909;
    text-align: center;
}
.topchatlines-services-app h2 {
    font-size: 40px;
    margin: 22px 0 26px 0;
    color: #fff;
    text-align: center;
}
.top-chatlines-bx {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-chatlines-bx li {
    display: inline-block;
    width: 16%;
    margin: 8px .1%;
    background: rgb(255 255 255 / 12%);
    padding: 10px 0;
    min-height: 251px;
}
.top-chatlines-bx li a {
    color: #fff;
}
.top-chatlines-bx li figure img {
    margin-bottom: 10px;
    display: inline-block;
}
.top-chatlines-bx li h3 {
    margin: 6px 0 10px 0;
}
.top-chatlines-bx li p.h3 {
    margin: 6px 0 10px 0;
    font-size: 21px;
    color: #111;
}
.topchatlines-services-app .viewall-btn a {
    background: #49fdff;
    border: 1px solid #49fdff;
    padding: 10px 30px;
    display: inline-block;
    color: #111;
    font-size: 21px;
}
.inner-banenr-post.cms h1 {
    color: #fff;
    text-align: center;
    margin: 198px 0 0 0;
    font-size: 50px;
}
.app-info {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.app-info p {
    font-size: 18px;
}

.topchatlines-services-app .viewall-btn a:hover {
    background: #fff;
    color: #111;
    text-decoration: none;
}
.topchatlines-services-app .viewall-btn {
    width: 100%;
    float: left;
    margin: 42px 0 13px 0;
}
.home-abouts {
    padding: 30px 0 224px 0;
    width: 100%;
    float: left;
    background: #06081d url(../images/abts-bg.webp) center bottom no-repeat;
    background-size: 100%;
    color: #fff;
}
.abts-text-info span {
    color: #d10459;
    font-size: 40px;
}
.abts-text-info h2 {
    color: #49fdff;
    font-size: 45px;
    margin: 1px 0 20px 0;
}

.hw-works-app {
    width: 100%;
    float: left;
    background: #03051a;
    padding: 30px 0 0;
}
.section_head {
    width: 100%;
    padding: 0 100px;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.section_head h2 {
    font-size: 36px; margin-bottom: 0;
    color: #49fdff;
    line-height: 66px;
}
.section_head p {
    font-size: 18px;
    color: #fff;
}
.top-chatlines-bx li .t-phone a {
    background:#49fdff url(../images/phone-icon.png) no-repeat 10px 12px;
    background-size: 16px;
    color: #000;
    display: inline-block;
    padding: 7px 10px 7px 30px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}
.h2_heading {
    font-weight: 600;
    color: #49fdff;
    font-size: 40px;
    text-align: center;
    margin: 0 0 28px 0;
}
.process-tab {
    width: 100%;
    float: left;
    padding: 0 20px;
}
.theme-bg1{    float: left;
    width: 100%;
   
    padding-bottom: 30px;
    background: #52fbfe;}
.size40{ font-size: 40px;}
.process-tab .tabs {
    width: 40%;
    float: left; padding: 0;
}
.process-tab .tabs li {
    width: 100%;
    float: left;
}
.process-tab .tabs li a {
    font-size: 20px;
    color: #fff; font-weight: 600;
    display: block;
    padding: 12px;
    transition: ease all 0.4s;
}
.process-tab .tabs li a:hover, .process-tab .tabs li a:focus {
    text-decoration: none;
}
.process-tab .tabs li a.active {
    background: #9C0243;
    color: #EBEBEB;
    text-decoration: none;
    text-align: center;
}
.panelContainer {
    width: 60%;
    position: relative;
    padding: 40px;
    float: left;
    background: #49fdff;
    min-height: 379px;
}
.panelContainer .panel {
    margin-bottom: 0;
    background-color: #49fdff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panelContainer:before {
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    height: 0;
    border-top: 82px solid #fff0;
    border-right: 82px solid #03051a;
    border-bottom: 0 solid #fff0;
}
.panelContainer h3 {
    font-size: 36px;
    color: #d10459;
    margin: 0 0 16px 0;
}
.panelContainer p {
    font-size:19px;
}
.tips_Advice {
    width: 100%;
    float: left;
    padding: 15px 0 50px;
    background: #000 url(../images/bg2.jpg) center top no-repeat;
    background-size: 100%}
.tips_Advice h2 {
    text-align: center;
    color: #49fdff;
    font-size: 55px;
    margin: 12px 0 40px 0;
}
.article-post {
    width: 100%;
    float: left;
}
.article-post figure {
    width: 100%;
    border: 2px solid #fff;
    margin-bottom: 20px;
}
.tips_Advice .article-post figure {
    height: 164px;
}
.article-post figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-post  a {
    font-size: 19px;
    color: #fff;
    line-height: 26px;
    margin: 0 0 15px 0;
}
.article-post p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}
.more a {
    border: 2px solid #49fdff;
    color: #49fdff;
    font-size: 16px;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
}
.more a:hover {
    background: #49fdff;
    color: #111;
}
.more {
    margin-top: 25px;
}
#footerinfoarea {
    width: 100%;
    float: left;
    background: #000;
    padding: 45px 0;
}
.ft-links ul {
    list-style: none;
    padding: 0;
}
.ft-links ul li {
    margin: 9px 0;
}
.ft-links ul li a {    color: #fff;
    font-size: 16px;
    display: block;
    padding: 4px;
}
.ft-links ul li a:hover{ color: var(--themecolor);}
.social a {
    font-size: 37px;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}
.social {
    margin: 10px 0;
}
.ftlinks a {
    color: #fff;
    font-size: 14px;
    margin: 0 11px;
}
.copyright {
    color: #49fdff;
    margin: 20px 0 0 0;
}
.topchatlines-listing-app.single .col-md-8 h2 {
    font-size: 28px;
    padding-bottom: 2px;
    color: #12bbbd;
}
.topchatlines-listing-app.single .col-md-8 h3 {
    padding-bottom: 2px;
    color: #12bbbd;
     margin-bottom: 5px;
}
.topchatlines-listing-app.single .date {
     margin-bottom:  20px;
}
.article-post .entry-meta {
     margin-bottom:  14px;
}
.topchatlines-listing-app.single .col-md-8 h2 a {
     color:  #111;
     font-size:  25px;
     margin-bottom:  0;
}
.topchatlines-listing-app {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f6f5f5;
}
.phonechatlines-head {
    width: 100%;
    padding: 0 123px 0px;
}
.phonechatlines-head h2 {
    font-size: 36px;
}
.phonechatlines-head p {font-size: 19px;
    line-height: 29px;
}
.listing-app-component {
    width: 100%;
    float: left;
    margin: 12px 0;
    position: relative;
    text-align: center;
    background: #fff;
    padding: 20px 0 0 0;
    border: 1px solid #eae9e9;
}
.listing-app-component>img, .sidebararea .widget ul.chat-lsit2 li>img {
    position: absolute;
    top: 0;
    left: 0;
}
.listing-app-component h3 a {
    font-size:20px;
    color: #111;
}
.chat-phone a {
    color: #fff;
    display: inline-block;
    padding: 7px 10px 7px 35px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 10px;
    background: #e22d3c url(../images/white-phone-icon.png) no-repeat 10px 11px;
    background-size: 18px;
    font-weight: 600;
}
.chat-phone {
    padding: 0 20px;
}
.topchatlines-listing-app ul li {
    margin-top: 12px; line-height: 27px;
}
.topchatlines-listing-app ul {
    padding-left: 20px;
}
.listing-app-component p {
    background: #e0e0e0;
    margin: 0;
    padding: 20px 12px;
    height: 285px;
}
.attachment-cateimg.size-cateimg {
    height: 123px;
    width: 123px;
}

.topchatlines-detail-info.tp ul {
    list-style: none;
    padding: 0 0 20px 0;
}
.topchatlines-detail-info.tp ul li {
    background: none;
    padding-left: 0;
}
.rating-img {
    padding: 16px 0;
}
.topchatlines-service-app {
    width: 100%;
    float: left;
    padding: 30px 0;
    text-align: center;
}
.topchatlines-detail-info ul li {
    background: url(../images/tickmark.png) no-repeat 0 12px;
    background-size: 20px;
    padding-left: 31px; line-height: 27px;
    padding-top: 10px;
}
.topchatlines-detail-info ul {
    list-style: none;
    padding: 0 0 20px 0;
}
.listinfo-component {
    width: 100%;
    float: left;
    padding: 30px 0;
}
.listinfo-component.pnone {
    padding-bottom: 0;
}
.listinfo-component h2 {
    font-size: 32px;
    margin: 22px 0 20px 0;
    color: #005557;
}
.listinfo-component h3 {
    color: #005557;
}

.service-details figure {
    float: left;
    background: #fff;
    padding: 33px;
}
.service-detail-component {
    width: auto;
    margin-left: 250px;
    float: none;
}
.service-detail-component h2, .service-detail-component h1 {
    font-size: 63px;
    color: #fff;
    margin: 6px 0 0 0;
}
.service-detail-component .chat-phone {
    padding: 0; margin: 13px 0px;
}
.service-detail-component .chat-phone a {color: #fff;
    display: inline-block;
    padding: 7px 10px 7px 35px;
    font-size: 21px;
    text-decoration: none;
    border-radius: 10px;
    background: #e22d3c url(../images/white-phone-icon.png) no-repeat 11px 9px;
    background-size: 18px;
    font-weight: 600;
}
.service-detail-component .rating-img {
    padding: 0;
}
.service-detail-component .url a {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
}
.topchatlines-detail-info {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0;
}
.topchatlines-detail-info h1 {
    color: #005F61;
    font-size: 45px;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.topchatlines-detail-info h2 {
    color: #005F61;
    font-size: 40px;
    margin: 23px 0 15px 0;
    font-weight: 600;
}
.topchatlines-detail-info p {
    font-size: 18px;
    line-height: 28px;
}
.topchatlines-phone-info {
    width: 100%;
    float: left;
    background: #49fdff;
    padding: 30px;
    text-align: center;
}
.topchatlines-phone-info .chat-phone a {
    background: #0d4a4b;
    color: #fff;
    display: inline-block;
    padding: 8px 80px;
    font-size: 27px;
    text-decoration: none;
    border-radius: 10px;
}
._citybx a {
    background: #f8f8f8;
    display: block;
    padding: 7px 6px 7px;
    color: #111;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin: 4px 0;
    font-weight: 600;
}
.sidebararea h2 {
    color: #000;
    font-size: 34px;
    margin: 0;
    padding: 22px 0 14px;
    font-weight: 600;
    width: 100%;
    float: left;
}
.sidebararea .widget ul.chat-lsit2 {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}
.sidebararea .widget ul.chat-lsit2 li {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 5px;
}
.sidebararea .widget ul.chat-lsit2 li figure {
    float: left;
    width: 94px;
}
.sidebararea .widget ul.chat-lsit2 li .post-text-area {
    float: none;
    width: auto;
    margin-left: 110px;
}
.sidebararea .widget ul.chat-lsit2 li .post-text-area h5 {
    margin: 0;
}
.sidebararea .widget ul.chat-lsit2 li .post-text-area h5 a {
    margin: 5px 0 8px 0;
    padding: 0;
    font-size: 23px;
    color: #111;
    display: block;
    border: 0;
}
.sidebararea .widget ul.chat-lsit2 li .post-text-area .phone2 {
    margin-bottom: 7px;
}
.chat-text-area .phone a, .sidebararea .widget ul.chat-lsit2 li .post-text-area .phone2 a {
    color: #000;
    font-size: 20px;
    background: #49fdff;
    padding: 5px 13px 5px 12px;
    display: inline-block;
    border: 1px dashed #0aced0;
    margin-bottom: 0;
    font-weight: 600;
}
.sidebararea .widget ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.sidebararea .widget ul li {
    width: 100%;
    float: left; margin: 0;
}
.sidebararea .widget ul li a {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #c8c8c8;
    display: block;
    padding: 10px 0 10px 0;
    line-height: 23px;
    font-weight: 600;
}

#search-2 .search-form {
    position: relative;
    width: 100%;
    background: #fff;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #ebe9e9;
    padding: 12px;
}
#search-2 .search-form .search-field {
    padding-right: 27px;
    width: 100%;
    float: left;
    background: #f2f2f2;
    border: 1px solid #fff;
    height: 40px;
    font-size: 16px;
    padding: 6px;
}
#search-2 .search-form .search-submit {
    border: 0;
    position: absolute;
    bottom: 22px;
    right: 14px;
    background: no-repeat;
    color: #30064e;
}
.search-form .icon-search {
    font-size: 20px;
    display: block;
    width: 22px;
    height: 20px;
}
.search-form .search-submit .screen-reader-text {
    display: none;
}
.search-form .screen-reader-text {
    font-size: 22px;
}
.app-chat .article-post {
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px;
    margin-bottom: 12px;
}
.app-chat .article-post h3 {
    font-size: 29px;
    color: #000;
    line-height: 34px;
    width: 100%;
    float: left;
    margin: 5px 0 15px 0;
}
.app-chat .article-post h3 a {
    color: #111;
}
.app-chat .article-post p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
}
.app-chat .more a {
    border: 2px solid #49fdff;
    color: #000;
    font-size: 20px;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    background: #49fdff;
    font-weight: 600;
}
.navigation.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}
.navigation.pagination svg.icon {
    width: 20px;
    height: 20px;
}
.navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
    display: inline-block;
}
.navigation.pagination .screen-reader-text {
    display: none;
}
.navigation.pagination .nav-links a {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 7px;
    color: #111;
}
.navigation.pagination .page-numbers.current {
    font-size: 20px;
    font-weight: 600;
    padding: 5px 7px;
    color: red;
}
.navigation.pagination .nav-links span.screen-reader-text {
    display: none;
}
.phonechat-detail-app {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-size: 18px;
}
.phonechat-detail-app h2 {
    font-size: 27px;
    color: #d10459;
}
.phonechat-detail-app h3 {
    font-size: 21px;
    color: #d10459;
}
.topchatlines-listing-app.single h1 {
    color: #0d4a4b;
    font-weight: 600;
}
.list-items {
    padding: 0 0 0 18px;
}
.list-items li {
    font-size: 18px;
    margin: 4px 0;
    font-weight: 600;
    cursor: pointer;
}
.list-items li:hover {
    color: #12bbbd;
}
.top-ph-app{border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;}

.card-item{ background: #fff;}
.card-item figure img{ width: 100%;}
.card-item h3{ padding: 0; margin: 0;}
.card-item h3 a{ display: block; padding:14px;}
.topchatlines-services-app.feature__ {
    background: #efefef;
    padding: 30px 0 34px 0;
}
.shartdis {
    font-size: 18px;
    margin-bottom: 20px;
}
.dd_drop_list, .dd_drop_list li h3 {
    padding: 0;
    margin: 0;
}
.dd_drop_list, .quicklinks_btn {
    display: none;
    position: absolute;
}
.close_btn, .list_tab li {
    cursor: pointer;
    font-weight: 600;
}
.categrory-app-info {
    font-size: 18px;
    width: 100%;
    float: left;
    margin: 0 0 30px;
}
.categrory-app-info h2 {
    color: #ba3749;
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    padding: 20px 0 9px;
}
.categrory-app-info h3 {
    font-size: 20px;
    font-weight: 600;
}
.dd_drop_list li:nth-child(2n) {
    background-color: #fff1e7;
}
.dd_drop_list {
    width: 335px;
    background: #fff;
    right: -39px;
    border: 1px solid #e7e5e5;
    top: 46px;
    max-height: 100vh;
    overflow-x: scroll;
    box-shadow: 0 0 4px 0 #c1b8b8;
}
.dd_drop_list.act {
    display: block;
}
.dd_drop_list li {
    border-bottom: 1px solid #e7e7e7;
    float: left;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dd_drop_list li .phone-num {
    float: right;
    width: 50%}
.dd_drop_list li h3 a {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 600;
}
.dd_drop_list li .phone-num>a {
    color: #fff;
    font-size: 15px;
    background: #49fdff;
    color: #111;
    font-weight: 600;
    padding: 7px 9px;
    border-radius: 30px;
}
.quicklinks_btn {
    right: 39px;
    top: 11px;
    font-size: 13px;
    text-align: left;
    line-height: 17px;
    background: 0 0;
    border: 0;
    z-index: 123;
    color: #fff;
}
.close_btn {
    position: relative;
    text-align: right;
    padding: 4px 17px 5px 0;
    color: #cb0d0d;
}
.free-trail-text {   color: #fff; margin-top: 10px;}
.quicklinks_btn:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: -12px;
    top: 36%;
    pointer-events: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.quicklinks_btn span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.quicklinks_btn button {    background: no-repeat;
    border: 0;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    width: 118px;
    color: #fff;
}
.list_tab {
    list-style: none;
    display: flow-root;
    border: 1px solid #ccc;
    padding: 20px 0!important;
    margin: 20px 0;
    border-radius: 3px;
    background: #f1f1f1;
}
.list_tab li {
    width: 32%;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    margin: .5%;
    padding: 8px 0!important;
    background: #ba3749;
    color: #fff;
    text-transform: uppercase;
    border-radius: 26px;
}
.content_info__ h2, .content_info__ h3 {
    font-weight: 600;
    color: #ba3749;
}
.content_info__ {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.content_info__ h2 {
    font-size: 27px;
    margin-bottom: 16px;
}
.content_info__ h3 {
    font-size: 20px;
    position: relative;
    margin-bottom: 17px;
}
.content_info__ ul {
    background: #f3d7db;
    padding: 18px 18px 18px 35px;
    margin: 15px 0;
    display: flow-root;
}
.content_info__ ul li {
    margin: 3px 0;
}
.list_tab li:hover {
    background: #fff;
    color: #ba3850;
}
@media screen and (max-width:767px) {
    .quicklinks_btn {
    display: inline-block;
}
}.feature__ .top-chatlines-bx li {
    padding: 10px 0;
    min-height: 251px;
    background: #fff;
    box-shadow: 0 0 4px #d4d4d4;
}
.feature__ .top-chatlines-bx li h3 {
    color: #111;
}
.topchatlines-services-app.feature__ h2 {
    color: #111;
}
.footnote {
    background: #d7ecec;
    padding: 20px 39px;
    border: 1px dashed #c9cbd1;
    border-radius: 60px 0 60px 0;
    font-weight: 700;
    color: #0e3b3c;
}

.test_nam {
    margin-bottom: 13px;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    border-bottom: 1px dashed #ccc;
    padding: 12px 20px;
    background-color: #d10459;
}
.testimonial_bx {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
    min-height: 380px;
}
.testimonial_bx p {
    padding: 0 17px;
}
.test_nam strong {
    display: block;
    font-weight: 400;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.testimonials_bx {
    background: #f2f2f2;
    padding: 28px 0; float: left;width: 100%;
    clear: both;
}
.testimonials_bx .boxhead {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.testimonials_bx .boxhead h2 {
    margin: 0;
    color: #d10459;
    margin-bottom: 15px;
    font-size: 29px;
}
.comments-area {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 14px;
}
.comments-area .comments-title {
    font-size: 27px;
    margin: 0 0 6px;
    padding: 0;
}
.comments-area .comment-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.comment-reply-title {
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #00afb1;
}
.comments-area .comment-list li {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 12px;
}
.ch-chat-left p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 10px;
}
.comment-respond p label {
    display: block;
    width: 100%;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}
.comment-respond .comment-form-comment textarea {
    width: 100%;
    height: 88px;
    border: 1px solid #ccc;
}
.ch-chat-right {
    width: 25%;
    float: right;
    position: relative;
    z-index: 12;
}

.taxonomy-grid{display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 30px;}

@media screen and (max-width:989px) {
    .top-services h1 {
    font-size: 43px;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 12px;
}
.top-services p {
    font-size: 31px;
    width: 100%}

.topchatlines-services-app h2 {
    font-size: 38px;
}
.top-chatlines-bx li {
    width: 24%;
    margin: 0 .1% 23px;
}
.home-abouts {
    padding: 30px 0 30px 0;
    background: #03051a;
}
.abts-text-info h2 {
    font-size: 29px;
    margin: 1px 0 13px 0;
}
.abts-text-info span {
    font-size: 33px;
    margin-top: 20px;
    display: block;
}
.section_head h2 {
    font-size: 33px;
    line-height: 35px;
}
.section_head {
    padding: 0 0;
}
.process-tab {
    padding: 0 0;
}
.process-tab .tabs {
    margin: 0;
    padding: 0;
}
.process-tab .tabs {
    width: 100%;
    float: left;
}
.panelContainer {
    width: 100%;
    padding: 20px;
    float: left;
    background: #49fdff;
    min-height: auto;
}
.tips_Advice {
    width: 100%;
    float: left;
    padding: 40px 0 50px;
    background: #000 url(../images/bg2.jpg) center top no-repeat;
}
.more {
    margin: 20px 0;
}
.tips_Advice h2 {
    font-size: 33px;
    margin: 0 0 17px 0;
}
.top-footer .pull-right {
    float: right!important;
    width: 50%}
.top-footer .pull-left {
    float: left!important;
    width: 50%}
.ft-links ul li {
    margin: 9px 0;
    text-align: center;
    border-bottom: 1px solid #272626;
    padding-bottom: 9px;
}
.ft-logo {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.panelContainer p {
    font-size: 18px;
}
.panelContainer h3 {
    font-size: 27px;
    margin: 0 0 7px 0;
}
.process-tab .tabs li a {
    font-size: 18px;
}
.inner-banenr-post .top-services p {
    font-size: 22px;
    padding-top: 0;
    margin-top: 0;
    padding: 0 0;
}
.phonechatlines-head {
    padding: 0 0 20px;
}
}

@media screen and (max-width:767px) {
    .items_ .col-md-3 { width: 100%}
.h2_heading { font-size: 30px;}
.inner-banenr-post .top-services h1 strong {  font-size: 20px;
    padding-top: 0;  margin-top: 0;  padding: 0;}
.top-chatlines-bx li {
    width: 49%}
.topchatlines-services-app h2 {
    font-size: 26px;
}
.logo {
    float: left;
    width: 185px;
}

.top-chatlines-bx li .t-phone a {
    font-size: 18px;
}
.listing-app-component p {
    height: auto;
}
.banenr-post {
    padding-bottom: 0;
    background-size: cover;
    background-position: center;
}
.top-services h1 {
    font-size: 30px;
    width: 100%;
    margin: 0;
}
.inner-banenr-post .top-services p {
    font-size: 15px;
}
.inner-banenr-post,.inner-banenr-post-detail { padding-bottom: 10px;}
.section_head h2 {
    font-size: 23px;
    line-height: 30px;
}
.top-footer .pull-left {
    float: left!important;
    width: 100%}
.top-footer .pull-right {
    float: left!important;
    width: 100%}
.ft-logo {
    margin-top: 7px;
}
.social {
    margin: 17px 0;
    width: 100%;
    float: left;
}

.service-detail-component {
    width: 100%;
    margin-left: 0;
    margin: 14px 0 0 0;
    text-align: center;
}
.service-details figure {
    float: none;
    background: none;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 100%}
.service-detail-component h2 {
    font-size: 41px;
    color: #fff;
    margin: 30px 0 14px 0;
    text-transform: uppercase;
}
.inner-banenr-post.cms h1 {
    margin: 78px 0 0 0;
    font-size: 26px;
}
.phonechatlines-head h2 {
    font-size: 27px;
}
.service-detail-component .chat-phone a {
    padding: 5px 30px 1px 40px;
    background-position: 11px 12px;
    background-size: 20px;
    font-size: 27px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
}

.topchatlines-detail-info h2 {
    font-size: 26px;
}
.topchatlines-phone-info .chat-phone a {
    padding: 8px 28px;
    font-size: 27px;
}
.chat-phone {
    padding: 0 0;
}
.phonechatlines-head h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}
.app-chat .article-post h3 {
    font-size: 23px;
    line-height: 29px;
}
.service-detail-component h2, .service-detail-component h1 {
    font-size: 36px;
    margin: 15px 0 7px 0;
}
.topchatlines-listing-app.single .col-md-8 h2 {
    font-size: 22px;
}
.topchatlines-listing-app.single .col-md-8 h3 {
    font-size: 20px;
}
.phonechatlines-head p, .listing-app-component p {
    font-size: 16px;
}
.listing-app-component p {
    display: none;
}
.attachment-cateimg.size-cateimg {
    height: 93px;
    width: 93px;
    border-radius: 100%;
    margin-top: -37px;
}
.chat-phone a {
    background: #fff url(../images/red-phone-icon.png) no-repeat 10px 13px;
    color: #e22d3c;
    display: inline-block;
    font-size: 23px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    border: 1px dashed;
}
.chat-phone a:hover {
    background: #e22d3c url(../images/white-phone-icon.png) no-repeat 10px 13px;
    color: #fff;
}
.top-slides-components {
    margin-top: 14px;
}
.topchatlines-services-app.feature__ h1 {
    font-size: 27px;
    margin: 0;
}
.topchatlines-detail-info h1 {
    font-size: 29px;
    margin: 0 0 19px 0;
}
.banenr-post .banner-services{background: unset; position: relative; padding: 0px 0px 20px; z-index: 1; margin-top: -57px;}
.banner-services h1{padding: 15px; background: #000; text-align: center; font-size: 28px;}
.banner-services p{color: #444; text-align: center;}
.taxonomy-grid{ grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 0px;}
.home .topchatlines-services-app{ margin-top: 0;}
}

