/**
* Template Name: Multi - v4.7.0
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html{

    overflow-x: hidden;
    
}
:root {
    --primary-color: #36c889;
    --secondary-color: #7176f9;
    --section-bg-color: #faf4ff;
    --bg-light-blue: #eaf0ff;
    --body-font-color: #38354f;
    --white-color: #ffffff;
    --heading-colors: #0c043d;
    --light-green: #d7f4e7;
}

body {
    font-family: "Poppins", sans-serif;
    color: var(--body-font-color);
    
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: #f1775d;
    text-decoration: none;
}

h1 {
    /* font-size: 50px; */
    font-size: calc(32px + (50 - 32) * ((100vw - 300px) / (1920 - 300)));
}

h2 {
    /* font-size: 40px; */
    font-size: calc(28px + (40 - 28) * ((100vw - 300px) / (1920 - 300)));
}

h3 {
    /* font-size: 35px; */
    font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (1920 - 300)));
}

h4 {
    font-size: calc(23px + (30 - 23) * ((100vw - 300px) / (1920 - 300)));
    /* font-size: 30px; */
}

h5 {
    /* font-size: 25px; */
    font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1920 - 300)));
}

h6 {
    /* font-size: 18px;    */
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-colors);
}

/* BG */

.bg-light-blue {
    background-color: var(--bg-light-blue);
}

.bg-second {
    background-color: var(--secondary-color);
}

.bg-primary-color {
    background-color: var(--primary-color);
}

/* BG End */

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--primary-color);
    border-top-color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--secondary-color);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* Buttons */

.btn-white {
    background-color: #fff;
    padding: 13px 26px;
    display: inline-block;
    color: var(--secondary-color);
    margin-bottom: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.btn-white:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.btn-secondary {
    background-color: var(--secondary-color);
    padding: 13px 26px;
    display: inline-block;
    color: var(--white-color);
    margin-bottom: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border: 1px solid var(--secondary-color);
}

.btn-secondary:hover {
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

/* Buttons End */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.modal-open{
    padding-right:0 !important;
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0px;
}

#header.header-scrolled {
    padding: 0px 0 12px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
    font-size: 26px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#header .logo a {
    color: #0b2341;
}

#header .logo img {
    max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
    justify-content: flex-end;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #0b2341;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: var(--primary-color);
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: var(--secondary-color);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #333;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--primary-color);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #0b2341;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(4, 12, 21, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--primary-color);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: var(--primary-color);
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

.header-btn {
    background-color: var(--primary-color);
    color: #2a2a2a;
    padding: 16px 36px;
    margin-left: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-weight: 700;
    transition: 0.5s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
}

.header-btn:hover {
    background-color: var(--heading-colors);
    color: var(--white-color);
}

.info-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* margin-right: 20px; */
}

.tt-agent {
    margin-right: 21px;
    font-weight: bold;
    font-size: 21px;
}

/* Slider Styling */
.slide-content {
    max-width: 600px;
}

.slide-item {
    min-height: 650px;
    display: flex !important;
    align-items: center;
    cursor: grab;
}

.slide-content {
    color: var(--white-color);
}

.slide-content p,
.slide-content h1 {
    color: var(--white-color);
}

.main-nav-item {
    border: 1px solid var(--primary-color);
    background-color: #fff;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
    min-height: 260px;
    background-color: #fff;
    cursor: pointer;
}

.main-nav-item p {
    margin-bottom: 0;
}

.slider-thumb {
    margin-top: -80px;
}

/* the slides */
.main-slider-nav .slick-slide {
    margin: 0 15px;
}


.main-nav-item.slick-current{
    background-color: var(--primary-color);
}

/* the parent */
.main-slider-nav .slick-list {
    margin: 0 -15px;
}

.main-slider-nav .slick-current .main-nav-item {
    background-color: var(--primary-color);
    color: #fff;
}

.main-slider-nav .slick-current p,
.main-slider-nav .slick-current h6 {
    color: #fff;
}

/* Slider Styling End */

/* Spacings */
.spacing-ptb {
    padding: 80px 0;
}

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

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

.spacing-mtb {
    margin: 80px 0;
}

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

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

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

/* Spacings End */

/* Qualifies Start */
.qualifices-sec {
    position: relative;
}

.qualifices-sec .qualifi-box {
    background-color: #eff4ff;
    min-height: 650px;
    width: 100%;
    padding: 90px 35px;
    margin-bottom:40px;
    border: 0;
    border-radius: 84px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    -ms-border-radius: 84px;
    -o-border-radius: 84px;
}

.qualifices-sec .qbg1 {
    background-image: url("../img/mix/qualifi-bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.qualifices-sec .qbg2 {
    background-image: url("../img/mix/qualifi-bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.qualifices-sec .qualifi-box h6 {
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    color: #0c043d;
    font-weight: bold;
    margin-bottom: 10px;
}

.qualifices-sec .qualifi-box p {
    font-size: calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320));
    color: #727272;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 28px;
}

.qualifices-sec .qualifi-list {
    padding: 0;
    margin: 0;
}

.qualifices-sec .qualifi-list li {
    list-style: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    color: #373737;
    line-height: 28px;
    position: relative;
}

.qualifices-sec .qualifi-list li::before {
    content: "";
    background-image: url("../img/icons/arrow-icon.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 7px;
    left: 0;
}

/* Qualifies  End */

/* Inner-Icon-Sec  End */
.inner-customer {
    background-color: #fff;
}

/* .inner-customer .spacing-pb{
    padding: 0;
} */
.inner-customer .container {
    background-color: transparent;
}
.cta-sec .cta-ib p {
    color: var(--white-color);
}
/* .inner-icon-sec .cta-ib h6 {
    color: var(--body-font-color);
} */
.inner-icon-sec .cta-ib p {
    color: var(--body-font-color);
}

/* Inner-Icon-Sec  End */

.iti--allow-dropdown{
    width: 100%;
  }

  .btn-close-ctm{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
  }

/* Contact Page Start */

.contact-section {
    position: relative;
}

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

.contact-section .form-box .frm-btn {
    padding: 15px 70px;
}

.contact-section .form-box input {
    border: 1px solid rgb(203, 212, 213);
    border-radius: 10px;
    background-color: rgb(234, 240, 255);
    height: 56px;
    margin-bottom: 15px;
    width: 100%;
    padding: 8px 10px;
}

.contact-section .form-box textarea {
    border: 1px solid rgb(203, 212, 213);
    border-radius: 10px;
    background-color: rgb(234, 240, 255);
    height: 162px;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px;
}

.contact-section .contact-info {
    background-color: #fff;
    border: 0;
    border-radius: 58px;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    -ms-border-radius: 58px;
    -o-border-radius: 58px;
    padding: 50px 50px 40px 50px;
    margin-bottom: 25px;
}

.contact-section .contact-info .info-box {
    border-bottom: 1px dashed rgb(54, 200, 137);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contact-section .contact-info label {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #7176f9;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 0;
}

.contact-section .contact-info .info-icon {
    display: flex;
}

.contact-section .contact-info .info-icon i {
    font-family: "FontAwesome";
    font-size: 18px;
    color: #2cc3f3;
    margin-right: 15px;
    margin-top: 5px;
}

.contact-section .contact-info .info-icon a,
p {
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    color: #404040;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* Contact Page  End */

/* Icon List Style */

.ic-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.icon-list {
    padding-left: 0;
    list-style: none;
}

.il-icon {
    margin-right: 10px;
    flex: 1 0 60px;
    max-width: 60px;
}

/* Icon List Style End*/

/* Icon Boxes */

.icon-boxes {
    position: relative;
    z-index: 2;
}

.icon-boxes:after {
    content: "";
    height: 100px;
    background-color: #fff;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    position: absolute;
    bottom: -50px;
    z-index: -1;
}

.icon-box {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.239);
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    min-height: 142px;
    display: flex;
    align-items: center;
    padding: 25px 35px;
}

.ic-icon {
    flex: 1 0 69px;
    max-width: 69px;
    margin-right: 17px;
}

.ib-box-cont p {
    margin-bottom: 0;
}

/* Icon Boxes End */

/* Trademark Section HOme */

.image-text-box {
    text-align: center;
    padding: 10px;
    border: 1px solid #d0cfcf;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.image-text-box img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 15px;
}
.image-text-content{

    min-height: 180px;
}
/* Trademark Section HOme End */

.package-list {
    list-style: none;
    padding-left: 0;

}

.package-list li {
    text-align: center;
    margin-bottom: 14px;
    font-size: 16px;
}
.package-holder>.package-content{
    height: 430px;
    overflow-y: auto;
}
/* .package-holder>#pc-1{
    overflow-y: auto;
}
.package-holder>#pc-2{
    overflow-y: aa;
} */
#pc-1{
 
    overflow-y: scroll;

    
}
#pc-2{
    overflow-y: scroll;
}
.package-header {
    background-image: url(../img/packages/header-bg.png.html);
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
}

.package-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    /* line-height: 12px; */
    padding: 0;
    text-transform: uppercase;

}

.ph-holder {
    flex: 1;
    /* padding-left: 40px; */    
    padding-left: 30px;
    margin-top: -28px;
}
.ph-holder label{
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    color: var(--heading-colors);
}
.package-footer {
    margin-top: 50px;
}

.package-price-holder {
    /* position: absolute;
    right: 40px;
    background: rgb(113 118 249 / 34%);
    padding: 20px;
    border-radius: 50%;
    color: #fff;
    top: 46px;
    text-align: center; */
    position: absolute;
    right: 0px;
    background: rgb(113 118 249 / 34%);
    padding: 13px;
    border-radius: 50%;
    color: #fff;
    top: 68px;
    text-align: center;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package-price-holder span{
    font-size: 12px;
}
.package-price {
    font-weight: bold;
    margin-bottom: 0;
}

.package-holder {
    background: radial-gradient(circle at 100% 100%,
            #ffffff 0,
            #ffffff 27px,
            transparent 27px) 0% 0%/30px 30px no-repeat,
        radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 27px, transparent 27px) 100% 0%/30px 30px no-repeat,
        radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 27px, transparent 27px) 0% 100%/30px 30px no-repeat,
        radial-gradient(circle at 0 0, #ffffff 0, #ffffff 27px, transparent 27px) 100% 100%/30px 30px no-repeat,
        linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 6px) calc(100% - 60px) no-repeat,
        linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 60px) calc(100% - 6px) no-repeat,
        linear-gradient(311deg, transparent 71%, #7176f9 100%),
        linear-gradient(138deg, #ffffff 73%, #7176f9 100%);
    padding: 9px;
    box-sizing: border-box;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.package-holder:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}


/*
 *  STYLE 16
 */


 .package-content::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
     background-color: #F5F5F5;
     border-radius: 10px;

 }
 
 .package-content::-webkit-scrollbar
 {
     width: 4px;
     background-color: #F5F5F5;
    
 }
 
 
 .package-content::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     background-color: #FFF;
     background-image: -webkit-linear-gradient(top,
                                               #36c88933 0%,
                                               #36c8894f 50%,
                                               #36c88965 51%,
                                               #36c889 100%);
 } 

/* CTA ICON BOX */
.cta-circle{
    border-radius: 50%;
    width: 90px;
    height: 90px;
    overflow: hidden;
    text-align: center;
    margin:0 auto;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;

}
.cta-ib img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    
}

.cta-ib:hover img {
    transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.cta-ib h6 {
    color: var(--white-color);
}
.cta-ib p {
    color:var(--white-color);
    font-weight: 500;
    line-height: 19px;
}
.rounded-corners {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.cta-sec {
    position: relative;
    padding-top: 30px;
}

.cta-sec:before {
    content: "";
    width: 100%;
    height: 100px;
    background-color: #eaf0ff;
    position: absolute;
    top: 0;
    z-index: -1;
}

/* CTA ICON BOX END */

/* Web Design Packages start */

.web-tabs .nav {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
    transition: 0.5s;
    position: relative;
    /* z-index: 999; */
    padding-left: 30px;
    margin-bottom: 40px;
}
.exTab3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: 100%;
}

.web-tabs .nav  li {
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.web-tabs .nav li a {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 12px 35px;
    background-color: var(--primary-color);
    display: inline-block;
    color:var(--white-color);
    transition: all 0.35s ease-in-out;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
   
    
}
.web-tabs .nav li a:hover,
.web-tabs .nav>li a.active {
    background-color: var(--white-color);
    color: var(--primary-color);

}
.web-tabs .nav li .active {   
    background-color: var(--white-color);
    color: var(--primary-color);
}
.fre-bee{
    background-color: var(--heading-colors);
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}
.desi-title{
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-colors);
}
.desi-title span{
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 4px 8px;
}
/* Web Design Packages end */



/* Testimonilas */

.client-info {
    margin-top: 40px;
    text-align: center;
}

.tm-img {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    border: 4px solid var(--secondary-color);
}

.client-info img {
    margin: 0 auto;
    margin-bottom: 10px;
}

/* Testimonilas End*/

/* why choose us */
.wc-icon-box-pkg {
    background-color: var(--bg-light-blue);
    border-radius: 40px;
    padding: 36px 22px;
    min-height: 325px;
    
  
}
.wc-icon-box {
    background-color: #fff;
    border-radius: 40px;
    padding: 36px 22px;
    min-height: 325px;
}

/* why choose us End*/

/* Footer */

#footer {
    background-color: #05011a;
}

#footer p,
#footer,
#footer a {
    color: #dcdcdc;
}

#footer h5 {
    color: #dcdcdc;
    font-size: 22px;
    margin-bottom: 20px;
}
.link-widget{
    position: relative;
}

.link-widget:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #ddd;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.no-bef:before{
    content: none;
}


@media(max-width:991px){
    .link-widget{
        margin-bottom: 30px;
    }
    .link-widget:before {
        display: none;
    }
}
#footer h6 {
    color: #dcdcdc;
}

ul.foo-links {
    list-style: none;
    padding-left: 0;
}

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

ul.foo-links li a {
    list-style: none;
    padding-left: 0;
    color: #dcdcdc;
    /* font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300))); */
}

.foo-infobox-holder {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.foo-infobox-holder i {
    color: #1fb9ea;
    margin-right: 13px;
    font-size: 18px;
}

.foo-infobox-holder p {
    margin-bottom: 0;
}

/* Footer End*/

/* CTA 2 */

.cta-2-sec {
    background-image: url(../img/bg-cta-2.jpg);
    background-size: 100% 100%;
}

.cta-2-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* CTA 2 End */

/* Faqs About us */

.accordion-button:not(.collapsed) {
    background-color: var(--secondary-color);
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 16px !important;
    overflow: hidden !important;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    -o-border-radius: 16px !important;
}

/* Faqs About us End*/

/* review box */
.review-box {
    padding: 50px 47px;
    background-color: var(--light-green);
    border-radius: 30px;
}

/* review box End */

/*Pricing Table Styling  */

.table-first-col {
    padding: 24px 25px;
}

.pricing-table-sec tr td {
    height: 150px;
    padding: 0 20px !important;
}

.p-table-header {
    height: 120px;
    background-image: url(../img/packages/pt-header-bg.png.html);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 16px;
}

.pt-price-holder {
    width: 100px;
    height: 100px;
    background-color: #7176f965;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -12px;
}

.pt-sm-text {
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
}

.pt-price {
    font-size: 29px;
    line-height: 29px;
    margin-bottom: 0;
}

.border-rounded {
    border-radius: 40px;
    border: 1px solid #ccdbff;
}

.table-bordered {
    border-color: #c7cacf;
}

/*Pricing Table Styling  end*/

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    /* New Responsive  */
    .main-nav-item p {
        font-size: 12px;
    }

    .spacing-ptb {
        padding:40px 0;
    }

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

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

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

    .package-price-holder {
        position: absolute;
        right: 0;
        top: 80px;
    }

    #footer p,
    #footer,
    #footer a {
        font-size: 12px;
    }

    .package-list li {
        margin-bottom: 12px;
        font-size: 14px;
    }

    /* Inner Responsive start*/
    .spacing-mt {
        margin-top: 40px;
    }

    .spacing-mtb {
        margin:40px 0;
    }
}

/* // Medium devices (tablets, Grater than 992px) */
@media (min-width: 992px) {
    .chat-icon {
        display: none !important;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .info-header {
        display: none;
    }

    .header-btn {
        display: none;
    }

    .chat-icon {
        margin-right: 12px;
    }

    .chat-icon img {
        /* width: 24px; */
    }

    .brand-logo img {
        width: 154px;
        height: auto;
    }

    .icon-box {
        margin-bottom: 20px;
    }

    .image-text-box {
        margin-bottom: 20px;
    }

    .package-holder {
        margin-bottom: 20px;
    }

    .wc-icon-box {
        margin-bottom: 20px;
    }
    .wc-icon-box-pkg{
        margin-bottom: 20px;
    }
    .test-rft {
        display: none;
    }

    .test-lft {
        display: none;
    }

    /* New Responsive  */
    .ic-list-item {
        margin-bottom: 20px;
    }

    .icon-list {
        font-size: 14px;
    }

    .sec-img-1 {
        margin-bottom: 20px;
    }

    .spacing-ptb {
        padding: 30px 0;
    }

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

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

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

    .package-price-holder {
        position: absolute;
        right: 0;
        top: 80px;
    }

    #footer p,
    #footer,
    #footer a {
        font-size: 12px;
    }

    .package-list li {
        margin-bottom: 12px;
        font-size: 14px;
    }

    /* Inner Responsive start*/
    .spacing-mt {
        margin-top: 30px;
    }

    .spacing-mtb {
        margin: 30px 0;
    }
    .qualifices-sec .qualifi-box {
        padding:50px 35px;
    }
    .pricing-table-sec tr td {
        font-size: 12px;
    }
    .cta-sec:before {
    display: none;
    }
    .contact-section .contact-info .info-icon i {
        margin-top: 0;
    }

}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    /* New Responsive  */
    .ic-list-item {
        margin-bottom: 20px;
    }

    .icon-list {
        font-size: 14px;
    }

    .sec-img-1 {
        margin-bottom: 20px;
    }

    .spacing-ptb {
        padding: 30px 0;
    }

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

    .icon-boxes:after {
        display: none;
    }

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

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

    .package-price-holder {
        position: absolute;
        right: 0;
        top: 60px;
    }

    #footer p,
    #footer,
    #footer a {
        font-size: 12px;
    }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}


.tabs-content>.is-active {
    display: block;
}
.tabs-content>* {
    display: none;
}

.addon-pack-selection {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media(max-width:991px){
    .addon-pack-selection {
        position: relative;
    }
}
.addon-pack-selection h6 {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
}
.addon-pack-selection h6 span {
    background-color: #d30029;
    padding: 0px 6px;
    color: #fff;
    line-height: 1.4;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}
.addon-pack-selection .radio-bx {
    display: flex;
    align-items: center;
}
.addon-pack-selection .radio-bx input {
    margin-right: 5px;
}
.addon-pack-selection .radio-bx label {
    margin: 0;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
}
.addon-pack-selection .radio-bx a {
    font-weight: 700;
    color: #000;
    text-decoration: underline !important;
}
.addon-pack-selection a {
    font-weight: 700;
    color: #000;
}
.pack-height {
    min-height: 600px;
    max-height: 100%;
}
.pack-height.sm {
    height: 400px;
    position: relative;
    z-index: 9;
}
.pack-height.lr {
    height: 800px;
}
.fs-25 {
    font-size: 25px !important;
}
.addon-main {
    height: 240px;
    position: relative;
}
@media(max-width:991px){
    .addon-main {
        height: auto;
    }
}
.addon-list {
    padding: 20px;
}
.addon-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.addon-list li div {
    display: flex;
    align-items: center;
    flex: 1;
}
.addon-list li div p {
    margin: 0;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    justify-content: space-between;
    
}
.addon-list li div p i {
    color: red;
    margin: 0;
}
.addon-list li div i {
    color: #d30029;
}
.addon-list li span {
    color: #d30029;
    font-weight: 600;
    font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
    flex: 0 0 35%;
    max-width: 35%;
}


.form-control.error-field{
    border-color: red !important;
}

.successmsg {
    padding: 5px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    background-color: #28a71a;
    color: #fff;
    margin: 10px 0 0 0;
    display: none;
}


