/*@font-face {
  font-family: 'avenirlight'; src: url('../fonts/Avenir/Avenir\ Regular/Avenir Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
    font-family: 'Lao Sangam MN';
    src: url('https://test.com/LaoSangamMN.eot');
    src: url('LaoSangamMN.eot?#iefix') format('embedded-opentype'),
        url('LaoSangamMN.woff2') format('woff2'),
        url('LaoSangamMN.woff') format('woff'),
        url('LaoSangamMN.ttf') format('truetype'),
        url('LaoSangamMN.svg#LaoSangamMN') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');*/
*{
  --shd: 5.14px 6.13px 0px 1px rgba(228,191,173,1);
  --brdh: 163, 217, 246;
  --alpha-brdh: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  font-family: 'Lao Sangam MN';
  height: 100%;
  background-image: url("../images/bg.jpg");
  overflow-x: auto;
  overflow-y: scroll;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  background-size: cover;
}
p{
  font-size: 18px; line-height:26px5
}
.navBox {
  /* width: 40%; */
  background-color: #fff;
  margin-left: 40px;
}
.navBox > div {
  text-align: center;
  padding: 15px 0px;
  cursor: pointer;
  transition: 0.4s all;
}
.navBox > div > a {
  color: rgb(55,55,55);
  width: 100%;
  text-decoration: none;
  font-size: 20px;
  font-family: Lao Sangam MN;
}

.nav-item.active {
  background: #fcbc99;
}
.nav-link:hover {
  color: black;
}
.nav-link{
  padding: unset !important;
}
.navBox > div:hover {
  transition: 0.4s all;
  background-color: #fcbc99;
}

.bg-body-tertiary {
  background-color: #faf4f4 !important;
}
.head-title{font-size:28px;line-height:35px;margin-bottom:15px; font-weight:700;}
.PBtn {
  -st-extends: StylableButton;
  transition: all 0.2s ease, visibility 0s;
  background: #ffffff;
  border: 1px solid rgb(40, 38, 38);
  border-width: 3px;
  border-image: linear-gradient(90deg, #fcbc99 1%, #e7d4c6 100%) 1 / 3px stretch;
  border-radius: 0px;
  padding: 10px;
  width: 100%;
}
.PBtn:hover {
  transition: all 0.2s ease, visibility 0s;
  background: linear-gradient(90deg, #fcbc99 1%, #e7d4c6 100%);
}
.PBtn:hover .PBtnSpan {
  color: #fff;
}

.PBtnSpan {
  transition: inherit;
  font-style: normal;
  color: #fcbc99;
  font-family: Lao Sangam MN;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0em;
}
.Cbtn {
  -st-extends: StylableButton;
  transition: all 0.2s ease, visibility 0s;
  background: #ae633f;
  border-radius: 10px;
  border: 0px solid rgb(174, 99, 63);
  width: 100%;
  padding: 10px;
}
.Cbtn:hover {
  background: #975536;
  transition: all 0.2s ease, visibility 0s;
}

.CbtnText {
  color: #fff;
}
.CbtnText a{
  color: #fff;
  text-decoration: none;
}
.CbtnText i {
  margin-left: 5px;
}
.howHelp {
  background-color: #f6ebe4;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-title a {color:#ae633f ;}
.howCanText {
  color: #624c40;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: Lao Sangam MN;
  font-size: 26px;
}
.w-90{
  width: 90%;
}
form label {
  font-size: 13px;
  color: #583807;
  display: inline-block;
  line-height: 1;
  word-break: break-word;
  margin-bottom: 8px;
}
.formChildDiv {
  display: flex;
  flex-direction: column;
}
.formChildDiv .inputfild {
  padding: 25px;
  height: 60px;
  border: 0;
  border-radius: 15px;
  box-shadow: var(--shd, 0 0 0 transparent);
  background-color: rgb(255 249 245);
}
.formChildDiv label {
  margin-left: 18px;
}
.inputfild:focus {
  border-color: rgb(144 129 121);
  outline: 2px solid rgb(144 129 121);
}
#selectrightarrow  {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s, outline-color 0.3s;
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none; 
  background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="currentColor" stroke-width=".5" d="M2 0L0 2h4z"/></svg>') no-repeat right 20px center;
  background-color: #fff9f5;
  background-size: 10px 10px;
  padding-right: 30px; 
}
.Cbtn-btn{
  padding: 15px;
  background-color: #ae633f;
  color: rgb(255 255 255);
  font-weight: 600;
  width: 30%;
  border: 0px;
  border-radius: 25px;
  font-family: inherit;
  font-size: 16px;
  margin-top: 25px;
}
.mail-contact-box {
  background-color: rgb(240 240 240 / 80%);
  height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.number-contact-box {
  background-color: rgb(226 28 33 / 80%);
  height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mail-contact-box .box-wrapper svg {
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.mail-contact-box .box-wrapper svg path {
  fill: #4F4F4F;
  stroke: #4F4F4F;
}
.mail-contact-box .box-wrapper span a {
  color: #4F4F4F;
  text-decoration: none;
  font-family: Lao Sangam MN;
  font-size: 20px;
}
.calltoactionpart {
  margin-top: 200px;
}
.calltoactionpart .container{
  margin: auto;
  width: 1000px;
}
.number-contact-box .box-wrapper svg{
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.number-contact-box .box-wrapper svg path {
  fill: #fff;
  stroke: #fff;
}
.number-contact-box .box-wrapper span a {
  color: #fff;
  text-decoration: none;
  font-family: Lao Sangam MN;
  font-size: 20px;
}
.social-box{
  background-color: rgb(4 81 132 / 80%);
  height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-box .box-wrapper img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.social-box .box-wrapper span a {
  color: #fff;
  text-decoration: none;
  font-family: Lao Sangam MN;
  font-size: 20px;
}
div#careimage img {
  width: 100%;
}
.modal-body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body .navBox .nav-item {
  margin-bottom: 30px;
}

/*background page*/
div#navbarNav ul li {
    padding: 20px !important;
    font-size: 20px;
    font-family: 'Lao Sangam MN';
}
div#navbarNav ul li:hover {
    background:#fcbc99;
}
.banner{
    height:400px;
    background-image:url(../images/banner.webp);
     background-repeat: no-repeat;
    background-size: cover;
}
.cls-title{
    font-size:56px;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Lao Sangam MN';
}
p.desc, ul.desc{
    font-size: 20px;
    width: 75% !important;
    line-height: 2.5rem;
    margin: 0 auto 25px auto;
}
section.classic-content {
    padding: 80px;
    background-color:#fff;
}
.card-body p {
    font-size: 20px;
    font-family: 'Lao Sangam MN';
}
.card-body h5 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Lao Sangam MN';
}
.wrapp-cards {
    padding-top: 50px;
}
.mt-100{
    margin-top:100px !important;
}
.mt-0{
    margin-top:0px !important;
}
.mb-20{margin-bottom: 20px;}
.pt-100{
    padding-top:100px!important;
}
.card-body ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 10px;
}
.card-body ul li {
    font-size: 20px;
}

/* tablet media query */
@media only screen and (max-width: 1024px) {
    
  #desktopmenu{
    display: none;
  }
  #d-menu{
      display:none;
  }
  #tab-mob-menu2 {
    display: block !important;
    background-color: #f4f4f4;
    max-width: 100%;
  }
  #right-SMcontent{
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 30px !important;
  }
  .calltoactionpart .container{
    max-width: 100%;
  }
  #careimage{
    margin-top: 20px;
  }
  div#careimage img {
    width: 100% ;
}
.mb-mt-0{
  margin: 0px !important;
}
.formChildDiv {
  margin-bottom: 20px;
}
.calltoactionpart {
  margin-top: 50px;
}
div#desktoplogo {
  display: none;
}
div#tab-mob-menu {
  display: block !important;
}
.modal-dialog {
  max-width: 100%;
}
.mail-contact-box {
  height: 35vh;
}
.number-contact-box{
  height: 35vh;
}
.social-box{
  height: 35vh;
}
p.desc, ul.desc{
    width: 100% !important;
}
 .classic-content {
    padding: 80px ;
  }
}

/* mobile media query */
@media only screen and (max-width: 676px) {
  .classic-content {
    padding:55px 0px !important;
  }
  .wrapp-cards {
    padding-top: 0;
}
.pt-100 {
    padding-top: 0px !important;
}
.banner {
    height: 200px;
}
div#right-SMcontent h1 {
    line-height: 40px !important;
}
}