/***

Template Name: Link3 Technologies Ltd
Description: Largest Internet Service Provider(ISP)
Author: Analyzen
Author URL: https://www.analyzenbd.com/
Version: 1.2
Last Update Date: 07.01.2022


==========================================================================================
	Template Sltyle Index
==========================================================================================

1. HTML Default Styles

2. Bootstrap Overwrite Styles

3. Template Global Styles

4. Main Header/Navigation Styles

5. Template Common Components Styles

6. Footer Styles

7. Home Page Styles

==========================================================================================*/


/*========================================================================================
	1. HTML Default Styles
========================================================================================*/

body {
    font-size: 14px;
    color: #464646;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fd5602;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}

input,
button,
select,
textarea {}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

/*========================================================================================
	2. Bootstrap Overwrite Styles
========================================================================================*/

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control {}

.custom-select-box {
    position: relative;
}

.custom-select-box:after {
    position: absolute;
    top: 10px;
    right: 11px;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/icons/icon-chevron-down-grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}

.custom-select-box select.form-control {}

.custom-select-box select::-ms-expand {
    display: none;
}

.custom-select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select-box select option:hover {
    background-color: #fe6e00;
    color: #fff;
}

/*========================================================================================
	3. Template Global Styles
========================================================================================*/

/*****************************************
	Preloader Styles (Preloader One)
******************************************/

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    /* background: linear-gradient(180deg, #4C75DF -22.75%, #034EA1 100%); */
    z-index: 9999;
    /* overflow: hidden; */
    animation: zoom-in-zoom-out 1s ease infinite;
}

/* new loader */

.loader {
    margin: 0 auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.loader>div {
    height: 100%;
    width: 8px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    -webkit-animation: delay 0.8s infinite ease-in-out;
    animation: delay 0.8s infinite ease-in-out;
}

.loader .bar1 {
    background-color: #754fa0;
}

.loader .bar2 {
    background-color: #09b7bf;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.loader .bar3 {
    background-color: #90d36b;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loader .bar4 {
    background-color: #f2d40d;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loader .bar5 {
    background-color: #fcb12b;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.loader .bar6 {
    background-color: #ed1b72;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes delay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.05);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes delay {

    0%,
    40%,
    100% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

/* end of new loader */

.preloader .preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.preloader .preloader-inner .preloader-inner-container {
    position: relative;
    width: 150px;
    overflow: hidden;
}

.preloader .preloader-inner .preloader-logo {
    position: absolute;
    bottom: 0;
}

.preloader .preloader-inner .curve-lines {
    position: absolute;
    right: -20px;
    top: 0;
    width: 100%;
}

.preloader .preloader-inner .curve-lines .line {
    position: relative;
    -webkit-animation: preloader-pulse 1s linear infinite alternate-reverse;
    animation: preloader-pulse 1s linear infinite alternate-reverse;
}

.preloader .preloader-inner .curve-lines .line img {
    height: 40px;
}

.preloader .preloader-inner .curve-lines .line:nth-child(1) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
    top: 5px;
}

.preloader .preloader-inner .curve-lines .line:nth-child(2) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    top: -10px;
}

.preloader .preloader-inner .curve-lines .line:nth-child(3) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    top: -25px;
}

.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: linear-gradient(180deg, #ffaf42 -22.75%, #fd5602 100%);
    display: none;
    border: 2px solid #fff;
    border-radius: 0 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pay-bill-btn-box {
    position: fixed;
    top: 70%;
    right: -1px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    overflow: hidden;
}

.pay-bill-btn-box a.paybill-btn {
    color: #fff !important;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    margin-top: 10px;
}

.auto-container {
    position: relative;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.large-container {
    position: static;
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

::placeholder {
    color: #b2beb5 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

::-webkit-input-placeholder {
    color: #b2beb5 !important;
    font-weight: 500 !important;
}

::-moz-input-placeholder {
    color: #b2beb5 !important;
    font-weight: 500 !important;
}

::-ms-input-placeholder {
    color: #b2beb5 !important;
    font-weight: 500 !important;
}

.page-container {
    position: relative;
}

.hide-on-mobile {
    display: block !important;
}

.show-on-mobile {
    display: none !important;
}

/*****************************************
    Template Button Styles
******************************************/
.btn {
    display: inline-flex;
    font-weight: 500;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #2e2c2c;
}

.btn .btn-text {}

.btn.theme-btn {
    background-color: #fd5602;
    color: #fff;
}

.theme-btn.type-2 {
    background-color: rgba(252, 190, 158, 0.32);
    border: 1px solid rgba(253, 86, 2, 0.01);
    color: #fd5602;
}

.theme-btn.type-2:hover {
    background-color: #fd5602;
    color: #fff;
}

.btn.btn-outline {
    background-color: #fff;
    border: 2px solid #fd5602;
    transition: all 0.3s;
}

.btn.btn-outline:hover {
    background-color: #fd5602;
    border: 2px solid #fd5602;
    color: #fff;
}

.btn-round {
    border-radius: 50px;
}

.btn.has-icon {
    padding: 8px 25px;
}

.btn.has-icon .icon {}

.btn.has-icon .icon i {}

.btn.has-icon .icon.icon-before {}

.btn.has-icon .icon.icon-after {
    margin-left: 10px;
}

.btn.has-icon:hover .icon.slide-ltr {
    -webkit-animation: BtnIconSlide-LRT 0.5s forwards;
    -ms-animation: BtnIconSlide-LRT 0.5s forwards;
    -moz-animation: BtnIconSlide-LRT 0.5s forwards;
    -o-animation: BtnIconSlide-LRT 0.5s forwards;
    animation-timing-function: cubic-bezier(1, 0.01, 0.3, 1);
}

.btn.has-icon:hover .icon.slide-t2b {
    -webkit-animation: BtnIconSliBde-T2B 0.5s forwards;
    -ms-animation: BtnIconSlide-T2B 0.5s forwards;
    -moz-animation: BtnIconSlide-T2B 0.5s forwards;
    -o-animation: BtnIconSlide-T2B 0.5s forwards;
    animation-timing-function: cubic-bezier(1, 0.01, 0.3, 1);
}

.btn.has-collapse-content:before {
    position: absolute;
    top: 10px;
    right: 20px;
    content: "";
    width: 0;
    height: 0;
    width: 18px;
    height: 18px;
    transition: all 0.3s;
    background-image: url(../img/icons/icon-chevron-down-grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(-180deg);
}

.btn.has-collapse-content.collapsed::before {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(1, 0.01, 0.3, 1);
}



/*========================================================================================
	4. Main Header/Navigation Styles
========================================================================================*/

.header-span {
    height: 120px;
    display: block;
}

.main-header {
    position: relative;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box {
    position: relative;
    padding: 10px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.main-header .main-box .main-header-inner {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .logo-box {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .logo-box .logo img.logo-light {
    display: block;
}

.main-header .main-box .logo-box .logo img.logo-dark {
    display: none;
}

.main-header .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    min-height: 65px;
    height: 65px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .logo-box .logo img {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .nav-outer {
    position: relative;
    float: right;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.main-header .nav-outer .nav-selfcare-btn a {
    background: #fd5602;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
    display: inline;
    border-radius: 200px;
    color: #fff;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.main-header .nav-outer .nav-selfcare-btn a:hover {
    transform: scale(0.95);
}

.main-header .nav-outer .nav-selfcare-btn {
    margin: 0;
    padding-left: 15px;
}

.main-header .nav-outer .main-menu {
    position: static;
    float: left;
}

.main-menu .navigation {
    position: static;
    margin: 0px;
    display: flex;
    align-items: center;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-left: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 0;
    color: #fd5602;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
    opacity: 1;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.main-menu .navigation>li>a::before {
    content: "";
    width: 0%;
    height: 1.5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 5px;
    opacity: 0;
    visibility: visible;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li>a:hover:before {
    width: 100%;
    background-color: #fd5602;
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 10px;
    width: 220px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    background: #ffffff;
    text-align: left;
    border-radius: 3px;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 0px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #222222;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #11519d;
    padding-left: 5px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 9px;
    width: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    background: #ffffff;
    text-align: left;
    border-radius: 3px;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 0px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #222222;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/* Outer box */
.main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 50px;
}

.main-header .outer-box .btn-box a {
    position: relative;
    float: right;
}

/*search box btn*/

.main-header .search-box {
    position: relative;
    float: left;
    padding: 55px 0;
    margin-left: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box .search-box-btn {
    position: relative;
    width: 30px;
    cursor: pointer;
    background: none;
    font-size: 26px;
    line-height: 50px;
    color: #ffffff;
    outline: none;
    border-radius: 50px;
    text-align: center;
}

.main-header .search-box .show .search-box-btn span:before {
    content: "\f14d";
    font-size: 20px;
}

.dropdown-toggle::after {
    display: none;
}

.main-header .search-box .dropdown-menu {
    top: 100% !important;
    left: auto !important;
    right: 0px !important;
    transform: none !important;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #25262c;
    margin-top: 10px;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #25262c;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #2e2c2c;
    margin: 7px 0px 2px;
    display: none;
}

/*****************************************
	Header Style Two
******************************************/

.header-style-two .main-menu .navigation>li>a {
    color: #3f4161;
}

.header-style-two .main-menu .navigation>li {
    margin-left: 35px;
}

.header-style-two .nav-outer {
    float: left;
}

.header-style-two .nav-outer .main-menu {
    margin-left: 45px;
}

.header-style-two .outer-box {
    position: relative;
    float: right;
}

.header-style-two.alternate .main-box {
    -webkit-box-shadow: 0 20px 30px rgba(14, 16, 48, 0.06);
    -ms-box-shadow: 0 20px 30px rgba(14, 16, 48, 0.06);
    box-shadow: 0 20px 30px rgba(14, 16, 48, 0.06);
}

/*****************************************
	Header Style Three
******************************************/

.header-style-three .main-menu .navigation>li {
    margin-left: 35px;
}

.header-style-three .nav-outer {
    float: left;
}

.header-style-three .nav-outer .main-menu {
    margin-left: 45px;
}

.header-style-three .outer-box {
    position: relative;
    float: right;
}

.header-style-three .outer-box .btn-box a {
    border-radius: 3px;
}

/*****************************************
		Fixed Header
*****************************************/

.main-header.fixed-header {
    position: fixed !important;
}

.main-header.fixed-header .main-box {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-style-two.fixed-header .main-box {
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}

.header-style-two.fixed-header .outer-box .theme-btn {
    background-color: #e1137b;
    color: #ffffff;
}

.header-style-two.alternate.fixed-header .outer-box .theme-btn:hover {
    color: #e1137b;
}

/*****************************************
	Fixed Header Logo Styles
******************************************/

.main-header.fixed-header .logo-box .logo img {
    transform: scale(0.98);
}

.main-header.fixed-header .main-box .logo-box .logo img.logo-light {
    display: none;
}

.main-header.fixed-header .main-box .logo-box .logo img.logo-dark {
    display: block;
}

.main-header.fixed-header .main-menu .navigation>li>a {
    color: #072f5f;
}

.main-header.fixed-header .main-menu .navigation>.nav-selfcare-btn>a {
    color: #fff;
}

/*****************************************
	Page Header Gap Styles
******************************************/
.main-header.has-header-gap {
    position: relative;
    /* background-color: #fff; */
}

.main-header.has-header-gap.fixed-header {
    position: fixed;
}

.main-header.has-header-gap .main-box {
    padding: 10px 0px 3px;
}

.main-header.has-header-gap .main-menu .navigation>li>a {
    color: #fd5602;
}

.main-header.has-header-gap.fixed-header .main-menu .navigation>li>a {
    color: #072f5f;
}

.main-header.has-header-gap .main-box .logo-box .logo img.logo-light {
    display: none;
}

.main-header.has-header-gap .main-box .logo-box .logo img.logo-dark {
    display: block;
}

.main-header.has-header-gap .main-menu .navigation li.nav-selfcare-btn a {
    color: #fff !important;
}

/*****************************************
	Page Breadcurmb Styles
******************************************/

.page-breadcurmb {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.page-breadcurmb .breadcurmb-bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

/* .page-breadcurmb .breadcurmb-bg-image::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
} */

.page-breadcurmb .title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.page-breadcurmb .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin: 0;
    color: #fff;
}

.page-breadcurmb .title h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
}

.page-breadcurmb .title p {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    margin-top: 15px;
    color: #fff;
}

/*****************************************
	Page Breadcurmb (Banner) Styles
******************************************/
.page-breadcurmb.has-custom-banner .bg-banner {
    position: relative;
}

.page-breadcurmb.has-custom-banner .bg-banner::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.page-breadcurmb.has-custom-banner .center-content-box {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.page-breadcurmb.has-custom-banner .center-content-box h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.page-breadcurmb.has-custom-banner .center-content-box h2 span {
    color: #fd5602;
}

.page-breadcurmb.has-custom-banner .center-content-box h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fd5602;
}

.page-breadcurmb.has-custom-banner .center-content-box p {
    font-size: 18px;
    color: #fff;
}

/*****************************************
	Mobile Menu
*****************************************/

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 80px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: opacity 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 00ms;
    -moz-transition: all 0.7s ease 00ms;
    -ms-transition: all 0.7s ease 00ms;
    -o-transition: all 0.7s ease 00ms;
    transition: all 0.7s ease 00ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 40px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: #fd5602;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .header-links {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}

.mobile-menu .header-links ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.mobile-menu .header-links ul li {
    position: relative;
    list-style: none;
    display: inline-flex;
}

.mobile-menu .header-links ul li a {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #2e2c2c;
}

.mobile-menu .header-links ul li a::before {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 105%;
    height: 100%;
    border-bottom: 2px solid #f2f3f4;
}

.mobile-menu .header-links ul li.current a::before {
    border-bottom: 2px solid #fd5602;
}

.mobile-menu .header-links ul li a:first-child {
    padding-left: 0;
}

.mobile-menu .header-links ul li.current a {
    color: #fd5602;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation .nav-selfcare-btn {
    padding: 1rem 0;
}

.mobile-menu .navigation .nav-selfcare-btn a {
    background: #fd5602;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    display: inline;
    color: #fff;
    width: 100%;
    border-radius: 200px;
}

.mobile-menu .navigation .nav-selfcare-btn a:hover {
    color: #fff;
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #2e2c2c;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #fd5602;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

/*==========================================================================
	4. Template Slider Styles
============================================================================*/

/*
****************************************
	Swiper Slider Styles
*****************************************
*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.swiper-pagination-bullet {
    border: 1px solid #58cced;
    background-color: #58cced;
    opacity: 1;
    cursor: pointer;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

/*****************************************
	Owl Carousel Styles
******************************************/

.owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    margin-right: 5px;
}

.owl-dot span {
    display: block;
    width: 15px;
    height: 6px;
    border-radius: 20px;
    background-color: #5393ea;
}

.owl-dot.active span {
    background-color: #0c52b5 !important;
    width: 25px;
}

.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel .owl-nav button span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
}

.owl-carousel .owl-nav button span i {
    font-size: 18px;
    line-height: 35px;
}

.owl-carousel .owl-nav button.owl-prev span {
    background: linear-gradient(263.87deg, #5393ea -18.9%, #0560dc 85.77%);
    margin-right: 10px;
}

.owl-carousel .owl-nav button.owl-next span {
    background: linear-gradient(263.87deg, #0560dc -18.9%, #5393ea 85.77%);
}

.clients-container .owl-carousel .owl-nav {
    margin-top: 20px;
    margin-left: 5px;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    position: relative;
    background: #fff;
    border: 1px solid #fd5602;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev span img,
.owl-carousel .owl-nav button.owl-next span img {
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-prev:hover span,
.owl-carousel .owl-nav button.owl-next:hover span {
    background: #fff;
    border: 1px solid #fd5602;
}

/*****************************************
	Slick Slider Styles
******************************************/


.slick-dots li button:before {
    color: #fd5602 !important;
    font-size: 16px !important;
}

/* .slick-dots {
    bottom: 20px;
}

.slick-dots li button {
    position: relative;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fd5602;
    border-radius: 10px;
    transition: all 0.3s;
    top: 5px;
    left: 5px;
}

.slick-dots li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s;
    left: 6px;
    top: 6px;
}

.slick-dots li.slick-active::before {
    background: #ff8303;
}

.slick-dots li.slick-active::after {
    background: #fd5602;
} */

/*========================================================================================
	5. Template Common Components Styles
========================================================================================*/

/*****************************************
	Section Title Styles
******************************************/
.section-title {
    position: relative;
    text-align: center;
}

.section-title h2.title {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 50px;
    line-height: 66px;
    color: #2e2c2c;
    font-weight: 700;
    letter-spacing: -1px;
}

.section-title h2.title span {
    color: #fd5602;
}

.section-title p.sub-text {
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    color: #676767;
    margin-top: 15px;
}

/*****************************************
	Title With Side Line Styles
******************************************/
.title-with-line {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.title-with-line .title {
    width: auto;
}

.title-with-line .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-weight: 700;
    color: #2e2c2c;
}

.title-with-line .title h2 span {
    color: #fd5602;
}

.title-with-line .line {
    position: absolute;
    right: 5px;
    top: 55%;
    width: 100%;
    height: 1px;
    background-color: #676767;
}

/*****************************************
	Social Links Styles
******************************************/

.social-link {
    position: relative;
}

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

.social-link li a {
    position: relative;
    display: block;
    text-align: center;
    margin-right: 0px;
    font-size: 20px;
    line-height: 50px;
    background-color: #e2e5de;
    color: #5f5f5f;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.social-link li a::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    transform-origin: center;
    background-color: #fedebe;
    border-radius: 30px;
    transform: scale(0, 0);
    transition: all 0.3s;
    pointer-events: none;
    z-index: 1;
}

.social-link li a:hover::before {
    transform: scale(1, 1);
}

.social-link li a:hover {
    color: #fd5602;
}

.social-link li a i {
    position: relative;
    z-index: 2;
    transition: all 0.2s;
}

.social-link li a i {
    position: relative;
    z-index: 2;
}

/*****************************************
	Menu Links Styles
******************************************/
.menu-links {
    position: relative;
}

.menu-links li {
    margin-bottom: 15px;
}

.menu-links li a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding-left: 25px;
}

.menu-links li a:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-links li a:hover {
    color: #fd5602 !important;
}

.menu-links li a:hover::before {
    left: 5px;
    color: #fd5602;
}

/*****************************************
	List With Icons Styles
******************************************/

ul.icon-list-box {
    position: relative;
}

ul.icon-list-box li {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    margin-bottom: 20px;
}

ul.icon-list-box li:last-child {
    margin-bottom: 0;
}

ul.icon-list-box li .icon {
    position: relative;
    top: 3px;
    width: 15%;
}

ul.icon-list-box li .icon i {
    font-size: 20px;
    color: #fd5602;
}

ul.icon-list-box li .text {
    width: 93%;
}

ul.icon-list-box li .text p {
    margin-bottom: 0;
    color: #2e2c2c;
}

ul.icon-list-box li .text a {
    color: #2e2c2c;
    transition: all 0.3s;
}

ul.icon-list-box li .text a:hover {
    color: #fd5602;
}

/*****************************************
	Custom Accordion Styles
******************************************/

.custom-accordion .card {
    background-color: transparent;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.custom-accordion .card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.custom-accordion .card .card-header {
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
}

.custom-accordion .card .card-header h2 {
    position: relative;
    text-align: left;
}

.custom-accordion .card .card-header h2 .btn {
    padding-left: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    background-color: transparent;
    color: #fd5602;
    padding-right: 45px;
}

.custom-accordion .card .card-header h2 .btn::before {
    position: absolute;
    right: 15px;
    top: 5px;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/primary-chevron-up.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: all 0.3s;
}

.custom-accordion .card .card-header h2 .btn.collapsed::before {
    background-image: url(../img/icons/primary-chevron-down.svg);
}

.custom-accordion .card-body {
    position: relative;
}

.custom-accordion .card-body::before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: "";
    /* background-image: url(../img/lines-1.png); */
    background-size: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 0.5;
}

/*****************************************
	Link3 Custom Tab Content Styles
******************************************/

.link3-custom-tab-container {
    position: relative;
}

.link3-custom-tab-container .tab-custom-nav-box {
    /* margin-top: 50px; */
    text-align: center;
    margin-bottom: 40px;
}

.link3-custom-tab-container .tab-custom-nav-box .nav.nav-tabs {
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    display: inline-flex;
    background-color: #f2f3f4;
    border-radius: 50px;
}

.link3-custom-tab-container .tab-custom-nav-box .nav.nav-tabs .nav-link {
    width: 160px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    padding: 12px 0;
    text-transform: capitalize;
    color: #676767;
    transition: all 0.2s;
}

.link3-custom-tab-container .tab-custom-nav-box .nav.nav-tabs .nav-link:hover {
    color: #fd5602;
}

.link3-custom-tab-container .tab-custom-nav-box .nav.nav-tabs .nav-link.active {
    background-color: #fd5602;
    color: #fff;
    border-radius: 50px;
}

/*****************************************
	Likn3 Custom Modal Styles
******************************************/
.link3-custom-modal button.close {
    color: #2e2c2c !important;
    opacity: 1;
}

/*****************************************
	BG Content Box Styles
******************************************/

.bg-content-box {
    min-height: 320px;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-top: 30px;
}

.bg-content-box .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    border-radius: 30px;
    border: 1px solid #d3d3d3;
}

.bg-content-box .bg-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-content-box .text-content {
    text-align: center;
    z-index: 2;
    color: #fff;
}

.bg-content-box .text-content .title {
    margin-bottom: 15px;
}

.bg-content-box .text-content .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #f2f3f4;
    letter-spacing: -1px;
}

.bg-content-box .text-content .title h2 span {
    color: #fd5602;
}

.bg-content-box .text-content p.sub-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 60px;
}

/*****************************************
	Text Content Card Styles
******************************************/
.text-content-card {
    position: relative;
    padding: 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-bottom: 2px solid #fd5602;
}

.text-content-card .sub-text {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #2e2c2c;
}

.text-content-card .title-with-line .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #2e2c2c;
}

.text-content-card .text-box .text-content-card .text-box p {
    color: #676767;
}

.text-content-card .video-box {
    position: relative;
    /* width: 800px; */
    margin: 30px auto;
    overflow: hidden;
    border-radius: 15px;
}

.text-content-card .video-box .video-thumb {
    position: relative;
    text-align: center;
}

.text-content-card .video-box .video-thumb::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.text-content-card .video-box .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.text-content-card .video-box .play-btn a {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    box-shadow: 0px 2px 39px rgba(253, 86, 2, 0.46);
}

.text-content-card .video-box .play-btn a img {
    position: relative;
    left: 3px;
}

/*****************************************
	Job Short Details Styles
******************************************/
.job-short-details-card {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #fd5602;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

.job-short-details-card .job-title {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #2e2c2c;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.job-short-details-card:hover .job-title {
    color: #fd5602;
}

.job-short-details-card .job-tags li {
    position: relative;
    color: #2e2c2c;
    padding-left: 25px;
    margin-bottom: 5px;
}

.job-short-details-card .job-tags li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Material Icons Outlined";
    content: "";
    font-size: 20px;
    color: #fd5602;
}

.job-short-details-card .job-tags li span {
    color: #676767;
}

.job-short-details-card .job-tags li.deadline::before {
    content: "event_available";
}

.job-short-details-card .job-tags li.location::before {
    content: "room";
    font-weight: 600;
}

.job-short-details-card .btn-box {
    margin-top: 20px;
}

.job-short-details-card .btn-box a.btn {
    font-size: 14px;
    padding: 5px 20px;
}

/*=============================================================
	Form Components Styles
=============================================================*/
/*****************************************
	Link3 Common Form Styles
******************************************/

.link3-common-form {
    position: relative;
    background-color: #fff;
}

.link3-common-form label {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #676767;
}

.link3-common-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.link3-common-form .form-group .custom-input-group {
    position: relative;
}

.link3-common-form .form-group .custom-input-group .icon {
    position: absolute;
    top: 0;
    left: 8px;
    line-height: 40px;
    color: #676767;
}

.link3-common-form .form-group .custom-input-group .icon i {
    font-size: 20px;
}

.link3-common-form .form-group .input-group {}

.link3-common-form .input-group-text {
    background-color: #b2beb5;
    border-color: #b2beb5;
    color: #676767;
}

.link3-common-form .form-group .form-control {
    background-color: #f2f3f4;
}

.link3-common-form .form-group .form-control:focus {
    border-color: #b2beb5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(178 190 181 / 25%);
}

.link3-common-form .form-group input.form-control {
    font-size: 14px;
    height: 40px;
    padding-left: 35px;
}

.link3-common-form .submit-btn-box {
    margin-top: 50px;
}

/*****************************************
	Custom Check Box Styles
******************************************/

.link3-custom-checkbox {
    width: 100%;
    /* padding-bottom: 6px; */
    margin-bottom: 20px;
}

.link3-custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.link3-custom-checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    line-height: 25px;
    color: #152c5b;
}

.link3-custom-checkbox label span.checkbox-icon {
    content: "";
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #fd5602;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    /*border-radius: 40px;*/
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 2px;
}

.link3-custom-checkbox input+label span.checkbox-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-family: "Material Icons Sharp";
    content: "check";
    font-size: 16px;
    color: #fd5602;
    transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}

.link3-custom-checkbox input:checked+label span.checkbox-icon:after {
    /* transform: scale(1); */
    opacity: 1;
}

/*========================================================================================
	6. Footer Styles
========================================================================================*/

.footer {
    position: relative;
    background-color: #f2f3f4;
    padding-top: 60px;
    z-index: 2;
    overflow: hidden;
}

.footer .footer-widget {
    position: relative;
}

.footer .footer-widget .title {
    margin-bottom: 20px;
}

.footer .footer-widget .title h2 {
    color: #fd5602;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.footer-left-container {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 100%;
}

.footer-left-container .address-box {
    position: relative;
    width: 40%;
    border-radius: 10px;
}

.footer-left-container .address-box .logo {
    margin-bottom: 25px;
}

.footer-left-container .address-box .logo img {
    width: 80px;
}

.footer-left-container .address-box h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    color: #2e2c2c;
    margin-bottom: 10px;
}

.footer-left-container .address-box p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #676767;
    margin-bottom: 35px;
}

.footer-left-container .footer-menu-links {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-between;
    width: 30%;
    margin-left: 8%;
}

.footer-left-container .footer-menu-links .menu-links li a {
    color: #2e2c2c;
}

.footer-left-container .footer-menu-links .footer-widget {
    width: 50%;
}

.footer-right-container {
    position: relative;
}

.footer-right-container .footer-social-links {
    margin-top: 40px;
}

.footer-right-container .footer-social-links p {
    color: #104482;
}

.footer-right-container .social-links {
    position: relative;
}

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

.footer-right-container .social-links li a {
    margin-right: 0px;
    font-size: 20px;
    line-height: 50px;
    background-color: #02044a;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.footer-right-container .contact-details ul.icon-list-box li .icon i {
    font-size: 22px;
}

.footer-right-container .contact-details ul.icon-list-box li .text p {
    font-weight: 500;
}

.footer-bottom {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}

.footer-bottom .copyright-text {
    margin-bottom: 5px;
}

.footer-bottom p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #676767;
    margin-bottom: 0;
}

.footer-bottom p a {}

.footer-bottom p a img {
    height: 20px;
}

.footer-bottom p a img.analyzen-logo {
    height: 25px;
    position: relative;
    top: -4px;
    left: 6px;
}

.footer-bottom .download-selfcare-app-box {
    position: relative;
    margin-top: 10px;
    margin-bottom: 25px;
}

.footer-bottom .download-selfcare-app-box a {
    display: inline-block;
}

.footer-bottom .download-selfcare-app-box .play-store-logo {}

.footer-bottom .download-selfcare-app-box .play-store-logo img {
    width: 220px;
    margin: 0 auto;
}

.footer-bottom .download-selfcare-app-box p {
    font-family: "Noto Sans Display", sans-serif;
    margin-left: 5px;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 900;
    color: #2e2c2c;
}

.footer-mobile-widget-container {
    position: relative;
}

.footer-mobile-widget-container .custom-accordion .card {
    border: none;
    border-bottom: 1px solid #b2beb5;
}

.footer-mobile-widget-container .custom-accordion .card .card-header {
    border: none;
}

.footer-mobile-widget-container .custom-accordion .card .card-header h2 .btn {
    font-size: 24px;
    font-family: "Noto Sans Display", sans-serif;
    padding-left: 0;
    padding-bottom: 15px;
}

.footer-mobile-widget-container .custom-accordion .card .card-header h2 .btn::before {
    right: 0;
}

.footer-mobile-widget-container .custom-accordion .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.footer-mobile-widget-container .contact-details ul.icon-list-box li .icon {
    width: 12%;
}

.footer-mobile-widget-container .contact-details ul.icon-list-box li .icon i {
    font-size: 22px;
}

.footer-mobile-widget-container .contact-details ul.icon-list-box li .text p {
    font-size: 18px;
    font-weight: 500;
}

.footer-mobile-widget-container .menu-links li a {
    font-size: 16px;
}

.footer .mobile-social-link-box {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.footer .mobile-social-link-box::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 85%;
    margin: 0 auto;
    background: #676767;
    border-bottom: 0.038rem solid #676767;
}

.footer-mobile-widget-container .menu-links li a {
    color: #2e2c2c !important;
}

.footer-mobile-widget-container .menu-links li a:hover,
.footer-mobile-widget-container .menu-links li a:before {
    color: #fd5602 !important;
}

/*========================================================================================
	7. Home Page Styles
========================================================================================*/
.home-page {}

/*****************************************
	Home Slider Styles
******************************************/

.home-slider-section {
    position: relative;
}

.home-slider-section .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.home-slider-section .home-slider {}

.home-slider-section .home-slider .slide-item .banner-image {}

.home-slider-section .home-slider .slide-item .banner-image img.desktop-banner {
    display: block;
}

.home-slider-section .home-slider .slide-item .banner-image img.mobile-banner {
    display: none;
}

/*****************************************
	 Package Customizer Styles
******************************************/
.package-customizer-section {
    position: relative;
    padding: 60px 0 60px;
}

.package-customizer-section .section-title {
    margin-bottom: 40px;
}

.package-customizer-container {
    position: relative;
}

.package-customizer-inner {
    position: relative;
}

.package-customizer-card {
    position: relative;
    transition: all 0.3s;
    background-color: #f2f3f4;
    min-height: 150px;
    margin-bottom: 40px;
}

.package-customizer-card.show {
    background-color: transparent;
    transition: all 0.5s;
    transition-delay: 0.3s;
    border-radius: 30px;
}

.package-customizer-card .front-box {
    position: relative;
    width: 100%;
}

.package-customizer-card .front-box .front-box-inner {
    position: relative;
    padding: 20px 25px;
    border-radius: 30px;
}

.package-customizer-card .front-box .front-box-inner .number-box {}

.package-customizer-card .front-box .front-box-inner .show-filterbox-btn {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 40px;
    height: 40px;
    pointer-events: all;
    border-radius: 30px;
    transition: all 0.3s;
    background-color: #ff8303;
    cursor: pointer;
    z-index: 3;
}

.package-customizer-card.show .front-box .front-box-inner .show-filterbox-btn {
    z-index: 5;
}

.package-customizer-card .front-box .front-box-inner .show-filterbox-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    height: 0;
    width: 18px;
    height: 18px;
    transition: all 0.3s;
    background-image: url(../img/icons/icon-chevron-down-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.package-customizer-card .popup-box {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
}

.package-customizer-card .popup-box .popup-box-inner {
    width: 100%;
    border-radius: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    min-height: 200px;
    height: auto;
    padding: 20px 25px;
    box-sizing: border-box;
    transition: all 0s;
    opacity: 1;
    pointer-events: none;
}

.package-customizer-card .popup-box .popup-box-inner .bg {
    box-shadow: 0 0px 50px rgb(0 0 0 / 26%);
    position: absolute;
    width: 100%;
    right: 0px;
    top: 0px;
    height: 0px;
    border-radius: 30px;
    box-sizing: border-box;
    opacity: 0;
    background: #fdf0e3;
}

.package-customizer-card .front-box .front-box-inner .title,
.package-customizer-card .popup-box .popup-box-inner .title {
    margin-bottom: 20px;
}

.package-customizer-card .front-box .front-box-inner .title h3,
.package-customizer-card .popup-box .popup-box-inner .title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    color: #fd5602;
}

.package-customizer-card .front-box .front-box-inner p.sub-text,
.package-customizer-card .popup-box .popup-box-inner p.sub-text {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    color: #2e2c2c;
    margin-bottom: 0;
    margin-top: 22px;
}

.package-customizer-card .front-box .front-box-inner .tag,
.package-customizer-card .popup-box .popup-box-inner .tag {
    font-size: 27px;
    line-height: 27px;
    font-family: "Noto Sans Display", sans-serif;
    font-weight: 700;
    color: #2e2c2c;
}

.package-customizer-card .front-box .front-box-inner .startNum,
.package-customizer-card .popup-box .popup-box-inner .startNum,
.package-customizer-card .front-box .front-box-inner .seperator,
.package-customizer-card .popup-box .popup-box-inner .seperator,
.package-customizer-card .front-box .front-box-inner .endNum,
.package-customizer-card .popup-box .popup-box-inner .endNum {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #2e2c2c;
}

.package-customizer-card .popup-box .popup-box-inner .range-customizer-box {
    margin-top: 45px;
    opacity: 0;
}

.package-customizer-card.show {
    position: relative;
}

.package-customizer-card.show .popup-box,
.package-customizer-card.show .popup-box .popup-box-inner {
    pointer-events: all;
    opacity: 1;
    transition: all 0.3s;
    z-index: 4;
}

.package-customizer-card.show .popup-box .popup-box-inner .range-customizer-box {
    opacity: 1;
    transition: all 0.8s;
    transition-delay: 0.3s;
}

.package-customizer-card.show .popup-box .popup-box-inner .bg {
    -webkit-animation: BgShow 0.5s forwards;
    -moz-animation: BgShow 0.5s forwards;
    -o-animation: BgShow 0.5s forwards;
    animation: BgShow 0.5s forwards;
    animation-timing-function: cubic-bezier(1, 0.01, 0.3, 1);
    z-index: -1;
}

.package-customizer-card.show .front-box .front-box-inner .show-filterbox-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    height: 0;
    width: 22px;
    height: 22px;
    background-image: url(../img/icons/icon-clear-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.package-customizer-section .customizer-btn-box {
    text-align: center;
    margin-top: 0px;
}

.special-addon-customizer {
    position: relative;
}

.addon-list-box {
    position: relative;
    opacity: 0;
}

.addon-list-box .addon-item {
    position: relative;
}

.addon-list-box .addon-item .link3-custom-checkbox label span.checkbox-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.addon-list-box .addon-item .link3-custom-checkbox label {
    padding-left: 35px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

.package-customizer-card.show .addon-list-box {
    opacity: 1;
    transition: all 0.3s;
    transition-delay: 0.3s;
}

/*****************************************
	Reconnection Styles
******************************************/

.reconnection-text-content {
    position: relative;
    text-align: center;
    padding: 30px 150px;
}

.reconnection-text-content h3 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    color: #fd5602;
}

.reconnection-form .form-row {
    justify-content: center;
}


.reconnection-datepicker button {
    padding: 0;
}

.reconnection-form-container {
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);

}


.reconnection-form-container .reconnection-datepicker #datepicker {
    padding-left: 10px;
}

.reconnection-form-container .reconnection-datepicker .gj-icon {
    color: #676767;
}

/*****************************************
	check-coverage-section
******************************************/
.check-coverage-section {
    background-color: #f5f5f5;
}

.check-coverage-section .check-coverage-form {
    background-color: #f5f5f5;
}

.link3-common-form.check-coverage-form .form-group .form-control {
    background-color: #fff;
    text-transform: uppercase;
}

.check-coverage-section .btn-box {
    text-align-last: center;
}

.check-coverage-button {
    align-items: center;
}

.check-coverage-section .btn.has-icon {
    padding: 5px 20px;
}

.coverage-checkbox {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

/*****************************************
	Featured Offer Section Styles
******************************************/
.featured-offer-secton {
    position: relative;
    padding: 60px 0 80px;
}

.featured-offer-container {
    min-height: 350px;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-top: 60px;
}

.featured-offer-container .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    border-radius: 30px;
    border: 1px solid #d3d3d3;
}


.featured-offer-container .offer-content {
    text-align: center;
    z-index: 2;
    color: #000;
}

.featured-offer-container .offer-content p.sub-text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
}

.featured-offer-container .offer-content p.sub-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}

.featured-offer-container .offer-content .title {
    margin: 15px 0;
}

.featured-offer-container .offer-content .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 54px;
    font-weight: 800;
    line-height: 60px;
    color: #000;
    letter-spacing: -1px;
}

.featured-offer-container .offer-content .title h2 span {
    color: #fd5602;
}

/*****************************************
	Bandwidth TEster Section Styles
******************************************/

.bandwidth-tester-section {
    position: relative;
    padding: 60px 0 60px;
    background-color: #f5f5f5;
}

.bandwidth-tester-section .bandwidth-tester-content-box {
    text-align: center;
}

.bandwidth-tester-section .bandwidth-tester-content-box .speed-meter-image {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.bandwidth-tester-section .bandwidth-tester-content-box .btn-box {}

.bandwidth-tester-section .note-text {
    font-family: "Noto Sans Display", sans-serif;
    text-align: center;
    margin-top: 35px;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
}

.bandwidth-tester-section .section-title {
    margin-top: 30px;
}

.bandwidth-tester-cards {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.bandwidth-tester-cards .card {
    width: 160px;
    height: 190px;
    /* max-height: 165px; */
    padding: 20px;
    cursor: pointer;
    justify-content: center;
}

.bandwidth-tester-cards .card:hover {
    background-color: #f2f3f4;
}

.bandwidth-tester-cards .card img {
    width: 60px;
    margin: 0 auto;
    object-fit: contain;
}

.bandwidth-tester-cards .card h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    line-height: 1.2;
    text-decoration: none;
    color: #000;
}

/*****************************************
	Sales Promotion CTA Section Styles
******************************************/
.sales-promotion-cta-section {
    position: relative;
}

.sales-promotion-cta-section .banner-image {
    position: relative;
}

.sales-promotion-cta-section .text-content {
    position: absolute;
    left: 0px;
    right: 0;
    top: 25px;
    width: 100%;
    text-align: center;
}

.sales-promotion-cta-section .text-content .title {}

.sales-promotion-cta-section .text-content .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

/*****************************************
	Contact Us Section Styles
******************************************/
.contact-us-section {
    position: relative;
}

.contact-us-section .section-title h2.title {
    font-size: 40px;
    line-height: 50px;
}

.contact-us-section .contact-us-section-inner {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 0 80px;
}

.contact-us-section .contact-us-section-inner .inner-column {
    width: 50%;
    padding: 60px;
}

.contact-us-section .section-title {
    margin-bottom: 30px;
}

.contact-us-section .support-content-box {
    position: relative;
}

.contact-us-section .support-content-box .support-bg-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    text-align: center;
    /* margin: 30px; */
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.contact-us-section .support-content-box .support-bg-image::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.contact-us-section .support-content-box .support-bg-image img {
    border-radius: 30px;
    margin: 0 auto;
}

.contact-us-section .support-content-box .support-info-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.contact-us-section .support-content-box .support-info-text-box h3 {
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li {
    flex-flow: column;
    text-align: center;
    margin-bottom: 30px;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li .icon {
    width: 100%;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li .icon i {
    font-size: 40px;
    line-height: 55px;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li .text {
    width: 100%;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li .text p {
    color: #000;
    font-size: 40px;
    font-weight: 700;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li .text a {
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.new-connection-form {
    /* padding: 60px; */
    padding-top: 40px;
}

.new-connection-form p.from-text {
    font-size: 18px;
}

/*========================================================================================
	Matched Package Page Styles
========================================================================================*/

.matched-package-page {
    position: relative;
    background-color: #f2f3f4;
}

.matched-package-page .package-customizer-section {}

.matched-package-page .package-customizer-section .customizer-btn-box {
    margin-top: 0;
}

.matched-package-page .package-customizer-section .package-customizer-card {
    background-color: #fff;
}

.matched-package-section {
    position: relative;
    padding: 0px 0 60px;
}

.matched-package-section .section-title {
    margin-bottom: 30px;
}

.matched-package-section .matched-package-container {
    position: relative;
}

.package-container-inner,
.matched-package-section .matched-package-container .package-container-inner {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

.package-container-inner .inner-column,
.matched-package-section .matched-package-container .package-container-inner .inner-column {
    padding: 15px;
}

/*****************************************
	Package Card Styles
******************************************/

.package-card {
    position: relative;
    width: 370px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    padding: 25px;
    margin-bottom: 10px;
    overflow: hidden;
}

.package-card .popular-tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    border-top: 90px solid #fd5602;
    border-left: 90px solid transparent;
}

.package-card .popular-tag .text {
    position: relative;
    top: -84px;
    right: 50px;
    color: #fff;
    transform: rotate(45deg);
}

.package-card .popular-tag .text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

.package-card .top-content {
    position: relative;
}

.package-card .top-content .package-title-box {
    position: relative;
    margin-bottom: 30px;
}

.package-card .top-content .package-title-box p.package-title,
.package-card .top-content .package-title-box p.package-type {
    color: #000;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    transition: all 0.3s;
}

.package-card .top-content .package-title-box p.package-title {
    font-size: 26px;
}

.package-card .top-content .package-title-box p.package-type {
    font-size: 18px;
    color: #000;
}

.package-card:hover .top-content .package-title-box p.package-title {
    color: #fd5602;
}

.package-card .top-content .package-title-box h3 {}

.package-card .top-content .top-content-inner {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.package-card .top-content .top-content-inner .seperator-line {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: #808080;
}

.package-card .top-content .top-content-inner .bandwidth {
    width: 50%;
    padding: 10px;
}

.package-card .top-content .top-content-inner .bandwidth h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
}

.package-card .top-content .top-content-inner .bandwidth h2 span {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.package-card .top-content .top-content-inner .price {
    width: 50%;
    padding: 10px;
}

.package-card .top-content .top-content-inner .price h3 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
}

.package-card .top-content .top-content-inner .price h3 span {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.package-card .top-content .top-content-inner .price p {
    font-size: 20px;
    font-weight: 500;
    color: 676767;
    margin-bottom: 0;
}

.package-card .top-content .show-details-btn-box {
    text-align: center;
    margin-top: 20px;
}

.package-card .top-content .show-details-btn-box a.btn {
    position: relative;
    background-color: #f5f5f5;
    padding-right: 50px;
}

.package-card .top-content .show-details-btn-box a.btn::before {
    position: absolute;
    top: 10px;
    right: 20px;
    content: "";
    width: 0;
    height: 0;
    width: 18px;
    height: 18px;
    transition: all 0.3s;
    background-image: url(../img/icons/icon-chevron-down-grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(-180deg);
}

.package-card .top-content .show-details-btn-box a.btn.collapsed::before {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(1, 0.01, 0.3, 1);
}

.package-card .bottom-content {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.package-card .bottom-content .offer-text-box {
    margin-bottom: 30px;
}

.package-card .bottom-content .offer-text-box .title {
    position: relative;
    margin-bottom: 15px;
}

.package-card .bottom-content .offer-text-box .title h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #676767;
    margin-bottom: 0;
}

.package-card .bottom-content .offer-text-box .title :before {
    position: absolute;
    top: 50%;
    right: -50px;
    content: "";
    height: 1px;
    width: 55%;
    background-color: #676767;
}

.package-card .bottom-content .offer-text-box .title h3 {}

.package-card .bottom-content .offer-text-box ul {}

.package-card .bottom-content .offer-text-box ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    font-weight: 400;
}

.package-card .bottom-content .offer-text-box ul li:last-child {
    margin-bottom: 0;
}

.package-card .bottom-content .offer-text-box ul li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/icons/icon-gift.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.package-card .bottom-content .offer-text-box ul li span.h-text {
    color: #fd5602;
    font-weight: 700;
}

.package-card .bottom-content .btn-box {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*========================================================================================
	Enterprise Page Styles
========================================================================================*/
.enterprise-page {
    position: relative;
}

/**********************************************
	Enterprise Core Service Section Styles
***********************************************/

.enterprise-core-services-section {
    position: relative;
    padding: 40px 0px 60px;
    padding-bottom: 10px;
}

.enterprise-core-services-tab-container {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-top: 50px;
}

.enterprise-core-services-tab-container .left-column {
    width: 40%;
    padding: 10px;
    padding-top: 0;
}

.enterprise-core-services-tab-container .right-column {
    width: 60%;
}

.entp-core-service-tab-btn .nav.nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item {}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #f2f3f4;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    border: none;
    color: #676767;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 15px;
    width: 175px;
    min-height: 180px;
    align-items: center;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link .icon-box {}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link .icon-box {
    margin-bottom: 15px;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link .icon-box .icon {
    /* width: 50px; */
    display: block;
    margin: 0 auto;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link .icon-box .icon.active {
    display: none;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link .btn-text {}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link.active {
    border-radius: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-color: #fd5602;
    color: #fff;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link.active .icon {
    display: none;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link.active .icon.active {
    display: block;
}

.entp-core-service-tab-wrap {
    padding: 30px 50px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 32px 0px rgba(80, 80, 80, 0.1);
}

.entp-core-service-tab-text {}

.entp-core-service-tab-text .entp-core-tab-icon {
    right: 0;
    bottom: 0;
}

.entp-core-service-tab-text h3 {
    color: #fd5602;
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 22px;
}

.entp-core-service-tab-text li {
    color: #2e2c2c;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;
}

.entp-core-service-tab-text li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    background-image: url(../img/symbol-2.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.entp-core-service-tab-text .btn {
    margin-top: 20px;
    color: #0d1d72;
}

.entp-core-service-img img {
    border-radius: 10px;
}

/**************************************************
	Enterprise Value Added Service Section Styles
***************************************************/
.enterprise-value-added-service-section {
    position: relative;
    background-color: #f5f5f5;
    padding: 120px 0px 100px;
    overflow: hidden;
    /* background-image: linear-gradient(109.6deg, rgba(223, 234, 247, 1) 11.2%, rgba(244, 248, 252, 1) 91.1%); */
}

.enterprise-value-added-service-section .section-title {
    position: relative;
    padding-top: 50px;
    text-align: left;
}

.enterprise-value-added-service-section .section-title h2 {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    color: #2e2c2c;
}

.enterprise-value-added-service-section .section-title h2 span {
    color: #fd5602;
}

.enterprise-value-added-service-section .section-title .title-tag {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #fd5602;
}

.enterprise-value-added-service-section .section-title .title-tag:before,
.enterprise-value-added-service-section .section-title .title-tag:after {
    position: absolute;
    top: 13px;
    content: "";
    height: 2px;
    width: 35px;
    background-color: #fd5602;
}

.enterprise-value-added-service-section .section-title .title-tag:before {
    left: -40px;
    display: none;
}

.enterprise-value-added-service-section .section-title .title-tag:after {
    width: 90px;
    right: -100px;
}

.enterprise-value-added-service-section .section-title p {
    color: #676767;
}

.enterprise-value-added-service-section .entp-value-added-btn {
    margin-top: 0px;
}

.enterprise-value-added-service-section .entp-value-added-btn a {
    font-size: 20px;
}

.enterprise-value-added-service-section .entp-value-added-service-sh1 {
    left: 0;
    bottom: 0;
}

.enterprise-value-added-service-section .entp-value-added-service-sh2 {
    right: 0;
    bottom: 0;
}

.entp-value-added-service-lower-wrapper {
    margin-top: 85px;
}

.service-icon-textbox {
    position: relative;
    min-height: 265px;
    background-color: #fff;
    padding: 60px 25px 25px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.05);
    box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.05);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-radius: 7px;
}

.service-icon-textbox::before {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/lines-1.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.3;
}

.service-icon-textbox .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    z-index: 1;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.15);
}

.service-icon-textbox .icon-box:after {
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 0%;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.service-icon-textbox .icon-box img {
    width: 50px;
}

.service-icon-textbox .icon-box i {
    font-size: 35px;
}

.service-icon-textbox .text-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #2e2c2c;
    padding-bottom: 12px;
    min-height: 60px;
    transition: all 0.3s;
}

.service-icon-textbox:hover .text-content h3 {
    color: #fd5602;
}

.service-icon-textbox .text-content p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
}

.service-icon-textbox .text-content ul {}

.service-icon-textbox .text-content ul li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    padding-left: 15px;
}

.service-icon-textbox .text-content ul li::before {
    position: absolute;
    left: -10px;
    top: 3px;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/symbol-2.png);
    background-size: 100%;
}

.service-icon-textbox .text-content ul li:last-child {
    margin-bottom: 0;
}

.service-icon-textbox:hover {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(103, 103, 103, 0.2);
    box-shadow: 0px 20px 40px 0px rgba(103, 103, 103, 0.2);
}

.service-icon-textbox:hover .icon-box:after {
    height: 100%;
}

.service-icon-textbox:hover .icon-box i {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(white),
            to(white));
    background: linear-gradient(to bottom, white 0%, white 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*****************************************
	Entp About Us Section Styles
******************************************/
.entp-about-us-section {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(141.97deg, #fd5602 -20.95%, #ff8303 125.47%);
}

.entp-about-us-section .section-title {
    margin-bottom: 20px;
}

.entp-about-us-section .section-title h2.title {
    color: #ffff;
}

.entp-about-us-section .about-us-carousel-contaienr {}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel {
    position: relative;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box {
    position: relative;
    /* width: 350px; */
    overflow: hidden;
    min-height: 420px;
    margin: 30px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box .bg-image img {
    border-radius: 30px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box .text-box {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box .bg-image::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.75;
    height: 100%;
    transition: all 0.3s;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 65%);
    border-radius: 0 0 30px 30px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box .text-box p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .slick-dots {
    bottom: -25px !important;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .slick-dots li:before {
    width: 15px;
    height: 15px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .slick-dots li::after {
    width: 13px;
    height: 13px;
    border: 1px solid #fd5602;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .slick-dots li.slick-active:before {
    background: #fe7303;
    border: 2px solid #fff;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .slick-dots li.slick-active::after {
    background: #ffaf42;
    border: 2px solid #fe7303;
}

/************************************************
	Enterprise Page Client Section Styles
*************************************************/

.link3-client-section {
    position: relative;
    padding: 60px 120px;
    background-color: #f2f3f4;
}

.link3-client-section-inner {
    position: relative;
    margin-top: 40px;
}

.clients-container {
    position: relative;
    text-align: center;
}

.clients-container .nav.nav-tabs {
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    border-radius: 3px 0px 0px 3px;
}

.clients-container .nav.nav-tabs .nav-item {
    /* width: 100%; */
    margin-right: 15px;
}

.clients-container .nav.nav-tabs .nav-link {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #2e2c2c !important;
    transition: all 0.3s ease;
    margin-right: 10px;
    padding: 0px;
    background: linear-gradient(279.67deg, #f8a70d -7.02%, #fd8020 63.46%);
    border-radius: 53px;
    overflow: hidden;
    border: 2px solid transparent;
}

.clients-container .nav.nav-tabs .nav-link .btn-text {
    display: block;
    background-color: #f2f3f4;
    padding: 12px 25px;
    transition: all 0.3s ease;
}

.clients-container .nav.nav-tabs .nav-link:hover,
.clients-container .nav.nav-tabs .nav-link.active {
    box-shadow: 0px 3px 18px rgba(253, 137, 30, 0.32);
}

.clients-container .nav.nav-tabs .nav-link:hover .btn-text,
.clients-container .nav.nav-tabs .nav-link.active .btn-text {
    background-color: transparent;
    color: #fff;
}

.client-carousel-container {
    position: relative;
    margin-top: 50px;
}

.client-carousel.owl-carousel .owl-stage {
    padding-left: 50px !important;
}

.client-carousel .owl-stage-outer {
    padding-bottom: 30px;
}

.client-carousel .client-logo {
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #fe6c03;
    border-radius: 3px;
    box-shadow: 0px 10px 10px 0px rgb(71 133 236 / 10%);
}

.client-carousel .client-logo img {}

.clients-container .client-carousel .owl-nav {
    margin-top: 20px;
    margin-left: 5px;
    text-align: center;
}

.client-carousel .owl-nav button.owl-prev span,
.client-carousel .owl-nav button.owl-next span {
    position: relative;
    background: #fff;
    border: 1px solid #fd5602;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.client-carousel .owl-nav button.owl-prev span img,
.client-carousel .owl-nav button.owl-next span img {
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.client-carousel .owl-nav button.owl-prev:hover span,
.client-carousel .owl-nav button.owl-next:hover span {
    background: #fff;
    border: 1px solid #fd5602;
}

.client-carousel .owl-nav button span i {
    color: #2ebebc;
}

.client-carousel .owl-nav button:hover span i {
    color: #fff;
}

/************************************************
	Enterprise Page Contact Us Section Styles
*************************************************/

.enterprise-page .contact-us-section .section-title h2.title {
    font-size: 35px;
    line-height: 40px;
}

.entp-contact-us-form {
    padding-top: 10px;
}

.link3-common-form.entp-contact-us-form .form-group {
    margin-bottom: 20px;
}

.scroll::-webkit-scrollbar {
    display: none;
}

/*========================================================================================
	Package Page Styles
========================================================================================*/
.package-page {
    position: relative;
}

/*****************************************
	Get Connection Step Styles
******************************************/

.get-connected-steps-section {
    position: relative;
    padding: 50px 200px;
    background: #f2f3f4;
}

.get-connected-steps-container {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
}

.get-connected-steps-container .step-box {
    width: 33.33%;
    position: relative;
    text-align: center;
}

.get-connected-steps-container .step-box.has-step-arrow::before {
    position: absolute;
    right: -15%;
    top: -8%;
    transform: translate(-50%, 50%);
    content: "";
    width: 65px;
    height: 65px;
    background-image: url(../img/icons/step-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.get-connected-steps-container .step-box .icon {
    margin-bottom: 25px;
}

.get-connected-steps-container .step-box .icon img {
    height: 75px;
}

.get-connected-steps-container .step-box .text-box {}

.get-connected-steps-container .step-box .text-box p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

/*****************************************
	Check Coverage Section Styles
******************************************/

.check-coverage-section {
    position: relative;
    padding: 40px 0 60px;
}

.check-coverage-section .section-title {
    margin-bottom: 50px;
}

.check-coverage-section .check-coverage-form {}

.check-coverage-section .check-coverage-form .form-group {
    padding: 0 20px;
}

.check-coverage-section .check-coverage-form .submit-btn-box {
    text-align: center;
    margin-top: 10px;
}

.coverage-search-result-container {
    position: relative;
    padding: 50px 0;
}

.coverage-search-result-container .title {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    text-align: center;
    color: #2e2c2c;
    margin-bottom: 10px;
}

.search-result-container-inner {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/*****------ Office Address Styles ------******/

.office-address {
    position: relative;
    border: 1px solid #fd5602;
    width: 300px;
    /* min-height: 220px; */
    padding: 20px 30px;
    border-radius: 3px;
    background-color: #fcfcfc;
    box-shadow: 0px 17px 40px 0px rgb(135 135 135 / 15%);
    margin: 15px;
    overflow: hidden;
}

.office-address h4 {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #fd5602;
}

.office-address h4::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f1ad";
}

.office-address p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #676767;
}

.office-address p::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.office-address p.email {}

.office-address p.location::before {
    content: "\f3c5";
}

.office-address p.phone {
    color: #fd5602;
    font-weight: 700;
}

.office-address p.phone::before {
    content: "\f879";
}

.office-address p.email::before {
    content: "\f0e0";
}

/*****************************************
	All Packages Section Styles
******************************************/
.all-packages-section {
    position: relative;
    padding: 20px 0 60px;
    /* background-color: #f2f3f4; */
    scroll-behavior: smooth;
    scroll-snap-align: start;
}

.all-packages-section .advance-seach-btn-box {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.all-packages-section .more-packages-btn-box {
    text-align: center;
    margin: 25px 0;
}

.all-packages-section .more-packages-btn-box .btn {
    position: relative;
    background-color: #f5f5f5;
    padding-right: 50px;
    color: #2e2c2c;
    border: 2px solid #fd5602;
}

/******************************************************
	Package Page (Featured Offer Section) Styles
******************************************************/

.package-page .featured-offer-secton {
    background-color: #fff;
}

/*****************************************
	Salecare Content Styles
******************************************/
.selfcare-content-section {
    position: relative;
    margin-top: 100px;
}

.selfcare-content-section .selfcare-logo {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    text-align: center;
}

.selfcare-content-section .text-box {
    width: 60%;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.selfcare-content-section .text-box h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #ffaf42;
}

.selfcare-content-section .text-box p {
    color: #fff;
    font-size: 18px;
}

.selfcare-content-section .text-box .app-btn-box {
    margin-top: 50px;
}

.selfcare-content-section .text-box .app-btn-box img {
    width: 250px;
}

/*========================================================================================
	About Us Page Styles
========================================================================================*/
.about-us-page {
    position: relative;
}

.about-us-page .about-us-text-content {
    position: relative;
    padding: 60px 0px 20px;
    text-align: center;
}

.about-us-page .about-us-text-content .title {
    margin-bottom: 30px;
}

.about-us-page .about-us-text-content .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    color: #fd5602;
}

.about-us-page .about-us-text-content .text-box p:last-child {
    margin-bottom: 0;
}

/*****************************************
	Mission Vision Section  Styles
******************************************/
.about-us-page .mission-vision-section {
    padding: 0 150px 60px;
}

.about-us-page .mission-vision-section .bg-content-box .bg-image::before {
    display: none;
}

.about-us-page .mission-vision-section .bg-content-box .text-content .title h2 {
    color: #000;
}

.about-us-page .mission-vision-section .bg-content-box .text-content p.sub-text {
    color: #000;
}

/*****************************************
	Career Section Styles
******************************************/
.about-us-page .career-section {
    position: relative;
    padding: 60px 0;
}

.career-section .job-listing-container {
    margin-top: 50px;
}

.career-section .job-listing-container .job-listing-carousel .job-short-details-card {
    width: 100%;
}

.career-section .job-listing-container .job-listing-carousel.owl-carousel .owl-nav {
    margin-top: 30px;
    text-align: left;
}

.career-section .job-listing-container .view-all-jobs-btn-box {
    position: absolute;
    bottom: 7px;
    right: 10px;
    text-align: center;
    z-index: 1;
}

.career-section .job-listing-container .view-all-jobs-btn-box .btn {
    padding: 6px 25px;
    font-size: 14px;
}

/*========================================================================================
	Link3 Career Page Styles
========================================================================================*/
.link3-career-page {
    position: relative;
}

/*****************************************
	About Link3 Career Section Styles
******************************************/
.link3-career-page .about-link3-career-section {
    padding: 60px 0;
}

/*****************************************
	Link3 Current Jobs Styles
******************************************/
.link3-career-page .link3-current-jobs-section {
    padding: 60px 0;
    background-color: #f2f3f4;
}

.link3-career-page .link3-current-jobs-section .section-title {
    margin-bottom: 30px;
}

.link3-career-page .link3-current-jobs-section .job-listing-container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

.link3-career-page .link3-current-jobs-section .job-listing-container .job-card-item {
    padding: 15px;
}

/*****************************************
	Link3 Working Environment Styles
******************************************/
.link3-career-page .link3-working-environment-section {
    padding: 80px 0 60px;
}

.working-environment-content {
    padding: 20px;
}

/*****************************************
	Job Application Form Styles
******************************************/
.link3-career-page .link3-working-environment-section .job-application-form-container {
    padding: 20px;
}

.link3-career-page .link3-working-environment-section .job-application-form-container .job-application-form {
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.job-application-form .submit-btn-box {
    margin-top: 0px;
}

.job-application-form .cv-uploader .jFiler {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.job-application-form .cv-uploader .jFiler-theme-default .jFiler-input {
    background: #fff;
    box-shadow: none;
    width: 160px;
    border: none;
    margin: 0;
    height: 100%;
}

.job-application-form .cv-uploader .jFiler-theme-default .jFiler-input-caption {
    display: none;
}

.job-application-form .cv-uploader .jFiler-theme-default .jFiler-input-button {
    position: relative;
    float: none;
    background: #feeae0;
    border: none;
    color: #fd5602;
    font-family: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 20px 15px 45px;
    border-radius: 5px;
    cursor: pointer;
}

.job-application-form .cv-uploader .jFiler-theme-default .jFiler-input-button::before {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0%, -50%);
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../img/icons/file-upload-icon.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.job-application-form .cv-uploader .jFiler-items.jFiler-row {
    margin-top: 15px;
}

.job-application-form .cv-uploader .jFiler-item .jFiler-item-icon {
    margin-top: 10px;
    color: #fd5602;
}

.job-application-form .cv-uploader .jFiler-item .jFiler-item-icon .jfi-file-ext-doc::before,
.job-application-form .cv-uploader .jFiler-item .jFiler-item-icon .jfi-file-ext-docx::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c2";
}

.job-application-form .cv-uploader .jFiler-item .jFiler-item-icon .jfi-file-ext-pdf::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
}

/*****************************************
	Job FAQ Styles
******************************************/
.link3-career-page .jobf-faq-section {
    padding: 60px 0;
    background-color: #fafafa;
}

.link3-career-page .jobf-faq-section .section-title {
    margin-bottom: 30px;
}

.link3-career-page .jobf-faq-section .custom-accordion .card .card-header h2 .btn {
    color: #464646;
    padding-bottom: 20px;
    padding-left: 0;
}

.link3-career-page .jobf-faq-section .custom-accordion .card-body {
    padding-top: 0;
    /* padding-left: 0; */
}

/*========================================================================================
    Job Details Page Styles Styles
========================================================================================*/

.career-details-page {}

.job-details-section {
    padding: 60px 120px 40px;
}

.job-details-content {
    position: relative;
}

.job-details-content .job-title {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #fd5602;
    margin-bottom: 25px;
    transition: all 0.3s;
    margin-right: 35px;
}

.job-details-content .job-tags li {
    position: relative;
    color: #2e2c2c;
    padding-left: 25px;
    margin-bottom: 5px;
}

.job-details-content .job-tags li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Material Icons Outlined";
    content: "";
    font-size: 20px;
    color: #fd5602;
}

.job-details-content .job-tags li span {
    color: #676767;
}

.job-details-content .job-tags li.deadline::before {
    content: "event_available";
}

.job-details-content .job-tags li.location::before {
    content: "room";
    font-weight: 600;
}

.job-details-content .job-description {
    margin-bottom: 15px;
    margin-top: 15px;
}

.job-details-content .job-description h3,
.job-details-content .job-requirements h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.job-details-content .job-description p,
.job-details-content .job-requirements p {
    font-size: 14px;
    line-height: 20px;
}

.job-details-content .job-requirements .requirement-list {
    padding-left: 15px;
}

.job-details-content .job-apply-btn-box {
    text-align: center;
    margin: 25px 0 10px;
}

.career-details-page .job-application-form-section {
    padding-bottom: 40px;
}

.career-details-page .job-application-form-section .job-application-form {
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

/*========================================================================================
	Support Page Styles
========================================================================================*/
.support-page {
    position: relative;
}

.support-page .page-breadcurmb.has-custom-banner .bg-banner::before {
    display: none;
}

.page-breadcurmb.has-custom-banner .center-content-box {
    left: auto;
    right: 50%;
    top: 65%;
    transform: translate(100%, -50%);
    text-align: right;
    padding-right: 50px;
    display: none;
}

.support-page .page-breadcurmb.has-custom-banner .center-content-box h2 {
    color: #000;
}


.support-page .page-breadcurmb.has-custom-banner .center-content-box p {
    color: #000;
}


/*****************************************
	Get Connection Step Styles
******************************************/

.care-icon-section {
    position: relative;
    padding: 50px 200px;
    background: #fff;
}

.care-icon-container {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
}

.care-icon-container .icon-box {
    width: 33.33%;
    position: relative;
    text-align: center;
}

.care-icon-container .icon-box .icon {
    margin-bottom: 25px;
}

.care-icon-container .icon-box .icon img {
    height: 150px;
    margin: 0 auto;
}

.care-icon-container .icon-box .text-box {}

.care-icon-container .icon-box .text-box p {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
}

.care-icon-container .icon-box .text-box p span {
    color: #fd5602;
}

/*****************************************
	 Reach Us Styles
******************************************/

.reach-us-section {
    padding: 40px 0 40px;
    background-color: #f2f3f4;
}

.reach-us-section .section-title {
    margin-bottom: 40px;
}

.reach-us-section .reach-us-text-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0.7px solid rgba(0, 0, 0, 0.2);
}

.reach-us-section .reach-us-text-box .bg-image {
    position: relative;
}

.reach-us-section .reach-us-text-box .bg-image img {
    border-radius: 30px;
}

.reach-us-section .reach-us-text-box .bg-image::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    border-radius: 30px;
}

.reach-us-section .reach-us-text-box .contact-info {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;

    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.reach-us-section .reach-us-text-box .contact-info h2 {
    margin: 15px 0;
}

.reach-us-section .reach-us-text-box .contact-info h2 span.seperator-text {
    font-size: 20px;
    font-weight: 500;
    margin: 0 5px;
    display: inline-block;
}

.reach-us-section .reach-us-text-box .card {
    padding: 20px;
}

.reach-us-section .reach-us-text-box .card h2 a {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #2e2c2c;
    font-weight: 700;
    margin-bottom: 0;
}

.reach-us-section .reach-us-text-box .card h3 {
    font-size: 17px;
    line-height: 18px;
    /* margin-bottom: 15px; */
    color: #fff;
    background: linear-gradient(141.97deg, #fd5602 -20.95%, #ff8303 125.47%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.reach-us-section .reach-us-text-box .card p {
    font-size: 20px;
    line-height: 20px;
    /* margin: 10px 0; */
    color: #fff;
    font-weight: 700;
    background: linear-gradient(141.97deg, #fd5602 -20.95%, #ff8303 125.47%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*****************************************
	Support Video Section Styles
******************************************/

.support-video-section {
    position: relative;
    padding: 40px 0 60px;
}

.support-video-section .section-title {
    margin-bottom: 30px;
}

.support-video-section .video-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.support-video-section .video-box .video-thumb {
    position: relative;
}

.support-video-section .video-box .video-thumb img {}

.support-video-section .video-box .overlay-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.support-video-section .video-box a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(14, 16, 48, 0.5);
    border-radius: 10px;
}

.support-video-section .video-box a span.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    padding-left: 5px;
    color: #5de3a8;
    margin-top: -40px;
    margin-left: -40px;
    text-shadow: 0 10px 14px rgba(188, 17, 103, 0.4);
    z-index: 8;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    display: flex;
    justify-content: center;
}

.support-video-section .video-box a:hover .icon {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.support-video-section .video-box a span.icon img {
    width: 40px;
}

.support-video-section .video-box a:after,
.support-video-section .video-box a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    border: 1px solid rgba(255, 117, 3, 0.7);
    content: "";
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.support-video-section .video-box a:after {
    height: 250px;
    width: 250px;
}

.support-video-section .video-box a:hover:after,
.support-video-section .video-box a:hover:before {
    border: 1px solid rgba(255, 255, 255, 1);
    height: 0;
    width: 0;
}

/*****************************************
	Sales Center Styles
******************************************/

.sales-center-section {
    position: relative;
    padding: 40px 0 60px;
    background-color: #f6f6f6;
}

.sales-center-tab-container {
    position: relative;
    margin: 0 80px;
}

.sales-center-section .section-title {
    margin-bottom: 40px;
}

.sales-center-tab-container .nav.nav-tabs {
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    border-radius: 3px 0px 0px 3px;
    margin-bottom: 20px;
    gap: 10px;
}

.sales-center-tab-container .nav.nav-tabs .nav-item {
    /* width: 100%; */
    margin-right: 5px;
}

.sales-center-tab-container .nav.nav-tabs .nav-link {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #2e2c2c !important;
    transition: all 0.3s ease;
    margin-right: 10px;
    padding: 0px;
    background: linear-gradient(279.67deg, #f8a70d -7.02%, #fd8020 63.46%);
    border-radius: 53px;
    overflow: hidden;
    border: 2px solid transparent;
}

.sales-center-tab-container .nav.nav-tabs .nav-link .btn-text {
    display: block;
    background-color: #f2f3f4;
    padding: 12px 25px;
    transition: all 0.3s ease;
}

.sales-center-tab-container .nav.nav-tabs .nav-link:hover,
.sales-center-tab-container .nav.nav-tabs .nav-link.active {
    box-shadow: 0px 3px 18px rgba(253, 137, 30, 0.32);
}

.sales-center-tab-container .nav.nav-tabs .nav-link:hover .btn-text,
.sales-center-tab-container .nav.nav-tabs .nav-link.active .btn-text {
    background-color: transparent;
    color: #fff;
}

.sales-center-tab-container .office-address-container {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.sales-center-tab-container .office-address-container .office-address {
    position: relative;
    border: 1px solid #f1f1f1;
    width: 47%;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #fff;
    margin: 15px;
}

.office-address-container .office-address .title-with-line .title h2 {
    position: relative;
    padding-left: 25px;
    font-family: "Noto Sans Display", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

.office-address-container .office-address .title-with-line .title h2::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f1ad";
    color: #fd5602;
    font-size: 20px;
}

.office-address-container .office-address .title-with-line .line {
    top: 50%;
    height: 1px;
}

.sales-center-tab-container .office-address-container .office-address p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #2e2c2c;
}

.sales-center-tab-container .office-address-container .office-address p::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    color: #fd5602;
}

.sales-center-tab-container .office-address-container .office-address p.email {
    margin: 0;
}

.sales-center-tab-container .office-address-container .office-address p.location::before {
    content: "\f3c5";
}

.sales-center-tab-container .office-address-container .office-address p.phone::before {
    content: "\f879";
}

.sales-center-tab-container .office-address-container .office-address p.email::before {
    content: "\f0e0";
}

/*****************************************
	Support Contact Us Section Styles
******************************************/
.support-contact-form-section {
    position: relative;
    padding: 40px 0;
}

.support-contact-form-section .support-contact-form {
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.support-contact-form-section .support-contact-form .section-title {
    margin-bottom: 25px;
}

.support-contact-form-section .support-contact-form .section-title h2.title {
    font-size: 40px;
}

.support-contact-form-section .support-contact-form .section-title p.sub-text {
    font-size: 16px;
    margin-top: 0;
}

/*========================================================================================
	Pay Bill Page Styles
========================================================================================*/

.paybill-section {
    padding: 60px 0;
}

.paybill-section .bill-discount-tab-container {
    padding: 30px;
    padding-top: 20px;
}

.paybill-section .bill-discount-tab-container .discount-tab {
    position: relative;
    padding: 25px 35px;
    transition: all 0.3s;
    background-color: #f2f3f4;
    margin-bottom: 25px;
    cursor: pointer;
    border-radius: 10px;
}

.paybill-section .bill-discount-tab-container .discount-tab h3 {
    font-family: "Noto Sans Display", sans-serif;
    font-weight: 700;
    color: #fd5602;
}

.paybill-section .bill-discount-tab-container .discount-tab p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.paybill-section .bill-discount-tab-container .discount-tab:hover,
.paybill-section .bill-discount-tab-container .discount-tab.active {
    background-color: #fd5602;
}

.paybill-section .bill-discount-tab-container .discount-tab:hover h3,
.paybill-section .bill-discount-tab-container .discount-tab.active h3,
.paybill-section .bill-discount-tab-container .discount-tab:hover p,
.paybill-section .bill-discount-tab-container .discount-tab.active p {
    color: #fff;
}

.paybill-section .paybill-form-container {
    padding: 15px;
}

.paybill-section .paybill-form {
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.paument-amount-display-box .amount-box {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.paument-amount-display-box .amount-box p {
    margin-bottom: 0;
}

.paument-amount-display-box .amount-box .text-box {
    text-align: left;
    width: 70%;
}

.paument-amount-display-box .amount-box .amount-number {
    text-align: right;
    width: 30%;
}

.paument-amount-display-box .amount-box.total-amount {
    border-top: 2px solid #676767;
    padding-top: 15px;
    margin-top: 15px;
    font-weight: 700;
}

/*========================================================================================
	General FAQ Page Styles
========================================================================================*/
.link3-general-faq-page {
    position: relative;
}

.link3-general-faq-page .page-breadcurmb {
    min-height: 250px;
}

.link3-policy-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.link3-policy-section .text-content-card {
    margin-bottom: 40px;
}

/*========================================================================================
	Link3 Policy Page Styles
========================================================================================*/
.link3-policy-page {
    position: relative;
}

.link3-policy-page .page-breadcurmb {
    min-height: 250px;
}

.link3-faq-section {
    padding: 60px 0;
}

.link3-faq-section .link3-custom-tab-container .tab-custom-nav-box .nav.nav-tabs .nav-link {
    width: 200px;
}

.loader-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

/*========================================================================================
    Product Page Styles
========================================================================================*/
.product-page {}

.product-page .product-banner-section {
    position: relative;
    min-height: 400px;
}

.product-page .product-banner-section .banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: 1; */
}

.product-page .product-banner-section .title {
    width: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.product-page .product-banner-section .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin: 0;
    color: #fff;
}

.product-grid-section {}

.product-grid-section .product-card {
    position: relative;
}

.product-grid-section .product-card .product-title {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.product-grid-section .product-card:hover .product-title {
    color: #fd5602;
}

.product-grid-section .product-card .product-model {
    font-size: 16px;
    font-weight: 500;
}

.product-grid-section .product-card .product-model {}

.product-grid-section .product-card .btn-box {
    margin-top: 20px;
}

.product-grid-section .product-card .btn-box .price {
    background-color: #feeae0;
    border-radius: 3px;
    padding: 8px 25px;
}

.product-grid-section .product-card .btn-box .price p {
    font-size: 14px;
    line-height: inherit;
    font-weight: 700;
    color: #fd5602;
    margin-bottom: 0;
}

.product-grid-section .product-card .btn-box .product-details-link {}

.product-grid-section .product-card .btn-box .product-details-link a {
    font-size: 14px;
    line-height: inherit;
    padding: 8px 25px;
    background-color: #fd5602;
    color: #fff;
}

/*========================================================================================
    Product Details Page Styles
=======================================================================================*/
.product-details-page {}

.product-details-section {
    padding: 50px 0;
}

.product-details-section .product-image-slider-container {}

.product-details-section .product-image-slider-container .product-image-slider {}

.product-details-section .product-image-slider-container .product-image-slider .item {}

.product-details-section .product-image-slider-container .product-image-slider .item img {
    width: 400px;
    margin: 0 auto;
}

.product-details-section .product-image-slider-container .product-image-slider-navigation {}

.product-details-section .product-image-slider-container .product-image-slider-navigation .item {
    border: 1px solid #B2BEB5;
    cursor: pointer;
    padding: 5px;
    margin: 10px;
}

.product-details-section .product-image-slider-container .product-image-slider-navigation .item.slick-current.slick-active {
    border-color: #fd8020;
}

.product-details-section .product-image-slider-container .product-image-slider-navigation .item img {
    width: 80px !important;
    margin: 0 auto;
}

.product-details-section .product-description {
    position: relative;
    padding-left: 30px;
}


.product-details-section .product-description .product-model {
    font-size: 22px;
    font-weight: 700;
}

.product-details-section .product-description .product-title {
    margin: 10px 0;
    font-family: "Noto Sans Display", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fd8020;
}

.product-details-section .product-description .product-price {
    font-size: 18px;
    line-height: inherit;
    font-weight: 700;
    color: #fd5602;
    margin-bottom: 0;
    background-color: #feeae0;
    border-radius: 3px;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 15px;
}

.product-details-section .product-description .description-text-box {
    margin: 30px 0;
}

.product-details-section .product-description .description-text-box p {}


.product-purchase-contact-section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
}

.product-purchase-contact-section .title {
    text-align: center;
    margin-bottom: 30px;
}

.product-purchase-contact-section .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

.product-purchase-contact-section .purchase-contact-table {
    background-color: #F2F3F4;
}


.product-purchase-contact-section .purchase-contact-table tr th,
.product-purchase-contact-section .purchase-contact-table tr td {
    border-color: #DBD9D9;
    vertical-align: middle;
}

/*========================================================================================
    Success Message Page Styles
========================================================================================*/

.success-message-page {
    position: relative;
    text-align: center;
}

.success-message-page .success-message-container {
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.success-message-page .success-message-container .message-container {
    border: 1px solid #f0c193;
    border-radius: 10px;
}

.success-message-page .message-title {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fd5602;
    margin-bottom: 10px;
}

.success-message-page .message-text {
    font-size: 17px;
    font-weight: 500;
}

/*========================================================================================
    Link3 Speedtest Checker Page Styles
========================================================================================*/
.link3-speedtest-checker-page {
    position: relative;
}

.link3-speedtest-checker-page .speedtest-checker-section {
    position: relative;
    padding: 0px 0 40px;
}


.link3-speedtest-checker-page .speedtest-checker-section .stc-wrapper .text-primary {
    color: #fd8020 !important;
}


/*========================================================================================
    IPTSP Page 2 Styles
========================================================================================*/
.iptsp2-page {}

.iptsp2-page .link3-iptsp-offer-card-section {}

.iptsp2-page .link3-iptsp-offer-card-section .section-title {
    margin: 40px 0 30px;
}


.iptsp2-page .link3-iptsp-offer-card-section .package-container-inner {}

.iptsp2-page .link3-iptsp-offer-card-section .package-container-inner .package-card {
    width: 300px;
    min-height: 520px;
}

.iptsp2-page .link3-iptsp-offer-card-section .package-container-inner .package-card .top-content .package-title-box {
    margin-bottom: 0;
    margin-top: 15px;
}


.iptsp2-page .link3-iptsp-offer-card-section .package-container-inner .package-card .top-content .package-title-box p.package-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}

.iptsp2-page .package-card .bottom-content .offer-text-box ul li {
    line-height: 20px;
}


.iptsp2-page .package-card .bottom-content .offer-text-box {
    margin-bottom: 0px;
}

.iptsp2-page .support-contact-form h6 {
    font-weight: 700;
    margin-bottom: 10px;
}


.iptsp2-page .support-contact-form .form-check .form-check-label,
.iptsp2-page .support-contact-form .form-check .form-check-input {
    cursor: pointer;
    margin-bottom: 10px;
}

/* Custom style */
.service-box {
    border-radius: 10px;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0px 6px 4px rgba(0, 0, 0, 0.1);
    border: none !important;
    text-align: center;
    padding: 10px;
    margin: 20px 0;
}

.service-box h2 {
    font-weight: 500;
}

.service-box i {
    color: #1b8633;
    font-size: 90px;
    margin: 15px 0 5px;
    text-align: center;
}

.service-box:not(.team-member):hover i {
    color: #e84c3d;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-box.default-bg:hover i,
.service-box.dark-bg:hover i {
    color: inherit;
}

.main-heading {
    float: left;
    width: 100%;
    margin: 0 0 34px;
}

.main-heading span {
    font-weight: 900;
    margin: 0 20px 0 0;
    padding: 3px 20px 3px 0px;
    border-right: 1px solid #0ca4d9;
}

footer,
.section,
section {
    padding: 25px 0 40px;
}

.bs-pricing-table,
.project-slider-section::before,
.gray-bg {
    /* background-color: #f6f6f6; */
}

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

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fd5602;
    border-radius: 10px;
}

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