html {
    scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&amp;display=swap');

.p0 {
    padding: 0px;
}

h1,
h2,
h3,
a,
li,
span,
button,
p,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

body {
    overflow-x: hidden;
}

a:hover,
a:focus,
button:hover,
button:focus,
.form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}

section {
    float: left;
    width: 100%;
}

.header-top {
    display: block;
    background: #00273f;
    text-align: right;
}

li.bnr-btn.hdr-btn {
    margin: 0;
    margin-left: 14px;
}

ul.nav.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
}

ul.nav.navbar-nav.navbar-right .get-btn {
    color: #ff5740 !important;
    padding: 18px 35px;
}

ul.nav.navbar-nav.navbar-right a.hd-tel-st {
    color: #fff;
    font-size: 18px;
}

ul.nav.navbar-nav.navbar-right a.hd-tel-st i {
    color: #ff5740;
    transform: rotate(40deg);
}

ul.nav.navbar-nav.navbar-right .get-btn:hover {
    background: #fa690c;
    color: #fff !important;
}

.bnr-btn.hdr-btn a {
    color: #fff !important;
}

.header-top ul {
    padding: 0;
    margin: 0;
}

.header-top ul li {
    display: inline-block;
    padding: 10px 15px;
}

.header-top ul li a {
    font-size: 15px;
    color: #fff;
}

.navbar-right a.yellow_btn_m {
    margin: 0 15px 0 15px;
    position: relative;
    padding: 12px 19px 12px 45px !important;
}

.navbar-right a.yellow_btn_m:before {
    content: "";
    background-image: url(../images/call-btn.html);
    position: absolute;
    height: 32px;
    width: 28px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-top ul li a i {
    margin: 0 3px 0 0;
    font-size: 18px;
}

.head_top {
    padding: 15px 0;
    /* box-shadow: 0px 5px 20px 0px #cacaca; */
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px;
}

.thnkpge .head_top {
    background: black;
    padding: 50px;
}

.head_top .navbar .navbar-header a.navbar-brand {
    font-weight: bold;
    color: #00273f;
    font-size: 26px;
}

.head_top .navbar-right {
    padding-top: 20px;
    position: relative;
}

.head_top .navbar.navbar-defult {
    margin-bottom: 0;
}

.head_top .navbar.navbar-defult ul li a:hover,
.head_top .navbar.navbar-defult ul li a:focus,
.head_top .navbar.navbar-defult ul li.active a {
    background: transparent;
    color: #fa690c;
}

.head_top .navbar.navbar-defult ul li a {
    color: #000000;
    opacity: 1;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: 700;
}

.head_top .navbar.navbar-defult ul li a.btn-org {
    /* background: #fc5216; */
    border-radius: 50px;
    padding: 12px 27px;
    color: #fff;
    background: linear-gradient(to right, #3ab0ce, #1bc9bb);
    font-size: 13px;
    font-weight: 700;
}

.head_top .dropdown-menu>li>a {
    position: relative;
    margin: 0 0 10px;
    font-weight: 500;
    border-left: 4px solid #00273f;
}

.head_top ul.dropdown-menu {
    padding: 20px 0 15px;
    border: none;
    left: 0;
    right: 0;
    width: 250px;
}

.logo {
    width: 220px;
    margin: 0;
}

.head_top .dropdown-menu>.active>a,
.head_top .dropdown-menu>.active>a:focus,
.head_top .dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    color: #fc5216 !important;
    border-left: 4px solid #fc5216;
}

.head_top .dropdown-menu>li>a:hover:before {
    color: #fc5216;
}

.head_top .open>a,
.head_top .open>a:focus,
.head_top .open>a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fc5216 !important;
}

.top_info i {
    float: left;
    margin: 0 10px 0 0;
}

.top_info {
    float: left;
    margin-right: -5px;
}

.link_txt {
    color: #ffcc00;
    float: left;
}

.link_txt small {
    font-weight: 500;
    font-size: 12px;
    color: #000;
}

.link_txt p {
    color: #000;
}

a.top_info.top-info-lst {
    margin-right: 0;
}

li.bnr-btn.hdr-btn .get-started {
    background: #d04444;
}

li.bnr-btn.hdr-btn .get-started:hover {
    background: #222222 !important;
    color: #fff;
    border-color: #222;
}

/*banner*/
.main-banner {
    /*background: url(../images/banner-img.jpg);*/

    /*background: url(../images/banner-img-black.png);*/

    /*background: url(../images/chris-banner.png);*/
    background: url(../images/publishing-banner.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 150px 0px 50px;
    height: 690px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.bnr-blackday {
    position: absolute;
    top: 140px;
    left: 384px;
    margin: auto;
    display: table;
}

.bnr-blackday img {
    width: 40% !important;
}

.main-banner .row {
    position: relative;
}

.bnr-mid-img {
    position: absolute;
    right: 0;
    left: 65px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: auto;
    /*top: -120px;*/
    z-index: 10;
}

.banner-txt h1 {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 44px;
    margin: 50px 0 0;
}

.banner-txt h1 span {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
}

.banner-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0 20px 0;
    width: 90%;
}

.banner-btn-st .a {}

.get-btn {
    font-size: 15px;
    font-weight: bold;
    color: #ff5740;
    background: #fff;
    padding: 18px 35px;
    margin-right: 25px;
}

.live-btn {
    font-size: 15px;
    font-weight: bold;
    background: #ff5740;
    color: #fff;
    padding: 18px 35px;
}

.banner-btn-st {
    display: flex;
    align-items: center;
    justify-content: left;
}

.bnr-form-box-txt h2 {
    font-size: 34px;
    font-weight: bold;
    color: #222222;
}

.bnr-form-box-txt p {
    color: #000;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.bnr-form-txt {
    background: #fff;
    padding: 25px 50px 35px 50px;
    position: relative;
    z-index: 999;
}

.bnr-form-txt .form-div input {
    border-top: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #bbb;
    width: 100%;
    padding-left: 25px;
    padding-bottom: 10px;
    color: #000;
    background: transparent;
}

.bnr-form-txt .form-div {
    /* display: flex; */

    /* align-items: center; */
    position: relative;
    padding: 18px 0;
}

.bnr-form-txt .form-div i {
    position: absolute;
    top: 23px;
    left: 4px;
    color: #bbbbbb;
}

.bnr-form-txt .form-div input::placeholder {
    color: #bbb;
}

.bnr-form-txt .form-div-btn input {
    width: 100%;
    padding: 15px 0;
    border: 0;
    background: #ff5740;
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    font-weight: bold;
}

.bnr-form-txt .form-div-btn input {}

.bnr-mid-img img {
    width: auto;
}

.bnr-form-txt form.right {
    position: relative;
    z-index: 999;
}

.get-btn:hover {
    background: #ff5740;
    color: #fff;
}

.live-btn:hover {
    background: #fff;
    color: #ff5740;
}

.banner-txt {
    position: relative;
    z-index: 9999;
}

section#packages {display: none;}

section.bndl_packages {
    display: none;
}

.bnr-form-txt .form-div input:focus {
    outline: 0;
}

/*banner*/

/*bnr-logo*/
.banner-logo {
    background: #efefef;
    display: flex;
    padding: 25px 0;
}

.banner-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-logo ul li {
    width: 20%;
    margin: 0 auto;
    text-align: center;
}

/*bnr-logo*/

/*ranked-sec*/
.ranked-sec {
    padding: 50px 0 20px;
}

.hd-txt {
    text-align: center;
    padding-bottom: 30px;
}

.hd-txt h4 {
    font-size: 20px;
    color: #000;
    letter-spacing: 5px;
    font-weight: 400;
}

.hd-txt h2 {
    font-size: 45px;
    font-weight: bold;
    color: #333;
    padding: 15px 0;
}

.hd-txt p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
}

.ranked-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0.611px 34.995px 43px 0px rgba(0, 0, 0, 0.13);
    padding: 30px 20px;
    text-align: center;
    margin-top: 15px;
}

.ranked-box h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 15px 0;
}

.ranked-box p {
    font-size: 14px;
    color: #999999;
}

.ranked-col-st {
    margin-top: 110px;
}

.ranked-col-st1 {
    margin-top: 0px;
}

/*ranked-sec*/

/*cta-sec*/
.cta-sec {
    padding: 60px 0 75px;
    background: url(../images/cta-img-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-form form {
    display: flex;
    align-items: center;
    background: #ffffff;
    margin-top: 30px;
    padding: 14px 20px;
}

.cta-form .form-div {
    margin-right: 20px;
    width: 33.33%;
    position: relative;
}

.cta-form .form-div input {
    padding: 10px 20px 10px 35px;
    color: #bbb;
    border: 1px solid #bbb;
    width: 100%;
}

.cta-form .form-div input::placeholder {
    color: #bbb;
}

.cta-form .form-div-btn input {
    padding: 10px 20px;
    border: 0;
    background: #ff5740;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.cta-txt {
    text-align: center;
}

.cta-txt h2 span {
    font-size: 38px;
}

.cta-txt h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}

.cta-txt p {
    color: #fff;
    margin: 19px 0 0;
    font-size: 16px;
}

.cta-txt .banner-btn-st {
    margin-top: 28px;
}

.cta-form .form-div i {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    display: table;
    left: 13px;
    color: #bbb;
}

.cta-sec .row {
    position: relative;
}

.cta-cntr-img {
    position: absolute;
    right: -140px;
    top: auto;
    bottom: -3px;
}

.cta-cntr-img img {
    width: 100%;
}

/*cta-sec*/

/*pricing-sec*/
.pricing-sec {
    padding: 50px 0 0px 0;
}

.price-box {
    background-color: rgb(255, 255, 255);
    /*box-shadow: 0px 34px 90px 0px rgba(135, 153, 163, 0.3);*/
    padding: 30px 12px;
    text-align: center;
    border-radius: 20px;
    border: 6px solid transparent;
    margin: 20px 15px 35px;
}

.price-box ul {
    list-style: none;
    text-align: left;
    height: 270px;
    overflow-y: scroll;
    padding: 30px 8px;
}

/* width */
.price-box ul::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.price-box ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.price-box ul::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.price-box ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.price-box h2 {
    font-size: 38px;
    font-weight: bold;
    color: #5f96ed;
}

.price-box h3 span {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    position: relative;
    top: -4px;
    margin-right: 15px;
}

.price-box h3 {
    font-size: 56px;
    font-weight: 900;
    position: relative;
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.price-box h3 sup {
    font-size: 17px;
    top: -25px;
    left: -13px;
    text-decoration: line-through;
}

.price-box h3 b {
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    bottom: 8px;
    right: 18px;
}

.price-box p {
    color: #636363;
    font-size: 15px;
    margin-bottom: 20px;
}

.price-box ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}

.price-box ul li i {
    color: #1e5366;
    margin-right: 10px;
}

.pr-box-1 {
    border-color: #5f96ed;
}

.pr-box-2 {
    border-color: #5ceac9;
}

.pr-box-3 {
    border-color: #8d5bea;
}

.pr-box-3 h2 {
    color: #8d5bea;
}

.pr-box-2 h2 {
    color: #5ee6c7;
}

.pr-box-1 h2 {
    color: #6196e9;
}

.price-btn {
    font-size: 15px;
    font-weight: bold;
    background: rebeccapurple;
    padding: 15px 40px;
    border-radius: 6px;
    color: #fff;
    position: relative;
    top: 45px;
}

.pr-box-1 .price-btn {
    background: #6196e9;
}

.pr-box-2 .price-btn {
    background: #56dec0;
}

.pr-box-3 .price-btn {
    background: #8d5bea;
}

.pricing-sec .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.pricing-sec .slick-dots li.slick-active button {
    background-color: #008efd;
}

.pricing-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.pricing-sec .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.pricing-slider {
    margin-bottom: 0 !important;
    padding: 20px 0;
}

/*pricing-sec*/

/*portfolio-sec*/
.portfolio-sec {
    padding: 50px 0 100px;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
}

.port-tab ul {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 15px;
}

.port-tab ul li a {
    border: 1px solid #ff5740;
    margin: 0 12px;
    border-radius: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #ff5740;
}

.port-tab ul li.active a,
.port-tab ul li:hover a,
.port-tab ul li:focus a,
.port-tab ul li.active a:hover,
.port-tab ul li.active a:focus {
    background: #ff5740;
    color: #fff;
    border-color: #ff5740;
}

.port-bx {
    position: relative;
}

.box-content {
    display: none;
}

.portfolio-sec:before {
    content: '';
    background: url(../images/port-bottom-img.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 261px;
    z-index: -1;
}

/*portfolio-sec*/

/*cta-sesc*/
.cta-sec-big {
    background: url(../images/big-cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.cta-bimg-st img {
    width: 100%;
    margin: 0 auto;
    display: table;
}

.cta-txt.hd-txt {
    text-align: left;
}

.cta-txt.hd-txt h4 {
    text-align: left;
    color: #fff;
}

.cta-txt.hd-txt h2 {
    text-align: left;
}

.cta-txt.hd-txt p {
    text-align: left;
}

.cta-txt.hd-txt p {
    width: 100%;
}

.cta-sec-big .row {
    display: flex;
    align-items: center;
}

/*cta-sesc*/

/*how-we-work*/
.how-we-work-sec {
    padding: 40px 0 120px 0;
    background: #eee;
}

.how-work {
    text-align: left;
}

.how-we-work-sec .hd-txt {
    text-align: center;
    padding: 0 0 50px 0;
}

.how-work-list ul {
    padding: 0;
    list-style: none;
}

.how-work-list ul {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

.how-work-list ul li {
    width: 50%;
}

.how-work {
    width: 95%;
    margin-top: 30px;
}

.how-txt {
    display: flex;
    align-items: center;
}

.how-txt h3 {
    font-size: 26px;
    font-weight: 600;
    margin-left: 15px;
}

.how-work p {
    font-size: 16px;
    color: #999999;
    margin: 10px 0;
}

/*how-we-work*/

/*faq*/
.faq-sec {
    padding: 50px 0 90px;
    background: #f4f4f4;
}

.faq-sec .hd-txt p {
    color: #222;
}

.faq-sec .hd-txt {
    color: #fff;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title>a,
.panel-title>a:active {
    display: block;
    padding: 15px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: inherit;
    text-decoration: none;
    background: #ffffff;
    border: 0 !important;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    background: transparent;
    padding: 7px;
    font-size: 12px;
    margin-top: -5px;
}

.panel-heading .collapsed:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(180deg);
    transform: rotate(0deg);
}

.panel-title {
    border: 0;
}

.panel.panel-default {
    border: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 8.242px 21.472px 54px 0px rgba(0, 0, 0, 0.04);
}

div#headingOne {
    background: white;
    border: 0 !important;
}

.panel-body {
    border: 0 !important;
    background: #ffffff;
    padding: 5px 20px 30px;
    color: #999999;
    font-size: 14px;
    font-weight: 500;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #00000000;
    border-color: #ddd;
}

.faq-sec .hd-txt {
    color: #fff;
    padding-bottom: 20px;
}

/*faq*/

/*footer*/
.footer-sec {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 0;
    position: relative;
    z-index: 1;
}

.ftr-txt.hd-txt {
    text-align: left;
}

.ftr-txt.hd-txt h2 {
    color: #fff;
    text-align: left;
    font-size: 40px;
    margin: -70px 0 0 0;
}

.ftr-txt.hd-txt p {
    color: #fff;
    width: 80%;
    text-align: left;
    margin: 0 0 30px 0;
    line-height: 25px;
}

/*form */
.form-mai-box {
    background-color: #fff;
    margin-top: -135px;
    overflow: hidden;
    padding: 0;
    border-radius: 20px;
}

.form-main-div {
    padding: 20px 20px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 40px 40px;
}

.form-text {
    padding: 20px 20px;
    border-radius: 20px 20px 0 0;
    background-image: -webkit-linear-gradient(0deg, rgb(189, 71, 175) 1%, rgb(29, 23, 107) 100%);
}

.form-text h2 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0;
}

.form-div-box input.form-control {
    border-radius: 8px;
    background-color: rgb(220 220 220 / 26%);
    border: 0 !important;
    margin-bottom: 15px;
    padding: 28px 20px;
    box-shadow: none;
    border: 1px solid #bbb0 !important;
}

.form-div-box textarea.form-control.san-bor {
    border-radius: 7px;
    border: 0 !important;
    height: 105px;
    padding: 22px 20px;
    background-color: rgb(220 220 220 / 26%);
    box-shadow: none;
    border: 1px solid transparent !important;
    position: relative;
    z-index: 9;
}

.form-div-box input input.form-control::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}

.form-div-box textarea input.form-control::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}

button.btn.custom-btn1 {
    margin: auto;
    display: table;
    margin-top: 30px;
    background: transparent;
    height: 70px;
    padding: 70px;
    background-image: -webkit-linear-gradient(0deg, rgb(189, 71, 175) 1%, rgb(29 23 107) 100%);
    border-radius: 111%;
    margin-bottom: -115px;
    overflow: hidden;
    border: solid 15px #ede9f2;
}

button.btn.custom-btn1 img.sum-img {
    font-size: 25px;
    color: #fff;
    margin-top: -80px;
}

img.magentto-img-box3 {
    position: absolute;
    right: 16%;
    top: -20px;
    z-index: 1;
    webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 40s linear infinite;
}

section.footer-section .row {
    display: flex;
    align-items: center;
}

.form-div-box-inp-rite.col-sm-6.p0 {
    padding: 0 5px 0 0;
}

.form-div-box-inp-left.col-sm-6.p0 {
    padding: 0 0px 0 5px;
}

/*form */
.form-div-box-new i {
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: -65px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 30px;
    left: 0;
    right: 0;
    transform: rotate(25deg);
}

.form-div-box-new {
    position: relative;
}

.ftr-form-st {
    position: relative;
    top: -90px;
}

.footer-sec .row {
    display: flex;
    align-items: center;
}

.form-div-box input:focus {
    background: transparent;
    outline: #bbb !important;
    border-color: #bbb !important;
}

.form-div-box textarea:focus {
    border: 1px solid #bbb !important;
    background: transparent !important;
}

.form-div-box textarea.form-control.san-bor:focus {
    border: 1px solid #bbb !important;
    outline: #bbb !important;
}

.thnkpge section.disclaimer {
    background: #fff;
}

section.disclaimer {
    padding: 40px 0;
    text-align: center;
}

section.disclaimer p {
    font-style: 15px;
    color: #ffffff;
}

.bnr-logo-img img {
    margin-top: 35px;
    width: auto;
}

section.main-banner .row {
    display: flex;
    align-items: center;
}

.port-bx img {
    width: 100%;
}

/*footer*/
.cta-sec .banner-btn-st {
    justify-content: center;
}

.main-banner video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0;
    height: 100%;
    object-fit: cover;
}

.ranked-sec-box {
    position: relative;
}

.ranked-sec-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 62px 0px rgb(0 0 0 / 10%);
    padding: 0px 0px 0px;
    border-radius: 20px;
    margin: 0 0 25px 0px;
    min-height: 263px;
}

.ranked-sec-head-box {
    margin: auto;
}

.ranked-sec-head-box span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.ranked-sec-icon-box {
    display: flex;
    align-items: start;
    column-gap: 10px;
    margin: 25px 0 0;
    padding: 0 20px 20px;
}

.tactic-icona-bs {
    position: absolute;
    left: 49px;
    width: 50px;
    height: 50px;
    top: 114px;
}

.ranked-sec-head-box-1 {
    width: 331px;
    background-repeat: no-repeat;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  border-radius: 20px;
    background-color: #FFA44A;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}

.ranked-sec-head-box-2 {
    width: 331px;
    border-radius: 20px;
    background-color: #0ED2D2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-repeat: no-repeat;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.ranked-sec-head-box-3 {
    width: 331px;
    border-radius: 20px;
    background-color: #68AEFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    background-repeat: no-repeat;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.ranked-sec-head-box-4 {
    width: 331px;
    border-radius: 20px;
    background-color: #F46B6D;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    background-repeat: no-repeat;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.ranked-sec-head-box-5 {
    width: 331px;
    border-radius: 20px;
    background-color: #282828;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    background-repeat: no-repeat;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.ranked-sec-head-box-6 {
    width: 331px;
    border-radius: 20px;
    background-color: #8D5BEA;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    background-repeat: no-repeat;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.how-we-work-icon-box {
    border-radius: 5px;
    background-image: -moz-linear-gradient(1deg, rgb(175, 67, 169) 0%, rgb(34, 25, 109) 100%);
    background-image: -webkit-linear-gradient(1deg, rgb(175, 67, 169) 0%, rgb(34, 25, 109) 100%);
    background-image: -ms-linear-gradient(1deg, rgb(175, 67, 169) 0%, rgb(34, 25, 109) 100%);
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-we-work-head {
    display: flex;
    align-items: start;
    column-gap: 10px;
    margin: 29px 0 10px 0;
}

.how-we-work-head span {
    border-radius: 5px;
    background-image: -moz-linear-gradient(1deg, rgb(175, 67, 169) 0%, rgb(34, 25, 109) 100%);
    background-image: -webkit-linear-gradient(1deg, rgb(175, 67, 169) 0%, rgb(34, 25, 109) 100%);
    background-image: -ms-linear-gradient(1deg, rgb(175, 67, 169) 0%, rgb(34, 25, 109) 100%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.how-we-work-head h4 {
    font-size: 20px;
    font-weight: bold;
    max-width: 85%;
}

.banner-points li {
    list-style: none;
    padding: 0 0 15px 0;
    color: #fff;
}

.banner-points {
    padding: 0;
    margin: 0;
}

.banner-points li i {
    padding: 0 10px 0px 0;
}

.overlay-bg-new-popup {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.popupform-main-new-popup .close-btn {
    right: -15px;
    top: 15px;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 0;
    color: #fff;
    background: #ff5740;
    font-weight: 300;
}

.pop-form-new-popp .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 15px 0px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
}

.close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 18px;
    right: 0px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding-top: 3px;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    z-index: 9;
}

.pop-box-2-new-pop img {
    box-shadow: 2px 2px 20px 9px #00000045;
    position: relative;
    left: 17px;
    z-index: 1;
    border-bottom: 6px solid #fff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.control-group input::placeholder {
    color: #9b7171;
}

.control-group textarea::placeholder {
    color: #9b7171;
}

.pop-form-new-popp .submit-btn {
    font-size: 18px;
    padding: 15px 0px;
    background: #fb2224;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
}

.popupform-main-new-popup.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.popupform-main-new-popup {
    position: fixed;
    background: #000c;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: cover;
}

.pop-form-new-popp.ta-center-new-pop {
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 600px;
    border-radius: 0 23px 23px 0;
    position: relative;
    top: -30px;
    border-top: 10px solid #ff5740;
}

.pop-box-2-new-pop {
    background: url('new-pop-bg-2.html');
}

.pop-box-2-new-pop span {
    color: #f9b400;
    font-size: 33px;
    font-weight: 600;
    position: relative;
    top: -11px;
}

.pop-box-2-new-pop h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.pop-box-2-new-pop {
    background: transparent;
    height: auto;
    width: auto;
    text-align: center;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 35px;
}

.pop-form-new-popp.ta-center-new-pop {
    padding: 25px 35px 25px 35px;
}

.pop-form-new-popp.ta-center-new-pop h3 {
    color: #2d2d2d;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin: 0;
}

.popupform-main-new-popup {
    align-items: center;
    justify-content: center;
}

.pop-form-new-popp.ta-center-new-pop h3 span {
    font-weight: bold;
}

.pop-form-new-popp.ta-center-new-pop h5 {
    color: #2d2d2d;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    text-align: left;
    padding: 20px 0 10px 0;
}

.pop-form-div-st input,
.pop-form-div-st textarea {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
}

.pop-form-div-st label {
    color: #7d7f80;
    font-size: 13px;
    font-weight: 300;
}

div#pop-form-new-popp form {
    padding-top: 35px;
}

.pop-form-div-st label i {
    margin-right: 5px;
}

.pop-form-new-popp.ta-center-new-pop h5 a {
    color: #ff5740;
    font-weight: bold;
}

.pop-form-new-popp.ta-center-new-pop input {
    width: 100%;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: auto;
    margin: 0 0 15px 0;
    padding: 5px 0 5px 10px;
}

input {
    outline: none;
}

.pop-form-new-popp.ta-center-new-pop textarea {
    width: 100%;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: 50px;
    margin: 0 0 15px 0;
    padding: 10px 5px 5px 10px;
    resize: none;
}

.pop-form-new-popp.ta-center-new-pop button {
    border-radius: 5px 5px 30px 5px;
    background-color: #ff5740;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: table;
    padding: 9px 42px;
    width: auto;
    display: table;
    text-align: left;
}

.pop-form-new-popp.ta-center-new-pop input::placeholder {
    color: #000;
}

.pop-form-new-popp.ta-center-new-pop textarea::placeholder {
    color: #000;
}

.pop-box-2-new-pop {
    position: relative;
    margin-right: 3px;
}

.pop-form-new-popp .close-btn {
    /* display: none; */
}

.pop-form-new-popp.ta-center-new-pop h3 {
    margin: 0;
}

.popup-main-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pop-box-2-new-pop h2 {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 30px;
    line-height: 35px;
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
}

.pop-box-2-new-pop h2 span {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
}

@media (max-width:1600px) {
    .popup-main-box {
        transform: scale(0.9);
    }
    
}

@media (max-width:1366px) {
    .popup-main-box {
        transform: scale(0.8);
    }
}

@media (min-width:200px) and (max-width:767px) {
    .pop-box-2-new-pop {
        display: none;
    }

    .pop-form-new-popp.ta-center-new-pop {
        /* background: url(auto-pop-bg-2-mob.png); */
        background-repeat: no-repeat;
        background-size: cover;
    }
    div#myNavbar11{
        display: none;
    }
    .pop-form-new-popp.ta-center-new-pop {
        width: 100%;
        height: auto;
        margin: 0px 10px;
        /* padding: 25px 0px; */
        border-radius: 23px;
    }

    .pop-form-new-popp .close-btn {
        /* display: block; */

        /* top: 5px; */

        /* right: 0px; */

        /* background: none; */

        /* border: none; */

        /* color: #ff9600; */
    }

    .pop-form-new-popp.ta-center-new-pop button {
        background: #ff5740;
    }

    .pop-form-new-popp.ta-center-new-pop h3 {
        margin: 0 0 5px 0;
    }

    .pop-form-new-popp.ta-center-new-pop h3 span {
        color: #fff;
    }

    .pop-form-new-popp.ta-center-new-pop h5 {
        /* color: #fff; */
    }
}














/* Bundle Packages Start */
section.bndl_packages {
    padding: 25px
}

section.bndl_packages h2 {
    font-size: 36px;
    font-weight: 700
}

section.bndl_packages ul.pkg-wrap {
    padding: 0;
    width: 100%
}

section.bndl_packages ul.pkg-wrap li {
    width: calc(33% - 16px);
    float: left;
    box-shadow: inset 0 0 40px rgb(0 0 0 / 08%);
    margin: 0 8px 40px;
    padding: 0 20px 20px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 1rem;
}

section.bndl_packages ul.pkg-wrap li:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transform: scale(1.02)
}

section.bndl_packages ul.pkg-wrap li.active {
    transform: scale(1.03);
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

section.bndl_packages ul.pkg-wrap ul {
    height: 260px;
    overflow-y: scroll;
    margin: 20px 0
}

section.bndl_packages ul.pkg-wrap li .pkg_title {
    font-size: 45px;
    color: #0a444f;
    font-weight: 700;
    margin: 30px 0;
    text-align: center;
}

section.bndl_packages ul.pkg-wrap li .pkg_price {
    font-size: 30px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #0a454e;
    padding-bottom: 1rem
}

section.bndl_packages ul.pkg-wrap li .pkg_price b {
    font-weight: 800;
    color: #c19463
}

section.bndl_packages ul.pkg-wrap li .pkg_price span {
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    top: 10px;
    margin-left: 23px;
    line-height: 1
}

section.bndl_packages ul.pkg-wrap li .pkg_price span:before {
    content: "/";
    font-size: 40px;
    font-weight: 200;
    position: absolute;
    left: -30px;
    top: 0
}

section.bndl_packages ul.pkg-wrap li .btn-wrap {
    display: flex;
    padding: 10px 0;
    gap: 16px;
    flex-wrap: wrap
}

section.bndl_packages ul.pkg-wrap li .btn-wrap .btn {
    font-size: 13px;
    color: #fff;
    text-align: center;
    width: calc(50% - 10px)
}

section.bndl_packages ul.pkg-wrap li .btn-wrap .order-btn {
    background: #ff5740;
    border-radius: 50px 50px 0
}

section.bndl_packages ul.pkg-wrap li .btn-wrap .chat-btn {
    background: #0a454e;
    border-radius: 0 50px 50px;
    margin-left: auto
}

section.bndl_packages ul.pkg-wrap li .btn-wrap .call-btn {
    background: 0 0;
    border-radius: 50px 50px 0;
    border: solid 1px #212529;
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

section.bndl_packages ul.pkg-wrap li .btn-wrap .btn:hover {
    background: #212529;
    color: #fff
}

section.bndl_packages ul.pkg-wrap li .btn-wrap .btn:focus {
    outline: 0;
    box-shadow: none
}

section.bndl_packages ul.pkg-wrap li .pkg-imgs {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #0a454e;
    padding-top: 10px
}

section.bndl_packages ul.pkg-wrap li .pkg-imgs img {
    max-width: 100px;
    height: auto
}

section.bndl_packages ul.pkg-wrap li ul.pkg_detail li {
    display: block;
    width: calc(100% - 14px);
    box-shadow: none;
    padding: 0;
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px dashed #00000041;
    padding-bottom: 5px
}

section.bndl_packages ul.pkg-wrap li ul.pkg_detail li:hover {
    transform: none;
}

section.bndl_packages ul.pkg-wrap li ul.pkg_detail li b {
    font-size: 14px;
    margin: 10px 0;
    display: block;
    font-weight: bolder
}

section.bndl_packages ul.pkg-wrap li ul.pkg_detail li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 11px
}

section.bndl_packages ul.pkg-wrap ul::-webkit-scrollbar {
    width: 8px;
    background: #0a444f3d;
    border-radius: 6px
}

section.Packages ul.pkg-wrap ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 6px
}

section.bndl_packages ul.pkg-wrap ul::-webkit-scrollbar-thumb {
    background-color: #0a444f;
    outline: 1px solid #0a444f;
    border-radius: 6px
}

section.bndl_packages ul.pkg-wrap li .corner-ribbon {
    position: absolute;
    top: -3px;
    right: -3px;
    height: 5.5em;
    width: 5.5em;
    padding: 8px
}

section.bndl_packages ul.pkg-wrap li .corner-ribbon .cr-inner {
    position: absolute;
    inset: 0;
    background: #ff5740;
    color: #fff;
    border-radius: 16px 8px 0 8px;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(90deg)
}

section.bndl_packages ul.pkg-wrap li .corner-ribbon .cr-text {
    display: block;
    font-weight: 700;
    font-size: .8em;
    line-height: 1.3;
    transform: rotate(-45deg) translateY(-.1em) translateX(-1.8em);
    text-align: center
}

section.bndl_packages ul.pkg-wrap li .corner-ribbon .cr-text strong {
    display: block;
    font-weight: 400;
    text-transform: uppercase
}

.corner-ribbon::after,
section.bndl_packages ul.pkg-wrap li .corner-ribbon::before {
    content: "";
    position: absolute;
    background: #ff5740;
    z-index: -1
}

section.bndl_packages ul.pkg-wrap li .corner-ribbon::before {
    top: calc(100% - 8px);
    right: 0;
    height: 8px;
    width: 3px;
    border-radius: 0 0 50% 0
}

section.bndl_packages ul.pkg-wrap li .corner-ribbon::after {
    right: calc(100% - 8px);
    top: 0;
    width: 8px;
    height: 3px;
    border-radius: 50% 0 0 0
}

ul.pkg-wrap li {
    list-style: none;
}

@media screen and (min-width:768px) and (max-width:1199px) {
    section.bndl_packages ul.pkg-wrap li {
        width: calc(50% - 16px);
    }
    footer.main_footer {
        padding: 50px 0;
      }
      .footer_inner ul li a {
        font-size: 15px !important;
      }
      .footer_inner h2{
        font-size: 30px;
      }
      .footer_inner a img {
        width: 65%;
      }
      .footer_inner ul {
        margin: 20px auto 0 !important;
        justify-content: center;
      }
    
      .footer_inner ul li {
        margin: 0 10px 10px 0;
      }
    
}

@media screen and (min-width:0px) and (max-width:767px) {
    section.bndl_packages ul.pkg-wrap li {
        width: calc(100% - 16px);
    }
}
footer.main_footer {
    background: #252525;
    padding: 50px 0 20px 0;
  }
  .footer_inner ul {
    margin: 20px auto 0 !important;
    justify-content: center;
  }

  .footer_inner ul li {
    margin: 0 10px 10px 0;
  }
  
.footer_inner {
    text-align: start;
    margin: 0 0 0 30px;
  }
  
  .footer_inner p {
    color: #fff;
    width: 100%;
    margin: auto !important;
    margin-top: 30px !important;
  }
  
  .footer_inner h2 {
    color: #fff;
    margin: 30px 0 15px 0;
    font-size: 22px;
    font-weight: 600;
  }
  
  .footer_inner ul {
    display: block;
    /* justify-content: center; */
  }
  
  .footer_inner ul li a svg {
    font-size: 26px;
    color: #fff;
  }
  
  .footer_inner ul li {
    color: #fff;
    margin: 0 17px 0 0;
  }
  .footer_inner a img {
    width: 80%;
  }
  .footer_inner ul li a {
    margin: 0 0 10px 0;
    color: white;
    /* text-transform: uppercase !important; */
  }
  .footer_inner ul li a svg {
    font-size: 21px;
    margin: 0 10px 0px 0;
  }
  
.footer_inner ul li a svg {
    font-size: 18px;
    margin: 0 20px 0px 0px;
  }
  
  .footer_inner ul li {
    margin: 0 0 10px 0;
  }
  
  .footer_inner ul li:nth-child(2) a svg {
    margin: 0 16px 0 0;
  }
  .footer_inner ul li a img {
    width: 15%;
  }  
  .disclaimer{
    background: #252525;
    
  }
  .disclaimer a{
  color: white;
  }
 