/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Light;
  src: url('../fonts/Montserrat/Montserrat-Light.ttf'); 
}

@font-face {
  font-family: Montserrat-Black;
  src: url('../fonts/Montserrat/Montserrat-Black.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf'); 
}


@font-face {
    font-family: 'tradegothicbold';
    src: url('../fonts/tradegothicboldcondensedno.20-webfont.woff2') format('woff2'),
         url('../fonts/tradegothicboldcondensedno.20-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}


/*//////////////////////////////////////////////////////////////////
[ rs Modal ]*/

body {
  padding-right: 0px !important;
  background: #c4e1e5;
  font-family: 'Aleo', serif;
}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}


.modal-open {
    overflow-y: unset;
}

.modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 50px 15px;
}

.rounded-box{
  max-width: 1100px;
  max-height: 440px;
  width: 100%;
  height: 100%;
  background: red;
}

.show-on-640 {
  display: none!important;
}

.hide-on-640 {
  display: block!important;
}


.img-responsive,
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}
/*//////////////////////////////////////////////////////////////////
[ Form ]*/

.contact100-form {
  width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 50px;
  border: 2px solid #e6e6e6;
  border-radius: 0px;
}

/*---------------------------------------------*/
.input100 {
  display: block;
  width: 100%;
  background: #e1e1e1;
}

.contact100-form label{
  font-size: 18px;
  font-family: 'Aleo', serif;
  font-weight: 400;
  text-align: left;
}

.required{
  color: red;
  font-size: 14px;
}

input.input100 {
  height: 100%;
  padding: 0 12px 0 12px;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 16px;
  color: #006078;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  pointer-events: none;
  border: 2px solid #006078;
  border-radius: 0px;
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.2);
  -moz-transform: scaleX(1.1) scaleY(1.2);
  -ms-transform: scaleX(1.1) scaleY(1.2);
  -o-transform: scaleX(1.1) scaleY(1.2);
  transform: scaleX(1.1) scaleY(1.2);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 15px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Montserrat-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}


  .fixed-top {
      top: -40px;
      transform: translateY(40px);
      transition: transform .3s;
  }


.navbar-expand-md .navbar-nav{
  margin-right: 0;
  margin-left: auto;
}

  .bg_transparent{
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
  }

   .bg_transparent.fixed-top{
    position: fixed;
    background: #d0e8f7 !important;
    box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, .4);
  }


  .prime-nav .navbar-nav li{
    margin-right: 65px;
  }

  .prime-nav .navbar-nav li:last-child{
    margin-right: 0;
  }

  .footer-nav .navbar-nav .nav-link,
  .prime-nav .navbar-nav .nav-link{
    font-weight: 700;
    color: #1b294d;
    text-transform: uppercase;
    font-size: 17px;
  }

  .footer-nav .navbar-nav .nav-link{
    font-size: 17px;
  }

  .footer-nav .navbar-nav{
    display: block;
  }

  .prime-nav .navbar-nav .nav-link:hover{
    color: #fe8d1d;
  }

  .prime-nav .navbar-nav li.active a{
    color: #2e5686;
  }

  .prime-nav .navbar-collapse{
    margin-top: 20px;
  }


.fixed-top .navbar-brand{
  max-width: 250px;
}

.fixed-top .navbar-collapse {
    margin-top: 8px;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 35px;
  height: 30px;
  position: relative;
  margin: 8px auto 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #1b294d;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#navbar_top .navbar-toggler,
#navbar_top .navbar-toggler {
    color: #FABC3E;
    border:0;
    padding: 0;
}

#navbar_top .navbar-toggler:focus{
  box-shadow: none;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
#subscribe .modal-content {
    max-width: 1070px;
    border-radius: 0;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}




/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.s1-txt1 {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #7d8da6;
  line-height: 1;
  text-transform: uppercase;
}

.s1-txt2 {
  font-family: Montserrat-Bold;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
}

.s1-txt3 {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #cccccc;
  line-height: 1.4;
}

.s1-txt4 {
  font-family: Montserrat-Bold;
  font-size: 15px;
  color: #555;
  line-height: 1.2;
}

.s1-txt5 {
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 16px;
  color: #a19f9f;
  line-height: 1.6666667;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.m1-txt1 {
  text-transform: uppercase;
  font-family: tradegothicbold, serif;
  font-size: 33px;
  color: #1b294d;
  line-height: 140%;
  font-weight: 700;
    max-width: 730px;
    margin: 0 auto;
  text-transform: uppercase;
}



.m1-txt2 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #555;
  line-height: 1.4;
  text-transform: uppercase;
}

/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.post-top-details{
   padding: 35px 50px;
  background: rgb(255,255,255,.8);
}
.l1-txt1 {
  font-family: tradegothicbold, serif;;
  font-size: 32px;
  color: #1b294d;
  line-height: 130%;
  text-transform: uppercase;
  margin: 20px auto;
  max-width: 450px;
}

.l1-txt2 {
  font-family: 'Aleo', serif;
  font-size: 17px;
  color: #000000;
  line-height: 160%;
  font-weight: 700;
  max-width: 360px;
  margin: 0 auto;
}

.l1-txt2 span{
  color: #1b294d;

}

.l1-txt3 {
  font-family: Montserrat-Bold;
  font-size: 36px;
  color: #555555;
  line-height: 1;
}


/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  width: 90px;
  height: 90px;
}

.size3 {
  max-width: 100%;
  min-height: 50px;
}

.size4 {
  width: 1070px;
  max-width: 100%;
}

.size5 {
  width: 100%;
  height: 50px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  max-width: 100% !important;
  padding:0px 40px ;
}

.wsize2 {
  max-width: 285px;
}


/*//////////////////////////////////////////////////////////////////
[ Height ]*/




/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}

/*---------------------------------------------*/
.bg-g1 {
  background: #208d96;
  background: -webkit-linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
  background: -o-linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
  background: -moz-linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
  background: linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.main-area{
  background-size: cover;
  background-position: center center;
}

.video-holder {
    max-width: 530px !important;
    margin: 25px auto;
}

.ty-page-container {
    background: rgb(255,255,255,.8);
    width: 100%;
    max-width: 860px;
}

.ty-page-container .post-top-details{
  width: 100%;
    background: transparent;
    padding: 0px 50px;
}

.ty-content-wrap{
  max-width: 530px;
  margin: 0 auto;
}

.ty-content-wrap .l1-txt1{
  max-width: 100%;
    margin-top: 0;
}

.ty-content-wrap .download-btn{
  max-width: 440px;
  margin: 0 auto 20px;
  display: block;
  line-height: 140%;
      padding: 16px 20px 13px;
      letter-spacing: 1px;
      font-weight: 700;
}

/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bor1 {
  border-bottom: 3px solid #3a5dff;
}

.bor2 {
  border-radius: 5px;
}


/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/
.where1-parent {
  position: relative;
}

.where1 {
  position: absolute;
  top: -40px;
  right: 5px;
}

.where1-parent .post-top-details{
  padding:10px 20px;
  width: 100%;
}

.where1-parent  .post-top > img{
  max-width: 410px;
  width: 100%;
  margin-top: 20px;
}

.where1-parent .took-kit-btn{
    max-width: 100%;
    width: 100%;
    font-size: 18px;
}

.download-btn {
  float: none;
}
/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}


/*---------------------------------------------*/
.how-countdown {
  background-color: #fff;
  border-radius: 18px;
  margin: 0px 18px 25px 18px;
}

/*---------------------------------------------*/
.took-kit-btn,
.how-btn {
  padding: 14px 20px 10px;
  background-color: #fe8d1d;
  border: 2px solid #fe8d1d;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  font-size: 17px;
  color: #010101;
  font-family: 'Aleo', serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  max-width: 340px;
  width: 100%;
}

a.green-btn{
  background-color: #1b294d;
  border: 2px solid #1b294d ;
  color: #fff;
}
a.green-btn:hover{
  background-color: #fe8d1d;
  border: 2px solid #fe8d1d;
  color: #000;

}
/*
.how-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #7918f2;
  background: -webkit-linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  background: -o-linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  background: -moz-linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  background: linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.how-btn:hover:before {
  opacity: 1;
}*/

/*---------------------------------------------*/
.how-btn1 {
  background-color: #3a5dff;
  border-radius: 0px;
  padding: 0 20px;
}

.how-btn:hover {
  background-color: #1b294d;
  border-color:#1b294d;
  color: #fff;
}
.how-btn1:hover {
  background-color: #000;
  color: #fabc3e;
}

/*---------------------------------------------*/
.how-btn2 {
  color: rgba(255,255,255,0.8);
}

.how-btn2:hover {
  color: rgba(255,255,255,1);
}

.post-top {
    width: 100%;
    display: flex;
    max-width: 1160px;
}

.post-top > img {
  margin-top: 70px;
  margin-bottom: 70px;
  margin-right: 40px;
  max-width: 43%;
  margin: 0 auto;
  max-width: unset;
  margin-right: 40px;
}

.toolkit-container .post-top {
    width: 100%;
    display: block;
    max-width: 1240px;
}
#page-container .toolkit-container .post-top > img {
    margin-right: 2%;
    float: left;
    width: 50%;
    max-width: 100%;
}
.toolkit-container .post-top-details {
    padding: 35px 50px 35px;
    overflow: hidden;
    width: 48%;
  }
/*
.post-top > img.new-e-bool{
}*/

/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

/*---------------------------------------------*/

.ty-content-wrap a.download-btn.btnIcon{
  position: relative;
    padding-left:50px;
    padding-right: 20px;/*
    background: url(../images/download-icon.png) left center no-repeat;
    background-size: 40px auto;*/
}

.ty-content-wrap a.download-btn.btnIcon img{
    position: absolute;
    left: 18px;
}

.btnIcon .download-icon{
  max-width: 26px;
  top: 20px;
}

.btnIcon .audio-icon{
  max-width: 35px;
    top: 22px;
}

.ty-content-wrap a.download-btn.btnIcon:hover{
  background: #fff;
  color: #006078;
}


.ty-content-wrap .download-btn{
  max-width: 460px;
}

.included_items{
  max-width: 460px;
  margin:50px auto 0;

}

.included_items h2{
  max-width: 100%;
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

.list-item{
  margin:0;
  padding: 0;
}
.list-item li{
  color: #000;
  text-align: left;
  margin-bottom: 10px;
    position: relative;
    padding-left: 13px;
}

.list-item li i{
  color: #006078;
  font-size: 8px;
  position: absolute;
  left: 2px;
  top: 6px;
}


.list-item--days{
    max-width: 530px;
    margin: 20px auto;
}

.list-item--days ul li{
  display: inline-block;
  margin-bottom: 10px;
  color: #177ac6;
  font-size: 16px;
  font-weight: 400;
  font-family: tradegothicbold, serif;
  text-transform: uppercase;
  max-width: 33.33%;
  margin-right: -4px;
  padding-right: 20px;
  width: 100%;
}

.list-item--days ul li:last-child{
  padding-right: 0;
}


.list-item--days ul li a{
  color: #006078;
  padding: 12px 10px 10px;
  display: block;
  background: #e1e1e1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}


.list-item--days ul li a.active,
.list-item--days ul li a:hover{
  background: #006078;
  color: #fff;
}

.list-item--days ul li a.active{
  cursor: text;
}


/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 1100px) {
  .l1-txt2 br{
    display: none;
  }

  .l1-txt1{
    font-size: 30px;
  }

  .l1-txt2{
    line-height: 140%;
    max-width: 270px;
    margin: 0 auto;
  }

    #page-container .toolkit-container .post-top > img{
        margin-top: 50px;
    }
}

@media (max-width: 1024px) {
  #page-container .post-top > img{
    max-width: 40%;
    margin: 80px 20px 80px auto;
  }

  .l1-txt2{
    font-size: 16px;
  }

  .l1-txt2 br{
    display: none;
  }
  .took-kit-btn, .how-btn {
    padding: 16px 20px 15px;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
@media (max-width: 992px) {
  .l1-txt1{
    font-size: 30px;
  }

  .m1-txt1{
    font-size: 26px;
  }

  .where1-parent .post-top > img{
    max-width: 300px;
    margin-right: 0;
  }

  .wsize1 {
    max-width: 100% !important;
    padding: 0px 20px;
}

.l1-txt1{
  line-height: 120%;
  font-size: 24px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

.l1-txt2{
  padding-bottom: 20px;
}

.toolkit-container .post-top-details,
  .post-top-details {
    padding: 30px 25px;
  }
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  .ty-content-wrap .download-btn{
    font-size: 16px;
  }

  /*---------------------------------------------*/
#page-container .post-top > img {
    max-width: 40%;
    margin: 50px 20px 50px auto;
}
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 800px) {
  .post-top-details{
    padding: 25px;
    font-size: 15px;
  }

  .where1-parent .post-top > img{
    margin-top: 30px;
  }
  .l1-txt1 {
    font-size: 23px;
    margin: 18px auto 20px;
}

  .s1-txt5{
    padding-bottom: 10px;
  }
  .wsize1 {
    max-width: 100% !important;
    padding: 0px 0px;
  }

  .wrap-input100{
    height: 40px;
  }

  .l1-txt2{
    padding-bottom: 20px;
    line-height: 120%;
    max-width: 260px;
    margin: 0 auto;
  }

  .contact100-form label{
    margin-bottom: 2px;
  }
  .took-kit-btn, .how-btn {
    padding: 18px 20px 15px;
  }

  .wrap-input100{
    margin-bottom: 15px;
  }

  .m1-txt1{
    font-size: 28px;
    padding-bottom: 20px;
    max-width: 590px;
  }

  .contact100-form label{
    font-size: 16px;
  }


.took-kit-btn, .how-btn{
  font-size: 15px;
}

}
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}
  /*---------------------------------------------*/


  .ty-page-container .post-top-details{
    padding: 0 30px;
  }

  .ty-page{
    padding-top: 90px;
    padding-bottom: 20px;

  }
  .ty-page-container {
    padding-top: 50px;
    padding-bottom: 30px;
}

.l1-txt1 {
    font-size: 22px;
    margin: 15px auto 16px;
}

.ty-page-container .l1-txt1{
  font-size: 28px;
}
}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 767px) {

.where1-parent .post-top > img{
    margin: 40px auto;
    max-width: 235px;
}

.l1-txt2{
  font-size: 14px;
}

.post-top-details{
  padding: 20px;
}
.l1-txt1 {
    margin: 10px auto 15px;
}
.ty-page-container .post-top-details {
    padding: 0 20px;
}
}
@media (max-width: 680px) {
  .post-top{
    display: block;
    text-align: center;
  }

  #page-container .post-top > img{
    max-width: 300px;
    margin: 20px auto 10px;
  }

  .p-t-50{
  }
  .p-b-50{
    padding-bottom: 30px;
  }

  #toolkit-content{
    padding-top: 20px;
    padding-bottom: 20px;

  }

  .post-top-details{
    max-width: 480px;
    margin: 0 auto;
    padding: 30px;
  }
  .l1-txt2 {
    font-size: 16px;
}

.s1-txt5{
  font-size: 14px;
}

.where1-parent .post-top > img {
    margin: 20px auto 0;
    max-width: 235px;
}

.m1-txt1 {
    font-size: 24px;
    padding-bottom: 0px;
    max-width: 530px;
}

.modal{
  background: rgba(0, 0, 0, .3);
}
.took-kit-btn, .how-btn {
    padding: 18px 16px 15px;
}
}
@media (max-width: 640px) {
  .took-kit-btn, .how-btn{
    font-size: 16px;
  }

  .show-on-640 {
    display: block!important;
  }

  .hide-on-640 {
    display: none!important;
  }

  .tolkit_page {
    padding: 30px 15px! important;
  }

  .toolkit-container .post-top-details{
    width: 100%;
    max-width:480px;
  }

  #page-container .toolkit-container .post-top > img{
    float: none;
    display: block;
    margin: 30px auto 0;
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}


  .where1-parent .post-top-details{
    padding-left: 5px;
    padding-right: 5px;
  }

  .where1-parent{
    padding:30px 10px 20px;
  }

  .m1-txt1{
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  #toolkit-content{
    padding-top: 0px;
    padding-bottom: 0px;

  }

  #ty-page-container{
    padding:20px 0;
  }


.ty-page-container .l1-txt1{
    font-size: 26px;
    margin-top: 20px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}
  /*---------------------------------------------*/

  .m1-txt1{
    font-size: 22px;
  }

.ty-content-wrap .l1-txt1 {
    font-size: 22px;
}

.ty-content-wrap .download-btn {
    font-size: 15px;
    padding: 15px 10px 13px;
  letter-spacing: 0;
}

.video-holder{
  margin: 0 auto 20px;
}
.ty-content-wrap .download-btn{
  line-height: 150%;
}
.ty-content-wrap a.download-btn.btnIcon img{
  left: 10px;
  top: auto;
}

.ty-content-wrap a.download-btn.btnIcon {
    padding-left: 35px;
    padding-right: 10px;
}

  .list-item--days ul li a{
      font-size: 16px;
      letter-spacing: 0;
  }

  .ty-page-container .post-top-details {
      padding: 0 10px;
  }

}

@media (max-width: 425px) {
.l1-txt1 {
    font-size: 20px;
  }


  .list-item li{
    font-size: 15px;
  }

  .included_items{
    margin-top: 35px;
  }

  .list-item--days ul li a{
      margin-right: 0;
  }

    .list-item--days ul li{
        padding-right: 10px;
        letter-spacing: 0;
    }

    .ty-page {
      padding-top: 90px;
      padding-bottom: 20px;
  }

  .workshop-ty .ty-page{
      padding-top: 20px;
      padding-bottom: 20px;

  }

.workshop-ty .ty-content-wrap h4{
  font-size: 20px;
}

}


@media (max-width: 380px) {
  .l1-txt1 {
    font-size: 20px;
    }
    #page-container .post-top > img {
    max-width: 220px;
  }
  .l1-txt2 {
    font-size: 14px;
}
.post-top-details{
  padding: 20px;
}
.m1-txt1{
  font-size: 18px;
}
.where1-parent .took-kit-btn,
.took-kit-btn, .how-btn {
    padding: 18px 12px 15px;
    letter-spacing: 1px;
    width: 100%;
    font-size: 15px;
}
.where1-parent .post-top-details{
  padding: 0;
}
.s1-txt5{
  margin-left: -10px;
  margin-right: -10px;
  font-size: 12px;
}
.where1-parent{
  padding: 20px;
}

.where1-parent .post-top > img{
  max-width: 200px;
}
.ty-page-container .post-top-details {
    padding: 0 12px;
}
.ty-content-wrap .download-btn{
  font-size: 13px;
}
.ty-content-wrap a.download-btn.btnIcon {
    padding-left: 35px;
    padding-right: 10px;
}
#ty-page-container{
  margin-top: 0px;
}
.list-item li{
  font-size: 14px;
}

.list-item--days ul li{
  display: block;
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.list-item--days ul li a{
  font-size: 18px;
}


}

@media (max-width: 340px) {
.where1-parent .took-kit-btn,
.took-kit-btn, .how-btn {
    padding: 18px 12px 15px;
    letter-spacing: 0px;
  }

  .post-top-details{
    padding:15px;
  }
  .ty-content-wrap .download-btn{
    font-size: 13px;
  }

.ty-content-wrap .download-btn{
  font-size: 11px;
}
.ty-content-wrap a.download-btn.btnIcon {
    padding-left: 22px;
    padding-right: 5px;
}

.ty-content-wrap a.download-btn.btnIcon img{
  left: 9px;
}

.ty-content-wrap a.download-btn.btnIcon img.download-icon{
  max-width: 20px;
  top: 15px;
}
.ty-content-wrap a.download-btn.btnIcon img.audio-icon {
    max-width: 25px;
    top: 18px;
}

.ty-page-container .l1-txt1{
  margin-top: 10px;
}
.workshop-ty .ty-content-wrap h4{
  font-size: 18px;
}

.workshop-ty .ty-page{
  padding-left: 10px;
  padding-right: 10px;
}
.workshop-ty .download-btn{
  font-size: 12px;
}
}

.ty-page .prime-nav .container{
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    margin-top: 10px;
} 

.ty-page .navbar-brand{
  display: block;
  max-width: 240px;
  margin: 0 auto;
}

.top-section{
  min-height: 768px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}

.discover-section{
  background-color: #fff;
  padding-top: 80px;
}
.title_h2 {
    font-family: 'tradegothicbold', serif;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: 0;
    color: #1b294d;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.discover-section .title_h2{
    font-size:30px;

}

.o-wrapper {
    max-width: 1140px;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.section {
    padding-left: 20px;
    padding-right: 20px;
}
.discover-section .o-wrapper{
  max-width: 820px;
  padding-bottom: 80px;
}

.list-items{
  padding-bottom: 15px;
}

.list-items li{
    background: url(../images/check-circle.svg) left 4px no-repeat;
    background-size: 22px auto;
    margin-bottom: 20px;
    padding-left: 35px;
    min-height: 28px;
    padding-top: 0;
    line-height: 130%;
    font-family: 'Aleo', serif;
    color: #43413D;
    font-size: 17px;
    line-height: 1.7;
}


.footer-nav #main_nav{
  margin-top: 15px;
}

.footer-nav ul li{
  margin-right: 50px;
  font-size: 15px;
  display: inline-block;
}

.footer-nav ul li:last-child{
  margin-right: 0;
}

.footer-nav ul li a:hover{
  color: #FABC3E !important;
}

.footer-section{
  background:#d0e8f7 ;
}

.footer-section .o-wrapper{
  max-width: 900px;
  padding: 15px 0;
}

.navbar2{
  margin-top: 15px;
}

.footer-section .navbar{
  padding: 0;
}

.footer-section .o-wrapper {
    max-width: 900px;
    padding: 15px 0;
}