body {
    font-family: 'Montserrat', sans-serif;
    color: #070707;
}

a {
    color: #EE2690;
}

.clr-ping {
    color: #EE2690;
}

.navbar {
    /* background-color: #ee2690; */
    background-color: #fff;
    /* height:70px; */
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 60%;
    /* border-radius: 50%; */
}

.header-secound-img {
    width: 60%;
}

.tcclnavimg img {
    /* border-radius: 50%; */
}

.navbar .navbar-brand {
    font-size: 30px;
}

.navbar .nav-item {
    margin: 0px 10px;
    display: inline-block;
}

.navbar .nav-link {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

li.nav-item.connection-btn {
    border: 2px solid #EE2690;
    border-radius: 10px;
    transition: all 0.5s;
    margin-bottom: 0px;
}

li.nav-item.connection-btn:hover {
    border: 2px solid #EE2690;
    border-radius: 10px;
    color: white;
    background-color: #EE2690;
}

li.nav-item.connection-btn:hover a.nav-link {
    color: white;
}

.nav-item.login-btn .nav-link:hover {
    background-color: white !important;
    color: #ee2690 !important;
    border: 1px solid #ee2690 !important;
}

.nav-item a::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
}

.nav-item a:hover::before {
    transform: scale3d(1, 1, 1);
}

.nav-item.connection-btn a:hover::before {
    transform: scale3d(0, 0, 0);
}

.nav-item a::before {
    transform-origin: 50% 50%;
    background: #ee2690;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #ee2690;
}

.fa-bars {
    color: #ee2690;
    font-size: 30px;
}

.navbar-nav {
    align-items: center;
    background: #ffffff;
    /* background: #ee2690; */
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    /* color: #fff; */
    color: #070707;
    font-weight: 500;
    position: relative;
    padding: 5px 0px;
}

.nav-item.login-btn {
    /*    padding: 5px 40px 10px;
        height: 40px;*/
}

.nav-item.login-btn .nav-link {
    background: #EE2690;
    border-radius: 100px;
    color: #fff !important;
    margin: 0 !important;
    padding: 2px 25px !important;
    border: 1px solid #EE2690;
    transition: all .5s;
}

.nav-item.login-btn .nav-link:hover {
    background: #EE2690;
    border: 1px solid #fff;
}

.menu-shadow {
    box-shadow: 0 0 3px 0 #ee2690;
    padding: 11px 0;
}

.banner-section {
    padding: 100px 0 50px;
}

.banner-content h1 {
    font-weight: 600;
    color: #070707;
    line-height: 1.5;
}

.btn-primary {
    background: #EE2690;
    color: #fff;
    border: 1px solid #EE2690;
}

.banner-content a.btn-primary {
    background: #EE2690;
    color: #fff;
    border: 1px solid #EE2690;
    border-radius: 100px;
    padding: 10px 20px;
    padding-right: 2px;
    font-size: 15px;
}

.banner-content a.btn-primary span {
    background: #fff;
    border-radius: 50%;
    padding: 7px 16px;
    position: relative;
    right: 2px;
    margin-left: 10px;
}

.banner-content a.btn-primary span i {
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 5px;
    right: 0;
    color: #ee2690;
    font-size: 20px;
}

.pt-10 {
    padding-top: 100px;
}


/* TAB SECTION */

.tab-section {
    padding: 50px 0;
}

.tab-section .nav-tabs {
    border: none;
}

.tab-section .nav-tabs .nav-link {
    border: none;
    padding: 8px 0px;
    margin: 0 10px;
    color: #070707;
    font-weight: 700;
}

.tab-section .nav-tabs .nav-link.active {
    border-bottom: 4px solid #EE2690;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.tab-section .tab-content {
    padding: 10px;
}


/* HOME THIRD SECTION */

.bg-ping {
    background: #EE2690;
    padding: 5px 0;
}

.bg-grey {
    background: #f7f8f8;
    padding: 50px 0;
}

.bg-ping .bg-content {
    text-align: center;
}

.bg-ping .bg-content h2 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    margin: 0;
}

.bg-grey .bg-content h2 {
    color: #000;
    font-weight: 600;
    font-size: 35px;
    width: 40%;
    line-height: 1.6;
    margin: 0 auto;
    border-bottom: 3px solid #ee2690;
    text-transform: uppercase;
}


/* HOME FOURTH SECTION */

.gird-section {
    padding: 50px 0;
}

.gird-section .section-paragraph p {
    font-size: 20px;
    font-weight: 400;
}

.gird-section .card-section {
    border: 1px solid #EE2690;
    padding: 40px 20px;
    height: 320px;
}

.gird-section .card-section img {
    width: 80px;
    height: auto;
    margin-bottom: 50px;
}

.gird-section .card-section h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #070707;
}

.gird-section .card-section p {
    font-size: 14px;
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}


/* WIFI SECTION */

.wifi-section {
    padding: 100px 0;
}

.wifi-images {
    text-align: center;
}

.wifi-images img {
    width: 100%;
}

.wifi-images p {
    font-weight: 600;
    margin-bottom: 0;
}

.wifi-image-content h3 {
    font-weight: 600;
    margin-bottom: 30px;
    padding-top: 20px;
    color: #070707;
}


/* END WIFI SECTION */

.bg-white-card-section {
    background: #fff;
    border-radius: 23px 23px 23px 23px;
    padding: 50px;
}

.bg-white-content h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
    color: #070707;
}

.bg-white-content h3 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #070707;
}

.bg-white-sub-content h3 {
    font-weight: 700;
    font-size: 25px;
}

.bg-white-sub-content ul li {
    font-weight: 600;
    margin-bottom: 10px;
}

.bg-white-sub-content ul li i {
    color: #EE2690;
    position: relative;
    top: 6px;
    font-size: 26px;
    margin-right: 5px;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background: #00B8DE;
    color: #fff;
    border: 1px solid #00B8DE;
    box-shadow: 0 0 0 0 transparent;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:active {
    box-shadow: 0 0 0 0 transparent !important;
}

.btn-secondary-section .btn-secondary {
    background: #00B8DE;
    color: #fff;
    border: 1px solid #00B8DE;
    border-radius: 100px;
    padding: 10px 20px;
    padding-right: 2px;
    font-size: 15px;
    width: 230px;
    text-align: left;
    position: relative;
    transition: all 0.5s;
    box-shadow: 0 0 5px 2px rgb(218 218 218);
}

.btn-secondary-section .btn-secondary span {
    background: #fff;
    border-radius: 50%;
    padding: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    margin-left: 10px;
}

.btn-secondary-section .btn-secondary span i {
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 10px;
    right: 0;
    color: #00B8DE;
    font-size: 20px;
}

.btn-secondary-section .btn-secondary:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.white-bg-bootom-list {
    padding: 20px 0;
}

.white-bg-bootom-list ul {
    margin: 0;
}

.white-bg-bootom-list ul li {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
}

.white-bg-bootom-list ul li::before {
    font-family: FontAwesome;
    content: '\f111';
    color: #00B8DE;
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.price-plan-section {
    padding: 20px 0 20px;
    background-color: #F7F8F8;
}

.ourblog {
    background-color: #ee2690;
    color: #fff;
    padding: 5px 0;
}

.price-plan-section .price-title h3 {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    width: 25%;
    line-height: 1.6;
    margin: 0 auto;
    border-bottom: 3px solid #ee2690;
    text-transform: uppercase;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 100px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    /*height: 100%;
    min-height: 1px;*/
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    /*display: none;*/
}

.slider-section {
    background: #F7F8F8;
}

.card-slider {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.5s;
    cursor: pointer;
}

.slider-active-border {
    box-shadow: 0px 5px 16px #00000029;
}

.card-slider h2 {
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 0;
}

.card-slider p {
    font-weight: 600;
    margin-bottom: 0;
}

.para-font {
    font-size: 13px;
    font-weight: 600;
    color: #070707;
}

.card-slider h3 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.fs-35 {
    font-size: 35px;
}

.fw-600 {
    font-weight: 600;
}

.bg-blue {
    background: #00B8DE;
}

.clr-blue {
    color: #00B8DE;
}

.border-radius-tlr-10 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.slick-prev:before,
.slick-next:before {
    color: #09529b !important;
}


/*.slick-arrow {
    display: block;
}*/

.all-plan-section {
    padding: 80px 0;
}

.all-plan-section .price-title h3 {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    width: 305px;
    line-height: 1.6;
    margin: 0 auto;
    border-bottom: 3px solid #ee2690;
}

.all-plan-image img {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}

.plan-content p {
    font-size: 25px;
    font-weight: 600;
    color: #070707;
}

.mtb-50 {
    margin: 50px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.wifi-intro-content {
    padding: 60px 10px;
}

.wifi-intro-content h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

.wifi-intro-content ul li {
    padding-bottom: 25px;
    font-weight: 600;
}

.wifi-intro-content ul li i {
    color: #00B8DE;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.wifi-intro-footer p {
    font-size: 14px;
    line-height: 2;
}

.contact-section {
    background: #f7f8f8;
    padding: 20px 0 20px;
}

.contact-section .contact-title h2 {
    color: #000;
    font-weight: 600;
    font-size: 35px;
    width: 40%;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto;
    border-bottom: 3px solid #ee2690;
    text-transform: uppercase;
}

.contact-section-content {
    padding-top: 100px;
    margin-bottom: 100px;
}

.contact-section-content .custome-row {
    background: #fff;
    display: flex;
    box-shadow: 0px 3px 16px #00000045;
}

.contact-section-content .custome-row .first-contact-section {
    padding: 40px 60px;
    width: 60%;
}

.contact-section-content .custome-row .contact-form-section {
    width: 100%;
    margin-top: 34px;
}

.contact-section-content .custome-row .first-contact-section h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-section-content .custome-row .contact-form-section label {
    font-size: 12px;
    font-weight: 500;
}

.contact-section-content .custome-row .contact-form-section button {
    width: 100%;
    margin-top: 20px;
}

.btn-rose {
    background: #EE2690;
    color: #fff;
}

.contact-section-content .custome-row .second-contact-section {
    background: #EE2690;
    padding: 40px 60px;
    width: 50%;
}

.contact-section-content .custome-row .second-contact-section h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
}

.contact-section-content .custome-row .second-contact-section .address-section {
    padding: 10px 10px 20px;
    border-bottom: 1px solid #b9b9b9;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.contact-section-content .custome-row .second-contact-section .address-section h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-section-content .custome-row .second-contact-section .address-section a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.contact-section-content .custome-row .second-contact-section .address-section a:hover {
    text-decoration: none;
}

.contact-section-content .custome-row .second-contact-section .address-section p {
    margin: 0;
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
}

.social-icons {
    margin-top: 50px;
}

.social-icons i {
    font-size: 30px;
    color: #fff;
    margin-right: 50px;
}

.footer-address {
    list-style: none;
    padding: 0;
}

.footer-address li {
    position: relative;
    margin-left: 35px;
    margin-bottom: 20px;
    font-size: 14px;
}

.footer-address li i {
    position: absolute;
    top: 0px;
    left: -35px;
    color: #EE2690;
    font-size: 25px;
}

.footer-two h5 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #EE2690;
}


/* .footer-two h5::after {
    margin-top: 25px;
    margin-bottom: 25px;
} */

.footer-two ul li {
    margin-bottom: 15px;
    font-size: 14px
}

.footer-two ul li a {
    color: #070707;
    transition: all 0.5s;
}

.footer-two ul li a:hover {
    color: #EE2690;
    text-decoration: none;
    padding-left: 10px;
}

.footer-social ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.footer-social li {
    margin: 0 10px;
}

.footer-social li i {
    font-size: 30px;
   /** color: #EE2690; **/
}

footer {
    background: #F7F8F8;
    padding: 60px 0;
}

.bottom-footer {
    background: #fff;
    padding: 15px 0;
}

.bottom-footer p {
    margin-bottom: 0;
    color: #070707;
    font-weight: 500;
    font-size: 15px;
}

.bottom-footer-1 {
    background: #EE2690;
}

.bottom-footer-1 p {
    color: #fff;
    margin: 10px 0;
}

.pr-82 {
    padding-right: 82px;
}


/* BLOG PAGE CSS */

.our-blog {
    padding: 100px 0;
}

.blog-date-time {
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    background-color: #EE2690;
}

.our-blog .card:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}


/* CLIENT LOGO SECTION */

.client-logo-section {
    padding: 100px 0;
}


/* END CLIENT LOGO SECTION */

.hide {
    display: none;
}

.navbar.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
}

.fs-15 {
    font-size: 15px ​!important;
}

.slide.card-slider.slick-slide:hover {
    box-shadow: 0px 5px 15px #ee2690, 0px 0px 5px #ee2690
}

.onload-modal-section .bg-white-content h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.onload-modal-section .bg-white-sub-content h3 {
    font-weight: 700;
    font-size: 18px;
}

.onload-modal-section .bg-white-sub-content ul li {
    font-weight: 500;
    margin-bottom: 10px;
}

.onload-modal-section .bg-white-sub-content ul li i {
    top: 0;
    font-size: 18px;
}

.onload-modal-section .btn-secondary-section .btn-secondary {
    background: #00B8DE;
    color: #fff;
    border: 1px solid #00B8DE;
    border-radius: 100px;
    padding: 5px 20px;
    padding-right: 40px;
    font-size: 15px;
    width: auto;
    text-align: left;
    position: relative;
}

.onload-modal-section .btn-secondary-section .btn-secondary span {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: 5px;
    right: 10px;
    margin-left: 0px;
}

.onload-modal-section .btn-secondary-section .btn-secondary span i {
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 7px;
    right: 0;
    color: #00B8DE;
    font-size: 15px;
}

.onload-modal-section .white-bg-bootom-list {
    padding: 0;
}

.onload-modal-section .white-bg-bootom-list ul li {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
}

.onload-modal-section .white-bg-bootom-list ul li::before {
    font-family: FontAwesome;
    content: '\f111';
    color: #00B8DE;
    font-size: 5px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}


/* Accordion Css */

.faq-sections {
    padding: 100px 0;
}

.accordion .card .card-header {
    background: #ee2690;
    border-bottom: 1px solid #ee2690;
    padding: 0;
}

.accordion .card .card-header h2 button {
    color: #fff;
    width: 100%;
    text-align: left;
}

.accordion .card .card-header h2 button.btn.btn-link::after {
    font-family: "FontAwesome";
    content: '\f068';
    position: absolute;
    right: 10px;
    top: 8px;
}

.accordion .card .card-header h2 button.btn.btn-link.collapsed::after {
    font-family: "FontAwesome";
    content: '\f067';
    position: absolute;
    right: 10px;
    top: 8px;
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}


/* End Accordion Css */

.pt-60px {
    padding-top: 60px;
}

.navbar-toggler:focus {
    outline: none !important;
}

.navbar-toggler {
    background-color: #ee2690;
}

.slide-description {
    font-weight: 400 !important;
    font-size: 15px;
}

.modal {
    overflow: auto;
}

#plan-onload-model .modal-dialog {
    max-width: 700px;
}

.modal-header {
    background: #ee2690;
}

.modal-header .modal-title {
    color: #fff;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

button:focus {
    outline: none;
}

.form-control {
    border: 1px solid #00b8de;
}

.form-control:focus {
    border-color: #ee2690;
    outline: none;
    box-shadow: 0 0 0 0 transparent;
}

.fs-12 {
    font-size: 12px !important;
}

.carrer-box-section {
    width: 100%;
    padding: 40px 60px;
}

.carrer-box-section h3 {
    font-size: 20px;
    font-weight: 600;
}

.f-12 {
    font-size: 12px;
}

#loading {
    background: #fff url(../images/loader.gif) no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #E91E63;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

.whatsapp {
    width: 60px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1500;
}

.price-and-planning-text {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.playstore-img {
    width: 120px;
}

.playstore-contact {
    margin-top: 20px;
}

.playstore-contact p {
    font-size: 12px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.list-padding-custom ol li{
	padding: 10px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

i.fa.fa-twitter {
    /* font-size: 30px; */
    color: #1DA1F2;
}

i.fa.fa-facebook-official {
	color: #3b5998;
}


i.fa.fa-instagram {
	background: linear-gradient(45deg, #fd1d1d);
} 