/* Header icons */
.icon-home{
  content: url("../images/icons/home_ic.png");
  width: 18px;
  transition: 0.3s;
}
.mainmenu-nav .mainmenu > li > a:hover .icon-home, .mainmenu-nav .mainmenu > li > a.active .icon-home{
  content: url("../images/icons/home_ic_ac.png");
  width: 18px;
}
.icon-facebook{
  content: url("../images/icons/facebook_ic.png");
  width: 11px;
  transition: 0.3s;
}
.icon-facebook:hover, .icon-facebook:active, .icon-facebook:focus{
  content: url("../images/icons/facebook_ic_ac.png");
  width: 11px;
  transition: 0.3s;
}
.icon-linkedin{
  content: url("../images/icons/linke_ic.png");
  width: 20px;
  transition: 0.3s;
}
.icon-linkedin:hover, .icon-linkedin:active, .icon-linkedin:focus{
   content: url("../images/icons/linke_ic_ac.png");
  width: 20px;
  transition: 0.3s;
 }
.icon-instagram{
  content: url("../images/icons/instagram_ic.png");
  width: 20px;
  transition: 0.3s;
}
.icon-instagram:hover, .icon-instagram:active, .icon-instagram:focus{
  content: url("../images/icons/instagram_ic_ac.png");
  width: 20px;
}
.icon-x{
  content: url("../images/icons/x_ic.png");
  width: 20px;
  transition: 0.3s;
}
.icon-x:hover, .icon-x:active, .icon-x:focus{
  content: url("../images/icons/x_ic_ac.png");
  width: 20px;
}
/* footer bg img */
.footer-bg-img{
  background-image: url(../images/footer/footer_bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer_logo img{
  width: 100px;
}
.footer_icon_ln{
  content: url("../images/icons/footer_icon_ln.png");
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.footer_icon_ln:hover{
  content: url("../images/icons/footer_icon_ln_act.png");
  width: 40px;
  height: 40px;
}
.footer_icon_ins{
  content: url("../images/icons/footer_icon_ins.png");
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.footer_icon_ins:hover{
  content: url("../images/icons/footer_icon_ins_act.png");
  width: 40px;
  height: 40px;
}
.footer_icon_x{
  content: url("../images/icons/footer_icon_x.png");
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.footer_icon_x:hover{
  content: url("../images/icons/footer_icon_x_act.png");
  width: 40px;
  height: 40px;
}
.footer_icon_fb{
  content: url("../images/icons/footer_icon_fb.png");
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.footer_icon_fb:hover{
  content: url("../images/icons/footer_icon_fb_act.png");
  width: 40px;
  height: 40px;
}

/* alt page icons */
.icon-period{
  content: url("../images/icons/ggv_icons/period_icon.png");
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.icon-continuous{
  content: url("../images/icons/ggv_icons/continuous_icon.png");
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.icon-knowledge{
  content: url("../images/icons/ggv_icons/knowledge_icon.png");
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.icon-integration{
  content: url("../images/icons/ggv_icons/integration_icon.png");
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.icon-nocriminal{
  content: url("../images/icons/ggv_icons/no_criminal_icon.png");
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.maintenance_icon{
  content: url("../images/icons/ggv_icons/staygolden/maintenance_icon.png");
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.criminal_record_icon{
  content: url("../images/icons/ggv_icons/staygolden/criminal_record_icon.png");
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.compliance_icon{
  content: url("../images/icons/ggv_icons/staygolden/compliance_icon.png");
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.application_icon{
  content: url("../images/icons/ggv_icons/staygolden/application_icon.png");
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.absence_icon{
  content: url("../images/icons/ggv_icons/staygolden/absence_icon.png");
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.residence_icon{
  content: url("../images/icons/ggv_icons/staygolden/residence_icon.png");
  width: 36px;
  height: 34px;
  transition: 0.3s;
  margin-bottom: 2px;
}
.dependents_icon{
  content: url("../images/icons/ggv_icons/staygolden/dependents_icon.png");
  width: 36px;
  height: 34px;
  transition: 0.3s;
  margin-bottom: 2px;
}
.service-card-4:hover .criminal_record_icon{
  content: url("../images/icons/ggv_icons/staygolden/criminal_record_icon_actv.png");
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.service-card-4:hover .compliance_icon{
  content: url("../images/icons/ggv_icons/staygolden/compliance_icon_actv.png");
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.service-card-4:hover .application_icon{
  content: url("../images/icons/ggv_icons/staygolden/application_icon_actv.png");
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.service-card-4:hover .absence_icon{
  content: url("../images/icons/ggv_icons/staygolden/absence_icon_actv.png");
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.service-card-4:hover .residence_icon{
  content: url("../images/icons/ggv_icons/staygolden/residence_icon_actv.png");
  width: 36px;
  height: 34px;
  transition: 0.3s;
}
.service-card-4:hover .dependents_icon{
  content: url("../images/icons/ggv_icons/staygolden/dependents_icon_actv.png");
  width: 36px;
  height: 34px;
  transition: 0.3s;
}

.bank-icon{
  content: url("../images/icons/ggv_icons/financial/bank-icon.png");
  width: 60px;
  height: 60px;
  transition: 0.3s;
  margin-right: 15px;
}
.government-icon{
  content: url("../images/icons/ggv_icons/financial/government-icon.png");
  width: 60px;
  height: 60px;
  transition: 0.3s;
  margin-right: 15px;
}
.company-icon{
  content: url("../images/icons/ggv_icons/financial/company-icon.png");
  width: 60px;
  height: 60px;
  transition: 0.3s;
  margin-right: 15px;
}
.real_estate-icon{
  content: url("../images/icons/ggv_icons/financial/real_estate-icon.png");
  width: 60px;
  height: 60px;
  transition: 0.3s;
  margin-right: 15px;
}
.investment-icon{
  content: url("../images/icons/ggv_icons/financial/investment-icon.png");
  width: 60px;
  height: 60px;
  transition: 0.3s;
  margin-right: 15px;
}
/* Footer FAQ */
.accordion {
  width: 100%;
  margin: auto;
  padding: 32px 20px;
  background-color: #00000033;
  border-radius: 20px;
  box-shadow: 0 0 3px black;
}

.accordion-item {
  border-radius: 20px !important;
  margin-bottom: 16px;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  padding: 20px 30px;
  cursor: pointer;
  background-color: #FFF6E7;
  font-weight: 500;
  font-size: 18px;
  border-radius: 20px !important;
  color: #000;
  transition: background-color 0.3s;
}

.accordion-header:hover {
  background-color: #e1e1e1;
}
.accordion-header.active{
  border-radius: 20px 20px 0 0 !important;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #fff;
}

.accordion-header.active + .accordion-content {
  max-height: max-content;
  padding: 15px;
  border-radius: 0 0 20px 20px !important;
}

/* FAQ Detail */
.accordion.faq_detail{
  width: 100%;
  margin: auto;
  padding: 32px 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 3px #ababab;
}

.faq_detail .accordion-item {
  border-radius: 20px !important;
  margin-bottom: 16px;
}

.faq_detail .accordion-item:last-child {
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.faq_detail .accordion-header {
  padding: 20px 30px;
  cursor: pointer;
  background-color: #FFF6E7;
  font-weight: 500;
  font-size: 18px;
  border-radius: 20px !important;
  color: #000;
  transition: background-color 0.3s;
}

.faq_detail .accordion-header:hover {
  background-color: #e1e1e1;
}
.faq_detail .accordion-header.active{
  border-radius: 20px 20px 0 0 !important;
}

.faq_detail .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #fff;
}

.faq_detail .accordion-header.active + .accordion-content {
  max-height: max-content;
  padding: 15px;
  border-radius: 0 0 20px 20px !important;
}

/* primary btn */
.priv_btn_1{
  background: #FFCF48;
  border-radius: 20px;
  border: none;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
width: fit-content;
}
.priv_btn_1:hover, .priv_btn_1:active, .priv_btn_1:focus{
  background: #ffd358;
  color: #000;
}
/* secondary btn */
.second_btn_1{
  background: #0F5FD0;
  border-radius: 20px;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  width: fit-content;
}
.second_btn_1:hover, .second_btn_1:active, .second_btn_1:focus{
  background: #2675e3;
  color: #fff;
}
/* Texts */
.txt-b32-ffcf-lh40{
  font-size: 32px;
  color: #FFCF48;
  font-weight: 700;
  line-height: 40px;
  font-style: normal;
}
.txt-b32-3f47-lh40{
  font-size: 32px;
  color: #3F4753;
  font-weight: 700;
  line-height: 40px;
  font-style: normal;
}
.txt-b32-ffff-lh40{
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  font-style: normal;
}
.txt-b32-0000-lh40{
  font-size: 32px;
  color: #000;
  font-weight: 700;
  line-height: 40px;
  font-style: normal;
}
.txt-b50-3f47-lh60{
  font-size: 50px;
  color: #3F4753;
  font-weight: 700;
  line-height: 60px;
  font-style: normal;
}
.txt-sb20-3f47-lh30{
  font-size: 20px;
  color: #3F4753;
  font-weight: 600;
  line-height: 30px;
  font-style: normal;
}
.txt-sb26-0f5f-lh30{
  font-size: 26px;
  color: #0F5FD0;
  font-weight: 600;
  line-height: 30px;
  font-style: normal;
}
.txt-sb25-ffff-lh30{
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  font-style: normal;
}
.txt-b25-ffff-lh30{
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.txt-r26-ffff-lh30{
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
}
.txt-r26-0000-lh30{
  font-size: 26px;
  color: #000;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
}
.txt-r20-3f47-lh30{
  font-size: 20px;
  color: #3F4753;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
}
.txt-r22-3f47-lh30{
  font-size: 22px;
  color: #3F4753;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
}
.txt-b20-3f47-lh30{
  font-size: 20px;
  color: #3F4753;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.txt-b20-ffff-lh30{
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.txt-b18-23ac-lh30{
  font-size: 18px;
  color: #23ac00;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.txt-b18-f5bf-lh30{
  font-size: 18px;
  color: #f5bf02;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.txt-b18-f292-lh30{
  font-size: 18px;
  color: #f29200;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.txt-b18-4d69-lh30{
  font-size: 18px;
  color: #4d69ff;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.txt-b18-f048-lh30{
  font-size: 18px;
  color: #f04848;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.txt-b22-f292-lh30{
  font-size: 22px;
  color: #f29200;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.txt-b24-3f47-lh30{
  font-size: 24px;
  color: #3F4753;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.txt-l20-3f47-lh30{
  font-size: 20px;
  color: #3F4753;
  font-weight: 300;
  line-height: 30px;
  font-style: normal;
}
.txt-l60-012a-lh80{
  font-size: 80px;
  color: #012A47;
  font-weight: 300;
  line-height: 60px;
  font-style: normal;
}
.txt-r20-ffcf-lh30{
  font-size: 20px;
  color: #FFCF48;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
}
.txt-r18-3f47-lh25{
  font-size: 18px;
  color: #3F4753;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
}
.txt-r18-ffff-lh25{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
}
.txt-b18-3f47-lh25{
  font-size: 18px;
  color: #3F4753;
  font-weight: 700;
  line-height: 25px;
  font-style: normal;
}
.txt-b18-ffff-lh20{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  font-style: normal;
}
.txt-r14-3f47-lh20{
  font-size: 14px;
  color: #3F4753;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
}
.txt-r16-ffff-lh20{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
}
.txt-r14-ffff-lh20{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
}
.txt-l32-ffcf-lh40{
  font-size: 32px;
  color: #FFCF48;
  font-weight: 300;
  line-height: 40px;
  font-style: normal;
}
/* custom */
.pt-20rem{
  padding-top: 20rem;
}
.pt-10rem{
  padding-top: 10rem;
}
.pb-10rem{
  padding-bottom: 10rem;
}
.embracing_divs{
  border-radius: 20px;
  box-shadow: 0 0 5px #00000025;
  min-height: 590px;
}
.embracing_divs img{
  border-radius: 20px 20px 0 0;
}
.service-card-2 .inner .content .title{
  color: #6D6D6D;
}
.service-card-2 .inner .content .description{
font-size: 13px;
}
.banner-style-5 .banner-image img{
  max-width: 315px;
}
.whocan_list{
  padding: 20px 15px;
  background: #f5f5f5;
  box-shadow: 0 0 5px #d1d1d1;
  border-radius: 12px;
  margin-bottom: 16px;
}
.financial_listdiv{
  padding: 40px 0;
  border-bottom: 0.5px solid #ababab;
}
.home_staygolden_divs{
  background: #ffffffc2;
  box-shadow: 0 0 5px #d1d1d1;
  padding: 40px 20px;
  border-radius: 18px;
  position: relative;
  z-index: 2;
}
.home_stay_pos{
  position: absolute;
  top:0;
  right: 0;
  z-index: 1;
}
.home_tripledivs{
  position: relative;
  background: #001E33;
  border-radius: 12px;
}
.triplediv_txtarea{
  padding: 16px 12px;
  border-radius: 0 0 12px 12px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
}
.home_tripledivs .img_area_1{
  background-image: url("../images/others/home_img2.png");
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 12px 12px 0 0;
}
.home_tripledivs .img_area_1 .txt_area_1, .home_tripledivs .img_area_2 .txt_area_2, .home_tripledivs .img_area_3 .txt_area_3{
 position: absolute;
  bottom: 10px;
  left: 12px;
}
.home_tripledivs .img_area_2{
  background-image: url("../images/others/home_img3.png");
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 12px 12px 0 0;
}
.home_tripledivs .img_area_3{
  background-image: url("../images/others/home_img4.png");
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 12px 12px 0 0;
}
.border-none{
  border: none !important;
}
.about-feature-list.financial .our-feature .feature-content .feature-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px; }
.about-feature-list.financial .our-feature .feature-content .feature-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.gvps_area .h_md_div{
  min-height: 300px;
}
.gvps_area .h_md_div .step_1, .gvps_area .h_md_div .step_3{
  text-align: right;
}
.gvps_area .gvps_area_img{
  position: absolute;
  left: 0;
  right: 0;
  max-width: 470px;
  margin: 0 auto;
  z-index: -1;
}
.mail_div{
  padding: 12px 16px;
  background: #FFCF48;
  border-radius: 12px;
  font-size: 18px;
  color: #0F5FD0;
  font-weight: 600;
  line-height: 18px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_swiss_greek{
  border-radius: 20px;
  padding: 150px 20px 20px 20px;
  background-image: url("../images/others/home_swiss_greekimg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home_swiss_greek .logo{
  width: 200px;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.home_svg1_pos{
  top: -80px;
  z-index: 1;
}
.place_divs{
  border: 1px solid #000000;
  border-radius: 18px;
}
.place_divs img{
  border-radius: 18px 18px 0 0;
}
.gvps_dag .txt-l32-ffcf-lh40{
  position: absolute;
  left: 2%;
  top: 30%;
}
.gvps_dag .plane-icon_1{
  position: absolute;
  left: 17%;
  top: 30%;
}
.gvps_dag .plane-icon_2{
  position: absolute;
  right: 17%;
  top: 10%;
}
.gvps_dag .logo{
  position: absolute;
  right: 8%;
  width: 100px;
  opacity: 0.5;
  top: 0;
}
.gvps_dag .stp_1, .gvps_dag .stp_2, .gvps_dag .stp_3, .gvps_dag .stp_4{
  position: absolute;
}
.gvps_dag .stp_1{
  left: 26%;
  right: 0;
  top: 35%;
  margin: 0 auto;
}
.gvps_dag .stp_2{
  text-align: center;
  left: 0;
  right: 10%;
  top: 28%;
  margin: 0 auto;
}
.gvps_dag .stp_3{
  text-align: center;
  left: 16%;
  right: 0;
  top: 23%;
  margin: 0 auto;
}
.gvps_dag .stp_4{
  text-align: center;
  left: 40%;
  right: 0;
  top: 17%;
  margin: 0 auto;
}
.gvps_square .square_1, .gvps_square .square_2, .gvps_square .square_3, .gvps_square .square_4, .gvps_square .square_5{
  position: absolute;
}
.gvps_square .square_imgs{
  position: absolute;
  top: -240%;
}
.gvps_square .square_1{
  bottom: 0;
  left: 4%;
  right: auto;
}
.gvps_square .square_2{
  top: 105%;
  left: 21%;
  right: auto;
}
.gvps_square .square_3{
  text-align: center;
  top: 225%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.gvps_square .square_4{
  top: 105%;
  left: auto;
  right: 20%;
}
.gvps_square .square_5{
  top: 35%;
  left: auto;
  right: 4%;
}
.pr-z2{
  position: relative;
  z-index: 2;
}
.cl-0F5FD0{
  color: #0F5FD0;
}
.cl-FFCF48{
  color: #FFCF48;
}
/* bg-colors */
.bg-F3F9FF{
  background: #F3F9FF;
}
.bg-012A47{
  background: #012A47;
}
.bg-EDFFE9{
  background: #EDFFE9;
}
.bg-FFEAEA{
  background: #FFEAEA;
}
.bg-F6F0FF{
  background: #F6F0FF;
}
.bg-C1E5FF{
  background: #C1E5FF;
}
.bg-FFEDF0{
  background: #FFEDF0;
}
.bg-FFF5DA{
  background: #FFF5DA;
}
.bg-D9FBEF{
  background: #D9FBEF;
}
.bg-E7FFF3{
  background: #E7FFF3;
}
.bg-F9E8E8{
  background: #F9E8E8;
}
.bg-FFDFD1{
  background: #FFDFD1;
}
.bg-E3F8FF{
  background: #E3F8FF;
}
.bg-FFDBD3{
  background: #FFDBD3;
}
.bg-EFEEFF{
  background: #EFEEFF;
}
.bg-FFC7C7{
  background: #FFC7C7;
}
.bg-B8EFCE{
  background: #B8EFCE;
}
.bg-AFE8C6{
  background: #AFE8C6;
}
.bg-A2EDE8{
  background: #A2EDE8;
}
.bg-E1E7FB{
  background: #E1E7FB;
}
.bg-B1BFEF{
  background: #B1BFEF;
}
.bg-FAD8BF{
  background: #FAD8BF;
}
.bg-EBBEB5{
  background: #EBBEB5;
}
.bg-FECA7D{
  background: #FECA7D;
}

/* Step Page */
.steps-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle {
  width: 100px;
  height: 100px;
  background-color: #FFE3A6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.step_svg{
  left: 30px;
  z-index: -1;
  top: 10px;
}
.md_list{
  background: #FFCF48;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  flex: none;
  margin-right: 7px;
}
.md_list_v2{
  background: #1060d0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  flex: none;
  margin-right: 7px;
}

/* Responsives */
@media only screen and (max-width: 1599.92px) {
  .gvps_dag .txt-l32-ffcf-lh40{
    position: absolute;
    left: 4%;
    top: 30%;
    font-size: 28px;
  }
  .gvps_dag .plane-icon_1{
    position: absolute;
    left: 23%;
    top: 36%;
    width: 35px;
  }
  .gvps_dag .plane-icon_2{
    position: absolute;
    right: 9%;
    top: 13%;
    width: 35px;
  }
  .gvps_dag .logo{
    position: absolute;
    right: 2%;
    width: 75px;
    opacity: 0.5;
    top: 2%;
  }
  .gvps_dag .stp_1, .gvps_dag .stp_2, .gvps_dag .stp_3, .gvps_dag .stp_4{
    position: absolute;
    font-size: 18px !important;
  }
  .gvps_dag .stp_1{
    left: 30%;
    right: 0;
    top: 35%;
    margin: 0 auto;
  }
  .gvps_dag .stp_2{
    text-align: center;
    left: 2%;
    right: 0;
    top: 28%;
    margin: 0 auto;
  }
  .gvps_dag .stp_3{
    text-align: start;
    left: auto;
    right: 29%;
    top: 23%;
    margin: 0 auto;
  }
  .gvps_dag .stp_4{
    text-align: start;
    left: auto;
    right: 15%;
    top: 17%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199.92px) {
  .gvps_dag .stp_1, .gvps_dag .stp_2, .gvps_dag .stp_3, .gvps_dag .stp_4{
    font-size: 16px !important;
  }
  .gvps_dag .plane-icon_1{
    left: 26%;
    top: 28%;
    width: 35px;
  }
  .gvps_dag .plane-icon_2{
    right: 12%;
    top: 10%;
    width: 30px;
  }
  .pt-20rem.gvps{
    padding-top: 10rem;
  }
  .gvps_square .square_1{
    bottom: 30%;
    left: 3%;
  }
  .gvps_square .square_2{
    top: auto;
    bottom: -25%;
    left: 20%;
  }
  .gvps_square .square_3{
    top: 140%;
  }
  .gvps_square .square_4{
    top: 47%;
    left: auto;
    right: 19%;
  }
  .gvps_square .square_5{
    top: auto;
    bottom: 32%;
  }
  .home_svg1_pos{
    top: -55px;
  }
  .icon-home{
    content: url("../images/icons/home_ic_m.png");
    width: 18px;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 992.92px) {
  .gvps_dag .stp_1, .gvps_dag .stp_2, .gvps_dag .stp_3, .gvps_dag .stp_4{
    font-size: 15px !important;
  }
  .pt-20rem.gvps{
    padding-top: 5rem;
  }
  .gvps_dag .txt-l32-ffcf-lh40{
    position: absolute;
    left: 4%;
    top: 30%;
    font-size: 26px;
    line-height: 30px;
  }
  .gvps_dag .plane-icon_1{
    left: 26%;
    top: 28%;
    width: 35px;
  }
  .gvps_dag .plane-icon_2{
    right: 12%;
    top: 10%;
    width: 30px;
  }
  .home_svg1_pos{
    top: -50px;
  }
  .gvps_area .h_md_div{
    min-height: auto;
    padding: 12px 0;
  }
  .gvps_area .h_md_div.last{
    padding-bottom: 12rem;
  }
}
@media only screen and (min-width: 992px) {
  .mt_md--250px{
    margin-top: -250px;
  }
 .fs-md-28px{
   font-size: 28px !important;
 }
}
@media only screen and (max-width: 767.92px) {
  .circle {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  .home_svg1_pos{
    top: -25px;
  }
  .place_divs{
    margin-bottom: 12px;
  }
  .home_swiss_greek .logo{
    width: 150px;
  }
  .home_swiss_greek{
    padding: 100px 20px 20px 20px;
  }
  .txt-l60-012a-lh80{
    font-size: 40px;
  }
  .txt-b50-3f47-lh60, .txt-b50-3f47-lh60{
    font-size: 36px;
    line-height: 36px;
  }
  .txt-sb26-0f5f-lh30{
    font-size: 20px;
    line-height: 28px;
  }
  .m_effect.edu-section-gap{
    padding: 15px 0 !important;
  }
  .m_effect_pt.pt-10rem{
    padding-top: 6rem;
  }
  .m_effect_pt.banner-style-7{
    padding: 0;
  }
  #about-us.m_effect_pt.section-gap{
    padding: 140px 0 !important;
  }
  .banner-style-5 .banner-image img{
    max-width: 175px;
  }
  .gvps_dag .stp_1, .gvps_dag .stp_2, .gvps_dag .stp_3, .gvps_dag .stp_4{
    font-size: 10px !important;
  }
  .pt-20rem.gvps{
    padding-top: 5rem;
  }
  .gvps_dag .txt-l32-ffcf-lh40{
    position: absolute;
    left: 4%;
    top: 40%;
    font-size: 12px;
    line-height: 16px;
  }
  .gvps_dag .plane-icon_1{
    left: 25%;
    top: 34%;
    width: 20px;
  }
  .gvps_dag .stp_1{
    left: 30%;
    right: 0;
    top: 42%;
    margin: 0 auto;
  }
  .gvps_dag .stp_2{
    text-align: center;
    left: 2%;
    right: 0;
    top: 36%;
    margin: 0 auto;
  }
  .gvps_dag .stp_3{
    text-align: start;
    left: auto;
    right: 29%;
    top: 30%;
    margin: 0 auto;
  }
  .gvps_dag .stp_4{
    text-align: start;
    left: auto;
    right: 15%;
    top: 24%;
    margin: 0 auto;
  }
  .gvps_dag .logo{
    position: absolute;
    right: 2%;
    width: 50px;
    opacity: 0.5;
    top: 8%;
  }
  .gvps_dag .plane-icon_2{
    right: 16%;
    top: 13%;
    width: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-3_5 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
}
@media only screen and (max-width: 467.92px) {
  .gvps_dag .plane-icon_1{
    display: none;
  }
  .gvps_dag .plane-icon_2{
    display: none;
  }
  .gvps_dag .stp_1, .gvps_dag .stp_2, .gvps_dag .stp_3, .gvps_dag .stp_4{
    font-size: 9px !important;
  }
  .gvps_dag .txt-l32-ffcf-lh40{
    font-size: 11px;
  }
}