.ftr-hd-02 img {
    margin: -83px 0 !important;
    width: 80% !important
}

.fld-input .iti--allow-dropdown {
    height: 100%;
    width: 100%;
}
.iti--allow-dropdown {
    width: 100%;
}
label.error {
    font-size: 12px;
    color: red;
    text-align: left !important;
    display: block;
    padding: 5px 0;
}

.adrs {
    margin: 45px 0 0 !important
}

.scl-ftr {
    margin: 25px 0 0 !important
}

a.dmca-badge {
    margin-top: 0 !important;
    margin-left: 34px
}

.live-link {
    background-image: url(../images/back-link.png) !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important
}

.side-bar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8;
    transition: all 1s ease
}

.side-bar2 {
    position: fixed;
    right: 460px;
    top: 0;
    z-index: 8;
    transition: all 1s ease
}

.innerBanner p {
    margin-bottom: 1.5rem
}

.wow-testimonial {
    padding: 0
}

.wow-testimonial h2 {
    text-align: center;
    margin-bottom: 1rem
}

.wow-testimonial p {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 0rem
}

.wow-testimonial .tsbox {
    box-shadow: 0 0 31px #0000001a;
    border-radius: 10px;
    padding: 40px 10px 40px;
    margin-top: 30px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    min-height: 320px
}

.wow-testimonial .tsbox .lft {
    width: 30%;
    padding-top: 30px;
    float: left
}

.wow-testimonial .tsbox .lft figure {
    width: 134px;
    height: 134px;
    margin: 0 auto;
    background: var(--theme_color);
    border-radius: 50%;
    background: linear-gradient(269.85deg, #BF2137 .08%, #770855 100.14%)
}

.wow-testimonial .tsbox .lft figure span {
    font-size: 30px;
    width: 100%;
    display: inline-block;
    padding-top: 45px;
    color: #fff;
    text-align: center
}

.wow-testimonial .tsbox .rht {
    width: 70%;
    text-align: left;
    padding: 0 20px 0 10px;
    display: inline-block
}

.wow-testimonial .tsbox .rht h3 {
    font-size: 20px;
    text-align: left;
    padding-bottom: 15px
}

.wow-testimonial .tsbox .rht p {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    text-align: left
}

.wow-testimonial .tsbox .rht .spn {
    color: var(--theme_color)
}

.wow-testimonial .tsbox .rht .rating {
    margin-top: 5px
}

.wow-testimonial .tsbox .rht .rating i {
    color: #ff7e65
}

.wow-testimonial .tsbox:hover {
    transform: translateY(-.625rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.sa-button-container {
    margin-top: 1rem
}

.sa-button-container .btn {
    width: initial;
    padding: 10px 20px;
    margin-top: 0
}

.sweet-alert {
    z-index: 9999999 !important
}


.main-packg {
    padding: 60px 0 0 0;
}

.mainpkge {
    transition: all .2s ease-in;
    display: inline-block;
    width: 96%;
    border: 2px solid #ededed;
    border-radius: 13px;
    padding: 30px 10px;
    margin: 0 10px 50px;
    background-color: #fff;
    min-height: 35rem;
}

.mainpkge:hover {
    background-image: -moz-linear-gradient(90deg,rgba(255 255 255) 0,#fff 100%);
    background-image: -webkit-linear-gradient(90deg,rgb(255 255 255) 0,#ffffff 100%);
    background-image: -ms-linear-gradient(90deg,rgba(255 255 255) 0,#fff 100%);
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    /*-webkit-transform: scale(1.05);*/
    -ms-transition: all .2s ease-in;
    /*-ms-transform: scale(1.05);*/
    -moz-transition: all .2s ease-in;
    /*-moz-transform: scale(1.05);*/
    transition: all .2s ease-in;
    /*transform: scale(1.05);*/
    /* background: #eaeaea; */
    border-color: var(--theme_color);
}

.mainpkge h2 {
    color: var(--theme_color);
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
}

.mainpkge .namwrp span {
    color: #000000;
    font-weight: 600;
}
.mainpkge .pricewrp {
    margin-top: 1rem;
    min-height: 4.3rem;
}
.mainpkge .pricewrp h1 {
    font-weight: 600;
    font-size: 58px;
    color: var(--theme_color);
    display: inline-block;
    margin-bottom: 0;
}

.mainpkge .pricewrp h4 {
    font-size: 22px;
    display: inline-block;
    color: #000000;
    margin: 0 0 0 20px;
    position: relative;
}

.mainpkge .pricewrp h4:after {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #3a6bb1;
    content: "";
    top: 74%;
    left: 16px;
}

.mainpkge .pricewrp h4 span {
    display: block;
    text-decoration: line-through
}

.mainpkge .detailwrp ul {
    text-align: left;
    height: 240px;
    margin: 20px 0 30px;
    padding-left: 20px;
    overflow-y: scroll;
    overflow-x: hidden
}

.mainpkge .detailwrp ul li {
    border: none;
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    color: #001c4e;
    font-size: 15px;
    padding: 0 20px 2px 0;
    margin: 0 0 0 20px;
    line-height: 1.5;
}

.mainpkge:hover .detailwrp ul li {
    color: #000
}

.mainpkge .detailwrp ul li:after {
    background-image: url(../images/double-arrow.svg);
    position: absolute;
    content: "";
    width: 11px;
    height: 12px;
    filter: invert(1);
    background-repeat: no-repeat;
    top: 4px;
    left: -20px;
}

.mainpkge .btnwrp {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.mainpkge .btnwrp a {
    padding: 13px 35px;
    color: #fff;
    font-weight: 600;
    background-color: var(--theme_color);
    border: 1px solid var(--theme_color);
}

.mainpkge:hover .btnwrp a.chat-btn {
    color: #fff;
    background: #000000;
    border-color: #000;
}

.mainpkge h1.getqout {
    font-size: 32px !important;
    font-weight: 600 !important;
}

.packag-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 3rem;
    line-height: 1;
    opacity: .3;
    transition: ease all .5s;
}

.packag-slider .slick-prev {
    left: -3.5rem;
}

.packag-slider .slick-next {
    right: -5rem;
}

.packag-slider .slick-arrow:hover {
    opacity: .8;
}
.slick-prev:before, .slick-next:before {
    content: none !important;
}
.packag-slider .slick-arrow i {
    color: #000;
}
.heading3 {
    color: #000;
    font-size: 3.25rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-rates {
    padding: 100px 0;
    border-bottom: 1px solid #ededed;
}

.services-rates ul.nav-tabs li.nav-item {
    flex: 0 0 30%;
    margin-bottom: -1px;
    
}

.services-rates ul.nav-tabs li.nav-item a {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
    padding: 30px 10px;
    text-transform: capitalize;
    text-align: center;
    border-right: 0;
    /* border-bottom: 0; */
}

.services-rates ul.nav-tabs li.nav-item:nth-child(3) a {
    border-right: 1px solid #ccc!important
}

.services-rates ul.nav-tabs li.nav-item:last-child a {
    border-right: 1px solid #ccc!important
}

.services-rates ul.nav-tabs li.nav-item:nth-child(n+4) a {
    border-bottom: 1px solid #ccc
}
.services-rates ul.nav-tabs li.nav-item a.active {
    background: var(--theme_color);
    border-color: var(--theme_color);
    color: #fff;
}
.services-rates .tab-content {
    padding-top: 60px
}

.tab-content article img {
    width: 100%
}

.tab-content h4 {
    font-size: 30px;
    font-weight: 600
}

.tab-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3a3a3a;
    line-height: 1.2;
}
.tab-content article p {
    padding-top: 0px;
    padding-bottom: 25px;
    font-size: 1.2rem;
}
.table-div {
    float: left;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.table-div table {
    width: 100%;
    font-size: .75em
}

.table-div th,td {
    padding: 20px 30px;
    vertical-align: middle;
    line-height: 130%
}

.table-div th {
    font-weight: 500;
    text-align: left;
    vertical-align: top
}

.table-div th h5 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700
}

.table-div th p {
    font-size: 16px;
    line-height: 25px
}

.table-div th p+p {
    font-size: 1.313em;
    line-height: 120%;
    font-weight: 400;
    margin: 4px 0 0 0
}

.table-div td p {
    font-size: 1.313em;
    line-height: 130%
}

.table-div td h3,td h4,td h5,td h6 {
    margin: 0
}

.table-div td p+p,td h3+p,td h4+p,td h5+p,td h6+p,td p+h3,td p+h4,td p+h5 {
    margin: 4px 0 0 0!important
}

.table-div td h4+h6 {
    margin: 2px 0 0 0!important
}

.table-div tr:nth-child(2n+1) td {
    background: rgb(255 57 57 / 15%);;
}

.table-div th:nth-child(2n),td:nth-child(2n) {
    background: #f7f8f9
}

.table-div tr:nth-child(2n+1) td:nth-child(2n) {
    background: rgb(255 57 57 / 30%);
}

.table-div td[rowspan] {
    background: #fff!important
}

.table-div table .highlight {
    background: #051d38!important;
    color: #fff
}

.table-div table tr:nth-child(2n) .highlight {
    background: #092741!important
}

.table-div th,td>.center {
    text-align: center
}

.table-div td>.center i.fa-check {
    background-color: #0a75d7;
    color: #fff;
    width: 30px;
    height: 30px;
    padding-top: 9px;
    border-radius: 100%
}

.table-div th,td>.center span.icon-no hr {
    border-top: 2px solid #000;
    margin: 0 auto;
    width: 6%
}


.services-rates ul.nav-tabs {
    border-bottom: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 1199px)
{
    .services-rates ul.nav-tabs li.nav-item {
    flex: 0 0 50%;
}

.services-rates ul.nav-tabs li.nav-item:nth-child(even) a {
    border-right: 1px solid #ccc;
}
}

@media (max-width: 769px)
{
    .services-rates ul.nav-tabs li.nav-item {
    flex: 0 0 100%;
}
}

.sec-thanks {
    min-height: 100vh;
    align-content: center;
}
.sec-thanks .desc {
    text-align: center;
}
.sec-thanks .desc .logo {
    height: 100px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 20px;
}
.sec-thanks .desc h1 {
    text-transform: capitalize;
    font-size: clamp(24px,8vw,70px);
    color: var(--black);
    margin-bottom: 20px;
}
.sec-thanks .desc h6 {
    text-transform: capitalize;
    font-size: clamp(16px,2vw,40px);
    margin-bottom: 20px;
}


.main-privacy .term-text>* ,.main-privacy .term-text ul li {
    margin: 15px 0;
    line-height: 24px;
}