/*default version*/
@font-face {
	font-family: 'Gilroy-Bold';
	src: url('font/Gilr/Gilroy-Bold.ttf'); 
	src: 
		local('Gilroy Bold'),
		local('Gilroy-Bold'),
		url('font/Gilr/Gilroy-Bold.ttf') 
		format('opentype');
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('font/roboto/Roboto-Regular.ttf'); 
	src: 
		local('Roboto-Regular'),
		local('Roboto-Regular'),
		url('font/roboto/Roboto-Regular.ttf') 
		format('opentype');
}
p{
    font-size: 18px;
}
#loading {
    width: 100%;
      height: 100%;
      position: fixed;
      top: 0px;
      left: 0px;
      background-color: rgb(255, 255, 255);
      
      z-index: 100000;
    
  }
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #FCB040;
    top: 50%;
    left: 50%;
    margin:auto;
    animation: loader 2s infinite ease;
  }
  
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #FCB040;
    animation: loader-inner 2s infinite ease-in;
  }
  
  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    
    25% {
      transform: rotate(180deg);
    }
    
    50% {
      transform: rotate(180deg);
    }
    
    75% {
      transform: rotate(360deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    
    25% {
      height: 0%;
    }
    
    50% {
      height: 100%;
    }
    
    75% {
      height: 100%;
    }
    
    100% {
      height: 0%;
    }
  }
.form-inline button a {
    color:#FF5500;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.form-inline button a:hover {
    color:rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
header{
    position:fixed;
    width: 100%;
    transition: all 0.4s ease;
    z-index:1000;
    background-color: #175955;
  }
 /* chatbox start */
  .float{
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #ED6B5E;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    border: none;
    font-size: 30px;
    border: 2px solid #fff;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
    cursor: pointer;
}
.float:hover{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#175955;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	/* box-shadow: 2px 2px 3px #999; */
  z-index:100;
}

.my-float{
    margin-top: 10px;
} 
.modal-title  {
    color:#ED6B5E;
    text-align:center;
    margin:auto;
}
.modal-body .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #909396;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d6cfcf;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow:none;
}
.modal-body .form-group .border-line-input {
    width: 96%;
    height: 1px;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    margin-left: 12px;
}
 .modal-body .btn-success {
    color: #fff;
    background-color: #175955;
    border-color: #175955;
    box-shadow:none;
}
 .modal-body .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
@media (min-width: 576px)
{
    /* .modal-dialog {
        max-width: 401px;
        margin: 1.75rem auto;
    } */
}

/* chatbox end */
/* navbar hover start */
header .navbar .navbar-nav .nav-item {
    position: relative;
  }
 header .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    margin: auto;
    background-color: #ffffff;
    width: 0%;
    content: "";
    height: 4px;
  }
  header .navbar .navbar-nav .nav-item:hover::after {
    width: 40%;
  }
  header .navbar .navbar-nav .active::after {
    width: 40%;
}


/* navbar hover end */

/* navbar start*/

header .navbar .navbar-brand img{
    width: 60%;
    height: auto;
}
header .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgb(255 255 255);
}
header .btn-outline-success {
    color: #ED6B5E;
    background-color: #ffffff;
    border-color: #f5f5f5;
    border-radius: 0px;
    font-weight: bold;
    
}
header .btn-outline-success:hover {
        color: #ffffff;
        background-color: #ED6B5E;
        border-color: #ED6B5E;
        font-weight:bold;
       
}
header .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #ED6B5E;
    border-color: #ED6B5E;
    font-weight:bold;
}
header .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: none;
}
header .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 0.5rem;
}

header .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
    font-weight: 500;
    /* font-family: Poppins; */
}

header .navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 18px;
    font-weight: 500;
}
header .navbar-light .navbar-nav .nav-link {
    font-weight: bold;
}
header .navbar-dark .navbar-nav .nav-link:focus{
    color: #fff;
    font-weight: 500;
}
header .navbar-dark .navbar-nav .nav-link.active{
    color: #fff;
    font-weight: 500;
}
header .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
    
    font-weight: 500;

}
header .navbar-dark .navbar-brand {
    color: #fff;
    width: 165px;
}
header .navbar-dark .navbar-brand .logo-img {
    background-image: url(../images/TM-Logo-blk.png);
    width: inherit;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

header.sticky {
    background-color: #000000;
    box-shadow: 13px 0px 12px 0px #103331;
}
header.sticky .navbar-dark .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
   
    margin: auto;
    background-color: #ffffff;
    width: 0%;
    content: "";
    height: 4px;
}
header.sticky .navbar .navbar-nav .active::after {
    width: 40%;
}
header.sticky .navbar .navbar-nav .nav-item:hover::after {
    width: 40%;
  }
header.sticky .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgb(0, 0, 0);
}
header.sticky .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #175955;
    font-weight:500;
   
}
header.sticky .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
header.sticky .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}
header.sticky .navbar-dark .navbar-nav .nav-link:active {
    color: #ffffff;
}
header.sticky .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
    font-weight: 500;
}

header.sticky .btn-outline-success {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    
}
header.sticky .btn-outline-success:hover {
        color: #ffffff;
        background-color: #ED6B5E;
        border-color: #ED6B5E;
        font-weight:bold;
       
}
header.sticky .navbar-dark .navbar-brand .logo-img {
    background-image: url(../images/TM-Logo-blk.png);
    width: 100%;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15%;
    margin-top: 55px;
}
header.sticky .navbar .nav-image {
    width: 203px;
    height: 150px;
    background-color: #000000;
    border: #000000;
    padding-bottom: 1%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: absolute;
    /* margin-top: -2%; */
    box-shadow: 0 2px 0px -1px rgb(28 64 49 / 84%);
}

header.sticky .navbar .navbar-brand img {
    width: 80%;
    height: auto;
    margin-left: 10%;
}
header.sticky .navbar .navbar-brand .nav-image {
    width: 13%;
    height: auto;
    background-color: #000000;
    border: #000000;
    padding-bottom: 1%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: absolute;
    margin-top: -2%;
    box-shadow: 0 2px 0px -1px rgb(0 0 0 / 10%);
}
@media screen and (min-width:998px) and (max-width:1030px){
header .navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 16px;
}
}
@media screen and (max-width:998px){
    header .navbar-dark .navbar-brand .logo-img {
        background-image: url(../images/TM-Logo-blk.png);
        width: inherit;
        height: 66px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    header .navbar-dark .navbar-brand {
        color: #fff;
        width: 117px;
    }
    header.sticky {
        box-shadow: none;
    }
    header.sticky .navbar-dark .navbar-nav .nav-item::after {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: auto;
        background-color: #ffffff;
        width: 0%;
        content: "";
        height: 4px;
    }
    header.sticky .navbar-dark .navbar-brand .logo-img {
        background-image: url(../images/TM-Logo-blk.png);
    width: 100%;
    height: 68px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1%;
    margin-top: 0px;
    }
    header.sticky .navbar .nav-image {
        width: 203px;
        height: 64px;
        background-color: #000000;
        border: none;
        padding-bottom: 1%;
        border-bottom-left-radius: 0%;
        border-bottom-right-radius: 0%;
        position: relative;
        margin-top: 0%;
        box-shadow: none;
    }
    header.sticky {
        background-color: #000000;
    }
    header.sticky .navbar-dark .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: rgb(255 255 255);
    }
    header.sticky .navbar-dark .navbar-nav .nav-link {
        color: #f9f9f9;
    }
    header.sticky .navbar-dark .navbar-nav .nav-link:active {
        color: #fff;
    }
    header.sticky .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
    }
    header.sticky .navbar .navbar-nav .active::after {
        width: 20%;
    }
} 
/* navbar end*/

/* banner start*/

.teacher-banner{
    background-color: #175955;
    padding-top: 11%;
}
.teacher-banner .content{
    margin:auto;
    color: #fff;
    padding-left: 10%;
}
.teacher-banner .content h1 span{
    color: #FCB040;
}
.teacher-banner .content h1{
    font-size: 50px;
    
    font-family: 'gilroy-extrabold', sans-serif;

    font-weight: bold;
}
.teacher-banner .images{
    position: relative;
}
.teacher-banner .images .image1{
    width: 36%;
    height: auto;
    z-index: 100;
    left: 15%;
    position: relative;
}
.teacher-banner .images .image2{
    height: auto;
    width: 25%;
    position: absolute;
    right: 0;
}
.teacher-banner .images .image3{
    height: auto;
    width: 98%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.teacher-banner .btn-outline-success {
    color: #ED6B5E;
    background-color: #ffffff;
    border-color: #f5f5f5;
    border-radius: 0px;
    /* padding: 20px; */
}
.teacher-banner .btn-outline-success:hover {
    color: #ffffff;
    background-color: #ED6B5E;
    border-color: #ED6B5E;
    font-weight:bold;
   
}
.teacher-banner .content .image1 {
    right: 50px;
    position: absolute;
}
/* banner end*/
/* section0 start */
.teacher-section0 .center-content {
    margin: auto;
    text-align: center;
}
.teacher-section0 .center-content h3 {
    color: #222020;
    font-weight: bold;
    font-family: 'gilroy-extrabold', sans-serif;
    font-size: 35px;
}
.teacher-section0 .images .image1 {
    width: 100%;
    height: 100%;
}
.teacher-section0 .images h1 {
  text-align:center;
  font-size: 68px;
  color: #ED6B5E;
}
.teacher-section0 .btn-outline-success {
    color: #fff;
    background-color: #ED6B5E;
    border-color: #ED6B5E;
    border-radius: 0px;
    /* padding: 20px; */
}
.teacher-section0 .btn-outline-success:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    font-weight: bold;
}
.teacher-section0 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}
.teacher-section0 .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: none;
}
.teacher-section0 .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    font-weight: bold;
}
.teacher-section0 .content h3.color{
    color:#ED7D31;
    font-size: 25px;
}
.teacher-section0 .content h3{
  font-weight: bold;
  font-size: 25px;
}
.teacher-section0 .content p.bold{
    font-weight:bold;
  }
.teacher-section0 .content p span.color{
    color:#ED7D31;
  }
  .teacher-section0 .content p span.right{
    float:right;
  }
  .teacher-section0 .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #ED7D31;
}
.teacher-section0 .modal-title  {
    color:#ED6B5E;
    text-align:center;
    margin:auto;
}
.teacher-section0 .modal-body .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #909396;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow:none;
}
.teacher-section0 .modal-body .form-group .border-line-input {
    width: 96%;
    height: 1px;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    margin-left: 12px;
}
.teacher-section0 .modal-body .btn-success {
    color: #fff;
    background-color: #175955;
    border-color: #175955;
    box-shadow:none;
}
.teacher-section0 .modal-body .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
@media (min-width: 576px)
{
    /* .teacher-section0 .modal-dialog {
        max-width: 380px;
        margin: 1.75rem auto;
    } */
}

/* section0 end */

/* section1 start */
.teacher-section1 .content{
    margin: auto;
    color: #000;
    padding-left: 10%;
}
.teacher-section1 .content .content1{
    color: #ED6B5E;
    font-family: General sans-serif;  
}
.teacher-section1 .content .content2{
    color: #000000;
    /* font-family: Melodrama; */
    /* font-weight: bold; */
}
.teacher-section1 .bg{
    
    background-color: #f4f4f4a6;

}
.teacher-section1 .content .content3{
    text-align: justify;
    font-family: General sans-serif;
}
.teacher-section1 .images{
    /* background-color:#ED6B5E; */
}
.teacher-section1 .images .image1{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.teacher-section1 .content .content2 i {
    color: #ED6B5E;
}

.teacher-section1 .btn-outline-success {
    color: #175955;
    background-color: #ffffff;
    border-color: #175955;
    border-radius: 0px;
    /* padding: 20px; */
}
.teacher-section1 .btn-outline-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-weight:bold;
   
}
.teacher-section1 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}
.teacher-section1 .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: none;
}
.teacher-section1 .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    font-weight: bold;
}
.teacher-section1 .center-content {
    margin:auto;
    text-align:center;  
}
.teacher-section1 .center-content h3 {
    color: #222020;
    font-weight: bold; 
    font-family: 'gilroy-extrabold', sans-serif;
    font-size: 38px; 
}
.teacher-section1 .center-content p {
    color: #222020;  
}

.teacher-section1 .content h4{
    font-weight:bold;
    font-family: 'gilroy-extrabold', sans-serif;
    font-size: 30px;
}

/* section1 end */

/* section2 start */

.teacher-section2 .content{
    margin: auto;
    color: #000;
    padding-left: 10%;
}


.teacher-section2 .content h4{
    font-weight:bold;
    font-family: 'gilroy-extrabold', sans-serif;
    font-size: 30px;
}
.teacher-section2 .content .content1{
    color: #ED6B5E;
    font-family: General sans-serif;  
}
.teacher-section2 .content .content2{
    color: #000000;
    /* font-family: Melodrama; */
    /* font-weight: bold; */
}
.teacher-section2 .content .content3{
    text-align: justify;
    font-family: General sans-serif;
}
.teacher-section2 .images{
    /* background-color:#175955; */
}
.teacher-section2 .images .image1{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.teacher-section2 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}
.teacher-section2 .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: none;
}
.teacher-section2 .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    font-weight: bold;
}
.teacher-section2 .content .content2 i {
    color: #175955;
}

.teacher-section2 .btn-outline-success {
    color: #175955;
    background-color: #ffffff;
    border-color: #175955;
    border-radius: 0px;
    /* padding: 20px; */
}
.teacher-section2 .btn-outline-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-weight:bold;
   
}
/* section2 end */

/* section3 start */
.teacher-section3{
    background-color:#f2f2f2;
    background-image: url("../images/home/Group 16688.png");
    height: auto;
    z-index: 100000;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.teacher-section3 .row1 .content{
    margin: auto;
    color: #000;
    text-align:center;
}
.teacher-section3 .row1 .content h1{
    color: #175955;
    font-weight:bold;
    font-family: 'gilroy-extrabold', sans-serif;
    font-size: 35px;
}
.teacher-section3 .row2 .content{
    margin: auto;
    color: #000;
    padding-left: 10%;
}

.teacher-section3  .content .content1{
    color: #ED6B5E;
    font-family: 'gilroy-extrabold', sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.teacher-section3  .content .content1 span{
    color: #000000;
    font-family: 'gilroy-extrabold', sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.teacher-section3 .row2 .content .content2{
    /* text-align: justify; */
    font-family: sans-serif;
}
.teacher-section3 .content .content2 i{
    color:#ED6B5E;
}
.teacher-section3 .row2 .images .image1{
    width: 100%;
    height: auto;
}
/* section3 end */

/* section4 start */
.teacher-section4{
    background-color:#F3F6F6;
    position:relative;
}
.teacher-section4 hr.new1 {
    border-top: 1px solid rgb(0, 0, 0);
    width: 65%;
    margin-top: 0px;
    margin-bottom: 10px;
  }

.teacher-section4 h1{
    text-align:center;
    color: #175955;
    font-weight:bold;
    font-family: 'gilroy-extrabold', sans-serif;
    font-size: 35px;
}
.teacher-section4 .content{
    text-align: center;
    font-family: sans-serif;
    border: 1px solid #fff;
    padding: 15px;
    background-color: #fff;
    border-radius: 12px;
    height: 370px;
    /* width: 100%; */
    position: relative;
    z-index: 10;
    margin: 10px 5px;
}
.teacher-section4 .content h3{
    color:#ED6B5E;
    font-weight:bold;
    font-family: sans-serif;
    font-size: 25px;
    width: 200px;
}

.teacher-section4 .content p{
    font-family: sans-serif;
    margin-bottom: 10px;
}
.teacher-section4 button{ 
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ffffff;
    font-weight: bold;
    width: 100%;
    padding: 8px;
    box-shadow: none;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.teacher-section4 button:hover{ 
    color: #ffffff; 
    background-color:#175955;
    border:none;
}
.teacher-section4 button:active{ 
    color: #ffffff; 
    background-color:#175955;
    border:none;
}
.teacher-section4 .img-bottom{
    width: 20%;
    height: auto;
    position: absolute;
    top: -15%;
    right: 0;
}
.teacher-section4 .img-bottom2{
    width: 20%;
    height: auto;
    position: absolute;
    bottom: -22%;
    left: 3px;
}

/* section4 end */

/* section 5 start */

.teacher-section5 h1{
    text-align:center;
    color: #175955;
    font-weight:bold;
    font-family: 'gilroy-extrabold', sans-serif;
    font-size: 35px;
}

/* .teacher-section5 div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
} */

.bbb_viewed {
    padding-top: 5px;
    padding-bottom: 60px;
    background: #ffffff;
}

.bbb-viewed2 {
background: #F3F6F6!important;

}
.bbb_main_container{
        /* background-color: #fff; */
   padding: 11px;
}

.bbb_viewed_title_container {
    border-bottom: solid 0px #dadada
}

.bbb_viewed_title {
   margin-bottom: 16px;
   margin-top: 8px;
   text-align: right;
   margin-right: 15%;

}
.bbb_viewed_title .btn-outline-secondary {
    color: #175955;
    background-color: transparent;
    background-image: none;
    border-color: #175955;
    border-radius:0px;
}
.bbb_viewed_title .btn-outline-secondary:hover {
    color: #fff;
    background-color: #175955;
    border-color: #175955;
}
.bbb_viewed_title .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #175955;
}
.bbb_viewed_title .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #175955;
    border-color: #175955;
}

.bbb_viewed_nav_container {
    position: absolute;
    right: 22px;
    top: 20px;
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

.bbb_viewed_nav i {
    font-size: 24px;
    border: 1px solid #fff;
    background-color: #175955;
    color: #ffffff;
    border-radius: 25px;
    cursor: pointer;
    width: 50px;
    padding-left: 18px;
    padding-top: 12px;
    height: 50px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.bbb_viewed_nav:hover i {
    color: #ffffff;
    background-color: #ED6B5E;
}

.bbb_viewed_prev {
    margin-right: 15px
}

.bbb_viewed_slider_container {
    padding-top: 13px;
}

.bbb_viewed_item {
    width: 100%;
    background: none;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 15px;
}

.bbb_viewed_image {
    width: 200px;
    height: auto;
}

.bbb_viewed_image img {
    display: block;
    max-width: 100%
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}

.bbb_viewed_price {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.bbb_viewed_item.discount .bbb_viewed_price {
    color: #000000;
    height: 120px;
    padding: 0 12px;
}

.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

.bbb_viewed_price span::after {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: ''
}

.bbb_viewed_name {
    margin-top: 3px;
    border: 2px solid white;
    color: #007bff;
    background-color: #fff;
    padding: 4px;
    font-weight: bold;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bbb_viewed_name:hover {
    margin-top: 3px;
    border: 2px solid white;
    color:#fff;
    background-color:#175955;
    padding: 4px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bbb_viewed_name a {
    font-size: 14px;
    color: #175955;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.bbb_viewed_name a:hover {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.bbb_viewed .bbb_viewed_item .box-shadow1{
    border: 1px solid #fff6f6;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
    height: auto;
    position: relative;
    width: 100%;
} 
.item_marks {
    position: absolute;
    top: 18px;
    left: 18px;
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount { 
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}
/* section 5 end */

/* testimonial  start*/

/* Slider styles */
.testimonials{
    background-color: #ECF1F1;
}
.testimonials .card-body .card-text{
    font-family: sans-serif;
    font-size: 14px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    height: auto;
}
.testimonials h1 {
    font-weight: bold;
    text-align:center;
    color:#175955;
    font-family: 'gilroy-extrabold', sans-serif;
    font-size: 35px;
  }
  .testimonials .card .card-center p{
    text-align: center;
    position: absolute;
    top: -12px;
    left: 36%;
    border: 1px solid #175955;
    background-color: #175955;
    color: #fff;
    padding: 2px 15px;
    border-radius: 15px;
  }
  .testimonials .card .card-center2 p{
    text-align: center;
    position: absolute;
    top: -12px;
    left: 36%;
    border: 1px solid #ED6B5E;
    background-color: #ED6B5E;
    color: #fff;
    padding: 2px 15px;
    border-radius: 15px;
  }
  .testimonials .card-head{
    text-align: right;
    margin-top: -18%;
  }
  .testimonials .card-head h5{
    font-weight:bold;
  }
  .testimonials .card-head p{
    font-style: italic;
    font-size: 12px;
    width: 80%;
  
    margin-left: auto;
  }
  .testimonials .testi-img{
    border: 0px solid #0000003b;
    height: 110px;
    width: 110px;
    z-index: 1000;
    border-radius: 50%;
    margin-top: -9%;
    margin-left: -9%;
    background-color: #fff;
  }
  .testimonials .card-body iframe{
    width: 100%;
    height: 209px;
  }
  .testimonials .testi-img img{
    width: 95px;
    border-radius: 50%;
    height: 95px;
    margin: 6px;
  }
.slider-container {
    padding: 10px 0;
    margin: auto;
    overflow: hidden;
 
  }
  
  .slides-container {
    padding: 0 10px;
  }
  
  .slider-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  
    transition: 1s;

  }
  
  .slider-item {
    margin: 2% 30px 16px 30px;
    border: 0px solid #00000038;
    border-radius: 5px;
  }
  
  .slider-item img {
    width: 100%;
  }
  
  .slider-arrows {
        /* display: flex; */
        justify-content: space-between;
        height: 50px;
        padding: 0 10px;
        margin-top: 10px;
        text-align: center;
  }
  .slider-arrows  button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
  .slider-arrow-prev,
  .slider-arrow-next {
    border: 1px solid #fff;
    background-color: #ffffff;
    color: #ED7D31;
    font-size: 15px;
    border-radius: 25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  
  .slider-arrow-prev:hover,
  .slider-arrow-next:hover {
    background-color: #175955;
    color: #fff;
  }


/* testimonial end */

/* footer start */
footer{
    background-color:#000;
}
footer img{
    width: 60%;
    height: auto;
}
footer h5{
    color:#FFFFFF;
}
footer li a{
    color:#fef5f5;
    opacity:100%;
    font-size: 18px;
}
footer li a:hover{
    color:#FF5500;
    opacity:100%;
    text-decoration:none;
}
.footer-copyright{
    color:#fff;
    opacity:100%; 
}
.followup ul li {
    margin-right: 5px;
    display:inline;
}
.followup ul li a{
    font-size: 24px;
}

footer .text-center {
    text-align: center;
}
/* footer start */
@media screen and (min-width:769px) and (max-width:1100px)
{
    .teacher-banner .content {
        margin: auto;
        color: #fff;
        padding-left: 10%;
        padding-top: 18%;
    }
    .teacher-banner .content {
        margin: 1% auto;
        color: #fff;
        padding-left: 10%;
    }
    .teacher-section1 .content {
        margin: auto;
        color: #000;
        padding: 5%;
    }
    .teacher-section2 .content {
        margin: auto;
        color: #000;
        padding: 5%;
    }
    .teacher-section3 .row2 .content {
        margin: auto;
        color: #000;
        padding: 5%;
    }
}
@media screen and (max-width:768px){
    .navbar-dark .navbar-brand {
        color: #fff;
        width: 63%;
    }
    .teacher-banner .content {
        margin: 20% auto 10px;
        color: #fff;
        padding-left: 10%;
    }
    .teacher-banner .content h1 {
        font-size: 43px;
        font-family: Melodrama;
        font-weight: bold;
    }
    .teacher-section0 .images h1 {
        text-align: center;
        font-size: 44px;
        color: #ED6B5E;
    }
    .teacher-section0 .content h2 {
        font-weight: bold;
        font-size: 26px;
    }
    .teacher-section3 .row1 .content h1 {
        color: #175955;
        font-weight: bold;
        font-family: Melodrama;
        font-size: 34px;
    }
    .teacher-section1 .content {
        margin: auto;
        color: #000;
        padding: 5%;
    }
    .teacher-section2 .content {
        margin: auto;
        color: #000;
        padding: 5%;
    }
    .teacher-section3 .row2 .content {
        margin: auto;
        color: #000;
        padding: 5%;
    }
    footer .text-center {
        text-align: left;
    }
    .teacher-section4 .img-bottom {
        width: 20%;
        height: auto;
        position: absolute;
        top: -5%;
        right: 0;
    }
    .teacher-section4 .img-bottom2 {
        width: 20%;
        height: auto;
        position: absolute;
        bottom: 0%;
        left: 3px;
    }
    .teacher-section3 .row2 .content .content1 {
        color: #ED6B5E;
        font-family: Melodrama;
        font-weight: bold;
        font-size: 35px;
        opacity: .9;
    }
    header.sticky .navbar .navbar-brand img {
        width: 100%;
        height: auto;
        margin-left: 2%;
    }
    header.sticky .navbar .navbar-brand .nav-image {
        width: 23%;
        height: auto;
        background-color: #175955;
        border: #175955;
        padding-bottom: 1%;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        position: absolute;
        margin-top: -2%;
        box-shadow: 0 2px 0px -1px rgb(0 0 0 / 10%);
    }
    .bbb_viewed_nav_container {
        position: absolute;
        top: 20px;
        /* left: 20px; */
    }
    .bbb_viewed_title {
        margin-bottom: 16px;
        margin-top: 8px;
        text-align: left;
        margin-right: 0%;
    }
    .teacher-section3 {
        background-color: #f2f2f2;
        background-image: none;
        height: auto;
        z-index: 100000;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .bbb_viewed_image {
        width: 100%;
        height: auto;
    }

    .teacher-section4 .content h3{
        color:#ED6B5E;
        font-weight:bold;
        font-family: sans-serif;
        font-size: 25px;
        width: 250px;
    }
}

.testmonial-card{
    height: 280px;
}

.testmonial-card .testmonial-body{
 
    overflow: hidden;
 
}

.testmonial-card button{
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-size: 16px;
    padding: 7px 0;
    border: none;
    background-color: #fff;
    color: #007bff;
    outline: none;
    font-weight: bold;
    margin-top: 20px;
}

.testmonial-card button:hover{
    background-color: #175955;
    color: #fff;
}

.testmonial-modal .profile-content{
    /* padding: 30px 0px 0px 0px; */
    width: 80%;
    margin: auto;
    height: 200px;
    overflow-y: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.testmonial-modal .profile-content::-webkit-scrollbar {
    width: 6px;
    border: 1px solid #FCB040;
    border-radius: 10px;
  }
.testmonial-modal .profile-content::-webkit-scrollbar-thumb {
    background: #FCB040; 
    border-radius: 10px;
  }
.testmonial-modal .profile-content p{

font-size: 15px;
width: 90%;

}

.testmonial-modal .profile img{
width: 100px;
height: 100px;
border-radius: 50%;

}

.video-section{
    background-color: #f2f2f2;
    text-align: center;
    width: 100%;
   
}

.video-section iframe{
    width:100%; 
    height: 630px;
}
@media screen and (min-width:780px) and (max-width:998px){
    .video-section iframe {
        width: 100%;
        height: 388px;
    }
    .teacher-section4 .content {
        text-align: center;
        font-family: sans-serif;
        border: 1px solid #fff;
        padding: 4px;
        background-color: #fff;
        border-radius: 12px;
        height: 370px;
        /* width: 100%; */
        position: relative;
        z-index: 10;
        margin: 10px 6px;
    }
    .bbb_viewed_title {
        margin-bottom: 16px;
        margin-top: 8px;
        text-align: left;
        margin-right: 0%;
    }
    .teacher-section3 {
        background-color: #f2f2f2;
        background-image: none;
        height: auto;
        z-index: 100000;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width:778px){
    .video-section iframe {
        width: 100%;
        height: 250px;
    }
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
/* .s-media a{
    font-size: 50px;
} */
.teacher-video h1{
    color: #175955;

}


.bionic-content{
    font-size: 12px;
    margin: 0;
    margin-top: 5px !important;
}