.brc {
    margin: 63px auto;
    display: block;
    text-align: right;
}

.bros {
    text-align: center;
    display: block;
    margin: 32px auto;
}

.bros select 
{
     padding: 8px 16px; 
    border:1px solid black;
    background-color:transparent;
     border-radius: 8px; 
    width: 250px;
    
}
.bros select:focus 
{
   border:1px solid black;
    border-radius: 8px; 
   outline:none!important;
}

button:focus {
  
    outline: none;
}

.dwn {
    margin: 28px auto;
    display: block!important;
}

.btn-solid-reg {
    display: inline-block;
    padding: 19px 27px 10px;
    border: 0.125rem solid #1e4169;
    border-radius: 2rem;
    background-color: #1e4169;
    color: #fff;
    font: 700 0.75rem/0 "Raleway", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 16px;
}

.btn-solid-reg i 

{
    margin-top:-8px;
}

.vcn {
    background-color: #cccccc5c;
    margin: 65px 0px 30px 0px;
}



	.trade-header {
		background: url('../../img/franchise/trademark.jpg') center center no-repeat;
		background-size: cover; 
		height: 78%;
		background-position: center;
	}

	.trade-header .trade-header-content {
        padding-top: 11.5rem;
        text-align: left;
        padding-bottom: 20.5rem;
	}

	.trade-header .text-container {
		margin-top: 0;
		margin-bottom: 0;
	}
    
.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.feature .feature-box .iconset::after {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    padding-left: 34px;
    width: 100%;

}
.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
.about-text 
{
    text-align:justify;
}
.iconsets {
    float: left;
    margin-right:20px;
    
}

@media only screen and (max-width:768px) {
    .cc {
        max-width: 100%!important;
        padding: 10px 0px 10px 0px;
    }
    .lis {
        list-style-type: none;
        margin-bottom: 0px;
        /* margin-left: -51px; */
        color: #1e4169;
        font-size: 12px;
    }
    .trade-header {
        background: url(../../img/franchise/trademark.jpg) center center no-repeat;
        background-size: cover;
        height: auto;
        background-position: center;
        margin-top: 58px;
    }
    .trade-header .trade-header-content {
        padding-top: 60px;
        text-align: left;
        padding-bottom: 40px;
    }
    .turquoise {
        color: #292B2C;
        font-size: 25px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape)
{

}
@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait)
{
.trade-header .trade-header-content {
    padding-top: 12.5rem;
    text-align: left;
    padding-bottom: 11.5rem;
}
}

@media screen and (min-width:1024px) and (max-width:1366px)
{
    .lis {
        list-style-type: none;
        margin-bottom: 0px;
        /* margin-left: -35px; */
        color: #1e4169;
        margin-right: 0%;
    }
  
}