
body{
    font-family: "Rubik", sans-serif;
}

.header_sec {
    width: 100%;
    background: #fff;
    padding: 15px 0px;
}

.me-auto {
    margin: auto;
}

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

.shop_icons li{
    margin-left: 20px;
}

.shop_icons li img {
    width: 22px;
    height: 22px;
}

.shop_icons li a img.arrow_ico {
    width: 13px;
    height: 13px;
    margin-left: 5px;
}
.contact_btn {
    background: #142131;
    padding: 10px 24px;
    border-radius: 8px;
}
.contact_btn .nav-link {
    color: #ffffff !important;
}
.fixed-header .contact_btn .nav-link {
    color: #ffffff !important;
}
.navbar{
    padding: 0px;
}

.navbar-brand img{
    width: 115px;
}

.nav-link{
    color: #142131 !important;
}

.navbar-nav a {
    font-size: 17px;
    padding: 0px;
}

.navbar-nav li.nav-item {
    margin: 0px 10px;
}

.active{
    background: url('../images/activedot.svg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 8px;
}

.active a {
    font-weight: 600;
}

.banner_sec {
    width: 100%;
    background: url('../images/bannerBG.svg');
    padding: 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background: #142131;
    border-radius: 24px;
}

.banner_sec img{
    width: 100%;
}

.banner_sec h1 {
    color: #fff;
    margin-bottom: 15px;
    line-height: 65px;
    font-size: 60px;
    text-align: left;
    margin-top: -70px;
}

.banner_sec h1 span{
    color: #CAC9FB;
}

.banner_sec p {
    color: #fff;
    font-weight: 300;
    opacity: 0.8;
    font-size: 16px;
    max-width: 435px;
    margin-bottom: 0px;
    margin-top: 25px;
    line-height: 26px;
    padding-right: 18px;
}

.banner_sec button{
    background: #CAC9FB;
    color: #142131;
    border: none;
    margin-top: 30px;
    font-size: 13px;
    padding: 8px 17px;
    font-weight: 500;
    border-radius: 3px;
}

.persent_value{
    width: 100%;
    background: none;
    padding: 0px;
    margin-top: 60px;
}

.persent_value ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    width: 70%;
}

.persent_value li {
    float: none;
    text-align: left;
    font-size: 12px;
    color: #fff;
    width: 33.33%;
    font-weight: 400;
    padding-right: 16px;
    line-height: 16px;
}

.layer1 {
    position: absolute;
    right: -90px;
    top: 0;
    bottom: 0;
}

.layer1 img {
    width: 140px;
}

.layer2 {
    position: absolute;
    left: -90px;
    top: 0;
    bottom: 0;
}

.layer2 img {
    width: 140px;
}

.persent_value li span {
    font-size: 37px;
    display: block;
    line-height: normal;
    font-weight: 400;
}

.ourprocess_sec{
    width: 100%;
    background: none;
    padding: 80px 0px;
}

.page_title{
    width: 100%;
    background-color: transparent;
    margin-bottom: 35px;
}

.page_title h3 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
    color: #142131;
}

.page_title p {
    text-align: center;
    font-size: 16px;
    max-width: 460px;
    margin: auto;
    color: #4C4C4C;
    opacity: 0.8;
}

.process_card{
    width: 100%;
    position: relative;
}

.process_card span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #142131;
    padding: 30px 70px;
    width: 100%;
    height: 210px;
}
.header_icon {
    background: #F5F5F0;
    width: 44px;
    height: 44px;
    line-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.process_card img{
    width: 100%;
    display: block;
}

.process_slider{
    width: 80%;
    margin: auto;
    position: relative; 
}

.process_card h4{
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.process_card p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 14px;
}

.mySwiperLayout {
    height: 745px; 
    overflow: hidden;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}

.layouts_sec .swiper-button-next, .layouts_sec .swiper-button-prev {
    left: 59%;
}
.layouts_sec .swiper-button-prev, .layouts_sec .swiper-rtl .layouts_sec .swiper-button-next {
    top: -38px;
}
.layouts_sec .swiper-button-next, .layouts_sec .swiper-rtl .layouts_sec .swiper-button-prev{
    right: 35px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 35px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 35px;
}
.swiper-button-next, .swiper-button-prev {
    top: 60%;
}
.layouts_sec {
    width: 100%;
    background-color: #F5F5F0;
    padding: 0px 0px;
    position: relative;
}
.layouts_sec img {
    width: 100%;
    display: block;
}

.layouts_sec h3 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
    color: #142131;
}
.layouts_sec p {
    text-align: center;
    font-size: 16px;
    max-width: 460px;
    margin: auto;
    color: #4C4C4C;
    font-weight: 200;
}
.layout_img {
    position: absolute;
    top: 105px;
    right: 23px;
    z-index: 9;
}
.layout_img button {
    border-radius: 100px !important;
}
.layouts_sec button {
    background: #CAC9FB;
    color: #142131;
    border: none;
    margin-top: 30px;
    font-size: 13px;
    padding: 8px 17px;
    font-weight: 500;
    border-radius: 3px;
}

.layouts_sec section{
    text-align: center;
    padding: 20px 70px;
}

.layouts_sec .paginat_arrow {
    width: 100%;
    background: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
}

.paginat_arrow ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 0 30px;
}

.paginat_arrow li{
    position: relative;
}

.paginat_arrow li img {
    width: 40px;
    height: auto;
}

.chooseplan_sec{
    width: 100%;
    background-color: #142131;
    background-image: url('../images/center_shade.svg');
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.chooseplan_sec .page_title h3 {
    color: #fff;
}

.chooseplan_sec .page_title h3 span{
    color: #CAC9FB;
}

.chooseplan_sec .page_title p {
    color: #c3c3c3;
}

.chooseplan_inside{
    width: 80%;
    background-color: transparent;
    margin: auto;
    margin-top: 70px;
}

.plans_card {
    width: 100%;
    background-color: #CAC9FB;
    border-radius: 30px 30px 20px 20px !important;
    overflow: hidden;
}

.plans_head{
    padding: 15px 0px;
    background-color: transparent;
}

.plans_head h4 {
    text-align: center;
    margin: 0px;
    color: #142131;
    font-size: 21px;
}

.plans_body {
    width: 100%;
    background: #fff;
    padding: 30px 25px;
    border-radius: 25px 25px 0px 0px;
}
.plans_body p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #142131;
}

.plans_body h2 {
    text-align: left;
    font-size: 40px;
    color: #142131;
    margin-bottom: 10px;
    font-weight: 600;
}

.plans_body h2 span {
    font-size: 15px;
    font-weight: 400;
}

.plans_body ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: 1px solid #4C4C4C;
    padding-top: 20px;
    margin-top: 15px;
    padding-right: 70px;
}

.plans_body li {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #142131;
    line-height: 15px;
    position: relative;
    padding-left: 30px;
}

.plans_body li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: default;
}
.plans_body input[type="checkbox"][disabled] {
  cursor: default;
}
.plans_body li label {
    cursor: default;
    line-height: 18px;
}

.plans_body li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #142131;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    vertical-align: middle;
    cursor: default;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.plans_body li input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid #142131;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.plans_body button {
    background: #CAC9FB;
    color: #142131;
    border: none;
    font-size: 15px;
    padding: 10px 17px;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

.most_popular {
    width: 100%;
    background-color: transparent;
    margin-bottom: 25px;
}

.most_popular button {
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #fff;
    padding: 7px 20px;
    text-align: center;
    border-radius: 50px;
    display: block;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
}

.easytouse_sec{
    width: 100%;
    background: #fff;
    padding: 80px 0px;
}

.easytouse_sec img {
    width: 100%;
    display: block; 
}
.center__easy_img {
    height: 760px;
}
.center__easy_img img {
    height: 100%;
    border-radius: 24px;
}
.easytouse_card {
    width: 100%;
    background: none;
    padding: 50px 50px;
    background: #F5F5F0;
    border-radius: 16px;
}

.easytouse_card h3 {
    text-align: left;
    font-size: 27px;
    padding-right: 50px;
    color: #142131;
    line-height: 35px;
    opacity: 0.8;
}

.easytouse_card label {
    color: #142131;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    text-align: left;
}
.form-control:focus {
    box-shadow: unset;
}
.easytouse_card input{
    height: auto;
    box-shadow: none !important;
    border: 1px solid #99999917 !important;
    font-size: 13px;
    background: #ebebebb5 !important;
    border-radius: 2px;
    padding: 10px 15px;
}

.easytouse_card .form-group{
    margin-bottom: 25px;
}

.easytouse_card form{
    margin-top: 35px;
}

.select_outer{
    position: relative;
}

.easytouse_card .form-control {
    height: auto;
    box-shadow: none !important;
    border: 1px solid #B4BED5 !important;
    font-size: 13px;
    background: #F5F5F0 !important;
    border-radius: 8px;
    padding: 10px 15px;
    resize: none;
}

.easytouse_card button {
    background: #CAC9FB;
    color: #142131;
    border: none;
    font-size: 15px;
    padding: 10px 17px;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

.select_outer .caretImg {
    width: 14px;
    position: absolute;
    right: 14px;
    top: 15px;
}

.faq_sec{
    width: 100%;
    background: none;
    padding: 80px 0px;
}

.faq_sec h3 {
    text-align: left;
    font-size: 35px;
    margin-bottom: 15px;
    color: #142131;
}

.faq_sec p {
    text-align: left;
    font-size: 16px;
    max-width: 460px;
    margin: 0px;
    color: #555;
}

.accordion-button::after {
  content: '';
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
  transition: transform 0.2s ease;
}

.accordion-button:not(.collapsed)::after {
  content: ''; /* Cross sign when open */
  font-size: 24px;
}

.accordion-button::after{
    content: '';
    background-image: url('../images/icon_plus.svg');
    background-size: 12px;
    background-position: center;
}

.accordion-button:not(.collapsed)::after{
    content: '';
    background-image: url('../images/icon_cross.svg');
    background-size: 12px;
    background-position: center;
}

.accordion-item{
    border: none;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none !important;
}

.accordion-button {
    font-size: 17px;
    font-weight: 500;
    color: #142131;
    text-align: left;
    padding: 15px 0px;
}

.accordion-body {
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #4C4C4C;
}

.accordion-flush>.accordion-item:first-child {
    border-top: 0.5px solid #F5F5F0;
}
.accordion-flush>.accordion-item {
    margin-bottom: 20px;
    border: 0.5px solid #F5F5F0;
    border-radius: 24px;
    padding: 19px;
    box-shadow: 0px 2px 1px #77777714;
}
.footer_sec {
    width: 100%;
    background-color: #142131;
    padding: 0px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.upper_footer{
    width: 100%;
    background: none;
    padding: 50px 0px;
}

.footlogo img{
    width: 115px;
}

.banner_pic_outer {
    position: relative;
}

.banner_sec img.mainImg {
    width: 100%;
}

.banner_pic_outer .user_img {
    position: absolute;
    bottom: 23%;
    left: 6px;
}

.banner_pic_outer .user_img img {
    width: 45px;
    cursor: pointer;
}

.banner_pic_outer .easyUse_img {
    position: absolute;
    right: 0;
    bottom: 45%;
}

.banner_pic_outer .easyUse_img img {
    width: 120px;
    cursor: pointer;
}

.alldetail{
    width: 100%;
    background-color: transparent
}

.alldetail h4 {
    text-align: left;
    color: #EDEDF5;
    margin-bottom: 10px;
    font-size: 15px;
}

.alldetail p {
    color: #EDEDF5;
    margin-bottom: 0px;
    text-align: left;
    font-size: 13px;
    font-weight: 200;
    padding-right: 15px;
}

.alldetail p a{
    color: #EDEDF5;
    text-decoration: none;
}

.alldetail h4 img{
    margin-left: 5px;
    width: 13px;
}

.alldetail button {
    background: #CAC9FB;
    color: #142131;
    border: none;
    font-size: 14px;
    padding: 8px 17px;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
}

.alldetail textarea {
    resize: none;
    min-height: 45px;
}
.textarea_background {
    background: #174277;
    color: #F5F5F0;
    border: unset;
    opacity: 0.8;
}
.textarea_background::placeholder {
    color: #F5F5F0;
}
.alldetail .form-control {
    height: auto;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.gutter10{
    --bs-gutter-x: 10px;
}

.mt25{
    margin-top: 25px;
}

.social_icon{
    width: 100%;
}

.social_icon a{
    margin-right: 15px;
}

.social_icon p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    max-width: 275px;
}
.para_footer {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    max-width: 275px;
    margin-top: 11px;
}

.upper_footer section {
    display: flex;
    height: 100%;
    flex-flow: column;
    justify-content: space-between;
}

.down_footer {
    width: 100%;
    background: transparent;
    padding: 25px 0px;
    border-top: 1px solid #f8f8f836;
}

.down_footer p{
    margin-bottom: 0px;
    text-align: right;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.down_footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    align-items: center;
}

.down_footer li {
    margin-right: 15px;
    font-size: 14px;
    border-right: 1px solid #EDEDF5;
    line-height: 15px;
}

.down_footer li a {
    color: #EDEDF5;
    text-decoration: none;
    padding-right: 14px;
}

.down_footer li:last-child{
    border: none;
}

.fixed-header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 3px;
}

.fixed-header .nav-link {
    color: #142131 !important;
    display: flex;
    align-items: center;
    gap: 3px;
}

.bg-white {
    background: #fff;
}

.bg-white .nav-link {
    color: #142131 !important;
    display: flex;
    align-items: center;
    gap: 3px;
}

main{
    min-height: calc(100vh - 476px);
}

.create_resume {
    border-radius: 24px;
    width: 100%;
    background: #F5F5F0;
    padding: 30px 0px;
}

.resume_inside{
    width: 100%;
    background: none;
    padding: 0px;
    margin: auto;
}

.resume_option{
    width: 100%;
    background: none;
    padding: 0px 50px;
}

.option_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.option_head ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    gap: 0px;
}

.option_head li {
    float: none;
    border-radius: 0;
    overflow: hidden;
    background: #142131;
    box-shadow: 0px 0px 2px #ffffff inset !important;
    padding: 13px 19px;
    color: #fff;
    font-size: 13px;
}

.option_head li:first-child {
    border-radius: 10px 0px 0px 10px;
}

.option_head li:last-child {
    border-radius: 0px 10px 10px 0px;
}

.option_head li img {
    width: 45px;
}

.number {
    display: flex;
    align-items: center;
    gap: 0;
    background: #CAC9FB1A;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    min-width: 190px;
    justify-content: space-between;
}

.number span {
    cursor: pointer;
    user-select: none;
    padding: 0px;
    font-weight: bold;
    border-radius: 4px;
}

.number input {
    width: 50px;
    text-align: center;
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
}

.option_head button {
    background: #CAC9FB;
    color: #142131;
    border: none;
    font-size: 14px;
    padding: 12px 50px;
    font-weight: 500;
    border-radius: 5px;
}

.create_CV_sidebar {
    width: 100%;
    background: #ffff;
    position: relative;
    border-radius: 24px;
    box-shadow: 4.1px 7px 1px rgba(20, 33, 49, 0.02);
}

.sidebar_header {
    width: 100%;
    padding: 23px 20px;
    border-bottom: 1px solid #4C4C4C4D;
}
.option_head ul select {
    border: unset;
    background: unset;
    color: #fff;
    outline: none !important;
}
.sidebar_header h3 {
    text-align: left;
    margin-bottom: 0;
    font-size: 23px;
}

.sidebar_body{
    width: 100%;
    background: none;
    padding: 20px 20px
}

.sidebar_body ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.sidebar_body li {
    display: flex;
    align-items: self-start;
    line-height: 18px;
    margin-top: 25px;
}

.sidebar_body li img {
    width: 23px;
    margin-right: 10px;
}

.sidebar_body li h2 {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 5px;
    color: #142131;
}

.sidebar_body li p{
    font-size: 15px;
    text-align: left;
    font-weight: 400;
     margin-bottom: 0px;
    color: #142131;
}

.sidebar_body li p a {
    text-decoration: none;
    margin-left: 15px;
}

.sidebar_body li p a img{
    width: 10px;
}

.sidebar_body button {
    background: transparent;
    border: 2px solid #142131;
    padding: 14px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-radius: 12px;
}

.sidebar_body button img {
    width: 20px;
    margin-right: 7px;
}

.sidebar_body button.fillButton {
    background: #142131;
    color: #fff;
    border-color: #142131;
}
.for_mobile{
    display: none;
}

body{
    padding: 10px 10px;
}



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1480px;
    }
}

@media screen and (min-width: 300px) and (max-width: 767px){
.process_card {
    width: 83%;
    margin: auto;
}
.accordion-button::after {
    background-size: 15px;
}
.for_mobile{
    display: block;
}
.for_desktop{
    display: none;
}
.center__easy_img {
    height: auto;
}
 
.banner_sec h1{line-height: 44px; font-size: 30px;}
.banner_sec h1 br{display: none;}
.banner_sec p{font-size: 14px;}
.persent_value{margin-top: 30px;}
.persent_value ul{width: 100%;}
.persent_value li span{font-size: 29px;}
.banner_sec img{margin-top: 40px;}
.banner_sec{min-height: auto; padding: 20px 0px 33px;}
 
.ourprocess_sec{padding: 35px 0px;}
.page_title h3{font-size: 28px; margin-bottom: 10px;}
.page_title p{font-size: 13px;}
.process_card span{padding: 30px 10px; height: 181px;}
.swiper-button-next, .swiper-button-prev {top: 0;}
.process_slider{width: 100%;}
 
.layouts_sec section {
    padding: 20px 0px;
    margin-top: -29%;
}
.layouts_sec .paginat_arrow {
    top: 65%;
}
.layouts_sec{padding: 20px 0px}
.layouts_sec h3{font-size: 25px;}
.layouts_sec p{font-size: 14px;}
.paginat_arrow{margin-top: 15px; margin-bottom: 25px;}
 
.chooseplan_sec{padding: 40px 0px}
.chooseplan_inside{width: 100%; margin-top: 35px;}
.plans_body ul{padding-right: 0px;}
.plans_body button{font-size: 13px;}
.most_popular{margin-top: 35px;}
.plans_card{margin-top: 25px;}
 
.easytouse_sec{padding: 40px 0px}
.easytouse_card{padding: 25px 20px;}
.easytouse_card h3{font-size: 21px; padding-right: 0; line-height: 29px;}
.easytouse_sec img{margin-top: 30px;}
.select_outer .caretImg{margin-top: 0px;}
 
.faq_sec{padding: 40px 0px;}
.faq_sec h3{font-size: 28px;}
.faq_sec p{font-size: 14px;}
.accordion-button{font-size: 16px; align-items: flex-start; gap: 8px;}
.accordion-flush>.accordion-item:first-child {
    margin-top: 20px;
}
.accordion-flush>.accordion-item{margin-bottom: 20px;}
.alldetail .col-lg-4.col-md-4{margin-top: 20px;}
.footlogo{margin-bottom: 20px;}
.alldetail form{margin-top: 25px;}
.down_footer p{text-align: left; margin-top: 8px;}
 
.header_sec{background: #ffffff;}
.header_sec .logo_white{display: none !important;}
.header_sec .logo_black{display: block !important;}
.nav-link {
    color: #132a4b !important;
}.navbar-nav a {
    font-size: 17px;
    padding: 6px 0px;
    color: #000;
}.active{background-position: 0px 0px;}
.shop_icons{margin-top: 15px;}
 
.sidebar_body{padding: 0px;}
.resume_option{display: none;}
.layouts_sec img {
    width: 80%;
    display: block;
    margin: auto
}.paginat_arrow li img {
    width: 30px;
    height: auto;
    margin: 0;
    display: inline;
}
.paginat_arrow ul {
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.layouts_sec .swiper-button-prev, .layouts_sec .swiper-rtl .layouts_sec .swiper-button-next {
    top: 0;
    left: 40px;
     right: auto; 
}
.layouts_sec .swiper-button-next {
    left: -68px;
}
    .easytouse_sec img{display: none;}
    .upper_footer{padding: 20px 0px;}
    .shop_icons{display: block; margin-top: 0px;}
    .shop_icons li {margin-top: 10px; margin-left: 11px;}
    .navbar-toggler:focus{box-shadow: none;}
     .layer1, .layer2 {
        display: none;
    }
    
.sidebar_body{padding: 0px 15px;}
.option_head li{border-radius: 10px !important; font-size: 14px; margin-top: 5px;}
.sidebar_body li button.fillButton{font-size: 14px;}
.resume_option{display: block; padding: 0px 15px;}
.option_head ul{display: block; width: 100%;}
.option_head{display: flex; flex-wrap: wrap; flex-direction: column-reverse;}
.option_head ul select{width: 100%;}
.option_head button {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 20px;
}
.create_CV_sidebar {
    padding: 20px 0px 26px;
    margin-top: 20px;
    margin-bottom: 16px;
}
.navbar-collapse{padding: 10px 15px 0;}
.navbar-nav a {font-size: 16px; padding: 3px 0px; color: #000; }
.header_icon {
    justify-content: center;
    margin-top: 11px !important;
}
.contact_btn {background: #142131; padding: 6px 20px; border-radius: 4px; font-size: 13px;}

.sidebar_header{padding: 10px 10px;}
.shop_icons li{margin-top: 0px;}
.shop_icons{margin-top: 10px;}
.create_resume {border-radius: 15px; width: 100%; background: #F5F5F0; padding: 15px 25px; }
.sidebar_body li p{font-size: 13px;}
.sidebar_body li h2{font-size: 17px;}
.sidebar_body li button{justify-content: center;}


.banner_sec{text-align: center;}
.banner_sec h1{text-align: center;}
.persent_value li{text-align: center; padding: 0px;}
.swiper-button-prev, .swiper-rtl .swiper-button-next img{width: 30px !important;}








 
}
 
@media screen and (min-width: 768px) and (max-width: 992px){
    .mySwiperLayout {
    height: 470px;
}
.create_resume {
    padding: 30px 56px;
}
.contact_btn {
    padding: 5px 16px;
}
.banner_sec {
    min-height: auto;
}
.alldetail h4{font-size: 13px;}
.alldetail h4 img{width: 10px;}
.alldetail p{padding: 0px; font-size: 11px; line-height: 16px;}
.alldetail form {
    margin-top: 11px;
}
.alldetail .row.align-items-center.mt25 .col-lg-4.col-md-4{width: 100%;}
 
.footlogo img {width: 85px;}
.social_icon a img{width: 28px;}
.down_footer p{font-size: 12px;}
.down_footer{padding: 14px 0px}
.upper_footer{padding: 30px 0px}
 
.accordion-button {font-size: 15px; font-weight: 400;}
.faq_sec p{font-size: 13px; padding-right: 50px;}
.faq_sec h3{font-size: 28px;}
.faq_sec{padding: 30px 0px;}
.easytouse_sec{padding: 30px 0px;}
.width100{width: 100%;}
.dnone{display: none;}
 
.chooseplan_sec{padding: 30px 0px;}
.page_title h3{font-size: 28px;}
.page_title p{font-size: 15px;}
.chooseplan_inside{width: 100%; margin-top: 20px;}
 
.plans_head h4{font-size: 16px;}
.plans_head{padding: 10px 0px;}
.plans_body{padding: 15px 10px; border-radius: 15px 15px 0px 0px;}
.plans_card{border-radius: 15px 15px 10px 10px !important;}
.plans_body p{font-size: 13px; letter-spacing: -0.5px;}
.plans_body h2{font-size: 28px;}
 
.plans_body ul{padding-right: 0px; border-top: 1px solid #c5c5c5; padding-top: 15px; margin-top: 10px;}
.plans_body li label:before{padding: 6px; border-radius: 2px; top: 1px;}
.plans_body li input:checked + label:after{top: 3px; left: 6px; width: 4px; height: 10px;}
.plans_body li{font-size: 13px; margin-bottom: 10px; padding-left: 22px; line-height: normal;}
.plans_body button{font-size: 13px; padding: 8px 15px;}
.chooseplan_inside .row.align-items-end{--bs-gutter-x: 10px;}
 
.layouts_sec{padding: 30px 0px;}
.layouts_sec h3{font-size: 28px;}
.layouts_sec p{font-size: 15px;}
.layouts_sec button{margin-top: 15px;}
 
.layouts_sec img{width: 70%; display: block; margin: auto;}
.layouts_sec{position: relative;}
.paginat_arrow{position: absolute; margin-top: -25px; left: 0; right: 0; bottom: 40%;}
.process_card span{padding: 40px 30px; width: 100%; height: 180px;}
.process_card h4 { font-size: 20px;}
.process_card p {font-size: 11px; line-height: 19px;}
 
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: -15px;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: -15px;}
.ourprocess_sec{padding: 30px 0px;}
.banner_sec .col-lg-7.col-md-7{display: none;}
.navbar-brand img {width: 90px;}
.navbar-nav li.nav-item {margin: 0px 4px;}
.navbar-nav a{font-size: 15px;}
.shop_icons li {margin-left: 15px;}
 
.banner_sec h1{text-align: center;}
.banner_sec p{text-align: center; margin: auto;}
.banner_sec button{margin: auto; display: block; margin-top: 20px;}
.persent_value ul{margin: auto}


.width100{width: 100%;}
.sidebar_header{padding: 20px 20px;}
.sidebar_body li{margin-top: 20px; display: block; text-align: center;}
.sidebar_body{padding: 20px 20px;}


.sidebar_body ul{display: flex ; justify-content: space-between;}
.sidebar_body li h2{text-align: center; font-size: 15px;}
.sidebar_body li p{text-align: center; font-size: 13px;}
.sidebar_body li img {width: 30px; margin-right: 0; margin-bottom: 10px;}
.sidebar_body li p a img{margin-bottom: 0px;}
.buttongroup{display: flex; gap: 10px;}
.sidebar_body button{justify-content: center;}
.resume_option{padding: 0px;}

.option_head {flex-wrap: wrap; flex-direction: column-reverse;}
.option_head button {
    width: 100%;
    margin-top: 33px;
    margin-bottom: 11px;
}
.option_head ul{margin-top: 20px; width: 100%;}
.option_head li {
    padding: 13px 9px;
    width: 25%;
}
.easytouse_sec .col-lg-6.col-md-6{width: 100%;}
.center__easy_img{display: none;}
.layouts_sec .col-md-7.col-lg-7{width: 100%;}
.layouts_sec .col-md-5.col-lg-5{width: 100%;}

.layouts_sec .row{flex-direction: column-reverse;}

.layouts_sec .paginat_arrow{top: 70%; right: 0; left: auto; width: 100%; transform: none;}
.layouts_sec .swiper-button-next, .layouts_sec .swiper-button-prev { left: 90%;}
 
 
}
 
 
@media screen and (min-width: 1201px) and (max-width: 1500px){
    .navbar-nav li.nav-item {
        margin: 0px 6px;
    }.navbar-nav a{
        font-size: 15px;
    }.nav-link{
        font-size: 15px;
    }.shop_icons li img {
        width: 19px;
        height: 19px;
    }.navbar-brand img {
        width: 100px;
    }.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1070px;
    }.banner_sec h1{
        line-height: 50px;
        font-size: 44px;
    }.banner_sec button{
        font-size: 14px;
        padding: 11px 30px;
    }.persent_value li span{
        font-size: 32px;
    }.persent_value{
        margin-top: 35px;
    }.banner_sec{
        min-height: auto;
    }.process_slider{
        width: 90%;
    }.process_card span{
        padding: 30px 30px;
        width: 100%;
        height: 190px;
    }.process_card h4{
        font-size: 21px;
    }.process_card p{
        font-size: 13px;
    }.layouts_sec section{
        padding: 20px 15px;
    }.layouts_sec p{
        font-size: 15px;
    }.chooseplan_inside{
        margin-top: 45px;
        width: 90%;
    }.plans_body ul{
        padding-right: 0px;
    }.easytouse_card{
        padding: 20px;
    }.easytouse_card h3{
        font-size: 28px;
        line-height: 30px;
    }.alldetail h4{
        font-size: 14px;
    }.alldetail p{
        font-size: 10px;
    }.social_icon p{
        font-size: 13px;
    }.down_footer p{
        font-size: 13px;
    }.down_footer p{
        font-size: 13px;
    }.down_footer{
        padding: 20px 0px;
    }.resume_inside{
        width: 100%;
    }.sidebar_body li h2{
        font-size: 17px;
    }.option_head li img {
        width: 40px;
    }.sidebar_body li button{
        padding: 14px 10px;
    }
 
 
}

@media screen and (min-width: 577px) and (max-width: 767px){ 
 .mySwiperLayout {
    height: 550px;
}
}
@media screen and (min-width: 481px) and (max-width: 576px){ 
 .mySwiperLayout {
    height: 575px;
}
.layouts_sec .paginat_arrow {
    top: 63%;
}
}
@media screen and (min-width: 376px) and (max-width: 480px){ 
 .mySwiperLayout {
    height: 450px;
}
.layouts_sec .paginat_arrow {
    top: 58%;
}
.layouts_sec section {
    margin-top: -21%;
}
}

@media screen and (min-width: 300px) and (max-width: 375px){ 
 .mySwiperLayout {
    height: 350px;
}
.layouts_sec section {
    margin-top: -18%;
}
.layouts_sec .paginat_arrow {
    top: 54%;
} 
}

