* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Poppins", serif;
	overflow-x: hidden;
  color:#000;

}

::placeholder{ 
   font-family: "Inter", sans-serif !important;
}


img{display: block;}
.w-100{width: 100%;}
.w-90{width: 90% !important;}
.w-70 {
    width: 80%;
}

.w-60{width: 60%;}
.w-50{width: 50%;}
.w-45{width: 45%;}
.w-40{width: 35%;}
.w-32{width: 32%;}
.w-33{width: 33%;}
.w-30{width: 30%;}
.w-12{width: 12px !important;}
.v-mid{vertical-align: middle;}
.text-center{text-align: center;}
.grid_4{display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(4, 1fr); gap: 15px;

}

.pos-rel{position: relative;}

.grid_2{display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr); 

}

.grid_3{display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr); 

}

.flex-clm{flex-direction: column;}

.custom_heading{font-size: 30px;}
.custom_heading span{color: #EF6614; font-size: 12px; text-transform: uppercase;}

.secpadding{padding: 80px 0;}

.no_wrap{white-space: nowrap;}

.text_w{color:#fff}
.text_gry{color:#606060}
.text_bl{color:#2196F3}
.text_grn{color:#258642}
.text_grnn{color:#00A664}
.text_blk{color:#000 !important}
.text_dbl{color:#496FB5}


.d-flex {
	display: flex;
}
.d-block {
	display: block;
}

.d-inflex {
	display: flex;
}
.gap_70{gap: 70px;}
.gap_60{gap: 60px;}
.gap_50{gap: 50px;}
.gap_40{gap: 40px;}
.gap_30{gap: 30px;}
.gap_25{gap: 25px;}
.gap_20{gap: 20px;}
.gap_15{gap: 15px;}
.gap_10{gap: 10px;}
.gap_4{gap: 4px;}
.gap_5{gap: 5px;}
  

.flex_wrap{flex-wrap: wrap;}

.justify-content-start {
	justify-content: start;
}

.justify-content-end {
	justify-content: end;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.justify-content-evenly {
	justify-content: space-evenly;
}

.align-items-start {
	align-items: start;
}

.align-items-end {
	align-items: end;
}

.align-items-center {
	align-items: center;
}
.item-c{
  align-items: center;
}
.flex-dir-clmn{
  flex-direction: column;
}
.list-style-none{list-style: none;}

.d-inflex{display: inline-flex;}

.text-center{text-align: center;}
.text-dcr{text-decoration: none;}


.ft-500{font-weight: 500;}
.ft-600{font-weight: 600 !important;}
.ft-400{font-weight: 400 !important;}
.ft-700{font-weight: 700;}


.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}

.mt_20{
  margin: 18px 0;
}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}
.mt-100{margin-top: 100px;}

.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}

.pos_rel{position: relative;}


.fnt-600 {
  font-weight: 600;
}

.fnt-10 {
  font-size: 10px;
}
.fnt-11 {
  font-size: 11px;
}
.fnt-12 {
  font-size: 12px;
}
.fnt-13 {
  font-size: 13px;
}
.fnt-14 {
  font-size: 14px;
}
.fnt-15 {
  font-size: 15px;
}
.fnt-16 {
  font-size: 16px;
}
.fnt-17 {
  font-size: 17px;
}
.fnt-18 {
  font-size: 18px;
}
.fnt-19 {
  font-size: 19px;
}
.fnt-20 {
  font-size: 20px;
}
.fnt-25 {
  font-size: 25px;
}
.fnt-40 {
  font-size: 40px;
}

.txt-just{
  text-align: justify;
}
.gap-15{gap: 15px;}

.bg_org{background: #f05436;}


.fill_btn{background: #F05436;  border: 1px solid #F05436; border-radius: 100px; font-size: 16px; color:#fff; padding: 15px 30px; text-decoration: none;}

.b_line_btn{background: #fff;  border: 1px solid #00B0FF; border-radius: 100px; font-size: 15px; padding:9px 30px; text-decoration: none; color: #00B0FF;}


.b_fill_btn{background: #fff;  border: 1px solid #00B0FF; border-radius: 100px; font-size: 15px; padding:9px 30px; text-decoration: none; color: #00B0FF;}

.r_line_btn{background: #fff;  border: 1px solid #EF6614; border-radius: 100px; font-size: 15px; padding:9px 30px; text-decoration: none; color: #EF6614;}

.sml_r_line_btn{background: #fff;  border: 1px solid #DD3333; border-radius: 5px; font-size: 12px; padding:5px 10px; text-decoration: none; color: #DD3333;}
.smlskbr_line_btn{background: #fff;  border: 1px solid #00B0FF; border-radius: 5px; font-size: 12px; padding:5px 10px; text-decoration: none; color: #00B0FF;}



.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}

.container{width: 92%; margin-left: auto; margin-right: auto;}

header{box-shadow: 0px 3px 6px #0000000A; padding: 8px 0px;}
.nav-ul{display: flex; align-items: center; list-style: none; gap: 30px;}
.nav-ul li{padding: 21px 0px; display: flex; position: relative;margin:0;}
.nav-ul li:last-child{padding: 0;}
.nav-ul li a{text-decoration: none; color:#000; font-size: 14px; display: inline-flex;} 
.nav-ul li a.active{color:#2196F3;}


._dropdownromenu {
  position: absolute;
  z-index: 999;
  min-width: 235px;
  border-radius: 5px;
  display: block;
  background: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height .2s ease-in;
  -webkit-transition: max-height .2s ease-in;
  box-shadow: rgba(0, 0, 0, .5) 0 0 6px;
  -webkit-box-shadow: rgba(0, 0, 0, .5) 0 0 6px;
  -moz-box-shadow: rgba(0, 0, 0, .5) 0 0 6px;
  top: 100%;
  left: 0px;
  padding: 0 10px;
}
._dropdownromenu li{    border-bottom: 1px solid #f1f1f1; padding: 10px 0px;}
._dropdownromenu li:last-child{ padding: 10px 0;   border-bottom: 0;}
._dropdownromenu li a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  color: #202020;
  margin: 0 !important;
  background: unset !important;
  border-radius: 0 !important;
  transition: 0.4s;
}

._dropdownromenu li a:hover{color:#2196F3;  transition: 0.4s;}
._subheaderlink:hover ._dropdownromenu {
  max-height: max-content;
  transition: max-height .4s ease-in;
}
.logo img{width: 136px; max-width: 136px; height: max-content;}


.head_search{position: relative;}
.head_search input{ border: 1px solid #CFCFCF; border-radius: 100px; padding: 0 40px 0px 15px; height: 34px;}
.head_search img{position: absolute; right: 0; top: 50%; transform: translateY(-50%); right: 15px;}


.hero_sec {
    background: url('/blog/Content/img/THImage/bangkok-wat-arun.webp');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px;
    overflow:hidden;
}
.hero_sec h1{color:#fff; font-weight: 600; font-size: 40px; line-height: 55px;}
.hero_sec .container{height: 100%; flex-direction: column;}
.dtl_hero_sec {
    background: url('/blog/Content/img/UKImage/dt_bg_img.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
}
.share_ul{list-style: none; }

.sec_01 .cnt_sec{padding: 0px 120px 0 54px; flex-direction: column;}

.para{font-size: 15px; line-height: 26px;}
.dtl_hero_sec .container_1{height: 100%; flex-direction: column;}
.container_1{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


.dtl_hero_sec h1 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    margin-top: 20px;
    max-width: 60%;
}

.ind_btn{
  background-color:#fff    ;
  border-radius: 4px;
  color: #DD3333;
  font-size: 14px;
  width: 100px;
  text-align: center;
  padding: 7px;
  min-width: max-content;
  font-family: poppins;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #dd3333;
}

.btn-sec{
  gap: 20px;
  margin: 0 0 5px 0;
}
.wtc_span{ font-size: 14px;}
.hdl_btn{
  background-color: #fff ;
  border-radius: 40px;
  color: #00B0FF;
  font-size: 14px;
  /* width: 100px; */
  text-align: center;
  padding: 4px 10px;
  min-width: max-content;
  font-family: poppins;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #00B0FF;
}
.paddd{
  padding: 0 20px;
  border-left: 1px solid #cfcfcf3d;
}

.lst_artcl{padding: 70px 0; }

.tvr_exp_tab_head{list-style: none;}
.tvr_exp_tab_head li a{background: #F8F8F8;  border: 1px solid #DEDEDE; border-radius: 100px; font-size: 16px; padding:9px 30px; text-decoration: none; color: rgba(0,0,0,0.6);
                       display: inline-flex; align-items: center; justify-content: center; gap: 5px; cursor:pointer;}


.tvr_exp_tab_head li.active a svg path, .tvr_exp_tab_head li.active a svg line{stroke:#EF6614 !important;}
.tvr_exp_tab_head li.active a{color:#EF6614; background: #fff; border-color: #EF6614;}

.cln_icon{width: 12px !important;}


.tvr_cntry{position: relative;}
.owl-nav {position: absolute; top: calc(0px - 52px); right: 0; margin-top: 0 !important; }
.owl-nav button{width: 50px; height: 50px; border-radius: 50% !important; border:1px solid #00B0FF !important; position: relative; transition: 0.3s;}
.owl-nav button span{font-size: 42px;
  height: 49px !important;
  display: inline-flex;
  align-items: center; color: #00B0FF;}
  .owl-nav button:hover{background: #00B0FF !important;}
.owl-nav button:hover span{color: #fff !important;}
/* 

.owl-nav button:before, .owl-nav button:after {
  border-right: 2px solid;
  content: '';
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 10px;
  top: 50%;
  width: 0;
}

.owl-nav button:after {
  margin-top: -1px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover, a:focus,
a:hover:before, a:hover:after,
a:focus:before, a:focus:after {
  color: #000;
} */


.cta{padding: 0 0 50px 0;}
footer{background: #1E1E1E; color: #fff; text-align: center; font-size: 13px; padding: 15px 0;}


.inner_hero_sec{height: 320px;}
.cat_card .cnt_sec{padding: 20px 20px 15px 20px; border:1px solid #DEDEDE; border-top: 0; border-radius: 0 0 10px 10px; margin-top: -6px;}
.cat_card h4{font-size: 17px;}
.cat_card p{font-size: 14px; color:#606060}

.main_content_sec{
  width: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 30px;
}

.dwn-file{
  display: flex;
  align-items: center;
  position: relative;
}
.iinpp{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.rct_txt{
  font-size: 18px;
  font-family: inter !important;
  font-weight: 600;
}
.lnr{
  width: 153px;
  height: 2px;
  background-color: #83A4B1;
}

.from-sec textarea{
  border: 1px solid #ACACAC;
  width: 100%;
  outline: none;
  border-radius: 7px;
  margin: 10px 0;
}

.from-sec input{
  border: 1px solid #ACACAC;
  width: 100%;
  outline: none;
  border-radius: 7px;
  margin: 10px 0;
padding: 15px ;
font-size: 16px;
}

.container_lgn {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 12px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 20px;
  display: flex
;
  align-items: center;
}


user agent stylesheet
label {
  cursor: default;
}

.container_lgn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container_lgn input:checked ~ .checkmark_lgn {
  background-color: #00B0FF;
  border: 1px solid #00B0FF;
  display: block;
}

.checkmark_lgn {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: 1px solid #CDD9D6;
  background: #fff;
}

.container_lgn .checkmark_lgn:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /* display: none; */
}

.container_lgn .txt {
  padding-left: 6px;
  display: inline-flex
;
  font-size: 13px;
  font-family: poppins;
}
.pst-btn {
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  background-color: #00B0FF;
  padding: 10px 15px;
}

    .pst-btn:hover{color:#fff; text-decoration:none;}

.owl-carousel .top-bg img {
    border-radius: 10px !important;
    /* height: 240px !important; */
}
.brd_rs10{ border-radius: 10px !important;}
.hdr-blg{
  font-size: 18px;
  font-family: inter;
  font-weight: 600;
}
.card-crs-sec{
  margin: 20px 0;
  padding: 30px 0;
}

.blg-txtt{
  font-size: 14px;
  font-family: poppins !important;
  margin: 10px 0 0 0;
  text-align: justify;
}

.ft-sec{
  display: flex;
}

/* .ft-card{
  width: 25%;
} */

.table_list{
  width: 100%;
  padding: 10px 20px;
}

/* .owl-nav button:hover span {
  color: #fff !important;
  position: absolute;
  bottom: 2px;
  left: 17px;
}

.owl-theme .owl-nav{
  position: relative;
} */
.owl-nav button span {
  padding: 0 0 5px 0;
}
.ft-card{
  position: relative;
}
.ttttt-xx {
  display: none;
  position: absolute;
  bottom: 8px;
  padding: 11px 5px 0 12px;
  z-index: 5;
  color: #fff;
  left: 27%;
  font-weight: 600;
  transition: height 0.3s ease-in-out;
}

.ft-card:hover .ttttt-xx{
    display: block;
}

 /* .ft-card:hover img{
  zoom: 1.2;
}  */

.ft-card:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.table_list li{
  margin: 5px 0;
}
.table_list li a{
  text-decoration: none;
  color: #000;
  font-size: 14px;
  color: #2196F3;

}
.table_list li:hover .linnkk{
  text-decoration: underline;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}


.hamburger div {
  width: 30px;
  height: 3px;
  background: #000;
  margin: 4px;
  transition: 0.3s;
}

.hamburger.active div:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active div:nth-child(2) {
    opacity: 0;
}
.hamburger.active div:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}
.table_list_mob_prnt{display: none;}



.detail_sidebar{    position: sticky;
  top: 0;
  right: 0;
  height: 100%;
  padding-top: 40px;
  display:none;
}
.curson_p{cursor: pointer;}



.dwn_arrrw{width: 13px;}



._listrwmenu .meuicowidth, .meuicowidth {
  min-width: 30px;
  height: 30px;
  width: 30px;
  background: url(https://images.emtcontent.com/nwhomfiles/menuspriteicon.png?v9.2) 0 0 / 355px 330px;
}

._listrwmenu .flightmenuico, ._menurohdr .flightmenuico {
  background-position: -5px -5px;
}
._listrwmenu .meuicowidth {
  margin: auto auto 3px;
  background-repeat: no-repeat !important;
}

._listrwmenu ul {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: flex-start;
  padding: 0;
  list-style: none;
}

._listrwmenu ul li a {
  margin: 0 5px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
}
._listrwmenu ul li a, ._menurohdr ul li a {
  padding: 6px 10px;
  color: #202020;
  font-weight: 500;
}

._listrwmenu .hotelmenuico, ._menurohdr .hotelmenuico {
  background-position: -40px -5px;
}

._listrwmenu ul li a, ._menurohdr ul li a {
  padding: 6px 10px;
  color: #202020;
  font-weight: 500;
}

._listrwmenu ul ._actvrmenu, ._listrwmenu ul li a:hover, ._menurohdr ul ._actvrmenu, ._menurohdr ul li a:hover {
  background: #e2f2ff;
  border-radius: 5px;
  position: relative;
}

._actvrmenu .flightmenuico, ._listrwmenu a:hover .flightmenuico, ._menurohdr a:hover .flightmenuico {
  background-position: -5px -40px;
}

._actvrmenu .hotelmenuico, ._listrwmenu a:hover .hotelmenuico, ._menurohdr a:hover .hotelmenuico {
  background-position: -40px -40px;
}
.header-wrap{padding: 5px 0px;}
._listrwmenu_mob{display: none;}
.mob_li{display: none;}
.desk-none{display: none !important;}
.nav-ul li.active a{color:#2196F3;}

/* ////////////ayushi-responsive */

@media screen and (max-width: 768px) { 
  body{overflow-x: hidden;}
  .d-flex {
    display: block;
  }
  .mob_li{display: block;}
  #nav-items {
      /* display: none; */
      width: 70%;
      text-align: right;
  }
  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
}
.menu.active {
    display: flex;
}
.hamburger {
    display: flex;
}
  .nav-ul {
      justify-content: start;
      align-items: baseline;
      flex-wrap: wrap;
      flex-direction: column;
      display: flex;
      gap: unset;
  }
  .nav-ul li {
    padding: 15px 0;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #00000021;
}
.nav-ul li:last-child{border-bottom: 0px !important;}
._listrwmenu li{border: 0 !important;}
._listrwmenu ul li:first-child{border-right:1px solid #00000021 !important; }
  .nav-ul li a {
      margin-right: 5vw;
      justify-content: space-between;
      display: flex;
  }
  .nav-ul li._subheaderlink {
    border-bottom: 0;
  }
.nav-menu {
  flex-wrap: unset;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;

}
    .logo {
        display: inline-flex;
        width: 100%;
        width: 100%;
        justify-content: center;
    }

    .logo img{
        margin-left: -33px;
    }
.nav-toggle span:nth-child(2) {
  width: 70%;
  margin: 5px 0px;
}

.navbar {
  z-index: 99;
  /* height: 100%; */
  overflow-y: scroll!important;
}
/* .show {
  display: block!important;
  width: 100%;
}
.bg-dark {
  background: #000000db;
  backdrop-filter: blur(10px);
  height: 100vh;
  overflow: hidden;
  transition: all .7s;
  position: absolute;
  top: 0;
  width: 80%;
} */
/* .navbar #nav-items {
  display: none;
  margin-top: 15px;
} */
li.active a{
  color:#EF6614; 
  background: transparent;
}
.header-wrap {
  display: flex;
  padding: 10px 0px;
  flex-direction: row-reverse;
}

.menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px;
}
.menu.active {
  display: flex;
  z-index: 100;
  height: 100%;
}
.hamburger {
  display: flex;
}

/* header///////////// */

.hero_sec h1 {
  font-size: 20px;
  line-height: normal;
}
.share_ul {
  list-style: none;
  gap: 10px;
}
.share_ul li {
  font-size: 11px;
}
.hero_sec{
  padding: 50px 0px;
  height: unset;
}

.w-60 {
  width: 100%;
}
.w-40 {
  width: 100%;
}
.hero-wrap {
  display: flex;
}
.share_ul {
  display: flex;
}
.sec_01 .cnt_sec {
  padding: 30px 15px 30px 15px;
  flex-direction: column;
}
.custom_heading {
  font-size: 20px;
}
.para {
  font-size: 14px;
  line-height: normal;
}
.cnt_sec .para {
  margin-top: 10px;
}
.sec_01 .img img {
  max-width: 100%;
  width: 100%;
  height: 200px;
}
.img_sec img {
  max-width: 100%;
  width: 100%;
}
.grid_3 {
  display: block;
}
.lst_artcl {
  padding: 40px 0;
}
.lst_artcl .grid_3 {
  margin-top: 20px;
}
.bxx {
  margin-bottom: 10px;
}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top: 0px;}
.owl-theme .owl-dots .owl-dot span{background: #ff8742;}
.owl-theme .owl-dots .owl-dot.active span{background: #EF6614;}
.tvr_cntry{text-align: center; margin-bottom: 30px; margin-top: 40px;}
.grid_4 {
  display: block;
}
.tvr_exp_tab_head {
  gap: 8px;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
}
.tvr_exp_tab_head li{        display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
}
.tvr_exp_tab_head li a {
  padding: 8px 10px;
  font-size: 12px;
  width: max-content;
  justify-content: normal;
}
.tvr_exp_tab_head{
  padding-top: 20px;
}
.tvr_exp {
  margin-top: 0px;
}
.owl-nav button span {
  height: 40px !important;
}
.owl-nav button {
  width: 40px;
  height: 40px;
}
.owl-nav {
  top: 10px;
  right: 0;
}
.tvr_cntry .grid_3 {
  margin-top: 70px;
}
.cta {
    background: #EFF9FF;
    padding: 50px 0;
}
.bg-dark .logo img {
  filter: brightness(0) invert(1);
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.cat_card {
  margin-bottom: 20px;
}
.cat_card h4 {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.cat_card .text_gry img {
  height: 12px;
  width: 20px;
}
.cat_card .share_ul {
  padding-top: 15px;
}
.dtl_hero_sec h4 {
  font-size: 20px;
  line-height: normal;
  margin-top: 20px;
}
.container_1 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.w-70 {
  width: 100%;
}
.w-30 {
  width: 100%;
}
.main_content_sec {
  display: block;
}
.txt-just {
  font-size: 14px;
}
.fnt-25 {
  font-size: 20px;
}
    .all-icon-wrap {
        display: flex;
        gap: 5px;
        padding: 10px 0px;
        position: relative;
        justify-content: end;
    }
    .brdcrm{display:none}
    #nav-items{width:auto !important;}
    .main_content_sec h5 {
        margin-bottom: 15px;
    }
.share-icon {
  display: flex;
  gap: 5px;
  align-items: center;
}
.paddd {
  padding: 0px;
  border-left: transparent;
  margin-top: 30px;
}
.card-crs-sec {
  padding: 0px 0;
}
.card-crs-sec .grid_3 {
  margin-top: 70px;
}
.head_search input {
  height: 50px;
  width: 100%;
}
.head_search {
  position: relative;
  width: 100%;
}
.tvr_cntry_btn_prnt{margin-top: 20px;}
.detail_sidebar{display: none;}
.table_list_mob_prnt{position: sticky; top: 19px; left: 0; background: #eff9ff; padding:0 10px; margin-top: 10px; z-index: 10; display: block ;}
.table_list_mob_prnt h4{padding: 10px 0; display: flex; justify-content: space-between;}
.table_list_mob_prnt h4 img{width: 15px; transition: 0.4s;}
.table_list_mob_prnt h4.tgl img{transform: rotate(180deg);}
.table_list_mob{display: none; padding-left: 20px; border-top: 1px solid rgba(0,0,0,0.2); padding-top: 10px; padding-bottom: 10px;}
.table_list_mob li a{text-decoration: none; font-size: 14px; color:#000;}
.table_list_mob li{margin-bottom: 8px;}
.nav-ul{        position: fixed;
  top: 0;
  padding-top: 50px; z-index: 1000;}
  .hamburger.active div{ z-index: 10000;}
  body.no_scroll{overflow-x: hidden;}
  .dtl_hero_sec{    padding: 50px 0px;}
  .sec_01{margin-top: 0px;}
  .grid_3 .bxx{margin-bottom: 20px;}
  .grid_3 .bxx:last-child{margin-bottom: 0px;}
  .dtl_hero_sec h1 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    margin-top: 20px;
max-width: 100%;
}
._listrwmenu_desktop{display: none;}
._listrwmenu_mob{display: block;}
._listrwmenu{width: 100%;}
._listrwmenu ul li{justify-content: center;}
._listrwmenu ul li{padding-top: 0; padding-bottom: 0;}
.res-none{display: none !important;}
.desk-none{display: block !important;}

    ._dropdownromenu {
        position: static !important;
        height: initial !important;

        box-shadow: none !important;
        overflow: hidden !important;
        max-height: max-content !important;
        padding-top: 10px !important;
    }
.nav-ul li{display: block;}

._dropdownromenu li{padding: 7px 0px;}
    ._dropdownromenu li a{font-size:13px}
    ._subheaderlink a img {
        transition: 0.4s;
    }
._subheaderlink a.tgl img{transform: rotate(180deg); transition: 0.4s;}
.logo img {
  width: 101px;
  max-width: 101px;
  height: max-content;
}


.mob_li{
  position: absolute !important;
    bottom: 0;
    left: 0;
    border-top: 1px solid #00000021 !important;
}
}


.lst_artcl .bxx .img_sec img{width:100%}
.pst_prst{display:flex; width:100%; overflow:hidden;}

.dtl_hero_sec {
    overflow: hidden
}
#header{margin:0 !important}
.main_content_sec p {
    font-size: 15px;
    text-align: justify;
}
.main_content_sec h2 {
    font-size: 27px;
    font-weight: 600;
}
.main_content_sec h3 {
    font-size: 22px;
    font-weight:600;
}
.main_content_sec strong {
    font-weight: 600;
}

.cs_mt_20{margin-top:20px;}
.cmpy_nm_{display:flex; align-items:center; }
.cmpy_nm_ img {
    width: 12px !important;
        border-radius:0 !important;
}

.oc-three .owl-nav button {
    width: 30px !important;
    height: 30px !important;
    position:relative;
}

.oc-three .owl-next span, .oc-three .owl-prev span {
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    left: 50% !important;
    display: block !important;
    color: #000;
    height: auto !important;
    padding: 0 !important;
    font-size: 31px;
}

.oc-three .owl-nav button:hover span {
    color: #000 !important;
}


._dropdownromenu{top:100% !important;}

.sharebox {
    right: 0 !important;
}
    .sharebox:after {
        left:initial !important;
        right: 19px;
    }

.all-icon-wrap {
    position: relative;
}