/* CSS Document */



@import url('css/fontface.css');



* { margin: 0px; padding: 0px; outline: none; }
body {font-family: 'Century Gothic'; font-size:13px; color:#000;background-color:#fff; }

/**********************************************  Default   **********************************************/

h1 { font-size: 32px; line-height: 42px; font-weight: 400; font-family: 'Century Gothic'; }
h2 { font-size: 30px; line-height: 40px; font-weight: 400; font-family: 'Century Gothic'; }
h3 { font-size: 18px; line-height: 28px; font-weight: 400; font-family: 'Century Gothic'; }
p { font-size: 17px; line-height: 27px; margin-bottom: 12px; font-family: 'Century Gothic'; }
a { text-decoration: none; color: #000; font-family: 'Century Gothic'; }
a:hover { color: #ffd300 !important; text-decoration: none !important; }
img { height: auto; max-width: 100%; }
ul, ol { margin: 0px; }

/***********************************************************************************************************/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.navbar  { padding: 0 15px; }
.navbar .navbar-nav .nav-item a { font-size: 16px; padding: 8px 12px; }

.left_logo h1 { font-size: 52px; line-height: 58px; font-weight: 900; color: #000; font-weight: bold; }
.left_logo h1 span { background-color: #91400e; background-image: -webkit-gradient(linear, left top, left bottom, from(#d3a15d), to(#91400e)); background-image: linear-gradient(180deg, #f9c885, #91400e); background-size: 100%; background-repeat: repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; }

.banner_image { position: relative; }
.banner_text { text-align: center; }

.right_button { border: 1px solid #BB752C; background: #BB752C; text-align: center; padding: 6px 13px; border-radius: 10px; }
.right_button a { color: #fff !important; font-size: 16px; line-height: 26px; }

#topsection { padding: 15px 0px; }

.banner_image { /*background: url(images/banner.jpg) no-repeat; background-size: cover; background-position: center center; padding: 80px 0px 65px 0px;*/ position: relative; }

#topsection { background: url(images/headerbg.png) no-repeat; background-size: cover; background-position: center center; }
li.nav-item a { color: #000 !important; font-size: 14px; line-height: 24px; }
li.nav-item a:hover, li.nav-item a:active { color: #BB752C !important; }
/* li.nav-item { padding:10px 5px; } */

.mob_space { padding: 0 !important; }

.banner_text { position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0, -50%); }
.banner_text h2 { background-color: #91400e; background-image: -webkit-gradient(linear, left top, left bottom, from(#d3a15d), to(#91400e)); background-image: linear-gradient(180deg, #fff, #5EDAE9); background-size: 100%; background-repeat: repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; font-size: 112px; line-height: 122px; font-weight: bold; }
.banner_text .first { color: #fff; font-size: 36px; line-height: 46px; font-weight: 600; text-shadow: 3px 1px 6px #000000; margin-bottom: 60px; }
.banner_text .second { color: #fff; font-size: 40px; line-height: 50px; font-weight: 600; text-shadow: 3px 1px 6px #000000; }
.banner_text .third { color: #fff; font-size: 40px; line-height: 50px; font-weight: 600; text-transform: uppercase; text-shadow: 3px 1px 6px #000000; }
.banner_text .forth { font-size: 34px; line-height: 44px; font-weight: 900; background-color: #91400e; background-image: -webkit-gradient(linear, left top, left bottom, from(#d3a15d), to(#91400e)); background-image: linear-gradient(180deg, #fff, #5EDAE9); background-size: 100%; background-repeat: repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; text-transform: uppercase; }

#footer { padding: 95px 0px 50px 0px; background: url('images/footer_bg.jpg') no-repeat; background-position: center center; background-size: cover; color: #fff; }
#footer h2 { color: #fff; font-size: 62px; font-weight: 900; margin-bottom: 30px; }
#footer p.right-cont { font-size: 16px; line-height: 26px; }
#footer h3 { color: #fff; font-size: 24px; font-weight: 700; margin-bottom: 30px; }

.map i.fa { font-size: 28px; color: #ffd300; }

.footer_right i.fa:hover { background: #b4131a; }
#footer a, #footer h3, #footer h4 { color: #fff; }

.map { margin-bottom: 5px; }
.map p { font-size: 16px; }
.map i.fa { font-size: 26px; padding-top: 2px; }

ul.menu_links li a { padding-left: 30px; font-size: 16px; line-height: 26px; color: #fff; }
ul.menu_links li i.fa { font-size: 15px; color: #ffd300; }
ul.menu_links li { padding-bottom: 10px; }

#footer h4 { font-size: 18px; line-height: 28px; color: #fff; font-weight: 600; }
.link-block .footer_menu, .link-block h3 { margin-left: 30px; }

p.copy-right { font-size: 14px; color: #fff; opacity: .6; margin-bottom: 0; }

.footer_right i.fa { color: #fff; border: solid 1px #ED1B24; border-radius: 50%; padding: 12px 17px; font-size: 20px; background: #ED1B24; }

#copyright_section { padding-top: 20px; }
.address { padding-left: 30px; }

/**************** Brand************************/

#founder { position: relative; padding: 35px 0; text-align: center; }
#founder img, #founder p { display: inline-block; vertical-align: middle; }
#founder hr { background-color: #ccc; height: 75px; position: absolute; z-index: -1; padding: 0 !important; top: 50%; left: 0; width: 100%; transform: translate(0, -50%); margin: 0; }
#founder p { padding-left: 20px; font-weight: bold; line-height: 24px; max-width: 500px; margin: 0; text-align: left; }

/****************************************/

/*testi*/
#testimonials { padding: 60px 0 50px 0; }
#testimonials h2 { font-size: 50px; color: #303030; text-align: center; }

.testi-photo { width: 36%; margin-right: 5%; float: left; min-height: 180px; }
.testi-photo img { width: auto !important; border-radius: 50%; -webkit-box-shadow: 10px 10px 0px 0px rgba(255,213,0,1); -moz-box-shadow: 10px 10px 0px 0px rgba(255,213,0,1); box-shadow: 5px 5px 0px 0px rgba(255,213,0,1); }

.under-line { display: block; width: 100%; text-align: center; margin-bottom: 40px; }
.under-line span { position: relative; height: 1px; background-color: #b7b7b7; width: 90px; display: inline-block; }
.under-line span:after { position: absolute; content: ''; width: 9px; height: 9px; background-color: #ffd300; left: 50%; margin-left: -5px; top: -4px; }

.inner-content { float: left; }
.testi-content { width: 59%; float: left; }

#testimonials .owl-next, #testimonials .owl-prev { position: absolute; width: 44px; height: 44px; background-position: center center; background-size: cover; }
#testimonials .owl-next span, #testimonials .owl-prev span { font-size: 50px; line-height: 20px; color: #000; font-family: sans-serif; }
#testimonials .owl-prev { left: 0; background: url('images/prev.jpg') no-repeat; background: #e1e1e1; }
#testimonials .owl-next { right: 0; background: url('images/next.jpg') no-repeat; background: #e1e1e1; }
#testimonials .owl-dots { display: none; }
#testimonials .testi-content p { font-style: italic; font-size: 13px; line-height: 17px; }
#testimonials .testi-content span { font-size: 15px; font-weight: 600; position: relative; padding-left: 25px; display: inline-block; }
#testimonials .testi-content span:after { position: absolute; content: ''; width: 15px; height: 2px; background-color: #ffae42; left: 0; top: 10px; }
#testimonials .testi-content span span { padding-left: 0; font-size: 12px; }
#testimonials .testi-content span span:after { display: none; }

.inner-banner { padding: 100px 000; }

#testimonials_actor h2 { font-size: 50px; color: #303030; text-align: center; }
#testimonials_actor .owl-next, #testimonials_actor .owl-prev { position: absolute; width: 44px; height: 44px; background-position: center center; background-size: cover; }
#testimonials_actor .owl-next span, #testimonials_actor .owl-prev span { font-size: 50px; line-height: 20px; color: #000; font-family: sans-serif; }
#testimonials_actor .owl-prev { left: 0; background: url('images/prev.jpg') no-repeat; background: #e1e1e1; }
#testimonials_actor .owl-next { right: 0; background: url('images/next.jpg') no-repeat; background: #e1e1e1; }
#testimonials_actor .owl-dots { display: none; }
#testimonials_actor .testi-content p { font-style: italic; font-size: 13px; line-height: 17px; }
#testimonials_actor .testi-content span { font-size: 13px; font-weight: 600; position: relative; padding-left: 25px; display: inline-block; }
#testimonials_actor .testi-content span:after { position: absolute; content: ''; width: 15px; height: 2px; background-color: #ffae42; left: 0; top: 10px; }

/**************************** menu accordion ******************************/

#top { padding-top: 35px; position: relative; }

.top-sec a { font-size: 14px; padding: 0 8px; }
.top-sec a.active { font-weight: bold; }
.top-sec ul li { display: inline-block; font-size: 14px; }
.top-sec ul li:nth-child(1) a { padding-left: 0px; }
.top-sec ul li:before { content: "\203A"; font-weight: bold; font-size: 14px; }
.top-sec ul li:nth-child(1):before { display: none; }
.top-sec ul li a { color: #212529; font-weight: bold; }
.top-sec ul li a.active { color: #b16c22; }

.bredcum { border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 20px; }

a.abt { color: #bb752d; font-weight: 600; }

.top_button a { color: #f7f7f7 !important; font-size: 16px; line-height: 26px; font-weight: 700; }

a.btn1 { height: 42px; line-height: 42px; padding: 0 42px; font-weight: bold; font-family: 'Century Gothic'; background: #bb752d; color: #fff; display: inline-block; font-size: 16px; border-radius: 10px; margin-left: 20px; }
a.btn1.white-btn { color: #020202; border: solid 1px #7d7d7d; background-color: transparent; }
a.btn1:hover { background: #bb752d; }
a.dwnld { float: right; }

.title-text h2 { color: #fff; font-size: 48px; text-align: center; font-family: 'Century Gothic'; font-weight: 700; }

.profile-detail h2 { font-size: 50px; ; line-height: 60px; margin-bottom: 20px; }
.profile-detail h3 { padding: 15px; font-size: 24px; font-family: 'Century Gothic'; font-weight: 700; margin-bottom: 21px; background: #EBEBEB; }
.profile-detail table td { padding: 10px; background: #f9f9f9; border-bottom: 4px solid #fff; font-size: 18px; vertical-align: top; }
.profile-detail table { margin-bottom: 20px; }
.profile-detail a.more { float: right; color: #bb752d; font-size: 16px; font-weight: bold; margin-bottom: 20px; }
.profile-detail .borderbox { border: 1px solid #e1e1e1; clear: both; margin-top: 20px; padding: 20px; }
.profile-detail .borderbox a { font-size: 18px; color: #727272; margin-bottom: 15px; display: block; text-decoration: underline; }
.profile-detail table td:nth-child(1) { font-weight: bold; }
.profile-detail table td span { display: inline-block; vertical-align: top; }
.profile-detail table td p { display: inline-block; vertical-align: top; }

#slideshow { padding-top: 0px; margin: 0px !important; height: 800px !important; }
.img-wrapper { background-size: contain !important; background-repeat: no-repeat !important; }


/*photos*/

#inner-content { padding-top: 50px; padding-bottom: 50px; }

.photo-thumb-nail-wrap { background-color: #e5e5e5; position: relative; padding: 12px 30px; margin-top: 40px; }

.photo-thumb-nail-wrap img { border:1px solid transparent; }

.photo-thumb-nail-wrap img.active { border-color: #ca9468;  }

.photo-thumb-nail-wrap .owl-dots { display: none; }

.photo-thumb-nail-wrap .owl-nav button.owl-prev, .photo-thumb-nail-wrap .owl-nav button.owl-next { position: absolute; top: 30%; font-size: 0px !important; outline: none !important; display: inline-block; }

.photo-thumb-nail-wrap .owl-nav button.owl-prev span, .photo-thumb-nail-wrap .owl-nav button.owl-next span { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.photo-thumb-nail-wrap .owl-nav button.owl-prev { left: 8px; }

.photo-thumb-nail-wrap .owl-nav button.owl-next { right: 8px; }

.photo-thumb-nail-wrap .owl-nav button.owl-prev:hover, .photo-thumb-nail-wrap .owl-nav button.owl-next:hover { background-color: transparent; color: #000; }

.photo-thumb-nail-wrap .owl-nav button.owl-prev span:after { content: "\f104"; font-size: 28px; }

.photo-thumb-nail-wrap .owl-nav button.owl-next span:after { content: "\f105"; font-size: 28px;  }

.photo-thumb-nail-wrap .owl-nav button.owl-prev:after, .photo-thumb-nail-wrap .owl-nav button.owl-next:after { font-size: 34px; color: #000; }

.bredcum .top-sec { margin-top: 15px !important; }

.profile-detail table td:nth-child(1) span { float: right; }

.owl-theme .owl-nav {  margin-top: 0px !important; }

.profile-detail { padding-left: 50px; }

.accrdion { border-bottom: 1px solid #ccc; }

#top { padding-top: 27px; position: relative; }

.top-sec a { font-size: 14px; padding-left: 8px; padding-right: 8px; }

a.abt { color: #bb752d; font-weight: 600; background: url(./images/greater.png) no-repeat; background-position: left; padding-left: 16px; }

.brder { border-bottom: 1px solid #ccc; }

.top_button { border: 1px solid #BB752C; background: #BB752C; text-align: center; padding: 6px 13px; border-radius: 9px; width: 79%;

  margin-left: 130px; margin-bottom: 25px; }

.top_button a { color: #f7f7f7 !important; font-size: 16px; line-height: 26px; font-weight: 700; }

.top-btn { border: 1px solid #000; background: #fff; text-align: center; padding: 6px 13px; border-radius: 9px; width: 79%; margin-left: 63px; }

.top-btn a{ font-size: 16px; line-height: 26px; font-weight: 700; }

p.lft-cont { font-size: 18px; line-height: 28px; color: #000000; margin-bottom: 30px; }

h3.box { font-size: 24px; color: #282828; font-weight: bold; font-style: italic; line-height: 33px; background-color: #f0f0f0; padding:24px 15px; }

.ryt-img { padding-left: 50px; }

ul.left li { list-style: none; font-size: 19px; color: #000000; padding-top: 16px; padding-left: 40px; padding-bottom: 8px; background: url(./images/tick.png) no-repeat; background-position: 0 23px; }

ul.left { padding-top: 25px; padding-left: 17px; }

p.txt { font-size: 18px; padding-top: 30px; }

.inner-content { padding-top: 50px; }

.pt-5 { padding-top: 50px; }



/*dashborad*/

.lft-con img { padding-bottom: 30px; width: 100%; }

.bio-details .ryt-con { padding-left: 40px; }

#testimonials .bio-details .lft-con h2 { color: #bb752d !important; font-size: 32px; line-height: 42px; font-weight: 400; font-family: 'Century Gothic'; text-align: left; }

h3.membr { font-size: 24px; font-weight: 700; padding-top: 41px; }

.lft-con p { font-size: 18px; line-height: 22px; padding-bottom: 16px; }

h3.top-btn { border: none; background: none; text-align: left; font-size: 20px; letter-spacing: 0px; line-height: 30px; color: #bb752d; font-weight: 700; padding: 8px 0; width: 100%; margin-left: 0; border-radius: 0px; }

ul.left {

  padding-top: 10px;

  padding-left: 15px;

  padding-bottom: 30px;

  padding-right: 15px;

}    

ul.left li {

  list-style: none;

  font-size: 18px;

  color: #000000;

  padding-top: 2px;

  padding-left: 10px;

  padding-bottom: 15px;

  background: url(./images/ryt-arrow.png) no-repeat;

  background-position: 4px 12px;

  line-height: 16px;

}

/**Changes**/

.testimo ul{

    display:none;

}

.my_account_mine h3{

    border: none; background: none; text-align: left; font-size: 20px;

    color: #bb752d;

    text-align:center !important;

}

.card{

    margin-bottom: 60px;

}

.bio-details ul.left a{

color: #000;

border-left: 4px solid #bb752d;

padding-left: 12px;

}

.bio-details ul.left a.active{

    color:#bb752d;

    display:block;

}

.table td,

.class_post_scenes_upload_self_tape,

.class_download_scenes{

    vertical-align: middle!important;

    color: #000;

    font-size:15px;

    text-transform:capitalize;

}

.actor_class_actor table td .btn-danger{

    padding: 6px 20px;
    color: #fff;
    font-size:13px;
    margin-bottom: 5px;
}

#class_details_data .btn-success {
    color: #fff;
    background: #000;
    border-color: #000;
}


tbody tr:nth-of-type(odd) {

    background: rgb(255 255 255)!important;

}

input,textarea{

  background: rgb(239 131 20 / 9%)!important;

    padding: 5px!important;

        border: 1px solid #ced4da;



}

select{padding:5px}



select,option{

  background: rgb(239 131 20 / 9%)!important;

}

.contactus_form #contact_us_subject{

    display:block;

}

.contactus_form input[type="submit"]{

    width:100px;

}

.contactus_form{

    margin:0 auto;

    max-width: 420px;

    padding:70px 20px;

}

.contactus_form .form-control { width: 100%; }

.contactus_form #contact_us_subject { width: 100%; }





.browser-default {

    margin-left:15px;

}



.my_account_mine .class_list_items{

   border-style:none!important;

    margin: 0 auto;

}

.my_account_mine .card-body nav{

    display: flex;

    justify-content: center;

    margin-top: 20px;

}



.my_account_mine .card-body .pic img{

    width: 100%;

}

.my_account_mine .card-body .text h3{

    font-size: 20px!important;

    color: #bb752d!important;

}

.my_account_mine .card-body .text{

    border-left: 1px solid #bb752d;

    border-right: 1px solid #bb752d;

    border-bottom: 1px solid #bb752d;

}

.my_account_mine .card-body .date{

    border-left: 1px solid #bb752d;

    border-right: 1px solid #bb752d;

}



.my_account_mine .card-body .column{

    display: flex;

    flex-direction: column;

    text-align: center;

}

.my_account_mine .card-body nav .page-item.active .page-link{

    background-color: #bb752d!important;

    border-color: #bb752d!important;



}

.my_account_mine .card-body nav .page-link{

    color: black;

}

.profile-detail table td{

    background:none;

}

#calendar_section{

     background: url(./images/calenderbg.jpg) no-repeat;

    background-size: cover;

    background-position: center center;

    padding: 60px 0 60px 0;

}



#calendar_section h2{

    font-size: 50px;

    color: #303030;

    text-align: center;

}

#calendar{

   

    position:relative;

    

}

#calendar .fc-today-button{

   display:none; 

}
#calendar .fc-left {
    float: right;
}

#calendar .fc-right {
    margin-top: 4px;
}

#calendar .fc-left .fc-button-group{

    position: static;

    right: 20px;

    bottom: 10px;

}

#calendar .fc-center{

  display: inherit;

  text-align:left;

}

#calendar .fc-center h2{

      display: inline-block;  

      font-size: 24px;

    line-height: 34px;

    font-weight: 700;

}

#calendar .fc-toolbar{

    /*width: 80%;

    margin: 0 auto;*/

    background: #dbdbdba1!important;

}

#calendar .fc-state-default{

    background: none;

    border: none;

    padding: 0px 20px;

    font-weight: 700;

    text-transform: capitalize;

}

#calendar .fc-state-default.fc-prev-button, #calendar .fc-state-default.fc-next-button {

    padding: 0 10px;

    border: 1px solid #848484;

    height: 40px;

    line-height: 40px;

    border-radius: 40px;

    color: #848484;

    margin-left: 10px;

}

#calendar .fc-state-default.fc-prev-button:focus, #calendar .fc-state-default.fc-next-button:focus {

    outline: none;

}

#calendar .fc-state-default.fc-prev-button .fc-icon, #calendar .fc-state-default.fc-next-button .fc-icon {

    height: 40px;

    line-height: 42px;

}



#calendar .fc-state-default.fc-prev-button .fc-icon-left-single-arrow:after, #calendar .fc-state-default.fc-next-button .fc-icon-left-single-arrow:after {

    top: -3px;

    left: -1px;

}

#calendar .fc-button-group{



}

#calendar .fc-view-container{

    /*width: 80%;

    margin: 0 auto;*/

    background: #ffffff8a;

    

}

#status_and_category_id{

    /*width: 80%;

    margin: 0 auto;*/

    background: #ffffff8a;

}

#calendar .fc-event {

    border:none;

     padding: 10px;

     font-size: 14px;

    line-height: 24px;

    font-family: 'Century Gothic';

}

/*#calendar table tr:nth-child(odd) .fc-event{*/

/*    border-left: 3px solid #FD6A44 !important;*/

/*background-color: #F4E4DF;*/

/*color: #FD6A44;*/

    

    

/*}*/

/*#calendar table tr:nth-child(even) .fc-event{*/

/*    border-left: 3px solid #2890A8 !important; */

/*       background-color: #3a87ad59;*/

/*       color:#2890A8;*/

/*}*/



#calendar table tr td .blue_category{

        border-left: 3px solid #2793A4 !important;

    background-color: #E1EBEC;

    color: #000;

    padding: 10px;

}

#calendar table tr td .red_category{

        border-left: 3px solid #FF623A !important;

    background-color: #F4E4DF;

    color: #000;

    padding: 10px;

}

#calendar table tr td .archive_class{

        border-left: 3px solid #bb752d  !important;

    background-color: #fdecda;

    color: #000;

    padding: 10px;

}

#calendar table tr td .actor_class{

        border-left: 3px solid #28a745 !important;

    background-color: #f5fdf9;

    color: #000;

    padding: 10px;

}

#calendar table tr td .green_category{

        border-left: 3px solid #9FB43E !important;

    background-color: #9fb43e61;

    color: #9FB43E;

    padding: 10px;

    white-space: inherit;

}

#calendar table tr td .archive_class .calendar_meta, #calendar table tr td .archive_class .fc-time, #calendar table tr td .archive_class .fc-title { color: #959595; }

#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100000;
    background-image: url("/assets/home/images/loader.gif"); 
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0; 
    right : 0;
    top : 0;
}



.fc-event .fc-content {

     white-space: inherit !important;

}





#calendar table tr .fc-event{

    padding:0 !important;

        background-color: transparent !important;

}

#calendar table tr .fc-unit{

font-weight: bold;

}

#calendar table tr td .fc-event:hover{

  cursor: pointer;  

}

#calendar .fc-day-grid-event {

    margin: 1px 0px 0;

    

}

#calendar #status_and_category_id{

   padding:20px 0px; 

}

#calendar tbody tr:nth-of-type(odd) {

    background: transparent !important;

}

#calendar .fc-unthemed,#calendar .fc-today {

    background: transparent !important;

}

#calendar .fc-toolbar {

    background: #DBDBDB;

    margin-bottom: 0px;

    padding: 20px;  

}

#calendar .fc-state-active{

    color: #E4C42A;

    background: #939393;

}

#status_and_category_id span{

    position: relative;

        margin-left: 40px;

}

#status_and_category_id span:nth-child(1):before{

    content: '';

    position: absolute;

    top: -2px;

    left: -33px;

    width: 25px;

    height: 25px;

    border-radius: 50%;

    background: #FF623A;

}

#status_and_category_id span:nth-child(2):before{

       content: '';

    position: absolute;

    top: -2px;

    left: -33px;

    width: 25px;

    height: 25px;

    border-radius: 50%;

    background: #2793A4;

}

#status_and_category_id span:nth-child(3):before{

    content: '';

    position: absolute;

    top: -2px;

    left: -33px;

    width: 25px;

    height: 25px;

    border-radius: 50%;

    background: #bb752d;

}

#status_and_category_id span:nth-child(4):before{

    content: '';

    position: absolute;

    top: -2px;

    left: -33px;

    width: 25px;

    height: 25px;

    border-radius: 50%;

    background: #28a745;

}

body .pt-4,body .py-4 {

    padding-top: 0 !important;

}

.btn-primary{

    background: #BB752D!important;

    border-color: #BB752D!important;

}

.btn-primary:hover {

    background: #8c551c !important;

    border-color: #8c551c !important;

}

#testimonials .table .btn-danger, .user_class_info .btn-danger {

 padding: 5px 10px !important;
    display: block;
    margin-bottom: 10px;
    margin-top:10px;
    background-color: #c51f1a !important;
    color: #fff;

}

#testimonials .table .btn-danger:hover, .user_class_info .btn-danger:hover {
    background: #ab1c18 !important;
    color: #fff !important;
}

#testimonials .table .btn-success,.user_class_info .btn-info{

    padding: 5px 10px !important;

    display: block;

    margin-bottom: 10px; 

    background-color: #B56F37;

    border-color: #B56F37;
    color: #fff;

}

#testimonials .table .btn-success:hover, .user_class_info .btn-info:hover {
    background: #a0612e !important;
    color: #fff !important;
}

.btn-primary {
    color: #fff !important;
}

.btn-warning:hover {
    color: #000 !important;
}

.user_class_info .btn-success{

     background-color: #B56F37;

    border-color: #B56F37;

    float:none; 

}

.user_class_info .btn-success:hover{

    background-color: #fff;

    border-color: #B56F37;

    color:#000 !important;

}

.button_list { text-align: center; }
.button_list p { margin: 0; }
#testimonials .table .button_list .btn { display: inline-block; vertical-align: top; padding: 7px !important; margin: 0 !important; font-size: 17px; }
#testimonials .table .button_list .btn:hover, #testimonials .table .button_list .btn:focus { outline: none; box-shadow: none; }
#testimonials .table .button_list .btn i { color: #ffffff; }

.table-responsive { margin-bottom: 40px; }

.ryt-con .dboard h3 { color: #BB752D; }

.user_class_info .btn-info{

  float:none;  

}

.user_class_info form{

display: flex;

flex-direction: column;

}



.user_class_info .form-group{

display: flex;

flex-direction: column;

}

.user_class_info label{

width: 50%;

margin: 0 auto;

}

.user_class_info textarea{

width: 50%;

height: 200px;

margin: 0 auto;

}

.user_class_info .user_class input[type="submit"]{

width: 50%;

margin: 30px auto 10px auto;

}



.user_class_info .action_btns .action_delete input[type="submit"]{

  width: 100% !important;  

}

.user_class_info .btn-default{

    border: solid 1px #BB752D;

    width: 50%;

    margin: 30px auto 10px auto; 

}

.user_class_info .btn-default:hover{

    background-color: #B56F37;

    color:#fff !important;

}

.user_class_info input[type="submit"]:hover{

    color:#000;

  background:#fff !important;

}

.user_class_info .review_content{

        margin-bottom: 10px !important;

    font-size: 17px;

}

/**Changes End**/

ul.left li.fntsize { font-size: 20px; }
.ryt-con h1 { font-size: 32px; padding-bottom: 10px; display: inline-block; margin: 0; }
.ryt-con h1 i { color: #BB752D; }

.ryt-con h4 { font-size: 14px; }

a.back-btn { border: 1px solid #BB752C; background: #BB752C; text-align: center; padding: 5px 26px; border-radius: 8px; float: right; color: #f7f7f7 !important; font-size: 16px; line-height: 31px; font-weight: 700; }
a.back-btn:hover { color: #ffd300; }
a.back-btn:before { content: "\f044"; font-family: "Font Awesome 5 Pro"; font-weight: 900; margin-right: 10px; }

.bio-details .ryt-con h3 { font-size: 24px; font-weight: 700; margin-bottom: 20px; }
p.box { background-color: #EFEFEF; border: 2px solid #EFEFEF; padding-top: 24px; padding-bottom: 23px; padding-left: 17px; font-size: 18px; line-height: 30px; margin-bottom: 39px; }
p.box1 { background-color: #fff; border: 1px solid #ccc; padding-top: 24px; padding-bottom: 23px; padding-left: 17px; font-size: 18px; line-height: 30px; }
p.box2 { background-color: #EFEFEF; border: 2px solid #EFEFEF; padding-top: 24px; padding-bottom: 23px; padding-left: 17px; font-size: 18px; line-height: 30px; }

a.add { border: 1px solid #BB752C; background: #BB752C; text-align: center; padding: 2px 10px; border-radius: 0px; font-size: 24px; letter-spacing: 0px; line-height: 30px; color: #f7f7f7; font-weight: bold; float: right; margin-top: 0px; margin-right: 22px; }

h3.vidz { padding-top: 40px; }

p.box4 { background-color: #EFEFEF; border: 2px solid #EFEFEF; padding-top: 24px; padding-bottom: 23px; padding-left: 17px; font-size: 18px; line-height: 30px; }

.dis-flex { display: flex; align-items: center; background-color: #f4f4f4; border: 2px solid #f4f4f4; padding: 25px 17px; }
.dis-flex p { font-size: 18px; line-height: 28px; padding-right: 15px; }
.dis-flex a { color: #bb752d; }
.dis-flex .actions { display: flex; text-align: right; }
.dis-flex .actions span { width: 40px; height: 40px; line-height: 42px; display: inline-block; background: #dbdbdb; text-align: center; font-size: 18px; border-radius: 50px; color: #878282; }
.dis-flex .actions span.delete { color: #b51212; margin-left: 10px; }
.dis-flex .actions span:hover { color: #BB752C; }
.bio-info .content-bio br { display: none; }
.profile-detail table tr.details { display: block;}
.profile-detail table tr.details td { width: 50%; }
.profile-detail h2 { font-size: 33px !important;}

.add-option, .bio-info { float: none; position: relative; margin-bottom: 55px; }
.bio-info { margin-bottom: 40px; float: none; }
.dis-flex.bg-trasperant { background-color: transparent; border-color: #d7d7d7; }

.actor_class_actor .dataTables_wrapper .dataTables_paginate a.paginate_button { min-width: 70px !important; }

.profile-detail-new { margin-bottom: 30px; }
.profile-detail-new table td { padding: 10px 20px; }

.tohide .gal_imgs { position: relative; font-size: 0; }
.tohide .gal_imgs:after { content: "\f00d"; font-family: "Font Awesome 5 Pro"; font-weight: 900; font-size: 17px; color: #e3342f; position: absolute; top: 6px; right: 6px; background: #fff; width: 22px; width: 27px; border-radius: 60px; }




/*dashboard end*/



.card.card_online { border: none; padding: 0; }

.card_online .card-header { display: none; }

.card_online .class_list_items .column { display: block; border: 1px solid rgba(0,0,0,.125); margin: 0 0 20px 0; padding: 20px; }

.card_online .class_list_items .column:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; overflow: hidden; }

.card_online .class_list_items .pic { float: left; max-width: 250px; margin: 0 30px 0 0; }

.card_online .class_list_items .date { border: none; text-align: left; }

.card_online .class_list_items .date p { margin: 0; }

.card_online .class_list_items .sub_title { padding: 15px 0 0 0; }

.card_online .class_list_items .sub_title h3 { text-align: left !important; font-size: 21px; color: #303030; font-weight: 600; }

.card_online .class_list_items .sub_title h3 a { color: #303030; }





/*dashboard new filter*/



.my_account_mine .column .info { overflow: hidden;}

.class-booking { margin: 40px auto; }

.book_class_form a h3 { height: 35px; line-height: 35px;  background: #BB752D; border-color: #BB752D; color: #fff;  padding: 0 20px; border-radius: 5px; font-size: 14px; display: inline-block;  }

.book_class_form a { display: block; text-align: center;}

.class-booking { border: 1px solid #ccc; padding: 20px;}

.padding-top { margin-top: 40px;}



.class_additional_data { text-align: center; padding: 20px 0;}

.class_additional_data h2 { font-size: 20px; font-weight: 500; color: #bb752d;}

.class_additional_data span { display: block; }

.inner .btn-info { background-color: #bb752d !important; border-color: #bb752d !important; color: #fff !important;}

.inner .btn-info:hover { opacity: 0.8;}

.inner { padding: 60px 40px; background: #fff;}

.inner img { margin-bottom: 12px;}
.inner .pic img { width: 300px; height: 350px; object-fit: cover; object-position: top; }

.bck-btn { text-align: center;}

.inner .bck-btn a { background: #000 !important; border-color:  #000 !important; color: #fff !important;}

.inner .bck-btn a:hover { opacity: 0.8; }

.inner .date { font-weight: bold;}

.inner .date p span { font-weight: normal; margin-left: 4px;}



.inner-outer { padding: 40px 0;}



.banner_image .banner_img_block.banner_mob { display: none; }



/* About Page

-------------------------------------------------------------------  */



.content {}

.content h3 { font-weight: 600; margin-bottom: 20px; line-height: 1.4; }

.content p { font-size: 17px; line-height: 30px; margin-bottom: 1.4rem; }



.content .box { font-size: 19px; color: #282828; text-align: center; font-style: italic; line-height: 33px; background-color: #f0f0f0; border: 1px solid #dadada; padding: 20px 15px; margin: 30px 0 50px 0; font-family: 'Century Gothic'; font-weight: 700; }



.alignright { float: right; margin: 0 0 20px 30px; }



#myFrm #credit_pay { margin-left: 20px; }



.self_tape_and_coaching {}

.self_tape_and_item { display: inline-block; vertical-align: top; width: 45%; padding: 3px; border: 1px solid #ccc; margin: 0 20px 30px 0; cursor: pointer; }

.self_tape_and_item video { max-width: 100%; height: auto; }

.bio-details .ryt-con .self_tape_and_coaching h3 { margin-bottom: 20px; }



.form-group .ms-options-wrap { flex: 0 0 50%; max-width: 50%; padding: 0 15px; }

.form-group .ms-options-wrap button { background: rgb(239 131 20 / 9%)!important; border: 1px solid #ced4da; padding: 0.375rem 0.75rem; border-radius: 0.25rem; color: #495057; }

.form-group .ms-options-wrap .ms-options { width: 130%; padding: 10px 10px 0 10px; margin: 0 0 0 15px; background: #fef4e9; }

.form-group .ms-options-wrap .ms-options ul { column-count: 4 !important; list-style: none; clear: both; }

.form-group .ms-options-wrap .ms-options a.ms-selectall { background: #BB752D; color: #fff; text-transform: uppercase; font-size: 14px; padding: 5px 10px; border-radius: 3px; font-weight: 600; float: right; }

.form-group button#reg_sele_agent, .form-group button#reg_sele_manager { padding: 5px 20px; border: none; border-radius: 3px; }



.edit_actor_edit .form-group .ms-options-wrap { flex: 0 0 100%; max-width: 100%; padding: 0; }

.edit_actor_edit .form-group .ms-options-wrap .ms-options { width: 100%; padding: 10px 10px 0 10px; margin: 0; }

.form-group button#edit_front_sele_agent, .form-group button#edit_front_sele_manager { padding: 5px 20px; border: none; border-radius: 3px; }



.userwalletlog_wallet_log #wallet_data_wrapper thead th { font-size: 14px; }

.userwalletlog_wallet_log #wallet_data_wrapper tbody td { font-size: 13px; }

.userwalletlog_wallet_log table.dataTable thead th, .userwalletlog_wallet_log table.dataTable thead td { padding: 10px 18px 10px 9px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.next { width: 80px; height: 40px; }



.disclaimer_div { padding: 0 20px; font-weight: 700; line-height: 17px; font-size: 12px; max-width: 700px;  margin: 0 auto;}

.disclaimer_div span.disclaimer { font-size: 12px; font-weight: normal;}



.userwalletlog_wallet_log ul.history { list-style: none;} 

.userwalletlog_wallet_log ul.history li { display: inline-block; margin-right: 4px; margin-bottom: 10px;}



#testimonials .under-line { margin-bottom: 0px; }



#load_data { padding: 50px 0; }

#load_data .class_list_items { background: #f1f1f1; border: 1px solid #dadada !important; padding: 15px; margin-bottom: 30px; }
#load_data .class_list_items:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; overflow: hidden; }
#load_data .class_list_items .pic { float: left; max-width: 300px; margin: 0 20px 0 0; }
#load_data .class_list_items .pic img { width: 170px; height: 220px; object-fit: cover; object-position: top; }
#load_data .class_list_items .date { padding-top: 10px; margin-bottom: 10px; }
#load_data .class_list_items .date p { margin: 0 20px 0 0; display: inline-block; vertical-align: top; font-size: 14px; font-weight: bold; }
#load_data .class_list_items .date p span { font-weight: normal; margin: 0 0 0 5px; }
#load_data .class_list_items .sub_title h3 { text-align: left !important; font-family: "Century Gothic"; font-weight: 600; line-height: 1.4; font-size: 1.575rem; }
#load_data .class_list_items .sub_title h3 a { color: #000; }



.user_class_info { padding: 60px 0;}

.user_class_info .btn-info { background: #B56F37; color: #fff; border-color: #B56F37;}

.user_class_info .btn-info:hover { background: #975d2f !important; color: #fff !important;}

.class_list_items{

        margin-bottom: 30px;

}

.actor_class_actor {}
.actor_class_actor h3 { color: #BB752D; }
table.dataTable thead th { background: #676767; color: #ffff; }
table.dataTable td a { color: #000000; }

.galimgs .tohide  { display:inline-block; width: 15%;}
.galimgs br { display:none;}
.galimgs label { display: block;}


#footer p.footer-disclaimer { font-size: 11px; line-height: 21px;}

label.editfrontrep {
    margin-bottom: 0px !important;
    font-size: 20;
    line-height: 26px;
    margin-top: 12px;
    color: #bb752d;
    font-weight: bold;
}

.profile-detail-new .modal-content {
    max-width: 600px;
    text-align: center;
    padding: 0;
    border: none;
    height: 100%;
    background: none !important;
    justify-content: center;
    margin: 0 auto;
}

.profile-detail-new .inner_content {
    padding: 20px;
    position: relative;
    background: #fff;
}
.profile-detail-new .modal-content p {
    margin-bottom: 0px;
}

.profile-detail-new span.closemember {
    position: absolute;
    background: #BB752D;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: -10px;
    font-size: 20px;
    color: #fff;
    right: -10px;
    border-radius: 50px;
    cursor: pointer;
}

.fc th.fc-day-header { padding-top: 10px; padding-bottom: 10px; }

.modal-content-cal { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.social_icons {}
.social_icons a { display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 18px; background: #bb752d; color: #fff; border-radius: 3px; margin-right: 5px; }
.social_icons a i { line-height: 30px; }
.social_icons a:hover { color: #000; }



@media(min-width: 1200px) {

    
    #testimonials .owl-next, #testimonials .owl-prev,#testimonials_actor .owl-next, #testimonials_actor .owl-prev { top: 50%;}

    #testimonials .owl-prev,#testimonials_actor .owl-prev { left: -50px;}

    #testimonials .owl-next,#testimonials_actor .owl-next { right: -50px;}

    

}





@media (min-width: 1400px) and (max-width: 1500px) {

    .banner_text .first { margin-bottom: 30px; }

}



@media (min-width: 1300px) and (max-width: 1399px) {

    .banner_text .first { margin-bottom: 30px; }

    .banner_text h2 { font-size: 90px; line-height: 72px; }

    .banner_text .first { font-size: 28px; line-height: 36px; margin-bottom: 30px; }

    .banner_text .third { font-size: 35px; line-height: 30px; }

    .banner_text .forth { font-size: 30px; line-height: 40px; margin-bottom: 0; }

}



@media (min-width: 1200px) and (max-width: 1299px) {

    .banner_text .first { margin-bottom: 30px; }

    .banner_text h2 { font-size: 90px; line-height: 72px; }

    .banner_text .first { font-size: 28px; line-height: 36px; margin-bottom: 30px; }

    .banner_text .third { font-size: 35px; line-height: 30px; }

    .banner_text .forth { font-size: 30px; line-height: 40px; margin-bottom: 0; }

}



@media (min-width: 1100px) and (max-width: 1199px) {

    .banner_text .first { margin-bottom: 30px; }

    .banner_text h2 { font-size: 70px; line-height: 65px; }

    .banner_text .first { font-size: 23px; line-height: 33px; margin-bottom: 30px; }

    .banner_text .third { font-size: 28px; line-height: 25px; }

    .banner_text .forth { font-size: 25px; line-height: 32px; margin-bottom: 0; }

}



@media (min-width: 992px) and (max-width: 1099px) {

    .banner_text .first { margin-bottom: 30px; }

    .banner_text h2 { font-size: 60px; line-height: 65px; }

    .banner_text .first { font-size: 20px; line-height: 30px; margin-bottom: 25px; }

    .banner_text .third { font-size: 25px; line-height: 23px; margin-bottom: 10px; }

    .banner_text .forth { font-size: 20px; line-height: 28px; margin-bottom: 0; }

}



@media (min-width: 992px) and (max-width: 1099px) {

    .banner_text .first { margin-bottom: 30px; }

    .banner_text h2 { font-size: 60px; line-height: 65px; }

    .banner_text .first { font-size: 20px; line-height: 30px; margin-bottom: 25px; }

    .banner_text .third { font-size: 25px; line-height: 23px; margin-bottom: 10px; }

    .banner_text .forth { font-size: 20px; line-height: 28px; margin-bottom: 0; }

}









@media (min-width: 1200px) and (max-width: 1400px) {

    .left_logo h1 { font-size: 36px; }

    .navbar .navbar-nav .nav-item a { font-size: 14px; padding: 8px; }

    .right_button a { font-size: 14px; }

}



@media (min-width: 992px) and (max-width: 1199px) {

    #testimonials { padding: 60px 0 50px 0; }

    #testimonials h2, #testimonials_actor h2 { font-size: 38px; }

    /*#testimonials .testi-content p { font-size: 15px; line-height: 25px; }*/

    .testi-photo { margin-right: 5%; }

    .testi-content { width: 100%; }

    #founder img { width: 180px; }

    #founder p { font-size: 14px; }

    #footer h2 { font-size: 42px; margin-bottom: 20px; }

    .address { padding-left: 10px; }

    ul.menu_links li a, ul.menu_links li a { padding-left: 10px; }

    .map p, ul.menu_links li a, #footer p.right-cont { font-size: 14px; }

    .navbar .navbar-nav .nav-item a { font-size: 13px; padding: 3px 5px; }

    .right_button a { font-size: 14px; }

    .right_button  { padding: 3px 8px; margin-left: 10px; }

    .left_logo h1 { font-size: 27px; line-height: 44px; }

    #calendar_section { padding: 70px 0; }

    #calendar .fc-event { font-size: 14px; line-height: 20px; }

    a.btn1 { padding: 0 25px; }
    #testimonials .owl-prev, #testimonials_actor .owl-prev, #testimonials .owl-next, #testimonials_actor .owl-next { top: 50%; }
    #testimonials .owl-carousel, #testimonials_actor .owl-carousel { padding: 0 70px; }
    .testi-photo { min-height: inherit; margin-bottom: 20px; }
}



@media (max-width: 991px) {

    .left_logo h1 { font-size: 34px; line-height: 28px; }

    #testimonials h2, #testimonials_actor h2 { font-size: 38px; }

    #testimonials { padding: 55px 0 30px 0; }

    #testimonials .owl-prev, #testimonials_actor .owl-prev, #testimonials .owl-next, #testimonials_actor .owl-next { top: 50%; }
    #testimonials .owl-carousel, #testimonials_actor .owl-carousel { padding: 0 70px; }

    #testimonials .owl-carousel .owl-nav.disabled { display: block; }
    #testimonials_actor .owl-carousel .owl-nav.disabled { display: block; }

    #founder img { width: 170px; }

    #founder { padding: 25px 0; }

    #topsection { background-size: contain; background-position: top; }

    .profile-detail table td, .profile-detail table td p { font-size: 13px; }

    .profile-detail h2 { font-size: 42px; line-height: 52px; }

    .profile-detail table td:nth-child(1) { width: 100px !important; }

    .profile-detail .borderbox a { font-size: 14px; }

    .bio-details .lft-con h1 { font-size: 22px; }

    .bio-details h3.membr { font-size: 20px; }

    .bio-details .lft-con p { font-size: 16px; }

    .bio-details .ryt-con { padding-left: 25px; }

    a.btn1 { padding: 0 25px; }

    #footer h2 { font-size: 36px; }

    .address { padding-left: 18px; }

    .map p { font-size: 14px; }

    .profile-detail { padding-left: 10px; }

    #calendar .fc-event { font-size: 14px; line-height: 19px; }

    #calendar table tr .fc-unit { font-weight: normal; }

    #calendar_section { padding: 60px 0; }

    /*#testimonials .inner-content { padding-top: 0; }*/

    #footer .col-sm-6 { flex: 0 0 50%; max-width: 50%; }



    .banner_text .first { margin-bottom: 30px; }

    .banner_text h2 { font-size: 45px; line-height: 40px; }

    .banner_text .first { font-size: 16px; line-height: 23px; margin-bottom: 20px; }

    .banner_text .third { font-size: 20px; line-height: 19px; margin-bottom: 4px; }

    .banner_text .forth { font-size: 17px; line-height: 25px; margin-bottom: 0; }

    .form-group .ms-options-wrap .ms-options ul { column-count: 3 !important; }



}



@media (max-width: 768px){
    #thumbs { display:none !important; }
    .user_class_info label { width: 80%; }
    .user_class_info textarea { width: 80%; }
    .user_class_info input[type="submit"] { width: 80%; }
    .user_class_info .btn-default { width: 80%; }
    .profile-detail h2 { font-size: 32px; line-height: 42px; }
    .profile-detail table td, .profile-detail table td:nth-child(1) { display: block; width: 100% !important; }
    .profile-detail table td:nth-child(2) { padding-left: 15px; }
    .profile-detail table td:nth-child(1) span { float: inherit; }
    .photo-thumb-nail-wrap .owl-nav button.owl-prev, .photo-thumb-nail-wrap .owl-nav button.owl-next { top: 12%; }
    .profile-detail .borderbox { word-wrap: break-word; }
    .profile-detail h4 { font-size: 22px; }
    #inner-content { padding-top: 20px; padding-bottom: 30px; }
    #footer h2 { font-size: 36px; text-align: center; margin-bottom: 15px; }
    #footer p.right-cont { text-align: center; font-size: 15px; line-height: 23px; margin-bottom: 30px; }
    #footer h3 { margin-bottom: 15px; }
    p.copy-right { text-align: center; }
    .profile-detail { padding-left: 35px; }
    .profile-detail { padding-left: 10px; }
    h3.box { font-size: 18px; line-height: 28px; }
    ul.left li { padding-top: 0; padding-bottom: 10px; background-position: 0 7px; padding-left: 0; font-size: 14px; }
    a.btn1 { padding: 0 25px; }
    a.btn1 { padding: 0 10px; height: 38px; line-height: 38px; font-size: 14px; margin-left: 10px; }
    .bredcum { padding-bottom: 20px; }
    ul.left { padding-left: 0; padding-right: 0; }
    .bio-details .ryt-con { padding-left: 15px; }
    .bio-details .ryt-con h1 { font-size: 32px; }
    .bio-details .ryt-con h3 { font-size: 21px; }
    .dis-flex { flex-direction: column; }
    .bio-details h3.top-btn { font-size: 16px; padding: 4px 0; }
    ul.left li.fntsize { font-size: 16px; }
    #calendar_section h2 { font-size: 40px; }

    .banner_image .banner_img_block { display: none; }
    .banner_image .banner_img_block.banner_mob { display: block; }
    #calendar #status_and_category_id { padding: 20px 0 60px 0; }
    #status_and_category_id span { margin-bottom: 6px; display: inline-block; }
    #calendar .fc-event { font-size: 12px; line-height: 16px; }
    #testimonials .testi-content p {/* font-size: 15px; line-height: 22px; padding-left: 12px;*/ }

    .banner_text h2 { font-size: 45px; line-height: 38px; }
    .banner_text .first { font-size: 18px; line-height: 24px; margin-bottom: 30px; }
    .banner_text .third { font-size: 20px; line-height: 22px; margin-bottom: 7px; }
    .banner_text .forth { font-size: 19px; line-height: 23px; margin-bottom: 0; }
    #testimonials .bio-details .lft-con h2 { font-size: 22px; line-height: 30px; }
    a.back-btn { padding: 1px 24px; }
    .title-text h2 { font-size: 30px; }
    #founder p { width: 330px; line-height: 20px; font-size: 16px; }
    .alignright { float: none; margin: 0 0 20px 0; display: block; }
    #footer { padding: 35px 0px 30px 0px; }
    #footer .col-md-3.d-md-none { display: none; }
    #footer .col-sm-6 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; flex: 0 0 100%; max-width: 100%; text-align: center; }
    #footer .col-sm-6 .d-flex { display: block !important; }
    .self_tape_and_item { margin: 0 10px 10px 0; }
    .form-group .ms-options-wrap { flex: 0 0 100%; max-width: 100%; }
    .form-group .ms-options-wrap .ms-options { width: calc(100% - 30px); }
    .form-group .ms-options-wrap .ms-options ul { column-count: 3 !important; }
    #load_data .class_list_items .pic { float: none; max-width: 100%; margin-right: 0; }

    .testi-photo { float: none; min-height: inherit; margin-bottom: 20px; }
    .testi-content { width: auto; float: none; }
    #testimonials h2, #testimonials_actor h2 { font-size: 30px; }
    .profile-detail-new .modal-content { max-width: 80%;}

    /*#calendar table tr td .calendar_meta { display: none; }*/
    #calendar table tr td .calendar_meta span.fc-unit { display: none; }
    #calendar table tr td .calendar_meta br { display: none; }
    #calendar table tr td .calendar_meta span.fc-unit:nth-child(1) { display: block; }
    #calendar table tr td .archive_class, #calendar table tr td .red_category, #calendar table tr td .actor_class { padding: 10px 3px; text-align: center; border-left: none !important; }
    #calendar a.fc-day-grid-event { margin: 0; }
    #calendar table tr td .fc-content .fc-title { display: none; }
    .pop_content .archive_class .calendar_meta { font-size: 16px; color: #bb752d; font-weight: bold; line-height: 24px; margin-bottom: 20px; }
    .pop_content .archive_class .fc-time { font-size: 16px; color: #bb752d; font-weight: bold; line-height: 24px; margin-bottom: 20px; }

    .pop_content .red_category .calendar_meta { font-size: 16px; color: #FF623A; font-weight: bold; line-height: 24px; margin-bottom: 20px; }
    .pop_content .red_category .fc-time { font-size: 16px; color: #FF623A; font-weight: bold; line-height: 24px; margin-bottom: 20px; }

    .pop_content .actor_class .calendar_meta { font-size: 16px; color: #28a745; font-weight: bold; line-height: 24px; margin-bottom: 20px; }
    .pop_content .actor_class .fc-time { font-size: 16px; color: #28a745; font-weight: bold; line-height: 24px; margin-bottom: 20px; }

    #calendar .fc-day-grid-container { height: auto !important; }
    #calendar .fc-view-container { max-width: 540px; overflow-x: scroll; }
    #calendar .fc-view-container .fc-view.fc-month-view { width: 700px; }
    .social_icons a { width: 27px; height: 27px; line-height: 27px; font-size: 14px; }
    .social_icons a i { line-height: 27px; }
}

@media (max-width: 500px) {
    /*
    .banner_image { background: url(images/mobile_banner.jpg) no-repeat bottom center; background-size: 100% auto; padding: 36px 30px 20px 30px; }
    .banner_image .banner_img_block.banner_mob { display: none; }
    */
    .banner_image .banner_text { position: static; transform: none; }
    .banner_text h2 { font-size: 36px; line-height: 35px; }
    .banner_text .first { font-size: 16px; line-height: 21px; margin-bottom: 16px; }
    .banner_text .third { font-size: 15px; line-height: 17px; margin-bottom: 3px; }
    .banner_text .forth { font-size: 15px; line-height: 19px; margin-bottom: 0; }
    #calendar_section h2 { font-size: 30px; }
    #testimonials .owl-prev, #testimonials_actor .owl-prev, #testimonials .owl-next, #testimonials_actor .owl-next { width: 35px; height: 35px; }
    #testimonials .owl-next span, #testimonials .owl-prev span, #testimonials_actor .owl-next span, #testimonials_actor .owl-prev span { font-size: 35px; }
}

@media (max-width: 480px) {
    #calendar .fc-toolbar .fc-left { float: none; margin-bottom: 20px; }
    #calendar .fc-toolbar .fc-right { float: none; }
    #calendar .fc-state-default.fc-prev-button, #calendar .fc-state-default.fc-next-button { height: 30px; line-height: 30px; padding: 0 4px; }
    #calendar .fc-state-default.fc-prev-button .fc-icon, #calendar .fc-state-default.fc-next-button .fc-icon { height: 30px; line-height: 34px; }
    #calendar .fc-toolbar .fc-right .fc-button { font-size: 12px; }
    #calendar table tr td .archive_class, #calendar table tr td .red_category, #calendar table tr td .actor_class { padding: 10px 0px; }
}

@media (max-width: 399px) {
    .banner_image { padding: 25px 30px 18px 30px; }
    .banner_text h2 { font-size: 28px; line-height: 29px; }
    .banner_text .first { font-size: 14px; line-height: 18px; margin-bottom: 10px; font-weight: 100; }
    .banner_text .third { font-size: 14px; line-height: 17px; margin-bottom: 0px; }
    .banner_text .forth { font-size: 12px; line-height: 17px; margin-bottom: 0; }
     /*#calendar .fc-day-grid-event .archive_class .fc-time { text-indent: -9999px; width: 20px; height: 20px; display: block; background: #bb752d; margin: 0 auto; border-radius: 40px; }
     #calendar .fc-day-grid-event .red_category .fc-time { text-indent: -9999px; width: 20px; height: 20px; display: block; background: #FF623A; margin: 0 auto; border-radius: 40px; }
     #calendar .fc-day-grid-event .actor_class .fc-time { text-indent: -9999px; width: 20px; height: 20px; display: block; background: #28a745; margin: 0 auto; border-radius: 40px; }*/
}

@media (max-width: 576px){
    #slideshow { height: auto !important; }
    .photo-thumb-nail-wrap { margin: 20px 0 35px; }
    .photo-thumb-nail-wrap .owl-nav button.owl-prev, .photo-thumb-nail-wrap .owl-nav button.owl-next { top: 34%; }
    a.dwnld { float: inherit; }
    .bredcum > .row > .col-sm-6 { text-align: center; }
    .bredcum .top-sec { float: left; }
    .bredcum .top-sec { margin-top: 0; margin-bottom: 15px; }
    #top { padding-top: 15px; }
    .left_logo h1 { font-size: 26px; line-height: 26px; }
    .profile-detail { padding-left: 0px; }
    .profile-detail table td, .profile-detail table td p { font-size: 14px; }
    p.copy-right { font-size: 12px; text-align: center; }
    #founder img { margin: 0 auto; }
    #founder img, #founder p { float: inherit; display: block; text-align: center; }
    #founder { text-align: center; }
    #founder p { margin-top: 5px; padding-left: 0; max-width: 100%; width: 100%; }
    #footer .col-sm-6 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; flex: 0 0 100%; max-width: 100%; text-align: center; }
    #footer .col-sm-6 .d-flex { display: block !important; }
    #footer h2 { font-size: 32px; text-align: center; margin-bottom: 10px; }
    #footer p.right-cont { text-align: center; font-size: 15px; line-height: 23px; }
    #footer { padding: 35px 0px 0px 0px; }
    .link-block .footer_menu, .link-block h3 { margin-left: 0; }
    #footer h3 { margin-bottom: 20px; }
    #footer > div > div > div { margin-bottom: 20px; }
    ul.menu_links li a { padding-left: 15px; }
    .address { padding-left: 15px; }
    .bredcum .text-right { text-align: center !important; }
    .bredcum .text-right a { margin-bottom: 20px; }
    .ryt-img { padding-left: 0; }
    ul.left { padding-bottom: 0; }
    .pt-5 { padding-top: 10px !important; padding-bottom: 10px !important; }
    .bredcum { padding-bottom: 0px; }
    a.btn1 { padding: 0 8px; height: 30px; line-height: 30px; font-size: 13px; margin-left: 3px; }
    .bio-details .lft-con { margin-bottom: 30px; }
    .ryt-con h1 { padding-bottom: 12px; }
    .bio-details h3.membr { padding-top: 15px; }
    #calendar_section .fc-toolbar .fc-right { float: none; text-align: center; margin-bottom: 10px; }
    #calendar .fc-button-group { display: inline-block; float: none; }
    #calendar .fc-center h2 { display: block; float: none; text-align: center; }
    #calendar .fc-toolbar { padding: 15px 20px; }
    .testi-photo { width: 120px; margin: 0 0 20px 0; float: none; min-height: inherit; }
    .testi-content { width: 100%; float: none; }
    #testimonials .testi-content p { padding-left: 0; }
    #founder hr { display: none; }
    .form-group .ms-options-wrap .ms-options ul { column-count: 2 !important; }
    .form-group input[type="file"] { max-width: 100%; }
    #home_content a.btn1 { margin-bottom: 10px !important; }
}

dt { min-width: 100px; float: left; margin-right: 15px; }
.details { display: revert !important; }
.details td { background: #BB752D !important; color: #fff; }
.my_account_row { flex-direction: row-reverse; }
.gallery_images_note_class { font-size: 18px; line-height: 28px; font-weight: 400; font-family: 'Century Gothic'; }

#addPhotoProPic,
#addResume,
#addPhotoGalleryPic { background: #BB752D !important; border: 1px solid #BB752D; font-size: 0.9rem; line-height: 1.6; border-radius: 0.25rem; color: #fff; padding: 4px 14px; margin-top: 15px; }

#addPhotoProPic:hover,
#addResume:hover,
#addPhotoGalleryPic:hover { background: #8C551C !important; }




