@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --c1: #1c9b8f;
    --c3: #11314f;
    --f1: "Poppins", system-ui;

}

html {
    scroll-behavior: smooth;
}

.img__contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: var(--f1);
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: all 300ms ease-in-out;
}

a:hover {
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

ul,
ol,
dl {
    margin-bottom: 0;
    padding: 0;
}

img {
    width: 100%;
}



body header {
    position: absolute;
    width: 100%;
    padding: 0;
    z-index: 999;
}

.top-head {
    background: #11314f;
    /* padding: 5px 0; */
}

.top-left.col-md-7 {
    display: flex;
    align-items: center;
}

.top-left h4 {
    color: #fff;
    font-size: 15px;
    margin: 0 10px 0 0;
}

.top-left a {
    background: #ffba00;
    padding: 5px 20px;
    color: #000;
    font-weight: bold;
    border-radius: 2px;
    font-size: 15px;
}

.top-right ul {
    float: right;
    color: #fff;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header ul li:first-child {
    margin-left: 0;
}

header ul li {
    display: inline-block;
    margin-left: 0;
}

header ul li a.toll_icon {
    background: url(../images/toll.html) no-repeat scroll left center;
    padding-left: 0;
    /* margin-top: 10px; */
}

header ul li a {
    padding: 13px 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

header ul li a.chat_icon.chat {
    background: url(../images/chat.html) no-repeat scroll left center;
    padding-left: 35px;
}

.logodiv {
    width: 200px;
}

.logodiv a {
    width: 100%;
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 0 0px 15px 15px;
}

.logodiv a img {
    width: 100%;
    height: 100%;
}

.various.dinn-scr h4 {
    margin: 0 !important;
}

.themebtn {
    background: var(--c1);
    color: #fff;
    padding: 13px 27px;
    border-radius: 10px;
}

.themebtn h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

section.banner {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    padding-top: 11em;
    padding-bottom: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 62%);
}

.banner .container {
    position: relative;
    z-index: 1;
}

section.banner h1 {
    font-size: 54px;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 54px;
    text-shadow: 0 1px 2px #000;
}

.banner-left p {
    margin: 0;
}

section.banner h1 span {
    color: #ffba00;
    font-weight: 700;
}

.banner-left ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner-left li {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    margin-top: 12px;
    padding-left: 40px;
    position: relative;
}

.banner-left li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #ffc600;
}

section.banner a {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #fff;
    position: relative;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
    /* box-shadow: 4px 6px 14px rgb(0 0 0 / 20%); */
    letter-spacing: -1px;
    background: #1c9b8f;
}

section.banner a+a {
    /* font-size: 24px; */
    /* font-weight: 700; */
    background: #fff;
    color: #000;
}

section.banner a {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #fff;
    position: relative;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
    /* box-shadow: 4px 6px 14px rgb(0 0 0 / 20%); */
    letter-spacing: -1px;
    background: #1c9b8f;
}

img.head-thumb {
    /* max-width: none; */
    max-width: 760px;
}

.rev-div {
    border-radius: 6px;
    padding: 20px;
    position: relative;
    top: 400px;
}

.rev-div:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: #0000002e;
    height: 100%;
    z-index: -1;
    top: 0;
    border-radius: inherit;
}

.spon-images {
    border-top: 1px solid #dcdcdc52;
    /* text-align: center; */
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 3em;
}

.banner .container {
    position: relative;
    z-index: 1;
}

section.banner h4 {
    font-size: 13px;
    margin: 0;
}

.rev-thumb {
    width: 100%;
}

.head-form {
    width: 400px;
    background: #fff;
    padding: 20px 20px 20px;
    border-radius: 10px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    /*box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);*/
    box-shadow: 0 0px 24px 9px rgb(80 185 182 / 53%);
}

.form-head {
    text-align: center;
    padding: 0;
    margin: 10px 0 0;
}

.form-head h2 {
    font-weight: 600;
    color: black;
    font-size: 27px;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin-bottom: 15px;
}

.form-head span {
    color: #1c9b8f;
    font-size: 37px;
    font-weight: bold !important;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.inner-pages-form input {
    height: 55px;
    transition: 0.4s ease-in-out;
    border-color: #e5e5e5;
    font-weight: 400;
}

.head-form textarea.form-control,
textarea {
    min-height: 120px;
}

.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 16px;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.inner-pages-form .country-name {
    color: black !important;
}

.iti-flag {
    background-image: url(../images/flags.webp) !important;
}

.inner-pages-form button {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    background-color: #1c9b8f;
    font-size: 14px;
    width: 100% !important;
    text-transform: uppercase;
    font-size: 18px;
}


.our-pricing-plans {
    background: #f5f3f3;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.our-pricing-plans .container {
    position: relative;
    z-index: 9
}

.our-pricing-plans:after {
    content: '';
    background: url("../images/our-pricing-bg.html") no-repeat;
    width: 100%;
    height: 918px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
}

.our-pricing-plans h3 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 32px;
}

.our-pricing-plans p {
    font-size: 18px;
    color: #6b6b6b;
    line-height: 23px;
    margin-bottom: 30px;
    padding: 0 250px;
}

.our-pricing-plans .package {
    background: white;
    padding: 0 0 25px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px;
}

.our-pricing-plans .package .head {
    background: #00ad9f;
    padding: 10px 21px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #0f7f73;
    height: 100px;
}

.our-pricing-plans .package .head .left {
    display: inline-block;
    width: 32%;
}

.our-pricing-plans .package .head .left i {
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #009b8f;
    display: inline-block;
    line-height: 80px;
    position: relative;
}

.our-pricing-plans .package .head .left i img {
    max-width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.our-pricing-plans .package .head .right {
    display: inline-block;
    margin-left: 10px;
    /* vertical-align: middle; */
    text-align: left;
    width: 60%;
    position: relative;
    top: -15px;
}

.our-pricing-plans .package .head .right h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 3px;
    text-shadow: 2px 2px 2px #13795f;
}

.our-pricing-plans .package .head .right h6 {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 0;
    text-shadow: 2px 2px 2px #13795f;
}

.our-pricing-plans .package .price {
    width: 100%;
    margin: auto;
    padding: 10px 0;
    background: #e1f1ed;
    text-align: center;
}

.our-pricing-plans .package .price .left {
    display: inline-block;
}

.our-pricing-plans .package .price .left h2 {
    font-size: 50px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    letter-spacing: -2.5px;
}

.our-pricing-plans .package .price .left h2 sup {
    font-size: 20px;
    color: #000;
    top: -1em;
    left: -4px;
    font-weight: 700;
}

.our-pricing-plans .package .price .right {
    display: inline-block;
    text-align: left;
    float: none !important;
}

.our-pricing-plans .package .price .right strike {
    color: #d10a00;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    text-decoration: line-through !important;
}

.our-pricing-plans .package .price .right span {
    font-weight: 700;
    display: block;
    margin-left: 5px;
    position: relative;
    top: -10px;
    font-size: 10px;
    color: #808080
}

.our-pricing-plans .package .listing ul {
    padding-left: 30px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.our-pricing-plans .package .listing ul li {
    font-size: 12px;
    color: #252525;
    margin-bottom: 5px;
    font-weight: 400;
}

.our-pricing-plans .package .listing ul li:before {
    content: '';
    background: #00ad9f;
    height: 6px;
    width: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.our-pricing-plans .package .content {
    overflow: auto;
    position: relative;
    max-width: 92%;
    padding: 20px 0;
    height: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto;
}

.our-pricing-plans .package .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #d2f1e9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.our-pricing-plans .package .mCSB_scrollTools .mCSB_dragger {
    height: 30px !important
}

.our-pricing-plans .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #2b9479;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.custom-btn {
    text-align: center;
    line-height: 30px;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 9px 40px;
    width: auto !important;
    display: inline-block !important;
}

.our-pricing-plans .package .custom-btn {
    background: #00ad9f;
    margin: auto;
    display: block;
    border-bottom: 4px solid #0f7f73;
    text-shadow: #000000bf 0 1px 1px;
}

.our-pricing-plans .package .custom-btn span {
    color: white;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.strip {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 11px !important;
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 18px;
    border-radius: 3px 3px 0px 0px;
    z-index: 5;
}

.strip.best-seller {
    background: #1c9b8f;
    color: white;
    border-radius: 3px 3px 0px 0px;
    left: inherit;
    top: 6px;
    right: 18px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 3px 11px;
    margin-top: 10px;
}

.our-pricing-plans .item:nth-child(2) .package .head {
    background: #ec9c10;
    border-color: #ec9c10;
}

.our-pricing-plans .item:nth-child(2) .package .head .left i {
    background: #d48c0e;
}

.package .listing {
    text-align: left;
}

.owl-pricing .item {
    padding: 40px 10px 30px;
    background: transparent;
}

.owl-pricing .owl-nav {
    /* position: absolute; */
    top: 50%;
    bottom: 0;
    width: 100%;
}

.owl-pricing .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
    top: 50%;
}

.owl-pricing .owl-nav .owl-next {
    position: absolute;
    right: -70px;
    top: 50%;
}

.owl-pricing .owl-nav i {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #f80223c2;
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
    position: relative;
    z-index: 9;
}

.owl-pricing .owl-nav button:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #f80223;
    height: 0;
    width: 0;
    transition: 0.5s all;
    border-radius: 50%;
    z-index: -1;
}

.owl-pricing .owl-nav button i {
    transition: 0.5s;
    transition-delay: 0.3s;
}

.owl-pricing .owl-nav button:hover:before {
    width: 100%;
    height: 100%;
}

.owl-pricing .owl-nav [class*=owl-]:hover {
    background: #e841294d;
    color: #ffffff;
    border-radius: 50%;
}

.our-pricing-plans .item:nth-child(2) .package .head .right h5 {
    text-shadow: 2px 2px 2px #2d3784
}

.our-pricing-plans .item:nth-child(2) .package .head .right h6 {
    text-shadow: 2px 2px 2px #2d3784
}

.our-pricing-plans .item:nth-child(2) .package .price {
    background: #ec9c101c;
}

.our-pricing-plans .item:nth-child(2) .package .listing ul li:before {
    background: #ec9c10;
}

.our-pricing-plans .item:nth-child(2) .package .mCSB_scrollTools .mCSB_draggerRail {
    background: #d5d9ee
}

.our-pricing-plans .item:nth-child(2) .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ec9c10;
}

.our-pricing-plans .item:nth-child(2) .package .custom-btn {
    background: #ec9c10;
    border-color: #ec9c10;
}

.our-pricing-plans .item:nth-child(8) .package .head {
    background: #1f308e;
    border-color: #1e2b79;
}

.our-pricing-plans .item:nth-child(8) .package .head .left i {
    background: #1c2b80;
}

.our-pricing-plans .item:nth-child(8) .package .head .right h5 {
    text-shadow: 2px 2px 2px #2d3784
}

.our-pricing-plans .item:nth-child(8) .package .head .right h6 {
    text-shadow: 2px 2px 2px #2d3784
}

.our-pricing-plans .item:nth-child(8) .package .price {
    background: #eaecf6
}

.our-pricing-plans .item:nth-child(8) .package .listing ul li:before {
    background: #1f308e;
}

.our-pricing-plans .item:nth-child(8) .package .mCSB_scrollTools .mCSB_draggerRail {
    background: #d5d9ee
}

.our-pricing-plans .item:nth-child(8) .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #495ab4
}

.our-pricing-plans .item:nth-child(8) .package .custom-btn {
    background: #1f308e;
    border-color: #142064;
}

.our-pricing-plans .item:nth-child(3) .package .head {
    background: #dc321a;
    border-color: #b02f1d;
}

.our-pricing-plans .item:nth-child(3) .package .head .left i {
    background: #c62d17;
    overflow: hidden;
}

.our-pricing-plans .item:nth-child(3) .package .head .right h5 {
    text-shadow: 2px 2px 2px #e6371f
}

.our-pricing-plans .item:nth-child(3) .package .head .right h6 {
    text-shadow: 2px 2px 2px #e6371f
}

.our-pricing-plans .item:nth-child(3) .package .price {
    background: #faebe9
}

.our-pricing-plans .item:nth-child(3) .package .listing ul li:before {
    background: #c62d17;
}

.our-pricing-plans .item:nth-child(3) .package .mCSB_scrollTools .mCSB_draggerRail {
    background: #fad9d4
}

.our-pricing-plans .item:nth-child(3) .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #dc321a;
}

.our-pricing-plans .item:nth-child(3) .package .custom-btn {
    background: #dc321a;
    border-color: #7a1d10;
}

.our-pricing-plans .item:nth-child(9) .package .head {
    background: #dc321a;
    border-color: #b02f1d;
}

.our-pricing-plans .item:nth-child(9) .package .head .left i {
    background: #c62d17;
    overflow: hidden;
}

.our-pricing-plans .item:nth-child(9) .package .head .right h5 {
    text-shadow: 2px 2px 2px #e6371f
}

.our-pricing-plans .item:nth-child(9) .package .head .right h6 {
    text-shadow: 2px 2px 2px #e6371f
}

.our-pricing-plans .item:nth-child(9) .package .price {
    background: #faebe9
}

.our-pricing-plans .item:nth-child(9) .package .listing ul li:before {
    background: #c62d17;
}

.our-pricing-plans .item:nth-child(9) .package .mCSB_scrollTools .mCSB_draggerRail {
    background: #fad9d4
}

.our-pricing-plans .item:nth-child(9) .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #dc321a;
}

.our-pricing-plans .item:nth-child(9) .package .custom-btn {
    background: #dc321a;
    border-color: #7a1d10;
}


.owl-pricing.owl-carousel.owl-theme {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

.owl-pricing.owl-carousel.owl-theme .item {
    width: 33.3%;
    position: relative;
}

.our-pricing-plans .item:nth-child(4) .package .head {
    background: #e75700;
    border-color: #a24107;
}

.our-pricing-plans .item:nth-child(4) .package .head .left i {
    background: #cf4e00;
}

.our-pricing-plans .item:nth-child(4) .package .head .right h5 {
    text-shadow: 2px 2px 2px #e64b00
}

.our-pricing-plans .item:nth-child(4) .package .head .right h6 {
    text-shadow: 2px 2px 2px #e64b00
}

.our-pricing-plans .item:nth-child(4) .package .price {
    background: #f4e6de
}

.our-pricing-plans .item:nth-child(4) .package .listing ul li:before {
    background: #e75700;
}

.our-pricing-plans .item:nth-child(4) .package .mCSB_scrollTools .mCSB_draggerRail {
    background: #f9e3d5;
}

.our-pricing-plans .item:nth-child(4) .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #e3722e;
}

.our-pricing-plans .item:nth-child(4) .package .custom-btn {
    background: #de5b0c;
    border-color: #9b3e06;
}

.our-pricing-plans .item:nth-child(5) .package .head {
    background: #4531c3;
    border-color: #202a7c;
}

.our-pricing-plans .item:nth-child(5) .package .head .left i {
    background: #3e2caf;
}

.our-pricing-plans .item:nth-child(5) .package .head .right h5 {
    text-shadow: 2px 2px 2px #452a99;
}

.our-pricing-plans .item:nth-child(5) .package .head .right h6 {
    text-shadow: 2px 2px 2px #452a99;
}

.our-pricing-plans .item:nth-child(5) .package .price {
    background: #e4e2f1;
}

.our-pricing-plans .item:nth-child(5) .package .listing ul li:before {
    background: #2d40a8;
}

.our-pricing-plans .item:nth-child(5) .package .mCSB_scrollTools .mCSB_draggerRail {
    background: #d5d9ee;
}

.our-pricing-plans .item:nth-child(5) .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #5d4dca;
}

.our-pricing-plans .item:nth-child(5) .package .custom-btn {
    background: #4531c3;
    border-color: #142064;
}

.our-pricing-plans .item:nth-child(6) .package .head {
    background: #ec0000;
    border-color: #b32919;
}

.our-pricing-plans .item:nth-child(6) .package .head .left i {
    background: #d40000;
}

.our-pricing-plans .item:nth-child(6) .package .head .right h5 {
    text-shadow: 2px 2px 2px #ed2626
}

.our-pricing-plans .item:nth-child(6) .package .head .right h6 {
    text-shadow: 2px 2px 2px #ed2626
}

.our-pricing-plans .item:nth-child(6) .package .price {
    background: #fde5e5
}

.our-pricing-plans .item:nth-child(6) .package .listing ul li:before {
    background: #ec0000;
}

.our-pricing-plans .item:nth-child(6) .package .mCSB_scrollTools .mCSB_draggerRail {
    background: #fad9d4;
}

.our-pricing-plans .item:nth-child(6) .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ee2524;
}

.our-pricing-plans .item:nth-child(6) .package .custom-btn {
    background: #ec0000;
    border-color: #7a1d10;
}
 
.our-combopack {
    background: url("../images/our-combo.webp") no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    min-height: 690px;
}

.our-combopack * {
    color: white
}

.our-combopack h5 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 0px;
}

.our-combopack h2 {
    font-size: 63px;
    font-weight: 700;
    margin: 0 0 10px;
}

.our-combopack p {
    font-size: 17px;
    margin: 0 0 25px;
    line-height: 26px;
}

.our-combopack ul li {
    margin: 0 0 0px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    /* width: 46%; */
    font-weight: 300;
    display: block;
    line-height: 20px;
}

.our-combopack ul li:before {
    content: '';
    background: #fff;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.our-combopack .btn-pack {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.our-combopack .btn-pack .custom-btn {
    line-height: 47px;
    margin-right: 75px;
}

.our-combopack .btn-pack .custom-btn:last-of-type {
    margin-right: 0
}

.our-combopack .btn-pack .custom-btn span {
    font-size: 20px;
    color: #000000
}

.our-combopack .btn-pack .custom-btn.get-now {
    background: #ffc426;
    position: relative
}

.our-combopack .btn-pack .custom-btn.get-now:after {
    content: '';
    background: url("../images/moneyback.html") no-repeat;
    height: 93px;
    width: 98px;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto
}

.our-combopack .btn-pack .custom-btn.view-detail {
    background: #ffffff
}

.our-combopack .bundle-img {
    position: relative;
    right: 10px;
    top: 120px;
    width: 100%;
    height: 480px !important;
}

.our-combopack .bundle-img h6 {
    font-size: 87px;
    position: absolute;
    top: 0;
    right: -100px;
    transform: rotate(1deg);
    display: none
}

.our-combopack .bundle-img h6 sub {
    font-size: 29px;
    color: #ffcc00
}

ul {
    padding: 0 !important;
}

.our-combopack .bundle-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    scale: 1.2;
}

.works-wrap {
    padding: 0px 0 0;
    position: relative;
    background-color: #ffffff;
    z-index: 2;
}

.workpage {
    padding: 100px 0;
    background: #f9dfff;
}

@media (max-width: 767.98px) {
    .works-wrap {
        padding-top: 100px;
    }
}

.works-wrap .works__info {
    /*padding-left: 138px;*/
    margin-bottom: 50px;
    text-align: -webkit-center;
}

@media (max-width: 767.98px) {
    .works-wrap .works__info {
        padding-left: 15px;
    }
}

.works-wrap .page-title {
    font: 50px/60px "Poppins", sans-serif;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .works-wrap .page-title {
        font-size: 52px;
    }
}

.works-wrap .works__tags {
    margin-top: 30px;
}

.works-wrap .works__tags a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    user-select: none;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: solid 1px rgba(187, 187, 187, 0.27);
    font-size: 16px;
    padding: 5px 17px;
    margin: 5px;
    transition: transform .2s;
}

.works-wrap .works__tags a:hover {
    border: 1px solid rgba(187, 187, 187, 0.27);
    background-color: rgba(187, 187, 187, 0.27);
    color: #000;
}

.works-wrap .works__tags a:active {
    transform: scale(0.95);
}

.works-wrap .works__tags a.active {
    border: 1px solid #1c9b8f;
    background-color: #1c9b8f;
    color: #fff;
}

.works-wrap .tab-custom .tabbing-links li:hover {
    border-bottom: 1px solid rgb(255, 255, 255);
    background-color: rgba(187, 187, 187, 0);
    color: #fff;
    /* background: #ea018e; */
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    /* background: -webkit-linear-gradient(left, #ea018e 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #ea018e 0%,#9b2c92 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);
}

.works-wrap .tab-custom .tabbing-links li.current {
    border-bottom: 1px solid #1c9b8f;
    background-color: rgba(187, 187, 187, 0);
    color: #1c9b8f;
}

.work-grid-item,
.work-grid-item-featured {
    overflow: hidden;
    width: 31%;
    height: 254px;
    position: relative;
    display: inline-block;
    margin: 9px !important;
}

.work-grid-item-featured {
    width: 100vw
}

.work-grid-item-featured video {
    position: absolute;
    width: 100vw;
    height: auto
}

.work-grid-item-img,
.work-grid-item-img-wrapper {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    /* background: #000 */
}

.work-grid-item-img-wrapper {
    height: 100%;
    -webkit-perspective: 5000px;
    perspective: 5000px
}

.work-grid-item-img {
    height: auto;
    -webkit-transition: all .1s;
    transition: all .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.work-grid-item-inner,
.work-grid-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 10px;
}

.work-grid-item-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.59);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #fff;
    z-index: 2;
}

.work-grid-item-inner:hover .work-grid-item-overlay {
    opacity: 1
}

.work-grid-item-content {
    min-width: 80%;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: -webkit-center;
}

.work-grid-item-content p {
    display: none;
}

.work-grid-item-featured .work-grid-item-content {
    -webkit-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%)
}

.work-grid-item-content h2 {
    margin-bottom: 20px;
    line-height: 1em;
    display: none;
}

.work-grid-item-content h3 {
    margin-bottom: .5em;
    color: #fff;
    font-size: 1.17em;
}

.work-grid-item-inner .btn {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.work-grid-cta {
    clear: both;
    text-align: center;
    padding: 5.35em 0
}

.work-grid-item-content,
.work-grid-item-overlay {
    -webkit-filter: none !important;
    filter: none !important
}

.work-grid-small .work-grid-item-img-wrapper {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.work-grid-small .work-grid-item {
    width: 25vw;
    height: 25vw
}

.work-grid-small .work-grid-item-content h2 {
    font-size: 1em;
    color: #fff;
}

.work-grid-small .work-grid-item-content h3 {
    font-size: .4em;
    color: #fff;
}

.work-grid-small .work-grid-item-content p {
    font-size: .6em;
    line-height: 1.2em;
    color: #fff;
}

.work-grid-item-featured .work-grid-item-content h2 {
    color: #fff;
    font-size: 60px;
}

.work-grid-item-featured .work-grid-item-content h3 {
    color: #fff;
    font-size: 26px;
}

.work-grid-item-featured .work-grid-item-content p {
    color: #fff;
}


.mygrid {
    padding: 30px 20px 30px 20px;
    background-image: linear-gradient(45deg, #f53435, #f8931f);
    width: 80% !important;
    margin: 0 auto;
    position: relative;
    border-radius: 8px;
    height: 315px;
}

.cta2 {
    overflow: revert;
    padding: 60px 70px 0px;
    text-align: center;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.cta2 .wrap h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: left;
}

.cta2 .wrap h3 {
    text-align: left;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.cta2 .wrap .gt-strt {
    padding: 12px 20px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    border-radius: 8px;
    background: #000;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: none;
    float: left;
    margin-right: 20px;
    font-weight: 500;
}

.wrap .new-cta {
    padding: 11px 20px;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: none;
    float: left;
    margin-right: 20px;
    font-weight: 500;
}

.cta-img img {
    position: absolute;
    content: "";
    top: -86px;
    right: 0;
    /* width: 81%; */
}

.cta-img {
    width: 100%;
    height: 380px;
    position: relative;
}

.cta-img img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    z-index: 99;
}

.services-sec {
    padding: 90px 0 50px 0;
}

.services-sec .box {
    text-align: center;
}

.services-sec .box img {
    max-width: 81px;
    height: auto;
    width: 100%;
}

.services-sec .box h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 20px;
}

.services-sec .box h3:after {
    content: '';
    width: 70px;
    height: 2px;
    background: #1c9b8f;
    display: block;
    margin: 13px auto 0;
}

.services-sec .box p {
    font-size: 15px;
    font-weight: 300;
    color: #666;
}

/* width */
.our-pricing-plans .package .content::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.our-pricing-plans .package .content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.our-pricing-plans .package .content::-webkit-scrollbar-thumb {
    background: var(--c1);
    border-radius: 10px;
}

/* Handle on hover */
.our-pricing-plans .package .content::-webkit-scrollbar-thumb:hover {
    background: var(--c1);
}

.popupform h2 {
    font-weight: 700;
    font: 16px/20px 'Poppins', sans-serif;
    color: #3a3a3a;
    margin: 10px 0 20px;
}

.popupform h2 span {
    color: #1c9b8f;
}

.popupform p {
    color: #000;
    padding: 0 0 8px;
    font-size: 14px;
}

.popupform form p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.popupform form p span {
    color: #0c71f4;
}

p.small {
    font-size: 14px;
    color: #000;
    text-align: center;
    display: block;
}

.popupform form {
    font-size: 0;
}

.popupform form .fldst {
    margin: 0 0 30px;
    display: block;
    width: 100%;
}

.popupform span.heading {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    display: block;
}

.popupform figure {
    -webkit-animation: ripple 0.9s linear infinite;
    animation: ripple 0.9s linear infinite;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    margin: -40px auto 30px;
    border: solid 1px #ededed;
    background: #1c9b8f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.popupform form .fldst .intl-tel-input {
    width: 79%;
    margin-bottom: 15px;
}

.popupform form input[type="text"] {
    border-radius: 3px;
}

.popupform form .fldst.btnattach button {
    position: relative;
    bottom: 0;
    border: 0;
    display: block;
    right: 0;
    background: #1c9b8f;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.popupform form .callus {
    border-top: 3px solid transparent;
    background-color: #1c9b8f;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    padding: 8px 25px;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    display: block;
    text-align: center;
}

.popupform form .callus i {
    margin: 0 0 0 15px;
}

.popupform form .lst-p {
    text-align: center;
    padding: 0px 0px 15px;
}

.popupform form .lst-p a {
    font-weight: 700;
    color: #1c9b8f;
}

.popupform form .lst-p a:hover {
    color: #000;
}

.popupform form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 0px 0;
}

.popupform form .newbtn {
    background: #1c9b8f;
    height: 51px;
    width: 100px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-left: 0;
    font-size: 16px;
    font-weight: bold;
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 236px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 3px 0px 0px 3px;
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #1c9b8f;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg) translatex(-8%);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -69px;
    white-space: pre;
    bottom: 50%;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #1c9b8f;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.fldset.inpchecbx {
    margin: 10px 0 0 0;
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}

.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}

.main-services-banner-sec .ban-form input {
    height: 40px
}

.intl-tel-input .country-list .country {
    font-size: 14px;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.btns_wrap .call_wrap {
    width: 280px;
    background-color: #1c9b8f;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #1c9b8f;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.banner-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background-color: #1c9b8f;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.btns_wrap .call_wrap {
    width: 280px;
    background-color: #1c9b8f;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #1c9b8f;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

body .popupform {
    width: 420px;
    border-radius: 10px;
    padding: 24px 30px 30px;
    overflow: visible;
    border-bottom: none;
    background: #f7f7f7;
    background-size: contain !important;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

body .popupform .left-form-banner {
    /* padding: 20px 33px 20px 0px; */
}

.fancybox-slide>* {
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
    overflow: visible;
}

.pop-head {
    margin-bottom: 0.8em;
    width: 100%;
    clear: both;
}

.pop-head h3 {
    color: #000;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.pop-head h3 span {
    color: #1c9b8f;
    position: relative;
    top: -2px;
}

.pop-head h3 {
    color: #000;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.popupform h2 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 0;
    border-left: none;
    margin-bottom: 0;
    margin-top: 0;
}

.popupform ul {
    margin: 0;
    padding: 0;
}

.popupform .col-md-12 ul li {
    text-align: center;
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin-top: 0;
    margin: 8px 0px 0;
    display: inline-block;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
.popupform ul li textarea {
    background: #ffffff;
    border: #cecece 1px solid;
    padding: 13px;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    height: 45px;
}

.popupform ul li textarea {
    height: 95px;
    resize: none;
}

.popupform ul li input[type="submit"] {
    background: #1c9b8f;
    color: #fff;
    font-size: 18px;
    border: #1c9b8f 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 10px;
    outline: 0px none;
    border-radius: 3px;
    width: 100%;
}

.popupform .fancybox-close-small {
    border: none;
    background: url(../images/close1.html) no-repeat scroll center center;
    border-radius: 0;
    text-align: center;
    box-shadow: none;
    right: 0;
    top: 0;
    overflow: visible;
}

.popupform .fancybox-close-small:after {
    content: "X";
    position: absolute;
    color: #000;
}

.close_btn {
    position: absolute;
    right: 10px;
    font-size: 37px;
    top: -7px;
    font-family: cursive;
    cursor: pointer;
}

.over_lay {
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 9999;
    background: #00000099;
    display: none;
}

.over_lay.active {
    display: block;
}

.popupform.active {
    display: inline-block !important;
}

/* -----------------Zeeshan CSS------------- */

.footer {
    background: rgb(8 0 70 / 75%);
    padding: 70px 0;
    position: relative;
}

.copywrite {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fefefd;
    padding: 30px 0;
}

.copywrite .text {
    font-size: 16px;
    font-family: var(--f1);
    color: #3a3a3a;
    margin: 0;
    text-align: center;
}

.footer_items .title {
    font-size: 40px;
    font-family: var(--f1);
    color: #fff;
    font-weight: 600;
}

.footer_items .text {
    font-size: 18px;
    font-family: var(--f1);
    color: #fff;
    margin-top: 20px;
}

.footer_form input {
    padding: 10px 20px !important;
    font-size: 16px;
    font-family: var(--f1);
    margin-bottom: 15px;
    height: 50px;
}

.footer_form textarea {
    font-size: 16px;
    font-family: var(--f1);
    height: 130px;
    padding: 15px 20px;
}

.footer_form input:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.footer_form textarea:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.footer__main {
    padding-bottom: 40px;
}

.footer_formbt {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer_form {
    padding: 0 40px;
}


.brilliant {
    padding: 70px 0;
    background: #fbfbfb;
}

.brilliant__card {
    background: #fff;
    padding: 30px;
}

.brilliant__card .header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.brilliant__card .header .square {
    width: 55px;
    height: 55px;
    background: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.brilliant__card .header .name {
    width: 80%;
}

.brilliant__card .header .name .title {
    font-size: 15px;
    font-family: var(--f1);
    line-height: 25px;
    font-weight: 700;
}

.brilliant__card .header .name .title span {
    display: block;
    font-size: 14px;
    color: #929292;
    font-weight: 400;
}

.bro_cont .text {
    font-size: 16px;
    line-height: 25px;
    color: #929292;
    width: 88%;
}

.bro_cont .star {
    padding: 0;
    display: flex;
    align-items: center;
}

.bro_cont .star li i {
    font-size: 18px;
    color: #ffa432;
}

.brilliant .row .col-md-4:nth-child(2) {
    border-left: 4px solid #92929242 !important;
}


.brilliant__heading {
    text-align: center;
}

.brilliant__heading .title {
    font-size: 50px;
    font-family: var(--f1);
    font-weight: 700;
    color: #444;
}

.brilliant__heading .text {
    font-size: 20px;
    font-family: var(--f1);
    font-weight: 400;
    color: #444;
}

.digital_world {
    padding: 70px 0;
}

.digital_items .title {
    font-size: 45px;
    font-family: var(--f1);
    font-weight: 700;
    color: #333;
}

.digital_items .text {
    font-size: 17px;
    font-family: var(--f1);
    color: #687087;
    margin-top: 20px;
    width: 84%;
}

.digi_list li a {
    font-size: 16px;
    font-family: var(--f1);
    color: #687087;
    margin-bottom: 10px;
    position: relative;
}

.digi_list li a:hover {
    color: var(--c1);
}

.digi_list li a:before {
    position: absolute;
    content: \ea41;
    font-family: boxicons;
    font-size: 23px;
    left: -32px;
    top: -1px;
    color: var(--c1);
    font-weight: 600;
}

.digi___image {
    width: 100%;
    height: 488px;
}

button.themebtn {
    border: none !important;
    outline: none !important;
}

.digi_list li {
    padding-left: 20px;
    position: relative;
}

.digi_list li:before {
    position: absolute;
    color: #07bf07;
    font-size: 15px;
    left: -4px;
    content: "\f00c";
    font-family: FontAwesome;
    top: 0px;
}

.banner_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_img::before {
    position: absolute;
    content: '';
    background: #00000094;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*combo-pack Strat*/
.combo-pack-area {
    color: #f8f6fa;
    width: 72%;
    margin: 50px auto;
}

.cp-heading {
    position: relative;
    background: #d63040;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #d63040;
}
.cp-heading h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}
.cp-heading img {
    position: absolute;
    right: 40px;
    top: -17px;
    width: auto;
}

.cp-two-col {
    padding: 44px 25px 25px;
    background-color: #222222;
    border-radius: 0 0 10px 10px;
}

.cp-total .lft-side strong {
    font-size: 24px;
    font-weight: 700;
    margin-left: 15px;
}

.cp-total .lft-side {
    display: flex;
    align-items: center;
}

.cp-total .ryt-side {
    display: flex;
    align-items: center;
    justify-content: end;
}

.cp-total .ryt-side strong {
    font-size: 43px;
    font-weight: 800;
    margin-right: 15px;
    color: #f2b101;
}

.cp-total .ryt-side del {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}

.cp-total {
    margin: 0 0 30px;
}

.cp-area .cp-head {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #d63040;
}

.cp-area .cp-holder {
    margin: 0 0 30px;
}

.cp-list li {
    position: relative;
    padding: 7px 0 7px 25px;
    border-bottom: 1px solid;
    font-size: 12px;
}

.cp-list {
    height: 250px;
    width: 100%;
    overflow-y: auto;
    margin-bottom: 15px!important;
    padding-right: 20px!important;
    overflow-x: hidden;
}

.cp-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
    font-weight: bold;
}

.cp-list::-webkit-scrollbar-thumb {
    background-color: #d63040;
}

.cp-list::-webkit-scrollbar {
    width: 3px;    
}
.cp-list::-webkit-scrollbar-track-piece {
    background-color: #000;
    -webkit-border-radius: 0;
    border-left: 1px solid #888;
}

.cp-buy-pack .order {
    background: #d63040;
    transition: all ease 1s;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 35px;
    margin: 15px 0 10px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.cp-buy-pack p {
    margin: 0 0 5px;
    color: #f8f6fa;
    font-size: 12px;
}

.cp-buy-pack a:last-child {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin: 9px 0 0;
}

.cp-buy-pack a:last-child i {
    margin-left: 10px;
}

.lft-side img {
    width: auto;
}
/*combo-pack End*/
.copywrite .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.termsFoo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.termsFoo li a {
    font-size: 14px;
    color: #000;
}


.various {
    display: inline-block;
    margin: 0px 5px 0 0;
    color: #fff;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: -1px;
    background: #1c9b8f;
    transition: 0.5s;
    text-transform: uppercase;
}

.various:hover {
    color: #fff;
    transition: 0.5s;
    transform: translateY(-0.625rem);
}

.various.white {
    background: #fff;
    color: #000;
}



ul.list-group {
    max-height: 350px;
    overflow: auto;
    padding-right: 20px;
}

ul.list-group.list-group-flush>li {
    border-bottom: 2px solid #ccc !important;
}

section.packages a.grad-btn {
    border: 2px solid #d63040;
}
.bg-transprent {
    background: #fff !important;
}
.bg-transprent:hover {
    color: #000 !important;
}
ul.list-group::-webkit-scrollbar-track, .mainscroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

ul.list-group::-webkit-scrollbar, .mainscroller::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

ul.list-group::-webkit-scrollbar-thumb, .mainscroller::-webkit-scrollbar-thumb {
    background-color: #d63040;
    border: 2px solid #d63040;
}
a.viewdeail-btn {
    display: table;
    margin: 15px auto 0;
    text-decoration: underline;
}




.footer_items ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.footer_items ul li a {
    font-size: 19px;
}