@charset "utf-8";



/* CSS Document */



@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');



body, html{



    height: 100%

    scroll-behaviour:smooth;



}



body{



    background: #fff;

}







h1, h2, h3, h4, h5, h6, p, a, ul, li{



    -webkit-transition: all 0.3s ease-in-out;



    -moz-transition: all 0.3s ease-in-out;



    transition: all 0.3s ease-in-out;



}



a:hover{



    text-decoration: none;



}



@font-face {



    font-family: 'Cooper Std';



    src: url('../fonts/CooperBlackStd.eot');



    src: url('../fonts/CooperBlackStd.eot?#iefix') format('embedded-opentype'),



        url('../fonts/CooperBlackStd.woff2') format('woff2'),



        url('../fonts/CooperBlackStd.woff') format('woff'),



        url('../fonts/CooperBlackStd.ttf') format('truetype');



    font-weight: 900;



    font-style: normal;



    font-display: swap;



}







.no_pad{



padding: 0



}



.navbar-default{



    margin-bottom: 0;



    background: none;



    box-shadow: none;



    border: 0;



}







.sidenav {



  height: 100%;



  /* 100% Full-height */



  position: fixed;



  /* Stay in place */



  z-index: 999;



  /* Stay on top */



  top: 0;



  left: -500px;



  background: #45261a;



  background-repeat: no-repeat;



  background-size: cover;



  overflow-x: hidden;



  /* Disable horizontal scroll */



  padding-top: 60px;



  /* Place content 60px from the top */



  transition: 0.2s;



  /* 0.5 second transition effect to slide in the sidenav */



  -webkit-transition: 0.2s;



  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);



  width: 250px;



}



.navbar-fixed-top {



  top: 0;



  border-width: 0 0 1px;



  animation: fadeInDown .8s;



}



/* The navigation menu links */







/* When you mouse over the navigation links, change their color */







.sidenav a:hover, .sidenav a:focus {



  color: #fff;



  text-decoration: none;



  padding-left: 40px;



}



/* Position and style the close button (top right corner) */



.sidenav .closebtn {



  position: absolute;



  top: 0;



  right: 25px;



  font-size: 36px;



  margin-left: 50px;



}



.sidenav a {



  text-align: left;



  padding: 8px 8px 8px 32px;



  text-decoration: none;



  font-size: 12px;



  color: #fff;



  display: block;



  transition: 0.3s;



  text-transform: uppercase;



}



.mobilecontainer span {



  color: #45261a;



  margin-right: 0;



  margin-top: 0;



  padding: 7px 10px;



}



.mobilecontainer img {



  width: 50%;



  margin: 10px 0;



}



.mobilecontainer {



  background-color: #fff;



  padding-left: 20px;



}



.navigation .caret {



  position: relative;



  left: 5px;



}

.showmob{
  display: none;
}

#mySidenav ul.dropdown-menu {



  position: static;



  float: none !important;



  width: 100%;



  display: none;



  background: #4a291c;



}



#mySidenav ul.dropdown-menu li {



  float: none;



  display: block;



  padding: 0 0px 4px;



}



#mySidenav .caret {



  display: none;



}



#mySidenav #hassubmenu {



  position: relative;



}



#mySidenav #hassubmenu i.fa.fa-angle-down {



  position: absolute;



  right: 20px;



  background: black;



  color: #fff;



  height: 20px;



  width: 20px;



  text-align: center;



  border-radius: 0;



  padding-top: 2px;



  top: 6px;



}



#mySidenav div {



  border-top: 1px solid white;



}



#mySidenav div:last-child {



  border-bottom: 1px solid white;



}



#mySidenav a.closebtn+div {



  margin-top: 10px;



}



#mySidenav ul.submenu {



   /*  display: none; */



    padding: 0;



    background-color: #000;



    width: 100%;



    overflow: scroll;



    height: 150px;



}



#mySidenav .dropdown-menu>li>a {



    display: block;



    padding: 3px 20px;



    clear: both;



    font-weight: 400;



    line-height: 1.42857143;



    color: #fff;



    white-space: nowrap;



}



.navigation ul li > .dropdown-menu li a i{



     float: right;



    right: 14px;



    font-weight: bold;



    margin-top: 1px;



    position: absolute;



    font-size: 17px;



}



.navigation ul .show-on-hover:hover>ul.submenu {



    left: 101% !important;



    top: -25% !important;



  }







.navigation ul li > .dropdown-menu li i.fa.fa-angle-down{display: none;}



/* sidenav-css end */







.img_heit img{

    height:125px;

}













/*nav-css BEGINS */



.navigation ul {



    text-align: right;



    margin: 15px 0 0 0;



}



.navigation ul li {



    list-style: none;



    display: inline-block;



}



.navigation ul li a {



   font-size: 16px;



   color: #000;



   padding: 25px 0px 25px 45px;



   font-weight: 600;



   cursor: pointer;



}



.navigation ul li a:hover {



    color: #4b2a1c;



}



.navigation ul li.active a {



    color: #4b2a1c;



}



/*DropDown Css Begin here*/



.navigation ul .show-on-hover:hover>ul.dropdown-menu {



    display: block;



}



.navigation ul li .dropdown-menu li {



    float: none;



    display: block;



}



.navigation ul li > .dropdown-menu li a {



    float: none;



    display: block;



    text-align: left;



    padding: 7px 12px 10px 12px;



    font-size: 15px;



    color: #000;



}



.navigation ul li > .dropdown-menu li a:hover {



    background-color: #ececec;



} 



.navigation ul li > .dropdown-menu  {



      border-radius: 0;



      border: none;



      padding: 12px 0 12px 0;



      box-shadow: 0 0 11px rgba(0,0,0,0.3);



      top: 90%;



      left:48px;



}



.navigation ul>li>a span img {



    display: inline;



    margin-left: 11px;



}



.navigation ul li > .dropdown-menu:after 



{



content: '';



position: absolute;



border-style: solid;



border-width: 0 12px 16px;



border-color: #FFFFFF transparent;



display: block;



width: 0;



z-index: 1;



top: -16px;



left: 113px;



}











.navigation ul.dropdown-menu.submenu:after {



display: none;



}















.navigation ul li > .dropdown-menu>.active>a {



     background-color: transparent;



     color: #4b2a1c;



     font-weight: 600;



}



body.practise-lets{



  background-image: url(../images/practise.jpeg);



  background-repeat: no-repeat;



  background-position: center center;



  background-size: cover;



  background-attachment: fixed;



}



header#header {



    padding-top: 20px;



}



header#header .container-fluid {



    margin: 0 22px;



}



.login-btn a {



    background-color: #088808;



    color: #fff;



    padding: 21px 33px 14px 33px !important;



    text-align: center;



    font-size: 16px;



    font-family: 'Cooper Std';



    text-transform: uppercase;



    border-radius: 50px;



    align-items: center;



    justify-content: center;



    margin: 9px 6px;



}



.login-btn a {

  position: relative;

  background: rgb(0, 89, 255);

  z-index: 1;

  transition: all 0.3s ease-out;

}

.login-btn a:hover {

  color: black;

  cursor: pointer;

}



.login-btn a::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #fffb0e;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}



.login-btn a {

  letter-spacing: 1px;

  height: 3em;

  width: 12em;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #c00000;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

  font-family: 'Cooper Std';

  padding: 0 !important;

}



.login-btn a:hover:after {

  width: 100%;

}



.login-btn {

    padding-top: 33px;

    display: inline-flex;

}



a.sign {



    background-color: #ffff00;



    color: #000;



}



a.log {



    padding: 23px 42px 14px 49px !important;



}



.log {

  position: relative;

  background: rgb(0, 89, 255);

  z-index: 1;

  transition: all 0.3s ease-out;

}

.log:hover {

  color: black;

  cursor: pointer;

}



.log::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #fffb0e;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}



a.log {

  letter-spacing: 1px;

  height: 3em;

  width: 12em;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #c00000;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

  font-family: 'Cooper Std';

  padding: 0 !important;

}







.login_btn1:hover {

    top: -10px;

    position: relative;

    transition: 0.4s ease-in-out;

}

/*.login_btn1{

  animation: rotate 1s infinite;

  transform: rotateX(360deg);

}*/



@-webkit-keyframes rotate{

  0%{

    transform: rotateX(0deg);

  }

  100%{

    transform: rotateX(360deg);

  }

}

.login_btn1:hover{

  transform: rotateX(0);

  animation:none;

}

.login_btn2:hover{

  top: -10px;

  position: relative;

  transition: 0.4s ease-in-out;

}





section.lets-sec{



   padding: 0px 0%;

    /*   height: 243px;*/

    /*overflow-y: scroll;*/

   /*border: 3px solid #ffff00;*/

   /* border-radius: 20px 0 20px 0;*/



}



.worth-text h1 {



    color: #c00000;



    text-align: center;



    align-items: center;



    justify-content: center;



    display: flex;



    font-family: 'Cooper Std';



    font-size: 117px;



    line-height: 110px;



    margin: 0 auto;



    display: table;



}



.worth-text h5 {



    text-align: center;



    color: #c00000;



    font-size: 46px;



    font-family: 'Cooper Std';



    line-height: 50px;

    

    margin-bottom:30px;



}



.worth-text h6 {



    text-align: center;



    color: #ffc000;



    font-size: 40px;



    font-family: 'Cooper Std';



    line-height: 50px;



}



.worth-text {



    padding: 40px 0px;



    text-transform: uppercase;



}



/*a.log:hover,a.log:focus{*/



/*  background-color: #ffff00;*/



/*  color: #000;*/



/*}*/



a.sign:hover,a.sign:focus{



    background-color: #088808;



    color: #fff;



}



section.lets-sec {



    padding: 0% 0%;



}



.aferimg:after{

    content: '';

    display: block;

    background-image: url(../images/picture26.png);

    background-repeat: no-repeat;

    background-size: contain;

    width: 61px;

    height: 52px;

    position: absolute;

    bottom: -40px;

    z-index: 999;

    display: none;

}

.aferimg.aaccaass:after{

    content: '';

    display: block;

    background-image: none;

    background-repeat: no-repeat;

    background-size: contain;

    width: 61px;

    height: 52px;

    position: absolute;

    bottom: -40px;

    z-index: 999;

}

.afternumber small{

    display: block;

    margin: 0;

    color: #0000cc;

    font-size: 16px;

    font-weight: 700;

    font-family: 'Cooper Std';

    position: absolute;

    bottom: 12px;

}



.buy_now_ab {

    

    

    border: 8px solid #c00000;

    border-radius: 18px;

    padding: 14px;

    background: #fff;

}

.buy_now_ab img {

    width: 50%;

    display: block;

    margin: 20px auto;

}

.buy_now_ab a {

    font-size: 30px;
    color: #c00000;
    font-weight: 700;
    text-shadow: 0px 3px 3px #00000070;
    font-family: 'Cooper ';

}

#mysubModal .modal-dialog{

  width: 498px;

}

#mysubModal .modal-content{

  border-radius: 20px;

}

.buy_now_ab button{

  font-size: 24px;

  color: #088808;

  opacity: 1;

}

.purple_C{

  color: #5600AD;

}

.blue_C{

  color: blue;

}

.red_C{

  color: #ED1B24;

}

.yellow_C{

  color: #FEF200;

}

.green_C{

  color: #088808;

}
.buy_now_ab p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 24px;
    font-family: 'Cooper ';
    color:#00B050 !important;
}

.buy_now_ab p span {

    font-size: 15px;

    font-weight: 600;

    text-shadow: 0px 3px 6px #0000008a;

}

.sec_btm_new{

  margin-top: 60px;

}

.sec_btm_new .row{

  /*background-color: #fff;*/

  padding: 15px 0px 5px;

  min-height: 152px;

}

.botm_img h6{

  font-size: 13px;

  color: #fff;

  font-family: 'Cooper Std';

}

.botm_img1 img{

    width:100%;

    height:180px;

    object-fit:contain;

}

.botm_img2 img{

    width:100%;

    height:180px;

    object-fit:contain;

}

.botm_img3 img{

    width:100%;

    height:180px;

    object-fit:contain;

}

.botm_img4 img{

    width:100%;

    height:180px;

    object-fit:contain;

}

.nav-flex{

  display: flex;

  align-items: center;

}

.mpad{

  padding: 50px 0px 120px;

}

.fix_buy img {

    width: 180px;

}

.fix_buy {

    position: fixed;

    top: 30%;

    width: 180px;

    right: 0;

}

.main_chld.text-center img {

    width: 70%;

    height: 130px;

    object-fit: contain;

    margin-bottom: 20px;

}

.main_chld.text-center h4 {

    color: #fff;

    font-size: 21px;

    font-family: 'Cooper Std';

    line-height: 30px;

}

@media only screen and (min-device-width:120px) and (max-device-width:767px) and (orientation:portrait) {



}



 @media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {



}



@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {



}



@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {



}







@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {



}



@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {



}



@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {



}



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



}



@media only screen and (min-width: 1200px) and (max-width: 1365px) {



}




@media only screen and (min-width: 992px) and (max-width: 1199px) {



}



@media only screen and (min-width: 768px) and (max-width: 991px) {



}



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



}



@media only screen and (min-width: 300px) and (max-width: 519px) {



  section.lets-sec h1 {



    font-size: 30px;



    padding: 76px 0;



    line-height: 42px;



    width: 100%;



}



    .main-logo img {



    margin: 0 auto;



    display: table;



    width: 100%;}



    header#header {



    padding-top: 0;}



   .login-btn a {



    padding: 10px 25px;



    text-align: center;



    font-size: 14px;

    display: block;

    width: 100%;}



    .login-btn{

      width: 100%;

    }



}



.padd0{

    padding: 5% 0 5% 0;  

}







/* requiredSlidermain */







*{outline: none!important}



.requiredSlidermain {

    padding: 10px 0;

    position: relative;





}

/*.requiredSlidermain:after  {

  position: absolute;

  content: "";

  bottom: 0;

  right: 0;

  width: 20%;

  height: 40%;

  background: url('../images/jerry.png');

  background-position: center;

  background-size: 100% 100%;

  }

.requiredSlidermain:before {

  position: absolute;

  content: "";

  bottom: 0;

  left: 0;

  width: 20%;

  height: 40%;

  background: url('../images/mickey.png');

  background-position: center;

  background-size: 100% 100%;

  }

*/

.requiredSlidermain .slick-prev:before {



   /*content: "";*/



    font: normal normal normal 14px/25px FontAwesome;



}







.requiredSlidermain .slick-next:before {

    /*content: "\f105";*/

font:normal normal normal 14px/25px FontAwesome;}







.requiredSlidermain .slick-prev:before, .requiredSlidermain .slick-next:before {



    font-size: 28px!important;



    opacity: 0;



    color: #7b7b7b;



}



.requiredSlidermain .slick-prev {



    left: -65px;



}



.requiredSlidermain .slick-next {



    right: -65px;



}



.requiredSlidermain .slick-prev, .requiredSlidermain .slick-next {



    font-size: 0;



    line-height: 0;



    position: absolute;



    top: 50%;



    display: block ;



    width: 50px;



    height: 50px;



    padding: 0;



    -webkit-transform: translate(0, -50%);



    -ms-transform: translate(0, -50%);



    transform: translate(0, -50%);



    cursor: pointer;



    color: transparent;



    border: none;



    outline: none;



    background: transparent;



    /*border: 2px solid #ccc;*/



    border-radius: 100%;



}







.requiredSlidermain .slick-dotted.slick-slider {



    margin-bottom: 30px;



    margin: 0 -5px;



}



.requiredSlidermain  .slick-dots li button:before {



   font-size: 15px;



    



}



.requiredSlidermain .slick-current.slick-active .requiredSliderSubBox {border: 3px solid #ffff00;}



.requiredSlidermain .slick-active .requiredSliderSubBox {border: 5px solid transparent;}



.requiredSlidermain  .slick-initialized .requiredSliderSubBox {



    border: 5px solid transparent;



}



.requiredSlidermain .slick-dots {



    bottom: -40px;







}







.requiredSliderMainBox {



    border-radius: 20px;



    overflow: hidden;



        border: 3px solid #ffff00;

    border-radius: 20px 0 20px 0;



}



.requiredSliderMainBox img {

    width: 100%;

    /*height: 550px;  */

    height: auto;

    object-fit: cover;

    min-height: 370px !important;

    object-position: top;

}







.requiredSliderSubBox {



    margin: 10px 5px;



    border-radius: 0 15px;



    overflow: hidden;



}



.requiredSliderSubBox img {width: 100%;}







.buttonSection {

    margin: 50px auto 0;

    display: flex;

    float: none;

    align-items: center;

    justify-content: center;

}



.buttonSection .autoPlay{



    background-color: #088808;



    color: #fff;



    padding: 21px 33px 14px 33px !important;



    text-align: center;



    font-size: 16px;



    font-family: 'Cooper Std';



    text-transform: uppercase;



    border-radius: 50px;



    align-items: center;



    justify-content: center;



    margin: 9px 6px;



    display: inline-block;



   /* width: 200px;*/



    }

    

.buttonSection .autoPlay {

  position: relative;

  background: rgb(0, 89, 255);

  z-index: 1;

  transition: all 0.3s ease-out;

}

.buttonSection .autoPlay:hover {

  color: black;

  cursor: pointer;

}



.buttonSection .autoPlay::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #fffb0e;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}



.buttonSection a.autoPlay {

  letter-spacing: 1px;

  height: 3em;

  width: 12em;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #c00000;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

  font-family: 'Cooper Std';

  padding: 0 !important;

}



.buttonSection .autoPlay:hover:after {

  width: 100%;

}



.buttonSection .menual {

  position: relative;

  background: rgb(0, 89, 255);

  z-index: 1;

  transition: all 0.3s ease-out;

}

.buttonSection .menual:hover {

  color: black;

  cursor: pointer;

}



.buttonSection .menual::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #fffb0e;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}



.buttonSection a.menual {

  letter-spacing: 1px;

  height: 3em;

  width: 12em;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #c00000;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

  font-family: 'Cooper Std';

  padding: 0 !important;

}



.buttonSection .menual:hover:after {

  width: 100%;

}





.buttonSection .menual {

    background-color: #fef442;

    color: #000;

    padding: 21px 33px 14px 33px !important;

    text-align: center;

    font-size: 16px;

    font-family: 'Cooper Std';

    text-transform: uppercase;

    border-radius: 50px;

    align-items: center;

    justify-content: center;

    margin: 9px 6px;

    width: 200px;

    display: inline-block;

}





.next_btn{

  padding: 20px 0px 50px;

}

.next_btn_nxt{

  text-align:center;

  margin: 30px auto;

}

.next_btn_nxt a{

  font-size: 16px;

  font-family: 'Cooper Std';

  color: #fff;

  background-color: #088808;

  padding: 21px 33px 14px 33px !important;

  border-radius: 50px;

}







/* requiredSlidermain */







/*login popup */



/*****************popup css***************************/



.main-lgn input#email {

    width: 100%;

    padding: 10px;

    border-radius: 4px;

    border: 1px solid #cfcfcf;

    margin-bottom: 20px;

}



.main-lgn input#password {

    width: 100%;

    padding: 10px;

    border-radius: 4px;

    border: 1px solid #cfcfcf;

    margin-bottom: 20px;

}



.main-lgn .modal-content {

    padding: 50px 70px 90px;

}



.main-lgn h3 {

    font-size: 34px;

    font-weight: 600;

    text-transform: uppercase;

    margin-bottom: 20px;

}



.main-lgn button#btn-login, .main-lgn button#send_email {

    width: 100%;

    height: 47px;

    background-color: #4e5d6f;

    display: inline-block;

    border-radius: 50px;

    text-align: center;

    font-size: 15px;

    color: #ffffff;

    padding: 13px 0;

    margin-top: 10px;

    font-weight: 500;

    margin-bottom: 19px;

    text-transform: uppercase;

}



/*******************************************/



/*.main-lgn .modal-sm {*/



/*  width: 710px;*/



/*}*/



/*.lgn-txt h3 {*/



/*  font-size: 36px;*/



/*  color: #010101;*/



/*  text-transform: uppercase;*/



/*  font-weight: 600;*/



/*  margin: 0 0 20px;*/



/*  text-align: center;*/



/*}*/



/*.lgn-txt input {*/



/*  width: 100%;*/



/*  border-color: transparent;*/



/*  border-bottom: 1px solid #999999;*/



/*  font-size: 14px;*/



/*  outline: none;*/



/*  padding: 0 0 16px 60px;*/



/*  margin-bottom: 20px;*/



/*}*/



/*.lgn-txt .user1 {*/



/*  background: url(../images/usr1.jpg) no-repeat;*/



/*  background-position: 20px 0;*/



/*}*/



/*.lgn-txt .lck {*/



/*  background: url(../images/lck.jpg) no-repeat;*/



/*  background-position: 20px 0;*/



/*}*/



/*.lgn-txt .sgnbtn {*/



/*  height: 47px;*/



/*  width: 100%;*/



/*  background: #007edf;*/



/*  display: block;*/



/*  font-size: 16px;*/



/*  color: #ffffff;*/



/*  text-transform: uppercase;*/



/*  text-align: center;*/



/*  padding: 14px 0;*/



/*  border-radius: 4px;*/



/*  margin-bottom: 10px;*/



/*  margin-top: 30px;*/



/*}*/



/*.lgn-txt .twtr {*/



/*  height: 47px;*/



/*  width: 49%;*/



/*  background: #00c8ff;*/



/*  display: inline-block;*/



/*  font-size: 16px;*/



/*  color: #ffffff;*/



/*  text-transform: capitalize;*/



/*  text-align: center;*/



/*  padding: 14px 0;*/



/*  border-radius: 4px;*/



/*}*/



/*.lgn-txt .fb {*/



/*  background-color: #5070a9;*/



/*  margin-left: 8px;*/



/*}*/



/*.lgn-txt .count {*/



/*  display: block;*/



/*  position: relative;*/



/*  padding-left: 35px;*/



/*  margin-bottom: 12px;*/



/*  cursor: pointer;*/



/*  color: #999999;*/



/*  font-size: 15px;*/



/*  -webkit-user-select: none;*/



/*  -moz-user-select: none;*/



/*  -ms-user-select: none;*/



/*  user-select: none;*/



/*  font-weight: 300;*/



/*  font-style: italic;*/



/*  line-height: 15px;*/



/*  margin-top: 10px;*/



/*}*/



/* Hide the browser's default checkbox */



/*.lgn-txt .count input {*/



/*  position: absolute;*/



/*  opacity: 0;*/



/*  cursor: pointer;*/



/*  height: 0;*/



/*  width: 0;*/



/*}*/



/* Create a custom checkbox */



/*.lgn-txt .checkmark {*/



/*  position: absolute;*/



/*  top: 0;*/



/*  left: 0;*/



/*  height: 15px;*/



/*  width: 15px;*/



/*  background-color: #eee;*/



/*  border: 1px solid #999999;*/



/*}*/



/* On mouse-over, add a grey background color */



/*.lgn-txt .count:hover input ~ .checkmark {*/



/*}*/



/* When the checkbox is checked, add a blue background */



/*.lgn-txt .count input:checked ~ .checkmark {*/



/*  background-color: #2196F3;*/



/*}*/



/* Create the checkmark/indicator (hidden when not checked) */



/*.lgn-txt .checkmark:after {*/



/*  content: "";*/



/*  position: absolute;*/



/*  display: none;*/



/*}*/



/* Show the checkmark when checked */



/*.lgn-txt .count input:checked ~ .checkmark:after {*/



/*  display: block;*/



/*}*/



/* Style the checkmark/indicator */



/*.lgn-txt .count .checkmark:after {*/



/*  left: 3px;*/



/*  top: 1px;*/



/*  width: 5px;*/



/*  height: 10px;*/



/*  border: solid white;*/



/*  border-width: 0 3px 3px 0;*/



/*  -webkit-transform: rotate(45deg);*/



/*  -ms-transform: rotate(45deg);*/



/*  transform: rotate(45deg);*/



/*}*/



/*.lgn-txt .twtr i {*/



/*  position: relative;*/



/*  left: -8px;*/



/*  vertical-align: middle;*/



/*}*/



/*.lgn-txt {*/



/*  padding: 60px;*/



/*}*/



/*.main-lgn .modal-content {*/



/*  border-radius: 20px;*/



/*}*/



/*.lgn a:hover, .newsltr-inpt a:hover {*/



/*  background-color: #0071bb;*/



/*}*/





#chooseSlide .modal-dialog{

    width:400px;

    

    border-radius:20px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c00000+0,fffb0e+100 */

background: rgb(192,0,0); /* Old browsers */

background: -moz-linear-gradient(45deg,  rgba(192,0,0,1) 0%, rgba(255,251,14,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(45deg,  rgba(192,0,0,1) 0%,rgba(255,251,14,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(45deg,  rgba(192,0,0,1) 0%,rgba(255,251,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#fffb0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



}

#chooseSlide .modal-dialog .modal-content{

    border-radius:20px;

    background-color:transparent;

}

#chooseSlide .modal-dialog .modal-content input{

     width: 50%;

    padding-left: 15px;

    border: none;

    border-bottom:2px solid #000;

    font-size:20px;

    background:transparent;

    color:#fff;

    height: 40px;

    margin-bottom: 20px;

}

#chooseSlide .modal-dialog .modal-content .buy_now_ab{

    background-color:transparent;

    border:none;

}

#chooseSlide .modal-dialog .buy_now_ab button {

    font-size: 34px;

    

}

#chooseSlide .modal-dialog .buy_now_ab p{

    font-size: 20px;    

    font-family: 'Cooper Std';

    font-weight: 300;

    margin-bottom:30px;

    color: #fff;

}















button.slick-prev.slick-arrow:after {

    position: absolute;

    top: -10px;

    left: -7px;

    content: "";

    width: 130%;

    height: 140%;

    background: url('../images/face2-01.png');

    background-position: center;

    background-size: 100%;

    z-index: -9;

        background-repeat: no-repeat;

}

button.slick-next.slick-arrow:after {

    position: absolute;

    top: -10px;

    right: -7px;

    content: "";

    width: 130%;

    height: 140%;

    background: url('../images/face-01.png');

    background-position: center;

    background-size: 100%;

    z-index: -9;

        background-repeat: no-repeat;

}

.requiredSliderSubBox span {

    color: #000;

    position: absolute;

    border: 1px solid #ddd;

    width: 30px;

    height: 26px;

    text-align: center;

    border-radius: 14px;

    background: #fef447;

    font-size: 18px;

    top: 3px;

    

}

.requiredSlidermain a.cst {

    width: 16em;

}

.slider.slider-for.slick-initialized.slick-slider .slick-list.draggable img {

    width: 100%;

    height: auto;

    object-fit: contain;

}

/*button.slick-next.slick-arrow {*/

/*    display: block;*/

/*    background: #fef447;*/

/*    color: #fff;*/

/*    border: 12px solid #c00000;*/

/*}*/

/*button.slick-prev.slick-arrow {*/

/*    background: #fef447;*/

/*    color: #fff;*/

/*    border: 12px solid #c00000;*/

/*}*/

.slick-next:before {

    content: initial;

}

.slick-prev:before {

    content: initial;

}



/* HIDE RADIO */

.morningbox {

    position: relative;

    

    transition: 1s;

}



.morningbox [type=radio] { 

  position: absolute;

  opacity: 0;

  width: 0;

  height: 0;

}



/* IMAGE STYLES */

.morningbox [type=radio] + img {

    cursor: pointer;

    border: 6px solid #000;

    width: 100%;

    height: 270px;

    object-fit: cover;

    background: #fff;

    padding: 0px;

}



/* CHECKED STYLES */

.morningbox [type=radio]:checked + img {

    outline: 2px solid #ffc000;

}



/*page two*/



.morningboxone {

    position: relative;

    

    transition: 1s;

}



.morningboxone [type=radio] { 

  position: absolute;

  opacity: 0;

  width: 0;

  height: 0;

}



/* IMAGE STYLES */

.morningboxone [type=radio] + img {

    cursor: pointer;

    border:6px solid #000;

    width: 100%;

    height: 270px;

    object-fit: cover;

    background: #fff;

    padding:0px;

}



/* CHECKED STYLES */

.morningboxone [type=radio]:checked + img {

    outline: 2px solid #ffc000;

}





/*page three*/



.morningboxtwo {

    position: relative;

    

    transition: 1s;

}



.morningboxtwo [type=radio] { 

  position: absolute;

  opacity: 0;

  width: 0;

  height: 0;

}



/* IMAGE STYLES */

.morningboxtwo [type=radio] + img {

    cursor: pointer;

    border: 6px solid #000;

    width: 100%;

    height: 270px;

    object-fit: cover;

    background: #fff;

    padding: 0px;

}



/* CHECKED STYLES */

.morningboxtwo [type=radio]:checked + img {

    outline: 2px solid #ffc000;

}





/*page four*/



.morningboxthree {

    position: relative;

    

    transition: 1s;

}



.morningboxthree [type=radio] { 

  position: absolute;

  opacity: 0;

  width: 0;

  height: 0;

}



/* IMAGE STYLES */

.morningboxthree [type=radio] + img {

    cursor: pointer;

    border: 6px solid #000;

    width: 100%;

    height: 270px;

    object-fit: cover;

    background: #fff;

    padding: 0px;

}



/* CHECKED STYLES */

.morningboxthree [type=radio]:checked + img {

    outline: 2px solid #ffc000;

}



/*last page*/



.morningboxfour {

    position: relative;

    transition: 1s;

    border-right: 1px solid #4472c4;

    height:280px;

    

}

.small_time {

    position: absolute;

    bottom: -10px;

    left: 4px;

}

.small_time p {

    color: #000;

    font-size: 7px;

    text-align: center;

    margin-bottom: 0;

    font-weight: 600;

}

.six_slid_width{

  width: 24.4% !important;

}



.morningboxfour [type=radio] { 

  position: absolute;

  opacity: 0;

  width: 0;

  height: 0;

}



/* IMAGE STYLES */

.morningboxfour [type=radio] + img {

    cursor: pointer;

    border: 2px solid transparent;

    width: 100%;

    height: 270px;

    object-fit: cover;

    background: #fff;

    padding: 5px;

}

.wittle-list h4 {

    text-align: center;

    color: #ffc000;

    font-size: 30px;

    text-transform: capitalize;

    font-family: 'Cooper Std';

    line-height: 50px;

}

.wittle-list img {

    width: 100%;

    height: 400px;

    object-fit: contain;

    margin-bottom: 40px;

}

/* CHECKED STYLES */

.morningboxfour [type=radio]:checked + img {

    outline: 2px solid #ffc000;

}

.chartbox [type=radio] + img{

    cursor: pointer;

    border: 2px solid transparent;

    width: 100%;

    height: 76px;

    object-fit: cover;

    background: #fff;

    padding: 0px;

    object-position: top;

    /*border-right: 1px solid #4472c4;*/

    /* border-left: 1px solid #4472c4; */

}

.chartbox [type=radio]:checked + img {

    outline: 2px solid transparent;

    object-position: top;

}

.paddingleft0{

  padding-left: 0px;

}

.paddingright0{

  padding-right:0px;

}

.marginleft0{

  margin-left: 0px;

}

.marginright0{

  margin-right:0px;

}

.chartwhitebox{

  background: #fff;

}

.blueheading h6{

    display: block;

    text-align: center;

    margin: 10px 0 0 0;

    color: #0d0030;

    font-size: 10px;

    font-weight: 600;

    font-family: 'Cooper Std';

}

.blueheading h5{

    display: block;

    text-align: center;

    margin: 10px 0 10px 0;

    color: #0d0030;

    font-size: 30px;

    font-weight: 700;

    font-family: 'Cooper Std';

}

.blueheading h4{

    display: block;

    text-align: center;

    margin: 10px 0 10px 0;

    color: #0d0030;

    font-size: 14px;

    font-weight: 700;

    font-family: 'Cooper Std';

}

.white_bg{

  background-color: #fff;

  border-top: 4px solid #c00000;

}

.borders{

    border-top: 20px solid #c00000;

    border-bottom: 20px solid #ffff00;

}

.border-right-blue{

  border-right: 4px solid #0d0030;

}

.border-right-red{

  border-right: 4px solid #c00000;

}

.border-right-bluelight{

  border-right: 4px solid #1f4e79;

}

.blueheadingred h6{

  color: #c00000;

}

.blueheadingred h5{

  color: #c00000;

}

.blueheadingred h4{

  color: #c00000;

}

.startimg img{

    position: absolute;

    /*bottom: 0;*/

    bottom: 50px;

    margin: 0px auto;

    display: table;

    left: 0;

    right: 0;

    height: 170px;

    /*object-fit: contain;  */

    /*object-position:0 90px !important;*/

    object-fit: cover;  

    object-position:center !important;

}

/*.strt img{*/

    /*width:62% !important;*/

/*    width: 40% !important;*/

/*    height: 98px;*/

/*}*/

.strt img{

 width: 100%;

    height: 94px;

    object-fit: cover;

    top: 102px;

    left: 1px;

}

.fnsh img {

       width: 100%;

    height: 94px;

    object-fit: cover;

    top: 102px;

    left: 1px;

}

.arrows ul{

  padding: 0px;

  margin: 0px;

  list-style: none;

  text-align: center;

}

.arrows ul li{

  display: inline-block;

  list-style: none;

}

.arrows ul li img{

  width: 60px;

  height: 60px;

  object-fit: scale-down;

  position: relative;

  top: -20px;

}

.arrows{

    position: relative;

    bottom: 17px;  

}

.arrows ul li small{

    display: block;

    margin: 0;

    color: #0000cc;

    font-size: 16px;

    font-weight: 700;

    font-family: 'Cooper Std';

}

.chartlast small{

    text-align: center;

    color: #ffc000;

    font-size: 46px;

    font-family: 'Cooper Std';

    line-height: 50px;

    display: block;

    margin: 6% 0 0% 0;

    display: none;

}

.morningMainActive .morningbox {

    position: relative;

    filter: blur(5px);

    transition: 1s;

}



.morningMainActive .morningbox.current {

    filter: blur(0px);

    transition: 1s;

    transform: scale(1.3);

}



.morningMainActiveone .morningboxone {

    position: relative;

    filter: blur(5px);

    transition: 1s;

}



.morningMainActiveone .morningboxone.currentone {

    filter: blur(0px);

    transition: 1s;

    transform: scale(1.3);

}



.morningMainActivetwo .morningboxtwo {

    position: relative;

    filter: blur(5px);

    transition: 1s;

}



.morningMainActivetwo .morningboxtwo.currenttwo {

    filter: blur(0px);

    transition: 1s;

    transform: scale(1.3);

}



.morningMainActivethree .morningboxthree {

    position: relative;

    filter: blur(5px);

    transition: 1s;

}



.morningMainActivethree .morningboxthree.currentthree {

    filter: blur(0px);

    transition: 1s;

    transform: scale(1.3);

}



.morningMainActivefour .morningboxfour {

    position: relative;

    filter: blur(5px);

    transition: 1s;

}



.morningMainActivefour .morningboxfour.currentfour {

    filter: blur(0px);

    transition: 1s;

    transform: scale(1.3);

}



.chartwhitebox {

    background: #fff;

    min-height: 370px !important;

}

.slider.slider-for.slick-initialized.slick-slider .slick-list.draggable img {

    width: 100%;

    object-fit: contain;

    min-height: 370px !important;

    object-position: top;

}

.blueheadingred h6 {

    color: #c00000;

    width: 100%;

    margin: 0% auto;

    display: table;

    text-align: center;

}

/*section.requiredSlidermain .col-md-2 {

    width: 14.666667%;

}*/

/*.slider.slider-for.slick-initialized.slick-slider {

    margin: 0px -7px;

}*/

.am h3{

  font-size: 50px;

  color: #0d0030;

  font-family: 'Cooper Std';

}

.am h5{

  font-size: 27px;

  color: #0d0030;

  font-family: 'Cooper Std';

}

.pm h3{

  font-size: 50px;

  color: #c00000;

  font-family: 'Cooper Std';

}

.pm h5{

  font-size: 27px;

  color: #c00000;

  font-family: 'Cooper Std';

}

.time_line{

  background-color: #fff;

}

.time_line h6{

  font-size: 70px;

  font-weight: 700;

  color: #c00000;

  margin-top: 40px;

}

.white_wid{

  width: 100.5%;

}



/*Subscribe page*/



.center-col {

    margin: 0 auto;

    display: table;

    float: none;

}

.all-section {

    padding: 80px 0px;

}



.main_child_img img{

  width: 100%;

}

.main_child_img{

  position: relative;

}

.main_child_psst h3{

  font-size: 28px;

  font-family: 'Cooper Std';

  margin-bottom: 15px;

}

.main_child_psst h3.rd{

  

  color: #c00000;

}

.main_child_psst h3.grn{

  color: #088808;

}

.main_child_psst h3.ylw{

  color: #ffc000;

}

.main_child_psst img {

    height: 250px;

    object-fit: contain;

}

.main_child_img_over_column{

  position: absolute;

  width: 100%;

  top: 20%;

}









.wittle3{

  position: absolute;

  width: 155px !important;

  top: -33%;

  left: -10%;

}



.wittle2{

  position: absolute;

  width: 155px !important;

  bottom: -12%;

  left: -10%;

}



.wittle1{

  position: absolute;

  width: 155px !important;

  bottom: -12%;

  right: -14%;

}



















.subs_form h2{

  font-size: 70px;

  color: #c00000;

  text-transform: capitalize;

  font-family: 'Cooper Std';

}

.purchase_form{

  margin-top: 30px;

}

.purchase_form form input{

  width: 100%;

  padding-left: 15px;

  border: none;

  height: 50px;

  /*margin-bottom: 20px;*/

  border-radius: 0px;

}

.purchase_form div.fields, .passwordForm div.fields{

  margin-bottom: 20px;

}

.purchase_form form input:focus{

  outline: none;

}

.purchase_form form select{

  width: 100%;

  padding-left: 15px;

  border: none;

  height: 50px;

  margin-bottom: 20px;

  appearance:auto;

}

.purchase_form form label{

  font-size: 16px;

  color: #fff;

  font-weight: 300;

}

.purchase_form form label span{

  color: red;

}

.payment_form{

  margin-top: 30px;

}

.payment_form h3{

  text-align: center;

  font-size: 60px;

  color: #ffc000;

  font-family: 'Cooper Std';

  margin-bottom: 30px;

}

.payment_form form input{

  width: 100%;

  padding-left: 15px;

  border: none;

  height: 50px;

  margin-bottom: 20px;

  border-radius: 0px;

}

.payment_form form input:focus{

  outline: none;

}

.payment_form form label{

  font-size: 16px;

  color: #fff;

  font-weight: 300;

}

.payment_form form label span{

  color: red;

}















.form-group222 {

  display: block;

  margin-bottom: 15px;

}



.form-group222 input {

  padding: 0;

  height: initial;

  width: initial;

  margin-bottom: 0;

  display: none;

  cursor: pointer;

}



.form-group222 label {

  position: relative;

  cursor: pointer;

  margin-left:0px !important;

}



.form-group222 label:before {

  content:'';

  -webkit-appearance: none;

  background-color: transparent;

  border: 2px solid #c00000;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);

  padding: 10px;

  display: inline-block;

  position: relative;

  vertical-align: middle;

  cursor: pointer;

  margin-right: 15px;

}

.form-group222 label:after {

  content: '';

  display: block;

  position: absolute;

  top: 2px;

  left: 9px;

  width: 6px;

  height: 14px;

  border: solid #c00000;

  border-width: 0 2px 2px 0;

  transform: rotate(45deg);

}















































.new-color-btun::after{

    background:#146f2f !important;

}

.new-color-btun:hover span{

    color:#fff;

}

.bckbtn {

    background: transparent;

    border: none;

    color: #FEF200;

    font-size: 21px;

    font-family: 'Cooper Std';

    margin-bottom: 20px;

}

.bckbtn i{

    font-size:15px;

}

.form_terms{

  margin-top: 40px;

}

.form_terms_new{

    margin-top:0px !important;

    margin-bottom:30px;

}

input#always_checked {

    margin: 0;

    top: 7px;

    position: relative;

}

.form_terms input{

  width: 25px !important;

  height: 25px !important;

}

.form_terms label{

  font-size: 16px;

  color: #fff;

  font-weight: 300;

  margin-left: 10px;

}

.form_terms input{

  width: 20px;

  height: 20px;

}

.form_terms button{

  margin:40px 0px;

  background-color: #088808;

  padding: 14px 60px;

  border-radius: 30px;

  font-size: 20px;

  color: #fff;

  border: none;

  font-family: 'Cooper Std';

}



.form_terms button {

  position: relative;

  background: rgb(0, 89, 255);

  z-index: 1;

  transition: all 0.3s ease-out;

}

.form_terms button:hover {

  color: black;

  cursor: pointer;

}



.form_terms button::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #fffb0e;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}



.form_terms button {

  letter-spacing: 1px;

  height: 3em;

  width: 12em;

  display: inline-block;

  align-items: center;

  justify-content: center;

  background: #c00000;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

  font-family: 'Cooper Std';

  padding: 0 !important;

}



.form_terms button:hover:after {

  width: 100%;

}



.my_form{

  padding-bottom: 80px;

}

div#card-element{

  background-color: #fff;

  padding: 25px;

}

.payment_form .btn-warning{

  display: block;

  background-color: #088808;

  text-align: center;

    padding: 14px 60px;

    border-radius: 30px;

    font-size: 20px;

    color: #fff;

    border: none;

    font-family: 'Cooper Std';

}

.payment_form .btn-warning:hover{

  background-color: #ffc000;

  transition: 0.3s ease-in-out;

}

.payment_form .btn-warning {

  position: relative;

  background: rgb(0, 89, 255);

  z-index: 1;

  transition: all 0.3s ease-out;

}

.payment_form .btn-warning:hover {

  color: black;

  cursor: pointer;

}



.payment_form .btn-warning::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #fffb0e;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}



.payment_form .btn-warning {

  letter-spacing: 1px;

  height: 3em;

  width: 12em;

  display: inline-block;

  align-items: center;

  justify-content: center;

  background: #c00000;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

  font-family: 'Cooper Std';

  padding: 0 !important;

}



.payment_form .btn-warning:hover:after {

  width: 100%;

}

















.mycontainer{

	white-space: nowrap;

	overflow-x: hidden;

	width:975px;

}



.box{

	display: inline-block;

  padding: 20px;

	width: 975px;

	height: auto;

	vertical-align: top;

}





.sub_boxes_content p{

    font-size:20px;

    font-family:'Cooper Std';

    color:#146f2f;

}

.sub_boxes_content{

       padding: 50px 30px;

    border-radius:15px;

    background-color:#fffb0e;
        white-space: normal;

}

.sub_boxes_content h3 {

    margin-top: 0px;

    font-size: 60px;

    font-family: 'Cooper Std';

    color:#146f2f;

}

.sub_boxes_content h5 {

    font-size: 45px;

    color: #146f2f;

    font-family: 'Cooper Std';

}



.my_new_padd{

    padding:10px 25px 30px;

    background:#fff;

    border: 3px solid #ffff00;

    border-radius: 20px 0 20px 0;

}

.sub_boxes_content a{

    margin:0 auto !important;

}

.theme-btn {

  position: relative;

  background: rgb(0, 89, 255);

  z-index: 1;

  transition: all 0.3s ease-out;

}

.theme-btn:hover {

  color: black;

  cursor: pointer;

}



.theme-btn::after {

  content: " ";

  position: absolute;

  height: 100%;

  width: 0;

  background: #fffb0e;

  right: 0;

  top: 0;

  border-radius: 5px;

  z-index: -1;

  transition: all 0.3s ease-out;

}

a.theme-btn {

  letter-spacing: 1px;

  height: 3em;

  width: 12em;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #c00000;

  color: rgb(255, 255, 255);

  font-size: 18px;

  border: none;

  border-radius: 5px;

  transition: all 0.3s ease-out;

  font-family: 'Cooper Std';

}



.theme-btn:hover:after {

  width: 100%;

}

.login_btn1:hover {

    top: 0px;

    position: relative;

    transition: 0.4s ease-in-out;

}

@-webkit-keyframes rotate{

  0%{

    transform: rotateX(0deg);

  }

  100%{

    transform: rotateX(360deg);

  }

}

.login_btn1:hover{

  transform: rotateX(0);

  animation:none;

}



.form_terms_new label{

    display:inline-block !important;

}

.sub_frm label{

    display:block;

}



.pas_icon_eye {

    position: relative;

}

.pas_icon_eye span {

    position: absolute;

    right: 10px;

    top: 18px;

    color: #c00000;

}

.third_form label{

    display:block;

}











/*.requiredSlidermain .slider-for .slick-track {*/

/*    transform: none !important;*/

/*}*/



/*.requiredSlidermain .slider-nav .slick-track .slick-initialized .slick-slide{*/

/*    transform: none !important;*/

/*}*/

/*.requiredSlidermain .slider-nav .slick-track .slick-slide{*/

/*    transform: none !important;*/

/*}*/



@media only screen and (min-width: 1024px) and (max-width: 1279px){

  

    body.inner_pages{

        height:2000px;

    }

}

@media only screen and (min-width: 1024px) and (max-width: 1366px){

    header{

        margin-bottom:40px;

    }

    .subs_form h2{

        font-size:70px;

    }

    .payment_form h3{

        font-size:50px;

    }

    .col-sm-offset-3 {

        margin-left: 16%;

        margin-right: 5%;

    }

    .requiredSlidermain .slick-next{

        right:-20px;

    }

    .requiredSlidermain .slick-prev{

        left:-20px;

        z-index:1;

    }

    .six_slid_width {

        width: 25% !important;

    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

    .container {

        width: 100% !important;

    }

    .sec_btm_new .col-sm-offset-3 {

        margin-left: 0%;

        width:30%;

    }

    header{

        margin-bottom:40px;

    }

    .mobilecontainer{

        display:none;

    }

       body.inner_pages{

        height:1450px;

    }

    .six_slid_width {

        width: 25% !important;

    }

    

}

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

    .phase_fr_txt{

        padding-top:0px !important;

        padding-bottom:15px !important;

    }.subs_form h2

    .phase_fr_txt h1{

            padding: 0px !important;

        font-size: 37px !important;

        line-height: 65px;

    }

    .phase_fr_txt h5 {

        margin-bottom: 10px !important;

        font-size: 32px;

        line-height: 17px;

        margin: 0;

    }

    .phase_fr_txt h6 {

        line-height: 20px !important;

        font-size: 17px !important;

    }

    .phase_fr_imgs [type=radio] + img{

        height:250px  !important;

    }

    .slider-for .requiredSliderMainBox {

        width: 100% !important;

        height: 415px;

    }

    .requiredSliderMainBox22{

        height:222px !important;

    }

    .slider-forwa .requiredSliderMainBox {

        width: 100%;

        height: 374px !important;

        margin-bottom: 35px;

    }

}

@media only screen and (min-width: 375px) and (max-width: 567px){

    

    

    

}

@media only screen and (min-width: 768px) and (max-width: 991px){
    
    .mycontainer {
    white-space: nowrap;
    overflow-x: hidden;
    width: 975px;
    transform: scale(0.7);
    margin-left: -120px;
}
    
}

@media only screen and (min-width: 375px) and (max-width: 567px){

    .showmob{
      display: block !important;
    }

    .phase_fr_txt{

        padding-top:0px !important;

        padding-bottom:15px !important;

    }

    .phase_fr_txt h1{

        padding:0px !important;

        font-size:17px !important;

    }

    .phase_fr_txt h5 {

        margin-bottom: 10px !important;

        font-size: 32px;

        line-height: 17px;

        margin: 0;

    }

    .phase_fr_txt h6 {

        line-height: 20px !important;

        font-size: 17px !important;

    }

    .phase_fr_imgs [type=radio] + img{

        height:100px  !important;

    }

    .slider-for .requiredSliderMainBox {

        width: 100% !important;

        height: 234px;

    }

    .slider-forwa .requiredSliderMainBox {

        width: 100%;

        height: 280px !important;

        margin-bottom: 35px;

    }

    .buttonSection{

        display:block;

    }

    .buttonSection a.autoPlay{

        display:block;

        width:100%;

    }

    .buttonSection .autoPlay{

        margin:9px 0px;

    }

    .requiredSliderMainBox22{

        height:222px !important;

    }

    .buttonSection a.menual{

        display:block;

        width:100%;

    }

    .buttonSection .menual{

        margin:9px 0px;

    }

    .time_line h6{

        font-size:22px;

        margin-top: 10px;

        line-height: 30px;

        margin-bottom: 0;

    }

    .pm h3{

        font-size: 20px;

        margin-top: 5px;

        margin-bottom: 0;

    }

    .am h3{

        font-size: 20px;

        margin-top: 5px;

        margin-bottom: 0;

    }

    .pm h5{

        font-size: 12px;

        margin-top: 0px;

        margin-bottom: 2px;

    }

    .am h5{

        font-size:12px;

        margin-top:0px;

        margin-bottom: 2px;

    }

    .white_wid {

        width: 100%;

        margin: 0 auto;

    }

    .six_slid_width {

        width: 50% !important;

    }

    .borders {

        border-top: 4px solid #c00000;

    }

    .blueheading h5{

        font-size:20px;

        margin: 5px 0 0px 0;

    }

    .blueheading h4{

        font-size:10px;

        margin-top:0;

    }

    .blueheading h6{

        font-size:10px;

    }

    .chartbox [type=radio] + img{

        height:55px;

    }

    .border-right-red {

        border-right: 0px solid #c00000;

    }

    .strt img, .fnsh img{

        top:80px;

    }

    .morningboxfour{

        height:220px;

    }

    .chartwhitebox {

        background: #fff;

        min-height: 320px !important;

    }

    section.lets-sec{



        padding: 0px 0%;

        height: 243px;

        overflow-y: scroll;

   

    }

}

@media only screen and (min-width: 300px) and (max-width: 374px){

    .time_line h6{

        font-size:22px;

        margin-top: 10px;

        line-height: 30px;

        margin-bottom: 0;

    }

    .pm h3 {

        font-size: 20px;

        margin-top: 5px;

        margin-bottom: 0;

    }

    .am h3{

        font-size: 20px;

        margin-top: 5px;

        margin-bottom: 0;

    }

    .am h5{

        font-size:12px;

        margin-top:0px;

        margin-bottom: 2px;

    }

    .pm h5{

        font-size:12px;

        margin-top:0px;

        margin-bottom: 2px;

    }

    .white_wid {

        width: 100%;

        margin: 0 auto;

    }

    .borders {

        border-top: 4px solid #c00000;

    }

    .strt img, .fnsh img{

        top:80px;

    }

    .morningboxfour{

        height:220px;

    }

    section.lets-sec{



        padding: 0px 0%;

        height: 243px;

        overflow-y: scroll;

   

    }

    .chartwhitebox {

        background: #fff;

        min-height: 320px !important;

    }

    .six_slid_width {

        width: 50% !important;

    }

    .blueheading h5{

        font-size:20px;

        margin: 5px 0 0px 0;

        

    }

    .blueheading h4{

        font-size:10px;

        margin-top:0;

    }

    .blueheading h6{

        font-size:10px;

    }

    .chartbox [type=radio] + img{

        height:55px;

    }

    .border-right-red {

        border-right: 0px solid #c00000;

    }

    .phase_fr_txt{

        padding-top:0px !important;

        padding-bottom:15px !important;

    }

    .phase_fr_txt h1{

        padding:0px !important;

        font-size:17px !important;

    }

    .phase_fr_txt h5 {

        margin-bottom: 10px !important;

        font-size: 32px;

        line-height: 17px;

        margin: 0;

    }

    .phase_fr_txt h6 {

        line-height: 20px !important;

        font-size: 17px !important;

    }

    .phase_fr_imgs [type=radio] + img{

        height:100px  !important;

    }

    .slider-for .requiredSliderMainBox {

        width: 100% !important;

        height: 212px;

    }

    .requiredSliderMainBox22{

        height:188px !important;

    }

    .slider-forwa .requiredSliderMainBox {

        width: 100%;

        height: 206px;

        margin-bottom: 35px;

    }

    .requiredSlidermain .slick-prev, .requiredSlidermain .slick-next{

        display:none;

    }

    .buttonSection{

        display:block;

    }

    .buttonSection a.autoPlay{

        display:block;

        width:100%;

    }

    .buttonSection .autoPlay{

        margin:9px 0px;

    }

    .buttonSection a.menual{

        display:block;

        width:100%;

    }

}

@media only screen and (min-width: 300px) and (max-width: 767px){
    .more-slt-txt label {
        display: block;
        font-size: 20px;
        font-family: 'Cooper Std';
        color: #c00000;
    }

    .ph-fr h1{

        font-size:30px !important;

    }

    .mobilecontainer{

        display:none;

    }

    .sec_btm_new {

        margin-top: 0px;

    }

            .requiredSlidermain .container {

            width: 100% !important;

        }

            

            .sec_btm_new .container {

            width: 100% !important;

        }

            

            .slick-arrow {

            display: none !important;

        }

            .slider.slider-for.slick-initialized.slick-slider .slick-list.draggable img{

                    min-height: 245px !important;

            }

            

            #mysubModal .modal-dialog {

            width: 95%;

        }

        .slider-nav {

            margin-top: 15px;

        }

        .sec_btm_new .row {

            background-position: center;

        }

        .botm_img {

            margin-top: 40px;

        }

        .requiredSliderMainBox img{

            height:100%;

            min-height:auto !important;

            object-fit:contain;

        }

        .slider-for .slick-list{

        height:auto;

    }

    .slider-for .slick-track{

        height:auto;

    }

    .requiredSliderMainBox{

        width:84%;

        height:374px;

    }

    .slider-forwa .requiredSliderMainBox{

        width:100%;

        height:206px;

        margin-bottom:35px;

    }

    .login-btn{

        display:block;

    }

    .login-btn a {

        padding: 8px 25px 19px!important;

    }

    .login-btn a {

        padding: 13px 25px 19px !important;

    }

    .subs_form h2 {

        font-size: 28px !important;

        margin-top:40px;

    }

    .payment_form h3{

        font-size:30px;

    }

    .nav-flex{

        display:block;

    }

    .slider.slider-for.slick-initialized.slick-slider .slick-slide.slick-current.slick-active{

        width:100%;

    } 

    .buttonSection a.autoPlay{

        padding:13px 20px !important;

        font-size:15px !important;

    }

    .buttonSection a.menual{

        padding:13px 20px !important;

        font-size:15px !important;

    }

    .botm_img2 img {

        width: 50%;

    }

    

    .box {

    display: inline-block;

    padding: 20px 40px 20px 10px;

    width: 90vw;

    height: auto;

    vertical-align: top;

}
 
span.box.box2 {
    padding-left: 40px;
    padding-right: 0;
}
.mycontainer {

    white-space: nowrap;

    overflow-x: hidden;

    width: 100%;

}



.my_form .center-col {

    margin: 0 auto;

    display: inline-block;

    float: none;

    width: 100%;

}



.sub_boxes_content {

    margin-bottom: 20px;

    padding: 50px 15px;

}

    

    /*.slider.slider-for.slick-initialized.slick-slider .slick-slide{*/

    /*    width:343px !important;*/

    /*} */

    /*.slider.slider-for.slick-initialized.slick-slider .slick-slide.slick-current.slick-active img{*/

    /*    width: 100%;*/

    /*    height: 245px;*/

    /*}*/

    /*.slider.slider-for.slick-initialized.slick-slider .slick-list.draggable img{*/

    /*    min-height:245px !important;*/

    /*}*/

    /*.slider.slider-for.slick-initialized.slick-slider {*/

    /*    margin-bottom: 30px;*/

    /*}*/
    
    
    .sub_boxes_content h6 {
        font-size: 16px !important;
    }
    
    .sub_boxes_content a {
        width: 80% !important;
        line-height: 1.5;
    }

}



/*new css*/

.fancybox-bg {
    background:url(https://wwinedu.com/assets/front_assets/images/practise.jpeg);
}

ul.btn-sltss {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}

ul.btn-sltss .theme-btn.new-color-btun {
    width: 11em;
    font-size: 15px;
}

ul.btn-sltss li:first-child {
    margin-right: 10px;
}


.more-slt-txt label {
    display: block;
    font-size: 30px;
    font-family: 'Cooper Std';
    color: #c00000;
}

.more-slt-txt select {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    margin-top: 10px;
    font-family: 'Cooper Std';
    color: #c00000;
    font-size: 15px;
}

.parent_box h6 {
    margin-top: 0px;
    font-size: 35px;
    font-family: 'Cooper Std';
    color: #c00000;
}
.parent_box p {
    margin-top: 0px;
    font-size: 15px;
    line-height: 1.5;
    color: #c00000;
    display: block;
    white-space: break-spaces;
    text-align: left;
    font-weight: 400 !important;
    font-family: 'Roboto';
}
.parent_box {
    text-align: center;
}
.parent_box p {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    text-align-last: center;
    font-family: 'Cooper Std';
}
.parent_box a {
    font-size: 15px;
    padding: 0 10px;
    width: auto !important;
}

.parent_box span {
    white-space: normal;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.sub_boxes_content h2 {white-space: normal;font-size: 40px;}

.sub_boxes_content h6 {
    font-size: 24px;
    line-height: 1.3;
    font-family: 'Cooper Std';
    color: #c00000;
}
.sub_boxes_content a {
    width: 50%;
    line-height: 1.5;
}

@media only screen and (max-width: 650px) {
    .subs_form h2 {
    font-size: 20px !important;
}
.sub_boxes_content h3 {
    margin-top: 0px;
    font-size: 40px;
}
.main-lgn .modal-content {
    padding: 50px 30px 80px;
}
.more-slt-txt label {
    font-size: 20px;
    text-align: center;
}
.payment_form h3 {
    font-size: 20px;
}
}
