/*===========================
    01.COMMON css 
===========================*/

@font-face {
    font-family: jiotypebold;
    src: url("../fonts/jiotype/JioType-Bold.ttf");
}

@font-face {
    font-family: jiotypelight;
    src: url("../fonts/jiotype/JioType-Light.ttf");
}

@font-face {
    font-family: jiotypemedium;
    src: url("../fonts/jiotype/JioType-Medium.ttf");
}

@font-face {
    font-family: jiotypeblack;
    src: url("../fonts/jiotype/JioType-Black.ttf");
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: jiotypemedium;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover {
    color: #E8505B;
}

a {
    transition: all 0.3s ease-out 0s;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
}

.section-title span {
    font-size: 18px;
    font-weight: 500;
    background-color: #1E7B74;
    margin-bottom: 20px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

.about-content .btn-primary {
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 20px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0px;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.error {
    color: orangered;
}

.success {
    color: #fff;
}

/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 17px 37px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: none;
    background: #3535F3;
    overflow: hidden;
}

.main-btn:hover {
    color: #fff;
    box-shadow: 5px 5px 2px rgba(53, 53, 243, 0.45);
}

.btn-hover {
    position: relative;
    overflow: hidden;
}

.btn-hover::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    top: 50%;
    left: 50%;
    padding: 50%;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    transform: translate3d(-50%, -50%, 0) scale(0);
}

.btn-hover:hover::after {
    transform: translate3d(-50%, -50%, 0) scale(1.3);
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

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

.mt-25 {
    margin-top: 25px;
}

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

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-205 {
    margin-top: 205px;
}

.mt-210 {
    margin-top: 210px;
}

.mt-215 {
    margin-top: 215px;
}

.mt-220 {
    margin-top: 220px;
}

.mt-225 {
    margin-top: 225px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-205 {
    margin-bottom: 205px;
}

.mb-210 {
    margin-bottom: 210px;
}

.mb-215 {
    margin-bottom: 215px;
}

.mb-220 {
    margin-bottom: 220px;
}

.mb-225 {
    margin-bottom: 225px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-205 {
    padding-top: 205px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-215 {
    padding-top: 215px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-225 {
    padding-top: 225px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-225 {
    padding-bottom: 225px;
}

/*===========================
    02.HEADER css 
===========================*/

/*===== NAVBAR =====*/

.navbar-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
    background: #1ECCB0;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
    padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky .navbar {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .sticky .navbar {
        padding: 10px 0;
    }
}

.sticky .navbar .navbar-nav .nav-item a {
    color: #222;
}

.sticky .navbar .navbar-nav .nav-item a::before {
    opacity: .5;
}

.sticky .navbar .navbar-toggler .toggler-icon {
    background: #263238;
}

.navbar {
    padding: 0;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar {
        padding: 17px 0;
    }
}

@media (max-width: 767px) {
    .navbar {
        padding: 17px 0;
    }
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    max-width: 180px;
}

.navbar-toggler {
    padding: 0;
}

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

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

/* @media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(38, 50, 56, 0.1);
    padding: 5px 12px;
  }
} */

.navbar-nav .nav-item {
    position: relative;
    margin-left: 40px;
}

.navbar-nav .nav-item a {
    font-size: 16px;
    color: #08332C;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    font-family: jiotypebold;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: inline-block;
        /* padding: 6px 10px;
    color: #676F73; */
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: inline-block;
        /* padding: 6px 10px;
    color: #676F73; */
    }
}

.navbar-nav .nav-item a::before {
    content: '';
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.20);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a::before {
        opacity: .5;
        top: 0;
        left: 0;
        transform: translate(0) scale(1);
        height: 100%;
        width: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a::before {
        opacity: .5;
        top: 0;
        left: 0;
        transform: translate(0) scale(1);
        height: 100%;
        width: 0;
        border-radius: 0;
    }
}

.navbar-nav .nav-item a:hover::before,
.navbar-nav .nav-item a.active::before {
    transform: translate(-50%, -50%) scale(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a:hover::before,
    .navbar-nav .nav-item a.active::before {
        opacity: .5;
        top: 0;
        left: 0;
        transform: translate(0) scale(1);
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a:hover::before,
    .navbar-nav .nav-item a.active::before {
        opacity: .5;
        top: 0;
        left: 0;
        transform: translate(0) scale(1);
        width: 100%;
    }
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block;
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #E8505B;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

.hero-section {
    position: relative;
    z-index: 1;
    padding-top: 130px;
}

.hero-section .hero-shape {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -100px;
    display: none;
}

.hero-section h1 {
    position: absolute;
    top: 220px;
    color: #fff;
    margin-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section {
        padding-top: 150px;
    }
}

/* 
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section {
    padding-top: 160px;
  }
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section {
        padding-top: 160px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-content {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-content {
        margin-bottom: 50px;
        position: relative;
    }
}

.hero-section .hero-content h1 {
    font-size: 60px;
    margin-bottom: 35px;
}

.hero-section .hero-content img {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section .hero-content h1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-content h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-section .hero-content h1 {
        font-size: 50px;
    }
}

.hero-section .hero-content h1 span {
    font-weight: 400;
    display: inline;
}

.hero-section .hero-content p {
    margin-bottom: 35px;
    padding-right: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section .hero-content p {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-content p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section .hero-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section .hero-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-img img {
        width: 100%;
    }
}

.service-section .single-service {
    margin-bottom: 30px;
    padding: 0;
    border-radius: 24px;
    transition: all 0.3s ease-out 0s;
    text-align: left;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.service-section .single-service:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.service-section .single-service .icon {
    margin-bottom: 16px;
    /* width: 90px;
  height: 90px; */
    width: 100%;
    height: 100%;
}

.service-section .single-service .icon img {
    max-width: 100%;
    border-radius: 24px;
}

.service-section .single-service .content {
    padding: 16px;
    width: 100%;
}

.service-section .single-service .content h3 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 24px;
}

.service-section .single-service .content a {
    color: #000093;
    margin-top: 24px;
    font-weight: 600;
    cursor: pointer;
}

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

.about-section .about-content {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-content {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .about-content {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-content {
        padding-left: 0;
        margin-top: 50px;
    }
}

.about-section .about-content .section-title h1 {
    margin-bottom: 15px;
    font-size: 32px;
}

.about-section .about-content .section-title p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.about-section .about-content .rating-meta {
    margin-bottom: 35px;
}

.about-section .about-content .rating-meta h5 {
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}

.about-section .about-content .rating-meta .rating {
    color: #E96A20;
}

.about-section .about-content .counter-up {
    background: #E8505B;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.about-section .about-content .counter-up .single-counter {
    padding: 20px 0;
    margin: 0 15px;
}

.about-section .about-content .counter-up .single-counter::before,
.about-section .about-content .counter-up .single-counter::after {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - 40px);
    background: #fff;
    top: 20px;
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-content .counter-up .single-counter::before,
    .about-section .about-content .counter-up .single-counter::after {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .about-section .about-content .counter-up .single-counter::before,
    .about-section .about-content .counter-up .single-counter::after {
        opacity: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .about-section .about-content .counter-up .single-counter::before,
    .about-section .about-content .counter-up .single-counter::after {
        opacity: 1;
    }
}

.about-section .about-content .counter-up .single-counter::before {
    left: -50%;
}

.about-section .about-content .counter-up .single-counter::after {
    right: -50%;
}

.about-section .about-content .counter-up .single-counter h3 {
    color: #fff;
    margin-bottom: 5px;
}

.about-section .about-content .counter-up .single-counter h5 {
    font-weight: 500;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .delivery-img {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .delivery-img {
        margin-bottom: 50px;
    }
}

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

.testimonial-section .testimonial-wrapper {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-section .testimonial-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .testimonial-section .testimonial-wrapper {
        margin-top: 0;
    }
}

.testimonial-section .testimonial-wrapper .-mt-30 {
    margin-top: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-section .testimonial-wrapper .-mt-30 {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .testimonial-section .testimonial-wrapper .-mt-30 {
        margin-top: 0px;
    }
}

.testimonial-section .testimonial-wrapper .-mt-60 {
    margin-top: -60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-section .testimonial-wrapper .-mt-60 {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .testimonial-section .testimonial-wrapper .-mt-60 {
        margin-top: 0px;
    }
}

.testimonial-section .single-testimonial {
    padding: 40px 30px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease-out 0s;
}

.testimonial-section .single-testimonial:hover {
    box-shadow: 0px 0px 40px rgba(149, 149, 149, 0.25);
    border-color: transparent;
}

.testimonial-section .single-testimonial .rating {
    margin-bottom: 30px;
    color: #E96A20;
}

.testimonial-section .single-testimonial .rating i {
    margin-right: 10px;
    font-size: 14px;
}

.testimonial-section .single-testimonial .content {
    margin-bottom: 30px;
}

.testimonial-section .single-testimonial .info {
    display: flex;
    align-items: center;
}

.testimonial-section .single-testimonial .info .image {
    max-width: 48px;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.testimonial-section .single-testimonial .info .image img {
    width: 100%;
}

.testimonial-section .single-testimonial .info .text h5 {
    font-weight: 500;
}

.testimonial-section .single-testimonial .info .text p {
    font-size: 16px;
}

.partner-section .single-partner {
    opacity: .43;
    transition: all 0.3s ease-out 0s;
}

.partner-section .single-partner:hover {
    opacity: 1;
}

.footer {
    background: #263238;
    position: relative;
    z-index: 1;
}

.footer .footer-shape .shape {
    position: absolute;
    z-index: -1;
    display: none;
}

.footer .footer-shape .shape.shape-1 {
    left: 0;
    bottom: 0;
}

.footer .footer-shape .shape.shape-2 {
    right: 0;
    bottom: 0;
}

.footer .footer-widget {
    margin-bottom: 30px;
}

.footer .footer-widget .logo a {
    display: inline-block;
    margin-bottom: 25px;
}

.footer .footer-widget .download-btns a {
    display: inline-flex;
    align-items: center;
    padding: 14px 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #fff;
    margin-bottom: 20px;
    margin-right: 20px;
}

.footer .footer-widget .download-btns a:hover {
    background: #E8505B;
    border-color: #E8505B;
}

.footer .footer-widget .download-btns a .icon {
    font-size: 24px;
    margin-right: 20px;
    color: #fff;
}

.footer .footer-widget .download-btns a .text {
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget .download-btns a .text b {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.footer .footer-widget h3 {
    color: #fff;
    margin-bottom: 25px;
}

.footer .footer-widget ul.links li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.footer .footer-widget ul.links li a:hover {
    color: #E8505B;
}

@media (min-width: 1600px) {
    .footer .footer-shape .shape {
        display: block;
    }
    .hero-section .hero-shape {
        display: block;
    }
}

/* my css */

.padding-160 {
    padding: 160px 0 0px 0;
}

.custom-footer {
    background-color: #1ECCB0;
    padding: 20px 0;
}

.custom-footer .logo span {
    color: #000;
    margin-left: 10px;
}

.custom-footer .logo img {
    width: 45px;
}

.custom-footer .footer-widget .logo a {
    margin: 0;
}

.custom-footer .footer-widget ul li {
    display: inline;
    padding: 0 12px;
    border-right: 1px solid #565656;
}

.custom-footer .footer-widget ul li:last-child {
    border: none;
}

.custom-footer .footer-widget {
    margin: 0;
}

.custom-footer .footer-widget ul {
    text-align: right;
}

.custom-footer .footer-widget ul li a {
    color: #000 !important
}

.custom-footer .col-lg-6 {
    align-content: center;
}

@media (max-width: 1000px) {
    .padding-160 {
        padding: 0px 0 0px 0;
    }
}

.btn-secondary {
    background-color: #348376;
    border-radius: 50px;
    color: #E8FAF7;
    padding: 12px 24px;
    border: none;
    box-shadow: none;
    font-family: jiotypebold;
    font-size: 18px;
    line-height: 24px;
}

.navbar-collapse .nav-item .form-control {
    background-color: #0E5C4F;
    border-radius: 50px;
    color: #fff;
    border: none;
    min-width: 270px;
    padding-left: 45px;
}

.navbar-collapse .nav-item.search:before {
    content: "\eb7c";
    font: normal normal normal 1em / 1 'LineIcons';
    position: absolute;
    left: 15px;
    top: 13px;
    color: #fff;
}

.navbar-collapse .nav-item .form-control::placeholder {
    color: #fff;
}

.prime-article {
    background-color: #DEF8F3;
    padding: 50px 0;
}

.about-section ol {
    list-style-type: decimal;
    padding-left: 2rem;
    font-size: 16px;
    font-weight: 600;
}

.green-bg {
    background-color: #DEF8F3;
}

.btn-primary {
    color: #fff;
    background-color: #3535F3;
    border-color: #3535F3;
}

.viewmore-icon {
    border: 1px solid #B5B5B5;
    border-radius: 50px;
    padding: 8px 20px;
    color: #000093;
    width: auto;
    font-weight: 500;
    cursor: pointer;
}

.viewmore-icon:hover {
    background-color: #000093;
    color: #fff;
}

.filters {
    margin-top: 30px;
}

.filters h3 {
    font-size: 16px;
    display: inline-flex;
    margin-right: 10px;
}

.filters ul {
    list-style: none;
    display: inline-flex;
}

.filters ul li {
    margin-right: 10px;
}

.filters ul li .filter-checkbox {
    border: 1px solid #B5B5B5;
    color: #000093;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    position: relative;
    border-radius: 50px;
    cursor: pointer;
}

.filters ul li .filter-checkbox.checked {
    background-color: #9999FF;
    padding-right: 34px;
}

.filters ul li .filter-checkbox.checked:After {
    content: "\ea55";
    font: normal normal normal 1em / 1 'LineIcons';
    position: absolute;
    right: 14px;
    top: 7px;
}

.category-tag {
    background-color: #1E7B74;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}

.nav-link {
    color: #000 !important;
    margin-right: 30px;
    font-size: 14px;
}

.modal-dialog.modal-lg {
    max-width: 1000px;
}

.modal-dialog .about-section .about-content .section-title h1 {
    font-size: 20px;
}

.modal-dialog .section-title span {
    font-size: 12px;
}

.modal-dialog .about-section .about-content .section-title p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.modal-dialog .about-section ol {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.modal-dialog .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-dialog .modal-body {
    padding: 50px 10px;
    border-radius: 20px;
    background-color: #fff;
}

.modal-content {
    border-radius: 20px;
}

.modal-dialog {
    position: fixed;
    z-index: 1111111111111;
    top: 0;
    left: 0;
    right: 0;
    margin: 80px auto;
    display: none;
}

.show-custom {
    display: block;
}

.show-custom:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000096;
    position: fixed;
    left: 0;
    top: 0;
}

@media (max-width:991px) {
    .collapse:not(.show) {
        display: block;
    }
    .navbar-collapse {
        box-shadow: none;
        margin: 10px 0;
    }
    .hero-section {
        padding-top: 80px;
    }
    .hero-section .hero-content {
        position: relative;
    }
    .hero-section .hero-content h1 {
        font-size: 40px;
        margin-bottom: 35px;
        top: 10px;
        text-align: center;
        width: 100%;
        margin: 0;
        font-size: 30px;
    }
    .modal-dialog.modal-lg {
        max-width: 90%;
    }
    .search-detail-main,
    .hero-search {
        margin-top: 140px;
    }
    .need-more-help .post-community {
        width: 90%;
    }
}

@media (max-width:850px) {
    .modal-dialog {
        margin: 30px auto;
    }
    .modal-dialog .modal-body {
        max-height: 400px;
        overflow: auto;
    }
}

.hero-search {
    background-image: url('../img/homepage_header_background_v2.svg');
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 19.0625rem;
}

.hero-search .form-group {
    margin: 30px auto;
    position: relative;
}

.hero-search .form-group:before {
    content: "\eb7c";
    font: normal normal normal 1em / 1 'LineIcons';
    position: absolute;
    left: 15px;
    top: 17px;
    color: #1f1f1f;
}

.hero-search .form-group input {
    padding-left: 50px;
    box-shadow: 0 1px 2px 0 rgba(48, 48, 48, .30), 0 1px 3px 1px rgba(48, 48, 48, .15);
    height: 3rem;
    color: #1f1f1f;
    font-size: 1rem;
    border: none;
    border-radius: .5rem;
    font-family: jiotypelight;
}

.hero-search .form-group input:focus {
    box-shadow: 0 1px 2px 0 rgba(48, 48, 48, .30), 0 2px 6px 2px rgba(48, 48, 48, .15);
}

.accordian-section .accordian-box {
    margin: 0 auto;
}

.accordian-box h5 {
    font-size: 14px;
}

.accordion {
    margin-top: 20px;
}

.accordian-section .accordian-box .accordion-body {
    padding: 1rem 1.25rem;
    background: #e3f8f3;
    margin: 0;
    padding: 1rem 2rem 1rem 2rem;
    background: rgb(32 204 176 / 15%);
    font-size: .875rem;
}

.accordian-section .accordian-box .accordion-button {
    padding: 1rem 2rem 1rem 2rem;
    font-size: .875rem;
    color: #1f1f1f;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background: none;
    border-bottom: 0;
    box-shadow: none;
}

.accordion-item {
    border: 1px solid #a9acaa;
}

.accordion-button:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.need-more-help .more-help {
    border: 1px solid #a9acaa;
    border-radius: 5px;
    padding: 50px;
    margin: 0 auto;
    text-align: center;
}

.need-more-help .more-help h4 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
}

.need-more-help .more-help p {
    color: #1f1f1f;
    font-size: .875rem;
    margin: 5px 0 0 0;
    font-family: jiotypelight;
}

.need-more-help .post-community {
    background-color: #f0f4f9;
    border-radius: 1rem;
    margin: 0 auto;
    padding: 24px;
    text-align: left;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.need-more-help .post-community h4 {
    font-size: 1rem;
    color: #1f1f1f;
    font-weight: 500;
    letter-spacing: 0rem;
}

.need-more-help .post-community p {
    line-height: normal;
    color: #444746;
    font-size: .875rem;
    font-weight: 400;
}

.need-more-help .post-community img {
    width: 60px;
    margin-right: 10px;
}

.search-detail-main .nav-pills .nav-link {
    text-align: left;
    background: #DEF8F3;
    border-radius: 0;
    padding: 12px 15px;
    color: #000 ! Important;
    font-size: 14px;
    font-weight: 400;
}

.search-detail-main .nav-pills .nav-link.active {
    background-color: #0E5C4F;
    color: #fff !important;
    position: relative;
}

.search-detail-main .nav-pills .nav-link:first-child {
    border-radius: 7px 7px 0 0;
}

.search-detail-main .nav-pills .nav-link:last-child {
    border-radius: 0 0 7px 7px
}

.search-detail-main .nav-pills .nav-link.active::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    position: absolute;
    transform: rotate(-90deg);
    right: 10px;
    top: 17px;
}

.navbar-expand-lg {
    justify-content: space-between;
}

.section-caption {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.section-caption h3 {
    font-size: 64px;
    font-family: jiotypeblack;
}

.section-caption p {
    font-size: 24px;
    font-family: jiotypemedium;
    color: rgb(0 0 0 / 65%);
    margin: 26px 0;
    line-height: 32px;
}

.main-img {
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
}

/* .hero-section:before {
  width: 75%;
  content: url(../img/section-assets/dots.svg);
  position: absolute;
  left: 0;
  top: 50px;
  right: 0px;
  margin: auto;
  z-index: -1;
} */

.hero-section .circle1 {
    position: absolute;
    top: 240px;
    /* width: 120px;
  left: 0; */
    width: 300px;
    left: -180px;
}

.hero-section .circle2 {
    position: absolute;
    /* top: 60px;
  right: 0; */
    top: -120px;
    right: -150px;
}

.hero-section .circle3 {
    /* width: 80px;
  right: 0;
  top: 430px; */
    width: 160px;
    right: -80px;
    position: absolute;
    top: 430px;
    position: absolute;
}

.hero-section .section-caption:before {
    content: url(../img/section-assets/waves\ left.svg);
    position: absolute;
    left: 0;
    top: 320px;
    z-index: -1;
}

.hero-section .section-caption:after {
    content: url(../img/section-assets/waves-right.svg);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.Why-JioSphere .slider-box {
    padding: 50px 70px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 16%);
    border-radius: 16px;
    text-align: left;
    margin-top: 34px;
}

.Why-JioSphere .slider-box h4 {
    font-family: jiotypeblack;
    font-size: 32px;
    margin: 24px 0;
}

.Why-JioSphere .slider-box p {
    font-size: 22px;
    font-family: jiotypemedium;
    color: rgb(0 0 0 / 65%);
    line-height: 32px;
}

.personalize-section .slider-box {
    padding-left: 340px;
    margin-top: 20px;
}

.personalize-section .slider-box .text-left h4 {
    font-size: 40px;
    margin: 10px 0;
    font-family: jiotypeblack;
}

.personalize-section .slider-box .text-left p {
    font-size: 20px;
    font-family: jiotypemedium;
    color: #595959;
    margin: 30px 0;
}

.personalize-section .slider-box .right-image {
    position: relative;
}

.personalize-section .slider-box .right-image img {
    position: relative;
    /* height: 700px; */
    width: 100%;
}

.personalize-section .slider-box .right-image:before {
    content: url(../img/section-assets/personalize-before.svg);
    position: absolute;
    right: 0;
    top: -70px;
}

.personalize-section .slider-box .right-image:after {
    content: url(../img/section-assets/waves\ left.svg);
    position: absolute;
    right: -290px;
    top: -300px;
    width: 1930px;
    z-index: 0;
}

.also-available .container {
    position: relative;
}

.also-available .container::before {
    content: url(../img/section-assets/waves\ left\ copy.svg);
    position: absolute;
    z-index: 0;
    left: -760px;
    top: 0;
    width: 183%;
}

.also-available .row {
    position: relative;
    z-index: 1;
}

/* .personalize-section .slider-box .right-image:after {
  content: url(../img/section-assets/personalize-after.svg);
  position: absolute;
  right: 30px;
  bottom: -65px;
} */

.key-features {
    padding-top: 110px;
}

.key-features .slider-box .header-row {
    background-color: #E8FAF7;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 16%);
}

.key-features .slider-box .logo {
    min-height: 88px;
    border-bottom: 1px solid #1ECCB0;
    padding: 20px 0;
}

.key-features .slider-box .header-row h3 {
    font-size: 18px;
    min-height: 210px;
    border-bottom: 1px solid #08332c4d;
    text-align: left;
    font-family: jiotypebold;
    align-content: center;
    margin: 0;
    padding: 10px;
    max-height: 210px;
    overflow: hidden;
}

.key-features .slider-box .body-row {
    border: 1px solid #1ECCB0;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 16%);
    padding: 0;
}

.key-features .slider-box p {
    font-size: 18px;
    min-height: 210px;
    border-bottom: 1px solid #1ECCB0;
    text-align: left;
    align-content: center;
    padding: 10px 20px;
    font-family: jiotypemedium;
    color: rgb(0 0 0 / 65%);
    max-height: 210px;
}

.key-features .slider-box p:last-child,
.key-features .slider-box .header-row h3:last-child {
    border-bottom: 0;
}

.also-available {
    background-color: #E8FAF7;
    position: relative;
    padding: 110px 0 100px 0;
}

.also-available:before {
    content: url(../img/section-assets/personalize-before.svg);
    position: absolute;
    right: -30px;
    top: 40px;
}

.also-available:after {
    content: url(../img/section-assets/personalize-after.svg);
    position: absolute;
    right: 30px;
    bottom: -6px;
}

.also-available .available-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 19%);
    padding: 40px;
    text-align: center;
}

.also-available .available-card img {
    margin-top: -120px;
    margin-bottom: 50px;
    width: 280px;
    /* min-height: 290px;
  width: auto; */
}

/* .also-available .image {
  min-height: 210px;
} */

/* .available-card.ac2 .image {
  min-height: 90px !important;
} */

.available-card.ac2 {
    min-height: 320px;
}

.also-available .available-card h4 {
    font-size: 30px;
    margin: 0;
    font-family: jiotypeblack;
    margin: 8px 0 16px 0;
    color: #141414;
}

.also-available .available-card h5 {
    font-size: 24px;
    font-family: jiotypebold;
    color: #141414;
}

.accordion-item {
    border: 1px solid #1ECCB0 !Important;
    margin-bottom: 25px;
    border-radius: 8px !Important
}

.accordion-button {
    border-radius: 8px !Important;
    font-size: 22px;
    font-family: jiotypebold;
    color: #141414 !important;
}

.top-footer ul li a {
    color: #000;
    margin: 5px 0;
}

.top-footer a {
    margin-right: 8px;
}

.top-footer p {
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
}

.Why-JioSphere .carousel-inner {
    padding-bottom: 60px;
}

.carousel-inner .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 3px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #80ecdb;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    /* background: #20ccb0; */
    width: 60px;
    top: auto;
    /* left: 0; */
    right: 0;
    /* margin: 0 auto; */
    padding: 5px;
    border-radius: 55px;
    height: 60px;
    opacity: 1 !important;
    /* font-size: 28px; */
    font-size: 40px;
    color: #20ccb0 !Important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 0.7 !important;
    color: #20ccb0;
}

/* .carousel-control-next {
  left: 80px;
}
*/

.carousel-control-prev {
    /* left: -80px ! Important; */
    /* right: 60px ! Important;
  left: auto; */
    left: -80px ! Important;
    right: 0 ! Important;
    margin: 0 auto;
}

.carousel-control-next {
    left: 80px ! Important;
    right: 0 ! Important;
    margin: 0 auto;
}

.default-version {
    background-color: #E8FAF7
}

.light-verion {
    background-color: #fff;
}

.light-verion .right-image:before {
    display: none;
}

.dark-verion {
    background-color: #141414;
}

.dark-verion .right-image:before {
    display: none;
}

.dark-verion h3 {
    color: #fff;
}

.dark-verion .slider-box .text-left h4 {
    color: #fff;
}

.dark-verion .slider-box .text-left p {
    color: #fff;
}

.live-verion {
    background-color: #E8FAF7;
}

.live-verion .right-image:before {
    display: none;
}

.personalize-section .pbuttons {
    /* bottom: 30px; */
    bottom: -10px;
}

#vid {
    border-radius: 31px 0 0 31px;
    border: 13px solid #333232;
    margin-left: 20px;
}

/* .personalize-section .carousel-control-prev {
  right: 110px ! Important;
}
.personalize-section .carousel-control-next {
  right: 40px;
} */

/* 
.live-img img{
  border-radius: 31px;
  border: 13px solid #333232;
  width: 1020px !important;
  height: 608px;
}
.vid-border{
 
  height: 350px;
  border-radius: 10px;
  border: 8px solid #333232 !important;
  overflow: hidden;
}
  position: absolute;
  top:-5px;
  right:5px;
  width: 100%;
 left: 0px;
} */

.comingsoon {
    margin-top: 18px !important;
    font-size: 14px;
    color: #4C4C4C;
}

.comingsoon img {
    padding-right: 8px;
    width: 32px;
    height: 32px;
}

.footer .top-footer {
    display: none;
}

.footer .container.pt-5 {
    padding-top: 0 !important;
}

.faq-section+div {
    display: none !Important;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}

@media (max-width:1350px) {
    .key-features .slider-box p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width:1200px) {
    .hero-section:before {
        display: none;
    }
    .personalize-section .slider-box .right-image:after {
        display: none;
    }
    .personalize-section .slider-box .right-image:after {
        display: none;
    }
    .also-available .container::before {
        display: none;
    }
    .hero-section .circle {
        display: none;
    }
    .hero-section .section-caption:before {
        display: none;
    }
    .also-available:before {
        display: none;
    }
    .header {
        position: relative;
    }
}

@media (max-width:1200px) {
    .also-available .available-card img {
        margin-top: 0;
    }
    .also-available .row .fadeInUp {
        margin-top: 20px;
        width: 100%;
    }
    .also-available .spacer {
        display: none;
    }
    .personalize-section .slider-box {
        padding-left: 0;
    }
    .personalize-section .slider-box .text-left {
        width: 100%;
        padding: 30px;
        text-align: center;
    }
    .personalize-section .slider-box .right-image {
        /* width: 70%;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center; */
        width: 100%;
        padding: 0 30px;
        padding-left: 10%;
        padding-right: 0;
    }
    .Why-JioSphere .col-sm-4 {
        width: 100%;
        text-align: center;
    }
    .Why-JioSphere .col-sm-6 {
        width: 100%;
        text-align: center;
    }
    .key-features .slider-box {
        overflow: auto;
    }
    .key-features .slider-box .row.align-items-center {
        width: 1250px;
        padding-left: 10px;
    }
    .key-features .col-sm-3 {
        width: 310px;
    }
    .section-caption {
        width: 100%;
    }
    .personalize-section .buttons {
        bottom: 10px;
    }
    .slides {
        padding-bottom: 85px;
    }
    .personalize-section .slider-box .right-image img {
        width: 100% !Important;
    }
    .personalize-section .slider-box .right-image:before {
        display: none;
    }
    .hero-section .section-caption:after {
        display: none;
    }
}

@media (max-width:991px) {
    .navbar-nav {
        float: right;
        margin-top: -70px;
        flex-direction: row;
    }
    .navbar-toggler {
        display: none;
    }
}

@media (max-width:767px) {
    .section-caption h3 {
        font-size: 44px;
        font-family: jiotypeblack;
    }
    .navbar-toggler {
        display: block;
    }
    .collapse:not(.show) {
        display: none;
    }
    .navbar-nav {
        flex-direction: column;
        float: left;
        margin: 0;
    }
    /* .navbar-toggler {
    background-color: #1f7b74;
  } */
    .navbar-nav .nav-item {
        margin-left: 0;
    }
    .comingsoon img {
        width: 24px;
        height: 24px;
    }
}

@media (max-width:600px) {
    .hero-section {
        padding-top: 30px;
    }
    .section-caption h3 {
        font-size: 34px;
        margin-bottom: 0;
    }
    .section-caption p {
        font-size: 18px;
        margin: 10px 0;
        line-height: 30px;
        padding: 0 11px;
    }
    .Why-JioSphere {
        padding-top: 50px;
    }
    .Why-JioSphere .slider-box {
        margin-top: 20px;
        padding: 26px 20px;
    }
    .Why-JioSphere .slider-box h4 {
        font-size: 26px;
        margin: 18px 0;
    }
    .Why-JioSphere .slider-box p {
        font-size: 16px;
        line-height: 24px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        /* width: 40px;
    height: 40px;
    font-size: 18px; */
        left: 60px;
        right: 0;
        margin: 0 auto;
    }
    /* .carousel-control-next {
    left: 50px;
  } */
    .carousel-control-prev {
        left: -20px ! Important;
    }
    .personalize-section {
        margin-top: 50px;
    }
    .personalize-section .slider-box .text-left {
        padding: 10px 30px;
        margin-bottom: 20px;
    }
    .personalize-section .slider-box .text-left h4 {
        font-size: 28px;
        margin: 0 0;
    }
    .personalize-section .slider-box .text-left p {
        font-size: 16px;
        margin: 10px 0;
        line-height: 20px;
    }
    .personalize-section .pbuttons {
        /* bottom: 30px; */
        bottom: 20px;
    }
    .btn-secondary {
        padding: 8px 18px;
        font-size: 14px;
    }
    .key-features {
        padding-top: 30px;
    }
    .also-available {
        padding: 40px 0 40px 0;
    }
    .also-available .section-caption+div {
        display: none !important;
    }
    .accordion-button {
        font-size: 16px;
    }
    .accordion-body {
        font-size: 14px;
        padding: 0.5rem 1.25rem;
    }
    .faq-section {
        padding-bottom: 30px;
    }
    .faq-section+div {
        display: none !Important;
    }
    .top-footer a {
        margin-bottom: 10px;
        display: inline-block;
        width: 40%;
    }
    .top-footer a img {
        width: 100%;
    }
    .footer .logo a {
        display: none !Important;
    }
    .footer .pt-5 {
        padding-top: 30px !important;
    }
    .custom-footer .logo span {
        margin-left: 0;
        font-size: 14px;
    }
    .custom-footer .footer-widget ul {
        text-align: left;
    }
    .custom-footer .footer-widget ul li:first-child {
        padding-left: 0;
    }
    .footer .footer-widget ul.links li a {
        font-size: 12px;
    }
    .personalize-section .slider-box .right-image img {
        width: 100% ! Important;
        height: auto;
        border-radius: 10px;
        border-width: 5px;
        /* border-width: 6px;
    border-radius: 10px; */
    }
    .comingsoon img {
        width: 24px;
        height: 24px;
    }
}

.navbar-toggler .navbar-toggler-icon .toggler-icon {
    display: none;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .toggler-icon {
    display: block;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    content: "\f00d";
    font-family: fontawesome;
    font-size: 23px;
    color: #000 ! Important;
}

.btn-secondary:hover {
    background-color: #1e584f;
    border-color: #1e584f;
}