body {
  font-family: "Roboto", sans-serif;
  background-color: #f2f2f2;
  /* background: url('../images/bg.webp') fixed; */
  background-size: auto;
background-size: cover;
   }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }

h2 {
  font-size: 20px; }

.half, .half .container > .row {
  height: auto;
  min-height: auto; }

@media (max-width: 991.98px) {
  .half .bg {
    height: 200px; } }

/* .half .contents { */
  /* background: #fcfcfc;  */
  /* box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1); */
  /* } */

/* .half .contents { */
  /* width: 80%; } */

.half .bg {
  width: 20%; }

@media (max-width: 991.98px) {
  .half .contents, .half .bg {
    width: 100%; } }

.half .contents .form-control, .half .bg .form-control {
  border: 1px solid #bcbcbc;
  background: #ebedf4;
 }
  .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

.half .bg {
  background-size: cover;
  background-position: center; }

.half a {
  color: #888;
  text-decoration: underline; }

.half .btn {

}

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }
  .control .caption {
    position: relative;
    top: .2rem;
    color: #888; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #fb771a; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fb8633; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: .2; }
  
label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 13px;
  color: #222;
  font-weight: 200;
}  


.reg-form h1 {
border-bottom: 2px solid #dbdce2;
padding-bottom: 10px;
font-size: 26px !important;
text-align: center;
font-weight: 600;
letter-spacing: 3px;
}


.reg-form h2 {
font-size: 20px !important;
text-align: center;
padding-top: 15px;
background-color: #25265e;
text-transform: uppercase;
color: #fff;
margin: 0;
  margin-top: 0px;
padding: 0;
padding: 6px;
margin-top: 10px;
}

.form-control {
  font-size: 12px;
  height: 30px;
border-radius: 0px;}

.mt--{
	padding-top: 45px;
}


.mt-{
	padding-top: 20px;
	padding-bottom: 20px;
}
.reg-form .control-label {
  text-align: left;
}

label.control-label {
  color: #222;
}


.image-upload{
    position: relative;
    max-width: 360px;
  margin: 0 auto;
  overflow: hidden;
}
.image-upload input {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
    }
.upload-field {
display: block;
background: #FFF;
padding: 4px;
border-radius: 11px;

}

.upload-field .file-thumbnail {
  cursor: pointer;
  border: 1px dashed #222;
  border-radius: 11px;
  text-align: center;
  padding: 12px;
}

.upload-field .file-thumbnail img {
  width: 50px;
}

.upload-field .file-thumbnail h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 2px;
}

.upload-field .file-thumbnail p {
  font-size: 12px;
  color: #222;
  margin-bottom: 0;
}

.file-thumbnail img{
	margin-bottom: 15px;
}

.img-details{
	width: 20px;
	height: auto;
}

.reset{
	background-color: #ccc !important;
	border: 1px solid #ccc !important;
	color: #000 !important;
}

.reset:hover{
	background-color: #000 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

.sidebar-text{
	width: 100%;
	text-align: left;
	margin-top: 35px;
}

.sidebar-text img{
	width: 220px;
	height: auto;
}


/* custom css */

.registration-form
{
	min-height: 100vh;
	max-width: 100vw;
	overflow: clip !important;
}

/*sidebar*/
.sidebar
{
	background-color: #f2f6f9;
	/* background-image: url(../images/bg.webp); */
	background-repeat: no-repeat;
	background-attachment: fixed;

}
.sidebar-inner
{
	position: sticky;
	top: 0;
	min-height: 100vh;

}
.wrapper
{
	box-sizing: border-box;
	/* padding: 150px 0 50px 70px; */
	width: 100%;
}

/*sidebar-text*/
.sidebar-text h2
{

font-size: 24px;
color: #222;
font-weight: 500;
margin-top: 45px;
letter-spacing: 2px;

}
.sidebar-text p
{

  font-size: 18px;
  font-family: "Roboto";
  color: rgb(225, 225, 225);
  margin-top: 30px;
  width: 85%;
  font-weight: 300;

}


/*contact-info*/
.contact-info
{
	margin: 40px 0px;
}
.contact-info-inner
{
	margin-bottom: 20px;
	display: flex;
}
.contact-info .contact-icon
{
background-color: rgb(74, 71, 70);
width: 45px;
height: 45px;
text-align: center;
line-height: 49px;
border-radius: 50%;
display: none;

}
.contact-info .contact-icon i
{
	font-size: 24px;
	color: rgb(255,255,255);
}

/*rotate phone icon*/
.fa-rotate-by
{
	    --fa-rotate-angle: -45deg;
}
.contact-info .contact-details
{
	width: auto;
	/* margin-left: 20px; */
	color: rgb(255, 255, 255);
}
.contact-info .contact-details p
{
font-size: 14px;
color: #222;
font-weight: 500;
margin-bottom: 5px;

}
.contact-info .contact-details h6
{
  font-size: 16px;
  font-weight: 500;
color: #c72e00;

}
.contact-info button
{
  margin-top: 20px;
  border-radius: 32px;
  background: transparent;
  font-size: 17px;

      font-weight: bold;
  position: relative;
    transition: all .5s ease;
    background-color: rgb(25, 25, 27);
    border: 0;
  z-index: 0;
  color: rgb(255, 255, 255);
  padding: 15px 30px;
  overflow: hidden;

}
.contact-info button:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}
.contact-info button:hover:before
{
    left: 100%;
}

/*registration-form*/
.registration-form-inner
{
	background-color: rgb(255, 255, 255);
	position: relative;
	box-shadow: 2px 0px 50px rgba(0, 0, 0, 0.06);

}

.registration-inner
{
	min-height: 100vh;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* .registration-form-inner .wrapper */
/* { */
	/* padding: 80px 120px 40px 120px; */

/* } */

/*main-heading*/
.main-heading
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgb(22, 40, 63);
}
.main-heading h1
{
  font-size: 45px;
  font-weight: bold;
}
.main-heading p
{
	margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.main-heading p a
{
	color: #7650e0;
}





/*registration button/terms notification*/
.register-field
{
	margin-top: 30px;

}
.register-field label
{
  font-size: 16px;
  color: rgb(22, 40, 63);
  cursor: pointer;
  font-weight: bold;
  display: flex;
  width: 50%;
  margin-left: 40px;

}
.register-field .label-text
{
	margin-left: 10px;
}
.register-field .label-input
{
	margin-top: 5px;
}
.register-field .label-input input[type=checkbox]
{
  -webkit-appearance: none;
  border: solid 2px rgb(231, 231, 231);
  background-color: rgb(255, 255, 255);
  height: 20px;
  cursor: pointer;
  position: relative;
  width: 20px;
}
.register-field .label-input input[type=checkbox]:checked
{

	border:  solid 2px rgb(118, 80, 224);
}
.register-field .label-input input[type=checkbox]:checked::before
{
	position: absolute;
	content: "\f00c";
	background-color: rgb(118, 80, 224);
	width: 100%;
	height: 100%;
		font-family: "Font Awesome 5 Free";
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.register-field label a
{
	text-decoration: none;
	color: rgb(118, 80, 224);
}
.reg-btn
{

  width: 280px;
  height: 70px;

}
.reg-btn button
{
	border-radius: 33px;
  background-color: rgb(118, 80, 224);
  width: 100%;
  height: 100%;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
  border: solid 2px transparent;
  font-weight: bold;
}
.reg-btn button::before
{
	font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  color: rgb(178, 178, 178);
  content: "\f101";
  transition: 0.5s all ease;
  position: absolute;
  left: -100px;
  opacity: 0;
  z-index: 0;
}
.reg-btn:hover button::before
{
	opacity: 1;
	left: calc(0px + 30px);
}






.thankyou-page .logo
{
    justify-content: center;
    margin-top: 60px;
}
.thankyou-page .logo-icon
{
    width: 55px;
    margin-right: 10px;
}
.thankyou-page .logo .logo-icon img
{
    width: 100%;
}
.thankyou-page .logo-text
{
    font-size: 65px;
}
.thankyou-page .main-inner
{
    background-image: url(../images/thankyou-bg.png) !important;
    background-color: var(--text-color-hover);

}
.thankyou-page article
{
    text-align: center;
    margin-top: 80px;
}
.thankyou-page article h1
{
        font-size: 75px;
        font-weight: bold;
        text-transform: uppercase; 
}
.thankyou-page article h1 span
{
    display: block;
    font-size: 80px;
    font-weight: 900;
    color: var(--primary-color);
}
.thankyou-page article span
{
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
}
.thankyou-page article p
{
    font-size: 18px;
    font-family: "Myriad Pro";
    color: var(--secondary--text-color);
    margin: 0 auto;
    margin-top: 45px;
    width: 39%;
}
.social-media
{
    text-align: center;
    margin: 40px auto;
    background-color: var(--text-color-hover);
    width: 30%;
    padding: 6px 10px;
}
.social-media button
{
    border: solid 1px rgb(244, 244, 244);
    border-radius: 5px;
    background-color: transparent;
    color: var(--secondary--text-color);
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
}
.social-media button i
{
    margin-right: 10px;
    font-size: 20px;
}
.back-home
{
    width: 188px;
    height: 63px;
    margin: 0 auto;
}


.invalid
{
  border: solid 2px #ff4444 !important;
  position: relative;
}

.sidebar-text{
padding-bottom: 35px;
}

@media(max-width: 767px){
	.contact-info {
  margin: 0px 0px !important;
}

.btn {
	width: 100%;
margin-bottom: 15px;
}

.btn:last-child {
	width: 100%;
margin-bottom: 0px !important;
}

.reg-form h1 {
font-size: 20px !important;}

.sidebar-text h2 {
  font-size: 20px;
  margin-top: 22px;
  letter-spacing: 2px;
}


.sidebar-text {
  padding-bottom: 10px;
}

.sidebar-inner {
  min-height: auto;
}

.sidebar-text {
  margin-top: 25px;
  text-align: center;
}
}



@media screen and (min-device-width: 1000px) and (max-device-width: 1024px) { 
.sidebar-text img {
  width: 175px;
  height: auto;
}

.sidebar-text h2 {
font-size: 18px;
letter-spacing: 1px;}


.wdth-m .col-md-5{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.wdth-m .col-md-7{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

}


.btn-primary {
  color: #fff;
  background-color: #f25910 !important;
  border-color: #f25910 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #000 !important;
  border-color: #000 !important;
}



.moreInfoShow{
	width: 100%;
}

.clabel label{
	color: #f16237 !important;
}

/* .moreInfoShow .col-md-4{ */
/* float: left; */
/* margin: 0 0 0 0; */
/* margin: 0 !important; */
/* padding: 0 !important; */
  /* padding-right: 0px; */
/* padding-right: 30px !important; */
/* } */

@media(max-width: 767px){
.contact-info-inner {
  margin-bottom: 20px;
  display: block;
}

.f-txt p {
  padding: 0px !important;
  margin: 0px !important;
  text-align: center;
  font-size: 13px;
  padding: 6px !important;
  color: #fff;
  background-color: #25265e ;
}

.reg-form h2 {
font-size: 18px !important;}

.site-header h1 {
font-size: 52px !important;}

.site-footer p {
	padding: 6px !important;
}

.site-header {
  padding-top: 45px !important;
}

.site-header h1 {
  padding-bottom: 0 !important;
  font-size: 30px !important;
}
.main-content i {
font-size: 100px !important;}


.thank-you-box {
  margin: 0 auto;
  max-width: 90%;
  padding: 0 4em;
  margin-top: 45px !important;
}

.logo img{
	width: 250px !important;
	height: auto;
	margin-bottom: 45px;
}

.copyright p {
	font-size: 14px !important;
}

}


.f-txt p {
  padding: 0px !important;
  margin: 0px !important;
  text-align: center;
  font-size: 13px;
  padding: 6px !important;
  color: #fff;
  background-color: #25265e ;
}

/* thankyou page css */

.site-header {
  margin: 0 auto;
  padding: 80px 0 0;
    padding-top: 80px;
  max-width: 820px;
}

.site-header {
  padding-top: 40px;
}


.main-content__body {
  font-size: 1.25rem;
}

.site-footer__fineprint {
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 300;
}

.site-footer p{
  margin: 0 auto;
  padding: 80px 0 25px;
  padding: 0;
  max-width: 820px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
line-height: 25pt;
padding: 25px 0 45px 0;
color: #000;
font-size: 18px;
font-weight: 500;
}

.site-footer span{
	color: red;
	font-size: 20px;
	font-weight: 600
}

.site-header h1{
	font-size: 40px;
	text-align: center;
	padding-bottom: 0;
}

.main-content{
	text-align: center;
}

.main-content i {
  font-size: 120px;
  line-height: 1;
  color: #24b663;
}


.copyright p {
  padding: 55px 0 25px;
  text-align: center;
  font-size: 16px;
  color: #515151;
  font-weight: 400;
}

.logo {
	width: 100%;
	text-align: center;
}

.logo img{
	width: 300px;
	height: auto;
	margin-bottom: 45px;
}
 #dvLoading
        {
            background: url(loader.gif) no-repeat center center;
            height: 100px;
            width: 100px;
            position: fixed;
            z-index: 1000;
            left: 50%;
            top: 50%;
            margin: -25px 0 0 -25px;
        }       
        .ui-widget-overlay
        {
            background: url(overlay.png) repeat;
            left: 0;
            opacity: 0.9;
            position: absolute;
            top: 0;
        }

footer label{
    font-size: 18px;
    font-weight: 600;
}

#Div7{
    margin-bottom: 25px;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

#Div6{
    margin-bottom: 25px;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.view-the-open-complaint {
    text-align: center;
    display: block;
}