/* Calendar Modal Styles */
#calendarModal .modal-header,
#calendarModal .modal-footer {
    border: none !important;
}
#calendarModal .modal-header {
    border-top: 7px solid #e69c1f !important;
}

#calendarModal .modal-dialog {
    margin: 20% auto !important;
    max-width: 800px !important;
}
.white-row{
    background-color:white;
}
.gray-row{
    background-color: #F8F8F8;
}
.gray-row td{
    border-bottom:1px solid #EBEFF2;
    border-top:1px solid #EBEFF2;
}
.gray-row td:first-of-type{
    border-left:1px solid #EBEFF2;
}
.gray-row td:last-of-type{
    border-right:1px solid #EBEFF2;
}
.members{
    border-bottom: 1px solid #EBEFF2;
    width:40%;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    color: #334D6E;
}
.tablo{
    width:100%;
}
.tablo td{
    padding:5px;
    font-size:16px;
    font-weight: 300;
    line-height: 21.78px;
    color: #334D6E;
}
.tablo th{
    border-bottom:1px solid #EBEFF2;
    padding:5px;
    color:#000;
    font-size:14px;
    width:50px;
}

.topTable th{
    color: #334D6E;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
}





#calendarModal .modal-title {
    text-align: center;
    padding: 20px;
    font-size: 25px;
    font-weight: bold;
}

.calendarIcons {
    margin: 10px 20px;
}

#calendarModal .close {
    font-size: 30px !important;
    font-weight: 300 !important;
    background-color: transparent !important;
}

*:focus {
    outline: none;
}

#event-title {
    color: #005969;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.solviaBanner {
    padding: 0;
    margin: 0;
}

.solviaBanner img {
    width: 100%;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin:auto;
}

.homeInfoRegisterHeader {
    color: #005969;
    font-family: open sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
}

.navbar {
    padding-top: 30px;
    margin-bottom: 0px;
}

h2 {
    color: #005969;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

#video-container {
    width: 100%;
    height: auto;
    background-color: white;
}

#section-1 {
    padding-bottom: 10px;
}

*:focus {
    outline: none;
}
fieldset input[type=radio]{
    margin:2px;
}
.loginArea {
    background: rgb(51, 145, 164);
    background: linear-gradient(128deg, rgba(01, 115, 164, 1) 0%, rgba(11, 125, 164, 1) 14%, rgba(31, 135, 164, 1) 65%, rgba(51, 145, 164, 1) 100%);
}

.midTextsIn {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.bannerImg {
    width: 560px;
    margin: 0 auto 15px auto;
}

.poweredAllRigh, .poweredAllRigh a {
    text-align: center;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.brandsLogo {
    margin: 0 auto;
    display: table;
}

.brandsLogo.leftLogo {
    float: left;
    padding: 0 15px;
    width: 210px;
}

.brandsLogo.rightLogo {
    float: right;
    padding: 0 15px;
    width: 250px;
}

.brandsLogo.rightLogo img {
    max-height: 50px;
    margin-top: -5px;
    float: right;
}

.logoSide {
    margin-bottom: 50px;
}

.mainArea .logoSide {
    margin-bottom: 30px;
}

.top-bg {
    background: url(../img/top-bg.png) repeat top left;
}

.top-left-bg {
    background: url(../img/top-left-bg.png) no-repeat bottom 30px left;
}

.top-right-bg {
    background: url(../img/top-right-bg.png) no-repeat top right;
}

.black-trans-bg {
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.black-trans-bg-2 {
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

#section-2 .black-trans-bg {
    padding-bottom: 77px;
}


.chat-screen {
    height: 325px;
    overflow-y: scroll;
    padding: 10px 10px 0px 10px;
    border-left: 2px solid #EDEDED;
    border-right: 2px solid #EDEDED;
}

.chat-screen>div {
    float: left;
    width: 100%;
}

.chat-message {
    width: 100%;
    color: #4e4e4e;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 5px 0;
    padding-bottom: 10px;
    text-align: left;
}

.chat-message .avatar {
    width: 10px;
    height: 10px;
    background: #5A5A5A;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.chat-message .avatar img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.chat-message .message {
    background: #EAEAEA;
    color: #999;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    margin-left: 10px;
}

.chat-message .message strong {
    color: #000;
}

#chat-input {
    padding: 13px 15px;
    width: 100%;
    background: #fff;
    border: 2px solid #EDEDED;
}

#chat-btn {
    width: 37px;
    height: 37px;
    background: url(../img/send-btn.png) no-repeat top left;
    border: 0;
    position: absolute;
    right: 24px;
    top: 10px;
}

.color-bg {
    background: #00788d;
}

.etkinlik-header {
    height: 47px;
    background: url(../img/etkinlik-h-bg-1.png) repeat-x bottom left;
}

.etkinlik-header h3 {
    font-family: 'Open Sans', sans-serif;
    background: url(../img/etkinlik-h-bg-2.png) no-repeat bottom left;
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 410px;
    line-height: 47px;
}

#section-3 {
    position: relative;
    top: -47px;
    margin-bottom: -47px;
}

.grey-text {
    color: #dbdbdb !important;
}

#section-3 p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

#section-3 span {
    font-size: 12px;
}

#section-3 .dark-bg {
    background: #005969;
}

#section-3 .color-bg {
    padding-bottom: 45px;
}

#section-3 .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

#section-4 {
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

#section-4 h3 {
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
    color: #00788d;
    font-size: 24px;
    margin-bottom: 45px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-30 {
    margin-bottom: 20px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.anket {
    margin-bottom: 60px;
}

.anket p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
}

.anket .btn {
    font-size: 24px;
    color: #fff;
    display: table;
    margin: auto;
    background: #FF6600;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 0;
    margin-top: 64px;
    width:350px;
    border:1px solid #F7941D;
}

.anket .btn:hover {
    background: white;
    color:#F7941D;
}

.sponsor img {
    display: table;
    margin: 20px auto;
    height: 50px;
}

.team-photo>div {
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;

    padding: 11px;
    /*border: 1px solid #d81f40;*/
    position: relative;
    display: inline-block;
}

.team-photo {
    margin-bottom: 35px;
}

/*.team-photo>div:after {
   content: "";
   width: 20px;
   height: 20px;
   background: #00788d;
   position: absolute;
   bottom: -10px;
   left: 50%;
   margin-left: -10px;
}*/

.team-photo>div img {
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    width: 200px;
}

.team-photo p.member-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #00809A;
    margin-top: 15px;
    line-height: 15px;
    font-weight: 700;
    margin: 15px 0 5px 0;
}

.firstmod {
    height: 295px;
}

.team-photo p.member-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #00809A;
    margin-bottom: 2px;
    padding: 0 2px;
}

.commonTitle {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #00809A;
    margin: 30px 0;
}

.leftAreaBussiness {
    background: #F4F1F0;
}

.leftAreaBussiness.two {
    height: 389px;
}

/* footer {
    margin-top: 20px;
}

 footer .black-trans-bg-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .powered {
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;

} 


footer .powered, footer .powered a {
    font-size: 12px;
    color: #5A5A5A;
    text-align: center;
}


footer .footer-logo {
    float: right;
} */

#login-container {
    border: 2px solid #FFF;
    border-radius: 0;
    padding: 30px 10px 14px 10px;
    background: #fff;
    margin-top: 40px;
}

#login-container legend {
    color: #00788d;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    margin-bottom: 45px;
    font-size: 18px;
}

#login-container label {
    color: #00809A;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    padding-top: 9px;

}

.formMainTitle {
    font-weight: bold;
    color: #00809A;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    margin-bottom: 35px;
    font-size: 19px;
    text-align: center;
}

#login-container .form-control {
    border-radius: 0;
    border: 1px solid #3391A4;
    height: 40px;
    font-size: 12px;
}

#login-container p.error {
    padding: 15px;
    margin-top: 25px;
}


#login-container #singlebutton {
    font-family: 'Open Sans', sans-serif;
    background: #E69C1F;
    border-radius: 0 float: right;
    border: 0;
    padding: 10px 26px 10px 26px;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    float: right;
}

#login-container p.error {
    /*display:none;*/
    text-align: center !important;
}

.registernotyet {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #00809A;
    margin-top: 23px;
}

.registernotyet a {
    text-decoration: underline;
}

div#loading {
    float: left;
    margin-top: 19px;
    width: 30px;
    display: none;
}

div#loading img {
    width: 100%;
    height: :auto
}

.form-group:last-child {
    margin-bottom: 0 !important;
}

.login,
.login body {
    height: 100%;
}

.login #section-1 {
    min-height: 100%;
    margin-bottom: -121px;
}

span.footer-logo-text {
    float: right;
    font-size: 11px;
    width: 100%;
    text-align: right;
    margin-top: 15px;
    color: #606060;
}

.chat-message.even .message {
    float: right;
    margin-left: 0px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .login #section-1 {
        margin-bottom: 0;
    }

    .chat-message .avatar {
        width: 10px;
        height: 10px;
    }
    .anket .btn {
        width:250px;
        font-size:16px;
    }

    .top-left-bg {
        background: none;
    }

    .top-right-bg {
        background: none;
    }

    #event-title {
        font-size: 16px;
        float: left;
        margin: 15px 0 0 0;

    }

    /* footer .footer-logo {
        float: left;
    } */

    a.logo {
        margin: 0 auto;
        display: table;
    }

    h1#event-title {
        text-align: center;
        width: 100%;
    }

    /* footer .powered {
        text-align: center;
    } */

    /* footer .footer-logo {
        float: none;
        margin: 0 auto;
    } */

    /* span.footer-logo-text {
        float: right;
        font-size: 11px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        color: #606060;
    } */
}

@media screen and (max-width: 410px) {

    .etkinlik-header h3 {

        width: 100%;
        background-size: 100% auto;
        font-size: 16px;
        margin-top: 10px;
    }
}



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

@charset "utf-8";
/* CSS Document */

.infMidBanner {
    background: url(../img/Jako_bant.svg) no-repeat bottom left;
    min-height: 115px;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.infMidText {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 23px;
}

.getInformation {
    float: right;
    color: #fff;
    padding: 10px 30px;
}

.getInformation {
    color: #fff !important;
    padding: 9px 40px;
    border: 1px solid #fff;
    background: #3390a4;
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 40px;

    text-decoration: none !important;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.liveStream {
    margin-top: 5px;
}

.counter {
    margin-top: 8px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    text-align: center;
    float: right;
    background-color: #fc0f27;
    width: 200px;
    height: 28px;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.newWebinar {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #5A5A5A;
    margin-bottom: 20px;
}

.normText {
    margin-top: 30px;
    margin-bottom: 10px;
}

.normText p {
    color: #0008A0;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px;
}

.firstMan {
    background: url(https://jakomeet.com/live/img/zemin.png) center center;

    background-size: cover;
    background-repeat: no-repeat;
}

.secondMan {
    background: url(https://jakomeet.com/live/img/zemin.png) center center;

    background-size: cover;
    background-repeat: no-repeat;
}

.thirdMan {
    background: url(https://jakomeet.com/live/img/zemin.png) center center;

    background-size: cover;
    background-repeat: no-repeat;
}

/* .footerBrand {
    background: rgb(51, 145, 164);
    background: linear-gradient(128deg, rgba(01, 115, 164, 1) 0%, rgba(11, 125, 164, 1) 14%, rgba(31, 135, 164, 1) 65%, rgba(51, 145, 164, 1) 100%);
} */

.socialMediaLinks {
    margin: 17px auto 9px auto;
    display: table;
    padding: 0 0 0 0;
}

.socialMediaLinks li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 20px 0 0;
}

.socialMediaLinks li:last-child {
    margin-right: 0;
}

.socialMediaLinks li a {
    width: 33px;
    height: 33px;
    display: block;
}

.socialMediaLinks li a.linkedin {
    background: url(https://detaysoft.com/webinar/iot/img/socialmedia/linkedin.png) center center;
}

.socialMediaLinks li a.youtube {
    background: url(https://detaysoft.com/webinar/iot/img/socialmedia/youtube.png) center center;
}

.socialMediaLinks li a.instagram {
    background: url(https://detaysoft.com/webinar/iot/img/socialmedia/instagram.png) center center;
}

.socialMediaLinks li a.facebook {
    background: url(https://detaysoft.com/webinar/iot/img/socialmedia/facebook.png) center center;
}

.socialMediaLinks li a.twitter {
    background: url(https://detaysoft.com/webinar/iot/img/socialmedia/twitter.png) center center;
}

.socialMediaLinks li a:hover {
    opacity: 0.7;
}

/* .footerSendMail {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none !important;
    margin: 0 auto 7px auto;
    padding: 4px 0 0 0;
    display: table;
    font-weight: 700;
} */

.askquestions {
    background: #FF6600;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 20px 5px;
}

.chat-screen::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.chat-screen::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.chat-screen::-webkit-scrollbar-thumb {
    background: #C3C3C3;
}

/* Handle on hover */
.chat-screen::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.boxes {
    min-height: 313px;
    padding: 26px 30px 16px 30px;
}

.boxes.boxOne {
    background: url(https://detaysoft.com/webinar/iot/img/boxone.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.boxOne .boxTitleOne {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
}

.boxOne .boxTitleOneSecond {
    color: #fff;
    font-size: 17px;
    margin: 8px 0 0 0;
}

.boxOne a.boxLinkOne {
    background: #46BDEB;
    color: #fff;
    padding: 13px 25px;
    display: inline-block;
    margin: 35px 0 45px 0;
    text-decoration: none !important;
}

.boxOne a.boxLinkOne:hover {
    background: #008dc3;
}

.boxOne .boxInfo {
    font-size: 12px;
    color: #00E6FF;
    line-height: 17px;
}

.boxes.boxTwo {
    background: url(https://detaysoft.com/webinar/iot/img/boxtwo.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.boxTwo .boxTitleOne {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
}

.boxTwo a.boxLinkOne {
    background: #46BDEB;
    color: #fff;
    padding: 13px 25px;
    display: inline-block;
    margin: 62px 0 0px 0;
    text-decoration: none !important;
}

.boxTwo a.boxLinkOne:hover {
    background: #008dc3;
}

.videoOne {
    display: inline-block;
    margin-bottom: 10px;
}

.videosTop {
    margin-bottom: 35px;
}

.videos {
    height: 300px !important;
    margin-bottom: 20px;
}

.videoOneLink {
    display: block;
    font-size: 14px;
    color: #5A5A5A;
    text-decoration: none !important;
}

.videoOneLink:hover {
    color: #5A5A5A;
}

.videoTwo {
    display: inline-block;
    margin-bottom: 10px;
}

.videoTwoLink {
    font-size: 16px;
    color: #5A5A5A;
    text-decoration: none !important;
}

.videoTwoLink:hover {
    color: #5A5A5A;
}

.homeInfoText {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #5A5A5A;
    margin-bottom: 20px;
}

.homeInfoTextRegister {
    font-size: 14px;
    line-height: 20px;
    color: #5A5A5A;
    margin-bottom: 25px;
    text-align: left;
}

ul, ol{
    color: #5A5A5A;
}

.lines {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
}

.lines .timearea {
    background: #66ACBB;
    font-size: 21px;
    font-weight: 600;
}

.lines .titlearea {
    background: #00809A;
}

.lines .timearea, .lines .titlearea {
    min-height: 37px;
}

.lines .title {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    /* text-align:center; */
    padding: 7px 0 0 0;
}

.timearea .time {
    margin: 4px auto 0 auto;
    display: table;
    color: #ffffff;
}

.listSide .timearea .time {
    margin: 7px auto 0 auto;
    line-height: 50px;
}

/* .timearea .time::before{
	content: "";
    display: block;
    float: left;
    height: 22px;
    width: 22px;
    background-size: 22px 22px;
    background-image: url(https://jakomeet.com/live/img/timeicon.png);
    background-repeat: no-repeat;
    margin-right: 7px;
    margin-top: 3px;
} */
.lineContent {
    margin-left: 0;
    margin-right: 0;
}

.soruCevapContent .leftAreaBussiness {
    height: 35px;
}

.basariliOrnekler {
    margin-bottom: 35px;
    background: #66ACBB;
}

.dunyaBasariliText {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    padding: 25px 0;
}

.bilgiAlBasarili {
    margin: 22px auto 0 auto;
    display: table;
    padding: 6px 23px;
    border: solid 1px #fff;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.indirilebilirArea {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    color: #5A5A5A;
}

.indirilebilirArea img {
    margin: 0 auto 0 auto;
    display: table;
}

.indirilebilirArea .indirilebilirText {
    width: 100%;
    text-align: center;
}

.yararlanma {
    text-align: center;
    font-size: 22px;
    color: #5A5A5A;
    margin: 20px auto 30px auto;
    display: table;
}

.sapCozumleri {
    margin-bottom: 10px;
}

.videoOne, .videoOne img, .videoTwo, .videoTwo img {
    width: 100%;
}

.registerBanner {
    background: rgb(51, 145, 164);
    background: linear-gradient(128deg, rgba(01, 115, 164, 1) 0%, rgba(11, 125, 164, 1) 14%, rgba(31, 135, 164, 1) 65%, rgba(51, 145, 164, 1) 100%);
    padding-top: 29px;
    padding-bottom: 28px;
    margin-bottom: 25px;
}

.registerText {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
}

/*---*/

.listSide .lines .title {
    font-size: 13px;
    line-height: 50px;
}

.listSide .lines .title.mobileArrangement {
    line-height: 26px;
}

.listSide .lines .timearea {
    font-size: 14px;
}

.listSide .timearea .time::before {
    height: 18px;
    width: 18px;
    background-size: 16px 16px;
    margin-right: 20px;
    margin-top: 16px;
}

.listSide .lines .timearea, .lines .titlearea {
    min-height: 67px;
}

.listSide .team-photo>div {
    padding: 5px;
}

.listSide .team-photo p.member-name {
    font-size: 14px;
}

.listSide .team-photo p.member-title {
    font-size: 14px;
}

.commonTitle {
    font-size: 16px;
    margin: 15px 0;
}

.modelator {
    width: 77%;
    margin: 0 auto;
    display: table;
    float: none;
}

.webinarBox {
    background: #F4F1F0;
    padding: 22px;
}

.webinarBox .webTexts1 {
    font-size: 18px;
    font-weight: 600;
    color: #00809A;
    width: 100%;
    line-height: 18px;
    margin-bottom: 7px;
}

.webinarBox .webTexts2 {
    font-size: 18px;
    font-weight: 600;
    color: #00809A;
    width: 100%;
    line-height: 24px;
    margin-bottom: 16px;
}

.webinarBox .webTexts3 {
    font-size: 20px;
    font-weight: 200;
    color: #00809A;
    width: 100%;
    margin-bottom: 11px;
}

.webinarBox .webTexts4 {
    font-size: 20px;
    font-weight: 200;
    color: #00809A;
    width: 100%;
}
.centerLogo{
    display: flex !important;
    justify-content: center;
}
.webinarBox .webTexts3::before {
    content: "";
    display: block;
    float: left;
    height: 26px;
    width: 30px;
    background-size: 30px 26px;
    background-image: url(https://jakomeet.com/solvia/bulutta-guclu-analitik/img/calender_new.svg);
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-top: 3px;
}

.webinarBox .webTexts4::before {
    content: "";
    display: block;
    float: left;
    height: 26px;
    width: 30px;
    background-size: 30px 26px;
    background-image: url(https://jakomeet.com/solvia/bulutta-guclu-analitik/img/clock_new.svg);
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-top: 3px;
}
/* .registerform {
    float: left;
    padding: 20px;
    border: 2px solid #F4F1F0;
    margin-bottom: 35px;
} */

.registerform label {
    float: left;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #5A5A5A;
    font-weight: 500;
    margin-bottom: 6px;
}

/* .registerform input[type=text] {
    float: left;
    width: 100%;
    display: block;
    font-size: 14px;
    border: 1px solid #5A5A5A;
    padding: 9px 12px;
    margin-bottom: 18px;
} */

/* .registerform input[type=submit] {
    float: right;
    display: block;
    font-size: 16px;
    padding: 8px 35px;
    background: #E69C1F;
    font-weight: 600;
    border: none;
    color: #fff;
    margin-top: 15px;
    border-radius: 10px 10px 10px 10px;
} */

/* .checkBoxAgree {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 5px;
    color: #5A5A5A;
}

.checkBoxAgree .useragreeform, .checkBoxAgree .webinaragreeform {
    float: left;
    margin: 2px 5px 0 0;
}

.checkBoxAgree label {
    float: left;
    width: auto;
    display: contents;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #5A5A5A;
} */

#cikti {
    float: left;
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
}

#cikti_soru {
    float: left;
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
}

.cozumBanner {
    width: 100%;
    margin-bottom: 25px;
}

.cozumBanner img {
    width: 100%;
}

/*survey*/
.surveyBody {
    display: block;
    border-top: 6px solid #E69C1F;
    margin: 0 auto;

    padding: 17px 18px 20px 18px;
    margin-top: 15px;
    width: 345px;
    background: #fff;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.surveyTitle {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #5A5A5A;
    margin-bottom: 10px;
}

.surveyDesc {
    font-size: 12px;
    color: #5A5A5A;
    margin-bottom: 12px;
}

.surveyDesc span {
    color: #E20000;
}

.surveyQuestion {
    border: 2px solid #eaeaea;
    padding: 10px 12px;
    margin-bottom: 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.surverySendArea {
    margin-top: 20px;
}

.surverySendArea #sendform {
    float: right;
    border: 1px solid #FF6600;
    background: #FF6600;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.surverySendArea #sendform:hover {
    font-size: 13px;
    color: #FF6600;
    background: #fff;
    border: 1px solid #FF6600;
}

.surveyQuestionLabel label:after {
    color: #E20000;
    content: "*";
    margin-left: 4px;
}

#surveyAnswerInput {
    width: 100%;
    border-bottom: 1px solid #707070;
    border-top: none;
    border-left: none;
    border-right: none;
}

fieldset label {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    line-height: 18px;
    display:flex;
    align-items: start;
    gap:5px;
    margin-top:14px 0;
}

.admin{
    min-height:100vh;
    background-color:#f6f7f9;
}
.outside{
    display:flex;
    flex-flow:column;
    margin:auto;
    justify-content: center;
    align-items: center;
    background: rgba(0, 120, 144, 0.80);
    box-shadow: 36.567px -36.567px 36.567px 0px rgba(0, 91, 109, 0.10) inset, -36.567px 36.567px 36.567px 0px rgba(255, 255, 255, 0.10) inset;
    max-width:440px;
    border-radius:12px;
}
.admin .title{
    color:white;
    margin:40px 0;
}
.admin-input{
    margin-bottom:40px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid white;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.30);
    height: 60px;
    color: #FFFFFF;
    font-size: 20px;
    padding-left: 24px;
}
input.admin-input::placeholder{
    color:white;
}
.admin-button{
    cursor: pointer;
    color: white;
    font-size: 20px;
    width: 100%;
    border-radius: 12px;
    border: none;
    height: 60px;
    background: #F7941D;
    box-shadow: 0px 4px 50px 0px rgba(114, 187, 197, 0.33);
    margin-bottom: 40px;
}

/* .sendMessageArea {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #fff;
    border: 2px solid #EDEDED;
}

.sendquestionform .sendquestion {
    width: 100%;
    text-align: center;
    font-size: 16px;
    border: 2px solid #EDEDED;
    height: 280px;
    padding: 20px 10px;
    resize: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
} */

/* .sendquestionform .questionsend {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 11px auto 7px auto;
    display: table;
    padding: 4px 15px 5px 20px;
    border: none;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    background-color: #66ACBB;
}  */

/* .sendquestionform .questionsend::after{
    content:url('https://jakomeet.com/demo/img/send-icon.svg');
} */

.mobileLineHeight {
    line-height: 25px !important;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .chat-screen {
        height: 256px;
    }

    .askquestions {
        font-size: 16px;
    }

    .normText {
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .boxOne .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxTwo .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxOne .boxTitleOneSecond {
        font-size: 16px;
    }

    .boxOne a.boxLinkOne {
        padding: 10px 23px;
        margin: 25px 0 25px 0;
    }

    .boxTwo a.boxLinkOne {
        padding: 10px 23px;
        margin: 32px 0 0px 0;
    }

    .listSide .lines .title, .listSide .lines .timearea {
        font-size: 12px;
    }

    #solviaCalendar>div:nth-child(3) .title {
        line-height: 20px !important;
    }

    .listSide .timearea .time {
        line-height: 55px;
    }

    .listSide .timearea .time::before {
        margin-top: 19px;
    }


}

@media screen and (min-width:769px) and (max-width:991px) {
    .sponsor img {
        width: 150px;
        height: initial !important;
        margin-top: 10px !important;
    }

    .rightSponsor img {
        width: 200px;
    }

    .navbar {
        padding-top: 60px;
    }

    .infMidBanner {
        background: #3391A4;
    }

    .infMidText {
        text-align: center;
        font-size: 22px;
        margin-top: 14px;
    }

    .getInformation {
        float: initial;
        margin: 18px auto 14px auto;
        display: table;
        position: revert;
    }

    .liveStream {
        margin-bottom: 20px;
    }

    .askquestions {
        font-size: 17px;
        padding: 7px 5px;
    }

    .chat-screen {
        height: 275px !important;
    }

    .normText {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .boxOne .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxTwo .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxOne .boxTitleOneSecond {
        font-size: 16px;
    }

    .boxOne a.boxLinkOne {
        padding: 10px 23px;
        margin: 25px 0 25px 0;
    }

    .boxTwo a.boxLinkOne {
        padding: 10px 23px;
        margin: 32px 0 0px 0;
    }

    .videoOneLink {
        display: inline-block;
        margin-bottom: 25px;
    }

    .listSide .lines .timearea, .lines .titlearea {
        min-height: 85px;
    }

    .mobileLineHeight {
        line-height: 35px !important;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 75px;
    }

    .listSide .timearea .time::before {
        margin-top: 30px;
    }

    .mobileArrangement {
        line-height: 26px !important;
        margin-top: 0;
    }

    .col-xs-0 {
        display: none;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .sponsor img {
        width: 150px;
        height: initial !important;
        margin-top: 10px !important;
    }

    .rightSponsor img {
        width: 200px;
    }

    .socialMediaLinks {
        margin-top: 5px !important;
    }

    .navbar {
        padding-top: 25px;
    }

    .infMidBanner {
        background: #3391A4;
    }

    .infMidText {
        text-align: center;
        font-size: 20px;
        margin-top: 14px;
    }

    .getInformation {
        float: initial;
        margin: 16px auto 14px auto;
        display: table;
        position: revert;
    }

    .liveStream {
        margin-bottom: 20px;
    }

    .askquestions {
        font-size: 17px;
        padding: 7px 5px;
    }

    .chat-screen {
        height: 275px !important;
    }

    .normText {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .boxOne .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxTwo .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxOne .boxTitleOneSecond {
        font-size: 16px;
    }

    .boxOne a.boxLinkOne {
        padding: 10px 23px;
        margin: 25px 0 25px 0;
    }

    .boxTwo a.boxLinkOne {
        padding: 10px 23px;
        margin: 32px 0 0px 0;
    }

    .videoOneLink {
        display: inline-block;
        margin-bottom: 25px;
    }

    .videosTop {
        margin-bottom: 0;
    }

    .dunyaBasariliText {
        font-size: 18px;
        padding: 11px 0;
    }

    .bilgiAlBasarili {
        margin: 18px auto 0 auto;
        padding: 6px 16px;
    }

    .lines .title {
        font-size: 15px;
        padding: 6px 0 0 0;
        line-height: 18px;
    }

    .lines .timearea {
        font-size: 19px;
    }

    .timearea .time::before {
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        margin-right: 5px;
        margin-top: 2px;
    }

    .leftAreaBussiness.two {
        height: 0 !important;
    }

    .listSide .lines .timearea, .lines .titlearea {
        min-height: 110px;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 100px;
        font-size: 11px;
    }

    .listSide .lines .title, .listSide .lines .timearea {
        font-size: 11px;
    }

    .mobileLineHeight {
        line-height: 26px !important;
        margin-top: 25px;
    }

    .mobileArrangement {
        line-height: 26px !important;
        margin-top: 0;
    }

    .listSide .timearea .time::before {
        margin-top: 30px;
    }

    .col-xs-0 {
        display: none;
    }

    .homeInfoText {
        font-size: 15px;
    }

    .brandsLogo {
        display: block;
    }

    .brandsLogo.leftLogo {
        width: 70% !important;
    }

    .brandsLogo.rightLogo {
        width: 80% !important;
    }

    /*login*/
    .midTextsIn {
        font-size: 14px;
    }

    .logoSide {
        margin-bottom: 30px;
    }

    #login-container {
        margin-top: 30px;
        padding: 23px 15px 28px 15px;
    }

    .formMainTitle {
        margin-bottom: 17px;
    }

    .form-group {
        margin-bottom: 9px;
    }

    .loginNav {
        padding-top: 30px !important;
    }
}

@media screen and (max-width:480px) {
    .sponsor img {
        width: 150px;
        height: initial !important;
        margin-top: 10px !important;
    }

    .rightSponsor img {
        width: 200px;
    }

    .socialMediaLinks {
        margin-top: 0px !important;
    }

    .navbar {
        padding-top: 20px;
    }

    .infMidBanner {
        background: #3391A4;
    }

    .infMidText {
        text-align: center;
        font-size: 18px;
        margin-top: 12px;
    }

    .getInformation {
        float: initial;
        margin: 15px auto 14px auto;
        display: table;
    }

    .liveStream {
        margin-bottom: 20px;
    }

    .askquestions {
        font-size: 17px;
        padding: 7px 5px;
    }

    .chat-screen {
        height: 275px !important;
    }

    .normText {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .boxOne .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxTwo .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxOne .boxTitleOneSecond {
        font-size: 16px;
    }

    .boxOne a.boxLinkOne {
        padding: 10px 23px;
        margin: 25px 0 25px 0;
    }

    .boxTwo a.boxLinkOne {
        padding: 10px 23px;
        margin: 32px 0 0px 0;
    }

    .videoOneLink {
        display: inline-block;
        margin-bottom: 25px;
    }

    .videosTop {
        margin-bottom: 0;
    }

    .dunyaBasariliText {
        font-size: 18px;
        padding: 11px 0;
    }

    .bilgiAlBasarili {
        margin: 18px auto 0 auto;
        padding: 6px 16px;
    }

    .lines .title {
        font-size: 15px;
        padding: 6px 0 0 0;
        line-height: 18px;
    }

    .lines .timearea {
        font-size: 19px;
    }

    .listSide .lines .timearea, .lines .titlearea {
        min-height: 110px;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 100px;
        font-size: 11px;
    }

    .listSide .lines .title, .listSide .lines .timearea {
        font-size: 11px;
    }

    .mobileLineHeight {
        line-height: 26px !important;
        margin-top: 25px;
    }

    .listSide .timearea .time::before {
        margin-top: 30px;
    }

    .mobileArrangement {
        line-height: 2 !important;
        margin-top: 5px;
    }


    .timearea .time::before {
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        margin-right: 5px;
        margin-top: 2px;
    }

    .leftAreaBussiness.two {
        height: 0 !important;
    }

    .col-xs-0 {
        display: none;
    }

    .homeInfoText {
        font-size: 15px;
    }

    .listSide {
        padding: 0;
    }

    .formLeftSide {
        padding: 0;
    }

    /*webinar*/
    .registerform input[type=text] {
        margin-bottom: 9px;
        padding: 7px 10px;
        font-size: 12px;
    }

    .registerform label {
        margin-bottom: 3px;
        font-size: 14px;
    }

    .checkBoxAgree label {
        font-size: 12px;
        line-height: 16px;
    }

    .checkBoxAgree {
        margin-bottom: 4px;
        margin-top: 3px;
    }

    .formtitle {
        font-size: 19px;
        margin-bottom: 7px;
    }

    .webinarBox {
        padding: 13px 13px 9px 13px;
    }

    .webinarBox .webTexts1 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .webinarBox .webTexts2 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .webinarBox .webTexts3 {
        font-size: 18px;
    }

    .webinarBox .webTexts4 {
        font-size: 18px;
    }

    .webinarBox .webTexts3::before, .webinarBox .webTexts4::before {
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        margin-top: 1px;
    }

    .registerform {
        /* padding: 12px; */
    }

    .registerform input[type=submit] {
        font-size: 16px;
        padding: 5px 35px;
    }


    .brandsLogo {
        display: block;
    }

    .brandsLogo.leftLogo {
        width: 75% !important;
    }

    .brandsLogo.rightLogo {
        width: 85% !important;
    }

    .brandsLogo.rightLogo img {
        max-height: 35px !important;
    }

    /*login*/
    .midTextsIn {
        font-size: 14px;
    }

    .logoSide {
        margin-bottom: 30px;
    }

    #login-container {
        margin-top: 30px;
        padding: 23px 15px 28px 15px;
    }

    .formMainTitle {
        margin-bottom: 17px;
    }

    .form-group {
        margin-bottom: 9px;
    }

    .loginNav {
        padding-top: 30px !important;
    }

    .surveyBody {
        width: 100%;
    }

    form#surveyform {
        padding: 10px;
    }
}

@media screen and (max-width:420px) {
    .listSide .lines .timearea, .lines .titlearea {
        min-height: 165px;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 155px;
        font-size: 11px;
    }

    .listSide .lines .title, .listSide .lines .timearea {
        font-size: 11px;
    }

    .mobileLineHeight {
        line-height: 26px !important;
        margin-top: 20px;
    }

    .mobileArrangement {
        line-height: 2 !important;
        margin-top: 35px;
    }
}

@media screen and (max-width:415px) {
    .listSide .lines .timearea, .lines .titlearea {
        min-height: 165px;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 155px;
        font-size: 11px;
    }

    .mobileArrangement {
        line-height: 2 !important;
        margin-top: 35px;
    }
}

@media screen and (max-width:415px) {
    .listSide .lines .timearea, .lines .titlearea {
        min-height: 165px;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 155px;
        font-size: 11px;
    }

    .mobileArrangement {
        line-height: 2 !important;
        margin-top: 10px;
    }
}



@media screen and (max-width:350px) {
    #solviaCalendar {
        display: none;
    }

    .mobileLineHeight {
        line-height: 26px !important;
        margin-top: 0px;
    }
}/* Calendar Modal Styles */
#calendarModal .modal-header,
#calendarModal .modal-footer {
    border: none !important;
}

#calendarModal .modal-header {
    border-top: 7px solid #e69c1f !important;
}

#calendarModal .modal-dialog {
    margin: 20% auto !important;
    max-width: 800px !important;
}
.white-row{
    background-color:white;
}
.gray-row{
    background-color: #F8F8F8;
}
.gray-row td{
    border-bottom:1px solid #EBEFF2;
    border-top:1px solid #EBEFF2;
}
.gray-row td:first-of-type{
    border-left:1px solid #EBEFF2;
}
.gray-row td:last-of-type{
    border-right:1px solid #EBEFF2;
}
.members{
    border-bottom: 1px solid #EBEFF2;
    width:40%;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    color: #334D6E;
}
.tablo{
    width:100%;
}
.tablo td{
    padding:5px;
    font-size:16px;
    font-weight: 300;
    line-height: 21.78px;
    color: #334D6E;
}
.tablo th{
    border-bottom:1px solid #EBEFF2;
    padding:5px;
    color:#000;
    font-size:14px;
    width:50px;
}

.topTable th{
    color: #334D6E;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
}





#calendarModal .modal-title {
    text-align: center;
    padding: 20px;
    font-size: 25px;
    font-weight: bold;
}

.calendarIcons {
    margin: 10px 20px;
}

#calendarModal .close {
    font-size: 30px !important;
    font-weight: 300 !important;
    background-color: transparent !important;
}

*:focus {
    outline: none;
}

#event-title {
    color: #005969;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.solviaBanner {
    padding: 0;
    margin: 0;
}

.solviaBanner img {
    width: 100%;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin:auto;
}

.homeInfoRegisterHeader {
    color: #005969;
    font-family: open sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
}

.navbar {
    padding-top: 30px;
    margin-bottom: 0px;
}

h2 {
    color: #005969;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

#video-container {
    width: 100%;
    height: auto;
    background-color: white;
}

#section-1 {
    padding-bottom: 10px;
}

*:focus {
    outline: none;
}

.loginArea {
    background: rgb(51, 145, 164);
    background: linear-gradient(128deg, rgba(01, 115, 164, 1) 0%, rgba(11, 125, 164, 1) 14%, rgba(31, 135, 164, 1) 65%, rgba(51, 145, 164, 1) 100%);
}

.midTextsIn {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.bannerImg {
    width: 560px;
    margin: 0 auto 15px auto;
}

.poweredAllRigh, .poweredAllRigh a {
    text-align: center;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.brandsLogo {
    margin: 0 auto;
    display: table;
}

.brandsLogo.leftLogo {
    float: left;
    padding: 0 15px;
    width: 210px;
}

.brandsLogo.rightLogo {
    float: right;
    padding: 0 15px;
    width: 250px;
}

.brandsLogo.rightLogo img {
    max-height: 50px;
    margin-top: -5px;
    float: right;
}

.logoSide {
    margin-bottom: 50px;
}

.mainArea .logoSide {
    margin-bottom: 30px;
}

.top-bg {
    background: url(../img/top-bg.png) repeat top left;
}

.top-left-bg {
    background: url(../img/top-left-bg.png) no-repeat bottom 30px left;
}

.top-right-bg {
    background: url(../img/top-right-bg.png) no-repeat top right;
}

.black-trans-bg {
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.black-trans-bg-2 {
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

#section-2 .black-trans-bg {
    padding-bottom: 77px;
}


.chat-screen {
    height: 325px;
    overflow-y: scroll;
    padding: 10px 10px 0px 10px;
    border-left: 2px solid #EDEDED;
    border-right: 2px solid #EDEDED;
}

.chat-screen>div {
    float: left;
    width: 100%;
}

.chat-message {
    width: 100%;
    color: #4e4e4e;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 5px 0;
    padding-bottom: 10px;
    text-align: left;
}

.chat-message .avatar {
    width: 10px;
    height: 10px;
    background: #5A5A5A;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.chat-message .avatar img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.chat-message .message {
    background: #EAEAEA;
    color: #999;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    margin-left: 10px;
}

.chat-message .message strong {
    color: #000;
}

#chat-input {
    padding: 13px 15px;
    width: 100%;
    background: #fff;
    border: 2px solid #EDEDED;
}

#chat-btn {
    width: 37px;
    height: 37px;
    background: url(../img/send-btn.png) no-repeat top left;
    border: 0;
    position: absolute;
    right: 24px;
    top: 10px;
}

.color-bg {
    background: #00788d;
}

.etkinlik-header {
    height: 47px;
    background: url(../img/etkinlik-h-bg-1.png) repeat-x bottom left;
}

.etkinlik-header h3 {
    font-family: 'Open Sans', sans-serif;
    background: url(../img/etkinlik-h-bg-2.png) no-repeat bottom left;
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 410px;
    line-height: 47px;
}

#section-3 {
    position: relative;
    top: -47px;
    margin-bottom: -47px;
}

.grey-text {
    color: #dbdbdb !important;
}

#section-3 p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

#section-3 span {
    font-size: 12px;
}

#section-3 .dark-bg {
    background: #005969;
}

#section-3 .color-bg {
    padding-bottom: 45px;
}

#section-3 .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

#section-4 {
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

#section-4 h3 {
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
    color: #00788d;
    font-size: 24px;
    margin-bottom: 45px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-30 {
    margin-bottom: 20px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.anket {
    margin-bottom: 60px;
}

.anket p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
}

.anket .btn {
    font-size: 24px;
    color: #fff;
    display: table;
    margin: auto;
    background: #FF6600;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 0;
    margin-top: 64px;
    width:350px;
    border:1px solid #F7941D;
}

.anket .btn:hover {
    background: white;
    color:#F7941D;
}

.sponsor img {
    display: table;
    margin: 20px auto;
    height: 50px;
}

.team-photo>div {
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;

    padding: 11px;
    /*border: 1px solid #d81f40;*/
    position: relative;
    display: inline-block;
}

.team-photo {
    margin-bottom: 35px;
}

/*.team-photo>div:after {
   content: "";
   width: 20px;
   height: 20px;
   background: #00788d;
   position: absolute;
   bottom: -10px;
   left: 50%;
   margin-left: -10px;
}*/

.team-photo>div img {
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    width: 200px;
}

.team-photo p.member-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #00809A;
    margin-top: 15px;
    line-height: 15px;
    font-weight: 700;
    margin: 15px 0 5px 0;
}

.firstmod {
    height: 295px;
}

.team-photo p.member-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #00809A;
    margin-bottom: 2px;
    padding: 0 2px;
}

.commonTitle {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #00809A;
    margin: 30px 0;
}

.leftAreaBussiness {
    background: #F4F1F0;
}

.leftAreaBussiness.two {
    height: 389px;
}

/* footer {
    margin-top: 20px;
}

 footer .black-trans-bg-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .powered {
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;

} 


footer .powered, footer .powered a {
    font-size: 12px;
    color: #5A5A5A;
    text-align: center;
}


footer .footer-logo {
    float: right;
} */

#login-container {
    border: 2px solid #FFF;
    border-radius: 0;
    padding: 30px 10px 14px 10px;
    background: #fff;
    margin-top: 40px;
}

#login-container legend {
    color: #00788d;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    margin-bottom: 45px;
    font-size: 18px;
}

#login-container label {
    color: #00809A;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    padding-top: 9px;
}

.formMainTitle {
    font-weight: bold;
    color: #00809A;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    margin-bottom: 35px;
    font-size: 19px;
    text-align: center;
}

#login-container .form-control {
    border-radius: 0;
    border: 1px solid #3391A4;
    height: 40px;
    font-size: 12px;
}

#login-container p.error {
    padding: 15px;
    margin-top: 25px;
}


#login-container #singlebutton {
    font-family: 'Open Sans', sans-serif;
    background: #E69C1F;
    border-radius: 0 float: right;
    border: 0;
    padding: 10px 26px 10px 26px;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    float: right;
}

#login-container p.error {
    /*display:none;*/
    text-align: center !important;
}

.registernotyet {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #00809A;
    margin-top: 23px;
}

.registernotyet a {
    text-decoration: underline;
}

div#loading {
    float: left;
    margin-top: 19px;
    width: 30px;
    display: none;
}

div#loading img {
    width: 100%;
    height: :auto
}

.form-group:last-child {
    margin-bottom: 0 !important;
}

.login,
.login body {
    height: 100%;
}

.login #section-1 {
    min-height: 100%;
    margin-bottom: -121px;
}

span.footer-logo-text {
    float: right;
    font-size: 11px;
    width: 100%;
    text-align: right;
    margin-top: 15px;
    color: #606060;
}

.chat-message.even .message {
    float: right;
    margin-left: 0px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .login #section-1 {
        margin-bottom: 0;
    }

    .chat-message .avatar {
        width: 10px;
        height: 10px;
    }
    .anket .btn {
        width:250px;
        font-size:16px;
    }

    .top-left-bg {
        background: none;
    }

    .top-right-bg {
        background: none;
    }

    #event-title {
        font-size: 16px;
        float: left;
        margin: 15px 0 0 0;

    }

    /* footer .footer-logo {
        float: left;
    } */

    a.logo {
        margin: 0 auto;
        display: table;
    }

    h1#event-title {
        text-align: center;
        width: 100%;
    }

    /* footer .powered {
        text-align: center;
    } */

    /* footer .footer-logo {
        float: none;
        margin: 0 auto;
    } */

    /* span.footer-logo-text {
        float: right;
        font-size: 11px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        color: #606060;
    } */
}

@media screen and (max-width: 410px) {

    .etkinlik-header h3 {

        width: 100%;
        background-size: 100% auto;
        font-size: 16px;
        margin-top: 10px;
    }
}



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

@charset "utf-8";
/* CSS Document */

.infMidBanner {
    background: url(../img/Jako_bant.svg) no-repeat bottom left;
    min-height: 115px;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.infMidText {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 23px;
}

.getInformation {
    float: right;
    color: #fff;
    padding: 10px 30px;
}

.getInformation {
    color: #fff !important;
    padding: 9px 40px;
    border: 1px solid #fff;
    background: #3390a4;
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 40px;

    text-decoration: none !important;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.liveStream {
    margin-top: 5px;
}

.counter {
    margin-top: 8px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    text-align: center;
    float: right;
    background-color: #fc0f27;
    width: 200px;
    height: 28px;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.newWebinar {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #5A5A5A;
    margin-bottom: 20px;
}

.normText {
    margin-top: 30px;
    margin-bottom: 10px;
}

.normText p {
    color: #0008A0;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px;
}

.firstMan {
    background: url(https://jakomeet.com/live/img/zemin.png) center center;

    background-size: cover;
    background-repeat: no-repeat;
}

.secondMan {
    background: url(https://jakomeet.com/live/img/zemin.png) center center;

    background-size: cover;
    background-repeat: no-repeat;
}

.thirdMan {
    background: url(https://jakomeet.com/live/img/zemin.png) center center;

    background-size: cover;
    background-repeat: no-repeat;
}

/* .footerBrand {
    background: rgb(51, 145, 164);
    background: linear-gradient(128deg, rgba(01, 115, 164, 1) 0%, rgba(11, 125, 164, 1) 14%, rgba(31, 135, 164, 1) 65%, rgba(51, 145, 164, 1) 100%);
} */

.socialMediaLinks {
    margin: 17px auto 9px auto;
    display: table;
    padding: 0 0 0 0;
}

.socialMediaLinks li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 20px 0 0;
}

.socialMediaLinks li:last-child {
    margin-right: 0;
}

.socialMediaLinks li a {
    width: 33px;
    height: 33px;
    display: block;
}

.socialMediaLinks li a.linkedin {
    background: url(https://detaysoft.com/webinar/iot/img/socialmedia/linkedin.png) center center;
}

.socialMediaLinks li a.youtube {
    background: url(https://detaysoft.com/webinar/iot/img/socialmedia/youtube.png) center center;
}

.socialMediaLinks li a.instagram {
    background: url(https://detaysoft.com/webinar/iot/img/socialmedia/instagram.png) center center;
}

.socialMediaLinks li a.facebook {
    background: url(https://detaysoft.com/webinar/iot/img/socialmedia/facebook.png) center center;
}

.socialMediaLinks li a.twitter {
    background: url(https://detaysoft.com/webinar/iot/img/socialmedia/twitter.png) center center;
}

.socialMediaLinks li a:hover {
    opacity: 0.7;
}

/* .footerSendMail {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none !important;
    margin: 0 auto 7px auto;
    padding: 4px 0 0 0;
    display: table;
    font-weight: 700;
} */

.askquestions {
    background: #FF6600;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 20px 5px;
}

.chat-screen::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.chat-screen::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.chat-screen::-webkit-scrollbar-thumb {
    background: #C3C3C3;
}

/* Handle on hover */
.chat-screen::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.boxes {
    min-height: 313px;
    padding: 26px 30px 16px 30px;
}

.boxes.boxOne {
    background: url(https://detaysoft.com/webinar/iot/img/boxone.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.boxOne .boxTitleOne {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
}

.boxOne .boxTitleOneSecond {
    color: #fff;
    font-size: 17px;
    margin: 8px 0 0 0;
}

.boxOne a.boxLinkOne {
    background: #46BDEB;
    color: #fff;
    padding: 13px 25px;
    display: inline-block;
    margin: 35px 0 45px 0;
    text-decoration: none !important;
}

.boxOne a.boxLinkOne:hover {
    background: #008dc3;
}

.boxOne .boxInfo {
    font-size: 12px;
    color: #00E6FF;
    line-height: 17px;
}

.boxes.boxTwo {
    background: url(https://detaysoft.com/webinar/iot/img/boxtwo.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.boxTwo .boxTitleOne {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
}

.boxTwo a.boxLinkOne {
    background: #46BDEB;
    color: #fff;
    padding: 13px 25px;
    display: inline-block;
    margin: 62px 0 0px 0;
    text-decoration: none !important;
}

.boxTwo a.boxLinkOne:hover {
    background: #008dc3;
}

.videoOne {
    display: inline-block;
    margin-bottom: 10px;
}

.videosTop {
    margin-bottom: 35px;
}

.videos {
    height: 300px !important;
    margin-bottom: 20px;
}

.videoOneLink {
    display: block;
    font-size: 14px;
    color: #5A5A5A;
    text-decoration: none !important;
}

.videoOneLink:hover {
    color: #5A5A5A;
}

.videoTwo {
    display: inline-block;
    margin-bottom: 10px;
}

.videoTwoLink {
    font-size: 16px;
    color: #5A5A5A;
    text-decoration: none !important;
}

.videoTwoLink:hover {
    color: #5A5A5A;
}

.homeInfoText {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #5A5A5A;
    margin-bottom: 20px;
}

.homeInfoTextRegister {
    font-size: 14px;
    line-height: 20px;
    color: #5A5A5A;
    margin-bottom: 25px;
    text-align: left;
}

ul, ol{
    color: #5A5A5A;
}

.lines {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
}

.lines .timearea {
    background: #66ACBB;
    font-size: 21px;
    font-weight: 600;
}

.lines .titlearea {
    background: #00809A;
}

.lines .timearea, .lines .titlearea {
    min-height: 37px;
}

.lines .title {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    /* text-align:center; */
    padding: 7px 0 0 0;
}

.timearea .time {
    margin: 4px auto 0 auto;
    display: table;
    color: #ffffff;
}

.listSide .timearea .time {
    margin: 7px auto 0 auto;
    line-height: 50px;
}

/* .timearea .time::before{
	content: "";
    display: block;
    float: left;
    height: 22px;
    width: 22px;
    background-size: 22px 22px;
    background-image: url(https://jakomeet.com/live/img/timeicon.png);
    background-repeat: no-repeat;
    margin-right: 7px;
    margin-top: 3px;
} */
.lineContent {
    margin-left: 0;
    margin-right: 0;
}

.soruCevapContent .leftAreaBussiness {
    height: 35px;
}

.basariliOrnekler {
    margin-bottom: 35px;
    background: #66ACBB;
}

.dunyaBasariliText {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    padding: 25px 0;
}

.bilgiAlBasarili {
    margin: 22px auto 0 auto;
    display: table;
    padding: 6px 23px;
    border: solid 1px #fff;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.indirilebilirArea {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    color: #5A5A5A;
}

.indirilebilirArea img {
    margin: 0 auto 0 auto;
    display: table;
}

.indirilebilirArea .indirilebilirText {
    width: 100%;
    text-align: center;
}

.yararlanma {
    text-align: center;
    font-size: 22px;
    color: #5A5A5A;
    margin: 20px auto 30px auto;
    display: table;
}

.sapCozumleri {
    margin-bottom: 10px;
}

.videoOne, .videoOne img, .videoTwo, .videoTwo img {
    width: 100%;
}

.registerBanner {
    background: rgb(51, 145, 164);
    background: linear-gradient(128deg, rgba(01, 115, 164, 1) 0%, rgba(11, 125, 164, 1) 14%, rgba(31, 135, 164, 1) 65%, rgba(51, 145, 164, 1) 100%);
    padding-top: 29px;
    padding-bottom: 28px;
    margin-bottom: 25px;
}

.registerText {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
}

/*---*/

.listSide .lines .title {
    font-size: 13px;
    line-height: 50px;
}

.listSide .lines .title.mobileArrangement {
    line-height: 26px;
}

.listSide .lines .timearea {
    font-size: 14px;
}

.listSide .timearea .time::before {
    height: 18px;
    width: 18px;
    background-size: 16px 16px;
    margin-right: 20px;
    margin-top: 16px;
}

.listSide .lines .timearea, .lines .titlearea {
    min-height: 67px;
}

.listSide .team-photo>div {
    padding: 5px;
}

.listSide .team-photo p.member-name {
    font-size: 14px;
}

.listSide .team-photo p.member-title {
    font-size: 14px;
}

.commonTitle {
    font-size: 16px;
    margin: 15px 0;
}

.modelator {
    width: 77%;
    margin: 0 auto;
    display: table;
    float: none;
}

.webinarBox {
    background: #F4F1F0;
    padding: 22px;
}

.webinarBox .webTexts1 {
    font-size: 18px;
    font-weight: 600;
    color: #00809A;
    width: 100%;
    line-height: 18px;
    margin-bottom: 7px;
}

.webinarBox .webTexts2 {
    font-size: 18px;
    font-weight: 600;
    color: #00809A;
    width: 100%;
    line-height: 24px;
    margin-bottom: 16px;
}

.webinarBox .webTexts3 {
    font-size: 20px;
    font-weight: 200;
    color: #00809A;
    width: 100%;
    margin-bottom: 11px;
}

.webinarBox .webTexts4 {
    font-size: 20px;
    font-weight: 200;
    color: #00809A;
    width: 100%;
}
.centerLogo{
    display: flex !important;
    justify-content: center;
}
.webinarBox .webTexts3::before {
    content: "";
    display: block;
    float: left;
    height: 26px;
    width: 30px;
    background-size: 30px 26px;
    background-image: url(https://jakomeet.com/solvia/bulutta-guclu-analitik/img/calender_new.svg);
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-top: 3px;
}

.webinarBox .webTexts4::before {
    content: "";
    display: block;
    float: left;
    height: 26px;
    width: 30px;
    background-size: 30px 26px;
    background-image: url(https://jakomeet.com/solvia/bulutta-guclu-analitik/img/clock_new.svg);
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-top: 3px;
}
/* .registerform {
    float: left;
    padding: 20px;
    border: 2px solid #F4F1F0;
    margin-bottom: 35px;
} */

.registerform label {
    float: left;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #5A5A5A;
    font-weight: 500;
    margin-bottom: 6px;
}

/* .registerform input[type=text] {
    float: left;
    width: 100%;
    display: block;
    font-size: 14px;
    border: 1px solid #5A5A5A;
    padding: 9px 12px;
    margin-bottom: 18px;
} */

/* .registerform input[type=submit] {
    float: right;
    display: block;
    font-size: 16px;
    padding: 8px 35px;
    background: #E69C1F;
    font-weight: 600;
    border: none;
    color: #fff;
    margin-top: 15px;
    border-radius: 10px 10px 10px 10px;
} */

/* .checkBoxAgree {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 5px;
    color: #5A5A5A;
}

.checkBoxAgree .useragreeform, .checkBoxAgree .webinaragreeform {
    float: left;
    margin: 2px 5px 0 0;
}

.checkBoxAgree label {
    float: left;
    width: auto;
    display: contents;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #5A5A5A;
} */

#cikti {
    float: left;
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
}

#cikti_soru {
    float: left;
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
}

.cozumBanner {
    width: 100%;
    margin-bottom: 25px;
}

.cozumBanner img {
    width: 100%;
}

/*survey*/
.surveyBody {
    display: block;
    border-top: 6px solid #E69C1F;
    margin: 0 auto;

    padding: 17px 18px 20px 18px;
    margin-top: 15px;
    width: 345px;
    background: #fff;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.surveyTitle {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #5A5A5A;
    margin-bottom: 10px;
}

.surveyDesc {
    font-size: 12px;
    color: #5A5A5A;
    margin-bottom: 12px;
}

.surveyDesc span {
    color: #E20000;
}

.surveyQuestion {
    border: 2px solid #eaeaea;
    padding: 10px 12px;
    margin-bottom: 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.surverySendArea {
    margin-top: 20px;
}

.surverySendArea #sendform {
    float: right;
    border: 1px solid #FF6600;
    background: #FF6600;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.surverySendArea #sendform:hover {
    font-size: 13px;
    color: #FF6600;
    background: #fff;
    border: 1px solid #FF6600;
}

.surveyQuestionLabel label:after {
    color: #E20000;
    content: "*";
    margin-left: 4px;
}

#surveyAnswerInput {
    width: 100%;
    border-bottom: 1px solid #707070;
    border-top: none;
    border-left: none;
    border-right: none;
}

.admin{
    min-height:100vh;
    background-color:#f6f7f9;
}
.outside{
    display:flex;
    flex-flow:column;
    margin:auto;
    justify-content: center;
    align-items: center;
    background: rgba(0, 120, 144, 0.80);
    box-shadow: 36.567px -36.567px 36.567px 0px rgba(0, 91, 109, 0.10) inset, -36.567px 36.567px 36.567px 0px rgba(255, 255, 255, 0.10) inset;
    max-width:440px;
    border-radius:12px;
}
.admin .title{
    color:white;
    margin:40px 0;
}
.admin-input{
    margin-bottom:40px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid white;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.30);
    height: 60px;
    color: #FFFFFF;
    font-size: 20px;
    padding-left: 24px;
}
input.admin-input::placeholder{
    color:white;
}
.admin-button{
    cursor: pointer;
    color: white;
    font-size: 20px;
    width: 100%;
    border-radius: 12px;
    border: none;
    height: 60px;
    background: #F7941D;
    box-shadow: 0px 4px 50px 0px rgba(114, 187, 197, 0.33);
    margin-bottom: 40px;
}

/* .sendMessageArea {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #fff;
    border: 2px solid #EDEDED;
}

.sendquestionform .sendquestion {
    width: 100%;
    text-align: center;
    font-size: 16px;
    border: 2px solid #EDEDED;
    height: 280px;
    padding: 20px 10px;
    resize: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
} */

/* .sendquestionform .questionsend {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 11px auto 7px auto;
    display: table;
    padding: 4px 15px 5px 20px;
    border: none;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    background-color: #66ACBB;
}  */

/* .sendquestionform .questionsend::after{
    content:url('https://jakomeet.com/demo/img/send-icon.svg');
} */

.mobileLineHeight {
    line-height: 25px !important;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .chat-screen {
        height: 256px;
    }

    .askquestions {
        font-size: 16px;
    }

    .normText {
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .boxOne .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxTwo .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxOne .boxTitleOneSecond {
        font-size: 16px;
    }

    .boxOne a.boxLinkOne {
        padding: 10px 23px;
        margin: 25px 0 25px 0;
    }

    .boxTwo a.boxLinkOne {
        padding: 10px 23px;
        margin: 32px 0 0px 0;
    }

    .listSide .lines .title, .listSide .lines .timearea {
        font-size: 12px;
    }

    #solviaCalendar>div:nth-child(3) .title {
        line-height: 20px !important;
    }

    .listSide .timearea .time {
        line-height: 55px;
    }

    .listSide .timearea .time::before {
        margin-top: 19px;
    }


}

@media screen and (min-width:769px) and (max-width:991px) {
    .sponsor img {
        width: 150px;
        height: initial !important;
        margin-top: 10px !important;
    }

    .rightSponsor img {
        width: 200px;
    }

    .navbar {
        padding-top: 60px;
    }

    .infMidBanner {
        background: #3391A4;
    }

    .infMidText {
        text-align: center;
        font-size: 22px;
        margin-top: 14px;
    }

    .getInformation {
        float: initial;
        margin: 18px auto 14px auto;
        display: table;
        position: revert;
    }

    .liveStream {
        margin-bottom: 20px;
    }

    .askquestions {
        font-size: 17px;
        padding: 7px 5px;
    }

    .chat-screen {
        height: 275px !important;
    }

    .normText {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .boxOne .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxTwo .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxOne .boxTitleOneSecond {
        font-size: 16px;
    }

    .boxOne a.boxLinkOne {
        padding: 10px 23px;
        margin: 25px 0 25px 0;
    }

    .boxTwo a.boxLinkOne {
        padding: 10px 23px;
        margin: 32px 0 0px 0;
    }

    .videoOneLink {
        display: inline-block;
        margin-bottom: 25px;
    }

    .listSide .lines .timearea, .lines .titlearea {
        min-height: 85px;
    }

    .mobileLineHeight {
        line-height: 35px !important;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 75px;
    }

    .listSide .timearea .time::before {
        margin-top: 30px;
    }

    .mobileArrangement {
        line-height: 26px !important;
        margin-top: 0;
    }

    .col-xs-0 {
        display: none;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .sponsor img {
        width: 150px;
        height: initial !important;
        margin-top: 10px !important;
    }

    .rightSponsor img {
        width: 200px;
    }

    .socialMediaLinks {
        margin-top: 5px !important;
    }

    .navbar {
        padding-top: 25px;
    }

    .infMidBanner {
        background: #3391A4;
    }

    .infMidText {
        text-align: center;
        font-size: 20px;
        margin-top: 14px;
    }

    .getInformation {
        float: initial;
        margin: 16px auto 14px auto;
        display: table;
        position: revert;
    }

    .liveStream {
        margin-bottom: 20px;
    }

    .askquestions {
        font-size: 17px;
        padding: 7px 5px;
    }

    .chat-screen {
        height: 275px !important;
    }

    .normText {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .boxOne .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxTwo .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxOne .boxTitleOneSecond {
        font-size: 16px;
    }

    .boxOne a.boxLinkOne {
        padding: 10px 23px;
        margin: 25px 0 25px 0;
    }

    .boxTwo a.boxLinkOne {
        padding: 10px 23px;
        margin: 32px 0 0px 0;
    }

    .videoOneLink {
        display: inline-block;
        margin-bottom: 25px;
    }

    .videosTop {
        margin-bottom: 0;
    }

    .dunyaBasariliText {
        font-size: 18px;
        padding: 11px 0;
    }

    .bilgiAlBasarili {
        margin: 18px auto 0 auto;
        padding: 6px 16px;
    }

    .lines .title {
        font-size: 15px;
        padding: 6px 0 0 0;
        line-height: 18px;
    }

    .lines .timearea {
        font-size: 19px;
    }

    .timearea .time::before {
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        margin-right: 5px;
        margin-top: 2px;
    }

    .leftAreaBussiness.two {
        height: 0 !important;
    }

    .listSide .lines .timearea, .lines .titlearea {
        min-height: 110px;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 100px;
        font-size: 11px;
    }

    .listSide .lines .title, .listSide .lines .timearea {
        font-size: 11px;
    }

    .mobileLineHeight {
        line-height: 26px !important;
        margin-top: 25px;
    }

    .mobileArrangement {
        line-height: 26px !important;
        margin-top: 0;
    }

    .listSide .timearea .time::before {
        margin-top: 30px;
    }

    .col-xs-0 {
        display: none;
    }

    .homeInfoText {
        font-size: 15px;
    }

    .brandsLogo {
        display: block;
    }

    .brandsLogo.leftLogo {
        width: 70% !important;
    }

    .brandsLogo.rightLogo {
        width: 80% !important;
    }

    /*login*/
    .midTextsIn {
        font-size: 14px;
    }

    .logoSide {
        margin-bottom: 30px;
    }

    #login-container {
        margin-top: 30px;
        padding: 23px 15px 28px 15px;
    }

    .formMainTitle {
        margin-bottom: 17px;
    }

    .form-group {
        margin-bottom: 9px;
    }

    .loginNav {
        padding-top: 30px !important;
    }
}

@media screen and (max-width:480px) {
    .sponsor img {
        width: 150px;
        height: initial !important;
        margin-top: 10px !important;
    }

    .rightSponsor img {
        width: 200px;
    }

    .socialMediaLinks {
        margin-top: 0px !important;
    }

    .navbar {
        padding-top: 20px;
    }

    .infMidBanner {
        background: #3391A4;
    }

    .infMidText {
        text-align: center;
        font-size: 18px;
        margin-top: 12px;
    }

    .getInformation {
        float: initial;
        margin: 15px auto 14px auto;
        display: table;
    }

    .liveStream {
        margin-bottom: 20px;
    }

    .askquestions {
        font-size: 17px;
        padding: 7px 5px;
    }

    .chat-screen {
        height: 275px !important;
    }

    .normText {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .boxOne .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxTwo .boxTitleOne {
        font-size: 24px;
        line-height: 30px;
    }

    .boxOne .boxTitleOneSecond {
        font-size: 16px;
    }

    .boxOne a.boxLinkOne {
        padding: 10px 23px;
        margin: 25px 0 25px 0;
    }

    .boxTwo a.boxLinkOne {
        padding: 10px 23px;
        margin: 32px 0 0px 0;
    }

    .videoOneLink {
        display: inline-block;
        margin-bottom: 25px;
    }

    .videosTop {
        margin-bottom: 0;
    }

    .dunyaBasariliText {
        font-size: 18px;
        padding: 11px 0;
    }

    .bilgiAlBasarili {
        margin: 18px auto 0 auto;
        padding: 6px 16px;
    }

    .lines .title {
        font-size: 15px;
        padding: 6px 0 0 0;
        line-height: 18px;
    }

    .lines .timearea {
        font-size: 19px;
    }

    .listSide .lines .timearea, .lines .titlearea {
        min-height: 110px;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 100px;
        font-size: 11px;
    }

    .listSide .lines .title, .listSide .lines .timearea {
        font-size: 11px;
    }

    .mobileLineHeight {
        line-height: 26px !important;
        margin-top: 25px;
    }

    .listSide .timearea .time::before {
        margin-top: 30px;
    }

    .mobileArrangement {
        line-height: 2 !important;
        margin-top: 5px;
    }


    .timearea .time::before {
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        margin-right: 5px;
        margin-top: 2px;
    }

    .leftAreaBussiness.two {
        height: 0 !important;
    }

    .col-xs-0 {
        display: none;
    }

    .homeInfoText {
        font-size: 15px;
    }

    .listSide {
        padding: 0;
    }

    .formLeftSide {
        padding: 0;
    }

    /*webinar*/
    .registerform input[type=text] {
        margin-bottom: 9px;
        padding: 7px 10px;
        font-size: 12px;
    }

    .registerform label {
        margin-bottom: 3px;
        font-size: 14px;
    }

    .checkBoxAgree label {
        font-size: 12px;
        line-height: 16px;
    }

    .checkBoxAgree {
        margin-bottom: 4px;
        margin-top: 3px;
    }

    .formtitle {
        font-size: 19px;
        margin-bottom: 7px;
    }

    .webinarBox {
        padding: 13px 13px 9px 13px;
    }

    .webinarBox .webTexts1 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .webinarBox .webTexts2 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .webinarBox .webTexts3 {
        font-size: 18px;
    }

    .webinarBox .webTexts4 {
        font-size: 18px;
    }

    .webinarBox .webTexts3::before, .webinarBox .webTexts4::before {
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        margin-top: 1px;
    }

    .registerform {
        /* padding: 12px; */
    }

    .registerform input[type=submit] {
        font-size: 16px;
        padding: 5px 35px;
    }


    .brandsLogo {
        display: block;
    }

    .brandsLogo.leftLogo {
        width: 75% !important;
    }

    .brandsLogo.rightLogo {
        width: 85% !important;
    }

    .brandsLogo.rightLogo img {
        max-height: 35px !important;
    }

    /*login*/
    .midTextsIn {
        font-size: 14px;
    }

    .logoSide {
        margin-bottom: 30px;
    }

    #login-container {
        margin-top: 30px;
        padding: 23px 15px 28px 15px;
    }

    .formMainTitle {
        margin-bottom: 17px;
    }

    .form-group {
        margin-bottom: 9px;
    }

    .loginNav {
        padding-top: 30px !important;
    }

    .surveyBody {
        width: 100%;
    }

    form#surveyform {
        padding: 10px;
    }
}

@media screen and (max-width:420px) {
    .listSide .lines .timearea, .lines .titlearea {
        min-height: 165px;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 155px;
        font-size: 11px;
    }

    .listSide .lines .title, .listSide .lines .timearea {
        font-size: 11px;
    }

    .mobileLineHeight {
        line-height: 26px !important;
        margin-top: 20px;
    }

    .mobileArrangement {
        line-height: 2 !important;
        margin-top: 35px;
    }
}

@media screen and (max-width:415px) {
    .listSide .lines .timearea, .lines .titlearea {
        min-height: 165px;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 155px;
        font-size: 11px;
    }

    .mobileArrangement {
        line-height: 2 !important;
        margin-top: 35px;
    }
}

@media screen and (max-width:415px) {
    .listSide .lines .timearea, .lines .titlearea {
        min-height: 165px;
    }

    .listSide .timearea .time, .listSide .lines .title {
        line-height: 155px;
        font-size: 11px;
    }

    .mobileArrangement {
        line-height: 2 !important;
        margin-top: 10px;
    }
}



@media screen and (max-width:350px) {
    #solviaCalendar {
        display: none;
    }

    .mobileLineHeight {
        line-height: 26px !important;
        margin-top: 0px;
    }
}