/*!
Theme Name: ResumeWriter.MY
Theme URI: http://resumewriter.my/
Author: SC SagesVision
Author URI: https://sagesvision.com/
Description: Custom Theme for ResumeWriter.MY
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: resumewriter-my
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@font-face {
    font-family: "Circular Std Book";
    src: url("fonts/CircularStd-Book.woff2") format("woff2"), url("fonts/CircularStd-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("fonts/CircularStd-Medium.woff2") format("woff2"), url("fonts/CircularStd-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("fonts/CircularStd-Bold.woff2") format("woff2"), url("fonts/CircularStd-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

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

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #19191b;
    font-family: "Circular Std Book";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.chatbot-form .intl-tel-input.allow-dropdown .wpcf7-intl_tel {
	
    padding-left: 49px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}


/* h2 {
text-transform: uppercase;
} */

a {
    color: inherit;
    text-decoration: none;
}

ul {
    padding: 10;
    margin: 0;
}

.flex {
    display: flex;
}

.screen-reader-text {
    display: none;
}


/* Margins/Paddindgs start*/

.mt-25 {
    margin-top: 25px;
}

.mt-40 {
    margin-top: 40px;
}

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

.mr-15 {
    margin-right: 15px;
}

.pt-84 {
    padding-top: 84px;
}


/* Margins Paddings end */

.button:hover,
.button:focus {
    background-color: #fff;
    color: #292929;
}

.button-black {
    background-color: #000000;
    border: solid 2px #292929;
    color: #ffffff;
}

.button-black:hover,
.button-black:active {
    background-color: #fff;
    color: #000;
}

.button-transparent-gray {
    color: #292929;
    border: solid 2px #292929;
}

.button-transparent-gray:hover,
.button-transparent-gray:focus {
    background-color: #292929;
    color: #fff;
}

.button-hover-white:hover {
    background-color: #fff;
    color: #292929;
}

.button-white {
    background-color: #fff;
    color: #292929;
    border: 2px solid #fff;
}

.button-white:hover,
.button-white:focus {
    background-color: transparent;
    color: #fff;
}

.button-transparent-white {
    color: #ffff;
    border: solid 2px #fff;
}

/* Text Generic */

.text-white {
    color: #fff;
}

.text-gray {
    color: #696871;
}

.subtitle-text-gray {
    color: #696871;
    line-height: 1.86;
    letter-spacing: -0.66px;
}

.text-area {
    line-height: 1.3;
}

.text-center {
    text-align: center;
}

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

.text-right {
    text-align: right;
}

.text-23 {
    font-size: 23px;
}

.text-21 {
    font-size: 21px;
}

.text-19 {
    font-size: 19px;
}

.main-menu-list,
.site-banner-list,
.widget ul,
.sidebar-widget ul {
    list-style-type: none;
}


/* Headings/Titles */

.title-type-1 {
    font-size: 65px;
    line-height: 1.08;
    margin-top: 15px;
    margin-bottom: 0;
    letter-spacing: -2.03px;
    font-weight: 700;
    font-family: "Circular Std";
}

.title-type-2,
.title-type-3 {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.27;
    margin-top: 15px;
    margin-bottom: 0;
    letter-spacing: -1.72px;
}

.title-type-3 {
    font-size: 60px;
}

.title-type-4 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.title-type-5 {
    font-size: 40px;
    font-family: "Circular Std";
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1.25px;
}

.title-type-6 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}

.title-type-7 {
    font-size: 60px;
    font-weight: 700;
    font-family: "Circular Std";
    line-height: 1.4;
    letter-spacing: -1.88px;
    margin-top: 0;
    margin-bottom: 0;
}


/*HEADER - START*/

.site-header {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: calc((100% - 1150px) / 2);
    z-index: 100;
}

.site-header .logo {
    margin-left: 35px;
    font-family: "Circular Std";
    font-weight: 700;
    letter-spacing: -0.24px;
    font-size: 24px;
}

.main-menu {
    margin: 25px 0 25px auto;
}

.main-menu-list {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}

.menu-item {
    padding-left: 20px;
    padding-right: 20px;
}

.menu-item:first-child {
    padding-left: 0;
}

.menu-item:last-child {
    padding-right: 0;
}

.menu-item.current-menu-item {
    font-weight: bold;
}

.menu-item>a {
    font-size: 20px;
    transition: all 0.25s linear;
}


/* Effect 3: bottom line slides/fades in */

.menu-item>a {
    padding: 4px 0;
    position: relative;
    display: inline-block;
}

.menu-item>a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.9);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.menu-item>a:hover::after,
.menu-item>a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}




/* Effect 3: bottom line slides/fades in - end */


/*menu buton - start*/

.menuButton {
    cursor: pointer;
    width: auto;
    transition: all 0.7s ease;
    display: none;
}

.menuButton .bar {
    display: block;
    height: 3px;
    width: 36px;
    background: #19191b;
    margin: 8px auto;
    transition: all 0.7s ease;
}

.menuActive .menuButton .bar {
    background-color: #19191bb9;
}

.menuActive .menuButton .bar.top {
    transform: translateY(13px) rotateZ(45deg);
}

.menuActive .menuButton .bar.bottom {
    transform: translateY(-10px) rotateZ(-45deg);
}

.menuActive .menuButton .bar.middle {
    width: 0;
}


/*menu buton - end*/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.menu-hightlight {
	
    border: none!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.menu-hightlight > a.mega-menu-link {
	
    border: 2px solid #fff!important;
    padding: 3px 20px!important;
    border-radius: 25px;
    height: auto;
    display: block;
	color: #000;
	background: #fff;
}
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.menu-hightlight:hover  {
	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.menu-hightlight:hover > a.mega-menu-link {
	    color: #fff;
	background: #000;
}
.astm-search-menu {
	display: none;
}

/*HEADER - END*/


/* Search Area START */

.search-form-blog form input#s,
.search-form-blog form .search-field,
#site-banner-search {
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Circular Std";
    font-size: 15px;
    line-height: 1.13;
    letter-spacing: -0.47px;
    order: 1;
}

.search-form-blog form.search-form>label {
    order: 1;
}

.search-form-blog form,
#search-form {
    width: 255px;
    height: 42px;
    padding: 0 10px;
    outline: none;
    background: #fff;
    display: flex;
    align-items: center;
    border: solid 2px #eae9f2;
    line-height: 1.13;
    letter-spacing: -0.47px;
    font-size: 15px;
    border-radius: 5px;
}

.search-form-blog form input[type="submit"],
.search-form-blog form button[type="submit"] {
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.005 512.005' style='enable-background:new 0 0 512.005 512.005;' xml:space='preserve'><g><path d='M505.749,475.587l-145.6-145.6c28.203-34.837,45.184-79.104,45.184-127.317c0-111.744-90.923-202.667-202.667-202.667 S0,90.925,0,202.669s90.923,202.667,202.667,202.667c48.213,0,92.48-16.981,127.317-45.184l145.6,145.6 c4.16,4.16,9.621,6.251,15.083,6.251s10.923-2.091,15.083-6.251C514.091,497.411,514.091,483.928,505.749,475.587z M202.667,362.669c-88.235,0-160-71.765-160-160s71.765-160,160-160s160,71.765,160,160S290.901,362.669,202.667,362.669z'></path></g></svg>");
    width: 15px;
    margin: -1px 10px 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    color: transparent;
    text-indent: -9999px;
    order: 0;
    cursor: pointer;
    outline: none;
}

.search-form-blog form .input-append i {
    display: none;
}

.search-form-blog form .input-append {
    display: flex;
    align-items: center;
}


/* Search Area END */


/* Home 1st Section */

.top-section {
    height: calc(100vw / 2);
    /* max-height: 770px; */
    max-height: calc(100vh - 90px);
    min-height: 450px;
}

.top-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.top-section-motto {
    font-size: 34px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
.brb {
  text-align: left;
  display: flex;
}
.home .brb .rplg .rplg-badge2 {
  margin-left: 0px !important;
  margin-bottom: 20px !important;
  margin-right: 27px !important;
}
.top-section-slogan {
    font-family: Poppins;
    font-size: 25px;
    line-height: 1.56;
    letter-spacing: -0.78px;
    color: #696871;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 16px;
}

.top-section-slogan strong {
    font-weight: 700;
    color: #19191b;
}

.top-section-text {
    height: 100%;
}

.top-section-text .flex {
    height: 100%;
    padding-top: 40px;
}

.top-section-text .flex-center {
    padding-top: 15px;
    padding-bottom: 30px;
}

.section-home-1 .top-section-text .button-black {
    margin-bottom: 15px;
}


/* Home 2nd Section */

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-dark {
    background-color: #292929;
}

.section-home-2 {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Poppins", sans-serif;
}


/* Home 3rd Section */

.section-2-sides {
    display: flex;
    justify-content: space-between;
}

.section-home-3-left {
    width: 52%;
    padding-left: calc((100% - 1100px) / 2);
    padding-right: 50px;
    padding-top: 85px;
    padding-bottom: 80px;
}

.section-home-3-right {
    width: 48%;
    background-size: cover;
    background-position: left;
}

.section-home-3-list-item {
    display: flex;
    margin-top: 28px;
}

.section-home-3-list-item.center {
	justify-content: center;
	width: 100%;
}

.section-home-3-list-button {
	width: 100%;
	margin-top: 20px !important;
}

.section-home-3-list-icon {
    width: 49px;
    height: 49px;
    background: #292929;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

.section-home-3-list-icon svg path {
    fill: #fff;
}

.section-home-3-list-text {
    max-width: 410px;
    padding-left: 10px;
    padding-right: 10px;
}

.section-home-3-list-content {
    font-size: 19px;
    line-height: 1.47;
    letter-spacing: -0.59px;
    color: #696871;
}


/* Home 4th Section */

.section-liliac {
    background-color: #f6f6ff;
}

.section-liliac-2 {
    background-color: #f7f7fb;
}

.section-home-4 .button {
	border-radius: 10rem;
}

.section-home-4-2.section-padding {
		padding: 30px 0;
}

.section-home-4-2.white .title-type-4 ,
.section-home-4-2 .title-type-4 {
	color: #000;
}

.section-home-4-2.black .title-type-4 {
	color: #fff;
}

.section-home-4-2.white {
	background-color: #fff;
}

.section-home-4-2.black {
	background-color: #000;
	color: #fff;
}

.section-home-4-2.black .section-home-4-2-button {
	color: #fff !important;
	border-color: #fff;
}

.section-home-4-2.black .section-home-4-2-button:hover {
	background-color: #fff;
	color: #000 !important;
}

  .section-home-4-2-wrapper {
   display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 30px;
  }

  .section-home-4-2-button {
        color: #000 !important;
    border-radius: 10rem;
  }

  .section-home-4-2-button:hover {
    background-color: #292929;
    color: #fff !important;
}

/* Home 5th Section */

.section-testimonials {
    /* padding-top: 105px;
        padding-bottom: 140px; */
    padding-top: 30px;
    padding-bottom: 67px;
    background-color: #19191b;
    color: #fff;
}

.testimonial-text span {
    color: #fff;
}

.section-testimonials .subtitle-25,
.section-team .subtitle-25 {
    margin: 0;
}

.section-testimonials h6 {
    font-weight: 700;
    line-height: 1.27;
}

.testimonials-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.testimonial-item {
    display: flex;
    flex-wrap: wrap;
    width: 32%;
    margin-bottom: 65px;
    padding: 4% 3%;
}

.testimonial-text {
    line-height: 1.35;
    letter-spacing: -0.72px;
}

.testimonial-text span, .testimonial-text strong {
    font-weight: 700;
    font-family: "Circular Std";
    background-color: #5c93fc;
}

.testimonial-person {
    display: flex;
    align-self: flex-end;
    align-items: center;
    column-gap: 20px;
    margin-top: 20px;
}


.testimonial-person--new {
       display: flex;
    align-self: flex-start;
    align-items: center;
    column-gap: 0;
	    justify-content: start;
	width: 100%;
}

.testimonial-person--new picture {
	flex: 0 0 80px;
    border-radius: 50%;
    overflow: hidden;
	font-size: 0;
}
.testimonials-list--new {
	justify-content: flex-start;
}
.testimonials-list--new .testimonial-item {
	width: 33.33%;
}
.testimonials-list--new .testimonial-item .testimonail-person-details{
	width: 100%;
}

@media screen and (max-width: 1025px) {
.testimonials-list--new .testimonial-item {
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
}
}
.testimonial-person img,
.testimonial-person source {
    width: 80px;
    height: auto;
}

.testimonial-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    font-family: "Circular Std";
    line-height: 1.29;
    font-weight: 700;
}

.testimonial-company {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.75;
    letter-spacing: -0.5px;
}

.testimonial-role {
    margin: 0;
}

.testimonial-company strong {
    font-family: "Circular Std";
    font-weight: 700;
}


/* Home 6th Section */

.service-item-icon {
    width: 69px;
    height: 69px;
    background-color: #292929;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-item-icon svg path {
    fill: #fff;
}

.services-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.service-item {
    text-align: center;
    margin-top: 45px;
    width: 32%;
}

.service-item-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.26;
    letter-spacing: -0.84px;
    margin-bottom: 0;
}

.service-item-desc {
    font-size: 21px;
    margin-top: 20px;
    color: #696871;
}


/* Home 7th Section */

.section-prices {
    padding-top: 85px;
    padding-bottom: 85px;
    background-color: #292929;
}

.section-prices .title-type-4 {
    color: rgba(255, 255, 255, 0.7);
}

.prices-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.prices-item {
    width: calc(33.33% - 20px);
    padding: 30px 20px 20px 20px;
    background: #fff;
}

.price-offer {
    font-size: 21px;
    line-height: 1.33;
    letter-spacing: 1.26px;
    color: #9b9b9b;
    margin-top: 0;
    margin-bottom: 40px;
}

.price-value {
    font-size: 60px;
    font-weight: bold;
    line-height: 0.93;
    letter-spacing: -1.03px;
    font-family: "Circular Std";
}

.price-value .woocommerce-Price-amount {
    font-size: 60px;
}

.price-value span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.52px;
    color: #fff;
}

.price-desc {
    font-size: 21px;
    line-height: 1.76;
    letter-spacing: -0.66px;
    margin-top: 22px;
}

.prices-item .button {
    width: 100%;
    margin-top: 35px;
}

.home .price-value span {
    color: #1d293f;
}


/* Home 8th Section */

.team-list {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    margin-top: 40px;
	gap: 20px;
}

.team-member {
    width: 250px;
}

.team-member-name {
    font-size: 25px;
    font-family: "Circular Std";
    line-height: 1.12;
    letter-spacing: -0.78px;
    margin-top: 28px;
    margin-bottom: 12px;
}

.team-member-desc {
    font-size: 19px;
    line-height: 1.32;
    letter-spacing: -0.59px;
    color: #696871;
}

.team-member-linkedin {
    display: inline-block;
    margin-top: 16px;
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='21px' height='21px' viewBox='0 0 510 510' style='enable-background:new 0 0 510 510;' xml:space='preserve'><g id='post-linkedin'><path d='M459,0H51C22.95,0,0,22.95,0,51v408c0,28.05,22.95,51,51,51h408c28.05,0,51-22.95,51-51V51C510,22.95,487.05,0,459,0z M153,433.5H76.5V204H153V433.5z M114.75,160.65c-25.5,0-45.9-20.4-45.9-45.9s20.4-45.9,45.9-45.9s45.9,20.4,45.9,45.9 S140.25,160.65,114.75,160.65z M433.5,433.5H357V298.35c0-20.399-17.85-38.25-38.25-38.25s-38.25,17.851-38.25,38.25V433.5H204		V204h76.5v30.6c12.75-20.4,40.8-35.7,63.75-35.7c48.45,0,89.25,40.8,89.25,89.25V433.5z'/></g></svg>");
}

.team-member-linkedin span {
    display: none;
}

.ministry-of-manpower img {
    width: 144px;
    margin: 30px auto;
}


/* Home 9th Section */

.section-analyse {
    padding-top: 125px;
    padding-bottom: 125px;
}

.section-analyse .sitecontainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ready-to-rewrite,
.want-free-analysis {
    max-width: 386px;
    padding-left: 10px;
    padding-right: 10px;
}

.section-analyse-separator {
    width: 60px;
    height: 60px;
    background-color: #ffffff1a;
    font-size: 19px;
    letter-spacing: -0.59px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.section-analyse .button {
    min-width: 200px;
    margin-top: 22px;
}


/* Home 10th Section - cv analysis section start */

.cv-analyse-form {
    width: 614px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding-left: 21px;
    padding-right: 21px;
}

.cv-analyse-form .title-type-7 {
    line-height: 1;
}

.cv-analyse-form .text-area {
    opacity: 0.7;
    font-weight: normal;
    line-height: 1.47;
    letter-spacing: -0.59px;
    text-align: center;
    color: #696871;
    margin-bottom: 40px;
}

.cv-analyse-form-slogan {
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: -0.72px;
    text-align: center;
}

.cv-analyse-form-slogan strong {
    font-family: "Circular Std";
}

.form-cv-analysis {
    margin-bottom: 25px;
    position: relative;
}

.form-element {
    width: 100%;
    height: 71px;
    border: solid 1px #979797;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 21px;
    line-height: 1.29;
    letter-spacing: -0.66px;
    color: #696871;
}

.form-submit {
    width: 100%;
    height: 60px;
    background-color: #19191b;
    font-size: 25px;
    line-height: 1.28;
    letter-spacing: -0.78px;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
    border: 2px solid #19191b;
    cursor: pointer;
    font-weight: 500;
}

.form-submit:hover,
.form-submit:focus {
    background-color: #fff;
    color: #19191b;
}

.ssl span {
    font-size: 15px;
    opacity: 0.5;
    line-height: 2.6;
    letter-spacing: -0.47px;
    color: #19191b;
}


/* cv analysis section end */


/* sectoin rewrite cv start */

.rewrite-cv {
    max-width: 585px;
    width: 100%;
    margin: auto;
    padding: 0 21px;
}

.rewrite-cv .title-type-7 {
    line-height: 1;
    text-transform: uppercase;
}

.rewrite-cv .button {
    max-width: 206px;
    width: 100%;
    margin-top: 22px;
}


/* section rewrit ecv end */


/* FAQ start */

.accordion-wrapper {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.accordion-item .iflex-spbtw {
    flex-wrap: nowrap;
}

.accordion-item-heading {
    padding: 20px 0;
}

.grotesk {
    /* font-family: "HK Grotesk"; */
}

.accordion-item-heading h2 {
    /* font-family: "HK Grotesk"; */
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
    cursor: pointer;
    margin: 0;
    padding-right: 10px;
}

.section-prices-4 h4 {
    margin-top: 0;
    margin-bottom: 40px;
}

.accordion-item.close .faq-minus {
    display: none;
}

.accordion-item.close .faq-plus {
    display: inline-block;
}

.accordion-item.open .faq-plus {
    display: none;
}

.accordion-item.open .faq-minus {
    display: inline-block;
}

.accordion-item {
    border-bottom: solid 1px rgba(184, 194, 204, 0.2);
}

.close .accordion-item-content {
    height: 0px;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    float: left;
    display: block;
    /* transition: transform .4s ease-out; */
}

.open .accordion-item-content {
    padding-top: 26px;
    padding-bottom: 26px;
    width: 100%;
    margin: 0;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.4s ease-in;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
}


/* FAQ end */


/* Loader */

div.wpcf7 .ajax-loader {
    display: block;
    background-image: url(images/loader.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    width: 150px;
    height: 150px;
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Loader End */


/* Widget Start */

.widget_text.widget-shortcode .widgettitle {
    display: none;
}


/* Widget End */


/* Footer Start */

.footer-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    box-sizing: border-box;
}

.footer-logo {
    font-family: "Circular Std";
    line-height: 1.25;
    letter-spacing: -0.2px;
    margin-bottom: 34px;
    font-weight: bold;
}
.footer-column {
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}
.footer-column span {
	display: block;
	line-height: 30px;
}
@media screen and (min-width: 767px) {
	.footer-column {
		padding-right: 15px;
		text-align: left;
		width: auto;
	}
}


.footer-column .widgettitle {
	margin-bottom: 16px;
    margin-top: 0;
    font-size: 21px;
    font-weight: 700;
}
.footer-column a:hover {
	opacity: 0.7;
}
.footer-column .menu {
	padding: 0;
}
.footer-column .menu .menu-item{
	padding: 0;
	line-height: 30px;
	font-size: 16px;
	margin-left: 0;
}
.footer-column .menu .menu-item a{
	padding: 0;
	line-height: 30px;
	font-size: 16px;
}
.footer-column .menu .menu-item>a:after {
	display: none;
}
.footer-socials a {
    padding: 0 10px;
}

.footer-socials a:first-child {
    padding: 0 10px 0 0;
}

.footer-column2>span {
    display: block;
    line-height: 30px;
}

.footer-column2 a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.footer-column2 a:hover {
    text-decoration: underline;
}

.footer-ministry-img {
    position: relative;
    width: 275px;
    margin: auto;
}

.footer-column3 img,
.footer-column3 source {
    width: 268px;
    width: auto;
    height: 131px;
}

.footer-ministry-img span {
    position: absolute;
    display: inline-block;
    top: 87px;
    left: 106px;
    font-size: 18px;
    letter-spacing: -0.56px;
}

.footer-copyrights {
    margin-top: 60px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #3f3f3f;
}

.footer-copyrights span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 2.53;
    letter-spacing: -0.47px;
}


/* Footer end */


/*Responsive - start*/

@media screen and (max-width: 1312px) {
    .menu-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-item>a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1280px) {
    .main-menu-link a {
        font-size: 18px;
    }
    .top-section-text .flex {
        padding-top: 60px;
    }
}

@media screen and (max-width: 1150px) {
    .section-home-3-left {
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
    }
    .section-home-3-right {
        display: none;
    }
    .section-home-3-list-text {
        max-width: calc(100% - 65px);
    }
    .service-item-title {
        font: 23px;
    }
    .service-item-desc {
        font-size: 19px;
    }
}

@media screen and (max-width: 1106px) {
    .menu-item>a {
        font-size: 16px;
    }
    .menu-item {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 768px)
{
	.site-header {
   height: auto !important;
	}
	.main-menu{
		margin:0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 776px) {
	.logo_sec span,#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-size: 16px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 933px) {
	.logo_sec span{
		display:none !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
	.site-header .logo{
		margin-left: 15px  !important;
	}
.logo_sec img {
    width: 35px !important;
}
	.logo_sec span,#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-size: 17px;
	}
}
@media screen and (max-width: 768px) {
    body {
        padding-top: 50px;
    }
    .site-header .logo {
        margin-left: 25px;
    }
    .main-menu-list {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .menu-item {
        padding-left: 0;
        padding-right: 0;
    }
    .site-header {
        height: 50px;
        padding-right: 0;
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        left: 0; 
    }
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    background: #000000 !important;
  
}
	#mega-menu-wrap-menu-1 .mega-menu-toggle {
     
		background: 000000;}
    .main-menu {
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 0px; 
        background-color: #000000;
        margin: 0;
        transition: all 0.3s linear;
    }
	
    .menuActive .main-menu {
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }
    .mobile-menu {
        display: flex;
        justify-content: flex-end;
        margin: 25px 35px;
    }
    .menuButton,
    .main-menu-list,
    .menuActive .main-menu {
        display: block;
    }
    /*mobile menu - start*/
    .main-menu .main-menu-list {
        background-color: #292929;
    }
    .main-menu .menu-item {
        border-top: 1px solid #fff;
    }
    .menu-item.current-menu-item {
        font-weight: bold;
    }
    .main-menu a {
        display: block;
        color: #fff;
        /*padding: 15px 0 15px 25px;*/
        transition: background-color 0.25s linear;
    }
	.de_logo{
		display:none;
	}
    .main-menu a:hover {
        color: #292929;
        background-color: #fff;
    }
    .price-desc {
        font-size: 19px;
    }
    /*mobile menu - start*/
	
}

@media screen and (max-width: 1025px) {
    .top-section {
        height: auto;
    }
    .top-section-bg {
        background-size: cover;
        background-position: center;
    }
    .top-section-text .flex {
        padding-top: 30px;
    }
	
    .top-section-motto {
        font-size: 26px;
    }
    .top-section-slogan {
        font-size: 21px;
    }
    .cv-analyse-form br {
        display: block;
    }
    .title-type-1 {
        font-size: 50px;
    }
    .title-type-2,
    .title-type-3 {
        font-size: 42px;
    }
    .title-type-5,
    .title-type-10 {
        font-size: 32px;
    }
    .title-type-4 {
        font-size: 22px;
    }
    .title-type-7 {
        font-size: 54px;
    }
    .text-25,
    .form-submit {
        font-size: 21px;
    }
    .text-23,
    .cv-analyse-form-slogan {
        font-size: 19px;
    }
    .text-21 {
        font-size: 18px;
    }
    .text-19 {
        font-size: 16px;
    }
    .section-testimonials {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .testimonials-list {
        margin-top: 40px;
    }
    .testimonial-item {
        width: 100%;
        max-width: 600px;
        margin: 25px auto;
    }
    .testimonial-text {
        font-size: 19px;
    }
    .service-item {
        width: 48%;
    }
    .prices-item {
        width: 100%;
        max-width: 500px;
        margin: 25px auto;
    }
    .footer-column3 img {
        width: 178px;
        height: 87px;
    }
    .footer-ministry-img span {
        top: 58px;
        left: 71px;
        font-size: 15px;
    }
    .footer-column2>span {
        line-height: 25px;
    }
    .footer-copyrights span {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1013px) {
    .menu-item>a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle
	{
    background: url(https://www.resumewriter.sg/wp-content/uploads/2021/08/logo11.jpg) !important;
    background-position: 12px 7px !important;
    background-size: 153px !important;
    background-repeat: no-repeat !important;
}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle{
     
    border-radius: 0px 2px 2px 2px !important;
    line-height: 52px  !important;
    height: 40px  !important;
     
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff;
    background: #000 !important; 
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after
	{
		 content: '+' !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
    display: block !important; 
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: '-' !important;
		line-height: 29px;
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
 
    padding: 0 !important; 
}
	.site-header .logo {
    margin-left: 0px !important; 
}
	.mega-sub-menu .mega-sub-menu, .mega-sub-menu span.mega-indicator:after
	{
		display:none !important;  
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
    text-align: center !important; 
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
 
    text-align: center;
    font-weight: 400;
    margin: 0;
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
   
    padding: 0 !important; 
}
.mega-menu-item.mega-menu-item-has-children:before
	{
		content:"+";
		position:relative;
		
	}
.mega-menu-item .mega-sub-menu .mega-menu-item a
	{
    background: #3a3a3a !important;
}
    /* font/1.3 */
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .text-23 {
        font-size: 19px;
    }
    .text-21 {
        font-size: 17px;
    }
    .team-list {
        display: block;
        text-align: center;
    }
    .team-member {
        margin: 25px auto;
    }
    .section-analyse {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .section-analyse .sitecontainer {
        display: block;
        text-align: center;
    }
    .ready-to-rewrite,
    .want-free-analysis {
        margin: 40px auto;
    }
    .footer-column1,
    .footer-column2,
    .footer-column3 {
        width: 100%;
        padding-bottom: 20px;
    }
    .footer-column1,
    .footer-column2 {
        text-align: center;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-ministry-img {
        width: 300px;
        max-width: 100%;
        padding-left: 25px;
    }
    .footer-ministry-img span {
        left: 96px;
    }
    .footer-copyrights {
        margin-top: 0;
    }
    .footer-socials a:first-child {
        padding: 0 10px;
    }
}

@media screen and (max-width: 667px) {
    /* font/1.2 */
    body {
        font-size: 14px;
    }
    br {
        display: none;
    }
    .mt-25 {
        margin-top: 19px;
    }
    .mt-40 {
        margin-top: 31px;
    }
    .mb-40 {
        margin-bottom: 31px;
    }
    .pt-84 {
        padding-top: 60px;
    }
    .title-type-1 {
        font-size: 42px;
    }
    .title-type-2,
    .title-type-3 {
        font-size: 29px;
    }
    .title-type-5,
    .title-type-10 {
        font-size: 27px;
    }
    .title-type-4 {
        font-size: 18px;
    }
    .title-type-7 {
        font-size: 42px;
    }
    .text-25 {
        font-size: 18px;
    }
    .text-23,
    .cv-analyse-form-slogan {
        font-size: 16px;
    }
    .form-element {
        font-size: 19px;
    }
    .form-submit {
        font-size: 23px;
    }
    .text-21 {
        font-size: 15px;
    }
    .text-19 {
        font-size: 14px;
    }
    .service-item {
        width: 100%;
    }
    .testimonials-list {
        margin-top: 0;
    }
    .section-home-3-list .title-type-6 {
        margin-top: 5px;
    }
}
@media screen and (max-width: 370px) {
	.button{
		font-size: 16.5px;
	}
}
.home .rplg .rplg-badge2{
	margin-left : 10px !important;
	margin-bottom : 20px !important;
}
@media screen and (max-width: 540px) {
	.home .rplg .rplg-badge2{
		margin : 0 !important;
		margin-left: 2px !important;
	}
	.home .rplg .rplg-stars svg{
width: 10px !important;
height: 10px !important;
margin: 0 0px 0 0 !important;
	}
/* 	.home .rplg-badge2 svg{
		width:32px !important;
		height:32px !important;
	} */
	.home .rplg-badge-cnt.rplg-badge-center{
		margin:20px auto !important;
	}
	.home .rplg .rplg-badge2 .rplg-biz-rating > div{
		font-size: 12px !important;
	}
	.home .rplg .rplg-biz-based{
		font-size: 11px !important;
		line-height: 11px !important;
	}
	.home .rplg-badge2 .rplg-badge2-btn{
	padding: 5px !important;	
	}

	.home .testimonial-item,.home .prices-item{
		margin:10px auto;
	}
	.home .prices-list{
		margin-top:0;
	}
	.home .ready-to-rewrite,.home .want-free-analysis{
		margin:0;
	}
	.home .section-analyse-separator{
		margin:20px auto;
	}
	.home .team-member-name {
    margin-top: 15px;
}
	.home .cv-analyse-form .text-area{
		margin-bottom:20px;
	}
	.home .section-padding .section-padding{
		padding:0 !important;
			margin-bottom: -15px !important;
	}
	.home .team-member{
		margin: 0 auto;
        margin-top: 10%;
	}
	.home .price-offer{
		margin-bottom:0;
	}
	.home .price-desc{
		line-height: 1.3;
		margin-top: 10px;
	}
	.home .prices-item .button{
		margin-top: 15px;
	}
	.partners{
		margin: 0 !important;
	    margin-top: 5% !important;
	}
	.home .service-item,.home .service-item-title{
		margin-top:25px;
	}
	.icons_sec h6{
		margin-bottom:0;
	}
	.home .services-list{
		margin-bottom:22px;
	}
	.home .service-item-title{
		margin-top:25px;
		font-size: 20px;
		line-height: 0.5;
	}
	.item-icon{
width: 26% !important;
margin: 2% auto 0 auto;
	}
    /*header - mq - START*/
    .menuButton .bar {
        display: block;
        height: 2.5px;
        width: 26px;
        background: #19191b;
        margin: 6px auto;
        transition: all 0.7s ease;
    }
    .menuActive .menuButton .bar.bottom {
        transform: translateY(-5px) rotateZ(-45deg);
    }
    .site-header .logo {
        font-size: 20px;
    }
    /*header - mq - END*/
    .title-type-1 {
        font-size: 32px;
    }
    .title-type-2,
    .title-type-3 {
        font-size: 22px;
    }
    .title-type-5,
    .title-type-10 {
        font-size: 21px;
    }
    .title-type-4 {
        font-size: 17px;
    }
    .title-type-7 {
        font-size: 32px;
    }
    .mt-25 {
        margin-top: 14px;
    }
    .mt-40 {
        margin-top: 20px;
    }
    .mb-40 {
        margin-bottom: 20px;
    }
    .pt-84 {
        padding-top: 40px;
    }
    .price-value {
        font-size: 50px;
    }
    .price-value span {
        font-size: 25px;
    }
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-analyse {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .cv-analyse-form br {
        display: none;
    }
    .form-element,
    .form-submit {
        height: 50px;
    }
    .form-element {
        font-size: 17px;
    }
    .form-submit {
        font-size: 21px;
    }
    div.wpcf7 .ajax-loader {
        top: -40px;
    }
}

/************ email capture ******************/


@media screen and (max-width: 328px) {
	.logo_sec span{
    margin: 0.5em 0 .3em 0;
		font-size: 17px;
}
	.logo_sec img{
	width: 35px;
}
}
.footer-logo-text {
	    padding-top: 10px;
}
.logo_sec_footer{
width: 185px;
margin: auto;
}

.logo_sec_footer span {
	margin-top: 0 !important;
}
@media screen and (min-width: 765px) {
	.logo_sec_footer{
		margin-left:0!important;
	}
}
.logo_sec_footer img{
	width: 35px;
	float: left;
	margin-left: -15px;
}
.logo_sec_footer span{
    margin: 0.5em 0 .3em 0;
    display: inline-block;
}
@media screen and (max-width: 666px) {
	.logo_sec_footer img{
			width: 27px;
	margin-left: 12px;
	}
	.logo_sec_footer span{
		margin-left: -20px;
	}
}

@media screen and (max-width: 766px) {
	.logo_sec_footer span{
		margin-left: -10px;
	}
}


.s_button{
    margin-left: -5px;
    margin-right: 15px;
    border-top-left-radius: 0 !important;
	border-radius: 5px;
    border-bottom-left-radius: 0 !important;
    width: 200px !important;
}
.active_a{
	  border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.template-links a {
    display: inline-flex;
    height: 36px;
    max-width: 100%;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.59px;
    background-color: #eae9f2;
    color: #696871;
    transition: all .25s linear;
}
body.category .site-banner .site-banner-dateandsocialicons{
	    width: 650px;
	margin-top:10px;
	
}

	#primary p.text_inner_content ,.mid_sec_banner p{
    margin-bottom: 0 !important;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    word-spacing: 2px;
    color: #696871;
    margin: 12px 0;
}
body.category .cat_sec{
	padding-top: 50px;
	padding-bottom: 50px;
}
.mobile_screen,.n_item{
		display:none;
	}
.mobile_screen .site-banner-list{
	padding:0;
}
.mobile_screen .site-banner-item,.mobile_screen .site-banner-item:nth-child(3){
	padding: 20px 25px !important;
	border-radius: 0;
}
.mobile_screen .n_item .site-banner-item{
	border-top: 2px solid #fff9;
}
.mobile_screen .site-banner-blackBand{
	padding:0;
}
.lastItem2{
	border-bottom:0 !important;
}
@media screen and (max-width: 990px) {
	.desktop_screen{
		display:none;
	}
	.mobile_screen{
		display:block;
	}
}
.l_form{
	  width: 80%;
    float: left;
}

.r_form{
	text-align: center;
    width: 20%;
	 float: right;
}
.nav-links{
	display: inline !important;
}
.nav-previous{
	float:right;
}
.nav-next{
	float:left;
} 
.nav-previous a,.nav-next a{
    color: #69687161 !important;
    font-size: 20px;
}

.mid_sec_banner{
	    background-repeat: no-repeat;
    background-size: cover;
}
.mid_sec_banner h2{
letter-spacing: -0.66px;
    max-width: 360px;
    font-weight: 700;
}
.mid_sec_banner p{
	max-width: 360px;
	}
	.mid_sec_banner .button{
		margin-top: 5px;
	}
	@media screen and (max-width: 1150px) {
		#primary p.text_content{
     text-align: center;
	}
	.mid_sec_banner .sitecontainer{
		padding: 50px 70px ;
	}
	.more_explore {
    margin-right: 15px;
    margin-top: 10px;
}
	}
.sidebar_form{
color: #fff;
	margin-bottom: 15px;  
    background: #5c93fcc9;
    padding: 25px 0;
    padding-top: 15px;
}
.sidebar_form p{
	font-size: 16px !important;
	color:#fff;
}
.sidebar_form a{
	width:100%;
	color:#5c93fcc9;
 margin-top: 15px !important;
}
.sidebar_form h2,.sidebar_form p{
	max-width:fit-content !important;
}
.sidebar_form a:hover{
	background:#000;
}
.sitecontainer_c {
 margin: 0 25px;
}

.tableOfContent .sidebar_form{
	margin-top: 30px;
}

.popup_con{
	border-radius: 0 !important;
    border: 0 !important;
	width:540px !important;
	    background: rgba(214, 228, 255, 100%) !important;
	padding: 0 !important;
}

.boxcontent_c{
	width: 100%;
    overflow: auto;
	height:auto;
}
.p_right_sec{
	width:50%;
	float:right;
}
.p_left_sec{
	text-align:left;
	width:50%;
	float:left;
	padding:30px;
}
.p_left_sec .form-element,
.p_left_sec .form-submit {
	height:45px;
	width:100%;
}
.p_left_sec h3{
	  color: #5c93fc !important;
    font-size: 25px !important;
    letter-spacing: 2px;
}
.wpcf7-response-output {
    margin-left: 0 !important;
}
.p_left_sec p{
	font-size: 15px;
    margin: 11px 0 !important;
    word-spacing: 1px;
}
.p_left_sec br{
	display:none;
}
.p_right_sec img{
 
	width:100%;
}
.popup-box .chatbot-close::before, .popup-box .chatbot-close::after
{
	background-color: #fff !important;
} 
 #chatbot .popup-box {

			  position: fixed;
			z-index: 99;
	   bottom: 80px;
        right: 10px;
    }
@media screen and (max-width: 920px) {
    #chatbot .popup-box {
        bottom: 80px;
        right: 10px;
    }
}
@media screen and (max-width: 670px) {
	.p_right_sec,.p_left_sec{
		width:100%;
		float:unset !important;
	}
	.popup_con{
		width:auto !important;
	}
	body .boxcontent_c {
    background: none !important;
}
	.p_right_sec img{
	 
}
	.p_left_sec {
    
    padding: 17px !important;
}
	body .p_left_sec h3 {
     
    font-size: 20px !important;
     
}
}
#chatbot .wpcf7 form.invalid .wpcf7-response-output, #chatbot .wpcf7 form.unaccepted .wpcf7-response-output {
    
    margin: 0 !important;
}
.boxcontent_c {
    background: url(/wp-content/uploads/2021/05/pop-2.jpg) !important; 
    background-size: 50% !important;
    background-position:right top !important;
    background-repeat: no-repeat !important;
}

.wpcf7-form,.wpcf7-form p{
	position: relative;
	width:auto;
}
div.wpcf7 .ajax-loader{
	top:50%;
}

.relatedArticles-box {
    row-gap: 0px !important;
}
.relatedArticles-box .relatedArticles-elem{
	margin: 20px 0;
}

#ajax-infinite-content .relatedArticles-elem {
	margin: 20px 10px;
}

#ajax-infinite-content .alm-reveal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}

.alm-load-more-btn.loading {
	
}

/******************end email capture ********************/

@media (max-width: 1199px){
   .sitecontainer{
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
   } 
   .individual-cv .individual-cv-content{
    width: 100%;
   } 
   .wpcf7-form.init .tableOfContent-downloadResumeSample-input.email{
    width: 100% !important;
   }
   .tableOfContent-downloadResumeSample-label{
    margin: 0px !important;
   }
      .individualCV-backtotop.mt-20.mb-50.flex, .individualCV-backtotop.mt-20.flex {
    align-items: center;
    justify-content: center;
}

}
@media (max-width: 991px){
    .text-25 {
        font-size: 18px;
    }
    .bonusJobHuntingTips-accordion {
    font-size: 18px;
}
    .tableOfContent-downloadResumeSample .tableOfContent-downloadResumeSample-label, .tableOfContent-downloadResumeSample .tableOfContent-downloadResumeSample-input.email{
        width: 100% !important;
        margin: 0px;
    }
 
}
@media (max-width: 767px){
    .section-individualArticle-5 {
        padding: 15px 10px !important;
    }
    .bonusJobHuntingTips-accordion.text-25 {
       font-size: 15px !important;
       width: calc(100% - 28px);
   }
   .beforeyougo-box.flex{
      max-width: 460px;
      width: 100% !important;
   }
   .mb-50 {
    margin-bottom: 20px !important;
}
.beforeyougo-bluebtn br {
    display: none !important;
}
.single-post .section-individualArticle-6 .tableOfContent-download::after {
    left: 35px;
}
.paddingSection-type-1 {
    padding: 30px 0 30px 0 !important;
}

.relatedArticles-elem:last-child, .relatedArticles-elem{
    max-width: 345px;
}
}
@media (max-width: 370px){
.button5 {
    padding: 12px 20px !important;
}
.single-post .section-individualArticle-6 .tableOfContent-download::after {
    left: 18px !important;
    top: 18px !important;
}
.tableOfContent-downloadResumeSample {
    padding: 10px !important;
}
.search-form-blog form, #search-form {
    width: 220px !important;
    }
.tableOfContent-table-bg {
    padding: 20px 20px 20px 20px !important;
}
}

header{
	background:#000;
}
.logo_sec span{
	color:#fff;
}

		#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
		top:65px !important;
	}
		#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li a{
		 text-align:center;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li,#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		    border-bottom: 1px solid gray !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li:last-child{
		 border-bottom: 0 !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before{
		color: gray;
	}
			

#mega-menu-wrap-menu-1{
	padding: 5px;
}
.main-menu a:hover{
	background-color: inherit;
	color:inherit;
}
.mega-menu-toggle{
	padding:10px 0;
}
.mega-menu-toggle .logo_sec span{
	margin-top: -6px;
font-size: 19px;
vertical-align: middle;
}
.mega-menu-toggle button{
	margin-top:10px !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
	height:2px;
}

/*********** banner chatbot css ***************/
.hide_popup{
	display: none !important;
}
.banner_sec{
width: 98%;
	text-align:center;
position: fixed;
border: 1px solid;
bottom: 0;
padding: 10px;
background: #fff;
margin-bottom: 1%;
opacity: 1;
z-index: 9;	
margin:1%;	
}
.banner_inner{
margin: auto;
}
.banner_inner p{
display: inline-block;
margin: 5px 15px !important;	
}

/******** black/blue banner start ******/
.black_banner #banner-btn a,.blue_banner #banner-btn a{
	color:#fff;
}
.black_banner .banner-iconBtn::before,.black_banner .banner-iconBtn::after{
background-color:#19191B;
}

/******** black/blue banner end ******/

/******** black banner start ******/
.black_banner #banner-btn{
	background:#19191B;
}
/******** black banner end ******/

/******** blue banner start ******/
.blue_banner #banner-btn{
	background:#5C93FC;
}
/******** blue banner end ******/

/******** white banner ******/
.white_banner .banner_sec{
	background:#19191B;
}
.white_banner .banner_sec p{
	color: #fff;
}
.white_banner #banner-btn{
	background:#fff;
}
.white_banner #banner-btn a{
	color:#19191B;
}
/******** white banner end ******/
.white_banner .banner-iconBtn::before,.white_banner .banner-iconBtn::after,
.black_banner .mobile_banner .banner-iconBtn::before, .black_banner .mobile_banner .banner-iconBtn::after,
.blue_banner .mobile_banner .banner-iconBtn::before, .blue_banner .mobile_banner .banner-iconBtn::after{
background-color:#fff !important;
}
.white_banner .mobile_banner .banner-iconBtn::before, .white_banner .mobile_banner .banner-iconBtn::after{
  background-color:#19191B !important;
}

.mobile_banner #banner-btn{
	padding: 5% 10% !important;
	position: fixed;
    width: 90% !important;
    margin: 0;
}
#banner-btn{
  display: inline-block;
	background-color: #fff;
box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
align-items: center;
z-index: 99;
padding: 1% 5%;
bottom: 15px;
right: 20px;
width: 350px;
margin: 5px 15px;
text-align: center;
font-size: 16px;
}
.banner-iconBtn {
    display: block;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}
.banner-iconBtn::before, .banner-iconBtn::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    top: 10px;
    right: 5px;
    background-color: #19191B;
    transform: rotate(45deg);
}
.banner-iconBtn::after {
    transform: rotate(-45deg);
}
.banner-textBtn{
text-shadow: none;
color: #19191b;
}

/************ end code *****************/
.icon_form{
	list-style:none;
}
.icon_form li{
  padding: 5px 0;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 35px;
}
.icon_form .li_first{
	background-size: 24px;
  background-image: url('/wp-content/themes/resumewriter-my/images/writing-icon.svg');
  }
.icon_form .li_sec{
	background-size: 32px;
    padding-left: 41px;
    margin-left: -7px;
  background-image: url('/wp-content/themes/resumewriter-my/images/light-bulb.png');
  }
.icon_form .li_third{
	padding-left: 38px;
    background-size: 27px;
    margin-left: -4px;
  background-image: url('/wp-content/themes/resumewriter-my/images/target.svg');
  }


.popups_sec p{
	margin:0;
	padding:0;
}
.section-padding,.home .section-testimonials,.section-prices,.section-analyse {
    padding: 60px 0;
	padding-bottom: 75px;
}
.home .testimonials-list{
   margin-top: 0px;
}
.home .testimonial-item{
	 padding-bottom:1%;
}
.partners{
	margin:0 9%;
}
.home .title-type-2,.home .title-type-3,.home .title-type-5,.form-cv-analysis{
	margin-top:0;
	margin-bottom:0;
}
.section-padding .section-padding{
	padding:0;
}
.mbt-0{
	margin-top:0;
}
.logo_title_t{
font-size: 45px;
    font-family: "Circular Std Book";
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: "Circular Std";
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border: 2px solid #292929;
    min-height: 0px !important;
    padding: 12px 21px;
    /* margin: 5px; */
    margin: 0;
    outline: none;
    transition: background-color 0.25s linear, border-color 0.25s linear;
}
.sitecontainer {
    width: 1150px;
    max-width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 540px) {
.res_title{
	font-size: 25px !important;	
	}
}

/**** checkkout form css ****/

#wc-stripe-cc-form .form-row.form-row-first,#wc-stripe-cc-form .form-row.form-row-last{
	width:48.6%;
}
.checkout .form-row.form-row-first{
	margin-right: 0 ;
	max-width:48.7%;
	width:48.7%;
}
.checkout .form-row.form-row-last {
    float: right;
    width: 48.7%;
}
.wc-stripe-elements-field{
	width:100% !important;
}
.checkout #billing_contrycode_field{
width: 39%;
display: inline-block;
}
.checkout #billing_phonenumber_field,.checkout #billing_phone_field{
	width: 58%;
	float: right;
margin: 0;
	display: inline-block;

}
@media screen and (max-width: 900px) {
	.checkout .form-row {
    width: 100% !important;
		 max-width: 100% !important;
		margin-bottom: 0;
display: inline-block;
}
 .checkout #customer_details .form-row{
      margin-top: 10px !important;
	}
.checkout .wc-stripe-elements-field,.checkout .place-order [name="woocommerce_checkout_place_order"]{
		margin-top:0 !important;
	}
}
body #billing_email_field+.woocommerce-validated, body .form-row.woocommerce-SavedPaymentMethods-saveNew {
    display: inline-block !important;
}

.relatedArticles-btn {
	display: none !important;
}

.relatedArticles-box {
	justify-content: center !important; 
}

.readmoretestimonials .button {
	border: 2px solid #fff;
}

body.single-post {
	padding-top: 0;
}

.section-blog-2-text.webDevCV-paragraph {
	font-size: 20px;
	line-height: 1.666667;
}

@media screen and (min-width: 1024px) {
	#block-11.is-sticky {
	position: fixed;
	top: 70px;
}
}

#testimonials-filter {
	padding-top: 20px !important;
	padding-bottom: 40px !important;
}
.top-section {
    height: calc(100vw / 3) !important;
    max-height: calc(100vh - 90px) !important;
    min-height: 580px !important;
}

#section-free-cv-analyse:has(.section-related-blog-home),
.section-related-blog-home {
	background-color: #fff;
}

#section-free-cv-analyse .button-bottom {
	display: flex;
	justify-content: center;
}

#section-free-cv-analyse .relatedArticles-title a {
	color: #000;
}

.section-resume-cv-samples-1-text.text-default-responsive,
.tableOfContent-details-elem {
	font-size: 20px;
	line-height: 1.6667;
}

.paragraph-mb-30 .klaviyo-form p {
	margin-bottom: 0;
}

#stripe-payment-data p{
	position: relative;
	padding-right: 88px;
}
#stripe-payment-data p:after {
	top: -16px;
	right: 0;
	content: '';
	position: absolute;
	background-image: url('https://www.resumewriter.sg/wp-content/uploads/2023/05/depositphotos_432658838-stock-illustration-100-secure-grunge-vector-icon-e1685460767778.webp');
	    width: 88px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
/********** end checkout **********/
/*
.site-header { height: 90px; display: flex; align-items: center; justify-content: space-between; padding-right: calc((100% - 1150px) / 2); z-index: 100; } .site-header .logo { margin-left: 35px; font-family: "Circular Std"; font-weight: 700; letter-spacing: -0.24px; font-size: 24px; } .main-menu { margin: 25px 0 25px auto; } .main-menu-list { display: flex; justify-content: space-between; max-width: 100%; padding-right: 25px; padding-left: 25px; } .menu-item { padding-left: 20px; padding-right: 20px; } .menu-item:first-child { padding-left: 0; } .menu-item:last-child { padding-right: 0; } .menu-item.current-menu-item { font-weight: bold; } .menu-item&gt;a { font-size: 20px; transition: all 0.25s linear; } .menuButton { cursor: pointer; width: auto; transition: all 0.7s ease; display: none; } .menuButton .bar { display: block; height: 3px; width: 36px; background: #19191b; margin: 8px auto; transition: all 0.7s ease; } .menuActive .menuButton .bar { background-color: #19191bb9; } .menuActive .menuButton .bar.top { transform: translateY(13px) rotateZ(45deg); } .menuActive .menuButton .bar.bottom { transform: translateY(-10px) rotateZ(-45deg); } .menuActive .menuButton .bar.middle { width: 0; }  .top-section { height: calc(100vw / 2); max-height: calc(100vh - 90px); min-height: 450px; } .top-section-bg { background-image: url(./images/land-job-interviews-2.jpg); background-repeat: no-repeat; background-size: cover; background-position: left top; } .top-section-motto { font-size: 34px; font-weight: 500; margin-top: 0; margin-bottom: 0; } .top-section-slogan { font-family: Poppins; font-size: 25px; line-height: 1.56; letter-spacing: -0.78px; color: #696871; font-weight: 400; margin-top: 20px; margin-bottom: 40px; } .top-section-slogan strong { font-weight: 700; color: #19191b; } .top-section-text { height: 100%; } .top-section-text .flex { height: 100%; padding-top: 120px; } .top-section-text .flex-center { padding-top: 15px; padding-bottom: 30px; }
*/