body {
    background-color: #004080 !important;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.main-page, .body-footer-content {
    max-width: calc(100% - 256px);
    margin: auto;
}
.main-page.ad05b{
    max-width: calc(100% - 120px);
}
.main-page.ad05b .content-page{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.main-page.ad05b .content-page .right-section{
    min-width: 435px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 57px;
    padding-top: 16px;
}

.header .logo {
    width: 65px;
    height: 86px;
}

.header .nav-btns {
    display: flex;
    align-items: center;
}

.header .nav-btns .free-trial {
    width: 188px;
    height: 49px;
    margin-right: 25px;
    color: #004080;
    font-weight: 600;
    font-size: 20px;
    background: #FFFFFF;
    border: 1px solid #004080;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

}

.header .nav-btns .login-btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFFDEC;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}

/* end of header */

/* start of body */

.page-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
    padding-bottom: 47px;
}
.page-body .header-body-content-page{
    width: 100%;
}
.header-body-content-page h2{
    font-weight: 900;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #FFFDEC;
    margin-top: 0;
}
.page-body .teacher-para-first-section{
    padding-left: 12px;
}
.teacher-para-first-section .content-section img{
    width: 300px;
    height: 240px;
    float: right;
    margin: 0 0 7px 15px;
}
.style-paragraph{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
    color: #FFFDEC;
    max-width: 100%;
    /* text-align: justify; */
}
.style-paragraph::first-letter{
    text-transform: capitalize;
}
.break-line{
    display: block;
    margin: 8px 0;
}
.teacher-para-second-section .content-section img{
    width: 300px;
    height: 250px;
    float: left;
    margin: 0 15px 7px 0;
}
.teacher-para-second-section .content-section .system-creator{
    float: right;
    width: calc(100% - 340px);
}

/* end of body */
/* footer section */

.footer-section-ad05 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 145px;
    margin-bottom: 20px;
}
.footer-section-ad05 .footer-left-content{
    display: flex;
    /* flex-wrap: wrap; */
}
.footer-section-ad05 .footer-left-content .watch-btn img{
    margin-right: 7px;
}
.footer-section-ad05 .footer-left-content .watch-btn {
    max-width: 281px;
    width: 100%;
    height: 65px;
    background: #FFFDEC;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #004080;
    margin-right: 32px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.footer-section-ad05 .footer-right-content{
    margin-bottom: 10px;
}
.footer-section-ad05 .footer-left-content .tutorial-btn {
    width: 192px;
    height: 66px;
    background: rgba(38, 50, 56, 0.5);

    border: 1px solid #FFFDEC;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFFDEC;
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer-section-ad05 .footer-right-content {
    display: flex;
    flex-direction: column;
    max-width: 286px;
    width: 100%;
}


.footer-right-content a {
    width: 100%;
    height: 66px;
    background: #FFFDEC;
    border: 1px solid #FFFDEC;
    border-radius: 2px;
    margin: auto;
    font-weight: 600;
    font-size: 18px;
    color: #004080;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* modal */
.margin-botton-5 {
    margin-bottom: 20px;
}

.modal-body {
    padding: 0 !important;
}

iframe {
    width: 100%;
    height: 400px;
}

.modal-dialog {
    max-width: 60% !important;
}

a {
    cursor: pointer;
}
.tryItNow{
    float: right;
    max-width: 400px;
    width: 100%;
    display: none;
    border-radius: 3px;
    min-height:680px;
}
.tryItNow.show{
    display: block;
}
.content-img.p-absolute-img{
    position: relative;
}
.content-img.p-absolute-img img{
    position: absolute;
    right: 0;
    z-index: -5;
    max-width: 25;
}

@media screen and (max-width:767px) {
    .main-page.ad05b .content-page{
        flex-direction: column;
    }
    .showHide{
        display: flex !important;
    }
    .main-page .content-page .right-section{
        order: -1;
        display: flex;
        justify-content: center;
    }
    .modal-dialog {
        max-width: 500px !important;
    }
    .modal-open .modal{
        padding: 0 !important;
    }
}
/* responsive design */
@media screen and (max-width:600px) {
    .main-page, .body-footer-content{
        max-width: calc(100% - 60px) !important;
    }
    .style-paragraph{
        text-align: justify;
    }
    .teacher-para-second-section .content-section .system-creator{
        float: none;
        width: 100%;
    }
}
@media screen and (max-width:392px) {
    .header{
        flex-direction: column;
        align-items: flex-start;
    }
    .header .nav-btns{
        margin-top: 15px;
    }
    .main-page, .body-footer-content{
        max-width: calc(100% - 40px) !important;
    }
    .header-body-content-page h2{
        font-size: 32px;
    }
}
@media screen and (max-width:478px) {
    .teacher-para-second-section .content-section img,
    .teacher-para-first-section .content-section img{
        width:100%;
    }
}
@media screen and (max-width:562px) {
    .footer-section-ad05{
        justify-content: center;
    }
    .footer-section-ad05 .footer-left-content{
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .footer-section-ad05 .footer-left-content .watch-btn{
        margin-right: 0;
    }
    .footer-section-ad05 .footer-right-content{
        width: 100%;
    }
    .footer-section-ad05 .footer-left-content .tutorial-btn{
        max-width: 281px;
        width: 100%;
    }
}
@media screen and (min-width:601px) and (max-width:972px) {
    .main-page{
        max-width: calc(100% - 70px) !important;
    }

}

.showHide {
    /* width: 188px;
height: 49px; */
padding:5px;
color: #004080;
font-weight: 600;
font-size: 20px;
background: #FFFFFF;
border: 1px solid #004080;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
/* writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-o-writing-mode: vertical-rl;
-ms-writing-mode: vertical-rl; */

text-orientation: mixed;
position: absolute;
top: 33%;right:0%;
margin-right:0px;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
display: none;
}

