/* 
	Develope By -> Ateeq Chouhan 
	Contact -> https://www.acswebz.com/
*/
html, body {
    scroll-behavior: smooth;

}
body { padding-right: 0 !important;}
.kk{
    opacity: 1;
}
.kk:hover{
    opacity: 1;
}

#rek{
    margin: 0px 0px 0px 37px;
}
/*Header Section*/
.headBg {
	background: url(../images/bg.png) 230px 0px;
	background-position: center top;
	background-repeat: repeat-x;
}

.vgcMail {
	font-size: 15px;
}

.vgcMail > div {
	line-height: 16px;
}

.vgcMail .vgcCom {
	color: #c32f2f;
}

.headPhone {
    text-decoration: none!important;;
}

.sldrLeft > h1 {
	text-transform: uppercase;
    line-height: 45px;
    font-weight: bold;
    color: #424242;
}

.sldrLeft > h1 > span {
	color: #145ea2;
}

.sldrLeft > p {
    color: #707070;
    margin: 0px 5px;
    padding-bottom: 11px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}

.sldrLeft a {
	text-decoration: none;
}

.sldrLeft ul {
    font-size: 11px;
    padding-left: 1rem;
}

.sldrLeft ul li {
    background: url('../images/checkmark1.png') no-repeat;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 24px;
    vertical-align: middle;
}

.sldrLeft .leftMob {
    font-weight: bold;
    font-size: 2.6rem;
    color: #145ea2;
    text-decoration: none;
}

.sldrLeft .leftMob > span {
    margin-left: 1rem;
    font-weight: 500;
    font-size: 1rem;
    color: #424242;
    display: inline-block;
    line-height: 15px;
}

.sldrLeft > span {
	display: block;
	text-align: center;
    font-size: 16px;
    color: #FF0000;
}

/* Right Sidebar */
.sldrRight {
	position: relative;
    line-height: 12px;
}

.imgBadge {
	position: absolute;
	z-index: 999;
    left: -20px;
    top: -10px;
}

.sldrRight h4 {
 	color: #c32f2f;
}

/*Tabs Styling*/
.vgcTabs {
	background: #424242;
}

.vgcTabs > ul > li {
    border-right: 1px solid #a2a2a2;
}

.vgcTabs > ul > li:first-child {
    border-left: 1px solid #a2a2a2;
}

.vgcTabs > ul > li > a {
    padding: 15px 13px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
	border: unset !important;
}

.vgcTabs > ul > li > a:hover {
	background: #2a2a2a;
	border-radius: unset;
	border: unset;
}

.vgcTabs > ul > li > a.active {
    color: #FFFFFF !important;
	background:#2a2a2a !important;
	border: unset !important;
}

.abtInfo h3 {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #bb1010;
}

.abtInfo,
.vgcContact,
.vgcFootT {
    font-family: "Arial";
    font-size: 11px;
    color: #424242;
}

.vgcContact > div > h2 {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 7px;
}

.vgcContact > div > ul > li {
    background: url(../images/listarrow.png) left top no-repeat;
    padding-left: 22px;
    margin-top: 7px;
    list-style: none;
    padding-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
}

.vgcContact > div > blockquote {
    background: url(../images/quote.png) left top no-repeat;
    padding-left: 50px;
    margin-top: 10px;
    font-style: italic;
}

.vgcContact > div > blockquote > span {
    display: block;
    color: #bb1010;
    margin-top: 5px;
    font-style: normal;
}

/* Footer */
.vgcFootT { 
	background-color: #2a2a2a;
    color: #d3d3d3;
    border-top: 15px solid #323030;
    border-bottom: 20px solid #323030;
}

.vgcFootT h2 {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 18px;
    line-height: 38px;
}

.vgcFootT p {
    margin: 0px;
}

.vgcFootT span {
    color: #fefefe;
}

.footSocial a {
	text-decoration: none;
	color: #ffffff;
	padding: 8px 8px 8px 12px;
	border: 1px solid #444444;
    margin-right: .5rem;
    font-size: 1rem;
    background: #373737;
}

.footSocial a:hover {
    background: #2d2d2d;
}

.myBtn {
  display: none;
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #d00d0d; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
}

.myBtn:hover {
  background-color: #c30a0a;
  color: #ffffff;
  text-decoration: none;
}

.bgFoot {
	font-size: 11px;
	background: #323030;
}

.bgFoot .footText {
	color: #d3d3d3;
}

.btn-vgcRed {
    background: #cc0e0e;
}

.btn-vgcgreen {
    background: #08742F;
    color:#fff;
}
.btn-vgcgreen:hover {
    background: #08742F;
    color:#fff;
}

.btn-orgk {
    background: #0BA0DE;
    color: #fff;
    border-radius: 22px;
    font-size: 24px;
    padding: 5px 25px 9px 25px;
}

.form-control.validate{
    background: #F7F9F9;
    border-radius: 22px;
    padding: 15px 40px;
}
.mb-5, .my-5 {
    margin-bottom: 2rem !important;
}

.close.kk span{
    background: #000 !important;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    top: 15%;
    margin: -101px -8px 0px 0px;
    z-index: 1502;
    position: absolute;
    /* left: 0; */
    right: 0;
    opacity: 2 !important;
    padding: 0px 8px 9px 8px;
    font-size: 31px;
}
.modal-header-bg img{
    width: 100%;
    height: auto;

}
.mkk {
  margin: 0px 0px 15px 0px;  
}


@media (max-width: 960px) {
	.vgcTabs > ul > li > a {
	    padding: 15px 13px;
	    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	    font-size: 12px;
	}

    .btn-vgcRed {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }
}


.fa-angle-double-right::before {
    content: "\f101";
    margin: 0px -8px;
}


.btn-vgcgreenk {
	background: #9494948f;
	color: #fff;
	border: 1px solid #9494948f;
	margin-bottom: 10px;
}