
@font-face {
    font-family: 'Gibson';
    src: url('../fonts/Gibson-SemiboldIt.woff2') format('woff2'),
        url('../fonts/Gibson-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Gibson';
    src: url('../fonts/Gibson-SemiBold.woff2') format('woff2'),
        url('../fonts/Gibson-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Letter Gothic Std';
    src: url('../fonts/LetterGothicStd.woff2') format('woff2'),
        url('../fonts/LetterGothicStd.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


/*@font-face {
    font-family: 'Gibson';
    src: url('../fonts/Gibson-SemiBold.woff2') format('woff2'),
        url('../fonts/Gibson-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}*/
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    padding: 0;
    margin: 0;
    min-height: 100%;
    text-size-adjust: 100%;
    font-family: 'source_sans_proregular';
    background-color: #ffffff;
    /*overflow-x: hidden;*/
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

p {
    color: #333333;
    margin: 0 0 0 0;
       line-height: 1.5;
    font-size: 21px;
    margin-bottom: 38px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button,
input[type="submit"] {
    text-decoration: none;
    transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}

a:hover,
a:focus {
    text-decoration: none;
}
    
a{
  word-wrap: break-word;
}

a:focus,
button:focus,
input[type="submit"]:focus,
,
input[type="button"]:focus {
    text-decoration: none;
    outline: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}




.container-inner {
    width: 1030px;
    max-width: 100%;
    margin: 0 auto;
}
.banner-section {
    background: url(../images/tq1-body-bg.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 40px;
    border-top: 5px solid #160606;
}
.banner-txt1 {
    font-family: 'source_sans_prosemibold';
    font-size: 22px;
    color: #ffc600;
    margin-bottom: 20px;
    line-height: 1;
}
.banner-txt2 {
    font-size: 36px;
    color: #e5e5e5;
    font-family: 'Gibson';
    font-weight: 600;
    margin-bottom: 28px;
    line-height: 1.2;
}
.banner-grdient{
    padding:100px 13px 60px 13px;
     background: rgb(26, 5, 4);
      background: rgb(26, 5, 4, 0.8);
    -webkit-background: rgb(26, 5, 4, 0.8);
    -moz-background: rgb(26, 5, 4, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#400000,endColorstr=#400000);
  position: relative;
  margin-top: 40px;
  /*  opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;*/
}
.top-img1 {
    position: absolute;
    top: -20px;
        left: 44%;
        background: url("../images/small-part2.jpg") center top no-repeat;
        width: 100px;
        height: 91px;
}
.banner-grdient:before {
    content: "";
    background: url(../images/top-left1.png) center top no-repeat;
    width: 390px;
    height: 23px;
    left: 47px;
    position: absolute;
    top: 17px;
}
.banner-grdient:after {
    content: "";
    background: url(../images/top-right1.png) center top no-repeat;
    width: 390px;
    height: 23px;
    right: 70px;
    position: absolute;
    top: 17px;
}
.color1{
    color: #ffc600;
}
.color2{
    color: #ff0000;
}
.color3{
color:#ff0000;
}
.color4{
    color: #00ab31;
}
.italic{
    font-style: italic;
}
.bold{
     font-family: 'source_sans_prosemibold';
}
.bold-large{
    font-family: 'source_sans_probold';
}
.line-through{
    text-decoration: underline;
}
.line-through1{
    border-bottom: 4px solid #fe4040;
}
.line-through3{
    border-bottom: 1px solid #5d5d5d;
}
.last-child{
    margin-bottom: 0px !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.hide_desktop{
    display: none !important;
}
/*.hide_mobile{
    display: none !important;
}*/
.banner-grdient .banner-gradient-txt1{
    font-size: 42px;
     font-family: 'Gibson';
     font-weight: 600;
     color: #e5e5e5;
     line-height: 1.2;
     font-style: normal;
     margin-bottom: 25px;
}
.banner-gradient-txt2{
    font-size: 21px;
    font-weight: normal;
    color: #c7c7c7;
}
.row2 .testimonila-section{
    background:url("../images/testimonila-bg.jpg") center top no-repeat;
       padding: 45px 40px 55px 40px;
    text-align: center;
    margin-bottom: 45px;
}
.row2 .testimonila-section p {
    color: #333333;
    font-family: 'source_sans_prosemibold';
    font-size: 24px;
    margin-bottom: 31px;
    line-height: 1.2;
}
.grid-sec1 p{
    font-size: 21px;
     color: #333333;
     line-height: 1.2;
     margin-bottom: 38px;
     z-index: 9999;
     position: relative;

}
.grid-sec1{
    position: relative;
}
.grid-sec1:before{
    content: "";
    background:url("../images/grid-sec1.png") right bottom no-repeat;
    position: absolute;
   right: 144px;
    bottom: 0px;
    width: 245px;
    height: 227px;
}
.page-hd{
    text-align: center;
    position: relative;
     margin-bottom: 20px;
     padding-bottom: 35px;
}
.page-hd h1 {
    color: #ff0000;
    font-size: 42px;
    font-family: 'Gibson';
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
    margin-top: 0;
}
.page-hd p{
    color: #949494;
    font-family: 'source_sans_prosemibold';
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 13px;
}
.page-hd:before {
    content: "";
    background: url(../images/page-heading.jpg) right bottom no-repeat;
    position: absolute;
    left: 22%;
    bottom: 14px;
    width: 560px;
    height: 13px;
}
.quiz h1{
    color: #343434;
    font-family: 'source_sans_prosemibold';
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 32px;
    margin-top: 0px;
    padding-left: 37px;
}
.quiz ul{
    padding-left: 50px;
        padding-right: 50px;
}
.quiz ul li {
    background: url(../images/quiiz-errow.png) left 2px no-repeat;
    font-size: 21px;
    padding-left: 37px;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #343434;
    padding-bottom: 5px;
}
.grid-sec2{
    background-color: #a6b1cb;
    padding: 85px 32px 33px 32px;
       margin-top: 45px;
}
.grid-sec1-inner{
    background-color: #fff;
   padding: 103px 60px 40px 60px;
   position: relative;

}
.grid-sec1-inner:before {
    content: "";
    background: url(../images/grid-sec3-icon.png) center top no-repeat;
    position: absolute;
    width: 400px;
    height: 112px;
    top: -46px;
    left: 30%;
}
.grid-sec1-inner ul li{
    margin-bottom: 20px;
}
.grid-sec1-inner ul li h2 {
    font-family: 'source_sans_prosemibold';
    font-size: 23px;
    margin: 0px 0px 0 0px;
    line-height: 1;
    background: url(../images/grid-sec3-icon1.png) left top no-repeat;
    padding-left: 40px;
    padding-bottom: 5px;
}
.grid-sec1-inner ul li p {
    font-size: 21px;
    color: #343434;
    line-height: 1.4;
    padding-left: 40px;
}
.grid-sec3{
    padding: 43px 28px;
}
.grid-sec3 ul li{
    margin-bottom: 15px;
}
.grid-sec3 ul li:nth-child(1) {
   padding: 11px 15px 7px 14px;
    /* background: url(../images/small-part1.png) 0 0 no-repeat; */
    /* background-color: #ffffff; */
    border-radius: 69px;
    box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 26px #f5e4db;
    -moz-box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 26px #f5e4db;
    -webkit-box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 26px #f5e4db;
}
.grid-sec3 ul li:nth-child(2) {
   padding: 11px 15px 7px 14px;
    /* background: url(../images/small-part1.png) 0 0 no-repeat; */
    /* background-color: #ffffff; */
    border-radius: 121px;
    box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 26px #fafafa;
    -moz-box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 26px #fafafa;
    -webkit-box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 49px #f3f3f3;
}
.grid-sec3 ul li:nth-child(3) {
    padding: 11px 15px 7px 14px;
    /* background: url(../images/small-part1.png) 0 0 no-repeat; */
    background-color: #fbf2f2;
    border-radius: 121px;
    box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 26px #e8e1de;
    -moz-box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 26px #e8e1de;
    -webkit-box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 49px #e8e1de;
}
.grid-sec3 ul li:nth-child(4) {
   padding: 11px 15px 7px 14px;
    /* background: url(../images/small-part1.png) 0 0 no-repeat; */
    background-color: #ef6464;
    border-radius: 121px;
    box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 26px #e8e1de;
    -moz-box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 26px #e8e1de;
    -webkit-box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 49px #ca5656;
}
.grid-sec-img{
    float: left;
        margin-top: 0px;
}
.grid-sec-text {
    padding: 18px 0px 9px 0px;
}
.grid-sec-text p {
    font-size: 21px;
    color: #343434;
    padding-left: 151px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-right: 40px;
}
.grid-sec3 h1{
     color: #343434;
    font-family: 'source_sans_prosemibold';
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin:0px 0px 50px 0px;
}
.grid-sec3 ul li:nth-child(2) .grid-sec-img {
    float: left;
    margin-top: 13px;
    margin-left: 6px;
}
.grid-sec3 ul li:nth-child(2) .grid-sec-text {
    padding: 0 0px 0 0px;
}
.grid-sec3 ul li:nth-child(2) .grid-sec-text p {
    font-size: 21px;
    color: #343434;
    padding-left: 151px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-right: 40px;
}
.grid-sec3 ul li:nth-child(2) .grid-sec3 h1{
     color: #343434;
    font-family: 'source_sans_prosemibold';
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin:0px 0px 50px 0px;
}
.grid-sec3 ul li:nth-child(3) .grid-sec-text {
    padding: 0 0px 0 0px;
}
.grid-sec3 ul li:nth-child(3) .grid-sec-text p {
    font-size: 21px;
    color: #343434;
    padding-left: 151px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-right: 40px;
}
.grid-sec3 ul li:nth-child(4) .grid-sec-text {
    padding: 0 0px 0 0px;
}
.grid-sec3 ul li:nth-child(4) .grid-sec-text p {
    font-size: 21px;
    color: #fff;
    padding-left: 151px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-right: 40px;
}
.grid-sec3 ul li:nth-child(4){
    position: relative;
    margin-top: 100px;
    z-index: 9999;
}
.grid-sec3 ul li:nth-child(4) .grid-sec-img {
    float: left;
    margin-top: 13px;
    margin-left: 6px;
}
.grid-sec3 ul li:nth-child(4):before {
    content: "";
    background: url(../images/grid-sec3-before.png) center top no-repeat;
    position: absolute;
    width: 120px;
    height: 90px;
    top: -55px;
    left: -10px;
}
.subpart1-inner{
    padding: 20px 15px 10px 14px;
    /* background: url(../images/small-part1.png) 0 0 no-repeat; */
    background-color: #ef6464;
    position: relative;
    border-radius: 121px;
    box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 26px #e8e1de;
    -moz-box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 26px #e8e1de;
    -webkit-box-shadow: 3px 3px 8px -1px #a9a5a5, inset 0 0 49px #ca5656;
}
.subpart1{
    position: relative;
    margin-top: 100px;
}
.subpart1:before {
    content: "";
    background: url(../images/grid-sec3-before.png) center top no-repeat;
    position: absolute;
    width: 120px;
    height: 90px;
    top: -55px;
    left: 1px;
}
.subpart1 .grid-sec-text {
    padding: 0 0px 0 0px;
}
.subpart1 .grid-sec-text p {
    font-size: 21px;
    color: #fff;
    padding-left: 151px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-right: 55px;
}
.subpart1 .grid-sec-img {
    float: left;
   margin-top: 26px;
    margin-left: 6px;
}
.grid-sec-4-inner{
        background-image: url(../images/tq-bg1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
.grid-sec-4-inner p {
    padding-right: 45%;
    font-size: 21px;
    color: #333333;
    margin-bottom: 38px;
    line-height: 1.4;
}
.grid-sec-4-inner p:nth-child(7){
        padding-right: 55%;
}
.drid-sec-4-inner1 {
    margin: 45px 45px 45px 45px;
    border-left: 5px solid #fe4040;
    font-family: 'source_sans_prosemibold';
    padding-left: 10px;
    line-height: 1.4;
}
.grid-sec-5-text1{
        margin-bottom: 17px;
}
.grid-sec-5 p{
    padding-right: 50px;
}
.grid-sec-5{
       padding-top: 55px;
}
.grid-sec-5 h1{
    color: #ff0000;
    font-family: 'Gibson';
    font-size: 42px;
    margin: 0px 0px 52px 0px;
    text-align: center;

}
.grid-sec-5-inner-left{
    float: left;
    width: 70%;
}
.grid-sec-5-inner-right{
    float: right;
    width: 30%;
}
.grid-sec-5-inner{
    margin-bottom: 25px;
}
.grid-sec-5 p:last-child{
        margin-bottom: 38px;
}
.grid-sec-5-inner1 {
    margin: 18px 10px 45px 45px;
    border-left: 5px solid #ffba00;
    font-family: 'source_sans_prosemibold';
    padding-left: 10px;
    line-height: 1.4;
    padding-right: 0px !important;
}
.row3{
    background-color: #fffefb;
    border-top: 1px solid #eeece2;
    border-bottom: 1px solid #eeece2;
    padding:78px 0px;
    margin-top: 20px;
}
.hide_desktop{
    display: none;
}
.grid-sec-6-left{
    float: left;
    width: 63%;
}
.grid-sec-6-right{
    float: right;
    width: 35%;
    padding-top: 70px;
}
.row3-text1{
    text-align: center;
    color: #ff0000;
    font-size: 42px;
    font-family: 'Gibson';
    margin-bottom: 74px;
    line-height: 1.4;
        margin-top: 0;
}
.grid-sec-7 {
    position: relative;
    padding-top: 65px;
        padding-bottom: 40px;
}
.grid-sec-7:before {
    content: '';
    position: absolute;
    background-image: url(../images/grid-sec-7-img1.png);
    background-repeat: no-repeat;
   background-position: top left;
    background-size: 80%;
    width: 100%;
    height: 100%;
    left: -278px;
    top: 38px;
}
.grid-sec-7 p{
    padding-left: 36%;
}
.grid-sec-7 h2 {
    padding-left: 36%;
    margin: 0px 0px 30px 0px;
    color: #000;
    font-size: 30px;
    font-family: 'Gibson';
}
.grid-sec-8 {
    position: relative;
       padding-top: 0;
}
.grid-sec-8 p{
    padding-right:37%;
}
.grid-sec-8:before {
    content: '';
    position: absolute;
    background-image: url(../images/grid-sec-8-img1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
    width: 100%;
    height: 100%;
    right: -308px;
    top: 0px;
}
.row4{
    background-color: #ffffff;
        padding: 78px 0px 38px 0px;
}
.row4-text1{
    text-align: center;
    color: #ff0000;
    font-size: 42px;
    font-family: 'Gibson';
    margin-bottom: 74px;
        line-height: 1.2;
        margin-top: 0;
}
.grid-sec-9{
     background-image: url(../images/grid-sec-9-img1.png);
    background-repeat: no-repeat;
        background-position: right 35px;
}
.grid-sec-9 p{
    padding-right: 35%;
        margin-bottom: 38px;
}
.grid-sec-9 h2{
    padding-right: 36%;
    margin: 0px 0px 30px 0px;
    color: #333333;
    font-size: 22px;
    font-family: 'source_sans_prosemibold';
}
.grid-sec-9-part1 {
    background-image: url(../images/grid-sec-9-img2.png);
    background-repeat: no-repeat;
    background-position: top right;
       margin-right: 26%;
        padding: 10px 0px 66px 217px;
    color: #fff;
   margin-bottom: 12px;
}
.grid-sec-9-part1 p{
    color: #fff;
}
.grid-sec-10 {
    background-image: url(../images/grid-sec-10-img1.png);
    background-repeat: no-repeat;
    background-position: right 35px;
    margin-bottom: 38px;
}
.grid-sec-10 p {
    padding-right: 45%;
}
.grid-sec-11{
    position: relative;
    margin-top: 80px;
}
.grid-sec-11:before {
    content: '';
    position: absolute;
    background-image: url(../images/grid-sec-11-img1.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 86%;
    width: 100%;
    height: 100%;
    left: -186px;
    top: 0px;
}
.grid-sec-11 p{
       padding-left: 39%;
        margin-bottom: 27px;
}
.grid-sec-11 h1{
        padding-left: 39%;
    margin: 0px 0px 30px 0px;
    color: #000;
    font-size: 30px;
    font-family: 'Gibson';
}
.grid-sec-12{
    position: relative;
    margin-top: 80px;
}
.grid-sec-12:before {
    content: '';
    position: absolute;
    background-image: url(../images/grid-sec-12-img1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 67%;
    width: 100%;
    height: 100%;
    right: -174px;
    top: 0px;
}
.grid-sec-12 p{
       padding-right: 36%;
        margin-bottom: 27px;
}
.grid-sec-12 h1{
    padding-right: 45%;
    margin: 0px 0px 30px 0px;
    color: #000;
    font-size: 30px;
    font-family: 'Gibson';
}
.grid-sec-13 {
    background-image: url(../images/grid-sec-13-img1.png);
    background-repeat: no-repeat;
    background-position: left 35px;
    margin-bottom: 15px;
    margin-top: 70px;
       padding-bottom: 39px;
}
.grid-sec-13 p {
    padding-left: 35%;
}
.grid-sec-13 h1{
   padding-left: 35%;
    margin: 0px 0px 30px 0px;
    color: #000;
    font-size: 30px;
    font-family: 'Gibson';
}
.grid-sec-13-inner1 {
    margin: 45px 70px 45px 70px;
    border-left: 5px solid #fe4040;
    font-family: 'source_sans_prosemibold';
    padding-left: 20px;
    line-height: 1.4;
    
}
.grid-sec-13-inner1 p{
    color: #fe4040;
    font-size: 21px;
}
.grid-sec-14 {
    background-image: url(../images/grid-sec-14-img1.png);
    background-repeat: no-repeat;
    background-position: right 82px;
    margin-bottom: 00;
    margin-top: 70px;
    padding-bottom: 2px;
    background-size: 58%;
}
.grid-sec-14 p {
    padding-right: 41%;
    margin-bottom: 30px;
    line-height: 1.4;
}
.grid-sec-14 h1{
   padding-right: 41%;
    margin: 0px 0px 30px 0px;
    color: #000;
    font-size: 30px;
    font-family: 'Gibson';
}
.grid-sec-15 img{
    padding-left: 55px;
    margin-bottom: 55px;
}
.grid-sec-15 h1 {
    margin: 40px 0px 30px 0px;
    color: #0e162e;
    font-size: 30px;
    line-height: 1.3;
    font-family: 'Gibson';
}
.grid-sec-15 ul li {
    background: url(../images/errow2.png) 34px 25px no-repeat;
    padding-left: 20px;
    background-color: #f6f3eb;
    padding: 25px 50px 25px 34px;
    margin-bottom: 10px;
    min-height: 128px;
}
.grid-sec-15 ul li p{
    padding-left: 55px;
}
.grid-sec-15 ul li:nth-child(2),.grid-sec-15 ul li:nth-child(4),.grid-sec-15 ul li:nth-child(6){
     background-color: #f6edeb;
}
.grid-sec-15 ul li:nth-child(5) {
    padding: 47px 34px;
    background-position: 34px 42px;
}
.grid-sec-16 {
    /*background-image: url(../images/grid-sec-16-img1.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 2px;
    background-size: 66%;*/
    position: relative;
}
.grid-sec-16 {
    position: relative;
    padding-top: 43px;
}
.grid-sec-16:before {
    content: "";
    position: absolute;
    background-image: url(../images/ground_img1.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
    height: 100%;
    right: -63px;
    top: -2px;
    background-size: 73%;
}

.grid-sec-16 p {
    padding-right: 40%;
    margin-bottom: 31px;
    line-height: 1.5;
    color: #333333;
}
.grid-sec-16 h1{
   padding-right: 41%;
    margin: 0px 0px 30px 0px;
    color: #000;
    font-size: 30px;
    font-family: 'Gibson';
}
.row4{
    position: relative;
}
.row4:before {
    content: '';
    position: absolute;
    background-image: url(../images/row4.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
    width: 173px;
    height: 250px;
   left: 40%;
    /* margin-right: 2px; */
    top: -182px;
}
.text-label{
    padding-right: 50px;
}