/*
    Theme Name: Gp
    Theme URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-templat/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.tab .nav-tabs {
    border-bottom:0 none;
	border-right: 0;
	border-top: 2px solid #2b5078;
	border-bottom: 2px solid #2b5078;
	background-color: #fbfbfb;
	    border-radius: 37px;
		    border-right: 2px solid #2b5078;
		
}
@media (min-width: 1200px){
#new-tabs-center {
	padding:0;
}
}
.tab .nav-tabs li{
   /* margin-right: 10px;*/
}
.tab .nav-tabs li a{
    position: relative;
    padding: 20px 18px;
    color: #333;
    font-size: 16px;
    z-index: 1;
    line-height: 58px;
    display: initial;

}
.tab .nav-tabs li a:hover{

    background:transparent;
    /*border:1px solid transparent;*/
}

.tab .nav-tabs li a:before{
    content: "";
    width:100%;
    height:100%;
    position:absolute;
	top:0;
    bottom: 8px;
    left:-1px;
    font-size:17px;
   /* background: #c25487f5;*/
    border: 4px solid #2b5078;
    border-top: 0px none;
	border-bottom: 0px none;
	border-right: 0px none;
    border-radius: 41px 0px 0px 33px;
    /*transform-origin: left center 0;*/
    /*transform: perspective(4px) rotateX(2deg);*/
   /* z-index:-1;*/
}
.tab .nav-tabs li.active a:before{
    /*background: #0b4a9b;*/
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    /*border:1px solid transparent;*/
    background:transparent;
    color: #c25487f5;
    z-index: 2;
}
.tab-content .tab-pane{
    /*border: 1px solid #d3d3d3;*/
    padding: 20px;
    background:#fff;
    line-height: 24px;
	    font-size: 16px
}
.tab-content .tab-pane h3{
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .tab .nav-tabs li a{
        padding: 15px 10px;
        font-size: 14px;
    }
    .tab .nav-tabs li a:before{
        bottom: 6px;
    }
}
@media only screen and (max-width: 480px) {
    .tab .nav-tabs li{
        width:100%;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li a:before{
        bottom: 0;
       /* transform: none;*/
        border-bottom: 1px solid #d3d3d3;
    }
}