/* Import colors from the color variable css */
 /* @import './color-variable.css'; */  

:root {
    --main-theme-color: #33CCFF;
    --main-btn-color: #33CCFF;
    --main-langback: #097de0;
    --main-loginsignup: #5b0c51;
    --main-tabback: #ab3c80;
    --main-font-color: #4c4c4e;
    --main-inputback-color: #f4f4f4;
    --main-gri-color: linear-gradient(to right, #3d0435, #56184d, #712b66, #8c3f80, #a8539c);
}

.bg-rmc{
	background: url(../../image/rmc_images/LandingLoginVector/LandingVector.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    z-index: 16;
}
.slider-container{
	width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.slider-container .carousel-inner, .slider-container .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
    background: #d6e9fa;
}
.slider-container .carousel-indicators{
    align-items: center;
    bottom: -12px;
}
.slider-container .carousel-indicators li{
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #99ff33;
    border: none;
    opacity: 1;
}
.slider-container .carousel-indicators li.active{
    border: none;
    background: #fff;
}

.select-lang {
    /* position: absolute; */
    width: calc(100% - 0px);
   	height: 30px;
    background-color: var(--main-langback);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.select-lang select {
    width: 80px;
    float: right;
    padding: initial;
    height: 22px;
    margin: 4px;
    font-size: 12px;
}

/* 
.font-pm {
    float: right;
    padding: 0;
    border: 1px solid #fff;
    margin: 4px;
    border-radius: 5px;
    height: 20px;
} 

.font-pm a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0px 5px;
    position: relative;
    top: -3px;
}

.font-pm a:last-child {
    border-left: 1px solid;
}

.font-pm a:first-child {
    border-right: 1px solid;
}
*/

/*changes start*/
.font-pm {
    float: right;
    padding: 0;
    border: 1px solid #fff;
    margin: 4px;
    border-radius: 5px;
    height: 20px;
    display: inline-block;
    width: 85px;
}

.text_size {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    font-size: 12px;
}

.checkmark.plus {
    border-left: 1px solid;
    background: none;
    color: #fff;
}

.checkmark.min {
    border-right: 1px solid;
    background: none;
    color: #fff;
}

.checkmark {
    width: auto;
    position: relative;
    height: 18px;
    line-height: 19px;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.text_size input{
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/*changes end*/

.rmc-logo h2 {
    color: #fff;
    font-weight: 400;
}

.rmc-logo img {
   width: 500px;
    margin: 20px 10px;
}

.nav-link-rmc.cityGisMap {
    background: #fff;
    border-radius: 5px;
}

.nav-link-rmc.login {
    border-radius: 5px;
    background: #097de0;
    color: #fff;
}

.nav-link-rmc {
    font-size: 14px;
    color: #000;
    padding: 8px 25px;
    margin: 0 12px;
    font-weight: 400;
}
.cust-header-h{
	height: 80px;
}


.about-rmc {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 00px 90px;
    text-align: center;
    margin: 0;
    width:100%;
}

.about-rmc p {
    text-align: center;
    max-height: 90px;
    overflow: auto;
}

.about-rmc a {
    color: var(--main-theme-color);
    background: #fff;
    font-weight: 700;
    padding: 8px 20px;
}

.about-rmc a {
    color: var(--main-theme-color);
    background: #fff;
    font-weight: 700;
    padding: 8px 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}


.np-modal .modal-header {
    background: var(--main-gri-color);
    color: #fff;
    padding: 3px;
    border-radius: unset;
}
.np-modal .modal-header h4 {
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
}
.np-modal .close {
    color: #fff;
    padding: 19px 25px 20px 20px;
}
.np-modal .modal-body {
    max-height: 500px;
    overflow: auto;
}

.social-icon-top {
    float: right;
    margin: 0 0 0 0px;
    padding: 0 10px 0 10px;
}

.social-icon-top a img {
    width: 23px;
    margin: 3px 0 0 0;
}
.slider-container .carousel-item{
	position: relative;
}
.slider-container .curve-svg{
	position: absolute;
    left: 0;
    bottom: 50px;
    width: 60%;
}

.slider-container .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0px;
    height: 61px;
    background: #025caa;
}


.slider-container .img-slider-one{
    height: calc(100% - 60px);
    width: 60%;
    background-image: url('../../image/slicing/Image_1.png');
    float: right;
    margin-top: 69px;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-container .img-slider-two{
    height: calc(100% - 60px);
    width: 60%;
    background-image: url('../../image/slicing/Image_2.png');
    float: right;
    margin-top: 69px;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-container .img-slider-three{
    height: calc(100% - 60px);
    width: 60%;
    background-image: url('../../image/slicing/Image_3.png');
    float: right;
    margin-top: 69px;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-container .cust-home{
    position: absolute;
    bottom: 17%;
    z-index: 1;
    left: 90px;
}
.slider-container .cust-home span:nth-of-type(1){
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.slider-container .cust-home span:nth-of-type(2){
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 500;
    width: 490px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.slider-container .cust-home p{
	text-align: left;
    width: 460px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}
.slider-container .cust-footer-d{
	color: #6aa6da;
    justify-content: space-between;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
}
.slider-container .cust-footer-d div span:nth-of-type(1){
	padding-right: 20px;
    border-right: 1px solid;
}
.slider-container .cust-footer-d div span:nth-of-type(2){
	    padding-left: 20px;
}
.slider-container .cust-footer-d span:nth-of-type(2){
	    padding-right: 20px;
}
.slider-container .mr-auto{
	    margin-right: auto;
}
.slider-container .footer-logo{
	margin: -20px 20px;
}
.slider-container .carousel-control-prev{
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 75px;
    right: 80px;
    left: unset;
    top: unset;
    opacity: 1;
}
.slider-container .carousel-control-next{
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 75px;
    right: 24px;
    left: unset;
    top: unset;
    opacity: 1;
}
.login-container , .forgot-container,.otp-container,.reset-password
{
	    width: 24%;
    position: absolute;
    right: -4442px;
    top: 1px;
    background: #fff;
    padding: 10px;
    height: calc(100% - 5px);
    z-index: 99999;
transition: all .5s ease-in-out;
}
.right0{right:0px !important;}
.login-container label{font-size:16px;}
.refresh-icon{float: right;margin-top:20px;}
.login-btn{background: #33CCFF;}
.form_input input[type="text"] ,.form_input input[type="password"]{
	border: 1px solid #BDBDBD;
    background: none;
    font-size: 14px;
    padding: 5px;
    border-radius: 6px;
    }
    .close-login{
    color: #33ccff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;}
    .position-relative
    {
    	position: relative;
    }
    .eye-toggle
    {
    	    position: absolute;
    top: 29px;
    right: 9px;
    }
    .custom-control a{font-size:14px;}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .rmc-logo img {
	    width: 48px;
	}
	.rmc-logo h2 {
	    font-size: 15px;
	}     
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 620px) {
	
	.bg-rmc {
 	   background-size: 200% 100%;
	}
	
	.about-rmc {
	    padding: 0px 0px;
	}
	.rmc-logo {
    	float: left !important;
	    width: 100%;
	    display: inline-block !important;
	    text-align: center;
	    height: 40px !important;
	}
	.rmc-logo img {
    	width: 55px;
	    padding: 5px 0 5px 0;
	    margin: 0 20px 0 0;
	}
	.rmc-login-link {
	    float: left !important;
	    width: 100%;
	    display: inline !important;
	    text-align: center;
	    margin: 25px 0 0 0%;
	}
	.rmc-logo h2 {
	    display: none;
	}
	.nav-link-rmc {
	    font-size: 14px;
	    color: #fff !important;
	    padding: 3px 10px;
	    margin: 0 12px;
	    font-weight: 400;
	    background: none !important;
	    border: 1px solid !important;
	    width: 105px;
	    /* float: left; */
	    margin: 5px;
	    border-radius: 5px;
	    display: inline-block;
	}
}


