/*
Theme Name: Elit Dog Club
Theme URI: https://edc.trainpetdog.com/
Author: Sescopl Team
Author URI: https://trainpetdog.com/
Description: This is the custom theme of edc
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0
Text Domain: edc
*/

/* font  */
@charset "UTF-8";
@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('../fonts/ARIAL.woff') format('woff');
    }
    
/* end font  */

body,html {
    overflow-x: hidden;
}
body {
    font-family: PT serif;
    /* color: #646c73; */
    font-style: normal;
    margin: 0;
	/*text-align: center;*/
}
h1 {
    line-height: 60px;
    color: #485a68;
    padding-bottom: 23px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 48px;
}
.md-mb-3{
    margin-bottom:35px;
}
.color_grid {
    background-color: #f6fbf9;
}
.button-dti-green{
    cursor: pointer;
    width: 100%;
    max-width: 215px;
    display: block;
    border-style: none;
    border-radius: 0;
    height: 60px;
    background: #06c083;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    background-repeat: no-repeat;
    font-size: 19px;
    white-space: normal;
    word-wrap: break-word;
    margin: 0 auto;
}
.form-fields1 .form-field1 {
    border: 2px solid #333940;
    background-color: #fff;
    border-radius: 5px;
}
.form-field1 {
    height: 52px;
    border-radius: 0;
}
span.heading-color {
    color: #c7b56e;
}
.heading-color {
    color: #c7b56e;
}
h1.login-header.header-big-font.text-center {
    line-height: 1.5;
}

/**############################## navigation menu css start ###################################*/

.header-section{
    background-color: #fff!important;
    min-height: 70px;
	border-bottom: 2px solid #80808096;
	justify-content: center;
}
.user-image{
    border-radius: 50%;
    border-style: solid;
    border-color: #c7b56e;
    border-width: thick;
}
.nav-center-option{
    display: none;
    cursor: default;
}
#navbarMenu a{
    font-family: sans-serif;
    color: black;
}
/*.user-profile {
    margin: 13px 0px 0px -20px;
}*/
.cursor-pointer{
    cursor: pointer;
}
.avatar {
    vertical-align: middle;
    width: 40px;
    height: auto;
    border-radius: 50%;
}
.navbar-expand-lg img.custom-logo {
    width: 40px;
    height: auto;
}
b.brand-title.for_desktop {
    color: #c7b46f;
}
h4.dashboard-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    min-height: 46px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.login-header {
    font-size: 25px;
    font-weight: 700;
}
h1.login-header {
    font-size: 24px;
    font-weight: 700;
}
.logo-section {
    margin-top: 70px;
}
.logo-section img.custom-logo {
    width: 70px;
    height: auto;
}
p.site-name {
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
	text-align: center;
}
.dropdown-menu .small, small {
    font-size: 80%;
    font-weight: 400;
}
.dropdownProfilecontent .dropdown-item {
    color: rgb(231, 231, 231);
    font-size: 13px;
}
.dropdownProfilecontent .dropdown-item:hover {
    background: #000000d1;
}
.dropdown-menu {
    left: 40px!important;
}
a.dropdown-item.px-0 {
    min-width: 230px;
}
#profilechar {
    display: inline-block;
    background-image: linear-gradient(#06c083, #06c083a1);
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 3px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
}
.dropdown {
    text-align: center;
}
.btn:hover {
    background: #06c083!important;
    border-color: #06c083!important;
    color: #fff;
}
/**############################## navigation menu css end ###################################*/


/**############################## Header Search Icon start ###################################*/

.custom_search_icon .input-box, 
#header_search_icon .input-box, 
#header_search_icon1 .input-box, 
#header_search_icon2 .input-box, 
.header_search_icon1 .input-box, 
#header_search_icon_new .input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 40px;
  margin: 0 50px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.custom_search_icon .input-box.open, 
#header_search_icon .input-box.open, 
#header_search_icon1 .input-box.open, 
#header_search_icon2 .input-box.open, 
.header_search_icon1 .input-box.open, 
#header_search_icon_new .input-box.open {
  max-width: 300px;
  border: 2px solid #000000c7;
  border-radius: 1.625rem;
}
.custom_search_icon .input-box input, 
#header_search_icon .input-box input, 
#header_search_icon1 .input-box input, 
#header_search_icon2 .input-box input, 
.header_search_icon1 .input-box input, 
#header_search_icon_new .input-box input {
  position: relative;
  width: 90%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  /* transition: all 0.5s ease-in-out; */
  overflow: hidden;
}
.custom_search_icon .input-box.open input, 
#header_search_icon .input-box.open input, 
#header_search_icon1 .input-box.open input, 
#header_search_icon2 .input-box.open input, 
.header_search_icon1 .input-box.open input, 
#header_search_icon_new .input-box.open input {
    padding: 7px 15px 7px 65px;
	background: transparent;
}

.custom_search_icon .input-box .search, 
#header_search_icon .input-box .search, 
#header_search_icon1 .input-box .search, 
#header_search_icon2 .input-box .search, 
.header_search_icon1 .input-box .search, 
#header_search_icon_new .input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  cursor: pointer;
}
.custom_search_icon .search .search-icon, 
#header_search_icon .search .search-icon, 
#header_search_icon1 .search .search-icon, 
#header_search_icon2 .search .search-icon, 
.header_search_icon1 .search .search-icon, 
#header_search_icon_new .search .search-icon {
  font-size: 25px;
  color: #1c1c1c;
}
.custom_search_icon .input-box .close-icon, 
#header_search_icon .input-box .close-icon, 
#header_search_icon1 .input-box .close-icon, 
#header_search_icon2 .input-box .close-icon, 
.header_search_icon1 .input-box .close-icon, 
#header_search_icon_new .input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 25px;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.custom_search_icon .input-box.open .close-icon, 
#header_search_icon .input-box.open .close-icon, 
#header_search_icon1 .input-box.open .close-icon, 
#header_search_icon2 .input-box.open .close-icon, 
.header_search_icon1 .input-box.open .close-icon, 
#header_search_icon_new .input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}

/**############################## Header Search Icon start ###################################*/


a.product-link {
    text-decoration: none;
}

a.product-link:hover > p.text-center{
    color: #555;
}
.tml-action-links li{
    list-style: none;
}
#wp-user-avatars-user-settings h2{
    display: none;
}
p.message {
    color: #c8b46e;
}
.btn-success-green{
    background: #06c083;
    border-color: #06c083;
    color: #fff;
}
.btn-primary{
    background: #06c083;
    border-color: #06c083;
    color: #fff;
}
.body_width_lay {
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
}
.topgap {
    padding: 50px 0px 0px 0px;
}


/**############################## Product Section start###################################*/
h2.desktop_mainheadingtext {
    font-size: 30px;
    line-height: 27.83px;
    font-size: 35px;
    font-weight: 800;
    width: 100%;
    height: 28px;
    text-align: center;
    justify-content: center;
    letter-spacing: 1px;
    margin: 50px auto;
    color: #000000;
}
/* #mobile_product_tab {
	display:none;	
} */
.product-image{
    border: 4px solid #c8b46e;
    display: block;
    margin: 10px auto;
    padding-bottom:5px ;
    height: 340px;
    width: 100%;

}
#desktop_product_tab .wrapper {
    display: flex;
    justify-content: center;
}
a.product-link p.text-center {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    padding-top: 10px;
}
.product-image-container{
    text-align: center;
}
a.product-link {
	background-image: linear-gradient(#06c083, #06c083a1);
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 700;
}
.product-image-container h2.wrapperheading {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin: 15px 45px 15px 10px;
}
.product-image-container .wrapper img {
    width: 55px;
    height: auto;
}
.product-image-container img{
    width:auto;
    height: 230px;
}
.product-container{
    min-height: 320px;
    margin-bottom: 30px;
}
.product-image-container p {
    color: #454544;
    font-size: 18px;
    min-height: 54px;
    display: flex;
    text-align: left;
    text-align: left!important;
    max-width: 54%;
    margin: 8px auto;
}
.product-heading-text p {
    font-size: 18px;
}

#desktop_content .selected{
	display:block!important;
}
#content1,
#content2,
#content3,
#content4 { display: none; }

div#content {
    width: 100%;
}

h2.expert_heading {
    line-height: 27.83px;
    font-size: 21px;
    font-weight: 700;
    margin: 20px auto;
    letter-spacing: -0.28 px;
    color: #000000;
    border: 4px solid #EDE7CF;
    border-radius: 10px;
    padding: 8px 1px;
}
label.form-label {
    line-height: 27.83px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.28 px;
    color: #000000;
}
table.formtable {
    border-collapse: collapse;
    width: 100%;
}
.table_row td {
    padding: 9px 0px;
}
input.productform, select.productform {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 21px;
    font-weight: 400;
    line-height: 27.83px;
    margin-left: 10px;
    color: #646C73;
    border: 1px solid #000000;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}
textarea.productform {
    display: block;
    width:100%;
    padding: .375rem .75rem;
    font-size: 21px;
    font-weight: 400;
    line-height: 27.83px;
    margin-left: 10px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 20px;
}
button.form_group_button {
    background-image: linear-gradient(#06c083, #06c083a1);
    color: #fff;
    padding: 10px 48px;
    margin: 0px 20px 0px 0px;
    font-size: 16px;
    border: 1px solid #06c083;
    font-weight: 700;
    border-radius: 10px;
}
button.form_group_button:hover {
    color: #06C083;
    background: #ffffff;
    border: 1px solid #06C083;
}
 .custom_search_icon .input-box, 
.alltopicdata #header_search_icon .input-box, 
.alltopicdata #header_search_icon1 .input-box, 
.alltopicdata #header_search_icon2 .input-box, 
.alltopicdata #header_search_icon_new .input-box {
    margin: 0px;
	float: right;
}
.innder_div {
    max-width: 300px;
    border: 2px solid #06c083;
    border-radius: 1.625rem;
    position: relative;
    width: 100%;
    justify-content: center;
    display: flex;
    height: 40px;
    background-image: linear-gradient(#06c083, #06c083a1);
    transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.innder_div p {
    position: relative;
    width: 90%;
    height: 100%;
    left: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 6px 15px;
    border: none;
    border-radius: 6px;
    outline: none;
    transition: all 0.5s ease-in-out;
}
.innder_div img {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 30px;
    height: auto;
    cursor: pointer;
}
.alltopicdata table {
    width: 100%;
    text-align: left;
    margin: 25px auto;
}
.alltopicdata .table_heading {
    background-image: linear-gradient(#EDE7CF, #ede7cf70);
}
.alltopicdata table tr th {
    font-size: 21px;
    font-weight: 700;
    padding: 10px;
}
.alltopicdata tr.table_row {
    border-bottom: 2px solid #F6FBF9;
}
#main_post_topic {
	display:none;
}
.data {
    width: 100%;
}
.sub_data {
	margin:0px auto;
}
td.table_fles_item {
    display: flex;
}
#alltopicdata1 #header_search_icon .input-box input {
    width: 75%;
}
#alltopicdata1 #header_search_icon .input-box.open input {
    padding:0px!important;
    margin: 6px 0px 0px 60px;
}
/**############################## Product Section End ###################################*/

/**############################## Dropdown Start ###################################*/


/**############################## Dropdown End ###################################*/

/**############################## Dline Start###################################*/

.dline {
    height: 5px;
    background: #c6b56c;
    width: 160px;
    margin: 25px auto;
    justify-content: center;
}
.dline1 {
    height: 2px;
    background: #F6FBF9;
    width: 100%;
    margin: 15px auto;
    justify-content: center;
}

/**############################## Dline End ###################################*/

/**############################## Latest Updates start  ###################################*/

.latest_update_list_item {
    display: flex;
    padding: 25px 0px;
}
.latest_update_list_item .all-interested-item .item span {
    font-size: 21px;
    color: #070707;
    line-height: 23px;
    font-weight: 400;
}
.latest_update_list_item .all-interested-item .item p {
    font-size: 21px;
    color: #41403f;
    line-height: 23px;
    font-weight: 400;
	padding-left: 30px;
}
.latest_update_list_item .all-interested-item .item a span,
.latest_update_list_item .all-interested-item .item a i {
    color: #06c083;
}
.latest_update_list_item .all-interested-item .item {
    align-items: center;
    /* margin-bottom: 45px; */
    margin-bottom: 25px;
}
/**############################## Latest Updates End ###################################*/

/**############################## Our Reviews start ###################################*/

div#ourreviews {
	padding-top:45px;
	padding-bottom:45px;
}
.ourreviewsgrid_gallery .desc {
    padding: 15px;
    text-align: left;
}
#see_all_reviews {
	padding-top:60px;
}
#see_all_reviews button.btn.button-dti-green {
    max-width: 245px;
    font-size: 25px;
    letter-spacing: 1px;
}

/**############################## Our Reviews End###################################*/

/**############################## Our Contributors Start###################################*/

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
    padding: 15px 70px 50px 70px;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 290px;
}
.carousel .carousel-item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
    padding: 10px 0 10px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    color: #221c1cb3;
}
.carousel .overview {
    padding: 44px 0 0px;
}
.carousel .overview b {
    color: #000000;
    font-size: 20px;
}
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 20%;
	background: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 50px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: #06c083;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

/**############################## Our Contributors End###################################*/

/**############################## Contactus tagline start###################################*/

.contactustagline {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 52px;
}

/**############################## Contactus tagline end ###################################*/

/**############################## new css start###################################*/

.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: center;
}

/**############################## new css end ###################################*/

/**############################## Footer css start###################################*/

.footer {
	background: #323840;
    text-align: center;
    justify-items: center;
}
.footer .footerarea {
	padding-top:  65px;
	padding-bottom: 65px;
}
.footer ul.list-inline.mb-2 {
    display: flex;
    text-align: center;
    justify-content: center;
}
.footer li.list-inline-item::after {
    content: " | ";
    color: white;
    margin-left: 5px;
}
.footer p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 52px;
}
.footer img.custom-logo {
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer .list-inline-item a {
    color: #06c083;
    font-size: 20px;
    font-weight: 500;
}
ul#menu-footer-menu {
    display: flex;
    justify-content:center;
    
}
ul#menu-footer-menu li:first-child:after {
    content:'|';
    color:#fff;
}
ul#menu-footer-menu li {
    list-style: none;
    font-size: 20px;
    font-weight: 600;
}
.footer a {
    color: #06c083;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 10px;
}
/**############################## Footer css end###################################*/

/**############################## POP-UP css Start ###################################*/
.my_custom_modal .modal.fade.global-container.show {
    justify-content: center;
    height: auto;
    width: 100%;
    max-width: 40%;
    top: 20%;
    left: 29%;
    justify-content: center;
    margin: 0px auto;
    position: fixed;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.my_custom_modal .modal-content {
    border: 6px solid #EDE7CF;
    border-radius: 25px;
}
.my_custom_modal .modal-header p {
    line-height: 27.83px;
    font-size: 21px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    letter-spacing: -0.28px;
    margin: 20px 97px;
    color: #000000;
}
.my_custom_modal .modal-header {
    border-bottom: none;
}
.my_custom_modal .modal-footer {
    border-top: none;
}
.my_custom_modal .modal-body p {
    line-height: 27.83px;
    font-size: 21px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    letter-spacing: -0.28px;
    color: #000000;
}
.my_custom_modal .modal-footer {
    justify-content: center;
}
.my_custom_modal .modal-content button.form_group_button {
    margin: 0px 10px;
	padding: 10px 70px;
}
.my_custom_modal .modal-body {
    padding: 1px;
}
div#availableslots .modal-content, div#pickphone .modal-content, div#pickcountry .modal-content, div#pickbreed .modal-content, div#pickpurebreed .modal-content, div#pickdogage .modal-content, div#pickdogweeks .modal-content, div#expert_info_popup .modal-content {
    background-image: linear-gradient(#C7B66E, #c7b66e8a);
    color: black;
    border: 1px solid #000000;
	border-radius: 20px;
}
div#availableslots, div#pickphone, div#pickcountry, div#pickbreed, div#pickpurebreed, div#pickdogage, div#pickdogweeks {
    top: 30%;
}
input#phonenumber {
    border: 0px;
    background: transparent;
    color: #646C73;
    width: 100%;
}
div#phone_content, div#country_content, div#breed_content, div#dogage_content {
    margin-left: 30px;
    float: left;
    height: 239px;
    width: 100%;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
    margin-left: 0;
}
#download-progress-container{
    max-width: 500px;
    margin-top: 20px !important;
    margin: 0 auto;
}
.progress-bar {
   
    background-color: #c7b46f;
}
.modal-backdrop.show {
    opacity: .7;
}
.slot-content {
    padding: 12px 20px;
    border-bottom: 3px solid white;
    display: flex;
    position: relative;
}
.slot-content:last-child {
    border-bottom: none;
}
.icon_call.firstdateslot, .icon_call.firstpurebreed {
    top: 25%;
}
.icon_call.firstdogweeksslot {
    top: 17%;
}
.icon_call.firstcountry, .icon_call.firstphoneslot, .icon_call.firstbreedslot, .icon_call.firstdogage {
    top: 9%;
}

div#schedule_call_date, div#schedule_call_phone {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 21px;
    font-weight: 400;
    line-height: 27.83px;
    margin-left: 10px;
    color: #000000!important;
    border: 1px solid #000000;
    border-radius: 20px;
}
p.newicon:after, p.newicon1:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 16%;
    transform: translateY(-50%) rotate(45deg);
    border: 4px solid;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    margin-top: -2.5px;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.2s;
}

#availableslots div#date_content {
    max-height: 272px !important;
    overflow-y: auto ;
}
#availableslots{
    
    overflow-y: hidden !important;
}

p.newicon1:after{
    margin-top: 124px;
}
.slot-content p {
    width: 75%;
    cursor: pointer;
    margin: 0px;
}
.slot-content span.circle {
    height: 30px;
    width: 30px;
    background-color: #0D47A1;
    border-radius: 50%;
    text-align: center;
	padding: 3px;
    color: #ffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 22.53px;
    letter-spacing: -0.23px;
	cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='40' viewBox='0 0 40 40' width='40' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 8px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
#calltable input.productform, 
#request_call_table select.productform {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    /*background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='40' viewBox='0 0 40 40' width='40' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");*/
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 8px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 21px;
    font-weight: 400;
    line-height: 27.83px;
    margin-left: 10px;
    color: #646C73;
    border: 1px solid #000000;
    border-radius: 20px;
}
#schedule_call
{
  padding-right: 12px;
}

input#phonenumber:focus {
    outline: none;
}

.myList .list-group li:has(> [type="radio"]:checked) {
    background-color: #e1e1e1;
}
.error_msg {
    display: none;
    color: red;
    font-weight: bold;
    clear: both;
    display: block !important;
    text-align: center;
	padding-top: 5px;
}
.result {
	display: none;
    position: relative;
    background: #222;
    margin: 10px 0 30px 0;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    color: #ffffff;
    background: #0fc287;
    border: 1px solid #0fc287;
    font-weight: 600;
    border-radius: 10px;
}
.borderarea {
    border-top: 2px solid grey;
}
input#schedule_call_date, input#schedule_call_phone {
    width: 50%;
    max-width: 100%;
    transition: width 0.3s ease;
}

tr.selected label.form-label {
    color: black;
	/* margin-left: 5px; */
}

.back_button {
    background-image: linear-gradient(#06c083, #06c083a1);
    color: #fff;
    padding: 6px 15px;
    border-radius: 50%;
    font-size: 21px;
}
tr.grayed label.form-label {
    color: #646C73;
}
.after-element {
	display:none;
    position: absolute;
    right: 15px;
    transform: translateY(-124%);
    border-radius: 5px;
    font-size: 12px;
    width: 30px;
    height: 30px;
}
.after-element.elementfirst, .after-element.secondelement {
    right: 352px;
}
.after-element.thirdelement {
    right: 440px;
    transform: translateY(23%);
}
.after-element.fourthelement {  
    right: 56px;
    transform: translateY(25%);
}
.after-element.fifthelement {
    right: 440px;
    transform: translateY(23%);
}
.after-element.sixthelement {
    right: 58px;
    transform: translateY(30%);
}
td.myList {
    padding-left: 50px;
}
/**############################## Modal css End ###################################*/

/**############################# custom css start #######################**/
::-webkit-scrollbar {
  width:10px; 
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 50px;
}
::-webkit-scrollbar-track {
    background-color: transparent; /* Set track color */
	width: 20px;
}

b.parent_forum {
    cursor: pointer;
}
.subforum_heading p {
    font-size: 17px;
    line-height: 17.22px;
    letter-spacing: -0.28 px;
    font-weight: 700;
    color: #000000;
    padding-left: 40px;
}
.comment_heading {
	font-size: 17px;
    line-height: 17.22px;
    letter-spacing: -0.28 px;
    font-weight: 700;
    color: #000000;
	padding: 20px 0px 20px 0px;
}
.ques_ans {
	font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.28 px;
    font-weight: 400;
    color: #000000;
	width: 100%;
    margin: 0px auto;
    padding: 0px 40px 30px 40px;
}
.section_padding {
    margin: 20px auto;
}
.alltopicdata table tr th.topic_left_gap, td.topic_left_gap {
	padding-left: 40px;
}
b.forum_topic_list,b.expert_question_item {
    cursor: pointer;
}
.post_replies_heading {
  display: inline-flex;
  align-items: center;
  font-size: 21px;
  line-height: 19.88px;
  letter-spacing: -0.28 px;
  font-weight: 700;
  color: #000000;
}
span.back_icon {
	width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#06c083, #06c083a1);
    border-radius: 50%;
    margin-right: 50px;
	cursor: pointer;
}  
span.back_icon .fa, span.back_icon .fas {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 22.53px;
    letter-spacing: -0.23px;
}
/*span.back_icon::before {  
    content: '<';
    color: #ffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 22.53px;
    letter-spacing: -0.23px;
}*/
.contentforposttopic {
    width: 50%;
    margin: 0px auto;
}
#header_search_icon1 {
	display:none;
}
#header_search_icon2 {
	display:none;
}
#header_search_icon_new {
	display:none;
}	
/* Style for comment pagination */
.comment-pagination {
    text-align: center;
}

.comment-page {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    background-color: #fff;
}

.comment-page:hover {
    background-color: #f0f0f0;
}
p.post_desc {
    text-align: left;
    padding: 30px 40px;
    width: 100%;
    margin: 0px auto;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.28 px;
    font-weight: 400;
    color: #000000;
}
.right_content {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}
li.link-item a {
    color: #000000;
}
li.link-item {
    padding: 15px;
	font-size: 15px;
    font-weight: 400;
}
li.link-item.active {
    font-size: 17px;
    font-weight: 700;
}
li.link-item .fa-chevron-left:before {
    content: "\f053";
    font-size: 23px;
    padding: 9px 0px;
}
li.link-item .fa-chevron-right:before {
    content: "\f054";
	font-size: 23px;
    padding: 9px 0px;
}
#call_request_form {
	display:none;
}
span.go_to_call_request {
    cursor: pointer;
}
.my_custom_modal #sr_call_result .modal-body p {
    line-height: 27.83px;
    font-size: 21px;
    font-weight: 400;
    width: 60%;
    margin: 12px auto;
    text-align: center;
    letter-spacing: -0.28px;
    color: #000000;
}
.question-mark {
    background-color: white;
    width: 48px;
    height: 48px;
    border: 1px solid #06C083;
    color: #06C083;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 700;
    line-height: 53px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999; 
	cursor: pointer;
}
p.heading_blue {
    color: #134a6c!important;
    font-weight: 700!important;
	margin: 1px auto!important;
}
.trainer_img {
    max-width: 100%;
    margin: 0px auto;
}
.trainer_img img {
    width: auto;
    height: 120px;
}
p.trainer_description {
    font-size: 13px!important;
    padding: 26px;
    color: #393030!important;
}
.afterclick {
	display:none;
}
.alltopicdata .fa-exclamation-circle:before {
    content: "\f06a";
    color: #06C083;
    font-size: 20px;
    margin-left: 8px;
}

.table_row td.table_right_align, tr.table_heading th.table_right_align {
    text-align: right;
    padding-right: 40px;
}
.post_replies_headinf_data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
p.name.comment_heading {
    align-self: flex-start;
	padding-left: 40px;
}
p.date.comment_heading {
    align-self: flex-end;
	padding-right: 40px;
}
select#post_topic_subforum {
    width: 75%;
    margin-left: 12px;
}
textarea#post_topic_question_row {
    margin-left: 0px;
}
.make-button-center {
    padding-top:40px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.data_call_schedule_text_field {
  position: relative;
}
.icon_call {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.icon_pq {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.icon_call:hover {
  cursor: pointer; /* Change cursor to pointer on hover */
}
.left-div, .right-div {
    flex: 1;
    padding: 0px;
}
.data_call_schedule_text_field.left-div {
    margin-right: 25px;
}
.autoresize {
  resize: none; /* Prevent manual resizing */
  overflow: hidden; /* Hide any overflowing content */
}
tr#time_slots {
    display: none;
}
#phone_content .slot-content p a {
    color:#000000!important
}
#availableslots, #pickdogweeks, #pickdogage, #pickpurebreed, #pickbreed, #pickphone, #pickcountry {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow-y: auto;
}
div#pickdogweeks {
    height: 180px;
	overflow: hidden;
}
div#pickdogage, div#pickbreed, div#pickphone, div#pickcountry {
    height: 300px;
}
div#pickpurebreed {
    height: 130px;
	overflow: hidden;
}

/**############################# custom css End #######################**/