
.top-mobile{
	color: white;
	line-height: 40px;
	font-weight: 600;
}
.nav-link a{
	color: black;
	font-weight: 600;
}
.custom-pull-left{

}
.title{
	font-family: "Poppins",sans-serif;
	text-align: center;
	font-size: 32px;
	color:
	#2e363a;
	font-weight: 600;
}
.title-content{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
color: #f1ecec; text-decoration: none; background-color: #385067;}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.benifts-heading{
    color: white;
    margin-top: 30px;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
}
.benifts-heading::after{
width: 50px;
height: 5px;
position: absolute;
content: "";
bottom: -20px;
left: 18px;
background-color: #18ba60;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:1px;
    border:none;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
    background-color: #337ab7;
    margin-bottom: 0;
    padding: 6px 1.10rem;
    border:none;
}
.card-header a i{
    float:left;
    font-size:25px;
    padding:5px 0;
    margin:0 25px 0 0px;
    color:#195C9D;
}
.card-header i{
    float:right;        
    font-size:30px;
    width:1%;
    margin-top:8px;
    margin-right:10px;
}
.card-header a{
    width: 100%;
    float: left;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    margin: 0;
    text-align: left;
    white-space: inherit;
    padding: 0px;
    display: inline-flex;
    position: relative;
    padding-right: 40px;
}
.card-body{background: #f1f1f1;padding: 10px;}
.card-header a span{position: absolute;right: 0;}
.card-header a:hover{text-decoration: none;color: #fff;}
.card-header p{
    margin:0;
}

.card-header h3{
    margin:0 0 0px;
    font-size:15px;
    font-family: "Poppins",sans-serif;
    font-weight:bold;
    color:#fff;
}
.card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color:#666;
    box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
    border-top:1px soild #000;
    border-radius:0;
    font-family: "Poppins",sans-serif;
    font-weight: 501;
    background: #f1f1f1;
}

.why-us-img-div{
  margin-top: 50px;
}

.accordaion-main-div{
  height: 50px;
width: 100%;
background-color:#3a526a;
margin: 25px 0px 0px 0px;
color: white;
cursor: pointer;
}
.accordion-cus-head{
  font-weight: 600;
line-height: 47px;
margin-left: 40px;
}
.child-ans-div-1{
  width: 100%;
  color: #66667a;
  border: 1px solid #66667a;
}
.child-ans-text{
  margin-left: 37px;
  margin-top: 10px;
}

.our-associates{
  width: 20%;
  float: left;
}

.price_active{
    background: #e4ffe4;
    border: 3px solid #78e478;
}

.process_section{
    height: 200px;
}
.mob_view{
    display: none;
}

.gst_rdiobtn:nth-child(3) {
    background: #eaeaea;
    border: none;
}

.gst_rdiobtn input{
    visibility: hidden;
}
.gst_rdiobtn{
    display: flex;
    margin-left: 0px;
    border: 3px solid #eaeaea;
}

.price_active{
    background: #e4ffe4 !important;
    border: 3px solid #78e478 !important;
}
.gst_rdiobtn label{
    width: 100%;
    font-weight: 500;
}

#documents .modules {
    text-align: left;
    position: relative;
    margin: 33px 0 22px 0;
}

#documents .modules .content h5{background: #e6e6e6;padding: 10px 13px;font-size: 18px;font-weight: 600;}
#documents .modules .content h5 img{width: 6% !important;margin: 0 auto;}
#documents .block_heading p{display: inline-block;width: 100%;text-align: center;font-size: 16px;}
#documents .block_heading h2{margin-bottom: 32px;}
.gst_rdiobtn p{top: 13px;text-align: right;}
.gst_rdiobtn{padding: 12px 12px 5px;}
#documents .modules .content {position: relative;}

#documents .modules .content p {
    font-size: 17px;
    margin: 5px 0;
    font-weight: 400;
    padding: 10px;
}

#documents .modules .content ul{padding-left: 20px;font-size: 16px;line-height: 26px;}

@media screen and (max-width: 600px) {
  .top-mobile{
  	font-size: 10px;
  }

.title, .block_heading h2 {
    font-size: 18px !important;
}

.block_heading h2::after{top: 85%;}

    .block_heading h2{line-height: 33px;}  
  .custom-pull-left{
float: left !important;
width: 100%;
background-color: #385067;
}

.accordaion-main-div {
    height: auto;
}
.accordion-cus-head {
    line-height: 24px;
    font-size: 14px;
    margin-left: 16px;
    padding: 10px;
}
    .process_section{
        height: auto;
    }
.child-ans-text {
    margin-left: 17px;
}
.child-ans-div-1 {
    margin-top: -11px;
}

.for-top-margin{margin-top: 20px;}
.our-associates {width: 50%;}
.title{font-size: 22px;}
.desk_view{display: none;}
.mob_view{display: block;}
.process_section p{min-height: auto;}

}