/*
Theme Name: EMBRYOWISH.COM
Theme URI: https://www.embryowish.com
Author: APPGENE
Author URI: https://www.embryowish.com
Version: 1 - 0397
Text Domain: embryowish
*/

@import url("https://use.typekit.net/ikj5mlm.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
/*http://jsfiddle.net/K7fAU/1/*/


html {
    font-family: 'Manrope', sans-serif !important;
       overflow-x: hidden !important;
}
body {
    font-family: 'Manrope', sans-serif !important;
    color: #8D8D8D !important;
    font-size: 18px !important;
    font-weight: normal !important;
    background-color: #FFFFFF !important;
    overflow-x: hidden !important;
    background: url("assets/bg.jpg") top center no-repeat;
    background-color: #fff;
    background-size: 100% auto;
    background-position: center 200px;
    overflow-x: hidden !important;

    /*-webkit-font-smoothing: subpixel-antialiased;*/
}
h1, h2, h3, h4, h5, h6 {
    color: #8CD6F0 !important;
    font-family: 'Manrope', sans-serif !important;
    line-height: 0.8 !important;
    font-weight: 500 !important;
    line-height: 1.1em !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #8CD6F0 !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1em !important;
}
a {
    outline: 0 !important;
    text-decoration: none !important;
    color: #000 !important;
    font-weight: 600 !important;
}
a:hover {
    outline: 0 !important;
    color: #000 !important;
}
a:active {
    color: #000 !important;
}

::selection {
  background-color: #ecaccd; 
  color: #fff;
}


h1 {
    font-size: 42px !important;
    line-height: 1.3em !important;
}
h2 {
    font-size: 38px !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
}
h3 {
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
}
h4 {
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
}
h5 {
    font-size: 22px !important;
    line-height: 1.3em !important;
    font-weight: 400 !important;
    /*font-weight: bold !important;*/
}
p {
    margin: 0 !important;
}
p+p {
    margin-top: 10px !important;
}
ul li a {
    margin-bottom: -5px !important;
}
ul .children a {
    font-weight: 400 !important;
    margin-bottom: 30px !important;
}
ul .children {
    margin-bottom: 10px !important;
}
ul .children li {
    margin-left: -20px !important;
}
.container {
    max-width: 1280px;
    /*margin-top: 40px;*/
    /*margin-bottom: 40px;*/
}
.wrapper {
    padding: 0 !important;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.paddingLeft {
    padding-right: 3px !important;
}
.paddingRight {
    padding-left: 3px !important;
}
.spacer {
    margin-top: 15px;
}
.spacerS {
    margin-top: 30px;
}
.spacerM {
    margin-top: 60px;
}
.spacerL {
    margin-top: 90px;
}
.spacerLL {
    margin-top: 40px;
}
.spacerXL {
    margin-top: 200px;
}

/*page sections*/
.pageTop h1 {
    padding-left: 40px;
    position: relative;
    font-size: 70px !important;
    font-weight: 500 !important;
    line-height: 1.0em !important;
    color: #fff !important;
}

.pageTopSubtitle  {
    color: #fff !important;
    padding-left: 40px;
}

.pageTopCover {
    position: absolute;
    top: -240px;
    z-index: -2;
}

.pageTopPusher {
    margin-top: 350px;
}


.pageTopIcon {
  position: absolute !important;
  margin-left: 820px;
  margin-top: -20px;
  transform: scale(0.5) !important;
  z-index: 1000 !important;
}

.pageTopBar {
    border-radius: 31px 0px 32px 0px !important;
    -webkit-border-radius: 31px 0px 32px 0px !important;
    -moz-border-radius: 31px 0px 32px 0px !important;
    color: #fff !important;
    background-color: #ecaccd;
    padding-top: 30px;
    max-width: 800px;
    display: block;
    margin: 0 auto !important;
}

.pageTopBar a {
    color: #fff !important;
    font-weight: 300 !important;
}

.pageTopBar a:hover {
    color: #F270B3 !important;
    font-weight: 300 !important;
}

.pageTopBar p {
    margin-top: -10px !important;
}
a img {
  transition: filter 0.4s ease, transform 0.4s ease;
}

a img:hover:not(.no-hover-effect) {
  transform: scale(1.01);
  filter: brightness(70%);
}
/*footer*/
.footer {
    color: #fff !important;
    font-size: 16px !important;
}
.footer a {
    color: #fff !important;
}
.footer a:hover {
  color: #FF339C !important;
}

.footerLogo{
    transform:scale(0.7);
}

.footerBtnStarthere {
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%) scale(0.6);
    width: 450px !important;
    height: 100px !important;
    padding: 15px;
    font-size: 50px !important;
    font-weight: 200 !important;
    background-color: #ECACCD !important;
    color: #fff !important;
    border-radius: 50px 0px 50px 50px !important;
    -webkit-border-radius: 50px 0px 50px 50px !important;
    -moz-border-radius: 50px 0px 50px 50px !important;
    border:0 !important;
    display: block;
}
.footerBtnStarthere:hover {
    background-color: #FF339C  !important;
    color: #fff !important;
}
.footerShape {
    border-radius: 500px 0px 0px 0px;
    -webkit-border-radius: 500px 0px 0px 0px;
    -moz-border-radius: 500px 0px 0px 0px;
    height: 420px;
    background-color: #84c5da;
}

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

/*free consultation*/
.bookFreeConsultantionFooter h3 {
    font-size: 40px !important;
    font-weight: 300 !important;
}

.bookFreeConsultantionFooter h4 {
  font-weight: normal !important;
}


/*why choose greece*/
.whyChooseGreece{
    color: #fff !important;
}

.whyChooseGreece h2{
    color: #fff !important;
}

.whyChooseGreece h3{
    color: #fff !important;
}

.whyChooseGreece h4{
    color: #fff !important;
}

.whyChooseGreeceIMG {
  position: absolute !important;
  z-index: 1 !important;
  top: -180px !important;
  left: 150px;
}


/*clinic team*/
.clinicTeam {
    color: #fff;
}
.clinicTeam h3{
    color: #fff !important;
}

.clinicTeam h4{
    font-size: 18px !important;
    color: #fff !important;
}

/*treatments*/
.treatmentsBtn a{
    width: 320px !important;
    height: 80px !important;
    margin: 0 auto;
    text-align: center;
    padding: 20px !important;
}

.treatmentsBtn a {
    display:flex !important;
    font-size: 20px !important;
    align-items:center !important;
    text-align:center !important;
    justify-content: center !important;
}

/*blog*/
.blogIMG img {
    border-radius: 100px 0px 100px 100px !important;
}

.vc_gitem-link:hover {
    color: #FF339C !important;
}

.vc_btn3.vc_btn3-color-pink, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat {
    font-size: 23px;
    font-weight: normal !important;
    background-color: #ECACCD !important;
    color:#fff !important;
    border-radius: 32px 0px 32px 32px;
    -webkit-border-radius: 32px 0px 32px 32px;
    -moz-border-radius: 32px 0px 32px 32px;
    font-weight:200 !important;
}


.vc_btn3.vc_btn3-color-pink, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:hover {
    background-color: #8CD6F0 !important;
    color:#fff !important;
    border-radius: 32px 0px 32px 32px;
    -webkit-border-radius: 32px 0px 32px 32px;
    -moz-border-radius: 32px 0px 32px 32px;
}


.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: unset !important;
    background-color: unset !important;
}

.vc_tta-color-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #8D8D8D !important;
}

/*button more products*/

.ajax-load-more-wrap.green .alm-load-more-btn {
    background-color: unset !important;
    color: #098C51 !important;
    box-shadow: none !important;
    border: 2px solid !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    border-radius: 20px 0 20px 0 !important;
    margin-top: 30px !important;
}
.ajax-load-more-wrap.green .alm-load-more-btn:hover {
    background-color: #098C51 !important;
    border-color: #098C51 !important;
    color: #fff !important;
}
.vc_sep_line {
    border-color: #098C51 !important;
}

/*media*/

#pcp_wrapper-1605 .pcp-button-prev, #pcp_wrapper-1605 .pcp-button-next {
    background-color: unset !important;
}
#pcp_wrapper-1605 .pcp-button-prev:hover .fa, #pcp_wrapper-1605 .pcp-button-next:hover .fa {
    color: #000 !important;
}
/*table*/

table {
    width: 100% !important;
}
/*forms*/

input {
    display: block;
    width: 100% !important;
    height: 50px;
    outline: none;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border: 1.2px solid #8D8D8D !important;
    background-color: unset !important;
    color: #8D8D8D !important;
    padding: 10px;
    margin-bottom: 25px !important;
    border-radius: 0 !important;
}
textarea {
    background-color: unset !important;
    color: #8D8D8D !important;
    display: block;
    border: 1.2px solid #8D8D8D !important;
    width: 100%;
    height: 320px;
    padding: 10px;
    outline: none;
}
.form-control {
    border-radius: 0 !important;
    box-shadow: unset !important;
    border: 0 !important;
    border-bottom: 2px solid !important;
    height: 47px;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Manrope', sans-serif !important;
    color: #8D8D8D !important;
    font-weight: 500;
    opacity: 1;
    /* Firefox */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8D8D8D !important;
    font-weight: 500;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8D8D8D !important;
    font-weight: 500;
}
textarea::-webkit-input-placeholder {
    color: #8D8D8D !important;
    font-weight: 500;
}
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #8D8D8D !important;
    font-weight: 500;
}
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #8D8D8D!important;
    font-weight: 500;
}
textarea:-ms-input-placeholder {
    color: #8D8D8D !important;
    font-weight: 500;
}
textarea::placeholder {
    font-family: 'Manrope', sans-serif !important;
    color: #8D8D8D !important;
    font-weight: 500;
}
video {
    max-width: 100% !important;
    height: auto !important;
}


.vc_tta-title-text {
/*  padding-left: 50px !important;*/
}

/*mobile tabs*/

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: 0 !important;
    border-bottom: 4px solid !important;
}
.vc_tta-panel-body {
    margin-top:15px;
    background-color: unset !important;
    border: 0 !important;
}

/*main menu*/
#main-menu {
    margin-left: 50px !important;
}
.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    margin-top: 10px !important;
}

.dropdown-menu a {
    color: #000 !important;
}
.dropdown-menu li a {
    color: #000 !important;
}

.navbar-collapse {
    /*for scroll sticky menu*/
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 15px !important;
}
.navbar-inverse {
    background-color: transparent !important;
    border-color: transparent !important;
    font-weight: normal !important;
}
.navbar-nav a {
    font-family: 'Manrope', sans-serif !important;
    background-color: unset !important;
    font-weight: bold !important;
    font-size: 16px !important;
    padding-left: 10px !important;
    color: #fff !important;
}
.navbar-nav>li>a {
    margin-bottom: 0 !important;
    margin-left: 10px;
}
.navbar-nav {
    margin-left: 75px !important;
}
.navbar-nav a:hover {
    color: #000 !important;
}
.navbar-nav>.active>a {
    border-bottom: 3px solid #000 !important;
    color: #000 !important;
    background-color: unset !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*sticky menu*/
#mysticky-nav {
    padding-left: 75px !important;
    padding-bottom: 15px;
    padding-top: 5px;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: -30px !important;
    margin-bottom: 30px !important;
    border: none !important;
}
.glyphicon {
    color: red !important;
    font-size: 30px !important;
    font-family: 'Open Sans' !important;
}
.white {
    color: #fff !important;
}
.black {
    color: #000 !important;
}

.lightBlue {
    color: #8CD6F0 !important;
}

.lightBlue a {
    color: #8CD6F0 !important;
}

.lightBlue a:hover {
    color: #ECACCD !important;
}


.whiteBG {
    background-color: #fff !important;
    color: #000 !important;
}
.submitContact {
    width: 250px !important;
    font-size: 18px;
    font-weight: normal !important;
    background-color: #ECACCD !important;
    color: #fff !important;
    border-radius: 32px 0px 32px 32px !important;
    -webkit-border-radius: 32px 0px 32px 32px !important;
    -moz-border-radius: 32px 0px 32px 32px !important;
    border:0 !important;
    display: block;
    margin: 20px auto; /* this centers it */
}
.submitContact:hover {
   background-color: #8CD6F0 !important;
}
.btn {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #fff !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    margin-top: -3px !important;
    /*fix newsletter btn*/
}
.btn-primary.focus {
    background-color: #ffffff !important;
    border-color: #ffffff!important;
    color: #000 !important;
}
.btn:hover {
    background-color: #ffffff !important;
    border-color: #ffffff!important;
    color: #000 !important;
}
.btn:active {
    background-color: #ffffff !important;
    border-color: #ffffff!important;
    color: #000 !important;
}
.btn-outline {
    width: auto !important;
    height: 43px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 0 !important;
    font-size: 22px !important;
    font-weight: normal !important;
    background-color: #ECACCD !important;
    color: #fff !important;
    border-radius: 32px 0px 32px 32px !important;
    font-weight: 200 !important;
}
.btn-outline.focus {
    background-color: #ffffff !important;
    border-color: #1FADE4 !important;
    color: #000 !important;
}
.btn-outline:hover {
    background-color: #8CD6F0 !important;
    color: #fff !important;
}

::placeholder {
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
}
.screen-reader-text, .wp-caption, .wp-caption-text {
    font-size: inherit;
    display: none;
}
/*load more btn*/
.vc_btn3-container.vc_grid-btn-load_more.vc_btn3-inline a {
    background-color: unset !important;
    color: #098C51 !important;
    box-shadow: none !important;
    border: 2px solid !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    border-radius: 30px 0 30px 0 !important;
    /*  margin-top: 30px !important;*/
}
/*news*/
.sp-pcp-title a {
    font-size: 16px !important;
    text-align: center !important;
}
.sp-pcp-thumb img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 100px 0px 100px 0px !important;
}
/*post category align for blog*/

.vc_grid-filter.vc_grid-filter-center {
    text-align: left !important;
}
.vc_gitem-post-category-name {
    font-size: 20px;
    font-family: 'Manrope', sans-serif !important;
    color: #D7B951 !important;
}
.vc_btn3.vc_btn3-color-black, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
    color: #fff !important;
    background-color: #000 !important;
}
.form-group {
    margin-bottom: 15px !important
}
.vc_btn3.vc_btn3-icon-left {
    text-align: center !important;
}
.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
    font-size: 30px !important;
}
/*footer*/

.vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
    height: 400px !important;
}
.vc_custom_1535563556526 {
    margin-bottom: 50px !important;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline {
    color: #f4524d !important;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:hover {
    color: #fff !important
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px !important;
}
.vc_grid.vc_row .vc_grid-item .vc_btn, .vc_grid.vc_row .vc_grid-item .vc_icon_element, .vc_grid.vc_row .vc_grid-item .wpb_content_element {
    margin-bottom: 0px !important;
}
.btn.btn-default.understrap-read-more-link {
    display: none;
}
.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    color: #fff !important;
    background-color: #000 !important;
}
/*tabs*/

.vc_tta-panel-heading h4 {
    font-size: 20px !important;
}

.vc_tta-tab a {
    padding-left: 0 !important;
}
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body, .wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
    border-radius: 0 !important;
}
.vc_tta-panels {
    border: 0 !important;
    background-color: unset !important;
}
.wpb-js-composer .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-top .vc_tta-tabs-container {
    margin-bottom: 20px !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0 !important;
}
.uc_basic_accordion .uc_container .uc-heading {
    margin-top: 10px;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
    border-color: transparent !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: transparent !important;
    background-color: initial !important;
    color: #666;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #f7f7f7;
    background-color: initial !important;
    color: #666;
}
/*mobile menu*/
.mobmenu-left-panel {
    background-color:#ECACCD !important;
    width: 270px;
}

.mobmenu-content li a {
    color: #fff !important;
}

.mob-menu-header-holder {
    height: 60px !important;
    background-color:#fff !important;
}

/*Lang menu*/

.mobile-lang-switcher {
  position: absolute !important;
  top: 5px !important;
  right: 60px !important;
}

.wpml-ls-native{
 color: #fff !important;
}
.wpml-ls-display {
    display: none;
}
.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 7px;
    /*clear: both;*/
    /*position: absolute;*/
    margin-top: -10px;
}
.wpml-ls-first-item a {
    color: #000 !important;
    font-weight: 500 !important;
}
.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-en.wpml-ls-last-item.wpml-ls-item-legacy-list-horizontal a {
    color: #000 !important;
    font-weight: 500 !important;
}
.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-en.wpml-ls-current-language.wpml-ls-last-item.wpml-ls-item-legacy-list-horizontal a {
    background-color: #000 !important;
    font-weight: 500 !important;
}
.wpml-ls-item-el, .wpml-ls-item-en a {
    color: #000 !important;
    font-weight: normal !important;
}
.wpml-ls-current-language a {
    color: #fff !important;
    background-color: transaprent !important;
    font-weight: 500 !important;
    border-bottom: 2px solid white;
    padding: 2px !important;
}
.grecaptcha-badge {
    visibility: hidden;
}

.hover-red:hover {
  filter: brightness(0) saturate(100%) invert(16%) sepia(95%) saturate(7485%) hue-rotate(0deg) brightness(93%) contrast(102%);
}

/* Large desktops and laptops */

@media (min-width: 1400px) {
}
/* Large desktops and laptops */

@media (min-width: 1200px) {
    .ag-left {
        float: left;
    }
    .ag-right {
        float: right;
    }
}
/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    .ag-left {
        float: left;
    }
    .ag-right {
        float: right;
    }
    /*//hide menu*/
    #wrapper-navbar {
        display: none;
    }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden !important;
}
.wrapper {
    margin-bottom: -50px !important;
}
.ag-left, .ag-right {
    text-align: center !important;
}
.vc_gitem-zone.vc_gitem-zone-a.vc_custom_1575324150113.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1 {
    margin-bottom: -100px !important;
}
.center-block-mobile {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/*categories mobile*/
.vc_responsive, .vc_grid-filter {
    display: normal !important;
}

.svg2 {
    margin-bottom: 20px !important;
    max-width: unset;
    padding-left: 0 !important;
}

.pageTopCover {
    position: static !important;
}

.pageTopSubtitle {
    color: unset !important;
    color: #8D8D8D !important;
    padding-left: 0px;
}

.pageTop h1 {
  padding-left: 0px;
  color: #8CD6F0 !important;
  font-size: 50px !important;
}

.pageTopPusher {
  margin-top: 30px;
}

.whyChooseGreeceIMG {
    position:static !important;
}

.blogIMG img {
  border-radius: 50px 0px 50px 50px !important;
}

.footerShape {
    border-radius: 150px 0px 0px 0px;
    height: auto;
}

.footerCircle {
    margin-top: 100px !important;
}

.footer a {
    color: #fff !important;
}

.footerBtnStarthere {
    top: -180px;
}
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {

    body {
        overflow-x: hidden !important;
    }
    .wrapper {
        margin-bottom: -50px !important;
    }
    .ag-left, .ag-right {
        text-align: center !important;
    }
    .vc_gitem-zone.vc_gitem-zone-a.vc_custom_1575324150113.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1 {
        margin-bottom: -100px !important;
    }
    .center-block-mobile {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
/*categories mobile*/
.vc_responsive, .vc_grid-filter {
    display: normal !important;
}

.svg2 {
    margin-bottom: 20px !important;
    max-width: unset;
    padding-left: 0 !important;
}

.pageTopCover {
    position: static !important;
}

.pageTopSubtitle {
    color: unset !important;
    color: #8D8D8D !important;
    padding-left: 0px;
}

.pageTop h1 {
  padding-left: 0px;
  color: #8CD6F0 !important;
  font-size: 50px !important;
}

.pageTopPusher {
  margin-top: 30px;
}

.whyChooseGreeceIMG {
    position:static !important;
}

.blogIMG img {
  border-radius: 50px 0px 50px 50px !important;
}

.footerShape {
    border-radius: 150px 0px 0px 0px;
    height: auto;
}

.footerCircle {
    margin-top: 100px !important;
}

.footer a {
    color: #fff !important;
}

.footerBtnStarthere {
    top: -180px;
}
}
/* Portrait phones and smaller */

@media (max-width: 480px) {

    body {
        overflow-x: hidden !important;
    }
    .wrapper {
        margin-bottom: -50px !important;
    }
    .ag-left, .ag-right {
        text-align: center !important;
    }
    .vc_gitem-zone.vc_gitem-zone-a.vc_custom_1575324150113.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1 {
        margin-bottom: -100px !important;
    }
    .center-block-mobile {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
/*categories mobile*/
.vc_responsive, .vc_grid-filter {
    display: normal !important;
}

.svg2 {
    margin-bottom: 20px !important;
    max-width: unset;
    padding-left: 0 !important;
}

.pageTopCover {
    position: static !important;
}

.pageTopSubtitle {
    color: unset !important;
    color: #8D8D8D !important;
    padding-left: 0px;
}

.pageTop h1 {
  padding-left: 0px;
  color: #8CD6F0 !important;
  font-size: 50px !important;
}

.pageTopPusher {
  margin-top: 30px;
}

.whyChooseGreeceIMG {
    position:static !important;
}

.blogIMG img {
  border-radius: 50px 0px 50px 50px !important;
}

.footerShape {
    border-radius: 150px 0px 0px 0px;
    height: auto;
}

.footerCircle {
    margin-top: 100px !important;
}

.footer a {
    color: #fff !important;
}

.footerBtnStarthere {
    top: -180px;
}

}