@font-face {
    font-family: 'ador_shodesh';
    src: url('../banglafonts/Li\ Ador\ Swadesh\ Unicode.ttf');
}

@font-face {
    font-family: 'subha_swarna';
    src: url('../banglafonts/Li\ Subha\ Swarna\ Unicode.ttf');
}

@font-face {
    font-family: 'dhakaiya';
    src: url('../banglafonts/Li\ Dhakaiya\ RRR\ Unicoode.ttf');
}

@font-face {
    font-family: 'sirajee';
    src: url('../banglafonts/Li\ Sirajee\ Manha\ Unicode.ttf');
}

@font-face {
    font-family: 'tatsam';
    src: url('../banglafonts/Tatsam\ Bengali\ Rnd\ Medium\ [TheFontsMaster.com].otf');
}

@font-face {
    font-family: 'book';
    src: url('../banglafonts/Tatsam\ Bengali\ Rnd\ Book\ [TheFontsMaster.com].otf');
}
@font-face {
    font-family: 'Bijoy';
    src: url('../banglafonts/Bitopi\ Bijoy.ttf');
}
@font-face {
    font-family: 'bitopi';
    src: url('../banglafonts/Bitopi\ Regular.ttf');
}

p {
    font-family: 'book';
    /* font-family: 'Bijoy'; */

    font-size: 20px;
}

h2 {
    font-family: 'subha_swarna';
}

a {
    /* font-family: 'ador_shodesh'; */
    font-family: 'tatsam';

}
#fontName p{
    font-family: 'sirajee';
    line-height: 1.5;
    
  }
  #opinioFont p{
    font-family: 'bitopi';
    line-height: 1.5;
    
  }
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}



button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}



*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


li,
ul {
    padding: 0
}


.container {
    min-width: 320px
}

.bootstrap-select {
    position: relative
}

.bootstrap-select>.dropdown-toggle {
    height: 34px;
    font-size: 14px;
    color: #000;
    padding: 0 9px;
    background: #fdfdfd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 2px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    /* font-family: 'Hind Siliguri'; */
    /* font-family: 'Roboto Condensed', sans-serif */
}

.title,
body {
    font-family: Montserrat, sans-serif
}

.bootstrap-select>.dropdown-toggle .filter-option {
    white-space: nowrap;
    margin-bottom: 0
}

.bootstrap-select>.dropdown-menu {
    position: absolute;
    background: #fff;
    z-index: 20;
    overflow: auto;
    border: 1px solid #dedede;
    display: none
}

.bootstrap-select>.dropdown-menu ul li.disabled a {
    color: #999
}

.bootstrap-select>.dropdown-menu ul li a {
    display: block;
    padding: 2px 10px
}

.bootstrap-select>.dropdown-menu ul li:hover {
    background: #3986FE;
    color: #fff
}

.warning_block,
body {
    background-color: #fff
}

.bootstrap-select>.dropdown-menu ul li:hover a {
    color: #fff
}

.bootstrap-select.open>.dropdown-menu {
    display: block
}

.custom_padding {
    padding-left: 0;
    padding-right: 0
}

.page_wrapper {
    overflow: hidden
}

body {
    font-size: 16px;
    color: #000
}

.flex_on_mobile,
.flex_on_tablet,
.show_on_mobile,
.show_on_tablet,
.show_on_xs {
    display: none !important
}



a {
    color: inherit
}

img {
    height: auto
}


.wrapper {
    max-width: 962px;
    margin: 0 auto
}

.title {
    font-weight: 900;
    font-size: 33px;
    /* line-height: 55px; */
    margin-top: 26px;
    margin-bottom: auto
}

.title-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    margin-top: 100px;
    margin-bottom: auto
}

.first-text {
    font-size: 25px;
    color: #5db62c
}

.greeting .slogan,
.greeting .top span,
.greeting .tv {
    line-height: 36px;
    margin-top: 5px
}

.title span {
    color: #5db62c
}

.weight {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(85%, #98dbe3), to(#e2f6f5));
    background: linear-gradient(0deg, #fff 0, #98dbe3 85%, #e2f6f5 100%)
}


.onlyWay,
.slim {
    padding-bottom: 50px
}



.thx_button,
.thx_button:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .6)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 0, transparent 100%);
    -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, .75), inset 0 2px 0 rgba(229, 255, 188, .27);
    box-shadow: 0 4px 3px rgba(0, 0, 0, .75), inset 0 2px 0 rgba(229, 255, 188, .27)
}

.thx_button {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 220px;
    height: 50px;
    background-color: #5db62c;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    line-height: 67px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;

}

.thx_button:hover {
    background-color: #e519b3;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: .5s;
    font-size: 1.2rem;
}

.slim {
    position: relative
}

.slim img {
    /* position: absolute; */
    /* bottom: -220px; */
    width: auto;
    height: 520px
        /* left: 50% */
}

.onlyWay ul li:before,
.slim .pluses li:before {
    top: 0;
    left: 0;
    content: ''
}

.slim:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    -webkit-transform: skewY(-6.2deg);
    transform: skewY(-6.2deg);
    height: 30px;
    background: -webkit-gradient(linear, right top, left top, color-stop(17%, #99d10f), to(#f7f768));
    background: linear-gradient(-90deg, #99d10f 17%, #f7f768 100%)
}



.slim .pluses {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    line-height: 1.5;
    font-family: 'book';

}

.onlyWay .pluses {
    font-size: 24px;
    font-weight: 900;
    margin-left: 10px;
    line-height: 1.5;
    font-family: 'book';

}

@media only screen and (max-width: 668px) {
    .onlyWay {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        font-family: 'book';
        padding: 0 5px;
    }

    .onlyWay img {
        width: 80%;
        height: 420px;
        margin: auto;
        margin-left: 30px;



    }

    .pluses li {
        font-size: 18px;
        font-weight: 400;
        margin-left: 10px;
        line-height: 1.5;
        font-family: 'book';
        padding: 0 5px;
    }

}
}

.slim .pluses li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px
}

.onlyWay .pluses li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px
}

.slim .pluses li:before {
    position: absolute;
    background-image: url(../img/sprite.png);
    background-position: -513px -259px;
    width: 27px;
    height: 23px
}

.onlyWay .pluses li:before {
    position: absolute;
    background-image: url(../img/sprite.png);
    background-position: -513px -259px;
    width: 27px;
    height: 23px
}

.onlyWay {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(85%, #98dbe3), to(#e2f6f5));
    background: linear-gradient(180deg, #fff 0, #98dbe3 85%, #e2f6f5 100%);
    -webkit-transform: skewY(-6.2deg);
    transform: skewY(-6.2deg);
    padding-top: 55px;
    position: relative
}

.onlyWay:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: -webkit-gradient(linear, right top, left top, color-stop(17%, #99d10f), to(#f7f768));
    background: linear-gradient(-90deg, #99d10f 17%, #f7f768 100%)
}


.onlyWay .wrapper {
    -webkit-transform: skewY(6.2deg);
    transform: skewY(6.2deg)
}




.helps {
    padding-top: 70px;
    padding-bottom: 100px;
    -webkit-transform: skewY(-6.2deg);
    transform: skewY(-6.2deg);
    margin-bottom: 100px;
    background: url(../img/pattern.jpg)
}

.helps .promo,
.helps:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(17%, #99d10f), to(#f7f768));
    background: linear-gradient(-90deg, #99d10f 17%, #f7f768 100%)
}

.helps:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 30px
}

.helps .wrapper {
    -webkit-transform: skewY(6.2deg);
    transform: skewY(6.2deg)
}

.helps img {
    width: auto
}


.magazine {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f665), to(#9ad10e));
    background: linear-gradient(to bottom, #f6f665 0, #9ad10e 100%);
    -webkit-transform: skewY(-6.2deg);
    transform: skewY(-6.2deg);
    padding-bottom: 75px;
}

.magazine .wrapper {
    -webkit-transform: skewY(6.2deg);
    transform: skewY(6.2deg);
    position: relative
}


.magazine .wrapper .magazine_title {
    padding-top: 100px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto 83px;
    font-weight: 400
}

.slider {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f665), to(#9ad10e));
    background: linear-gradient(to bottom, #f6f665 0, #9ad10e 100%);
    padding-bottom: 117px;
    -webkit-transform: skewY(-6.2deg);
    transform: skewY(-6.2deg);
    margin-bottom: 100px;
    margin-top: -100px
}

.slider .wrapper {
    -webkit-transform: skewY(6.2deg);
    transform: skewY(6.2deg);
    position: relative
}