
body{
	margin:0;
	padding:0;
	background:#EFEFEF;
    overflow-x: hidden;
	font-family: 'Work Sans', sans-serif;
    width: 100%;
    height: 100%;
}
html{
  scroll-behavior: smooth;
}
.back-to-top{
  background-color:#17304E;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  cursor:pointer;
  border: 4px solid rgb(20, 43, 70);;
  position:fixed;
  right: 10px;
  padding-top: 2px;
  bottom: 10px;
  text-align: center;
  z-index: 1000;
  display:none;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.back-to-top:hover{
  transform: rotate(540deg);
}
.back-to-top i{
  color: #fff;
  font-size: 30px;
  
}

/* ........................finance css................................ */ 
.section1{
  background-image: url(../img/bg/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;

}
.section1:after{
  content: "";
  position: absolute;
  width: 130%;
  height: 150px;
  left: -60;
  bottom: -110px;
  transform: rotate(3deg);
  background: #EFEFEF;
}
.section1 .h1{
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.section1 .h1:before{
  content: "";
  position: absolute;
  background: #4274B9;
  width: 150px;
  height: 40px;
  right: -30;
  top: 35px;
  border-radius: 8px;
  z-index: -1;
}
.section1 p{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
}
.section1 p:nth-child(3){
  margin-top: 20px;
}


.thumsection{
   
}
.thumsection .jumbotron{
  background: #4274B9;
 
  padding: 40px 60px;
  border-radius: 15px;
  height: 280px;
}

.thumsection .jumbotron h1{
  font-size: 35px;
  color: #fff;
  font-weight: 1000;
}

.thumsection .jumbotron p{
  color: #fff;
  font-size: 18px;
}
.thumsection .jumbotron img{
  float: right;
  height: 100%;
  width: 200px;
}
.thumsection .jumbotron .btn{
  background: #16314F;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 15px;
  outline: none;
  box-shadow: none;
  border: 1px solid #16314F;
  font-weight: 800;
  transition: all 0.3s ease;
}
.thumsection .jumbotron .btn:hover{
  opacity: 0.8;
}


.clumsection{
  margin-top: 100px;
  position: relative;
}

.clumsection .jumbotron{
  padding: 10px 50px;
  background: #FBFBFB;
  box-shadow: 0px 3px 8px -3px rgba(100,100,100,0.20);;
  border-radius: 15px;
  height: 540px;
  position: relative;
}
.clumsection .eduport{
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 13px;
  
}
.clumsection .eduport h3{
   font-size: 30px;
   margin-top: 40px;
   margin-bottom: 25px;
   font-weight: 1000;
   color: #000;
   font-weight: bold;
   margin-left: 9px;

}
.clumsection .eduport h3 span{
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.clumsection .eduport h3 span::after{
  content:"";
  position: absolute;
  width: 35px;
  height: 40px;
  background: #4274B9;
  left: -10px;
  border-radius: 5px;
  top:18px;
  z-index: -1;
}
.clumsection .eduport h3 .headtitle{
  font-size: 30px;
  margin-left: 32px;
  margin-top: -32px;
  line-height: 36px;
}
.clumsection .eduport p{
  font-size: 15px;
  font-weight: 1000;
  opacity: 0.8;
  line-height: 25px;
}
.clumsection .eduport .btn-primary{
  border: 2px solid #2D6CE9;
  outline: none;
  box-shadow: none;
  font-weight: 1000;
  font-size: 14px;
  padding: 10px 0px;
  width: 220px;
  margin-top: 20px;
  position: relative;
  border-radius: 15px;
  background: #2D6CE9;
  transition: all 0.3s ease;
}
.clumsection .eduport .btn-primary:hover{
  background: transparent;
  color: #2D6CE9;
  border: 2px solid #2D6CE9;
}
.clumsection .eduport .btn-primary i{
  float: right;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top:12px ;
}

.clumsection .dotlinel{
  position: relative;
}
.clumsection .mimage{
  width: 100%;
  height: 500px;

  margin-top: 60px;
  border-radius: 10px;
  
}
.clumsection .reboot .mimage{
  right: 0;
}

.newslatter{
  background: #16314F;
  margin-top: 100px;
}
.newslatter .jumbotron{
background: transparent;
margin-top: 35px;
padding-top: 20px 20px;
}
.newslatter .jumbotron .h1{
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 1000;
  z-index: 1;
  position: relative;
}
.newslatter .jumbotron .h1:before{
  content: "";
  position: absolute;
  background: #4274B9;
  width: 120px;
  height: 30px;
  right: -30;
  top: 25px;
  border-radius: 8px;
  z-index: -1;
}

.newslatter .jumbotron .form-inline{
  margin-top:50px;
  width: 100%;
}
.newslatter .jumbotron .form-inline input{
  width: 100%;  
  height: 55px;
  border-radius: 10px 0px 0px 10px;
  box-shadow: none;
  outline: none;
  border:none;
  font-size: 15px;
  padding-left: 20px;
}
.form-inline .input-group .input-group-addon{
  width: 20%; 
  background: #2D6CE9;
  border: none;
  color: #fff;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 1000;
  font-size: 15px;
  border-radius: 0px 10px 10px 0px;
  transition: all 0.3s ease;
}
.form-inline .input-group .input-group-addon:hover{
  opacity: 0.8;
}
/* ........................finance css end................................ */ 







/* ........................blog css................................ */ 

.blog1{
  padding-top: 160px;
  margin-bottom: -20px;
}
.blog1 .h1{
  font-weight: 1000;
  color: #16314F;
  font-size: 50px;
  word-break: break-all;
}
.blog1 p{
  font-size: 20px;
  color: #16314F;
  font-weight: 1000;
  margin-top: 10px;
}

.blogclumsection {
  position: relative;
}
.blogclumsection  .eduport h3 span::after{
 top:-38px;
 z-index: -1;
}
.blogclumsection  .eduport h3 .headtitle{
 margin-left: 2px;
 margin-top: -32px;
z-index: 1;
 position: relative;
}
.blogclumsection .eduport .blogcontent{
  display: -webkit-box;
    -webkit-line-clamp: 9;
    height: 225px;
    
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogclumsection .oddeduport{
  padding-top: 55px;
  padding-right: 80px;
}
.blogclumsection .eveneduport{
  padding-top: 55px;
  padding-left: 80px;
}

.blogclumsection .mimage{
  margin-top: 60px;
}
.blogclumsection .blogimgevartical img{
  width: 200px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}
.blogclumsection .blogimgevartical{
  position: absolute;
  top: 25;
  left: -45px;
}
.blogclumsection .blogevenvartical{
  top: 50%;
  margin-top: -45px;
  left: auto !important;
  right: -45px;
}
.blogclumsection .blogevenvartical{
  vertical-align: middle;
}
.blogclumsection  .blogsmall{
   left: auto;
   right: -25px;
}

.blogcount .jumbotron{
  background: transparent;
  padding: 50px 0px;
}
[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 12px;
  float: right;
  line-height: 1;
  font-weight: 600;
 
  -webkit-text-size-adjust: 100%;
  margin: 0.2em auto;
  text-align: center;
  transition: font-size .2s ease-in-out;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: .5em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
}

[data-pagination] a {
  color: #B3B2B2;
  font-size: 100%;
  padding: .4em;
  transition: all 0.2s ease;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #000;
  border:none;
}
[data-pagination] li.current {
  background: none;
 
}
[data-pagination] li.current a{
   color: #16314F !important;
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: 1;
  pointer-events: none;
}
@media (min-width: 350px) {
  [data-pagination] {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
  }
}
/* ........................blog css end................................ */ 






/* ........................gratis css................................ */ 

.gratis1{
  background-image: url(../img/gratis/cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;

}

.gratisthum .firstjum{
  background: #16314F;
  padding: 40px 40px;
  border-radius: 15px;
  
}

.gratisthum .firstjum .btn{
  border-radius: 8px !important;
  font-size: 14px;
  font-weight: 800;
  color: #000;
  padding: 7px 30px;
  outline: none;
  box-shadow: none;
  border: none;
  background: #2D6CE9;
  transition: all 0.3s ease;
}
.gratisthum .firstjum .btn:hover{
  opacity: 0.7;
}
.gratisthum .firstjum h2{
  color: #fff;
  font-weight: 1000;
  font-size: 25px;
  line-height: 30px;
  word-break: break-all;
}
.gratisthum .secondjum{
  padding: 20px 30px;
  margin-bottom: 0;
  background: #EFEFEF;
  margin-top: 25px;

}
.gratisthum .secondjum textarea{
  border-radius: 10px;
  box-shadow: none;
  outline: none;
 transition: all 0.3s ease;
}
.gratisthum .secondjum textarea:hover,.gratisthum .secondjum textarea:focus{
  border-color: #4274B9;
}
.gratisthum .secondjum .btn{
  margin-top: 15px;
  padding: 8px 50px;
  color: #fff;
  font-size: 16px;
  border: 2px solid #2D6CE9;
}
.gratisthum .secondjum .btn:hover{
  border: 2px solid #2D6CE9;
  color: #2D6CE9;
  background: transparent;
}
.gratisthum .secondjum .form-group{
  padding-bottom: 0;
}







.gratisclumsection  .eduport h3 span::after{
  top:-38px;
  z-index: -1;
 }
 .gratisclumsection .eduport h3 .headtitle{
  margin-left: 2px;
  margin-top: -32px;
 z-index: 1;
  position: relative;
 }

 .gratisclumsection .eduport{
   padding-top: 50px;
 }
 .gratisclumsection .personalmedia{
   margin-top: 60px;
 }
.gratisclumsection .personalmedia ul{
  padding: 0;
  margin: 0;
  float: right;
}
.gratisclumsection .personalmedia ul li{
  list-style-type: none;
  display: inline-block;
}



/* ........................gratis css end................................ */ 











/* ........................weit css................................ */ 

.weitslide{
  background-image: url(../img/weit/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 123px;
 z-index: 1;
}
.weitslide .weitslidefluid{
  padding: 0px;
}


.weitslide:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.12);
  z-index: -1;
}
.weitslide .owl-carousel{
  width: 100% !important;
  padding: 0px;
  
}


.weitslide .item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 0px; padding: 0px;
  transform:scale(.9);
}
.weitslide .owl-carousel .owl-item img{
  height: 100%;
}

  .weitslide .item{margin:0; transform:scale(0.9)}

.weitslide .active .item{
  opacity:1;
  transform:scale(1);
} 


.weitslide .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.weitslide .owl-carousel{

}
.weitslide .owl-carousel .owl-stage-outer {
max-height: 75%;
height: 100%;
}
.weitslide .owl-carousel .owl-item  video{
 object-fit: cover;
  width: 100%;
height: 100%;
border-radius: 15px;
}

.weitslide  .playpause {
  background-image:url(../img/play-button-overlay-png.png);
  background-size: 100px 100px;
  background-repeat:no-repeat;
  width:50%;
  height:50%;
  position:absolute;
  left:0%;
  right:0%;
  top:0%;
  bottom:0%;
  margin:auto;

  background-position: center;
}

.weitslide .inner{
  position:absolute;
 
    left:10; 

   color:#fff
  }
.weitslide .inner a
{color:#fff;
 
  font-weight: 1000;
  font-size: 20px;
   text-decoration:none; 
   border:none;
    transition:.3s ease border-color
  }


.weitslide  .owl-controls{
  position:absolute; 
  margin-top:20px;
bottom: 0;
background: red;
}
.weitslide .owl-carousel .owl-nav button.owl-next,.weitslide .owl-carousel .owl-nav button.owl-prev{
  display: none;
 
}


.weitslide .owl-carousel button.owl-dot span{

}
.weitslide .owl-carousel button.owl-dot{
  background: #fff;
  width: 25px;
  height: 4px;
  margin-left: 10px;
}
.weitslide .owl-carousel button.owl-dot.active{
   background: #4274B9;
}
.weitslide .owl-carousel .owl-dots{
  position: absolute;
  display:inline-lock;

}





.weitslide .videodetails{
  border: 1px solid #BFBDBD;
  outline: none;
  box-shadow: none;
  font-weight: 1000;
  font-size: 14px;
  padding: 8px 0px;
  width: 220px;
  position: absolute;
  right: 10;
  bottom: 18px;
  text-align: center;
  border-radius: 15px;
  background: transparent;
  transition: all 0.2s ease;
  text-decoration: none;
}
.weitslide .videodetails:hover,.weitslide .videodetails:focus,.weitslide .videodetails:active{
  opacity: 0.8;
  border: 1px solid #AAA9A9;
  background: none !important;
}
.weitslide .videodetails i{
  float: right;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top:12px ;
}


.thumweit{
  margin-top: 40px;


}
.thumweit .jumbotron{
  background: #4274B9;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;

}
.thumweit  .col-md-12{
 overflow: hidden;
 padding-top: 20px;
 padding-bottom: 20px;
}
.thumweit .jumbotron .sojaicon{
 transform: rotate(180deg);
 position: absolute;
 margin-top: -45px;
 margin-left: -17px;

 left: 0;
 -webkit-transform: scaleY(-1);
 -moz-transform: scaleY(-1);
 -o-transform: scaleY(-1);
 -ms-transform: scaleY(-1);
 transform: scaleY(-1);
}
.thumweit .jumbotron .soja{
  font-size: 90px;
 
}
.thumweit .jumbotron .ultaicon{
  transform: rotate(0deg);
  position: absolute;
  margin-bottom: -28px;
  bottom: 0;
  overflow: hidden;
  right: 0;
  margin-right: -17px;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
 
}
.thumweit .jumbotron .ulta{
  font-size: 90px;
}
.thumweit .jumbotron h3{
  text-align: center;
  font-size: 20px;
  color:#000;
  opacity: 0.8;
  font-weight: 1000;
}

.thumweit .jumbotron p{
  text-align: center;
  font-size: 15px;
  color: #000;
  font-weight: 1000;
  opacity: 0.7;
}

.weitclumsection  .eduport h3 span::after{
  top:-38px;
  z-index: -1;
 }
 .weitclumsection .eduport h3 .headtitle{
  margin-left: 2px;
  margin-top: -32px;
 z-index: 1;
  position: relative;
 }




.thumweit1{
  margin-top: 100px !important;
  padding-bottom: 100px;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.thumweit1 h1{
  color: #000 !important;
  font-size: 30px !important;
  opacity: 0.6;
}
.thumweit1 p{
  font-size: 14px !important;
}



/* ........................weit css end................................ */ 




/* ........................learning css start................................ */ 
.learnthum{
  margin-top: 100px;
  position: relative;
}

.learnthum .jumbotron{
 padding: 0;
 border: none;
}
.learnthum .thumbnail{
  border: none;
  padding: 0;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 0px 7px -3px rgb(0 0 0 / 25%);
  border: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}
.learnthum .thumbnail:hover{
  box-shadow: 0px 0px 18px -3px rgb(0 0 0 / 25%);
  border: 1px solid rgba(0,0,0,0.1);
}
.learnthum .thumbnail img{
  width: 100%;
  height: 220px;
}
.learnthum .thumbnail .caption{
  padding-left: 20px;
  padding-right: 20px;
 
}
.learnthum .thumbnail  .caption h3{
  font-size: 26px;
  font-weight: 1000;
  color: #000;
  margin-top: 12;
  color: #16314F; 
  font-weight: 700;
  font-weight: 700;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.learnthum .thumbnail  .caption .allbtn{
  margin-top: 20px;
}
.learnthum .thumbnail  .caption .allbtn .btn{
  padding: 8px 30px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-weight: 1000;
  font-size: 14px;
  border: 1px solid #2D6CE9;
  transition: all 0.3s ease;
  margin-top: 5px;
  margin-bottom:10px ;
}
.learnthum .thumbnail  .caption .allbtn .btn:hover{
  border: 1px solid #2D6CE9;
  background: #2D6CE9;
  color: #fff;
}

.learnthum .thumbnail .caption .p-content{
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  color:rgba(0, 0, 0,0.7);
  font-weight: 700;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.learnthum .thumbnail:hover .caption .p-content{
  opacity: 0.9;
}


/* ........................learning css end................................ */ 


/* ........................pricing css start................................ */ 
.pricethum{
  margin-top: 100px;
  position: relative;
}

.pricethum .jumbotron{
 padding: 0;
 border: none;
}
.pricethum .thumbnail{
  border: none;
  padding: 15px 25px 25px 25px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 7px -3px rgb(0 0 0 / 25%);
  border: 1px solid rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.pricethum .thumbnail:hover{
  transform: scaleY(1.1);
  background: #1a1c29;
  color: #fff;
}
.pricethum .thumbnail .planheader{
  display: inline-block;
}
.pricethum .thumbnail .planheader img{
  width: 50px;
  border-radius: 15px;
  height: 50px;
  margin-top: -34px;
}
.pricethum .thumbnail .planheader .plancontent{
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
}
.pricethum .thumbnail .planheader .plancontent h5{
  font-size: 20px;
  font-weight: 1000;
  color: #16314F;
  margin-bottom: 0;
  margin-top: 0;
  transition: all 0.3s ease;
}
.pricethum .thumbnail:hover .planheader .plancontent h5{
  color: #fff;
}

.pricethum .thumbnail .planheader .plancontent p{
  font-weight: 1000;
}
.pricethum .thumbnail .planheader .plancontent p span:nth-child(1){
  font-size: 14px;
  opacity: 0.7;
}
.pricethum .thumbnail .planheader .plancontent p span:nth-child(2){
  font-size: 22px;
  font-weight: bold;
  opacity: 1;
  margin-right: 2px;
}
.pricethum .thumbnail .planheader .plancontent p span:nth-child(3){
  font-size: 14px;
  opacity: 0.7;
}
.pricethum .thumbnail .caption p{
  font-size: 15px;
  color: #000;
  font-weight: 600;
  opacity: 0.6;
  position: relative;
  transition: all 0.3s ease;
}
.pricethum .thumbnail:hover .caption p{
  color: #fff;
}
.pricethum .thumbnail .caption p span{
 margin-left: 30px;
}
.pricethum .thumbnail .caption p i{
  font-size: 25px;
  margin-top: -4px;
  margin-right: 10px;
  position: absolute;
}

.pricethum .thumbnail .planbtn{
  padding: 10px;
  font-size: 16px;
  font-weight: 1000;
  outline: none;
  box-shadow: none;
  border: none;
  background: #16314F;
  transition: all 0.3s ease;
}
.pricethum .thumbnail:hover .basicbtn{
  background: #159f53;
}
.pricethum .thumbnail:hover .standbtn{
  background: #ff8f3d;
}
.pricethum .thumbnail:hover .primbtn{
  background: #462de3;
}
/* ........................pricing css end................................ */



/* ........................video css start................................ */
.video{
  margin-top: 100px;
  position: relative;
}

.video .videojum{
  padding: 0;
}
.video .thumbnail{
  padding: 0;
}

.video video{
  object-fit: cover;
  width: 100%;
  height:auto;
}
.videolist .videolistjum{
  padding: 0;
  height: 425px;
  overflow-y: auto;
  position: relative;
  border-radius: 0px;
  background: #fff;
}
.videolist .videolistjum::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.videolist .videolistjum::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.videolist .videolistjum::-webkit-scrollbar-thumb {
  background: #AAA9A9;
}

.videolist .videolistjum {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.videolist .jumbotron .btn{
  display: block;
  position: relative;
  height: 70px;
  padding-top: 15px;
  padding-left: 25px;
  background: #fff;
  color: rgba(0,0,0,0.7);
  border: none;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: justify;
  transition: all 0.2s ease;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.videolist .jumbotron  .active {
  background: #2D6CE9;
  color: #fff;
}
.videolist .jumbotron button p{
  margin-left: 35px;
  display: inline-block;
  font-size: 15px;
  font-weight: 1000;
}
.videolist .jumbotron button span{
  font-size: 12px;
  opacity: 0.7;
}
.videolist .jumbotron button .stvideo{
  position: absolute;
  margin-top: 10px;
  font-size: 20px;
}

.videorender{
  margin-top: 50px;
}
.videorender h3{
  font-size: 32px;
  font-weight: 1000;
  padding-bottom: 5px;
  color: #16314F;
  border-bottom: 2px solid #16314F;
  width: 200px;
}
.videorender p{
  font-size: 20px;
  font-weight: 1000;
  opacity: 0.7;
}
.videorender h5{
  margin-top: 20px;
  background: rgba(0,0,0,0.8);
  width: 300px;
  font-weight: 1000;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
  font-size: 20px;
  border-radius: 0px 25px 0px 25px;
}
.videorender .leftdref{
  padding-top: 10px;
}


.fragevideo{
  margin-top: 80px;
}
.fragevideo .jumbotron {
  background-image: url(../img/video/2.png);
  border-radius: 15px;
  box-shadow: 0px 0px 7px -3px rgb(0 0 0 / 25%);
  border: 1px solid rgba(0,0,0,0.1);
  padding: 70px 10px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}
.fragevideo .jumbotron p{
  font-size: 25px;
  margin-top: 10px;
  font-weight: 1000;
}
.fragevideo .btn{
  font-weight: 1000;
  font-size: 16px;
  border: none;
  background: #2D6CE9;
  color: #fff;
  padding: 10px 50px;
  outline: none;
  margin-top: 10px;
  box-shadow: none;
  border: 2px solid #2D6CE9;
  transition: all 0.3s ease;
}
.fragevideo .btn:hover{
  background: transparent;
  border: 2px solid #2D6CE9;
  color: #2D6CE9;
}
/* ........................video css end................................ */










/* ........................foreclosure css start................................ */

.foresec{
 margin-top: 100px;
}
.foresec h3{
  font-size: 32px;
  font-weight: 1000;
  padding-bottom: 5px;
  color: #16314F;
  word-break: break-all;
}
.foresec p{
  font-size: 16px;
  font-weight: 1000;
  opacity: 0.7;
}

.foresec .btn ,.kursinhalte .btn{
  margin-top: 20px;
  width: 200px;
  font-size: 16px;
  padding: 8px 0px;
  outline: none;
  border: 2px solid #2D6CE9;
  box-shadow: none;
  background: #2D6CE9;
  border-radius: 4px;
  font-weight: 1000;
  transition: all 0.3s ease;
}
.foresec .btn:hover,.kursinhalte .btn:hover{
  background: transparent;
  border: 2px solid #2D6CE9;
  color: #2D6CE9;
}


.foresec .videomdal{
  width: 100%;
  height: 300px;
}

.foresec .over{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(20%);
  transform: translateX(-50%);
  box-shadow: 0px 0px 10px 16px rgba(50,50,50,0.4);
  border-radius: 100px;
  border: 10px solid rgba(200,200,200,0.5);
  transition: all 0.3s ease;
}
.foresec .over:hover{
 
  box-shadow: 0px 0px 10px 16px rgba(50,50,50,0);
  border-radius: 100px;
  border: 12px solid rgba(200,200,200,0.8);
}
.foresec .over img{
  width: 60px;
  height: 60px;
}

.fragevideomodal .modal-header{
  padding: 0;
}
.fragevideomodal .modal-header .close{
  font-size: 35px !important;
    opacity: 1;
    color: #000 !important;
    margin-top: 5px;
    margin-right: 20px;
}
.fragevideomodal .modal-body{
  padding: 5;
  background: #fff;
}

.dulernst{
  margin-top: 100px;
  background: #fff;
  padding: 50px 0px;
}
.dulernst h4{
  color: #16314F;
  font-size: 16px;
  font-weight: 800;
  line-height: 35px;
}
.dulernst h4 i{
  color: #2D6CE9;
  font-size: 20px;
  font-weight: 1000;
  margin-right: 5px;
}
.dulernst p{
  font-size: 16px;
  text-align: justify;
}
.kursinhalte{
  background: #fff;
  padding-top:50px;
  padding-bottom:50px;
}
.kursinhalte .jumbotron {
  padding: 0px 0px;
  background: #EFEFEF;
  height: 400px;
  overflow-y: auto;
}
.kursinhalte .jumbotron::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.kursinhalte .jumbotron::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.kursinhalte .jumbotron::-webkit-scrollbar-thumb {
  background: #AAA9A9;
}

.kursinhalte .jumbotron{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.kursinhalte .jumbotron  hr{
  margin: 0;
  background:  rgba(0,0,0,0.01);
  height: 1px;
}
.kursinhalte .jumbotron .media{
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.kursinhalte .jumbotron .media img{
    width: 35px;
    height: 35px;
    margin-top: 3px;
    opacity: 0.7;
    margin-right: 5px;
}
.kursinhalte .jumbotron .media h4{
   font-size: 17px;
   font-weight: 1000;
   color: #16314F;
   margin-top: 10px;
}
.kursinhalte .btn{
  width: 50%;
  margin: 0 auto;
  font-weight: 1000;
}



/* ........................foreclosure css end................................ */















/* ........................object css start................................ */

.apartplan{
  background: #fff;
  margin-top: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
   
}

.apartplan .jumbotron{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  padding: 30px 40px 30px 40px;
  background: rgba(80,126,191,0.2);
}



.apartplan .deluxe .dp01,.apartplan .deluxe .dp02{
  background: #fff;
  border: 1px solid rgba(45,108,233,0.2);
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px -2px rgba(45,108,233,0.25);
}
.apartplan .deluxe .dp01 h4{
  color:#FFA500;
  font-weight: 1000;
  text-transform: uppercase;
}

.apartplan .deluxe .dp01 .progress-bar,.apartplan .deluxe .dp02 .progress-bar{
  background: #2D6CE9;
  border-radius: 100px;
}
.apartplan .deluxe .dp01 .progress,.apartplan .deluxe .dp02 .progress{
  border: 0px solid #165484;
  padding: 2px;
  background: #13273F;
  border-radius: 100px;
}

.apartplan .deluxe .dp01 .lavel p{
  color: rgba(0,0,0,0.7);
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 800;
}
.apartplan .deluxe .dp01 .lavel p:nth-child(2){
  float: right;
  color: rgba(0,0,0,0.7);
}


.apartplan .deluxe .dp02{
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}
.apartplan .deluxe .dp02 ul{
 display: flex;
  padding: 0;
  margin: 0;
  padding-left: 0px;
  margin-top: 0px;
}
.apartplan .deluxe .dp02 ul li{
  list-style-type: none;
  background: #13273F;
 width: 25%;
  background: ;
  text-align: center;
  position: relative;
  padding: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
  margin: 0 0px 0 0;
  border: none;
  box-shadow: 0px 0px 8px -2px rgba(45,108,233,0.25);
  border-radius: 10px;
  margin-right: 10px;
}

.apartplan .deluxe .dp02 ul li:before{
  content: "";
  position: absolute;
  height: 17px;
  border-radius: 100px;
  width: 17px;
  background: #FFA500;
  left: 0;
  top: -38px;
  right: 0;
  margin: 0 auto;
}


.apartplan .deluxe .dp02 ul li:nth-child(4){
   margin-right: 0;
}

.apartplan .deluxe .dp02 ul li:nth-child(1),.apartplan .deluxe .dp02 ul li:nth-child(1)::before{
  background: linear-gradient(45deg, rgba(210,255,82,1) 0%, rgba(134,224,49,1) 46%, rgba(134,224,49,1) 72%);
}


.apartplan .deluxe .dp02 ul li:nth-child(2),.apartplan .deluxe .dp02 ul li:nth-child(2)::before{
  background: linear-gradient(45deg, rgba(210,255,82,1) 0%, rgba(134,224,49,1) 46%, rgba(134,224,49,1) 72%);
}

.apartplan .deluxe .dp02 ul li:nth-child(3),.apartplan .deluxe .dp02 ul li:nth-child(3)::before{
  background: linear-gradient(45deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 2%, rgba(240,52,28,1) 72%, rgba(240,47,23,1) 78%, rgba(246,41,12,1) 93%, rgba(231,56,39,1) 100%);
}

.apartplan .deluxe .dp02 ul li:nth-child(4){
  background: linear-gradient(135deg, rgba(169,3,41,1) 0%, rgba(26,36,48,1) 0%, rgba(35,50,66,1) 70%, rgba(35,50,66,1) 92%, rgba(35,50,66,1) 94%, rgba(35,50,66,1) 100%);
}
.apartplan .deluxe .dp02 ul li:nth-child(4)::before{
  background: #fff;
}
.apartplan .deluxe .dp02 ul li span{
  color: #fff;
}
.apartplan .deluxe .dp02 ul li span:nth-child(1){
  color: #fff;
  font-weight: 1000;
  font-size: 20px;
}
.apartplan .deluxe .dp02 ul li span{
  line-height: 30px;
  font-weight: 1000;
  
}
.apartplan .deluxe .dp02 ul li span:nth-child(3){
  background: #fff;
  padding: 8px;
  color: #000;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}











.modalrow .modalrow1 p{
  text-align: center;
  float: left;
  width: 100px;
  height: 75px;
  margin-right: 10px;
  background: #16314F;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid #16314F;
}
.modalrow .modalrow1 p:hover{
  border: 3px solid #2D6CE9;
}
.modalrow .modalrow1 p span{
  font-weight: 1000;
  margin-top: 5px;
  display: block;
}

.modalrow  .keller{
  padding-top: 4px;
}
.modalrow  .keller p{
  font-size: 16px;
  text-align: left;
  font-weight: 1000;
  color: #16314F;
}
.modalrow  .keller p i{
  color: #fff;
  font-size: 14px;
  padding: 7px 8px;
  border-radius: 100px;
  background: #16314F;
}
.modalrow  .keller h5{
  float: left;
  background: rgb(239, 239, 239);
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  color: rgba(0,0,0,0.5);
  font-size: 14px;
  font-weight: 1000;
  margin-top: 0px;
}

.modalrow .houseft ul{
   padding: 25px 5px;
   margin: 0;
   border-radius: 15px;
   border: 1px solid rgba(100,100,100,0.2);
}
.modalrow .houseft ul li{
  list-style-type: none;
  display: inline-block;
  text-align: center;
  width: 32%;
  border-left: 1px solid rgba(150,150,150,0.2);
}
.modalrow .houseft ul li:nth-child(1){
  border-left: none;
}
.modalrow .houseft ul li i{
  color: rgba(0,0,0,0.5);
  font-size: 25px;
  margin-bottom: -12px;
  display: block;
}
.modalrow .houseft ul li span:nth-child(3){
  font-weight: 1000;
}


.apartplan .thremodel img{
  width: 300px;
}
.apartplan .videocontent video{
  object-fit: contain;
}


















.apartplan .heading-title{
  color: #fff !important;
} 

.apartplan .main-top-nav-tabs{
  border: none;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 12px;
  border: none;
  margin-bottom: 30px;
}
.apartplan .main-top-nav-tabs::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.apartplan .main-top-nav-tabs {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.apartplan .main-top-nav-tabs li{
  outline: none;
  float:none;
  border: none;
  display:inline-block;
  margin-left: 0px;
  margin-right: 30px;
  background: transparent !important;
  background: none !important;
}
.apartplan .main-top-nav-tabs li a{
   background: #fff !important;
   color: #ABB1B6;
   font-weight: 1000;
   font-size: 16px;
   border-top: none;
   border-left: none;
   border-right: none;
   outline: none;
   border:none !important;
   font-weight: 1000;
   border-radius: 0px;   
   padding: 7px 0px 7px 0px;
   transition: all 0.3s ease;
   box-shadow: none;
}
.apartplan .main-top-nav-tabs li a:after{
  content: "";
  position: absolute;
  height: 5px;
  width: 0px;
  border-radius: 100px;
  background: rgba(80,125,191,0);
  bottom: -5;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.apartplan .main-top-nav-tabs li a:hover:after{
  content: "";
  position: absolute;
  height: 5px;
  width: 60px;
  border-radius: 100px;
  background: rgba(80,125,191,0.4);
  bottom: -5;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.apartplan .main-top-nav-tabs .active a::after,.apartplan .main-top-nav-tabs .active:hover a::after{
  content: "";
  position: absolute;
  height: 5px;
  width: 60px;
  border-radius: 100px;
  background: #2D6CE9;
  bottom: -5;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.apartplan .main-top-nav-tabs li a:hover{
  background:transparent;
  color: rgba(80,125,191,0.5);
  border-top: none;
  border-left: none;
  outline: none;
  border-right: none;
  border:none !important;
}
.apartplan .main-top-nav-tabs .active:hover a{
  border: none !important;
  background:transparent;
  color: #2D6CE9 !important;
  outline: none;
  box-shadow: none;
}




.apartplan .main-top-nav-tabs  .active a{
  border: none !important;
  border-width: 1em;
  background:transparent;
  outline: none;
  font-size: 18px;
  box-shadow: none;
  color: #2D6CE9 !important;
  
}

.thumapart .jumbotron {
   background: #fff;
   box-shadow: none;
   border: none;
   padding: 0;
}
.thumapart{
  margin-top: -30px;
}
.thumapart .subtab1 .leftyside h4{
   font-size: 20px;
   color: #16314F;
   font-weight: 1000;
}

.thumapart .subtab1 .leftyside p{
  font-size: 16px;
  color: #16314F;
  text-align: justify;
}
.thumapart .subtab1 .leftyside h2{
  color: #2D6CE9;
  font-weight: 1000;
  margin-top: 0px;
  margin-bottom: 15px;
}
.thumapart .subtab1 .leftyside  .loca{
  font-size: 16px;
  text-align: left; 
  padding-top: 4px;
  font-weight: 1000;
  color: #16314F;
}
.thumapart .subtab1 .leftyside  .loca i{
  color: #fff;
  font-size: 14px;
  padding: 7px 8px;
  border-radius: 100px;
  background: #16314F;
}
.thumapart .subtab1 .leftyside h5{
 
  background: rgb(239, 239, 239) ;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  color: rgba(0,0,0,0.5);
  border: 1px solid rgba(0, 0, 0,0.2);
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 100px;
  font-weight: 1000;
  margin-top: 30px;
  width: 120px;
  text-align: center;
}

.thumapart .subtab1 .leftyside .inimage ul{
  padding: 0;
  width: 100%;
  display:flex;
}
.thumapart .subtab1 .leftyside .inimage ul li{
  list-style-type: none;
  display: inline-block;
  width: 33%;
  position: relative;
}
.thumapart .subtab1 .leftyside .inimage ul li img{
 width: 100%;
 height: 118px;
}

.thumapart .subtab1 .rightyside .wichdiv{
  background: #F5F5F5;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.thumapart .subtab1 .rightyside .hoverwich{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #16314F;
  top: 0;
  left: 0;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.thumapart .subtab1 .rightyside .hoverwich h5{
  font-size: 16px;
  color: #fff;
  font-weight: 1000;

}
.thumapart .subtab1 .rightyside .hoverwich p{
  font-size: 14px !important;
  color: #fff;
  opacity: 0.8;
  margin-top: 20px;
}
.thumapart .subtab1 .rightyside .wichdiv .prosno{
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
}
.thumapart .subtab1 .rightyside .wichdiv .prosno i{
  font-size: 25px;
  opacity: 0.8;
  cursor: pointer;
}
.thumapart .subtab1 .rightyside .wichdiv img{
  width: 130px;
}

.thumapart .subtab1 .rightyside .wichdiv h3{
  font-size: 20px;
  font-weight: 1000;
  color: rgba(0,0,0,0.7);
  margin-bottom: 28px;
}
.thumapart .subtab1 .rightyside .wichdiv p{
  word-break: break-all;
  font-size: 16px;
  margin-top: -10px;
}
.thumapart .subtab1 .rightyside .wichdiv p span:nth-child(1){
   font-weight: 1000;
   color: rgba(0,0,0,0.7);
}
.thumapart .subtab1 .rightyside .wichdiv .das{
  background: rgba(255,255,255,1);
  padding: 5px 10px 14px 10px;
  border: 1px solid rgba(0,0,0,0.08);
 
}
.thumapart .subtab1 .rightyside .wichdiv .das h5{
  font-size: 13px;
}
.thumapart .subtab1 .rightyside .wichdiv .das .btn{
  border: none;
  box-shadow: none;
  background: #2D6CE9;
  outline: none;
}



.easy{
  margin-top: 20px !important;
  position: relative;
  z-index: 10;
  background: rgb(233,233,240);
  padding: 40px 30px 50px 40px;
 margin: auto;
  border-radius:10px;
}
.objeectheadtitle{
  color: #16314F;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 30px;
  word-break: break-all;
}
.easy .thumbnail{
  text-align: center;
  background: rgb(250,250,250);
  border: none;
  height: 200px;
  margin-top: 20px;
  padding-top: 50px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.easy .thumbnail:hover{
  box-shadow: 0px 2px 19px -2px rgb(100 100 100 / 20%) !important
}

.easy .thumbnail i{
  font-size: 30px;
  color: #16314F;
}
.easy .thumbnail .caption h3{
  font-weight: 1000;
  font-size: 18px;
  color: #16314F;
  margin-top: 5;
} 
.easy .thumbnail .caption p{
  font-size: 14px;
  opacity: 0.7;
  font-weight: 1000;
}




.machne .table{
  border-radius: 10px;
  overflow: hidden;
}
.machne .table-responsive{
  border: none !important;
}

.table-responsive::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.table-responsive {
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
}
.responsivtable{
  height: 350px !important;
  background: rgb(245,245,245);
  border-radius: 10px;
  padding-top: 0px;
  padding-bottom: 0;
  margin: 0;
}
.responsivtable .table,.responsivtable1 .table{
  padding: 0;
  margin: 0;
}
.responsivtablewhite{
  background: #fff !important;
}
.responsivtable1{
  height: 182px !important;
  overflow-y: auto;
}
.machne .tbheading td{
  background: #16314F;
  font-weight: 1000;
  padding-left: 30px;
  padding-right: 20px;
   padding-top: 35px;
}
.machne tr:nth-last-child(1) td{
  padding-bottom: 35px;
}
 .machne .tbheadingsub td{
  font-weight: 1000;
  padding-left: 40px;
  padding-right: 40px;
 
  background: rgb(245,245,245);
}

.machne1 .tbheading td{
  border: none;
  padding-left: 40px;
  padding-right: 40px;
  background: rgb(245,245,245);
  color: rgba(0, 0, 0,0.5);
 
}
.machne1 .tbheadingsub td{
  border: none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  color: rgba(0, 0, 0,0.5);
  background: rgb(245,245,245);
}


.prolandhe .tbheadingsub td{
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.prolandhe  .tbheading td{

}
.prolandhe   tr:nth-last-child(1) td{
  padding-bottom: 15px;
}
.dopotr .tbheadingsub td {
  text-align: left !important;
}
.dopotr .tbheadingg td{
  text-align: left !important;
}
.dopotr .kliyieu td{
  font-size: 20px;
  color: #2D6CE9;
}

.prolandhe .jumbotron{
  padding: 0px 0px;
  height: 350px;
  margin-top: 73px;
  box-shadow: 0px 2px 9px -2px rgb(100 100 100 / 20%) !important;
}
.prolandhe img{
  width: 200px !important;
  margin-top: 35px !important;
  margin-bottom: 10px !important;
}
.prolandhe .tbheadingsub td{
  background: #fff;
}

.jymuklt tr td{
  background: #fff !important;
}
.jymuklt .table-responsive{
  box-shadow: 0px 2px 9px -2px rgb(100 100 100 / 20%) !important;
}



.mainhed-table .colk6{
   padding-right: 0;
}
.mainhed-table .colk6 .table{
  border-radius: 20px 0px 0px 20px;
}
.mainhed-table .colk67{
  padding-left: 0;
}
.mainhed-table .colk67 .table{
  border-radius: 0px 20px 20px 0px;
}


.about_more_body-column{
 position: relative;
 padding-right: 30px !important;
  margin-top: -7px;
  
}
.about_more_body .input-group{
  display: flex;
  float: right;
  width: 200px;
  right: 0;
  margin-top: 8px;
  position: absolute;
}
.about_more_body .pricing-ruler{
  box-shadow: 0px 2px 9px -2px rgb(100 100 100 / 20%);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.about_more_body .about_more_body-column--item{
  display: flex;
  line-height: 55px;
}


.about_more_body .input-group input{
  height: 40px;
  float: right;
  right: 0;
  outline: none;
  border-radius: 4px 0px 0px 4px !important;
  box-shadow: none;
  border: 1px solid rgba(0,0,0,0.1);
}
.about_more_body .input-group input:hover,.about_more_body .input-group input:focus{
  border: 1px solid #2D6CE9;
}
.about_more_body .input-group .disabled{
  box-shadow: none;
}
.about_more_body .input-group .disabled:hover,.about_more_body .input-group .disabled:focus{
  border: 1px solid rgba(0,0,0,0.1);
}
.about_more_body .input-group-prepend{
  background: #2D6CE9;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 0px 4px 4px 0px;
  color: #fff;
}
.about_more_body .input-group-prepend .input-group-text
{
 margin-top: -8px;
 font-weight: bold;
 font-size: 18px;
}
.about_more_body .btn-blue{
  background: #2D6CE9 !important;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 1000;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
  box-shadow: none;
  border: 2px solid #2D6CE9;
  margin-top: 30px;
}
.about_more_body .btn-blue:hover{
  border: 2px solid #2D6CE9;
  background: none !important;
  color: #2D6CE9;
}
.pricing-ruler--title h4{
  margin-left: 20px;
  font-weight: 1000;

  margin-bottom: -10px;
  padding-bottom: 10px;
  color: #16314F;
  border-bottom: 1px solid rgba(0,0,0,0.1);

}
.pricing-ruler--item_title__col {
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-bottom: 15px;
}
.pricing-ruler--item_title{
   display: flex;
   
  
}
.pricing-ruler .pricing-ruler--item_title__col:nth-child(1){
    border-right: 1px solid rgba(0,0,0,0.1);
}
.pricing-ruler .pricing-ruler--item_title__col{
  padding-right: 18px;
   margin-left: 10px;
   margin-right: 10px;
}
.pricing-ruler--item_title__col p {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}
.pricing-ruler--item_title__col h4{
  font-size: 16px;
  font-weight: 1000;
  margin-top: 0px;
  color: #16314F;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pricing-ruler--body {
  position: relative;
  padding: 15px 20px;
}
.pricing-ruler--item {
  position: relative;
  margin-bottom: 10px;
}


.pricing-ruler--item_bar {
    position: relative;
   background: rgba(0,0,0,0.2);
    width: 100%;
    height: 15px;
    border-radius: 100px;
    overflow: hidden;
    margin-top: -15px;
}
.pricing-ruler--item_bar__block.item-8{
  background: #00a6fa;
  width: 10%;
  height: 15px;
  right:38%;
  top: 0;
  position: absolute;
}
.pricing-ruler--item_bar__block.item-1,.pricing-ruler--item_bar__block.item-5{
  background: #00e1a6;
  width: 20%;
  height: 15px;
  right: 20%;
  top: 0;
  position: absolute;
}
.pricing-ruler--item_bar__block.item-5{
  right: 18%;
}
.pricing-ruler--item_bar__block.item-2,.pricing-ruler--item_bar__block.item-6{
  background:#828df9;
  width: 10%;
  height: 15px;
  right: 10%;
  top: 0;
  position: absolute;
}

.pricing-ruler--item_bar__block.item-6{
  width: 12%;
  height: 15px;
  right: 6%;
}
.pricing-ruler--item_bar__block.item-3,.pricing-ruler--item_bar__block.item-7{
  background:#cbf425;
  width: 10%;
  height: 15px;
  right: 0%;
  top: 0;
  position: absolute;
}
.pricing-ruler--item_bar__block.item-7{
  width: 6%;
}

.pricing-ruler--info_item{
  display: flex;
}

.pricing-ruler--info_item__value{
  
}
.pricing-ruler--info {
  position: relative;
}
.pricing-ruler--info_item__info{
  margin-left: 18px;
  position: relative;
}
.pricing-ruler--info_item__info::after{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: red;
  border: 1px solid rgba(0,0,0,0.01);
  border-radius: 4px;
  left: -15;
  top: 5px;
}
.pricing-ruler--info_item.item-3 .pricing-ruler--info_item__info::after{
  background: #00e1a6;
}
.pricing-ruler--info_item.item-4 .pricing-ruler--info_item__info::after{
  background: #462de3;
}
.pricing-ruler--info_item.item-5 .pricing-ruler--info_item__info::after{
  background: #cbf425;
}
.pricing-ruler--info_item.item-2 .pricing-ruler--info_item__info::after{
  background: #00a6fa;
}
.pricing-ruler--info_item__value, .pricing-ruler--info_item__amount {
  flex: 0 0 auto;
  text-align: right;
  position: absolute;
  right: 0;
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  font-weight: 1000;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.pricing-ruler--info_item__value{
   margin-left: 10px;
  margin-right: 80px;
}



.acoddisput{
  background: rgb(233,233,240);
  margin: auto;
  padding: 30px 20px 55px 20px;
  border-radius: 10px;
}

.titleh{
  margin-left: 16px;
  font-weight: 1000;
  font-size: 22px;
  color: #16314F;
}
.accordion{
	overflow:hidden;
}
.accordion .history-span{
	color:rgba(0,0,0,0.5);
}
.accordion .history{
	color:rgba(0, 71, 140,1);
	margin-top:15;
	font-size:28px;
	font-weight:700;
	margin-bottom:40px;
}
.accordion .panel,
.accordion .panel-body {
    box-shadow: none;
    border:none;
}
.accordion .panel-body .p1{
    font-weight:400;
    padding-top:0;
    margin-top:-10px;
    font-size:1.040em;
}
.accordion .panel-body .ul-p1{
	padding-left:40px;
	line-height:28px;
}
.accordion .panel-body .p2{
    font-weight:500;
    margin-top:10px;
    color:rgba(0,0,0,0.6);
    font-size:1.040em;
}
.accordion .panel-group .panel-heading {
    padding: 0;
    padding-top:12px;
    padding-bottom:8px;
    padding-left: 10px;
    border-bottom:none;
    border:none;
    background:#ffff;
    border-radius: 0px;
}

.accordion .panel-group .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
    font-size:18px;
    color:rgba(0, 71, 140,1);
}
.accordion .panel-group .panel-heading a span{
	font-weight:400;	
    color:#363636;
    font-size: 18px;
    font-weight: 700;
    opacity: 0.7;
    line-height: 1em;	
	transition:all 0.2s;
}
.accordion .panel-group .panel-heading a span:hover{
	color:#2D6CE9;
}
.accordion .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
.accordion .panel-group .panel {
    margin-bottom: -12;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
    border-right: none;
    border-left: none;
}
.accordion .panel-group .panel-heading a:after {
    content: "\2212";
    position: relative;
    top: -2px;
    right:8px;
    color:#2D6CE9;
    display: inline-block;
    font-family:verdana;
    font-size:22px;
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.accordion .panel-group .panel-heading a.collapsed:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion .insummer{
  text-align: center;
  background: rgba(245,245,245,1);
  padding: 18px 2px;
  font-size: 18px;
  color: #16314F;
  margin-top: -10px;
}
.accordion .insummer span{
  opacity: 0.7;
}

.contaminated{
  margin-top: 40px;
}
.contaminated .jumbotron {
  background: rgba(256,166,0,0.2);
  padding: 10px 25px !important;
  border-radius: 10px;

}
.contaminated .jumbotron h3{
  font-size: 20px;
  font-weight: 1000;
  color: #16314F;
}
.contaminated .jumbotron p{
  font-size: 16px;
}


.contactusob  {
  background: rgb(233,233,240);
  margin: auto;
   border-radius: 10px;
}
.contactusob  .jumbotron{
  background: transparent;
  padding: 20px 30px;
}
.contactusob  .jumbotron textarea{
  border: 1px solid rgba(0,0,0,0.07);
  padding:20px ;
  box-shadow: none;
  outline: none;
}
.contactusob .btn{
  font-size: 18px;
  font-weight: 1000;
  background: #2D6CE9;
  padding: 10px 40px;
  margin-top: 20px;
  border-radius: 4px;
  outline: none;
  border: 2px solid #2D6CE9;
  box-shadow: none;
  transition: all 0.3s ease;
}

.contactusob .btn:hover{
  background: transparent;
  border: 2px solid #2D6CE9;
  color: #2D6CE9;
}












.subtab3 .suubmenutabs{
  border: none;
  box-shadow: none;
  padding: 0;
  overflow-x: auto;
white-space: nowrap;
  position: relative;
  background: #EFEFEF !important;
  display: flex;
  margin-top: -30px;
}

.subtab3 .suubmenutabs::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.subtab3 .suubmenutabs {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}


.subtab3 .suubmenutabs::before{
  content: "";
position: absolute;
right: -30;
top: 0;
overflow: hidden;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 30px solid #EFEFEF;
}

.subtab3 .suubmenutabs li{
  margin-right: 20px;
  
}
.subtab3 .suubmenutabs li a{
  border: none;
  padding: 10px 40px;
  background: none !important;
  font-weight: 1000;
  color: rgba(0, 0, 0,0.7);
}
.subtab3 .suubmenutabs li a:hover{
  opacity: 0.7;
}
.subtab3 .suubmenutabs .active a:hover{
  opacity: 1;
}
.subtab3 .suubmenutabs .active a{
  box-shadow: none;
  border: none !important;
  background: #16314F !important;
  color: #fff !important;
  border-radius: 0% 0% 0% 0%;
}

.subtab3 .suubmenutabs .active a::after{
  content: "";
  position: absolute;
  right: -30;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #16314F;
}

.step1 iframe{
  margin-top: 0px;
 
}
.alstepbtn .btn-group{
  text-align: center;
 margin-top: 30px;
}
.alstepbtn .btn-group .btn{
  width: 120px;
  margin-left:5px;
  margin-right: 5px;
  padding: 10px 0px;
  font-size: 18px;
  box-shadow: none;
  border: 2px solid #2D6CE9;
  outline: none;
  background: #2D6CE9;
  font-weight: 1000;
  border-radius: 4px !important;
  transition: all 0.3s ease;
}
.alstepbtn  .btn-group .btn:nth-child(1){
  background: transparent;
  color: #2D6CE9;
}
.alstepbtn  .btn-group .btn:nth-child(1):hover{
  background: #2D6CE9;
  color: #fff;
}
.alstepbtn .btn-group .btn:nth-child(2){
  background: #2D6CE9;
  color: #fff;
}
.alstepbtn  .btn-group .btn:nth-child(2):hover{
  background: transparent;
  color: #2D6CE9;
}






.step3 .progresscircle{
  background: #EFEFEF;
  margin: auto;
  margin-top: 75px;
  border-radius: 10px;
  padding:20px 0px 40px 20px;
  height: 275px;
}
.step3 .progtitle{
  padding-top: 45px;
}
.step3 .progtitle h4{
  font-weight: 1000;
  opacity: 0.7;
  margin: 0;
 text-align: center;
}
.step3 .progtitle h3{
  font-weight: 1000;
  color: #000;
  text-align: center;
  margin-top: 10;
  margin-bottom: 0;
}
.step3 .progtitle p{
  color: #2D6CE9;
  text-align: center;
  font-size: 18px;
  font-weight: 1000;
}
.step3 .progtitle .btn{
  text-align: center;
  background: #2D6CE9;
  font-weight: 1000;
  font-size: 14px;
  box-shadow: none;
  outline: none;
  border-radius: 4px;
  padding: 5px 20px;
  transition: all 0.3s ease;
  border: 2px solid #2D6CE9;
}

.step3 .progtitle .btn:hover{
  border: 2px solid #2D6CE9;
  background: transparent;
  color: #2D6CE9;
}

.step3 .progress{
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  margin-top: 43px;
  box-shadow: none;
  position: relative;
}
.step3 .progress:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 18px solid #EFEFEF;
  position: absolute;
  top: 0;
  left: 0;
}
.step3  .progress > span{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.step3 .progress .progress-left{
  left: 0;
}
.step3 .progress .progress-bar{
  width: 100%;
  height: 100%;
  background: none;
  border-width: 16px;
  border-style: solid;
  position: absolute;
 
  top: 0;
}
.step3 .progress .progress-left .progress-bar{
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.step3  .progress .progress-right{
  right: 0;
}
.step3  .progress .progress-right .progress-bar{
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.step3  .progress .progress-value{
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: rgba(0, 0, 0,0.7);
  font-weight: 1000;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.step3  .progress.blue .progress-bar{
  border-color: #2D6CE9;
}
.step3  .progress.blue .progress-left .progress-bar{
  animation: loading-3 1s linear forwards 1.8s;
}


.step3  .progress.green .progress-bar{
  border-color: #1abc9c;
}
.step3  .progress.green .progress-left .progress-bar{
  animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
}
@keyframes loading-2{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(144deg);
      transform: rotate(144deg);
  }
}
@keyframes loading-3{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
}
@keyframes loading-4{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(36deg);
      transform: rotate(36deg);
  }
}
@keyframes loading-5{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(126deg);
      transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px){
  .progress{ margin-bottom: 20px; }
}

.mainsubstepheadingtab{
  height: 40px;
}

.headinproright{
  background: #EFEFEF;
  margin: auto;
  margin-top: 75px;
  height: 275px;
  border-radius: 10px;
  padding:0px 0px 10px 0px;
}
.headinproright .topgar4 {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.headinproright .topgar4 .tga01 {
  border: 0px solid #165484;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10x;
  border-radius: 10px;
  padding: 16px 12px 0px 12px;
}

.headinproright .topgar4 .tga01 p {
  display: inline-block;
  color: rgba(0, 0, 0,0.7);
  font-weight: 1000;
  background: #fff;
  font-size: 16px;
}
.headinproright .topgar4 .tga01 p:nth-child(2) {
  font-weight: 1000  !important;
  font-size: 16px;
  float: right;
  font-weight: 1000;
}






.step4 .firstchart,.step4 .secondchart{
  box-shadow: 0px 2px 9px -2px rgb(100 100 100 / 20%) !important;
  padding: 25px 20px 20px 20px;
}

.step4 .allchartheading{
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  color: #16314F;
  font-weight: 1000;
}

.step4 .alldopout{
  margin-top: 50px;
  margin-bottom: 10px;
}
.step4 .alldopout p{
  font-size: 16px;
  word-break: break-all;
}
.step4 .alldopout strong{
  color: #16314F;
  font-weight: 1000;
}








.step5 .catrd{
  background: #EFEFEF;
  font-size: 14px;
  padding: 20px;
  margin-top: 30px;
}
.step5  h5{
  color: #16314F;
  font-weight: 1000;
  font-size: 16px;
}


.step5  h4{
  color: #16314F;
  font-weight: 1000;
  font-size: 16px;
  margin-top: 40px;
}
.step5 .jkip{
  font-size: 14px;
}



.subtab4 h3{
   font-size: 18px;
   color: #16314F;
   font-weight: 1000;
}
.subtab4 h4{
  font-size: 16px;
  color: #16314F;
  font-weight: 1000;
  margin-top: 30px;
}
.subtab4 p{
   font-size: 14px;
   margin-bottom: 30px; 
}


.videomodalob{
  z-index: 1000000 !important;
  padding: 0 !important;
}
.videomodalob video{
  margin-top: 5px;
}
.modal-dialog {
  width: 90% !important;
  padding: 0;
  margin-top: 10% !important;
    display: block;
    margin: 0 auto;
}
.modal-header .close {
  margin-top: 0px;
  font-size: 30px;
  color: #16314F;
  opacity: 1;
}
.modal-header {
  padding: 5px 15px 5px 5px;
}
/* ........................object css end................................ */




/* ........................subblog css start................................ */
.subblogheading date{
  font-weight: 1000;
  color: #AAA9A9;
}
.subblogheading .h1{
  font-size: 28px;
  word-break: break-all;
  font-weight: 1000 !important;
  margin-top: 15px ;
}
.subblogheading p{
  font-size: 18px;
}



.subblogsection {
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
}
.subblogsection .jumbotron{
  padding: 10px 10px;
  background: #fff;
  box-shadow: 0px 0px 7px -3px rgb(0 0 0 / 25%);
}

.subblogsection .uiupdate{
  padding: 0;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 12px;
}
.subblogsection .uiupdate li{
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #AAA9A9;
  font-weight: 1000;
}
.subblogsection .uiupdate li strong{
  color: #16314F;
}
.subblogsection .uiupdate li i{
  background: #16314F;
  width: 10px;
  height: 10px;
  position: relative;
  padding: 6px;
  font-size: 12px;
  border-radius: 100px;
  color: #fff;
}
.subblogsection .mainsubcontent{
  padding:40px 20px 20px 20px;
}
.subblogsection .mainsubcontent p{
  font-size: 16px;
}
.subblogsection .mainsubcontent h4{
  font-size: 18px;
  font-weight: 1000;
  color: #16314F;
  margin-bottom: 20px;
  
}

.subblogsection .mainsubcontent strong i{
   font-size: 20px;
   margin-top: 10px;

}
.subblogsection  .mainsubcontent .thumliui{
  background: rgba(241,111,92,0.1);
  border-radius: 10px;
  padding-top: 20px;
  padding-left: 40px;
  max-width: 440px;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 20px;
}
.subblogsection  .mainsubcontent .thumliui li{
  font-size: 16px;
  list-style-type: none;
}
.subblogsection  .mainsubcontent .thumliui li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: rgba(0, 0, 0,0.5); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.subblogsection .subtaboklil{
  padding-left:30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;

}
.subblogsection .subtaboklil h5{
  font-size: 16px;
  color: #16314F;
  font-weight: 1000;
  opacity: 0.8;

}
.subblogsection .subtaboklil p{
 padding-bottom: 10px;
}

.subblogsection .jumporfooter{
  padding: 20px 40px;
}
.subblogsection .jumporfooter h3{
  font-size: 20px;
  font-weight: 1000;
  color: #16314F;
}

.subblogsection .jumporfooter button{
  background: rgba(241,111,92,0.2);
  color: rgba(0, 0, 0,0.8);
  border: none !important;
  border-radius: 5px !important;
  margin-right: 10px;
  margin-top: 5px;
}
.subblogsection .privnext{
  margin-top: 10px;
}
.subblogsection .privnext .thumbnail{
  border: 1px solid rgba(100,100,100,0.1);
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  
}
.subblogsection .privnext a{
  text-decoration: none;
}
.subblogsection .privnext .thumbnail img{
  width: 100%;
  height: 250px;
}
.subblogsection .privnext .thumbnail h3{
  color: #16314F;
  font-weight: 1000;
  white-space: nowrap;

    overflow: hidden;
    text-overflow: ellipsis;
}
.subblogsection .privnext .thumbnail p{
  font-size: 14px;
  color: #AAA9A9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  font-weight: 1000;
}
.subblogsection .privnext .thumbnail .caption{
  padding-left: 20px;
  padding-right: 20px;
}
.subblogsection .privnext .thumbnail .caption .btn{
  background: #2D6CE9;
  color: #fff;
  font-weight: 1000;
  border: 2px solid #2D6CE9;
  width: 200px;
  box-shadow: none;
  outline: none;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all 0.3s ease;
  margin-bottom: 10px !important;
  display: block;
  margin: 0 auto;
}
.subblogsection .privnext .thumbnail .caption .btn:hover{
  background: #fff;
  color: #2D6CE9;
  border: 2px solid #2D6CE9;
}

/* ........................subblog css end................................ */




/* ........................rent css start................................ */

.rent-service{
  margin-top: 30px;
}
.rentblog .btn{
  font-weight: 1000;
  font-size: 16px;
  border: none;
  background: #2D6CE9;
  color: #fff;
  padding: 10px 50px;
  outline: none;
  margin-top: 10px;
  box-shadow: none;
  border: 2px solid #2D6CE9;
  transition: all 0.3s ease;
}
.rentblog .btn:hover{
  background: transparent;
  border: 2px solid #2D6CE9;
  color: #2D6CE9;
}




.rent-service .col-lg-4{
	margin-bottom:40px;
}

.rent-service  .icon-box {
  padding: 30px 30px;
  height: 300px;
  transition: all ease-in-out 0.3s;
  background: #fefefe;
  box-shadow:0px 0px 7px -3px rgba(0, 0, 0,0.15 );
  border-radius: 15px;
  border-bottom: 5px solid #fff;
  border-color: #16314F;
  position: relative;
  z-index: 100;
  overflow: hidden;
  transition: all 0.2s ease;
}
.rent-service  .icon-box:after{
  content: "";
  position: absolute;
  top: 0;
  left: -2000;

}
.rent-service  .icon-box:hover:after{
  content: "";
  position: absolute;
  top: 250;
  left: -90;
  width: 200px;
  height: 200px;
  background: rgba(0, 0, 0,0.10 );
  z-index: -1;
  transform: rotate(128deg);
  transition: all 0.2s ease;
}
.rent-service  .icon-box .icon {
  width: 64px;
  height: 64px;
  background: #16314F;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.rent-service  .icon-box .icon i {
  font-size: 28px;
}

.rent-service  .icon-box h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

.rent-service .icon-box h4 a {
  color: #16314F;
  font-weight: 1000;
  transition: ease-in-out 0.3s;
}

.rent-service  .icon-box p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 1000;
  color: #333;
  opacity: 0.8;

  
}

.rent-service .icon-box:hover{
  transform: translateY(-10px);
  border-color: #16314F;
}

.rent-service  .icon-box:hover h4 a {
  color: #2D6CE9;
  text-decoration:none;
}



.rentvideo video{
   object-fit: cover;
   width: 100%;
   height: auto;
}

.rentsection1{
   margin-top: 50px; 
}

.rentsection1-header{
  margin-bottom: 60px; 
  position: relative;
}
.rentsection1-header::after{
  content: "";
  position: absolute;
  background: #16314F;
  opacity: 0.4;
  left: 0;
  right: 0;
  display: block;
  top: 70;
  margin: 0 auto;
  width: 200px;
  height: 2px;
}
.rentsection1-header h2{
   font-size: 28px;
   font-weight: bold;
   color: #16314F;
 
}
.rentsection1-header p{
  font-size: 18px;
  font-weight: 1000;
  margin-top: -10px;
  color: #333;
  opacity: 0.9;
}
.rentsection1img .rentsection1img img{
  
}
.rentsection1 .rent-reason-div{
  padding-left: 40px;
}
.rentsection1 .rent-reason{
  margin-top: 30px;
  margin-bottom: 30px;
}
.rentsection1 .rent-reason h4{
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
}

.rentsection1 .rent-reason p{
  font-size: 15px;
  font-weight: 1000;
  margin-top: -5px;
  color: #333;
  opacity: 0.8;
}



.rentsectiontab{
  margin-top: 50px;
  margin-bottom: 100px;
}



.rentsectiontab .nav-tabs {
  margin: 0px auto;
  text-align: center;
  margin-bottom: 0px;
  border: none;
  height: 100px;
}

.rentsectiontab .nav-tabs > li {
  margin-left: 18px;
  margin-right: 18px;
  float:none;
  display:inline-block;
  
}

.rentsectiontab .nav-tabs > li > a {
  padding: 10px 25px 10px 25px;
  background-color: #D9D9D9;
  color: black;
  border: 0;
  position: relative;
  text-align: center;
  border: none;
  font-weight: 1000;
  transition: all 0.2s ease;
  transform: scale(1);
}
.rentsectiontab .nav-tabs > li > a:hover,.rentsectiontab  .nav-tabs > li > a:active,.rentsectiontab  .nav-tabs > li > a:focus {
  background-color: #D9D9D9;
  color: black;
  border: 0;
}
.rentsectiontab .nav-tabs > li > a:before {
  content: " ";
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 40px;
  background-color: #D9D9D9;
  transform: skewX(35deg);
  
}
.rentsectiontab .nav-tabs > li > a:after {
  content: " ";
  position: absolute;
  right: -20px;
  background-color: #D9D9D9;
  top: 0;
  height: 100%;
  width: 40px;
  transform: skewX(35deg);
  zoom: 0;
  z-index: 1;
}
.rentsectiontab .nav-tabs > li.active a,.rentsectiontab .nav-tabs > li.active a:hover,.rentsectiontab .nav-tabs > li.active a:focus{
  margin-top: -11px;
  border: none;

  background: #16314F;
  width: 100%;
  left: 0;

  color: #fff;
  color: #fff ;
}
.rentsectiontab .nav-tabs > li.active a{
    transform: scale(1.3);
    z-index: 2;
}
.rentsectiontab .nav-tabs > li.active > a:after{
  background: #16314F;
}
.rentsectiontab .nav-tabs > li.active > a::before{
  background: #16314F;
}

.rentsectiontabcntent {
  margin-top: -30px;
}
.rentsectiontabcntent .underground{
  margin-top: 50px;
}
.rentsectiontabcntent .thumbnail{
  padding: 0px 10px 10px 10px;
  border: none;
  border-bottom: 5px solid rgba(0,0,0,0) ;
  border-top: 5px solid #16314F ;
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.05);
}
.rentsectiontabcntent .thumbnail:hover{
  border-bottom: 5px solid #16314F ;
  transform: scale(1.07);
}
.rentsectiontabcntent .thumbnail .thumrentimg img{
  width: 50px;
  height:50px;
  margin: 0 auto;
  display: block;
 object-fit: cover;
  border-radius: 0px;
}
.rentsectiontabcntent .thumbnail .thumrentimg {
    width: 80px;
    height:80px;
    border-top: 6px solid #16314F;
    margin: 0 auto;
    margin-top: -40px !important;
    display: block;
    background: #fff;
    box-shadow: 0px -3px 10px -1px rgba(0,0,0,0.07);
    position: relative;
    border-radius: 100px;
    padding: 8px 0px 0px 0px;
}


.rentsectiontabcntent .thumbnail h3{
  font-size: 20px;
  font-weight: 1000;
  color: #16314F;
  margin-top: 12px;
  margin-bottom: 25;
}
.rentsectiontabcntent .thumbnail ul{
  padding: 0;
  margin: 0;
  margin-top: -10px !important;
}
.rentsectiontabcntent .thumbnail ul li{
  list-style-type: none;
  font-size: 15px;
  color: #333;
  opacity: 0.8;
  font-weight: 1000;
  line-height: 30px;
}
.rentsectiontabcntent .thumbnail ul li i{
  margin-right: 5px;
}

.rentsectiontabcntent .thumbnail .btn{
  font-weight: 1000;
  font-size: 15px;
  border: none;
  background: #16314F;
  color: #fff;
  padding: 5px 20px;
  outline: none;
  margin-top: 10px;
  box-shadow: none;
  border: 2px solid #16314F;
  transition: all 0.3s ease;
}
.rentsectiontabcntent .thumbnail .btn:hover{
  background: transparent;
  border: 2px solid #16314F;
  color: #16314F;
}
.rentsectiontabcntent .thumbnail h5 i{
  font-size: 20px;
}
.rentsectiontabcntent .thumbnail h5{
  font-size: 30px;
  font-weight: bold;
  color: #16314F;
  text-align: center;
}
.rentsectiontabcntent .thumbnail h5 .permonthyear{
  font-size: 14px;
  color: #333;
  opacity: 0.8;
}

.saveing{
  position: fixed;
  right: 0;
  text-align: center;
  background: #16314F;
  box-shadow: -3px 0px 11px -5px rgba(0,0,0,0.75);
  padding: 10px;
  top:130px;
  border-radius: 10px 0px 0px 10px;
  z-index: 1000;
}
.saveing p{
  font-size: 14px;
  font-weight: 1000;
  color: #fff;
}

.arrow-container {
  width: 35px;
  /* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  height: 25px;
  margin-top: 10px !important;
  margin: 0 auto;
}

.arrow-down {
  height: 10px;
  background: transparent;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  border-radius: 5px;
  font-size: 25px;
  color: #c155aa;
}


@keyframes bounce {
50% {
    transform: translateY(-10px);
  }
}

/* ........................rent css end................................ */



@media screen and (max-width: 2400px) {
  .section1{
    padding-top: 350px;
    padding-bottom: 490px;
  }
  .thumsection {
    margin-top: -300px;
}




.gratis1{
  padding-top: 400px;
  padding-bottom: 550px;
}
.gratisthum {
  margin-top: -350px;
}





.weitslide .inner{
  bottom: 3%;
}

.weitslide .owl-carousel .owl-dots{
  bottom: -30%;
}


.dotimage{
  width: 500px;
  height: 350px;
  position: absolute;
  z-index: -1;
  bottom:  80px;
 
}

.dotallright {
  width:500px;
  height: 350px;
  position: absolute;
  z-index: -1;
  right: 0;
  top:  -80px;
 
}
.dotallleft {
  width: 500px;
  height: 350px;
  position: absolute;
  z-index: -1;
  left: 0;
  top:  -80px;
 
}
.dotallrightgrati{
  width: 500px;
  height: 350px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom:  -40px;
}

.dotpngright {
  width: 500;
  height: 350px;
  position: absolute;
  z-index: -1;
  bottom: -40px;
  right: 0;
}








}
@media screen and (max-width: 1668px) {
  .section1{
    padding-top: 250px;
    padding-bottom: 320px;
  }
  .thumsection {
    margin-top: -250px;
}


.gratis1{
  padding-top: 300px;
  padding-bottom: 400px;
}
.gratisthum {
  margin-top: -350px;
}




.weitslide .inner{
  bottom: 5%;
}

.weitslide .owl-carousel .owl-dots{
  bottom: -27%;
}





.dotimage{
  width: 300px;
  height: 250px;
  position: absolute;
  z-index: -1;
  bottom:  80px;
 
}

.dotallright {
  width:300px;
  height: 250px;
  position: absolute;
  z-index: -1;
  right: 0;
  top:  -80px;
 
}
.dotallleft {
  width: 300px;
  height: 250px;
  position: absolute;
  z-index: -1;
  left: 0;
  top:  -80px;
 
}
.dotallrightgrati{
  width: 300px;
  height: 250px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom:  -40px;
}

.dotpngright {
  width: 300px;
  height: 250px;
  position: absolute;
  z-index: -1;
  bottom: -40px;
  right: 0;
}






}


@media screen and (max-width:1468px) {
  .dotimage{
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    bottom:  80px;
   
  }
  
  .dotallright {
    width:200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    right: 0;
    top:  -80px;
   
  }
  .dotallleft {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    left: 0;
    top:  -80px;
   
  }
  .dotallrightgrati{
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom:  -40px;
  }
  .dotpngright {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    bottom: -40px;
    right: 0;
}
  
  


}
@media screen and (max-width: 1215px) {
  .towroom .jumbotron ul {
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .towroom .jumbotron ul li{
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

}

@media screen and (max-width: 992px) {
 
  .thumsection .jumbotron{
    height: auto;
  }
  .thumsection1{
    margin-top: 20px;
  }
  .thumsection .jumbotron img {
    float: right;
    height: 200px;
    width: 200px;
}
.clumsection .jumbotron{
  height: auto;
}
.clumsection .eduport h3 .headtitle {
 
  word-break: break-all;
}




.blogclumsection .eveneduport{
  padding-left: 16px;
}
.blogclumsection .blogimgevartical{
  left: -20;
}
.blogclumsection .blogevenvartical{
  right: -20;
}
.blogclumsection .oddeduport{
  padding-right: 16px;
}









.gratisclumsection .personalmedia {
  margin-top: 20px;}

  .gratisclumsection .mimage{
    margin-top: 20px;
  }

  .gratisclumsection{
    margin-bottom: -50px;
    margin-top: 50px;
  }




  .learnthum .thumbnail img{
    height: 300px;
  }




.videorender img{
  margin: 0 auto;
 
}
.videorender .leftdref{
  padding-bottom: 50px;
}







.foresec .leftdref{
  padding-bottom: 30px;
}





.apartplan .deluxe .dp02{
  display: grid;
  overflow-x: auto;
  white-space: nowrap;
}
.apartplan .deluxe .dp02::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.apartplan .deluxe .dp02 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.apartplan .deluxe .dp02 ul li span:nth-child(1){
  font-size: 15px;
}

.apartplan .deluxe .dp01 .mblavel p{
  font-size: 12px;
}


.thumapart .subtab1 .leftyside h2{
  margin-top: 35px;
}
.mainhed-table .colk6{
  padding-right: 16;
}
.mainhed-table .colk6 .table{
 border-radius: 20px 20px 20px 20px;
}
.mainhed-table .colk67{
 padding-left: 16;
}
.mainhed-table .colk67 .table{
 border-radius: 20px 20px 20px 20px;
}
.mainsubstepheadingtab{
  height: auto;
}
.step3 .progresscircle{
  height: auto;
  margin-bottom: 30px;
}
.headinproright{
  height: auto;
}
.about_more_body .pricing-ruler{
  margin-top: 25px;
}


}

@media screen and (max-width: 768px) {
.blogclumsection .blogimgevartical{
  top:auto;
  bottom: 0;
  left: auto !important;
  right: auto !important;
}
.blogclumsection .blogimgevartical img {
  width: 170px;
  height: 170px;
}





.clumneit1{
  margin-top: 10px !important;
}
.thumweit1{
  margin-top: 50px !important;
}




.dotimage{
 display: none;
 
}

.dotallright{
  display: none;
}
.dotallleft{
display: none;
}
.dotallrightgrati{
  display: none;
}
.dotpngright {
  display: none;
}
.learnthum .thumbnail img{
  width: 100%;
  height: 320px;
}
.learnthum{
  margin-top: 20px;
  margin-bottom: -60px;
}




.pricethum{
  margin-top: 0px;
  margin-bottom: -60px;
}

.video{
  margin-top: 20px;
}
.videorender{
  margin-top: 0px;
}

.fragevideo {
  margin-top: 40px;
  margin-bottom: -60px;
}

.apartplan .deluxe .dp01{
    margin-top: 10px;
}



.apartplan .videocontent video{
  margin-top: 10px;
}

.apartplan .deluxe .dp02 ul li span:nth-child(1) {
 
  padding-left: 10px;
  padding-right: 10px;
}
.apartplan .deluxe .dp01 .mblavel p{
  font-size: 14px;
}
.modalrow .keller {
  padding-top: 15px;
  padding-bottom: 15px;
}

.subblogsection .uiupdate{
  line-height: 30px;
}
.subblogsection{
  margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
  .weitslide .weitslidefluid{
    padding: 0px 16px 0px 16px;
  }
  .learningelavel{
    margin-top: -30px;
  }
 
  }
@media screen and (max-width: 568px) {
  .section1 .h1{
    word-break: break-all;
  }
  .thumsection .jumbotron h1{
    word-break: break-all;
  }
  .clumsection .mimage{
  height: 350px;
}

.learnthum .thumbnail img{
  height: 280px;
}









.blog1 {
  padding-top: 130px;
  margin-bottom: 0px;
}
.blog1 .h1{
  font-size: 40px;
}
.blog1 p{
  font-size: 18px;
}
.saveing {
  position: fixed;
  left: 0;
  text-align: center;
  background: #16314F;
  box-shadow: -3px 0px 11px -5px rgb(0 0 0 / 75%);
  padding: 5px;
  height: 42px;
  bottom: 0px;
  top: auto;
  border-radius: 0px;
}
.arrow-container{
  margin: 0 0;
  margin-top: -30px !important;
}
.saveing p{
  font-size: 12px;
}
.arrow-down{
  font-size: 20px;
}
.rentsection1-header::after{
  display: none;
}
.blogclumsection .blogimgevartical img {
  width: 120px;
  height: 120px;
}

.gratisthum {
  margin-top: -390px;
}




.about_more_body .input-group{
  right: 16px;
}
.thumapart .subtab1 .leftyside .inimage ul {
 
  display: inline-table;
}
.thumapart .subtab1 .leftyside .inimage ul li{
  width: 50%;
}




.step1 .jumbotron iframe,.step2 .jumbotron iframe{
  height: 380px !important;
}

.subblogsection .jumbotron{
  margin-top: -68px;
}
.subblogsection .mainsubcontent{
  padding: 20px 0px 0px 0px;
}
.subblogsection .subtaboklil {
  padding-left: 8px;
  padding-right: 0px;
}
.subblogsection .jumporfooter{
  padding: 10px 10px;
}
}



@media screen and (max-width: 568px) {
  .section1{
    padding-top: 200px;
  }
  .thumsection .jumbotron img{
    margin-top: 25px;

  }
  .clumsection .jumbotron {
    padding: 30px 20px;
  }
  .clumsection .eduport{
    padding-top: 0px;
  }
  .newslatter{
    margin-top: 10px;
  }
  .clumsection {
    margin-top: 20px;
}

.video {
  margin-top: -30px;
}

.apartplan .jumbotron {

  box-shadow: none;
  border: none;
  border-radius: 10px;
  padding: 0px 0px;}
  .apartplan .deluxe .dp01, .apartplan .deluxe .dp02{
    padding: 10px
  }
  .apartplan .deluxe .dp02 ul li span:nth-child(1) {
    font-size: 14px;
   
}

.apartplan .deluxe .dp02 ul li span:nth-child(3){
  font-size: 13px;
}

.step4 .secondchart{
  margin-top: -80px;
}

}
 
@media screen and (max-width: 468px) {

.thumsection .jumbotron .btn {
  background: #16314F;
  margin-top: 20px;
  padding: 10px 12px;
  font-size: 14px;
}
.thumsection .jumbotron {
  padding: 30px 25px;
}
.form-inline .input-group .input-group-addon {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}















.gratisthum {
  margin-top: -480px;
}
.gratisthum .firstjum{
  padding: 30px 15px;
}
.gratisthum .firstjum h2{
  font-size: 20px;
}
.gratisthum .secondjum .btn {
  padding: 10px 20px;
  font-size: 12px;
}
.gratisthum .secondjum {
  padding: 10px 15px;
}










.kursinhalte .btn{
  width: 100%;
}


.kursinhalte .jumbotron .media h4 {
 
  white-space: nowrap;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;

}

.videolist .jumbotron button p {

  white-space: nowrap;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
}







  .about_more_body .about_more_body-column--item{
    display: block;
   
  }

  .about_more_body .input-group {
    display: flex;
    float: none;
    width: 200px;
    right: 0;
    position: relative;
}
.pricing-ruler--info_item__value, .pricing-ruler--info_item__amount{
  position: relative;
  text-align: justify;
  margin-left: 20px;
  width: 95%;
}
.pricing-ruler--info_item{
  display: block;
}
.pricing-ruler--info_item__value{
  margin-left: 20px;
}
.pricing-ruler--item_title{
  display: block;
}
.pricing-ruler .pricing-ruler--item_title__col:nth-child(1){
  border: none;
}

.acoddisput{
  padding: 10px 5px;
}
.about_more_body .about_more_body-column--item {
 
  line-height: 20px;
  margin-top: 20px;
}
.about_more_body .input-group-prepend .input-group-text{
  margin-top: 10px;
}



}
@media screen and (max-width: 415px) {
  .weitslide .videodetails {
    width: 120px;
    font-size: 13px;
  }
  .weitslide .videodetails i{
    display: none;
  }
  .weitslide .inner a{
    font-size: 15px;
  }
  .weitslide .owl-carousel .owl-dots{
    left: -20px;
  }



  .videorender h5 {
   
    width: 220px;
    
    padding: 20px 30px;
    font-size: 13px;
    
}

.easy {
 
  padding: 10px 5px 10px 5px;
}

.step4 .firstchart, .step4 .secondchart {

  padding: 5px 0px 5px 0px;
}



.rentsectiontab .nav-tabs > li.active > a:after{
  display: none;
}
.rentsectiontab .nav-tabs > li.active > a::before{
  display: none;
}
.rentsectiontab .nav-tabs > li > a:before{
  display: none;
}
.rentsectiontab .nav-tabs > li > a:after{
  display: none;
}
.rentsectiontab .nav-tabs > li{
  margin: 0;
}
.rentsectiontab .nav-tabs > li.active a{
  transform: scale(1.2);
}
.rentsectiontab .nav-tabs > li> a{
  border-radius: 10px !important;
  padding: 10px 30px;
}
}
@media screen and (max-width: 364px) {
  .accordion .panel-group .panel-heading a span{
    font-size: 13px;
  }
  .accordion .panel-group .panel-heading a:after{
    font-size: 15px;
  }
}

@media screen and (max-width: 355px) {
  .apartplan .deluxe .dp01 .lavel p{
    font-size: 11px;
  }
}
@media screen and (max-width: 295px) {
  .apartplan .deluxe .dp01 .lavel p{
    font-size: 10px;
  }
}