@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/irsans.eot');
    src: url('../fonts/irsans.eot#iefix') format('embedded-opentype'), url('../fonts/irsans.woff') format('woff'), url('../fonts/irsans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'IRANSans' !important;
    margin: 0;
    background-image: url(images/back.png);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight:normal !important;
}
.div-border {
    font-size: 18px;
    border: 2px solid #d9dbdb;
    border-bottom: 0;
    background-image: linear-gradient( rgb(255, 255, 255), rgb(227, 224, 224));
    color: #555;
    width: 400px;
    height: 50px;
    border-radius: 5px 5px 0 0;
}

.card-border {
    border: 6px double #d9dbdb;
}
.nav-tabs .nav-item {
    width: 25%;
    text-align: center;
}
.nav-tabs .nav-link {
    border: 1px solid #eee ;
    margin-left: 1px ;
}
    .nav-tabs .nav-link.active {
        background-color: #fff125;
    }
/* start for button grow box */
.bgSearch {
    background-image: url(images/bgSearch.jpg);
}
.buttonAll {
    font-size: 16px;
    background-color: white;
    color: #555;
    border:1px solid #b3b3b3;
    width: 150px;
    padding: 2px 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 2px;
    cursor: pointer;
}

.buttonAll:hover {
    color: #fff;
}

.buttonAll::after {
    content: "";
    background-image: linear-gradient(#6b5bd594, #44748b);
    position: absolute;
    z-index: -1;
    display: block;
}

.buttonAll[class^="slide"]::after {
    transition: all 0.35s;
}

.buttonAll[class^="slide"]:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.35s;
}

.buttonAll[class^="grow"]::after {
    transition: all 0.3s ease;
}

button[class^="grow"]:hover::after {
    transition: all 0.3s ease-out;
}

.buttonAll.grow_box::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
}

.buttonAll.grow_box:hover::after {
    transform: scale(1, 1);
}


/* end for button grow box */


/* for button jelly */

.buttonJelly {
    background: #3498db;
    width: 180px;
    padding: 4px 0;
    border-radius: 3px;
}

.pJelly {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    user-select: none;
}

.buttonJelly:hover {
    cursor: pointer;
}

.buttonJelly:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10%;
    border-radius: 50%;
    background-color: darken(#f1c40f, 20%);
    opacity: 0.4;
    bottom: -30px;
}


/* end for button jelly */

@media screen and (max-width: 478px) {
    .div-border {
        width: 100%;
    }
}


/* for select */

#select-box1 {
    width: 100%;
    padding: 5px 20px;
    border-radius: 4px;
    border: 1px solid #6b5bd4;
    font-size: 15px;
    white-space: nowrap;
    cursor: pointer;
}

#select-box1 * {
    background-color: white;
    color: black
}

.custom-select {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left .75rem center;
    background-size: 8px 10px;
    background-color: #6b5bd4;
    color: white;
}

.inputsearch2 {
    font-size: 15px;
    color: black;
	
}
.form-control.inputsearch2:focus{

  border-color: #fff !important;
  box-shadow: none  !important;

}
.btnsearch {
    background-color: #fff !important;
}
.input-group > .form-control:first-child{
	border-top-right-radius:50px !important;
	border-bottom-right-radius:50px !important;
}
.input-group > .input-group-append > .btn:last-child{
	border-top-left-radius:50px !important;
	border-bottom-left-radius:50px !important;
}

/* end select */

#nav2 {
    position: fixed;
    background-color: white;
    width: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition-duration: 0.4s;
    overflow-y: hidden;
    border-left: 1px solid lightgray
}

#nav2 .closebtn {
    font-size: 20px;
    color: white;
    float: left;
    margin-top: -10px;
    margin-left: 10px;
}

.buttonNav {
    width: 96px;
    border: 1px solid #6b5bd4;
    font-size: 13px;
    background: white;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    background-image: url(../images/nav-bg-fill-green.png);
    background-repeat: repeat-x;
    background-position: 0 -100%;
    transition: 2s ease;
}

#mainMenu .menu .imgnav {
    width: 28px;
}

.iconNav {
    color: #95ccc4;
    font-size: 15px;
}

.buttonNav:hover {
    background-position: 500% 100%;
    color: white;
}

.buttonNav:hover .iconNav {
    transition: 1s;
    color: white;
}

.nameuser {
    font-size: 14px;
}

.icons {
    font-size: 17px !important;
    color: #6b5bd4;
}


/* ************************دستیا******************* */

#nav {
    background-color: #6b5bd5;
    /* border-bottom: 4px double #ffffff; */
    
    border-bottom: 2px solid #b3b3b3;
}

.iconbar {
    color: #fff125;
}

#search {
    color: #6b5bd4;
}

.textprofile {
    font-size: 13px;
    color: #555;
}

.inputsearch {
    padding: 5px;
    color: #555 !important;
    font-size: 14px;
    transition: all 1s ease 0s;
    opacity: 1;
    width: 250px;
    border-radius: 10px;
    border: 1px solid #6b5bd4;
}

/* #mainMenu {
    border-left: 5px dashed white;
    border-right: 5px dashed white;
    border-radius: 50px;
} */

#mainMenu .menu a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

#mainMenu .menu i {
    font-size: 14px;
    color: #fff125;
}

a {
    text-decoration: none !important;
}

#nav2 .fontTaga {
    font-size: 15px;
    color: #555;
    cursor: pointer;
}

#nav2 .imgnav {
    width: 30px;
}

#nav2 li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
}

#nav2 li:hover {
    background-color: #ECEBFF;
}

#nav2 .backicon {
    background-color: #6b5bd5;
    border-bottom: 2px solid #6b5bd4;
    padding-top: 21px;
    padding-bottom: 21px;
}

#back {
    margin-top: 46px;
    margin-bottom: 80px;
    border-bottom: 4px double #b3b3b3;
}

#myprofile .dropdown-item {
    font-size: 13px;
    color: #555;
}

#background {
    background:#243f4d;
    background-image: url(images/main.jpg);
    max-height: auto;
    background-repeat: no-repeat;
    padding-top: 60px;
	background-size: 100% 100%;
	height:400px;
}

#back .imageBack {
    border-radius: 100%;
    border: 6px double #ccc9c9;
    border-right: 0;
    border-top: 0;
    height: 260px;
    width: 300px;
}

#back .text-back1 {
    color: #fff;
}

#back .text-back2 {
    color: #fcd7b6;
}

#newestPeriod {
    margin-bottom: 80px;
}
#assortment {
    background-image: url("images/CatBG.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
#Grouping {
    background-color: #6b5bd5a3;
    height: 100%;
    padding-top: 50px;
}
#Grouping .GroupingTitr {
    font-size: 20px;
    color: #fff;
}

#Grouping .btnGroup {
    font-size: 13px;
    cursor: pointer;
    color: #555;
    border: 3px double #a29fc1;
    background-color: white;
    width: 160px;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

#Grouping .btnGroup:hover {
    background-color: #f8f9fa;
}



#weblog1 .imagetop {
    border-radius: 5px;
    width: 100%;
}

#weblog1 .borderweb {
    border: 4px double #6b5bd4;
    background-color: white;
}

#weblog1 .card2 {
    border: 2px solid #d2d0fe;
    box-shadow:  1px 1px 5px 1px rgba(177, 177, 177, 0.71);
}

#weblog1 .card-body h6 {
    color: #243f4d;
    font-size: 14px;
}

#weblog1 .textweb {
    font-size: 12px;
    color: black;
    overflow: hidden;
    height: 6em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 16px;
}

#weblog1 .card-body:hover {
    background-color: #ecebff;
    cursor: pointer;
}

/* start footer */
#footer {
    background-color: #f5f5f5;
}

#logoFooter {
    width: 50px;
}

.fontTextfooter {
    font-size: 12px;
    color: rgb(129, 129, 129);
    margin: 0;
}

.fontTitrfooter {
    font-size: 18px !important;
    color: black;
}

#footer ul p {
    font-size: 15px;
    padding-top: 10px;
    color: black;
}

#footer li a {
    font-size: 15px;
    padding-top: 10px;
    color: black;
}

#footer .icon {
    font-size: 25px;
}

/* for card  */


/* Start for card Lesson */

.flip-card-3D-wrapper {
    width: 100%;
    height: 100%;
    max-width: 320px;
    height: 360px;
    position: relative;
    -o-perspective: 900px;
    -webkit-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    margin: auto;
}
.flip-card-3D-wrapper .card .card-body{
    padding: 2px !important
}
.flip-card-3D-wrapper .card .card-header:first-child{
    border-radius: 0px
}
.dd {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
 
}

.do-flip {
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-card-3D-wrapper .flip-card-front,
.flip-card-3D-wrapper .flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(177, 177, 177, 0.71);
    -moz-box-shadow: 1px 1px 5px 1px rgba(133, 133, 133, 0.71);
    box-shadow: 1px 1px 5px 1px rgba(133, 133, 133, 0.71);
}

.flip-card-3D-wrapper .flip-card-front {
    background: white;
}

.flip-card-3D-wrapper .flip-card-back {
    background: white;
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-btn-turn-to-front {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 41px;
    left: -10px;
    top: -15px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff125;
    border: 2px solid #b3b3b3;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card-btn-turn-to-back {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 41px;
    right: -10px;
    top: -15px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff125;
    border: 2px solid #b3b3b3;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


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

.flip-card-3D-wrapper .titr {
    font-size: 15px;
    color: #fff125;
}

.backtitr {
    background-color: #6b5bd4;
}

.barfront:hover {
    transform: rotate(360deg);
}

.barfront i {
    color: #6b5bd5;
}

.flip-card-3D-wrapper .p1 {
    font-size: 13px;
    color: black
}

.flip-card-3D-wrapper .p2 {
    font-size: 15px;
}

.flip-card-3D-wrapper .cost {
    font-size: 15px;
    color: #555;
}

.flip-card-3D-wrapper .span1 {
    font-size: 15px;
    color: black;
}

.flip-card-3D-wrapper .span2 {
    font-size: 13px;
    color: #555;
}

.flip-card-3D-wrapper .imgcard {
    width: 100%;
    height:150px;
    border: 1ox solid #d2d0fe;
    border-right: 0;
    border-left: 0;
}

.backbutton {
    background-color: rgb(244, 250, 255);
    border: 1px solid #d2d0fe;
    color: black;
    font-size: 12px
}

.backbutton i {
    color: #6b5bd4;
}

.backbutton:hover {
    background-color: rgb(225, 241, 255);
    color: black;
}

.flip-card-3D-wrapper .teacher {
    border-radius: 5px;
    text-align: right !important;
}

.flip-card-3D-wrapper .fontspan1 {
    font-size: 14px;
}

.flip-card-3D-wrapper .fontspan1 i {
    color: #6b5bd5;
    font-size: 14px;
}

.flip-card-3D-wrapper .fontspan2 {
    font-size: 13px
}


/* End for card Lesson */


/* for page mypayment */

#mypayment {
    margin-top: 100px;
    margin-bottom: 100px;
    border: 6px double #6b5bd4;
    border-radius: 5px;
    background-color: white;
}

#mypayment .toptext {
    font-size: 16px;
}

#mypayment .fontthead {
    font-size: 13px;
}

#mypayment .fontbody {
    font-size: 13px;
    color: #555;
}


/* for page mycourses */

#mycourses {
    margin-top: 100px;
    margin-bottom: 100px;
    border: 6px double #d9dbdb;
    border-radius: 5px;
    background-color: white;
}

#mycourses .toptext {
    font-size: 16px;
}

#mycourses .pfont {
    font-size: 14px;
    text-align: center;
    color: #555;
}

#mycourses .cost {
    font-size: 15px;
    color: #555;
}

#mycourses .span1 {
    font-size: 13px;
    color: #555;
}

#mycourses .span2 {
    font-size: 12px;
    color: #6b5bd5;
}

#mycourses .card-footer {
    padding: 0px !important;
}

#mycourses .teacher {
    border: 1px solid #d2d0fe;
    border-radius: 5px;
}

#mycourses .fontspan1 {
    font-size: 14px;
    color: black;
}

#mycourses i {
    color: #6b5bd5;
    font-size: 14px;
}

#mycourses .fontspan2 {
    font-size: 13px;
    color: black;
}


/* end mycourses */


/* for weblog  */

#weblog {
    margin-bottom: 80px;
    margin-top: 100px
}

#weblog .topweb {
    border: 6px double #d9dbdb;
    border-radius: 5px;
    background-color: white;
}

#weblog .border-a6 {
    border: 2px solid #6b5bd4;
    border-radius: 5px;
}

#weblog .titrweb {
    color: #243f4d;
    font-size: 15px;
}

#weblog .titrsmall {
    font-size: 14px;
    color: #555;
}

#weblog .Commentsnum {
    font-size: 13px;
    color: #6b5bd5;
}

#weblog .divleft .border-a6 {
    background-color: white;
}


/* end weblog  */


/* for about us  */

#aboutUs {
    margin-top: 100px;
    border: 6px double #d9dbdb;
    border-radius: 5px;
    margin-bottom: 100px;
    background-color: white;
}

#aboutUs .fonttext1 {
    font-size: 13px;
    color: #6b5bd5;
}

#aboutUs .textAboutUs {
    font-size: 15px;
    text-align: justify;
}

#aboutUs .titrweb {
    color: #243f4d;
    font-size: 18px;
}


/* end about us  */


/* for all proid  */

#allPeriod {
    margin-top: 80px;
    border: 6px double #d9dbdb;
    border-radius: 5px;
    margin-bottom: 100px;
    background-color: white;
}

#allPeriod .nav-tabs .nav-link.active {
    color: white;
    background-color: #6b5bd4;
    border-color: #d2d0fe #d2d0fe #d9dbdb;
}

#allPeriod .nav-tabs .nav-link {
    color: #243f4d;
    font-size: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

    #allPeriod .text-back2 {
        color: #fff125;
    }

#allPeriod #tab {
    padding-left: 1px;
    padding-right: 1px;
}


/* end all proid */


/* for teacher one  */

#teacherOne {
    margin-top: 100px;
    margin-bottom: 100px;
    border: 6px double #d9dbdb;
    border-radius: 5px;
    background-color: white;
}

#teacherOne .pfont {
    font-size: 15px;
    text-align: center;
    color: #555;
}

#teacherOne .teacher {
    border: 1px solid #d2d0fe;
    border-radius: 5px;
}

#teacherOne .fontspan1 {
    font-size: 14px;
    color: black;
}

#teacherOne .fontspan1 i {
    color: #6b5bd5;
}

#teacherOne .fontspan2 {
    font-size: 12px;
    color: black;
}

#teacherOne .cost {
    font-size: 15px;
    color: #555;
}

#teacherOne .span1 {
    font-size: 15px;
    color: black;
}

#teacherOne .span2 {
    font-size: 13px;
    color: #555;
}

#teacherOne .titr {
    font-size: 16px;
    color: black;
}

#teacherOne .explain {
    border: 1px dotted #d2d0fe;
    border-radius: 5px;
}

#teacherOne .explain .textfont {
    font-size: 15px;
    color: #555;
    border-right: 1px dotted #d2d0fe
}

#teacherOne .span1 {
    font-size: 13px;
    color: #555;
}

#teacherOne .span2 {
    font-size: 12px;
    color: #6b5bd5;
}

#teacherOne .btncard2 {
    border: 2px solid #d2d0fe;
    cursor: text;
}

#teacherOne .Titr {
    font-size: 21px;
    color: #243f4d;
}

@media screen and (max-width:576px) {
    #teacherOne .fontspan1 {
        font-size: 13px;
    }
    #allPeriod .nav-tabs .nav-link{
        font-size:10px;
    }
}


/* end teacher one  */


/* for teacher and priod one  */

#PriodOne {
    margin-top: 100px;
    border: 1px solid #d9dbdb;
    border-radius: 5px;
    background: white;
}

#myModal .modal-content {
    background-color: black !important;
}

#myModal .close {
    color: white !important;
}

#PriodOne .border-a6 {
    border: 1px solid #d2d0fe !important;
    border-radius: 5px;
}

.border-a6 {
    border: 1px solid #d9dbdb !important;
    border-radius: 5px;
}

.border-blue {
    border: 1px solid #a7bdf5 !important;
}

.imgvideo {
    width: 100%;
    height: 276px;
}

.fontTitr {
    color: #555;
    border-bottom: 4px double #d9dbdb;
}

.card-img-overlay i {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 50px;
    transition-duration: 0.5s;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.imgvideo:hover .card-img-overlay i {
    opacity: 1;
    cursor: pointer;
}

.imgvideo:hover .card-img-overlay {
    transition-duration: 0.5s;
    background-color: rgba(0, 0, 0, 0.753);
}

.btnsize {
    font-size: 14px;
    background-color: #6b5bd4;
    color: #fff;
    width: 100%;
}

.btnsize:hover {
    color: #fcd7b6;
    background-color: #243f4d;
}

.btnsize:hover .itbody{
    color: #fff;
    background-color: #243f4d;
}
.btnsize2 {
    font-size: 13px;
}

.fonttext1 {
    font-size: 14px;
    color: black;
}

.itbody {
    color: #30f02a;
}

.fonttext2 {
    font-size: 14px;
    color: black;
}

.NumberOFsessions {
    font-size: 14px;
    color: black;
}

.sessionsPrim {
    font-size: 13px;
}

.card .fixImgHeight {
    height: 150px;
}

.card-text {
    font-size: 15px;
    color: black;
}

.jumbotron .backcard:hover {
    background-color: #ecebff;
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 37%;
    font-size: 40px !important;
    outline: none;
    color: #777 !important;
}

.owl-carousel .owl-next {
    left: -4px !important;
}

.owl-carousel .owl-prev {
    right: -4px !important;
}

.owl-carousel .owl-nav button:hover {
    color: black !important;
    background-color: rgba(208, 217, 233, 0.993) !important;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: -10px !important;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block !important;
}

.face {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.438);
    width: 160px;
}

.face:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}

#accordion .panel-title a {
    display: block;
    padding: 10px 10px 10px 50px;
    background: #6b5bd4;
    color: #fff125;
    /* border: 1px solid lightblue; */
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    color: #555;
    border: 1px solid #d9dbdb;
    border-radius: 5px;
}

    #accordion .panel-title a:after,
    #accordion .panel-title a.collapsed:after {
        content: "▲";
        width: 28px;
        height: 28px;
        border-radius: 50px;
        font-size: 13px;
        color: #6b5bd4;
        text-align: center;
        position: absolute;
        top: 3px;
        padding-top: 8px;
        left: -13px;
        background: #fff125;
        /*border: 2px solid white;*/
    }

    #accordion .panel-title a.collapsed:after {
        content: "▼";
        background: #6b5bd5;
        color: #fff125;
    }

#accordion .panel-title a.collapsed:hover {
    background: #f8f9fa8a;
}

#accordion .panel-body {
    font-size: 14px;
    color: black;
    line-height: 25px;
    background: #ffffff;
    padding: 15px;
    padding-bottom: 30px;
    border: 1px solid #d2d0fe;
    transition: all 0.5s ease 0s;
}

.btnTemplate {
    color: #6b5bd5;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 35px;
    border: 3px solid #6b5bd4;
    padding: 5px 10px;
    border-radius: 15px 0px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}

.btnTemplate:hover {
    color: #fff;
    background-image: linear-gradient(#6b5bd594, #44748b);
    border-radius: 0;
}

.btnTemplate:before,
.btnTemplate:after,
.btnTemplate span:before,
.btnTemplate span:after {
    content: "";
    background-color: #fff;
    width: 0;
    height: 5px;
    position: absolute;
    top: -5px;
    right: 0;
    transition: all 0.3s ease;
}

.btnTemplate:after,
.btnTemplate span:after {
    width: 5px;
    height: 0;
    right: -5px;
    transition: 0.45s ease;
}

.btnTemplate span:before {
    width: 0;
    top: auto;
    bottom: -5px;
    right: auto;
    left: 0;
}

.btnTemplate span:after {
    right: auto;
    left: -5px;
    bottom: -5px;
    top: auto;
}

.btnTemplate:hover:before,
.btnTemplate:hover span:before {
    width: 100%;
}

.btnTemplate:hover:after,
.btnTemplate:hover span:after {
    height: 125%;
}

.btnTemplate.blk {
    color: #1e272e;
    border-color: #1e272e;
}

.btnTemplate.blk:hover {
    color: white;
    background-image: linear-gradient(#e7e7e7, #414141);
    border-radius: 0;
}

.btnTemplate.green {
    color: #1e272e;
    border-color: #0f0;
}

    .btnTemplate.green:hover {
        color: black;
        background-image: linear-gradient(#4af130, #00ff59);
        border-radius: 0;
    }
    .btnTemplate.blue {
        color: #1e272e;
        border-color: #30f1d8;
    }

        .btnTemplate.blue:hover {
            color: black;
            background-image: linear-gradient(#30f1d8, #14f0ed);
            border-radius: 0;
        }
#PriodOne .table-bordered td, #PriodOne .table-bordered th {
    border: none !important;
}
@media only screen and (max-width: 767px) {
    .btnTemplate {
        margin-bottom: 20px;
    }
}


/* end teacher and proid one  */


/* for page contact us  */

.border-c1 {
    font-size: 14px;
    /* border: 1px solid #d9dbdb; */
    line-height: 30px;
    margin: 5px;
    background-color: #6b5bd54f;
    color: #fff;
}
.bg-243{
    background-color: #243f4d; 
}
.border-c2 {
    font-size: 15px;
}
/* Popover Body */
.popover {
    font-family: 'IRANSans' !important;
    font-weight: unset !important;
}

/* end page contact us  */
/* for login */
#content {
    margin-top: 100px;
    border: 6px double #d9dbdb;
    border-radius: 5px;
    margin-bottom: 100px;
    background-color: white;
}

.wrap-login {
    border: 1px solid #d9dbdb;
    border-radius: 10px;
    background-image: url("../images/online2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}

.wrap-login input {
    background-color: #6b5bd58a;
    outline: none;
    border: 1px solid #d9dbdb;
    border-radius: 20px;
    width: 85%;
    font-size: 14px;
    padding: 5px;
}

.wrap-input1 input[type=checkbox] {
    width: 0%;
}

.wrap-input1 .remember {
    font-size: 13px;
}

.login-form-title {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    background-color: rgba(0, 0, 0, 0.31);
    color: #fff;
}

.login-form-title .text {
    font-size: 20px;
}

.wrap-input:hover {
    cursor: pointer;
}

.wrap-input i {
    color: #6b5bd5;
}

.login-form-btn button {
    font-size: 16px;
    background-color: white;
    color: #6b5bd5;
    border: 1px solid #d9dbdb;
    width: 100px;
    padding: 2px 10px;
    background-image: linear-gradient(#fff125, #d2d0fe);
}

.login-form-btn button:hover {
    color: #6b5bd5;
    background-image: linear-gradient(#fcf2fd, #d2d0fe);
}

.forgot {
    height: 145px;
}

.forgot .text {
    font-size: 14px;
    color: #243f4d;
}

.forgot .border-bottom1 {
    border-bottom: 3px double #d9dbdb;
    border-top: 3px double #d9dbdb;
    background-color: rgba(255, 255, 255, 0.678);
}
/* end login */
/* for professor  */

#teachers {
    margin-top: 100px;
    border: 6px double #6b5bd4;
    border-radius: 5px;
    background-image: url(images/black.jpg);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* max-height: auto; */
    min-height: 400px;
}
#teachers2 {
    margin-top: 30px;
    border: 6px double #6b5bd4;
    border-radius: 5px;
    margin-bottom: 100px;
    background-color: white;
}
   
#teachers .fonttitrHead {
    color: #d2d0fe;
    padding-top: 100px;
}

#teachers .fonttextHead {
    color: #d2d0fe;
}

.full-width-div {
    position: absolute;
    width: 100%;
    text-align:center;
    padding-left: 5px;
    padding-right: 5px;
}

.timg{
    width:100%;
}

.timg2 {
    width: 200px;
    border-radius:10%;
}
#teachers .btncard1 {
    background-color: #fff125;
    color: #555;
    border: 2px solid #d2d0fe;
    font-size: 14px;
}

#teachers .btncard1:hover {
    background-color: #fadefd;
}

#teachers .textfont {
    font-size: 15px;
}

#teachers .btncard2 {
    border: 2px solid #d2d0fe;
    cursor: text;
}

#teachers .span1 {
    font-size: 13px;
    color: #555;
}

#teachers .span2 {
    font-size: 12px;
    color: #6b5bd5;
}

@media screen and (max-width:576px) {
    #teachers .input-group {
        width: 90%;
    }
    .btnsize {
        font-size: 10px !important;
    }
    #allPeriod .nav-tabs .nav-link {
        font-size: 10px;
    }

}


/* end professor */

@media screen and (max-width:476px) {
    .barfront {
        top: -30px;
    }
    .flip-card-3D-wrapper .fontspan1 {
        font-size: 11px;
    }
    #mycourses .fontspan1 {
        font-size: 13px;
    }
}

@media screen and (max-width:470px) {
    .inputsearch {
        width: 135px;
    }
}

@media screen and (max-width:576px) {
    #back h1 {
        font-size: 30px;
    }
    #back h6 {
        font-size: 15px
    }
    #Grouping button {
        height: 100%;
    }
        #background{
        background-position: center;
		height:220px;
        padding-top: 0px;
    }
    #assortment{
        min-height: 350px
    }
}


@media screen and (min-width:576px) {

    .vid-modal {
        -ms-flex-direction: unset !important;
        flex-direction: unset !important;
    }
}

@media screen and (max-width:768px){
	
#back {
    margin-top: 44px;}
}
@media screen and (max-width:768px) and (min-width:470px) {
    #mycourses .fontspan1 {
        font-size: 13px;
    }
    #mycourses i {
        font-size: 11px;
    }
}

@media screen and (max-width:992px) {
    .buttonNav {
        font-size: 10px;
    }
    .iconNav {
        font-size: 15px;
    }
    #mainMenu .menu a {
        font-size: 12px;
    }
    #mainMenu .menu .imgnav {
        width: 20px;
    }

}

@media screen and (max-width:1200px) and (min-width:992px) {
    #mainMenu .menu a {
        font-size: 13px;
    }
}

@media screen and (max-height:400px) {
    #nav2 {
        overflow-y: scroll;
    }
}

.btnShake {
    position: relative;
    outline: none;
    text-decoration: none;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 80px;
    opacity: 1;
    user-select:none;
    background-color: transparent;
    border: 1px solid #fff125;
}

    .btnShake span {
        color: #fff125;
        font-size: 14px;
    }

    .btnShake:hover {
        animation: rotate 0.7s ease-in-out both;
    }

        .btnShake:hover span {
            animation: storm 0.7s ease-in-out both;
            animation-delay: 0.06s;
        }
    .btnShake.dropdown-toggle::after {
        color: #fff125 !important;
        vertical-align: middle;
    }
    .btnShake:focus {
        outline: 0;
    }
.my .dropdown-menu {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 20% !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 20% !important;
    font-size: 12px;
    transition: all 0.3s ease-in !important;
}

.my .dropdown-item {
    transition: all 0.3s;
}
    .my .dropdown-item:hover {
        background-color: transparent;
        color: #6b5bd5;
    }
@keyframes rotate {
    0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
}

    25% {
        transform: rotate(3deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(-3deg) translate3d(0, 0, 0);
    }

    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@keyframes storm {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }

    25% {
        transform: translate3d(4px, 0, 0) translateZ(0);
    }

    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0);
    }

    75% {
        transform: translate3d(2px, 0, 0) translateZ(0);
    }

    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}



.text-7f7 {
    overflow: hidden;
    height:4em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}





[class*="mybtn-"] {
    line-height: 50px;
    height: 60px;
    text-align: center;
    width: 230px;
    cursor: pointer;
}

/* 
========================
      BUTTON ONE
========================
*/
.mybtn-one {
    color: #6b5bd5;
    transition: all 0.3s;
    position: relative;
}

    .mybtn-one span {
        transition: all 0.3s;
    }

    .mybtn-one::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 0.3s;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: rgba(0,0,0,0.2);
        border-bottom-color: rgba(0,0,0,0.2);
        transform: scale(0.1, 1);
    }

    .mybtn-one:hover span {
        letter-spacing: 0px;
    }

    .mybtn-one:hover::before {
        opacity: 1;
        transform: scale(1, 1);
    }

    .mybtn-one::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all 0.3s;
        background-color: rgba(0,0,0,0.05);
    }

    .mybtn-one:hover::after {
        opacity: 0;
        transform: scale(0.1, 1);
    }


/* 
========================
      BUTTON TWO
========================
*/
.mybtn-two {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
}

    .mybtn-two span {
        z-index: 2;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .mybtn-two::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all 0.5s;
        border: 1px solid rgba(255,255,255,0.2);
        background-color: rgba(255,255,255,0.1);
    }

    .mybtn-two::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all 0.5s;
        border: 1px solid rgba(255,255,255,0.2);
        background-color: rgba(255,255,255,0.1);
    }

    .mybtn-two:hover::before {
        transform: rotate(-45deg);
        background-color: rgba(255,255,255,0);
    }

    .mybtn-two:hover::after {
        transform: rotate(45deg);
        background-color: rgba(255,255,255,0);
    }


/* 
========================
      BUTTON THREE
========================
*/
.btn-three {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
}

    .btn-three::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(255,255,255,0.1);
        transition: all 0.3s;
    }

    .btn-three:hover::before {
        opacity: 0;
        transform: scale(0.5,0.5);
    }

    .btn-three::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 0.3s;
        border: 1px solid rgba(255,255,255,0.5);
        transform: scale(1.2,1.2);
    }

    .btn-three:hover::after {
        opacity: 1;
        transform: scale(1,1);
    }

#mainblog {
    padding-top: 120px;
    padding-bottom: 100px;
}

.fontspanblog {
    font-size: 12px;
}

#mainblog .ptitr {
    font-size: 15px;
}

#mainblog ul {
    margin-top: 10px;
    list-style: none;
    padding-right: 0;
}

    #mainblog ul li:hover {
        transition: .5s;
        border-radius: 3px;
    }

    #mainblog ul li:hover {
        color: #4d74da;
        background-color: #abf5f5;
    }

    #mainblog ul li a {
        font-size: 15px;
        color: black;
    }

    #mainblog ul li p {
        margin: 0;
    }

#mainblog .Comments {
    font-size: 12px;
}

#mainblog .Commentsnum {
    font-size: 11px;
}

.border {
    border: 1px solid #a7bdf5 !important;
    background-color: white;
    border-radius: 5px;
}

.divsearch {
    background-color: #6b5bd5;
    border-radius: 5px;
}

.psearch {
    font-size: 13px;
}


.fontTitr1 {
    font-size: 15px;
}

.fontTitr2 {
    font-size: 13px;
}
.text-my {
    color: #6b5bd5;
}
.b50{
    border-radius:50px;
}




input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

label.switch {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 30px;
    background: #F0F0F0;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    margin: 0 auto;
    margin-bottom:-12px;
}

    label.switch:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        width: 20px;
        height: 20px;
        background: #A6A6A6;
        border-radius: 50px;
        transition: 0.3s;
    }

input[type=checkbox]:checked + label {
    background: #00ff00;
}

input[type=checkbox]:disabled + label {
    cursor: not-allowed;
    background: #A6A6A6;
}

input[type=checkbox]:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
    background: #fff;
}

label.switch:active:after {
    width: 50px;
}





.glow-on-hover {
    width: 180px;
    height: 50px;
    border: none;
    outline: none;
    color: #111;
    background: #fff125;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

    .glow-on-hover:before {
        content: '';
        background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing 20s linear infinite;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        border-radius: 10px;
    }

    .glow-on-hover:active {
        color: #000
    }

        .glow-on-hover:active:after {
            background: transparent;
        }

    .glow-on-hover:hover:before {
        opacity: 1;
    }

    .glow-on-hover:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff125;
        left: 0;
        top: 0;
        border-radius: 10px;
    }

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.status-Registered {
    color: #6b76ed;
}

.status-Paid {
    color: #23e032;
}

.status-Unpaid {
    color: #f00;
}

.w30{
    width:30px
}
.imgSuccessRegisteration {
    width: 100px;
}
.error {
    border-color: red !important;
}

.field-validation-error {
    border-color: red !important;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border-color: red !important;
}

.validation-summary-errors {
    border-color: red !important;
}
.validation-summary-errors > ul  {
    list-style:none;
}
/*.validation-summary-errors>ul>li {
    color: red !important;
}*/
.validation-summary-valid {
    display: none;
}
.displaynone{
    display:none !important;
}
.border-radius {
    border-radius:5px
}
.noFW {
    font-weight: unset !important;
}
.width30{
    width:30px;
}




/* Loading Spinner */
.box {
    position: absolute;
    width: 190px;
    height: 190px;
    left: 50%;
    margin-left: -95px;
    margin-top: -95px;
}

.loading:before {
    content: '';
    position: absolute;
    width: 86px;
    height: 86px;
    top: 50%;
    margin-top: -43px;
    left: 50%;
    margin-left: -43px;
    border-width: 5px 2px;
    border-style: solid;
    border-color: rgb(107, 91, 213) rgba(166,201,196,0.3);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    animation: spin 3.45s infinite;
    -o-animation: spin 3.45s infinite;
    -ms-animation: spin 3.45s infinite;
    -webkit-animation: spin 3.45s infinite;
    -moz-animation: spin 3.45s infinite;
}

.loading:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
    background-color: rgb(67,99,114);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
    -o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
    -ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
    -webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
    -moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
}






@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    50% {
        -o-transform: rotate(360deg);
    }

    100% {
        -o-transform: rotate(1080deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(360deg);
    }

    100% {
        -ms-transform: rotate(1080deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(1080deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    50% {
        -moz-transform: rotate(360deg);
    }

    100% {
        -moz-transform: rotate(1080deg);
    }
}

@keyframes pulse {
    0% {
        background-color: rgba(166,201,196,0.2);
    }

    13% {
        background-color: rgba(166,201,196,0.2);
    }

    15% {
        background-color: rgba(107,91,213,0.9);
    }

    28% {
        background-color: rgba(107,91,213,0.9);
    }

    30% {
        background-color: rgba(166,201,196,0.2);
    }

    43% {
        background-color: rgba(166,201,196,0.2);
    }

    45% {
        background-color: rgba(107,91,213,0.9);
    }

    70% {
        background-color: rgba(107,91,213,0.9);
    }

    74% {
        background-color: rgba(166,201,196,0.2);
    }

    100% {
        background-color: rgba(107,91,213,0.9);
    }
}

@-o-keyframes pulse {
    0% {
        background-color: rgba(166,201,196,0.2);
    }

    13% {
        background-color: rgba(166,201,196,0.2);
    }

    15% {
        background-color: rgba(107,91,213,0.9);
    }

    28% {
        background-color: rgba(107,91,213,0.9);
    }

    30% {
        background-color: rgba(166,201,196,0.2);
    }

    43% {
        background-color: rgba(166,201,196,0.2);
    }

    45% {
        background-color: rgba(107,91,213,0.9);
    }

    70% {
        background-color: rgba(107,91,213,0.9);
    }

    74% {
        background-color: rgba(166,201,196,0.2);
    }

    100% {
        background-color: rgba(107,91,213,0.9);
    }
}

@-ms-keyframes pulse {
    0% {
        background-color: rgba(166,201,196,0.2);
    }

    13% {
        background-color: rgba(166,201,196,0.2);
    }

    15% {
        background-color: rgba(107,91,213,0.9);
    }

    28% {
        background-color: rgba(107,91,213,0.9);
    }

    30% {
        background-color: rgba(166,201,196,0.2);
    }

    43% {
        background-color: rgba(166,201,196,0.2);
    }

    45% {
        background-color: rgba(107,91,213,0.9);
    }

    70% {
        background-color: rgba(107,91,213,0.9);
    }

    74% {
        background-color: rgba(166,201,196,0.2);
    }

    100% {
        background-color: rgba(107,91,213,0.9);
    }
}

@-webkit-keyframes pulse {
    0% {
        background-color: rgba(166,201,196,0.2);
    }

    13% {
        background-color: rgba(166,201,196,0.2);
    }

    15% {
        background-color: rgba(107,91,213,0.9);
    }

    28% {
        background-color: rgba(107,91,213,0.9);
    }

    30% {
        background-color: rgba(166,201,196,0.2);
    }

    43% {
        background-color: rgba(166,201,196,0.2);
    }

    45% {
        background-color: rgba(107,91,213,0.9);
    }

    70% {
        background-color: rgba(107,91,213,0.9);
    }

    74% {
        background-color: rgba(166,201,196,0.2);
    }

    100% {
        background-color: rgba(107,91,213,0.9);
    }
}

@-moz-keyframes pulse {
    0% {
        background-color: rgba(166,201,196,0.2);
    }

    13% {
        background-color: rgba(166,201,196,0.2);
    }

    15% {
        background-color: rgba(107,91,213,0.9);
    }

    28% {
        background-color: rgba(107,91,213,0.9);
    }

    30% {
        background-color: rgba(166,201,196,0.2);
    }

    43% {
        background-color: rgba(166,201,196,0.2);
    }

    45% {
        background-color: rgba(107,91,213,0.9);
    }

    70% {
        background-color: rgba(107,91,213,0.9);
    }

    74% {
        background-color: rgba(166,201,196,0.2);
    }

    100% {
        background-color: rgba(107,91,213,0.9);
    }
}

@keyframes borderPulse {
    0% {
        box-shadow: 0 0 0 0 rgb(166,201,196), 0 0 0 2px rgba(107,91,213,0.8);
    }

    40% {
        box-shadow: 0 0 0 2px rgb(166,201,196), 0 0 0 5px rgba(255, 241, 37, 0.8);
    }

    80% {
        box-shadow: 0 0 0 7px #FFF, 0 0 2px 7px rgba(255, 241, 37, 0.8);
    }
}

@-o-keyframes borderPulse {
    0% {
        box-shadow: 0 0 0 0 rgb(166,201,196), 0 0 0 2px rgba(107,91,213,0.8);
    }

    40% {
        box-shadow: 0 0 0 2px rgb(166,201,196), 0 0 0 5px rgba(255, 241, 37, 0.8);
    }

    80% {
        box-shadow: 0 0 0 7px #FFF, 0 0 2px 7px rgba(255, 241, 37, 0.8);
    }
}

@-ms-keyframes borderPulse {
    0% {
        box-shadow: 0 0 0 0 rgb(166,201,196), 0 0 0 2px rgba(107,91,213,0.8);
    }

    40% {
        box-shadow: 0 0 0 2px rgb(166,201,196), 0 0 0 5px rgba(255, 241, 37, 0.8);
    }

    80% {
        box-shadow: 0 0 0 7px #FFF, 0 0 2px 7px rgba(255, 241, 37, 0.8);
    }
}

@-webkit-keyframes borderPulse {
    0% {
        box-shadow: 0 0 0 0 rgb(166,201,196), 0 0 0 2px rgba(107,91,213,0.8);
    }

    40% {
        box-shadow: 0 0 0 2px rgb(166,201,196), 0 0 0 5px rgba(255, 241, 37, 0.8);
    }

    80% {
        box-shadow: 0 0 0 7px #FFF, 0 0 2px 7px rgba(255, 241, 37, 0.8);
    }
}

@-moz-keyframes borderPulse {
    0% {
        box-shadow: 0 0 0 0 rgb(166,201,196), 0 0 0 2px rgba(107,91,213,0.8);
    }

    40% {
        box-shadow: 0 0 0 2px rgb(166,201,196), 0 0 0 5px rgba(255, 241, 37, 0.8);
    }

    80% {
        box-shadow: 0 0 0 7px #FFF, 0 0 2px 7px rgba(255, 241, 37, 0.8);
    }
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
}
.w100{
    width:100%;
}
.multiline {
    white-space: pre-wrap;
}









.user_avatar {
    width: 65px;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
}

    .user_avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.comment_block {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
}

    .comment_block .create_new_comment {
        width: 100%;
        padding: 20px 0;
    }

        .comment_block .create_new_comment .input_comment {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            width: 100%;
        }

            .comment_block .create_new_comment .input_comment input[type="text"] {
                width: 100%;
                font-family: 'Lato', sans-serif;
                font-weight: 300;
                font-size: 1.3rem;
                padding: 10px;
                border: none;
                border-bottom: 2px solid #f2f2f2;
            }

                .comment_block .create_new_comment .input_comment input[type="text"]:focus {
                    outline: none;
                    border-bottom: 2px solid #e6e6e6;
                }

    .comment_block .new_comment {
        width: 100%;
        height: auto;
        padding: 0;
    }

        .comment_block .new_comment .user_comment {
            list-style-type: none;
            padding-right: 0;
            padding-left: 0;
            border: 1px solid #d5d3d3;
            border-radius: 5px;
        }

        .comment_block .new_comment .comment_body {
            display: inline-block;
            vertical-align: middle;
            width: 100%;
            padding: 5px 10px;
            font-size: 0.9rem;
            color: #555;
            background-color: #fff;
            border-radius: 5px;
        }

            .comment_block .new_comment .comment_body .replied_to {
                margin: 5px 0px;
                background-color: #fafafa;
                border-bottom: 2px solid #f2f2f2;
                border-radius: 5px;
            }

                .comment_block .new_comment .comment_body .replied_to p {
                    padding: 5px;
                }

                .comment_block .new_comment .comment_body .replied_to span {
                    color: #6495ed;
                    margin-right: 2px;
                }

        .comment_block .new_comment .comment_toolbar {
            width: 100%;
            padding: 0 5px;
            background-image: url(images/back.png);
        }

            .comment_block .new_comment .comment_toolbar ul {
                list-style-type: none;
                font-size: 0;
                padding:0;
            }

                .comment_block .new_comment .comment_toolbar ul li {
                    display: inline-block;
                    padding: 0 5px;
                    font-size: 0.8rem;
                    color: #000;
                }

                   

            .comment_block .new_comment .comment_toolbar .comment_details {
                display: inline-block;
                vertical-align: middle;
                width: 70%;
                text-align: left;
            }

            .comment_block .new_comment .comment_toolbar .comment_tools {
                display: inline-block;
                vertical-align: middle;
                width: 30%;
                text-align: right;
            }

               

        .comment_block .new_comment .user:hover {
            color: #6495ed;
            text-decoration: underline;
        }

        .comment_block .new_comment .love:hover {
            color: #ff6347;
        }



.NajafiCaptcha {
    margin: 0 auto;
}
.NajafiCaptcha>img:hover {
    cursor:pointer;
}



.card-header-img{
    padding: 0 !important;
}

.myproduct{
    height: 310px !important;
}

blockquote {
    text-align: left;
    direction: ltr;
    line-height: 8px;
}
