/*-- Font Start --*/

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../font/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-BoldItalic.woff2') format('woff2'),
        url('../font/PlusJakartaSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('../font/PlusJakartaSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../font/PlusJakartaSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
        url('../font/PlusJakartaSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-ExtraLightItalic.woff2') format('woff2'),
        url('../font/PlusJakartaSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-Italic.woff2') format('woff2'),
        url('../font/PlusJakartaSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-Light.woff2') format('woff2'),
        url('../font/PlusJakartaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-LightItalic.woff2') format('woff2'),
        url('../font/PlusJakartaSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('../font/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-MediumItalic.woff2') format('woff2'),
        url('../font/PlusJakartaSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../font/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('../font/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-SemiBoldItalic.woff2') format('woff2'),
        url('../font/PlusJakartaSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
/*-- Font End --*/

/*-- Basic Style Start --*/
* {
margin: 0;
padding: 0;
}
body {font-family: 'Plus Jakarta Sans';font-size: 14px;}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #3c4253;
font-weight: 600;
}
p {
    margin: 0 0 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    color: #000000;
    font-family: 'Plus Jakarta Sans';
    line-height: 1.5em;
}
a {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 14px;}
a:hover,
a:focus {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 14px;}
ul,
ol {
margin: 0;
}
ul li,
ol li {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
.subhding{
    font-family: 'Plus Jakarta Sans';
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
font-family: 'Plus Jakarta Sans';
}
h1, .h1{
font-size: 24px;
}
h2, .h2{
font-size: 20px;
}
h3, .h3{
font-size: 18px;
}
h4, .h4{
font-size: 16px;
}
h5, .h5{
font-size: 14px;
}
h6, .h6{
font-size: 14px;
}

.dg-top-pd{
  padding-top:100px;
}
.dg-bottom-pd{
  padding-bottom:100px;
}
.dg-both{
  padding:100px 0px;
}
.button {
  width: auto;
  text-align: center;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 60px;
}

.button-2 {
  color: #fff !important;
  border: 2px solid #000000;
  background-image: linear-gradient(30deg, #000000 50%, transparent 50%) !important;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out !important;
}
.button-2:hover {
  background-position: 100%;
  color: #ffffff !important;
  border: 2px solid #3091d7;
  background-image: linear-gradient(30deg, #3091d7 100%, transparent 100%) !important;
  background-size: 500px !important;
  background-repeat: no-repeat !important;
  background-position: 0% !important;
  -webkit-transition: background 300ms ease-in-out !important;
  transition: background 300ms ease-in-out !important;
}

.breakpoint-off .classynav .button-3 {
    width: auto;
    background: #000000;
    background-image: none;
    color:#fff;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
}
.breakpoint-off .classynav .button-3:focus,
.breakpoint-off .classynav .button-3:hover{
    background: #3091d7;
    background-image: none;
    color:#fff;
}
.breakpoint-off .classynav .btn-box i {
    font-size: 20px;
    color: #fff;
    animation: pulse 1.5s infinite;
    background: #25D366;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 10px;
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1.2);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
/*-- Basic Style End --*/

/*-- Header Top Start --*/
header.header-area{
    /* overflow: hidden; */
}
.top-header-area {
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
    padding: 10px 15px;
}
.top-header-area a {
    color: #fff;
}
.top-rt {
    display: flex;
    align-items: center;
    justify-content: left;
}

.topbar-btn {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.topbar-btn .tbtn-item a {
    display: block;
    background: #fcd900;
    color: #4a010b;
    font-weight: 600;
    padding: 15px 25px;
    margin-left: 1px;
    text-transform: uppercase;
}
.social-icons a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.email-address a {
    margin-right: 10px;
}
.main-header-area {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        border-top: 5px solid #68b4e7;
}
.sticky{
   position: fixed;
   top: 0;
   width: 100%;
   left: 0px;
   z-index: 9999;
   background: #fff;f
   width: 100%;
   transition: all 0.3s ease-in-out;
   animation: smoothScroll 1s forwards;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.sticky + .content {
  padding-top: 102px;
}
.social-icons a svg {
    height: 20px;
    color: #fff;
    fill: #fff;
}
.mainbox-container {
    max-width: 1320px;
    margin: 0 auto;
}
/*-- Header Top End --*/


/*-- Banner Start --*/
.bannerslider{
    overflow: hidden;
    position: relative;
}
.banner-slide {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
    max-width: 500px;
    background: #890215c4;
    padding: 20px;
    border-radius: 10px;
}
.banner-content .h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.banner-content p {
    color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    color: #880214;
}

.swiper-button-next, .swiper-button-prev {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbd800;
    border-radius: 100%;
}
.banner-content .subhding {
    color: #fff;
    font-size: 20px;
}
.banner-slide {
    position: relative;
    overflow: hidden;
}

.banner-image img{
    width: 100%;
}
/*-- Banner End --*/

/*-- About Section Stat --*/
.ab-sec{
    background-image: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: top center;
}
.about-video{
    background-color: #eee;
    padding: 20px;
    border-radius: 15px;
}
.vjs-tech{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.content-text ul {
    padding: 0px;
    margin: 0px;
}

.content-text ul li {
    background: linear-gradient(to right, #3091e2 -10%, #ffffff 100%);
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.about-img{
    background-color: #eee;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.about-img img{
    border-radius: 15px;
}
.badgeimg{
    width: 130px;
    position: absolute;
    top: 20px;
    right: -50px;
    -webkit-transform: translate(0%, -30%);
    -ms-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
}
.badgeimg img{
    width: auto;
}
.pointbg {
    background-color: #192231;
    display: flex;
    align-items: center;
    gap: 10px;
}

.listbg {
    background: #eee;
}

.listbg, .pointbg {
    padding: 20px;
}

.point-sec-area img {
    width: 100%;
}

.point-img {
    text-align: center;
    height: 60px;
    width: 60px;
    margin: 0 auto 0px;
    background: #2b90e2;
    border-radius: 100%;
    padding: 10px;
}

.point-content {
    text-align: left;
}

.pointbg .point-content .h4 {
    color: #fff;
    margin: 0px;
}

.pointbg .point-content p {
    color: #fff;
}
.point-content p {
    margin: 0px;
}
/*-- About Section End --*/



/*-- Program Section Start --*/
.op-sec{
    position: relative;
    background-image: url(../img/sec2-bg.jpg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.opslider {
    position: relative;
    margin-bottom: -90px;
}

.swiper-container {
    overflow: hidden;
}
.op-content {
    background: #eee;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 160px;
    padding-top: 30px;
}

.op-content .h4 {
    margin: 0px;
    text-align: center;
    color: #000;
    font-size: 16px;
    width: 100%;
}

.op-image {
    position: relative;
}

.op-image .course-icon {
    background: #2b90e2;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 8px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
}
.op-slide {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #eee;
    border-bottom: 1px solid #000000;
}
.op-sec .container {
    position: relative;
    z-index: 1;
}
.headingbox .h2 {
    text-align: center;
    color: #3091e2;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto 10px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    width: 90%;
    position: relative;
    border-radius: 8px;
}

.popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    font-size: 20px;
    background: #2b90e2;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.popupcontent {
    display: none; /* hide original content */
}
.popup-close i {
    font-size: 13px;
}
#popup-data h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
}

#popup-data .btn-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
/*-- Program Section End --*/

/*-- Cta Start --*/
.cta-sec{background: #eee;}
.cta-content {
    text-align: center;
    padding: 30px;
    border: 2px solid #2b90e2;
    background: #ffffff;
    background-image: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: top center;
}
.cta-hding .h1 {
    color: #2b90e2;
    text-transform: uppercase;
    font-weight: 600;
}
/*-- Cta End --*/



/*-- Topper Section Start --*/
.centertext .h2 {
    text-align: center;
    margin-bottom: 30px;
}
.topper-item {
    border: 2px solid #880215;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.topper-content {
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}

.topper-content .h4 {
    color: #880215;
}

.topper-content .topperdate {
    background: #eee;
    display: inline-block;
    padding: 4px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

.topper-imgbox {
    position: relative;
}

.topper-class {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    border: 7px solid #fff;
    margin-bottom: -30px;
}
.topper-sec .container:after {
    content: "";
    height: 400px;
    width: 80%;
    display: block;
    background-image: url(../img/diagonal-lines-2.png);
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.topper-sec .container {
    position: relative;
}

.topper-sec .container .row {
    position: relative;
    z-index: 1;
}
/*-- Topper Section End --*/

/*-- Testimonils Start --*/
.testi-sec {
    background: #fefaee;
}
.testi-slider{
    overflow: hidden;
    position: relative;
}
.testi-sec {
    background: #f0f9ff;
}

.testi-work {
    background-color: #192231;
    padding: 20px;
    min-height: 410px;
    margin-top: 50px;
    background-image: url(../img/testi-bg.jpg);
    background-size: cover;
}

.testi-w-content h4 {
    color: #2b90e2;
    font-size: 20px;
    text-align: center;
}

.testi-w-content p {
    color: #fff;
    margin: 0px;
}
.testi-w-img{
    width: 200px;
    margin: -100px auto 15px;
    border-radius: 100%;
    border-bottom: 5px solid #2b90e2;
}
/*-- Testimonils End --*/

/*-- Footer Start --*/
.contact-footer {
    position: relative;
    background-color: var(--dark-navy);
    background-image: url('../img/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 40px 0 40px;
    overflow: hidden;
    text-align: center;
}

.contact-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.92);
    z-index: 1;
}

.contact-footer .container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
}

.contact-footer .section-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.contact-footer .section-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #cbd5e1;
    margin: 0 0 10px 0;
    display: inline-block;
}

.contact-footer .theme-highlight {
    color: var(--brand-blue);
    font-weight: 600;
}

.contact-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}

.contact-icon-wrapper {
    font-size: 2rem;
    color: #ffc600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.contact-text.uppercase {
    text-transform: uppercase;
}

/* Copyright Bar */
.copyright-bar {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.copyright-bar p {
    margin: 0;
    color: #fff;
}

.copyright-bar a {
    color: #fff;
}


/*-- Footer End --*/
.desktopbanner{
    display: block;
}
.mobilebanner{
    display: none;
}
.stickybtnwhatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
}
.mobile-ctickybtn {
    display: none;
}
.cta-hding {
    margin-bottom: 20px;
}
#once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    z-index: 10000;
}
#once-popup .inner {
    background: #fefaee;
    padding: 20px;
    width: 600px;
    max-width: 90%;
    margin: 50px auto;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
#once-popup #popup-close {
    float: right;
    font-size: 30px;
    line-height: 10px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    background: #860214;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    top: -10px;
    }
    .popuptext h2 {
    color: #880215;
    margin-top: 14px;
        font-size: 28px;
}
.popimg img {
    max-width: 280px;
    width: 100%;
}
.popimg {
    border: 1px solid #880215;
    border-radius: 10px;
    padding-bottom: 15px;
}
a.navbar-brandb {
    display: inline-block;
    max-width: 200px;
}

.contact-text a {
    color: #fff;
}
.mobile-stickyboxfix{
    display: none;
}
.pointbg2 {
    background: #f0f9ff;
    padding: 15px;
}

.pointbg2 .hdrboxitem {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #3091e2;
}

.pointbg2 .hdrboxitem .point-img {
    padding: 3px;
    height: 70px;
    width: 70px;
}

.pointbg2 .hdrboxitem .h4 {
    margin: 0px;
    font-weight: bold;
}

.pointbg2 
.contentbox {
    font-weight: 600;
}
.headingbox {
    margin-bottom: 30px;
}
.headingbox p{
    text-align: center;
}
.sv-itemmain {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    background: #eee;
    border-radius: 20px;
    margin-bottom: 20px;
}

.sv-itemmain-img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    border-right: 5px solid #2b90e2;
}

.sv-itemmain-img {
    width: calc(40% - 10px);
}

.sv-itemmain-content {
    width: calc(60% - 10px);
    padding: 20px;
}

.sv-itemmain-content h3 {
    color: #000;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.sv-itemmain-content p {
    margin: 0px;
}

.sv-itemmain-content ul li {
    list-style: circle;
}

.sv-itemmain-content ul {
    padding-left: 20px;
}
.accordion-header {
  width: 100%;
  cursor: pointer;
  background: #192231;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding-right: 80px;
  position: relative;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
}

/* icon style */
.accordion i {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  color: #000;
  min-width: 25px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);translate(0%, -50%);
}
.accordiansec {
    background: #f0f9ff;
}
.accordion-item {
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: 10px;
}

.accordion-item.active .accordion-header {
    background: #2b90e2;
}
.accordion-item.active .accordion-header i {
    color: #2b90e2;
}
.actextbox {
    padding: 20px;
}

.actextbox p:last-child {
    margin: 0px;
}
/*-- Responsive Start --*/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.pointbg {
    margin-bottom: 10px;
}
.testi-work {
    min-height: auto;
    margin-top: 100px;
}
.contact-text {
    width: 100%;
}

.contact-item {
    flex-wrap: wrap;
}
.classynav .btn-box {
    display: none;
}
.op-slide {
    margin-bottom: 20px;
}
.stickybtnwhatsapp {
    display: none;
}
.mobile-stickyboxfix {
    display: block;
}
.mobile-stickyboxfix ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding: 0px;
}
.mobile-stickyboxfix ul a {
    width: 100%;
    display: flex;
    text-align: center;
    background: #29bb29;
    color: #fff;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.mobile-stickyboxfix ul li {
    width: 100%;
}
.contact-footer{
        margin-bottom: 40px;
}
.pointbg2 {
    margin-bottom: 20px;
}
}

@media only screen and (min-width: 320px) and (max-width: 766px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.pointbg {
    margin-bottom: 10px;
}
.desktopbanner{
    display:none;
}
.mobilebanner{
    display: block;
}
.testi-work {
    min-height: auto;
    margin-top: 70px;
    text-align: center;
}
.contact-text {
    width: 100%;
}
.headingbox .h2{
    font-size: 20px;
}
.op-content {
    min-height: auto;
}
.testi-w-img{
        width: 110px;
    margin: -70px auto 15px;
}
.contact-item {
    flex-wrap: wrap;
    gap: 10px;
}
.classynav .btn-box {
    display: none;
}
.op-slide {
    margin-bottom: 20px;
}
.stickybtnwhatsapp {
    display: none;
}
a.navbar-brandb{
    max-width: 150px;
}
.contact-footer {
    padding-bottom: 30px;
}
.stickybtnwhatsapp {
    display: none;
}
.mobile-stickyboxfix {
    display: block;
}
.mobile-stickyboxfix ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding: 0px;
}
.mobile-stickyboxfix ul a {
    width: 100%;
    display: flex;
    text-align: center;
    background: #29bb29;
    color: #fff;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.mobile-stickyboxfix ul li {
    width: 100%;
}
.contact-footer{
        margin-bottom: 40px;
}
.pointbg2 {
    margin-bottom: 20px;
}
.sv-itemmain-img {
    width: 100%;
}

.sv-itemmain-img img {
    border-right: 0px;
    border-bottom: 5px solid #2b90e2;
    height: auto;
}

.sv-itemmain-content {
    width: 100%;
    text-align: center;
}

.sv-itemmain {
    gap: 0px;
}

.sv-itemmain-content ul li {
    text-align: left;
}
}
/*-- Responsive End --*/