


@font-face {
    font-family: 'BaseNeueWideBold';
    src: url('../fonts/BaseNeueTrial-WideBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

a.uio i {
    padding-right: 6px;
}

a.uio:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff ! IMPORTANT;
    transform: scale(1.05);
}

a.uio {
    color: #000;
    font-size: 16px;
    width: 175px;
    border-radius: 0px ! IMPORTANT;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    background: #f6cd03 !important;
    border: 3px solid;
}
::selection {
    
    background: #f6cd03;
    color: #000;
}
button.popup-btn {
    animation: pulseShadow 1.3s ease-in-out infinite;
}

@keyframes pulseShadow {
  0% {
    box-shadow: 0 6px 14px rgba(253, 186, 19, 0.7),
                0 0 0 0 rgba(253, 186, 19, 0);
  }

  50% {
    box-shadow: 0 12px 30px rgba(253, 186, 19, 0.9),
                0 0 0 12px rgba(253, 186, 19, 0.35);
  }

  100% {
    box-shadow: 0 6px 14px rgba(253, 186, 19, 0.7),
                0 0 0 24px rgba(253, 186, 19, 0);
  }
}

.unlock-story-content .website-main-buttons {
    animation: pulseShadow 1.3s ease-in-out infinite;
}
li,
p {
    font-size: 18px;
    line-height: 26px
}
/* CRITICAL CLS FIX */
.packages-buttons {
    display: flex;
    gap: 10px;
}
.banner-main-sec {
  min-height: 760px;
  display: block;
  overflow: hidden;
}
header .middle-header nav.navbar .navbar-buttons button.popup-btn:hover, a.popup-btn:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff ! IMPORTANT;
    transform: scale(1.05);
}
header .top-header .top-header-inner .top-head-contact a:hover {
    background: #fff ! IMPORTANT;
    color : #000;
}
.packages-bundle-box:hover button.popup-btn {
    background: #000 ! IMPORTANT;
    color: #fff ! IMPORTANT;
}
.packages-bundle-box button.popup-btn {
    margin: auto;
    display: table;
    margin-bottom: 10px;
    background: #fdba13 !important;
    border: 2px solid #000;
    padding: 9px 0px;
    width: 100%;
    transition: 0.3s;
}
.banner-main-sec .container-fluid {
  min-height: 760px;
}
.banner-main-form .form-group button.submit-btn {
    animation: pulseShadow 1.3s ease-in-out infinite;
}
.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.8s linear infinite;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.form-group input {
    background: 0 0;
    color: #495057;
    font-size: 16px;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}
.form-group textarea {
    background: 0 0;
    color: #495057;
    font-size: 16px;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}
.form-group.form-group-last button {
    background: #f6cd03;
    color: #fff;
    border: 2px solid #f6cd03;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
animation: pulseShadow 1.3s ease-in-out infinite;

}
label.label-checked.mb-3 {
    display: flex;
    gap: 10px;
}
.formResult .success {
    color: green;
    margin-bottom: 15px;
}

section.form-sec-main label.label-checked.mb-3 input {
    color: #fff;
    width: 20px;
}
section.form-sec-main label.label-checked.mb-3 span, section.form-sec-main label.label-checked.mb-3 span a {
    color: #fff ! IMPORTANT;
}
.formResult .error {
    color: red;
    margin-bottom: 15px;
}
.banner-main-sec .row,
.banner-main-sec .hero-row {
  align-items: center;
}
.packages-combobox-price button.chat-btn {
    animation: pulseShadow 1.3s ease-in-out infinite;
}
.banner-main-sec .hero-content-column,
.banner-main-sec .quote-form-column {
  min-height: 760px;
}

.banner-main-sec .hero-content-column {
  display: flex;
  align-items: center;
}

.banner-main-sec .banner-inner-content {
  width: 100%;
}

.banner-main-sec .quote-form-column {
  display: flex;
  align-items: center;
}

.banner-main-sec .quote-form-column > * {
  width: 100%;
}

.banner-main-sec .banner-main-form,
.banner-main-sec .quote-form-box,
.banner-main-sec .quote-form-column form {
  min-height: 620px;
}

.rating-stars-icon {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  vertical-align: middle;
  min-width: 88px;
  min-height: 18px;
}

.rating-stars-icon img {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}

.banner-brands {
  min-height: 79px;
}

.banner-brands-items {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 79px;
}

.brand-logo-wrap {
  width: 160px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 160px;
}

.brand-logo-img {
  max-width: 160px;
  max-height: 79px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.quote-form-column input,
.quote-form-column select {
  height: 48px;
  min-height: 48px;
}

.quote-form-column textarea {
  min-height: 120px;
  resize: vertical;
}

.quote-form-column .form-group {
  min-height: 58px;
}

.quote-form-column .submit-btn,
.quote-form-column button,
.quote-form-column .btn {
  min-height: 50px;
}

.quote-form-column .label-checked {
  min-height: 95px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

@media (max-width: 991px) {
  .banner-main-sec,
  .banner-main-sec .container-fluid,
  .banner-main-sec .row,
  .banner-main-sec .hero-row,
  .banner-main-sec .hero-content-column {
    min-height: auto;
  }

  .banner-main-sec .hero-content-column {
    display: block;
  }

  .banner-main-sec .quote-form-column {
    min-height: 700px;
  }

  .banner-main-sec .banner-main-form,
  .banner-main-sec .quote-form-box,
  .banner-main-sec .quote-form-column form {
    min-height: 640px;
  }
}

@media (max-width: 767px) {
  .banner-main-sec .quote-form-column {
    min-height: 740px;
  }

  .banner-main-sec .banner-main-form,
  .banner-main-sec .quote-form-box,
  .banner-main-sec .quote-form-column form {
    min-height: 680px;
  }

  .banner-brands-items {
    flex-wrap: wrap;
    gap: 10px;
  }

  .brand-logo-wrap {
    width: 140px;
    height: 70px;
    flex: 0 0 140px;
  }

  .brand-logo-img {
    max-width: 140px;
    max-height: 70px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize
}
main {
  min-height: 720px;
}

@media (max-width: 991px) {
  main {
    min-height: 820px;
  }
}

@media (max-width: 767px) {
  main {
    min-height: 900px;
  }
}

/* HEADER CLS FIX */
.middle-header {
  height: 86px !important;
  min-height: 86px !important;
  max-height: 86px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden;
}

.middle-header .container,
.middle-header .row {
  height: 86px !important;
  min-height: 86px !important;
  align-items: center !important;
}

.middle-header img,
.middle-header .main-logo {
  width: 135px !important;
  height: 93px !important;
  object-fit: contain;
  display: block;
}

.middle-header a,
.middle-header .btn,
.middle-header .get-quote-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

header,
.site-header,
.middle-header {
  transform: none !important;
  transition: none !important;
}

@media (max-width: 991px) {
  .middle-header {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }

  .middle-header .container,
  .middle-header .row {
    height: 76px !important;
    min-height: 76px !important;
  }
}

@media (max-width: 767px) {
  .middle-header {
        height: unset !important;
        min-height: unset !important;
        max-height: unset !important;
    }

  .middle-header .container,
  .middle-header .row {
    height: 70px !important;
    min-height: 70px !important;
  }
}

input,
p,
span,
textarea,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
header .middle-header {
    background: linear-gradient(45deg, #ffffff, #ffac1f);
}
html body h1, html body h2,html body h3 {
    font-family: 'BaseNeueWideBold';
}
a,
button {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-weight: 500
}

a:hover {
    color: inherit
}

body {
    overflow-x: hidden;
    background: #fff;
    font-family: Poppins, sans-serif
}
.copy-right-footer-dv {
    width: 100%;
}


.copy-right-footer-dv .left {
    margin-bottom: 10px;
}

.copy-right-footer-dv p a {
    color: #00131c !important;
}
main {
    overflow: hidden
}

a,
button,
input,
textarea:focus {
    outline: 0;
    box-shadow: none;
    text-decoration: none
}

.form-group input::-webkit-inner-spin-button,
.form-group input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-group input[type=number] {
    -moz-appearance: textfield
}

.container-fluid {
    padding: 0 50px
}

.heading-one {
    font-size: 44px;
    line-height: 52px;
    font-weight: 600
}

.heading-two {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600
}

.heading-three {
    font-size: 52px;
    line-height: 60px;
    font-weight: 700
}

.heading-four {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600
}

.heading-five {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    height: 60px;
}

.heading-six {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

p {
    font-weight: 400;
    margin: 0 0 10px
}

li {
    font-weight: 500;
    margin: 0 0 5px
}

header.main-header {
    background: #0087bb;
    width: 100%;
}
header .top-header .top-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.banner-brands .banner-brands-items,
header .top-header .top-header-inner .top-head-contact {
    display: flex;
    align-items: center
}

header .top-header .top-header-inner .top-head-contact a {
    background: #f6cd03;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    margin: 0 5px;
    transition: .3s ease-in-out;
}

header .top-header .top-header-inner .top-head-contact a i {
    color: #000;
    font-size: 20px;
    margin-right: 3px;
}

.banner-main-sec::before,
section.banner-main-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

header .middle-header nav.navbar {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.navigation-main ul {
    display: flex;
    align-items: center;
    gap: 38px;
    justify-content: center;
    margin-bottom: 0;
}

.navigation-main ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

header .middle-header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0
}

header .middle-header nav.navbar .navbar-brand img {
    width: 135px;
    margin: 0;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(82deg) brightness(99%) contrast(99%); */
    display: block
}

header .middle-header nav.navbar .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 35%
}

header .middle-header nav.navbar .navbar-buttons button.popup-btn, a.popup-btn {
    color: #000;
    font-size: 16px;
    width: 175px;
    border-radius: 0px ! IMPORTANT;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    background: #f6cd03 !important;
    border: 3px solid;
}

.banner-main-form .form-group button.submit-btn:hover,
header .middle-header nav.navbar .navbar-buttons button.popup-btn:hover {
    background: #fff;
    color: #ff456c
}
.packages-combobox-price {
    width: 50%;
} 
section.banner-main-sec {
    padding: 50px 0;
    position: relative;
    background: linear-gradient(45deg, #000002, #004d69);
}
.banner-main-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 500px;
    background-image: url(../images/unn.webp)
}

.banner-inner-content .heading-one {
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase
}

.banner-inner-content p,
.ke-feat-head-dv .heading-three,
.pricing-packages-head .heading-three {
    color: #fff;
    margin: 0 0 20px
}

.banner-inner-content ul,
.packages-bundle-box .packages-bundlebox-head,
.packages-bundle-combobox .packages-combobox-list,
.portfolio-publish-tablist-inner .portfolio-publish-tablist-item,
.utilize-current-main .porfolio-brand-inner {
    margin: 0 0 20px
}

.banner-inner-content ul li {
    color: #fff;
    font-weight: 500
}

.banner-inner-content ul li i {
    color: #f6cd03;
    font-size: 20px;
    margin-right: 5px;
}

.banner-inner-content .heading-six {
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.banner-inner-content .heading-six strong {
    margin: 0 5px
}

.banner-inner-content .heading-six .rating-stars-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 5px 0 0
}

.banner-inner-content .heading-six .rating-stars-icon img {
    width: 15px;
    height: 14px;
    margin: 0 2px 0 0
}

.banner-inner-content .banner-brands {
    margin: 40px 0
}

.unlock-story-content .heading-two,
.unlock-story-content ul li {
    margin: 0 0 10px;
    color: #212529
}

.banner-brands .banner-brands-items img {
    width: 120px;
    margin: 0 10px
}

.banner-main-form {
    background: #fff;
    width: 70%;
    border-radius: 30px;
    padding: 30px;
    margin: 0 auto
}

.banner-main-form .heading-four {
    background: #f6cd03;
    color: #000;
    font-weight: 700;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
}
.banner-main-form .heading-five {
    color: #f6cd03;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.banner-main-form .heading-five span {
    font-size: 50px;
    line-height: 58px;
    font-weight: 600
}

.banner-main-form .form-group {
    margin: 0 0 10px
}

.banner-main-form .form-group.form-group-last {
    margin: 0
}

.banner-main-form .form-group input {
    background: 0 0;
    color: #495057;
    font-size: 16px;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px
}

.banner-main-form .form-group input::placeholder {
    color: #a4a4a4
}

.banner-main-form .form-group textarea {
    background: 0 0;
    color: #495057;
    font-size: 16px;
    width: 100%;
    height: 110px;
    resize: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px
}

.banner-main-form .form-group textarea::placeholder {
    color: #a4a4a4
}

.banner-main-form .form-group button.submit-btn {
    background: #f6cd03;
    color: #fff;
    border: 2px solid #f6cd03;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

section.portfolio-publish-wrap,
section.unlock-story-wrap {
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.unlock-story-content p {
    color: #212529
}

.unlock-story-content ul {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap
}

.unlock-story-content ul li {
    font-size: 15px;
    line-height: 23px;
    width: 45%;
    padding: 0 15px;
    position: relative
}

.unlock-story-content ul li::before {
    content: "\f058";
    position: absolute;
    left: -3px;
    top: 1px;
    font-family: 'FontAwesome' !important;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.unlock-story-content .website-main-buttons span {
    padding-bottom: 7px;
}
.unlock-story-content .website-main-buttons {
    margin: 20px 0 0;
    background: #f6cd03 ! IMPORTANT;
    display: table;
    padding: 10px 20px;
    transition: 0.5s;
    border-radius: 60px ! IMPORTANT;
}

.unlock-story-content .website-main-buttons span {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 -12px 35px;
    display: block
}

.unlock-story-content .website-main-buttons a.call-btn {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0;
    transition: .3s ease-in-out
}

.unlock-story-content .website-main-buttons a.call-btn:hover {
    color: #f6cd03;
}
.unlock-story-content .website-main-buttons:hover {
    background: linear-gradient(45deg, black, #004761) ! IMPORTANT;
    color: #fff ! IMPORTANT;
}
.unlock-story-content .website-main-buttons:hover span, .unlock-story-content .website-main-buttons:hover i, .unlock-story-content .website-main-buttons:hover a {
    color: #fff !important;
}
.unlock-story-content .website-main-buttons span, .unlock-story-content .website-main-buttons i, .unlock-story-content .website-main-buttons a {
   transition: .3s ease-in-out
}
.unlock-story-content .website-main-buttons a.call-btn i {
    color: #000;
    font-size: 26px;
    margin-right: 3px;
    position: relative;
    top: -4px;
}

.portfolio-publish-wrap .portfolio-publish-head {
    margin: 0 0 30px;
    position: relative;
    z-index: 1
}

.portfolio-publish-head::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 5px;
    width: 90%;
    height: 100%;
    background-image: url(../images/portfolio-work-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.portfolio-publish-head h2 {
    color: #696969;
    font-size: 120px;
    line-height: 96px;
    font-weight: 800;
    width: 30%;
    margin: 0 0 20px;
    text-transform: uppercase
}

.portfolio-publish-head p {
    color: #212529;
    font-weight: 600;
    text-align: center
}

.portfolio-publish-tablist .portfolio-publish-tablist-buttons,
.pricing-packages-wrap .pricing-packages-tablist {
    margin: 0 0 30px
}

.portfolio-publish-tablist-buttons ul.nav-pills,
.pricing-packages-tablist ul.nav-pills {
    justify-content: center;
    align-items: center
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item,
.pricing-packages-tablist ul.nav-pills li.nav-item {
    margin: 0 10px 10px
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fdba13;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0;
    text-transform: capitalize;
    transition: .3s ease-in-out;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active, 
.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover {
    background: #fdba13;
    color: #000;
}
#pills-portfolio2 .portfolio-publish-tablist-item a img {
    object-position: center !important;
}
.portfolio-publish-tablist-item a {
    display: block;
    position: relative
}
#pills-tabContent .unset .portfolio-publish-tablist-item.imglist img {
    height: unset !important;
}
.portfolio-publish-tablist-item a:hover img {
    object-position: bottom center;
}
.portfolio-publish-tablist-item a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 2s ease-in-out;
    object-position: top center;
}

.portfolio-publish-tablist-item a img:hover {
    filter: brightness(.5)
}

section.pricing-packages-wrap {
    padding: 50px 0;
    background: linear-gradient(45deg, #000002, #004d69);
}

.pricing-packages-wrap .pricing-packages-head {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center
}

.packages-bundle-box:hover .heading-five,
.packages-bundle-box:hover .packages-bundle-buttons span,
.packages-bundle-box:hover .packages-bundle-buttons ul li a.call-btn,
.packages-bundle-box:hover .packages-bundle-buttons ul li button.chat-btn,
.packages-bundle-box:hover p,
.packages-bundle-box:hover span,
.packages-bundle-box:hover ul.packages-bundle-list li,
.pricing-packages-head p {
    color: #fff
}

.pricing-packages-tablist ul.nav-pills li.nav-item button.nav-link {
    background: 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fdba13;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0;
    text-transform: capitalize;
    transition: .3s ease-in-out;
}

.pricing-packages-tablist ul.nav-pills li.nav-item button.nav-link.active, 
.pricing-packages-tablist ul.nav-pills li.nav-item button.nav-link:hover {
    background: #fdba13;
    color: #000;
}
.pricing-packages-inner .packages-bundle-box {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    margin: 0 0 20px;
    transition: .3s ease-in-out;
    border: 3px solid #fdba13;
}

.packages-bundle-box:hover {
    background: #fdba13;
}

.packages-bundlebox-head .heading-five {
    color: #212529;
    text-transform: uppercase;
    margin: 0 0 10px
}

.packages-bundlebox-head span {
    color: #212529;
    font-size: 44px;
    line-height: 52px;
    font-weight: 900;
    margin: 0 0 10px;
    display: block
}

.packages-bundlebox-head p {
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 10px
}

.packages-bundlebox-head .popup-btn {
    background: #f86a14;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    width: 125px;
    border-radius: 0;
    padding: 5px;
    margin: 0 0 10px;
    text-align: center;
    transition: .3s ease-in-out
}

.packages-bundle-box ul.packages-bundle-list {
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
    padding: 0 10px 0 20px;
    margin: 0 0 20px;
    transition: .6s ease-in-out;
    overflow-x: hidden;
}

ul.packages-bundle-list::-webkit-scrollbar-track {
    border-radius: 5px
}

ul.packages-bundle-list::-webkit-scrollbar {
    width: 5px;
    background: #9a9a9a;
    border-radius: 10px
}

ul.packages-bundle-list::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out
}

ul.packages-bundle-list:hover::-webkit-scrollbar-thumb {
    opacity: 1;
    visibility: visible
}

ul.packages-bundle-list li {
    color: #212529;
    font-size: 14px;
    line-height: 20px;
    list-style: disc
}

.packages-bundle-box .packages-bundle-buttons {
    border-top: 1px solid #e6e1e1;
    padding: 20px 0 0
}

.packages-bundle-buttons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px
}

.packages-bundle-buttons ul li {
    margin: 0 10px
}

.packages-bundle-buttons ul li a.call-btn,
.packages-bundle-buttons ul li button.chat-btn {
    background: 0 0;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border: none
}

.packages-bundle-buttons span {
    color: #212529;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    display: block
}

.pricing-packages-inner .packages-bundle-combobox {
    background: #fff;
    padding: 25px 50px;
    border-radius: 5px
}
.pricing-packages-inner .packages-bundle-combobox .row.align-items-center {
    height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    align-items: flex-start !important;
}
.packages-bundle-combobox .packages-combobox-head {
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

.packages-combobox-head h3 {
    color: #000;
    font-size: 50px;
    line-height: 56px;
    font-weight: 800;
    width: 50%;
    margin: 0 15px 0 0
}

.packages-combobox-head h3 span {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    display: block
}

.packages-combobox-head p {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    width: 100%;
    margin: 13px 15px;
}

.packages-combobox-list h4 {
    color: #000;
    font-size: 26px;
    line-height: 34px;
    font-weight: 900;
    margin: 0 0 10px
}
.banner-brands-items img {
    filter: brightness(0) invert(1);
    width: 160px !important;
}
.packages-combobox-list ul {
    min-height: 135px;
    max-height: 300px;
    overflow-y: auto;
    padding: 0 10px 10px 20px
}

ul.combobox-bundle-list::-webkit-scrollbar-track {
    border-radius: 5px
}

ul.combobox-bundle-list::-webkit-scrollbar {
    width: 5px;
    background: linear-gradient(45deg, #000002, #004d69);
    border-radius: 10px
}

ul.combobox-bundle-list::-webkit-scrollbar-thumb {
    background: #fdba13;
    border-radius: 5px
}

.packages-combobox-list ul.combobox-bundle-list li {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    list-style: disc;
    font-weight: 400
}

.key-feat-main-dv .ke-feat-head-dv,
.packages-bundle-combobox .packages-combobox-price,
.utilize-current-main .lst-dv-slid-par,
.utilize-current-main .utlize-cur-head-dv {
    text-align: center
}

.packages-combobox-price .heading-two {
    color: #000;
    font-weight: 500;
    margin: 0 0 10px
}

.packages-combobox-price span {
    color: #000;
    font-size: 62px;
    line-height: 68px;
    font-weight: 900;
    display: block;
    margin: 0
}

.packages-combobox-price del {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    display: block
}

.packages-combobox-price p {
    font-weight: 500;
    display: block
}

.packages-combobox-price button.chat-btn:hover {
    background: #fff ! IMPORTANT;
    color: #000 !important;
    transform: scale(1.05);
}
.packages-combobox-price button.chat-btn {
    background: 0 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    background: #fdba13 !important;
    padding: 10px 40px;
    border: 2px solid;
    transition: 0.5s;
}
.packages-combobox-price button.popup-btn {
    background: #f86a14;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    width: 125px;
    border-radius: 0;
    padding: 5px;
    margin: 0 auto 10px;
    text-align: center;
    transition: .3s ease-in-out;
    display: block
}

section.testimonials-section-main-dv,
section.utilize-current-main {
    padding: 50px 0
}

.utlize-cur-head-dv .heading-three {
    background: #fdba13;
    padding: 10px;
    margin: 0 40px;
    color: #000;
    text-transform: uppercase;
}
.utlize-cur-head-dv p {
    width: 60%;
    margin: 20px auto
}

.utilize-current-main .lst-dv-slid-par p {
    font-size: 20px;
    line-height: 27px
}

section.key-feat-main-dv {
    padding: 50px 0;
    background: url(../images/key-feature-bg.webp) center center / cover no-repeat;
    min-height: 1460px;
}

.key-feat-main-dv .key-feat-serv-dv {
    display: flex;
    justify-content: center;
    margin-top: 85px;
    position: relative;
    z-index: 1
}

.key-feat-serv-dv h4 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center
}

.key-feat-serv-dv:before {
    content: "";
    background: url(../images/key-feature-slide-line.webp) 0 0/contain no-repeat;
    height: 100%;
    width: 95%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -60px
}

.key-feat-serv-dv .serv-dv-list {
    width: 20%;
    text-align: center
}

.key-feat-main-dv .concept-head-dv {
    margin-top: 50px
}

.concept-head-dv .heading-two {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 70%;
    margin: 0 auto 20px
}

.concept-head-dv .concept-crd-dv {
    display: flex;
    background-color: #fff;
    padding: 10px 25px;
    justify-content: space-between;
    border-radius: 15px;
    align-items: center;
    margin-bottom: 30px
}

.concept-crd-dv .crd-dv-btn a {
    background: #004c68;
    padding: 11px 22px;
    color: #fff;
    line-height: 1.62;
    border: 0px solid #fff;
    float: right;
    font-size: 15px;
    cursor: pointer;
    border-radius: 26px;
}

.concept-head-dv .promise-head-dv,
.form-sec-iinner-wrap .form-crd-main-dv,
.subscription-main-dv .subscrip-ban-head {
    text-align: center;
    color: #fff
}

.promise-head-dv .heading-three {
    margin-bottom: 20px
}

.promise-head-dv img {
    width: 40%
}

.testimonials-section-main-dv .testi-inner-head {
    margin-bottom: 50px
}

.testi-inner-head h2 {
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    font-weight: 600
}

.testi-inner-wrap .test-card-dv {
    padding: 27px 29px;
    margin: 10px 0;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 19px 0 rgb(0 0 0 / 15%)
}

.testi-inner-wrap .test-card-dv p {
    min-height: 120px;
    max-height: 120px;
    overflow: auto;
    padding: 0 10px 0 0
}

.test-card-dv .testi-author-dv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px
}

.author-name h3 {
    color: #212529;
    font-size: 18px;
    line-height: 24px;
    margin: 0
}

.author-name img {
    width: 100px
}

.testi-author-dv .test-brand-dv img {
    width: 150px
}

.testi-inner-wrap .testi-brand-img-dv {
    padding: 6px 23px;
    margin: 25px auto 0 auto;
    background: #fff;
    box-shadow: 0 0 19px 0 rgb(0 0 0 / 15%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 550px;
}

.testi-inner-wrap .testi-brand-img-dv img {
    /* width: 100%; */
}

section.subscription-main-dv {
    padding: 50px 0;
    background: url(../images/subscribe-sec-banner.html) center center/cover no-repeat
}

.subscrip-ban-head .heading-two {
    color: #fff;
    margin-bottom: 20px
}

.subscrip-ban-head p {
    width: 75%;
    margin: 0 auto 20px
}

.subscrip-ban-head .subs-from-main {
    display: flex;
    justify-content: center
}

.subscrip-ban-head .subs-from-main input {
    border-radius: 50px;
    padding: 10px 20px;
    border: none;
    outline: 0
}

.subscrip-ban-head .subs-from-main button {
    border-radius: 54px;
    background-color: #f86a14;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 45px
}

section.form-sec-main {
    padding: 50px 0;
    background: linear-gradient(45deg, #000002, #004d69);
}

.form-sec-main .form-sec-head-dv {
    text-align: center;
    color: #fff;
    margin-bottom: 50px
}

.form-sec-head-dv .heading-three {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.form-sec-dv h4 {
    color: #fff;
    font-size: 32px;
    line-height: 39px
}

.form-sec-dv input::placeholder {
    color: #fff;
}

.form-sec-dv textarea::placeholder {
    color: #fff;
}

.form-sec-dv input,
.form-sec-dv textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    background: 0 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #dedede
}

.form-sec-dv button.btn {
    padding: 10px 50px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border: none;
    background: #fff;
    margin-top: 20px
}

.form-crd-main-dv img {
    width: 50%
}

.form-crd-main-dv h4 {
    font-size: 40px;
    line-height: 35px
}

.form-crd-main-dv p {
    font-size: 20px;
    line-height: 24px
}

section.footer-sec-main {
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    color: #5d5e5e;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .heading-one {
        font-size: 38px;
        line-height: 46px
    }

    .heading-two {
        font-size: 30px;
        line-height: 38px
    }

    .heading-four {
        font-size: 20px;
        line-height: 28px
    }

    .banner-main-sec::before {
        top: -75px;
        left: 50%;
        width: 275px;
        background-size: contain
    }

    .banner-main-form {
        width: 90%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    
    .container-fluid {
        padding: 0 20px
    }

    .heading-one {
        font-size: 38px;
        line-height: 46px
    }

    .heading-two {
        font-size: 30px;
        line-height: 38px
    }

    .heading-four {
        font-size: 20px;
        line-height: 28px
    }

    .banner-main-sec::before {
        top: -75px;
        left: 50%;
        width: 225px;
        background-size: contain
    }

    .banner-main-form {
        width: 100%
    }

    .unlock-story-content ul li {
        font-size: 14px;
        line-height: 22px
    }

    .portfolio-publish-head h2 {
        font-size: 90px;
        line-height: 84px
    }

    .pricing-packages-inner .packages-bundle-box,
    .pricing-packages-inner .packages-bundle-combobox {
        padding: 20px
    }

    .packages-bundle-box ul.packages-bundle-list {
        padding: 0 5px 0 17px;
        overflow-x: hidden
    }

    .packages-bundle-buttons ul li,
    .subs-from-main .form-group {
        margin: 0 5px
    }

    .key-feat-serv-dv img {
        width: 100px
    }

    .subs-from-main .form-group input {
        width: 110%
    }

    .form-sec-dv input,
    .form-sec-dv textarea {
        padding: 15px 10px
    }

    .form-crd-main-dv img {
        width: 70%
    }

    .form-crd-main-dv h4 {
        font-size: 32px;
        line-height: 40px
    }

    .form-crd-main-dv p {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .container-fluid {
        padding: 0 20px
    }

    .heading-one,
    .heading-three {
        font-size: 38px;
        line-height: 46px
    }

    .heading-two,
    .packages-combobox-head h3 span {
        font-size: 30px;
        line-height: 38px
    }

    .heading-four,
    .packages-combobox-head p {
        font-size: 20px;
        line-height: 28px
    }

    .key-feat-serv-dv h4,
    li,
    p {
        font-size: 16px;
        line-height: 24px
    }

    header .middle-header nav.navbar .navbar-buttons button.popup-btn {
        font-size: 14px
    }

    .banner-main-sec::before {
        left: 78%
    }

    .banner-brands .banner-brands-items img {
        width: 100px;
        margin: 0 5px
    }

    .banner-main-form {
        width: 85%
    }

    section.form-sec-main,
    section.key-feat-main-dv,
    section.portfolio-publish-wrap,
    section.pricing-packages-wrap,
    section.subscription-main-dv,
    section.unlock-story-wrap,
    section.utilize-current-main {
        padding: 30px 0
    }

    .unlock-story-inner .unlock-story-content {
        text-align: center;
        margin: 0 0 20px
    }

    .unlock-story-content ul {
        justify-content: center;
        text-align: left
    }

    .unlock-story-content ul li {
        font-size: 14px;
        line-height: 22px
    }

    .unlock-story-content .website-main-buttons span {
        margin: 0 0 -12px -10px
    }

    .unlock-story-inner .unlock-story-img {
        text-align: center
    }

    .portfolio-publish-head h2 {
        font-size: 78px;
        line-height: 74px;
        width: 30%
    }

    .pricing-packages-inner .packages-bundle-box,
    .pricing-packages-inner .packages-bundle-combobox {
        padding: 20px
    }

    .packages-bundlebox-head span {
        font-size: 38px;
        line-height: 44px
    }

    .packages-combobox-head h3 {
        font-size: 34px;
        line-height: 42px
    }

    .packages-combobox-price span {
        font-size: 50px;
        line-height: 58px
    }

    .utlize-cur-head-dv .heading-three {
        margin: 0
    }

    .concept-head-dv .heading-two,
    .subscrip-ban-head p,
    .utlize-cur-head-dv p {
        width: 100%
    }

    .key-feat-serv-dv img {
        width: 100px
    }

    .promise-head-dv img {
        width: 75%
    }

    section.testimonials-section-main-dv {
        padding: 0 0 30px
    }

    .testi-inner-wrap .test-card-dv {
        padding: 20px 15px
    }

    .testi-author-dv .test-brand-dv img {
        width: 120px
    }

    .subs-from-main .form-group {
        margin: 0 5px
    }

    .subs-from-main .form-group input {
        width: 120%
    }

    .subscrip-ban-head .subs-from-main button {
        font-size: 14px;
        width: 150px
    }

    .form-sec-dv input,
    .form-sec-dv textarea {
        padding: 15px 10px
    }

    .form-crd-main-dv h4 {
        font-size: 26px;
        line-height: 32px
    }

    .form-crd-main-dv p {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .navbar-buttons {
    align-items: center !IMPORTANT;
    justify-content: center !important;
}
    .container-fluid {
        padding: 0 10px
    }

    .heading-one {
        font-size: 30px;
        line-height: 38px
    }

    .form-crd-main-dv h4,
    .heading-two {
        font-size: 26px;
        line-height: 32px
    }

    .heading-three,
    .packages-combobox-head h3 span {
        font-size: 28px;
        line-height: 36px
    }

    .heading-five,
    .heading-four {
        font-size: 18px;
        line-height: 26px
    }

    .packages-bundlebox-head p,
    .packages-combobox-price button.chat-btn,
    li,
    p {
        font-size: 14px;
        line-height: 22px
    }

    header .top-header .top-header-inner .top-head-contact a {
        font-size: 12px;
        line-height: 18px;
        padding: 10px
    }

    header .middle-header nav.navbar .navbar-brand img {
        width: 200px
    }

    header .middle-header nav.navbar .navbar-buttons {
        width: inherit
    }

    .banner-main-form .form-group input,
    .banner-main-form .form-group textarea,
    .concept-crd-dv .crd-dv-btn a,
    .form-sec-dv button.btn,
    .packages-bundlebox-head .popup-btn,
    .packages-combobox-price .popup-btn,
    .subscrip-ban-head .subs-from-main button,
    header .middle-header nav.navbar .navbar-buttons button.popup-btn {
        font-size: 14px
    }

    section.banner-main-sec,
    section.form-sec-main,
    section.key-feat-main-dv,
    section.portfolio-publish-wrap,
    section.pricing-packages-wrap,
    section.subscription-main-dv,
    section.unlock-story-wrap,
    section.utilize-current-main {
        padding: 30px 0
    }

    .banner-main-sec::before,
    .key-feat-serv-dv:before,
    .portfolio-publish-head::before {
        display: none
    }

    .banner-main-sec .banner-inner-content,
    .form-sec-main .form-sec-dv,
    .packages-bundle-box .packages-bundlebox-head,
    .portfolio-publish-wrap .portfolio-publish-head,
    .unlock-story-inner .unlock-story-img {
        text-align: center
    }

    .banner-inner-content ul {
        display: inline-grid;
        text-align: left;
        justify-content: center
    }

    .banner-inner-content ul li i {
        font-size: 18px
    }

    .banner-inner-content .heading-six {
        justify-content: center
    }

    .banner-inner-content .banner-brands {
        margin: 20px 0
    }

    .banner-brands .banner-brands-items {
        flex-wrap: wrap;
        justify-content: center
    }

    .banner-brands .banner-brands-items img {
        width: 100px;
        margin: 0 5px 10px
    }

    .banner-main-form {
        width: 100%;
        padding: 20px
    }

    .banner-main-form .heading-five span {
        font-size: 42px;
        line-height: 50px
    }

    .banner-main-form .form-group button.submit-btn {
        font-size: 14px;
        margin: 0
    }

    .unlock-story-inner .unlock-story-content {
        text-align: center;
        margin: 0 0 20px
    }

    .unlock-story-content ul {
        display: inline-grid;
        justify-content: center;
        text-align: left
    }

    .unlock-story-content ul li {
        font-size: 14px;
        line-height: 22px;
        width: 100%
    }

    .unlock-story-content .website-main-buttons {
        margin: 10px 0 0
    }

    .unlock-story-content .website-main-buttons span {
        font-size: 14px;
        margin: 0 0 -12px -10px
    }

    .key-feat-serv-dv h4,
    .unlock-story-content .website-main-buttons a.call-btn {
        font-size: 16px;
        line-height: 24px
    }

    .portfolio-publish-head h2 {
        font-size: 40px;
        line-height: 44px;
        width: 100%
    }

    .concept-head-dv .heading-two,
    .pricing-packages-wrap .pricing-packages-head,
    .promise-head-dv img,
    .subscrip-ban-head p,
    .utlize-cur-head-dv p {
        width: 100%
    }

    .pricing-packages-inner .packages-bundle-box,
    .pricing-packages-inner .packages-bundle-combobox {
        padding: 20px
    }

    .packages-bundlebox-head span {
        font-size: 34px;
        line-height: 40px
    }

    .packages-combobox-list ul.combobox-bundle-list li,
    ul.packages-bundle-list li {
        font-size: 12px
    }

    .packages-bundle-buttons ul li {
        margin: 0 5px
    }

    .packages-bundle-buttons ul li a.call-btn,
    .packages-bundle-buttons ul li button.chat-btn {
        font-size: 13px
    }

    .packages-bundle-combobox .packages-combobox-head {
        flex-wrap: wrap;
        text-align: center
    }

    .packages-combobox-head h3 {
        font-size: 32px;
        line-height: 40px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-head p {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-list h4,
    .packages-combobox-price del {
        font-size: 20px;
        line-height: 28px
    }

    .packages-combobox-price span {
        font-size: 40px;
        line-height: 48px
    }

    .utlize-cur-head-dv .heading-three {
        margin: 0
    }

    .author-name h3,
    .form-crd-main-dv p,
    .utilize-current-main .lst-dv-slid-par p {
        font-size: 16px;
        line-height: 22px
    }

    .key-feat-main-dv .key-feat-serv-dv {
        flex-wrap: wrap;
        margin-top: 20px
    }

    .key-feat-serv-dv .serv-dv-list {
        width: 33%;
        margin: 0 0 20px
    }

    .key-feat-serv-dv img {
        width: 100px
    }

    .key-feat-main-dv .concept-head-dv {
        margin-top: 20px
    }

    .testi-inner-wrap .testi-brand-img-dv {
        padding: 6px 10px
    }

    section.testimonials-section-main-dv {
        padding: 0 0 30px
    }

    .form-sec-main .form-sec-head-dv,
    .testimonials-section-main-dv .testi-inner-head {
        margin-bottom: 30px
    }

    .form-sec-dv h4,
    .testi-inner-head h2 {
        font-size: 26px;
        line-height: 34px
    }

    .testi-inner-wrap .test-card-dv {
        padding: 20px 15px
    }

    .testi-author-dv .test-brand-dv img {
        width: 120px
    }

    .subs-from-main .form-group {
        margin: 0 0 10px
    }

    .form-sec-dv input,
    .form-sec-dv textarea {
        padding: 15px 10px
    }

    .form-crd-main-dv img {
        width: 75%
    }
}

@media only screen and (min-width:300px) and (max-width:575px) {
    .navbar-buttons {
    align-items: center !IMPORTANT;
    justify-content: center !important;
}
    .container-fluid {
        padding: 0 10px
    }

    .heading-one {
        font-size: 30px;
        line-height: 38px
    }

    .form-crd-main-dv h4,
    .heading-two {
        font-size: 26px;
        line-height: 32px
    }

    .heading-three,
    .packages-combobox-head h3 span {
        font-size: 28px;
        line-height: 36px
    }

    .heading-five,
    .heading-four {
        font-size: 18px;
        line-height: 26px
    }

    .packages-bundlebox-head p,
    .packages-combobox-price button.chat-btn,
    li,
    p {
        font-size: 14px;
        line-height: 22px
    }

    .banner-brands .banner-brands-items,
    header .top-header .top-header-inner {
        flex-wrap: wrap;
        justify-content: center
    }

    .concept-head-dv .heading-two,
    .pricing-packages-wrap .pricing-packages-head,
    .promise-head-dv img,
    .subscrip-ban-head p,
    .utlize-cur-head-dv p,
    header .middle-header nav.navbar .navbar-buttons,
    header .top-header .top-header-inner .top-head-contact {
        width: 100%
    }

    header .top-header .top-header-inner .top-head-contact a {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 5px;
        margin: 0;
        text-align: center
    }

    .banner-inner-content ul li i,
    header .top-header .top-header-inner .top-head-contact a i {
        font-size: 18px
    }

    header .middle-header nav.navbar {
        padding: 10px 0;
        justify-content: center
    }

    header .middle-header nav.navbar .navbar-brand img {
        width: 200px;
        margin: 0 0 10px
    }

    .banner-main-form .form-group input,
    .banner-main-form .form-group textarea,
    .concept-crd-dv .crd-dv-btn a,
    .form-sec-dv .btn,
    .packages-bundlebox-head .popup-btn,
    .packages-combobox-price .popup-btn,
    .subscrip-ban-head .subs-from-main button,
    header .middle-header nav.navbar .navbar-buttons .popup-btn {
        font-size: 14px
    }

    section.banner-main-sec,
    section.form-sec-main,
    section.portfolio-publish-wrap,
    section.pricing-packages-wrap,
    section.subscription-main-dv,
    section.unlock-story-wrap,
    section.utilize-current-main {
        padding: 30px 0
    }

    .banner-main-sec::before,
    .key-feat-serv-dv:before,
    .portfolio-publish-head::before {
        display: none
    }

    .banner-main-sec .banner-inner-content,
    .concept-crd-dv .crd-dv-txt,
    .form-sec-main .form-sec-dv,
    .packages-bundle-box .packages-bundlebox-head,
    .portfolio-publish-wrap .portfolio-publish-head,
    .unlock-story-inner .unlock-story-img {
        text-align: center
    }

    .banner-inner-content ul {
        display: inline-grid;
        text-align: left;
        justify-content: center
    }

    .banner-inner-content .heading-six {
        justify-content: center
    }

    .banner-inner-content .banner-brands {
        margin: 20px 0
    }

    .banner-brands .banner-brands-items img {
        width: 100px;
        margin: 0 5px 10px
    }

    .banner-main-form {
        width: 100%;
        padding: 20px
    }

    .banner-main-form .heading-five span {
        font-size: 42px;
        line-height: 50px
    }

    .banner-main-form .form-group button.submit-btn {
        font-size: 14px;
        margin: 0
    }

    .unlock-story-inner .unlock-story-content {
        text-align: center;
        margin: 0 0 20px
    }

    .unlock-story-content ul {
        display: inline-grid;
        justify-content: center;
        text-align: left
    }

    .unlock-story-content ul li {
        font-size: 14px;
        line-height: 22px;
        width: 100%
    }

    .unlock-story-content .website-main-buttons {
        margin: 10px 0 0
    }

    .unlock-story-content .website-main-buttons span {
        font-size: 14px;
        margin: 0 0 -12px -10px
    }

    .key-feat-serv-dv h4,
    .unlock-story-content .website-main-buttons a.call-btn {
        font-size: 16px;
        line-height: 24px
    }

    .portfolio-publish-head h2 {
        font-size: 40px;
        line-height: 44px;
        width: 100%
    }

    .pricing-packages-inner .packages-bundle-box,
    .pricing-packages-inner .packages-bundle-combobox {
        padding: 20px
    }

    .packages-bundlebox-head span {
        font-size: 34px;
        line-height: 40px
    }

    .packages-combobox-list ul.combobox-bundle-list li,
    ul.packages-bundle-list li {
        font-size: 12px
    }

    .packages-bundle-buttons ul li {
        margin: 0 5px
    }

    .packages-bundle-buttons ul li a.call-btn,
    .packages-bundle-buttons ul li button.chat-btn {
        font-size: 13px
    }

    .packages-bundle-combobox .packages-combobox-head {
        flex-wrap: wrap;
        text-align: center
    }

    .packages-combobox-head h3 {
        font-size: 32px;
        line-height: 40px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-head p {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-list h4,
    .packages-combobox-price del {
        font-size: 20px;
        line-height: 28px
    }

    .packages-combobox-price span {
        font-size: 40px;
        line-height: 48px
    }

    .utlize-cur-head-dv .heading-three {
        margin: 0
    }

    .author-name h3,
    .form-crd-main-dv p,
    .utilize-current-main .lst-dv-slid-par p {
        font-size: 16px;
        line-height: 22px
    }

    section.key-feat-main-dv {
        padding: 30px 0;
        min-height: 1600px
    }

    .key-feat-main-dv .key-feat-serv-dv {
        flex-wrap: wrap;
        margin-top: 20px
    }

    .key-feat-serv-dv .serv-dv-list {
        width: 50%;
        margin: 0 0 20px
    }

    .key-feat-serv-dv img {
        width: 100px
    }

    .key-feat-main-dv .concept-head-dv {
        margin-top: 20px
    }

    .concept-head-dv .concept-crd-dv {
        flex-direction: column;
        padding: 10px 20px;
        justify-content: center
    }

    section.testimonials-section-main-dv {
        padding: 0 0 30px
    }

    .form-sec-main .form-sec-head-dv,
    .testimonials-section-main-dv .testi-inner-head {
        margin-bottom: 30px
    }

    .form-sec-dv h4,
    .testi-inner-head h2 {
        font-size: 26px;
        line-height: 34px
    }

    .testi-inner-wrap .test-card-dv {
        padding: 20px 15px
    }

    .testi-author-dv .test-brand-dv img {
        width: 120px
    }

    .subs-from-main .form-group {
        margin: 0 0 10px
    }

    .form-sec-dv input,
    .form-sec-dv textarea {
        padding: 15px 10px
    }

    .form-crd-main-dv img {
        width: 75%
    }
}

@media only screen and (min-width:0px) and (max-width:299px) {
    .navbar-buttons {
    align-items: center !IMPORTANT;
    justify-content: center !important;
}
    .container-fluid {
        padding: 0 10px
    }

    .heading-one {
        font-size: 30px;
        line-height: 38px
    }

    .form-crd-main-dv h4,
    .heading-two {
        font-size: 26px;
        line-height: 32px
    }

    .heading-three,
    .packages-combobox-head h3 span {
        font-size: 28px;
        line-height: 36px
    }

    .heading-five,
    .heading-four {
        font-size: 18px;
        line-height: 26px
    }

    .packages-bundlebox-head p,
    .packages-combobox-price button.chat-btn,
    li,
    p {
        font-size: 14px;
        line-height: 22px
    }

    .banner-brands .banner-brands-items,
    header .top-header .top-header-inner {
        flex-wrap: wrap;
        justify-content: center
    }

    .concept-head-dv .heading-two,
    .pricing-packages-wrap .pricing-packages-head,
    .promise-head-dv img,
    .subscrip-ban-head p,
    .utlize-cur-head-dv p,
    header .middle-header nav.navbar .navbar-buttons,
    header .top-header .top-header-inner .top-head-contact {
        width: 100%
    }

    header .top-header .top-header-inner .top-head-contact a {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 5px;
        margin: 0;
        text-align: center
    }

    .banner-inner-content ul li i,
    header .top-header .top-header-inner .top-head-contact a i {
        font-size: 18px
    }

    header .middle-header nav.navbar {
        padding: 10px 0;
        justify-content: center
    }

    header .middle-header nav.navbar .navbar-brand img {
        width: 200px;
        margin: 0 0 10px
    }

    .banner-main-form .form-group input,
    .banner-main-form .form-group textarea,
    .concept-crd-dv .crd-dv-btn a,
    .form-sec-dv button.btn,
    .packages-bundlebox-head .popup-btn,
    .packages-combobox-price button.popup-btn,
    .subscrip-ban-head .subs-from-main button,
    header .middle-header nav.navbar .navbar-buttons button.popup-btn {
        font-size: 14px
    }

    section.banner-main-sec,
    section.form-sec-main,
    section.portfolio-publish-wrap,
    section.pricing-packages-wrap,
    section.subscription-main-dv,
    section.unlock-story-wrap,
    section.utilize-current-main {
        padding: 30px 0
    }

    .banner-main-sec::before,
    .key-feat-serv-dv:before,
    .portfolio-publish-head::before {
        display: none
    }

    .banner-main-sec .banner-inner-content,
    .concept-crd-dv .crd-dv-txt,
    .form-sec-main .form-sec-dv,
    .packages-bundle-box .packages-bundlebox-head,
    .portfolio-publish-wrap .portfolio-publish-head,
    .unlock-story-inner .unlock-story-img {
        text-align: center
    }

    .banner-inner-content ul {
        display: inline-grid;
        text-align: left;
        justify-content: center
    }

    .banner-inner-content .heading-six {
        justify-content: center
    }

    .banner-inner-content .banner-brands {
        margin: 20px 0
    }

    .banner-brands .banner-brands-items img {
        width: 100px;
        margin: 0 5px 10px
    }

    .banner-main-form {
        width: 100%;
        padding: 20px
    }

    .banner-main-form .heading-five span {
        font-size: 42px;
        line-height: 50px
    }

    .banner-main-form .form-group button.submit-btn {
        font-size: 14px;
        margin: 0
    }

    .unlock-story-inner .unlock-story-content {
        text-align: center;
        margin: 0 0 20px
    }

    .unlock-story-content ul {
        display: inline-grid;
        justify-content: center;
        text-align: left
    }

    .unlock-story-content ul li {
        font-size: 14px;
        line-height: 22px;
        width: 100%
    }

    .unlock-story-content .website-main-buttons {
        margin: 10px 0 0
    }

    .unlock-story-content .website-main-buttons span {
        font-size: 14px;
        margin: 0 0 -12px -10px
    }

    .key-feat-serv-dv h4,
    .unlock-story-content .website-main-buttons a.call-btn {
        font-size: 16px;
        line-height: 24px
    }

    .portfolio-publish-head h2 {
        font-size: 40px;
        line-height: 44px;
        width: 100%
    }

    .pricing-packages-inner .packages-bundle-box,
    .pricing-packages-inner .packages-bundle-combobox {
        padding: 20px
    }

    .packages-bundlebox-head span {
        font-size: 34px;
        line-height: 40px
    }

    .packages-combobox-list ul.combobox-bundle-list li,
    ul.packages-bundle-list li {
        font-size: 12px
    }

    .packages-bundle-buttons ul li {
        margin: 0 5px
    }

    .packages-bundle-buttons ul li a.call-btn,
    .packages-bundle-buttons ul li button.chat-btn {
        font-size: 13px
    }

    .packages-bundle-combobox .packages-combobox-head {
        flex-wrap: wrap;
        text-align: center
    }

    .packages-combobox-head h3 {
        font-size: 32px;
        line-height: 40px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-head p {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        margin: 0 0 10px
    }

    .packages-combobox-list h4,
    .packages-combobox-price del {
        font-size: 20px;
        line-height: 28px
    }

    .packages-combobox-price span {
        font-size: 40px;
        line-height: 48px
    }

    .utlize-cur-head-dv .heading-three {
        margin: 0
    }

    .author-name h3,
    .form-crd-main-dv p,
    .utilize-current-main .lst-dv-slid-par p {
        font-size: 16px;
        line-height: 22px
    }

    section.key-feat-main-dv {
        padding: 30px 0;
        min-height: 1600px
    }

    .key-feat-main-dv .key-feat-serv-dv {
        flex-wrap: wrap;
        margin-top: 20px
    }

    .key-feat-serv-dv .serv-dv-list {
        width: 50%;
        margin: 0 0 20px
    }

    .key-feat-serv-dv img {
        width: 100px
    }

    .key-feat-main-dv .concept-head-dv {
        margin-top: 20px
    }

    .concept-head-dv .concept-crd-dv {
        flex-direction: column;
        padding: 10px 20px;
        justify-content: center
    }

    section.testimonials-section-main-dv {
        padding: 0 0 30px
    }

    .form-sec-main .form-sec-head-dv,
    .testimonials-section-main-dv .testi-inner-head {
        margin-bottom: 30px
    }

    .form-sec-dv h4,
    .testi-inner-head h2 {
        font-size: 26px;
        line-height: 34px
    }

    .testi-inner-wrap .test-card-dv {
        padding: 20px 15px
    }

    .testi-author-dv .test-brand-dv img {
        width: 120px
    }

    .subs-from-main .form-group {
        margin: 0 0 10px
    }

    .form-sec-dv input,
    .form-sec-dv textarea {
        padding: 15px 10px
    }

    .form-crd-main-dv img {
        width: 75%
    }
}

.emailClass {
    text-transform: lowercase;
}

.pricing_div {
    display: flex;
    gap: 5px;
}

.pricing_div del {
    font-size: 16px;
    font-weight: 500;
}

.packages-bundle-box:hover del {
    color: #fff;
}

.popup-btn-href {
    background: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
    color: #fff !important;
    border: 2px solid #f86a14;
    font-size: 16px;
    width: 175px;
    border-radius: 50px;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    text-decoration: none;
    display: none;
    text-align: center;
}

.crd-dv-btn .giveCallUs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: none;
}

@media(max-width:1440px) {
    
    .popup-btn-href {
        display: none;
    }

    .crd-dv-btn .giveCallUs {
        display: none;
    }
}

@media(max-width:575px) {
    .pricing_div {
    justify-content: center;
}
    .packages-combobox-price {
    width: 100%;
}
   

    .crd-dv-btn .giveCallUs {
        display: block;
        margin-right: 10px;
    }
}

.test-card-dv .testi-author-dv i {
    color: #f6cd03;
    font-size: 19px;
    margin-top: 5px;
}

@media(max-width: 1199px) {
    .testi-inner-wrap .testi-brand-img-dv {
        width: 100%;
    }
}

.dmca-protection {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.copy-right-footer-dv p {
    margin-bottom: unset;
}

.label-checked span {
    font-size: 13px;
    text-align: start;
    color: #000;
}

.label-checked span a {
    font-size: 13px;
    text-align: start;
    color: #000;
}

@media(max-width:414px) {
    section.footer-sec-main {
        overflow: hidden;
    }
    header .middle-header nav.navbar {
        gap: 20px;
    }
}