@font-face {
  font-family: Mark-Bold;
  src:url(Mark-Bold.otf);
  font-display: swap;
}

@font-face {
  font-family: Mark-Bolditalic;
  src:url(Mark-Bolditalic.otf);
  font-display: swap;
}
@font-face {
  font-family: Mark-Extrabold;
  src:url(Mark-Extrabold.otf);
  font-display: swap;
}
@font-face {
  font-family: Mark-Medium;
  src:url(Mark-Medium.otf);
  font-display: swap;
}
@font-face {
  font-family: Mark-Mediumitalic;
  src:url(Mark-Mediumitalic.otf);
  font-display: swap;
}
@font-face {
  font-family: Mark-Regular;
  src:url(Mark-Regular.otf);
  font-display: swap;
}
@font-face {
  font-family: Mark-Semibold;
  src:url(Mark-Semibold.otf);
  font-display: swap;
}

::marker{
font-size:0px;
}
a{
text-decoration:none !important;
}
a:hover{
text-decoration:none !important;
}

body{
background: #fff !important;
background-color: #fff !important;
}
:focus{
outline:none;
}

*{
margin: 0;
padding: 0;
box-sizing:border-box; 
}
select:focus{
outline:none !important;
}
#header{
	background:#00318c;
	padding:8px 0 8px 0;
}
.header_main{
	width:1200px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	position:relative;
}
.header_left{
	flex-basis:262px;
}
.header_left img{
	width:100%;
	height:auto;
}

.header_mid {
    flex-basis: 832px;
    text-align: right;
}
.header_right{
	flex-basis:86px;
}

.header_mid ul{
	margin:0;
	padding:0;
}
.header_mid ul li {
    color: #fff;
    font: normal 17px 'Mark-Semibold';
    display: inline-block;
    padding: 0 30px 0 0;
}
.header_mid ul li a{
	color:#fff;
	text-decoration:none;
	    border-bottom: 32px solid #00318c;
}
.header_mid ul li a:hover{
color: #ffcc60;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.header_right .butt {
    color: #fff;
    font: normal 17px 'Mark-Medium';
    background: hsla(0,0%,100%,.1);
    border-radius: 8px !important;
    margin: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 7px 24px;
    position: relative;
    outline: none;
    border: none;
    width: 100%;
}
.header_right .butt:hover{
background: #001f58 !important;
    color: #fff !important;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.banner{
background:#00318c;
}

.banner_main{
	width:1140px;
	margin:0 auto;
	padding:0 0 126px 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
	
}
.banner_up{
text-align: center;
    width: 950px;
    margin: 0 auto;
	padding-top:56px;
}
.banner_up h2{
	color: #fff;
    font: normal 56px/58px 'Mark-Bold';
	margin-bottom:4px;
}
.banner_up .spantitle{
	color:#ffcc60;
}
.banner_up p{
	color: #fff;
    font: normal 22px/24px 'Mark-Semibold';
	margin-bottom:22px;
	margin-top:16px;
}
.banner_button{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:454px;
	margin:0 auto;
}
.banner_about, .banner_subscribe{
	flex-basis:220px;
}
.banner_about a{
	background: #fff !important;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0 30px 0;
    color: #fff;
    line-height: 1;
    border: 0;
    /* display: block; */
    transition: .1s;
    background-size: 100% 100%!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #164db3 !important;
    font: normal 18px 'Mark-Semibold' !important;
    letter-spacing: 0;
    height: 46px;
    /* word-spacing: 0 !important; */
    line-height: 48px !important;
    word-spacing: initial !important;
	display:block;
	position:relative;
}
.banner_about a:hover{
    background:#001f58 !important;
color:#fff !important;
-webkit-transition: all 0.1s linear !important;
-moz-transition: all 0.1s linear !important;
transition: all 0.1s linear !important;
}

.banner_subscribe a{
	background:hsla(0,0%,100%,.1) !important;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0 30px 0;
    color: #fff;
    line-height: 1;
    border: 0;
    /* display: block; */
    transition: .1s;
    background-size: 100% 100%!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    font: normal 18px 'Mark-Semibold' !important;
    letter-spacing: 0;
    height: 46px;
    /* word-spacing: 0 !important; */
    line-height: 48px !important;
    word-spacing: initial !important;
    display: block;
	position:relative;
}
.banner_subscribe a:hover{
background: #fff !important;
color: #164db3 !important;
-webkit-transition: all 0.1s linear !important;
-moz-transition: all 0.1s linear !important;
transition: all 0.1s linear !important;
}

.banner_about a:before {
    content: "";
    background: url(images/about-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 22px !important;
    height: 22px !important;
    position: relative !important;
    top: 3px !important;
    left: 0;
    display: inline-block;
    margin-right: 3px;
}
.banner_subscribe a:before {
    content: "";
    background: url(images/subscribe-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 22px !important;
    height: 22px !important;
    position: relative !important;
    top: 3px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.banner_down{
flex-basis: 268px;
}

.banner_down_one {
        background: #fff;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    padding: 18px;
    box-shadow: 0 8px 13px rgb(70 74 85 / 8%);
}

.banner_down_one img {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
    margin-top: -66px;
    background: #fff;
    padding: 16px 6px 0 6px;
    border-radius: 50% 50% 0 0;
}
.banner_down_one h2 {
    color: #131415;
    font: normal 24px 'Mark-Bold' !important;
    margin-bottom: 12px;
}
.banner_down_one span{
color: #fff;
    font: normal 14px 'Mark-Bold' !important;
    background: #3076f8;
    padding: 7px 16px;
    border-radius: 8px;
    position: relative;
}
.banner_down .banner_down_one:nth-child(2) span{
	background:#24bc94;
}

.banner_down .banner_down_one:nth-child(3) span{
	background:#ec6046;
}

.banner_down .banner_down_one:nth-child(4) span{
	background:#00308b;
}
.banner_down_one span:after{
	content: "";
    background: url(images/arrow.svg) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 10px !important;
    height: 10px !important;
    position: relative !important;
    top: 1px !important;
    left: 0;
    display: inline-block;
    margin-left: 5px;
}

#Profile_box{
width: 100%;
margin: 0 auto;
}
.Profile_main {
    width: 1140px;
    margin: -76px auto 0;
    background: #fff;
    border-radius: 8px;
    padding: 12px 30px 20px 30px;
    border: 1px solid #ebebeb;
    position:
    relative;
    box-shadow: 0 8px 13px rgb(70 74 85 / 8%);
}
.Profile_main:after{content: "";background: #eceef2;height: 24px;position: absolute;width: 1080px;left: 50%;transform: translateX(-50%);bottom: -25px;border-radius: 0 0 10px 10px;}
.Profile_main h2 {
    color: #131415;
    font: normal 24px/26px 'Mark-Bold';
    margin-bottom: 26px;
    position: relative;
    width: fit-content;
}
.Profile_main h2:before{
content: "";
    background: url(images/profile-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 45px !important;
    height: 43px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}


.Profile_main ul{
display:flex;
flex-wrap:wrap;justify-content: space-between;}
.Profile_main ul li {
    flex-basis: 7.2%;
    margin-right: 0;
}
.Profile_main ul li a {
    color: #131415;
    font: normal 18px 'Mark-Semibold';
    background: #eceef2;
    padding: 7px 2px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 3px solid #fff;
}
.Profile_main ul li a:hover{
    background: #ffcc60 !important;
-webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.banner_down_one ul{
padding:0;
margin:0;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
text-align:left !important;
}
.banner_down_one ul li {
    flex-basis: 48%;
    color: #131415;
    font: normal 14.2px 'Mark-Medium';
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.banner_down_one ul li a {
    color: #131415;
}
.banner_down_one ul li a:hover{
text-decoration:underline !important;
}
.banner_down_one ul li:before {
    content: "";
    background: url(images/arrow-light.svg) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 11px !important;
    height: 11px !important;
    position: absolute !important;
    top: 3px !important;

    left: 0;
    display: inline-block;
    margin-left: 5px;
}
.banner_main .banner_down:nth-child(2) .banner_down_one ul li:before{
	content: "";
	background: url(images/arrow-green.svg) no-repeat 0 0 !important;
	background-size: 100% 100% !important;
    width: 11px !important;
    height: 11px !important;
    position: absolute !important;
    top: 3px !important;
    left: 0;
    display: inline-block;
    margin-left: 5px;
}
.banner_main .banner_down:nth-child(3) .banner_down_one ul li:before{
	content: "";
	background: url(images/arrow-red.svg) no-repeat 0 0 !important;
	background-size: 100% 100% !important;
    width: 11px !important;
    height: 11px !important;
    position: absolute !important;
    top: 3px !important;
    left: 0;
    display: inline-block;
    margin-left: 5px;
}
.banner_main .banner_down:nth-child(4) .banner_down_one ul li:before{
	content: "";
	background: url(images/arrow-blue.svg) no-repeat 0 0 !important;
	background-size: 100% 100% !important;
    width: 11px !important;
    height: 11px !important;
    position: absolute !important;
    top: 3px !important;
    left: 0;
    display: inline-block;
    margin-left: 5px;
}

#side_box{padding-top: 0;
padding-bottom:46px;}
.side_main{
	width:1140px;
	margin:0 auto;
	}
.wppsac-wrap{
	width:520px;
	float:left;
	position:relative;
	}
.side_right{
	width:576px;
	float:right;
	position:relative;
	margin-top: -76px;
	}
	
.side_right h2{
	color: #131415;
    font: normal 24px/26px 'Mark-Bold';
    margin-bottom: 20px;
    position: relative;
}
.side_right h2:before{
content: "";
    background: url(images/food-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 45px !important;
    height: 43px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;		
	
}
.side_left h2{
	color: #131415;
	font: normal 24px/26px 'Mark-Bold';
	margin-bottom: 25px;
	position: relative;
}
.side_left h2:before{
content: "";
    background: url(images/recent-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 45px !important;
    height: 43px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;	
}

.side_right p {
    color:#303132;
    font: normal 16px/26px 'Mark-Medium';
    margin-bottom: 18px;
}
.side_left_main{
	background: #dae7fd;
	padding: 36px 26px 26px;
	border-radius: 20px;
}
.side_left_one {
    padding: 26px 20px;
    /* box-shadow: 0 0 100px 0 rgb(0 0 0 / 8%); */
    background: #fff;
    margin-bottom: 0;
    border-radius: 8px;
    overflow: visible;
    border: 1px solid #efefef;
}
.side_left_one img{
	width:32%;
	float:left;
	margin-right:26px;
}
.side_left_one h3{
	color: rgba(0,0,0,.9);
	font: normal 18px/20px 'Mark-Bold';
	margin-bottom: 8px;
}
.side_left_one p{
	color: rgba(0,0,0,.9);
	font: normal 16px/22px 'Mark-Regular';
}

.side_right ul{
padding:0;
margin:0;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
text-align:left !important;
}
.side_right ul li {
    flex-basis: 22%;
    color: #131415;
    font: normal 16px 'Mark-Medium';
    margin-bottom: 18px;
    position: relative;
    text-align:
    center;
}
.side_right ul li a {
    color: #131415;
}
.side_right ul li a:hover span{
color: #ec6046 !important;
-webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.side_right ul li img{
	margin-bottom:6px;
	height:66px;
	width:auto;
	max-width:100%;
}
.side_right ul li span {
    color: #131415;
    font: normal 16px 'Mark-Medium';
    display: block;
}
.side_button{
	clear:both;
}
.side_button a {
 text-align: center;
    cursor: pointer;
    position: relative;
    padding: 1px 0 0 0;
    line-height: 1;
    border: 0;
    transition: .1s;
    background-size: 98% 100%!important;
    -ms-user-select: none;
    user-select: none;
    color: #ec6046 !important;
    font: normal 14px 'Mark-Medium' !important;
    letter-spacing: 0;
    word-spacing: initial !important;
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    padding: 0 0 0;
    border: none;
    background: none;
    border-radius: 0;
    border-bottom: 2px solid #ec6046;
}
.side_button a:hover{
border-bottom: 2px solid #131415;
-webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.side_button a:after {
    content: "";
    background: url(images/red-angle.svg) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 10px !important;
    height: 10px !important;
    position: relative !important;
    top: 0px !important;
    right: 0;
    display: inline-block;
    margin-left: 1px;
}

.list_table{
width:100%;padding-top: 60px;}
.list_main{width: 1060px;
margin:0 auto;}
.list_main h2{color: #131415;font: normal 24px/26px 'Mark-Bold';margin-bottom: 30px;position: relative;padding-bottom: 0;}
.list_main h2:before{
	content: "";
    background: url(images/popular-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 45px !important;
    height: 43px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}

.high_main {
    max-width: 100% !important;
    padding: 0 !important;
    clear: both;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-transform: translateY(-200px);
    /* -webkit-transform: translateY(-200px); */
    /* transform: translateY(-286px); */
    position: relative;
 }
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.high_one {
    /* background: #fff; */
    /* border: 1px solid #efefef; */
    border-radius: 0.6rem;
    /* padding:12px; */
    flex-basis: 24%;
    text-align: center;
    position:
    relative;
    padding-bottom: 62px;
}
.high_one img {
    max-width: 100%;
    width: auto;
    height: 180px;
    margin-bottom: 16px;
	display:inherit !important;
}
.high_one h3 {
    color: #131415;
    font: normal 18px/22px 'Mark-Semibold';
    margin-bottom: 8px;
    position:
    relative;
}
.one:hover:before, .two:hover:before, .three:hover:before, .four:hover:before, .five:hover:before, .six:hover:before, .seven:hover:before, .eight:hover:before, .nine:hover:before, .ten:hover:before{
border: 2px solid #cf523a !important;
background: #ec6046 !important;
color:#fff !important;
-webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}

.list_main .one:before, .list_main .two:before, .list_main .three:before, .list_main .four:before, .list_main .five:before, .list_main .six:before, .list_main .seven:before, .list_main .eight:before, .list_main .nine:before, .list_main .ten:before {
    content: "1";
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    font: 400 18px/32px 'Mark-Bold' !important;
    color: #ec6046;
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
    width: 32px;
    height: 32px;
    text-align: center;
    /* background: #dae7fd; */
    border-radius: 50%;
    border: 2px solid #131415;
}
.list_main .high_one:after{
	content:
	"";
	background: #131415;
	position: absolute;
	bottom: -6px;
	height: 26px;
	width: 2px;
}

.list_main .two:before{
content: "2" !important;
}
.list_main .three:before{
content: "3" !important;
}
.list_main .four:before{
content: "4" !important;
}
.list_main .five:before{
content: "5" !important;
}
.list_main .six:before{
content: "6" !important;
}
.list_main .seven:before{
content: "7" !important;
}
.list_main .eight:before{
content: "8" !important;
}
.list_main .nine:before{
content: "9" !important;
}
.list_main .ten:before{
content: "10" !important;
}


/* Slider */
#slider_part .slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
	position:relative;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

     

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
      margin: 0 0;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
	
	.highlight .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #fff !important;
    left: 13%;
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 16%);
    padding: 18px;
    border-radius: 50%;
    z-index: 10;
}

.highlight .slick-prev:before {
    content: "\f104" !important;
    color:#2b3e51 !important;
    font-family: 'FontAwesome' !important;
    font-size: 34px;
    position: absolute !important;
    text-align: center !important;
    margin: 0 -10px -10px -8px;
}

.highlight .slick-next:before {
    content: "\f105" !important;
    color: #002169 !important;
    font-family: 'FontAwesome' !important;
    font-size: 36px;
    position: absolute !important;
    text-align: center !important;
    margin: 0 -10px -10px -4px;
}
.highlight .slick-dots{
	display:none !important;
}
.highlight .slick-next:before {
    content: "\f061";
    color:#2b3e51 !important;
    font-family: 'FontAwesome' !important;
    font-size: 36px;
    position: absolute !important;
    text-align: center !important;
    margin: 0 -10px -10px -4px;
}

.highlight .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #fff !important;
    right: 13%;
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 16%);
    padding: 18px;
    border-radius: 50%;
    z-index: 10;
}
.highlight .slick-list{
	padding:0 !important;
}
.list_table .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #24bc94 !important;
    left: -34px;
    padding: 18px;
    border-radius: 4px;
    z-index: 10;
    border: 2px solid #24bc94;
}
.list_table .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #24bc94 !important;
    right: -34px;
    padding: 18px;
    z-index: 10;
    border-radius: 4px;
    border: 2px solid #24bc94;
}
.list_table .slick-prev:before {
    content: "";
    background: url(images/arrow-white.svg) no-repeat 0 0 !important;
    width: 16px;
    height: 16px;
    font-family: 'FontAwesome' !important;
    position: absolute !important;
    background-size: 100% 100%;
    margin: -8px;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.list_table .slick-next:before{
content: "";
background: url(images/arrow-white.svg) no-repeat 0 0 !important;
    width: 16px;
    height: 16px;
    font-family: 'FontAwesome' !important;
    position: absolute !important;
    background-size: 100% 100%;
    margin: -8px;
}
.list_table .slick-dots{
	display:none !important;
}




.side_left .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 58%;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #fff !important;
    left: 13px;
    padding: 14px;
    border-radius: 4px;
    z-index: 10;
    border: 1px solid #131415;
	display:none !important;
}
.side_left .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 58%;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #fff !important;
    right: 13px;
    padding: 14px;
    border-radius: 4px;
    z-index: 10;
    border: 1px solid #131415;
	display:none !important;
}
.side_left .slick-prev:before {
    content: "";
    background: url(images/arrow-black.svg) no-repeat 0 0 !important;
    width: 16px;
    height: 16px;
    font-family: 'FontAwesome' !important;
    position: absolute !important;
    background-size: 100% 100%;
    margin: -8px 0 0 -7px;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.side_left .slick-next:before{content: "";background: url(images/arrow-black.svg) no-repeat 0 0 !important;width: 16px;height: 16px;font-family: 'FontAwesome' !important;position: absolute !important;background-size: 96% 96%;margin: -8px 0 0 -7px;}
/*.side_left .slick-dots{
	display:none !important;
}*/
#size_table{
	width: 1140px;
	margin: 0 auto 0;
	background: #fff;
	padding: 16px 0 30px 0;
	border-top: 2px solid #131415;
	position:
	relative;
	/* box-shadow: 0 8px 13px rgb(70 74 85 / 8%); */
	}
#size_table:after{/* content: ""; */background: #dae7fd;height: 24px;position: absolute;width: 1080px;left: 50%;transform: translateX(-50%);bottom: -25px;border-radius: 0 0 10px 10px;}
.size_main{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
#size_table h2 {
    color: #131415;

    font: normal 24px/26px 'Mark-Bold';
    margin-bottom: 26px;
    position: relative;
}
#size_table h2:before{
content: "";
    background: url(images/size-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 45px !important;
    height: 43px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;	
}
.size_one{
width: 31.5%;
}
.size_one img{width: 100%;height: auto;border-radius: 8px;}


.footer {
    width: 100%;
    position:
    relative;
	background:#00318c;
	clear:both;
}
.footer_up {
    background: #fff;
    border-bottom: 1px solid #f1efef;
}
.footer_down {
    background: #314259;
    background: -moz-linear-gradient(top, rgba(92, 104, 112, 1) 0%, rgba(40, 37, 39, 1) 100%);
}
.footer_main {
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0 25px 0;
}
.footer_one {
    width: 20%;
    float: left;
    margin: 0 32px 0 0;
}
.foot_one {
    width: 14%;
    float: left;
    margin: 0 32px 0 0;
}
.footer_one img {
    margin: 0 0 12px 0;
}
.footer_one p {
    color: #fff;
    font-size: 12px;
    font-family: "Fira-Regular";
    line-height: 20px;
}
.footer_one p a {
    color: #fff;
}
.footer_one p a:hover {
    color: #f49233;
}
.footer_one ul {
    padding: 0;
    margin: 0;
}
.footer_one ul li {
    color: #404040;
    font: normal 12px "Fira-Regular";
    letter-spacing: 1px;
    padding: 0 0 8px 0;
}
.footer_one ul li a {
    color: #fff;
}
.footer_one ul li a:hover {
    text-decoration: underline;
}
.footer_one h3 {
    color: #fff;
    font: normal 13px "Fira-Semibold";
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
.footer_one .fa {
    width: 13px;
    height: 13px;
    position: relative;
    border-radius: 12px;
    background-color: #fff;
    margin-right: 7px;
    margin-bottom: 4px;
    color: #444;
    border-radius: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 13px;
    padding: 4px;
}
.footer_one .fa:hover .fa {
    color: #f49233 !important;
}
.footer_main .footer_one:nth-child(1) {
    width: 28% !important;
}
.footer_main .footer_one:nth-child(2) {
    width: 14% !important;
}
.footer_main .footer_one:nth-child(3) {
    width: 36% !important;
    margin-right: 0;
}

.footer_new_main {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 2px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position:
    relative;
}

.footer_new_left {
    flex-basis: 31%;
    text-align: left;
}
.footer_new_mid {
    flex-basis: 31%;
    text-align: center;
}
.footer_new_right {
    flex-basis: 31%;
    text-align: right;
}

.footer_new_left ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer_new_left ul li {
    color: #fff;
    font: normal 14px/15px "Mark-Semibold";
    display: inline-block;
}
.footer_new_left ul li a{
	margin: 0 2px 0 4px;
    opacity: 1 !important;
}
.footer_new_left ul li img{
	width: auto;
    height: 16px;
    margin-top: 2px;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
}
.footer_new_mid p {
    color: #fff;
    font: normal 13px/26px "Mark-Regular";
}
.footer_new_mid p span {
    color: #ffffff;
    font: normal 13px "Mark-Semibold";
}

.footer_new_right ul{
padding:0;
margin:0;
}
.footer_new_right ul li {
    color: #fff;
    font: normal 13px/13px "Mark-Regular";
    padding-right: 5px;
    margin-right: 3px;
    border-right: 1px solid #ffffff;
    display: inline-block;
}
.footer_new_right ul li:last-child{
	padding-right: 0 !important;
    margin-right: 0 !important;
    border-right:none !important;
}
.footer_new_right ul li a{
	color: #fff;
	}
.footer_new_right ul li a:hover{
color: #ffcc60;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}

.main_body {
    width: 100%;
    padding: 46px 0 16px 0;
    position: relative;
}
#content_part{
position:relative;
overflow:hidden;
}

.body_main{width: 1000px;margin: 0 auto;border-radius: 10px 10px 0 0;position: relative;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;/* box-shadow: 0 8px 13px rgb(70 74 85 / 8%); *//* border: 1px solid #ebebeb; */background: #fff;padding: 0 0 0 0;}
.body_main p{
color: #303132;
font: normal 18px/34px 'Mark-Regular';
margin:8px 0 0 0;
}
.bred_box {
    margin-bottom:26px;
    /* display:
    flex; */
    justify-content:
    space-between;
    /* background: #fff; */
    /* box-shadow: 0 8px 13px rgb(70 74 85 / 8%); */
    border-bottom: 3px solid #00318c;
    padding-bottom: 40px;
}
.body_head {width: 100%;float: none;margin-top:0;}
.body_head h1 {color: #00318c;font: normal 34px/36px 'Mark-Bold';}

.bred_crum {
flex-basis:100%;overflow: hidden;color: #131415;font: normal 14px 'Mark-Medium';width: 52%;float: left;padding: 0 0 0 0;}
#breadcrumbs{
color: #131415 !important;font: normal 14px 'Mark-Medium' !important;
}
.bred_crum a {
    color:#3076f8;
    padding: 0 0 0 0;
	font: normal 14px 'Mark-Medium';
}
.bred_crum span img {
    background-size: 100% 100%;
    width: 13px !important;
    height: 13px;
    padding: 3px 0 0;
    display: inline;
    margin: 0 1px 0 1px;
}
.bred_crum a:hover{
	color:#ec6046 !important;
	border-bottom: 1px solid #ec6046 !important;
-moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.net_box{width: 47%;/* text-align:center; */color: #00318c;font: normal 13px 'Mark-Medium';
float:right;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: -12px;}
.net_box a {
    color: #3076f8;
    position: relative;
}
.net_box a:hover {
    color: #ec6046;
    /* border-bottom: 1px solid #ec6046; */
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.net_box a:after {
    content: ',';
color:#303132;
    font: normal 15px 'Mark-Medium';
    margin-left: 2px;
    display: none;
}


.text_part p{color: #303132;font: normal 18px/30px 'Mark-Regular';margin-bottom: 18px;}
.text_part p strong{color: #303132;font: normal 18px 'Mark-Semibold';}
.text_part h2 {
    color: #131415;
    font: normal 24px/28px 'Mark-Bold';
    margin-bottom: 18px;
    position:
    relative;
    width: fit-content;
    padding: 0 0;
	/*overflow:hidden;*/
}
.text_part h2 a{
color: #3076f8 !important;
}
.text_part h2:after{
content:"";
background:url(images/border-pattern.svg) no-repeat;height: 4px;width: 100%;display: block;margin-top: 4px;}

.text_part h3 {
    color: #131415;
    font: normal 20px/24px 'Mark-Bold';
	margin-bottom: 18px;
}

.text_part h4 {
    color: #131415;
    font: normal 16px/20px 'Mark-Bold';
	margin-bottom: 18px;
}

.text_part h5 {
    color: #131415;
    font: normal 15px/19px 'Mark-Bold';
	margin-bottom: 18px;
}
.text_part p a{
color: #3076f8;
}
.text_part p a:hover{
color: #ec6046 !important;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.info_table{
margin-bottom:18px;
overflow:hidden;
}
.info_left{
width: 58%;
    float: left;
}
.info_left h2, .info_right h2{
position:relative;margin-bottom: 14px;color: #131415;font: normal 19px/21px 'Mark-Bold';}
.info_left h2:before{
content: "";
    background: url(images/gallery-icon.png) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    top: 5px !important;
    left: 0;
    display: inline-block;
    margin-right: 8px;
}
.info_right{
width: 36%;
    float: right;
    margin-left: 12px;
    margin-bottom: 12px;
background: #dae7fd;
    border-radius: 10px;
    padding: 16px;
}

.info_gallery{
	display:flex;
	flex-wrap:wrap;
	
}
.gallery_one{
padding: 8px;
    background: #fff;
    margin-bottom: 0;
    border-radius: 8px;
    overflow: visible;
    flex-basis: 22%;
    margin-bottom: 12px;
    margin-right: 3%;
    text-align: center;
    box-shadow: 0 0 34px rgb(70 74 85 / 8%);
    border: 1px solid #f1f1f1;
}
.gallery_one img{
width:100%;
height:auto;
margin-bottom:10px;
}
.gallery_one figcaption{
color: #303132;
font: normal 12px/14px 'Mark-Regular';
}
.info_data{
    /* background: #fff; */
    padding-left: 7px;
    border-radius: 6px;
    /* overflow:
    hidden; */
    }
.info_data_left{
width:47%;
float:left;
}
.info_data_right{
width:47%;
float:right;
}

.care {
    background: #f2f2f2;
    /* border: 1px solid #dae7fd; */
    border-radius: 10px;
    padding: 26px;
    position: relative;
    margin-bottom: 46px;
    width: 100%;
	clear:both;
    }
.care:after {
    content: "";
    background: #e3e3e3;
    height: 24px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    border-radius: 0 0 10px 10px;
}

.care h2{
color: #131415;
font: normal 26px/28px 'Mark-Bold';
}
.care h2:after{
display:none;
}
.care_one h3 {
    color: #131415;
    font: normal 20px/22px 'Mark-Bold';
    margin-bottom: 12px;
	position:relative;
}
.care_one p{
margin-bottom:12px !important;
}
.care_main .exercise h3:before {
    content: "";
    background: url(images/exercise-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 28px !important;
    height: 28px !important;
    position: relative !important;
    top: 7px !important;
    left: 0;
    display: inline-block;
    margin-right: 8px;
}
.care_main .feeding h3:before {
    content: "";
    background: url(images/feeding-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 32px !important;
    height: 32px !important;
    position: relative !important;
    top: 7px !important;
    left: 0;
    display: inline-block;
    margin-right: 8px;
}
.care_main .attention h3:before {
    content: "";
    background: url(images/attention-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 32px !important;
    height: 32px !important;
    position: relative !important;
    top: 7px !important;
    left: 0;
    display: inline-block;
    margin-right: 8px;
}
.care_main .grooming h3:before {
    content: "";
    background: url(images/grooming-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 32px !important;
    height: 32px !important;
    position: relative !important;
    top: 9px !important;
    left: 0;
    display: inline-block;
    margin-right: 8px;
}
.care_main .health h3:before {
    content: "";
    background: url(images/health-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 32px !important;
    height: 30px !important;
    position: relative !important;
    top: 5px !important;
    left: 0;
    display: inline-block;
    margin-right: 8px;
}

.similar_table h3 {
    color: #131415;
    font: normal 17px/22px 'Mark-Semibold';
    margin-bottom: 16px;
    position:
    relative;
    text-align: center;
	padding-bottom: 12px !important;
}

.similar_table h3:before {
    content: "";
    background: url(images/similar-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 24px !important;
    height: 24px !important;
    position: relative !important;
    top: 8px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.similar_main{
display:flex;
flex-wrap:wrap;justify-content: space-between;}
.similar_one{padding: 12px;background: #e1f0ff;margin-bottom: 13px;border-radius: 8px;overflow: visible;flex-basis: 100%;/* text-align: center; */ position:relative;border-bottom: 1px solid #d2e3ff;}

.similar_one img{width: 28%;
height:auto;margin: 0 12px 0 0;float: left;}
.similar_one p {
    color: #00319b;
    font: normal 14px/18px 'Mark-Medium';
    margin: 0 !important;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.similar_table {
    /* background: #dae7fd; */
    border-radius: 8px;
    padding: 0;
    position: relative;
    float: right;
    width: 40%;
    margin-left: 26px;
    margin-bottom: 18px;
    border: 1px solid #e8e8e8;
    padding: 16px;
    position: relative;
    clear: both;
    margin-top: 22px;
    margin-bottom: 46px;
}
.similar_table:after{content: "";background: #eceef2;height: 16px;position: absolute;width: 92%;left: 50%;transform: translateX(-50%);bottom: -16px;border-radius: 0 0 10px 10px;}


.info_data ul li{
margin-bottom:10px;
}
.toc h2{/* background: #00318c; */color: #00319b;font: normal 18px/22px 'Mark-Semibold';margin: 0 0 16px 0 !important;padding: 0 7px;/* border-radius: 10px 10px 0 0; */display: block; position:relative;text-align: center !important;width: auto !important;}
.toc h2:before{content: "";background: url(images/info-icon.webp) no-repeat 0 0 !important;background-size: 100% 100% !important;width: 23px !important;height: 23px !important;position: relative !important;top: 7px !important;left: 0;display: inline-block;margin-right: 4px;}
.toc h2:after{
display:none;
}



.text_part .schema-faq{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 26px !important;
	margin-top: 28px !important;
}
.text_part .schema-faq-section {
    flex-basis: 100% !important;
    margin-bottom: 19px;
    position: relative;
    box-shadow: 0 0 34px rgb(70 74 85 / 5%);
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.text_part .schema-faq-section p{
	margin-bottom:0 !important;
}
.text_part .schema-faq-section .schema-faq-question{
	color: #303132 !important;
	padding: 16px;
	border: none;
	cursor: pointer;
	width: 100% !important;
	display: block;
	text-align: left !important;
	background: none !important;
	font: normal 18px/24px 'Mark-Medium';
	position:relative;
}
.text_part .schema-faq-section .schema-faq-question a{
color: #3076f8 !important;
}
.text_part .schema-faq-section .schema-faq-question a:hover{
color: #ec6046 !important;
    border-bottom: 1px solid #ec6046 !important;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.text_part .schema-faq-section .schema-faq-question:after {
    content: "";
    background: url(images/faq-plus.svg) no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    position: absolute;
    display: block;
    right: 16px;
    top: 50%;
    transform: translateY(-66%);
    margin: 0;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.text_part .schema-faq-section .is-open:after {
content: "";
    background: url(images/faq-minus.svg) no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    position: absolute;
    display: block;
    right: 16px;
    top: 50%;
    transform: translateY(-66%);
    margin: 0;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.text_part .schema-faq-section .schema-faq-answer {
    color: #333 !important;
    margin: 6px 0 0 0 !important;
    font: normal 18px/28px 'Mark-Regular' !important;
	padding: 0 16px 16px 16px;
    display:none;
}



.wp-block-gallery {
    width: 58%;
    float: left;
    padding: 0 0 0 0;
    clear: none !important;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px !important;
	position: relative;
    z-index: 1 !important;
}
.toc {
    width: 40% !important;
    float: right;
    margin-left: 10px;
    margin-bottom: 30px;
    border: #dae7fd 1px solid;
    padding: 16px;
    border-radius: 10px;
    position: relative;
}
.toc:after {
    content: "";
    background: #dae7fd;
    height: 16px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    border-radius: 0 0 10px 10px;
}

.wp-block-gallery .wp-block-image {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    flex-basis: 30% !important;
    width: 30% !important;
    margin-right: 13px !important;
    flex-grow: inherit !important;
    display: block !important;
    /* box-shadow: 0 0 34px rgb(70 74 85 / 8%); */
    border: 1px solid #dae7fd;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
}
.wp-block-gallery .wp-block-image a{
width: auto !important;
    flex: auto !important;
    height: 126px !important;
    -o-object-fit: cover;
    object-fit: inherit !important;
}
.wp-block-gallery .wp-block-image img {
   height: 126px !important;
   width: 100% !important;
   max-width: 100% !important;
   margin-bottom: 0;
}
.wp-block-gallery .wp-block-gallery.has-nested-images figure.wp-block-image img{
height: 126px !important;
   width: 100% !important;
   max-width: 100% !important;
   margin-bottom: 0;
}
.wp-block-gallery figcaption{
background:none !important;
position:relative !important;
}
.is-cropped figcaption{
color:#303132 !important;
font: normal 12px/14px "Mark-Regular" !important;}

.text_part .aligncenter{clear:both;margin:10px auto 18px;max-width:100%;height:auto; text-align:center; display:block;}
.text_part .alignright{float:right !important; margin-top:10px;margin-left:22px !important;margin-bottom:18px !important;max-width:100% !important;height:auto !important;}
.text_part .alignleft {
    float: left !important;
    margin: 10px 22px 18px 0 !important;
    max-width: 100% !important;
	    height: auto !important;
    overflow: hidden;
    }
	
figcaption, .wp-caption-text {
    text-align: center !important;
    padding: 6px 0 6px !important;
    color:#303132 !important;
    font: normal 12px/14px 'Mark-Regular' !important;
    margin: 0 !important;
}

.date_info p{
margin-right:2px;
}
.author_info{border-right: none;padding: 3px 5px 5px;margin-right: 0;/* background: #edf6ff; */display: block;flex-basis: 42%;border-radius: 10px;border: 2px solid #00318c;/* border-bottom: none; */text-align: center; position:relative;}

.author_info:after{content: "";background: #bfd6ff;height: 2px;position: absolute;width: 95%;left: 50%;transform: translateX(-50%);bottom: -4px;border-radius: 0 0 10px 10px;}
.author_info:before{content: "";background: #00318c;position: absolute;bottom: -20px;height: 17px;width: 3px;left: 50%;transform: translateX(-50%);}
.info_data p{
color: #314259;
font:normal 14px "Gilroy-Medium";
}
.info_data a{color: #314259;
font:normal 14px "Gilroy-Medium";text-decoration:underline;display: flex;flex-wrap: wrap;
position:relative;
}
.info_data a:hover{
text-decoration:none !important;
}
.author_info img{width: 26px;height: 26px;border-radius: 50%;margin: 0 3px -8px;}

.author_info .typeTool{display:none;
position:absolute;}
.author_info:hover .typeTool {
    display: block !important;
    position: absolute;
    background: #dae7fd !important;
    border-radius: 8px;
    padding: 8px;
    color: #fdfdfd;
    font: normal 12px/13px 'Poppins-Medium';
    z-index: 9;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
    margin-top: 46px;
    width: 300px;
    box-shadow: 0 8px 13px rgb(70 74 85 / 8%);
    border: 2px solid #c7dcff;
}
.author_info:hover .typeTool:before {
    content: "";
    border-color: #00318c transparent transparent;
    border-bottom: 1px solid #dee7f6;
    border-style: solid;
    border-width: 14px 10px 0 7px;
    position: absolute;
    top: 0;
    left: 19%;
    margin-top: -11px;
    transform: rotate(56deg);
}
.author_info .typeTool p {
 color:#303132 !important;
 font: normal 14px/20px "Mark-Regular" !important;
 background: #fff;
 padding: 8px;
 border-radius: 6px;
}
.date_info{flex-basis: 54%;/* background: #edf6ff; */border-radius: 8px;padding: 7px 5px 6px;text-align: center;border: 2px solid #00318c; position:relative;}
.date_info:after {
    content: "";
    background: #bfd6ff;
    height: 2px;
    position: absolute;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    border-radius: 0 0 10px 10px;
}

.date_info:before {
    content: "";
    background: #00318c;
    position: absolute;
    bottom: -20px;
    height: 17px;
    width: 3px;
    left: 50%;
    transform: translateX(-50%);
}

.text_part{
clear:both;
padding-top:22px;
}
.full{
width:100%;
}


.comment_table{width: 100%;margin: 26px 0 56px 0;/* background: #ebecec; */padding: 36px;border-radius: 20px;box-sizing: border-box;background: #dae7fd;position:relative;}
.comment_table:after{content: "";background: #c2d9ff;height: 24px;position: absolute;width: 94%;left: 50%;transform: translateX(-50%);bottom: -24px;border-radius: 0 0 10px 10px;}
.comment_table h3 {
 color: #131415 !important;
 font: normal 24px/28px 'Mark-Bold';
 margin-bottom: 24px;
 position: relative;
 padding-left: 38px;
}
.comment_table h3:before{
	content: "";
    width: 31px;
    height: 31px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/comment-icon.webp);
    position: absolute;
    top: -2px;
    left: 0;
}


#comments{
width:100%;
}
.comment-form-author {
float: left;
    width: 32%;
    }
.comment-form-email {
    float: left;
    width: 32%;
    margin-left: 19px !important;
}
.comment-form-url{
	float: right;
	width: 32%;
margin-top: 12px !important;
}
.comment-form-comment {
    float: none;
    width: 100%;
}
.comment-notes{
display:none;
}
#author {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 14px;
  line-height: 1.428571429;
  padding: 10px;
  margin: 0 0 0 0;
  color: #303132 !important;
  font: normal 17px 'Circular-Regular';
  background: #fff;
  border: 2px solid #ffffff;
  border-radius: 10px;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #comments #submit:focus{
outline:none !important;
}
#email {
 display: block;
 width: 100%;
 height: 48px;
 padding: 6px 14px;
 line-height: 1.428571429;
 padding: 10px;
 margin: 0 0 0 0;
 color: #303132 !important;
 font: normal 16px 'Mark-Regular';
 background: #fff;
 border: 2px solid #ffffff;
 border-radius: 10px;
 }
#url{display: block;width: 100%;height: 48px;padding: 6px 14px;line-height: 1.428571429;padding: 10px;margin: 0 0 0 0;color: #303132 !important;font: normal 16px 'Mark-Regular';background: #fff;border: 2px solid #ffffff;border-radius: 10px;}
#comment {
    display: block;
    width: 100%;
    height: 140px;
    padding: 6px 12px;
    line-height: 1.428571429;
    padding: 14px;
    margin: 0 0 16px 0;
    color: #303132 !important;
    font: normal 16px 'Mark-Regular';
    background: #fff;
    border: none;
    border-radius: 10px;
    }
.comment-form label {
    color: #303132;
    font: normal 18px/30px 'Mark-Medium';
    margin-bottom: 10px;
    display: block;
}
.required {
    color: #ec6046;
    font: normal 26px 'Mark-Medium';
}
#comments #submit {
    height: 48px;
    background: #24bc94;
    padding: 0 24px;
    color: #fff;
    font: normal 18px/50px 'Mark-Semibold';
    border: none;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: .95px;
    cursor: pointer;
    margin: 18px 0 0 0;
}
#comments #submit:hover{background: #00318c;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;color: #fff;}
.comment_table .form-submit{
clear: both;
text-align: center;
}



.news_box{padding: 0 0 16px 0;background: #00318c !important;margin-top: 46px;}
.news_main{
	width:1000px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.news_left{
	flex-basis: 192px;
}
.news_left img{
	width:100%;
	height:
	auto;
	margin-top: -40px;
}
.news_right{
	flex-basis: 786px;
	padding-top:26px;
}

.news_right h3 {
    color: #fff;
    font: normal 28px/30px 'Mark-Bold';
	margin-bottom:4px;
}
.news_main p {
    color: #fff;
    font: normal 17px/28px 'Mark-Regular';
    position: relative;
}


.news_right .wp-block-tnp-minimal{border-radius: 10px !important;border: none !important;background: #fff !important;height: 52px !important;width: 100% !important;margin: 10px auto 0 !important;padding: 6px 8px !important;box-shadow: 0 -10px 16px 0 rgb(0 0 0 / 4%) !important;border: 1px solid #d7d7d7 !important;}

.news_right .tnp-subscription-minimal input.tnp-email {
    background: none !important;
    width: 100% !important;
    height: 40px !important;
    margin-top: 0 !important;
    padding: 0 10px !important;
    border: none !important;
    color: #303132 !important;
    font: normal 16px 'Mark-Medium' !important;
    unicode-bidi: embed;
    border-right:
    none !important;
    max-width: 78%;
}
.news_right .tnp-submit {
    height: 39px !important;
    background: #ffef99 !important;
    background-color: #ffe037 !important;
    padding: 0 0 !important;
    color: #303132 !important;
    font: normal 17px/42px 'Mark-Semibold' !important;
    border: 1px solid #ffd800 !important;
    cursor: pointer !important;
    width: 146px !important;
    display: block !important;
    text-align: center !important;
    float: right !important;
    margin-top: 0 !important;
    position: relative !important;
    border-radius: 10px !important;
}
.news_right .tnp-submit:hover{background: #00318c !important;border: 1px solid #00318c !important;color: #fff !important;-moz-transition: all 0.2s linear !important;-webkit-transition: all 0.2s linear !important;transition: all 0.2s linear !important;}

.text_part table {
    width: 100%;
    background-color: transparent;
    margin-bottom: 26px;
    margin-top: 0;
    color: #092642;
    font: normal 18px/28px 'Mark-Regular';
        border-collapse: collapse;
		box-sizing:border-box;
		}
		.text_part table p{
		margin:0 !important;
		line-height: 22px;
		}
	.text_part table td strong {
    color:#303132;
font: normal 18px/28px 'Mark-Semibold';
}
.text_part table>thead>tr>th, .text_part table>tbody>tr>th, .text_part table>tfoot>tr>th{
padding: 8px;
color: #092642;
font: normal 22px/26px 'Mark-Semibold';
	text-align: center;
}
.text_part table>tbody>tr, .text_part table>thead>tr, .text_part table>tfoot>tr {
    }

.text_part table>tbody>tr>td,
.text_part table>tfoot>tr>td,
.text_part table>thead>tr>td
 {
    padding: 14px 10px;
    box-sizing: border-box;
    border: 1px solid #dae7fd;
    font: normal 18px/26px 'Mark-Regular';
	}
.toc table tr{/* border-bottom: 1px solid #d2e3ff; */padding-bottom: 3px;margin-bottom: 4px;/* background: #e1f0ff; */display: flex;flex-wrap: wrap;justify-content: space-between;/* padding: 10px 12px; */border-radius: 8px;}
.toc table td strong {color: #00318c !important;font: normal 14px/20px 'Mark-Medium' !important;margin-bottom: 0;}
.toc table td a{
color:#3076f8;
}
.toc table td a strong{
color: #3076f8 !important;
}
.text_part td a strong{
color: #3076f8 !important;
}
.toc table td em, .toc table td i{
font: italic 14px/20px 'Mark-Regular' !important;
}
.toc table td a:hover{
color: #ec6046 !important;
    border-bottom: 1px solid #ec6046 !important;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.toc table td {
    width: auto !important;
    color: #303132 !important;
    font: normal 14px/20px 'Mark-Regular' !important;
    padding: 0 !important;
    border:
    none !important;
    display: block;
    text-align:
    left !important;
    background: #e1f0ff;
    border-bottom: 1px solid #d2e3ff !important;
    flex-basis: 48.5%;
    width: 48.5% !important;
    padding: 7px !important;
    border-radius: 4px !important;
}
.toc table tr td:nth-child(1){
width:35% !important;
flex-basis:35% !important;
}
.toc table tr td:nth-child(2) {
    width: 62.3% !important;
    flex-basis: 62.3% !important;
}
.toc table {
border-collapse: collapse;
    box-sizing: border-box;
	margin-bottom:0 !important;
}
.similar_table .side_left_main {
    padding: 0;
    background: none;
}

.similar_table .side_left{
width:100%;
}

.similar_table .side_left_one {
    padding: 16px;
    /* box-shadow: 0 0 100px 0 rgb(0 0 0 / 8%); */
    background: #fff;
    margin-bottom: 0;
    border-radius: 8px;
    overflow: visible;
    border: none !important;
    background: #f7f7f7;
    border-bottom: 1px solid #eeeeee !important;
    position:
    relative;
    text-align: center;
	box-shadow:none !important;
}
.similar_table .side_left_one img {
    width: 46%;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
}
.similar_table .side_left_one p {
    color:#303132 !important;
    font: normal 14px/18px 'Mark-Medium' !important;
    margin: 0 !important;
    position: relative;
    top: 50%;
}
.slick-dots{
text-align: center;
margin-top: 12px;
}

.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    /* padding: 5px; */
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    background: #00318c;
	border-radius:50%;
    }

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.similar_table .slick-dots{
margin-top:3px;
}

.similar_table .slick-dots li button:before
{
    position: relative;
    display: inline-block;
    width: 7px !important;
    height: 7px !important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}


.top10{
margin-bottom:36px !important;
margin-top:26px !important;
}
.top10 td{
	border: none !important;
    background: #f2f2f2;
    border-bottom: 36px solid #fff !important;
    padding: 18px 4px 0px !important;
    position: relative;
}
.top10 td:after{content: "";background: #e8e8e8;height: 10px;position: absolute;width: 106%;left: 50%;transform: translateX(-56%);bottom: -10px;border-radius: 0 0 10px 10px;}
.top10 tr td:nth-child(2){
border-right: 22px solid #fff !important;
}
.top10 tr td:nth-child(1):after{
display:none !important;
}
.top10 tr td:nth-child(3):after{
display:none !important;
}



.top10 tr td:nth-child(3){
border-left: 1px solid #d2e3ff !important;
}
.top10 td h2 {
    width: auto !important;
    margin-bottom: 0 !important;
    background: #ec6046;
    margin-left: -4px;
    width: 34px !important;
    height: 38px;
    text-align: center;
    border-radius: 0 30px 30px 0;
    padding: 4px 8px 6px 4px;
    border: none;
    color: #fff !important;
    border-left: 1px solid #e8e8e8;
    margin-top: -11px;
}
.top10 td h2 strong{color: #fff;font: normal 18px 'Mark-Bold' !important;}









.list{
margin-bottom:36px !important;
margin-top:26px !important;
border: #dae7fd 1px solid;
border-radius: 10px;
position:relative;
margin-bottom: 56px !important;
}
.list:after {
    content: "";
    background: #dae7fd;
    height: 22px;
    position: absolute;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    border-radius: 0 0 10px 10px;
}
.list td{
padding: 12px 16px 12px !important;
}
.text_part table td h2 {
 width: auto;
    margin-bottom: 0 !important;
    text-align: center;
}
.text_part table td h2:after{
display:none !important;
}
.text_part table td a, .text_part table td p a {
    color: #3076f8 !important;
}
.text_part table td a:hover, .text_part table td p a:hover{
    color: #ec6046 !important;
	border-bottom: 1px solid #ec6046 !important;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.wppsac-wrap .wppsac-post-slider-init, .wppsac-wrap .wppsac-post-slider, .wppsac-wrap .design-1, .wppsac-wrap .slick-initialized, .wppsac-wrap .slick-slider, .wppsac-wrap .slick-dotted{
	background: #dae7fd;
	padding: 30px 26px 40px;
	border-radius: 20px;
}
.wppsac-wrap .wppsac-post-slides, .wppsac-wrap .slick-slide{
	padding: 26px 20px !important;
    /* box-shadow: 0 0 100px 0 rgb(0 0 0 / 8%); */
    background: #fff !important;
    margin-bottom: 0 !important;
    border-radius: 8px !important;
     border: 1px solid #efefef !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-image-bg{
	width: 34%;
    float: left;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.wppsac-wrap .wppsac-post-slides img, .wppsac-wrap .slick-slide img{
	width: 100% !important;
	height:auto !important;
    }
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-image-bg{
	background: none !important;
    height: auto !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left {
    position: relative !important;
    padding: 0 0 0 26px !important;
    background: none !important;
    float: right;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title{
	color: rgba(0,0,0,.9) !important;
    font: normal 18px/20px 'Mark-Bold' !important;
    margin-bottom: 8px !important;
	margin-top:0 !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title a{
	color: rgba(0,0,0,.9) !important;
    font: normal 18px/20px 'Mark-Bold' !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title a:hover{
color: #ec6046 !important;
-webkit-transition: all 0.1s linear !important;
-moz-transition: all 0.1s linear !important;
transition: all 0.1s linear !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-content .wppsac-sub-content{
    color: rgba(0,0,0,.9);
    font: normal 16px/22px 'Mark-Regular';
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-content .wppsac-sub-content a{
	color: #3076f8 !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-content .wppsac-sub-content a:hover{
text-decoration:underline !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .slick-dots {
    left: 50% !important;
    bottom: 16px !important;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wppsac-wrap .wppsac-post-slider .slick-dots li, .wppsac-wrap .wppsac-post-carousel .slick-dots li {
    list-style: none !important;
    display: inline-block !important;
    margin: 0 5px !important;
    padding: 0px !important;
}
.wppsac-wrap .wppsac-post-slider .slick-dots li button, .wppsac-wrap .wppsac-post-carousel .slick-dots li button{
	background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}


div.wpcf7 {
   width: 100%;
    margin: 26px 0 56px 0;
    /* background: #ebecec; */
    padding: 36px 36px 0 36px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
    text-align: left !important;
}
div.wpcf7:after {
    content: "";
    background: #c2d9ff;
    height: 24px;
    position: absolute;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    border-radius: 0 0 10px 10px;
}






div.wpcf7 label{width:100% !important;}

.wpcf7 p {
color: #303132 !important;
    font: normal 18px/30px 'Mark-Medium' !important;
    margin: 0 0 0 0 !important;
    text-align: left !important;
}

.wpcf7-form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    line-height: 1.428571429;
    padding: 10px;
    margin: 14px 0 22px 0;
    color: #303132 !important;
    font: normal 16px 'Mark-Regular' !important;
    background: #fff;
    border:none !important;
	border-radius:10px;
}

.wpcf7-textarea{height:140px !important;}

.wpcf7-submit {
    height: 56px;
    height: 48px;
    background: #24bc94;
    padding: 0 24px;
    color: #fff !important;
    font: normal 20px/50px 'Mark-Semibold' !important;
    border: none;
    border-radius: 10px;
    /* text-transform: uppercase; */
    letter-spacing: .95px;
    cursor: pointer;
    width: 160px;
    display: block;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
    margin-bottom: 16px !important;
}

.wpcf7-submit:hover {
    background: #16113a !important;
    color: #fff !important;
    -moz-transition: all 0.2s linear !important;
    -webkit-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
}

.wpcf7-submit:focus,

.wpcf7-form-control:focus{outline:none;}





.error_main{
width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 36px 0;
}
.error_left {
    flex-basis: 56%;
    padding-top: 0;
}
.error_right {
    flex-basis: 40%;
    text-align: right;
}
.error_right img {
    width: 100%;
    height: auto;
}

.error_head {
    color: #00318c;
    font: normal 46px/50px 'Mark-Bold';
    margin-bottom: 16px;
}
.error_head span {
color: #ffbe34;
}
.error_title {
    color: #303132;
    font: normal 18px/24px 'Mark-Medium';
    margin-bottom: 22px !important;
}

.error_search #searchform {
    border-radius: 30px;
    border: 1px solid #d9d9d9;
    background: #fff;
    height: 54px;
    position: relative;
}
.error_search #searchform:hover {
    border: 1px solid #24bc94 !important;
}
.error_search #s {
    background: none;
    width: 70% !important;
    height: 48px;
    margin-top: 0;
    padding: 6px 22px 0;
    border: none !important;
    border-radius: 10px;
    color: #757575 !important;
    font: normal 18px 'Mark-Regular' !important;
    outline: none !important;
}
.error_search #error_submit {
    height: 52px;
    width: 136px;
    background: #24bc94;
    padding: 0 0;
    color: #fff;
    color: #fff;
    font: normal 19px/54px 'Mark-Semibold';
    float: right;
    background-size: 100%;
    margin: 0 -2px 0 0;
    border: none !important;
    cursor: pointer;
    border-radius: 30px;
}
.error_search #error_submit:hover {
background: #00318c !important;
    color: #fff !important;
    -moz-transition: all 0.2s linear !important;
    -webkit-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
}

.header_mid ul li .sub-menu {
    display:none;
    position: absolute;
    z-index: 999;
    margin-top: 22px;
    background: #ffffff;
    border-radius: 10px;
    width: 236px;
    padding: 16px 0;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 2px 2px 6px;
    box-shadow: rgb(0 0 0 / 25%) 2px 2px 6px;
   border: 5px solid #ffcc60;
}
.header_mid ul li .sub-menu li .sub-menu{
box-shadow:none !important;
width:auto !important;
padding: 0 !important;
position:relative !important;
border:none !important;
margin-top:0 !important;
}
.header_mid ul li .sub-menu li .sub-menu:before{
display:none !important;
}

.header_mid ul li .sub-menu li{
	font: normal 15px/17px 'Mark-Semibold' !important;
}




.header_mid ul li .sub-menu li a:after{
	display:none !important;
}

.header_mid ul li:hover .sub-menu{display:block;-webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    transition: all 0.2s linear;}



.header_mid ul li ul li {
display: block !important;
    padding: 0 !important;
    word-spacing: normal !important;
}

.header_mid ul li .sub-menu .menu_main li{padding: 0 12px 0 12px !important;color: #131415 !important;font: normal 16px/17px 'Mark-Semibold' !important;}
.header_mid ul li .sub-menu li .sub-menu .menu_main{
display:block !important;
}
.header_mid ul li .sub-menu li .sub-menu .menu_main li{
padding: 0 0 0 0 !important;
font: normal 14px/16px 'Mark-Medium' !important;
}
.header_mid ul li .sub-menu li .sub-menu .menu_main li:first-child{
border-right:none !important;
}

.header_mid ul li ul li:last-child(-n+2){

border-bottom:none !important;

}

.header_mid ul li ul li a {
     padding: 0 !important;
     margin-bottom: 10px;
     display: block !important;
     background: none !important;
     width: auto !important;
     height: auto !important;
     text-align: left !important;
	 color:#131415 !important;
}
.header_mid ul li ul li a:hover{
text-decoration:none !important;
color: #00318c !important;
-moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.header_mid ul li .sub-menu li .sub-menu .menu_main li a:hover{
text-decoration:none !important;
color: #00318c !important;
-moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}


.header_mid ul li ul li a:before{
display:none !important;
}

.header_mid .menu-item-has-children a{
position:relative;
}

.header_mid .menu-item-has-children a:after {
    content: "";
    background: url(images/caret.svg) no-repeat;
    position: relative;
    bottom: -4px;
    right: -1px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 100% 100% !important;
}
.header_mid .wp-block-columns .wp-block-column .down {
    visibility: hidden;
    display: none;
}
.header_mid ul li:hover .sub-menu {
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header_mid .megamenu .sub-menu {
    width: 436px !important;
    border-radius: 26% 22% 15% 2%/7% 12% 5% 9%;
    padding: 20px 0 10px 0 !important;
    background: #A0D995;
}

.header_mid ul li .sub-menu:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 14px;
    border-color: transparent transparent #ffcc60;
    position: absolute;
    top: -19px;
    margin-left: 26px;
    content: '';
    left: 0;
}

.header_mid .megamenu .sub-menu li {
    width: 192px !important;
    float: left !important;
    background: none !important;
    margin-left: 5.2%;
}
.header_mid .megamenu .sub-menu li .sub-menu{
	background:none !important;
	width: 180px !important;
	padding:0 !important;
	position: relative !important;
	margin:0 !important;
}
.header_mid .megamenu .sub-menu li .sub-menu:before{
	display:none !important;
}
.header_mid .megamenu .sub-menu li .sub-menu li{
	width:100% !important;
	float:none !important;
}
.header_mid .megamenu .sub-menu li{
	color: #0a0a0a;
    font: normal 15px 'Poppins-Bold';
	word-spacing: normal !important;
}
.header_mid .megamenu .sub-menu li a, .header_mid .megamenu .sub-menu li .sub-menu li a{
	color: #0a0a0a !important;
	padding:0 !important;
	margin-bottom: 7px;
}
.header_mid .megamenu .sub-menu li .sub-menu li{
	margin-left: 0 !important;
	color: #0a0a0a !important;
    font: normal 13px/16px 'Poppins-Semibold' !important;
	word-spacing: normal !important;
	
}

.menu-col-5 .sub-menu{
	width: 736px !important;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
	
}
.menu-col-5 .sub-menu .menu_main{
display:flex !important;
flex-wrap:wrap;
justify-content:space-between;
}

.menu-col-5 .sub-menu .menu_main li{flex-basis: 19%;}

.menu-col-5 .sub-menu .menu_main li:nth-child(1){border-right: 1px solid #ffcc60;}
.menu-col-5 .sub-menu .menu_main li:nth-child(2){border-right: 1px solid #ffcc60;}
.menu-col-5 .sub-menu .menu_main li:nth-child(3){border-right: 1px solid #ffcc60;}
.menu-col-5 .sub-menu .menu_main li:nth-child(4){border-right: 1px solid #ffcc60;}

.menu-col-5 .sub-menu .menu_main li .sub-menu .menu_main li{
border-right:none !important;
}

.header_mid ul li .sub-menu li a{border-bottom: none;}



.menu-col-2 .sub-menu{width: 400px !important;flex-wrap:wrap;justify-content:space-between;}
.menu-col-2 .sub-menu .menu_main{
display:flex !important;
flex-wrap:wrap;
justify-content:space-between;
}
.menu-col-2 .sub-menu .menu_main li{
flex-basis:48%;
}
.menu-col-2 .sub-menu .menu_main li:nth-child(1){border-right: 1px solid #ffcc60;}

.menu-col-2 .sub-menu .menu_main li a{
color:#131415;border-bottom: 3px solid #ffae04;width: fit-content !important;padding-bottom: 3px !important;
}
.menu-col-2 .sub-menu .menu_main li a:hover{
text-decoration:none !important;
}

.menu-col-5 .sub-menu .menu_main li a{color:#131415; border-bottom: 3px solid #ffae04;width: fit-content !important;padding-bottom: 3px !important;}\
.menu-col-5 .sub-menu .menu_main li a:hover{
text-decoration:none !important;
border-bottom: 3px solid #131415 !important;
}

.header_mid ul li .sub-menu li .sub-menu .menu_main li a{
color:#131415 !important;
border-bottom: none !important;
padding-bottom: 0 !important;
}
.menu-col-5 .sub-menu:before{
left: auto !important;
right: 276px !important;
}





#searchbar {
    float: inherit;
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    z-index: 9999;
    box-shadow: none;
    line-height: 46px;
    margin-left: 0;
    border-bottom: none;
    margin-bottom: 0;
    position: relative;
    border-radius: 0;
    margin-top: 0;
    background: #ffcc60;
    padding: 18px 0 16px 0;
    display:none;
}
.search_main {
    display: flex;
    width: 96%;
    margin: 0 auto 0;
    flex-direction: column;
    text-align: center;
}
#searchbar #searchform {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    /* overflow: hidden; */
    padding: 0 16px;
    height: 48px;
	}
#searchbar #s {
    width: 90%;
    float: left;
    height: 48px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border: none;
    color: #1a1a1a;
    font: normal 20px/48px 'Mark-Medium';
    padding: 0 0 0 16px;
    background: none;
    outline: none;
}
#searchbar #search-submit {
        color: #fff;
    font-size: 0 !important;
    float: right;
    background-size: 100%;
    /* margin: 14px 24px 0 0; */
    border: none !important;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: none !important;
    /* border-radius: 50%; */
    outline: none;
}
#searchbar #search-submit i {
    color: #1a1a1a;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    font-size: 21px;
    border: none !important;
    line-height: 50px;
}
.search_main h2 {
    font: normal 16px 'Poppins-Bold';
    color: #111945;
    line-height: 44px;
    position: relative;
}
.search_main h2:after {
    content: '\f061';
    color: #111945;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    /* display: block; */
    font-size: 16px;
    position: absolute;
    margin-left: 6px;
    /* margin-right: 10px; */
}




.header_search .searchbox{position: relative;min-width: 1147px !important;width: 1147px !important;height: 40px;float: right;overflow: hidden;-webkit-transition: width 0.3s;-moz-transition: width 0.3s;-ms-transition: width 0.3s;-o-transition: width 0.3s;transition: width 0.3s;margin: 0 0 0 0;}
.header_search .searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: none;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0px 42px 0px 0;
    color: #9899a9;
    font: normal 16px 'Gilroy-Medium';
}
.header_search .close img{
width:30px;
height:30px;
}
.header_search .searchbox-input::-webkit-input-placeholder{color:#131415;}
.header_search .searchbox-input:-moz-placeholder{color:#131415;}
.header_search .searchbox-input::-moz-placeholder{color:#131415;}
.header_search .searchbox-input:-ms-input-placeholder{color:#131415;}

.header_search .searchbox-icon {
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 10px;
    right: 18px;
    padding: 0 0 0 0;
    margin: 2px 6px 0 0;
    border: 0;
    outline: 0;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    color: #cd4260;
    font: normal 20px/34px 'Mark-Bold';
    text-transform: uppercase;
    background: none;
    background-size: 99% 99%;
}
.header_search .searchbox-icon img{background-size: 88% 88% !important;width: 24px;height: 24px;}
.header_search .searchbox-submit {
    color: #16113a;
    position: absolute;
    right: 16px;
    top: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font: 0px 'Galano-Bold';
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(255, 255, 255);
    margin: 2px 0px 0px;
    background: url(images/search-button.svg) no-repeat !important;
    background-size: 99% 99% !important;
}

.header_search .searchbox-open{width: 1100px !important;}
.header_search .searchbox-icon .fa{padding:5px 0 0 0 !important;}
.header_search ul {
    width: 1147px;
    background: #fff;
    border-radius: 8px;
    float: left;
    margin-right: 16px;
}

.header_search{width: 1200px;margin: 0 auto;overflow: hidden;position: relative;}
.close {
   cursor: pointer;
    padding-top: 8px;
    float: left;
    position: absolute;
    right: 0;
    height: 43px;
    top: 46%;
    background: #00318c;
    transform: translateY(-50%);
    border-radius: 10px;
    padding: 6px 6px 4px 6px;
}
.wppsac-post-slider .slick-dots li.slick-active button, .wppsac-post-carousel .slick-dots li.slick-active button {
    background:none !important;
}

.inner_gallery_main{margin-top:30px !important;display:flex;flex-wrap:wrap;}
.inner_gallery_one{border-bottom: 32px solid #fff !important;padding: 16px !important;position: relative;background: #f2f2f2;flex-basis: 31%;margin-bottom: 18px;margin-right: 2.3%;align-items: center;display: flex;}
.inner_gallery_one:after {
    content: "";
    background: #e8e8e8;
    height: 10px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-radius: 0 0 10px 10px;
}
.inner_gallery_one img {
    float: left !important;
    margin: 0 18px 0 0 !important;
    width: 32% !important;
    height: auto !important;
    overflow: hidden;
}
.inner_gallery_one a{color: #303132;font: normal 17px/19px 'Mark-Semibold';}
.inner_gallery_one a:hover{
color: #3076f8 !important;
}


.blog_pagination{text-align: center;width: 100%;margin-bottom: 36px;}


.blog_pagination .page-numbers{
    /* display: inline-block; */
    padding: 5px 12px;
    text-decoration: none;
    /* text-align: center; */
    color: #303132;
    font: normal 16px/18px 'Mark-Semibold' !important;
    /* background: #486a48 !important; */
    border-radius: 4px;
    margin-right: 4px;
    border-radius:6px;
    border: 1px #24bc94 solid;
    }
.blog_pagination .page-numbers:hover{color: #fff !important;background: #24bc94 !important;}

.blog_pagination .current {
    /* display: inline-block; */
    padding: 4px 10px;
    text-decoration: none;
    /* text-align: center; */
    color:#3a4c4c;
    font: normal 16px 'Mark-Semibold' !important;
    border-radius: 4px;
    margin-right: 8px;
    border-radius:6px;
}

.blog_pagination .current  {
    color: #fff;
    background: #24bc94 !important;
    border-radius:6px;
    padding: 5px 16px;
    border: 1px #24bc94 solid !important;
}
.blog_pagination a .current:hover{
color: #fff;
    background: #486a48;
    border-radius:6px;
    padding: 5px 16px;
    border:1px #5c7c7c solid !important;
}
.blog_pagination .next{
width:auto !important;
float:none !important
}




.text_part ul{
padding:0;
margin: 0 0 14px 16px;
overflow:hidden;
}
.text_part ul li {
       color: #303132;
    font: normal 18px/28px 'Mark-Regular';
    margin-bottom: 10px;
        position: relative;
    padding-left: 16px;
    	text-align:left !important;
}
.text_part ul li a{
color:#3076f8 !important;
}
.text_part ul li a:hover, .text_part ol li a:hover{
color: #ec6046;
    border-bottom: 1px solid #ec6046;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.text_part ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background-size: 86%;
    top: 8px;
    color: #fff;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    background:#ff9f8d;
    -webkit-border-radius: 50%;
}
.text_part ul li ul li:before{
	background:#c5c5c5 !important
	
}



.text_part ol {
    padding: 0;
    margin: 0 0 14px 16px;
    counter-reset: my-badass-counter;
	overflow:hidden;
}
.text_part ol li {
    color: #303132;
    font: normal 18px/28px 'Mark-Regular';
    margin-bottom: 10px;
    position: relative;
    padding-left: 32px;
    text-align: left !important;
}
.text_part ol li a{
color: #3076f8 !important;
}
.text_part ol li:before {
    content: counter(my-badass-counter) ".";
    counter-increment: my-badass-counter;
    left: 0;
    color: #ff9f8d;
    font: normal 18px 'Mark-Medium';
    position: absolute;
    top: 2px;
    width: auto;
    height: auto;
    text-align: center;
    background: none;
}
.text_part ul li strong {
    color: #303132;
    font: normal 18px 'Mark-Semibold';
}
.text_part ol li strong {
    color: #303132;
    font: normal 18px 'Mark-Semibold';
}
.toc p{
margin-bottom:0 !important;
}



.gallery {
    width: 58%;
    float: left;
    padding: 0 0 0 0;
    clear: none !important;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px !important;
	position:relative;
	z-index:1;
}

.gallery .gallery-item {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    text-align: center !important;
    flex-basis: 31% !important;
    width: 30% !important;
    margin-right: 13px !important;
    flex-grow: inherit !important;
    display: block !important;
    /* box-shadow: 0 0 34px rgb(70 74 85 / 8%); */
    border: 1px solid #dae7fd;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
}
.gallery .gallery-item .gallery-icon a{
width: auto !important;
    flex: auto !important;
    height: 126px !important;
    -o-object-fit: cover;
    object-fit: inherit !important;
}
.gallery .gallery-item .gallery-icon img {
   height: 126px !important;
   width: 100% !important;
   max-width: 100% !important;
   margin-bottom: 0;
   border: none !important;
}
.gallery .wp-block-gallery.has-nested-images figure.wp-block-image img{
height: 126px !important;
   width: 100% !important;
   max-width: 100% !important;
   margin-bottom: 0;
}
.gallery figcaption{
background:none !important;
position:relative !important;
}
.gallery .wp-caption-text, .gallery .gallery-caption{
color:#303132 !important;
font: normal 11px/14px "Mark-Regular" !important;
padding: 3px 0 3px !important;
}

.gallery .wp-caption-text a, .gallery .gallery-caption a{
    color: #3076f8;
}
.gallery .wp-caption-text a:hover, .gallery .gallery-caption a:hover{
color: #ec6046 !important;
    border-bottom: 1px solid #ec6046 !important;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}




.commentlist{
overflow:visible !important;
}
.commentlist li {
    margin: 10px 0 16px 0;
    padding-bottom: 0 !important;
    position: relative;
    padding: 16px !important;
    background: #fff;
    border: none;
    position: relative;
    list-style: none !important;
    border: none;
    border-radius: 10px;
	    }
	
.commentlist li:before{
display:none !important;
}
.commentlist li .comment-body {
    border-bottom: none !important;
    padding: 0 0 0 0 !important;
    background: #fff;
    border-radius: 0;
   }
.commentlist li img {
    display: none;
}
.comment-author {
    width: 50%;
    float: left;
}
.commentmetadata {
    width: 40%;
    float: right;
    text-align: right;
    margin-top:0;
    /* border-bottom: 1px solid #000; */
}
.comment-body p {
    color: #303132;
    font: normal 16px/26px 'Mark-Regular';
    padding: 8px 0 0 0;
    display: table;
    float: none;
    width: 100%;
    margin: 0 !important;
}
.comment-content{
color: #314259 !important;
font: normal 16px/26px 'Galano-Medium' !important;
clear:both;
}
.comment-body p a {
color: #3076f8 !important;
}
.comment-body p a:hover {
color: #314259 !important;
}
.comment_table h3 a {
    color: #fff;
}
.fn {
    color: #131415;
    font: normal 18px "Mark-Medium";
}
.says {
 color: #131415 !important;
    font: normal 15px "Mark-Regular";
	display:none;
}
.fn a {
color: #3076f8 !important;
font: normal 18px "Mark-Medium";
    text-decoration: none !important;
}
.fn a:hover{
color:#ec6046;
text-decoration:underline !important;
}
.commentmetadata a {
    color: #131415 !important;
    font: normal 12px 'Mark-Regular';
    padding: 0 0;
    border-bottom: 2px solid #ffcc60;
}
.commentmetadata a:hover {
   text-decoration: underline;
        }
.comment_box .says:before {
    display: none !important;
}
.reply a {
   display: inline-block !important;
    /* background: transparent !important; */
    border: 0px !important;
    outline: 0 !important;
    position: relative !important;
    color: #131415 !important;
    font-family: 'Mark-Regular' !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin: 10px 0 0 !important;
    z-index: 1 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: none;
    /* text-transform: uppercase !important; */
    /* letter-spacing: .6px; */
    text-decoration: none !important;
    border-radius: 30px;
    border: 1px solid #131415 !important;
    padding: 2px 10px 1px !important;
}
.reply a:hover {
   text-decoration: none !important;
    color: #fff !important;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border: 1px solid #24bc94 !important;
    background: #24bc94;
    border-bottom: none !important;
}


.comment-awaiting-moderation {
    display: none !important;
}

.comment_table .children {
    border-left: none;
    position: relative;
    margin-left: 12px;
	overflow:visible !important;
	margin-bottom: 0 !important;
}
.comment_table .children:before {
    display: block;
    /* background: none !important; */
    -moz-border-radius: 12px;
    /* -webkit-border-radius: 12px; */
    /* color: #111945; */
    /* font-family: "Font Awesome 5 Free" !important; */
    font-size: 18px!important;
    font-weight: 900;
    position: absolute;
    top: -23px;
    left: -41px;
    content: "" !important;
    background: url(images/reply-icon.webp) no-repeat;
    background-size: 52% 52%;
    z-index: 50;
    width: 64px;
    height: 64px;
    display: block;
    -webkit-transform: rotate( 90deg );
    -moz-transform: rotate(90deg);
    transform: rotate( 180deg );
}
.comment_table .children li {
   margin: 0 0 0 8px !important;
    position: relative;
    background: #fff;
    border: none !important;
    list-style: none !important;
    border-radius: 10px;
    box-shadow: none !important;
    padding-bottom: 0 !important;
}

.comment_table .comment-form-cookies-consent{
display: block;
    clear: both;
    padding-top: 20px !important;
	    position: relative;
}
#cancel-comment-reply-link{
margin-left: 10px;
}
#respond{
margin: 12px 0 0 0 !important;
}
.comment-form-cookies-consent {
    margin: 0 !important;
    clear: both !important;
    position: relative !important;
    padding-left: 19px;
}
.comment-form-cookies-consent input {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    position: absolute;
    top: 27px;
    left: 0;
}
.comment-form label {
    color: #303132;
    font: normal 18px/30px 'Mark-Medium';
    margin-bottom: 10px;
}

.news_right .es-field-wrap label{
font-size: 0px !important;
display: block;
}


.news_right .es-field-wrap .es_txt_email {
    background: none !important;
    width: 100% !important;
    height: 40px !important;
    margin-top: 0 !important;
    padding: 0 10px 0 4px !important;
    border: none !important;
    color: #303132 !important;
    font: normal 16px 'Mark-Medium' !important;
    unicode-bidi: embed;
    border-right: none !important;
    max-width: 78%;
    float: left;
}
.news_right .es_subscription_form_submit {
    height: 39px !important;
    background: #ffef99 !important;
    background-color: #ffe037 !important;
    padding: 0 0 !important;
    color: #303132 !important;
    font: normal 17px/42px 'Mark-Semibold' !important;
    border: 1px solid #ffd800 !important;
    cursor: pointer !important;
    width: 146px !important;
    display: block !important;
    text-align: center !important;
    float: right !important;
    margin-top: -10px !important;
    position: relative !important;
    border-radius: 10px !important;
}
.news_right .es_subscription_form_submit:hover{background: #00318c !important;border: 1px solid #00318c !important;color: #fff !important;-moz-transition: all 0.2s linear !important;-webkit-transition: all 0.2s linear !important;transition: all 0.2s linear !important;}

.text_part table .alignleft, .text_part table .alignright{
margin-top:0 !important;
}
.crp_related.crp-rounded-thumbs{
margin: 0 0 !important;
clear:none !important
}
.crp_related ul li:before{
display:none !important;
}

.crp_related.crp-rounded-thumbs img {
    max-width: 100% !important;
    width: 100% !important;
    margin: auto !important;
}
.similar_table .side_left_one img {
    width: 46% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 4px !important;
    height: auto;
    display: initial !important;
}
.crp_related.crp-rounded-thumbs a {
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
}

.crp_related.crp-rounded-thumbs ul{
width: 100% !important;
}
.crp_related.crp-rounded-thumbs li{
margin:12px 0 0 0 !important;
padding:16px !important;
}
.crp_related.crp-rounded-thumbs li:hover .crp_title{
background-color: #eee !important;
}
.crp_related.crp-rounded-thumbs .crp_title {
color: #00318c !important;
}
.crp_related.crp-rounded-thumbs .crp_title:hover{
text-decoration:underline !important;
}
.crp_related.crp-rounded-thumbs .crp_title {
    color: #fff!important;
    position: relative !important;
    display: block !important;
    bottom: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    text-shadow: none !important;
    background-color: #f7f7f7 !important;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 0 !important;
    width: 100% !important;
    font: normal 16px/18px 'Mark-Medium' !important;
}
.crp_related.crp-rounded-thumbs a:hover{
border-bottom:none !important;
}
.similar_table .slick-dots li{
box-shadow:none !important;
border:none !important;
padding:0 !important;
width: 16px !important;
height: 16px !important;
float: none !important;
}
.similar_table .slick-dots li:hover{
background:none !important;
}
.slidetitle{
width:1140px;
margin:0 auto;
}
.slidetitle h2 {
    color: #131415;
    font: normal 24px/26px 'Mark-Bold';
    margin-bottom: 25px;
    position: relative;
}
.slidetitle h2:before {
    content: "";
    background: url(images/recent-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 45px !important;
    height: 43px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}





html.with-featherlight {
    overflow: hidden;
}
.lightbox{
display:none;
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {background: rgba(0,0,0,.6);}
.featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding: 25px 25px 0;
    max-height: 95%;
    background: none;
    cursor: auto;
    white-space: normal;
    width: 520px;
    height: auto;
    background: #24bc94;
    padding: 26px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.featherlight .featherlight-content:after {
    display:none !important;
}
.featherlight .featherlight-inner {
    display: block;
	position:relative;
}
.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
    display: none;
}
.featherlight .featherlight-close-icon {
   position: absolute;
   z-index: 9999;
   top: 31px;
   right: 24px;
   line-height: 25px;
   width: 36px;
   cursor: pointer;
   text-align: center;
   font-family: 'Inter-Bold';
   font-size: 32px;
   background: #fff;
   background: none;
   color: #258b72;
   border: 0;
   padding: 0;
   transition: -webkit-transform ease-out .2s;
   transition: transform ease-out .2s;
   transition: transform ease-out .2s,-webkit-transform ease-out .2s;
   -webkit-transform: rotate(0);
   -ms-transform: rotate(0);
   transform: rotate(0);
   /* display:none !important; */
}
.featherlight .featherlight-close-icon:hover{
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.featherlight .featherlight-image {
    width: 100%;
}
.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}
.featherlight iframe {
    border: 0;
}
.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sub_main h2 {
    color: #fff;
    font-size: 30px;
    font-family: "Mark-Semibold";
    margin: 0 0 6px 0;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
}
.sub_main p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-family: "Mark-Medium";
    margin-bottom: 14px;
    text-align: center;
}
.sub_main .es-field-wrap label{
    color: #fff;
    font: normal 19px/22px "Mark-Semibold" !important;
}
.sub_main .es-field-wrap input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    line-height: 1.428571429;
    padding: 8px;
    margin: 10px 0 0 0;
    background: #fff;
    color: #393939;
    font: normal 18px "Mark-Regular";
    border: 1px solid #dee3ea;
    -webkit-box-shadow: inset 0 2px 3px rgb(0 0 0 / 8%);
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 8%);
    border-radius: 8px;
    box-shadow: 0 0 34px rgb(70 74 85 / 10%);
}
.sub_main .es-field-wrap input:focus{
outline:none;
}
.sub_main .es_subscription_form_submit, .sub_main .es_submit_button, .sub_main .es_textbox_button {
    display: inline-block !important;
    padding: 0!important;
    color: #393939 !important;
    cursor: pointer !important;
    font: normal 18px/50px "Mark-Bold" !important;
    -webkit-transition: all 0.15s ease-in-out !important;
    transition: all 0.15s ease-in-out !important;
    margin: 12px 0 0 0 !important;
    border: none;
    overflow: hidden;
    border-radius: 8px;
    border: none !important;
    background: #ffcc60;
    width: 100%;
    height: 48px;
}
.sub_main .es_subscription_form_submit:hover, .sub_main .es_submit_button:hover, .sub_main .es_textbox_button:hover {
    background: #fcb829 !important;
}
.frhdaf__aoh-wrapper{
display:none;
}

.toc table td ul, .toc table td ol{
margin: 6px 0 0 0 !important;
}
.toc table td ul li{
color: #303132 !important;
font: normal 14px/20px 'Mark-Regular' !important;
margin-bottom: 8px !important;
padding-left: 10px !important;
}
.toc table td ul li:before{
width: 6px !important;
height: 6px !important;
top: 6px !important;
}
.toc table td ol li{
color: #303132 !important;
font: normal 14px/20px 'Mark-Regular' !important;
margin-bottom: 8px !important;
padding-left: 15px !important;
}
.toc table td ol li:before{
top: 1px !important;
font: normal 14px 'Mark-Medium' !important;
}

.similar_table .slick-prev, .similar_table .slick-next{

}

.similar_table .slick-prev{
font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #24bc94 !important;
    left: 0;
    padding: 13px;
    border-radius: 0 4px 4px 0;
    z-index: 10;
    border: 2px solid #24bc94;
}
.similar_table .slick-prev:before{
content: "";
    background: url(images/arrow-white.svg) no-repeat 0 0 !important;
    width: 16px;
    height: 16px;
    font-family: 'FontAwesome' !important;
    position: absolute !important;
    background-size: 100% 100%;
    margin: -8px;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.similar_table .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #24bc94 !important;
    right: 0;
    padding: 13px;
    z-index: 10;
    border-radius: 4px 0 0 4px;
    border: 2px solid #24bc94;
}
.similar_table .slick-next:before {
    content: "";
    background: url(images/arrow-white.svg) no-repeat 0 0 !important;
    width: 16px;
    height: 16px;
    font-family: 'FontAwesome' !important;
    position: absolute !important;
    background-size: 100% 100%;
    margin: -8px;
}




blockquote {
    border: 0 solid #00318c;
    border-left-width: 4px;
    color: #303132;
    font: italic 18px/30px 'Mark-Regular';
    margin: 0 0 18px;
    padding: 0 0 0 16px;
}
dl {
    margin: 0 0 15px;
}

dt {
    color: #303132;
    font: normal 18px/30px 'Mark-Regular';
}

dd {
    margin: 0 0 18px;
    color: #303132;
    font: normal 18px/30px 'Mark-Regular';
}

address {
     margin: 0 0 18px;
    color: #303132;
    font: italic 18px/30px 'Mark-Regular';
}
abbr, acronym {
    border-bottom: 1px dotted #ec6046;
    cursor: help;
}
big {
    font-size: 140%;
	color: #303132;
	font-family:'Mark-Regular';
}

dfn, cite, em, i {
    color: #272626;
    font: italic 17px/25px 'Mark-Regular';
    }
	
code {
    background-color:#f2f2f2;
    padding: 26px 26px;
    color: #303132;
    font: normal 18px/30px 'Mark-Regular';
}
del {
    opacity: 0.8;
    color: #303132;
    font: normal 18px/30px 'Mark-Regular';
}

mark {
    background: #00318c;
    color: #fff;
    padding: 26px 26px;
    text-decoration: none;
}

pre {
    border: 1px solid #ebebeb;
    color: #303132;
    font: normal 18px/30px 'Mark-Regular';
        margin: 0 0 18px;
    max-width: 100%;
    overflow: auto;
    padding:26px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}

sub, sup {
    color: #303132;
    font: normal 18px 'Mark-Regular';
    position: relative;
    vertical-align: baseline;
    }
sub {
    bottom: -0.25em;
}
sup {
    top: -0.4em;
}
var, tt {
    font-style: italic;
}

.page-header{position:fixed;left:0;top:0;width:100%;box-sizing:border-box;-webkit-transition:top 0.1s;-moz-transition:top 0.5s;transition:top 0.1s;height:auto;width:100%;z-index:10000 !important;}
.page-header.off-canvas{
top:-195px;
box-shadow: 0 2px 6px 0 rgb(0 0 0 / 15%);
}
.page-header.fixed{top:0;z-index:9999;background:#fff;}
.header_space {
    content: "";
    background: transparent;
    height: 82px;
    width: 100%;
    display: block !important;
}

.newrel {
    width: 100%;
    margin: 26px 0 56px 0;
    /* background: #ebecec; */
    padding: 32px 0 32px 0;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.newrel:after {
    content: "";
    background: #c2d9ff;
    height: 24px;
    position: absolute;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    border-radius: 0 0 10px 10px;
}
.newrel h3 {
    color: #131415 !important;
    font: normal 24px/28px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-left: 38px;
	margin-left: 2.6%;
}
.newrel h3:before {
    content: "";
    width: 29px;
    height: 29px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/footprint.webp);
    position: absolute;
    top: -3px;
    left: 0;
}
.newrelmain ul{
display:flex;
flex-wrap:wrap;
}
.newrelmain ul li {
    background: #fff;
    flex-basis: 21.2%;
    margin-right: .7%;
    margin-left: 2.6%;
    border-radius: 8px;
    text-align: center;
    padding: 14px;
}
.newrelmain ul li img{
margin-bottom:12px;
width:100%;
height:auto;
}
.newrelmain ul li a {
    color: #3076f8 !important;
    font: normal 17px/20px 'Mark-Semibold';
}
.newrelmain ul li a:hover{
color: #ec6046 !important;
-webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}

.fretured_one {
    background: #f2f2f2;
    padding: 26px;
    overflow: hidden;
    border-radius: 8px;
    margin: 18px 0 26px 0;
}
.fretured_one a {
    color: #3076f8 !important;
    font: normal 22px/26px 'Mark-Semibold';
}
.fretured_one a:hover{
color: #131415 !important;
}
.fretured_one p {
    color: #303132;
    font: normal 18px/26px 'Mark-Regular';
    margin-top: 10px;
}
.fretured_link ul{
display:flex;
flex-wrap:wrap;
}
.fretured_link ul li {
    color: #303132;
    font: normal 17px/21px 'Mark-Regular';
    margin-bottom: 12px;
    position: relative;
    padding-left: 12px;
    text-align: left !important;
    flex-basis: 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
}
.fretured_link ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background-size: 86%;
    top: 7px;
    color: #fff;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    background: #ff9f8d;
    -webkit-border-radius: 50%;
}
.fretured_link ul li a{
color:#3076f8 !important;
}
.fretured_link ul li a:hover{
color: #ec6046 !important;
    border-bottom: 1px solid #ec6046 !important;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.body_right{
width: 1000px;
margin: 22px auto 22px;
}
.right_table{
width: 100%;
    margin: 16px 0 56px 0;
    padding:32px 32px 4px 32px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.right_table:after{
content: "";
    background: #c2d9ff;
    height: 24px;
    position: absolute;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    border-radius: 0 0 10px 10px;
}
.right_table h3{
	color: #131415 !important;
    font: normal 24px/28px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-left: 38px;
}
.right_table h3:before{
	content: "";
    width: 29px;
    height: 29px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/footprint.webp);
    position: absolute;
    top: -3px;
    left: 0;
}
.related_main{
	display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}
.related_main .related_one {
    background: #fff;
    flex-basis: 48.5%;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 26px;
}
.related_main .related_one img{
	width:120px;
	margin-right:18px;
	float:left;
}
.related_main .related_one a{
	color: #3076f8 !important;
    font: normal 18px/20px 'Mark-Semibold';
}
.related_main .related_one a:hover {
    color: #ec6046 !important;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.related_main .related_one p{
	color: #303132;
    font: normal 16px/22px 'Mark-Regular';
    margin-top: 8px;
}


.blog {
    background: #dae7fd !important;
    margin-bottom: 20px !important;
    counter-reset: my-badass-counter;
    padding: 22px 22px 6px 22px;
}
.blog table tbody{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	.blog table{
		margin-bottom:0 !important;
	}
	.blog table td{
		border:none !important;
	}
.blog table tr {
 padding: 0 !important;
    flex-basis: 48.5% !important;
    margin-bottom: 26px;
	background: #fff;
	    border-radius: 8px !important;
}
.blog table td {
    overflow: hidden;
    padding: 22px !important;
}
.blog table tr:nth-child(even) {
    background: #fff !important;
}
.blog table td .aligncenter {
    float: right !important;
    margin-left: 20px !important;
    width: 36% !important;
    margin-top: 0 !important;
    margin: 0 0 0 20px !important;
}
.blog table td h2 {
    color: #131415 !important;
    font: normal 18px/22px "Mark-Semibold" !important;
    margin: 0 0 8px 0 !important;
    padding: 0 0 0 0 !important;
    position: relative;
    text-align: left !important;
}
.blog p {
    color: #303132;
    font: normal 16px/22px 'Mark-Regular';
}
.list_body_main h2{
	color: #00318c;
    font: normal 30px/32px 'Mark-Bold';
	margin-bottom: 26px;
}


.list_body_main ul{
display:flex;
flex-wrap:wrap;justify-content: space-between;}
.Profile_main ul li {
    flex-basis: 7.2%;
    margin-right: 0;
}
.list_body_main ul li {
    color: #131415;
    font: normal 16px 'Mark-Semibold';
    background: #eceef2;
    padding: 6px 0px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 30px !important;
}
.list_body_main ul li a{
	color: #131415;
}
.list_body_main ul li:hover{
    background: #ffcc60 !important;
-webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}


.link_main_one{
	margin-top:16px;
}
.link_main_one ul{
display:flex;
flex-wrap:wrap;
margin-bottom: 36px !important;
}
.link_main_one ul li {
    color: #303132;
    font: normal 16px/20px 'Mark-Regular';
    margin-bottom: 10px;
    position: relative;
    padding-left: 14px;
    text-align: left !important;
    flex-basis: 22%;
    margin-right: 1.5%;
    margin-left: 1.5%;
}
.link_main_one ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background-size: 86%;
    top: 7px;
    color: #fff;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    background: #ff9f8d;
    -webkit-border-radius: 50%;
}
.link_main_one ul li a{
color:#3076f8 !important;
}
.link_main_one ul li a:hover{
color: #ec6046 !important;
    border-bottom: 1px solid #ec6046 !important;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.related_table {
    width: 100%;
    margin: 16px 0 76px 0;
    padding: 32px 32px 4px 32px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.related_table h3 {
    color: #131415 !important;
    font: normal 24px/28px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-left: 38px;
}
.related_table h3:before {
    content: "";
    width: 29px;
    height: 29px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/footprint.webp);
    position: absolute;
    top: -3px;
    left: 0;
}
.video {
    border-radius: 8px;
    padding: 0;
    position: relative;
    float: right;
    width: 40%;
    margin-left: 26px;
    margin-bottom: 18px;
    border: 1px solid #e8e8e8;
    padding: 16px;
    /* position: relative; */
    clear: both;
    margin-top: 22px;
    margin-bottom: 12px;
    margin-top: 16px;
}
.video h2{
color: #131415 !important;
    font: normal 17px/22px 'Mark-Semibold' !important;
    margin-bottom: 16px !important;
    position: relative !important;
    text-align: center !important;
	width: auto !important;
}
.video p{
margin-bottom: 0 !important;
}
.video h2:after{
display:none !important;
}
.video h2:before {
    content: "";
    background: url(images/video-icon.png) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 24px !important;
    height: 24px !important;
    position: relative !important;
    top: 6px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.col2, .col3, .col4, .col5{
display:flex;
flex-wrap:wrap;
}
.col2 li{
flex-basis:48%;
margin-left:2%;
}
.col3 li {
    flex-basis: 31%;
    margin-left: 2%;
}
.col4 li {
    flex-basis: 23%;
    margin-left: 2%;
}
.col5 li {
    flex-basis: 18%;
    margin-left: 2%;
}
.other_post h4{
color: #131415;
    font: normal 20px/22px 'Mark-Bold';
    margin-bottom: 22px;
}

.other_post ul{
display:flex;
flex-wrap:wrap;
}
.other_post ul li {
    color: #303132;
    font: normal 16px/20px 'Mark-Regular' !important;
    margin-bottom: 10px !important;
    position: relative;
    padding-left: 14px;
    text-align: left !important;
    flex-basis: 22%;
    margin-right: 1.5%;
    margin-left: 1.5%;
}
.other_post ul li:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    width: 7px !important;
    height: 7px !important;
    line-height: 20px !important;
    border-radius: 50% !important;
    text-align: center !important;
    background-size: 86% !important;
    top: 7px !important;
    color: #fff !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    background: #ff9f8d !important;
    -webkit-border-radius: 50% !important;
}
.other_post ul li a{
color:#3076f8 !important;
}
.other_post ul li a:hover{
color: #ec6046 !important;
    border-bottom: 1px solid #ec6046 !important;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #303132;
    font: normal 16px/21px 'Mark-Regular';
    border: none;
    background: #fff !important;
    padding: 12px;
    border-radius: 8px;
}
.blognew{
clear:both;
}




.drawermenu,
.drawermenu-overlay{position:fixed;top:0;height:100%;left: 0;}
.navbar{width:100%;height:50px;display:flex;display:-webkit-flex;flex-direction:row;-webkit-flex-direction:row;flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:space-between;-webkit-justify-content:space-between;}
.navbar .logo{display:block;font-size:18px;line-height:50px;}
.navbar .logo a{color:#fff;text-decoration:none;}
.navbar .logo a:hover{color:#e0e0e0;}
.navbar .logo a img,
.navbar .logo a svg{height:20px;line-height:100%;width:auto;vertical-align:bottom;padding:15px 0;}
.navbar .logo a svg path{vertical-align:bottom;fill:#fff;}
.navbar .menu-left,
.navbar .menu-right{display:block;height:30px;width:30px;padding:0 0;}
.menu-left .fa {
   content: "";
    background: url(images/toggle.svg) no-repeat center;
    position: absolute;
    width: 32px !important;
    height: 32px !important;
	background-size:100% 100% !important;
    display: block;
    top: 14px;
    left: 0;
    cursor: pointer;
}
.menu-left .cross {
    content: "";
    background: url(images/toggle-cross.svg) no-repeat center;
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% 100% !important;
    display: block;
    top: 16px;
    left: 0;
    cursor: pointer;
}
.menu-left .fa:before{
display:none !important;
}
.navbar .menu-left{order:0;text-align:left;}
.navbar .logo{order:1;text-align:center;}
.navbar .menu-right{order:2;text-align:right;}
.navbar .hamburger{height:20px;}
.navbar .hamburger rect{fill:#fff;}
.navbar .hamburger:hover rect{fill:#e0e0e0;}
.drawermenu {
    	
	left: 100%;
    width: 88%;
    max-width: 88%;
    z-index: 100;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 0;
    border: 2px solid #ffcc60;
    border-top: none !important;
	padding-top:28px;
	}
.drawermenu.drawermenu-right{left:auto;right:-250px !important;}
.drawermenu > dl,
.drawermenu > ul{list-style:none;padding:0;margin:0;overflow-x:hidden;overflow-y:auto;height:100%;}
.drawermenu > dl > li,
.drawermenu > ul > li{width:100%;}
.drawermenu > dl > li > a,
.drawermenu > ul > li > a{font-size:14px;display:block;width:100%;padding:10px;text-decoration:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#000;border-bottom:solid 1px rgba(255, 255, 255, 0.1);}
.drawermenu > dl > li > a .icon-down,
.drawermenu > ul > li > a .icon-down{fill:#fff;width:8px;margin-left:10px;}
.drawermenu > dl > li > ul,
.drawermenu > ul > li > ul{display:none;list-style:none;padding:0;margin:0;}
.drawermenu > dl > li > ul > li > a,
.drawermenu > ul > li > ul > li > a{display:block;font-size:13px;color:#fff;padding:5px 15px;text-decoration:none;}
.drawermenu-overlay {
    display: none;
    cursor: pointer;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.drawermenu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
   border-top: 1px solid #ffcc60;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 0;
    margin-bottom: 0 !important;
	background:#f9f9f9;
	display: none;
}
	.drawermenu .menu-item-has-children{
	position:relative;
		}

.drawermenu ul li a .icon-down:before{
display:none !important;
}
.drawermenu .menu-topmenu-container{padding:0;}
.drawermenu ul li {
   display: block;
    color: #16113a;
    font: normal 18px 'Mark-Semibold';
    margin: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #ffcc60;
    position: relative;
    }
.drawermenu ul li a{
color: #131415;
    padding: 10px 0 10px 12px;
    display: block;
    position: relative;	
}
.drawermenu ul li ul li {
    display: block;
    color: #16113a !important;
    font: normal 16px 'Mark-Medium';
    margin: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
    border-top: none !important;
    padding-left: 12px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	}
.drawermenu ul li ul li:last-child{border-bottom:none !important;}
.drawermenu ul li ul li a {
    color:#303132 !important;
    display: block;
	padding: 7px 0 7px 10px !important;
}
.drawermenu ul li a:hover{color:#00318c !important;
-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}
	
.navarrow .down:after {
    background: url(images/side-caret.svg) no-repeat 0 0;
    content: "";
    position: relative;
    /* right: 0; */
    height: 18px;
    width: 18px;
    z-index: 1;
    top: 0;
    background-size: 100% 100%;
    /* background-color: rgba(0,0,0,0.2); */
    border-radius: 50%;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: rotate(360deg) translateY(-50%);
    -ms-transform: rotate(360deg) translateY(-50%);
    -o-transform: rotate(360deg) translateY(-50%);
    transform: rotate(360deg) translateY(-50%);
	cursor: pointer;
}


.navup .down:after{
background: url(images/side-caret.svg) no-repeat 0 0;
    content: "";
    position: relative;
    /* right: 0; */
    height: 18px;
    width: 18px;
    z-index: 1;
    top: 0;
    background-size: 100% 100%;
    /* background-color: rgba(0,0,0,0.2); */
    border-radius: 50%;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 6px;
    -webkit-transform: rotate(180deg) translateY(-50%);
    -ms-transform: rotate(180deg) translateY(-50%);
    -o-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
	cursor: pointer;
}
.drawermenu-overlay{
	position:relative !important;
}
.drawermenu,
.drawermenu-overlay{position:fixed;top:0;height:100%;}
.mob_menu{
position: absolute;
    right: 8px;
    top: 0;
    width: 32px;
    flex-basis: 32px;
    display: none;
}
.post_crum .bred_crum{
width:100% !important;
}

.mob_info_data{
display: flex;
flex-wrap: wrap;
margin-top: 18px;
display:none;
}
.mob_author_info, .mob_date_info {
    display: flex;
    flex-wrap: wrap;
    color: #314259;
    font: normal 14px "Mark-Medium";
}
.mob_author_info {
    border-right: none;
    padding: 0 0 0 0;
    margin-right: 0;
	position:relative;
	margin-bottom: 4px;
}
.mob_author_info:after{
content:"|";
color: #314259;
font: normal 14px "Mark-Medium";
margin:0 3px !important;
}
.mob_info_data p {
    color: #314259;
    font: normal 14px "Mark-Medium";
	margin: 0 !important;
}
.mob_info_data a {
    color: #3076f8;
    font: normal 14px "Mark-Medium";
    text-decoration: underline;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.mob_info_data a:hover {
    color: #ec6046;
    /* border-bottom: 1px solid #ec6046; */
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.mob_author_info img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: -7px 4px 0;
}


.mob_author_info .typeTool{display:none;
position:absolute;}
.mob_author_info:hover .typeTool {
    display: block !important;
    position: absolute;
    background: #dae7fd !important;
    border-radius: 8px;
    padding: 6px;
    color: #fdfdfd;
    font: normal 12px/13px 'Poppins-Medium';
    z-index: 9;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
    margin-top: 36px;
    width: 280px;
    box-shadow: 0 8px 13px rgb(70 74 85 / 8%);
    border: 2px solid #c7dcff;
}
.mob_author_info:hover .typeTool:before {
    content: "";
    border-color: #00318c transparent transparent;
    border-bottom: 1px solid #dee7f6;
    border-style: solid;
    border-width: 14px 10px 0 7px;
    position: absolute;
    top: 0;
    left: 19%;
    margin-top: -11px;
    transform: rotate(56deg);
}
.mob_author_info .typeTool p {
    color: #303132 !important;
    font: normal 14px/18px "Mark-Regular" !important;
    background: #fff;
    padding: 6px;
    border-radius: 6px;
}

.comment-respond #comment, .comment-respond #author, .comment-respond #email, .comment-respond #url{
border: 2px #c2d9ff solid !important;
}
#respond #comment, #respond #author, #respond #email, #respond #url{
border: 2px #c2d9ff solid !important;
}
.navarrow .down, .navclose .down{
position:relative;
}
.toc .table-col-3 tr td:nth-child(1) {
    width: 31% !important;
    flex-basis: 31% !important;
}
.toc .table-col-3 tr td:nth-child(2) {
    width: 31% !important;
    flex-basis: 31% !important;
}
.toc .table-col-3 tr td:nth-child(3) {
    width: 31% !important;
    flex-basis: 31% !important;
}
.toc .table-col-3 td {
    width: auto !important;
    color: #303132 !important;
    font: normal 14px/20px 'Mark-Regular' !important;
    padding: 0 !important;
    border: none !important;
        display: revert !important;
    text-align: left !important;
    background: #e1f0ff !important;
    border: 1px solid #d2e3ff !important;
    border-bottom: none !important;
    flex-basis: auto !important;
    width: auto !important;
    padding: 10px !important;
    border-radius: 4px !important;
}
.toc .table-col-3 tr {
    /* border-bottom: 1px solid #d2e3ff; */
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    /* background: #e1f0ff; */
    display: revert !important;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 10px 12px; */
    border-radius: 0 !important;
}
.top_ten ul li{
font: normal 18px/30px 'Mark-Regular' !important;
    margin-bottom: 10px !important;
	padding-left: 14px !important;
}
.top_ten ul li:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    width: 7px !important;
    height: 7px !important;
    line-height: 20px !important;
    border-radius: 50% !important;
    text-align: center !important;
    background-size: 86% !important;
    top: 10px !important;
    color: #fff !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    background: #ff9f8d !important;
    -webkit-border-radius: 50% !important;
}


.listProfile_main ul{
display:flex;
flex-wrap:wrap;justify-content: space-between;
margin: 0 !important;
}
.listProfile_main ul li {
    flex-basis: 7.2%;
    margin-right: 0;
}
.listProfile_main ul li:before{
display:none !important;
}
.listProfile_main ul li {
    color: #131415;
    font: normal 16px 'Mark-Semibold';
    background: #eceef2;
    padding: 6px 0px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 30px !important;
	text-align: center !important;
}
.listProfile_main ul li a{
	color: #131415 !important;
}
.listProfile_main ul li a:hover{
border-bottom:none !important;
}
.listProfile_main ul li:hover{
    background: #ffcc60 !important;
-webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.listProfile_main ul li.all{
background: #ffcc60 !important;
    padding: 6px 8px !important;
    border: 1px solid #ffcc60 !important;
}
.listProfile_main ul li.all:hover{
background: #00318c !important;
border: 1px solid #00318c !important;
}
#listProfile_box{
margin-bottom: 16px !important;
clear:both;
}
.listProfile_main ul li.all:hover a{
color:#fff !important;
}


.popular {
background: #f2f2f2 !important;
    padding: 22px !important;
    border: none !important;
    display: block;
}
.popular tbody{
width: 100% !important;
    display: flex;
    flex-wrap: wrap;
	counter-reset: my-badass-counter;
}
.popular td {
  border: none !important;
  flex-basis: 33%;
  text-align: left !important;
  padding-left: 60px !important;
}
.popular tr {
flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    border-left: 1px solid #24bc94;
    border-right: 1px solid #24bc94;
}
.popular tr:before {
    content: "";
    left: 17px;
    color: #ec6046;
    font: normal 14px 'Mark-Medium';
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 28px;
    border: 1px solid #ec6046;
    background: none;
}
.popular tr:nth-child(1):before {
display:none;
	}
.popular tr:nth-child(2):before {
    content:"1";
	}
	.popular tr:nth-child(3):before {
    content:"2";
	}
	.popular tr:nth-child(4):before {
    content:"3";
	}
	.popular tr:nth-child(5):before {
    content:"4";
	}
	.popular tr:nth-child(6):before {
    content:"5";
	}
	.popular tr:nth-child(7):before {
    content:"6";
	}
	.popular tr:nth-child(8):before {
    content:"7";
	}
	.popular tr:nth-child(9):before {
    content:"8";
	}
	.popular tr:nth-child(10):before {
    content:"9";
	}
	.popular tr:nth-child(11):before {
    content:"10";
	}
	
	
	.popular tr:nth-child(12):before {
    content:"11";
	}
	.popular tr:nth-child(13):before {
    content:"12";
	}
	.popular tr:nth-child(14):before {
    content:"13";
	}
	.popular tr:nth-child(15):before {
    content:"14";
	}
	.popular tr:nth-child(16):before {
    content:"15";
	}
	.popular tr:nth-child(17):before {
    content:"16";
	}
	.popular tr:nth-child(18):before {
    content:"17";
	}
	.popular tr:nth-child(19):before {
    content:"18";
	}
	.popular tr:nth-child(20):before {
    content:"19";
	}
	.popular tr:nth-child(21):before {
    content:"20";
	}
	
	
	.popular tr:nth-child(22):before {
    content:"21";
	}
	.popular tr:nth-child(23):before {
    content:"22";
	}
	.popular tr:nth-child(24):before {
    content:"23";
	}
	.popular tr:nth-child(25):before {
    content:"24";
	}
	.popular tr:nth-child(26):before {
    content:"25";
	}
	.popular tr:nth-child(27):before {
    content:"26";
	}
	.popular tr:nth-child(28):before {
    content:"27";
	}
	.popular tr:nth-child(29):before {
    content:"28";
	}
	.popular tr:nth-child(30):before {
    content:"29";
	}
	.popular tr:nth-child(31):before {
    content:"30";
	}
	
	
	
	.popular tr:nth-child(32):before {
    content:"31";
	}
	.popular tr:nth-child(33):before {
    content:"32";
	}
	.popular tr:nth-child(34):before {
    content:"33";
	}
	.popular tr:nth-child(35):before {
    content:"34";
	}
	.popular tr:nth-child(36):before {
    content:"35";
	}
	.popular tr:nth-child(37):before {
    content:"36";
	}
	.popular tr:nth-child(38):before {
    content:"37";
	}
	.popular tr:nth-child(39):before {
    content:"38";
	}
	.popular tr:nth-child(40):before {
    content:"39";
	}
	.popular tr:nth-child(41):before {
    content:"40";
	}
	
	
	.popular tr:nth-child(42):before {
    content:"41";
	}
	.popular tr:nth-child(43):before {
    content:"42";
	}
	.popular tr:nth-child(44):before {
    content:"43";
	}
	.popular tr:nth-child(45):before {
    content:"44";
	}
	.popular tr:nth-child(46):before {
    content:"45";
	}
	.popular tr:nth-child(47):before {
    content:"46";
	}
	.popular tr:nth-child(48):before {
    content:"47";
	}
	.popular tr:nth-child(49):before {
    content:"48";
	}
	.popular tr:nth-child(50):before {
    content:"49";
	}
	.popular tr:nth-child(51):before {
    content:"50";
	}
	
	
	.popular tr:nth-child(52):before {
    content:"51";
	}
	.popular tr:nth-child(53):before {
    content:"52";
	}
	.popular tr:nth-child(54):before {
    content:"53";
	}
	.popular tr:nth-child(55):before {
    content:"54";
	}
	.popular tr:nth-child(56):before {
    content:"55";
	}
	.popular tr:nth-child(57):before {
    content:"56";
	}
	.popular tr:nth-child(58):before {
    content:"57";
	}
	.popular tr:nth-child(59):before {
    content:"58";
	}
	.popular tr:nth-child(60):before {
    content:"59";
	}
	.popular tr:nth-child(61):before {
    content:"60";
	}
	
	
	.popular tr:nth-child(62):before {
    content:"61";
	}
	.popular tr:nth-child(63):before {
    content:"62";
	}
	.popular tr:nth-child(64):before {
    content:"63";
	}
	.popular tr:nth-child(65):before {
    content:"64";
	}
	.popular tr:nth-child(66):before {
    content:"65";
	}
	.popular tr:nth-child(67):before {
    content:"66";
	}
	.popular tr:nth-child(68):before {
    content:"67";
	}
	.popular tr:nth-child(69):before {
    content:"68";
	}
	.popular tr:nth-child(70):before {
    content:"69";
	}
	.popular tr:nth-child(71):before {
    content:"70";
	}
	
	
	
.popular tr:nth-child(odd){
background: #fff !important;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.popular tr:nth-child(1){
background: #24bc94 !important;
}
.popular tr:last-child{
border-bottom: 4px solid #24bc94 !important;
}
.popular tr:nth-child(1) td strong{
color:#fff !important;
}

.sp-pcp-section{
	width:520px !important;
	float:left !important;
	position:relative !important;
	background: #dae7fd;
    padding: 30px 26px 40px;
    border-radius: 20px;
	margin-bottom:26px;
	}
.sp-pcp-section .pcp-button-prev, .sp-pcp-section .pcp-button-next{
display:none !important;
}
.pcp-carousel-wrapper .sp-pcp-carousel{
padding-top:2px !important;
}
.sp-pcp-section .swiper-container{
padding: 26px 20px !important;
    background: #fff !important;
    margin-bottom: 0 !important;
    border-radius: 8px !important;
    border: 1px solid #efefef !important;
	overflow:hidden;
}
.sp-pcp-section .swiper-container .pcp-post-thumb-wrapper{
width: 34%;
    float: left;
    margin-right: 16px;
    }
.sp-pcp-section .swiper-container .pcp-post-thumb-wrapper img {
    width: 100% !important;
    height: auto !important;
}
.sp-pcp-section .swiper-container .sp-pcp-title a {
    color: rgba(0,0,0,.9);
    font: normal 18px/20px 'Mark-Bold' !important;
}
.sp-pcp-section .swiper-container .sp-pcp-title a:hover{
color:#ffcc60 !important;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.sp-pcp-section .swiper-container .sp-pcp-post-content p{
color: rgba(0,0,0,.9);
    font: normal 16px/22px 'Mark-Regular';
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sp-pcp-section .swiper-container .sp-pcp-post-content p a{
color: #3076f8 !important;
}
.sp-pcp-section .swiper-container .sp-pcp-post-content p a:hover{
text-decoration:underline;
}
.sp-pcp-section .sp-pcp-post{
display:block !important;
}

.sp-pcp-section .dots .swiper-pagination-bullet {
    background: #00318c !important;
	opacity: .25 !important;
}
.sp-pcp-section .dots .swiper-pagination-bullet-active {
opacity: .75 !important;
    color: black !important;
}

.text_part .is-style-stripes{
	border-bottom: none !important;
    margin-bottom: 0 !important;
}
.text_part .is-style-stripes td:nth-child(even) {
background-color: #e8e8e8;
width: auto !important;
}
.text_part .is-style-stripes td{
	font: normal 16px/18px 'Mark-Regular' !important;
}
.text_part table td strong {
    color: #303132 !important;
    font: normal 16px/18px 'Mark-Semibold' !important;
}



.gsc-control-cse{
padding: 0 !important;
border-color: #ffcc60 !important;
background-color: #ffcc60 !important;
}

.gsib_a {
padding: 0 9px 0 9px !important;
}
table.gsc-search-box{
    position: relative !important;
	background:#fff !important;
	border-radius:10px !important;
}
.gsc-input-box {
    border: none !important;
    background: #fff !important;
    border-radius: 10px !important;
}
.gsc-search-button-v2 svg {
    fill: #131415 !important;
    width: 24px !important;
    height: 24px !important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    filter: none !important;
    padding: 0 12px !important;
	cursor:pointer;
}
.gsc-modal-background-image{
    background-color: #dae7fd !important;
}
.gsc-modal-background-image-visible {
    opacity: 0.9 !important;
	}
.cse_block_container {
   display:none !important;
	}
	
	.cse_block_container {
    border: 1px solid #e6e6e6 !important;
	}
.gsc-results-wrapper-overlay{
    width: 1200px !important;
	left: 50% !important;
    transform: translateX(-50%) !important;
}
.gsc-results {
    padding-bottom: 2px !important;
    width: 100% !important;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-color: #e4e4e4 !important;
    background-color: #f2f2f2 !important;
    margin-bottom: 12px !important;
    padding: 12px !important;
    width: 100% !important;
    border-radius: 10px !important;
}

.gs-title {
    font-size: 16px !important;
    line-height: 18px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}
.gs-bidi-start-align{
font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 16px !important;
    font-weight: normal !important;
}
.gs-web-image-box, .gs-promotion-image-box {
    float: left !important;
    padding: 2px 0 2px 0 !important;
    margin-right: 16px !important;
    margin-left: 0 !important;
    text-align: center !important;
    width: 100px !important;
}
.gs-web-image-box img, .gs-promotion-image-box img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}
.gs-webResult div.gs-visibleUrl {
    color: #3076f8 !important;
}
.gsc-results .gsc-cursor-box {
    margin: 20px !important;
    text-align: center !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    color: #ec6046 !important;
	font-weight: bold !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    cursor: pointer !important;
    color: #333;
    margin-right: 12px !important;
    display: inline !important;
    font-size: 16px !important;
    font-weight: bold !important;
	background: none !important;
}
.gsc-input {
    font-size: 16px !important;
    color: #1a1a1a !important;
    font: normal 18px 'Mark-Medium' !important;
}

@media screen and (max-width:479px){
.gsc-input-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	}
	.gsc-results-wrapper-overlay {
    width: 96% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
	padding: 46px 16px 16px 16px !important;
}
.gsc-tabsArea {
    margin: 0 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    border: 1px solid #dfe1e5 !important;
    border-radius: 10px !important;
    scrollbar-width: none !important;
}
.gsc-positioningWrapper {
    position: relative;
    margin-bottom: 12px !important;
}





.sp-pcp-section {
    width: 100% !important;
    float: none !important;
    position: relative !important;
    background: #dae7fd;
    padding: 16px 16px 16px;
    border-radius: 20px;
    margin-bottom: 26px;
}
.sp-pcp-section .swiper-container {
    padding: 16px 16px !important;
    background: #fff !important;
    margin-bottom: 0 !important;
    border-radius: 8px !important;
    border: 1px solid #efefef !important;
}
.sp-pcp-section .swiper-container .pcp-post-thumb-wrapper {
    width: 100%;
    float: none;
    margin-right: 0;
}
.sp-pcp-section .swiper-container .sp-pcp-post-content p{
display:none !important;
}

.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title {
    position: absolute !important;
    padding: 8px 10px !important;
    /* background: none !important; */
    float: none;
    width: 100%;
    bottom: 8px;
    background: rgba(0, 49, 140, 0.8) !important;
}
.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a{
color: #fff !important;
font: normal 18px/20px 'Mark-Bold' !important;
}

.sp-pcp-section .dots{
bottom:6px !important;
}



.popular {
    background: #f2f2f2 !important;
    padding: 12px !important;
    border: none !important;
    display: block;
}
.popular tbody {
    width: 100% !important;
    display: block;
    flex-wrap: wrap;
    counter-reset: my-badass-counter;
}
.popular tr {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    border-left: 1px solid #24bc94;
    border-right: 1px solid #24bc94;
    align-items: center;
}
.popular td {
    border: none !important;
    flex-basis: 29% !important;
    text-align: left !important;
    padding-left: 24px !important;
    padding: 8px 10px 8px 22px !important;
}
.popular tr:before {
    content: "";
    left: -12px;
    color: #ff8670;
    font: normal 13px 'Mark-Semibold';
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 24px;
    border: 1px solid #ff8670;
    background: #fff;
}


    
    .listProfile_main ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listProfile_main ul li {
    color: #131415;
    font: normal 16px 'Mark-Semibold';
    background: #eceef2;
    padding: 6px 0px;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    width: 30px;
    margin-right: 2%;
}
.listProfile_main ul li.all {
    background: #ffcc60 !important;
    padding: 6px 0 !important;
    border: 1px solid #ffcc60 !important;
}

	.toc .table-col-3 td{
		padding: 7px !important;
	}
.mob_info_data{
display:flex !important
}
.mob_menu{
display:block !important;
}
#searchbar {
    float: inherit;
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    z-index: 9999;
    box-shadow: none;
    line-height: 46px;
    margin-left: 0;
    border-bottom: none;
    margin-bottom: 0;
    position: absolute;
    border-radius: 0;
    margin-top: 0;
    background: #ffcc60;
    padding: 12px 0 12px 0;
    display: none;
}
.header_search {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.header_search ul {
    width: 87%;
    background: #fff;
    border-radius: 8px;
    float: left;
    margin-right: 16px;
}
#searchbar #s {
    width: 86%;
    float: left;
    height: 48px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border: none;
    color: #1a1a1a;
    font: normal 20px/48px 'Mark-Medium';
    padding: 0 0 0 12px;
    background: none;
    outline: none;
}
.header_search .searchbox {
    position: relative;
    min-width: 100% !important;
    width: 100% !important;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    margin: 0 0 0 0;
}



.menu-col-5 .sub-menu .menu_main li:nth-child(2) {
    border-right: none;
}
.menu-col-5 .sub-menu .menu_main li:nth-child(4) {
    border-right:none;
}
.menu-col-2 .sub-menu .menu_main {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
	margin-bottom:12px;
}
.menu-col-2 .sub-menu .menu_main li .sub-menu .menu_main{
margin-top:0 !important;
margin-bottom:0 !important;
}

.menu-col-5 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
	-moz-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}
.menu-col-2 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:0 !important;
	}
.menu-col-2 .sub-menu .menu_main li {
    flex-basis: 50% !important;
    padding-right: 12px;
}
.menu-col-2 .sub-menu .menu_main li a {
    color: #131415;
    border-bottom: none;
    width: auto !important;
    padding-bottom: 3px !important;
}
.menu-col-2 .sub-menu li .sub-menu{
display:block !important;
margin-top:0 !important;
padding-bottom: 10px !important;
border-top:none !important;
}
.menu-col-2 .sub-menu li .sub-menu li{
border-right:none !important;
padding-right: 0 !important;
}
.menu-col-2 .sub-menu li .sub-menu li{
flex-basis:100% !important;
width:100% !important;
font: normal 14px 'Mark-Medium' !important;
}
.menu-col-2 .sub-menu li .sub-menu li a{
padding: 4px 0 4px 3px !important;
}
.menu-col-2 .sub-menu .menu_main li{
font: normal 16px 'Mark-Semibold';
}
.menu-col-2 .sub-menu .menu_main li a{
padding: 0 0 4px 6px !important;
}
.menu-col-2 .sub-menu .navarrow:after{
display:none !important;
}
.menu-col-5 .sub-menu .menu_main li:nth-child(5){
border-right: 1px solid #ffcc60;
}



.menu-col-5 .sub-menu .menu_main {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
	margin-bottom:12px;
}
.menu-col-5 .sub-menu .menu_main li .sub-menu .menu_main{
margin-top:0 !important;
margin-bottom:0 !important;
}

.menu-col-5 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-col-5 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:0 !important;
}
.menu-col-5 .sub-menu .menu_main li {
    flex-basis: 50% !important;
    padding-right: 12px;
}
.menu-col-5 .sub-menu .menu_main li a {
    color: #131415;
    border-bottom: none;
    width: auto !important;
    padding-bottom: 3px !important;
}
.menu-col-5 .sub-menu li .sub-menu{
display:block !important;
margin-top:0 !important;
padding-bottom: 10px !important;
border-top:none !important;
}
.menu-col-5 .sub-menu li .sub-menu li{
border-right:none !important;
padding-right: 0 !important;
}
.menu-col-5 .sub-menu li .sub-menu li{
flex-basis:100% !important;
width:100% !important;
font: normal 14px 'Mark-Medium' !important;
}
.menu-col-5 .sub-menu li .sub-menu li a{
padding: 4px 0 4px 3px !important;
}
.menu-col-5 .sub-menu .menu_main li{
font: normal 16px 'Mark-Semibold';
}
.menu-col-5 .sub-menu .menu_main li a{
padding: 0 0 4px 6px !important;
}
.menu-col-5 .sub-menu .navarrow:after{
display:none !important;
}



.header_space {
    content: "";
    background: transparent;
    height: 60px;
    width: 100%;
    display: block !important;
}
.header_main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-items: center !important;
    height: 60px;
}
#header {
    background: #00318c;
    padding: 0 !important;
}
.header_left {
    flex-basis: 186px;
    width: 186px;
    /* float: left; */
    margin-left: 10px;
}
.header_left img {
    width: 100%;
    height: 46px;
}
.header_mid{
display:none;
}
.header_right {
   flex-basis: 86px;
    width: 86px !important;
    /* float: right; */
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    right: 48px;
}
.header_right .butt {
    color: #ffcc60;
    font: normal 15px 'Mark-Medium';
    background: none;
    border-radius: 8px !important;
    margin: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 3px 12px;
    position: relative;
    outline: none;
    border: 2px solid #ffcc60;
    width: 100%;
}


.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding: 25px 25px 0;
    max-height: 95%;
    background: none;
    cursor: auto;
    white-space: normal;
    width: 94%;
    height: auto;
    background: #24bc94;
    padding: 20px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.sub_main h2 {
    color: #fff;
    font-size: 24px;
    font-family: "Mark-Semibold";
    margin: 0 0 6px 0;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
}
.sub_main p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    font-family: "Mark-Medium";
    margin-bottom: 14px;
    text-align: center;
}
.sub_main .es-field-wrap label {
    color: #fff;
    font: normal 18px/20px "Mark-Semibold" !important;
}
.sub_main .es-field-wrap input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    line-height: 1.428571429;
    padding: 8px;
    margin: 10px 0 0 0;
    background: #fff;
    color: #393939;
    font: normal 18px "Mark-Regular";
    border: 1px solid #dee3ea;
    -webkit-box-shadow: inset 0 2px 3px rgb(0 0 0 / 8%);
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 8%);
    border-radius: 8px;
    box-shadow: 0 0 34px rgb(70 74 85 / 10%);
}
.sub_main .es_subscription_form_submit, .sub_main .es_submit_button, .sub_main .es_textbox_button {
    display: inline-block !important;
    padding: 0!important;
    color: #393939 !important;
    cursor: pointer !important;
    font: normal 18px/50px "Mark-Bold" !important;
    -webkit-transition: all 0.15s ease-in-out !important;
    transition: all 0.15s ease-in-out !important;
    margin: 8px 0 0 0 !important;
    border: none;
    overflow: hidden;
    border-radius: 8px;
    border: none !important;
    background: #ffcc60;
    width: 100%;
    height: 46px;
}
.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 31px;
    right: 24px;
    line-height: 25px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    font-family: 'Inter-Bold';
    font-size: 28px;
    background: #fff;
    background: #24bc94 !important;
    color: #fff;
    border: 0;
    padding: 7px 6px;
    transition: -webkit-transform ease-out .2s;
    transition: transform ease-out .2s;
    transition: transform ease-out .2s,-webkit-transform ease-out .2s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    /* display: none !important; */
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px 6px 0 0;
}




.banner_up {
    text-align: center;
    width: 96%;
    margin: 0 auto;
    padding-top: 36px;
}
.banner_up h2 {
    color: #fff;
    font: normal 36px/38px 'Mark-Bold';
    margin-bottom: 4px;
}
.banner_up p {
    color: #fff;
    font: normal 18px/26px 'Mark-Semibold';
    margin-bottom: 22px;
    margin-top: 10px;
}
.banner_about, .banner_subscribe {
    flex-basis: 48.2%;
}
.banner_about a {
    background: #fff !important;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0 12px 0;
    color: #fff;
    line-height: 1;
    border: 0;
    /* display: block; */
    transition: .1s;
    background-size: 100% 100%!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #164db3 !important;
    font: normal 16px 'Mark-Semibold' !important;
    letter-spacing: 0;
    height: 42px;
    /* word-spacing: 0 !important; */
    line-height: 44px !important;
    word-spacing: initial !important;
    display: block;
    position: relative;
}
.banner_subscribe a {
    background: hsla(0,0%,100%,.1) !important;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0 12px 0;
    color: #fff;
    line-height: 1;
    border: 0;
    /* display: block; */
    transition: .1s;
    background-size: 100% 100%!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    font: normal 16px 'Mark-Semibold' !important;
    letter-spacing: 0;
    height: 42px;
    /* word-spacing: 0 !important; */
    line-height: 44px !important;
    word-spacing: initial !important;
    display: block;
    position: relative;
}
.banner_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
}
.banner_down {
    flex-basis: 48%;
    margin-top: 66px;
}
.banner_main {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 110px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
}
.banner_down {
    flex-basis: 48%;
    margin-top: 66px;
}
.banner_down_one img {
    width: auto;
    height: 68px;
    margin-bottom: 10px;
    margin-top: -66px;
    background: #fff;
    padding: 16px 6px 0 6px;
    border-radius: 50% 50% 0 0;
}
.banner_down_one {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    padding: 16px 16px 6px 16px;
    box-shadow: 0 8px 13px rgb(70 74 85 / 8%);
}
.banner_down_one h2 {
    color: #131415;
    font: normal 20px 'Mark-Bold' !important;
    margin-bottom: 10px;
}
.banner_down_one ul {
    padding: 0;
    margin: 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left !important;
}
.banner_down_one ul li {
    flex-basis: 48%;
    color: #131415;
    font: normal 14.2px 'Mark-Medium';
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.Profile_main {
    width: 96%;
    margin: -80px auto 0;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px 12px 16px;
    border: 1px solid #ebebeb;
    position: relative;
    box-shadow: 0 8px 13px rgb(70 74 85 / 8%);
}
.Profile_main h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    width: fit-content;
}
.Profile_main h2:before {
    content: "";
    background: url(images/profile-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.Profile_main:after {
    content: "";
    background: #eceef2;
    height: 16px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    border-radius: 0 0 10px 10px;
}
.Profile_main ul li a {
    color: #131415;
    font: normal 18px 'Mark-Semibold';
    background: #eceef2;
    padding: 7px 9px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 3px solid #fff;
}
.Profile_main ul li a {
    color: #131415;
    font: normal 17px 'Mark-Semibold';
    background: #eceef2;
    padding: 7px 9px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 3px solid #fff;
}
.list_table {
    width: 96%;
    padding-top: 32px;
    margin: 0 auto;
}
.list_main {
    width: 100%;
    margin: 0 auto;
}
.list_main h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 0;
}
.list_main h2:before {
    content: "";
    background: url(images/popular-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
#size_table {
    width: 96%;
    margin: 0 auto 0;
    background: #fff;
    padding: 16px 0 0 0;
    border-top: 2px solid #131415;
    position: relative;
}
.size_main {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
#size_table h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 26px;
    position: relative;
}
#size_table h2:before {
    content: "";
    background: url(images/size-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.size_one {
    width: 100%;
    margin: 0 0 20px 0;
}
.slidetitle {
    width: 96%;
    margin: 0 auto;
}
.slidetitle h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
}
.slidetitle h2:before {
    content: "";
    background: url(images/recent-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.side_main {
    width: 96%;
    margin: 0 auto;
}
.wppsac-wrap {
    width: 100%;
    float: none;
    position: relative;
}
.side_right {
    width: 100%;
    float: none;
    position: relative;
    margin-top: 20px;
}
.side_right h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 20px;
    position: relative;
}
.side_right h2:before {
    content: "";
    background: url(images/food-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.side_button a {
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 1px 0 0 0;
    line-height: 1;
    border: 0;
    transition: .1s;
    background-size: 98% 100%!important;
    -ms-user-select: none;
    user-select: none;
    color: #ec6046 !important;
    font: normal 13px 'Mark-Medium' !important;
    letter-spacing: 0;
    word-spacing: initial !important;
    display: block;
    position: absolute;
    top: 25px;
    right: 6px;
    padding: 0 0 0;
    border: none;
    background: none;
    border-radius: 0;
    border-bottom: 2px solid #ec6046;
}
.side_right p {
    color: #303132;
    font: normal 15px/24px 'Mark-Medium';
    margin-bottom: 18px;
}
.side_right ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left !important;
}
.side_right ul li {
    flex-basis: 22%;
    color: #131415;
    font: normal 15px 'Mark-Medium';
    margin-bottom: 22px;
    position: relative;
    text-align: center;
	padding-bottom:0 !important;
}
.side_right ul li span {
    color: #131415;
    font: normal 16px/17px 'Mark-Medium';
    display: block;
}
.footer_new_main {
    width: 96%;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    text-align: center;
}
.footer_new_left {
    flex-basis: 100%;
    text-align: center;
}
.footer_new_left ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer_new_mid {
    flex-basis: 100%;
    text-align: center;
    margin: 4px 0 4px 0;
}
.footer_new_right {
    flex-basis: 100%;
    text-align: center;
}
.footer_new_mid p {
    color: #fff;
    font: normal 13px/15px "Mark-Regular";
}
.list_table .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #24bc94 !important;
    right: 12px;
    padding: 16px;
    z-index: 10;
    border-radius: 4px;
    border: 2px solid #24bc94;
}
.list_table .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #24bc94 !important;
    left: 12px;
    padding: 16px;
    border-radius: 4px;
    z-index: 10;
    border: 2px solid #24bc94;
}
.wppsac-wrap .wppsac-post-content{
display:none !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left {
    position: absolute !important;
    padding: 8px 10px !important;
    /* background: none !important; */
    float: none;
    width: 100%;
    bottom: 0;
    background: rgba(0, 49, 140, 0.8) !important;
}
.wppsac-wrap .wppsac-post-slider-init, .wppsac-wrap .wppsac-post-slider, .wppsac-wrap .design-1, .wppsac-wrap .slick-initialized, .wppsac-wrap .slick-slider, .wppsac-wrap .slick-dotted {
    background: #dae7fd;
    padding: 20px 16px 36px;
    border-radius: 20px;
}
.wppsac-wrap .wppsac-post-slides, .wppsac-wrap .slick-slide {
    padding: 16px 12px !important;
    background: #fff !important;
    margin-bottom: 0 !important;
    border-radius: 8px !important;
    border: 1px solid #efefef !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-image-bg {
    width: 100%;
    float: none;
    margin-right: 0;
 position:relative;
    left: 0;
    top: 0;
	margin-bottom:12px;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title {
    color: #fff !important;
    font: normal 18px/20px 'Mark-Bold' !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .slick-dots {
    left: 50% !important;
    bottom: 12px !important;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title a:hover {
    color: #ffcc60 !important;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.main_body {
    width: 100%;
    padding: 26px 0 16px 0;
    position: relative;
}
.body_main {
    width: 96%;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* box-shadow: 0 8px 13px rgb(70 74 85 / 8%); */
    /* border: 1px solid #ebebeb; */
    background: #fff;
    padding: 0 0 0 0;
}
.text_part {
    clear: both;
    padding-top: 16px;
}

.text_part h2 {
    color: #131415;
    font: normal 22px/26px 'Mark-Bold';
    margin-bottom: 18px;
    position:
    relative;
    width: fit-content;
    padding: 0 0;
	/*overflow:hidden;*/
}

.text_part h3 {
    color: #131415;
    font: normal 17px/21px 'Mark-Bold';
	margin-bottom: 18px;
}

.text_part h4 {
    color: #131415;
    font: normal 15px/19px 'Mark-Bold';
	margin-bottom: 18px;
}

.text_part h5 {
    color: #131415;
    font: normal 14px/18px 'Mark-Bold';
	margin-bottom: 18px;
}
.body_head h1 {
    color: #00318c;
    font: normal 32px/34px 'Mark-Bold';
}
div.wpcf7:after {
    content: "";
    background: #c2d9ff;
    height: 16px;
    position: absolute;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    border-radius: 0 0 10px 10px;
}
div.wpcf7 {
    width: 100%;
    margin: 26px 0 26px 0;
    /* background: #ebecec; */
    padding: 18px 18px 18px 18px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
    text-align: left !important;
}
.wpcf7-spinner{
display:none !important;
}
.error_main {
    width: 96%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0;
}
.error_head {
    color: #00318c;
    font: normal 36px/40px 'Mark-Bold';
    margin-bottom: 16px;
    text-align: center;
}
.error_title {
    color: #303132;
    font: normal 17px/25px 'Mark-Medium';
    margin-bottom: 20px !important;
    text-align: center;
}
.error_search #s {
    background: none;
    width: 70% !important;
    height: 48px;
    margin-top: 0;
    padding: 6px 16px 0;
    border: none !important;
    border-radius: 10px;
    color: #757575 !important;
    font: normal 17px 'Mark-Regular' !important;
    outline: none !important;
}
.error_search #searchform {
    border-radius: 30px;
    border: 1px solid #d9d9d9;
    background: #fff;
    height: 50px;
    position: relative;
    margin-bottom: 26px;
}
.error_search #s {
    background: none;
    width: 68% !important;
    height: 46px;
    margin-top: 0;
    padding: 6px 16px 0;
    border: none !important;
    border-radius: 10px;
    color: #757575 !important;
    font: normal 17px 'Mark-Regular' !important;
    outline: none !important;
}
.error_search #error_submit {
    height: 48px;
    width: 112px;
    background: #24bc94;
    padding: 0 0;
    color: #fff;
    color: #fff;
    font: normal 18px/50px 'Mark-Semibold';
    float: right;
    background-size: 100%;
    margin: 0 -2px 0 0;
    border: none !important;
    cursor: pointer;
    border-radius: 30px;
}
.inner_gallery_main {
    margin-top: 22px !important;
    display: block;
    flex-wrap: wrap;
}
.inner_gallery_one img {
    float: left !important;
    margin: 0 0 12px 0 !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
}
.inner_gallery_one {
    border-bottom: none !important;
    padding: 12px !important;
    position: relative;
    background: #f2f2f2;
    width: 45%;
    margin-bottom: 36px;
    margin-left: 2.1%;
    align-items: center;
    display: inline-block;
    text-align: center;
}
.inner_gallery_one a {
    color: #303132;
    font: normal 15px/17px 'Mark-Semibold';
}
.blog_pagination {
    text-align: center;
    width: 100%;
    margin-bottom: 36px;
    margin-top: 12px;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title a{
	color:#fff !important;
    font: normal 18px/20px 'Mark-Bold' !important;
}
.net_box{
display:none !important;
}
.bred_box {
    margin-bottom: 20px;
    /* display: flex; */
    justify-content: space-between;
    /* background: #fff; */
    /* box-shadow: 0 8px 13px rgb(70 74 85 / 8%); */
    border-bottom: 2px solid #00318c;
    padding-bottom: 8px;
}
.bred_crum {
    flex-basis: 100%;
    overflow: hidden;
    color: #131415;
    font: normal 14px 'Mark-Medium';
    width: 100%;
    float: none;
    padding: 0 0 0 0;
}
.wp-block-gallery {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
    clear: none !important;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px !important;
}
.toc {
    width: 100%!important;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    border: #dae7fd 1px solid;
    padding: 8px 12px 0 12px !important;
    border-radius: 10px;
    position: relative;
	margin-top: 16px;
}
.toc h2:before {
    content: "";
    background: url(images/info-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 23px !important;
    height: 23px !important;
    position: relative !important;
    top: 7px !important;
    left: 0;
    display: inline-block;
    margin-right: 4px;
}
.toc:after {
    content: "";
    background: #dae7fd;
    height: 12px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.wp-block-gallery {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
    clear: none !important;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 !important;
}
.gallery {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
    clear: none !important;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 !important;
}
.wp-block-gallery .wp-block-image {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    flex-basis: 30% !important;
    width: 30% !important;
    margin-right: .9% !important;
    margin-left: .9% !important;
    flex-grow: inherit !important;
    display: block !important;
    /* box-shadow: 0 0 34px rgb(70 74 85 / 8%); */
    border: 1px solid #dae7fd;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
}
.gallery .wp-block-image {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    flex-basis: 30% !important;
    width: 30% !important;
    margin-right: .9% !important;
    margin-left: .9% !important;
    flex-grow: inherit !important;
    display: block !important;
    /* box-shadow: 0 0 34px rgb(70 74 85 / 8%); */
    border: 1px solid #dae7fd;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
}
.wp-block-gallery .wp-block-image img{
    height: 100px !important;
    width: auto !important;
    max-width: 100% !important;
	border-radius:0 !important;
}
.gallery .gallery-item .gallery-icon img{
 height: 100px !important;
    width: auto !important;
    max-width: 100% !important;
}

.similar_table {
    /* background: #dae7fd; */
    border-radius: 8px;
    padding: 0;
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 18px;
    border: 1px solid #e8e8e8;
    padding: 16px;
    position: relative;
    clear: both;
    margin-top: 22px;
    margin-bottom: 36px;
}
.similar_table:after {
    content: "";
    background: #eceef2;
    height: 12px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.care h2 {
    color: #131415;
    font: normal 24px/26px 'Mark-Bold' !important;
    margin-bottom: 12px !important;
}
.care_one h3 {
    color: #131415;
    font: normal 20px/22px 'Mark-Bold' !important;
    margin-bottom: 10px !important;
    position: relative;
}
.care:after {
    content: "";
    background: #e3e3e3;
    height: 12px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.care {
    background: #f2f2f2;
    /* border: 1px solid #dae7fd; */
    border-radius: 10px;
    padding: 16px;
    position: relative;
    margin-bottom: 36px;
    width: 100%;
    clear: both;
}
.comment_table {
    width: 100%;
    margin: 16px 0 36px 0;
    /* background: #ebecec; */
    padding: 16px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
#comment {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    line-height: 1.428571429;
    padding: 14px;
    margin: 0 0 12px 0;
    color: #303132 !important;
    font: normal 16px 'Mark-Regular';
    background: #fff;
    border: none;
    border-radius: 10px;
}
#author, #email, #url{
height: 46px !important;
}
.comment-form-author {
    float: none;
    width: 100%;
}
.comment-form-email {
    float: none;
    width: 100%;
    margin-left: 0 !important;
}
.comment-form-url {
    float: none;
    width: 100%;
    margin-top: 12px !important;
}
#comments #submit {
    height: 46px;
    background: #24bc94;
    padding: 0 20px;
    color: #fff;
    font: normal 18px/48px 'Mark-Semibold';
    border: none;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: .95px;
    cursor: pointer;
    margin: 12px 0 0 0;
}
.comment_table:after {
    content: "";
    background: #c2d9ff;
    height: 12px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.news_box {
    padding: 0 0 8px 0;
    background: #00318c !important;
    margin-top: 16px;
}
.news_main {
    width: 94%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.news_left {
    flex-basis: 192px;
    display: none !important;
}
.news_right {
    flex-basis: 786px;
    padding-top: 26px;
    width: 100%;
}
.comment-form label {
    color: #303132;
    font: normal 17px/26px 'Mark-Medium';
    margin-bottom: 10px;
}
.news_right h3 {
    color: #fff;
    font: normal 26px/28px 'Mark-Bold';
    margin-bottom: 8px;
}
.news_main p {
    color: #fff;
    font: normal 16px/20px 'Mark-Regular';
    position: relative;
}
.news_right .wp-block-tnp-minimal {
    border-radius: 10px !important;
    border: none !important;
    background: #fff !important;
    height: 50px !important;
    width: 100% !important;
    margin: 14px auto 0 !important;
    padding: 6px 4px !important;
    box-shadow: 0 -10px 16px 0 rgb(0 0 0 / 4%) !important;
    border: 1px solid #d7d7d7 !important;
}
.news_right .es-field-wrap .es_txt_email {
    background: none !important;
    width: 100% !important;
    height: 40px !important;
    margin-top: 0 !important;
    padding: 0 10px 0 4px !important;
    border: none !important;
    color: #303132 !important;
    font: normal 15px 'Mark-Medium' !important;
    unicode-bidi: embed;
    border-right: none !important;
    max-width: 66%;
    float: left;
}
.news_right .es_subscription_form_submit {
    height: 38px !important;
    background: #ffef99 !important;
    background-color: #ffe037 !important;
    padding: 0 0 !important;
    color: #303132 !important;
    font: normal 16px/38px 'Mark-Semibold' !important;
    border: 1px solid #ffd800 !important;
    cursor: pointer !important;
    width: 116px !important;
    display: block !important;
    text-align: center !important;
    float: right !important;
    margin-top: -11px !important;
    position: relative !important;
    border-radius: 10px !important;
}
.comment_table h3 {
    color: #131415 !important;
    font: normal 22px/28px 'Mark-Bold';
    margin-bottom: 18px;
    position: relative;
    padding-left: 36px;
}
.comment_table h3:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/comment-icon.webp);
    position: absolute;
    top: -2px;
    left: 0;
}
.commentlist li {
    margin: 10px 0 16px 0;
    padding-bottom: 0 !important;
    position: relative;
    padding: 14px !important;
    background: #fff;
    border: none;
    position: relative;
    list-style: none !important;
    border: none;
    border-radius: 10px;
}
.comment-author {
    width: 100%;
    float: none;
}
.commentmetadata {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 4px;
}
.comment_table .children {
    border-left: none;
    position: relative;
    margin-left: 8px;
    overflow: visible !important;
    margin-bottom: 0 !important;
}
.comment_table .children:before {
    display: block;
    /* background: none !important; */
    -moz-border-radius: 12px;
    /* -webkit-border-radius: 12px; */
    /* color: #111945; */
    /* font-family: "Font Awesome 5 Free" !important; */
    font-size: 18px!important;
    font-weight: 900;
    position: absolute;
    top: -4px;
    left: -18px;
    content: "" !important;
    background: url(images/reply-icon.webp) no-repeat;
    background-size: 64%;
    z-index: 50;
    width: 40px;
    height: 40px;
    display: block;
}
.video {
    border-radius: 8px;
    padding: 0;
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0 !important;
    border: 1px solid #e8e8e8;
    padding: 12px;
    /* position: relative; */
    clear: both;
    margin-top: 22px;
    margin-bottom: 12px;
    margin-top: 18px;
}
.video h2 {
    color: #131415 !important;
    font: normal 18px/20px 'Mark-Semibold' !important;
    margin-bottom: 12px !important;
    position: relative !important;
    text-align: center !important;
    width: auto !important;
}


.toc h2 {
    /* background: #00318c; */
    color: #00319b !important;
    font: normal 18px/22px 'Mark-Semibold' !important;
    margin: 0 0 16px 0 !important;
    padding: 0 7px !important;
    /* border-radius: 10px 10px 0 0; */
    display: block !important;
    position: relative !important;
    text-align: center !important;
    width: auto !important;
}
.gallery .gallery-item {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    flex-basis: 31% !important;
    width: 30% !important;
    margin-right: 1.1% !important;
    margin-left: 1.1% !important;
    flex-grow: inherit !important;
    display: block !important;
    /* box-shadow: 0 0 34px rgb(70 74 85 / 8%); */
    border: 1px solid #dae7fd;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
}
.col2 li, .col3 li, .col4 li, .col5 li{
    flex-basis: 48% !important;
    margin-left: 2% !important;
}
.top_ten .alignleft {
    float: none !important;
    margin: 0 0 18px 0 !important;
    max-width: 100% !important;
    width: 100%;
    height: auto !important;
    overflow: hidden;
}
.top_ten .alignright {
    float: none !important;
    margin-top: 10px;
    margin-left: 0 !important;
    margin-bottom: 18px !important;
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
}
.top_ten .aligncenter {
    clear: both;
    margin: 10px auto 18px;
    max-width: 100%;
    height: auto;
    text-align: center;
    width: 0 !important;
}
.text_part table>tbody>tr>td, .text_part table>tfoot>tr>td, .text_part table>thead>tr>td{
font: normal 16px/20px 'Mark-Regular';
}
.text_part table td strong {
    color: #303132 !important;
    font: normal 16px/20px 'Mark-Semibold';
}
.top_ten table td{
text-align:center;
}
.newrel {
    width: 100%;
    margin: 26px 0 36px 0;
    /* background: #ebecec; */
    padding: 24px 16px 8px 16px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.newrel h3 {
    color: #131415 !important;
    font: normal 22px/26px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-left: 36px;
    margin-left: 0 !important;
}
.newrel h3:before {
    content: "";
    width: 27px;
    height: 27px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/footprint.webp);
    position: absolute;
    top: -4px;
    left: 0;
}
.newrelmain ul li {
    background: #fff;
    flex-basis: 46%;
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 8px;
    text-align: center;
    padding: 12px;
    margin-bottom: 18px !important;
}
.newrelmain ul li a {
    color: #3076f8 !important;
    font: normal 16px/19px 'Mark-Semibold';
}
.newrel:after {
    content: "";
    background: #c2d9ff;
    height: 12px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.text_part .alignright {
    float: none !important;
    margin-top: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 18px !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
	width: auto !important;
	text-align:center !important;
}
.text_part .alignleft {
    float: none !important;
    margin: 10px auto 18px !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    display: block !important;
	width: auto !important;
	text-align:center !important;
}
.text_part .aligncenter {
    clear: both;
    margin: 10px auto 18px;
    max-width: 100%;
	width: auto !important;
    height: auto;
    text-align: center;
    display: block;
	text-align:center !important;
}
.fretured_link ul li {
    color: #303132;
    font: normal 17px/21px 'Mark-Regular';
    margin-bottom: 12px;
    position: relative;
    padding-left: 12px;
    text-align: left !important;
    flex-basis: 48%;
    margin-right: 0;
    margin-left: 2%;
}
.body_right {
    width: 96%;
    margin: 20px auto 20px;
}
.fretured_one {
    background: #f2f2f2;
    padding: 16px;
    overflow: hidden;
    border-radius: 8px;
    margin: 18px 0 26px 0;
}
.right_table {
    width: 100%;
    margin: 16px 0 56px 0;
    padding: 26px 16px 0px 16px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.right_table:after {
    content: "";
    background: #c2d9ff;
    height: 12px;
    position: absolute;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.related_main .related_one {
    background: #fff;
    flex-basis: 48%;
    border-radius: 8px;
    padding: 12px !important;
    margin-bottom: 26px;
    text-align: center;
}
.fretured_one a {
    color: #3076f8 !important;
    font: normal 20px/24px 'Mark-Semibold';
}
.related_main .related_one img {
    width: 100%;
    height: auto !important;
    margin-right: 0px;
    float: none;
    margin-bottom: 8px;
}

.related_main .related_one a {
    color: #3076f8 !important;
    font: normal 16px/18px 'Mark-Semibold' !important;
}
.related_main .related_one p{
display:none !important;
}
.right_table h3 {
    color: #131415 !important;
    font: normal 22px/26px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-left: 36px;
}
.right_table h3:before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/footprint.webp);
    position: absolute;
    top: -5px;
    left: 0;
}
.related_table {
    width: 100%;
    margin: 16px 0 76px 0;
    padding: 26px 18px 4px 18px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.list_body_main ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_body_main ul li {
    color: #131415;
    font: normal 16px 'Mark-Semibold';
    background: #eceef2;
    padding: 6px 0px;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    width: 30px;
    margin-right: 2%;
}
.link_main_one ul li {
    color: #303132;
    font: normal 16px/20px 'Mark-Regular';
    margin-bottom: 10px;
    position: relative;
    padding-left: 14px;
    text-align: left !important;
    flex-basis: 46%;
    margin-right: 0;
    margin-left: 3%;
}
.list_body_main h2 {
    color: #00318c;
    font: normal 26px/30px 'Mark-Bold';
    margin-bottom: 26px;
}
.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding: 25px 25px 0;
    max-height: 95%;
    background: none;
    cursor: auto;
    white-space: normal;
    width: 94%;
    height: auto;
    background: #24bc94;
    padding: 20px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.blog {
    background: #dae7fd !important;
    margin-bottom: 20px !important;
    counter-reset: my-badass-counter;
    padding: 12px 16px 0 16px;
}
.blog table tr {
    padding: 0 !important;
    flex-basis: 100% !important;
    margin-bottom: 26px;
    background: #fff;
    border-radius: 8px !important;
}
.blog table td {
    overflow: hidden;
    padding: 16px !important;
}
.blog table td h2 {
    color: #131415 !important;
    font: normal 17px/21px "Mark-Semibold" !important;
    margin: 0 0 8px 0 !important;
    padding: 0 0 0 0 !important;
    position: relative;
    text-align: left !important;
}
.blog table td .aligncenter {
    float: right !important;
    margin-left: 20px !important;
    width: 32% !important;
    margin-top: 0 !important;
    margin: 0 0 0 18px !important;
}
.other_post ul li {
    color: #303132;
    font: normal 17px/21px 'Mark-Regular';
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
    text-align: left !important;
    flex-basis: 48%;
    margin-right: 0;
    margin-left: 2%;
}
.text_part table {
    width: 100%;
    background-color: transparent;
    margin-bottom: 26px;
    margin-top: 0;
    color: #092642;
    font: normal 18px/28px 'Mark-Regular';
    border-collapse: collapse;
    box-sizing: border-box;
    overflow-x: auto !important;
    overflow-Y: hidden !important;
    display: block;
}
.text_part .schema-faq-section .schema-faq-question{
padding: 16px 36px 16px 16px !important;
}

.top10 td {
    border: none !important;
    background: #f2f2f2;
    border-bottom: 36px solid #fff !important;
    padding: 12px 12px 8px 0 !important;
    position: relative;
}
.top10 td h2 strong {
    color: #fff !important;
    font: normal 15px 'Mark-Bold' !important;
}
.top10 td h2 {
    width: auto !important;
    margin-bottom: 0 !important;
    background: #ec6046;
    margin-left: 0;
    width: 28px !important;
    height: 32px;
    text-align: center;
    border-radius: 0 30px 30px 0;
    padding: 2px 6px 6px 4px;
    border: none;
    color: #fff !important;
    border-left: 1px solid #e8e8e8;
    margin-top: -11px;
}
.top10 td .aligncenter, .top10 td .alignleft, .top10 td .alignright{
	margin-bottom:8px !important;
}
}

@media screen and (min-width:480px) and (max-width:767px){

.gsc-input-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	}
	.gsc-results-wrapper-overlay {
    width: 96% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
	padding: 46px 16px 16px 16px !important;
}
.gsc-tabsArea {
    margin: 0 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    border: 1px solid #dfe1e5 !important;
    border-radius: 10px !important;
    scrollbar-width: none !important;
}
.gsc-positioningWrapper {
    position: relative;
    margin-bottom: 12px !important;
}




.sp-pcp-section {
    width: 100% !important;
    float: none !important;
    position: relative !important;
    background: #dae7fd;
    padding: 16px 16px 16px;
    border-radius: 20px;
    margin-bottom: 26px;
}
.sp-pcp-section .swiper-container {
    padding: 16px 16px !important;
    background: #fff !important;
    margin-bottom: 0 !important;
    border-radius: 8px !important;
    border: 1px solid #efefef !important;
}
.sp-pcp-section .swiper-container .pcp-post-thumb-wrapper {
    width: 100%;
    float: none;
    margin-right: 0;
}
.sp-pcp-section .swiper-container .sp-pcp-post-content p{
display:none !important;
}

.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title {
    position: absolute !important;
    padding: 8px 10px !important;
    /* background: none !important; */
    float: none;
    width: 100%;
    bottom: 8px;
    background: rgba(0, 49, 140, 0.8) !important;
}
.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a{
color: #fff !important;
font: normal 18px/20px 'Mark-Bold' !important;
}

.sp-pcp-section .dots{
bottom:6px !important;
}


.popular {
    background: #f2f2f2 !important;
    padding: 12px !important;
    border: none !important;
    display: block;
}
.popular tbody {
    width: 100% !important;
    display: block;
    flex-wrap: wrap;
    counter-reset: my-badass-counter;
}
.popular tr {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    border-left: 1px solid #24bc94;
    border-right: 1px solid #24bc94;
    align-items: center;
}
.popular td {
    border: none !important;
    flex-basis: 29% !important;
    text-align: left !important;
    padding-left: 24px !important;
    padding: 8px 10px 8px 22px !important;
}
.popular tr:before {
    content: "";
    left: -12px;
    color: #ff8670;
    font: normal 13px 'Mark-Semibold';
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 24px;
    border: 1px solid #ff8670;
    background: #fff;
}

    .listProfile_main ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listProfile_main ul li {
    color: #131415;
    font: normal 16px 'Mark-Semibold';
    background: #eceef2;
    padding: 6px 0px;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    width: 30px;
    margin-right: 2%;
}
.listProfile_main ul li.all {
    background: #ffcc60 !important;
    padding: 6px 0 !important;
    border: 1px solid #ffcc60 !important;
}

	.toc .table-col-3 td{
		padding: 7px !important;
	}

.mob_info_data{
display:flex !important
}
.mob_menu{
display:block !important;
}
#searchbar {
    float: inherit;
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    z-index: 9999;
    box-shadow: none;
    line-height: 46px;
    margin-left: 0;
    border-bottom: none;
    margin-bottom: 0;
    position: absolute;
    border-radius: 0;
    margin-top: 0;
    background: #ffcc60;
    padding: 12px 0 12px 0;
    display: none;
}
.header_search {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.header_search ul {
    width: 89%;
    background: #fff;
    border-radius: 8px;
    float: left;
    margin-right: 16px;
}
#searchbar #s {
    width: 86%;
    float: left;
    height: 48px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border: none;
    color: #1a1a1a;
    font: normal 20px/48px 'Mark-Medium';
    padding: 0 0 0 12px;
    background: none;
    outline: none;
}
.header_search .searchbox {
    position: relative;
    min-width: 100% !important;
    width: 100% !important;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    margin: 0 0 0 0;
}



.menu-col-5 .sub-menu .menu_main li:nth-child(2) {
    border-right: none;
}
.menu-col-5 .sub-menu .menu_main li:nth-child(4) {
    border-right:none;
}
.menu-col-2 .sub-menu .menu_main {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
	margin-bottom:12px;
}
.menu-col-2 .sub-menu .menu_main li .sub-menu .menu_main{
margin-top:0 !important;
margin-bottom:0 !important;
}

.menu-col-5 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
	-moz-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}
.menu-col-2 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:0 !important;
}
.menu-col-2 .sub-menu .menu_main li {
    flex-basis: 50% !important;
    padding-right: 12px;
}
.menu-col-2 .sub-menu .menu_main li a {
    color: #131415;
    border-bottom: none;
    width: auto !important;
    padding-bottom: 3px !important;
}
.menu-col-2 .sub-menu li .sub-menu{
display:block !important;
margin-top:0 !important;
padding-bottom: 10px !important;
border-top:none !important;
}
.menu-col-2 .sub-menu li .sub-menu li{
border-right:none !important;
padding-right: 0 !important;
}
.menu-col-2 .sub-menu li .sub-menu li{
flex-basis:100% !important;
width:100% !important;
font: normal 14px 'Mark-Medium' !important;
}
.menu-col-2 .sub-menu li .sub-menu li a{
padding: 4px 0 4px 3px !important;
}
.menu-col-2 .sub-menu .menu_main li{
font: normal 16px 'Mark-Semibold';
}
.menu-col-2 .sub-menu .menu_main li a{
padding: 0 0 4px 6px !important;
}
.menu-col-2 .sub-menu .navarrow:after{
display:none !important;
}
.menu-col-5 .sub-menu .menu_main li:nth-child(5){
border-right: 1px solid #ffcc60;
}



.menu-col-5 .sub-menu .menu_main {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
	margin-bottom:12px;
}
.menu-col-5 .sub-menu .menu_main li .sub-menu .menu_main{
margin-top:0 !important;
margin-bottom:0 !important;
}

.menu-col-5 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
	 
}
.menu-col-5 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:0 !important;
}
.menu-col-5 .sub-menu .menu_main li {
    flex-basis: 50% !important;
    padding-right: 12px;
}
.menu-col-5 .sub-menu .menu_main li a {
    color: #131415;
    border-bottom: none;
    width: auto !important;
    padding-bottom: 3px !important;
}
.menu-col-5 .sub-menu li .sub-menu{
display:block !important;
margin-top:0 !important;
padding-bottom: 10px !important;
border-top:none !important;
}
.menu-col-5 .sub-menu li .sub-menu li{
border-right:none !important;
padding-right: 0 !important;
}
.menu-col-5 .sub-menu li .sub-menu li{
flex-basis:100% !important;
width:100% !important;
font: normal 14px 'Mark-Medium' !important;
}
.menu-col-5 .sub-menu li .sub-menu li a{
padding: 4px 0 4px 3px !important;
}
.menu-col-5 .sub-menu .menu_main li{
font: normal 16px 'Mark-Semibold';
}
.menu-col-5 .sub-menu .menu_main li a{
padding: 0 0 4px 6px !important;
}
.menu-col-5 .sub-menu .navarrow:after{
display:none !important;
}



.header_space {
    content: "";
    background: transparent;
    height: 60px;
    width: 100%;
    display: block !important;
}
.header_main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-items: center !important;
    height: 60px;
}
#header {
    background: #00318c;
    padding: 0 !important;
}
.header_left {
    flex-basis: 186px;
    width: 186px;
    /* float: left; */
    margin-left: 10px;
}
.header_left img {
    width: 100%;
    height: 46px;
}
.header_mid{
display:none;
}
.header_right {
   flex-basis: 86px;
    width: 86px !important;
    /* float: right; */
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    right: 48px;
}
.header_right .butt {
    color: #ffcc60;
    font: normal 15px 'Mark-Medium';
    background: none;
    border-radius: 8px !important;
    margin: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 3px 12px;
    position: relative;
    outline: none;
    border: 2px solid #ffcc60;
    width: 100%;
}


.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding: 25px 25px 0;
    max-height: 95%;
    background: none;
    cursor: auto;
    white-space: normal;
    width: 94%;
    height: auto;
    background: #24bc94;
    padding: 20px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.sub_main h2 {
    color: #fff;
    font-size: 24px;
    font-family: "Mark-Semibold";
    margin: 0 0 6px 0;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
}
.sub_main p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    font-family: "Mark-Medium";
    margin-bottom: 14px;
    text-align: center;
}
.sub_main .es-field-wrap label {
    color: #fff;
    font: normal 18px/20px "Mark-Semibold" !important;
}
.sub_main .es-field-wrap input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    line-height: 1.428571429;
    padding: 8px;
    margin: 10px 0 0 0;
    background: #fff;
    color: #393939;
    font: normal 18px "Mark-Regular";
    border: 1px solid #dee3ea;
    -webkit-box-shadow: inset 0 2px 3px rgb(0 0 0 / 8%);
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 8%);
    border-radius: 8px;
    box-shadow: 0 0 34px rgb(70 74 85 / 10%);
}
.sub_main .es_subscription_form_submit, .sub_main .es_submit_button, .sub_main .es_textbox_button {
    display: inline-block !important;
    padding: 0!important;
    color: #393939 !important;
    cursor: pointer !important;
    font: normal 18px/50px "Mark-Bold" !important;
    -webkit-transition: all 0.15s ease-in-out !important;
    transition: all 0.15s ease-in-out !important;
    margin: 8px 0 0 0 !important;
    border: none;
    overflow: hidden;
    border-radius: 8px;
    border: none !important;
    background: #ffcc60;
    width: 100%;
    height: 46px;
}
.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 31px;
    right: 24px;
    line-height: 25px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    font-family: 'Inter-Bold';
    font-size: 28px;
    background: #fff;
    background: #24bc94 !important;
    color: #fff;
    border: 0;
    padding: 7px 6px;
    transition: -webkit-transform ease-out .2s;
    transition: transform ease-out .2s;
    transition: transform ease-out .2s,-webkit-transform ease-out .2s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    /* display: none !important; */
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px 6px 0 0;
}




.banner_up {
    text-align: center;
    width: 96%;
    margin: 0 auto;
    padding-top: 36px;
}
.banner_up h2 {
    color: #fff;
    font: normal 36px/38px 'Mark-Bold';
    margin-bottom: 4px;
}
.banner_up p {
    color: #fff;
    font: normal 18px/26px 'Mark-Semibold';
    margin-bottom: 22px;
    margin-top: 10px;
}
.banner_about, .banner_subscribe {
    flex-basis: 48.2%;
}
.banner_about a {
    background: #fff !important;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0 12px 0;
    color: #fff;
    line-height: 1;
    border: 0;
    /* display: block; */
    transition: .1s;
    background-size: 100% 100%!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #164db3 !important;
    font: normal 16px 'Mark-Semibold' !important;
    letter-spacing: 0;
    height: 42px;
    /* word-spacing: 0 !important; */
    line-height: 44px !important;
    word-spacing: initial !important;
    display: block;
    position: relative;
}
.banner_subscribe a {
    background: hsla(0,0%,100%,.1) !important;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0 12px 0;
    color: #fff;
    line-height: 1;
    border: 0;
    /* display: block; */
    transition: .1s;
    background-size: 100% 100%!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    font: normal 16px 'Mark-Semibold' !important;
    letter-spacing: 0;
    height: 42px;
    /* word-spacing: 0 !important; */
    line-height: 44px !important;
    word-spacing: initial !important;
    display: block;
    position: relative;
}
.banner_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 376px;
    margin: 0 auto;
}
.banner_down {
    flex-basis: 48%;
    margin-top: 66px;
}
.banner_main {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 110px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
}
.banner_down {
    flex-basis: 48%;
    margin-top: 66px;
}
.banner_down_one img {
    width: auto;
    height: 68px;
    margin-bottom: 10px;
    margin-top: -66px;
    background: #fff;
    padding: 16px 6px 0 6px;
    border-radius: 50% 50% 0 0;
}
.banner_down_one {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    padding: 16px 16px 6px 16px;
    box-shadow: 0 8px 13px rgb(70 74 85 / 8%);
}
.banner_down_one h2 {
    color: #131415;
    font: normal 20px 'Mark-Bold' !important;
    margin-bottom: 10px;
}
.banner_down_one ul {
    padding: 0;
    margin: 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left !important;
}
.banner_down_one ul li {
    flex-basis: 48%;
    color: #131415;
    font: normal 14.2px 'Mark-Medium';
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.Profile_main {
    width: 96%;
    margin: -80px auto 0;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px 12px 16px;
    border: 1px solid #ebebeb;
    position: relative;
    box-shadow: 0 8px 13px rgb(70 74 85 / 8%);
}
.Profile_main h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    width: fit-content;
}
.Profile_main h2:before {
    content: "";
    background: url(images/profile-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.Profile_main:after {
    content: "";
    background: #eceef2;
    height: 16px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    border-radius: 0 0 10px 10px;
}
.Profile_main ul li a {
    color: #131415;
    font: normal 18px 'Mark-Semibold';
    background: #eceef2;
    padding: 7px 7px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 3px solid #fff;
}
.Profile_main ul li a {
    color: #131415;
    font: normal 17px 'Mark-Semibold';
    background: #eceef2;
    padding: 7px 7px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 3px solid #fff;
}
.list_table {
    width: 96%;
    padding-top: 32px;
    margin: 0 auto;
}
.list_main {
    width: 100%;
    margin: 0 auto;
}
.list_main h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 0;
}
.list_main h2:before {
    content: "";
    background: url(images/popular-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
#size_table {
    width: 96%;
    margin: 0 auto 0;
    background: #fff;
    padding: 16px 0 0 0;
    border-top: 2px solid #131415;
    position: relative;
}
.size_main {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
#size_table h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 26px;
    position: relative;
}
#size_table h2:before {
    content: "";
    background: url(images/size-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.size_one {
    width: 100%;
    margin: 0 0 20px 0;
}
.slidetitle {
    width: 96%;
    margin: 0 auto;
}
.slidetitle h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
}
.slidetitle h2:before {
    content: "";
    background: url(images/recent-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.side_main {
    width: 96%;
    margin: 0 auto;
}
.wppsac-wrap {
    width: 100%;
    float: none;
    position: relative;
}
.side_right {
    width: 100%;
    float: none;
    position: relative;
    margin-top: 20px;
}
.side_right h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 20px;
    position: relative;
}
.side_right h2:before {
    content: "";
    background: url(images/food-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.side_button a {
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 1px 0 0 0;
    line-height: 1;
    border: 0;
    transition: .1s;
    background-size: 98% 100%!important;
    -ms-user-select: none;
    user-select: none;
    color: #ec6046 !important;
    font: normal 13px 'Mark-Medium' !important;
    letter-spacing: 0;
    word-spacing: initial !important;
    display: block;
    position: absolute;
    top: 25px;
    right: 6px;
    padding: 0 0 0;
    border: none;
    background: none;
    border-radius: 0;
    border-bottom: 2px solid #ec6046;
}
.side_right p {
    color: #303132;
    font: normal 15px/24px 'Mark-Medium';
    margin-bottom: 18px;
}
.side_right ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left !important;
}
.side_right ul li {
    flex-basis: 22%;
    color: #131415;
    font: normal 15px 'Mark-Medium';
    margin-bottom: 22px;
    position: relative;
    text-align: center;
	padding-bottom:0 !important;
}
.side_right ul li span {
    color: #131415;
    font: normal 16px/17px 'Mark-Medium';
    display: block;
}
.footer_new_main {
    width: 96%;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    text-align: center;
}
.footer_new_left {
    flex-basis: 100%;
    text-align: center;
}
.footer_new_left ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer_new_mid {
    flex-basis: 100%;
    text-align: center;
    margin: 4px 0 4px 0;
}
.footer_new_right {
    flex-basis: 100%;
    text-align: center;
}
.footer_new_mid p {
    color: #fff;
    font: normal 13px/15px "Mark-Regular";
}
.list_table .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #24bc94 !important;
    right: 12px;
    padding: 16px;
    z-index: 10;
    border-radius: 4px;
    border: 2px solid #24bc94;
}
.list_table .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #24bc94 !important;
    left: 12px;
    padding: 16px;
    border-radius: 4px;
    z-index: 10;
    border: 2px solid #24bc94;
}
.wppsac-wrap .wppsac-post-content{
display:none !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left {
    position: absolute !important;
    padding: 8px 10px !important;
    /* background: none !important; */
    float: none;
    width: 100%;
    bottom: 0;
    background: rgba(0, 49, 140, 0.8) !important;
}
.wppsac-wrap .wppsac-post-slider-init, .wppsac-wrap .wppsac-post-slider, .wppsac-wrap .design-1, .wppsac-wrap .slick-initialized, .wppsac-wrap .slick-slider, .wppsac-wrap .slick-dotted {
    background: #dae7fd;
    padding: 20px 16px 36px;
    border-radius: 20px;
}
.wppsac-wrap .wppsac-post-slides, .wppsac-wrap .slick-slide {
    padding: 16px 12px !important;
    background: #fff !important;
    margin-bottom: 0 !important;
    border-radius: 8px !important;
    border: 1px solid #efefef !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-image-bg {
    width: 100%;
    float: none;
    margin-right: 0;
 position:relative;
    left: 0;
    top: 0;
	margin-bottom:12px;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title {
    color: #fff !important;
    font: normal 18px/20px 'Mark-Bold' !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .slick-dots {
    left: 50% !important;
    bottom: 12px !important;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title a:hover {
    color: #ffcc60 !important;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.main_body {
    width: 100%;
    padding: 26px 0 16px 0;
    position: relative;
}
.body_main {
    width: 96%;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* box-shadow: 0 8px 13px rgb(70 74 85 / 8%); */
    /* border: 1px solid #ebebeb; */
    background: #fff;
    padding: 0 0 0 0;
}
.text_part {
    clear: both;
    padding-top: 16px;
}

.text_part h2 {
    color: #131415;
    font: normal 22px/26px 'Mark-Bold';
    margin-bottom: 18px;
    position:
    relative;
    width: fit-content;
    padding: 0 0;
	/*overflow:hidden;*/
}

.text_part h3 {
    color: #131415;
    font: normal 17px/21px 'Mark-Bold';
	margin-bottom: 18px;
}

.text_part h4 {
    color: #131415;
    font: normal 15px/19px 'Mark-Bold';
	margin-bottom: 18px;
}

.text_part h5 {
    color: #131415;
    font: normal 14px/18px 'Mark-Bold';
	margin-bottom: 18px;
}
.body_head h1 {
    color: #00318c;
    font: normal 32px/34px 'Mark-Bold';
}
div.wpcf7:after {
    content: "";
    background: #c2d9ff;
    height: 16px;
    position: absolute;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    border-radius: 0 0 10px 10px;
}
div.wpcf7 {
    width: 100%;
    margin: 26px 0 26px 0;
    /* background: #ebecec; */
    padding: 18px 18px 18px 18px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
    text-align: left !important;
}
.wpcf7-spinner{
display:none !important;
}
.error_main {
    width: 96%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0;
}
.error_head {
    color: #00318c;
    font: normal 36px/40px 'Mark-Bold';
    margin-bottom: 16px;
    text-align: center;
}
.error_title {
    color: #303132;
    font: normal 17px/25px 'Mark-Medium';
    margin-bottom: 20px !important;
    text-align: center;
}
.error_search #s {
    background: none;
    width: 70% !important;
    height: 48px;
    margin-top: 0;
    padding: 6px 16px 0;
    border: none !important;
    border-radius: 10px;
    color: #757575 !important;
    font: normal 17px 'Mark-Regular' !important;
    outline: none !important;
}
.error_search #searchform {
    border-radius: 30px;
    border: 1px solid #d9d9d9;
    background: #fff;
    height: 50px;
    position: relative;
    margin-bottom: 26px;
}
.error_search #s {
    background: none;
    width: 68% !important;
    height: 46px;
    margin-top: 0;
    padding: 6px 16px 0;
    border: none !important;
    border-radius: 10px;
    color: #757575 !important;
    font: normal 17px 'Mark-Regular' !important;
    outline: none !important;
}
.error_search #error_submit {
    height: 48px;
    width: 112px;
    background: #24bc94;
    padding: 0 0;
    color: #fff;
    color: #fff;
    font: normal 18px/50px 'Mark-Semibold';
    float: right;
    background-size: 100%;
    margin: 0 -2px 0 0;
    border: none !important;
    cursor: pointer;
    border-radius: 30px;
}
.inner_gallery_main {
    margin-top: 22px !important;
    display: block;
    flex-wrap: wrap;
}
.inner_gallery_one img {
    float: left !important;
    margin: 0 0 12px 0 !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
}
.inner_gallery_one {
    border-bottom: none !important;
    padding: 12px !important;
    position: relative;
    background: #f2f2f2;
    width: 28.3%;
    margin-bottom: 36px;
    margin-left: 2.1%;
    align-items: center;
    display: inline-block;
    text-align: center;
}
.inner_gallery_one a {
    color: #303132;
    font: normal 15px/17px 'Mark-Semibold';
}
.blog_pagination {
    text-align: center;
    width: 100%;
    margin-bottom: 36px;
    margin-top: 12px;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title a{
	color:#fff !important;
    font: normal 18px/20px 'Mark-Bold' !important;
}
.net_box{
display:none !important;
}
.bred_box {
    margin-bottom: 20px;
    /* display: flex; */
    justify-content: space-between;
    /* background: #fff; */
    /* box-shadow: 0 8px 13px rgb(70 74 85 / 8%); */
    border-bottom: 2px solid #00318c;
    padding-bottom: 8px;
}
.bred_crum {
    flex-basis: 100%;
    overflow: hidden;
    color: #131415;
    font: normal 14px 'Mark-Medium';
    width: 100%;
    float: none;
    padding: 0 0 0 0;
}
.wp-block-gallery {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
    clear: none !important;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px !important;
}
.toc {
    width: 100%!important;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    border: #dae7fd 1px solid;
    padding: 8px 12px 0 12px !important;
    border-radius: 10px;
    position: relative;
	margin-top: 16px;
}
.toc h2:before {
    content: "";
    background: url(images/info-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 23px !important;
    height: 23px !important;
    position: relative !important;
    top: 7px !important;
    left: 0;
    display: inline-block;
    margin-right: 4px;
}
.toc:after {
    content: "";
    background: #dae7fd;
    height: 12px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.wp-block-gallery {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
    clear: none !important;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 !important;
}
.gallery {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
    clear: none !important;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 !important;
}
.wp-block-gallery .wp-block-image {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    flex-basis: 30% !important;
    width: 30% !important;
    margin-right: .9% !important;
    margin-left: .9% !important;
    flex-grow: inherit !important;
    display: block !important;
    /* box-shadow: 0 0 34px rgb(70 74 85 / 8%); */
    border: 1px solid #dae7fd;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
}
.gallery .wp-block-image {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    flex-basis: 30% !important;
    width: 30% !important;
    margin-right: .9% !important;
    margin-left: .9% !important;
    flex-grow: inherit !important;
    display: block !important;
    /* box-shadow: 0 0 34px rgb(70 74 85 / 8%); */
    border: 1px solid #dae7fd;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
}
.wp-block-gallery .wp-block-image img{
    height: 100px !important;
    width: auto !important;
    max-width: 100% !important;
	border-radius:0 !important;
}
.gallery .gallery-item .gallery-icon img{
 height: 100px !important;
    width: auto !important;
    max-width: 100% !important;
}

.similar_table {
    /* background: #dae7fd; */
    border-radius: 8px;
    padding: 0;
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 18px;
    border: 1px solid #e8e8e8;
    padding: 16px;
    position: relative;
    clear: both;
    margin-top: 22px;
    margin-bottom: 36px;
}
.similar_table:after {
    content: "";
    background: #eceef2;
    height: 12px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.care h2 {
    color: #131415;
    font: normal 24px/26px 'Mark-Bold' !important;
    margin-bottom: 12px !important;
}
.care_one h3 {
    color: #131415;
    font: normal 20px/22px 'Mark-Bold' !important;
    margin-bottom: 10px !important;
    position: relative;
}
.care:after {
    content: "";
    background: #e3e3e3;
    height: 12px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.care {
    background: #f2f2f2;
    /* border: 1px solid #dae7fd; */
    border-radius: 10px;
    padding: 16px;
    position: relative;
    margin-bottom: 36px;
    width: 100%;
    clear: both;
}
.comment_table {
    width: 100%;
    margin: 16px 0 36px 0;
    /* background: #ebecec; */
    padding: 16px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
#comment {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    line-height: 1.428571429;
    padding: 14px;
    margin: 0 0 12px 0;
    color: #303132 !important;
    font: normal 16px 'Mark-Regular';
    background: #fff;
    border: none;
    border-radius: 10px;
}
#author, #email, #url{
height: 46px !important;
}
.comment-form-author {
    float: none;
    width: 100%;
}
.comment-form-email {
    float: none;
    width: 100%;
    margin-left: 0 !important;
}
.comment-form-url {
    float: none;
    width: 100%;
    margin-top: 12px !important;
}
#comments #submit {
    height: 46px;
    background: #24bc94;
    padding: 0 20px;
    color: #fff;
    font: normal 18px/48px 'Mark-Semibold';
    border: none;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: .95px;
    cursor: pointer;
    margin: 12px 0 0 0;
}
.comment_table:after {
    content: "";
    background: #c2d9ff;
    height: 12px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.news_box {
    padding: 0 0 8px 0;
    background: #00318c !important;
    margin-top: 16px;
}
.news_main {
    width: 94%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.news_left {
    flex-basis: 192px;
    display: none !important;
}
.news_right {
    flex-basis: 786px;
    padding-top: 26px;
    width: 100%;
}
.comment-form label {
    color: #303132;
    font: normal 17px/26px 'Mark-Medium';
    margin-bottom: 10px;
}
.news_right h3 {
    color: #fff;
    font: normal 26px/28px 'Mark-Bold';
    margin-bottom: 8px;
}
.news_main p {
    color: #fff;
    font: normal 16px/20px 'Mark-Regular';
    position: relative;
}
.news_right .wp-block-tnp-minimal {
    border-radius: 10px !important;
    border: none !important;
    background: #fff !important;
    height: 50px !important;
    width: 100% !important;
    margin: 14px auto 0 !important;
    padding: 6px 4px !important;
    box-shadow: 0 -10px 16px 0 rgb(0 0 0 / 4%) !important;
    border: 1px solid #d7d7d7 !important;
}
.news_right .es-field-wrap .es_txt_email {
    background: none !important;
    width: 100% !important;
    height: 40px !important;
    margin-top: 0 !important;
    padding: 0 10px 0 4px !important;
    border: none !important;
    color: #303132 !important;
    font: normal 15px 'Mark-Medium' !important;
    unicode-bidi: embed;
    border-right: none !important;
    max-width: 66%;
    float: left;
}
.news_right .es_subscription_form_submit {
    height: 38px !important;
    background: #ffef99 !important;
    background-color: #ffe037 !important;
    padding: 0 0 !important;
    color: #303132 !important;
    font: normal 16px/38px 'Mark-Semibold' !important;
    border: 1px solid #ffd800 !important;
    cursor: pointer !important;
    width: 116px !important;
    display: block !important;
    text-align: center !important;
    float: right !important;
    margin-top: -11px !important;
    position: relative !important;
    border-radius: 10px !important;
}
.comment_table h3 {
    color: #131415 !important;
    font: normal 22px/28px 'Mark-Bold';
    margin-bottom: 18px;
    position: relative;
    padding-left: 36px;
}
.comment_table h3:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/comment-icon.webp);
    position: absolute;
    top: -2px;
    left: 0;
}
.commentlist li {
    margin: 10px 0 16px 0;
    padding-bottom: 0 !important;
    position: relative;
    padding: 14px !important;
    background: #fff;
    border: none;
    position: relative;
    list-style: none !important;
    border: none;
    border-radius: 10px;
}
.comment-author {
    width: 100%;
    float: none;
}
.commentmetadata {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 4px;
}
.comment_table .children {
    border-left: none;
    position: relative;
    margin-left: 8px;
    overflow: visible !important;
    margin-bottom: 0 !important;
}
.comment_table .children:before {
    display: block;
    /* background: none !important; */
    -moz-border-radius: 12px;
    /* -webkit-border-radius: 12px; */
    /* color: #111945; */
    /* font-family: "Font Awesome 5 Free" !important; */
    font-size: 18px!important;
    font-weight: 900;
    position: absolute;
    top: -4px;
    left: -18px;
    content: "" !important;
    background: url(images/reply-icon.webp) no-repeat;
    background-size: 64%;
    z-index: 50;
    width: 40px;
    height: 40px;
    display: block;
}
.video {
    border-radius: 8px;
    padding: 0;
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0 !important;
    border: 1px solid #e8e8e8;
    padding: 12px;
    /* position: relative; */
    clear: both;
    margin-top: 22px;
    margin-bottom: 12px;
    margin-top: 18px;
}
.video h2 {
    color: #131415 !important;
    font: normal 18px/20px 'Mark-Semibold' !important;
    margin-bottom: 12px !important;
    position: relative !important;
    text-align: center !important;
    width: auto !important;
}


.toc h2 {
    /* background: #00318c; */
    color: #00319b !important;
    font: normal 18px/22px 'Mark-Semibold' !important;
    margin: 0 0 16px 0 !important;
    padding: 0 7px !important;
    /* border-radius: 10px 10px 0 0; */
    display: block !important;
    position: relative !important;
    text-align: center !important;
    width: auto !important;
}
.gallery .gallery-item {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    flex-basis: 31% !important;
    width: 30% !important;
    margin-right: 1.1% !important;
    margin-left: 1.1% !important;
    flex-grow: inherit !important;
    display: block !important;
    /* box-shadow: 0 0 34px rgb(70 74 85 / 8%); */
    border: 1px solid #dae7fd;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
}
.col2 li, .col3 li, .col4 li, .col5 li{
    flex-basis: 48% !important;
    margin-left: 2% !important;
}
.top_ten .alignleft {
    float: none !important;
    margin: 0 0 18px 0 !important;
    max-width: 100% !important;
    width: 100%;
    height: auto !important;
    overflow: hidden;
}
.top_ten .alignright {
    float: none !important;
    margin-top: 10px;
    margin-left: 0 !important;
    margin-bottom: 18px !important;
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
}
.top_ten .aligncenter {
    clear: both;
    margin: 10px auto 18px;
    max-width: 100%;
    height: auto;
    text-align: center;
    width: 0 !important;
}
.text_part table>tbody>tr>td, .text_part table>tfoot>tr>td, .text_part table>thead>tr>td{
font: normal 16px/20px 'Mark-Regular';
}
.text_part table td strong {
    color: #303132 !important;
    font: normal 16px/20px 'Mark-Semibold';
}
.top_ten table td{
text-align:center;
}
.newrel {
    width: 100%;
    margin: 26px 0 36px 0;
    /* background: #ebecec; */
    padding: 24px 16px 8px 16px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.newrel h3 {
    color: #131415 !important;
    font: normal 22px/26px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-left: 36px;
    margin-left: 0 !important;
}
.newrel h3:before {
    content: "";
    width: 27px;
    height: 27px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/footprint.webp);
    position: absolute;
    top: -4px;
    left: 0;
}
.newrelmain ul li {
    background: #fff;
    flex-basis: 46%;
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 8px;
    text-align: center;
    padding: 12px;
    margin-bottom: 18px !important;
}
.newrelmain ul li a {
    color: #3076f8 !important;
    font: normal 16px/19px 'Mark-Semibold';
}
.newrel:after {
    content: "";
    background: #c2d9ff;
    height: 12px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.text_part .alignright {
    float: none !important;
    margin-top: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 18px !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
	width: auto !important;
	text-align:center !important;
}
.text_part .alignleft {
    float: none !important;
    margin: 10px auto 18px !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    display: block !important;
	width: auto !important;
	text-align:center !important;
}
.text_part .aligncenter {
    clear: both;
    margin: 10px auto 18px;
    max-width: 100%;
	width: auto !important;
    height: auto;
    text-align: center;
    display: block;
	text-align:center !important;
}
.fretured_link ul li {
    color: #303132;
    font: normal 17px/21px 'Mark-Regular';
    margin-bottom: 12px;
    position: relative;
    padding-left: 12px;
    text-align: left !important;
    flex-basis: 48%;
    margin-right: 0;
    margin-left: 2%;
}
.body_right {
    width: 96%;
    margin: 20px auto 20px;
}
.fretured_one {
    background: #f2f2f2;
    padding: 16px;
    overflow: hidden;
    border-radius: 8px;
    margin: 18px 0 26px 0;
}
.right_table {
    width: 100%;
    margin: 16px 0 56px 0;
    padding: 26px 16px 0px 16px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.right_table:after {
    content: "";
    background: #c2d9ff;
    height: 12px;
    position: absolute;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.related_main .related_one {
    background: #fff;
    flex-basis: 48%;
    border-radius: 8px;
    padding: 12px !important;
    margin-bottom: 26px;
    text-align: center;
}
.fretured_one a {
    color: #3076f8 !important;
    font: normal 20px/24px 'Mark-Semibold';
}
.related_main .related_one img {
    width: 100%;
    height: auto !important;
    margin-right: 0px;
    float: none;
    margin-bottom: 8px;
}

.related_main .related_one a {
    color: #3076f8 !important;
    font: normal 16px/18px 'Mark-Semibold' !important;
}
.related_main .related_one p{
display:none !important;
}
.right_table h3 {
    color: #131415 !important;
    font: normal 22px/26px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-left: 36px;
}
.right_table h3:before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/footprint.webp);
    position: absolute;
    top: -5px;
    left: 0;
}
.related_table {
    width: 100%;
    margin: 16px 0 76px 0;
    padding: 26px 18px 4px 18px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.list_body_main ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_body_main ul li {
    color: #131415;
    font: normal 16px 'Mark-Semibold';
    background: #eceef2;
    padding: 6px 0px;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    width: 30px;
    margin-right: 2%;
}
.link_main_one ul li {
    color: #303132;
    font: normal 16px/20px 'Mark-Regular';
    margin-bottom: 10px;
    position: relative;
    padding-left: 14px;
    text-align: left !important;
    flex-basis: 46%;
    margin-right: 0;
    margin-left: 3%;
}
.list_body_main h2 {
    color: #00318c;
    font: normal 26px/30px 'Mark-Bold';
    margin-bottom: 26px;
}
.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding: 25px 25px 0;
    max-height: 95%;
    background: none;
    cursor: auto;
    white-space: normal;
    width: 94%;
    height: auto;
    background: #24bc94;
    padding: 20px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.blog {
    background: #dae7fd !important;
    margin-bottom: 20px !important;
    counter-reset: my-badass-counter;
    padding: 12px 16px 0 16px;
}
.blog table tr {
    padding: 0 !important;
    flex-basis: 100% !important;
    margin-bottom: 26px;
    background: #fff;
    border-radius: 8px !important;
}
.blog table td {
    overflow: hidden;
    padding: 16px !important;
}
.blog table td h2 {
    color: #131415 !important;
    font: normal 17px/21px "Mark-Semibold" !important;
    margin: 0 0 8px 0 !important;
    padding: 0 0 0 0 !important;
    position: relative;
    text-align: left !important;
}
.blog table td .aligncenter {
    float: right !important;
    margin-left: 20px !important;
    width: 32% !important;
    margin-top: 0 !important;
    margin: 0 0 0 18px !important;
}
.other_post ul li {
    color: #303132;
    font: normal 17px/21px 'Mark-Regular';
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
    text-align: left !important;
    flex-basis: 48%;
    margin-right: 0;
    margin-left: 2%;
}
.text_part table {
    width: 100%;
    background-color: transparent;
    margin-bottom: 26px;
    margin-top: 0;
    color: #092642;
    font: normal 18px/28px 'Mark-Regular';
    border-collapse: collapse;
    box-sizing: border-box;
    overflow-x: auto !important;
    overflow-Y: hidden !important;
    display: block;
}
.text_part .schema-faq-section .schema-faq-question{
padding: 16px 36px 16px 16px !important;
}
.top10 td {
    border: none !important;
    background: #f2f2f2;
    border-bottom: 36px solid #fff !important;
    padding: 12px 12px 8px 0 !important;
    position: relative;
}
.top10 td h2 strong {
    color: #fff !important;
    font: normal 15px 'Mark-Bold' !important;
}
.top10 td h2 {
    width: auto !important;
    margin-bottom: 0 !important;
    background: #ec6046;
    margin-left: 0;
    width: 30px !important;
    height: 32px;
    text-align: center;
    border-radius: 0 30px 30px 0;
    padding: 2px 6px 6px 4px;
    border: none;
    color: #fff !important;
    border-left: 1px solid #e8e8e8;
    margin-top: -11px;
}
.top10 td .aligncenter, .top10 td .alignleft, .top10 td .alignright{
	margin-bottom:8px !important;
}
}


@media screen and (min-width:768px) and (max-width:1023px){
.gsc-input-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	}
	.gsc-results-wrapper-overlay {
    width: 96% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
	padding: 46px 16px 16px 16px !important;
}
.gsc-tabsArea {
    margin: 0 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    border: 1px solid #dfe1e5 !important;
    border-radius: 10px !important;
    scrollbar-width: none !important;
}
.gsc-positioningWrapper {
    position: relative;
    margin-bottom: 12px !important;
}



.sp-pcp-section {
    width: 100% !important;
    float: none !important;
    position: relative !important;
    background: #dae7fd;
    padding: 30px 26px 40px;
    border-radius: 20px;
    margin-bottom: 26px;
}
.sp-pcp-section .swiper-container {
    padding: 26px 16px !important;
	}



.listProfile_main ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listProfile_main ul li {
    color: #131415;
    font: normal 16px 'Mark-Semibold';
    background: #eceef2;
    padding: 6px 0px;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    width: 30px;
    margin-right: 2%;
}
.listProfile_main ul li.all {
    background: #ffcc60 !important;
    padding: 6px 0 !important;
    border: 1px solid #ffcc60 !important;
}


.mob_info_data{
display:flex !important
}
.mob_menu{
display:block !important;
}
#searchbar {
    float: inherit;
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    z-index: 9999;
    box-shadow: none;
    line-height: 46px;
    margin-left: 0;
    border-bottom: none;
    margin-bottom: 0;
    position: absolute;
    border-radius: 0;
    margin-top: 0;
    background: #ffcc60;
    padding: 12px 0 12px 0;
    display: none;
}
.header_search {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.header_search ul {
    width: 89%;
    background: #fff;
    border-radius: 8px;
    float: left;
    margin-right: 16px;
}
#searchbar #s {
    width: 86%;
    float: left;
    height: 48px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border: none;
    color: #1a1a1a;
    font: normal 20px/48px 'Mark-Medium';
    padding: 0 0 0 12px;
    background: none;
    outline: none;
}
.header_search .searchbox {
    position: relative;
    min-width: 100% !important;
    width: 100% !important;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    margin: 0 0 0 0;
}



.menu-col-5 .sub-menu .menu_main li:nth-child(2) {
    border-right: none;
}
.menu-col-5 .sub-menu .menu_main li:nth-child(4) {
    border-right:none;
}
.menu-col-2 .sub-menu .menu_main {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
	margin-bottom:12px;
}
.menu-col-2 .sub-menu .menu_main li .sub-menu .menu_main{
margin-top:0 !important;
margin-bottom:0 !important;
}

.menu-col-5 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
	-moz-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}
.menu-col-2 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:0 !important;
}
.menu-col-2 .sub-menu .menu_main li {
    flex-basis: 50% !important;
    padding-right: 12px;
}
.menu-col-2 .sub-menu .menu_main li a {
    color: #131415;
    border-bottom: none;
    width: auto !important;
    padding-bottom: 3px !important;
}
.menu-col-2 .sub-menu li .sub-menu{
display:block !important;
margin-top:0 !important;
padding-bottom: 10px !important;
border-top:none !important;
}
.menu-col-2 .sub-menu li .sub-menu li{
border-right:none !important;
padding-right: 0 !important;
}
.menu-col-2 .sub-menu li .sub-menu li{
flex-basis:100% !important;
width:100% !important;
font: normal 14px 'Mark-Medium' !important;
}
.menu-col-2 .sub-menu li .sub-menu li a{
padding: 4px 0 4px 3px !important;
}
.menu-col-2 .sub-menu .menu_main li{
font: normal 16px 'Mark-Semibold';
}
.menu-col-2 .sub-menu .menu_main li a{
padding: 0 0 4px 6px !important;
}
.menu-col-2 .sub-menu .navarrow:after{
display:none !important;
}
.menu-col-5 .sub-menu .menu_main li:nth-child(5){
border-right: 1px solid #ffcc60;
}



.menu-col-5 .sub-menu .menu_main {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
	margin-bottom:12px;
}
.menu-col-5 .sub-menu .menu_main li .sub-menu .menu_main{
margin-top:0 !important;
margin-bottom:0 !important;
}

.menu-col-5 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-col-5 .sub-menu {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:0 !important;
}
.menu-col-5 .sub-menu .menu_main li {
    flex-basis: 50% !important;
    padding-right: 12px;
}
.menu-col-5 .sub-menu .menu_main li a {
    color: #131415;
    border-bottom: none;
    width: auto !important;
    padding-bottom: 3px !important;
}
.menu-col-5 .sub-menu li .sub-menu{
display:block !important;
margin-top:0 !important;
padding-bottom: 10px !important;
border-top:none !important;
}
.menu-col-5 .sub-menu li .sub-menu li{
border-right:none !important;
padding-right: 0 !important;
}
.menu-col-5 .sub-menu li .sub-menu li{
flex-basis:100% !important;
width:100% !important;
font: normal 14px 'Mark-Medium' !important;
}
.menu-col-5 .sub-menu li .sub-menu li a{
padding: 4px 0 4px 3px !important;
}
.menu-col-5 .sub-menu .menu_main li{
font: normal 16px 'Mark-Semibold';
}
.menu-col-5 .sub-menu .menu_main li a{
padding: 0 0 4px 6px !important;
}
.menu-col-5 .sub-menu .navarrow:after{
display:none !important;
}



.header_space {
    content: "";
    background: transparent;
    height: 60px;
    width: 100%;
    display: block !important;
}
.header_main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-items: center !important;
    height: 60px;
}
#header {
    background: #00318c;
    padding: 0 !important;
}
.header_left {
    flex-basis: 186px;
    width: 186px;
    /* float: left; */
    margin-left: 10px;
}
.header_left img {
    width: 100%;
    height: 46px;
}
.header_mid{
display:none;
}
.header_right {
    flex-basis: 86px;
    width: 86px !important;
    /* float: right; */
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    right: 48px;
}
.header_right .butt {
    color: #ffcc60;
    font: normal 15px 'Mark-Medium';
    background: none;
    border-radius: 8px !important;
    margin: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 3px 12px;
    position: relative;
    outline: none;
    border: 2px solid #ffcc60;
    width: 100%;
}


.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding: 25px 25px 0;
    max-height: 95%;
    background: none;
    cursor: auto;
    white-space: normal;
    width: 94%;
    height: auto;
    background: #24bc94;
    padding: 20px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.sub_main h2 {
    color: #fff;
    font-size: 24px;
    font-family: "Mark-Semibold";
    margin: 0 0 6px 0;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
}
.sub_main p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    font-family: "Mark-Medium";
    margin-bottom: 14px;
    text-align: center;
}
.sub_main .es-field-wrap label {
    color: #fff;
    font: normal 18px/20px "Mark-Semibold" !important;
}
.sub_main .es-field-wrap input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    line-height: 1.428571429;
    padding: 8px;
    margin: 10px 0 0 0;
    background: #fff;
    color: #393939;
    font: normal 18px "Mark-Regular";
    border: 1px solid #dee3ea;
    -webkit-box-shadow: inset 0 2px 3px rgb(0 0 0 / 8%);
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 8%);
    border-radius: 8px;
    box-shadow: 0 0 34px rgb(70 74 85 / 10%);
}
.sub_main .es_subscription_form_submit, .sub_main .es_submit_button, .sub_main .es_textbox_button {
    display: inline-block !important;
    padding: 0!important;
    color: #393939 !important;
    cursor: pointer !important;
    font: normal 18px/50px "Mark-Bold" !important;
    -webkit-transition: all 0.15s ease-in-out !important;
    transition: all 0.15s ease-in-out !important;
    margin: 8px 0 0 0 !important;
    border: none;
    overflow: hidden;
    border-radius: 8px;
    border: none !important;
    background: #ffcc60;
    width: 100%;
    height: 46px;
}
.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 31px;
    right: 24px;
    line-height: 25px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    font-family: 'Inter-Bold';
    font-size: 28px;
    background: #fff;
    background: #24bc94 !important;
    color: #fff;
    border: 0;
    padding: 7px 6px;
    transition: -webkit-transform ease-out .2s;
    transition: transform ease-out .2s;
    transition: transform ease-out .2s,-webkit-transform ease-out .2s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    /* display: none !important; */
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px 6px 0 0;
}




.banner_up {
    text-align: center;
    width: 96%;
    margin: 0 auto;
    padding-top: 36px;
}
.banner_up h2 {
    color: #fff;
    font: normal 36px/38px 'Mark-Bold';
    margin-bottom: 4px;
}
.banner_up p {
    color: #fff;
    font: normal 18px/26px 'Mark-Semibold';
    margin-bottom: 22px;
    margin-top: 10px;
}
.banner_about, .banner_subscribe {
    flex-basis: 48.2%;
}
.banner_about a {
    background: #fff !important;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0 12px 0;
    color: #fff;
    line-height: 1;
    border: 0;
    /* display: block; */
    transition: .1s;
    background-size: 100% 100%!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #164db3 !important;
    font: normal 16px 'Mark-Semibold' !important;
    letter-spacing: 0;
    height: 42px;
    /* word-spacing: 0 !important; */
    line-height: 44px !important;
    word-spacing: initial !important;
    display: block;
    position: relative;
}
.banner_subscribe a {
    background: hsla(0,0%,100%,.1) !important;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0 12px 0;
    color: #fff;
    line-height: 1;
    border: 0;
    /* display: block; */
    transition: .1s;
    background-size: 100% 100%!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    font: normal 16px 'Mark-Semibold' !important;
    letter-spacing: 0;
    height: 42px;
    /* word-spacing: 0 !important; */
    line-height: 44px !important;
    word-spacing: initial !important;
    display: block;
    position: relative;
}
.banner_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 376px;
    margin: 0 auto;
}
.banner_down {
    flex-basis: 23.2%;
    margin-top: 66px;
}
.banner_main {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 110px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
}

.banner_down_one img {
    width: auto;
    height: 68px;
    margin-bottom: 10px;
    margin-top: -66px;
    background: #fff;
    padding: 16px 6px 0 6px;
    border-radius: 50% 50% 0 0;
}
.banner_down_one {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    padding: 16px 16px 6px 16px;
    box-shadow: 0 8px 13px rgb(70 74 85 / 8%);
}
.banner_down_one h2 {
    color: #131415;
    font: normal 20px 'Mark-Bold' !important;
    margin-bottom: 10px;
}
.banner_down_one ul {
    padding: 0;
    margin: 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left !important;
}
.banner_down_one ul li {
    flex-basis: 48%;
    color: #131415;
    font: normal 14.2px 'Mark-Medium';
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.Profile_main {
    width: 96%;
    margin: -80px auto 0;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px 12px 16px;
    border: 1px solid #ebebeb;
    position: relative;
    box-shadow: 0 8px 13px rgb(70 74 85 / 8%);
}
.Profile_main h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    width: fit-content;
}
.Profile_main h2:before {
    content: "";
    background: url(images/profile-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.Profile_main:after {
    content: "";
    background: #eceef2;
    height: 16px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    border-radius: 0 0 10px 10px;
}
.Profile_main ul li a {
    color: #131415;
    font: normal 18px 'Mark-Semibold';
    background: #eceef2;
    padding: 7px 9px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 3px solid #fff;
}
.Profile_main ul li a {
    color: #131415;
    font: normal 17px 'Mark-Semibold';
    background: #eceef2;
    padding: 7px 9px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 3px solid #fff;
}
.list_table {
    width: 96%;
    padding-top: 32px;
    margin: 0 auto;
}
.list_main {
    width: 100%;
    margin: 0 auto;
}
.list_main h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 0;
}
.list_main h2:before {
    content: "";
    background: url(images/popular-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
#size_table {
    width: 96%;
    margin: 0 auto 0;
    background: #fff;
    padding: 16px 0 0 0;
    border-top: 2px solid #131415;
    position: relative;
}
.size_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#size_table h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 26px;
    position: relative;
}
#size_table h2:before {
    content: "";
    background: url(images/size-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.size_one {
    width:31.5%;
    margin: 0 0 20px 0;
}
.slidetitle {
    width: 96%;
    margin: 0 auto;
}
.slidetitle h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
}
.slidetitle h2:before {
    content: "";
    background: url(images/recent-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.side_main {
    width: 96%;
    margin: 0 auto;
}
.wppsac-wrap {
    width: 100%;
    float: none;
    position: relative;
}
.side_right {
    width: 100%;
    float: none;
    position: relative;
    margin-top: 20px;
}
.side_right h2 {
    color: #131415;
    font: normal 22px/24px 'Mark-Bold';
    margin-bottom: 20px;
    position: relative;
}
.side_right h2:before {
    content: "";
    background: url(images/food-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 43px !important;
    height: 41px !important;
    position: relative !important;
    top: 12px !important;
    left: 0;
    display: inline-block;
    margin-right: 6px;
}
.side_button a {
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 1px 0 0 0;
    line-height: 1;
    border: 0;
    transition: .1s;
    background-size: 98% 100%!important;
    -ms-user-select: none;
    user-select: none;
    color: #ec6046 !important;
    font: normal 13px 'Mark-Medium' !important;
    letter-spacing: 0;
    word-spacing: initial !important;
    display: block;
    position: absolute;
    top: 25px;
    right: 6px;
    padding: 0 0 0;
    border: none;
    background: none;
    border-radius: 0;
    border-bottom: 2px solid #ec6046;
}
.side_right p {
    color: #303132;
    font: normal 15px/24px 'Mark-Medium';
    margin-bottom: 18px;
}
.side_right ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left !important;
}
.side_right ul li {
    flex-basis: 8%;
    color: #131415;
    font: normal 15px 'Mark-Medium';
    margin-bottom: 22px;
    position: relative;
    text-align: center;
	padding-bottom:0 !important;
}
.side_right ul li span {
    color: #131415;
    font: normal 16px/17px 'Mark-Medium';
    display: block;
}
.footer_new_main {
    width: 96%;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    text-align: center;
}
.footer_new_left {
    flex-basis: 100%;
    text-align: center;
}
.footer_new_left ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer_new_mid {
    flex-basis: 100%;
    text-align: center;
    margin: 4px 0 4px 0;
}
.footer_new_right {
    flex-basis: 100%;
    text-align: center;
}
.footer_new_mid p {
    color: #fff;
    font: normal 13px/15px "Mark-Regular";
}
.list_table .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #24bc94 !important;
    right: 12px;
    padding: 16px;
    z-index: 10;
    border-radius: 4px;
    border: 2px solid #24bc94;
}
.list_table .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #24bc94 !important;
    left: 12px;
    padding: 16px;
    border-radius: 4px;
    z-index: 10;
    border: 2px solid #24bc94;
}
.wppsac-wrap .wppsac-post-content{
display:none !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left {
    position: absolute !important;
    padding: 8px 10px !important;
    /* background: none !important; */
    float: none;
    width: 100%;
    bottom: 0;
    background: rgba(0, 49, 140, 0.8) !important;
}
.wppsac-wrap .wppsac-post-slider-init, .wppsac-wrap .wppsac-post-slider, .wppsac-wrap .design-1, .wppsac-wrap .slick-initialized, .wppsac-wrap .slick-slider, .wppsac-wrap .slick-dotted {
    background: #dae7fd;
    padding: 20px 16px 36px;
    border-radius: 20px;
}
.wppsac-wrap .wppsac-post-slides, .wppsac-wrap .slick-slide {
    padding: 16px 12px !important;
    background: #fff !important;
    margin-bottom: 0 !important;
    border-radius: 8px !important;
    border: 1px solid #efefef !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-image-bg {
    width: 100%;
    float: none;
    margin-right: 0;
 position:relative;
    left: 0;
    top: 0;
	margin-bottom:12px;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title {
    color: #fff !important;
    font: normal 18px/20px 'Mark-Bold' !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.wppsac-wrap .wppsac-post-slider.design-1 .slick-dots {
    left: 50% !important;
    bottom: 12px !important;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title a:hover {
    color: #ffcc60 !important;
    -webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
}
.main_body {
    width: 100%;
    padding: 26px 0 16px 0;
    position: relative;
}
.body_main {
    width: 96%;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* box-shadow: 0 8px 13px rgb(70 74 85 / 8%); */
    /* border: 1px solid #ebebeb; */
    background: #fff;
    padding: 0 0 0 0;
}
.text_part {
    clear: both;
    padding-top: 16px;
}

.text_part h2 {
    color: #131415;
    font: normal 22px/26px 'Mark-Bold';
    margin-bottom: 18px;
    position:
    relative;
    width: fit-content;
    padding: 0 0;
	/*overflow:hidden;*/
}

.text_part h3 {
    color: #131415;
    font: normal 17px/21px 'Mark-Bold';
	margin-bottom: 18px;
}

.text_part h4 {
    color: #131415;
    font: normal 15px/19px 'Mark-Bold';
	margin-bottom: 18px;
}

.text_part h5 {
    color: #131415;
    font: normal 14px/18px 'Mark-Bold';
	margin-bottom: 18px;
}
.body_head h1 {
    color: #00318c;
    font: normal 32px/34px 'Mark-Bold';
}
div.wpcf7:after {
    content: "";
    background: #c2d9ff;
    height: 16px;
    position: absolute;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    border-radius: 0 0 10px 10px;
}
div.wpcf7 {
    width: 100%;
    margin: 26px 0 26px 0;
    /* background: #ebecec; */
    padding: 18px 18px 18px 18px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
    text-align: left !important;
}
.wpcf7-spinner{
display:none !important;
}
.error_main {
    width: 96%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0;
}
.error_head {
    color: #00318c;
    font: normal 36px/40px 'Mark-Bold';
    margin-bottom: 16px;
    text-align: center;
}
.error_title {
    color: #303132;
    font: normal 17px/25px 'Mark-Medium';
    margin-bottom: 20px !important;
    text-align: center;
}
.error_search #s {
    background: none;
    width: 70% !important;
    height: 48px;
    margin-top: 0;
    padding: 6px 16px 0;
    border: none !important;
    border-radius: 10px;
    color: #757575 !important;
    font: normal 17px 'Mark-Regular' !important;
    outline: none !important;
}
.error_search #searchform {
    border-radius: 30px;
    border: 1px solid #d9d9d9;
    background: #fff;
    height: 50px;
    position: relative;
    margin-bottom: 26px;
}
.error_search #s {
    background: none;
    width: 68% !important;
    height: 46px;
    margin-top: 0;
    padding: 6px 16px 0;
    border: none !important;
    border-radius: 10px;
    color: #757575 !important;
    font: normal 17px 'Mark-Regular' !important;
    outline: none !important;
}
.error_search #error_submit {
    height: 48px;
    width: 112px;
    background: #24bc94;
    padding: 0 0;
    color: #fff;
    color: #fff;
    font: normal 18px/50px 'Mark-Semibold';
    float: right;
    background-size: 100%;
    margin: 0 -2px 0 0;
    border: none !important;
    cursor: pointer;
    border-radius: 30px;
}
.inner_gallery_main {
    margin-top: 22px !important;
    display: block;
    flex-wrap: wrap;
}
.inner_gallery_one img {
    float: left !important;
    margin: 0 0 12px 0 !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
}
.inner_gallery_one {
    border-bottom: none !important;
    padding: 12px !important;
    position: relative;
    background: #f2f2f2;
    width: 28.3%;
    margin-bottom: 36px;
    margin-left: 2.1%;
    align-items: center;
    display: inline-block;
    text-align: center;
}
.inner_gallery_one a {
    color: #303132;
    font: normal 15px/17px 'Mark-Semibold';
}
.blog_pagination {
    text-align: center;
    width: 100%;
    margin-bottom: 36px;
    margin-top: 12px;
}
.wppsac-wrap .wppsac-post-slider.design-1 .wppsac-post-content-left .wppsac-post-title a{
	color:#fff !important;
    font: normal 18px/20px 'Mark-Bold' !important;
}
.net_box{
display:none !important;
}
.bred_box {
    margin-bottom: 20px;
    /* display: flex; */
    justify-content: space-between;
    /* background: #fff; */
    /* box-shadow: 0 8px 13px rgb(70 74 85 / 8%); */
    border-bottom: 2px solid #00318c;
    padding-bottom: 8px;
}
.bred_crum {
    flex-basis: 100%;
    overflow: hidden;
    color: #131415;
    font: normal 14px 'Mark-Medium';
    width: 100%;
    float: none;
    padding: 0 0 0 0;
}
.wp-block-gallery {
    width: 48%;
    float: left;
    padding: 0 0 0 0;
    clear: none !important;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 !important;
}
.toc {
    width: 48%!important;
    float: right;
    margin-left: 0;
    margin-bottom: 36px;
    border: #dae7fd 1px solid;
    padding: 8px 12px 0 12px !important;
    border-radius: 10px;
    position: relative;
    margin-top: 0;
	margin-left:20px;
}
.toc h2:before {
    content: "";
    background: url(images/info-icon.webp) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    width: 23px !important;
    height: 23px !important;
    position: relative !important;
    top: 7px !important;
    left: 0;
    display: inline-block;
    margin-right: 4px;
}
.toc:after {
    content: "";
    background: #dae7fd;
    height: 12px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.wp-block-gallery {
    width: 48%;
    float: left;
    padding: 0 0 0 0;
    clear: none !important;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 !important;
}
.gallery {
     width: 48%;
    float: left;
    padding: 0 0 0 0;
    clear: none !important;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 !important;
}
.wp-block-gallery .wp-block-image {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    flex-basis: 30% !important;
    width: 30% !important;
    margin-right: .9% !important;
    margin-left: .9% !important;
    flex-grow: inherit !important;
    display: block !important;
    /* box-shadow: 0 0 34px rgb(70 74 85 / 8%); */
    border: 1px solid #dae7fd;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
}
.gallery .wp-block-image {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    flex-basis: 30% !important;
    width: 30% !important;
    margin-right: .9% !important;
    margin-left: .9% !important;
    flex-grow: inherit !important;
    display: block !important;
    /* box-shadow: 0 0 34px rgb(70 74 85 / 8%); */
    border: 1px solid #dae7fd;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
}
.wp-block-gallery .wp-block-image img{
    height: 100px !important;
    width: auto !important;
    max-width: 100% !important;
	border-radius:0 !important;
}
.gallery .gallery-item .gallery-icon img{
 height: 100px !important;
    width: auto !important;
    max-width: 100% !important;
}

.similar_table {
    /* background: #dae7fd; */
    border-radius: 8px;
    padding: 0;
    position: relative;
    float: right;
    width: 48%;
    margin-left: 0;
    margin-bottom: 18px;
    border: 1px solid #e8e8e8;
    padding: 16px;
    position: relative;
    clear: both;
    margin-top: 0;
    margin-bottom: 36px;
    margin-left: 20px;
}
.similar_table:after {
    content: "";
    background: #eceef2;
    height: 12px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.care h2 {
    color: #131415;
    font: normal 24px/26px 'Mark-Bold' !important;
    margin-bottom: 12px !important;
}
.care_one h3 {
    color: #131415;
    font: normal 20px/22px 'Mark-Bold' !important;
    margin-bottom: 10px !important;
    position: relative;
}
.care:after {
    content: "";
    background: #e3e3e3;
    height: 12px;
    position: absolute;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.care {
    background: #f2f2f2;
    /* border: 1px solid #dae7fd; */
    border-radius: 10px;
    padding: 16px;
    position: relative;
    margin-bottom: 36px;
    width: 100%;
    clear: both;
}
.comment_table {
    width: 100%;
    margin: 16px 0 36px 0;
    /* background: #ebecec; */
    padding: 16px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
#comment {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    line-height: 1.428571429;
    padding: 14px;
    margin: 0 0 12px 0;
    color: #303132 !important;
    font: normal 16px 'Mark-Regular';
    background: #fff;
    border: none;
    border-radius: 10px;
}
#author, #email, #url{
height: 46px !important;
}
.comment-form-author {
    float: none;
    width: 100%;
}
.comment-form-email {
    float: none;
    width: 100%;
    margin-left: 0 !important;
}
.comment-form-url {
    float: none;
    width: 100%;
    margin-top: 12px !important;
}
#comments #submit {
    height: 46px;
    background: #24bc94;
    padding: 0 20px;
    color: #fff;
    font: normal 18px/48px 'Mark-Semibold';
    border: none;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: .95px;
    cursor: pointer;
    margin: 12px 0 0 0;
}
.comment_table:after {
    content: "";
    background: #c2d9ff;
    height: 12px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.news_box {
    padding: 0 0 8px 0;
    background: #00318c !important;
    margin-top: 16px;
}
.news_main {
    width: 94%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.news_left {
    flex-basis: 192px;
    display: none !important;
}
.news_right {
    flex-basis: 786px;
    padding-top: 26px;
    width: 100%;
}
.comment-form label {
    color: #303132;
    font: normal 17px/26px 'Mark-Medium';
    margin-bottom: 10px;
}
.news_right h3 {
    color: #fff;
    font: normal 26px/28px 'Mark-Bold';
    margin-bottom: 8px;
}
.news_main p {
    color: #fff;
    font: normal 16px/20px 'Mark-Regular';
    position: relative;
}
.news_right .wp-block-tnp-minimal {
    border-radius: 10px !important;
    border: none !important;
    background: #fff !important;
    height: 50px !important;
    width: 100% !important;
    margin: 14px auto 0 !important;
    padding: 6px 4px !important;
    box-shadow: 0 -10px 16px 0 rgb(0 0 0 / 4%) !important;
    border: 1px solid #d7d7d7 !important;
}
.news_right .es-field-wrap .es_txt_email {
    background: none !important;
    width: 100% !important;
    height: 40px !important;
    margin-top: 0 !important;
    padding: 0 10px 0 4px !important;
    border: none !important;
    color: #303132 !important;
    font: normal 15px 'Mark-Medium' !important;
    unicode-bidi: embed;
    border-right: none !important;
    max-width: 66%;
    float: left;
}
.news_right .es_subscription_form_submit {
    height: 38px !important;
    background: #ffef99 !important;
    background-color: #ffe037 !important;
    padding: 0 0 !important;
    color: #303132 !important;
    font: normal 16px/38px 'Mark-Semibold' !important;
    border: 1px solid #ffd800 !important;
    cursor: pointer !important;
    width: 116px !important;
    display: block !important;
    text-align: center !important;
    float: right !important;
    margin-top: -11px !important;
    position: relative !important;
    border-radius: 10px !important;
}
.comment_table h3 {
    color: #131415 !important;
    font: normal 22px/28px 'Mark-Bold';
    margin-bottom: 18px;
    position: relative;
    padding-left: 36px;
}
.comment_table h3:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/comment-icon.webp);
    position: absolute;
    top: -2px;
    left: 0;
}
.commentlist li {
    margin: 10px 0 16px 0;
    padding-bottom: 0 !important;
    position: relative;
    padding: 14px !important;
    background: #fff;
    border: none;
    position: relative;
    list-style: none !important;
    border: none;
    border-radius: 10px;
}
.comment-author {
    width: 100%;
    float: none;
}
.commentmetadata {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 4px;
}
.comment_table .children {
    border-left: none;
    position: relative;
    margin-left: 8px;
    overflow: visible !important;
    margin-bottom: 0 !important;
}
.comment_table .children:before {
    display: block;
    /* background: none !important; */
    -moz-border-radius: 12px;
    /* -webkit-border-radius: 12px; */
    /* color: #111945; */
    /* font-family: "Font Awesome 5 Free" !important; */
    font-size: 18px!important;
    font-weight: 900;
    position: absolute;
    top: -4px;
    left: -18px;
    content: "" !important;
    background: url(images/reply-icon.webp) no-repeat;
    background-size: 64%;
    z-index: 50;
    width: 40px;
    height: 40px;
    display: block;
}
.video {
    border-radius: 8px;
    padding: 0;
    position: relative;
    float: right;
    width: 48%;
    margin-left: 20px;
    margin-bottom: 0 !important;
    border: 1px solid #e8e8e8;
    padding: 12px;
    /* position: relative; */
    clear: both;
    margin-top: 22px;
    margin-bottom: 12px;
    margin-top: 0;
}
.video h2 {
    color: #131415 !important;
    font: normal 18px/20px 'Mark-Semibold' !important;
    margin-bottom: 12px !important;
    position: relative !important;
    text-align: center !important;
    width: auto !important;
}


.toc h2 {
    /* background: #00318c; */
    color: #00319b !important;
    font: normal 18px/22px 'Mark-Semibold' !important;
    margin: 0 0 16px 0 !important;
    padding: 0 7px !important;
    /* border-radius: 10px 10px 0 0; */
    display: block !important;
    position: relative !important;
    text-align: center !important;
    width: auto !important;
}
.gallery .gallery-item {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    flex-basis: 31% !important;
    width: 30% !important;
    margin-right: 1.1% !important;
    margin-left: 1.1% !important;
    flex-grow: inherit !important;
    display: block !important;
    /* box-shadow: 0 0 34px rgb(70 74 85 / 8%); */
    border: 1px solid #dae7fd;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
}
.col2 li, .col3 li, .col4 li, .col5 li{
    flex-basis: 30% !important;
    margin-left: 3% !important;
}
.top_ten .alignleft {
    float: none !important;
    margin: 0 0 18px 0 !important;
    max-width: 100% !important;
    width: 100%;
    height: auto !important;
    overflow: hidden;
}
.top_ten .alignright {
    float: none !important;
    margin-top: 10px;
    margin-left: 0 !important;
    margin-bottom: 18px !important;
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
}
.top_ten .aligncenter {
    clear: both;
    margin: 10px auto 18px;
    max-width: 100%;
    height: auto;
    text-align: center;
    width: 0 !important;
}
.text_part table>tbody>tr>td, .text_part table>tfoot>tr>td, .text_part table>thead>tr>td{
font: normal 16px/20px 'Mark-Regular';
}
.text_part table td strong {
    color:#303132 !important;
    font: normal 16px/20px 'Mark-Semibold';
}
.top_ten table td{
text-align:center;
}
.newrel {
    width: 100%;
    margin: 26px 0 36px 0;
    /* background: #ebecec; */
    padding: 24px 16px 8px 16px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.newrel h3 {
    color: #131415 !important;
    font: normal 22px/26px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-left: 36px;
    margin-left: 0 !important;
}
.newrel h3:before {
    content: "";
    width: 27px;
    height: 27px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/footprint.webp);
    position: absolute;
    top: -4px;
    left: 0;
}
.newrelmain ul li {
    background: #fff;
    flex-basis: 21%;
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 8px;
    text-align: center;
    padding: 12px;
    margin-bottom: 18px !important;
}
.newrelmain ul li a {
    color: #3076f8 !important;
    font: normal 16px/19px 'Mark-Semibold';
}
.newrel:after {
    content: "";
    background: #c2d9ff;
    height: 12px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}

.fretured_link ul li {
    color: #303132;
    font: normal 17px/21px 'Mark-Regular';
    margin-bottom: 12px;
    position: relative;
    padding-left: 12px;
    text-align: left !important;
    flex-basis: 48%;
    margin-right: 0;
    margin-left: 2%;
}
.body_right {
    width: 96%;
    margin: 20px auto 20px;
}
.fretured_one {
    background: #f2f2f2;
    padding: 16px;
    overflow: hidden;
    border-radius: 8px;
    margin: 18px 0 26px 0;
}
.right_table {
    width: 100%;
    margin: 16px 0 56px 0;
    padding: 26px 16px 0px 16px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.right_table:after {
    content: "";
    background: #c2d9ff;
    height: 12px;
    position: absolute;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 0 0 10px 10px;
}
.related_main .related_one {
    background: #fff;
    flex-basis: 23%;
    border-radius: 8px;
    padding: 12px !important;
    margin-bottom: 26px;
    text-align: center;
}
.fretured_one a {
    color: #3076f8 !important;
    font: normal 20px/24px 'Mark-Semibold';
}
.related_main .related_one img {
    width: 100%;
    height: auto !important;
    margin-right: 0px;
    float: none;
    margin-bottom: 8px;
}

.related_main .related_one a {
    color: #3076f8 !important;
    font: normal 16px/18px 'Mark-Semibold' !important;
}
.related_main .related_one p{
display:none !important;
}
.right_table h3 {
    color: #131415 !important;
    font: normal 22px/26px 'Mark-Bold';
    margin-bottom: 22px;
    position: relative;
    padding-left: 36px;
}
.right_table h3:before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-image: url(images/footprint.webp);
    position: absolute;
    top: -5px;
    left: 0;
}
.related_table {
    width: 100%;
    margin: 16px 0 76px 0;
    padding: 26px 18px 4px 18px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #dae7fd;
    position: relative;
}
.list_body_main ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_body_main ul li {
    color: #131415;
    font: normal 16px 'Mark-Semibold';
    background: #eceef2;
    padding: 6px 0px;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    flex-basis: 28px !important;
    width: 30px;
    margin-right: 2%;
}
.link_main_one ul li {
    color: #303132;
    font: normal 16px/20px 'Mark-Regular';
    margin-bottom: 10px;
    position: relative;
    padding-left: 14px;
    text-align: left !important;
    flex-basis: 30%;
    margin-right: 0;
    margin-left: 3%;
}
.list_body_main h2 {
    color: #00318c;
    font: normal 26px/30px 'Mark-Bold';
    margin-bottom: 26px;
}
.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding: 25px 25px 0;
    max-height: 95%;
    background: none;
    cursor: auto;
    white-space: normal;
    width: 94%;
    height: auto;
    background: #24bc94;
    padding: 20px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.blog {
    background: #dae7fd !important;
    margin-bottom: 20px !important;
    counter-reset: my-badass-counter;
    padding: 12px 16px 0 16px;
}
.blog table tr {
    padding: 0 !important;
    flex-basis: 100% !important;
    margin-bottom: 26px;
    background: #fff;
    border-radius: 8px !important;
}
.blog table td {
    overflow: hidden;
    padding: 16px !important;
}
.blog table td h2 {
    color: #131415 !important;
    font: normal 17px/21px "Mark-Semibold" !important;
    margin: 0 0 8px 0 !important;
    padding: 0 0 0 0 !important;
    position: relative;
    text-align: left !important;
}
.blog table td .aligncenter {
    float: right !important;
    margin-left: 20px !important;
    width: 32% !important;
    margin-top: 0 !important;
    margin: 0 0 0 18px !important;
}
.other_post ul li {
    color: #303132;
    font: normal 17px/21px 'Mark-Regular';
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
    text-align: left !important;
    flex-basis: 31% !important;
    margin-right: 0;
    margin-left: 2%;
}
.text_part table {
    width: 100%;
    background-color: transparent;
    margin-bottom: 26px;
    margin-top: 0;
    color: #092642;
    font: normal 18px/28px 'Mark-Regular';
    border-collapse: collapse;
    box-sizing: border-box;
    overflow-x: auto !important;
    overflow-Y: hidden !important;
    display: block;
}
.text_part .schema-faq-section .schema-faq-question{
padding: 16px 36px 16px 16px !important;
}
.top10 td {
    border: none !important;
    background: #f2f2f2;
    border-bottom: 36px solid #fff !important;
    padding: 12px 12px 8px 0 !important;
    position: relative;
}
.top10 td h2 strong {
    color: #fff !important;
    font: normal 15px 'Mark-Bold' !important;
}
.top10 td h2 {
    width: auto !important;
    margin-bottom: 0 !important;
    background: #ec6046;
    margin-left: 0;
    width: 30px !important;
    height: 32px;
    text-align: center;
    border-radius: 0 30px 30px 0;
    padding: 2px 6px 6px 4px;
    border: none;
    color: #fff !important;
    border-left: 1px solid #e8e8e8;
    margin-top: -11px;
}
.top10 td .aligncenter, .top10 td .alignleft, .top10 td .alignright{
	margin-bottom:8px !important;
}
}