/*---DEFAULT STYLING---*/

/*margins*/
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-45 {margin-top: 45px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-55 {margin-top: 55px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-65 {margin-top: 65px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-75 {margin-top: 75px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-85 {margin-top: 85px !important;}
.mt-90 {margin-top: 95px !important;}
.mt-95 {margin-top: 95px !important;}
.mt-100 {margin-top: 100px !important;}

.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-55 {margin-bottom: 55px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-65 {margin-bottom: 65px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-75 {margin-bottom: 75px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-85 {margin-bottom: 85px !important;}
.mb-90 {margin-bottom: 95px !important;}
.mb-95 {margin-bottom: 95px !important;}
.mb-100 {margin-bottom: 100px !important;}
/*----*/

/*fonts*/
h1,h2,h3,h4,h5,h6 {font-family: 'Poppins', sans-serif;}
p,li,a {/*font-family: 'Questrial', sans-serif;*/ font-family: 'Poppins', sans-serif;}
/*----*/

/*colors*/
.red {color: #ff2f00;}
.yellow {color: #dbff18;}
.main-color {color: #2f6ffd;}
.light-orange {color: #ffb531;}
.white {color: #ffffff;}
.dark {color: #464646;}
.violet{color:#4c12a4;}
.special{color:#2f6ffd;}
.dark-violet{color: #7E98F0;}
.body-text-color {color:#737373;}
/*----*/

/*default spacing*/
.container {padding-top: 20px; padding-bottom: 50px;}
.row {margin-top:20px; margin-bottom: 20px;}
section {padding-top: 50px; }
/*----*/

/*text-styling*/
.head1 {font-size: 60px;}
.head2 {font-size: 45px;}
.text-small {font-size: 16px;}
.text-center {text-align: center;}
.text-normal {font-weight:300;}
.text-medium {font-weight:500;}
.text-bold {font-weight: 700;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-italic {font-style: italic;}
.tetxt-justify {text-align: justify;}
h1 {font-size: 36px;line-height: 1.4;}
h2 {font-size: 32px;line-height: 1.4;}
h3 {font-size: 33px;line-height: 1.4;}
h4 {font-size: 25px;line-height: 1.4;}
h5 {font-size: 20px; margin-bottom: unset;line-height: 1.4;}
h6 {font-size: 23px;line-height: 1.4;}
p {font-size: 18px;line-height: 1.8; font-weight: 300;}

.text-26{
	font-size: 26px;
}

/*video*/
.video-center {display: block; margin: auto; max-width: 100%; max-height: 100%;}
/*----

/*image*/
.img-responsive{
  width: 100%;
  height: 100%;
}
.video-reps{
	height: 100%;
  width: 100%;
}
.fullwidth {width: 100%;}
.img-center {display: block; margin: auto; max-width: 100%;}
.bonus-trial {    border: 3px solid #2f6ffd;
    border-radius: 10px;
    width: 65%;
    display: block;
    margin: auto;
    padding: 30px;
/*----

