/*
Template Name: Article
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************pricing****************/
.nav-tabs{
	width:32%;
	border-radius:50rem;
}
.nav-tabs .nav-link {
    border:none;
    padding: 15px 50px;
    background: none;
    color: var(--black);
    transition: 0.3s;
	font-size:18px;
	border-radius:50rem;
	margin-left:3px;
	margin-right:3px;
}
.nav-tabs .nav-link:hover {
   transition: 0.3s;
   background:  var(--blue);
    color: var(--bs-white);
}
.nav-tabs  .nav-link.active {
    background:  var(--blue);
    color: var(--bs-white);
}

.pricing_2_left h6{
	border-radius:30px 30px 0px 0px;
	padding-top:13px;
	padding-bottom:10px;
}

.center_log_1{
	width:40%;
}
/*********************pricing_end****************/


@media screen and (max-width : 767px){
.docu_1ir{
	margin-top:10px;
}
.nav-tabs {
    width: 100%;
}
.center_log_1 {
    width: 100%;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.docu_1 {
	margin-left:0!important;
	margin-right:0!important;
}
.docu_1i {
	padding-left:10px!important;
	padding-right:10px!important;
}
.docu_1il .fs-2{
	font-size:20px!important;
}
.nav-tabs {
    width: 50%;
}
.center_log_1 {
    width: 60%;
}
.contact_3_right {
	padding:0!important;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.nav-tabs {
    width: 40%;
}

 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){
.center_h_inner  h5{
	font-size:22px;
}
.blog_inner1  h3{
	font-size:32px;
}
 }


