@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,800;1,900&family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    background: #F5F5F5;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Audiowide', sans-serif;
}

p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    display: block !important;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}


/* .btn:hover {
    color: #fff !important;
} */

.accordion-button:focus {
    box-shadow: none;
}

a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/* .container {
    max-width: 95%;
} */
.common-spacing {
    padding-left: 100px;
    padding-right: 100px;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}

.vertical-space-2 {
    height: 10px;
}

.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}

.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}

.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}

.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}

.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.common {
    color: #122895;
}

.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background: #fff !important;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

.main-header .navbar {
    background: #fff;
    position: relative;
    z-index: 1020;
    padding: 0;
}

.main-header .navbar .navbar-brand img {
    max-width: 300px;
}

.main-header .navbar .nav-item {
    position: relative;
    display: block;
    transition-duration: 0.5s;
}

.main-header .navbar .nav-link {
    font-size: 18px;
    color: #6C6C6C;
    font-weight: 500;
    padding: 0px;
    padding-left: 45px;
}

.main-header .navbar .nav-link.active,
.main-header .navbar .nav-link:hover {
    color: #66B645;
    font-weight: 600;
}

.main-header .navbar .nav-link.dropdown-toggle::after {
    border: none;
    margin-left: 0px;
}

.main-header .nav-item.dropdown .nav-link::after {
    content: "+";
    font-weight: 900;
    margin-left: 2px;
    font-size: 14px;
}

.main-header .dropdown .dropdown-menu {
   
    padding: 0px;
   
    border: none;
    clear: both;
        top: 55px;
    transition: all 0.5s ease;
    left: 0;
    border-radius: 0px;
    background: #66b66f;
    -webkit-box-shadow: 2px 6px 21px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 6px 21px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 6px 21px -2px rgba(0, 0, 0, 0.75);
}

.main-header .dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 8px 25px;
    clear: both;
    width: 100%;
}

.main-header .dropdown .dropdown-menu .dropdown-item:hover,
.main-header .dropdown .dropdown-submen li:hover {
   background: #fff;
    color: #66b645;
}

/*.main-header li:hover>ul.dropdown-menu {
    display: block;
}*/

.main-header .dropdown-submenu {
    position: relative;
}

.main-header .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    background: #122895;
    border: none;
}

.main-header .dropdown-submenu>li:hover>.dropdown-menu {
    display: block;
}

.main-header .dropdown .dropdown-menu li {
    border-bottom: 1px solid rgb(243 239 239);
}

.main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.main-header .header-btn {
    background: #66B645 !important;
    padding: 7px 10px;
    border: none;
    font-family: 'Unbounded', sans-serif;
    border-radius: 50px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
    margin-right: 15px;
}


.fixed .main-header .navbar .nav-link {
    color: #000 !important;
}

.book-btn-outline {
    background: transparent !important;
    padding: 7px 10px;
    border: 1px solid #66B645 !important;
    border-radius: 50px;
    color: #6C6C6C;
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.book-btn-outline i {
    margin-left: 8px;
    font-size: 18px;
    color: #66B645;
    margin-right: 15px;
}
.book-btn-outline:hover {
    color: #66B645;
}
.main-header a{
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 500;
}

.package-banner {
    width: 100%;
    height: 550px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/banner-1.png);
}

.package-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #22434D;
    z-index: -1;
    opacity: 0.8;
}

.package-banner .package-banner-content {
    padding: 50px 0px;
}

.package-banner .package-banner-content span {
    color: #ffffff;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffff38;
    line-height: 1.2;
}

.package-banner .package-banner-content .package-banner-title {
    margin-top: 25px;
    font-size: 55px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

.package-banner .package-banner-img {
    width: 100%;
    -webkit-animation: moveBounce 9s linear infinite;
    animation: moveBounce 9s linear infinite;
}

.package-banner .package-banner-img img {
    width: 100%;
}

/* 
.banner {
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/banner.webp);
    padding-bottom:6rem;
} */

.banner .banner-content {
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
}
.banner-title {
    margin-bottom: 25px;
    font-size: 60px;
    font-weight: 600;
    color: #242424;
    font-family: 'Audiowide', sans-serif;
    text-shadow: 0.5px 3px 4px rgba(0, 0, 0, 0.22);
    text-align: left;

}
.banner-title p{
	font-size: 18px;
    margin-top: 36px;
    padding-top: 30px;
    line-height: 1.6rem;
}
.btn-know{
	background-color: #facc14;
    padding: 10px 20px 10px 20px;
    border-radius: 25px;
    font-weight: 600;
}
.main-row{
    margin-top:14rem;
    margin-bottom: 186px;
}
.carousel-caption{
    top:20%;
    bottom:inherit;
}

.banner-title .big-1 {
    font-size: 77px;
    font-weight: 400;
    color: #fff;
    font-family: 'Audiowide', sans-serif;
}

.banner-title .big-2 {
    color: #66B645;
    font-weight: 400;
    font-size: 77px;
    line-height: 65px;
    font-family: 'Audiowide', sans-serif;
}
.word-logo {

    margin: 20px 0 auto;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);

}

.word-logo img {
    width: 200px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_left;
    animation-delay: 2.0s;
}

.banner-desc-list {
    padding-top: 15px;
    /* display: inline-block; */

}

.banner .banner-content .banner-desc-list li {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 15px;
    /* float: left; */
}

.banner .banner-content .banner-desc-list li::before {
    font-size: 18px;
    margin-right: 10px;
    color: #66B645;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.banner .banner-img {
    width: 100%;
}

.banner .banner-img img {
    width: 100%;
}

.about-detail {
    background-image: url(../images/about-bg-final.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-detail .about-img {
    width: 100%;
}

.about-detail .about-img img {
    width: 100%;
}

.about-detail .about-title {
    font-size: 35px;
    font-weight: 600;

    margin-top: 0;
    line-height: 1;
    color: #000000;
    margin-bottom: 20px;
}

.about-subtitle {
    font-size: 12px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1;
    color: #0F0C0A;
    margin-bottom: 20px;
    text-align: center;
}

.about-subtitle .star-rating {
    padding: 0px 10px;
}

.about-subtitle .star-rating i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #66B645;
    border-radius: 50%;
    margin: 0px 3px;
}
.speed-content{
    margin-bottom:1rem;
    margin-left:20px;
}
.speed-img{
    display: flex;
}
.speed-img img{
    width: 50px;
    height: 50px;
}

/* .about-detail{
    background-image: url(../images/speed-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.about-detail .about-text {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 15px;
    text-align: justify;
}

/* .about-detail .about-card {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    padding: 50px;
    position: relative;
    transition: 0.5s all;
} */
/* .about-detail .about-card {
    background: #66B645;
    border-radius: 50%;
    max-width: 350px;
    height: 350px;
    margin: 0 auto;
    padding: 10px;
} */

.about-detail .about-card {
    background: url(../images/subtract-green.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    cursor: pointer;
}

.about-detail .about-card:hover {
    background: url(../images/subtract.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.about-detail .about-card p{
    max-width: 60%;
    margin: 0 auto;
}
/* .about-detail .about-card:hover {
    background: linear-gradient(90deg, #E5642B 1.9%, #FFAD57 51.12%, #FFCC96 100%);
    max-width: 350px;
    height: 350px;
    margin: 0 auto;
    cursor: pointer;
} */

.about-detail .about-card:hover .card-title {
    color: #fff;
}

.about-detail .about-card:hover .card-text {
    color: #fff;
}

/* .about-detail .about-card::after {
    content: "";
    width: 120px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
} */

/* .about-detail .about-card .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 15px;
} */


.available-wrapper{
    background: url(../images/available-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.available-wrapper2{
 
	background-color:black;
	 padding-top: 25px;
    padding-bottom: 25px;
}
.available-content{
    margin-bottom: 1rem;
}
.available-content h1{
    color: #000;
    font-family: 'Audiowide', sans-serif;
}
.available-content .newc{
   
    color: #fff;
    font-family: 'Audiowide', sans-serif;
}
.available-content p{
    color: white;
font-family: DM Sans;
font-size: 19px;
}
.available-content img{
    padding-top: 20px;
}

.available-content span{
    color: #66B645;
    font-weight: 400;
    font-size: 35px;
    line-height: 65px;
    font-family: 'Audiowide', sans-serif;
}

.about-detail .about-card .icon {
    padding-top: 10px;
    text-align: center;
}

.about-detail .about-card .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Unbounded', sans-serif;
    padding-top: 15px;
}

.about-detail .about-card .card-text {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
}

.about-detail .about-card.active {
    background: #66B645;
}

.about-detail .about-card.active .card-title,
.about-detail .about-card.active .card-text {
    color: #fff;
}

.icon img{
    padding-top: 10px;
}
.broadcast-detail {
    padding: 60px 0px;
}

.broadcast-detail .broadcast-box {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/broadcast-bg.webp);
    width: 100%;
    height: 100%;
    padding: 50px;
    border-radius: 7px;
}

.broadcast-detail .broadcast-box .broadcast-big {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    font-family: 'Audiowide', sans-serif;
}

.broadcast-detail .broadcast-box .broadcast-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
}

.broadcast-detail .broadcast-box .broadcast-text {
    font-size: 16px;
    font-weight: 400;
    color: #EFEFEF;
    line-height: 30px;
    margin-bottom: 10px;
}

.broadcast-detail .broadcast-box .ott-text {
    font-size: 30px;
    color: #66B645;
    font-weight: 700;
    line-height: 37.2px;
}

.broadcast-detail .broadcast-box .ott-text span {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    margin-left: 10px;
}
.ott-icons-main img {
    max-width: 85px!important;
    margin-bottom:1rem;
}
.feature-detail {
    position: relative;
}

.feature-detail .feature-title {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    line-height: 55px;
    font-family: 'Audiowide', sans-serif;
    
}

.feature-detail .feature-text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-bottom: 10px;
}

.feature-detail .feature-list {
    padding-top: 15px;
    display: inline-block;

}

.feature-detail .feature-list li {
    font-size: 16px;
    color: #454545;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 15px;
}

.feature-detail .feature-list li::before {
    font-size: 18px;
    margin-right: 10px;
    color: #66B645;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.feature-detail .tick-2::before{
    color: #33920c !important;
}
.feature-detail .tick-3::before{
    color: #ed6a0a !important;
}
.feature-detail .tick-4::before{
    color: #F58330!important;
}

.work-section{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/work-bg.png);
}
.subscribe-box {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/subscribe-box.webp);
    width: 100%;
    height: 100%;
    padding: 50px;
}

.subscribe-box .img-box {
    width: 100%;
}

.subscribe-box .img-box img {
    max-width: 100%;
}

.subscribe-box .icon {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    /* background: #131313; */
    border-radius: 50%;
    text-align: center;
    color: #66B645;
    font-size: 26px;
}

.subscribe-box .subscribe-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 37.2px;
    margin-bottom: 10px;
    margin-left: 7px;
    font-family: 'Roboto', sans-serif;
}

.subscribe-box .subscribe-text {
    font-size: 14px;
    line-height: 23px;
    color: #EEEEEE;
    font-weight: 400;
    margin-left: 7px;
}

.subscribe-box span{
    color: #66B645;
    font-family: 'Audiowide', sans-serif;
}
.feature-detail span{
    color: #000;
    font-family: 'Unbounded', sans-serif;
}


.package {
    background: #fff;
    padding: 60px 0px;
    position: relative;
}

.package .container {
    max-width: 98%;
}

.package .package-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.table-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .th,
.table-responsive td {
    padding: 10px;
}

.pricing-wraps {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.pricing-wraps .pricing-table table {
    margin-bottom: 0;
}

.pricing-wraps .pricing-table table thead tr th {
    border-width: 0px;
    vertical-align: middle;
    border-right: 1px solid rgba(28, 38, 51, 0.2901960784);
    padding: 0.95rem;
}

.pricing-wraps .pricing-table table thead tr th:last-child {
    border-right: none;
}

.pricing-wraps .pricing-table table thead tr th.tr-head {
    background-color: #111A57;
    text-align: center;
    padding: 0;
}

.pricing-wraps .pricing-table table thead tr th.tr-head-side {
    padding: 0 20px;
}

.pricing-wraps .pricing-table table thead tr th .pricing-table-title {
    padding: 30px 10px;
}

.pricing-wraps .pricing-table table thead tr th .pricing-table-title h2 {
    font-size: 16px;
    color: #0F0C0A;
    margin-bottom: 10px;
    font-weight: 600;
}

.pricing-wraps .pricing-table table thead tr th .pricing-table-title span {
    font-size: 15px;
    color: #2c2b2b;
    font-weight: 400;
}

.pricing-wraps .pricing-table table thead tr th .pricing-table-title .pricing-content {
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.pricing-wraps .pricing-table table thead tr th .pricing-table-title .pricing-content h3 {
    font-size: 35px;
    color: #111A57;
    margin-bottom: 0;
    font-weight: 300;
    margin-right: 25px;
}

.pricing-wraps .pricing-table table thead tr th .pricing-table-title .pricing-content .content {
    position: absolute;
    top: 5px;
    left: 80px;
}

.pricing-wraps .pricing-table table thead tr th .pricing-table-title .pricing-content .content span {
    color: #111A57;
    font-size: 16px;
}

.pricing-wraps .pricing-table table thead tr th .pricing-table-title .pricing-content .content p {
    color: #111A57;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
}

.pricing-wraps .pricing-table table thead tr th .pricing-table-title.pricing-table-font {
    padding: 30px 0;
}

.pricing-wraps .pricing-table table tbody tr td {
    padding: 10px 10px;
    font-size: 15px;
    border-color: rgba(28, 38, 51, 0.2901960784);
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.pricing-wraps .pricing-table table tbody tr td:last-child {
    border-right: none;
}

.pricing-wraps .pricing-table table tbody tr td.td-title {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}

.pricing-wraps .pricing-table table tbody tr td.td-bg {
    background-color: #293AA5;
}

.pricing-wraps .pricing-table table tbody tr td.td-bg-2 {
    background-color: #212F6C !important;
}

.pricing-wraps .pricing-table table tbody tr td.tb-pl {
    padding: 15px 30px;
}

.pricing-wraps .pricing-table table tbody tr td.td-name {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #111A57;
}

.pricing-wraps .pricing-table table tbody tr td.td-name i {
    font-size: 20px;
    line-height: 0;
}

.pricing-wraps .pricing-table table tbody tr td.td-name .bx-x {
    color: #707070;
}

.pricing-wraps .pricing-table table tbody tr td.td-name-bg {
    background-color: #f1f1f1;
}

.pricing-wraps .pricing-table table tbody tr td .get-btn {
    padding: 7px 16px;
    color: #111A57;
    border: 1px solid #111A57;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.pricing-wraps .pricing-table table tbody tr td .get-btn:hover {
    background-color: #111A57;
    color: #fff;
}

.pricing-wraps .pricing-table table tbody tr td .get-btn-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pricing-wraps .pricing-table .table> :not(:first-child) {
    border-top: 0;
}

.pricing-wraps .pricing-table .table-bordered> :not(caption)>* {
    border-width: 0;
}



.footer {
    background-image: url(../images/footer-final-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


/* .footer .footer-space {
    padding: 60px 0px 20px;
    position: relative;
    z-index: 1;
} */

.footer .footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
}

.footer ul li {
    padding-bottom: 20px;
    position: relative;
}

.footer ul {
    margin-bottom: 0px;
}

.footer .footer-link {
    font-size: 16px;
    color: #fff;
}

.footer .footer-link i {
    font-size: 15px;
    margin-right: 10px;
}

.footer-bottom {
    border-top: 1px solid #dddddd78;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
    background-color: #000;
    text-align: center;
}

.footer .footer-logo img {
    width: 200px;
}

.footer-bottom .copyright-text {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footer-bottom .copyright-text .copyright-link {
    color: #fff;
    font-weight: 700;
}

.footer-bottom .copyright-text .copyright-link:hover {
    color: #fff;
}

.footer-logo p{
    color: #FFF;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}

.footer{
    position: relative;
}
.news{
    position:absolute;
    top:0%;
    left:50%;
    transform: translate(-50%, -50%);
}
.newsletter-box{
    border-radius: 15px;
    background: #000;
    padding:15px;
}
.newsletter-content h1{
    color: #fff;
    font-family: Audiowide;
font-size: 30px;
font-weight: 400;
text-transform: uppercase;
}
.newsletter-content p{
    color: #A1A1A1;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
}

.form-control{
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    font-size: 14px;
    height: 45px;
    background: transparent;
}

.footer-bottom a{
    margin-left: 10px;
}

.footer-button .thm_btn{
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.copyright-text span {
    color: rgba(102, 182, 69, 1);
}

.login-page {
    height: 100vh;
    width: 100%;
}

.login-page .container {
    max-width: 100%;
}

.login-page .login-page-left {
    width: 100%;
    height: 100vh;
    background: url(../images/register.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.login-page .login-page-left:before {
    width: 100%;
    height: 100vh;
    background: #22434D;
    z-index: 1;
    opacity: 0.8;
    content: '';
    position: absolute;
}

.login-page .login-page-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sign-up-left {
    width: 100%;
    height: 100vh;
    background: rgb(255, 120, 143);
}

.sign-up-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login-page .login-page-right {
    padding: 20px 50px;
}

.login-page .login-logo img {
    width: 200px;
}

.login-page .login-text {
    font-size: 16px;
    line-height: 25px;
    color: #7a7a7a;
    margin-top: 20px;
}

.login-page .login-page-right form .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    font-size: 14px;
    height: 40px;
}

.login-page .login-page-right form .form-label {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.login-page .login-page-right .forget-link {
    font-size: 13px;
    font-weight: 600;
    color: #C57A18;
    font-family: "Open Sans", sans-serif;
}

.login-btn {
    background: #C57A18;
    color: #fff;
    border-radius: 30px;
    display: block;
    border: none;
    width: 100%;
    padding: 7px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.login-btn:hover,
.login-btn:focus {
    background: #C57A18;
    color: #fff;
}

.submit-text {
    font-size: 14px;
    color: #7a7a7a;
}

.login-img {
    width: 500px;
    margin: auto;
    height: 500px;
    display: flex;
    align-items: center;
}

.login-title {
    font-size: 46px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.login-desc {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.login-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.sign-btn {
    background: #fff;
    color: #C57A18 !important;
    border-radius: 30px;
    border: none;
    padding: 7px 45px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.sign-btn:hover,
.sign-btn:focus {
    background: #fff;
    color: #C57A18 !important;
}

.contact-detail {
    padding: 60px 0px;
}

.contact-detail .contact-title {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1;
    color: #0F0C0A;
    margin-bottom: 20px;
    text-align: center;
}

.contact-detail .contact-text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #6e7879;
}

.contact-detail .contact-form {
    padding: 0px 50px;
}

.contact-detail .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    font-size: 14px;
    height: 40px;
}

.contact-detail textarea.form-control {
    height: 100%;
    padding: 20px;
}

.contact-detail .form-label {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.adress-box {
    background: #F5F4F4;
    padding: 80px 40px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 50px;
}

.border-rt {
    position: relative;
}

.border-rt::after {
    content: '';
    position: absolute;
    top: 0;
    right: 45px;
    height: 100%;
    width: 1px;
    background-color: #70707086;
}

.contact-title {
    font-size: 30px;
    font-weight: 800;
}

.contact-box-title {
    font-size: 20px;
    font-weight: 600;
    color: #C57A18;
}

.contact-box-text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.contact-box-text i {
    margin-right: 10px;
    color: #C57A18;
}

.about-detail span{
    font-family: 'Audiowide', sans-serif;
    color: #66b645;
}
.broadcast-title span{
    font-family: 'Audiowide', sans-serif;
    color: #66b645;
}

.broadcast-text span{
    font-family: 'Audiowide', sans-serif;
    color: #66b645;
}
.footer-logo span{
    font-family: 'Audiowide', sans-serif;
    color: #66b645; 
}
.feature-title span{
    font-family: 'Audiowide', sans-serif;
    color: #66b645;  
}

.social ul li {
    list-style-type: none;
    padding-left: 8px;
}

.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.social i {
    color: rgba(102, 182, 69, 1);
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 40px;
    margin: 0px 15px 0px 0px;
    background-color: #fff;
}

.social i:hover {
    background-color: rgba(102, 182, 69, 1);
    color: #fff;
    border: none;
}

.social a {
    cursor: pointer;
}

.social i:hover {
    color: #fff;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #22434D;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}

#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

#myBtn:hover {
    background-color: #C57A18;
}

@media (min-width:2000px) {
    .banner .banner-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 730px;
        z-index: 1;
    }
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

    .mobile-header .logo img {
        width: 200px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .toggler {
        color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #1C4078;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .top-mobile-header {
        background: #22434D;
        padding: 10px 0px;
    }

    .top-mobile-header .top-header-link {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0px;
    }

    .top-mobile-header .top-header-link li {
        margin-left: 25px;
        position: relative;
    }

    .top-mobile-header .top-header-link li:not(:last-child)::after {
        content: "|";
        position: absolute;
        top: 0;
        right: -15px;
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        transform: rotate(20deg);
    }

    .top-mobile-header .top-header-link li a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

    .mobile-header .logo img {
        width: 150px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .toggler {
        color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #1C4078;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .banner .banner-content .banner-title,
    .package .package-title {
        font-size: 30px;
    }

    .banner {
        height: 450px;
    }

    .top-mobile-header {
        background: #22434D;
        padding: 10px 0px;
    }

    .top-mobile-header .top-header-link {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0px;
    }

    .top-mobile-header .top-header-link li {
        margin-left: 25px;
        position: relative;
    }

    .top-mobile-header .top-header-link li:not(:last-child)::after {
        content: "|";
        position: absolute;
        top: 0;
        right: -15px;
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        transform: rotate(20deg);
    }

    .top-mobile-header .top-header-link li a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }
	.banner-title p 
	{
		font-size: 16px;
        margin-top: 64px;
        margin-left: -23px;
        padding-top: 40px;
        width: 360px;
        line-height: 1.6rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
    
	.banner-title p 
	{
	font-size: 16px;
    margin-top: 74px;
    margin-left: -95px;
    padding-top: 40px;
    width: 360px;
    line-height: 1.6rem;
	}
	
	.web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

    .mobile-header .logo img {
        width: 150px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .toggler {
        color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #1C4078;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .banner .banner-content .banner-title,
    .package .package-title,
    .contact-detail .contact-title,
    .package-banner-title {
        font-size: 30px !important;
    }

    .banner {
        height: 100%;
    }

    .login-page .login-page-left {
        height: 400px;
    }

    .login-page .login-page-left:before {
        height: 400px;
    }

    .contact-detail .contact-form {
        padding: 0px;
    }

    .border-rt {
        margin-bottom: 45px;
    }

    .border-rt::after {
        display: none;
    }

    .top-mobile-header {
        background: #22434D;
        padding: 10px 0px;
    }

    .top-mobile-header .top-header-link {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0px;
    }

    .top-mobile-header .top-header-link li {
        margin-left: 25px;
        position: relative;
    }

    .top-mobile-header .top-header-link li:not(:last-child)::after {
        content: "|";
        position: absolute;
        top: 0;
        right: -15px;
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        transform: rotate(20deg);
    }

    .top-mobile-header .top-header-link li a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

    .mobile-header .logo img {
        width: 150px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 120px;
    }

    .toggler {
        color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #1C4078;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .banner .banner-content .banner-title,
    .package .package-title,
    .contact-detail .contact-title,
    .package-banner-title {
        font-size: 30px !important;
    }

    .banner {
        height: 100%;
    }

    .login-page .login-page-left {
        height: 400px;
    }

    .login-page .login-page-left:before {
        height: 400px;
    }

    .contact-detail .contact-form {
        padding: 0px;
    }

    .border-rt {
        margin-bottom: 45px;
    }

    .border-rt::after {
        display: none;
    }

    .top-mobile-header {
        background: #22434D;
        padding: 10px 0px;
    }

    .top-mobile-header .top-header-link {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0px;
    }

    .top-mobile-header .top-header-link li {
        margin-left: 25px;
        position: relative;
    }

    .top-mobile-header .top-header-link li:not(:last-child)::after {
        content: "|";
        position: absolute;
        top: 0;
        right: -15px;
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        transform: rotate(20deg);
    }

    .top-mobile-header .top-header-link li a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }

}

.subscribe-form input {
    background: transparent;
    border: 1px solid #ced4da;
    border-radius: 50px;
    padding-inline-start: 50px;
    padding: 1rem 3rem;
    margin-right: 10px;
    font-family: 'Unbounded', sans-serif;
    font-weight: 200;
}

.subscribe-form input:focus {
    background: transparent;
}

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

.subscribe-form {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 40px;

}

.subscribe-form i {
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5rem;
}

.comment-form__btn {
    border: none;
    outline: none !important;
    background-color: #66B645;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 15px;
}

.login-icon i {
    font-size: 35px;
    color: #66B645;
    padding-left: 15px;
}

.why-box {
    padding: 25px;
    background: #66B645;
    margin-bottom: 10px;
    box-shadow: 0px 2px 11px 0px #B5B5B540;
    border-radius: 20px 20px 70px 20px;
    height: 225px;
    color: #fff;
}

.why-box:hover {
    border-radius: 20px 20px 70px 20px;
    background: #E6874C;
    box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);
}

.why-box:hover h4,
.why-box:hover p {
    color: #fff;
}

.why-box:hover .why-b-icon {
    background: #66B645;
    color: #000;
    font-weight: 500;
}

.why-box h4 {
    font-family: 'Rubik', sans-serif;

    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;

}

.choose-section{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/choose-bg.png);
}
.green {
    background: #66B645;
}

.choose{
    color: #fff!important;
}
.why-b-icon {
    width: 40px;
    height: 40px;
    background-color: #E6874C;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

.service-outer {
    position: relative;
}

.services-style-one .service-outer {

    position: relative;
    background: #FFF;
    box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 48px;
}

.why-b-con p {
    color: #fff;
}

.green p,
.green h4 {
    color: #fff;
}

.green .why-b-icon {
    color: #000;
    background: #fff;
}

.mt50 {
    margin-top: 40px;
}

.services-one {
    background-color: #F2FFEB;
    background-image: url(../images/bgimg.webp);
    width: 100%;
    background-size: contain;
}

.services-style-one .service-outer ul {
    display: flex;
    justify-content: space-between;
}

.service-outer h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
}

.process-style-one p {
    color: #666;
    font-size: 16px;
    /* font-style: normal; */
    font-weight: 200;
    line-height: 30px;
}

.process-style-one .price {
    color: #232323;
    font-family: 'Unbounded', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin-top: 20px;
}

.process-style-one .price span {
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}

.process-style-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-style-one .service-outer ul li {
    display: flex;
    align-items: center;
}

.services-style-one .service-outer.gradient ul li {
    background: #fff;
    padding: 9px !important;
    border-radius: 10px;
    width: 32%;
}

.services-style-one .service-outer ul li:first-of-type,
.services-style-one .service-outer ul li:nth-child(2) {
    border-right: 1px solid #D9D9D9;
    padding-right: 40px;
}

.process-style-one .rightbor {
    border-right: 1px solid #D9D9D9;
    padding-right: 57px;
}

.service-outer a {
    color: #232323;
    font-family: 'Unbounded', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 33px;
    border: 1px solid #232323;
    background: #FFF;
    padding: 6px 20px;

    display: inline-block;
    position: absolute;
    bottom: -18px;
}

.service-outer a span {
    background: #66b645;
    width: 30px;
    display: inline-block;
    height: 30px;
    border-radius: 50px;
    margin-left: 10px;
}

.service-outer a span i {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    color: #fff;
}

.services-style-one {
    margin-top: 30px;
}

.grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.gradient {
    border-radius: 10px;
    background: linear-gradient(270deg, #499B7F 0%, #0B3431 100%) !important;
    box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);
}

.white {
    color: #fff !important;
}

.mt-20 {
    margin-top: 30px;
}

.tagline {
    color: #000;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    /* 127.778% */
}

.providing-quality-one__content-box-list-item .text h3 {
    color: #202020;
    font-family: Rubik, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    /* 115% */
}

.providing-quality-one__content-box-list-item {
    border-radius: 20px;
    border: 0.5px solid #D1D1D1;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 20px;
    width: 90%;
    margin-bottom: 30px;
}

.providing-quality-one__content-box-list-item .icon {
    position: relative;
    display: block;
    color: var(--agriox-base, #f1cf69);
    font-size: 60px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #66B645;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 10px;
}

.providing-quality-one__content-box-list-item .icon img {
    width: 50px;
}
.common-smart{
    color:#fff!important;
}
.jio-icon{
    border-radius: 15px;
}

    /* .providing-quality-one__content-box-list-item:nth-child(2) .icon {
        background: #E5FFDA;
    }

    .providing-quality-one__content-box-list-item:nth-child(3) .icon {
        background: #E5FFDA;
    }

    .providing-quality-one__content-box-list-item:nth-child(4) .icon {
        background: #E5FFDA;
    } */

.providing-quality-one__content-box-list-item:nth-child(2) {
    /* margin-left: 30px; */
}

.providing-quality-one__content-box-list-item:nth-child(4) {
    /* margin-left: 30px; */
}

#testimonial_slider {
    max-width: 550px;
    margin: 0 auto;
}

.gridscol p {
    color: #BBB;
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

#testimonial_slider {
    background: #111;
    padding: 70px;
    border-radius: 50%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

#testimonial_slider::after {
    content: "";
    width: 170px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

#testimonial_slider {
    background-color: #111;
    background-image: url(../images/map.webp);
    width: 100%;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gridscol h4 {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 0;
}

.gridscol span {
    color: #E4E4E4;
    text-align: center;
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 187.5% */
}

.testimonial_block {
    position: relative;
}

.profile-1 {
    position: absolute;
    top: 1rem;
    left: 15rem;
}

.profile-2 {
    position: absolute;
    top: 15rem;
    left: 6rem;
}

.profile-3 {
    position: absolute;
    top: 27rem;
    left: 15rem;
}

.profile-4 {
    position: absolute;
    top: 1rem;
    right: 15rem;
}

.profile-5 {
    position: absolute;
    top: 15rem;
    right: 6rem;
}

.profile-6 {
    position: absolute;
    top: 27rem;
    right: 15rem;
}

.recentNews {
    /* background: linear-gradient(270deg, #499B7F 0%, #0B3431 100%) !important; */
    background-image: url(../images/recent.webp);
    width: 100%;
    background-size: cover;
}

.story_box h3 {
    color: #FFF;
    font-family: Unbounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7;
    margin-top: 20px;
}

.story_box p {
    color: #E9E9E9;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

.story_box img {
    max-width: 100%;
    border-radius: 10px;
}

.nobg {
    background-image: none;
    padding: 0;
    margin-bottom: 50px;
}
@media(max-width:1400px) {
    .common-spacing {
        padding-left: 70px;
        padding-right: 70px;
    }
    .main-row {
        margin-top: 10rem;
    }
}
@media(max-width:1280px) {
    .common-spacing {
        padding-left: 20px;
        padding-right: 20px;
    }

    .avtar_faces {
        display: none;
    }

    .main-header .navbar .nav-link {
        padding-left: 25px;
    }

    .why-b-con p {
        font-size: 12px;
    }

    .why-box h4 {
        font-size: 14px;
    }
}

@media(max-width:1549px) {
    .main-header .common-spacing {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-header .navbar .nav-link {
        padding-left: 35px;
    }
}

@media(max-width:1400px) {
    .subscribe-form i {
        left: 2rem;
    }

    .why-box h4 {
        font-size: 18px;
    }
}
@media(max-width:1200px) {
    .ott-icons-main img {
        max-width: 40px!important;
    }
}

@media(max-width:992px) {
    .subscribe-form i {
        left: 1rem;
    }

    .subscribe-form input {
        font-size: 12px;
    }

    .comment-form__btn {
        font-size: 12px;
        padding: 10px !important;
        margin-top: 1rem;
    }

    .subscribe-form {
        display: block;
    }

    .feature-detail .feature-title {
        font-size: 20px;
        line-height: 40px;
    }

    .why-box {
        margin-bottom: 2rem;
    }

    .banner .banner-content .banner-title {
        font-size: 30px;
    }

    .about-detail .card-text{
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .common-wrapper-content h2 {
        font-size: 25px !important;
    }

    .common-banner {
        height: 200px !important;
    }

    .feature-detail .feature-title {
        font-size: 25px !important;
    }

    .subscribe-box {
        padding: 15px;
    }

    .subscribe-box .icon {
        height: inherit;
    }

    .banner .banner-content .banner-title {
        font-size: 20px;
    }

    .banner .banner-content .banner-desc-list li {
        font-size: 12px;
    }

    .about-subtitle {
        font-size: 10px;
    }

    .about-detail .about-card .card-title {
        font-size: 14px;
    }

    .about-detail .about-card .card-text {
        font-size: 12px;
    }
    .card-title {
        font-size:16px;
        margin-top:10px;
    }
    .speed-img{
        display: block;
        text-align: center;
    }
    .speed-section img{
        margin-bottom:1rem;
    }
    .ott-icons-main{
        text-align: center;
    }
    .broadcast-detail .broadcast-box .ott-text span{
        font-size:16px;
    }

    .broadcast-detail .broadcast-box .broadcast-big {
        font-size: 16px;
    }

    .broadcast-detail .broadcast-box .broadcast-title {
        font-size: 16px;
    }

    .broadcast-detail .broadcast-box .broadcast-text {
        font-size: 14px;
    }

    .broadcast-detail .broadcast-box .ott-text {
        font-size: 18px;
    }

    .about-detail .about-card {
        height: 100%;
    }
    .available-content span{
        font-size: 20px;
    }
    .available-content h1{
        font-size: 20px;
    }
}

@media (max-width:1400px) {
    .common-banner .main-header .navbar .nav-link {
        padding-left: 20px !important;
    }
    .ott-icons-main img {
        max-width: 60px!important;
    }
}

@media(max-width:600px) {
    .header-btn {
        margin-top: 1rem !important;
    }
}

@media(max-width:1199px) {
    .main-header .header-btn {
        margin-top: 1rem;
        font-size: 12px;
    }

}

@media(max-width:1400px) and (min-width:1200px) {
    .main-header .navbar .nav-link {
        font-size: 14px;
    }

    .main-header .header-btn {
        font-size: 12px;
    }

    .book-btn-outline {
        font-size: 12px;
    }

    .main-header .navbar .nav-link {
        padding-left: 30px;
    }

    .book-btn-outline {
        margin-right: 10px;
    }

    .main-header .header-btn {
        margin-right: 10px;
    }
}

/**form**/
.icon .form-control {
    color: #fff;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: Orbitron, sans-serif;
}

.input-group-text {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.input-group i {
    color: #fff;
}

.human {
    background-image: url(../images/about-bg-final.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: inherit;
}
.banner-1 {
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 1;
    background-position:center;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    background-image: url(../images/banner-finalpic.png);
}
.banner-2 {
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 1;
    background-position:center;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    background-image: url(../images/banner-3.png);
}
.banner-3{
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 1;
    background-position:center;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    background-image: url(../images/banner-jet.jpg);
}

@keyframes swip_up {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

.banner-title {
    margin-top: 25px;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    font-family: 'Audiowide', sans-serif;
    text-shadow: 0.5px 3px 4px rgba(0, 0, 0, 0.22);

}

.banner-title .big-1 {
    font-size: 77px;
    font-weight: 400;
    color: #fff;
    font-family: 'Audiowide', sans-serif;
}

.banner-title .big-2 {
    color: #66B645;
    font-weight: 400;
    font-size: 77px;
    line-height: 65px;
    font-family: 'Audiowide', sans-serif;
}

.word-logo {

    margin: 20px 0 auto;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);

}

.word-logo img {
    width: 200px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_left;
    animation-delay: 2.0s;
}

.banner-desc-list {
    padding-top: 15px;
    /* display: inline-block; */

}

.banner-desc-list li {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 15px;
    /* float: left; */
}

.banner-desc-list li::before {
    font-size: 18px;
    margin-right: 10px;
    color: #66B645;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@keyframes fade_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes fade_right {
    from {
        transform: translate(50px, 0px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes fade_left {
    from {
        transform: translate(-50px, 0px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}


@keyframes fade_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

.banner .banner-img {
    width: 100%;
    position: relative;
}

.banner-img .img-1 {
    width: 384px;
    margin-right:-12rem;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_left;
    animation-delay: 0.2s;
}

.banner-img .img-2 {
    width: 384px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_right;
    animation-delay: 1.2s;
}
.banner-btn, .banner-btn-2{
    color: #C57A18;
    background-color: transparent;
    color: #E5874B;
    font-size: 32px;
    font-weight: 500;
    border: none;
    font-family: 'Audiowide', sans-serif;
}


/* .banner .banner-img .img-3 {
    width: auto;
    position: absolute;
    bottom: -35px;
    left: 65px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_down;
    animation-delay: 0.5s;
}
.banner .banner-img .img-4 {
    width: auto;
    position: absolute;
    bottom: -35px;
    left: 385px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_down;
    animation-delay: 1.8s;
} */
.banner-img .img-5 {
    width: auto;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_up;
    animation-delay: 0.6s;

}

.banner-btn {
    width: auto;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_up;
    animation-delay: 0.9s;
}
.banner-btn-2 {
    width: auto;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_up;
    animation-delay: 1s;
}
.comment-form__btn:hover{
    color:#fff;
    text-decoration: none;
}
.mobile-banner{
    display: none;
}
.carousel-control-next-icon{
    display: none;
}

.carousel-control-prev-icon{
    display: none;
}

@media(max-width:577px){

    .banner .banner-content {
        padding: 30px 0px;
    }
    .broadcast-detail .broadcast-box .broadcast-big{
        font-size: 6px;
        line-height: inherit;
    }
    .broadcast-detail .broadcast-box .broadcast-title {
        font-size: 12px;
    }
    .feature-detail .feature-list li {
        font-size: 12px;
    }
    .available-content h1{
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        max-width: 90%;
    }
}

/***************************************************
 * Generated by SVG Artista on 11/4/2023, 9:05:13 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 svg .svg-elem-1 {
    stroke-dashoffset: 672.049560546875px;
    stroke-dasharray: 672.049560546875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  }
  
  svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
    fill: rgb(0, 204, 174);
  }
  
  svg .svg-elem-2 {
    stroke-dashoffset: 248.2175750732422px;
    stroke-dasharray: 248.2175750732422px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  }
  
  svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
    fill: rgb(29, 27, 29);
  }
  
  svg .svg-elem-3 {
    stroke-dashoffset: 217.32936096191406px;
    stroke-dasharray: 217.32936096191406px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  }
  
  svg.active .svg-elem-3 {
    stroke-dashoffset: 0;
    fill: rgb(29, 27, 29);
  }
  
  svg .svg-elem-4 {
    stroke-dashoffset: 258.3160705566406px;
    stroke-dasharray: 258.3160705566406px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  }
  
  svg.active .svg-elem-4 {
    stroke-dashoffset: 0;
    fill: rgb(29, 27, 29);
  }
  
  svg .svg-elem-5 {
    stroke-dashoffset: 255.83644104003906px;
    stroke-dasharray: 255.83644104003906px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  }
  
  svg.active .svg-elem-5 {
    stroke-dashoffset: 0;
    fill: rgb(29, 27, 29);
  }
  
  svg .svg-elem-6 {
    stroke-dashoffset: 287.2906494140625px;
    stroke-dasharray: 287.2906494140625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  }
  
  svg.active .svg-elem-6 {
    stroke-dashoffset: 0;
    fill: rgb(29, 27, 29);
  }
  
  svg .svg-elem-7 {
    stroke-dashoffset: 179.39129638671875px;
    stroke-dasharray: 179.39129638671875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  }
  
  svg.active .svg-elem-7 {
    stroke-dashoffset: 0;
    fill: rgb(29, 27, 29);
  }
  
  svg .svg-elem-8 {
    stroke-dashoffset: 113.3043212890625px;
    stroke-dasharray: 113.3043212890625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  }
  
  svg.active .svg-elem-8 {
    stroke-dashoffset: 0;
    fill: rgb(29, 27, 29);
  }
  
  svg .svg-elem-9 {
    stroke-dashoffset: 248.21778869628906px;
    stroke-dasharray: 248.21778869628906px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  }
  
  svg.active .svg-elem-9 {
    stroke-dashoffset: 0;
    fill: rgb(29, 27, 29);
  }
  
  svg .svg-elem-10 {
    stroke-dashoffset: 179.39132690429688px;
    stroke-dasharray: 179.39132690429688px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  }
  
  svg.active .svg-elem-10 {
    stroke-dashoffset: 0;
    fill: rgb(29, 27, 29);
  }
  
  svg .svg-elem-11 {
    stroke-dashoffset: 255.83651733398438px;
    stroke-dasharray: 255.83651733398438px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                          fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                  fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  }
  
  svg.active .svg-elem-11 {
    stroke-dashoffset: 0;
    fill: rgb(29, 27, 29);
  }
  .bounce-y{
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
  }
  @-webkit-keyframes bounce-y {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes bounce-y {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }


  .bounce-x{
    -webkit-animation: bounce-y 7s infinite linear;
    animation: bounce-y 7s infinite linear;
  }
  @-webkit-keyframes bounce-y {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes bounce-y {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }


  .flex { /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .waves {
      position: absolute;
      width: 100%;
      height: 15vh;
      margin-bottom: -7px;
      min-height: 140px;
      max-height: 230px;
      bottom: 0;
  }
  
  .content {
    position:relative;
    height:20vh;
    text-align:center;
    background-color: white;
  }
    /* Animation */
  
    .parallax > use {
        animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
      }
      .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
      }
      .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
      }
      .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
      }
      .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
      }
      @keyframes move-forever {
        0% {
         transform: translate3d(-90px,0,0);
        }
        100% { 
          transform: translate3d(85px,0,0);
        }
      }
      

      @media(max-width:1400px){
        .banner-img .img-1 {
            width: 354px;
            margin-left: -10rem;
        }
        .banner-img .img-2 {
            width: 354px;
        }
        .banner-btn{
            margin-left: 0;
            font-size: 24px;
        }
        .banner-btn-2{
            font-size: 24px;
        }

      }
      @media(max-width:1200px){
        .banner-img .img-5{
            padding-top: 15px;
        }
        .speed-content{
            margin-left:inherit;
        }
      }

      @media(max-width:1200px){
        .banner-1 {
            height: 500px;
        }
        .banner-2 {
            height: 500px;
        }
        .banner-3 {
            height: 500px;
        }
        .about-detail .about-card .card-text {
            font-size: 14px;
        }
      }
      @media(max-width:992px){
        .banner-title{
            font-size:40px;
        }
        .banner-title .big-1{
            font-size:40px;
        }
        .banner-title .big-2{
            font-size:40px;
        }
        .banner .banner-img .img-1, .banner .banner-img .img-2{
            max-width: 200px;

        }
        .banner .banner-img .img-5{
            max-width: 150px;
            bottom:-58px;
        }
        .banner .banner-img .img-6{
            max-width: 150px;
            bottom:-58px;
            left:180px;
        }
        .story_box{
            text-align: center;
        }
        .story_box img{
            padding-top: 10px;
        }
        .about-detail .about-card {
            margin-bottom: 1rem;
        }
        .about-detail .about-card .card-text {
            font-size: 12px;
        }
        .main-row{
            margin-top:2rem;
        }
        .phone-img{
            display: flex;
            justify-content: center;
        }
      }
      
      @media(max-width:768px){
        .carousel-indicators li{
            display: none;
        }
        .mobile-1{
            display: none;
        }
        .mobile-2{
            max-width: 100px;
        }
        .mobile-3{
            max-width: 100px;
        }
        .banner-1 {
            height: 300px;
        }
        .banner-2 {
            height: 300px;
        }
        .banner-3 {
            height: 300px;
        }
        .waves{
            display: none;
        }
        .banner-res{
            display: none;
        }
        .banner-res-mob{
            display: block !important;;
          }
          .mobile-banner{
            display: block;
            text-align: center;
        }
        /*.web-banner{
            display:none;
        }
        .banner-img{
            display: none;
        }*/
        .banner-title{
            font-size:20px!important;
            text-align: center;
            margin:inherit;
        }
		.banner-title p 
		{
		font-size: 16px;
		margin-top: 74px;
		margin-left: -95px;
		padding-top: 40px;
		width: 360px;
		line-height: 1.6rem;
		margin-bottom:18px;
		}
        .banner-title .big-1{
            font-size:20px!important;
        }
        .banner-title .big-2{
            font-size:20px!important;
        }
        .mobile-banner img{
            max-width: 35%;
        }    

      }
      @media(max-width:577px){
        .banner .banner-content {
            height: 24vh;
        }
        .banner-1 {
            height: 220px;
        }
        .banner-2 {
            height: 220px;
        }
        .banner-3 {
            height: 220px;
        }
        .mobile-3 {
           margin-top:inherit!important;
        }
        .mobile-2{
            margin-top:inherit!important;
        }
        .ott-icons-main img {
            max-width: 50px;
        }
        .about-detail {
            padding: 0px 0px;
        }
        .main-row{
            margin-top:2rem;
        }
        .banner-title {
            font-size: 14px!important;
			margin-top:77px;
		}
		.banner-title p {
		display:none;
		}
		
        .banner-btn, .banner-btn-2{
            font-size: 14px!important;
            margin-top:1rem;
        }
        .banner-title .big-2 {
            font-size: 14px!important;
        }
        .newsletter-content h1 {
            font-size: 20px;
        }
        .newsletter-content p {
            font-size: 11px;
        }
        .feature-detail .feature-title {
            font-size: 17px !important;
        }
        .story_box h3 {
            font-size: 14px;
        }
        .story_box p {
            font-size: 14px;
        }
        .footer .footer-link {
            font-size: 14px;
        }
        .footer .footer-title {
            font-size: 16px;
        }
        .banner-btn{
            font-size: 25px !important;
            margin-left: 0;
            text-align: center;
        }
        .banner-btn-2{
            font-size: 25px !important;
            margin-left: 0;
            text-align: center;
        }
      }
      .carousel-item{
        transition:inherit!important;
      }

      .nsmart{
        font-family: 'Audiowide', sans-serif !important;
        color: #66b645 !important;
      }
      .Neighbourhood{
        font-family: 'Audiowide', sans-serif !important;
      }
      .bannerPos {
        position: absolute;
        top: 0;
    }
    .slide-arrow {
        background: #ffffff36;
        border: 0;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        color: #fff;
    }
    .prev-arrow, .next-arrow {
        position: absolute;
        top: 50%;
    }
    .prev-arrow {
        left: 20px;
    }
    .slick-slider .slick-disabled {
        opacity: 0.7;
        pointer-events: none;
    }
    .common-spacing {
        padding-left: 100px;
        padding-right: 100px;
    }
    .firstbanner {
        position: relative;
    }
    .next-arrow {
        right: 20px;
    }
    .slick-next,.slick-prev{
display: none !important;
    }
    .twoPlans{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .twoPlans span{
        display: block;
        font-size: 40px;
    }
    .package-list.twoPlans a{
        left: 240px;
    }


    .tp-payment__mlr {
  margin-left: 100px;
  margin-right: 100px;
}
.tp-payment__title-box p {
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .tp-payment__title-box p {
    font-size: 16px;
  }
  .pricing-block .price{
    font-size: 18px !important;

  }
}
.tp-payment__item {
  background: linear-gradient(284.05deg, #EBD1FF 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
  border-radius: 40px;
  padding: 55px 70px;
  overflow: hidden;
  min-height: 440px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__item {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .tp-payment__item {
    padding: 30px;
  }
}
.tp-payment__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--tp-ff-mont);
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .tp-payment__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.tp-payment__content {
  position: relative;
  z-index: 9;
}
.tp-payment__content.tp-payment__content-space {
  padding-top: 35px;
}
.tp-payment__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-payment__content p {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .tp-payment__content p br {
    display: none;
  }
}
.tp-payment__content a {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  font-family: var(--tp-ff-mont);
  color: var(--tp-common-black);
  position: relative;
}
.tp-payment__content a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.tp-payment__content a i {
  margin-left: 6px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.tp-payment__content a:hover {
  color: var(--tp-common-black);
}
.tp-payment__content a:hover::after {
  width: 100%;
}
.tp-payment__content a:hover i {
  transform: translateX(4px);
}
.tp-payment__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-payment__shape-1 img {
  opacity: 0.1;
}
.tp-payment__shape-2 {
  position: absolute;
  bottom: -1px;
  right: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__shape-2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .tp-payment__shape-2 {
    position: relative;
    right: 0;
    padding-bottom: 0px;
    top: 30px;
  }
}
.tp-payment__shape-3 {
  position: absolute;
  bottom: 14%;
  right: 34%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__shape-3 {
    bottom: -1%;
    right: 31%;
  }
}
.tp-payment__shape-4 {
  position: absolute;
  bottom: 16%;
  right: 36%;
}
.tp-payment__shape-5 {
  position: absolute;
  bottom: -26%;
  right: -3%;
}
.tp-payment__shape-6 {
  position: absolute;
  bottom: 9%;
  right: 4%;
  z-index: -1;
  opacity: 0.5;
}
.tp-payment__shape-7 {
  position: absolute;
  bottom: -4%;
  left: 10%;
}
.tp-payment__shape-7 img {
  width: 70%;
}
.tp-payment__shape-8 {
  position: absolute;
  bottom: 18%;
  left: -2%;
}
.tp-payment__shape-8 img {
  width: 80%;
}
.tp-payment__shape-9 {
  position: absolute;
  bottom: 6%;
  right: 0%;
}
.tp-payment__shape-10 {
  position: absolute;
  bottom: 12%;
  left: 0%;
}
.tp-payment__shape-11 {
  position: absolute;
  bottom: -5%;
  left: 31%;
}
.tp-payment__bg-color-2 {
  background: linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%), linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%);
  border-radius: 40px;
}
.tp-payment__bg-color-3 {
  background: linear-gradient(142.23deg, #F3F8FF 7.63%, #CEDBFF 99.01%);
  border-radius: 40px;
}

@media (max-width: 767px) {
  .tp-account-bg {
    margin-bottom: 60px;
  }
}

.tp-payment-method__space {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .tp-payment-method__space {
    padding-bottom: 30px;
  }
}
.tp-payment-method__main-img {
  display: inline-block;
}
.tp-payment-method__main-img img {
  border-radius: 50%;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__title-box {
    padding-bottom: 30px;
  }
}
.tp-payment-method__circle::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #66b645;
  border-radius: 50%;
  top: -3px;
  right: 0;
}
.tp-payment-method__circle.circle-1::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-2::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-3::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-4::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-5::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-6::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-7::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-8::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-9::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-10::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-11::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-12::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-13::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-14::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-15::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-16::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__main-circle {
  display: inline-block;
}
.tp-payment-method__line-1 {
  position: absolute;
  left: -150%;
  top: 50%;
  transform: translate(-50%) rotate(-14deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 610px;
  background-color: #66b645;
}
.tp-payment-method__line-1 span {
  transform: translateY(-50%) rotate(14deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-payment-method__line-1 {
    width: 510px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-1 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-1 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-18deg);
  }
  .tp-payment-method__line-1 span {
    transform: translateY(-50%) rotate(18deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-1 {
    width: 125px;
    left: 6%;
  }
}
.tp-payment-method__line-2 {
  position: absolute;
  left: -9%;
  top: 50%;
  transform: translate(-50%) rotate(-44deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 190px;
  background-color: #66b645;
}
.tp-payment-method__line-2 span {
  transform: translateY(-50%) rotate(44deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-2 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-72deg);
  }
  .tp-payment-method__line-2 span {
    transform: translateY(-50%) rotate(72deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-2 {
    width: 125px;
    left: 6%;
  }
}
.tp-payment-method__line-3 {
  position: absolute;
  left: -74%;
  top: 50%;
  transform: translate(-50%) rotate(-24deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 380px;
  background-color: #66b645;
}
.tp-payment-method__line-3 span {
  transform: translateY(-50%) rotate(24deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-3 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-51deg);
  }
  .tp-payment-method__line-3 span {
    transform: translateY(-50%) rotate(51deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-3 {
    width: 125px;
    left: 6%;
    transform: translate(-50%) rotate(-43deg);
  }
  .tp-payment-method__line-3 span {
    transform: translateY(-50%) rotate(43deg);
  }
}
.tp-payment-method__line-4 {
  position: absolute;
  left: -90%;
  top: 50%;
  transform: translate(-50%) rotate(-2deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 430px;
  background-color: #66b645;
}
.tp-payment-method__line-4 span {
  transform: translateY(-50%) rotate(2deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-4 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-9deg);
  }
  .tp-payment-method__line-4 span {
    transform: translateY(-50%) rotate(9deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-4 {
    width: 125px;
    left: 6%;
  }
}
.tp-payment-method__line-5 {
  position: absolute;
  left: -137%;
  top: 50%;
  transform: translate(-50%) rotate(10deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 570px;
  background-color: #66b645;
}
.tp-payment-method__line-5 span {
  transform: translateY(-50%) rotate(-10deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-5 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-5 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(14deg);
  }
  .tp-payment-method__line-5 span {
    transform: translateY(-50%) rotate(-14deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-5 {
    width: 125px;
    left: 6%;
  }
}
.tp-payment-method__line-6 {
  position: absolute;
  left: -63%;
  top: 50%;
  transform: translate(-50%) rotate(26deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 350px;
  background-color: #66b645;
}
.tp-payment-method__line-6 span {
  transform: translateY(-50%) rotate(-26deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-6 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(41deg);
  }
  .tp-payment-method__line-6 span {
    transform: translateY(-50%) rotate(-41deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-6 {
    width: 125px;
    left: 6%;
  }
}
.tp-payment-method__line-7 {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translate(-50%) rotate(51deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 140px;
  background-color: #66b645;
}
.tp-payment-method__line-7 span {
  transform: translateY(-50%) rotate(-51deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-7 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(63deg);
  }
  .tp-payment-method__line-7 span {
    transform: translateY(-50%) rotate(-63deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-7 {
    width: 125px;
    left: 6%;
  }
}
.tp-payment-method__line-8 {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translate(-50%) rotate(130deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 160px;
  background-color: #66b645;
}
.tp-payment-method__line-8 span {
  transform: translateY(-50%) rotate(-130deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-8 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(90deg);
  }
  .tp-payment-method__line-8 span {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-8 {
    width: 125px;
    left: 6%;
  }
}
.tp-payment-method__line-9 {
  position: absolute;
  left: -73%;
  top: 50%;
  transform: translate(-50%) rotate(150deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 380px;
  background-color: #66b645;
}
.tp-payment-method__line-9 span {
  transform: translateY(-50%) rotate(-150deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-9 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(116deg);
  }
  .tp-payment-method__line-9 span {
    transform: translateY(-50%) rotate(-116deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-9 {
    width: 125px;
    left: 6%;
    transform: translate(-50%) rotate(99deg);
  }
  .tp-payment-method__line-9 span {
    transform: translateY(-50%) rotate(-99deg);
  }
}
.tp-payment-method__line-10 {
  position: absolute;
  left: -146%;
  top: 50%;
  transform: translate(-50%) rotate(160deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 600px;
  background-color: #66b645;
}
.tp-payment-method__line-10 span {
  transform: translateY(-50%) rotate(-160deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-10 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-10 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(142deg);
  }
  .tp-payment-method__line-10 span {
    transform: translateY(-50%) rotate(-142deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-10 {
    width: 125px;
    left: 6%;
  }
}
.tp-payment-method__line-11 {
  position: absolute;
  left: -89%;
  top: 50%;
  transform: translate(-50%) rotate(170deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 430px;
  background-color: #66b645;
}
.tp-payment-method__line-11 span {
  transform: translateY(-50%) rotate(-170deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-11 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(160deg);
  }
  .tp-payment-method__line-11 span {
    transform: translateY(-50%) rotate(-160deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-11 {
    width: 125px;
    left: 6%;
    transform: translate(-50%) rotate(148deg);
  }
  .tp-payment-method__line-11 span {
    transform: translateY(-50%) rotate(-148deg);
  }
}
.tp-payment-method__line-12 {
  position: absolute;
  left: -146%;
  top: 50%;
  transform: translate(-50%) rotate(180deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 600px;
  background-color: #66b645;
}
.tp-payment-method__line-12 span {
  transform: translateY(-50%) rotate(-180deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-payment-method__line-12 {
    width: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-12 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-12 {
    width: 250px;
    left: -35%;
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-12 {
    width: 125px;
    left: 6%;
  }
}
.tp-payment-method__line-13 {
  position: absolute;
  left: -45%;
  top: 50%;
  transform: translate(-50%) rotate(190deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 300px;
  background-color: #66b645;
}
.tp-payment-method__line-13 span {
  transform: translateY(-50%) rotate(-190deg);
}
.tp-payment-method__line-13 img {
  box-shadow: 0px 10px 50px rgba(32, 33, 36, 0.1);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-13 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(198deg);
  }
  .tp-payment-method__line-13 span {
    transform: translateY(-50%) rotate(-198deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-13 {
    width: 125px;
    left: 6%;
  }
}
.tp-payment-method__line-14 {
  position: absolute;
  left: -129%;
  top: 50%;
  transform: translate(-50%) rotate(199deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 550px;
  background-color: #66b645;
}
.tp-payment-method__line-14 span {
  transform: translateY(-50%) rotate(-199deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-14 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-14 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(215deg);
  }
  .tp-payment-method__line-14 span {
    transform: translateY(-50%) rotate(-215deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-14 {
    width: 125px;
    left: 6%;
  }
}
.tp-payment-method__line-15 {
  position: absolute;
  left: -70%;
  top: 50%;
  transform: translate(-50%) rotate(211deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 370px;
  background-color: #66b645;
}
.tp-payment-method__line-15 span {
  transform: translateY(-50%) rotate(-211deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-15 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(236deg);
  }
  .tp-payment-method__line-15 span {
    transform: translateY(-50%) rotate(-236deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-15 {
    width: 125px;
    left: 6%;
    transform: translate(-50%) rotate(236deg);
  }
  .tp-payment-method__line-15 span {
    transform: translateY(-50%) rotate(-236deg);
  }
}
.tp-payment-method__line-16 {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translate(-50%) rotate(228deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 170px;
  background-color: #66b645;
}
.tp-payment-method__line-16 span {
  transform: translateY(-50%) rotate(-228deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-16 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(273deg);
  }
  .tp-payment-method__line-16 span {
    transform: translateY(-50%) rotate(-273deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-16 {
    width: 125px;
    left: 6%;
    transform: translate(-50%) rotate(276deg);
  }
  .tp-payment-method__line-16 span {
    transform: translateY(-50%) rotate(-273deg);
  }
}
.tp-payment-method__line-1 span, .tp-payment-method__line-2 span, .tp-payment-method__line-3 span, .tp-payment-method__line-4 span, .tp-payment-method__line-5 span, .tp-payment-method__line-6 span, .tp-payment-method__line-7 span, .tp-payment-method__line-8 span, .tp-payment-method__line-9 span, .tp-payment-method__line-10 span, .tp-payment-method__line-11 span, .tp-payment-method__line-12 span, .tp-payment-method__line-13 span, .tp-payment-method__line-14 span, .tp-payment-method__line-15 span, .tp-payment-method__line-16 span {
  position: absolute;
  left: -40px;
  top: 50%;
}
.tp-payment-method__line-1 span:hover img, .tp-payment-method__line-2 span:hover img, .tp-payment-method__line-3 span:hover img, .tp-payment-method__line-4 span:hover img, .tp-payment-method__line-5 span:hover img, .tp-payment-method__line-6 span:hover img, .tp-payment-method__line-7 span:hover img, .tp-payment-method__line-8 span:hover img, .tp-payment-method__line-9 span:hover img, .tp-payment-method__line-10 span:hover img, .tp-payment-method__line-11 span:hover img, .tp-payment-method__line-12 span:hover img, .tp-payment-method__line-13 span:hover img, .tp-payment-method__line-14 span:hover img, .tp-payment-method__line-15 span:hover img, .tp-payment-method__line-16 span:hover img {
  transform: scale(1.1);
  transition: all 500ms ease;
}
.tp-payment-method__wrapper {
  padding-top: 170px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .tp-payment-method__wrapper {
    padding-top: 90px;
  }
}

@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.z-index-3 {
    position: relative;
    z-index: 3;
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes circle-animation {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}

@keyframes circle-animation-2 {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@media (max-width: 767px){
    .broadcast-detail .broadcast-box{
        padding: 25px 20px !important;
    }
    .broadcast-detail .broadcast-box .broadcast-big{
        font-size: 25px !important;
        text-align: center;
    }
    .broadcast-detail{
        padding: 30px 0 !important;
    }
}

@media (max-width: 991px){
  .dis-b{
    display: block !important;
  }
  .dis-n{
    display: none !important;
  }
 
  .tp-service-title-wrapper-mb{
margin-bottom: 25px;
  }
  .mobile-center{
    text-align: center;
  }
}

.tp-plan-img-box {
    margin-right: 70px;
}
.tp-plan-img-1 img {
    border-radius: 30px;
    width: 100%;
}
.tp-plan-img-2 {
    position: absolute;
    top: 18%;
    left: 18%;
    z-index: 1;
}
@media (min-width: 576px){
.d-sm-block {
    display: block!important;
}}
.tp-plan-img-3 {
    position: absolute;
    top: 11%;
    right: 12%;
    animation: tptranslateX2 4s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-img-3 {
    top: 9%;
    right: 7%;
  }
}
.tp-plan-img-4 {
  position: absolute;
  bottom: 12%;
  right: 13%;
  z-index: 2;
  animation: tptranslateY2 4s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-img-4 {
    bottom: 3%;
    right: 5%;
  }
}
.tp-plan-img-5 {
  position: absolute;
  bottom: 33%;
  left: 15%;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-img-5 {
    left: 12%;
    bottom: 27%;
  }
}
.tp-plan-img-5 img {
  box-shadow: 0px 20px 50px rgba(32, 33, 36, 0.14);
  border-radius: 10px;
  animation: tptranslateX2 4s forwards infinite alternate;
}
.tp-plan-img-6 {
  position: absolute;
  bottom: 25%;
  left: 20%;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-img-6 {
    bottom: 20%;
  }
}
.tp-plan-img-6 img {
  box-shadow: 0px -30px 50px rgba(29, 12, 7, 0.1);
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-plan-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-plan-wrapper {
    margin-bottom: 50px;
  }
}
.tp-plan-feature ul li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
  font-weight: 400;
  font-size: 17px;
  color: #595B62;
}
.tp-plan-feature ul li i {
  height: 22px;
  width: 22px;
  background-color: rgba(20, 17, 37, 0.08);
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 10px;
  color: var(--tp-common-black);
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-plan-section-box {
    margin-bottom: 40px;
  }
}

.tp-plan-2-space {
  padding-bottom: 120px;
}
.tp-plan-2-img-box {
  margin-left: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-2-img-box {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-plan-2-img-box {
    margin-left: 0px;
  }
}
.tp-plan-2-img-1 img {
  border-radius: 30px;
  width: 100%;
}
.tp-plan-2-img-2 {
  position: absolute;
  top: 26%;
  left: 29%;
  z-index: 2;
}
.tp-plan-2-img-2 img {
  border-radius: 16px;
  box-shadow: 0px 20px 50px rgba(32, 33, 36, 0.14);
  border-radius: 10px;
}
.tp-plan-2-img-3 {
  position: absolute;
  top: 13%;
  right: 11%;
  animation: tptranslateY2 4s forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-plan-2-img-3 {
    top: 13%;
    right: 19%;
  }
}
.tp-plan-2-img-3 img {
  border-radius: 16px;
  box-shadow: 0px 20px 50px rgba(32, 33, 36, 0.14);
  border-radius: 10px;
}
.tp-plan-2-img-4 {
  position: absolute;
  bottom: 23%;
  left: 12%;
  animation: tptranslateY2 4s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-plan-2-img-4 {
    bottom: 8%;
    left: 12%;
  }
}
.tp-plan-2-img-4 img {
  border-radius: 16px;
  box-shadow: 0px 20px 50px rgba(32, 33, 36, 0.14);
  border-radius: 10px;
}
.tp-plan-2-img-5 {
  position: absolute;
  bottom: 18%;
  right: 10%;
  animation: tptranslateX2 4s forwards infinite alternate;
}
.tp-plan-2-img-6 {
  position: absolute;
  top: 18%;
  left: 18%;
}
@keyframes tptranslateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
.tp-plan-img-box {
    margin-right: 0px;
}}
.tp-about-3-thumb-wrapper-right{
margin-left: 0;
}


.p-relative {
  position: relative;
}


.bg-banner{
/*    background-image: url(../images/banner-finalpic.png);*/
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px){  .container {
    max-width: 1650px;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){  .container {
    max-width: 1750px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1700px){  .container {
    max-width: 1450px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1499px){  .container {
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1499px){
.pricing-block .price{
    font-size: 18px !important;
}
}
@media only screen and (min-width: 767px) and (max-width: 991px){
  .main-row{
    margin-top:3rem;
    margin-bottom: 3rem;
}   
}
@media only screen and (min-width: 992px) and (max-width: 1050px){
.main-row{
    margin-top:8rem;
    margin-bottom: 8rem;
} 
}
@media only screen and (min-width: 1051px) and (max-width: 1199px){
 .main-row{
    margin-top:9rem;
    margin-bottom: 11rem;
}
}
@media only screen and (min-width: 1500px) and (max-width: 1600px){
.main-row{
       margin-top: 14rem;
    margin-bottom: 214px;
}
}
@media only screen and (min-width: 1601px) and (max-width: 1700px){
.main-row{
       margin-top: 14rem;
    margin-bottom: 220px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  
.banner-title{
    font-size: 33px;
}
.img-1,.img-2{
    width: 55%;
}
.img-1{
margin-right:-8rem !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1299px){
 .main-row{
    margin-top:10rem;
    margin-bottom: 8rem;
} 
}
@media only screen and (min-width: 767px) and (max-width: 820px){
 .main-row{
    margin-top:4rem !important;
    margin-bottom: 3rem !important;
} 
}
@media only screen and (min-width: 820px) and (max-width: 991px){
 .main-row{
    margin-top:6rem !important;
    margin-bottom: 5rem !important;
} 
}
@media only screen and (min-width: 1650px) and (max-width: 1700px){
 .main-row{
    margin-top:15rem;
    margin-bottom: 15rem;
} 
}
@media only screen and (min-width: 1701px) and (max-width: 1800px){
 .main-row{
    margin-top:16rem;
    margin-bottom: 16rem;
} 
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
 .main-row{
    margin-top:18rem;
    margin-bottom: 17rem;
} 
}
@media only screen and (min-width: 530px) and (max-width: 767px)
{ 
 .main-row{
    margin-top:2rem;
    margin-bottom: 2rem;
} 
.img-1{
margin-right:-8rem !important;
}
}
@media(max-width: 991px){
 .img-2{
    width: 50%;
        animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_right;
    animation-delay: 1.2s;
}
.img-1{
    width: 50%;
     margin-right:-5rem !important;
 -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_left;
    animation-delay: 0.2s;   
}
.jus-c-c{
    justify-content: center;
}
 .main-row{
    margin-top:2rem;
    margin-bottom: 2rem;
} 
}


.img-2{
        animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_right;
    animation-delay: 1.2s;
}
.img-1{
  
     margin-right:-10rem;
 -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade_left;
    animation-delay: 0.2s;   
}


.padd-both-10{
    padding: 10px 0 !important;
}

.padd-both-20{
    padding: 20px 0 !important;
}
.padd-both-30{
    padding: 30px 0 !important;
}

.padd-both-40{
    padding: 40px 0 !important;
}
.padd-both-50{
    padding: 50px 0 !important;
}


.pricing-section {
  position: relative;
  padding: 120px 0 90px;
  background-color: #f5f5f6;
}
.pricing-section.alternate {
  background-color: #ffffff;
}
.pricing-section .bg-image {
  top: 0;
  bottom: 260px;
  height: auto;
}
.pricing-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color3);
  opacity: 0.9;
  content: "";
}
.pricing-section.style-two .image-box .speed {
  padding-left: 40px;
}
.pricing-section.style-two .pricing-block .content-box .title-box .sub-title {
  color: var(--theme-color4);
}
.pricing-section.style-two .pricing-block:nth-child(2) .image-box .speed {
  background: var(--gradient-1);
  color: #ffffff;
}
.pricing-section.style-two .pricing-block:nth-child(2) .image-box .speed:before {
  border-top: 14px solid var(--theme-color4);
}
.pricing-section.style-two .pricing-block .inner-box .theme-btn::before {
  background: var(--gradient-1);
}
.pricing-section.style-two .pricing-block .inner-box:hover .theme-btn {
  border-color: transparent !important;
  background: transparent;
}
.pricing-section.style-two .pricing-block .inner-box:hover .theme-btn::before {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.pricing-block {
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
.pricing-block .inner-box {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 65px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  border-radius: 5px;

}
/*.pricing-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}*/
.pricing-block .inner-box:hover  {
  -webkit-transform: scale(1.1);
   margin-left: 20px;
   margin-top: 30px;
          transform: scale(1.1);
          -webkit-transition: all 500ms ease;
}
.pricing-block .inner-box:hover .theme-btn {
  border-color: #66b645;
  background-color: #66b645;
  color: #fff;
}
.pricing-block .image-box {
  position: relative;
}
.pricing-block .image-box .image {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.pricing-block .image-box .image img {
  width: 100%;
  min-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .image-box .speed {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  background-color: #66b645;
  display: inline-block;
  padding: 5px 25px 5px 20px;
  position: absolute;
  font-weight: 700;
  top: 35px;
  left: -12px;
}
.pricing-block .image-box .speed:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -10px;
  border-top: 10px solid #66b645;
  border-right: 14px solid transparent;
  -webkit-transform: rotate(-269deg);
          transform: rotate(-269deg);
}
.pricing-block .image-box .speed:after{
    content: "";
    position: absolute;
   /* border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #21749a;*/
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 21px solid #66b645;
    right: -20px;
    top: 0;
    
}
.pricing-block .image-box .speed small {
  font-size: 14px;
  line-height: 20px;
}
.pricing-block .content-box {
  background-color: #ffffff;
  padding: 30px 20px 40px;
  position: relative;
  z-index: 99;
}
.pricing-block .content-box .pricing-variation-icons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -30px;
  left: 40px;
  right: 0;
}
.pricing-block .content-box .pricing-variation-icons i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  height: 60px;
  width: 60px;
  font-size: 30px;
  color: #d81320;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.pricing-block .content-box .pricing-variation-icons i + i {
  margin-left: 10px;
}
.pricing-block .content-box .pricing-variation-icons i:hover {
  color: #ffffff;
  background-color: #3d81320;
}
.pricing-block .content-box .title-box {
  margin-bottom: 20px;
}
.pricing-block .content-box .title-box .sub-title {
  font-size: 13px;
  color: #66b645;
  text-transform: uppercase;
  font-weight: 700;
  
  letter-spacing: 0.25em;
}
@media (max-width: 1199.98px) {
  .pricing-block .content-box .title-box .sub-title {
    letter-spacing: 0.1em;
  }
}
.pricing-block .content-box .title-box .title {
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  font-family: Rubik;
}

.pricing-block .features {
  position: relative;
  margin-bottom: 20px;
}
.pricing-block .features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.pricing-block .features li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #49a953;
  font-weight: 900;
}
.pricing-block .price {
  position: relative;
  margin-bottom: 25px;
  font-family: Rubik;
  font-size: 22px;
  font-weight: 700;
}
.pricing-block .price small {
  font-size: 12px;
  color: #9c9c9c;
}
.pricing-block .theme-btn {
  background: transparent;
  color: #000;
  border: 1px solid #e1e1e1;
  padding: 14px 20px;
}
.pricing-block:nth-child(2) .image-box .speed {
  background-color: #66b645;
  color: #fff;
}
.pricing-block:nth-child(2) .image-box .speed:before {
  border-top: 14px solid #66b645;
}
.pricing-block:nth-child(3) .image-box .speed {
  background-color: #66b645;
  color: #ffffff;
}
.pricing-block:nth-child(3) .image-box .speed:before {
  border-top: 14px solid #66b645;
}

.sec-title {
    position: relative;
    margin-bottom: 60px;
}

.grey-bg {
    background-color: #f5f7fa;
}

 @keyframes tpfadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
      }
    
      100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
  }
  
  .tpfadeUp {
    -webkit-animation-name: tpfadeUp;
    animation-name: tpfadeUp;
  }


  .tp-price-2__price-wrap {
    background-color: #fff;
    padding: 60px;
    padding-right: 35px;
}

.tp-price-2__content-box {
    margin-right: 45px;
}
.tp-price-2__content span {
    font-weight: 400;
    font-size: 16px;
    color: #495362;
}
.tp-price-2__title-sm {
    font-weight: 700;
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
}

.tp-price-2__content span {
    font-weight: 400;
    font-size: 16px;
    color: #495362;
}

.tp-price-2__content span em {
    color: #336ef9;
    font-style: normal;
}
.tp-price-2__icon-box {
    border: 1px solid #E9EDF3;
    border-radius: 50px;
    padding: 20px;
}

.tp-price-2__icon-box span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    display: inline-block;
    color: #336ef9;
    transition: 0.3s;
}

.tp-price-2__feature-list {
    flex: 0 0 auto;
    margin-right: 45px;
}

.tp-price-2__feature-list ul li {
    position: relative;
    padding-left: 30px;
    list-style-type: none;
    font-weight: 400;
    font-size: 18px;
    color: #445769;
    margin-bottom: 7px;
    transition: all 0.3s 0s ease-out;
}
.tp-price-2__feature-list ul li span {
    position: absolute;
    top: -3px;
    left: 0;
}

.tp-price-2__btn-box span {
    display: block;
    color: #000;
   
    margin-bottom: 20px;
}
.tp-price-2__btn-box span i {
    font-weight: 700;
    font-size: 25px;
    font-style: normal;
}

.tp-btn-border-md {
    color: #000;
    border: 1px solid rgba(50, 57, 74, 0.15);
    height: 61px;
    line-height: 61px;
    padding: 0 43px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}

.tp-btn-border-md::before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0%;
    height: 100%;
    z-index: -1;
    content: "";
    background: #ffb302;
    transition: all 400ms ease-in-out;
}
.tp-price-2__btn-box span em {
    font-weight: 700;
    font-size: 50px;
    font-style: normal;
}

.tp-price-2__price-wrap {
    background-color: #fff;
    padding: 60px;
    padding-right: 35px;
}

.tp-price-2__price-wrap.active {
    background-color: #336ef9;
}

.tp-price-2__price-wrap.active .tp-price-2__content span{
    color: #fff;
}

.tp-price-2__price-wrap.active .tp-price-2__title-sm {
    color: #fff;
}

.tp-price-2__price-wrap.active .tp-price-2__content span {
    color: #fff;
}

.tp-price-2__price-wrap.active .tp-price-2__content span em {
    color: #ffb302;
}

.tp-price-2__price-wrap.active .tp-price-2__icon-box span {
    background-color: #fff;
    color: #336ef9;
}

.tp-price-2__price-wrap.active .tp-price-2__feature-list ul li {
    color: #fff;
}

.tp-price-2__price-wrap.active .tp-price-2__btn-box span {
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px;
}
.tp-btn-border-md:hover:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}


.marg-tp-30{
    margin-top: 30px;
}

.marg-btm-30{
    margin-bottom: 30px;
}

.dis-flx{
    display: flex;
    gap: 15px;
}


.border-right-1{
    border-right: 2px solid #bfb6b6;
     padding-right: 10px;
}
.pricing-block:hover{
transition: all 300ms ease;
}

.social-icon{
   position: relative; 
}
.social-icon li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.social-icon-1{
   position: relative; 
}
.social-icon-1 li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.fnt-we-700{
    font-weight: 700 !important;
}

.drop-head{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    background: #66B645;
    color: #fff;
}

.clr-green{
        color: #66b645 !important;
}