.table-responsive{
  display: table;
}
.card-box {
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.heading__wrap {
  display: table;
  margin: 0 auto;
}
.heading__wrap .heading__title {
  border-bottom: 2px solid #138fac;
  padding-bottom: 6px;
  font-size: 27px;
  line-height: 42px;
  margin-bottom: 28px;
  letter-spacing: 1px;
  font-weight: 550;
}

.big-img{
         position: relative;margin-bottom: 30px;
      }
      .varification h3{
         position: relative;
          font-size: 18px;
          font-weight: 700;
          color: #222222;
          text-transform: uppercase;
          margin-bottom: 15px;
      }
      .content p{
         margin-bottom: 20px;
         color: #777;
         font-size: 15px;
      }
      .widget-title{
         font-size: 18px;
         font-weight: 600;
         padding: 15px;
         margin-bottom: 15px;
         border-left: 3px solid #52afd6;
         background-color: #f9f9f9;
      }
     .widget ul{
         list-style: none;
         margin: 0px;
         padding: 0px;
     }
     .widget ul li{
         text-transform: uppercase;
         border-bottom: 1px solid #d0cdcd;
         font-size: 12px;
         line-height: 20px;
         padding: 8px 2px 8px 12px;
     }
     .widget ul li a {
         color: #777;
         font-size: 13px;
         text-decoration: none;
         cursor: pointer;
     }


.previous-tab,
.next-tab{
  display: inline-block;
  border: 1px solid #444348;
  border-radius: 3px;
  margin: 5px;
  color: #444348;
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer;
}


.logo{
	width: 18%;
}
.nav-item {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-light .navbar-brand {
	color: white;
}
.navbar-dark .navbar-nav .nav-link {
	color: white;
}
.nav-link {
	color: white;
}
.nav-link a{
	color: white;
}
.navbar a{
	font-size: 17px;
    text-align: center;
    padding: 7px 40px;
    /*color: white;*/
}
.logo-left{
 padding-left: 148px;
}
.bg-light1{
	background-color: #001d40;
	color: white;
}
.saree1{
background-color: white;
    height: auto;
    width: 10%;
    position: fixed;
    padding-top: -10px;
    z-index: 10;

    
}
.saree1 {
    display: none;
}
.nav-1:hover .saree1{
  display: block;
}
.navbar a:hover{
    /*background-color: blue;*/

}
.navbar a{
	/*color: white;*/
}
.image{
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)),url('../img/12.jpg') fixed center;
  height: 370px;
    background-size: 100% 100%;
    padding: 75px 48px;
}
.image h1{
  color: white;
    font-size: 51px;
    font-family: fangsong;
   
}
.image p {
  color: white;
    font-size: 19px;
    font-family: fangsong;
    margin-top: 20px;
}
.btn1{
  background-color: #52afd6;
    padding: 18px 37px;
    border: 1px solid #913325a6;
    color: white;
    border-radius: 7px;
    margin-top: 20px;
}
.box-image{
  padding: 5px 105px;
}
.h2tag{
  background-color: #52afd6;
  height: 170px;
  float: left;
    color: white;
    padding: 45px;
    margin-left: 1%;
        margin-top: 1%;
}
.h3tag{
  background-color: #9a1212;
  height: 220px;
    float: left;  max-width: 20%;
    color: white;
    padding: 56px;
}
.foorat{
  background-color: #001d40;
    
    padding: 5px 0px;
    color: white;
}
.foorat p{
  margin: 0;
}
.h2tag i{
  font-size: 50px;
    margin-bottom: 15px;
}
.h3tag{
	background-color: #9a1212;
	height: 220px;
		float: left;	max-width: 20%;
		color: white;
		padding: 56px;
}

.h3tag i{
	font-size: 62px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 600px) and (min-width: 250px){

	  .logo{
	  	width: 57%;
	  }
	  .logo-left{
	  	padding-left: 0px;
	  }
	  .image{
	  	height: auto;

	  	padding: 59px 20px;
	  }
	  .image h1{
	  	font-size: 39px;
	  }
	  .image p{
	  	font-size: 16px;
	  }
	  .h2tag{
	  	max-width: 100%;
	  }
	  .h3tag{
	    	max-width: 100%;
	  }
	  .box-image {
  padding: 5px 39px;
}

}


/*about*/
.about-section {
  padding: 22px;
  text-align: center;
  color: #474e5d;
  font-size: 17px;
line-height: 20px;
}
.about-para p{
   font-size: 17px;
line-height: 33px;
color: #474e5d;
}
.about-image {
  width: 400px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}
      
.about-image img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
      
.about-image:hover img {
    transform: scale(1.5);
}
.about-content {
  color: #474e5d;
  font-size: 17px;
line-height: 33px;
}
.about-content h5{
  font-size: 19px;
}

/*contact */
.container1{
  border-radius: 6px;
  padding: 0px 60px 0px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.container1 .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container1 .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.container1 .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #3e2093;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #3e2093;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #5029bc;
}
@media (max-width: 950px) {
  .container1{
    width: 100%;
    padding: 30px 40px 40px 35px ;
  }
  .container1 .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .container1{
    margin: 40px 0;
    height: 100%;
  }
  .container1 .content{
    flex-direction: column-reverse;
  }
 .container1 .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container1 .content .left-side::before{
   display: none;
 }
 .container1 .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}

.help-h1{
    margin: 32px;text-align: center;color: #3e2093;
}

/*dropdown page*/

.big-img{
     position: relative;margin-bottom: 30px;
  }
  .varification h3{
     position: relative;
      font-size: 18px;
      font-weight: 700;
      color: #222222;
      text-transform: uppercase;
      margin-bottom: 15px;
  }
  .content p{
     margin-bottom: 20px;
     color: #777;
     font-size: 15px;
  }
  .content ul li{
     margin-bottom: 20px;
     color: #777;
     font-size: 15px;
  }
  .widget-title{
     font-size: 18px;
     font-weight: 600;
     padding: 15px;
     margin-bottom: 15px;
     border-left: 3px solid #52afd6;
     background-color: #f9f9f9;
  }
 .widget ul{
     list-style: none;
     margin: 0px;
     padding: 0px;
 }
 .widget ul li{
     text-transform: uppercase;
     border-bottom: 1px solid #d0cdcd;
     font-size: 12px;
     line-height: 20px;
     padding: 8px 2px 8px 12px;
 }
 .widget ul li a {
     color: #777;
     font-size: 13px;
     text-decoration: none;
     cursor: pointer;
 }



/*bill fiance*/
#title{
  text-align: center;
  color:black;
  font-size:30px;
  text-transform: uppercase;
  /*margin-top: 100px;*/
  margin-bottom: 30px;
text-decoration: underline;
}
.hover-table-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
   -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  max-width:800px;
  margin:0 auto;
}
.listing-item {
   display: block;
   width:100%;
  margin-bottom:20px;
    float: left;
    background: #fff;
    border-radius:10px;
    z-index:0;
  cursor:pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
      -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);

}
.listing-item:hover,  .listing-item.active{
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
    transition: all 0.3s;
  z-index:2;

}
.listing-item .listing{
    padding:20px;
    position:relative;  
}
.listing-item .listing:before{
    content:"";
  position:absolute;
  top:-15px;
  left:-o-calc(50% - 15px);
  left:-moz-calc(50% - 15px);
  left:-webkit-calc(50% - 15px);
  left:calc(50% - 15px);
  border-bottom:20px solid #fff;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
}
  figure.image1 img {
    width:100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
figure.image1 {
    position: relative;
  margin: 0;
    padding: 0;
}
figure.image1 figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 4px;
  background: rgba(0,0,0,0.6);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
figcaption .caption{
  position:relative;
  top:50%;
  -moz-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);

}
figcaption h1{
    color:white;
  font-weight:bold;
    font-size:16px;
  text-transform: uppercase;
}
figcaption p{
  color:white;
  font-size:12px;
}
.listing h4 {
   
    font-size: 13px;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
}
.listing h4:not(:last-child){
   border-bottom: 1px solid #ccc;
}
.listing-item:hover figure.image figcaption{
       background: rgba(195, 39, 43, 0.6);
}

  
/*// Extra small devices (phones, 600px and down) /*/
@media only screen and (max-width: 600px) {
  .table-responsive {display:block;}
  .card-box{width: 100%;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);margin-left: 0;margin-right: 0;}


/*/ Small devices (portrait tablets and large phones, 600px and up) /*/
@media only screen and (min-width: 600px) {
  .table-responsive {display:block;}
  .card-box{width: 100%;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);margin-left: 0;margin-right: 0;}
}

/*/ Medium devices (landscape tablets, 768px and up) /*/
@media only screen and (min-width: 768px) {
  .table-responsive {display:block;}
}

/*/ Large devices (laptops/desktops, 992px and up) /*/
@media only screen and (min-width: 992px) {
  .table-responsive {display:block;}
}

/*/ Extra large devices (large laptops and desktops, 1200px and up) /*/
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
  .table-responsive {display:inline-table;}
}

@media only screen and (min-width:540px){
  .listing-item {
   display: block;
   width: -webkit-calc(100%/3);
   width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
}
@media only screen and (min-width:1024px){
  .hover-table-layout{
        padding: 30px;
  }
}

