@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600&display=swap');
@font-face {
    font-family: 'Domaine Display';
    src: url('domainedisplay-regular.woff2') format('woff2'),
        url('domainedisplay-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Domaine Display';
    src: url('domainedisplay-medium.woff2') format('woff2'),
        url('domainedisplay-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('calibre-web-light.woff2') format('woff2'),
        url('calibre-web-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('calibre-web-regular.woff2') format('woff2'),
        url('calibre-web-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('calibre-web-medium.woff2') format('woff2'),
        url('calibre-web-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Domaine Display';
    font-weight: 500;
    color: #000000;
}

h1 {
    font-size: 62px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

h2 {
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

h3 {
  font-size: 30px;
  line-height: 1.55;
}

h4 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.42px;
  color: #000000;
}

h5 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .3px;
}

p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
    letter-spacing: 0.35px;
  color: #000000;
}

a {
    font-family: 'Calibre';
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section_inner {
    margin: 0 auto;
}

.bg_shape_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.mobileOnly {
    display: none;
}


br.m{
    display: none;
}
@media only screen and (min-width: 769px) {

    .section_inner.mobileOnly {
        display: none  !important;
    }

}

@media only screen and (max-width: 1280px) {

    body {
        font-size: 1.094vw;
    }

    h1 {
        font-size: 4.844vw;
    }

    h2 {
      font-size: 3.750vw;
    }

    h3 {
      font-size: 2.344vw;
    }

    h4 {
      font-size: 2.188vw;
      letter-spacing: 0.033vw;
    }

    h5 {
      font-size: 1.875vw;
      letter-spacing: 0.023vw;
    }

    p {
      font-size: 1.406vw;
          letter-spacing: 0.027vw;
      line-height: 1.5;
    }

    a {
        font-size: 1.250vw;
        
        font-size: 1.172vw;
    }

} /* max-width: 1280px */
@media only screen and (max-width: 1024px) {

    body {
        font-size: 1.094vw;
    }

    h1 {
        font-size: 4.844vw;
    }

    h2 {
      font-size: 3.750vw;
    }

    h3 {
      font-size: 2.344vw;
    }

    h4 {
      font-size: 2.188vw;
      letter-spacing: 0.033vw;
    }

    h5 {
      font-size: 1.875vw;
      letter-spacing: 0.023vw;
    }

    p {
      font-size: 1.406vw;
      letter-spacing: 0.021vw;
    }

    a {
        font-size: 1.250vw;
    }

} /* max-width: 1024px */
@media only screen and (max-width: 768px) {


    .desktopOnly {
        display: none !important;
    }

    .mobileOnly {
        display: block;
    }

    body {
        font-size: 2.917vw;
    }

    h1 {
        font-size: 7.833vw;
    }

    h2 {
      font-size: 6.917vw;
    }

    h3 {
      font-size: 5.417vw;
    }

    h4 {
      font-size: 4.583vw;
      letter-spacing: 0.087vw;
    }

    h5 {
      font-size: 4.167vw;
      letter-spacing: 0.063vw;
    }

    p {
      font-size: 2.3vw;
    }

    a {
        font-size: 3.333vw;
    }

} /* max-width: 768px */

@media only screen and (max-width: 550px) {


    body {
        font-size: 2.917vw;
    }

    h1 {
        font-size: 10.3vw;
    }

    h2 {
      font-size: 7.4vw;
    }

    h3 {
      font-size: 5.417vw;
    }

    h4 {
      font-size: 4.583vw;
      letter-spacing: 0.087vw;
    }

    h5 {
      font-size: 4.167vw;
      letter-spacing: 0.063vw;
    }

    p {
      font-size: 3.33vw;
      /* letter-spacing: 0.3vw; */
    }

    a {
        font-size: 3.333vw;
    }
    br.m{
        display: block;
    }

} /* max-width: 550px */

/*====================== Global Css End ============*/


/*======================.cort_header Css Start ============*/


.cort_header {
    background: #fff;
    border-bottom: 1px solid;
    padding: 21px 0 22px;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.cort_main_menu {width: 1168px;margin: 0 auto;padding-left: 46px;}

.cort_main_menu ul {
    display: flex;
    align-items: center;
}
.cort_main_menu ul li{
    margin-bottom: 0px;
}
.cort_main_menu ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    position: relative;
    z-index: 1;
    line-height: normal;
    padding: 7px 16px 7px;
    background: #fff;
    /* position: relative; */
    z-index: 1;
}
.cort_main_menu ul li a span{
  
position: relative;
  
z-index: 1;
}

.cort_main_menu ul li a:hover:before {
    content: "";
}

.cort_main_menu ul li a:hover:before {

width: 100%;

height: 100%;

display: block;

position: absolute;

top: 0px;

left: 0px;

background-color: #FFF;

border: 1px solid;

z-index: 1;
}
.cort_main_menu ul li a:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 4px;
    left: -4px;
    border: 1px solid;
    background: #F96BC8;
    /* z-index: 999; */
    opacity: 1;
}

.cort_main_menu ul li.cort_logo a:after, .cort_main_menu ul li.cort_logo a:before {
    display: none;
}

.cort_main_menu ul li:not(:last-child) {
    margin-right: 78px;
}
.cort_main_menu ul li.pf4_user_menu_item{
  position:relative;
}
.cort_main_menu ul  li.cort_logo {
    margin: 0 auto;
    margin-top: 0vw;
    margin-bottom: 0vw;
}
.cort_main_menu ul li.cort_logo a{
    padding: 0px;
    line-height: normal;
}
.cort_main_menu ul li:nth-child(2) {
    margin: 0;
}

li.cort_logo img {
    display: block;
    width: 149px;
    position: relative;
    left: -13px;
}

.cort_main_menu ul li a:after {
    opacity: 0;
    transition: .3s;
}

.cort_main_menu ul li a.active:after {
    opacity: 1;
}

.cort_header.active{
    position: fixed;
    width: 100%;
    z-index: 99;
}
.cort_header.active:before {
    content: "";
    width: 100%;
    height: 140px;
    position: absolute;
    top: 101%;
    background-image: url(d_active_menu2.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1280px) {

    .cort_header {
        padding: 1.641vw 0 1.78vw;
    }

    .cort_main_menu {
        width: 91.250vw;
        padding-left: 3.594vw;
    }

    .cort_main_menu ul li a {
        font-size: 1.150vw;
        letter-spacing: 0.125vw;
        padding: 0.37vw 1.25vw 0.37vw;
    }

    .cort_main_menu ul li a.active {
        border: 0.078vw solid #000;
    }

    .cort_main_menu ul li a:after, .cort_main_menu ul li a:before {
        left: -0.313vw;
        top: 0.313vw;
    }

    .cort_main_menu ul li a:before {
        left: 0;
        top: 0;
    }

    .cort_main_menu ul li:not(:last-child) {
        margin-right: 6.094vw;
    }

    li.cort_logo img {
        width: 11.641vw;
        left: -4.219vw;
        margin-top: 1px;
    }

    .cort_main_menu ul li.cort_logo {
        margin: 0 auto;
    }
.cort_header.active:before {
    height: 8.838vw;
}

} /* max-width: 1280px */
@media only screen and (max-width: 1024px) {

    .cort_header {
        padding: 1.328vw 0 1.406vw;
    }

    .cort_main_menu {
        width: 91.250vw;
        padding-left: 3.594vw;
    }

    .cort_main_menu ul li a {
        font-size: 1.250vw;
        letter-spacing: 0.125vw;
        padding: 0.613vw 1.172vw 0.547vw;
    }

    .cort_main_menu ul li a.active {
        border: 0.078vw solid #000;
    }

    .cort_main_menu ul li a:after, .cort_main_menu ul li a:before {
        left: -0.313vw;
        top: 0.313vw;
    }

    .cort_main_menu ul li a:before {
        left: 0;
        top: 0;
    } 
    .cort_main_menu ul li{
      
margin-bottom: -0.2vw !important;
    }
    .cort_main_menu ul li:not(:last-child) {
        margin-right: 6.094vw;
    }

    li.cort_logo img {
        width: 11.641vw;
        left: -4.219vw;
    }

    .cort_main_menu ul li.cort_logo {
        margin: 0 auto;
    }


} /* max-width: 1024px */
@media only screen and (max-width: 768px) {

    .cort_header {
        padding: 15px 15px;
    }

    .cort_mobi_menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cort_mobi_menu a.site_btn {}
    .cort_header.active:before {
        content: "";
        width: 100%;
        height: 70px;
        position: absolute;
        top: 100%;
        background-image: url(d_active_menu2.png);
        background-position: center bottom;
        background-size: cover;
        left: 0vw;
    }

} /* max-width: 768px */
@media only screen and (max-width: 550px) {
    .cort_header {
    padding-top: 3.1vw;
    padding-bottom: 4.6vw;
    padding-left: 6vw;
    padding-right: 5.7vw;
    border-bottom: 2px solid;
    }

    .cort_mobi_menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cort_mobi_menu .mobile_logo{
        padding-top: 2vw;
    }
    .mobile_logo img{        
        width: 29vw;
    }
    .cort_mobi_menu a.site_btn.responsive-menu-hand{
      /* padding-right: 5vw; */
      /* letter-spacing: 0vw; */
      /* padding-left: 4.6vw; */
  }
   .cort_mobi_menu a.site_btn{
        display: inline-block;
        padding-left: 5.1vw;
        font-size: 3vw;
        padding-top: 2vw;
        letter-spacing: 0.2vw;
        padding-right: 5.3vw;
        padding-bottom: 2vw;
        border: 0px solid #000;
        text-transform: uppercase;
    }
    .cort_mobi_menu a.site_btn:before{
        /* height: 100%; */
        border: 1px solid #000;
        width: 100%;
    }
    .cort_mobi_menu a.site_btn:after{
        left: -1.2vw;
        height: 95%;
        width: 99%;
        top: 1.5vw;
    }
    .cort_header.active:before {
        content: "";
        width: 100%;
        height: 65px;
        position: absolute;
        top: 102%;
        background-image: url(d_active_menu2_m.png);
        background-position: center top;
        background-size: cover;
        left: 0vw;
    }
} /* max-width: 550px */


/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    /* clear: both; */
    /* height: 40px; */
    /* width: 40px; */
    /* display: block; */
    /* position: absolute; */
    top: 0px;
    /* right: 54px; */
    padding-top: 1.9vw !important;
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 60px;
    display: block;
    background-color: #000;
    height: 3px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 25px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -3px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: #fef3fc;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu .social_link{position: absolute;bottom: 46px;padding-left: 66px;}

.responsive-menu .social_link ul{
    display: flex;
    flex-wrap:wrap;
}

.responsive-menu .social_link ul li a{padding-left: 0;padding-right: 13px;}

.responsive-menu .social_link ul li img{
    width: 24px;
    height: 30px;
}

.responsive_menu_art{
    position: absolute;
    background: url(responsive_menu_art.png) no-repeat;
    background-size: contain;
    width: 168px;
    height: 469px;
    z-index: 99;
    bottom: 0;
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
    display: block;
    padding-left: 53px;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    font-size: 23px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: left;
    color: #102f4b;
    display: block;
    text-decoration: none;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    /* padding-left: 66px; */
    display: inline-block;
    margin-bottom: 33px;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
    border-bottom: 2px solid #000;
    padding-bottom: 2px;
}
.responsive-menu .responsive-menu-head{
    top: 0px;
    /* position: fixed; */
    position: relative;
}

  .cort_header  .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/
    display: block;
    margin-top: -13px;
    }
    .cort_header  .user__avatar {
      height: 40px;
      max-height: 40px;
      margin: 0 0 0 1rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin-bottom: -11px;
      margin-left: 0px;
      }
    .cort_header  .user__dropdown {
      position: absolute;
      z-index: 9999;
      top: 22px;
      right: 0;
      display: none;
      padding: 20px 30px;
      text-align: left;
      white-space: nowrap;
      border-top: 0;
      background: #ffffff;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
      }
      .cort_header  .user__dropdown--light a {
        color: #0a2338; }
      .cort_header  .user__dropdown--dark a {
        color: #fff; }
      .cort_header  .user__dropdown span {
        display: block; }
      .cort_header  .user__dropdown a {
        line-height: 32px !important;
        display: block;
        border: 0px solid #000 !important;
        }
  .header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .header--center .user__dropdown {
      top: 50px; }
      .header--center .user__dropdown a {
        line-height: 40px;
        margin: 0 0 0 0; }

.cort_header .user__dropdown a:hover:before,
.cort_header .user__dropdown a:hover:after{
  display:none;
}
.responsive-menu .social_link{
    padding-left: 40px;
    position: relative;
    bottom: inherit;
    top: 6px;
}
.responsive-menu .social_link ul{
    padding: 0px;
}
.responsive-menu .social_link li{
    padding-left: 4vw;
}
.responsive-menu .social_link li a{
    margin-bottom: 0px;
}
.responsive-menu .social_link li a:hover{
  
border-bottom: 0px solid #000;
  
padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
    .responsive-menu {
        /* top: 8vw; */
    }

    .responsive-menu ul li.pf4_user_menu_item{

    }
    .responsive-menu ul li.pf4_user_menu_item .user__avatar{
        display: none;
    }
    .responsive-menu-close {
        top: 0px;
        padding-top: 1.9vw !important;
    }
    .responsive-menu ul li a, .responsive-menu .pf4_header_userarea span a {
        margin-bottom: 19.1vw;
    }
    .responsive-menu ul{

top: 0vw;

display: block;

position: relative;

padding-top: 22vw;

}
    .responsive-menu .responsive-menu-head .cort_header.active,
    .responsive-menu .responsive-menu-head .cort_header{

    position: relative;
    }
    .responsive-menu .responsive-menu-head .cort_header.active:before{
      display:none;
    }
}
@media only screen and (max-width: 550px) {
    .responsive-menu {
        /* top: 13vw; */
    }
}

/*======================.cort_header Css End ============*/


/*======================.cort1 Css Start ============*/

section.cort1 .section_inner {
    width: 1054px;
    position: relative;
    display: flex;
        padding-top: 168px;
    height: auto;
    z-index: 1;
    padding-bottom: 193px;
}


section.cort1 {
    background: #FEF3FC;
    overflow: hidden;
    padding-top: 75px;
}

span.cort_banar_right_img img {
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

span.cort_banar_right_img_shape {
    width: 586px;
    height: 586px;
    display: block;
    z-index: -2;
    position: absolute;
    bottom: -180px;
}

.site_btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #000;
    padding: 14px 25px 12px 25px;
    transition: .3s;
    letter-spacing: 1.6px;
    line-height: normal !important;
}

.site_btn:after,
.site_btn:before {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    left: -6px;
    top: 5px;
    border: 1px solid #000;
    background: #F96BC8;
    content: "";
    transition: .3s;
}

.site_btn:before {
    background: #fff;
    left: 0;
    top: 0;
    /* border: 0; */
    z-index: -1;
}

.site_btn:hover:after {
    top: 0;
    left: 0;
}

span.cort1_right_img {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 651px;
    height: 706px;
    bottom: 0;
    right: -62px;
    z-index: 4;
    background-position: center bottom;
}


span.cort1_right_img img {
    width: 10px;
    opacity: 0;
}

.cort1_left {
    width: 454px;
    flex-shrink: 0;
}

.cort1_left h1 {
    margin-bottom: 25px;
}

.cort1_left p {
    margin-bottom: 25px;
    padding-left: 5px;
    letter-spacing: 0.3px;
}

span.cort1_art_3 {
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    background-image: url('cortney_banar_ellipse.png');
    width: 586px;
    height: 586px;
    z-index: -2;
    bottom: -185px;
    right: -44px;
}

span.cort1_art_1 {
    background: url('banar_dot_shap_1.svg') no-repeat scroll center center / contain;
    width: 180px;
    height: 40px;
    display: block;
    top: 174px;
    position: absolute;
    right: -97px;
}

.cort1_left_btn {
    padding-left: 7px;
}

@media only screen and (max-width: 1280px) {

    section.cort1 .section_inner {
        width: 82.344vw;
        padding-top: 13vw;
        height: auto;
        padding-bottom: 14.9vw;
    }

    span.cort_banar_right_img_shape {
        width: 45.781vw;
        height: 45.781vw;
        bottom: -14.063vw;
    }

    .site_btn {
        padding: 1.074vw 2.441vw 0.977vw 2.441vw;
        letter-spacing: 0.1vw;
        padding: 0.859vw 1.953vw 0.781vw 1.953vw;
    }

    .site_btn:after,
    .site_btn:before {
        left: -0.37vw;
        top: 0.35vw;
    }

    .site_btn:before {
        left: 0;
        top: 0;
    }

    span.cort1_right_img {
        width: 50.859vw;
        height: 55.156vw;
        right: -4.844vw;
    }

    span.cort1_right_img img {
        width: 0.781vw;
    }

    .cort1_left {
        width: 35.469vw;
    }

    .cort1_left h1 {
            margin-bottom: 1.953vw;
        line-height: 1.04;
    }

    .cort1_left p {
        margin-bottom: 1.99vw;
    }

    span.cort1_art_3 {
        width: 45.781vw;
        height: 45.781vw;
        bottom: -14.453vw;
        right: -3.438vw;
    }

    span.cort1_art_1 {
        width: 14.063vw;
        height: 3.125vw;
        top: 19.4vw;
        right: -8.2vw;
    }

    .cort1_left_btn {
        padding-left: 0.547vw;
    }


} /* max-width: 1280px */
@media only screen and (max-width: 1024px) {


    section.cort1 .section_inner {
        width: 82vw;
        padding-top: 12.891vw;
        height: 56.641vw;
    }

    span.cort_banar_right_img_shape {
        width: 45.781vw;
        height: 45.781vw;
        bottom: -14.063vw;
    }

    .site_btn {
        padding: 1.367vw 2.441vw 1.172vw 2.441vw;
        letter-spacing: 0.125vw;
    }

    .site_btn:after,
    .site_btn:before {
        left: -0.313vw;
        top: 0.313vw;
    }

    .site_btn:before {
        left: 0;
        top: 0px;
        /* border: 1px solid; */
    }

    span.cort1_right_img {
        width: 50.859vw;
        height: 55.156vw;
        right: -4.844vw;
    }

    span.cort1_right_img img {
        width: 0.781vw;
    }

    .cort1_left {
        width: 35.469vw;
    }

    .cort1_left h1 {
        margin-bottom: 2.109vw;
    }

    .cort1_left p {
        margin-bottom: 2.109vw;
    }

    span.cort1_art_3 {
        width: 45.781vw;
        height: 45.781vw;
        bottom: -14.453vw;
        right: -3.438vw;
    }

    span.cort1_art_1 {
        width: 14.063vw;
        height: 3.125vw;
        top: 13.594vw;
        right: -7.578vw;
    }

    .cort1_left_btn {
        padding-left: 0.547vw;
    }

} /* max-width: 1024px */
@media only screen and (max-width: 768px) {

    .site_btn:after {

        left: -0.833vw;
        top: 0.833vw;
    }
    section.cort1{
      
padding-top: 8vw;
    }
    section.cort1 .section_inner {
        height: 130vw;
    }

    .cort1_left {
        width: 100%;
    }

    .cort1_left p {
        width: 60vw;
    }

    .cort1_left_btn {
        margin: 30px 0 0 0;
    }
    .cort1_left_btn a.site_btn {
        display: inline-block;
        padding-left: 5.1vw;
        font-size: 2.5vw;
        padding-top: 1.3vw;
        letter-spacing: 0.20vw;
        padding-right: 4.6vw;
        padding-bottom: 1.3vw;
        border: 0px solid #000;
        font-weight: 500;
    }
    .cort1_left_btn a.site_btn:before {
        border: 1px solid #000;
        width: 100%;
    }
    .cort1_left h1 {
        margin-bottom: 5.109vw;
    }

    span.cort1_art_1 {
        width: 26.063vw;
        height: 14.125vw;
        top: 11.594vw;
        right: -9.578vw;
    }

    span.cort1_right_img {
        width: 88.859vw;
        height: 90.156vw;
        right: -26.844vw;
    }

    span.cort1_art_3 {
        width: 80.781vw;
        height: 80.781vw;
        bottom: -14.453vw;
        right: -34.438vw;
    }

    .site_btn {
        /* border: 0.078vw solid #000000; */
        padding: 0.703vw 1.953vw;
        letter-spacing: 0.125vw;
        line-height: 1.2;
        font-size: 2.3vw;
    }

} /* max-width: 768px */

@media only screen and (max-width: 550px) {
section.cort1 {
    padding-top: 15.5vw;
}
    .site_btn:after {

        left: -1.53vw;

        top: 0.7vw;

        height: 109%;

        width: 106%;

    }

    section.cort1 .section_inner {
        height: auto;
        padding-top: 18.4vw;
        padding-bottom: 0vw;
    }

    .cort1_left {
        width: 100%;
    }

    .cort1_left p {
        width: unset;
        padding-left: 0.6vw;
        letter-spacing: 0vw;
        margin-bottom: 0vw;
        padding-bottom: 5.0vw;
        letter-spacing: -0.01vw;
    }

    .cort1_left_btn {
        margin: 0px;
        padding-left: 1.2vw;
    }

    .cort1_left h1 {
        margin-bottom: 7vw;
        line-height: 1.1;
    }

    span.cort1_art_1 {
        width: 32.063vw;
        height: 15.125vw;
        top: 95.1vw;
        right: -17.8vw;
        z-index: 2;
    }

    span.cort1_right_img {
        width: 100%;
        height: 106.156vw;
        right: 0vw;
        position: relative;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
    }

    span.cort1_art_3 {
        width: 80.781vw;
        height: 80.781vw;
        bottom: -14.453vw;
        right: -34.438vw;
        display: none;
    }
    .cort1_left_btn a.site_btn{
        display:inline-block;
        padding-left: 6.1vw;
        font-size: 3.5vw;
        padding-top: 2.4vw;
        letter-spacing: 0.2vw;
        padding-right: 7.3vw;
        padding-bottom: 2.3vw;
        border: 0px solid #000;
    }
    .cort1_left_btn a.site_btn:before{
        /* height: 100%; */
        border: 1px solid #000;
        width: 100%;
    }
    .cort1_left_btn a.site_btn:after{
        left: -1.2vw;
        height: 95%;
        width: 99%;
        top: 1.5vw;
    }

    .cort1_right{
    width: 100vw;
    display: block;
    position: relative;
    padding-top: 8vw;
    margin-left: -3vw;
    margin-right: -9vw;
}
    .cort1_art_3{}
    .cort1_right_img{}
    .cort1_right_img img{}

} /* max-width: 550px */
/*======================.cort1 Css End ============*/


/*======================.cort2 Css Start ============*/

span.cort2_art_1 {
    background: url(circle_half_bana_1.svg) no-repeat scroll center center / contain;
    width: 188px;
    height: 175px;
    display: block;
    position: absolute;
    right: auto;
    z-index: 1;
    left: 88px;
    top: -88px;
}

span.cort2_art_2 {
    background: url(cortney_sect3_dott_shape-1.svg) no-repeat scroll center center / contain;
    width: 40px;
    height: 180px;
    display: block;
    position: absolute;
    z-index: -1;
    top: auto;
    right: 112px;
    left: auto;
    bottom: -101px;
}

section.cort2 .section_inner {
    width: 800px;
    position: relative;
}

.cort2_content {
    text-align: center;
}

section.cort2 {
    padding: 59px 0 75px;
    background: #B3D5FF;
    position: relative;
    z-index: 1;
}

span.cort2_shape.bg_shape_img {
    position: absolute;
    width: 140px;
    height: 177px;
    z-index: -1;
    left: -300px;
    top: -140px;
    display: block;
}

.cort2_content h2 {
    margin-bottom: 18px;
    padding-left: 21px;
}

.cort2_content_btn {
    margin-top: 31px;
}


@media only screen and (max-width: 1280px) {

    span.cort2_art_1 {
        width: 14.688vw;
        height: 13.672vw;
        left: 7.1vw;
        top: -6.675vw;
    }

    span.cort2_art_2 {
        width: 3.125vw;
        height: 14.063vw;
        right: 8.750vw;
        bottom: -7.891vw;
    }

    section.cort2 .section_inner {
        width: 62.5vw;
    }

    section.cort2 {
        padding: 4.575vw 0 5.703vw;
    }

    span.cort2_shape.bg_shape_img {
        width: 10.938vw;
        height: 13.828vw;
        left: -23.438vw;
        top: -10.938vw;
    }

    .cort2_content h2 {
        margin-bottom: 1.484vw;
        padding-left: 1.641vw;
    }

    .cort2_content_btn {
        margin-top: 2.344vw;
    }


} /* max-width: 1280px */
@media only screen and (max-width: 1024px) {

    span.cort2_art_1 {
        width: 14.688vw;
        height: 13.672vw;
        left: 6.875vw;
        top: -6.875vw;
    }

    span.cort2_art_2 {
        width: 3.125vw;
        height: 14.063vw;
        right: 8.750vw;
        bottom: -7.891vw;
    }

    section.cort2 .section_inner {
        width: 50.781vw;
    }

    section.cort2 {
        padding: 4.375vw 0 5.703vw;
    }

    span.cort2_shape.bg_shape_img {
        width: 10.938vw;
        height: 13.828vw;
        left: -23.438vw;
        top: -10.938vw;
    }

    .cort2_content h2 {
        margin-bottom: 4.8vw;
        padding-left: 1.641vw;
    }


    .cort2_content_btn {
        margin-top: 2.344vw;
    }

} /* max-width: 1024px */
@media only screen and (max-width: 768px) {

    span.cort2_art_1 {
        width: 18.688vw;
        height: 17.672vw;
        left: -2.125vw;
        top: -6.875vw;
    }

    span.cort2_art_2 {
        width: 6.125vw;
        height: 26.063vw;
        right: 8.750vw;
        bottom: -14.891vw;
    }

    section.cort2 .section_inner {
        width: 90vw;
    }

    section.cort2 {
        padding: 10vw 0 10vw;
    }
    .cort2_content p br{
        /* display:none; */
    }
    .cort2_content_btn a.site_btn {
        display: inline-block;
        padding-left: 5.1vw;
        font-size: 2.5vw;
        padding-top: 1.3vw;
        letter-spacing: 0.20vw;
        padding-right: 4.6vw;
        padding-bottom: 1.3vw;
        border: 0px solid #000;
        font-weight: 500;
    }
    .cort2_content_btn a.site_btn:before {
        border: 1px solid #000;
        width: 100%;
    }

} /* max-width: 768px */
@media only screen and (max-width: 550px) {

    span.cort2_art_1 {
        width: 30.688vw;
        height: 36.672vw;
        left: -16.125vw;
        top: -19.2vw;
        background-size: cover;
    }

    span.cort2_art_2 {
        width: 12.125vw;
        height: 32.063vw;
        right: 9.75vw;
        bottom: -13.891vw;
        background-size: contain;
    }

    section.cort2 .section_inner {
        width: 90vw;
    }

    section.cort2 {
        padding: 13.9vw 0 16.2vw;
    }
    .cort2_content p br{ display: none; }
    .cort2_content p br.m{ display: block; }

    .cort2_content_btn a.site_btn{
        display: inline-block;
        padding-left: 6.1vw;
        font-size: 3.5vw;
        padding-top: 2.4vw;
        letter-spacing: 0.2vw;
        padding-right: 7.3vw;
        padding-bottom: 2.3vw;
        border: 0px solid #000;
    }
    .cort2_content_btn a.site_btn:before{
        /* height: 100%; */
        border: 1px solid #000;
        width: 100%;
    }
    .cort2_content_btn a.site_btn:after{
        left: -1.1vw;
        height: 95%;
        width: 99%;
        top: 1.5vw;
    }
    .cort2_content p{
        margin-top:0vw;
        margin-bottom: 0vw;
        padding-bottom: 4.2vw;
        letter-spacing: 0.16vw;
        letter-spacing: -0.01vw;
    }

} /* max-width: 550px */
/*======================.cort2 Css End ============*/



/*======================.cort3 Css Start ============*/

section.cort3 .section_inner {
    width: 1026px;
    padding-top: 119px;
}

.cort3_top_contetn {
    display: flex;
}

.cort3_right {
    width: 482px;
    flex-shrink: 0;
    margin-left: auto;
}

.cort3_right p {
    margin-bottom: 28px;
    padding-left: 4px;
    letter-spacing: 0.27px;
}

.cort3_right h2 {
    margin-bottom: 64px;
    font-size: 60px;
    line-height: 1.07;
    letter-spacing: 0.95px;
}

.cort3_left_img {
    position: relative;
    padding-top: 102px;
    width: 399px;
    z-index: 1;
}

.cort3_left {
    margin-right: 13px;
    margin-left: auto;
    margin-top: -14px;
}

span.cort3_img_1 {
    display: block;
    width: 384px;
    height: 527px;
    /* padding-right: 15px; */
    position: relative;
}
span.cort3_img_1:before{
    content: "";
    background-color: #f9f879;
    position: absolute;
    top: 18px;
    right: -15px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
}
span.cort3_img_1 .cort3_img_2_in{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: relative;
    border: 1px solid #000;
}

span.cort3_img_1 img {
     opacity: 0; 
     width: 10px;
}


span.cort3_triangle {
    background-image: url('cortney_sect3_triangle_1.svg');
    width: 125px;
    height: 107px;
    position: absolute;
    z-index: 2;
    bottom: 90px;
    right: auto;
    left: -98px;
    background-repeat: no-repeat;
    background-size: contain;
}

span.cort3_img_2 {
    display: block;
    width: 256px;
    height: 360px;
    position: absolute;
    bottom: 292px;
    left: -114px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #000;
    z-index: 1;
}

.cort3_img_2 img {
    opacity: 0;
    width: 10px;
}

span.cort3_circle {
    background-image: url('cortney_sect3_circle_1.svg');
    width: 63px;
    height: 63px;
    z-index: 2;
    position: absolute;
    top: 71px;
    left: 111px;
    background-size: contain;
    background-repeat: no-repeat;
}

.cort3_bottom_contetn {
    margin-top: 69px;
    text-align: center;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.cort3_bottom_contetn h3 {
    line-height: 39px;
    letter-spacing: 0.15px;
}

.cort3_bottom_button {
    margin-top: 30px;
}

span.cort3_bottom_shape {
    background-image: url(cortney_sect3_half_circle.svg);
    width: 140px;
    height: 177px;
    position: absolute;
    right: 120px;
    top: auto;
    bottom: 84px;
    background-size: contain;
}

.cort3_bottom_button .site_btn {
    padding: 14px 21px 12px 20px;
}

.cort3_right p{}
.cort3_right p br{}
.cort3_right p br.m{ display: none; }
.cort3_bottom_contetn h3 br{}
.cort3_bottom_contetn h3 br.m{ display: none; }

@media only screen and (max-width: 1280px) {

    section.cort3 .section_inner {
        width: 80.156vw;
        padding-top: 9.309vw;
    }

    .cort3_right {
        width: 37.656vw;
    }

    .cort3_right p {
        width: 100%;
        margin-bottom: 2.2vw;
        line-height: 1.55;
        letter-spacing: 0.021vw;
    }

    .cort3_right h2 {
        margin-bottom: 5.0vw;
        letter-spacing: 0.074vw;
    }

    .cort3_left_img {
        padding-top: 7.99vw;
        width: 31.172vw;
    }

    .cort3_left {
        margin-right: 1.016vw;
        margin-top: -1.094vw;
    }

    span.cort3_img_1 {
        width: 30.0vw;
        height: 41.178vw;
    }

    span.cort3_triangle {
        width: 9.766vw;
        height: 8.359vw;
        bottom: 7.1vw;
        left: -7.656vw;
    }

    span.cort3_img_2 {
        width: 20vw;
        height: 28.125vw;
        bottom: 22.88vw;
        left: -8.906vw;
    }

    .cort3_img_2 img {
        width: 0.781vw;
    }

    span.cort3_circle {
        width: 4.922vw;
        height: 4.922vw;
        top: 5.556vw;
        left: 8.672vw;
    }

    .cort3_bottom_contetn {
            margin-top: 5.391vw;
        width: 45.313vw;
    }

    .cort3_bottom_contetn h3 {
        line-height: 3.047vw;
        letter-spacing: 0.012vw;

    }

    .cort3_bottom_button {
        margin-top: 2.422vw;
    }

    span.cort3_bottom_shape {
        width: 10.938vw;
        height: 13.828vw;
        right: 9.375vw;
        bottom: 6.563vw;
    }

    .cort3_bottom_button .site_btn {
        padding: 1.094vw 1.641vw 0.938vw 1.563vw;
    }

} /* max-width: 1280px */
@media only screen and (max-width: 1024px) {

    section.cort3 .section_inner {
        width: 80.156vw;
        padding-top: 9.609vw;
    }

    .cort3_right {
        width: 37.656vw;
    }

    .cort3_right p {
        /* width: 31.875vw; */
        margin-bottom: 2.344vw;
    }

    .cort3_right h2 {
        margin-bottom: 4.922vw;
    }

    .cort3_left_img {
        padding-top: 7.813vw;
        width: 31.172vw;
    }

    .cort3_left {
        margin-right: 1.016vw;
        margin-top: -1.094vw;
    }

    span.cort3_img_1 {
        width: 31.172vw;
        height: 42.578vw;
    }

    span.cort3_triangle {
        width: 9.766vw;
        height: 8.359vw;
        bottom: 8.438vw;
        left: -7.656vw;
    }

    span.cort3_img_2 {
        width: 20vw;
        height: 28.125vw;
        bottom: 24.219vw;
        left: -8.906vw;
    }

    .cort3_img_2 img {
        width: 0.781vw;
    }

    span.cort3_circle {
        width: 4.922vw;
        height: 4.922vw;
        top: 5.156vw;
        left: 8.672vw;
    }

    .cort3_bottom_contetn {
        margin-top: 4.766vw;
        width: 45.313vw;
    }

    .cort3_bottom_contetn h3 {
        line-height: 3.047vw;
    }

    .cort3_bottom_button {
        margin-top: 2.422vw;
    }

    span.cort3_bottom_shape {
        width: 10.938vw;
        height: 13.828vw;
        right: 9.375vw;
        bottom: 6.563vw;
    }

    .cort3_bottom_button .site_btn {
        padding: 1.367vw 2.051vw 1.172vw 1.953vw;
    }

} /* max-width: 1024px */
@media only screen and (max-width: 768px) {


    section.cort3 .section_inner {
        width: auto;
        padding-top: 6.609vw;
        padding-left: 9vw;
        padding-right: 9vw;
        margin: 0;
    }

    .cort3_right {
        width: auto;
        margin: 0;
        width: 100%;
    }

    .cort3_top_contetn {
        flex-direction: unset;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .cort3_right p {
        width: auto;
    }
    .cort3_right p br {
        display:none;
    }
    .cort3_left {
        margin: 0;
        width: 89.1%;
        margin: 0px auto;
    }

    .cort3_left_img {
        width: fit-content;
        margin: 0 0 0 auto;
        padding-top: 25.813vw;
        margin-bottom: 7vw;
    }

    span.cort3_img_1 {
        width: 55.172vw;
        height: 75.578vw;
        margin: 0 0 0 auto;
    }

    span.cort3_triangle {
        width: 9.766vw;
        height: 8.359vw;
        bottom: 8.438vw;
        left: -7.656vw;
    }

    span.cort3_img_2 {
        width: 33vw;
        height: 46.125vw;
        bottom: 50.219vw;
        left: -17.906vw;
    }

    span.cort3_circle {
        width: 6.922vw;
        height: 6.922vw;
        top: 26.156vw;
        left: 11.672vw;
    }

    span.cort3_triangle {
        width: 13.766vw;
        height: 12.359vw;
        bottom: 5.438vw;
        left: -7.656vw;
    }

    .cort3_bottom_contetn {
        width: 80vw;
        margin-top: 0.766vw;
    }

    .cort3_bottom_contetn h3 {
        line-height: 6vw;
        font-size: 4.417vw;
        margin-bottom: 0;
    }
    .cort3_bottom_contetn h3 br{
        display:none;
    }

    .cort3_bottom_button {
        margin-top: 3.422vw;
    }

    span.cort3_bottom_shape {
        width: 13.938vw;
        height: 16.828vw;
        right: 0.375vw;
        bottom: 0.563vw;
    }
    .cort3_bottom_button a.site_btn {
        display: inline-block;
        padding-left: 5.1vw;
        font-size: 2.5vw;
        padding-top: 1.3vw;
        letter-spacing: 0.20vw;
        padding-right: 4.6vw;
        padding-bottom: 1.3vw;
        border: 0px solid #000;
        font-weight: 500;
    }
    .cort3_bottom_button a.site_btn:before {
        border: 1px solid #000;
        width: 100%;
    }
    .cort3_right h2 {
        font-size: 6.917vw;
    }

} /* max-width: 768px */
@media only screen and (max-width: 550px) {

    section.cort3 .section_inner {
        width: auto;
        padding-top: 11.7vw;
        padding-left: 7vw;
        padding-right: 7vw;
        margin: 0;
    }

    .cort3_right {
        width: auto;
        margin: 0;
        width: 100%;
        padding-left: 0vw;
    }
    .cort3_right h2{
    font-size: 10.4vw;
    line-height: 1.06;
    margin-bottom: 7.2vw;
    letter-spacing: -0.12vw;
    padding-left: 2vw;
}
    .cort3_top_contetn {
        flex-direction: unset;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .cort3_right p {
        width: auto;
    }

    .cort3_left {
        margin: 0;
        width: 100%;
        padding-right: 4vw;
    }

    .cort3_left_img {
        width: fit-content;
        margin: 0 0 0 auto;
        padding-top: 19.2vw;
        margin-bottom: 16vw;
        padding-right: 2.3vw;
    }

    span.cort3_img_1 {
        width: 59.172vw;
        height: 81.1vw;
        margin: 0 0 0 auto;
    }
    span.cort3_img_1:before {
        content: "";
        background-color: #f9f879;
        position: absolute;
        top: 3vw;
        right: -2.2vw;
        width: 100%;
        height: 100%;
        border: 1px solid #000;
    }
    span.cort3_triangle {
        width: 9.766vw;
        height: 8.359vw;
        bottom: 8.438vw;
        left: -7.656vw;
    }

    span.cort3_img_2 {
        width: 39.3vw;
        height: 55.3vw;
        bottom: 45vw;
        left: -17.606vw;
    }

    span.cort3_circle {
        width: 9.922vw;
        height: 9.922vw;
        top: 14.256vw;
        left: 16.672vw;
    }

    span.cort3_triangle {
        width: 18.766vw;
        height: 16.359vw;
        bottom: 13.5vw;
        left: -14.656vw;
    }

    .cort3_bottom_contetn {
        width: 100%;
        margin-top: 12.3vw;
    }

    .cort3_bottom_contetn h3 {
        line-height: 1.25;
        margin-bottom: 0;
        font-size: 6.2vw;
        letter-spacing: -0.1vw;
    }

    .cort3_bottom_button {
        margin-top: 7.2vw;
    }

    span.cort3_bottom_shape {
        width: 24.938vw;
        height: 29.828vw;
        right: -8.625vw;
        bottom: 44.563vw;
        background-repeat: no-repeat;
        transform: rotate(-2deg);
    }
    .cort3_right p{
        letter-spacing: -0.03vw;
        margin-bottom: 0vw;
        padding-bottom: 5.3vw;
        letter-spacing: 0.16vw;
        letter-spacing: -0.01vw;
        line-height: 1.5;
        padding-left: 3vw;
    }
    .cort3_bottom_button a.site_btn{
    display: inline-block;
    padding-left: 4.3vw;
    font-size: 3.5vw;
    padding-top: 2.4vw;
    letter-spacing: 0.25vw;
    padding-right: 4.3vw;
    padding-bottom: 2.3vw;
    border: 0px solid #000;
    }
    .cort3_bottom_button a.site_btn:before{
        /* height: 100%; */
        border: 1px solid #000;
        width: 100%;
    }
    .cort3_bottom_button a.site_btn:after{
        left: -1.1vw;
        height: 96%;
        width: 99%;
        top: 1.5vw;
    }
    .cort3_right p br{ display: none; }
    .cort3_right p br.m{ display: block; }
    .cort3_bottom_contetn h3 br{ display: none; }
    .cort3_bottom_contetn h3 br.m{ display: block; }

} /* max-width: 550px */
/*======================.cort3 Css End ============*/



/*======================.cort4 Css Start ============*/

section.cort4 {
    background: #FEF3FC;
    padding: 55px 0 94px;
    margin-top: 56px;
}

section.cort4 .section_inner {
    width: 1134px;
}

.cort4_title_area {
    text-align: center;
    margin-bottom: 55px;
}

.cort4_title_area h2 {
    margin-bottom: 11px;
}

.cort4_title_area p {
    width: 100%;
    text-align: center;
    margin: 0 auto 0 auto;
    letter-spacing: 0.35px;
}

.cort4_box_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 5px;
}

.cort4_box_content {
    width: 330px;
    /* height: 257px; */
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 42px 38px 38px 38px;
    background: #fff;
    transition: .3s;
}

a.cort4_box_content_link{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.cort4_box_content h4 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 45px;
}
.cort4_box_content img{
    width: 100px;
    margin: 0px auto;
    border-radius: 50%;
    margin-bottom: 15px;
}
.cort4_box_content h4:after {
    content: "";
    width: 1px;
    height: 32px;
    background: #000;
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
}

.cort4_box_content:after, .cort4_box_content:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000;
}

.cort4_box_content:before {
    z-index: -1;
    background: #fff;
}

.cort4_box_content:after {
    z-index: -2;
    top: 13px;
    left: 14px;
    transition: .3s;
}

.cort4_box_content.s1:after {
    background: #B3D5FF;
}

.cort4_box_content.s2:after {
    background: #F9F879;
}

.cort4_box_content.s3:after {
    background: #BFF0DC;
}

.cort4_box_container span {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Calibre';
    letter-spacing: 1px;
}

span.cort4_art_1 {
    background: url('cortney_sect3_dotted.svg') no-repeat scroll center / contain;
    width: 40px;
    height: 180px;
    display: block;
    position: absolute;
    top: -84px;
    left: 143px;
}

.cort4_box_content:hover{
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}
.cort4_box_content:hover:after{
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1280px) {

    section.cort4 {
        padding: 4.2vw 0 7.344vw;
        margin-top: 4.375vw;
    }

    section.cort4 .section_inner {
        width: 88.594vw;
    }

    .cort4_title_area {
        margin-bottom: 4.297vw;
    }

    .cort4_title_area h2 {
        margin-bottom: 0.859vw;
    }

    .cort4_title_area p {
        width: 100%;
        letter-spacing: 0.027vw;
    }

    .cort4_box_container {
        padding-right: 0.391vw;
    }

    .cort4_box_content {
        width: 25.781vw;
        /* height: 20.078vw; */
        padding: 3.281vw 2.969vw 2.969vw 2.969vw;
    }


    .cort4_box_content h4 {
        padding-bottom: 1.563vw;
        margin-bottom: 3.216vw;
    }

    .cort4_box_content h4:after {
        /* width: 0.038vw; */
        height: 2.344vw;
    }

    .cort4_box_content:after {
        top: 1.016vw;
        left: 1.094vw;
    }

    .cort4_box_container span {
        font-size: 1.094vw;
        letter-spacing: 0.078vw;
    }

    span.cort4_art_1 {
        width: 3.125vw;
        height: 14.063vw;
        top: -6.563vw;
        left: 11.172vw;
    }

} /* max-width: 1280px */
@media only screen and (max-width: 1024px) {

    section.cort4 {
        padding: 4.5vw 0 7.344vw;
        margin-top: 4.375vw;
    }

    section.cort4 .section_inner {
        width: 88.594vw;
    }

    .cort4_title_area {
        margin-bottom: 4.297vw;
    }

    .cort4_title_area h2 {
        margin-bottom: 6.4vw;
        font-size: 7.4vw;
        line-height: 1.1;
    }

    .cort4_title_area p {
        width: 42.188vw;
    }

    .cort4_box_container {
        padding-right: 0.391vw;
    }

    .cort4_box_content {
        width: 25.781vw;
        /* height: 20.078vw; */
        padding: 3.281vw 2.969vw 2.969vw 2.969vw;
    }


    .cort4_box_content h4 {
        padding-bottom: 1.563vw;
        margin-bottom: 3.516vw;
    }

    .cort4_box_content h4:after {
        /* width: 0.078vw; */
        height: 2.344vw;
    }

    .cort4_box_content:after {
        top: 1.016vw;
        left: 1.094vw;
    }

    .cort4_box_container span {
        font-size: 1.094vw;
        letter-spacing: 0.078vw;
    }

    span.cort4_art_1 {
        width: 3.125vw;
        height: 14.063vw;
        top: -6.563vw;
        left: 11.172vw;
    }

} /* max-width: 1024px */
@media only screen and (max-width: 768px) {


    span.cort4_art_1 {
        width: 6.125vw;
        height: 21.063vw;
        top: -6.563vw;
        left: 2.172vw;
    }

    section.cort4 {
        padding: 10vw 0 10vw;
        margin-top: 13.375vw;
    }

    .cort4_title_area p {
        width: 84vw;
    }

    .cort4_title_area {
        margin-bottom: 8.297vw;
    }

    .cort4_box_container {
        flex-direction: column;
    }

    .cort4_box_content {
        width: 76vw;
        height: 54vw;
        margin: 0 auto 10vw auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cort4_box_content h4:after {
        /* width: 0.078vw; */
        height: 5.344vw;
    }

    .cort4_box_content h4 {
        padding-bottom: 3.563vw;
        margin-bottom: 9.516vw;
    }

    .cort4_box_container span {
        font-size: 2.500vw;
    }

    .cort4_box_content:after {
        top: 3.016vw;
        left: 3.094vw;
    }
    .cort4_title_area h2 {
        margin-bottom: 6.4vw;
        font-size: 7.4vw;
        line-height: 1.1;
    }

} /* max-width: 768px */
@media only screen and (max-width: 550px) {
    
    span.cort4_art_1 {
        width: 10.125vw;
        height: 32.063vw;
        top: -18.563vw;
        left: 83%;
    }

    section.cort4 {
        padding: 15.7vw 0 10vw;
        margin-top: 16.5vw;
    }

    .cort4_title_area p {
        width: 84vw;
        font-size: 3.33vw;
        letter-spacing: 0.15vw;
        letter-spacing: -0.01vw;
        line-height: 1.5;
    }
    .cort4_title_area p br{ display:none;}
    .cort4_title_area p br.m{ display:block;}
    .cort4_title_area {
        margin-bottom: 8.297vw;
    }

    .cort4_box_container {
        flex-direction: unset;
        display: block;
        width: 100%;
        padding-left: 4.3vw;
        padding-right: 7vw;
        padding-top: 3.3vw;
    }

    .cort4_box_content {
        width: 100%;
        height: auto;
        margin: 0 auto 17vw auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8.7vw 2.969vw 8.969vw 2.969vw;
    }

    .cort4_box_content h4:after {
        /* width: 0.078vw; */
        height: 8.344vw;
    }

    .cort4_box_content h4 {
        padding-bottom: 3.563vw;
        margin-bottom: 10.9vw;
        font-size: 6vw;
        line-height: 1.25;
        padding-left: 7vw;
        padding-right: 7vw;
    }

    .cort4_box_container span {
        font-size: 3.5vw;
        letter-spacing: 0.2vw;
    }

    .cort4_box_content:after {
        top: 3.094vw;
        left: 3.094vw;
    }
     .cort4_title_area h2 {
        margin-bottom: 6.4vw;
        font-size: 10.4vw;
        line-height: 1.1;
        letter-spacing: -0.2vw;
    }

} /* max-width: 550px */
/*======================.cort4 Css End ============*/



/*======================.cort5 Css Start ============*/

section.cort5 {
    background: #FBCFBC;
    padding: 44px 0 59px;
    position: relative;
    z-index: 2;
}

section.cort5 .section_inner {
    width: 630px;
    text-align: center;
}

.cort5_btn {
    margin-top: 17px;
}


span.cort5_art-1 {
    background-image: url(cortney_sect3_triangle_1.svg);
    width: 125px;
    height: 107px;
    position: absolute;
    right: 90px;
    top: -37px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.cort5_art-2 {
    background-image: url(cortney_sect5_circle_line.svg);
    width: 195px;
    height: 204px;
    position: absolute;
    left: 55px;
    right: auto;
    top: auto;
    bottom: -69px;
    background-size: contain;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 1280px) {

    section.cort5 {
        padding: 3.438vw 0 4.531vw;
    }

    section.cort5 .section_inner {
        width: 49.219vw;
    }

    .cort5_btn {
        margin-top: 1.484vw;
    }

    span.cort5_art-1 {
        width: 9.766vw;
        height: 8.359vw;
        right: 7.031vw;
        top: -2.891vw;
    }

    span.cort5_art-2 {
        width: 15.234vw;
        height: 15.938vw;
        left: 4.297vw;
        bottom: -5.391vw;
    }

} /* max-width: 1280px */
@media only screen and (max-width: 1024px) {

    section.cort5 {
        padding: 3.438vw 0 4.531vw;
    }

    section.cort5 .section_inner {
        width: 49.219vw;
    }

    .cort5_btn {
        margin-top: 1.484vw;
    }

    span.cort5_art-1 {
        width: 9.766vw;
        height: 8.359vw;
        right: 7.031vw;
        top: -2.891vw;
    }

    span.cort5_art-2 {
        width: 15.234vw;
        height: 15.938vw;
        left: 4.297vw;
        bottom: -5.391vw;
    }

} /* max-width: 1024px */
@media only screen and (max-width: 768px) {
    
    section.cort5 {
        padding: 11.438vw 0 14.531vw;
    }

    span.cort5_art-1 {
        width: 12.766vw;
        height: 11.359vw;
        right: 7.031vw;
        top: -2.891vw;
    }

    span.cort5_art-2 {
        width: 20.234vw;
        height: 22.938vw;
        left: 1.297vw;
        bottom: -8.391vw;
    }

    section.cort5 .section_inner {
        width: 84vw;
    }

    .cort5_content br {
        display: none;
    }

    .cort5_btn {
        margin-top: 6.484vw;
    }
    .cort5_btn a.site_btn {
        display: inline-block;
        padding-left: 5.1vw;
        font-size: 2.5vw;
        padding-top: 1.3vw;
        letter-spacing: 0.20vw;
        padding-right: 4.6vw;
        padding-bottom: 1.3vw;
        border: 0px solid #000;
        font-weight: 500;
    }
    .cort5_btn a.site_btn:before {
        border: 1px solid #000;
        width: 100%;
    }

} /* max-width: 768px */
@media only screen and (max-width: 550px) {

    section.cort5 {
        padding: 23.5vw 0 26.1vw;
    }

    span.cort5_art-1 {
        right: 13.031vw;
        top: -10.1vw;
        width: 20.766vw;
        height: 18.359vw;
    }

    span.cort5_art-2 {
        width: 26.234vw;
        height: 25.938vw;
        left: 7.9vw;
        bottom: -8.391vw;
    }

    section.cort5 .section_inner {
        width: 74vw;
    }

    .cort5_content br {
        display: none;
    }

    .cort5_btn {
        margin-top: 6.2vw;
    }
    
     section.cort5 .cort5_content{}
     section.cort5 .cort5_content article{}
     section.cort5 .cort5_content article h5{
        font-size: 5.5vw;
        line-height: 1.34;
    }
     section.cort5 .cort5_content article h5 br{
        display: none;
    }
      section.cort5 .cort5_content article h5 br.m{
        display: block;
    }
    .cort5_btn a.site_btn{
        display: inline-block;
        padding-left: 5.1vw;
        font-size: 3.5vw;
        padding-top: 2.2vw;
        letter-spacing: 0.2vw;
        padding-right: 5.3vw;
        padding-bottom: 2.3vw;
        border: 0px solid #000;
    }
    .cort5_btn a.site_btn:before{
        /* height: 100%; */
        border: 1px solid #000;
        width: 100%;
    }
    .cort5_btn a.site_btn:after{
        left: -1.1vw;
        height: 95%;
        width: 99%;
        top: 1.5vw;
    }

} /* max-width: 550px */
/*======================.cort5 Css End ============*/


/*======================.cort6 Css Start ============*/

section.cort6 .section_inner {
    width: 834px;
    position: relative;
}

section.cort6 {
    background: #FFF9F7;
    padding-top: 3px;
}

.cort6_left {
    padding-top: 93px;
    width: 556px;
    padding-bottom: 102px;
}

.cort6_left p {
    width: 453px;
}

.cort6_left h2 {
    margin-bottom: 25px;
    line-height: 52px;
}

.cort6_img img {
    width: 10px;
    opacity: 0;
    visibility: hidden;
}

.cort6_img {
    width: 336px;
    height: 479px;
    position: absolute;
    right: -50px;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.cort6_btn {
    margin-top: 28px;
    padding-left: 8px;
}

.cort6_btn a.site_btn {
    padding: 14px 39px 12px 39px;
}


@media only screen and (max-width: 1280px) {

    section.cort6 .section_inner {
        width: 65.156vw;
    }

    .cort6_left {
        padding-top: 7.509vw;
        width: 43.438vw;
        padding-bottom: 7.813vw;
    }

    .cort6_left p {
        width: 35.391vw;
    }

    .cort6_left h2 {
        margin-bottom: 1.9vw;
        line-height: 4.063vw;
    }

    .cort6_img img {
        width: 0.781vw;
    }

    .cort6_img {
        width: 26.250vw;
        height: 37.422vw;
        right: -3.906vw;
    }

    .cort6_btn {
        margin-top: 2.188vw;
        padding-left: 0.625vw;
    }

    .cort6_btn a.site_btn {
        padding: 1.094vw 3.047vw 0.938vw 3.047vw;
    }

} /* max-width: 1280px */
@media only screen and (max-width: 1024px) {

    section.cort6 .section_inner {
        width: 65.156vw;
    }

    .cort6_left {
        padding-top: 7.109vw;
        width: 43.438vw;
        padding-bottom: 7.813vw;
    }

    .cort6_left p {
        width: 35.391vw;
    }

    .cort6_left h2 {
        margin-bottom: 2.344vw;
        line-height: 4.063vw;
    }

    .cort6_img img {
        width: 0.781vw;
    }

    .cort6_img {
        width: 26.250vw;
        height: 37.422vw;
        right: -3.906vw;
    }

    .cort6_btn {
        margin-top: 0vw;
        padding-left: 0.625vw;
        padding-top: 2vw;
    }

    .cort6_btn a.site_btn {
        padding: 0.703vw 2.969vw;
    }

    .cort6_btn a.site_btn{
        display:inline-block;
        padding-left: 7.1vw;
        font-size: 2.5vw;
        /* padding-top: 1.3vw; */
        letter-spacing: 0.20vw;
        /* padding-right: 8.6vw; */
        /* padding-bottom: 1.8vw; */
        border: 0px solid #000;
        font-weight: 500;
        padding: 1.367vw 3.809vw 1.172vw 3.809vw;
        font-size: 1.250vw;
    }
    .cort6_btn a.site_btn:before{
        /* height: 100%; */
        border: 1px solid #000;
        width: 100%;
    }
    .cort6_btn a.site_btn:after{
        left: -0.4vw;
        height: 100%;
        width: 100%;
        top: 0.4vw;
        /* left: -0.833vw; */
        /* top: 0.833vw; */
    }

} /* max-width: 1024px */
@media only screen and (max-width: 768px) {

    section.cort6 .section_inner {
        padding-left: 5.208vw;
        padding-right: 5.208vw;
        width: auto;
    }

    .cort6_left {
        width: auto;
        padding-bottom: 13.813vw;
        padding-top: 15.109vw;
        padding-right: 22vw;
    }

    .cort6_left h2 {
        line-height: 8.063vw;
        margin-bottom: 5.344vw;
    }

    .cort6_left p {
        width: 50.391vw;
    }

    .cort6_img {
        width: 52.25vw;
        height: 73.422vw;
        right: -1.906vw;
    }
    .cort6_btn a.site_btn{
        display: inline-block;
        /* padding-left: 7.1vw; */
        font-size: 2.5vw;
        /* padding-top: 2.4vw; */
        letter-spacing: 0.2vw;
        /* padding-right: 8.3vw; */
        /* padding-bottom: 2.3vw; */
        border: 0px solid #000;
    }
    .cort6_btn a.site_btn:after{     
      left: -0.833vw;      
      top: 0.833vw;
    }

} /* max-width: 768px */
@media only screen and (max-width: 550px) {
    
    section.cort6 .section_inner {
        padding-left: 9.208vw;
        padding-right: 9.208vw;
        width: auto;
    }

    .cort6_left {
        width: auto;
        padding-bottom: 65.813vw;
        padding-top: 21.8vw;
        padding-right: 0vw;
    }

    .cort6_left h2 {
        line-height: 1.11;
        margin-bottom: 5.5vw;
        font-size: 10.1vw;
        width: 100%;
    }
    .cort6_left h2 br{
        display: none;
    }

    .cort6_left p {
        width: 82.391vw;
        padding-left: 0vw;
        letter-spacing: 0.17vw;
        letter-spacing: -0.01vw;
        line-height: 1.5;
    }

    .cort6_img {
        width: 59.25vw;
        height: 75.422vw;
        right: 2.094vw;
        background-size: cover;
    }
    .cort6_btn a.site_btn{
        display: inline-block;
        padding-left: 7.1vw;
        font-size: 3.5vw;
        padding-top: 2.4vw;
        letter-spacing: 0.2vw;
        padding-right: 8.3vw;
        padding-bottom: 2.3vw;
        border: 0px solid #000;
    }
    .cort6_btn a.site_btn:after{
      left: -0.933vw;
      top: 0.833vw;
    }

} /* max-width: 550px */
/*======================.cort6 Css End ============*/


/*======================.cort7 Css Start ============*/

section.cort7 {
    background: #FEDAF1;
    padding: 26px 0;
    overflow: hidden;
}

section.cort7 .section_inner {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.cort7_center {
    width: 426px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    top: -15px;
}

.cort7_center h3 {
    margin-bottom: 23px;
    line-height: 36px;
}

.cort7_right, .cort7_left {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
}

.cort7_left {
    justify-content: flex-end;
}

.cort7_right {
    justify-content: flex-start;
}

span.single_insta_feed {
    width: 235px;
    height: 235px;
    display: block;
}

span.single_insta_feed img {
    display: block;
    width: 100%;
    height: 100%;
}

.cort7_left span.single_insta_feed {
    margin-left: 21px;
}

.cort7_right span.single_insta_feed {
    margin-right: 21px;
}

.cort7_btn .site_btn {
    padding: 14px 44px 12px 46px;
}

.cort7_btn {
    padding-left: 7px;
}

@media only screen and (max-width: 1280px) {

    section.cort7 {
        padding: 2.031vw 0;
    }

    .cort7_center {
        width: 33.281vw;
        top: -0.9vw;
    }

    .cort7_center h3 {
        margin-bottom: 1.797vw;
        line-height: 2.813vw;
    }

    span.single_insta_feed {
        width: 18.359vw;
        height: 18.359vw;
    }

    .cort7_left span.single_insta_feed {
        margin-left: 1.641vw;
    }

    .cort7_right span.single_insta_feed {
        margin-right: 1.641vw;
    }

    .cort7_btn .site_btn {
        padding: 1.094vw 3.438vw 0.938vw 3.594vw;
    }

    .cort7_btn {
        padding-left: 0.547vw;
    }

} /* max-width: 1280px */
@media only screen and (max-width: 1024px) {

    section.cort7 {
        padding: 2.031vw 0;
    }

    .cort7_center {
        width: 33.281vw;
        top: -1.172vw;
    }

    .cort7_center h3 {
        margin-bottom: 1.797vw;
        line-height: 2.813vw;
    }

    span.single_insta_feed {
        width: 18.359vw;
        height: 18.359vw;
    }

    .cort7_left span.single_insta_feed {
        margin-left: 1.641vw;
    }

    .cort7_right span.single_insta_feed {
        margin-right: 1.641vw;
    }

    .cort7_btn .site_btn {
        padding: 1.367vw 4.297vw 1.172vw 4.492vw;
    }

    .cort7_btn {
        padding-left: 0.547vw;
    }



} /* max-width: 1024px */
@media only screen and (max-width: 768px) {

    section.cort7 {
        padding: 8.4vw 0;
    }

    .section_inner {
        flex-wrap: wrap;
    }

    .cort7_center {
        order: -1;
        width: 100%;
        padding: 0 6vw;
        margin-bottom: 7.9vw;
    }

    .cort7_center h3 {
        margin-bottom: 2.797vw;
        line-height: 1.33;
    }

    .cort7_bottom {
        display: flex;
        width: 160%;
        padding: 0 0vw;
        flex-wrap: wrap;
        margin-left: -30%;
    }
    section.cort7 .section_inner {
        display: block;
    }
    span.single_insta_feed {
        width: 33.33%;
        height: 49vw;
        flex-shrink: 0;
    }
    .cort7_btn{
        padding-top: 2.5vw;
    }
    .cort7_btn  a.site_btn{
        display:inline-block;
        padding-left: 11.1vw;
        font-size: 3.5vw;
        padding-top: 1.3vw;
        letter-spacing: 0.20vw;
        padding-right: 11.6vw;
        padding-bottom: 1.8vw;
        border: 0px solid #000;
        font-weight: 500;
    }
    .cort7_btn  a.site_btn:before{
        /* height: 100%; */
        border: 1px solid #000;
        width: 100%;
    }
    .cort7_btn  a.site_btn:after{
        left: -1.1vw;
        height: 95%;
        width: 99%;
        top: 1.5vw;
    }

    .cort7_btn a.site_btn {
        display: inline-block;
        padding-left: 5.1vw;
        font-size: 2.5vw;
        padding-top: 1.3vw;
        letter-spacing: 0.20vw;
        padding-right: 4.6vw;
        padding-bottom: 1.3vw;
        border: 0px solid #000;
        font-weight: 500;
    }
    .cort7_btn a.site_btn:before {
        border: 1px solid #000;
        width: 100%;
    }

} /* max-width: 768px */
@media only screen and (max-width: 550px) {
    section.cort7 {
        padding: 8.4vw 0;
    }

    .section_inner {
        flex-wrap: wrap;
    }

    .cort7_center {
        order: -1;
        width: 100%;
        padding: 0 6vw;
        margin-bottom: 7.9vw;
    }

    .cort7_center h3 {
        margin-bottom: 2.797vw;
        line-height: 1.33;
    }

    .cort7_bottom {
        display: flex;
        width: 160%;
        padding: 0 0vw;
        flex-wrap: wrap;
        margin-left: -30%;
    }
    section.cort7 .section_inner {
        display: block;
    }
    span.single_insta_feed {
        width: 33.33%;
        height: 49vw;
        flex-shrink: 0;
    }
    .cort7_btn{
        padding-top: 2.5vw;
    }
    .cort7_btn  a.site_btn{
        display: inline-block;
        padding-left: 11.1vw;
        font-size: 3.5vw;
        padding-top: 2.4vw;
        letter-spacing: 0.2vw;
        padding-right: 11.3vw;
        padding-bottom: 2.3vw;
        border: 0px solid #000;
    }
    .cort7_btn  a.site_btn:before{
        /* height: 100%; */
        border: 1px solid #000;
        width: 100%;
    }
    .cort7_btn  a.site_btn:after{
        left: -1.1vw;
        height: 95%;
        width: 99%;
        top: 1.5vw;
    }

} /* max-width: 550px */
/*======================.cort7 Css End ============*/


/*======================Footer Css Start ============*/

footer.cort_footer .section_inner {
    width: 1100px;
    display: flex;
    padding: 43px 0 48px;
}

.cort_footer_right {
    width: 368px;
    margin-left: auto;
}

.cort_footer_right h5 {
    margin-bottom: 15px;
    line-height: 28px;
}

.cort_footer_right p {
    margin-bottom: 20px;
    font-size: 12px;
}

.subscrib_form_in {
    border: 1px solid #000000;
    display: flex;
}

.email-field.form-group- input {
    background: transparent;
    outline: none;
    border: 0;
    font-size: 16px;
    font-family: 'Calibre';
    padding: 0px 12px 0px 34px;
    height: 42px;
    line-height: 42px;
}

.email-field.form-group- {
    flex-grow: 1;
}

.button_middle {
    width: 147px;
    flex-shrink: 0;
    border-left: 1px solid #000;
}

.button_middle input[type="submit"] {
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    background: #F96BC8;
    color: #000;
    font-size: 14px;
    padding: 0px 22px 0px 14px;
    letter-spacing: 1.6px;
    height: 42px;
    line-height: 45px;
}

.email-field.form-group- input::placeholder {
    color: #000;
}

ul.foot_social {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.cort_footer_left_top {
    display: flex;
    align-items: center;
    margin-bottom: 31px;
    margin-top: 10px;
    padding-left: 0px;
}

.cort_foot_logo img {
    display: block;
}

.cart_fooot_logo {
    margin-right: 62px;
}

ul.foot_social li {
    margin: 0 36px 0 0;
}

ul.foot_social li a {
    font-size: 23px;
    color: #000000;
}

ul.foot_social li:last-child {
    margin: 0;
}

ul.footer_links {
    display: flex;
}

ul.footer_links li a {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-family: 'Calibre';
    letter-spacing: 0.8px;
    font-weight: 500;
}

ul.footer_links li {
    margin: 0 83px 0 0;
}

ul.footer_links:last-child {
    margin-right: 0;
}

ul.footer_links li:last-child {
    margin-right: 0;
}

footer.cort_footer {
    background: #FEF3FC;
}

.cort_footer_left_copyright {
    margin-top: 15px;
    display: flex;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

span.cort_copyright {
    display: block;
    padding-right: 13px;
    border-right: 1px solid #bfbfbf;
}

span.cort_copyright_right {
    display: block;
    margin-left: 18px;
}

span.cort_copyright_right a {
    font-size: 10px;
    color: #000;
    position: relative;
}
span.cort_copyright_right a strong{
    text-decoration:underline;
}
span.cort_copyright_right a:after {content: "";position: absolute;left: 29px;bottom: 0;width: 61px;height: .5px;background: #000;display: none;}

.cort_footer_left_links {
    margin-left: 0px;
}

@media only screen and (max-width: 1280px) {


    footer.cort_footer .section_inner {
        width: 85.938vw;
        padding: 3.4vw 0 3.750vw;
    }

    .cort_footer_right {
        width: 28.750vw;
    }

    .cort_footer_right h5 {
        margin-bottom: 1.172vw;
        line-height: 2.188vw;
    }

    .cort_footer_right p {
        margin-bottom: 1.56vw;
        font-size: 0.938vw;
    }

    .email-field.form-group- input {
        font-size: 1.1vw;
        padding: 1vw 0.938vw 1vw 2.656vw;
        letter-spacing: 0.1vw;
        font-family: Open Sans;
    }


    .button_middle {
        width: 11.484vw;
        border-left: 0.078vw solid #000;
    }

    .button_middle input[type="submit"] {
        font-weight: 600;
        font-size: 1.07vw;
        padding: 0vw 1.719vw 0vw 1.094vw;
        letter-spacing: 0.125vw;
        line-height: 45px;
    }

    ul.foot_social {
        margin-top: 1.875vw;
    }

    .cort_footer_left_top {
        margin-bottom: 2.378vw;
        margin-top: 0.781vw;
        padding-left: 0vw;
    }

    .cart_fooot_logo {
        margin-right: 4.844vw;
    }

    ul.foot_social li {
        margin: 0 2.813vw 0 0;
    }

    ul.foot_social li a {
        font-size: 1.797vw;
        color: #000000;
    }

    ul.footer_links li a {
        font-size: 1.250vw;
        letter-spacing: 0.063vw;
    }

    ul.footer_links li {
        margin: 0 6.484vw 0 0;
    }

    .cort_footer_left_copyright {
        margin-top: 1.172vw;
        font-size: 0.781vw;
        letter-spacing: 0.234vw;
    }

    span.cort_copyright {
        padding-right: 1.016vw;
        /* border-right: 0.078vw solid #000; */
    }

    span.cort_copyright_right {
        margin-left: 1.406vw;
    }

    span.cort_copyright_right a {
        font-size: 0.781vw;
    }

    span.cort_copyright_right a:after {
        left: 2.266vw;
        width: 4.766vw;
        height: 0.039vw;
    }

    .cort_footer_left_links {
        margin-left: 0vw;
    }

} /* max-width: 1280px */
@media only screen and (max-width: 1024px) {


    footer.cort_footer .section_inner {
        width: 85.938vw;
        padding: 3.203vw 0 3.750vw;
    }

    .cort_footer_right {
        width: 28.750vw;
    }

    .cort_footer_right h5 {
        margin-bottom: 1.172vw;
        line-height: 2.188vw;
    }

    .cort_footer_right p {
        margin-bottom: 1.563vw;
        font-size: 0.938vw;
    }

    .email-field.form-group- input {
        font-size: 1.250vw;
        padding: 0.938vw 0.781vw 0.625vw 2.656vw;
    }


    .button_middle {
        width: 11.484vw;
        border-left: 0.078vw solid #000;
    }

    .button_middle input[type="submit"] {
        font-size: 1.250vw;
        padding: 1.172vw 1.094vw 0.859vw 1.094vw;
        letter-spacing: 0.125vw;
        /* height: 36px; */
        /* font-size: 3.4vw; */
    }

    ul.foot_social {
        margin-top: 2.2vw;
    }

    .cort_footer_left_top {
        margin-bottom: 2.578vw;
        margin-top: 0.781vw;
        padding-left: 0vw;
    }

    .cart_fooot_logo {
        margin-right: 4.844vw;
    }

    ul.foot_social li {
        margin: 0 7.813vw 0 0;
    }

    ul.foot_social li a {
        font-size: 1.797vw;
        color: #000000;
    }

    ul.footer_links li a {
        font-size: 1.250vw;
        letter-spacing: 0.063vw;
    }

    ul.footer_links li {
        margin: 0 6.484vw 0 0;
    }

    .cort_footer_left_copyright {
        margin-top: 1.172vw;
        font-size: 0.781vw;
        letter-spacing: 0.234vw;
    }

    span.cort_copyright {
        padding-right: 1.016vw;
        border-right: 0.078vw solid #000;
    }

    span.cort_copyright_right {
        margin-left: 1.406vw;
    }

    span.cort_copyright_right a {
        font-size: 0.781vw;
    }

    span.cort_copyright_right a:after {
        left: 2.266vw;
        width: 4.766vw;
        height: 0.039vw;
    }

    .cort_footer_left_links {
        margin-left: 0vw;
    }

} /* max-width: 1024px */
@media only screen and (max-width: 768px) {
    footer.cort_footer .section_inner {
        width: 100%;
        padding: 9.9vw 7vw 13vw;
        padding-bottom: 10vw;
    }

    .cort_footer_left {
        width: 100%;
        order: 2;
    }

    .cort_footer_left_top {
        margin-bottom: 2.578vw;
        margin-top: 0;
        padding-left: 0;
        display: flex;
        justify-content: unset;
        padding-top: 7.9vw;
    }

    ul.foot_social li a {
        font-size: 7vw;
    }

    .cart_fooot_logo {
        margin-right: 35.844vw;
    }
    .cort_foot_logo img {
        display: block;
        width: 16vw;
        margin-left: -2vw;
    }

    .cort_footer_left_links {
        margin: 0;
    }

    ul.footer_links {
        justify-content: center;
    }
    ul.footer_links li {
        margin: 0 13.1vw 0 0;
    }
    ul.footer_links li a {
        font-size: 3.25vw;
        letter-spacing: 0.3vw;
    }
    
    .cort_footer_right{
        width:100%;
        order:1;
    }
    .cort_footer_right.mobileOnly {
        width: 100%;
        margin: 7vw 0  5vw;
    }

    .cort_footer_right h5 {
        margin-bottom: 3.5vw;
        line-height: 1.3;
        font-size: 5.4vw;
        text-align: left;
        padding-right: 15vw;
    }
    .cort_footer_right h5 br{
        display:none;
    }
    .cort_footer_right p {
        font-size: 3.4vw;
        margin-bottom: 7.563vw;
        text-align: left;
        padding-left: 0.8vw;
        letter-spacing: -0.06vw;
    }

    .button_middle {
        width: 33.7vw;
        border-left: 1px solid #000;
    }

    .button_middle input[type="submit"]{
        letter-spacing: 0.2vw !important;
        padding: 0vw 4.781vw 0vw 4.781vw;
        height: 50px;
        font-size: 2.2vw;
        display: block;
        line-height: 52px;
    }
    
    .email-field.form-group- input {
        padding: 0vw 4.781vw 0vw 8.5vw;
        height: 50px;
        font-size: 2.7vw;
        display: block;
        line-height: 50px;
    }

    .cort_footer_left_copyright {
        margin-top: 9.172vw;
        font-size: 2.4vw;
        letter-spacing: 0.234vw;
        display: block;
        text-align: center;
    }
    span.cort_copyright {
        padding-right: 0vw;
        border-right: 0vw solid #000;
        padding-bottom: 2vw;
    }
    span.cort_copyright_right a {
        font-size: 2vw;
    }

    span.cort_copyright_right a:after {
        width: 17.766vw;
        height: 1px;
    }

} /* max-width: 768px */
@media only screen and (max-width: 550px) {

    footer.cort_footer .section_inner {
        width: 100%;
        padding: 9.9vw 7vw 13vw;
        padding-bottom: 10vw;
    }

    .cort_footer_left {
        width: 100%;
        order: 2;
    }

    .cort_footer_left_top {
        margin-bottom: 2.178vw;
        margin-top: 0;
        padding-left: 0;
        display: flex;
        justify-content: unset;
        padding-top: 7.9vw;
    }

    ul.foot_social li a {
        font-size: 7vw;
    }

    .cart_fooot_logo {
        margin-right: 35.844vw;
    }
    .cort_foot_logo img {
        display: block;
        width: 16vw;
        margin-left: -2vw;
    }

    .cort_footer_left_links {
        margin: 0;
    }

    ul.footer_links {
        justify-content: center;
    }
    ul.footer_links li {
        margin: 0 13.1vw 0 0;
    }
    ul.footer_links li a {
        font-size: 3.25vw;
        letter-spacing: 0.3vw;
    }
    
    .cort_footer_right{
        width:100%;
        order:1;
    }
    .cort_footer_right.mobileOnly {
        width: 100%;
        margin: 7vw 0  5vw;
    }

    .cort_footer_right h5 {
        margin-bottom: 3.5vw;
        line-height: 1.3;
        font-size: 5.4vw;
        text-align: left;
        padding-right: 15vw;
    }
    .cort_footer_right h5 br{
        display:none;
    }
    .cort_footer_right p {
        font-size: 3.4vw;
        margin-bottom: 7.2vw;
        text-align: left;
        padding-left: 0.8vw;
        letter-spacing: -0.06vw;
    }

    .button_middle {
        width: 33.7vw;
        border-left: 1px solid #000;
    }

    .button_middle input[type="submit"]{
        font-size: 3vw !important;
        /* padding: 3.3vw 8.172vw 3.172vw 5.172vw !important; */
        letter-spacing: 0.2vw !important;
        height: 36px;
        line-height: normal;
        line-height: 37px;
    }
    
    .email-field.form-group- input {
        padding: 2.3vw 4.781vw 2.3vw 8.5vw;
        height: 36px;
        font-size: 3.4vw;
        line-height: 36px;
    }

    .cort_footer_left_copyright {
        margin-top: 9.172vw;
        font-size: 2.4vw;
        letter-spacing: 0.3vw;
        display: block;
        text-align: center;
    }
    span.cort_copyright {
        padding-right: 0vw;
        border-right: 0vw solid #000;
        padding-bottom: 2vw;
    }
    span.cort_copyright_right a {
        font-size: 2.7vw;
    }

    span.cort_copyright_right a:after {
        width: 17.766vw;
        height: 1px;
    }

} /* max-width: 550px */
/*======================Footer Css End ============*/

