/**
* 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;
}
img.img-fluid {
    width: 100%;
}

:root {
    --primary-color: #854BDB;
    --secondary-color: #FFA401;
    /* --section-bg-color: #feeeee; */
    --bg-light-blue: #eaf0ff;
    --body-font-color: #181617;
    --white-color: #ffffff;
    --black-color: #000000;
    --heading-colors: #162231;
    --light-bg: #feefee;
    --footer-bg: #0b0916;
    --text-light: #3C3939;
    --text-light-2: #444247;
    --yellowcolor: #fedc65;
    --innersubtitle: #0c043d;
    --titlecolor1: #081946;
    --footertext:#414759;

}

.section-spacing {
    padding: 70px 0;
}

.sect .banner-list li::before {
    content: "\f058";
    font-family: 'FontAwesome';
    color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
}



body {
    font-family: 'Inter', sans-serif;
    color: var(--body-font-color);
    overflow-x:hidden;
}

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
--------------------------------------------------------------*/
.box{
    display: flex;
    align-items: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    max-width: 250px;
    padding: 8px 8px;
}
.box-span{
    font-weight: 600;
}
.back-to-top {
    position:fixed;
    visibility:hidden;
    opacity:0;
    left:15px;
    bottom:15px;
    z-index:99999;
    background: var(--primary-color);
    width:40px;
    height:40px;
    border-radius:4px;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -o-transition:all 0.4s;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height:40px;
}

.back-to-top:hover {
    background: var(--secondary-color);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
    text-align: center;
}

/* Buttons */
.top-bar {
    background:linear-gradient(216.94deg, #6336C7 -0.74%, #A882FC 86.69%);
    padding:10px 0;
    margin-bottom:10px;
    overflow: hidden;
}

.top-bar .phone-top {
    display: flex;
    align-items: center;
}

.top-bar .tp-right {
    display: flex;
    justify-content: end;
}

.top-bar .phone-top .phone-top-text span {
    display: block;
    color: var(--white-color);
    font-size: 12px;
    text-transform: uppercase;
}

.top-bar .phone-top .phone-top-icon {
    margin-right: 5px;
}
.top-bar .phone-top .phone-top-icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.top-bar .phone-top .phone-top-text a {
    font-family: 'Poppins';
    color: var(--white-color);
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
}

.marqueec {
    font-family: 'Poppins';
    color: var(--white-color);
    font-size: calc(13px + (17 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: normal;
    white-space:nowrap;
    margin: 0;
}
.marqueec a {
    font-family: 'Poppins';
    color: var(--white-color);
    font-size: calc(13px + (17 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: bold;
}
.marqueec:hover{
    animation-play-state: paused;
}

@keyframes marquee{
    0%{transform: translateX(100%);}
    100%{transform: translateX(-100%);}
}

@media (prefers-reduced-motion: no-preference) {
    .marqueec{
        animation: marquee 25s linear infinite;
        -moz-animation: marquee 25s linear infinite;
        -webkit-animation: marquee 25s linear infinite;
        -o-animation: marquee 25s linear infinite;
        -ms-animation: marquee 25s linear infinite;
    }
}


.zoom-in-out-box {
    background: #f50057;
    animation: zoom-in-zoom-out 30s ease infinite;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
      }
    100% {
      transform: scale(1, 1);
    }
  }


.blink {
                animation: blinker 1.5s linear infinite;
                color: White;
                font-family: sans-serif;
            }
            @keyframes blinker {
                50% {
                    opacity: 0;
                }
            }
.btn {
    text-decoration: none;
}
.btn:hover {
    text-decoration: none;
}
.btn-white {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    background-color: var(--secondary-color);
    padding: 14px 60px;
    display: inline-block;
    color: var(--white-color);
    margin-bottom: 14px;
    margin-right: 10px;
    border:0;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    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(--primary-color);
    color: var(--white-color);
    border: transparent;
    text-decoration: none;
    
}
.btn-white:focus {
    background-color: var(--primary-color);
    color: var(--white-color);
    border:0;
    text-decoration: none;
}
.btn-secondary {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    background:var(--secondary-color)!important;
    padding:14px 26px;
    display:inline-block;
    color:var(--black-color);
    margin-bottom:14px;
    border-radius: 45px !important;
    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:0;
    box-shadow: 2px 4px 4px 1px rgb(0 0 0 / 24%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-transform: uppercase;
}

.btn-secondary:hover {
    background:var(--primary-color)!important;
    color:var(--white-color)!important;
    text-decoration: none;
}

.btn-chat {
    margin-left: 30px;
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    background: transparent !important;
    padding: 14px 26px;
    display: inline-block;
    margin-bottom: 14px;
    border-radius: 45px !important;
    border: 1px solid var(--primary-color) !important;
    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:0;
    box-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-chat:hover {
    background:var(--primary-color)!important;
    color:var(--white-color)!important;
    text-decoration: none;
}

.start-now {
    width: auto;
    display: inline-flex;
    align-items: center;
    background-color: var(--secondary-color);
    color: white;
    max-width: 580px;
    padding: 5px 7px 5px 20px;
    border: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-bottom: 15px;
}

.start-now:hover{
    color: black;
    cursor: pointer;
}

.start-now .cirle {
    background-color: white;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 0;
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-now .cirle svg {
    margin-right: 3px;
    fill: white;
    /* margin-left: -16px; */
}

.btn-secondary:focus {
    box-shadow: none !important;
    background:var(--primary-color)!important;
    color:var(--black-color)!important;
    text-decoration: none;
}

/* Buttons End */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-content .index-modal{
   border: 0!important;
   border-radius: 15px!important;
   -webkit-border-radius: 15px!important;
   -moz-border-radius: 15px!important;
   -ms-border-radius: 15px!important;
   -o-border-radius: 15px!important;
}
.modal-open {
    padding-right:0!important;
}
.index-modal{
    background-color: white !important;
}
.modal-content {
    background-color:transparent;
    border:0;
    
    
}
.modal-body {
    /*background-image: url(/assets/img/popup-bg.webp);
    */background-color: var(--primary-color);
    /*background-repeat: no-repeat;
    background-size:cover;
    */padding:20px 30px;
    border:0;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
}
.modal-body .header-form input{
    background-color:var(--white-color);
    color:var(--titlecolor1) ;
    border:0;
}
.modal-body .header-form input:focus,
.modal-body .header-form input:active{
    background-color:var(--white-color);
    color:var(--titlecolor1) ;
    border:0;
}
.modal .btn-close{
    filter: brightness(0) saturate(100%) invert(100%) sepia(61%) saturate(15%) hue-rotate(243deg) brightness(103%) contrast(100%);
  
}

#header {
    transition: all 0.5s;
    /* z-index: 997; */
    background-color: var(--bg-light-blue);
    /* padding-bottom: 20px; */
    /* border-bottom: 2px solid #a1a1a1; */
}

#header.header-scrolled {
    padding-bottom:10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    /* background-color:var(--primary-color); */
    background-color:var(--white-color);
    /* padding-top:10px; */
}

#header.header-scrolled .top-bar {
    display: none;
}

#header.header-scrolled .top-bar-right {
    display: none !important;
}

#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;
    display:flex;
}

.ctm-holder {
    display: flex;
    justify-content: end;
    align-items: center;
}

.ctm-holder .email {
    border-right: 1px solid #545967;
    margin-right: 20px;
    padding-right: 20px;
}

.navbar a,
.navbar a:focus {
    display:flex;
    align-items:center;
    justify-content: space-between;
    padding:10px 0 10px 20px;
    font-size:15px;
    color:var(--black-color);
    white-space: nowrap;
    transition:0.3s;
    font-weight:400;
    text-transform:capitalize;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    text-decoration: none;
}

.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(--black-color);

}



.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: var(--primary-color);
    box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    color: var(--white-color);
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #fff;
}

.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(--white-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:var(--black-color);
    font-size:30px;
    cursor:pointer;
    display:none;
    line-height:0;
    transition:0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

.mobile-nav-toggle.bi-chevron-down {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
    .navbar-mobile ul .dropdown a {
        text-decoration: none;
        width: 100%;
    }
}

.navbar-mobile {
    position: fixed!important;
    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: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    width: 270px;
}

.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: 0;
    width: 100%;
    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: #fff;
    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);
}



.tt-agent {
    margin-right: 0;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.phone-top {
    margin-right: 10px;
}

.tt-agent a {
    color: var(--white-color);
}

/* Header End */
/* Home Page Css start */
/* Main Banner Start */
.home-banner {
    background: radial-gradient(76.48% 77.8% at 75.76% 32.28%, rgba(230, 239, 250, 0) 0%, #DFEEF9 100%);
    position: relative;
    /*min-height: 1180px;*/
    padding: 120px 0 60px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    z-index: 999;
}

.landing-page::before {
    content:"";  
    background-image: linear-gradient(55deg, #854bdbcc 54%, #f5f5f500 50%), url('/assets/img/banner/banner.png');
    background-repeat:no-repeat; 
    background-size:cover;
    /* width:100%;
    height:100%; */
    width:100vw;
    height:58vw;
    position: absolute;
    bottom: 0;
    left:0;    
    z-index:-1;
}
/* .home-banner::before {
    content:"";  
    background-image:url('/assets/img/banner/main-shape.png');
    background-repeat:no-repeat; 
    background-size:cover;
    width:100vw;
    height:48vw;
    position: absolute;
    bottom: 0;
    left:0;    
    z-index:-1;
} */
/* .home-banner .main-left-content{
    max-width:900px;
    margin:0 auto ;
} */

 .home-banner .main-right-img img{
    right: 0;
    top: 0;
    max-width: 50vw;
    bottom: 0;
    margin: auto;
    z-index:-2;
 } 




.home-banner h1 {
    font-size: calc(22px + (48 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    color: var(--white-color);
    margin-bottom:25px;
}

.home-banner h1 span {
    color: var(--secondary-color);
}
.home-banner h4 {
    font-size: calc(20px + (31 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: 25px;
}
.home-banner h6 {
    font-size: calc(16px + (28 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--secondary-color);
    margin: 25px 0;

}
.home-banner h6 a {
    color: var(--primary-color);
    margin: 0 10px;
}
.home-banner .banner-list {
    padding: 0;
}
.home-banner .banner-list li {
    list-style: none;
    font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:var(--white-color);
    margin-bottom:15px;
    padding-left:0px;
    position:relative;
}
.main-right-img {
    background-color: #fff;
}

.main-right-img p {
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 20px;
    background-color: #854bdb;
    line-height: 30px;
    color: #fff;
}
.main-right-img p span {
    font-weight: 700;
}

fieldset.header-form {
    padding: 10px;
}

.home-banner .banner-list li img {
    max-width: 30px;
    margin-right: 20px;
}
/* .home-banner .banner-list li::before {
    content: "\f058";
    font-family:'FontAwesome';
    color: var(--primary-color);
    /* background-image: url('/assets/img/icons/right-angle.png');
    background-repeat: no-repeat; */
    /* width:25px;
    height:25px; */
    /* position:absolute;
    top:0;
    left:0;
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
  
} */

h3.search_over {
    font-size: 45px;
    color: #000;
    font-weight: 600;
}

em.font-italic {
    font-style: italic;
    font-weight: bolder;
    color: #765aa5;
}

.search_bar {
    display: flex;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    align-items: center;
    overflow: hidden;
    padding: 0 0 0 6px;
}

.search_bar input {
    display: inline-block;
    border: 0;
    height: 48px;
    width: 85%;
    border-right: #854BDB solid 4px;
    margin-right: 10px;
    
}


.search-container button {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    padding: 15px 40px;
    display: inline-block;
    color: var(--black-color);
    margin-bottom: 14px;
    margin-right: 10px;
    border: 0;
    -webkit-transition: 0.5s ease-in-out;
    background-color: #ffa401;
    border-radius: 10px;
}
.search_bar span{
    max-width: 9%;
    display: inline-block;
}
.search_bar img {
    width: 100%;
}


.search-container input {
    width: 92%;
    border: 0;
    padding: 15px 15px;
    margin: 0 0px 0px 0px;
}

.background-arrow {
    background-image: url(/assets/img/icons/arrow.webp);
    background-size: contain;
    background-position: 30% 10%;
    background-repeat: no-repeat;
    padding: 50px 0px;
    border-radius: 10px;
}

.background-arrow .hppy-box .hppy-icon_next {
    margin: 0 auto;
    background-color: var(--secondary-color);
    width: 100px;
    min-height: 100px;
    border: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-arrow .hppy-icon_next img {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 50px;
}

.home-banner .banner-form {
    background-color: #ffffff40;
    /*padding:20px 25px;*/
}
.home-banner .banner-form input {
    background-color: var(--white-color);
    border: 0;
    height: 50px;
    padding: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.home-banner .banner-form input:focus {
    background-color: var(--white-color);
}
.home-banner .banner-form input:hover {
    background-color: var(--white-color);
}
.home-banner .banner-form .js-submit {
    border-radius: 50px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
/* main Banner End */
/* Home Sec1 Banner Start */
.home-sec1 {
    position: relative;
}
/*.home-sec1::before {*/
/*    content:"";  */
/*     background-image:url('/assets/img/shapes/section-left-shape.png'); */
/*    background-repeat:no-repeat; */
/*    width:506px;*/
/*    height:100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;    */
/*    z-index:-1;*/
/*}*/
/*.home-sec1::after {*/
/*    content:"";  */
/*    background-image:url('/assets/img/shapes/section-right-shape.png');*/
/*    background-repeat:no-repeat; */
/*    width:476px;*/
/*    height:600px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right:0;    */
/*    z-index:-1;*/
/*}*/
.home-sec1 h2 {
    font-size: calc(45px + (37 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    color:var(--black-color);
}
p.read_to_learn {
    margin-top: 20px;
    padding-bottom: 30px;
    font-size: calc(25px + (17 - 12) * ((100vw - 300px) / (1920 - 300)));
}
.background-image {
    background-image: url('/assets/img/carousel-background.webp');
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #dee6e8;
    padding: 25px 0px;
    position: relative;
    border-radius: 10px;
}
img.qoutatuion_mark {
    max-width: 100px;
    position: absolute;
    top: -30px;
    left: 30px;
}
.container_carousel {
    margin-top: 30px;
}
div#myCarousel .carousel-inner>.item {
    padding: 30px 70px 0px;
}
.carousel-inner .item p.carousel-text {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000;
}
.carousel-inner .carousel-caption {
    position: initial;
    text-align: left;
}
.carousel-inner .carousel-caption p {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 5px;
}
.carousel-inner .carousel-caption p span {
    font-style: inherit;
    font-weight: 100;
}
.carousel-inner .carousel-caption img {
    max-width: 80px;
}
div#myCarousel .carousel-control.left {
    background-image: linear-gradient(to right,rgb(0 0 0 / 0%) 0,rgb(0 0 0 / 0%) 100%);
    opacity: 1;
}
div#myCarousel a.left-control {
    left: 75%;
}
div#myCarousel .carousel-control {
    top: 85%;
}
div#myCarousel .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev, div#myCarousel a.right-control span.glyphicon-chevron-right {
    font-size: 25px;
    background-color: #f5a12a;
    padding: 1px;
}
div#myCarousel .carousel-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgb(0 0 0 / 0%) 100%);
    opacity: 1;
}

div#myCarousel .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev, div#myCarousel a.right-control span.glyphicon-chevron-right {
    font-size: 25px;
    background-color: #f5a12a;
    padding: 1px;
}

.home-sec2 {
    position:relative;
    min-height:450px;
}
.home-sec2::before {
    content:"";  
    background-image:url('/assets/img/shapes/section-left-shape.png');
    background-repeat:no-repeat; 
    width:506px;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;    
    z-index:-1;
}

.home-sec2::after {
    content:"";  
    background-image:url('/assets/img/shapes/section2-right-shape.png');
    background-repeat:no-repeat; 
    width:354px;
    height:222px;
    position: absolute;
    bottom: 0;
    right:0;    
    z-index:-1;
}
.left-dbg::before {
    content:"";  
    background-image:url('/assets/img/shapes/section-left-shape.png');
    background-repeat:no-repeat; 
    width:506px;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;    
    z-index:-1;
}
/* .home-sec1 .home-img1{
    position:relative;
}
.home-sec1 .home-img1 img{
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.24)
} */
.hppy-box {
    /* border-right:1px solid #bfbfbf;
        width: 320px;
    */
    text-align: center;
    background-color: white;
    height: 100%;
    box-shadow: 0px 2px 10px #00000059;
    border-radius: 2em;
    padding: 20px;
    transition: all ease-in-out 0.3s;
}
.hppy-box :hover{
        padding: 4px;
        border-radius: 0;
    }

    .hppy-box .hppy-icon {
        margin: 0 auto;
        background-color: var(--secondary-color);
        width: 100px;
        min-height: 100px;
        border: 0;
        border-radius: 0px 35px 35px 35px;
        /*margin: 0 auto;*/
        padding: 30px 10px;
        line-height: 1;
        position: relative;
        margin-bottom: 10px;
        font-size: 45px;
        color: #fff;
        font-weight: 600;
    }
.hppy-box .hppy-icon:hover {
    border-radius: 10px 55px 35px 55px;
    -webkit-border-radius: 10px 55px 35px 55px;
    -moz-border-radius: 10px 55px 35px 55px;
    -ms-border-radius: 10px 55px 35px 55px;
    -o-border-radius: 10px 55px 35px 55px;
    /*margin: 0 auto;*/
    padding: 20px 5px;
}
.hppy-box .hppy-icon2 {
    background-color: var(--secondary-color);
    width:172px;
    min-height:116px;
    border: 0;
    border-radius: 0px 35px 35px 35px;
    -webkit-border-radius: 0px 35px 35px 35px;
    -moz-border-radius: 0px 35px 35px 35px;
    -ms-border-radius: 0px 35px 35px 35px;
    -o-border-radius: 0px 35px 35px 35px;
    /*margin: 0 auto;    */
    padding:20px 20px;
    line-height:60px;
    position: relative;
    font-weight: 600;
    font-size: 50px;
    text-transform: capitalize;
    color:var(--white-color);
    text-align:center;

}
.hppy-box .hppy-icon2:hover {
    border-radius: 10px 55px 35px 55px;
    padding: 20px 10px;
}
.hppy-box .hppy-icon img{
    position:absolute;
    bottom:0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hppy-box .hppy-text {
    margin-top: 0;
    text-align: -webkit-center;
    transition: all ease-in-out 0.3s;
}
.hppy-box .hppy-text span {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    color:var(--titlecolor1);
    line-height: 1;
    margin-bottom: 10px;
}
.hppy-box .hppy-text label {
    font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight:bold;
    color:var(--titlecolor1);
    margin-bottom:7px;
    
}
.hppy-box span {
    display:block;
    font-size: calc(20px + (29 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:var(--white-color);
}
.hppy-box label {
    display:block;
    font-family: 'Cardo', serif;
    font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:var(--white-color);   
}
.hppy-box p{
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight:400;
    color:#494848;    
    max-width:370px;
    margin-bottom: 0;
}
.sliver-sec {
    padding:120px 0;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    /* min-height:1200px; */
    /*display:flex;
    align-items:center;*/
}
.sliver-sec .inner-bg{
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.26);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 1);
    display:flex;
    align-items:center;
    padding-left:40px;    
}
.sliver-sec .inner-bg label{
    font-size: calc(23px + (32 - 23) * (100vw - 320px) / (1920 - 320));
    font-weight:600;
    color:var(--secondary-color);

}
.sliver-sec .sli-box-img{
    display:flex;
    justify-content:end;
}
.sliver-sec .sli-box-img img{
    width:100%;
}
.sliver-sec .inner-bg h2{
    padding-top: 25px;
    font-size: calc(23px + (37 - 23) * (100vw - 320px) / (1920 - 320));
    font-weight:600;
    color:var(--white-color);
    text-shadow: 3px 5px 4px rgba(0, 0, 0, 0.25);
}
.sliver-sec .inner-bg h2 span{
    background-color:var(--primary-color);
    padding:2px 8px;
        
}
.sliver-sec .inner-bg h3 span{
    background-color:var(--primary-color);
    padding:2px 8px;
        
}
.sliver-sec .inner-bg span {
    font-size: calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight:600;
    color:var(--white-color);
    margin-bottom:10px;
    
}
.sliver-sec .inner-bg span.sty2 {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
}
.sliver-sec .inner-bg p{
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight:400;
    color:var(--white-color);
}
.sliver-sec .inner-bg .sli-box{
    text-align:center;
    margin:0 auto;
}
.sliver-sec .inner-bg .sli-box .sli-icon{
    display:block;
}
.servic-section{
    position: relative;
}
.service-ctm {
    min-height:300px;
    margin-bottom:20px;
    background: #F3F3F3;
    padding: 20px;
    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-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    overflow: hidden;
    width:100%;
}
.service-ctm h5{
    color: var(--black-color);
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight:600;
}
.service-ctm:hover h5{
    color: var(--white-color);
}
.service-ctm p{
    display:none;
    color: var(--white-color);
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight:400;
}
.service-ctm:hover p{
    display: block;
}
.service-box {
    /* display:flex; */
    display:grid;
    align-items:flex-end;
    min-height:250px;
    width:100%;  
}
.service-box div{
    width:100%;
}
.service-ctm:hover{    
    background:var(--primary-color);
    padding:5px 15px;
    width:100%;
}
.service-ctm:hover p{
    height:150px;
    overflow:none;
}
.serv-img-icon{
    /* 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; */
    margin-bottom:20px;
    text-align: center;
    visibility: visible;
 
}

.service-ctm:hover .serv-img-icon{
  height:0px;
  width:0px;
  /* opacity:0; */
  visibility: hidden;
  /* animation: shimmy 0.5s;
  -webkit-animation: shimmy 0.5s;
  animation-direction: alternate; */
}
@keyframes shimmy {
    0% {
      opacity: 1;
}
    100% {
      opacity: 0;
}
  }
.slide-link{
    display:block;
    text-align:right;
}
.service-ctm:hover .slide-link svg path{
    fill: #fff;
}

.purplebg{
    position: relative;
    background-repeat:no-repeat;
    background-size: cover;
    padding:130px 0;
}

.purplebg h2{
    font-size: calc(22px + (37 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color:var(--white-color);
    margin-bottom: 10px;
}

.purplebg p{
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color:var(--white-color);
}


/* Steps Box */
.step-box-ctm{
    margin-bottom:30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.step-no-holder {
    width:125px;
    height:125px;
    border-radius: 50px 50px 0 0px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin: 0 auto; */
    /* background: rgba(255, 255, 255, 0.26); */
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 1); */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 253, 253, 0.068) 100%);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.17);
    backdrop-filter: blur(33px);
    margin-bottom: 20px;
    color: #fff;
    border-radius:50px 50px 0 0;
    -webkit-border-radius:50px 50px 0 0;
    -moz-border-radius:50px 50px 0 0;
    -ms-border-radius:50px 50px 0 0;
    -o-border-radius:50px 50px 0 0;
}

.step-no-holder h2{
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 51px;
    font-weight: 400;    
    margin: 0 auto;
}
.step-no-holder span{
    display: block;
    text-transform: uppercase;
    font-size:23px;
    font-weight:600;    
    text-align: center;
}
.step-title{
    font-size:calc(15px + (21 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--white-color);
}
/* Steps Box End*/
/* Home Sec1 Banner Start */
.common-title {
    font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: var(--black-color);
    margin-bottom: 10px;
}
.home-sec1 .common-title {
    margin-top: 10px;
    /*margin-bottom: 50px;*/
    color: var(--black);
    font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    line-height: 1.2;
}

.home-search {
    padding: 50px 0;
}

.common-title span {
    color: var(--secondary-color);
}

.common-text {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--text-light-2);
}

.tm-registration-sec {
    position: relative;
    background-color: var(--light-bg);
}

/* Home page Css End */


/* Amazon Page Css Start */
.purplebg h1{
    font-size: calc(26px + (57 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    color: var(--secondary-color);
}
.purplebg h1 span{
    color:var(--white-color);
}
.extra-font{
    font-size: calc(32px + (80 - 32) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    color: var(--secondary-color);
    line-height: 1;
    margin-bottom:15px;
}
/* Amazon Page Css End */

/* Company Formation Page Css Start */
.ccrop-sec{
    position:relative;
}
.ccrop-sec img{
    width:100%;
}
.ccrop-sec .ccrop-box{
    max-width:700px;
    margin:0 auto;
}
/* Company Formation Page Css End */

/* Spacings */
.spacing-ptb {
    padding:90px 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 */
/* Inner-Icon-Sec  End */
.inner-customer {
    background-color: #fff;
}
.inner-customer .container {
    background-color: transparent;
}
.cta-sec .cta-ib p {
    color: var(--white-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;
    background-image: url(/assets/img/contant-form.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px;
}
.contact-section .form-box .frm-btn {
    padding: 15px 70px;
}
.contact-section .form-box input {
    border: 1px solid rgb(77, 78, 78);
    border-radius: 10px;
    background-color: transparent;
    height: 53px;
    margin-bottom: 5px;
    width: 100%;
    padding: 8px 10px;
}
.contact-section .form-box h3 {
    font-size: calc(22px + (36 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: var(--innersubtitle);
    margin-bottom: 5px;
}

.contact-section .form-box textarea {
    border: 1px solid rgb(77, 78, 78);
    border-radius: 10px;
    background-color: transparent;
    height: 162px;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px;
}

.contact-section .contact-info {
    margin-bottom: 25px;
}

.contact-section .contact-info .info-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contact-section .contact-info label {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: var(--primary-color);
    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: var(--primary-color);
    margin-right: 15px;
    margin-top: 5px;
}
.contact-section .contact-info .info-icon a,
p {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    color: #404040;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.js-submit {
    border-radius: 50px !important;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
}
/* Contact Page  End */
/* Trademark Section HOme */
/* Trademark Section HOme End */

.packages-section {
    position: relative;
}
/* .packages-section::before {
    content:"";  
    background-image:url('/assets/img/shapes/package-left-shape.png');
    background-repeat:no-repeat; 
    width:318px;
    height:626px;
    position: absolute;
    top:0;
    left:0;    
    z-index:-1;
}

.packages-section::after {
    content:"";  
    background-image:url('/assets/img/shapes/package-right-shape.png');
    background-repeat:no-repeat; 
    width:343px;
    height:567px;
    position: absolute;
    bottom: 0;
    right:0;
    z-index:-1;
}
*/ 

.packages-section .popular-icon img {
    width: 45px;
    height: 150px;
    cursor: pointer;
    float: left;
    position: absolute;
    left: -25px;
    top: 50px;
}
.packages-section h2 {
    font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: bold;
    color: var(--title-color);
    margin-bottom: 0;
}
/*.packages-section p {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--black-color);
    margin-bottom: 15px;
}*/
.package-header {
    margin: 0 auto;
    position: relative;
    padding: 10px 12px;
    border: 0;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    /* background-color:var(--primary-color); */
}
/* .package-holder:hover .package-header {
    background-color: var(--primary-color);
} */

/* .package-title {    
    font-family: 'Poppins';
    font-size:28px;
    // font-size: calc(30px + (48 - 30) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    padding:10px 0;
    text-transform:uppercase;
    color: var(--black-color);
    margin:0 ;
} */
.package-title {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 800;
    padding: 10px 0 0;
    text-transform: capitalize;
    color: var(--black-color);
    margin: 0;
}
.brand-logo {
    padding-bottom: 2px;
}
h2.move_a_muscle {
    font-size: calc(32px + (37 - 22) * ((100vw - 300px) / (1920 - 300)));
}

.cmp-title {
    font-size:25px;
    font-weight:600;
}
#hensive .package-title {
    font-size:25px;
}
.package-holder label {
    font-size:calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--white-color);
    margin: 0;
}
.package-footer {
    margin-top:40px;
    padding-bottom:30px;
    border-top:1px solid #C0C0C0;
    padding-top:30px;
}
.package-price-holder {
    position: relative;
    padding: 15px;
    color: var(--primary-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package-price-holder {
    margin-bottom:25px;
    min-height:90px;
    display:block;     
    font-family: 'Poppins';
    background-color:var(--primary-color);
}
.package-price-holder span {
    display:block;
    font-size:15px;
    /* font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300))); */
    font-weight: 400;
    color: var(--body-font-color);
    line-height: 1;
}

.package-price {
    font-family:'Poppins';
    /* font-size: calc(32px + (46 - 32) * ((100vw - 300px) / (1920 - 300))); */
    font-size:46px;
    font-weight:600;
    color:var(--white-color);
    /* line-height: 1; */
    margin-bottom: 0;
}
/* .package-holder:hover .package-price {
    color: var(--body-font-color);
} */

.package-holder {
    position: relative;
    box-sizing: border-box;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    text-align: center;
    margin-bottom: 60px!important;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 3px rgba(12, 36, 60, 0.18);
    border-radius: 32px;
    border: 2px solid transparent;
}
.package-holder .pck-btn {
    border:0;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    color:var(--white-color);
    padding:5px 15px;
    font-weight:400;
    background-color:var(--primary-color);
    text-transform:uppercase;

}
.package-holder:hover {
    /*background-color: var(--primary-color);   */
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    box-shadow: 0px 0px 27px 0px rgba(7, 7, 7, 0.22);
    cursor: pointer;
    border: 2px solid var(--primary-color);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.package-holder>.package-content {
    min-height: 200px;
    padding: 0 30px;
}

.package-holder:hover .pck-btn {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.package-list {
    list-style: none;
    height:300px;
    padding:0;
    overflow-y:auto;
    scroll-behavior:smooth;
}

.package-list strong {
    font-weight: 600;
}

.package-list li {
    font-size:calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:var(--black-color);
    margin-bottom: 15px;
    text-align:center;
    position:relative;

}
#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-7::-webkit-scrollbar {
    width: 5px;
    background-color #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(264,164, 1)),
            /* color-stop(0.72, rgb(254,239,238)), */
            color-stop(0.85, rgb(133,75, 219)));

}

/* 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;
    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 */

/*Testimonials Section*/
.testimonials-sec{
    position:relative;
}
.testimonials-sec::before {
    content:"";
    background-image:url('/assets/img/testimonials/testimonial-before1.png');
    background-repeat:no-repeat;
    width:192px;
    height:148px;
    position:absolute;
    top:24%;
    left:0;
    right:0;
    margin-right:auto;
    margin-left:auto;
    z-index:8;
    opacity:0.5;
}

.slide-testimonials p{
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    font-style: italic;
    font-weight:400;
    color: #8285A5;    
    margin-bottom:40px!important;
    position: relative;
}

.slide-testimonials {
    /* max-width:600px;*/
    padding:30px 40px 25px 40px;
    border-radius:18px;
    background: #FFFFFF;
    border:1px solid rgba(120, 86, 200, 0.56);
    border-radius:51px;
    -webkit-border-radius:51px;
    -moz-border-radius:51px;
    -ms-border-radius:51px;
    -o-border-radius:51px;
    position:relative;
    z-index:99;
    margin-bottom:15px!important;
}
.next-prev-btn{
    position: relative;
    text-align: center;
}

.info-holder {
    display:flex;
    align-items:center;
    background: #FFFFFF;
    border: 1px solid #FF8D6B;
    border-radius:58px;
    -webkit-border-radius:58px;
    -moz-border-radius:58px;
    -ms-border-radius:58px;
    -o-border-radius:58px;
    max-width:230px;
    margin:0 auto;
    padding:5px;
}
.info-img img{
    width:54px;
    height:54px;
    margin-right:15px;
}
.name-desc h5 {
    display:block;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight:500;
    margin:0;
    color:var(--black-color);
}
.name-desc span {
    display:block;
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight:400;
    color: #8A8A8A;
}
.slick-vertical .slick-slide {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.slide-testimonials{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.item-slick-slide{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
/* .slick-current.slick-active .slide-testimonials span{
    color: var(--primary-color);
} */

/*Testimonials Section End*/
/* About Page Css Start */

/* About Page Css End */
/* Footer */
#footer {
    /* background-color: var(--primary-color); */
    padding-top:20px;
    padding-bottom: 0;
}
#footer p,
#footer,
#footer a {
    color:var(--footertext);
    font-size:15px;
    font-weight: 400;
}
#footer h5 {
    color:var(--black-color);
    font-size:20px;
    font-weight:600;
    margin-bottom:30px;
}
#footer h6 {
    color:var(--white-color);
}
ul.foo-links {
    list-style: none;
    padding-left: 0;
}
ul.foo-links li {
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 400;
}
ul.foo-links li a {
    list-style: none;
    padding-left: 0;
    color:var(--white-color);
    /* 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: var(--secondary-color);
    margin-right: 13px;
    font-size: 18px;
}
.foo-infobox-holder p {
    margin-bottom: 0;
}
.footer-top {
    padding-bottom: 10px;
}
.copyright {
    /* border-top: 1px solid #292830; */
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 10px;
}
.copyright p {
    font-size: 14px;
    font-weight: 400;
    color: #919192;
    text-align: center;
    margin-bottom: 10px;
}
.privacy {
    padding: 0;
}
.privacy li {
    list-style: none;
    padding: 0 10px;
    border-right: 1px solid #919192;
    margin: 0 auto;
    display: inline;
}
.privacy li a {
    font-size: 14px;
    font-weight: 400;
    color: #919192;
}

/* Footer End*/
/* CTA 2 */
.cta-2-sec {
    position: relative;
    /* bottom:-200px;
    padding: 0;
    margin-top:-160px; */
    padding-top:70px;
    padding-bottom:50px;
}
.cta-2-spacing {
    padding:90px 50px;
    background-image:url('/assets/img/trademark function.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    max-width:1150px;
    /* min-height:480px; */
    margin:0 auto;
    display:flex;
    align-items: center;
    position:relative;
    border:0;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    -ms-border-radius:35px;
    -o-border-radius:35px;
    z-index:99;     
}
.cta-2-space {
    padding:90px 0px;
    /*max-width:1150px;*/
    /* min-height:480px; */
    margin:0 auto;
    display:flex;
    align-items: center;
    position:relative;
    border:0;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    -ms-border-radius:35px;
    -o-border-radius:35px;
    z-index:99;     
}
/*.cta-2-spacing::before {*/
/*    content:"";*/
/*    background-image:url('/assets/img/shapes/ctm-left.png');*/
/*    background-repeat:no-repeat;*/
/*    width:123px;*/
/*    height:123px;*/
/*    position: absolute;*/
/*    left:20px;*/
/*    bottom:20px;*/
/*    z-index:-1;*/
/*}*/
/*.cta-2-spacing::after{*/
/*    content:"";*/
/*    background-image:url('/assets/img/shapes/ctm-right.png');*/
/*    background-repeat:no-repeat;*/
/*    width:123px;*/
/*    height:123px;*/
/*    position: absolute;*/
/*    right:20px;*/
/*    top:20px;*/
/*    z-index:-1;*/
/*}*/
.cta-2-spacing h4 {
    font-size: calc(24px + (31 - 24) * ((100vw - 300px) / (1920 - 300)));
    color: var(--white-color);
    font-weight:600;
    line-height: 45px;
}
.cta-2-spacing h4 span{
    background-color:var(--primary-color);
    padding:2px 5px;
}
.cta-2-spacing p{
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    color: var(--white-color);
    font-weight:400;
    margin-bottom:20px;
    max-width:800px;
    margin:0 auto;
}
.cta-2-sec .ctm-btn {
    border:0;
    border-radius:30px !important;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    color:var(--white-color);
    padding:15px 60px;
    font-weight: 500;
    background-color:var(--primary-color);
    text-transform:uppercase;
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
}
.cta-2-sec .ctm-btn:hover {
    background-color:var(--primary-color);
    color:var(--white-color);
}
/* CTA 2 End */
/* Faqs About us */
.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
}
.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;
    border: 0;
}
.accordion-body {
    background-color: var(--light-bg);
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
}
.accordion-header button {
    background-color: var(--light-bg);
    color: var(--body-font-color);
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(9%) hue-rotate(353deg) brightness(102%) contrast(105%);
}
.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(59%) sepia(39%) saturate(4452%) hue-rotate(325deg) brightness(99%) contrast(91%);

}
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
/* Faqs About us End*/
/*form check css*/
.pp-check {
    width: 16px !important;
    height: 16px !important;
    border: inherit;
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    box-shadow: none;
    border-bottom: 1px solid #ccc !important;
}
    .pp-check:focus-visible{
        outline:none !important;
    }
.form-check-input.pp-check:checked[type=checkbox] {
    background-color: #854bdb !important;
    outline: none;
}
.pp-check-2{
    background-color:white !important;
}


.pp-check:focus {
    outline: none !important;
}
.ctm-form-check{
    font-size:12px;
    font-weight:300;
    color:#333;
}
    .ctm-form-check a {
        color: #854bdb;
    }
    /*form check css*/
    /* review box */
    .review-box {
        padding: 50px 47px;
        background-color: var(--light-green);
        border-radius: 30px;
    }





/* review box End */
/*Pricing Table Styling  */

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width:1399.98px) {
    /*.home-banner {
        min-height:900px;
    }*/
    .slide-testimonials {
            max-width:550px;
     }
     /* .spacing-ptb {
        padding:75px 0;
    } */
    .navbar a, .navbar a:focus{
        font-size: 14px;
    }
    .navbar li a:hover{
        color: var(--primary-color);
        font-weight: 400;
        text-decoration: none;
    }
}
/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    /* New Responsive  */
    .home-banner .main-right-img{
        bottom: 0;
    }
    .top-bar {
        padding:7px 0;
        margin-bottom:20px;
    }
    .navbar a, .navbar a:focus {
        padding:10px 0 10px 12px;
        font-size:13px;
    }
    .info a, a:focus {
        float: left;
    }
    .navbar a:hover{
        color: var(--primary-color);
        font-weight: 600;
    }
    /* .navbar a span {
        display: block!important;
    } */
    .main-nav-item p {
        font-size: 12px;
    }
    .spacing-ptb {
        padding: 50px 0;
    }
    .spacing-pt {
        padding-top: 40px;
    }
    .spacing-mb {
        margin-bottom: 50px;
    }
    .spacing-pb {
        padding-bottom: 30px;
    }
    #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;
    }
    .package-holder label {
        left: 10px;
    }
    .package-holder .pck-btn {
        padding: 14px 25px;
        font-size: 14px;
    }
    /*.home-banner {
        min-height:800px;
        padding-bottom:0;
    }*/
    .package-holder>.package-content {
        padding: 0 10px;
    }
    /* New Responsive */
    /* .home-banner::before {
        display:none;
    } */
    .home-sec1::before{
        display:none;
    }
    .home-sec1::after{
        display:none;
    }
    .sliver-sec .inner-bg{
        padding-left:15px;
    }
    .purplebg {
        padding:70px 0; 
    }
    .home-sec2:before{
        display:none;
    }
    .home-sec2:after{
        display:none;
    }
    .hppy-box .hppy-icon2 {
        width:145px;
    }
}
/* // 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) {
    .slide-testimonials{
        max-width:100%;
    }
    .box{
        display: none !important;
    }
    .home-banner .caption,.caption-2{
        z-index: 2;
    }
   .package-holder {
        margin-bottom: 20px;
    }
    .wc-icon-box {
        margin-bottom: 20px;
    }
    .wc-icon-box-pkg {
        margin-bottom: 20px;
    }
    /* New Responsive  */
    .spacing-ptb {
        padding: 30px 0;
    }
    .spacing-pt {
        padding-top: 40px;
    }
    .spacing-mb {
        margin-bottom: 50px;
    }
    .spacing-pb {
        padding-bottom: 30px;
    }
    #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;
    }
    .pricing-table-sec tr td {
        font-size: 12px;
    }
    .cta-sec:before {
        display: none;
    }
    .contact-section .contact-info .info-icon i {
        margin-top: 0;
    }
    /* New Responsive Start */
    .home-banner {
        min-height: auto;
        padding-bottom: 70px;
    }
    .home-banner h1 {
        margin-bottom: 10px;
    }
    /* #footer {
        padding-top: 100px;
    } */
    .image-text-content {
        padding: 0;
        min-height: auto;
    }
   .footer-top {
        padding-bottom: 0;
    }
    .contact-section .contact-info .info-box {
        margin-bottom: 0;
    }
    /* New Responsive */  
    .green-sec::after {
        display:none;
    }
    .top-bar{
        display:block;
    }
   #header {
    padding-top:10px;
   }
   .home-sec1::before {
    display:none;
    }
    .home-sec1::after {
        display:none;
    }
    .home-banner .banner-list li::before {
       top:3px;
    }
     .slick-center .slide-testimonials {
        margin-right:0;
    }
   /* New Responsive Start tm13 Homepage */
    .home-banner::before{
        display:none;
    }
    .btn-secondary {
        padding:12px 12px;
    }
    .sliver-sec{
        padding:20px 0;
    }
    .cta-2-spacing {
        padding:40px 20px;
    }
    .cta-2-sec .ctm-btn {
        padding:14px 40px;
    }
    #footer {
        padding-top:20px;
    }
    .home-banner .main-right-img img {
        position:relative;
        max-width:100%;
        margin-bottom:10px;
        src: url(/assets/img/mobile-main-banner-right.png);
    }
    .sliver-sec .sli-box-img img{
        content-visibility: hidden;
    }
    .servic-section .main-right-img img{
        content-visibility: hidden;
    }
    .purplebg img{
        content-visibility: hidden;
    }
    /* .service-ctm {
        width: 45%;
    } */
    .home-sec2:before{
        display:none;
    }
    .home-sec2:after{
        display:none;
    }
    .sliver-sec .inner-bg{
        padding-left:10px;
    }
    .purplebg {
        padding:20px 0; 
    }
    .cta-2-spacing::before{
        display:none;
    }
    .cta-2-spacing::after{
        display:none;
    }

}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {
   /* New Responsive  */  
   .home-banner .caption-2{
        left: 0;
   }
   .home-banner .main-right-img{
    right: 0;
   }
   .spacing-ptb {
        padding: 35px 0;
    }
    .spacing-pt {
        padding-top: 40px;
    }
    .icon-boxes:after {
        display: none;
    }
    .spacing-mb {
        margin-bottom: 40px;
    }
    .spacing-pb {
        padding-bottom: 30px;
    }
    #footer p,
    #footer,
    #footer a {
        font-size: 12px;
    }
    /* New Responsive Start */
    .home-banner {
        min-height: auto;
        padding: 44px 0 10px;
    }
    /* Inner Responsive Start */   
    .contact-section .contact-info .info-box {
        margin-bottom: 0;
    }
    .contact-section .form-box {
        padding: 25px;
    }
    .home-banner .banner-list li::before {
       top:3px;
    }
  /* New Responsive Start tm13 Homepage */
    .home-sec1::after {
        display:none ;
    }
    .hppy-box {
        text-align: center;
    }
    .hppy-box  .hppy-icon{
        margin:0 auto;
        top:12px;
    }
    .hppy-box p {
        max-width:100% ;
    }
    .service-box {
        min-height:auto;
    }
    .service-ctm {
        min-height:auto;
        padding-bottom:10px ;
    }
    .hppy-box .hppy-icon2{
        margin:0 auto;
    }
    .testimonials-sec::before{
        display:none;
    }
    .hppy-box .hppy-icon2 {
        width:135px;
        margin:0 auto;
    }
    .sliver-sec img{
        margin-bottom:20px;
    }
    .step-no-holder{
        margin:0 auto;
        text-align:center;
    }
    .step-title{
        text-align:center;
    }
    .step-box-ctm {
        text-align:center;
    }
    .white-sec img{
        margin-bottom:20px;
    }
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}


.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(/assets/img/packages/pt-header-bg.png);
    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*/
/* Packages css */
.bgcpack-iPrimary {
    background-color: #72499d
}
.bgcpack-black {
    background-color: #000
}
.bgcpack-white {
    background-color: #fff
}
.bgcpack-yellow {
    background-color: #f6ff00
}
.bgcpack-iGreen {
    background-color: #019008
}
.bgcpack-iGreen1 {
    background-color: #0c043d
}
.bgcpack-iGray5 {
    background-color: #6d6d6d
}
.bgcpack-iRed {
    background-color: #fe1334;
}
.bgcpack-blue1 {
    background-color: #76b2cc;
}
.clcpack-iRed {
    color:#000;
}
.clcpack-iRed img{
    filter: brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(993%) hue-rotate(239deg) brightness(87%) contrast(97%);
}
.clcpack-white {
    color: var(--white-color) !important;
}
.clcpack-black {
    color: #000;
}
.package-box {
    padding: 0 0 80px;
    background-position: center;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0 29px 50px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 29px 50px 0 rgba(0, 0, 0, 0.17);
    background-size: cover;
    background: #fff;
}
.package-box .pck-head {
    position: relative;
    z-index: 1;
    background-color: #f6f6f6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}
.package-box .pck-head .pck-tags {
    position: absolute;
    left: 50%;
    top: -16px;
    margin: auto;
    border-radius: 4px;
    padding: 7px 18px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center
}
.package-box .pck-head .pck-tags:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0;
    border-color: transparent transparent #000 transparent;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border-width: 0px 0px 16px 15px;
    position: absolute;
    left: -14px;
    top: 0px
}
.package-box .pck-head .pck-tags:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0;
    border-color: transparent transparent #000 transparent;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border-width: 0px 15px 16px 0px;
    position: absolute;
    right: -14px;
    top: 0px
}
.package-box .pck-head .pck-tags.clcpack-black {
    color: #000
}
.package-box .pck-head h4 {
    color: var(--innersubtitle);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 15px 0 12px;
    margin-bottom: 0;
    font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
    background-color: var(--primary-color);
}
.package-box .pck-head h4 span {
    color: #fff;
    font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320))
}
.package-box .pck-head h4 img {
    margin-right: 10px
}
.package-box .pck-head .pck-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 0 20px;
    position: relative;
    width: 100%;
    background-color: #fff;
}
.package-box .pck-head .pck-price:before {
    position: absolute;
    left: 20px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 65px;
    height: 80px;
    z-index: -1;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: .3
}
.package-box .pck-head .pck-price h5 {
    text-align: center;
    margin-bottom: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}
.package-box .pck-head .pck-price .dollar {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: calc(24px + (45 - 24) * (100vw - 320px) / (1920 - 320));
    color: #0c043d;
}
.package-box .pck-head .pck-price .price {
    font-size: calc(50px + (85 - 50) * (100vw - 320px) / (1920 - 320));
    line-height: 1;
    letter-spacing: -5px;
    font-weight: bold;
    color: #0c043d;
}
.package-box .pck-head .pck-price .upto {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.package-box .pck-foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    background-color: none;
    border-radius: 0 0 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.package-box .pck-foot .btn-primary {
    border-radius: 7px;
    font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    background-color: var(--secondary-color);
    -webkit-box-shadow: none;
    border: 0;
    box-shadow: none;
    color: var(--black-color);
    padding: 12px 40px;
}
.package-box .pck-foot .btn-primary:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}
@media (max-width: 767px) {
    .package-box .pck-foot {
        position: static
    }
}
.package-box .pck-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 200px);
    background-color: var(--white-color);
}
.package-box .pck-topContent {
    padding: 20px 25px 0;
    background: var(--white-color);
}
.package-box .pck-topContent ul {
    padding-left: 0
}
@media (max-width: 991px) {
    .package-box .pck-topContent {
        padding: 20px 25px 20px
    }
}
.package-box .pck-bottomContent {
    padding: 0 20px
}
.package-box .pck-bottomContent>ul {
    margin-bottom: 20px;
    padding-left: 0
}
.package-box .pck-bottomContent>ul.freebies-list>li {
    min-height: 68px
}
@media (max-width: 1199px) {
    .package-box .pck-bottomContent>ul.freebies-list>li {
        min-height: 64px
    }
}
.package-box ul li {
    padding-left: 25px;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    border-bottom: #d2d2d2 solid 1px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    line-height: 1.5;
    list-style: none;
}
.package-box ul li:last-child {
    border-bottom: 0
}
.package-box ul li .ic-tik {
    background-image: url("../img/packages/tik.png");
    width: 16px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
    filter: brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(993%) hue-rotate(239deg) brightness(87%) contrast(97%);
}
.package-box ul li .cus-tooltip {
    display: inline-block
}
.package-box .hl-days {
    color: #fff;
    background-color: #0c043d;
    padding: 3px 5px
}
.package-box .as-btn {
    padding: 5px;
    margin-bottom: 10px
}
.package-box .as-btn p {
    margin-bottom: 0;
    text-align: center
}
@media (max-width: 991px) {
    .package-box .as-btn {
        margin: 0 0 20px
    }
}
.package-box p {
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320))
}
.package-box p span.cl-iRed,
.package-box p span.cus-tooltip {
    padding: 0 2px
}
.package-box p.sm {
    font-size: 12px;
    margin-bottom: 15px
}
@media (max-width: 767px) {
    .package-box p.sm {
        position: relative
    }
}
.package-box p.lht-12 {
    line-height: 1.2
}
.package-box p.bd-bottom {
    border-bottom: #d2d2d2 solid 1px;
    padding-bottom: 12px
}
.package-box .mid-text {
    text-align: center
}
.package-box .mid-text h4 {
    font-weight: 900;
    margin: 0;
    color: #000;
    font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320))
}
.package-box .mid-text h5 {
    font-weight: 700;
    margin: 0px 0 10px 0;
    color: #000;
    font-size: calc(24px + (33 - 24) * (100vw - 320px) / (1920 - 320))
}
.package-box .mid-text h6 {
    font-weight: 600;
    margin: 0;
    color: #000;
    font-size: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320))
}
.package-box .mid-text .plus-icon {
    margin: 10px 0;
    display: block
}
@media (max-width: 991px) {
    .package-box {
        height: auto;
        margin-bottom: 40px
    }
}
@media (max-width: 767px) {
    .package-box {
        padding-bottom: 0
    }
}
.dtbl {
    display:table;
    table-layout:fixed;
    width: 100%;
}
.dtbl .dtd {
    display: table-cell;
}
.dtbl .dtd.wdper-60 {
    width: 60%;
}
.dtbl.vMiddle .dtd {
    vertical-align: middle;
}
.cus-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
    padding-left: 12px
}
.cus-tooltip>img {
    width: 12px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    filter: brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(993%) hue-rotate(239deg) brightness(87%) contrast(97%);
}
.cus-tooltip i {
    color: #fe1334;
}
.cus-tooltip i.custome {
    position: relative
}
.cus-tooltip .tooltiptext {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    max-width: 240px;
    min-width: 240px;
    background-color: #fff;
    color: #000;
    border: 0;
    text-align: left;
    border-radius: 6px;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 5;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2)
}
.cus-tooltip .tooltiptext>p {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
}
.cus-tooltip .tooltiptext .ttClose {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #72499d;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    line-height: 22px;
    text-align: center;
    display: none;
}
.cus-tooltip .tooltiptext .ttClose img {
    width: 12px
}
@media (max-width: 991px) {
    .cus-tooltip .tooltiptext .ttClose {
        display:inline-block
    }
}
.cus-tooltip .tooltiptext>ul {
    padding:0 15px
}
.cus-tooltip .tooltiptext>ul>li {
    font-size:calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320))
}
.cus-tooltip .tooltiptext>ul>li .ic-tik {
    width: 14px;
    height: 12px
}
.cus-tooltip .tooltiptext .view-tt {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -3px
}
.cus-tooltip .tooltiptext>img {
    max-width: 100%
}
.cus-tooltip .tooltiptext.wd-300 {
    max-width: 300px
}
.cus-tooltip .tooltiptext.sty1 {
    padding: 10px 15px
}
@media (max-width: 991px) {
    .cus-tooltip .tooltiptext {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 280px;
        max-width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 11
    }
}
.cus-tooltip.sty1 {
    width: 100%;
    margin: 0;
    padding-top: 14px
}
.cus-tooltip.sty1 .tooltiptext {
    padding: 10px
}
@media (min-width: 992px) {
    .cus-tooltip:hover>.tooltiptext {
        visibility: visible;
        opacity: 1;
        pointer-events: inherit
    }
}
@media (max-width: 991px) {
    .cus-tooltip.is-ttShow>.tooltiptext {
        visibility: visible;
        opacity: 1;
        pointer-events: inherit
    }
}
body.is-mbttShow {
    overflow: hidden
}
body.is-mbttShow .defaultOverlay {
    visibility: visible;
    opacity: 1;
    pointer-events: inherit
}
.defaultOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.2)
}
.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
    transition: 0.5s;
    position: relative;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .pricing ul {
        width: 100%;
        padding-left: 0;
    }
}
.pricing ul li {
    padding-bottom: 12px;
}
@media (max-width: 991px) {
    .pricing ul li {
        width: 100%;
    }
    .pricing ul li a {
        width: 100%;
        text-align: center;
    }
}
.pricing ul i {
    color: #d30029;
    font-size: 18px;
    padding-right: 4px;
    transition: 0.5s;
    margin-left: -23px;
}
.pricing ul .na {
    color: #ccc;
}
.pricing ul .na i {
    color: #ccc;
}
.ctm-thin-text {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}
.pricing ul .na span {
    text-decoration: line-through;
}
.pricing .get-started-btn {
    display: inline-block;
    padding: 10px 40px 11px 40px;
    border-radius: 4px;
    color: #0b2341;
    transition: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid #0b2341;
    background: #fff;
}
.pricing .get-started-btn:hover {
    background: #0b2341;
    color: #fff;
}
.pricing .featured {
    z-index: 10;
    border: 4px solid #d30029;
}
.pricing .featured .get-started-btn {
    background: #d30029;
    color: #fff;
    border-color: #d30029;
}
.pricing .featured .get-started-btn:hover {
    background: #1d71b8;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}
@media (max-width: 767px) {
    .pricing .box {
        margin:0 auto 30px auto;
    }
}
@media (max-width: 420px) {
    .pricing .box {
        max-width:100%;
        margin:0 auto 30px auto;
    }
}
.package-tab-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: 100%;
}
.package-tab-list>li {
    padding: 0 10px;
    display: inline-block;
}
.package-tab-list>li a {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    padding: 12px 35px;
    background-color: var(--white-color);
    display: inline-block;
    margin-bottom: 10px;
    color: var(--innersubtitle);
    transition: all 0.35s ease-in-out;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 5px 25px 0px rgba(11, 38, 71, 0.2);
    text-decoration: none;
}
@media (max-width: 1600px) {
    .package-tab-list>li a {
        padding: 10px 20px;
    }
}
/* @media (max-width: 991px) {} */
.package-tab-list>li a:hover,
.package-tab-list>li a .is-active {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.package-tab-list>li .is-active {
    background-color: var(--primary-color);
    color: var(--white-color);
}
@media (max-width: 991px) {
    .package-tab-list {
        flex-direction: column;
    }
}
.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;
    }
}
.last-sec-copyrights{
    background-image: url("../img/parallax.png");
      background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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%;
}
.site-list {
    padding: 0;
}
.site-list li {
    list-style: none;
    margin-bottom: 10px;
}
.site-list li a {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: var(--primary-color);
    text-align: left;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.site-list li a:hover {
    color: var(--primary-color);
    font-weight: 500;
}
/* .header-form input {
    border:1px solid rgb(77, 78, 78);
    background-color:var(--primary-color);
    height:53px;
    margin-bottom:5px;
    width:100%;
    padding:8px 10px;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
} */
.header-form input, .header-form text-area.form-control {
    border-bottom: 1px solid rgb(78 77 77 / 26%) !important;
    height: 40px;
    margin-bottom: 3px;
    width: 100%;
    padding: 5px 3px;
    border: 0px;
    border-radius: 0px !important;
    font-size: 15px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}

    .header-form input:focus, .header-form text-area:focus {
        background-color: transparent;
        border: 1px solid rgb(77, 78, 78);
        box-shadow: none;
    }
.terms-sec {
    position: relative;
}
.terms-sec h4 {
    font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: var(--heading-colors);
    margin: 20px 0;
}
.terms-sec h6 {
    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: var(--heading-colors);
    margin: 20px 0;
}
.terms-sec p {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--text-light-2);
    margin-bottom: 20px;
}

.modal-open .modal {
    background-color: #00000082;
    opacity: 1;
}

body.modal-open .modal-backdrop {
    display: none !important;
}





@media (max-width: 1199px) {
    .home-banner .banner-list li {
        margin-bottom: 15px;
    }
    .home-banner .banner-list li img {
        margin-right: 5px;
        max-width: 20px;
    }
    .main-right-img p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 991px) {
    .search_bar {
        width: 100%;
    }
    div#exampleModal .modal-dialog {
        top: 0 !important;
        left: 0;
        right: 0;
        margin: auto;
    }
    img.qoutatuion_mark {
        max-width: 60px;
        top: -10px;
        left: 10px;
    }
    .reviews-bg {
        background-image: none;
    }
    .hppy-box .hppy-icon {
        border-radius: 0;
        width: 80px;
        min-height: 80px;
        position: relative;
        margin-bottom: 20px;
        line-height: .5;
    }
    .hppy-box .hppy-icon img {
        max-width: 60px;
    }
}
@media (max-width: 767px) {
    .package-list {
        height: auto;
    }
    .package-footer {
        margin-top: 0;
    }
    .btn-secondary {
        padding: 12px 12px;
    }
    .search_bar {
        width: 68%;
    }
    .search-container form input {
        width: 85%;
    }
}
@media (max-width: 575px) {
    .search_bar {
        width: 100%;
        margin-bottom: 15px;
    }
    div#myCarousel .carousel-inner>.item {
        padding: 30px 20px 0px;
    }
    .background-image.reviews-bg {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
fieldset.admin-form {
    background-color: #ffffff;
    margin-top: 15px;
    border-radius: 8px;
    padding: 25px;
    box-shadow: -3px -2px 18px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: -3px -2px 18px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px -2px 18px -4px rgba(0,0,0,0.75);
}
.font-org {
    padding: 0 0;
    color: #000;
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    width: 100%;
    text-align: left;
}

.align-l{
    width: 100%;
    text-align: left;
}
.align-c{
    text-align: center;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    nav ul li {
        display: inline;
        margin-right: 20px;
    }

        nav ul li a {
            text-decoration: none;
            color: #333;
        }

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.inner-bottom-form {
    background-color: #f3a02a;
    padding: 50px 0;
}
.inner-bottom-form .form-control {
    background-color: #fff;
    border-color: #fff;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
.inner-bottom-form .form-control:focus {
    background-color: #fff;
    border-color: #fff;
}
.inner-bottom-form .btn-white {
    background-color: #854cdc;
}


@media (max-width: 991px) {
    .navbar li {
        width: 100%;
        display: inline-block;
    }
    .navbar-mobile .dropdown ul {
        position: relative;
        left: 0;
        display: inline-block;
        height: 200px;
        width: 200px;
        overflow: initial;
    }
    .navbar-mobile .dropdown ul li a {
        color: #000;
    }
    .brand-logo .img-fluid {
        max-width: 200px !important;
        height: auto;
    }
    #header .nav-holder {
        padding-left: 0 !important;
        position: absolute;
        right: 10px;
    }
    .hppy-box {
        min-height: inherit;
        box-shadow: 1px 0px 5px;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .hppy-box .hppy-text {
        margin-top: 0;
    }
    .packages-section .popular-icon img {
        left: 0;
        z-index: 5;
    }
    .footer-top .footer-info img.img-fluid {
        max-width: 200px;
    }
    .foot-logo img.img-fluid {
        width: auto;
        max-width: 200px;
    }
    .modal-content .index-modal .h1, .modal-content .index-modal h1 {
        font-size: 24px;
    }
    div#exampleModal .modal-dialog {
        top: 100px !important;
        left: 0;
        right: 0;
        margin: auto;
    }
    .hidden-md {
        display: none !important;
    }
    .section-spacing {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .sm-flex-column {
        flex-direction: column;
    }
}




.main-right-img .form-p {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
}