

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/
html, body{
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #707070;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus{
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px;
}


/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/


.menu-area {
    background: #009faf;
    /* padding: 30px 0px; */
}

.menu-main li {
    display: flex;
    height: 90px;
    float: left;
    justify-content: center;
    align-items: center;
    position: relative;
}

.menu-main li a {
    display: block;
    position: relative;
    color: #fff;
    line-height: 16px;
    vertical-align: middle;
    padding: 0px 36px;
    margin-left: 15px;
    font-size: 15px;
}
.menu-main li a img {
    position: absolute;
    left: -5px;
    height: 35px;
    width: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-main li a br {
    /* display: none; */
}

/*slicknav css*/

.slicknav_menu {
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 2;
    background: #189fae;
    display: none;
}

.slicknav_menu .slicknav_nav li a img {
    position: inherit;
    margin-right: 10px;
}

.slicknav_nav a img {
    position: inherit;
}

.slicknav_menu .slicknav_nav li a br {
    display: none;
}

.slicknav_menu .slicknav_nav li a {
    font-size: 20px;
}

/*slicknav end*/


.header-right-single p {
    font-size: 13px;
    color: #6d6f72;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 0;
}

.header-right-single a {
    color: #6d6f72;
    font-size: 11px;
    font-weight: 500;
}

.header-right-single a span {
    color: #009faf;
}

.container {
    max-width: 1280px;
}

.header-right-single a img {
    margin-right: 4px;
}

.header-right-single.big h6 {
    color: #6d6f72;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.header-right-single.big img {
    position: absolute;
    width: 26px;
}

.header-right-single.big a {
    color: #009faf;
    font-weight: 700;
    line-height: 18px;
    display: block;
}

.header-right-text {
    margin-left: 32px;
}

.header-right-text p {
    line-height: 19px;
    margin-top: 2px;
}

.header-top-area {
    padding: 10px 0px;
}
.header-top-area {
    padding: 10px 0px;
    padding-top: 14px;
}

/*.header-right-part .col-md-5 {
    margin-top: 15px;
}*/
.bdr1, .bdr, .logo {
    position: absolute;
}

.bdr1:after, .bdr:after, .logo:after {
    position: absolute;
    right: -32px;
    top: -8px;
    height: 100%;
    content: "";
    background: #707070;
    width: 1px;
}

.bdr:after {
    right: auto;
    left: -35px;
    top: -5px;
}

.header-right-single.cta {
    padding-left: 30px;
}

.logo:after {
    right: -19px;
    top: 0;
}


/*.logo:before {
    position: absolute;
    bottom: -20px;
    left: -21px;
    height: 37px;
    width: 100px;
    content: "";
    background: #fff;
    z-index: -1;
    border-radius: 50%;
}*/
.bdr1:after {
    left: 92px;
}
.logo {
    z-index: 2;
}
.page-title-bg {
   /* position: absolute;*/
    width: 47%;
}

.page-title-content {
    background: #f1f1f1;
    padding: 25px 0px;
}

.page-title-content.white {
    background: #fff;
}

.page-title-details h1 {
    color: #008b99;
    margin-bottom: 10px;
    font-size: 29px;
}

.page-title-details h1 span{
    color: #707070;
}

.page-title-details p {
    color: #6d6f72;
    line-height: 24px;
    font-size: 18px;
}

.page-title-details p span {
    color: #009faf;
    font-weight: 700;
}

.page-title-details.bottom h5 {
    font-size: 22px;
}

.page-title-details.bottom li {
    font-weight: 500;
    color: #008b99;
    padding: 5px 0px;
    font-size: 18px;
}

.page-title-details.bottom ul {
    list-style: disc;
    color: #707070;
    margin-left: 22px;
    margin-bottom: 30px;
}

.page-title-area {
    overflow: hidden;
    margin-bottom: 30px;
}

.page-title-content .col-lg-12 {
    margin-left: 20px;
}



.apply-btn {
    background: #009faf;
    display: inline-block;
    color: #fff;
    padding: 4px 30px;
    border-radius: 7px;
}


.internet-section2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-title h2 {
    color: #6d6f72;
    font-weight: 500;
    font-size: 2rem;
}

.bdr-top {
    border-top: 1px solid #afafaf;
    padding-top: 25px;
}

.common-box {
    border: 1px solid #707070;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    min-height: 345px;
}
.common-box h5 {
    font-weight: 500;
    color: #008b99;
    margin-top: 15px;
    border-bottom: 1px dotted #707070;
    padding-bottom: 15px;
}

.common-box p {
    line-height: 23px;
    margin-bottom: 20px;
}

.common-box p span {
    font-weight: 700;
    color: #009faf;
}

.learn-more {
    display: inline-block;
    background: #009faf;
    color: #fff;
    padding: 9px 25px;
    border-radius: 4px;
}

.learn-more:hover {
    background: #111;
    color: #fff;
}

.apply-btn:hover {
    background: #111;
    color: #fff;
}

.common-box a {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.section-title h2 span {
    color: #189fae;
}

.bdr-both {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding-top: 30px;
    padding-bottom: 12px;
}

.common-icon {
    margin-top: 30px;
    background: #f1f1f1;
    padding: 18px 10px;
    border-radius: 4px;
    position: relative;
    min-height: 135px;
}

.common-section {
    padding-bottom: 50px;
}

.common-section .section-title {
    margin-bottom: 50px;
}

.common-icon h5 {
    font-weight: 500;
    color: #008b99;
    margin-top: 0;
    margin-bottom: 0;
}

.common-icon img {
    margin-top: -65px;
    height: 60px;
}


.footer-area {
    background: #6d6f72;
    padding: 25px 0px;
}

.footer-single .header-right-single.big h6, 
.footer-single .header-right-single.big p, 
.footer-single .header-right-single p, 
.footer-single .header-right-single a, 
.footer-right .header-right-single a {
    color: #fff;
    font-size: 14px;
}

/*.footer-right .header-right-single a {
    color: #fff;
    font-size: 15px;
}*/

.footer-single .header-right-single.big img {
    width: 30px;
}

.footer-single .header-right-text {
    margin-left: 42px;
}

.header-right-single.ctas {
    margin-top: 10px;
}

.bdr11, .bdr22 {
    position: relative;
}

.bdr11:after, .bdr22:after {
    position: absolute;
    left: -49px;
    top: 0;
    height: 35px;
    width: 1px;
    content: "";
    background: #ffffff;
}

.footer-area .container {
    max-width: 1180px;
}

.bdr22:after {
    left: -30px;
    top: -7px;
}
.footer365 {
    border-top: 1px solid #ffffff;
    padding-top: 25px;
    margin-top: 30px;
}

.footer365 p {
    color: #fff;
    font-size: 14px;
}

.footer365 img {
    margin-left: 40px;
}

.submenu-sec li {
    display: inline-block;
}

.submenu-sec li a {
    color: #009faf;
    padding: 0px 30px;
    font-size: 18px;
}

.submenu-sec li a img {
    margin-right: 12px;
}

.submenu-sec {
    text-align: center;
}

.pricing-box {
    margin-top: 30px;
    border: 1px solid #707070;
    border-radius: 5px;
}

.pricing-heading {
    background: #009faf;
    color: #fff;
    font-size: 24px;
    padding: 25px 15px;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}

.pricing-center h1 {
    font-weight: 500;
    color: #009faf;
    font-size: 70px;
    margin-top: 15px;
}

.pricing-center h4 {
    color: #989898;
    font-size: 20px;
    padding: 5px 36px;
}

.pricing-content {
    background: #e9f9fa;
    padding: 25px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pricing-content p {
    margin: 0;
    color: #6d6f72;
    line-height: 22px;
}

.pricing-content p span {
    color: #009faf;
}

.faq-single {margin-top: 35px;}

.faq-single h1 span.quo {
    position: absolute;
    left: 0;
    top: 0;
}

.faq-single h3 {
    margin-left: 45px;
    color: #008b99;
    font-weight: 500;
}

.faq-single h1 {
    position: relative;
    font-weight: 500;
    font-size: 30px;
}

.faq-single h3 strong {
    color: #707070;
}
.faq-single h3 span {
    font-weight: 700;
}
.submenu-sec.cta {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
}

.faq-single p {
    line-height: 24px;
}

.faq-single p span {
    color: #009faf;
    font-weight: 700;
}

.faq-area {
    padding-bottom: 25px;
}

.technical-area {
    padding: 30px 0px;
    padding-bottom: 50px;
}

.technical-right .page-title-details.bottom ul {
    margin-bottom: 10px;
}

.technical-right .page-title-details.bottom h6 {
    color: #6d6f72;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.technical-right .page-title-details.bottom h6 span {
    color: #148b98;
}

.technical-right .page-title-details p {
    font-size: 16px;
}

.page-title-details .page-title-details.bottom {
    margin-top: 35px;
}
.cable-box .common-box {
    margin-bottom: 0px;
}

.cable-box {
    margin-bottom: 30px;
}


.cable-single-sec {
    border-bottom: 1px dotted #707070;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    padding: 15px;
}

.cable-package-sec {
    border: 1px solid #707070;
    border-radius: 5px;
}

.bdrno {
    border-bottom: none;
}

.cable-sec-right h6 {
    color: #008b99;
}

.cable-single-sec h6 {
    margin: 0;
}

.cable-single-sec:after {
    position: absolute;
    right: -20px;
    top: 0;
    width: 20%;
    content: "";
    background: #e9f9fa;
    height: 100%;
    z-index: -1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cable-sec-left h6 i {
    color: #009faf;
    margin-right: 5px;
}

.cable-sec-left h6 span {
    font-weight: 400;
}

.title-color h2 {
    font-weight: 500;
    color: #008b99;
    font-size: 24px;
    margin-top: 30px;
}

.title-color h2 span {
    color: #707070;
    font-size: 18px;
}

.submenu-sec.tv li a {
    padding: 0 14px;
}

.tv1 .submenu-sec {
    margin-top: 37px;
}

.tv1 .section-title h2 a {
    background: #009faf;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    margin-left: 50px;
    position: relative;
}

.tv1 .section-title h2 a:after {
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    content: "";
    border-left: 1px dotted #707070;
    width: 1px;
}
.tv1 .cable-single-sec:after {
    width: 50%;
}

.tv1 .cable-sec-right {
    padding-left: 80px;
}

.tv1 .cable-single-sec:before {
    position: absolute;
    left: 19.2%;
    width: 20%;
    content: "";
    background: #f1f1f1;
    height: 100%;
    top: 0;
}
.cable-sec-center h5 {
    position: absolute;
    top: -30px;
    margin: 0;
    color: #fff;
    width: 100%;
}

.cable-sec-center {
    position: relative;
    z-index: 1;
    text-align: center;
}

.cable-single-sec.first {
    padding-top: 30px;
}

.tv1 .cable-sec-center.cta:after {
    position: absolute;
    top: -30px;
    width: 100%;
    height: 25px;
    content: "";
    background: #009faf;
    left: 0;
    z-index: -1;
}

.tv1 .half .cable-single-sec:before {
   display: none;
}


.faq1 .submenu-sec {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
}


.faq3-box h4 {
    background: #009faf;
    padding: 10px 20px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin: 0;
}

.faq3-box {
    border: 1px solid #707070;
    border-radius: 8px;
    margin-bottom: 25px;
}

.faq3-box li {
    list-style: decimal;
    margin-left: 40px;
    border-bottom: 1px dotted #707070;
    margin-right: 30px;
    padding: 12px 0;
    line-height: 24px;
}

.faq3-box li:last-child {
    border: none;
}

.faq3-box li strong {
    color: #008b99;
}


.digital-single {
    background: #e9f9fa;
    border: 1px solid #8b8d8d;
    border-radius: 8px;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.digital-single h5 {
    font-size: 18px;
    text-align: center;
    background: #009faf;
    color: #fff;
    padding: 15px;
    font-weight: 500;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.digital-single li {
    list-style: disc;
    margin-left: 45px;
    padding: 3px 0px;
}
.digital-single.d2 {
    min-height: 729px;
}

.digital-phone .submenu-sec li a img {
    width: 34px;
    height: 30px;
    position: absolute;
    left: 0;
}

.digital-phone .submenu-sec li a {
    position: relative;
    text-align: left;
    padding: 0px 45px;
    display: flex;
}

.digital-phone .submenu-sec li a span {
    display: inline-block;
    margin-left: 10px;
    line-height: 20px;
}

.digital-phone .cable-sec-left i {
    position: absolute;
    color: #009faf;
    left: 0;
    top: 5px;
}

.digital-phone .cable-sec-left {
    position: relative;
}

.digital-content {
    margin-left: 25px;
    padding-right: 104px;
}

.digital-phone .cable-sec-right h6, .digital-phone .cable-sec-right h5 {
    color: #008b99;
    font-size: 20px;
}

.digital-phone .cable-sec-right h5 {
    margin-top: 78px;
    margin-bottom: 0;
}

.digital-phone-txt {
    padding-top: 50px;
}

.digital-phone-txt h4 {
    color: #008b99;
    font-weight: 500;
    font-size: 26px;
}

.digital-phone-area {
    margin-bottom: 50px;
}

.digital-content p span, .digital-content p strong {
    color: #008b99;
    font-weight: 700;
}

.digital-content p span {
    color: #707070;
}

.faq-single li {
    list-style: disc;
    margin-left: 20px;
    font-weight: 700;
}

.faq-single li span {
    font-weight: 400;
}

.faq4-bottom {
    border: 1px solid #707070;
    border-radius: 17px;
    margin-bottom: 40px;
}

.faq4-txt {
    padding-top: 50px;
    padding-right: 30px;
}

.faq4-txt h4 {
    color: #008b99;
}

.faq4-txt h4 span {
    color: #707070;
}

.faq4-txt p span {
    color: #008b99;
    font-weight: 700;
}

.faq4-txt p {
    line-height: 24px;
}


.about-title h4 {
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 25px;
}

.about-title h4 span {
    color: #009faf;
    font-weight: 700;
}

.about-left p {
    line-height: 24px;
}

.about-right-txt li {
    list-style: disc;
    padding: 13px 0px;
    margin-left: 20px;
    border-bottom: 1px dotted #707070;
}

.about-right-txt li strong {
    display: block;
    color: #008b99;
}

.about-right-txt li:last-child {
    border: none;
}

.cta3 .common-box h5 {
    color: #148b98;
}

.cta3 .common-box h5 span, .cta3 .common-box h5 strong {
    font-weight: 700;
}

.cta3 .common-box {
    min-height: 280px;
}

.about-contact {
    text-align: center;
}

.about-contact h3 {
    font-weight: 500;
}

.about-contact h3 a {
    color: #008b99;
    font-weight: 700;
    text-decoration: underline;
}


.cta4 .common-box {
    min-height: 314px;
}

.cta4 .common-box a {
    width: 145px;
}



/*home css*/
.home_ .header-right-single.cta {
    padding-left: 0;
}

.home_ .header-right-part {
    margin-left: 35px;
}

.home_ .logo:before {
    display: none;
}

.home-hero-area {
    margin-top: 115px;
}

.home-hero-area .row {
    padding-right: 310px;

}

.social-home2 {
    padding-bottom: 20px
}

.home_ .logo:after {
    height: 70%;
    right: -25px;
}

.home-hero-single {
    position: relative;
    margin-bottom: 30px;
}

.home-hero-single h5 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    transform: translateY(-50%);
    background: rgba(0, 139, 157, .79);
    padding: 15px 0px;
    height: 42%;
}
.home-hero-single.mt h5 {
    padding-top: 30px;
}

.social-home2 {
    margin-top: 30px;
}

.social-home2 .bdr1:after {
    left: auto;
    right: -35px;
}

.social-home2 .bdr:after {
    left: -26px;
}

.home-hero {
    position: relative;
    z-index: 1;
}

.home-hero:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 58%;
    content: "";
    background: url(assets/img/menu-bg.png)no-repeat;
    background-size: cover;
    background-position: right;
    z-index: -1;
}

.home-menu-area li {
    display: block !important;
    float: inherit;
    height: auto;
}

.home-menu-area li a {
    display: block;
    padding: 35px 0px;
    font-size: 20px;
    position: relative;
    border-bottom: 1px dotted rgba(255, 255, 255, .4);
}

.home-menu-area li a br{
    display: none;
}

.home-menu-area {
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    width: 37%;
    z-index: 1;
}

.home-menu-area .menu-main li a img {
    left: -55px;
    width: 45px;
    height: 45px;
}

.home-menu-area li:first-child a {
    margin-left: 20px;
    margin-top: 30px;
}

.home-menu-area li:nth-child(2) a {
    margin-left: -30px;
}

.home-menu-area li:nth-child(3) a {
    margin-left: -80px;
}

.home-menu-area li:nth-child(4) a {
    margin-left: -115px;
}

.home-menu-area li:nth-child(5) a {
    margin-left: -145px;
}

.home-menu-area li:nth-child(6) a {
    margin-left: -165px;
}

.home-menu-area li:nth-child(7) a {
    margin-left: -180px;
}

.home-menu-area li:nth-child(8) a {
    margin-left: -185px;
}

.home-menu-area li a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url(assets/img/shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    z-index: -1;



}

.home-menu-area li:last-child a:after {
    display: none;
}
.home-menu-area li:last-child a {
    border: none;
}


.home-section2 {
    margin-top: 10px;
    margin-bottom: 80px;
}

.home-section2 h1 {
    font-weight: 400;
    color: #6d6f72;
    margin-bottom: 30px;
    font-size: 2rem
}

.home-section2 h1 span {
    color: #009faf;
    font-weight: 700;
}

.home-comparision {
    border: 2px solid #6d6f72;
    border-radius: 12px;
}

.comparision-hd {
    background: #009faf;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 30px 30px;
}

.comparision-btn {
    color: #fff;
    text-align: center;
}

.comparision-btn h6 {
    font-size: 19px;
}

.comparision-btn h5 {
    border: 2px solid #fff;
    /* display: inline-block; */
    font-size: 20px;
    padding: 22px 0px;
    margin: 0;
    border-radius: 5px;
}

.com-parision-single {
    padding: 35px;
    text-align: center;
}

.com-parision-single h6 {
    color: #009faf;
    letter-spacing: 1px;
    font-size: 20px;
}

.com-parision-single h5 {
    color: #009faf;
    font-size: 26px;
    margin-top: 20px;
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}

.comparision-btn h5 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.com-parision-single span {
    display: block;
    color: #6d6f72;
}

.home-img-box h4 {
    font-weight: 500;
    color: #008b99;
    margin-top: 25px;
    border-bottom: 1px dotted #707070;
    padding-bottom: 20px;
    font-size: 25px;
}

.home-img-box {
    text-align: center;
    position: relative;
    /* padding-bottom: 60px; */
    height: 601px;
}

.home-img-box p span {
    font-weight: 700;
    color: #009eae;
}

.home-img-box a {
    background: #009faf;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}

.home-section3 {
    margin-bottom: 100px;
}


/*drop menu*/
.menu-main .drop-menu {
    position: absolute;
    top: 100px;
    width: 280px;
    background: #189fae;
    z-index: 1;
    padding: 10px 0px;
    left: 0;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}

.menu-main .drop-menu li {
    height: auto;
    display: block;
    float: inherit;
    justify-content: left;
    align-items: inherit;
    text-align: left;
}

.menu-main .drop-menu li a {
    text-align: left;
    vertical-align: inherit;
    margin-left: 0;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-main li:hover ul.drop-menu {
    top: 87px;
    visibility: visible;
    opacity: 1;
}
.menu-main .drop-menu li a:hover{
   opacity: .6;
}

.home-menu-area .menu-main .drop-menu {
    top: 80px;
}

.home-menu-area .menu-main li:hover .drop-menu {
    top: 60px;
}

.home-menu-area .menu-main .drop-menu li a {
    padding: 15px 15px;
    margin-top: 0;
}

.home-menu-area .menu-main .drop-menu {border: 1;border: 1px solid #75c5ce;width: 430px;left: -60px;}

.home-menu-area .menu-main .drop-menu li a:after {
    background: no-repeat;
}





.single-input {
    display: inline-block;
    width: 23%;
    padding: 5px;
}

.single-button {
    display: inline-block;
    width: 6%;
    padding-left: 10px;
}

.single-input input[type="text"] {
    width: 100%;
    color: #989898;
    border: none;
    border-radius: 4px;
    padding: 8px 15px;
}

.single-input input::placeholder {
    color: #989898;
}

.search-top h2 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
}

.search-top p {
    color: #bbbbbb;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px;
}

.home-search-top-area {
    padding: 50px 0px;
}

.single-button button {
    border: none;
    background: #009faf;
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
    border: 2px solid #fff;
    width: 100%;
    transition: .4s;
}

.single-button button:hover{
    opacity: .7;
}

.comparision-hd li {
    width: 25%;
}

.comparision-hd li a.active h5 {
    background: rgba(255, 255, 255, .4);
}


























