/**
Theme Name: ATS Resume
Theme URI: https://them.es/starter
Author: ATS Resume
Author URI: https://atsresume.in/
Description: Custom Theme Functionlity for Resume Level
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ats-web
Template: ats-web
*/

/* Custom Style */
/* Header */

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

:root{
    --theme-color:#34c074;
    --theme-hover:#1da45a;
    --btn-hover:#cff7e3;
}
.font-noto-sans{
    font-family: "Noto Sans", sans-serif;
}

/*==============  Css for Menu bar show and hide =================*/
.menu-btn {   
    font-weight: 300;
    background-color: #313b47;
    color: #fff;
    border-radius: 50px;
}
.menu-btn:active {   
    font-weight: 300!important;
    background-color: #313b47!important;
    color: #fff!important;
    border-radius: 50px;
}
ul i{
    font-size: 17px;
    margin-right: 8px!important;
}
.menu-btn:hover {   

    background-color: #252c35;
    color: #fff;

}
.navbar-collapse {
   position: fixed;
    top: 0;
    right: -320px;
    width: 280px;
    overflow-y: overlay;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    transition: right 0.4s ease; 
    z-index: 1050;
}
.navbar-collapse::-webkit-scrollbar{
  width: 3px;
}
.navbar-collapse::-webkit-scrollbar-thumb{
  background-color: #e5e5e5;
}
#navbarMenu.show {
    right: 0;
}
.close-btn {
    background-color: var(--theme-color);
    position: absolute;
    padding: 4px;
    color: rgb(255, 255, 255);
    top: 5px;
    left: 6px;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1001;
}

.create-resume-menu-text{
    font-size: 17px;
    font-weight: 400;

}
.scrolled {

    background-color: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    border-radius: 50px  
}
.menu-box{
    padding: 4px;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 1050;
    width:fit-content
}
.menu-btn span{
    vertical-align: middle;
    font-weight: 300;
}
.menu-btn span:hover{
    color: #fff!important;
}
/* ================= Overlay ======================= */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
}
.profile-dropdown img{
    width: 45px!important;
    height: 45px!important;
    object-fit:cover;
}
.cursor-pointer{
    cursor:pointer
}

.overlay.show {
    display: block;
    transition: all 0.4s ease;
}

/* ================= Overlay Ends ======================= */

.right-panel-icons_top .icon span{
 font-size: 22px;
 font-weight: 300;
 padding: 8px;
 border-radius: 50px;
background-color: #313b47;
color: #fff;
}
.right-panel-icons_top .icon span:hover{
background-color: #212830;
}
.right-panel_headings{
    font-size: 23px;
    font-weight: 500;
    background-color: #313b47;
    color: #fff!important;
    padding: 5px;
}
.nav-item_ATS_builder{
    margin: 2px 0;
    border: 0;
}
.nav-item_ATS_builder:hover{
    border: 0;
}
.nav-item_ATS_builder:hover{
    background-color: var(--btn-hover);
}
.nav-item_ATS_builder a {
    font-weight: 600;
}
.nav-item_ATS_builder a {
   color: #303030;
   border: none;
}

.nav-item_ATS_builder:hover.nav-item_ATS_builder a {
   color: #207a57;
}
.nav-tabs .nav-item_ATS_builder .nav-link{
    border: none;
} 
.nav-tabs .nav-item_ATS_builder .nav-link{
width: 100%;
border-radius: 0;
} 
.nav-tabs .nav-item_ATS_builder .nav-link.active{
background-color: var(--theme-color);
color: #fff;
width: 100%;
border-radius: 0;
} 
.user-img-box img{
    width: 110px;
   margin: 0 auto; 
   height:110px;
   object-fit:cover;
}
.modal-setting{
    width: 65%;
    margin: 0 auto;
}
.user-img-box span{
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
    padding: 2px;
    border-radius: 50px;
    background-color: #f5f5f5;
    border: 1px solid #000;
}
.records{
    background: linear-gradient(to right, #e8f7ef, #ffffff);
}
.description-listing {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6b6a6a;

}
.edit-icon{
    right: 41%;
    top: 68px;
}
.user-img-box .user-name{
    font-size: 16px;
    font-weight: 500;
}
.modal-nav-tabs a{
    border: none!important;
    color: #303030;
    padding: 8px;
    background-color: var(--btn-hover);
   font-weight: 500;
}
.modal-nav-tabs .logOut-btn{
 background-color: transparent!important;
}
.modal-nav-tabs .logOut-btn:hover{
 background-color: transparent!important;
 color: #000;
}
.modal-nav-tabs a:hover{
    border: none!important;
    color: #ffffff;
    padding: 8px;
    background-color: var(--theme-color);
 
}

.modal-nav-tabs .nav-item .nav-link{
    margin: 2px 0;
    border-radius: 0;
}
.dropdown-profile .dropdown-item{
  font-weight: 500;
}
.dropdown-profile .dropdown-item:focus{
    background-color: var(--theme-color);
    color: #fff;
}
.dropdown-profile .dropdown-item:hover{
    background-color: var(--btn-hover);
    color: #000000;
}
.contact-us-bottom{
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1050;
    cursor: pointer;

}
.contact-us-bottom{
    width: 58px;
}
.contact-us-bottom span{
  font-size: 42px;
  
}
.customer-support-modal form input::placeholder,
.customer-support-modal form textarea::placeholder{
    font-size: 14px;
    font-weight: 500;
    color: #414141;
}
.customer-support-modal form label
{
font-weight: 400;
color: #000;

}
.btn-support{
    background-color: var(--theme-color);
    color: #fff;
    padding: 6px 20px;
}
.btn-support:hover{
    background-color: #229d59;
    color: #fff;
   
}
.description{
    font-size: 15px;
    font-weight: 600;
    color: #2f2f2f;
    
}
.description span,
.description li {
    font-size: 15px;
    font-weight: 400;
    color: #6d6d6d;  
}
.faded-text{
    font-size: 14px;
    color: #a1a1a1;
}
.main-text{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.statics .box{
    width: 100px;
    padding: 12px;
}
.btn-home{
    top: 92%;
}
.statics .box1,
.statics .box2,
.statics .box3{
    width: 100px;
    border-right: 1px solid #c7c7c7;
}


.top-bar-navbar button{
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.nav-tabs-my_responses .nav-item{
    background-color: var(--btn-hover);
    color: #000;
    border-radius: 0;
    border-radius: 4px;
}
.nav-tabs-my_responses .nav-item .nav-link{
    color: #000;
    border: none;
    font-weight: 600;
}
.nav-tabs-my_responses .nav-item .nav-link.active{
    background-color: var(--theme-hover);
    color: #fff!important;
    border-radius: 4px!important;
    border: none;
  
}
.nav-tabs-my_responses .nav-link{
 border-radius: 0!important;
}
.left-sidebox-home::after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    top: 24px;
    right: -27px;
    height: 1px;
    width: 34%;
    background-color: #a7a7a7;
    transform: rotate(90deg);
}
#username{
    font-weight: 700;
    color: #282876;
}
.home-box{
    box-shadow: 0px 0px 3px 2px #ebebeb;
    border: 2px solid #e6e6e6;
    margin: 0 auto;
    height: 210px;
    border-radius: 12px;
}
.home-box1{
    background: linear-gradient(to right, #eeeaf8a5, #ffffff); 
}
.home-box2{
    background: linear-gradient(to right, #eefcfba8, #ffffff); 
}
.home-box3{
    background: linear-gradient(to right, #f9fbf0ac, #ffffff); 
}
.home-box4{
    background: linear-gradient(to right, #ebf0f5a4, #ffffff); 
}
.navbar {
   padding-top: 0!important;

}
.home-box button{
    font-size: 15px;
}
.call-btn span{
font-size: 22px;
vertical-align: bottom;
color: #fff;
}
.call-btn{
background-color: #0d6efd;
color: #fff;
padding: 6px 12px;
border-radius: 50px;
}
.call-btn:hover{
background-color: #095fdf;
color: #fff;
}

.home-box p{
    font-size: 15px;
    color: #252525;
}
.border-rounded{
    border-radius: 50px!important;
}
.lead{
    font-weight: 500;
}
.plan-upgrade{
    background: linear-gradient(to right, rgb(235, 252, 244), rgb(251, 254, 252));
    box-shadow: 0px 0px 3px 2px #ebebeb;
    border-radius: 100px;
    border: 2px solid #e6e6e6;
}
.plan-upgrade h2{
    font-size: 23px;
}


.plan-upgrade span {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.plan-upgrade span{
    font-size: 50px;
    color: #313b47;
}

.icon-home{
    top: 26px;
    left: 30px;
}
.btn-home{
    font-size: 18px;
    font-weight: 600;
    padding: 5px 20px;
}
.form-control{
    border-radius: 0!important;
}
.add-form-btn{
    margin-bottom: 6px!important;
}
.modal-body-readFull{
    background: linear-gradient(to bottom, #e8f7ef, #ffffff);
}
/* My tabs content Styling------------- */

.home-tab-heading{
    font-size: 28px;
    font-weight: 500;
}
.btn-custom-ATS{
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 6px;
    border-color:var(--theme-color)
}
.btn-custom-ATS:active{
    background-color: var(--theme-color)!important;
    color: #fff!important;
    border-radius: 6px!important;
    border-color:var(--theme-color)!important;
}
.btn-custom-ATS:hover{
    background-color: var(--theme-hover);
    color: #fff;
    border-color:var(--theme-hover);
}
.common-heading{
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
    width: fit-content;
    border-bottom: 3px solid var(--theme-color);
   margin-left: auto;
   margin-right: auto;
}

.common-width{
    width: 62%;
    margin: 0 auto;
}
.common-width2{
    width: 40%;
    margin: 0 auto;
}
.common-width3{
   
    width: 30%;
    margin: 0 auto;
    box-shadow: 0px 0px 3px 2px #ebebeb;
    border: 2px solid #e6e6e6;
    border-radius: 8px;
    background: linear-gradient(to bottom, #e8f7ef, #ffffff);}

form input,
form select{
    border-radius: 0!important;
}
.btn-plan{
    font-size: 14px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 50px;
}
.membership-heading{
    font-size: 24px;
    font-weight: 600;
}
.card-plan{
    box-shadow: 0px 0px 3px 2px #ebebeb;
    border: 2px solid #e6e6e6;
    height: 250px;
}
.card-plan:hover{
    scale: 1.03;
    box-shadow: 3px 3px 2px 3px #d8d8d8;
    transition: 0.3s ease;
}
.premium-plan-btn{
    background-color: goldenrod;
    border-color: goldenrod;
}
.premium-plan-btn:hover{
    background-color: rgb(196, 147, 24)!important;
    border-color: rgb(196, 147, 24)!important;
}
.bg-heading{
    font-weight: 700;
    background: linear-gradient(90deg, rgba(253, 237, 154, 0) 0%, #9ed1f0 8.41%, #bedef2 90.07%, rgba(253, 243, 188, 0) 100%);
    line-height: 1.3;
}
.messages-person-name{
    font-size: 18px;
    font-weight: 600;
    color: #292929;
}
.resume-privacy .form-check-input{
    height: 30px;
    width: 70px;
}
.input-div2{
    width: 48%;
}
.input-div4{
    width: 23%;
}
form label{
    font-weight: 600;
}
.user-profile-img{
    width: fit-content;
    margin: 0 auto;
}
.user-profile-img img{
    width: 120px;
    border-radius: 50px;
}
.small-btn{
    padding: 3px 10px;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 50px;
}
#ckplot{
    height: 130px;
}
.description-tag{
    color: #818181;
}
.input-div3{
    width: 31%;
}
.add-form-btn span{
vertical-align: bottom;
}
.add-form-btn{
    border: none;
    color: var(--theme-hover);
    background-color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: var(--btn-hover);
}
.records button:active{
    border: 0!important;
}
.records button{
    border: 0!important;
}
.records button span{
    color:var(--theme-hover);
}
.modal-title{
    color: var(--theme-hover);
}
.icon-green{
    color: var(--theme-hover);
}
.home-box4 span{
    vertical-align: text-bottom;
}
.home-box1 span,
.home-box2 span,
.home-box3 span{
    vertical-align: middle;
}
.description-limited {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal;
}
.academic-bg-btns button{
    width: 51%!important;
}


.home-box-special-heading{
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 700;
}
.home-box-special-heading .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
  }
.home-box-special-heading .material-symbols-outlined{
    font-size: 24px;
    vertical-align: sub!important;
    padding: 2px;
    border-radius: 50px;
    border: 2px solid #414040;
    background-color: #fff;
    
}
.quick-edit-btn{
    font-size: 16px;
    color: #095fdf;
    font-weight: 600;
}
.home-box-special{
    background: linear-gradient(to right, rgb(235, 252, 244), rgb(251, 254, 252));
    box-shadow: 0px 0px 3px 2px #ebebeb;
    border-radius: .8rem;
    box-sizing: border-box;
    padding: 1rem;
    margin-top: 1.7rem;
    transition: .5s ease-out;
    border: 1px solid #00000013;
    height: 285px;
}
.form-switch .home-toggle-btn{
    background-color: #a3a3a3!important;
    border-radius: 50px!important;
    border: none!important;
    box-shadow: none!important;
}
.form-switch .home-toggle-btn:checked{
    background-color: #22a95f!important;   
}
.quick-actions-btns a .material-symbols-outlined{
    vertical-align: middle;
}
.form-switch label{
    font-size: 17px!important;
}

.quick-actions-btns a {
    text-align: center;
    font-size: 16px;
    padding: 7px 10px;
    border-radius: 50px;
    font-weight: 600;
    background: linear-gradient(45deg, #3450de, #6980f5);
    background-size: 400% 400%;
    color: #fff;
    width: 60%;
    margin:0 auto;
    margin-top: 12px;
    transition: background 1s ease-in-out;
    display: inline-block;
    text-decoration: none;
}
  .form-switch small{
    color: #494949;
  }
  .quick-actions-btns a:hover {
    background: linear-gradient(45deg, #6980f5, #3450de); 
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  .home-box-special input{
    background-color: #fff!important;
    margin-top: -5px;
    padding: 5px 10px!important;
    border: 1px solid #c2c0c0;
    border-radius: 50px!important;
    font-size: 13px;
  }
  .home-box-special label{
    font-size: 15px;
    font-weight: 600;
  }
 
  
  @keyframes gradient-flow {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  .quick-actions-btns a {
    animation: gradient-flow 4s ease infinite;
  }
  .security-div h1{
    font-size: 20px;
    font-weight: 600;
    color: #303030;
  }
  .password-chnage{
    font-size: 19px;
    margin-top: 0.9px;
    font-weight: 600;
    color: #095fdf;
  }
  .home-check-box{
    font-size: 15px!important;
    font-weight: 400!important
  }
  #receive-info{
    background-color: grey!important;
    border: none!important;
    padding: 5px 8px!important;
     
  }




  /* Pricing ======================== */
  .Pricing-main-box h1{
    font-size: 40px;
    font-weight: 600;
    color: #464646;
    
    }
    .text-sub-heading{
        font-size: 22px;
        font-weight: 500;
        color: #565555;
     
    
    }
    .pricing-box{
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.121);
        width: 620px;
        margin: 0 auto;
        border-radius: 15px;
        background-color: #fff;
        padding: 18px;
    
    }
    .icon-crown .material-symbols-outlined{
        font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
      }
    .icon-crown .material-symbols-outlined{
        color: #fff;
        padding: 6px;
        border-radius: 50px;
        background-color: #FEB251;
    }
    .save-box p{
        padding: 6px 10px;
        font-size: 16px;
        font-weight: 600;
        background-color: #FEB251;
        border-radius: 4px;
        color: #414141;
    }
    .icon-crown p{
        padding: 6px 10px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 4px;
        background-color: #F1F0F1;
    }
    .btns a{
        font-size: 17px;
        font-weight: 400;
        border: none;
        margin: 0 14px;
        padding: 0;
        border-radius: 0;
        padding-bottom: 4px;
    }
    .btns a.active{
        font-weight: 700;
        border-bottom: 7px solid #2DC18C;
    }
    .features  p{
        padding-bottom: 6px;
    }
    .features  p strong{
        color: #373636;
    }
    .features .material-symbols-outlined{
        color: #484DC5;
        font-size: 29px;
    }
    .price{
        padding: 22px;
        border-radius: 12px;
        background-color: #F8FAFC;
        border: 1px solid #c1c0c05d;
    }
    .Price-amount{
        font-size: 42px!important;
        font-weight: 700!important;
        margin-bottom:0!important;
    }
    .text-top{
        font-size: 18px;
        font-weight: 600;
    }
    .text-bottom{
        font-size: 15px;
        color: #666565;
    }
    .btn-life-time{
        width: 100%;
        padding: 6px 10px;
        text-align: center;
        color: #fff!important;
        font-size: 17px;
        font-weight: 600;
        border-radius: 6px;
        background-color: #0E162B;
    }
    .btn-life-time:hover{
        background-color: #101931;
        transition: 0.2s ease;
    }
    .life-time-quick-features p{
        margin: 0 6px;
        font-size: 16px;
        font-weight: 600;
        color: #676767;
    }
    .btn-buy{
        padding: 6px 12px;
        text-align: center;
        border-radius: 4px;
        background-color: #1a67db!important;
        color: #fff!important;
        right: -4%;
    }
    .table-top p{
        padding: 5px 18px;
        font-size: 19px;
        font-weight: 600;
        color: #fff;
    }
    .price-main{
        font-size: 25px;
        font-weight: 700;
        color: #000000;
    }
    .table-top{
        padding: 0 20px;
        background-color: #646464; 
        border-radius: 50px;
    }
    .pricing-inner{
        border: 1px solid #49494922;
        border-radius: 50px;
        padding: 6px 30px;
        width: 100%;
        margin: 0 auto; 
        background-color: #f9f8f8;
        cursor: pointer;
    }
    .pricing-inner:hover{
    background-color: #f4f4f4;
    }
    .experience,
    .level{
        font-size: 19px;
        font-weight: 600;
        color: #757575;
    }
    .btn-buy{
        padding: 4px 20px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 500;
        border: 2px solid #b4b4b418;
    
    }
    .line-break{
        margin: 2px;
        border: 1px solid #1d1c1c31!important;
    }
    .life-time-icons{
        color: #ffffff!important;
        background-color: #1a67db!important;
    }
    .life-time-subscription{
        color: #fff!important;
        background-color: #1a67db!important;
    }
    .key-features h1{
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    .key-features p{
        font-size: 14px;
    }
    .line-break-feature{
        margin: 1px;
        border: 1px solid #52525228;
    }
    #features-heading{
        font-size: 21px;
        font-weight: 700!important;
        color: #000;
    }
    .Font-I{
        font-family: "Inter", serif;
    }
   .bg-color-live-template{
    background-color: #F2F2F2;
   }
   .live-templete-top{
    position: fixed;
    padding: 10px;
    width: fit-content;
    background-color: #353535;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    border-radius: 50px;
    color: #fff;
    z-index: 1000;
   }
  .Live-templates {
    margin-top: 10px;
    margin-bottom: 80px;
}
.live-templete-top #template-select{
    width: fit-content!important;
    font-weight: 600;
}
.live-templete-top label{
    font-weight: 500;
}
#template-select{
    border-radius: 50px 0 0 50px;
    border: 1px solid #b8b8b8a0;
    box-shadow: none!important;
}
.btn-choose-template{
    border-radius: 0 50px 50px 0;
    border: 1px solid #b8b8b8a0;
    color: #000;
    font-weight: 500;
    background-color: #FFC006!important;
   
}
.btn-choose-template:hover{
    background-color: #fec417!important; 
    color:#000!important;
}
.btn-templates-live{
background-color: #757f8b;
color: #fff;
border: 1px solid transparent;
    padding: 5px;
    border-radius: 50px;
    
}
.btn-templates-live:hover{
    background-color: #565d66;
    color: #fff;
    border: 1px solid transparent;
        
    }
.btn-templates-live span{
    vertical-align: bottom;
    font-size: 24px;
    font-weight: 300!important;
}
.dropdown-my-message button{
    border-radius: 50px!important;
    padding: 7px 40px;
}
.dropdown-my-message .dropdown-menu{

    padding: 4px!important;
}
.dropdown-my-message .dropdown-menu li{
background-color: #fff;
margin: 2px 0;
}
.dropdown-my-message .dropdown-menu li a:hover{
    background-color: #CFF7E3!important;
}
.badge{
    padding: 6px 8px;
    font-size: 11px;
    color: #fff;
    border-radius: 50px;
    background-color: #095fdf;
}
.message-inside-btns{
    margin-top: 10px;
}
.resume-privacy-box{
    border: 2px solid #efefef!important;
    margin: 12px 0;
    width: 100%!important;
    border-radius: 12px;
    min-height: 220px;
    padding: 20px!important;
    cursor: pointer;
}
.resume-privacy-box:hover{
    background: linear-gradient(to right, rgb(235, 252, 244), rgb(251, 254, 252));

}
.privacy-option .text-title{
    font-size: 22px;
    font-weight: 600;
}
.privacy-option .text-title span{
    vertical-align: sub;
    font-size: 26px;
}
.resume-privacy-lables{
    width: 70px;
}
.resume-privacy-lables label{
    font-size: 19px;
    font-weight: 600;
}
.alert-privacy{
    width: fit-content
}
.privacy-save{
    padding: 7px 20px;
    border-radius: 6px;
    font-size: 19px;
    font-weight: 500;
    background-color: var(--theme-color)!important;
    color: #fff!important;
}
.resume-privacy-main{
    width: 80%;
    margin: 0 auto;
}


/* HOME 2 CSS ===================== */
.home2-bg {
    position: relative;
    background-color: transparent;
  }
  
  .home2-bg::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/cubes.png");
    opacity: 0.8;
    z-index: 0;
  }
  
  .home2-bg > * {
    position: relative;
    z-index: 1;
  }
  
.resume-privacy2 input{
    height: 20px!important;
    width: 50px!important;
}
.resume-privacy2 .form-switch label {
    font-size: 14px !important;
}
.save-btn{
    margin-top: 4px!important;

    border-radius: 50px!important;
    font-size: 15px!important;
    margin: 0 auto;
    border: none;
    padding: 4px 16px;
    font-weight: 600;
}


.subscription-tag{
    font-size: 19px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 50px;
    background-color: #F5FEFB;
    border: 4px solid #cccccc22;
box-shadow: 0 0 2px 2px #fff;
}
.subscription-tag .material-symbols-outlined{
    vertical-align: bottom;
    color: #237C51;
    font-size: 30px!important;
}
.plan-upgrade2,
.home-box-special2{
    box-shadow: 0 17px 24px #b2b2b214, 0 0 0 6px #dedede13;
    border: 2px solid #bababa38!important;
}
.user-choosed{
    border-radius: 50px;
    width: fit-content;
    padding: 5px 20px;
    margin: 0 auto;
}
.user-choosed img{
    width: 46px;
    border-radius: 50px;
    cursor: pointer;
    margin-left: -14px;
    border: 3px solid #eaeaea;
   
}
.user-choosed p{
    font-size: 16px;
    font-weight: 700;
}
input#profilePictureSwitch,
input#contactNumberSwitch,
input#emailIDSwitch {
    background-color: #dfdfdf !important;
}
input#profilePictureSwitch:checked,
input#contactNumberSwitch:checked,
input#emailIDSwitch:checked {
    background-color: #22a95f !important;
}

/* Home 3 ================================ */
.home-box-special3 .quick-actions-btns a{
    font-size: 14px;
    padding: 7px 10px!important; 
}
.user-profile-img-h3 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.home-tab-heading3 {
    font-size: 24px;
    font-weight: 500;
}
.Pricing-main-box3 h1 {
    font-size: 26px;
}
.text-sub-heading3 {
    font-size: 16px;
}
.home-box-special-heading3 {
    font-size: 16px;

}
.home-box-special-heading3 .material-symbols-outlined{
    font-size: 20px;
}
.text-small3{
    font-size: 15px;
}
.home-box-special3{
    background: linear-gradient(to right, rgba(235, 252, 244, 0.471), rgb(251, 254, 252))!important;
    margin-top: 8px!important;
    border: 4px solid #adadad1e!important;
}
.home-box-special3{
height: 100%!important;

}
.Pricing-main-box3{
    margin-top: 28px!important;
}
.btns-pricing a{
font-size: 20px;
}

/* Pricing -Table ===================== */
.pricing-table {
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 8px;
    width: 100%;
    border-collapse: collapse;
  }
  
  .pricing-header {
    color: #181818;
    font-size: 18px;
    font-weight: 600;
  }
  
  .pricing-header th {
    text-align: left;
    padding: 6px 10px;
    border-bottom: 1px solid #a7a7a750;
  }
  
  .pricing-header th.lvl {
    padding-left: 60px;
  }
  
  .pricing-header th.price span {
    color: #1a1a1a;
  }
  
  .pricing-table td {
    font-size: 18px;
    color: #2f2f2f;
    text-align: left;
    padding: 8px 10px;
    font-weight: 600;
    border-bottom: 1px solid #bcbcbc37;
  }
  
  .pricing-table td.lvl {
    padding-left: 60px;
  }
  
  .pricing-table td.custom-price {
    font-size: 20px;
    font-weight: 700;
    color: #484dc5;
    text-align: right;
  }
  .head-pricing{
  padding-left: 65px!important;
  }
 
  
  .buy-button {
    background-color: #484dc5;
    color: #fff!important;
    padding: 3px 16px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    line-height: 30px;
    display: inline-block;
    width: fit-content;
  }
  .buy-button:hover{
    background-color: #3e43bd;
  }
  .upi-id {
    font-size: 1.05rem;
    font-weight: 700;
    font-size: 17px!important;
    color: #484dc5!important;
  }
  
  .alt-note {
    line-height: 30px;
  }
  .alt-payment{
    width: fit-content;
    margin: 0 auto;
    border-top: 1px solid #79787833;
    border-bottom: 1px solid #79787833;
    padding: 4px 0;
  }
  .alt-payment p{
    font-size: 14px;
    text-align: center;
  }
  .para-one{
    color: #141414;
    font-weight: 600;
    font-size: 17px!important;
  }
  .includes-gst-text{
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    color: rgb(250, 82, 82);
  }
  .includes-gst-text span{
    color: #646363;
    font-size: 12px;
  }
  .subscription-box{
    top: -23px;
    left: 50%;
    transform: translateX(-50%);

  }
 .home-box-special3 .quick-actions-btns a {
    margin: 4px 8px;
    padding: 8px 8px !important;
    font-size: 14px;
}
.home-box-special3 .quick-actions-btns a span{
    font-size: 20px;
}
.home-box-special3{
    padding: 8px;
}
.features p{
    font-size: 14px;
}
.features p strong{
color: #484DC5;
}
.tab-btns-home{
    width: fit-content;
    padding: 8px;
    border-radius: 50px;
    margin: 0 auto;
    background-color: #f5f5f5;
    border: 1px solid #8e8e8e1f;
    box-shadow: 0 0 2px 2px #4f4f4f13;
}
.tab-btns-home button{
    border-radius: 50px!important;
    padding: 8px 14px;
    border: 1px solid #2c2c2c14!important;
    font-weight: 600;
}
.tab-btns-home button:hover{
    background-color: #cdd6ff94!important;
 
}
.tab-btns-home button.active{
    background-color: #FEC946!important;
    color: #2d2d2d;
}







.blur-bg-wrapper {
    transition: all 0.3s ease;
  }

 
  .blur-bg-active {
    filter: blur(10px);
    pointer-events: none;
    position: relative;
    background-color: #bbbbbb79;
    
  }



  
  .home-box-special-heading{
    width: 20%;
  }
  .home-topbox{
    width: 80%;
  }
.line-break-text{
    border: none!important;
}

.home-topbox div .form-check-label{
    margin-top: -6px;
}
.statics .box{
    width: fit-content;
}
#supportModal select{
    border-radius: 50px!important;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none!important;
    border: 1px solid #2121212d!important;
}
#supportModal textarea{
    border-radius: 4px!important;
    box-shadow: none!important;
    border: 1px solid #2121212d!important;
}
/* Media query --------------------- */
@media only screen and (max-width:1363px){
    .home-topbox div .form-check-label {
        margin-top: -6px;
        font-size: 15px;
    }
}
@media only screen and (max-width:1266px){
    .home-box-special-heading3 .material-symbols-outlined {
        font-size: 18px!important;
    }
    .common-width {
        width: 68%;
        margin: 0 auto;
    }
}
@media only screen and (max-width:1222px){
    .resume-privacy-main{
        width: 100%;
        margin: 0 auto;
    }
 
}
@media only screen and (max-width:1176px){
    .home-box-special3 .quick-actions-btns a {
       
        margin: 4px 6px;
        padding: 4px!important;
        font-size: 14px;
    }
    .label1{
        margin-left: 0!important;
    }
 
    .common-width {
        width: 75%;
       
    }
}
@media only screen and (max-width:1033px){
    .common-width {
        width: 79%;
       
    }
}
@media only screen and (max-width:993px){
    .home-box-special-heading {
        width: 100%;
        text-align: center;
        margin-bottom: 10px!important;
    }
    .home-topbox {
        width: 100%;
    }
}
@media only screen and (max-width:976px){
    .home-box-special3 .quick-actions-btns a {
        width: fit-content !important;
        padding: 4px 16px!important;
   
    }

}
@media only screen and (max-width:768px){
    .home-topbox {
        width: 100%;
        flex-wrap: wrap;
    }
    .pricing-table td {
        font-size: 16px;
     
        padding: 8px;

    }
    .save-btn{
        width: 40%;
        margin: 0 auto!important;
        margin-top: 6px!important;
    }
    .home-tab-heading3{
        margin-top: 100px!important;
    }
    .img-hide-responsive{
        display: none!important;
    }
    .menu-box {
        padding: 4px;
        position: fixed;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1050;
        width: fit-content;
    }
    .pricing-box {
   
        width: 96%!important;
 
    }
    #features-heading {
        font-size: 19px;
       
    }
    .Live-templates {
        margin-top: 93px;
    }
}
@media only screen and (max-width:600px){
    .text-sub-heading {
        font-size: 15px!important;
    }
    .subscription-tag {
        font-size: 16px;
     
    }
    .subscription-tag .material-symbols-outlined {
        vertical-align: bottom;
        color: #237C51;
        font-size: 23px !important;
    }
  
    .pricing-table td.custom-price {
        font-size: 18px;
        font-weight: 700;
        color: #484dc5;
        text-align: right;
    }
    .buy-button {
        background-color: #484dc5;
        color: #fff !important;
        padding: 3px 12px;

        font-size: 12px;
        margin-left: 6px;
    }

   
    .Price-amount {
        font-size: 32px;
       
    }
    .text-top,
    .text-bottom {
        font-size: 14px;
        
    }
    .icon-crown p,
    .save-box p {
        font-size: 14px;
    }
    .Pricing-main-box h1 {
        font-size: 24px!important;
    }
    .life-time-quick-features p {
       
        font-size: 13px;
        margin: 0 16px;
 
    }
    .features p{
        font-size: 14px;
    }
    .btns a{
        font-size: 16px;
    }
    .table-top p {
       
        font-size: 17px;
   
    }
    .price-main {
        font-size: 21px;
       
    }
    .experience, .level {
        font-size: 18px;
        font-weight: 600;
        color: #757575;
    }
    .btn-buy {
 
        font-size: 14px;
      
    }
    .Pricing-main-box h1 {
        font-size: 30px;
    
    }
    .text-sub-heading {
        font-size: 18px;
      
    }
    #features-heading {
        font-size: 20px!important;
       
    }
}
@media only screen and (max-width:571px){
    .line-break-text{
        width: 100%;
        display: block;
    }
    .home-box-special-heading{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .home-box-special3 .quick-actions-btns a {
        width: 60% !important;
        margin: 2px auto!important;
        padding: 4px 16px !important;
    }
    .home-box-special3 .form-check{
        width: 100%;
        margin: 0 auto!important
    }
    .home-box-special-heading{
        margin: 0 auto;
    }
    .pricing-table td.lvl,
    .pricing-header th.lvl {
        padding-left: 30px;
    }
    .head-pricing {
        padding-left: 35px !important;
    }
    .resume-privacy-lables label {
        font-size: 15px;
        
    }
    .resume-privacy-lables {
        width: 43px;
    }
    .alert-privacy{
        font-size: 13px;
    }
    .hide-on-responsive{
        display: none!important;
    }
    #template-select{
        margin-left: 0!important;
    }
    .live-templete-top{
        padding: 8px;
       }
}
@media only screen and (max-width:500px){

    #features-heading {
        font-size: 18px!important;
       
    }
    .life-time-quick-features p {
        
        margin: 0 12px;
    }
}
@media only screen and (max-width:484px){
    .text-sub-heading {
        font-size: 13px!important;
    }
    .alt-payment p {
        font-size: 12px;
    
    }
    .subscription-box {
        width: 60%;
        top: -23px;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
    }
    .pricing-table td.lvl {
        padding-left: 10px;
    }
    .btn-buy {
     
        right: -7%;
    }
    .Pricing-main-box h1 {
        font-size: 26px !important;
    }
    .price-main {
        font-size: 18px;
    }
    .experience, .level {
        font-size: 15px;
    
    }
    .text-sub-heading {
        font-size: 15px;
    }
}
@media only screen and (max-width:461px){
    .text-sub-heading {
        font-size: 11px!important;
    }
    .pricing-table td.custom-price {
        font-size: 14px;
   
    }
    .buy-button{
        line-height: 17px;
    }
    .pricing-table td {
        font-size: 14px;
        padding: 4px;
    }
    .pricing-header th {
        text-align: left;
        padding: 6px ;
        border-bottom: 1px solid #a7a7a750;
        font-size: 15px;
    }
    .call-btn-msg{
        display: flex;
        width: fit-content;
        
    }
    .message-inside-btns{
        flex-wrap: wrap!important;
    }
    .icon-crown p, .save-box p {
        font-size: 12px;
    }
    .table-top p {
        font-size: 15px;
    }
    .btn-buy {
        font-size: 12px;
    }
    .pricing-inner{
        padding-left: 15px;
    }
    .btns a {
 
        margin: 0 8px;
  
    }
    .experience, .level {
        font-size: 13px;
    }
    .table-top {
        padding: 0 6px;
 
    }
    .features p {
        font-size: 12px;
    }
    .key-features p {
        font-size: 12px;
    }
    .icon-crown .material-symbols-outlined {
        font-size: 19px!important;
        padding: 4px;
     
    }
    .icon-crown p{
        margin-left: 2px!important;
    }
}
@media only screen and (max-width:395px){
    .alt-payment p {
        font-size: 11px;
    
    }
    .pricing-table td.custom-price {
       display: flex;
       justify-content: center;
       align-items: center;
       flex-wrap: wrap;
    }
    .btn-templates-live span{
    
        font-size: 24px;
       
    }
    
    .live-templete-top #template-select,
    .btn-choose-template{
        font-size: 14px;
    }
   
    .btns a {
        font-size: 14px;
    }
    .table-top p {
        padding: 5px 8px;
       
    }
    .icon-crown .material-symbols-outlined {
        display: none;
    }
    .icon-crown p,
    .save-box p {
        padding: 6px 5px;

    }
    .price-main {
        font-size: 16px;
    }
    .btn-buy {
        right: -9%;
    }
    .features .material-symbols-outlined {
      
        font-size: 28px;
    }
}
@media only screen and (max-width:378px){
    .table-top p {
        font-size: 14px;
    }
    .experience, .level {
        margin-left: 1px!important;
    }
    .experience, .level {
        font-size: 12px;
    }
    .btn-buy {
        padding: 4px 16px;
      
    }
   
}
@media only screen and (max-width:356px){
    .btns a {
        font-size: 13px;
    }
}
@media only screen and (max-width:1322px){
    .quick-actions-btns a{
        width: 70%!important;
    }
}
@media only screen and (max-width:1283px){
    .home-box-special{
        height: 310px;
    }
}
@media only screen and (max-width:1168px){
    .quick-actions-btns a{
        width: 80%!important;
    }
    .resume-privacy .form-check-input {
        height: 24px;
        width: 56px;
    }
    .home-box-special{
        height: 330px;
    }
}
@media only screen and (max-width:1022px){
    .quick-actions-btns a{
        width: 90%!important;
    }
}
@media only screen and (max-width:1000px){
    .modal-setting{
        width: 70%;
    }
    .user-profile-img1 {
        margin-top: 70px!important;
    }
}
@media only screen and (max-width:991px){
    .home-box{
       
        height: 230px;
      
    }
    .common-width3 {
        width: 40%;
    }
    
}
@media only screen and (max-width:850px){
  
    .common-width3 {
        width: 50%;
     
    }
    .common-width {
        width: 85%;
    }
}
@media only screen and (max-width:768px){
   
    .home-box-special{
        height: 290px;
    }
   
    .common-heading {
        margin-top: 100px; 
    }  
    .scrolled{
        flex-direction: row!important;
    }
    .Pricing-main-box{
        margin-top: 80px!important;
    }
    .right-panel-icons_top{
        flex-direction: row!important;
    }
    .right-panel-icons_top a{
        margin: 0 10px;
    }
    .Pricing-main-box3{
        margin-top: 22px!important;
    }
}
@media only screen and (max-width:710px){
    .common-width {
        width: 100%;
    }
}
@media only screen and (max-width:600px){

    .btn-home{
        top: 86%;
    }
    .btn-home{
        width: 50%;
        margin: 0 auto;
    }
    .nav-tabs-my_responses .nav-item .nav-link {
        font-size: 14px;
    }
    .title{
        font-size: 18px;
        font-weight: 600;
    }
    .records button span {
        font-size: 22px;
       
    }
    .input-div4 {
        width: 45%;
    }
    .input-div3 {
        width: 45%;
    }
    .common-width3 {
        width: 80%;
     
    }
    .messages-person-name {
        font-size: 17px;
      
    }
    .common-heading{
        font-size: 23px;
    
    }
    ul i {
        font-size: 16px;
    }
    .nav-tabs .nav-item_ATS_builder .nav-link {
        font-size: 14px;
    }
    .navbar-collapse {
         width: 220px;
     }
    .icon-home {
     position: relative!important;
     top: 0;
     left: 0;
    }
 
    .plan-upgrade  .btn{
        margin-top: 20px;
    }

    .plan-upgrade{
        border-radius: 4px;
    }
  .upgrade-plan-box{
    justify-content: center!important;
  }
  .home-box-top-content{
    margin-left: 0!important;
    width: 100%;
  }
  .home-box-top-content h2{
 text-align: center;
  }
  .home-box-top-content p{
   text-align: center!important;
  }
  .home-box{
    height: fit-content;
    width: 100%;
  }
  .home-tab-heading {
    font-size: 23px!important;
  }
  .lead{
    font-size: 16px;
  }
  .home-box p{
    font-size: 13px;
  }
 
.input-div2 {
    width: 100%;
    margin-top: 6px;
}


}

@media only screen and (max-width:487px){
    .icon-crown p, .save-box p {
        font-size: 12px;
    }
    .btns a {
        font-size: 14px;
    }
    .home-box-special{
        padding: 8px!important;
    }
}
@media only screen and (max-width:485px){
    .pricing-table td.lvl, .pricing-header th.lvl {
        padding-left: 9px;
    }
}
@media only screen and (max-width: 470px) {
    .home-tab-heading3 {
        font-size: 20px!important;
    }
    .tab-btns-home button{
       font-size: 14px;
       padding: 8px;
    }
    .lead {
        font-size: 14px;
    }
    .home-box-special{
        height: 310px;
    }
    
 .statics-responsive{
    display: none!important;
 }
 .home-tab-heading3 {
    margin-top: 80px !important;
}
.statics-responsive-show{
    display: flex!important;
}
.statics-responsive-show .box{
    width: 50%;
}
   
    .academic-bg-btns button{
        width: 90%!important;
    }
    .btn-home{
        width: 80%;
        margin: 0 auto;
    }
    .statics{
        width: 270px!important;
        margin: 0 auto;
    }
    .statics .box2{
        border: none;
    }
    .tooltip{
        display: none;
    }
    .title{
        font-size: 16px;
        font-weight: 600;
    }
    .input-div3 {
        width: 100%;
    }
    .common-width3 {
        width: 100%;
     
    }
    .btn-custom-ATS {
        width: 100%;
    }
    .common-heading{
        font-size: 20px;
    
    }
    .messages-person-name {
        font-size: 16px;
      
    }
    .description {
        font-size: 14px;
      
    }
    .description span{
        font-size: 13px;
      
    }
    .description .icon-call{
        font-size: 20px!important;
      
    }
    .modal-setting{
        width: 100%;
    }
    .create-resume-menu-text {
        font-size: 14px;
    }.right-panel-icons_top .icon span {
        font-size: 19px;
    }
    .menu-box {
        padding: 0;
    }
   
    .menu-btn span {
        vertical-align: bottom;
       }
    }
    @media only screen and (max-width:416px){
        .user-choosed p {
            font-size: 14px;
           
        }
        .head-pricing {
            padding-left: 15px !important;
        }
        .tab-btns-home button i{
        display: none!important;
         }
         .user-choosed img {
            width: 36px;
           
        }
      .save-box {
          
          width: fit-content;
          margin: 0 auto;
          margin-top: 10px;
      }
    }
@media only screen and (max-width: 370px) {
    .create-resume-menu-text {
        font-size: 12px;
    }
    .menu-btn span {
        vertical-align: bottom;
        font-size: 22px;
    }
  }
@media only screen and (max-width: 355px) {
   
    .menu-btn span {
     display: none;
    }
  }
  
  /**/
  input.ur-input-border-green, textarea.ur-input-border-green {
    border-color: #1ea71b00 !important;
}
.features p {
    text-align: left;
}
.bg-bck {
    background: url(https://atsresume.in/newweb/wp-content/uploads/2025/04/cubes.png) #ffffff45;
    background-blend-mode: overlay;
}
/**/

 /* New pricing box css =========================== */
        .new-pricing-box{
            border-radius: 12px;    
     
        }
        .Indian{
            border: 3px solid #259b7244;
            background-color: #edfef556;
        }
        .Indian_Global{
            border: 3px solid #484cc541;
            background-color: #484cc50e;
        }
        .Pricing-heading-new{
            padding: 4px 20px;
            font-size: 20px!important;
            font-weight: 700!important;
            left: 50%;
            transform: translateX(-50%);
            background-color: #fff;
            border-radius: 50px;
            top: -18px;
        }
        .Indian .Pricing-heading-new{
            color: #259b72!important;
            border: 2px solid #259b7244;
        }
        .Indian_Global .Pricing-heading-new{
            color: #484dc5;
            border: 2px solid #484cc541;
        }
        .Indian-pricing-details h1,
        .Indian_global-pricing-details h1{
            font-size: 27px;
            font-weight: 700;
            color: #515151;
        }
        .Indian-pricing-details h1,
        .colorIndian{
            color: #259b72; 
        }
        .Indian_global-pricing-details h1{
            color: #484dc5;
        }
        .Indian-pricing-details p,
        .Indian_global-pricing-details p{
            font-size: 14px;
           
            color: #6d6d6d;
            font-weight: 600;
        }
        .Indian-pricing-details a,
        .Indian_global-pricing-details a{
            padding: 2px 20px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 400;
            border: 3px solid #7777773c;
            background-color: #259b72;
            color: #fff;
        }
        .italic-text{
            color: #0D6FFC;
            font-weight: 700;
        }
        .Indian_global-pricing-details a{
            background-color: #484dc5;
        }
        .plan-features {
            font-size: 14px;
            color: #6d6d6d;
            margin-top: 8px;
        }
       .Indian-text-small{
        font-size: 14px;
        font-weight: 600;
        color: #3b3b3b;
       }
        .divider {
            height: 1px;
            background-color: #259b7244;
            margin: 10px 0;
        }
        .indian-para{
                color: #259b72;
    font-size: 12px;
    margin-top: 6px;
 
    padding-top: 2px;
        }
        .gst-text{
             font-size: 12px;
    margin-top: 6px;
    font-style: italic;
    text-align: left;
        }
        .indian-global-para{
            color: #484dc5;
    font-size: 12px;
        font-size: 12px;
    margin-top: 6px;
 
    padding-top: 2px;
        }
        .btns-indian-global-common a{
color: #fff;
    padding: 5px 14px;
    font-size: 18px !important;
    line-height: 2rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    font-family: "Roboto", sans-serif !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .24) !important;
    text-transform: capitalize !important;
    border-radius: 50px !important;
        background-color: #F46601;
  
        }
            .btns-indian-global-common a:hover{
 background-color: #d55c05;
    transform: translateY(-6px);
    box-shadow: 0 4px 2px 2px #d55c0555 !important;
    transition: 0.3s 
ease-in-out;
            }
#features-heading2{
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: #5a5a5a;
    padding: 0 20px;
}
#features-heading2::before,
        #features-heading2::after {
            content: "";
            display: block;
            height: 2px;
            width: 20px;
            background: linear-gradient(
                to right,
                rgba(44, 62, 80, 0.7),
                transparent
            );
            flex-shrink: 0;
            margin: 0 15px;
        }

        #features-heading2::before {
            background: linear-gradient(
                to left,
                rgba(44, 62, 80, 0.7),
                transparent
            );
        }

           .btns-indian-global-common a .material-symbols-outlined{
            vertical-align: sub;
           }
        .btns-indian-global-common .whatsapp{
     background-color: #03808C;
 
        }
        .features2 p{
            font-size: 15px!important;
              font-family: "Inter", serif;
        }
        .features2 p strong{
            color: #464646!important;
        }
          .features2 .material-symbols-outlined{
            color: #515151;
            font-size: 22px;
          }
         .btns-indian-global-common .whatsapp:hover{
                background-color: #02707a;
    transform: translateY(-6px);
    box-shadow: 0 4px 2px 2px #02707a42 !important;
    transition: 0.3s 
ease-in-out;
         }
         .pricing-box2{
            min-width: 97%;
         }
    
      /* New Home top ==================== */
      .New_home_top{
        cursor: pointer;
    border-radius: 8px;
    border: 2px solid #d9d9d94b;
    box-shadow: 0 3px 4px #dadada1f;
    border-radius: 14px;
    border: 5px solid #9d9d9d1f;
 
    background-color: #fff;
      }
      .New_home_top_details{
            background-color: #ffffff;
            border-bottom: 1px solid #c5c5c549;
            border-radius: 14px 14px 0 0 ;
      }
      .New_home_top_details img{
        width: 100px;
        border-radius: 50px;
        border: 2px solid #c5c5c519;
      }
   .New_home_top_details h1 {
    font-size: 22px;
    font-weight: 700 !important;
    color: #4c4c4c !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 18ch; 
}

          .New_home_top_details p{
            font-size: 14px;
            font-weight: 600;
            color: #3f3f3f;
          }
          .small-stats{
            right: 5px;
            top: 12px;
          }
             .New_home_top_details .small-stats p{

font-size: 12px;
border-radius: 50px;
padding: 3px 10px;
font-weight: 500;
border: 1px solid #afafaf29;
margin: 0 5px;
background-color: #fff;
    background-color: #F2F1FF;
    color: #8572D2 !important;
             }
             .New_home_top_details .small-stats p span{
                font-weight: 700;
             }

            .New_home_top  .home-box-special4{
                border: none!important;
                margin-top: 0!important;
              
                   background-color: #F8F9FD;
                box-shadow: none!important;
                
            }
           .New_home_top_details .tag {
    width: fit-content;
    padding: 3px 20px;
    border-radius: 50px;
    border: 1px solid #f5c2c7;
    font-size: 14px;
    font-weight: 600;
    background-color: #fdecea; 
    color: #d6001c;
}
  .New_home_top_details .tagactive{
    color: green;
    background-color: rgb(235, 245, 235);
    border: 1px solid rgb(200, 246, 200);
  }
              .New_home_top .home-topbox2{
                justify-content: flex-start!important;
                width: 100%;
            
              }
                 .New_home_top .home-topbox2 a{
                    width: fit-content!important;
                    padding: 8px 22px!important;
                 }
                    .btn-new-home{
                        margin-top: 17px;
                    }
                 .btn-new-home a{
                    padding: 4px 16px;
                    border-radius: 50px;
                    font-size: 14px;
                    font-weight: 600;
                    border: 3px solid #25252518;
                    
                 }
                  .btn-new-home .bg-secondary{
                    background-color: #8c949cca!important;
                  }
                 .btn-new-home a .material-symbols-outlined{
                    vertical-align: sub;
                    font-size: 19px;
                 }
                  .btn-new-home a:hover{
                    transform: translateY(-2px);
                    transition: 0.2s ease;
                  }
                  .home-box-special4 .save-btn{
                    margin-left: 14px!important;
                    font-size: 12px!important;
                  }
               
.home-topbox .form-check-input {
  transition: all 0.3s ease;
}


.home-topbox .form-check-input:not(:checked) {
    border: 1px solid!important;
  border-color: #f5c2c7!important;
  background-color: #ffeeef!important;
  box-shadow: none;
}

@media only screen and (max-width:1373px){
.Pricing-heading-new {
    padding: 4px 20px;
}
}
@media only screen and (max-width:1296px){
     .Pricing-heading-new{
            padding: 4px 10px;
         
        }
    .New_home_top_details h1 {
    font-size: 20px;
    max-width: 18ch;
}
.New_home_top_details .tag {
    width: fit-content;
    padding: 3px 10px;

}
}
@media only screen and (max-width:992px){
      .common-width{
     width: 90%!important;   
    }
    .containerWidth{
        max-width: 100%!important;
    }
    .Pricing-heading-new {
    padding: 4px 20px;
    width: 55%;
    text-align: center;
}
}
@media only screen and (max-width:845px){
    .New_home_top_details img {
    width: 83px;
 
}
.small-stats {
   
    top: 3px;
}
    .New_home_top_details .tag {
        font-size: 13px;
    }

}
  @media only screen and (max-width:815px){
  .common-width{
     width: 85%!important;   
    }
  }
  @media only screen and (max-width:768px){
        .Pricing-heading-new {
  
    width: 60%;
    font-size: 18px!important;

}
    .New_home_top {
        margin-top: 65px!important;
    }
       .home-box-special4 .save-btn{
            width: fit-content!important;
        }
  }
    @media only screen and (max-width:725px){
              .Pricing-heading-new {
  
    width: 65%;
    font-size: 18px!important;

}
.flex-responsive{
    flex-wrap: wrap;
    width: 100%;
}
.flex-responsive img{
    margin: 0 auto!important;
    margin-bottom: 10px!important;
}
.flex-responsive div{
    width: 100%;
}
.btn-new-home {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.details-box {
    width: 100%!important;
    justify-content: center!important;
}
.details-box div{
    width: 100%!important;
    justify-content: center!important;
}

  }
  @media only screen and (max-width:602px){
              .new-pricing-box  .Pricing-heading-new  {
  
    width: 78%;
    font-size: 16px!important;

}

  }
  @media only screen and (max-width:579px){
    .home-topbox  .form-check{
        justify-content: center;
        margin: 0 auto!important;
    }
        .home-topbox div .form-check-label {
            width: 80px;
        }
         .home-topbox .save-btn {
            margin: 0 auto!important;
            margin-top: 10px!important;
         }
    .btn-new-home {
        flex-wrap: wrap;
    }
    .column-responsive{
        flex-direction: column;
    }
     .btn-new-home a{
        width: 51%;
        margin: 5px 0!important;
        text-align: center;
     }
  }
   @media only screen and (max-width:551px){
 
     .home-topbox  .form-check{
        justify-content: start;
        margin: 0!important;
    }
        .home-topbox div .form-check-label {
            width: 80px;
        }
         .home-topbox .save-btn {
            margin: 0 !important;
            margin-top: 10px!important;
         }
.small-stats {

    top: 412px !important;
}
.Indian-pricing-details a, .Indian_global-pricing-details a{
    align-self: flex-start;
}
.Indian-text-small {
    font-size: 12px;
 
}
  }
    @media only screen and (max-width:471px){
            .Pricing-main-box h1 {
        font-size: 20px !important;
    }
    .new-pricing-box .Pricing-heading-new {
        width: 90%;
        font-size: 14px!important;
 
    }
    .Indian-pricing-details p, .Indian_global-pricing-details p {
    font-size: 12px;

}
.Indian-pricing-details a, .Indian_global-pricing-details a {
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 14px;
  
}
.btns-indian-global-common a

 {
    color: #fff;
    padding: 5px 14px;
    font-size: 14px !important;
    

}
    }
  @media only screen and (max-width:442px){
        .btn-new-home a {
        width: 90%;
        margin: 5px 0 !important;
        text-align: center;
    }
    .name-box{
        flex-direction: column;
    }
      .name-box .tag{
margin: 4px;
      }
          .small-stats {
        right: 5px;
        top: 486px !important;
    }
    .Indian-text-small {
    font-size: 10px!important;
 
}
  }
  @media only screen and (max-width:402px){
    .btns-indian-global-common a

 {
    width: 51%;
    margin: 4px auto!important;

    

}
  }
   @media only screen and (max-width:383px){
    .new-pricing-box .Pricing-heading-new {
        width: 94%;
        font-size: 13px!important;
 
    }
    .Indian-text-small {
    font-size: 10px!important;

}
    .new-pricing-box .Pricing-heading-new {
        padding: 4px 10px;
        width: 80%;
        font-size: 13px !important;
    }
    }


    /* Home 4 css ============================ */
    .small-stats2{
        top:-24px
    }
    .width-pricing{
        width: 100%;
        margin: 5px 0 10px 0;
    }
    .show-mobile{
        display: none;
    }
    .pricing-part-box{
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.121);
    width: 620px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #fff;
    padding: 18px;
    width: 97%;
        margin-top: 28px !important;
    }
    .pricing-part-box li{
        font-size: 15px;
        color: #515151;
      font-family: "Inter", serif;
      margin-top: 4px;
          border-bottom: 1px solid #52525215;
    text-align:left;
          padding: 3px 0;
    }
     .pricing-part-box .bold-pricing{
        font-weight: 700;
        margin-right: 4px;
        color: #464646;
     }
        .pricing-part-box p{
            color: #494DC4;
            font-size: 14px;
        }
         .pricing-part-box p span{
             color: #494DC4!important; 
         }
      
    .btn-home-4-bottom a {
  color: #fff;
  padding: 5px 14px;
  font-size: 14px !important;
  line-height: 2rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  font-family: inter, sans-serif !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .24) !important;

  border-radius: 50px !important;
  transition: 0.3s ease-in-out;
  margin-top: 3px!important;
}


.btn-home-4-bottom .whatsapp-btn {
  background-color: #00604b;
}

.btn-home-4-bottom .linkedin-btn {
  background-color: #006199;
}

.btn-home-4-bottom .email-btn {
  background-color: #0073b1; 
}

.btn-home-4-bottom .phone-btn {
  background-color: #009688; 
}


.btn-home-4-bottom a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 2px 2px rgba(0, 0, 0, 0.2) !important;
}

/* Ai Badge ================ */
.ai-badge {
            display: inline-flex;
            align-items: center;
            
            background: linear-gradient(135deg, #6e8efb, #a777e3);
            color: white;
            padding: 2px 10px;
            border-radius: 50px;
            
            font-size: 12px;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
            user-select: none;
            transition: all 0.3s ease;
            cursor: pointer;
           ;
           left: 50%;
           transform: translateX(-50%);
           bottom: -14px;
        }
        
        .ai-badge:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        }
        
     
        
        .ai-badge i {
            font-size: 12px;
            filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
            position: relative;
            z-index: 1;
        }
        
        .badge-text {
            position: relative;
            z-index: 1;
            letter-spacing: 0.5px;
        }
    @media only screen and (max-width:1050px){
        .features2 p {
    font-size: 14px!important;
  
}
    }    
    @media only screen and (max-width:992px){
        .home-box-special-heading2{
            width: 200px;
            text-align: left;
            margin-bottom: 0!important;
        }
    }
    @media only screen and (max-width:882px){
        .Indian-pricing-details a, .Indian_global-pricing-details a {
            padding: 4px 10px;
            font-size: 14px;
        }
        .Indian-pricing-details h1,
        .Indian_global-pricing-details h1{
            font-size: 21px;
        }
    }
    @media only screen and (max-width:744px){
        .home-box-special4{
            flex-wrap: wrap!important;
        }
    }
    @media only screen and (max-width:725px){
        .column-responsive2{
            flex-direction: column;
        }
         .Indian-pricing-details a, .Indian_global-pricing-details a {
            padding: 4px 10px;
            font-size: 16px;
        }
          .Indian-pricing-details h1,
        .Indian_global-pricing-details h1{
            font-size: 25px;
        }
        .justify-responsive2{
            align-items: center!important;
        }
       .flex-responsive .home3img {
        align-self: flex-start;
            margin: 0!important;
        }
        .flex-responsive2{
            flex-wrap: nowrap;
        }
        .details-box2 div{
            justify-content: flex-start!important;
        }
        .column-responsive2{
            align-items: start!important;
        }
    }
    @media only screen and (max-width:705){
        .hide-mobile{
            font-size: 13px!important;
        }
          
   
    }
    @media only screen and (max-width:698px){
          .home-box-special4 .save-btn{
                width: 30%!important;
                text-align: center;
            }
            .Indian-pricing-details a, .Indian_global-pricing-details a {
        padding: 2px 10px;
        font-size: 13px;
    }
                    .show-mobile{
        display: flex!important;
        margin-top: 8px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .hide-mobile{
        display: none;
    }
    }
    @media only screen and (max-width:663px){
.btn-home-4-bottom a{
    width: 51%;
    margin: 0 auto;
}
    }
    @media only screen and (max-width:658px){
        .gst-text {
    
    margin-top: 16px;
  
}
   
    .pricing-part-box p,
    .pricing-part-box li,
    .features2 p{
           
            font-size: 12px!important;
        }
        .btn-new-home4{
            flex-wrap: wrap;
        }
        .btn-new-home4 a{
            width: 51%;
            text-align: center;
            margin-top: 6px;
        }
        .btn-new-home4 .btn-3{
            margin-bottom: 40px;
        }
        .small-stats2 {
    top: 187px;
    left: 20%;
}
 .small-stats2 p{
    border: 2px solid #c7c7c742!important;
 }
  .name-box2{
    margin-left: 10px;
    align-items: center!important;
  }
 .name-box2{
    margin-top: 20px;
 }
    }
       @media only screen and (max-width:579px){
            .home-box-special-heading2 {
        width: fit-content;
        text-align: left;
        margin: 0 !important;
        margin-bottom: 0 !important;
    }
        .resume-privacy4{
            flex-wrap: wrap;        }
        #features-heading2{
            font-size: 16px!important;
        }
            .home-box-special-heading2{
                margin-bottom: 8px!important;
            }
        .show-mobile{
            font-size: 14px!important;
            justify-content: center!important;
            text-align: center;
        }
          .btn-new-home4 .btn-3{
            margin-bottom: 50px!important;
        }
               .small-stats2 {
    top: 196px!important;
    left: 20%;
}
  .btn-new-home4 a{
            width: 60%;
           
        }
                       .small-stats2 {
    top: 196px!important;
    left: 22%;
}
       }
 
       @media only screen and (max-width:497px){
        .btn-home-4-bottom a{
    width: 71%;
    margin: 0 auto;
}
        .user-choosed p {
    font-size: 14px;

}
.user-choosed img {
    width: 36px;
}
      
        .btn-new-home4 a{
            width: 80%;
           
        }
                       .small-stats2 {
    top: 196px!important;
    left: 28%;
}
.name-box2{
    flex-wrap: wrap!important;
}
.name-box2 h1{
    width: 100%;
}
                       .small-stats2 {
    top: 230px!important;
    left: 28%;
}
  
       }

          @media only screen and (max-width:442px){
            .ai-badge{
                width:62%;
                display: flex;
                justify-content: center;
                
            }
                    .user-choosed p {
    font-size: 12px;

}
            .home-box-special4 .save-btn2{
                position: absolute;
                top: 0px;
                right: 16px;
            }
                .home-box-special-heading2{
                    text-align: left;
                }
                .home-box-special4 .save-btn {
        width: 35% !important;
        text-align: center;
    }
                      .btn-new-home4{
            margin-left: -74px;
        }
            .small-stats2 {
        top: 230px !important;
        left: 6%!important;
    }
           .name-box2{
            flex-direction: row!important;
           } 
               .name-box2 .tag2{
            display: none!important;
           }
          }
          @media only screen and (max-width:417px){
            #features-heading2::before, #features-heading2::after

 {

    width: 10px;
 
}
  
            .Pricing-main-box3{
                padding: 8px;
            } 
                      .show-mobile{
            font-size: 10.5px!important;
            justify-content: center!important;
            text-align: center;
        }
                .btn-new-home4 a{
            width: 90%;
       
        }
            .btns-indian-global-common a {
        width: 80%;
        margin: 4px auto !important;
    }
          }
          @media only screen and (max-width:370px){
            #features-heading2{
                padding: 0!important;
            }
                          .new-pricing-box .Pricing-heading-new {
                                    top: -14px;
        width: 79%;
        font-size: 13px !important;
    }
          }
           @media only screen and (max-width:372px){
                .user-choosed img {
        width: 34px;
        margin-left: -18px;
 
    }
     
                     .btn-new-home4 a{
            width: 95%;
       
        }
            .Indian-text-small {
        font-size: 10px;
    }
    .mobile-R{
        width: 88%!important;
        margin: 0 auto;
    }
        .Indian-pricing-details, .Indian_global-pricing-details{
            padding-left: 8px!important;
            padding-right: 8px!important;
        }
        .Indian_Global{
            margin-top: 26px!important;
        }
           }
