@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700&display=swap');

/********
font-family: 'Saira', sans-serif;
font-family: 'Arimo', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Alata', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Dosis', sans-serif;
********/

*{
	margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.topheader {
    background: #12203d;
    padding: 0px 10px 5px;
}
.topheader .cnt h1 {
    font-size: 13px;
    color: #9cc9f5;
    font-weight: 400;
}
.topheader .cnt.ml h1{
    font-size: 13px;
    text-align: right;
}
.topheader .cnt.ml a{
    color: #ff3d00;
    text-decoration: none;
}

.topheader .cnt.ml.phn h1{
    font-size: 22px;
    text-align: center;
    margin-top:15px;
    font-weight: 700;
}





.nvibar.inner .navbar-inverse {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    border-radius: 0px;
    height: 80px;
}
.inner .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #f1f1f1;
    border-bottom: 3px solid#fff;
}
.nvibar.inner  .navbar-inverse .navbar-nav>li>a{
    border-bottom: 3px solid#f1f1f1;
    background: transparent;
    color: #ee3131;
    transition-duration: 0.5s;
}
.nvibar.inner  .navbar-inverse .navbar-nav>li>a:hover {
    border-bottom: 3px solid#fff;
    background: transparent;
    color: #333;
}

.nvibar .navbar-inverse {
    background-color: #eff3fa;
    border-color: #fff;
    border-radius: 0px;
    height: 92px;

}
.nvibar .navbar-inverse .navbar-brand {
    color: #ee3131;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}
.nvibar .navbar-brand>img {
    display: block;
    margin-top: -20px;
    width: 250px;
}
.nvibar .navbar-brand {
    float: left;
    height: 50px;
    padding: 27px 15px;
    font-size: 18px;
    line-height: 20px;
}
.nvibar .navbar-inverse .navbar-nav>li>a {
    color: #2d394b;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    transition-duration: 0.3s;
    padding: 34px 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.nvibar .navbar-inverse .navbar-nav>li>a:hover {
    
    color: #c00113;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #8aa4c1;
    background-color: transparent;
    border-bottom: 0px solid#8aa4c1;
}

.nav.navbar-nav.navbar-right li a{
    background: #c00113;
    margin-top: 20px;
    padding: 13px;
    font-size: 16px;
    border-radius: 10px;
    transition-duration: 0.5s;
    border:2px solid#c00113;
    color: #fff;
    text-transform: capitalize;
}
.nav.navbar-nav.navbar-right li a:hover{
    background: #2d394b;
    color: #9cc9f5;
    border:2px solid#2d394b;
}

.nmbr{
    font-size: 17px;
    letter-spacing: 1px;
}

.main-banner{
	background: url(../images/bg-.jpg) no-repeat;
	height: 500px;
	width: 100%;
	margin-top: -20px;
	background-size: cover;
}
.bnr-txt{
	padding-top: 50px;
}
.bnr-txt h2 {
    color: #fff;
    text-align: center;
    font-size: 65px;
    font-weight: 800;
    text-shadow: 3px 6px 9px #000;
}
.bnr-txt h2 span{
	color: #c00113;
}
.frmm {
    background: #eff3fa;
    padding: 30px 30px 20px;
    border-radius: 20px;
    border-bottom: 10px solid #888;
    margin-top: 30px;
}
.frmm .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.frmm .btn-block {
    display: block;
    width: 100%;
    background: #c00113;
    border: 1px solid #c00113;
    height: 50px;
    border-radius: 8px;
    transition-duration: 0.5s;
}
.frmm .btn-block:hover{
    background: #2d394b;
    color: #9cc9f5;
    border:1px solid#2d394b;
}
.frmm .fa {
    text-align: right;
    float: right;
    background: #fff;
    padding: 6px;
    color: #c00113;
    border-radius: 5px;
    margin-top: -1px;
}
.makes{
	background: #eff3fa;
	padding: 30px 30px 70px;
}
.makes h3{
    font-size: 50px;
    font-weight: 700;
}
.makes h3 .fa{
    color: #c00113;
}


.makes .nav>li>a {
    position: relative;
    display: block;
    padding: 16px 45px;
    background: #c00113;
    color: #fff;
    font-size: 20px;
}
.makes .nav-tabs {
    border-bottom: 1px solid #ddd;
    float: right;
    margin-top: -55px;
}

.tab-content{
    margin-top: 36px;
}
.over .fa{
    transition-duration: 0.5s;
}
.over:hover .fa{
    background:#fff;
    color: #c00113;
}

.tab-content img{
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	
}

.detail{
    background: #12203d;
    padding: 20px;
    margin-top: 0px;
    border-radius: 0px 0px 10px 10px;
}
.detail h4 {
    color: #fff;
    font-size: 15px;
}
.detail .fa{
    background: #c00113;
    padding: 5px;
    border-radius: 5px;
    float: right;
    margin-right: -7px;
    margin-top: -4px;
}
.model-img{
    margin-top: 20px;
    
}

.tab-content a{
	text-decoration: none;
}



.oppoint{
	background: #12203d;
	padding: 80px 40px;
}
.oppo-form{
	background: #fff;
	padding: 40px 60px 60px;
}
.oppo-form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: #2d394b;
}
.oppo-form p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}

.oppo-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 20px;
}

.oppo-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    background: #f6f6f6;
    border:1px solid#f6f6f6;
}
.form-control.msgbox {
    height: 200px;
    border-radius: 0px;
}
.bttton{
    text-align: center;
}
.bttton button{
    background: #c00113;
    border: 1px solid#c00113;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    margin-top: 10px;
    transition-duration: 0.5s;
}
.bttton button:hover{
    background: #2d394b;
    border: 1px solid#2d394b;
}

.contact-detail {
    padding: 120px 40px;
}
.contact-detail h2{
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}
.contact-detail h3{
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.contact-detail h3 span{
    font-size: 180px;
    color: #d81324;
    font-weight: 700;
    letter-spacing: 2px;
}
.min-cnt{
	margin-top: 50px;
}
.min-cnt h4 .fa{
    color: #fff;
    width: 36px;
    height: 40px;
    font-size: 30px;
}
.min-cnt h4{
    color: #fff;
    font-size: 16px;
}
.min-cnt h4 span a{
    font-size: 22px;
    color: #d81324;
    text-decoration: none;
}

.rev-portion{
	background: #f5f5f5;
	padding:60px 50px;
}
.rev-cont h3{
	color: #12203d;
	font-size: 46px;
	font-weight: 700;
	line-height: 48px;
}
.rev-cont h3 span{
	font-size: 16px;
	font-weight: 500;
	color: #c00113;
}
.rev-content{
	background: #fff;
	padding: 40px 20px;
}
.rev-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 500;
}
.rev-content p span{
    font-size: 18px;
    font-style: initial;
    color: #c00113;
}
.text-bg{
	background: url(../images/text-bg.jpg) no-repeat;
	
	text-align: center;
	padding: 100px 20px;
	background-size: cover;
}
.text-bg h3{
	font-size: 35px;
	font-weight: 700;
	color: #12203d;
}
.text-bg p {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 29px;
}

.services{
	background: url(../images/serv-bg.jpg) no-repeat;
	height: 350px;
	text-align: center;
	padding: 80px;
	background-size: cover;
}

.services h3{
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}
.services p{
    font-size: 20px;
    font-weight: 700;
    color: #a6cff6;
    margin:20px;
}
.services h4 a{
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}


.b-content {
    margin-top: 50px;
    text-align: center;
}
.b-content h1 {
    text-align: center;
    color: #12203d;
    font-weight: 700;
    font-size: 35px;
}
.b-content p {
    width: 80%;
    margin: 20px auto;
    font-size: 16px;
    letter-spacing: 1px;
}

.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
}
#projectFacts .fullWidth {
    padding: 0;
}
.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}
.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}
.projectFactsWrap .item:nth-child(1) {
    background: rgb(16, 31, 46);
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}
.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: #fff;
}
.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}
.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
}
.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}
.projectFactsWrap .item p {
    color: #a6cff6;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
}
.projectFactsWrap .item:nth-child(2) {
    background: rgb(18, 34, 51);
}
.projectFactsWrap .item:nth-child(3) {
    background: rgb(21, 38, 56);
}
.projectFactsWrap .item:nth-child(4) {
    background: rgb(23, 44, 66);
}


.n-portion img{
	width: 100%;
}


.gallery{
	background: #12203d;
	padding:100px 20px;
	margin-top: 100px;
}

.gallery img{
	width: 100%;
	margin-top: 28px;
	border-radius: 7px;
	transition-duration: 0.5s;
	overflow: hidden;
}
.gallery img:hover{
	margin-top: 10px;
	cursor: pointer;
}

/********* End Home Page *********/

.about-banner img{
	width: 100%;
	margin-top: -20px;
}
.about-page{
	background: #eff3fa;
	padding: 0px 40px 50px;
	margin-top: -150px;
	margin-bottom: -50px;
}


.cntnt{
	background: #fff;
	padding: 20px 70px 70px;
	border-radius: 30px 0px 0px 0px;
}
.cntnt h1 {
    color: #12203d;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
}
.cntnt h1 span {
    font-size: 16px;
    font-weight: 500;
    color: #c00113;
}
.cntnt p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.pding-0{
	padding: 0px;
}

.lines p{
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
}
.lines p .fa{
	color: #c00113;
}

.imgg img{
	width: 100%;
	border-radius: 0px 30px 0px 0px;
}
.rev-portion.abt{
	margin-top: -50px;
	margin-bottom: -100px;
}




.quote-frm .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 12px;
}
.quote-frm .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: 'Montserrat', sans-serif;
    color: #555;
    background-color: #eff3fa;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
}
.form-control.msgbox {
    height: 140px;
}
.quote-frm button {
    float: right;
    background:#c00113;
    width: 200px;
    height: 50px;
    border: 1px solid #c00113;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    transition-duration: 0.5s;
    font-family: 'Montserrat', sans-serif;
}
.quote-frm button:hover {
    background: #2d394b;
    border: 1px solid#2d394b;
}


.form-side {
    background: #ccc;
    padding: 70px 30px;
    border-radius: 0px 30px 0px 0px;
    height: 652px;
}
.rit-cont {
    background: #fff;
    border-radius: 10px;
    padding: 70px 20px 70px;
    text-align: center;
}
.rit-cont h2 {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    color: #da1d28;
}
.rit-cont h4 {
    font-size: 22px;
    margin-top: -20px;
}
.rit-cont h5 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
}
.rit-cont p {
    font-style: italic;
    margin-top: 24px;
    margin-bottom: -10px;
}
.rit-cont button {
    background:#d81324;
    width: 100%;
    height: 50px;
    border: 1px solid #d81324;
    color: #fff;
    font-size: 25px;
    margin-top: 15px;
    transition-duration: 0.5s;
    border-radius: 30px;
}
.rit-cont button:hover {
    background: #2d394b;
    border: 1px solid#2d394b;
}
.rit-cont h5 .fa {
    color: #d81324;
}
.rit-cont button .fa {
    float: left;
    color: #d81324;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
}



.best{
    margin-top: -50px;
    margin-bottom: -100px;
}
.best img{
    width: 100%;
}



.gallery-page h1{
	text-align: center;
	font-weight: 700;
}


.frm-dtl.lsat {
    background: url(../images/form.jpg) no-repeat;
    padding: 60px 20px;
    background-size: cover;
    margin-top: -35px;
}
.side {
    background: #12203d;
    padding: 80px 50px;
    height: 706px;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 0px 14px #999;
    color: #fff;
}
.side h4 {
    margin-bottom: -16px;
    margin-top: 32px;
}
.side p {
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
}
.side h3 a {
    color: #9cc9f5;
    text-decoration: none;
}
.frms {
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0px 0px 14px #999;
    border-radius: 10px 0px 0px 10px;
    height: 706px;
}
.frms h3 {
    font-weight: 600;
    opacity: 1;
}
.frm-dtl label {
    color: #333;
}
.frms .input-group {
    width: 100%;
    margin-bottom: 18px;
}
.frms .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    width: 45px;
    opacity: 1;
}
.frms .fa {
    color: #c00113;
    opacity: 1;
}
.frms .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f1f1f1;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0px 0px 10px #999;
}
.frms h3 span {
    color: #c00113;
    text-decoration: underline;
    opacity: 1;
}
.abtn button {
    background: #c00113;
    border: 1px solid #c00113;
    padding: 13px 55px;
    color: #fff;
    margin-top: 10px;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition-duration: 0.5s;
    border-radius: 30px;
}
.abtn button:hover {
    background: #011327;
    border: 1px solid #011327;
}
.pdng {
    padding: 0px;
}

.thanks-page{
	background: url(../images/bg-.jpg) no-repeat;
	background-size: cover;
	height: 550px;
}
.thanks-content{
	background: #fff;
	padding:40px;
	text-align: center;
	margin-top: 70px;
}
.thanks-content button {
    background: #c00113;
    padding: 10px 51px;
    border: 1px solid #c00113;
    color: #fff;
    transition-duration: 0.5s;
    font-size: 18px;
    border-radius: 10px;
}
.thanks-content button:hover{
	background: #2d394b;
    color: #9cc9f5;
    border: 1px solid#2d394b;
}
.thanks-content p{
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}
.thanks-content img{
    width: 300px;
}


.dvla-bg.models {
    padding: 43px 20px 100px;
    margin-top: -20px;
}
.dvla-bg {
    background: url(../images/dvla-bg.jpg) no-repeat;
    background-size: cover;
}
.models .dvla-content {
    width: 700px;
    border: 1px solid#ccc;
    padding: 0px 20px 26px;
    margin: 20px auto 0px;
    text-align: center;
}
.models .dvla-content .immmg img {
    width: 140px;
    margin-top: -74px;
    margin-bottom: -50px;
}
.models .dvla-content h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-top: 31px;
}
.models .dvla-content h1 span {
    color: #ffb400;
}
.dvla-width {
    margin: 0 auto;
}
.mnn {
    width: 657px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    margin: 25px auto;
}
.dvla-main {
    background: #005baf;
    border-radius: 7px 7px 7px 7px;
    padding: 4px;
    height: 90px;
    width: 647px;
    margin: auto;
}
.gb {
    float: left;
}
.text-center {
    text-align: center;
}
.reg-input-new1 {
    height: 81px;
    width: 584px;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    outline: none;
    border-radius: 0px 7px 7px 0px;
}
.dvla-width button {
    width: 275px;
    height: 60px;
    background: #c00113;
    border: 1px solid#c00113;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    transition-duration: 0.5s;
    border-radius: 35px;
}
.dvla-width button:hover {
    background: #2d394b;
    border: 1px solid #2d394b;
    color: #9cc9f5;
}

.breadcrumb-nav{
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #12203d;
}
.breadcrumb-nav a{
	background: #fff;
	padding: 20px;
	color: #c00113;
	margin-left: -4px;
	text-decoration: none;
	font-weight: 500;
	border-bottom: 2px solid #12203d;
}
.breadcrumb-nav a:hover{
	color: #333;
}
.abcd{
    border-radius: 25px 0px 0px 25px;
}
.last{
    border-radius: 0px 25px 25px 0px;
}


.size-cont{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.size-cont h1 {
    color: #12203d;
    font-size: 35px;
    font-weight: 700;
}

.btnn a button {
    background: #c00113;
    border: 1px solid#8b020f;
    border-bottom: 10px solid #8b020f;
    color: #fff;
    padding:15px 10px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 20px;
    transition-duration: 0.5s;
}
.btnn a button:hover {
    background: #12203d;
    border: 1px solid#0a1221;
    border-bottom: 10px solid #0a1221;
    color: #9cc9f5;
}
.appo-baner img{
	width: 100%;
}
.detail-cont{
	margin: 60px 20px 60px;
}
.detail-cont p{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .04px;
    line-height: 24px;
}
.detail-cont h3{
    color: #12203d;
    font-weight: 600;
}


.modal-dialog.hm{
    margin-top: 100px;
}
.modal-header .close {
    margin-top: -2px;
    color: #c00113;
    opacity: 1;
    font-size: 40px;
    font-weight: 400;
}
.modal-header .close:hover {
    color: #000;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px;
    text-align: center;
}
.modal-content{
	border:2px solid#c00113;
	border-radius: 0px !important;
	padding: 10px;
}
.modal-content.inn{
	border: dashed #c00113;
	box-shadow: none;
}
.icon{
    text-align: center;
}
.icon img{
    width: 200px;
}
.innpt label{
	margin-top:13px;
	color: #c00113;
}
.innpt {
    margin-top: -30px;
}
.innpt .fa{
    color: #c00113;
}
.submit a button{
    background: #c00113;
    margin-top: 20px;
    padding: 7px;
    font-size: 16px;
    border-radius: 5px;
    transition-duration: 0.5s;
    border: 2px solid#c00113;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
}
.submit a button:hover {
    background: #2d394b;
    color: #9cc9f5;
    border: 2px solid#2d394b;
}



.email-tamp{
    margin-bottom:50px;
}

.content {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    padding: 0 60px 0 0;
}

.question {
    position: relative;
    background: #12203d;
    margin: 0;
    padding: 15px 10px 15px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
    color: white;
    margin-top: 15px;
    font-size: 18px;
}

.answers {
    background: #f5f5f5;
    padding: 0px 15px;
    margin: 0px;
    height: 0;
    overflow: hidden;
    z-index: 15;
    position: relative;
    opacity: 0;
    transition: .5s ease;
}

.questions:checked ~ .answers{
    height: auto;
    opacity: 1;
    padding: 20px;
    font-size: 16px;
    line-height: 27px;
}

.plus {
    position: absolute;
    color: white;
    margin: 10px 10px 10px 15px;
    z-index: 15;
    font-size: 2em;
    line-height: 100%;
    user-select: none;
    transition: .3s ease;
}

.questions:checked ~ .plus {
    transform: rotate(45deg);
}

.questions {
    display: none;
}

.bene-cont.faq h2 {
    text-align: center;
    color: #12203d;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 35px;
}





.footer5 {
    background: #011327;
    padding: 70px 20px 30px;
}
.fctn {
    border-right: 1px solid#8aa4c1;
    padding: 0px 40px 20px;
}
.footer5 p {
    color: #9cc9f5;
    line-height: 28px;
    font-weight: 500;
    margin-top: 30px;
    transition-duration: 0.5s;
}
.fctnn a p:hover {
    color: #d81324;
}
.fsocila {
    margin-top: 30px;
}
.fsocila a {
    margin-right: 20px;
    color: #8aa4c1;
    text-decoration: none;
    transition-duration: 0.5s;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.fctnn h4 {
    color: #fff;
}
.fctnn a {
    text-decoration: none;
}
.fctnn.nn {
    border-right: 0px;
}
.fctnn.nn p {
    margin-top: 10px;
}
.fctnn.nn span {
    color: #fff;
}
.fctnn a p .fa {
    font-size: 10px;
    margin-right: 5px;
}
.ftr5b {
    background: #00070f;
    color: #fff;
    text-align: center;
    padding: 15px 10px 1px;
}
.fctnn {
    border-right: 1px solid#8aa4c1;
    padding: 0px 40px 20px;
}

.datatb {
    margin-top: 50px;
    margin-bottom: 50px;
}
.datatb h2 {
    text-align: center;
    color: #12203d;
    font-weight: 700;
    font-size: 35px;
}
.datatb button{
    background: #d81324;
    border: 1px solid #d81324;
    color: #fff; 
    padding: 5px 17px;
    border-radius: 5px;
    margin-top: -6px;
}
.datatb button:hover{
    background: #12203d;
    border: 1px solid #12203d;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #d81324;
    border-color: #d81324;
}
.container.datatb table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    background: #12203d;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}



.bottom-buttons{
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 9999;
    background: black;
    height: 60px;
    width: 60px;
    color: white;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.bottom-button .tooltip{
    position: absolute !important;
    top: -20px !important;
    left: calc(100% + 5px) !important;
    z-index: 3 !important;
    background: #00E676 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transition: 0s !important;
    color: #fff;
}
.bottom-button:hover .tooltip{
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.whatsapp {
    bottom: 8px;
    font-size: 40px;
    background: #00E676;
}


/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    background: #072f4f;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.scroll-top:hover {
    background: #c00113;
    color: #fff;
} 


.choose-brj{
    background:#f5f5f5;
    padding:80px 0;
}

.choose-heading{
    text-align:center;
    margin-bottom:60px;
}

.choose-heading h2{
    text-align: center;
    color: #12203d;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 35px;
}

.choose-heading p{
    font-size:20px;
    color:#555;
    line-height:1.9;
    max-width:900px;
    margin:0 auto;
}

.choose-box{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:25px;
    padding:40px;
    margin-bottom:30px;
    min-height:320px;
    transition:all .3s ease;
}

.choose-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.choose-number{
    font-size:70px;
    font-weight:700;
    color:#12203d;
    line-height:1;
    margin-bottom:20px;
}

.choose-box h3{
    font-size:22px;
    color:#111;
    margin-bottom:20px;
    font-weight:600;
}

.choose-box p{
    font-size:17px;
    color:#333;
    line-height:1.9;
    margin:0;
}






@media screen and (min-width: 1px) and (max-width: 767px){
.topheader {
  text-align: center;
}

.topheader .cnt.ml{
    margin-top: -17px;
}
.topheader .cnt.ml h1 {
  text-align: center;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
  background: #12203d;
  margin-top: 15px;
}
.nvibar .navbar-brand > img {
  margin-top: -19px;
  width: 188px;
}
.nvibar .navbar-inverse {
  height: 72px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #fff;
  background: #fff;
  z-index: 999999999999;
  position: relative;
  text-align: center;
  padding: 0px 30px;
}
.nvibar .navbar-inverse .navbar-nav > li > a {
  padding: 14px 25px;
}
.nav.navbar-nav.navbar-right li a {
  display: none;
}
.bnr-txt h2 {
  font-size: 20px;
  font-weight: 700;
  color: #12203d;
  text-shadow: none;
  margin-bottom: -40px;
}
.main-banner {
  height: 150px;
  padding: 20px 0px;
}
.bnr-txt {
  padding-top: 140px;
}
.makes {
  background: #eff3fa;
  padding: 30px 15px 70px;
}
.makes h3 {
  font-size: 25px;
  font-weight: 700;
}
.makes h3 .fa {
  display: none;
}
.detail {
  background: #12203d;
  padding: 5px 20px;
}
.makes .nav-tabs {
  float: none;
  margin-top: 0px;
}
.makes .nav > li > a {
  padding: 10px 20px;
  font-size: 20px;
  margin-top: 5px;
  width: 100%;
}
.nav-tabs > li {
  float: none;
  text-align: center;
}
.oppoint {
  padding: 20px;
}
.oppo-form {
  padding: 20px;
}
.oppo-form h2 {
  font-size: 20px;
  font-weight: 700;
}
.contact-detail {
  padding: 20px;
}
.contact-detail h3 span {
  font-size: 100px;
}
.contact-detail h2 {
  font-size: 22px;
  line-height: 30px;
}
.min-cnt h4 {
  text-align: center;
}
.min-cnt h4 span a {
  font-size: 17px;
}
.rev-portion {
  padding: 20px;
}
.rev-cont h3 {
  font-size: 20px;
  line-height: 28px;
}
.rev-content {
  padding: 20px;
  margin-top: 10px;
}
.text-bg {
  height: auto;
  text-align: center;
  padding: 20px;
}
.text-bg h3 {
  font-size: 24px;
}
.services {
  height: auto;
  padding: 20px;
}
.services h3 {
  font-size: 20px;
  font-weight: 700;
}
.services p {
  font-size: 14px;
}
.services h4 a {
  font-size: 20px;
}
.b-content h1 {
  font-weight: 700;
  font-size: 20px;
}
.projectFactsWrap .item i {
  font-size: 30px;
}
.projectFactsWrap .item p.number {
  font-size: 20px;
}
.projectFactsWrap .item p {
  padding: 10px;
  font-size: 11px;
}
.projectFactsWrap .item {
  padding: 20px 0px;
}
.gallery {
  background: #12203d;
  padding: 20px;
  margin-top: 20px;
}
.modal-dialog.hm {
  margin: 50px auto;
  width: 300px;
}
.icon img {
  display: none;
}



/******** Strat About **********/
.cntnt {
  padding: 20px;
  border-radius: 10px;
}
.cntnt h1 {
  font-size: 18px;
  line-height: 26px;
}
.cntnt {
  margin-top: 100px;
}
.about-page {
  padding: 20px;
}
.lines p {
  font-size: 14px;
}
.imgg img {
  border-radius: 10px;
  margin-top: 10px;
}
.best {
  margin-bottom: -20px;
}
.rit-cont {
  padding: 20px;
}
.rit-cont h2 {
  font-size: 20px;
}
.rit-cont button {
  font-size: 20px;
  line-height: 50px;
}
.rit-cont button .fa {
  display: none;
}
.quote-frm button {
  float: none;
  width: 100%;
}
.form-side {
  padding: 20px;
  border-radius: 10px;
  height: auto;
  margin-top: 10px;
}

/******** Strat Sizes **********/
.models .dvla-content {
  width: 300px;
}
.dvla-bg.models {
  padding: 43px 0px 100px;
}
.mnn {
  width: 260px;
}
.models .dvla-content h1 {
  font-size: 20px;
}
.dvla-main {
  width: 250px;
}
.reg-input-new1 {
  height: 81px;
  width: 189px;
}
.dvla-width button {
  width: 250px;
  height: 42px;
}
.breadcrumb-nav a {
  padding: 12px;
}
.size-cont h1{
  font-size: 20px;
}
 .side h3 {
  font-size: 18px;
}
.frms {
  border-radius: 10px;
  height: auto;
  padding: 20px;
}
.frms h3 {
  font-size: 20px;
}
.side {
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px;
  height: auto;
}
.thanks-content {
  padding: 20px;
}
.thanks-content img {
  width: 250px;
}





.footer5 {
  background: #011327;
  padding: 20px;
}
.fctn {
  border-right: 0px solid #8aa4c1;
  padding: 20px;
}
.fctnn {
  border-right: 0px solid #8aa4c1;
  padding: 20px;
}





.choose-brj{
    padding:60px 0;
}

.choose-heading{
    margin-bottom:40px;
}

.choose-heading h2{
    font-size:34px;
}

.choose-heading p{
    font-size:16px;
    line-height:1.7;
}

.choose-box{
    padding:30px;
}

.choose-box h3{
    font-size:24px;
}

.choose-box p{
    font-size:16px;
}


}




@media screen and (min-width: 768px) and (max-width: 991px){
.topheader .cnt.ml h1 {
  margin-top: -28px;
}
.navbar-right {
  display: none;
}
.nvibar .navbar-brand > img {
  margin-top: -10px;
  width: 210px;
}
.navbar-nav {
  float: right;
  margin: -53px auto 0px;
}
.nvibar .navbar-inverse .navbar-nav > li > a {
  padding: 34px 13px;
  font-size: 12px;
}
.bnr-txt h2 {
  font-size: 35px;
}
.makes h3 {
  font-size: 30px;
}
.makes .nav > li > a {
  padding: 16px 15px;
}
.min-cnt h4 {
  text-align: center;
}
.rev-cont h3 {
  font-size: 36px;
}
.rev-content {
  margin-bottom: 10px;
}
.text-bg h3 {
  font-size: 30px;
}
.text-bg {
  height: auto;
  padding: 20px;
}
.projectFactsWrap .item p {
  font-size: 13px;
}
.gallery {
  padding: 0px;
}
.fctn {
  border-right: 0px;
}
.fctnn {
  border-right: 0px;
}




/************ About ************/
.cntnt h1 {
  font-size: 23px;
  line-height: 30px;
}
.cntnt {
  border-radius: 10px;
}
.imgg img {
  border-radius: 10px;
  margin-top: 10px;
}
.form-side {
  border-radius: 10px;
  height: auto;
  margin-top: 10px;
}
.rit-cont {
  border-radius: 10px;
  padding: 20px;
}

.frm-dtl.lsat {
  padding: 30px 0px;
}
.frms {
  padding: 20px 40px;
  border-radius: 10px;
  height: auto;
}
.side {
  padding: 20px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 14px #999;
  margin-top: 10px;
}



.choose-heading h2{
    font-size:42px;
}

.choose-heading p{
    font-size:17px;
}

.choose-box{
    min-height:auto;
}

.choose-number{
    font-size:70px;
}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
.navbar-right {
  display: none;
}
.navbar-nav {
  float: right;
}
.makes .nav > li > a {
  padding: 10px 20px;
}
.makes h3 {
  font-size: 40px;
}
.detail h4 {
  font-size: 10px;
}
.contact-detail {
  padding: 120px 20px;
}
.min-cnt h4 span a {
  font-size: 18px;
}
.oppo-form {
  padding: 20px;
}
.oppo-form h2 {
  font-size: 30px;
}
.text-bg {
  height: auto;
  padding: 20px;
}
.text-bg h3 {
  font-size: 36px;
}
.fsocila a {
  font-size: 12px;
}
.cntnt {
  padding: 20px;
}
.cntnt h1 {
  font-size: 21px;
  line-height: 25px;
}
.lines p {
  font-size: 14px;
  line-height: 15px;
}
.rit-cont {
  padding: 8px;
}
.form-side {
  padding: 20px;
  height: 524px;
}
.rit-cont h2 {
  font-size: 26px;
}
.rit-cont button {
  font-size: 20px;
}
.side h3 {
  font-size: 19px;
}
}



@media screen and (min-width: 1200px) and (max-width: 1270px){
.text-bg {
  height: auto;
  padding: 20px;
}
.text-bg h3 {
  font-size: 36px;
}
}






@media screen and (min-width: 1367px) and (max-width: 1900px){
.form-side {
    height: 629px;
}
.cntnt {
    padding: 20px 70px 46px;
}
.cntnt h1 {
    font-size: 36px;
    line-height: 45px;
}
.lines p {
    line-height: 35px;
}
    
    
    
}




