@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
    --primary-color: #00064a;
    --secondary-color: #ffc902;
    --text-color: #282b4c;
    --poppins: 'Poppins', sans-serif;
    --montfont: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--montfont);
    font-size: 16px;
    color: #343648;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background: var(--primary-color) !important;
}

a {
    text-decoration: none;
    color: var(--primary-color);
}


.ubf-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
/* NAV */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #979797;
    background: #060c56;
    z-index: 9999;
}
nav .logo {
    padding-right: 30px;
}
nav .logo img{
    width: 150px;
}
.navbar .nav-link{
    color: #fff !important;
}
.nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav .left {
    display: flex;
}
nav .right{
    color: #fff;
}
nav .right .stats-title {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    padding: 5px 0 0 0;
}
nav .right .stats{
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    text-align: right;
    color: #ffc902;
}
.navbar-light .navbar-toggler-icon{
    background-image: initial !important;
}
.navbar-light .navbar-toggler-icon i{
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
}
.closed-menu{
    display: none;
}
/* HEADER */
.home-banner {
    background: url(../../img/lead-gen-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 720px;
    position: relative;
    overflow: hidden;
    padding-top:100px;
}
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../../img/wave.png);
    background-size: 1000px 100px;
}
.wave.wave-1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}
.wave.wave-2 {
    animation: animate2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
}
.wave.wave-3 {
    animation: animate 10s linear infinite;
    z-index: 998;
    opacity: 0.4;
    animation-delay: -4s;
    bottom: 15px;
}
@keyframes animate {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: 1000px
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: -1000px
    }
}

.banner-content{
    color: #fff;
    padding-top: 100px;
}
.stats-wrap{
    display: none;
}
.stats-wrap .stats-title {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    padding: 5px 0 0 0;
}
.stats-wrap .stats{
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    color: #ffc902;
}
.banner-content .title{
    font-size: 38px;
    font-weight: 800;
    padding-bottom: 10px;
}
.banner-form {
    background: #fff;
    border-radius: 10px;
    max-width: 450px;
    float: right;
    clear: both;
}
.form-header{
    background: #ffc902;
    padding: 15px 15px 0 15px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.form-header .title {
    color: #00064a;
    padding-bottom: 10px;
    font-size: 20px;
}
.form-header ul {
    margin: 0;
    padding: 0;
}
.form-header ul li{
    display: inline-block;
}
.form-header ul li a {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: #00064a;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
}
.form-header ul li a i{
    padding-right: 5px;
}
.form-header .minimize {
    position: absolute;
    right: 12px;
    top: 10px;
}
.form-header .minimize i{
    font-size: 18px;
    font-weight: 900;
    color: #00064a;
}
.form-body{
    padding: 15px;
}
.form-body .form-control {
    height: 44px;
    margin-bottom: 7px;
    background: #f9f9f9;
    font-size: 14px;
    color: #00064a;
    font-weight: 500;
}
.form-body .form-control::placeholder{
    color: #00064a;
    font-weight: 500;
}
.form-body .form-select {
    height: 44px;
    margin-bottom: 7px;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #00064a;
    font-weight: 500;
}
.form-body .submit-btn{
    background: #00064a;
    color: #fff;
    border: 0;
    padding: 10px;
    border-radius: 5px;
}

/* MAXIMIZE FORM */
.maximize-form{
    position: fixed;
    bottom: 0;
    right: 50px;
    display:none;
    z-index: 9999;
}
.maximize-form a {
    background: var(--secondary-color);
    color: var(--primary-color);
    height: 40px;
    width: 200px;
    display: block;
    text-align: center;
    line-height: 40px;
    z-index: 999;
    border-radius: 7px 7px 0 0;
    font-weight: 600;
}
.maximize-form i{
    padding-left: 15px;
}
.leadegen-service-img{
    display: none;
}


/* LEAD GEN PLATFORM SEC */
.sec-title{
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #00064a;
    text-transform: capitalize;
}
.sec-title span{
    position: relative;
}
.sec-title span::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 8px;
    width: 200px;
    background: url(../../img/line.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.leadgen-platforms {
    padding: 0 0 30px 0;
    text-align: center;
}
.leadgen-platforms ul {
    margin: 0;
    padding: 0;
}
.leadgen-platforms ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 10px;
}
/* .leadgen-platforms ul li img {
    height: 35px;
} */

/* SERVICE SEC */
.service-sec.bg {
    background: #f8f9ff;
    border-top: 4px solid #707393;
}
.sec-header{
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 30px;
}
.sec-header .tagline{
    font-size: 18px;
    text-transform: uppercase;
}
.service-sec .getstarted {
    background: #00064a;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.service-list{
    margin: 0;
    padding: 0;
}
.service-list li{
    display: inline-block;
    list-style: none;
}
.service-list li a {
    border: 1px solid #343648;
    padding: 5px;
    display: inline-block;
    margin-bottom: 5px;
}
.service-list li a:hover{
    background: var(--primary-color);
    color: #fff;
}

.read-more-btn {
    display: block;
    margin: 0 auto;
    padding: 0 0 10px 0;
    background-color: transparent;
    color: #00064a;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
/* .read-more-btn:hover {
    background-color: #5a32a3;
} */

/* GET STARTED FORM */
.getstarted-form-wrap{
    z-index: 9999;
}
.getstarted-form-wrap .banner-form{
    border: 1px solid #ced4da;
}
.getstarted-form-wrap .banner-form textarea{
    height: 80px;
    resize: none;
}
.getstarted-form-wrap .form-stats {
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #dfdfdf;
}
.getstarted-form-wrap .stats-title{
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    padding: 5px 0 0 0;
}
.getstarted-form-wrap .count {
    font-size: 34px;
    font-weight: 800;
    margin: 0;
    text-align: left;
    color: #00064a;
}
.testimonial-item-wrap {
    padding-top: 40px;
}
.testimonial-item-wrap .avatar {
    width: 52px !important;
    height: 52px;
    border-radius: 50%;
    display: inline-block !important;
}
.testimonial-item-wrap .star{
    width: 86px !important;
    display: inline-block !important;
}
.testimonial-item-wrap .quote{
    color: var(--primary-color);
    font-size: 32px;
}
.getstarted-form-wrap .owl-theme .owl-dots{
    text-align: left;
}
.getstarted-form-wrap .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #000;
    width: 20px;
    border-radius: 1px;
    height: 7px;
    margin: 0 2px;
}
.getstarted-form-wrap .owl-theme .owl-dots .owl-dot.active span, .getstarted-form-wrap .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}


/* FAQS */

.single-service-faq{
    padding: 0 0 60px 0;
}

.single-service-faq .accordion-item {
    background: transparent;
    border-bottom: 1px solid transparent;
    border: 0;
}

.single-service-faq .accordion-button {
    background: transparent;
    border-bottom: 2px solid #000;
    padding: 18px 10px 18px 0;
    font-weight: 500;
}

.single-service-faq .accordion-button:focus {
    outline: 0 !important;
    box-shadow: initial !important;
}

.single-service-faq .accordion-item:last-child .accordion-button {
    border: 0;
}

.single-service-faq .accordion-button:not(.collapsed) {
    color: var(--primary-color) !important;
}

.single-service-faq .accordion-body {
    padding: 15px 0;
}

/* FOOTER */
/* FOOTER */
footer {
    background: var(--primary-color);
    padding: 100px 0;
}

   .footer-logo-social{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
   }
   .footer-logo{
    width: 180px;
   }
   .footer-social {
    margin-top: 15px
   }
   
   .footer-social ul {
    margin: 0;
    padding: 0
   }
   
   .footer-social ul li {
    list-style: none;
    margin: 0 7px 0 0;
    display: inline-block
   }
   
   .footer-social ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: inline-block
   }
   
   .footer-social ul li a i {
    color: #fff;
    line-height: 32px
   }
   
   .footer-title{
    font-size: 20px !important;
    font-size: 600;
    color: #fff;
    position: relative;
    padding-left: 10px;
   }
   .footer-title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 3px;
   }
   .footer-item ul{
    margin: 0;
    padding: 24px 0 0 0;
   }
   .footer-item ul li{
    list-style: none;
    padding-bottom: 10px;
   }
   .footer-item ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
   }
   .footer-copyright {
    padding: 15px 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
   }
   .footer-copyright p{
    margin: 0;
    padding: 0;
    font-size: 14px;
   }
   .policies-link ul{
    margin: 0;
    padding: 0;
   }
   .policies-link ul li{
    list-style: none;
    display: inline-block;
   }
   .policies-link ul li::before{
    content: "|";
    padding-right: 5px;
   }
   .policies-link ul li:first-child::before{
    display: none;
   }
   .policies-link ul li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
   }
   .footer-contact h6{
    color: #fff;
    margin: 0;
    padding: 0;
    margin-top: 10px !important;
    font-size:14px;
    font-weight: 600;
   }
   .footer-contact p{
    color: #fff;
    font-size:14px;
   }
   .footer-contact a{
    color: #fff;
    font-size:14px;
   }
   .copyright{
    color: #ffff;
    margin: 0;
    padding: 0;
    font-size: 14px;
   }
   .call-now {
    position: fixed;
    bottom: 15px;
    left: 30px;
    z-index: 99;
}
.call-now a {
    background: #005cb3;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 36px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thankyou{
    padding: 120px 0;
}
.thankyou img{
    width: 150px;
}
.thankyou a{
    background: var(--primary-color);
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
}

/* PRICING SEC */

.pricing-sec {
    padding: 0px 0 120px 0;
}
.pricing-item{
    border: 1px solid var(--primary-color);
    margin: 3px;
    border-radius: 15px;
}
.pricing-item .accordion-button{
    color: #343648 !important;
    font-family:var(--montfont) !important;
    font-weight: 500;
}
.pricing-header {
    background: var(--primary-color);
    border-radius: 15px 15px 0 0;
    text-align: center;
    padding: 30px 10px 0 10px;
    position: relative;
}

.pricing-header.premium {
    background: #00064a;
}
.pricing-header.basic {
    background: #00064a;
    min-height: 149px;
}
.pricing-header.standard {
    background: #00064a;
}

.pricing-header.customized {
    background: #005cb3;
}

.customized-price-form {
    border: 1px solid #005cb3;
    margin: 0 3px;
    padding: 10px;
    border-radius: 0 0 15px 15px;
}
.pricing-header .popular {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 12px;
    background: linear-gradient(45deg, #fb00ff, #ff5757);
}
.customized-price-form .form-control{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #adadad;
    border-radius: 0;
    height: 50px;
}
.customized-price-form textarea{
    height: 100px !important;
    resize: none !important;
}

.pricing-header h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.pricing-header h5 span {
    font-weight: 700;
}

.pricing-header h6 {
    font-size: 18px;
    font-weight: 500;
    padding: 7px 0 0 0;
    margin: 0;
    color: var(--secondary-color);
}
.pricing-header h6 span {
    font-size: 26px;
    font-weight: 600;
}
.pricing-header p{
    color: #fff;
    font-size: 14px;
}

.pricing-details-list {
    margin: 0;
    padding: 10px 20px;
}
.accordion-item .accordion-body {
    padding: 0;
}
.accordion-item .accordion-body ul.pricing-details-list {
    padding-top: 0;
}
.accordion-body ul.pricing-details-list {
    padding: 0 23px;
    margin-top: -10px;
}
.get_started_btn {
    min-height: auto !important;
    padding: 20px 10px;
}

.accordion-body ul.pricing-details-list li {
    margin: 0;
    /* margin-top: -12px; */
}

.pricing-details-list li {
    list-style: none;
    padding: 3px 8px;
    margin: 3px;
    display: flex;
}

.pricing-details-list li img {
    display: block;
    width: 18px;
    margin-right: 10px;
    transform: rotate(9deg);
}

.pricing-details-list.black li {
    background: #7e7e7e;
    text-align: center;
    color: #fff;
}


.pricing-details-list .uncheck {
    filter: grayscale(100);
}
.pricing-details-list.green li{
    background: #0fd8b0;
    color: #fff;
}

.pricing-header a {
    background: #fff;
    padding: 10px 18px;
    margin-top: 7px;
    display: inline-block;
    border-radius: 5px;
    border-radius: 50px;
    font-weight: 600;
}
.pricing-header a:hover{
    color: var(--primary-color);
}
.pricing-header.bottom{
    border-radius: 0 0 15px 15px;
}
.pricing-sec .subtitle{
    text-align: center;
    font-size: 22px;
    padding-bottom: 40px;
}
.pricing-sec .sec-title-h2{
    padding: 0;
}
.closeicon::after{
    background-image:url('../../img/icon/close.svg') !important;
}




/* website design and development start */
.grid_img img {
    width: 100%;
}
.hover_content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    padding: revert;
    z-index: 9;
}
.website_grid {
    position: relative;
}
.website_grid:hover .hover_content {
    display: block;
}
.grid_img {
    overflow: hidden;
    border-radius: 6px;
}
.website_grid:hover img {
    transform: scale(1.05);
}
.website_grid {
    margin-bottom: 25px;
}
.website_grid:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #000000a6;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 6px;
}

.website_grid img {
    transition: .5s;
}

.hover_content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.hover_content p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px;
}
.hover_content a {
    display: inline-block;
    padding: 6px 20px;
    color: #ffffff;
    background: #ffc90200;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #ffffff;
    transition: .25s;
}

.hover_content a:hover {
    background: #fff;
    color: #00064a;
}
.banner-form textarea.form-control {
    min-height: 140px !important;
}

.service-sec img.img-fluid {
    border-radius: 12px;
}
.pricing-details-list li img {
    width: 18px !important;
}

.pricing-details-list li {
    padding-left: 0;
}
.grid_img {
    border: solid 1px #ededed;
}
.banner-content h4.mb-3 {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 11px;
    font-size: 22px;
}
.owl-nav {
    display: none !important;
}
.img_m {
    display: none;
}

.mobile_view {
    display: none;
}
.desktop_view {
        display: block;
}
.owl-dots {
    display: none;
}
.call-now {
    display: none;
}

.thankyou_nav {
    background: #00064a;
    position: fixed;
    z-index: 999;
}

.mobile_heading {
    display: none;
}

.mobile_nav {
    display: none;
}

/* website deisgn and development end */


@media only screen and (min-width: 768px) {
.drops:hover ul.dropdown-menu.service-dropdown {
    display: block;
}

.drops ul.dropdown-menu.service-dropdown {
    display: none;
}
.our-service-dropdown-tg:hover ul.dropdown-menu.our-service-dropdown {
    display: block !important;
}
}




/* MEDIA QUERY */
@media (max-width:991px){
    .custom-nav .navbar-toggler{
        order: 1 !important;
    }
    .custom-nav .navbar-toggler:focus{
        box-shadow: initial !important;
    }
    .menu .navbar-collapse{
        position: fixed;
        width: 100%;
        background: #fff;
        left: 0;
        top: 0;
        height: 100%;
        padding: 30px;
    }
    .custom-nav .nav-link{
        color: var(--primary-color) !important;
    }
    .closed-menu{
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        color: var(--primary-color);
        font-size: 24px;
    }
    .banner-content{
        padding: 0;
    }
    .home-banner{
        height: 100%;
        padding-bottom: 150px;
    }
    section.service-sec img {
        width: 50%;
    }
    .service-sec .getstarted{
        margin: 15px 0 ;
    }
}


/* MEDIA 767 */
@media (max-width:768px){
.mobile_view {
        display: block;
    }
    .desktop_view {
        display: none;
    }
    .mobile_view .website_grid {
        margin-bottom: 0;
    }
    .img_style {
    display: none;
}
button.navbar-toggler.nave_bar_m {
    z-index: 999;
    background: #fff;
    border: none;
    padding: 0px 3px 10px 10px;
}

button.navbar-toggler.nave_bar_m i.fa-solid.fa-xmark.close-icon {
    color: #000;
}
button.navbar-toggler.nave_bar_m {
    background: transparent;
}

button.navbar-toggler.nave_bar_m i.fa-solid.fa-bars.open-icon {
    color: #fff;
}
section#portfolio {
    z-index: 0;
    position: relative;
}
.home-banner {
    position: relative;
    z-index: 0;
}
section#package {
    position: relative;
    z-index: 0;
}
section#testimonials {
    position: relative;
    z-index: 0;
}
button.navbar-toggler.nave_bar_m i.close-icon {
    position: fixed;
    right: 0;
    z-index: 9999;
}

}
/* MEDIA 767 */
@media (max-width:767px){
    body{
        font-size: 14px;
    }
    .pt-60{
        padding-top: 30px;
    }
    .pb-60{
        padding-bottom: 30px;
    }
    nav .right{
        display: none;
    }
    .stats-wrap{
        display:block;
    }
    .banner-content .title{
        font-size: 24px;
        padding:15px 0 7px 0;
    }
    .getstarted-form-wrap .modal-body{
        padding: 0 0 140px 0;
    }
    .home-banner {
        height: 100%;
        padding-bottom: 100px;
    }
    .wave{
        height: 54px;
    }
    .sec-title{
        font-size: 22px;
    }
    .sec-title.text-center {
        text-align: left !important;
    }
    .sec-title span::before{
        display: none;
    }
    .platform-desc{
        margin: 0 !important;
        padding: 10px 0 10px 0;
        text-align: left !important;
    }
    .leadgen-platforms ul li {
        display: inline-block;
        list-style: none;
        margin: 2px 2px;
        /* border: 1px solid #ccc; */
        padding: 10px 2px;
    }
    .leadgen-platforms img {
        max-width: 150px;
        height: initial !important;
    }
    .sec-header .tagline {
        font-size: 16px;
        line-height: 1;
        padding: 5px 0 0 0 !important;
    }
    .sec-header {
        margin-bottom: 15px;
    }
    .service-list li a{
        font-size: 14px;
    }
    section.service-sec img {
        width: 100%;
    }
    footer {
        padding: 50px 0;
    }
    .call-now  {
        display: block;
    }
    .copyright{
        margin-top: 10px;
    }
    .form-header ul li a{
        font-size: 12px;
    }
    .getstarted-form-wrap .form-stats {
        padding: 10px 0 15px 0;
    }
    .getstarted-form-wrap .count{
        font-size: 24px;
    }
    .testimonial-item-wrap p{
        margin: 0 !important;
    }
    .testimonial-two-owl {
        padding: 0 0 30px 0;
    }
    .getstarted-form-wrap .modal-body{
        padding: 0 0 30px 0;
    }
    .getstarted-form-wrap .banner-form {
        margin-bottom: 30px;
    }
    .stats-wrap {
        display: none;
    }
    .owl-dots {
        display: block;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 4px 2px;
    }
    .banner-form {
        float: left;
    }
    h1.title.desktop_heading {
        display: none;
    }

    h1.title.mobile_heading {
        display: block;
    }
    .mobile_nav {
        display: block;
    }
    .desktop_nav {
        display: none;
    }
    
    
}





@media (max-width:480px){
.banner-content h4.mb-3 {
    font-size: 18px;
    margin-bottom: 4px !important;
}
img.mobile_style {
    width: 80% !important;
    margin: 0 auto !important;
    text-align: center;
    display: flex;
}
.img_d {
    display: none;
}
.img_m {
    display: block;
}
.sec-header {
    border-bottom: none;
    margin-bottom: 0;
}
.pricing-header h5 {
    font-size: 16px;
}
.pricing-header h6{
    font-size: 15px;
}
.pricing-header.basic {
    min-height: 136px;
    padding: 20px 10px;
}
.footer-title::before {
    width: 2px;
}
.footer-title {
    font-size: 17px !important;
}
.footer-item ul {
    margin: 0;
    padding: 14px 0 14px 0;
}
.call-now a {
    font-size: 28px;
    width: 54px;
    height: 53px;
}
.call-now {
    left: 15px;
}
footer#footer {
    position: relative;
    z-index: 0;
}
.service-sec .getstarted {
    padding: 10px 10px;
}
.mobile_heading span:before {
    content: "";
    position: absolute;
    right: -12px;
    bottom: -2px;
    height: 8px;
    width: 140px;
    background: url(../../img/line.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.mobile_heading span {
    position: relative;
}
.pricing-details-list {
    padding: 10px 10px;
}
.accordion-body ul.pricing-details-list {
    padding: 0 13px;
}

}


@media (max-width:375px){
.pricing-details-list li img {
    position: absolute;
    left: 0;
    top: 6px;
}
.pricing-details-list li {
    display: inherit;
    padding-left: 27px !important;
    position: relative;
}
.pricing-details-list {
    padding: 10px 2px;
}
.accordion-body ul.pricing-details-list {
    padding: 0 5px;
}
}