@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 45px;
}

.txt_fff {
    color: #ffffff;
}

.txt_fff:hover,
.txt_fff:focus {
    color: #ffffff;
}

.txt_666 {
    color: #666666;
}

.txt_666:hover,
.txt_666:focus {
    color: #666666;
}

.txt_000 {
    color: #000000;
}

.pt0 {
    padding-top: 0 !important;
}

.pt3 {
    padding-top: 3px;
}

.pt4 {
    padding-top: 4px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb3 {
    padding-bottom: 5px;
}

.pb4 {
    padding-bottom: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pbo0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pbo5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pbo10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pbo15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pbo20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pbo25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pbo30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pbo35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pbo40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pr0 {
    padding-right: 0px !important;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

.pall0 {
    padding: 0px !important;
}

.pall5 {
    padding: 5px;
}

.pall10 {
    padding: 10px;
}

.pall15 {
    padding: 15px;
}

.pall20 {
    padding: 20px;
}

.pall25 {
    padding: 25px;
}

.pall30 {
    padding: 30px;
}

.pall35 {
    padding: 35px;
}

.pall40 {
    padding: 40px;
}

.pall45 {
    padding: 45px;
}

.pall50 {
    padding: 50px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mbo0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mbo5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mbo10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mbo15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mbo20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mbo25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mbo30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mbo35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mbo40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.mr0 {
    margin-right: 0px !important;
}

.mr3 {
    margin-right: 3px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mall0 {
    margin: 0px !important;
}

.mall5 {
    margin: 5px;
}

.mal10 {
    margin: 10px;
}

.mal15 {
    margin: 15px;
}

.mall20 {
    margin: 20px;
}

.mall25 {
    margin: 25px;
}

.mall30 {
    margin: 30px;
}

.mall35 {
    margin: 35px;
}

.mall40 {
    margin: 40px;
}

.qr-container {
    max-width: 480px;
    margin: 0 auto;
    padding: 15px 25px 55px;
}

.qr-bg-top {
    height: 50%;
    width: 100%;
    background-color: #ff7c0c;
}

.qr-bg-bottom {
    height: 50%;
    width: 100%;
    background-color: #ffffff;
}

.qr-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.qr-title {
    color: #ffffff;
    font-weight: 700;
    padding: 10px 0 20px;
}

.qr-desc {
    color: #ffffff;
    font-weight: 400;
    opacity: 0.75;
}

.qr-img img {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 14.1px 0.9px, rgba(0, 0, 0, 0.16) 0px 4px 19.6px 0.4px; */
    max-width: 100%;
}

span.oi {
    padding: 6px;
}

.qr-btn a {
    background-color: #333;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    margin: 0;
    text-decoration: none;
}

.qr-options {
    color: #fff;
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 20px;
}

.qr-options i {
    padding: 5px;
    font-size: 22px;
    position: absolute;
    right: 35px;
}

.qr-img {
    padding: 0 20px;
    text-align: center;
}

.qr-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.qr-bg.audio {
    -moz-transform: translate(0px, -130px) skew(0deg, -13deg);
    -webkit-transform: translate(0px, -130px) skew(0deg, -13deg);
    -o-transform: translate(0px, -130px) skew(0deg, -13deg);
    -ms-transform: translate(0px, -130px) skew(0deg, -13deg);
    transform: translate(0px, -130px) skew(0deg, -13deg);
}

.qr-img.audio {
    padding: 15% 10% 5%;
}

.qr-title.audio {
    text-align: center;
}

.qr-title.audio h3 {
    color: #000;
    font-size: 24px;
}

.qr-title.audio .qr-desc {
    color: #666;
    font-size: 14px;
}


/*Audio player start  */

@keyframes spin {
    from {
        transform: rotateZ(0);
    }
    to {
        transform: rotateZ(1turn);
    }
}

.green-audio-player {
    /*  width: 400px; */
    min-width: 300px;
    height: 56px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    position: relative;
    z-index: 9999;
}

.green-audio-player svg,
.green-audio-player img {
    display: block;
}

.green-audio-player .play-pause-btn {
    display: none;
    cursor: pointer;
}

.green-audio-player .loading .loading__spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #b0b0b0;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.4s linear infinite;
}

.green-audio-player .slider {
    flex-grow: 1;
    background-color: #d8d8d8;
    cursor: pointer;
    position: relative;
}

.green-audio-player .slider .gap-progress {
    background-color: #44bfa3;
    border-radius: inherit;
    position: absolute;
    pointer-events: none;
}

.green-audio-player .slider .gap-progress .pin {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: #44bfa3;
    position: absolute;
    pointer-events: all;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}

.green-audio-player .controls {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #55606e;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
}

.green-audio-player .controls .controls__slider {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
    height: 4px;
}

.green-audio-player .controls .controls__slider .controls__progress {
    width: 0;
    height: 100%;
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
    right: -8px;
    top: -6px;
}

.green-audio-player .controls span {
    cursor: default;
}

.green-audio-player .volume {
    position: relative;
}

.green-audio-player .volume .volume__button {
    cursor: pointer;
}

.green-audio-player .volume .volume__button.open path {
    fill: #44bfa3;
}

.green-audio-player .volume .volume__controls {
    width: 30px;
    height: 135px;
    background-color: rgba(0, 0, 0, 0.62);
    border-radius: 7px;
    position: absolute;
    left: -3px;
    bottom: 52px;
    flex-direction: column;
    align-items: center;
    display: flex;
    z-index: 2;
}

.green-audio-player .volume .volume__controls.hidden {
    display: none;
}

.green-audio-player .volume .volume__controls.top {
    bottom: 52px;
    left: -3px;
}

.green-audio-player .volume .volume__controls.middle {
    bottom: -54px;
    left: 54px;
}

.green-audio-player .volume .volume__controls.bottom {
    bottom: -164px;
    left: -3px;
}

.green-audio-player .volume .volume__controls .volume__slider {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 6px;
    border-radius: 3px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress {
    bottom: 0;
    height: 100%;
    width: 6px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
    left: -5px;
    top: -8px;
}


/* Audio player end */

.qr-btn.audio a {
    background-color: #fff;
    color: #666;
    font-size: 13px;
    border-radius: 20px;
    border: 1px #ccc solid;
    display: inline-block;
    width: auto;
    padding: 10px 30px;
}

.qr-btn.audio {
    position: relative;
    margin-top: 30px;
    /* background-color: #fff; */
    text-align: center;
}


/* Video style */

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("http://i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}


/* video style end */

.qr-bg.video .qr-bg-top,
.qr-bg.video .qr-bg-bottom {
    background-color: #FFFFFF;
    /*dynamic color*/
}

.qr-container.qr-bg-middle {
    background-color: #FFFFFF;
    /*dynamic color*/
}

.qr-video-topic h3 {
    color: #000000;
    font-size: 24px;
    text-align: center;
    padding: 10px;
}

.qr-title.video h3 {
    font-size: 24px;
}

.qr-options a i {
    color: #000000;
}

.color-1-bg {
    background-color: #7f1616;
}

.raha {
    background: url("../images/raha-bg.png") no-repeat center top;
    background-size: contain;
}

.raha .logo img {
    padding-top: 22px;
    max-width: 100%;
    text-align: center;
    margin-left: -52px;
}

.raha .qr-video-topic h5 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.raha .card-header {
    background: url("../images/raha-accordian-bg.png") no-repeat center 0;
}

.raha .btn-link {
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}

.raha .btn-link:hover {
    text-decoration: none;
}

.raha .card,
.raha .card-header {
    border: 0;
    background-color: transparent;
}

.raha .card:after {
    content: "";
    background: url("../images/raha-separater.png") center 0;
    width: 250px;
    margin: 0 auto;
    display: block;
    height: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.psoriasis {
    padding: 20px;
    /*  height: 100%; */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c9d0e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #c9d0e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #c9d0e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9d0e8', GradientType=0);
    /* IE6-9 */
}

.psoriasis .container {
    border: 2px #21336c solid;
    height: 100%;
}

.psoriasis .logo img {
    max-width: 80%;
}

.psoriasis .logo2 img {
    max-width: 40%;
}

.psoriasis small {
    font-size: 14px;
    color: #0a6da1;
    text-transform: uppercase;
}

#tps {
    background-color: #9651a0;
    color: #FFFFFF;
}

#tps ul.tps {
    list-style: none;
    padding: 0;
}

#tps .tps li {
    display: block;
    width: 100%;
    float: left;
    padding: 15px;
    border-bottom: 1px #b56abf solid;
}

#tps .tps li img {
    max-width: 100%;
}

.tps li div {
    /*height: 60px;
   display: table; */
}

#tps .tps p {
    font-size: 22px;
    vertical-align: middle;
    display: table-cell;
}

#tps .tps a {
    display: block;
    float: left;
    color: #FFFFFF;
    position: relative;
    width: 100%;
}

#tps .tps a:after {
    content: '\25BA';
    position: absolute;
    right: 0;
    bottom: 0;
}

#tps h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
    background-color: #fff;
    margin: 0 0 10px;
    color: #9651a0;
    padding: 34px 0;
}

#aloja {
    padding-bottom: 10px;
    position: relative;
}

#aloja img {
    max-width: 80%;
}

.aloja-heading {
    padding: 30px 0;
}

#aloja .logo {
    margin-bottom: 30px;
}

#aloja p.title {
    /* margin-top: 45px; */
    color: #666;
}

#aloja .aloja-img-2 {
    margin-top: 30px;
}

#aloja .aloja-img-1 {
    padding: 30px 0;
}

.aloja-bg {
    position: fixed;
    width: 100%;
    height: 185px;
    bottom: 0;
    z-index: -11;
    opacity: 0.2;
}

.aloja-bg {
    background: rgba(74, 153, 189, 0);
    background: -moz-linear-gradient(top, rgba(74, 153, 189, 0) 0%, rgba(74, 153, 189, 0.44) 44%, rgba(74, 153, 189, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74, 153, 189, 0)), color-stop(44%, rgba(74, 153, 189, 0.44)), color-stop(100%, rgba(74, 153, 189, 1)));
    background: -webkit-linear-gradient(top, rgba(74, 153, 189, 0) 0%, rgba(74, 153, 189, 0.44) 44%, rgba(74, 153, 189, 1) 100%);
    background: -o-linear-gradient(top, rgba(74, 153, 189, 0) 0%, rgba(74, 153, 189, 0.44) 44%, rgba(74, 153, 189, 1) 100%);
    background: -ms-linear-gradient(top, rgba(74, 153, 189, 0) 0%, rgba(74, 153, 189, 0.44) 44%, rgba(74, 153, 189, 1) 100%);
    background: linear-gradient(to bottom, rgba(74, 153, 189, 0) 0%, rgba(74, 153, 189, 0.44) 44%, rgba(74, 153, 189, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4a99bd', endColorstr='#4a99bd', GradientType=0);
}

#aloja .green-audio-player .slider .gap-progress .pin {
    background-color: #0064b1;
}

.digi-img {
    background: url(../images/Digi-bg.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    text-align: center;
    margin: auto;
    background-size: cover;
}

.color-bg {
    background-color: #698b40;
    height: 100%;
}

.digi-title {
    color: #FFF;
    line-height: 20px;
    padding-bottom: 24px;
    margin-top: -12px;
}

.qr-btn.audio img {
    max-width: 100%;
}

img.digi-wave {
    display: block;
    position: relative;
    z-index: 99;
}


/*Audio player start  */

@keyframes spin {
    from {
        transform: rotateZ(0);
    }
    to {
        transform: rotateZ(1turn);
    }
}

.digi-audio-player {
    /*  width: 400px; */
    min-width: 300px;
    height: 56px;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15% 24px;
    border-radius: 4px;
    user-select: none;
    background-color: transparent;
    position: relative;
    z-index: 9999;
}

.digi-audio-player svg,
.digi-audio-player img {
    display: block;
}

.digi-audio-player .play-pause-btn {
    display: none;
    cursor: pointer;
}

.digi-audio-player .loading .loading__spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #b0b0b0;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.4s linear infinite;
}

.digi-audio-player .slider {
    flex-grow: 1;
    background-color: #3c5728;
    cursor: pointer;
    position: relative;
}

.digi-audio-player .slider .gap-progress {
    background-color: #3c5728;
    border-radius: inherit;
    position: absolute;
    pointer-events: none;
}

.digi-audio-player .slider .gap-progress .pin {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: #3c5728;
    position: absolute;
    pointer-events: all;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}

.digi-audio-player .controls {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #3c5728;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
}

.digi-audio-player .controls .controls__slider {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
    height: 4px;
}

.digi-audio-player .controls .controls__slider .controls__progress {
    width: 0;
    height: 100%;
}

.digi-audio-player .controls .controls__slider .controls__progress .progress__pin {
    right: -8px;
    top: -6px;
}

.digi-audio-player .controls span {
    cursor: default;
}

.digi-audio-player .volume {
    position: relative;
}

.digi-audio-player .volume .volume__button {
    cursor: pointer;
}

.digi-audio-player .volume .volume__button.open path {
    fill: #3c5728;
}

.digi-audio-player .volume .volume__controls {
    width: 30px;
    height: 135px;
    background-color: rgba(0, 0, 0, 0.62);
    border-radius: 7px;
    position: absolute;
    left: -3px;
    bottom: 52px;
    flex-direction: column;
    align-items: center;
    display: flex;
    z-index: 2;
}

.digi-audio-player .volume .volume__controls.hidden {
    display: none;
}

.digi-audio-player .volume .volume__controls.top {
    bottom: 52px;
    left: -3px;
}

.digi-audio-player .volume .volume__controls.middle {
    bottom: -54px;
    left: 54px;
}

.digi-audio-player .volume .volume__controls.bottom {
    bottom: -164px;
    left: -3px;
}

.digi-audio-player .volume .volume__controls .volume__slider {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 6px;
    border-radius: 3px;
}

.digi-audio-player .volume .volume__controls .volume__slider .volume__progress {
    bottom: 0;
    height: 100%;
    width: 6px;
}

.digi-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
    left: -5px;
    top: -8px;
}

.digi-audio-player .play-pause-btn svg path,
.digi-audio-player .volume svg path {
    fill: #3c5728;
}


/* Audio player end */


/* cetanil */

.cetanil {
    text-align: center;
    background: rgb(244, 244, 244);
    background: radial-gradient(circle, rgba(244, 244, 244, 1) 0%, rgba(223, 223, 223, 1) 100%);
}

.cetanil .cetanil-logo {
    text-align: center;
    border-bottom: 2px #2d2b75 solid;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}

.cetanil .title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-bottom: 2px #2d2b75 solid;
    margin: 10px auto;
    padding-bottom: 10px;
}

.cetanil ul.language {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.cetanil .footer-logo {
    padding: 20px 0;
}

.cetanil .footer-logo img {
    max-width: 100%;
}

.cetanil .red {
    color: #c61e54;
}

.cetanil .blue {
    color: #2a388c;
}

.cetanil p {
    font-size: 18px;
    line-height: 24px;
}

.cetanil ul.language li {
    font-size: 24px;
    line-height: 60px;
    border: 1px #c61e54 solid;
    border-radius: 50px;
    margin-bottom: 15px;
    color: #c61e54;
}

.cetanil ul.language li a {
    color: #c61e54;
    text-decoration: none;
    display: block;
}

.cetanil ul.language li a:hover {
    color: #fff !important;
    text-decoration: none;
    display: block;
}

.cetanil ul.language li:hover {
    background-color: #c61e54;
    color: #FFFFFF;
}

.cetanil ul.language li:nth-child(odd) {
    border: 1px #2a388c solid;
    color: #2a388c;
}

.cetanil ul.language li:nth-child(odd) a {
    color: #2a388c;
}

.cetanil ul.language li:hover:nth-child(odd) {
    background-color: #2a388c;
    color: #FFFFFF;
}

.cetanil .modal-dialog {
    top: 30%;
}

a.cetanil-download {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    padding: 20px 0;
    /* background-color: #ccc; */
    margin-bottom: 10px;
    text-decoration: none;
}

.cetanil .modal-title {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}


/* .cetanil-download.red:before {
  content:"";
  background-image: url(../images/Cetanil-right-arrow.png);
  width:50px;
  height:50px;
  display: block;
}
.cetanil-download.blue:after {
  content:"";
  background-image: url(../images/Cetanil-left-arrow.png);
  width:50px;
  height:50px;
  display: block;
} */

#montair img.logo {
    width: 100px;
    float: right;
    padding: 10px;
}

#montair a.title {
    padding: 10px 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 2px #f18a42 solid;
    border-radius: 50px;
    margin: 30px auto 10px;
    width: 300px;
}

#montair img {
    max-width: 100%;
    padding: 15px 24px;
}

.montair-img-footer img {
    width: 65%;
    /* margin-top: 35px; */
}

#montair .bg {
    margin: 0 -15px;
}

#montair .bg img {
    padding: 0;
    /* margin: 0 -15px; */
}

#protone img.logo {
    padding: 10px 0 0 0;
}

#protone a.title {
    padding: 20px 0;
    display: block;
    text-decoration: none;
    color: #000;
}

#protone img {
    max-width: 100%;
    padding: 24px 0;
}

.protone-img-footer {
    margin: 0 -15px;
}

.protone-img-footer img {
    width: 100%;
    margin-top: 35px;
}

#protone .bg {
    /* margin: 0 -15px; */
}

#protone .bg img {
    padding: 0;
    /* margin: 0 -15px; */
}

.logo.pm img {
    margin-left: 0 !important;
}

#prohance-mom h3 {
    color: #E7438E
}

#prohance-mom h5 {
    color: #000000;
    font-weight: 300;
}

#prohance-mom img.logo {
    padding: 10px 0 0 0;
    right: 6px;
    position: absolute;
    top: 0;
}

.prohance-mom-pic img {
    padding: 0 !important;
    display: block;
    position: relative;
    margin: 30px auto 0;
    width: 200px;
}

#prohance-mom a.title {
    padding: 20px 0;
    display: block;
    text-decoration: none;
    color: #000;
}

#prohance-mom img {
    max-width: 100%;
    padding: 2px 0 25px;
}

.prohance-mom-img-footer {
    margin: 0 -15px;
}

.prohance-mom-img-footer img {
    width: 100%;
    margin-top: 15px;
    padding: 20px !important;
}

#prohance-mom .bg {
    margin: 0 -15px;
}

#prohance-mom .bg img {
    padding: 0;
    /* margin: 0 -15px; */
}

#darolac img {
    max-width: 100%;
}

#darolac .logo img {
    margin: -70px auto 0;
}

#darolac .card-header {
    border-radius: 100px;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
    background-color: #0088cb;
    color: #fff;
}

#darolac .card {
    border: 0;
}

#darolac .card-header button {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
}

#darolac .card-header button:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0088cb;
    content: " ";
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#darolac .card-header button.btn.btn-link.collapsed:before {
    display: none;
}

audio.playback {
    width: 100%;
}

#zitaplus .color-bg {
    background-color: #e5e5e5;
}

#zitaplus h4 {
    color: chocolate;
}

#goldguidelines img {
    max-width: 100%
}

#goldguidelines {
    background: rgba(237, 237, 237, 1);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
}

#stresnil {
    height: 100%;
    background: rgba(226, 226, 226, 1);
    background: -moz-linear-gradient(45deg, rgba(226, 226, 226, 1) 0%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(45deg, rgba(226, 226, 226, 1) 0%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(226, 226, 226, 1) 0%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(226, 226, 226, 1) 0%, rgba(254, 254, 254, 1) 100%);
    background: linear-gradient(45deg, rgba(226, 226, 226, 1) 0%, rgba(254, 254, 254, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1);
}

#stresnil h1 {
    text-align: center;
    font-size: 30px;
    color: #e11f25;
    font-weight: 600;
}

#stresnil h4 {
    color: #333333;
    margin-bottom: 40px;
    font-size: 20px;
}

#stresnil .brand-logo {
    text-align: center;
    padding: 30px 50px;
}

#stresnil .brand-logo img {
    max-width: 100%;
}

#tcoa {
    height: 100%;
    background: rgba(186, 182, 186, 1);
    background: -moz-linear-gradient(top, rgba(186, 182, 186, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186, 182, 186, 1)), color-stop(53%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(186, 182, 186, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(186, 182, 186, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(186, 182, 186, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(186, 182, 186, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bab6ba', endColorstr='#ffffff', GradientType=0);
}

#tcoa .dr_photo {
    background-color: #FFF;
    /* border: 4px #e31e25 solid; */
    width: 300px;
    margin: -18% auto 0;
    z-index: 99;
    position: relative;
}

#tcoa .dr_photo img {
    max-width: 100%;
    display: block;
}

#tcoa .qr-container {
    padding: 0;
    /* min-height: 750px; */
}

#tcoa h1 {
    text-align: center;
    font-size: 20px;
    color: #5a5a5a;
    font-weight: 400;
    padding: 10px 0;
}

#tcoa .title-img {
    max-width: 100%;
    padding: 0 30px;
}

#tcoa .brand-logo {
    text-align: center;
    padding: 30px 50px;
}

#tcoa .brand-logo img {
    max-width: 100%;
}

#tcoa .form-control {
    position: relative;
    height: 50px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: left;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

#tcoa select {
    -webkit-appearance: none;
}

#tcoa a.form-control::after {
    font-family: 'Icons';
    content: '\e03c';
    /* background: url(images/Taking_Control_of_Asthma-5.png) no-repeat 4px 6px #e31e25; */
    position: absolute;
    z-index: 999;
    width: 50px;
    height: 46px;
    display: inline-block;
    /* padding: 0; */
    right: 2px;
    padding: 5px;
    border-radius: 6px;
    top: 2px;
    font-size: 30px;
    background-color: #e31e25;
    color: #fff;
    text-align: center;
}

#tcoa .form-group {
    position: relative;
}

#tcoa .form-group span {
    position: absolute;
    z-index: 999;
    width: 50px;
    height: 46px;
    display: inline-block;
    right: 2px;
    padding: 5px;
    border-radius: 6px;
    top: 2px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    background-color: #e31e25;
}

#tcoa-form {
    padding: 30px;
    margin-top: 30px;
}

#tcoa .lang_pdf {
    display: none;
}

#tcoa .top-bg {
    height: 215px;
    width: 100%;
    background-color: #e31e25;
}

#tcoa .top-bg img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

#tcoa.bottom-band {
    width: 100%;
    height: 60px;
    background-color: #e31e25;
    position: relative;
    bottom: 0;
}

#sgltr img {
    max-width: 100%;
}

#sgltr .card {
    width: 100%;
    height: 200px;
    position: relative;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    background-color: transparent;
    margin: 30px 15px;
    border: 0 none;
}

#sgltr .card div {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

#sgltr .card .back {
    /* background: blue; */
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}

#sgltr .card.flipped {
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}

#sgltr .logo img {
    width: 150px;
    position: relative;
    float: right;
    display: block;
}

#sgltr a.flip-btn {
    position: absolute;
    z-index: 999;
    margin-top: 50px;
}

#sgltr .qr-options {
    display: none;
}

#dynaglipt img {
    max-width: 100%;
}

#dynaglipt .card {
    width: 100%;
    height: 200px;
    position: relative;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    background-color: transparent;
    margin: 0;
    border: 0 none;
}

#dynaglipt .card div {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

#dynaglipt .card .back {
    /* background: blue; */
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}

#dynaglipt .card.flipped {
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}

#dynaglipt a.flip-btn {
    position: absolute;
    z-index: 999;
    margin-top: 30px;
}

#dynaglipt .logo img {
    width: 150px;
    position: relative;
    float: right;
    display: block;
}

.dynaglipt {
    background: rgba(255, 255, 255, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 48%, rgba(150, 217, 241, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(48%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(150, 217, 241, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 48%, rgba(150, 217, 241, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 48%, rgba(150, 217, 241, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 48%, rgba(150, 217, 241, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 48%, rgba(150, 217, 241, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#96d9f1', GradientType=1);
}

#luliz img {
    max-width: 100%;
}

#luliz {
    text-align: center;
    background: #dae4ed;
}

#luliz .modal-content,
#luliz .modal-body {
    background-color: transparent;
    border: 0 none;
}

#lulizModal .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

#lulizModal button.close {
    color: #fff;
}

#qrModal .modal-content,
#qrModal .modal-body {
    background-color: transparent;
    border: 0 none;
}

#qrModal .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

#qrModal button.close {
    color: #fff;
}

#qrModal iframe {
    width: 100%;
    height: 300px;
}

/* #qrModal-1 */
#qrModal-1 .modal-content,
#qrModal-1 .modal-body {
    background-color: transparent;
    border: 0 none;
}

#qrModal-1 .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

#qrModal-1 button.close {
    color: #fff;
}

#qrModal-1 iframe {
    width: 100%;
    height: 300px;
}
/* end */

/* #qrModal-2 */
#qrModal-2 .modal-content,
#qrModal-2 .modal-body {
    background-color: transparent;
    border: 0 none;
}

#qrModal-2 .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

#qrModal-2 button.close {
    color: #fff;
}

#qrModal-2 iframe {
    width: 100%;
    height: 300px;
}
/* end */

/* #qrModal-3 */
#qrModal-3 .modal-content,
#qrModal-3 .modal-body {
    background-color: transparent;
    border: 0 none;
}

#qrModal-3 .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

#qrModal-3 button.close {
    color: #fff;
}

#qrModal-3 iframe {
    width: 100%;
    height: 300px;
}
/* end */



#dvt {
    background: url('images/dvt-img-bg.jpg') no-repeat center 0 #77070a;
}

#dvt img {
    max-width: 100%;
}

#dvt hr {
    border-top: 1px solid #a01116;
}

.acne {
    background-color: #fef0e5;
}

.acne img.photo {
    padding: 30px;
}

.acne img.company-logo {
    position: absolute;
    right: 0;
    top: 0;

}

.acne img.play {
    width: 33px;
    margin-bottom: 5px;
}

.acne h5 {
    color: #8d2929;
    font-size: 16px;
    margin-bottom: 30px;
}

/* #st-2 {
    display: none !important;
} */


.acne .btn-video {
    font-size: 14px;
    color: #8d2929;}

    .acne .btn-video span {
        display: block;
        margin-bottom: 15px;
    }
    .monocef img.play {
        width: 33px;
        margin-bottom: 5px;
    }
    .monocef .btn-video {
        font-size: 14px;
        color: #8d2929;}
    
        .monocef .btn-video span {
            display: block;
            margin-bottom: 15px;
        }
        .acutret {
            background-color: #fef0e5;
        }
        
        .acutret img.photo {
            padding: 30px;
        }
       
        
        .acutret img.play {
            width: 75px;
            margin-bottom: 30px;
        }
        
        .acutret h5 {
            color: #8d2929;
            font-size: 16px;
            margin-bottom: 30px;
        }
        #megacholin .color-bg {
            background-color: #FFF;
        }
        #megacholin h4 {
            color: #cc1a5b;
        }

        .azaadi_asthma {
            background: url("http://pitchman.in/images/azaadi-bg.png") no-repeat center center;
            background-size: contain;
        }

        .azaadi_asthma .logo img {
            width: 190px;
        }

        .azaadi_asthma .lang-head {
            text-align: center;
            margin: 25px 0;
            font-size: 16px;
            text-transform: uppercase;
            color: #fff;
            background-color: #6b9489;
            padding: 7px;
            border-radius: 50px;
        }

        .azaadi_asthma ul.lang-btn {
            list-style: none;
            padding: 0;
            text-align: center;
        }

        .azaadi_asthma ul.lang-btn li {
            padding: 5px 0;
        }

        .azaadi_asthma .lang-btn a {
            color: #000;
            text-align: center;
            padding: 5px 0;
            display: block;
            text-decoration: none;
        }

        .azaadi_asthma .modal-body .btn-primary {
            background-color: transparent;
            border: 0 none;
            color: #709a8f !important;
            border-radius: 50px;
            padding-left: 0;
        }

        .azaadi_asthma .fa,
        .azaadi_asthma .fas {
            font-weight: 900;
            width: 20px;
        }

        .azaadi_asthma .modal-body h5 {
            font-size: 15px;
            margin-top: 30px;
            /* border-bottom: 1px #ccc solid; */
        }

        .azaadi_asthma #qrModal iframe {
            width: 100%;
            height: auto !important;
        }
        .qrModal .modal-content,
        .qrModal .modal-body {
            background-color: transparent;
            border: 0 none;
        }

        .qrModal .modal-dialog {
            -webkit-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            margin: 0 auto;
        }

        .qrModal button.close {
            color: #fff;
        }

        .qrModal iframe {
            width: 100%;
            height: auto;
        }

        .bph .title {
            position: absolute;
            z-index: 2;
            left: 0;
            right: 0;
        }

        .frame {
            position: relative;
            top: 40px;
            z-index: 1;
            left: 0;
            right: 0;
            width: 320px;
    margin: 0 auto;
        }

        .bph img.photo-bg {
            width: 320px;
        }

        .bph img.photo {
            position: absolute;
            top: 188px;
            left: 101px;
            width: 118px;
            /* right: 0; */
            margin: 0 auto;
        }

        .bph .frame h3 {
            position: absolute;
            left: 0;
            right: 0;
            top: 360px;
            font-size: 20px;
            color: #253B7F;
        }

        .bph .frame h5 {
            position: absolute;
            left: 0;
            right: 0;
            top: 390px;
            font-size: 18px;
            color: #000000;
        }

        .bph .text-1 {
            position: relative;
            background-color: #253B7F;
            margin: -50px 15px 37px;
            color: yellow;
            padding: 5px 10px;
            border-radius: 10px;
            z-index: 99;
        }

        .bph i.fa-play {
            display: block;
            color: #FFF;
            background-color: #253B7F;
            width: 50px;
            height: 50px;
            border-radius: 100px;
            padding-top: 17px;
            text-align: center;
            margin: 0 auto;
        }

        .bph a span {
            font-size: 13px;
            color: #000000;
            text-decoration: none;
        }

        .bph .frame.name h3 {
            position: absolute;
            left: 0;
            right: 0;
            top: 232px;
            font-size: 20px;
            color: #253B7F;
        }


        .bph .frame.name h5 {
            position: absolute;
            left: 0;
            right: 0;
            top: 269px;
            font-size: 18px;
            color: #000000;
        }
        #bph {
            width: 320px;
            margin: 0 auto;
        }
        .oab {
            background-color: #f0f9ff;
        }

        .oab .frame {
            position: relative;
            text-align: right;
            padding: 0 15px;
            top: 0;
        }
        .oab .frame h2 {
            position: relative;     
            color: #253B7F;
            font-size: 20px;
        }

        .oab .frame h3 {
            position: relative;
            color: #000000;
            font-weight: bold;
            font-size: 14px;
        }
        .oab .frame p {
            position: relative;
            color: #000000;
            font-size: 13px;
        }


        .oab .oab-btn i {
            display: block;
            color: #FFF;
            background-color: #253B7F;
            width: 50px;
            height: 50px;
            border-radius: 100px;
            padding-top: 13px;
            text-align: center;
            margin: 0 auto;
            font-size: 24px;
        }

        .oab a span {
            font-size: 13px;
            color: #000000;
            text-decoration: none;
        }