.NewClicking:hover {
   color:white;
    transition: all 0.6s ease;
}
.NewClicking {
    z-index: 1;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
    background: var(--switchable-theme-color);
    color: #fff;
    /* padding: 10px 25px; */
    height: 40px;
    width: 42%;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.6s ease;
    overflow: hidden;
}

.NewClicking:before {
    position: absolute;
    content: "";
    background: #000;
    height: 0%;
    width: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    transition: all 0.6s ease;
}

.NewClicking:hover:before {
    height: 100%;
    transition: all 0.6s ease;
}
  #New {
  /* width: 500px;
  height: 400px; */
  word-wrap: break-word;
  transition: all 0.6s ease;
}

.moretext {
  display: none;
  transition:all 0.6s ease;
}


.banner-sec.contact-us-banner {

    height: 150px!important;

}
.review_body #myBtn2, .review_body #myBtn {
    background-color: var(--switchable-theme-color);
    display: none;
}
.inervideo {

    bottom: 0;

    margin: 10px 0px;

    display: flex;

    justify-content: center;

    position: absolute;

    right: 0;

    z-index: 1;

}

.trstilogo img {

    width: 50%;

}
.testimonial_sec{
  padding-bottom:20px;
}
.trstilogo.mt-2 {

    padding-top: 5px;

    padding-left: 21px;

}

.trstilogo {

    height: 90px;

    display: flex;

    align-items: center;

}
.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    border: 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}

section#recent-row .slick-dots li.slick-active button:before, .testimonial_boxes .slick-dots li.slick-active button:before {
    opacity: 1;
}
section#recent-row .slick-dots li button:before, .testimonial_boxes .slick-dots li button:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 16px;
}

.slick-dots li button, .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    background: 0 0;
    outline: 0;
}

.slick-dots li, .slick-dots li button, .slick-next, .slick-prev {
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}



.testimonial_pgsec .testimonial {
    clear: both;
}

.testimonial_pgsec .testimonial .review_body {
    clear: both;
    display: table;
    width: 100%;
    padding-top: 0px;
}

.testimonial_pgsec .testimonial h4 {
    font-size: 30px;
}

.review_body {
    display: table;
    width: 100%;
    padding-top: 0px;
}

.review_body #myBtn2,
.review_body #myBtn {
    padding: 5px 15px;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 6px;
    background-color: #22aa8d;
    color: #FFF;
    border: 0px;
    text-transform: capitalize;
    transition: all 500ms;
}

.review_body #myBtn2:hover,
.review_body #myBtn:hover {
    background-color: #eed297;
    color: #333;
}
.review_body p {
    color: #567a8f;
    font-size: 14px;
}
.how-to h2.heading, .testimonial_sec h2.heading {
    text-align: center;
    margin-top: 30px;
}
section.testimonial_sec {
    margin-top: 50px;
}
.testimonial_sec p.para, section.sec_genre_s p.para {
    text-align: center;
    margin-bottom: 50px;
}
.testimonial_sec p.para, section.sec_genre_s p.para {
    text-align: center;
    margin-bottom: 50px;
}
.manuscript_pg header, footer{
       display: none !important;
}


	/* section.banner-sec.contact-us-banner {
	height: 110px !important;
	padding-bottom: 0px;
	padding-top: 0;
	display: flex;
	align-items: center;
} */
.modal-content{
	background:transparent;
	border:transparent;
}
p.hCnter {
    padding-left: 20px;
}
ul.qq-upload-list li {
	gap: 8px;
	font-size: 16px;
	display: flex;
	/* justify-content: space-between; */
	background: #dae6ff;
	color: #2c3345;
	font-weight: 700;
	align-items: flex-end;
	padding: 10px 15px;
	position: relative;
	width: 96%;
	border-radius: 4px;
	margin-bottom: 10px;
}

a.Dlte {
	background: #dce5f6;
	color: #57647e;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: -36px;
	border-radius: 4px;
}

.contact-us-form-section figure {
	position: absolute;
	right: 47.9%;
	top: 37%;
	margin-bottom: 17px;
}

ul.qq-upload-list {
	margin: 0;
}

.contact-us-form-section label {
	font-size: 22px;
}

.contact-us-hdg p {
	margin-bottom: 40px;
}

.contact-us-hdg {
	/* border-bottom: 2px solid #000; */
	margin: 0px 40px;
}

input.form-control {
	background: transparent;
	border: 1px solid #bbb;
}

.contact-us-hdg {
	margin-bottom: 35px;
}

small#emailHelp {
	font-size: .85em;
	color: #57647e;
	margin-top: 11px;
}

.contact-us-inner-form-wrapper {
	border-top: 1px solid #a1a0a0;
	/* border: 0; */
	padding: 15px 0px;
	border-radius: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}

.col-new {
	background: #fff;
	margin: 0px 3px;
	/* box-shadow: 0px 0px 2px 1px black; */
	padding-top: 40px;
	position: relative;
	width: 95%;
}

/* section.contact-us-form-section {
	background: #f3f3fe;
} */

form.leadForm {
	padding: 0px 35px;
}

.contact-us-inner-form-wrapper .form-group {
	margin-bottom: 10px;
}

.notLiteMode .form-sub-label-container {
	max-width: 98px
}

.notLiteMode .allowTime-container {
	padding: 0
}

li[data-type=control_datetime] .form-sub-label-container {
	position: relative
}

li[data-type=control_datetime].form-line-column .form-input {
	display: inline
}

.allowTime-container>.form-sub-label-container:first-child {
	color: #57647e;
	line-height: 2.5em;
	font-size: 14px;
	width: 18px;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

div#id_8 {
	background-color: #f1f5ff;
	padding: 20px 17px;
	margin: 12px 4px 55px;
	border-radius: 3px;
	position: relative;
	width: 100%;
	transition: background-color .15s;
}

label#label_8 {
	width: 100%;
	margin-left: 2px;
	margin-bottom: 14px;
}

li[data-type=control_datetime] .extended div+.form-sub-label-container {
	-ms-flex-preferred-size: calc(50% - 14px);
	flex-basis: calc(50% - 14px);
	width: calc(50% - 14px)
}

li[data-type=control_datetime] .hasAMPM {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

li[data-type=control_datetime] [data-wrapper-react=true].extended>div+.form-sub-label-container .form-textbox,
li[data-type=control_datetime] [data-wrapper-react=true]:not(.extended) .form-textbox:not(.time-dropdown) {
	background-image: url("images/download.svg");
	background-size: 16px;
	padding-right: 36px;
	background-repeat: no-repeat;
	background-position: right 10px bottom 50%
}

li[data-type=control_datetime] [data-wrapper-react=true].extended>div+.form-sub-label-container .form-textbox:-ms-input-placeholder,
li[data-type=control_datetime] [data-wrapper-react=true]:not(.extended) .form-textbox:not(.time-dropdown):-ms-input-placeholder {
	background-image: url("images/download.svg")
}

li[data-type=control_datetime] [data-wrapper-react=true].extended>div+.form-sub-label-container .form-textbox:placeholder-shown,
li[data-type=control_datetime] [data-wrapper-react=true]:not(.extended) .form-textbox:not(.time-dropdown):placeholder-shown {
	background-image: url("images/download.svg")
}

li[data-type=control_datetime] .extended .allowTime-container+.form-sub-label-container,
li[data-type=control_datetime] .extended>.form-sub-label-container:nth-child(3)+.form-sub-label-container {
	background-image: url("images/download.svg");
	height: 2.5em;
	border-radius: 4px;
	background-size: 16px;
	max-width: 32px;
	min-width: 32px;
	background-repeat: no-repeat;
	background-position: right 7px bottom 50%;
	position: relative;
	margin: 0 8px
}

.time-dropdown {
	max-width: 86px
}

.newDefaultTheme-dateIcon {
	height: 2.5em;
	width: 32px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	opacity: 0
}

.extended .newDefaultTheme-dateIcon {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%
}

.calendar.popup {
	margin-left: -40px;
	margin-top: -102px;
	z-index: 100000;
	background: #fff;
	border-radius: 0 0 4px 4px
}

.calendar.popup:before {
	border: 1px solid;
	z-index: 2;
	top: -2.375em;
	pointer-events: none;
	border-radius: 4px;
	height: calc(100% + 2.375em)
}

.calendar.popup:after,
.calendar.popup:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%
}

.calendar.popup:after {
	top: -1px;
	background-color: #c3cad8;
	height: 1px
}

.todayButton {
	display: none
}

.calendar.popup table {
	width: 100%;
	background-color: #fff;
	border: 0;
	border-spacing: 0;
	border-radius: 0 0 4px 4px
}

.calendar-new-header {
	height: 48px;
	display: table-row;
	position: relative
}

.calendar-new-header>* {
	position: absolute;
	width: 50%;
	height: 48px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	font-size: 16px;
	font-weight: 500;
	color: #2c3345
}

.calendar-new-header .button {
	color: transparent !important;
	width: 24px;
	height: 24px;
	position: absolute;
	background-size: 10px;
	padding: 0;
	background-repeat: no-repeat;
	right: 4px;
	cursor: pointer
}

.calendar-new-header .nextMonth,
.calendar-new-header .nextYear {
	top: 0;
	background-position: 50% calc(50% + 3px);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.598 5.337a.837.837 0 001.159-.02.834.834 0 000-1.179l-.667-.623-1.434-1.34L5.568.226a.837.837 0 00-1.135 0L.263 4.118c-.343.341-.35.87-.021 1.199a.832.832 0 001.155.02L5 1.974l3.598 3.362z' fill='%239FA1B8'/%3E%3C/svg%3E")
}

.calendar-new-header .previousMonth,
.calendar-new-header .previousYear {
	bottom: 0;
	background-position: 50% calc(50% - 3px);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.403.227a.837.837 0 00-1.159.02.834.834 0 000 1.178l.667.623 1.434 1.34 2.088 1.95a.837.837 0 001.135 0l4.17-3.893c.343-.34.35-.87.021-1.198a.832.832 0 00-1.155-.02L5.002 3.588 1.402.227z' fill='%239FA1B8'/%3E%3C/svg%3E")
}

.calendar-new-month {
	left: 0;
	border-right: 1px solid
}

.calendar-new-year {
	right: 0
}

.calendar.popup th {
	background-color: #eef3ff;
	height: 48px;
	border: 0;
	color: #2e69ff;
	font-size: 12px;
	font-weight: 500
}

.calendar.popup table tbody td {
	background: transparent;
	border-radius: 6px;
	font-size: 12px;
	box-shadow: inset 0 0 0 4px #fff;
	text-align: center;
	color: #2c3345;
	padding: 12px 8px;
	position: relative;
	z-index: 1
}

.calendar.popup table tbody td:after {
	position: absolute;
	left: 5px;
	content: "";
	top: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: #fff;
	border: 1px solid transparent;
	z-index: -1;
	border-radius: 4px
}

.calendar tr.days td:hover:not(.unselectable):after {
	border-color: #2e69ff
}

.calendar tr.days td.otherDay {
	color: #73758c
}

.calendar tr.days td:hover:not(.unselectable) {
	color: #2e69ff
}

.calendar.popup tr.days td.selected {
	color: #fff
}

.calendar.popup tr.days td.selected:after {
	background-color: #2e69ff
}

.calendar.popup tr.days td.today:not(.selected) {
	color: #2e69ff
}

.calendar.popup tr.days td.today:not(.selected):after {
	border-color: #2e69ff
}

.calendar.popup.extended {
	margin-top: -90px;
	max-width: 400px
}

.calendar.popup.extended:before {
	height: 100%;
	top: 0
}

.form-number-input {
	min-width: 100%;
	-moz-appearance: textfield
}

.form-number-input::-webkit-inner-spin-button,
.form-number-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0
}

.form-number-input:focus,
.form-number-input:hover {
	-moz-appearance: number-input
}

.inputContainer {
	z-index: 8;
	height: 250px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}

.jfUpload-heading.forMobile {
	display: none;
}

.jfUpload-heading.forDesktop {
	display: block;
	font-size: 18px;
	color: #57647e;
	font-weight: 400;
	margin-top: 0px;
}

.fileupload-input {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	height: 100% !important;
	cursor: pointer;
	font-size: 0
}

div[data-type=control_fileupload] .qq-upload-button {
	background-color: #fbfcff;
	color: #2c3345;
	border: 1px dashed;
	border-radius: 4px;
	height: 132px;
	font-size: 18px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 600;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	word-break: break-word;
	overflow-x: scroll;
	border: 1px dashed;
	border-radius: 4px;
	height: 147px;
	font-size: 18px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 600;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: end;
	word-break: break-word;
	overflow-x: scroll;
	padding-bottom: 25px;
}

div[data-type=control_fileupload] .qq-upload-cancel,
li[data-type=control_fileupload] .qq-upload-failed-text:before,
li[data-type=control_fileupload] .qq-upload-file,
li[data-type=control_fileupload] .qq-upload-img-container,
li[data-type=control_fileupload] .qq-upload-size {
	background-color: #dae6ff
}

div[data-type=control_fileupload] .qq-upload-img-container>img {
	border-color: #b5c2db
}

div[data-type=control_fileupload] .qq-upload-delete {
	background-color: #dce5f6
}

div[data-type=control_fileupload] .qq-upload-cancel {
	color: #2c3345
}

.customalert {
	position: fixed;
	padding: 15px 20px;
	min-width: 180px;
	z-index: 99999;
	left: -35px;
	top: 50%;
	transform: rotate(270deg) translateY(-50%);
	text-align: center;
	background: rgba(242, 222, 222, 0.5);
}

span.checkicon {
	color: #fff;
	font-size: 15px;
	background: var(--switchable-theme-color);
	padding: 1px 5px;
	border-radius: 4px;
}

a.Dlte:hover {
	background: #e8effd;
	color: #f00;
	transition: all 0.5s ease;
}