/*------------------------------------------------------------------
Common Stylesheet

Project:   Theme Name
Build:     Bootstrap v4.1.1
Author:    Enamul Haque
Author URL: http://www.enamul.me

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

/* ----------------------------------------------------------------
    typography
-----------------------------------------------------------------*/





body {
	font-family: Varela Round, sans-serif;
	/*	font-size: 24px;*/
	direction: rtl;
}
/*font-family: 'Heebo', sans-serif;*/
p,
h1,
h2,
h4,
h5,
h6,
h3,
span,
input,
a,
label,
li,
ul,
button,
textarea {
    direction: rtl;
}
.pink {
    font-family: 'Heebo', sans-serif;
	color: #f64c40;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	text-align: center;
	direction:rtl;
/*	margin-top: 20px;*/
	border-top: thin #262262 dotted;
	padding-top:10px;
}
a:active,
a:focus,
input,
select,
textarea {
    outline: none !important;
}

img {
    max-width: 100%;
}

a,
.container {
    text-decoration: none !important;
    transition: all 0.5s;
}

a:hover,
a:focus {
    color: #323232;
}

a:hover,
.btn,
button,
.btn:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

.container-fluid {
	max-width: 1200px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/*================ Start Header Section ================*/
p {
	color: #171717;
	font-size: 25px;
	line-height: 1.5em;
}

.kg-banner {
	position: relative;
	padding-bottom: 0px;
	height: 583px;
	max-height: 765px;
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(assets/img/top-img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1c4366;
}

.banner-video {
    text-align: center;
    width: 1070px;
}

.read-sec {

}

.read ul li {
    position: relative;
    padding: 5px 50px 5px 0;
    color: #171717;
    font-size: 25px;
    margin: 15px 0;
}

.read ul li::before {
    content: '';
    position: absolute;
    right: 0;
    background: url('assets/img/question-mark.png') no-repeat scroll center /
        cover;
    height: 35px;
    width: 35px;
}

.read h2 {
    color: #8cc84d;
    font-size: 45px;
    font-family: 'Heebo', sans-serif;
}

.tools-sec {
    background: #cbf5f7;
}

.tools-left span {
    display: block;
    color: #171717;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
}

.tools-left p {
    padding: 15px 0;
}

.tools-right {
    position: relative;
    margin-top: -30px;
}

.quote-sec {
    border-top: 25px solid #8cc84d;
    padding: 20px 0;
}

.kg-quote h2 {
	color: #1c4366;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}


.learn-sec .l-title {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(assets/img/stripe.jpg);
	background-repeat: repeat-y;
}

.l-title h2 {
	color: #fff;
	font-family: 'Heebo', sans-serif;
	font-size: 36px;
	font-weight: bolder;
}

ul.kg-list li {
	position: relative;
	font-size: 24px;
	padding: 5px 45px 5px 0px;
	text-align: right;
}

.col-count-0 {
    column-count: unset !important;
}

ul.kg-list li::before {
    content: '';
    position: absolute;
    right: 0;
    background: url('assets/img/light.png') no-repeat scroll center / cover;
    height: 35px;
    width: 35px;
}

.beyond ul,
.content-testimonial ul {
    column-count: 2;
}
.content-testimonial {
    padding-bottom: 50px;
}
.content-testimonial .row {
    border-bottom: 1px dashed #488f9a;
    margin-top: 30px;
    padding-bottom: 15px;
}
.beyond-sec {
	padding: 20px 0;
}

.beyond h1 {
    font-family: 'Heebo', sans-serif;
    text-align: right;
    margin-bottom: 15px;
    font-size: 33px;
}
.block-wrap {
    direction: rtl;
}
.block-item {
	width: 20%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	font-size: 20px;
	line-height: 1.5em;
}
.testa-item {
	width: 20%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: normal;
}
.testa-item .b-logo img {
 border-radius: 300px;
}
.testa-item .b-text {
    flex-grow: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #999999 thin dashed;
	line-height:1.5em;
}
.testa-item .b-text-b {
font-weight:700;
line-height:2.3em;
color:#1c4366;
}
.block-item p {
    font-size: 21px;
}
.book {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 25%;
	overflow: hidden;
	padding: 0px;
	margin: auto auto 20px auto;
	float: left;
}
.block-item .b-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	padding: 0px;
	margin: auto auto 0px auto;
}

.block-item .b-logo img {
    max-height: 100%;
}

.block-item .b-text {
    flex-grow: 1;
}

.block-sec-title h2 {
	font-family: Heebo;
	color: #FFF;
	font-size: 40px;
	background-color: #262262;
}

.block-sec-title {
	border-top: 3px solid #fff;
}

.block-content p {
    margin-bottom: 10px;
}

.block-content span {
	font-family: 'Heebo', sans-serif;
	display: block;
	font-size: 30px;
	color: #1c4366;
}

.meet-left {
    padding: 0px 0;
}

.meet-left p {
	font-size: 20px;
	margin-bottom: 15px;
	line-height:1.5em;
	text-align: justify;
}

.meet-left p span {
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
}

.meet-sec {
	background-attachment: scroll;
	background-image: url(assets/img/bg-summer.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom:5px;
	padding-top:20px;
}

.meet-right {
    position: relative;
/*    margin-top: -40px;*/
}

.bonus-right h1 {
    color: #8cc84d;
    font-size: 40px;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 20px;
}

.bonus-right p {
    margin-bottom: 20px;
}
.bonus-right span {
    font-size: 30px;
    font-family: 'Heebo', sans-serif;
}

.satisfied-sec {
    background: #ffe03b;
}

.satisfied-sec .col-lg-4 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.satisfied-sec .col-lg-4::before {
    content: '';
    position: absolute;
    background: url('assets/img/10.png') no-repeat scroll center / contain;
    height: 300px;
    width: 400px;
    left: -45%;
    top: -45px;
    z-index: -1;
}

.satisfied-left {
    padding: 250px 0 10px 0;
}

.satisfied-left p {
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}

.satisfied-img2 {
    display: none;
}

.invest h2 {
	font-family: 'Heebo', sans-serif;
	font-size: 36px;
/*    margin-bottom: 15px;*/
}

.invest .gift {
    font-size: 40px;
    color: #8cc84d;
    font-family: 'Heebo', sans-serif;
}

.invest .nis {
	display: block;
	font-family: 'Heebo', sans-serif;
	font-size: 30px;
	font-weight:900;
	color: #262262;
}
	    .invest .giftt {
	display: block;
	font-family: 'Heebo', sans-serif;
	font-size: 36px;
	font-weight:900;
	color: #262262;
	background-image:url(assets/img/gift.png);
	background-position:right center;
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 93px;
	line-height: 2.5em;
    }
.invest p {
	margin-bottom: 5px;
	text-align: center;
}

.invest p span {
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
}

.qa-section {
	padding: 20px 0;
	background-image: url(assets/img/bg-summer.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center bottom;
}

.qa-right .uk-accordion-content {
	background: rgba(255, 255, 255, 0.6);
	margin: 0;
	padding: 5px 15px;
}

.qa-right .uk-accordion-content p {
    font-size: 22px;
    color: #c74835;
}

.qa-right .uk-accordion-title {
	font-size: 28px;
	font-family: 'Heebo', sans-serif;
	border-bottom: 2px dotted #262262;
	margin: 5px 0;
	position: relative;
	padding-right: 40px;
}

.qa-right .uk-accordion-title::before {
    background: url('assets/img/plus.png') no-repeat center / cover;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0;
}

.qa-right h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 40px;
    margin-bottom: 20px;
}
.contact {
    position: relative;
	color:#FFFFFF;
	padding-top:20px;
}
/*.contact::before {
    content: '';
    background: url(assets/img/cartoon.png) no-repeat scroll center left /
        contain;
    position: absolute;
    height: 164px;
    width: 300px;
    right: 0;
    bottom: -23px;
}*/
.contact-form {
    max-width: 1100px;
    margin: auto;
    position: relative;
    padding-left: 175px;
}

/*.contact-form::before {
    content: '';
    background: url('assets/img/dolor.png') no-repeat scroll left center /
        contain;
    height: 175px;
    width: 100px;
    position: absolute;
    left: 0;
    top: 50px;
}*/

.single-input {
    position: relative;
    padding: 10px 0 10px 60%;
}

.single-input label {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
}

.single-input input {
    position: absolute;
    width: calc(60% - 10px);
    left: 0;
    padding: 7px 10px;
    border-radius: 4px;
    border: 0;
    background: #fff;
    top: 10px;
}

.contact-sec {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color:rgba(38,34,98,0.7);
	 border-radius: 10px;
}
.contact-title h2 {
    font-family: 'Heebo', sans-serif;
    text-align: center;
    font-size: 30px;
}

.contact-img {
	width: 83%;
	padding-right: 180px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 106px;
}

.contact-info-text {
    display: block;
    font-size: 20px;
    width: 100%;
    padding-right: 15%;
}

.footer-sec {
	background: #262262;
	padding: 10px 30px;
}

.footer-sec p {
	font-size: 16px;
	color: #fff;
}
.contact-img button[type='submit'] {
	border: 0;
	background: url(assets/img/bt.png) no-repeat scroll top center / contain;
	color: #fff;
	height: 110px;
	width: inherit;
	font-size: 30px;
	cursor: pointer;
	font-weight: normal;
	font-family: 'Heebo', sans-serif;
	padding-right: 10px;
	padding-bottom: 33px;
	padding-left: 10px;
	margin-left: 55px;
}
.read-img {
	border: 0;
	background: url(assets/img/add.png) no-repeat scroll top center / contain;
	padding: 25px 10px 10px;
	color: #fff;
	height: 100px;
	width: 100%;
	margin-left: 0;
	font-size: 30px;
	cursor: pointer;
	font-weight: 600;
	font-family: 'Heebo', sans-serif;
}
.read-img-high {
	border: 0;
	background: url(assets/img/add.png) no-repeat scroll top center / contain;
	padding: 25px 10px 10px;
	color: #fff;
	height: 100px;
	width: 100%;
	margin-left: 0;
	font-size: 30px;
	cursor: pointer;
	font-weight: 600;
	font-family: 'Heebo', sans-serif;
}
.read-img a {
    color: #ffffff;
}
.read-img-high a {
    color: #ffffff;
}
span.delete {
    position: relative;
    display: inline-block;
}
span.delete:before {
    position: absolute;
    left: -2px;
    top: calc(50% - 2px);
    height: 3px;
    width: calc(100% + 4px);
    content: '';
    background-color: #ff1010;
    z-index: 1;
}
.invest-img {
	font-size: 36px;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	height: 62px;
	display: flex;
	/*	align-items: center;*/
	justify-content: center;
	color: #000;
	width: 585px;
	background-attachment: scroll;
	background-image: url(assets/img/text-bg-short.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
}
.mobile-show {
    display: none;
}

.psmall {
    font-size: 22px;
}

/*======= Start Responsive Stylesheet =======*/
@media all and (max-width: 1650px) {
    .kg-banner {
        background-size: cover;
        height: 1190px;
    }
    .banner-video {
        width: 860px;
    }
}
@media all and (max-width: 1500px) {
    .contact-img button[type='submit'] {
        padding-bottom: 62px;
        height: 110px;
        font-size: 18px;
		margin-left: 40px;
		width:100%;
    }
    .contact::before {
        right: 40px;
    }
}
@media all and (max-width: 1350px) {
    .kg-banner {
        background-size: cover;
        height: 990px;
        padding-bottom: 30px;
    }
    .banner-video {
        width: 740px;
    }
	.contact-form {
    margin: auto;
    position: relative;
    padding-left: 50px;
}
}
@media all and (max-width: 1250px) {
    .contact-img {
        width: 80%;
    }
    .contact-img button[type='submit'] {
        padding: 20px 10px 10px;
        height: 100px;
        font-size: 22px;
        width: calc(100% - 115px);
        margin-left: 0;
    }
	.contact-form {
    margin: auto;
    position: relative;
    padding-left: 0px;
}
}
@media all and (max-width: 1199px) {
    .block-item {
        width: 33.33%;
    }
	.testa-item{
        width: 33.33%;
    }
    .contact-img button[type='submit'] {
        height: 89px;
        font-size: 20px;
        width: 100%;
    }
    .contact::before {
        right: 0;
    }

    .kg-banner {
        height: 885px;
    }
    .banner-video {
        width: 640px;
    }
	.contact-form {
    margin: auto;
    position: relative;
    padding-left: 0px;
}
}

@media all and (max-width: 991px) {
    .qa-left {
        text-align: center;
    }
    .tools {
        flex-direction: column-reverse;
    }
    .tools-left.w-50 {
        width: 100% !important;
    }
    .tools-right.w-50 {
        width: 100% !important;
    }
    .tools-sec {
        padding-bottom: 50px;
    }
    .meet-sec .row {
        flex-direction: column-reverse;
    }
    .satisfied-img1 {
        display: none;
    }
    .satisfied-img2 {
        display: block;
        margin: -30px 0 auto auto;
    }
    .satisfied-sec .row {
        flex-direction: column-reverse;
    }
    .satisfied-sec .col-lg-4 {
        text-align: right;
    }
    .satisfied-left {
        padding: 20px 0;
    }
    .satisfied-right {
        width: 100%;
    }
    .satisfied-sec .col-lg-4::before {
        content: unset;
    }
    .contact::before {
        right: 0;
        height: 130px;
        width: 220px;
    }
    .contact-img button[type='submit'] {
        height: 90px;
        font-size: 20px;
        width: 100%;
        padding-top: 15px;
    }
    .read-img a {
        height: 160px;
        padding-top: 25px;
    }
	    .read-img-high a {
        height: 160px;
        padding-top: 25px;
    }
    .single-input label {
        font-size: 18px;
    }
    .contact-info-text {
        font-size: 17px;
    }
    .contact-img {
        padding-right: 110px;
    }
    .contact-img button[type='submit'] {
        height: 79px;
        font-size: 18px;
        width: 100%;
        padding-top: 15px;
    }
    .read-img {
        font-size: 26px;
        padding-top: 27px;
    }
.read-img-high{
font-size: 26px;
        padding-top: 27px;
		line-height:normal;
    }
    .kg-banner {
        height: 800px;
    }
    .banner-video {
        width: 580px;
    }
	.contact-form {
    margin: auto;
    position: relative;
    padding-left: 0px;
}
}

@media all and (max-width: 880px) {
    .contact-img button[type='submit'] {
        height: 67px;
        font-size: 15px;
    }
    .read-img a {
        height: 160px;
        font-size: 30px;
        padding-top: 20px;
    }
    .read-img-high a {
        height: 160px;
        font-size: 30px;
        padding-top: 20px;
    }	
    .kg-banner {
        height: 650px;
        padding-bottom: 10px;
    }
    .banner-video {
        width: 500px;
    }
	.contact-sec {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color:rgba(38,34,98,0.7);
	 border-radius: 10px;
}
.contact-form {
    margin: auto;
    position: relative;
    padding-left: 0px;
}
}
@media all and (max-width: 830px) {
    .read-img a {
        height: 120px;
        font-size: 25px;
    }
	    .read-img-high a {
        height: 120px;
        font-size: 25px;
		.contact-sec {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color:rgba(38,34,98,0.7);
	 border-radius: 10px;
}
.contact-form {
    margin: auto;
    position: relative;
    padding-left: 0px;
}
    }
}
@media all and (max-width: 767px) {
    .read-img a {
        height: 100px;
        font-size: 23px;
    }
	    .read-img-high a {
        height: 100px;
        font-size: 23px;
    }
	.pink {
	    font-family: 'Heebo', sans-serif;
	color: #f64c40;
	font-size: 24px;
	font-style: normal;
font-weight: 900;
	text-align: center;
	direction:rtl;
	margin-top: 20px;
	border-top: thin #262262 dotted;
}
    .beyond ul,
    .l-content ul {
        column-count: 1;
    }
    ul.kg-list li,
    .read ul li,
    p {
        font-size: 20px;
        line-height: 30px;
    }
    .read ul li::before,
    ul.kg-list li::before {
        height: 30px;
        width: 30px;
    }
    .qa-right .uk-accordion-title {
        font-size: 20px;
    }
    .qa-right .uk-accordion-content p {
        font-size: 16px;
        line-height: 23px;
    }
    .qa-right .uk-accordion-title::before {
        height: 24px;
        width: 24px;
    }
    .single-input {
        padding: 10px 0 10px 50%;
    }
    .single-input input {
        width: calc(50% - 10px);
    }
    .single-input label {
        font-size: 19px;
    }
    .block-item {
        width: 100%;
    }
		.testa-item{
        width: 100%;
    }
    .single-input {
        padding: 10px 0;
        text-align: center;
    }
    .single-input input {
        width: 100%;
        position: unset;
    }
    .contact:before {
        background: none;
    }
    .contact-img {
        padding-right: 0;
        width: 100%;
    }
    .contact-img button[type='submit'] {
        height: 90px;
        font-size: 18px;
        padding-top: 20px;
    }
    .contact-info-text {
        padding-right: 0;
    }
    .mobile-hidden {
        display: none;
    }
    .mobile-show {
        display: block;
        direction: rtl;
    }
.contact-sec {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color:rgba(38,34,98,0.7);
	 border-radius: 10px;
}
    .read-img {
        background: url(assets/img/mobile-button-high.png) no-repeat scroll top
            center / contain;
        padding: 20px 10px 10px;
    }
    .read-img-high {
        background: url(assets/img/mobile-button-high-high.png) no-repeat scroll top
            center / contain;
        padding: 20px 10px 10px;
    }
    .read-img a {
        font-size: 25px;
        direction: rtl;
    }
	    .read-img-high a {
        font-size: 25px;
        direction: rtl;
    }
    .contact-img button[type='submit'] {
        height: 90px;
        font-size: 21px;
        padding-top: 20px;
        margin: 0;
        background: url(assets/img/mobile-button.png) no-repeat scroll top
            center / contain;
    }
    .contact-info-text {
        padding-right: 0;
    }

    .invest-img {
        background: url('assets/img/text-bg-2.png') no-repeat scroll center
            center / contain;
        font-size: 25px;
        height: 80px;
    }
    .kg-banner {
        height: auto;
        padding-bottom: 0;
        background: transparent;
        display: block;
    }
    .banner-video {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: calc(80% + 4rem);
        transform: translate(calc(-50% + 1px), -6%);
    }
    .content-reverse-image {
        margin-bottom: 15px;
        text-align: center;
    }
	.contact-form {
    margin: auto;
    position: relative;
    padding-left: 0px;
}
	    .invest .giftt {
        display: block;
        font-family: 'Heebo', sans-serif;
        font-size: 30px;
        color: #262262;
		background-image:url(assets/img/gift.png);
		background-position:right;
		background-repeat:no-repeat;
		width: 610px;
		line-height: 1.7em;
		background-size: 70px;
		height:70px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
    }
.invest-img {
	font-size: 30px;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	height: 52px;
	display: flex;
	/*	align-items: center;*/
	justify-content: center;
	color: #000;
	width: 585px;
	background-attachment: scroll;
	background-image: url(assets/img/text-bg-short.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
}
}

@media all and (max-width: 600px) {
    .banner-video {
        width: calc(80% + 4rem);
        transform: translate(calc(-50% + 1px), -12%);
    }
	.pink {
	    font-family: 'Heebo', sans-serif;
	color: #f64c40;
	font-size: 24px;
	font-style: normal;
font-weight: 900;
	text-align: center;
	direction:rtl;
	margin-top: 20px;
	border-top: thin #262262 dotted;
}
.contact-sec {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color:rgba(38,34,98,0.7);
	 border-radius: 10px;
}
.contact-form {
    margin: auto;
    position: relative;
    padding-left: 0px;
}
	    .invest .giftt {
        display: block;
        font-family: 'Heebo', sans-serif;
        font-size: 26px;
        color: #262262;
		background-image:url(assets/img/gift.png);
		background-position:right;
		background-repeat:no-repeat;
		width: 300px;
		line-height: 1.1em;
		background-size: 70px;
		height:70px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 56px;
		margin-top: 10px;
    }
}
@media all and (max-width: 575px) {
    .contact-title h2 {
        font-size: 24px;
    }
.pink {
    font-family: 'Heebo', sans-serif;
	color: #f64c40;
	font-size: 24px;
	font-style: normal;
font-weight: 900;
	text-align: center;
	direction:rtl;
	margin-top: 20px;
	border-top: thin #262262 dotted;
}
    .footer-sec p {
        font-size: 15px;
        text-align: center;
    }

    .read h2,
    .tools-left span,
    .kg-quote h2,
    .l-title h2,
    .block-sec-title h2,
    .block-content span,
    .invest h2,
    .qa-right h2 {
        font-size: 20px;
    }

    ul.kg-list li,
    .read ul li,
    p {
        font-size: 17px;
		line-height: 1.6em;
    }
    .cupon {
        font-size: 14px;
    }
    .beyond h1 {
        font-size: 26px;
        text-align: center;
    }

    .invest .gift,
    .invest p span {
        font-size: 20px;
    }

    .invest-img {
	color:#000;
        font-size: 26px;
        height: 80px;
        padding-top:20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-right:auto;
		margin-left:auto;
		width: 350px;
    }
    .banner-video {
        width: calc(79% + 4rem);
        transform: translate(calc(-50% + 1px), -12%);
    }
    .psmall,
    .meet-left p {
        font-size: 17px;
    }
	.contact-sec {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color:rgba(38,34,98,0.7);
	 border-radius: 10px;
}
.contact-form {
    margin: auto;
    position: relative;
    padding-left: 0px;
}
}
@media all and (max-width: 414px) {
    .read-img {
        padding-top: 10px;
        height: 75px;
    }
	    .read-img-high {
        /*padding-top: 10px;*/
        height: 132px;
    }
    .contact-form {
        padding-left: 0px;
    }
    .contact-form::before {
        width: 70px;
    }
    .single-input label {
        font-size: 17px;
    }
    .contact-img button[type='submit'] {
        height: 96px;
        font-size: 20px;
		font-weight:bold;
        padding-top: 10px;
		padding-bottom: 15px;

    }
    .read-img a {
        font-size: 16px;
        padding-bottom: 5px;
    }
	    .read-img-high a {
		line-height:normal;
        font-size: 20px;
        padding-bottom: 5px;
    }
    .contact-title h2 {
        font-size: 19px;
    }
    .block-content img {
        width: 18px;
    }
    .banner-video {
        width: calc(76% + 4rem);
        transform: translate(calc(-50% + 1px), -12%);
    }
    .invest .nis {
        display: block;
        font-family: 'Heebo', sans-serif;
        font-size: 20px;
        color: #262262;
    }
	    .invest .giftt {
        display: block;
        font-family: 'Heebo', sans-serif;
        font-size: 26px;
        color: #262262;
		background-image:url(assets/img/gift.png);
		background-position:right;
		background-repeat:no-repeat;
		width: 300px;
		line-height: 1.1em;
		background-size: 70px;
		height:60px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 56px;
		margin-top: 10px;
    }
    .psmall {
        font-size: 17px;
    }
	h3{font-size: 18px;
}
.contact-sec {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color:rgba(38,34,98,0.7);
	 border-radius: 10px;
}
.testa-item .b-logo img {
    border-radius: 100px;
	width:60%;}
}
