@font-face{
	font-family: 'opensans';
	src: url('/fonts/open_sans/OpenSans-Regular.eot');
	src: url('/fonts/open_sans/OpenSans-Regular.eot') format('embedded-opentype'),
	url('/fonts/open_sans/OpenSans-Regular.woff') format('woff'),
	url('/fonts/open_sans/OpenSans-Regular.woff2') format('woff2'),
    url('/fonts/open_sans/OpenSans-Regular.ttf') format('truetype'),
    url('/fonts/open_sans/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'opensans-bold';
	src: url('/fonts/open_sans/OpenSans-Bold.eot');
	src: url('/fonts/open_sans/OpenSans-Bold.eot') format('embedded-opentype'),
	url('/fonts/open_sans/OpenSans-Bold.woff') format('woff'),
	url('/fonts/open_sans/OpenSans-Bold.woff2') format('woff2'),
    url('/fonts/open_sans/OpenSans-Bold.ttf') format('truetype'),
    url('/fonts/open_sans/OpenSans-Bold.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
    box-sizing: border-box;
}
html{
	overflow-x:hidden;
}
body{
    background-color:#fff;
    color: var(--font);
    overflow-x:hidden;
    font-family:var(--reg);
}
p, li {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 15px;
}
picture, img {
    width: 100%;
    max-width: 100%;
    display: table;
}
a{
	display: inline-block;
    line-height: 1.3;
    color:inherit;
    font-size:18px;
}
h1,h2,h3,h4,h5,h6,b{
	font-family: var(--bold);
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
header {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    z-index: 9;
    background-color:var(--main-color);
    transition: all 250ms ease;
}
div.default_container{
	width:100%;
	max-width:1440px;
	padding:0 20px;
	margin:0 auto;
}
div.max_container{
	width:100%;
	max-width:1640px;
	padding:0 20px;
	margin:0 auto;
}
section {
    padding: 100px 0;
}
header.sticky{
    box-shadow:var(--box-shadow);
}

 h1,  h2{
    margin-top:0;
    margin-bottom:20px;
}
h1 {
    color: var(--white);
    font-weight: bold !important;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 0;
}
 h1 span{
 	color:var(--secondary-color);
 }
 h2 {
    font-size: 40px;
    line-height: 1.3;
}

h2.title_center {
    color: var(--main-color);
    text-align: center;
}
b, optgroup, strong {
    font-family: var(--bold);
}
strike {
    text-decoration: line-through;
}
.slick-dots {
    padding: 0 0 0 15px;
    bottom: -30px;
}
.slick-dots li button {
	height: 16px;
	width: 16px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	opacity:1;
}
.slick-dots li button:before {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	content:'' !important;
	background-color:#000 !important;
	opacity:0.25 !important;
	
}
.slick-dots li.slick-active button:before {
	background-color: var(--main-color);
	opacity: 1 !important; 
}
.slick-slide:focus{
	outline:0 !important;
}
.a_link {
    font-size: 16px;
    color: var(--white);
    background-color: var(--main-color);
    padding: 10px 30px;
    border-radius: 50px;
    border: 2px solid var(--main-color);
    transition:var(--ease);
    cursor:pointer;
}
.a_link:hover {
    background-color: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}
.banner_sec {
    width: 100%;
    margin: var(--margin) 0 0 0;
    padding: 25px 0 0;
}
.banner_image {
    padding: 80px 20px;
    border-radius: 20px;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.banner_title {
    font-size: 38px;
    line-height: 1.3;
    color: var(--white);
    text-align: center;
    text-wrap: balance;
}
.sec_btn {
    font-size: 20px;
    padding: 12px 50px;
    border-radius: 50px;
    font-family: var(--bold);
    display: table;
    margin-top: 30px;
    transition:var(--ease);
    color: var(--white);
    background-color: var(--secondary-color);
}
.sec_btn.center {
	margin-left:auto;
	margin-right:auto;
}
.sec_btn:hover {
    background-color: #fff;
    color: var(--secondary-color);
}
.t_center {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 15px;
}
	
 h3 {
    color: var(--main-color);
    font-size: 22px;
    line-height:1.35;
    font-weight: bold !important;
}
 * + h1,  * + h2,  * + h3{
    margin-top:30px;
}
.last_child{
	padding-bottom:0;
	margin-bottom:0;
}
.first_child{
	padding-top:0;
	margin-top:0;
}
.bg_secondary{
	background-color:var(--light-color);
}
.login_button {
    padding: 1px 30px;
    background-color: var(--secondary-color);
    border-radius: 60px;
    color: #fff !important;
}
.login_button:hover{
    background-color: var(--main-color);
}
.login_button .fa-sign-in {
    margin-left: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.ham_button {
    display: none;
}
.header_flex_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}
.header_logo img {
    max-width: 230px;
    min-height: 80px;
    object-fit: contain;
}
.flex_menu {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}
.flex_menu > li > .top_padding{
    position: absolute;
    width: 100%;
    height: auto;
    left: -14px;
    top: 60px;
    opacity: 0;
    transition: all 350ms ease;
    pointer-events: none;
    min-width: 260px;
	padding-top:25px;
}
.flex_menu > li > .top_padding ul{
	background-color: #01193e;
    border-radius: 5px;
    overflow:hidden;
}
.flex_menu > li > ul:before{
	content:'';
	height:100px;
	width:20px;
}
.drop_arrow {
    position: relative;
}

.user  .child_level1 {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    top: 60px;
    opacity: 0;
    transition: all 350ms ease;
    pointer-events: none;
    min-width: 180px;
    padding-top: 25px;
}
.user:hover .child_level1{
    pointer-events: auto;
    opacity: 1;
    top: 44px;
    padding-top: 15px;
}
username {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    max-width: 160px;
    font-family: var(--bold);
}
.user li {
	margin:0;
}
.user .child_level1 li:first-child{
	border-radius:5px 5px 0 0;
	overflow:hidden;
}
.user .child_level1 li:last-child{
	border-radius: 0 0 5px 5px;
	overflow:hidden;
}
.user .child_level1 li a{
    padding: 10px 15px;
    background: var(--main-color);
    width: 100%;
    color: #fff;
    transition:var(--ease);
}
.user .child_level1 li a:hover {
    background: #333;
}
.loggin_name {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    cursor: pointer;
    padding: 10px;
    background-color: var(--main-color);
    border-radius: 5px;
    color:var(--white) !important;
}
.loggin_name .gnbicon-user{
    font-size: 32px;
    line-height: 1;
    position: relative;
    top: 2px;
}
.loggin_name .gnbicon-dropdown{
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: 2px;
}

header .drop_arrow:hover > .top_padding{
    pointer-events: auto;
    opacity: 1;
    top: 41px;
    padding-top:15px;
}
.drop_arrow ul li a{
    padding: 10px 15px ;
    background: var(--main-color);
    width: 100%;
    color:#fff;
}
.drop_arrow ul li a:hover{
    background: var(--secondary-color);
}
.drop_arrow ul li a.sub_link {
    position: relative;
    padding-left: 30px;
}
.drop_arrow ul li a.sub_link:before {
    content: '';
    height: 1px;
    width: 8px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 22px;
}
.drop_arrow > ul li:first-child a{
	border-radius:5px 5px 0 0;
}
.drop_arrow > ul li:last-child a{
	border-radius: 0 0 5px 5px;
}
.header_flex_menu > *, footer > *{
    font-family: var(--reg) !important;
}
.flex_menu > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--white);
    font-family:var(--bold);
    font-size:16px;
    transition:var(--ease);
}
.flex_menu > li > a:hover{
	color:var(--secondary-color);
}
.flex_menu > li {
	margin:0;
}
.drop_arrow ul li{
    width: 100%;
    margin:0;
}
.menu_active{
    color: var(--secondary-color) !important;
}

.one .head {
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 5px;
    position:relative;
    margin-bottom:30px;
    color:var(--main-color);
}
.one .head span{
	color:var(--secondary-color);
}
.one .head:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--secondary-color);
    z-index: 1;
}
.one .head:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--main-color);
}

/* drop down arrow css */
.link_arrow {
    position:relative !important;
    padding-right:15px !important;
}
.link_arrow:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 0;
    border: solid var(--main-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: all 500ms ease;
}
.link_arrow:hover:after {
    animation:250ms indicate ease ;
}
@keyframes indicate {
    0% { top:16px; }
    65%  { top:18px; }
    100%   { top:16px; }    
}
/* end */

/* line clamp */
.line_clamp_1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.line_clamp_2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.line_clamp_3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.line_clamp_4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.line_clamp_5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
/*end*/

/*home page code here*/
.hero_section{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index:-1;
    min-height:580px;
}
.bg_img_home_banner{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height: 100vh;
	display:table;
}
.home_page_slider {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
home_page_banner {
    width: 100%;
    min-height:580px;
    height: calc(100vh - var(--margin));
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin-top: var(--margin);
}
.home_page_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero_content {
    height: calc(100vh - var(--margin));
    display: grid;
    place-content: center;
    width: 100%;
    margin-top: var(--margin);
    background-color: #00000060;
    padding: 50px 90px;
    max-width: 680px;
    min-height: 580px;
    backdrop-filter: blur(30px);
}
.drop_button > a {
    padding: 10px 30px;
}
.drop_button > a:hover {
    opacity:0.8;
}
	
.drop_button {
    background-color: var(--secondary-color);
    border-radius: 60px;
    color: #fff;
    font-family: var(--bold);
    font-size: 16px;
    position: relative;
}
.drop_button.arrow > a{
    padding: 10px 45px 10px 30px;
}
.drop_button.arrow:after {
    content: '\f0dd';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 24px;
}
.drop_button .drop_menu {
    border-radius: 20px;
    display: table;
    color: var(--main-color);
    font-family: var(--bold);
    transition:all 250ms ease;
    width: 100%;
    overflow:hidden;
}

.drop_button .padding_top {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease;
}

.drop_button:hover .padding_top {
    padding-top: 5px;
    opacity: 1;
    visibility: visible;
}

.drop_menu a {
    width: 100%;
    display: table;
    color: var(--main-color);
    padding: 8px 30px;
    font-size: 16px;
    background-color: #fff;
}
.drop_menu a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.flex_buttons {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-top: 50px;
}

.grid_four .card_four{
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--main-color);
    min-width: 230px;
    min-height: 200px;
    transition:var(--ease);
    box-shadow: none;
    display: grid;
    color:var(--white);
    place-content: center;
    outline: 1px dashed #ffffff63;
    outline-offset: -10px;
}
.grid_four .card_four i{
	transition:var(--ease);
}
.grid_four .card_four:hover i{
	color:var(--secondary-color);
}
.grid_four .card_four:hover{
	outline-color:var(--secondary-color);
}
.grid_four .card_four > .icon {
    font-size: 60px;
    color: inherit;
    line-height: 1;
}
.grid_four .card_four p {
    font-size: 20px;
    margin: 10px 0 0 0;
    font-family: var(--bold);
    color: inherit;
}
.grid_four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
}
.flex_button_container {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap:wrap;
}
.about_us_container picture img {
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
.about_us_container picture {
    margin-top: 50px;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.grid_list_container {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-gap: 50px;
    margin-top: 40px;
}
.grid_list_sec picture {
	height:100%;
    width: 100%;
}
.grid_list_sec picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height:524px;
}
.grid_list_sec li {
    padding: 18px 30px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 20px;
}
.grid_list_sec li:before {
    content: '\f069';
    font-family: fontawesome;
    font-size: 15px;
    margin-right: 15px;
}
.banner_like_container {
    background-color: #0d2b3fd6;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    color: #fff;
    border-radius: 6px;
    outline: 1px dashed #ffffff63;
    outline-offset: -10px;
}

.quick_access_img {
    width:100%;
    margin-bottom:0;
    height:300px;
}
.quick_access_img.first-sec {
    background: linear-gradient(90deg, rgba(25, 19, 19, 0.5), rgba(71, 71, 71, 0.3)), url('https://cdn1.gnbproperty.com/gnb-user-uploads/cnb/website/woodleys/63ca39f637ab2caf7fe320a9c13180f0.jpg');
    background-size: cover;
    background-position: center;
}
.quick_access_img.third-sec {
    background: linear-gradient(90deg, rgba(25, 19, 19, 0.5), rgba(71, 71, 71, 0.3)), url('https://cdn1.gnbproperty.com/gnb-user-uploads/cnb/website/woodleys/f4292a6225d0e697c0da4047d8e34863.jpg');
    background-size: cover;
    background-position:bottom;
}
.quick_access_img.five-sec {
    background: linear-gradient(90deg, rgba(25, 19, 19, 0.5), rgba(71, 71, 71, 0.3)), url('https://cdn1.gnbproperty.com/gnb-user-uploads/cnb/website/woodleys/f4292a6225d0e697c0da4047d8e34863.jpg');
    background-size: cover;
    background-position: center;
}
.quick_access_img.second-sec {
    background: var(--secondary-color);
    background-size: cover;
    background-position: right;
}
.quick_access_img.second-sec h2{
    color:#fff;
}

figure.effect-layla figcaption::after, figure.effect-layla h2, figure.effect-layla p {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
figure.effect-layla h2, figure.effect-layla p {
    opacity: 1;
    font-weight:300;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition:all 200ms ease;
}
.quick_access_img:hover figure.effect-layla p{
    margin-top:5px;
}
figure.effect-layla figcaption::before, figure.effect-layla figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition:all 250ms ease;
}
figure.effect-layla h2 {
    padding-top: 120px;
    transition: all 250ms ease;
    margin: 0 auto;
    max-width: 340px;
    font-size: 28px;
    line-height: 1.3;
    font-weight:500;
}
.quick_access_img:hover figure.effect-layla h2{
    padding-top:130px;
}
.quick_access_img:hover figure.effect-layla figcaption::after {
    border-right: 1px solid rgb(255 255 255 / 35%);
    border-left: 1px solid rgb(255 255 255 / 35%);
}
.quick_access_img:hover figure.effect-layla figcaption::before {
    border-top: 1px solid rgb(255 255 255 / 35%);
    border-bottom: 1px solid rgb(255 255 255 / 35%);
}
.grid_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.grid_cards a {
    padding: 12px;
    border-radius: 20px;
    box-shadow: none;
    transition: all 280ms ease;
    background-color:var(--light-color);
}
.grid_cards a:hover {
    box-shadow:var(--box-shadow);
}
.grid_cards a:hover h2:after {
    background-color: var(--secondary-color);
}
.grid_cards a img {
    width: 100%;
    border-radius: 10px;
    max-height: 250px;
    object-fit: cover;
    height: 100%;
    display: grid;
    min-height: 200px;
}
.grid_card h2 {
    font-size: 24px;
    position:relative;
    margin: 30px 0 15px;
}
.grid_card h2:after {
    position: absolute;
    top: -65px;
    right: 20px;
    font-family: "gnb-font" !important;
    padding: 18px;
    background-color:var(--main-color);
    font-size: 32px;
    border-radius: 80px;
    color: #fff;
    transition: all 250ms ease;
    line-height:1;
    height: 72px;
    width: 72px;
}
.grid_cards a:hover h2:after{
    background-color: var(--secondary-color);
}
.grid_cards a:nth-child(1) .grid_card h2:after {
    content: "\71";
}
.grid_cards a:nth-child(2) .grid_card h2:after {
    content: "\33";
}
.grid_cards a:nth-child(3) .grid_card h2:after {
    content: "\e0ed";
}
.grid_cards a:nth-child(4) .grid_card h2:after {
    content: "\e0f1";
}
.grid_card p {
    font-size: 15px;
    line-height: 1.5;
}
.as_container.asset .col_50{
    width:100%;
    border-radius: 20px;
    overflow: hidden;
    
}
.feature_sec .sub_head, .about_us_sec .sub_head {
    text-align:left;
}
.quick_access .as_container{
    max-width:1600px;
}
.text_link {
    position: relative;
    display: table;
    padding-right: 25px;
    text-underline-offset: 5px;
    color:#888;
    transition:all 250ms ease;
}

.text_link:after {
    content: '->';
    position: absolute;
    right: 5px;
    top: 3px;
    color: inherit;
    transition: right 280ms ease;
    font-size: 17px;
    line-height: 1;
    font-family: monospace;
    letter-spacing: -2.5px;
    opacity:0;
}
.text_link:hover:after {
    right:0;
    opacity:1;
}
.text_link:hover {
    color: var(--secondary-color);
}
@media (max-width:1445px){
    .grid_cards{
        grid-template-columns: repeat(2, 1fr);
        max-width: 992px;
        margin: 0 auto;
    }
    .grid_cards a img {
        max-height: 300px;
        min-height: 300px;
    }
}
@media (max-width:1200px){
    
    .quick_access .sub_head{
        text-align:center;
    }
    h1 {
        font-size: 44px;
    }
}
@media (max-width:992px){
    .as_container.asset {
        grid-gap: 40px;
        max-width: 600px;
        margin: 0 auto;
    }
    .grid_cards{
        grid-template-columns: auto;
        max-width: 590px;
}
}
@media (max-width:480px){
    .quick_access_img figure.effect-layla figcaption{
        border:0;
    }
    figure.effect-layla figcaption::before, figure.effect-layla figcaption::after{
        content:none;
    }
    figure.effect-layla h2 {
        font-size: 22px;
    }
}

/*footer*/
footer p b{
	font-size:22px;
}
footer p, footer a{
	color:#000;
	font-size:18px;
}
footer p > a:hover{
	color:var(--main-color);
}
footer {
    background-color: #f7f7f7 !important;
    padding:0 !important;
}
.footer_grid_container {
    padding: 100px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 100px;
}
.widget_social {
    display: flex;
    flex-wrap: wrap;
}
.widget_social a {
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    transition: 0.3s;
    border-radius: 3px;
    background-color:var(--main-color);
    border: 1px solid #ffffff3d;
}
.widget_social a:hover {
    background: var(--secondary-color);
}
.flex_copyrights {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}
.footer_flex_link {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.copyrights_sec {
    padding: 35px 0;
    background-color: var(--main-color);
}
.copyrights_sec p, .copyrights_sec a{
	font-size:16px;
	color:#fff;
}
.error {
    border: 1px solid #ffaaaa !important;
    background: #fff7f7;
}


/*privacy policy privacy_policy*/
.gnb-overall-privacy-policy{
    padding:80px 0 30px; 
}
.gnb-privacy-p-b-10 p, .gnb-privacy-p-b-50 p{
    font-size: 16px !important;
    margin-bottom: 10px;
    line-height: 1.7;
}
.gnb-privacy-p-b-10 li, .gnb-privacy-p-b-50 li{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.7;
}
.gnb-privacy-p-b-10 a, .gnb-privacy-p-b-50 a{
    font-weight: bold;
    transition:all 100ms ease;
}
.gnb-privacy-p-b-10 a:hover, .gnb-privacy-p-b-50 a:hover{
    color: var(--secondary-color) !important;
}
.gnb-privacy-head {
    font-size: 24px !important;
}
p.gnb-privacy-head {
    font-weight: bold;
    font-size: 20px !important;
}
.cnb_privacy_container {
    margin-top: 100px;
}
.gnb-overall-privacy-policy{
    padding:80px 0 50px; 
}
.gnb-overall-privacy-policy .gnb-privacy-head {
	font-family:var(--bold);
    font-size: 23px !important;
}
.gnb-privacy-p-b-10 p, .gnb-privacy-p-b-50 p{
    font-size: 16px !important;
    margin-bottom: 10px;
    line-height: 1.7;
    color: #222 !important;
}
.gnb-privacy-p-b-10 li, .gnb-privacy-p-b-50 li{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.7;
    color: #222 !important;
}
.gnb-privacy-p-b-10 a, .gnb-privacy-p-b-50 a{
    color: var(--secondary-color) !important;
    font-weight: bold;
    transition:all 100ms ease;
}
.gnb-privacy-p-b-10 a:hover, .gnb-privacy-p-b-50 a:hover{
    color: var(--main-color) !important;
}
.gnb-privacy-head {
    font-size: 24px !important;
    font-family:poppins;
}
p.gnb-privacy-head {
    font-weight: bold;
    font-size: 20px !important;
    font-family:poppins;
}
@media (max-width:855px){
    .gnb-privacy-p-b-10 p, .gnb-privacy-p-b-50 p, .gnb-privacy-container ul li {
        font-size: 15px !important;
    }
    .gnb-privacy-p-b-10 li, .gnb-privacy-p-b-50 li {
        margin-bottom: 0;
    }
    .gnb-overall-privacy-policy .gnb-privacy-head {
        font-size: 21px !important;
    }
    .cnb_privacy_container {
        margin-top: 50px;
    }
}
@media (max-width: 480px){
    .gnb-overall-privacy-policy ul, .gnb-overall-privacy-policy li {
        margin: 0 0 10px;
    }
}
@media (max-width:992px){
    h2 {
        font-size: 34px;
    }
}
@media (max-width:768px){
    h2 {
        font-size: 28px;
    }
}
@media (max-width:576px){
    .t_center {
        max-width: 100%;
    }
    section {
        padding: 60px 0;
    }
}