@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.ribbon2{
    position: absolute;
  width: 11%;
  right: 0;
  top: 4%;
  z-index: 1;
}
.star_new{
    position: absolute;
    top: 20%;
    right: 50%;
    width: 118px;
}
.star_new2{
    position: absolute;
    bottom: 2%;
    left: 61%;
    width: 81px;
}
.orange_layer{
    position: absolute;
    width: 41.5%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #222e63;
}
.blink{
    animation: blink 6s linear infinite;
}
html{
    overflow-x: hidden;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
nav{
    padding: 18px 0;
    /* background: #dad6d0; */
      background: #fff;
}
.logo{
    width: 170px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1700px;
}
.banner_bg{
    background: #ece8e3;
    padding: 100px 0 100px;
    position: relative;
}
.bg_beige{
        background: #ece8e3;
}
.banner{
    width: 100%;
}
.align_center{
    display: flex;
    align-items: center;
}
.whatapp_icon{
    width: 30px;
    margin-right: 8px;
}
.contact_detail{
    display: flex;
    align-items: center;
}
.contact_detail p{
font-family: Roboto, sans-serif;
  font-size: 24px;
  color: #3b3836;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.contact_detail a{
  color: #3b3836;
}
.contact_detail a:hover{
  color: #243069;
}
.ml15{
    margin-left: 15px !important;
}
.mr15{
    margin-right: 15px !important;
}
.space_bw{
    display: flex;
    justify-content: space-between;
}
.flex_end{
    display: flex;
    justify-content: flex-end;
}
.contact_detail i{
    color: #243069;
}
.ft_w input, .ft_w select, .ft_w textarea{
  color: #ececec !important;
}
input, select, textarea{
    padding: 10px 15px;
  margin-bottom: 29px !important;
  font-size: 14px;
  width: 100%;
  color: #292929 !important;
  border-radius: 5px;
  border: 1px solid #8080803d;
    font-family: "Mulish", sans-serif;
    background: transparent;
    letter-spacing: 0.2px;
}

select option{
  background: white;
  border-radius: 0;
}
.form_sec{
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.btn input{
  color: #fff !important;
}
.btn input:hover{
  color: #fff !important;
}
.brd{
  border: 1px solid #ccc !important;
  padding: 8px 15px;
}
.popup input, .popup select, .popup textarea{
  margin-bottom: 0px !important;
}

.mb6{
  margin-bottom: 6px !important;
}
input:focus-visible, select:focus-visible, textarea:focus-visible{
    outline: none;
}
input:focus, select:focus, textarea:focus{
      border: 1px solid #fff;
}
input::placeholder {
  color: #292929 !important;
}
.form_title{
  margin-bottom: 21px;
    color: #ef7d21;
    font-family: Roboto, sans-serif;
    font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
[type="button"], [type="reset"], [type="submit"], button {
  padding: 7px 27px;
  display: inline;
    width: 91px; 
  margin-bottom: 0 !important;
  background: #e46b39;
}
.form_btn{
    transition: all 0.6s ease;
}
.form_btn:hover{
    background-color: #222e63;
    color: #fff !important;
    transition: all 0.6s ease;
}
.mt0{
  margin-top: 0 !important;
} 
.banner_bg form{
    padding: 86px 60px 50px;
  background: #fff;
  border-radius: 2px;
  position: relative;
    z-index: 0;
    top:40px;
} 
select{
    appearance: none;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.select_icon {
  position: relative;
}
.select_icon i {
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 11px;
  z-index: 0;
  font-weight: 400;
  color: #919191;
}
select option{
    color: #000;
}
.bow{
    position: absolute;
    top: -45px;
    left: -40px;
    width: 38%;
}
.ribbon{
  position: absolute;
  top: -34px;
  left: -57px;
  width: 46%;
}
.offer_list{
    display: flex;
    align-items: center;
    border-right: 1px solid #dcdcdc66;
    width: 20%;
}
.offer_list:last-child{
    border-right: none;
}
.offer_list p{
    line-height: 22px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.offer_list i{
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  border: 2px dashed #fff;
  border-radius: 100%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 4px 14px #0000000d;
}
.sec_padd{
    padding: 70px 0;
}

.bg_orange{
    background: #e66c39;
}
.align_end{
    display: flex;
    align-items: flex-end;
}
.main_title{
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 34px
    
}
.col_blue{
    color: #243069;
}
.bg_blue{
    background: #222e63;
}

.star1{
    position: relative;
    width: 35px;
    bottom: 50px;
    /*! opacity: 0.6; */
    left: 50%;
    filter: brightness(130%);
}
.star2{
    position: relative;
    width: 25px;
    bottom: 95px;
    /*! opacity: 0.6; */
    left: 52.2%;
    filter: brightness(130%);
}
.star3{
    position: relative;
    width: 25px;
    bottom: 43px;
    /*! opacity: 0.6; */
    left: 48.5%;
    filter: brightness(130%);
}
.star4{
    position: absolute;
    width: 49px;
    top: 15%;
    /*! opacity: 0.2; */
    left: 1%;
} 
.star5{
    position: absolute;
    width: 41px;
    top: 60%;
    /*! opacity: 0.5; */
    right: 36%;
    filter: brightness(130%);
} 
.star6{
    position: absolute;
    width: 41px;
    top: 52%;
    /*! opacity: 0.2; */
    left: 64%;
    filter: brightness(130%);
}

.star8{
    position: absolute;
    width: 45px;
    top: 5%;
    right: 37%;
    filter: brightness(130%);
}
.star_box{
    position: absolute;
    bottom: -54px;
    right: 7.8%;
    height: max-content;
    /*! opacity: 0.9; */
    transform: scale(2);
}
.star_box2{
    position: absolute;
    top: 50%;
    left: 34%;
    height: max-content;
    /*! opacity: 0.6; */
}
.star_box3{
    position: absolute;
    bottom: -47px;
    left: -45px;
    height: max-content;
    /*! opacity: 0.5; */
}
.wd20{
    width: 20%;
}
.teb_thum_left {
  box-shadow: 8px 8px 20px -7px #e3e3e3;
  padding: 15px;
  background-color: #f4efe9;
  margin-bottom: 25px;
}
.teb_thum_left img{
    width: 100%;
}
.post-det {
  padding-top: 0;
}
.post-det h3 {
  padding-bottom: 5px;
  font-size: 14px;
  margin-top: 13px;
}
.post-det h3{
  color: #292929;
  text-align: left;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-header {
  margin-bottom: 8px;
  line-height: 1.2;
  color: rgb(242, 145, 66) !important;
}
.post-header span{
font-family: "Mulish", sans-serif;
  font-size: 14px;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.font_color_oranges a{
  color: #f29142 !important;
}
.post-det h3 {
    font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #292929;
  text-align: left;
}

.post-det p {
  font-size: 12px;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  line-height: 19px;
  color: #292929;
  text-align: left;
    font-family: Roboto, sans-serif;
}
.post-link{
    padding: 7px 12px;
 
  margin-bottom: 0 !important;
  background: #e46b39;
  transition: all 0.6s ease;
  letter-spacing: 0.2px;
  color: #fff !important;
  border-radius: 5px;
  border: 1px solid #ffffff3d;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
    width: max-content;
      display: flex;
}
.post-link:hover{
   background-color: #222e63;
  color: #fff !important;
  transition: all 0.6s ease;
}

/* poppup box css */

.popup_box {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  opacity: 0;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}
.popup_box_inner {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  width: 500px;
  max-width: 100%;
  display: block;
  margin: auto;
}


/*  */



.popup_bg {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  display: none;
  transition: opacity 0.5s;
  opacity: 0;
  top: 0;
}
.popup_bg:target {
  display: block;
  visibility: visible;
  opacity: 1;
}
.popup {
  position: relative;
  display: block;
  margin: auto;
  top: 16% !important;
  background: #fdfdfd;
  width: 350px;
  height: auto !important;
  z-index: 100;
  padding: 25px 25px;
  box-shadow: 0 2px 5px #0000004d;
  animation: 0.8s ease-in-out popup_fadein;
 
}

.popup.pimg {
  position: relative;
  display: block;
  margin: auto;
  top: 16% !important;
  background: #fdfdfd;
  width: 100%;
  height: unset !important;
  z-index: 100;
  padding: 10PX;
  box-shadow: 0 2px 5px #0000004d;
  animation: 0.8s ease-in-out popup_fadein;
 
}

@keyframes popup_fadein {
  from {
    transform: scale(0.5, 0.5);
  }
  to {
    transform: scale(1, 1);
  }
}
.popup .popup_close {
  position: absolute;
  top: -15px;
  right: -9px;
  height: 40px;
  width: 50px;
  font-size: 34px;
  text-align: center;
  color: #e46b39;
}
.popup .popup_close:focus {
  outline: 0 !important;
}
.popup .popup_close:hover {
  color: #e27022;
  text-decoration: none;
}
.popup_title {
 font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #ef7d21;
  display: block;
  margin-top: 8px;
}
.popup_hr1 {
  width: 20%;
  height: 1px;
  background-color: #e27022;
  margin: 2px 0;
}

.inquiry_form {
  padding: 5px 2px;
}

.cont_us_in .select {
  font-size: 12px;
  height: 35px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
  width: 100%;
  border: 1px solid #bdbaba;
  padding-left: 5px;
}
.con_box5 .input_box .font_size {
  margin-bottom: 5px;
  font-size: 14px;
}
.con_box5 .learn {
  font-size: 14px;
  padding-top: 5px;
}
.con_box4 .input_box,
.con_box5 .input_box_center3 {
  width: 100%;
  margin-right: 0;
}
.input_box {
  width: 31%;
  margin-right: 1% !important;
  text-align: left;
}
.con_box2 .input_box:nth-child(3n + 3),
.con_box3 .input_box:nth-child(4n + 4),
.con_box5 .input_box_center2,
.input_box_big {
  margin-right: 0;
}
.con_box,
.cont_us_in {
  overflow: hidden;
}
.cont_us_in h1 {
  font-size: 18px !important;
  text-align: left;
  margin: 30px 0 14px;
  line-height: 26px;
  color: #7e7e7e;
  font-weight: 700;
  width: 100%;
  clear: both;
}

.input_box_big {
  width: 66%;
}
.con_box span {
  line-height: 20px;
  color: #fff;
  padding: 5px 10px;
  background: #1a5fa1;
  font-weight: 500;
  border-radius: 3px 3px 0 0;
  clear: both;
}
.cont_us_in p,
.input_box label {
  line-height: 20px;
  color: #333;
  font-weight: 500;
}
.con_box2 .input_box_center2 {
  width: 49%;
  margin-right: 0;
}
.cont_us_in p {
  display: block;
  margin: 0 0 5px;
}
.input_box label {
  font-size: 16px;
  display: inline-block;
  margin: 8px 20px 0 0;
}
.div-form .ttl,
.div-form h2 {
  font-size: 22px;
  text-align: center;
}
.input_box input[type="checkbox"] {
  margin: 4px 5px 0 0;
  float: left;
}
.con_box3 .input_box {
  width: 23.5%;
}
.con_box3 .input_box_big {
  width: 74.4%;
}
.con_box5 .input_box,
.width49 {
  width: 49%;
}
.con_box:last-child {
  margin: 0;
  border: 0;
}
.div-form {
  max-width: 554px;
}
.div-form .ttl {
  border-top: 1px solid #a5a2a2;
  margin-top: 0;
  padding-top: 30px;
  margin-bottom: 26px;
  font-weight: 400;
}
.div-form select {
  font-size: 17px;
  color: #000;
  font-weight: 700;
}
.div-form .we_hlp {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 48px;
}
.div-form input[type="email"],
.div-form input[type="text"] {
  padding: 10px 15px;
  height: 45px;
  margin-bottom: 20px;
  color: #000 !important;
}
.div-form textarea.form-control {
  height: auto;
  font-size: 14px;
  padding: 10px 15px;
}
.div-form button.btn.btn-default {
  text-align: center;
  display: block;
  margin: 20px auto auto;
  width: auto;
  background: #5e6980;
  border: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12.5px 15px;
  transition: 0.3s;
}
.div-form button.btn.btn-default:hover {
  background: #000;
  text-decoration: none;
}


.deat_form_inr {
  padding: 35px 15px 43px;
}
.inquiry_form input:hover{
background-color: transparent;
  color: rgb(255, 255, 255) !important;
  transition: 0.6s;
}
.d_none{
  display: none;
}
.btn{
  display: flex;
  gap: 19px;
  border: none;
  padding-top: 0;
  margin-top: 20px;
}
.btn:hover{
  border: none;

}
input:focus, select:focus, textarea:focus {
  border: 1px solid #c5c5c53d;
}
.brd:hover{
  border: none;
}
.btn input:hover{
  background: #222e63;
}
.popup_hr1{
    display: none;
}
.inquiry_form span{
  font-size: 12px;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  line-height: 19px;
  color: #292929;
  text-align: left;
  font-family: Roboto, sans-serif;
}
.pc_h78{
height: 78px !important;
}
.popup h3{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #292929;
  text-align: left;
  margin-bottom: 4px;
}

.col_white{
  color: white;
}
.mb5{
  margin-bottom: 5px !important;
}
.ft_flex{
  display: flex;
  justify-content: space-between;
}
.ft_w{
  width: 25%;
}
.col input{
  color: #000 !important;
}
.col input:hover{
  color: #000 !important;
}



.ft_w input::placeholder {
  color:#ececec !important;
}
.ft_w select{
  color: #fff !important;
}
.col_wt input{
  color: #fff !important;
}
.ml86{
  margin-left: 86px;
}
.lan_form{
  /* width: 405px; */
    width: 290px;
  height: auto;
  background-color: rgb(255, 255, 255,0.9) !important;
  z-index: 1;
  border-radius: 5px !important;
  padding: 15px !important;
}
.form_container{
  height: 100%;
  position: absolute;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: 0;
}
.pt0{ 
  padding-top: 0px !important;
}
.banner_bg{
    padding: 100px 0 0px;
}
  input, select, textarea {
    margin-bottom: 15px !important;
    font-size: 12px;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    line-height: 19px;
    color: #292929;
    text-align: left;
    font-family: Roboto, sans-serif;
    color: #292929d4 !important;
  }
  

input::placeholder {
  color: #292929bd !important;
}
.fm_tit{
  margin-bottom: 21px;
  color: #ef7d21;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 30px;
}
.blue_ti{
   margin-bottom: 21px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 30px;
}
.hide{
  display: none;
}

@media screen and (min-width:1900px) and (max-width:1920px){

  .teb_thum_left {
    width: 100%;
  }
    .pc_h76{
        height: 44px !important
    }
    .pc_h57{
        height: 57px !important;
    }
    .pc_h38{
        height: 38px !important;
    }
    .fa-gift{
          width: 54px !important;
    }
      .pc_sm_top{
    margin-top: 3px;
  }
 .sm_pc_h58{
   height: 41px !important;
 }
 .sm_pc_h54{
  height: 42px !important;
 }
 .pc_h38{
  height: 38px !important;
 }
 .pc_bs_h59{
    height: 42px !important;
 }
 .pc_bs_h42{
    height: 42px !important;
 }
  .pc_h57 {
    height: 40px !important;
  }

.ft_pd{
    padding-bottom: 30px !important;
}

.post-det h3{
      font-size: 15px;
}

}

@media screen and (min-width:1800px) and (max-width:1899px){

  .teb_thum_left {
    width: 100%;
  }
    .pc_h76{
        height: 44px !important
    }
    .pc_h57{
        height: 57px !important;
    }
    .pc_h38{
        height: 38px !important;
    }
    .fa-gift{
          width: 54px !important;
    }
 
      .pc_sm_top{
    margin-top: 3px;
  }
 .sm_pc_h58{
   height: 41px !important;
 }
 .sm_pc_h54{
  height: 42px !important;
 }
 .pc_h38{
  height: 38px !important;
 }
 .pc_bs_h59{
    height: 42px !important;
 }
 .pc_bs_h42{
    height: 42px !important;
 }
  .pc_h57 {
    height: 40px !important;
  }
  .sec_padd {
  padding: 50px 0;
}
.ft_pd{
    padding-bottom: 30px !important;
}

.post-det h3{
      font-size: 15px;
}
}

@media screen and (min-width:1700px) and (max-width:1799px){
    .container {
  max-width: 1650px;
  margin: 0 auto;
}
  .teb_thum_left {
    width: 100%;
  }
  
    .pc_h76{
        height: 43px !important;
    }
    .pc_h57{
        height: 57px !important;
    }
    .pc_h38{
        height: 38px !important;
    }
    .fa-gift{
          width: 54px !important;
    }
      .pc_sm_top{
    margin-top: 3px;
  }
 .sm_pc_h58{
   height: 41px !important;
 }
 .sm_pc_h54{
  height: 41px !important;
 }
 .pc_h38{
  height: 38px !important;
 }
 .pc_bs_h59{
    height: 45px !important;
 }
 .pc_bs_h42{
    height: 42px !important;
 }
  .pc_h57 {
    height: 40px !important;
  }
  .sec_padd {
  padding: 50px 0;
}
.ft_pd{
    padding-bottom: 30px !important;
}

.post-det h3{
      font-size: 15px;
}
}

@media screen and (min-width:1600px) and (max-width:1699px){
    .container {
  max-width: 1550px;
  margin: 0 auto;
}
  .teb_thum_left {
    width: 100%;
  }
    .pc_h76{
        height: 64px !important;
    }
    .pc_h57{
        height: 57px !important;
    }
    .pc_h38{
        height: 38px !important;
    }
    .fa-gift{
          width: 54px !important;
    }
   
      .pc_sm_top{
    margin-top: 3px;
  }
 .sm_pc_h58{
   height: 41px !important;
 }
 .sm_pc_h54{
  height: 54px !important;
 }
 .pc_h38{
  height: 38px !important;
 }
 .pc_bs_h59{
    height: 59px !important;
 }
 .pc_bs_h42{
    height: 42px !important;
 }
  .pc_h57 {
    height: 40px !important;
  }
  .sec_padd {
  padding: 50px 0;
}
.ft_pd{
    padding-bottom: 30px !important;
}
.hd_h43{
  height: 43px !important;
}
}

@media screen and (min-width:1500px) and (max-width:1599px){
    .container {
  max-width: 1450px;
  margin: 0 auto;
}
  .teb_thum_left {
    width: 100%;
  }
    .pc_h76{
        height: 64px !important;
    }
    .pc_h57{
        height: 57px !important;
    }
    .pc_h38{
        height: 38px !important;
    }
    .fa-gift{
          width: 77px !important;
    }
    
      .pc_sm_top{
    margin-top: 3px;
  }
 .sm_pc_h58{
      height: 58px !important;
 }
 .sm_pc_h54{
  height: 54px !important;
 }
 .pc_h38{
  height: 38px !important;
 }
 .pc_bs_h59{
    height: 59px !important;
 }
 .pc_bs_h42{
    height: 42px !important;
 }
  .pc_h57 {
    height: 40px !important;
  }
  .sec_padd {
  padding: 50px 0;
}
.ft_pd{
    padding-bottom: 30px !important;
}
.logo {
  width: 150px;
}
 input, select, textarea{
  margin-bottom: 15px !important;
}
.pc_dn{
  display: none;
}
.offer_list{
    width: 24%;
}
.offer_list i {
  font-size: 20px;
  height: 44px;
  width: 44px;
}
.nor_ptb {
  padding: 20px 0;
}
}

@media screen and (min-width:1400px) and (max-width:1499px){
    .container {
  max-width: 1280px;
  margin: 0 auto;
}
.ml86 {
  margin-left: 50px;
}

.par_h{
      height: 42px !important;
}
  .teb_thum_left {
    width: 100%;
  }
    .pc_h76{
        height: 76px !important;
    }
    /* .pc_h57{
        height: 57px !important;
    } */
     .para_h57{
      height: 57px !important;
     }
    .pc_h38{
        height: 38px !important;
    }
    .fa-gift{
      width: 91px !important;
    }
      .pc_sm_top{
    margin-top: 3px;
  }
  .logo {
  width: 150px;
}
 .sm_pc_h58{
      height: 58px !important;
 }
 .sm_pc_h54{
  height: 54px !important;
 }
 .pc_h38{
  height: 38px !important;
 }
 .pc_bs_h59{
    height: 59px !important;
 }
 .pc_bs_h42{
    height: 42px !important;
 }
 input, select, textarea{
  margin-bottom: 15px !important;
}
.pc_dn{
  display: none;
}
.offer_list{
    width: 24%;
}
.offer_list i {
  font-size: 20px;
  height: 44px;
  width: 44px;
}
.nor_ptb {
  padding: 20px 0;
}
}

@media screen and (min-width:1300px) and (max-width:1399px){
    .container {
  max-width: 1270px;
  margin: 0 auto;
}
  .teb_thum_left {
    width: 100%;
  }
    .pc_h76{
        height: 76px !important;
    }
    .pc_h57{
        height: 57px !important;
    }
    .pc_h38{
        height: 38px !important;
    }
    .fa-gift{
      width: 88px !important;
    }
    .banner_bg form {
  padding: 40px 30px 30px;
}
.ribbon {
  top: -24px;
  left: -45px;
  width: 46%;
}
.orange_layer {
  width: 42.5%;
}
nav {
  padding: 15px 0;
}
.logo {
  width: 140px;
}
input, select, textarea{
  margin-bottom: 15px !important;
}
.offer_list{
    width: 23%;
}
.pc_dn{
  display: none;
}
.offer_list p{
  font-size: 15px;
  line-height: 20px;
}
.ml86 {
  margin-left: 50px;
}
.offer_list i {
  font-size: 20px;
  height: 44px;
  width: 44px;
}
.nor_ptb {
  padding: 17px 0;
}
}

@media screen and (min-width:1200px) and (max-width:1299px){
  .fa-gift{
        width: 91px !important;
  }
  .offer_list .fa-location-dot{
       width: 54px;
  }
  .container{
    max-width: 1180px;
  }
  .contact_detail p{
    font-size: 23px;
  }
  .post-det h3{
    font-size: 14px;
  }
  .post-header span{
    font-size: 13px;
  }
  .ml86 {
  margin-left: 50px;
}
  .post-link{
    font-size: 13px;
  }
  .pc_h76{
    height: 76px !important;
  }
  .pc_h57{
    height: 57px !important;
  }
  .pc_h38{
    height: 57px !important;
  }
  .sec_padd {
  padding: 50px 0;
}
.pc_mb0{
  margin-bottom: 0px !important;
}
.ft_w input{
    margin-bottom: 0px !important;
}
.ft_pd{
    padding-bottom: 30px;
}
.nor_ptb{
      padding: 38px 0;
}
/* .left {
  flex: 0 0 auto;
    width: 30.333%;
} */
 .ft_w .fa-angle-down{
  top: 17px;
  right: 21px !important;
  font-size: 10px;
 }
 /* .ft_w input, select, textarea{
  font-size: 13px;
  padding: 10px;
 } */
  .pc_sm_top{
    margin-top: 3px;
  }
 .sm_pc_h58{
      height: 58px !important;
 }
 .sm_pc_h54{
  height: 54px !important;
 }
 .pc_h38{
  height: 38px !important;
 }
 .pc_dn{
  display: none;
}
.banner_bg form {
  padding: 40px 30px 30px;
}
.ribbon {
  top: -24px;
  left: -45px;
  width: 46%;
}
.orange_layer {
  width: 42.5%;
}
nav {
  padding: 15px 0;
}
.logo {
  width: 140px;
}
.star2{
  left: 62.2%;
  width: 18px;
}
.offer_list p{
  line-height: 21px;
  font-size: 15px;
  letter-spacing: 0.3px;
}
input, select, textarea{
  margin-bottom: 15px !important;
}
.offer_list{
    width: 23%;
}
.teb_thum_left {
  padding: 10px;
}
}

@media screen and (min-width:1100px) and (max-width:1199px){
  .fa-gift{
    width: 88px !important;
  }
  .offer_list .fa-location-dot{
        width: 53px;
  }
  .container{
    max-width: 1050px;
  }
  .contact_detail p{
    font-size: 23px;
  }
  .post-det h3{
    font-size: 14px;
  }
  .post-header span{
    font-size: 13px;
  }
  .post-link{
    font-size: 13px;
  }
  .pc_h76{
    height: 76px !important;
  }
  .pc_h57{
    height: 57px !important;
  }
  .pc_h38{
    height: 57px !important;
  }
  .sec_padd {
  padding: 50px 0;
}
.pc_mb0{
  margin-bottom: 0px !important;
}
.ft_w input{
    margin-bottom: 0px !important;
}
.ft_pd{
    padding-bottom: 30px;
}
/* .left {
  flex: 0 0 auto;
    width: 30.333%;
} */
 .ft_w .fa-angle-down{
  top: 17px;
  right: 21px !important;
  font-size: 10px;
 }
 .ft_w input, select, textarea{
  font-size: 13px;
  padding: 10px;
 }
 .banner_bg form {
  padding: 40px 30px 30px;
}
.ribbon {
  top: -24px;
  left: -45px;
  width: 46%;
}
.orange_layer {
  width: 42.5%;
}
nav {
  padding: 15px 0;
}
.logo {
  width: 140px;
}
.offer_list{
  width: 25%;
}
.pc_dn{
  display: none;
}
.offer_list p{
  line-height: 21px;
  font-size: 15px;
  letter-spacing: 0.3px;
}
input, select, textarea{
  margin-bottom: 15px !important;
}

}

@media screen and (max-width:767px){
  .logo {
  width: 120px;
}
.contact_detail p{
  font-size: 16px;
}
.whatapp_icon{
    width: 20px;
}
.ml15 {
  margin-left: 0px !important;
}
.mr15 {
  margin-right: 8px !important;
}
.res_w30{
    width: 30%;
}
.res_w70{
   width: 70%;
}
.contact_detail{
  display: block;
}
.orange_layer{
    display: none;
}
.res_mt40{
    margin-top: 35px;
}
.ribbon{
  top: -19px;
    left: -36px;
    width: 47%;
}
.star_box {
  bottom: -52px;
  transform: scale(1.5);
}
.mob_b{
  display: block;
}

.banner_bg form{
   padding: 48px 25px 20px;
}

input::placeholder {
    margin-bottom: 22px !important;
}
.form_title{
  font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.2px;
}
.res_mb5{
  margin-bottom: 5px !important;
}
nav {
  padding: 10px 0;;
}
.star8{
  top: 38%;
  right: 84%;
  width: 40px;
  }
.banner_bg{
    padding: 208px 0 0px;
    /*! display: flex; */
    /*! flex-direction: column-reverse; */
}
.ml86 {
  margin-left: 0px;
}
.offer_list:last-child {
  border-right: none;
  margin-bottom: 20px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 100%;
  padding: 0 15px;
}
.post-det h3 {
  padding-bottom: 0;
}
.res_form_bg{
  /* background-color: #222e63; */
  /* padding: 120px 23px; */
  padding: 30px 0px;
    padding-bottom: 30px;
    padding-bottom: 0px;
  }
.star1{
  left: -9%;
    bottom: 71px;
  }
.star3{
 bottom: 87px;
    position: absolute;
    left: 53.5%;
}
.star_new2{
    left: 3%;
    bottom: 5%;}
.star2{
bottom: 56px;
    left: 13.2%;
  }
  .blue_ti{
font-size: 18px;
  }
  .ribbon2{
   width: 33%;
    right: 8px;
    top: 39%;
  }
  /* .res_bx_b{
      display: block;
  } */
   .offer_list{
      width: 100%;
          margin-bottom: 30px;
   }
   .res_dn{
    display: none;
   }
   .row{
margin-right: -15px;
margin-left: -15px;

   }
   .fm_tit{
    font-size: 18px;
   }
   .nor_ptb{
    padding-top: 40px;
  padding-bottom: 20px;
   }
   .res_pt40{
    padding-top: 40px !important;
   }
   .res_pb40{
    padding-bottom: 40px !important;
   }
   .offer_list i {
  font-size: 24px;
  height: 50px;
  width: 50px;

}
.popup_title{
  line-height: 19px;
    font-size: 15px;
}
.offer_list p {
  flex: 1;
  font-size: 17px;
  line-height: 23px;
}
   .wd20 {
  width: 100%;
}
 .ft_flex{
      display: block;
  }
  .ft_pd{
    padding: 35px 0;
    
  }
  .ft_w {
  width: 50%;
}
.res_w100{
    width: 100%;
}
input, select, textarea{
  margin-bottom: 21px !important;
}

.res_pb30{
    padding-bottom: 30px;
}

  .popup_title{
      line-height: 20px;
    font-size: 15px;
  }

.form_container {
  height: 100%;
  position: unset;
  display: block;
  transform: unset;
}
 .lan_form {
    margin: 0px auto;
    width: 100%;
    padding: 20px !important;
  }
}

@media screen and (min-width:500px) and (max-width:767px){
   .wd20 {
    width: 49%;
  }
  .res_h38{
    height: 38px !important;
  }
  .res_h59{
     height: 59px !important;
  }
  .res_h41{
     height: 41px !important;
  }
  .res_h57{
     height: 57px !important;
  }
  .pc_h38{
         height: 38px !important;

  }
  .post-det h3{
      font-size: 15px;
  }
  .left {
      width: 100%;
  }
  .right {
          width: 100%;

  }
  .ft_flex{
      display: block;
  }
  .ft_pd{
    padding: 30px 0;
    padding-bottom: 30px;
  padding-bottom: 15px;
  }
}

@media screen and (min-width:350px) and (max-width:499px){
  .post-link{
      width: max-content;
  }
  .pc_h78 {
  height: auto !important;
}
.res_mb0{
  margin-bottom: 0px !important;
}
}