/* Crafted By Seçkin SEYMEN - 18 Haziran 2016 Cumartesi   */
/* Default Css V-02 */
/* Reset Settings */

ul {
    list-style: none !important;
    padding: 0px;
    margin: 0px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}
/* Container */
@media (min-width: 1600px) {
    .container {
        width: 1536px !important;
    }
}
@media (max-width: 1600px) {
    .container {
        width: 99% !important;
    }
}
/* Container End */
/* Reset Settings End */
/* Soft Effect */

.soft {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.soft-slow {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.soft-slower {
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
/* Soft Effect End */
/* Navbar Settings */

#default-nav .navbar {
    background-color: transparent;
    border: 0px;
}
#default-nav .navbar-default {
    background-color: none;
    border: 0px;
}
#default-nav .navbar-default .navbar-form {
    display: none;
}
#default-nav .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
}
/* Navbar Settings End */
/*----- Default Css -----*/
/*
@media (min-width: 1600px) {
    .container {
        width: 1536px !important;
    }
}
@media (max-width: 1600px) {
    .container {
        width: 99% !important;
    }
}
*/
/* Default Menü */
.dropcontent {
    position: relative !important;
}
.subcontent {
    position: absolute !important;
    height:0px;
    overflow-y: hidden;
}

.dopcontent-mega {
    position: static !important;
}
.subcontent-mega {
    position: absolute !important;
    height:0px;
    overflow-y: hidden;
    left:0 !important;
}
.dropcontent:hover > .subcontent {
    height:100%;
}

@media screen and (max-width:992px) {
   nav#default-nav {
    height:0px;
    overflow-y: hidden;
   }
}

/* Default Menü End */
/******---------- Ýnput Settings ----------******/

.resize-none {
    resize: none !important;
}
/******---------- Ýnput Settings End ----------******/
/******---------- Text Line Settings ----------******/

.t-line {
    text-decoration: line-through !important;
}
.t-uline {
    text-decoration: underline !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-t-line {
        text-decoration: line-through !important;
    }
    .col-sm-t-uline {
        text-decoration: underline !important;
    }
}
/* Responsive Settings End */
/******---------- Text Line Settings End ----------******/
/******---------- Text Align Settings ----------******/

.t-center {
    text-align: center !important;
}
.t-left {
    text-align: left !important;
}
.t-right {
    text-align: right !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-t-center {
        text-align: center !important;
    }
    .col-sm-t-left {
        text-align: left !important;
    }
    .col-sm-t-right {
        text-align: right !important;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-t-center {
        text-align: center !important;
    }
    .col-xs-t-left {
        text-align: left !important;
    }
    .col-xs-t-right {
        text-align: right !important;
    }
}
/* Responsive Settings End */
/******---------- Text Align Settings End ----------******/
/******---------- Rotate Settings ----------******/

.rt45 {
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
}
.rt45 {
    transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
}
.rt90 {
    transform: rotate(90deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(90deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(90deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(90deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(90deg) scale(1) skew(0deg) translate(0px) !important;
}
.rt135 {
    transform: rotate(135deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(135deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(135deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(135deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(135deg) scale(1) skew(0deg) translate(0px) !important;
}
.rt180 {
    transform: rotate(180deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(180deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(180deg) scale(1) skew(0deg) translate(0px) !important;
}
.rt225 {
    transform: rotate(225deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(225deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(225deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(225deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(225deg) scale(1) skew(0deg) translate(0px) !important;
}
.rt270 {
    transform: rotate(270deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(270deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(270deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(270deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(270deg) scale(1) skew(0deg) translate(0px) !important;
}
.rt315 {
    transform: rotate(315deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(315deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(315deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(315deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(315deg) scale(1) skew(0deg) translate(0px) !important;
}
/* Responsive */

@media screen and (max-width: 991px) {
    .col-sm-rt45 {
        transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
        -webkit-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
        -moz-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
        -o-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
        -ms-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    }
    .col-sm-rt90 {
        transform: rotate(90deg) scale(1) skew(0deg) translate(0px) !important;
        -webkit-transform: rotate(90deg) scale(1) skew(0deg) translate(0px) !important;
        -moz-transform: rotate(90deg) scale(1) skew(0deg) translate(0px) !important;
        -o-transform: rotate(90deg) scale(1) skew(0deg) translate(0px) !important;
        -ms-transform: rotate(90deg) scale(1) skew(0deg) translate(0px) !important;
    }
    .col-sm-rt135 {
        transform: rotate(135deg) scale(1) skew(0deg) translate(0px) !important;
        -webkit-transform: rotate(135deg) scale(1) skew(0deg) translate(0px) !important;
        -moz-transform: rotate(135deg) scale(1) skew(0deg) translate(0px) !important;
        -o-transform: rotate(135deg) scale(1) skew(0deg) translate(0px) !important;
        -ms-transform: rotate(135deg) scale(1) skew(0deg) translate(0px) !important;
    }
    .col-sm-rt180 {
        transform: rotate(180deg) scale(1) skew(0deg) translate(0px) !important;
        -webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0px) !important;
        -moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0px) !important;
        -o-transform: rotate(180deg) scale(1) skew(0deg) translate(0px) !important;
        -ms-transform: rotate(180deg) scale(1) skew(0deg) translate(0px) !important;
    }
    .col-sm-rt225 {
        transform: rotate(225deg) scale(1) skew(0deg) translate(0px) !important;
        -webkit-transform: rotate(225deg) scale(1) skew(0deg) translate(0px) !important;
        -moz-transform: rotate(225deg) scale(1) skew(0deg) translate(0px) !important;
        -o-transform: rotate(225deg) scale(1) skew(0deg) translate(0px) !important;
        -ms-transform: rotate(225deg) scale(1) skew(0deg) translate(0px) !important;
    }
    .col-sm-rt270 {
        transform: rotate(270deg) scale(1) skew(0deg) translate(0px) !important;
        -webkit-transform: rotate(270deg) scale(1) skew(0deg) translate(0px) !important;
        -moz-transform: rotate(270deg) scale(1) skew(0deg) translate(0px) !important;
        -o-transform: rotate(270deg) scale(1) skew(0deg) translate(0px) !important;
        -ms-transform: rotate(270deg) scale(1) skew(0deg) translate(0px) !important;
    }
    .col-sm-rt315 {
        transform: rotate(315deg) scale(1) skew(0deg) translate(0px) !important;
        -webkit-transform: rotate(315deg) scale(1) skew(0deg) translate(0px) !important;
        -moz-transform: rotate(315deg) scale(1) skew(0deg) translate(0px) !important;
        -o-transform: rotate(315deg) scale(1) skew(0deg) translate(0px) !important;
        -ms-transform: rotate(315deg) scale(1) skew(0deg) translate(0px) !important;
    }
}
/* Responsive End */
/******---------- Rotate Settings End ----------******/
/******---------- Float Settings ----------******/

.left {
    float: left !important;
}
.right {
    float: right !important;
}
.fn {
    float: none !important;
}
/* Responsive Settings */


/* Sm */
@media screen and (max-width: 991px){
.col-sm-left {
	float:left !important;
}
.col-sm-right {
	float: right !important;
}
.col-sm-fn {
	float:none !important;
}
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
.col-xs-left {
	float:left !important;
}
.col-xs-right {
	float: right !important;
}
.col-xs-fn {
	float:none !important;
}
}
/* Xs End */
/* Responsive Settings End */
/******---------- Float Settings End ----------******/
/***********--------------- Margin Settings ---------------***********/
/******---------- Margin Auto ----------******/

.ma {
    margin: auto !important;
}
.mla {
    margin-left: auto !important;
}
.mra {
    margin-right: auto !important;
}
/* Responsive Settings */
/* Sm */
@media (max-width:991px) {
.col-sm-ma {
    margin: auto !important;
}
.col-sm-mla {
    margin-left: auto !important;
}
.col-sm-mra {
    margin-right: auto !important;
}
}
/* Sm End */
/* Xs */
@media (max-width:767px) {
.col-xs-ma {
    margin: auto !important;
}
.col-xs-mla {
    margin-left: auto !important;
}
.col-xs-mra {
    margin-right: auto !important;
}
}
/* Xs End */
/* Responsive Settings End */
/******---------- Margin Auto End ----------******/
/******---------- Margin All ----------******/
.m0 {
    margin: 0px !important;
}
.m1 {
    margin: 1px !important;
}
.m2 {
    margin: 2px !important;
}
.m3 {
    margin: 3px !important;
}
.m4 {
    margin: 4px !important;
}
.m5 {
    margin: 5px !important;
}
.m6 {
    margin: 6px !important;
}
.m7 {
    margin: 7px !important;
}
.m8 {
    margin: 8px !important;
}
.m9 {
    margin: 9px !important;
}
.m10 {
    margin: 10px !important;
}
.m11 {
    margin: 11px !important;
}
.m12 {
    margin: 12px !important;
}
.m13 {
    margin: 13px !important;
}
.m14 {
    margin: 14px !important;
}
.m15 {
    margin: 15px !important;
}
.m16 {
    margin: 16px !important;
}
.m17 {
    margin: 17px !important;
}
.m18 {
    margin: 18px !important;
}
.m19 {
    margin: 19px !important;
}
.m20 {
    margin: 20px !important;
}
.m21 {
    margin: 21px !important;
}
.m22 {
    margin: 22px !important;
}
.m23 {
    margin: 23px !important;
}
.m24 {
    margin: 24px !important;
}
.m25 {
    margin: 25px !important;
}
.m26 {
    margin: 26px !important;
}
.m27 {
    margin: 27px !important;
}
.m28 {
    margin: 28px !important;
}
.m29 {
    margin: 29px !important;
}
.m30 {
    margin: 30px !important;
}
.m31 {
    margin: 31px !important;
}
.m32 {
    margin: 32px !important;
}
.m33 {
    margin: 33px !important;
}
.m34 {
    margin: 34px !important;
}
.m35 {
    margin: 35px !important;
}
.m36 {
    margin: 36px !important;
}
.m37 {
    margin: 37px !important;
}
.m38 {
    margin: 38px !important;
}
.m39 {
    margin: 39px !important;
}
.m40 {
    margin: 40px !important;
}
.m41 {
    margin: 41px !important;
}
.m42 {
    margin: 42px !important;
}
.m43 {
    margin: 43px !important;
}
.m44 {
    margin: 44px !important;
}
.m45 {
    margin: 45px !important;
}
.m46 {
    margin: 46px !important;
}
.m47 {
    margin: 47px !important;
}
.m48 {
    margin: 48px !important;
}
.m49 {
    margin: 49px !important;
}
.m50 {
    margin: 50px !important;
}
.m51 {
    margin: 51px !important;
}
.m52 {
    margin: 52px !important;
}
.m53 {
    margin: 53px !important;
}
.m54 {
    margin: 54px !important;
}
.m55 {
    margin: 55px !important;
}
.m56 {
    margin: 56px !important;
}
.m57 {
    margin: 57px !important;
}
.m58 {
    margin: 58px !important;
}
.m59 {
    margin: 59px !important;
}
.m60 {
    margin: 60px !important;
}
.m61 {
    margin: 61px !important;
}
.m62 {
    margin: 62px !important;
}
.m63 {
    margin: 63px !important;
}
.m64 {
    margin: 64px !important;
}
.m65 {
    margin: 65px !important;
}
.m66 {
    margin: 66px !important;
}
.m67 {
    margin: 67px !important;
}
.m68 {
    margin: 68px !important;
}
.m69 {
    margin: 69px !important;
}
.m70 {
    margin: 70px !important;
}
.m71 {
    margin: 71px !important;
}
.m72 {
    margin: 72px !important;
}
.m73 {
    margin: 73px !important;
}
.m74 {
    margin: 74px !important;
}
.m75 {
    margin: 75px !important;
}
.m76 {
    margin: 76px !important;
}
.m77 {
    margin: 77px !important;
}
.m78 {
    margin: 78px !important;
}
.m79 {
    margin: 79px !important;
}
.m80 {
    margin: 80px !important;
}
.m81 {
    margin: 81px !important;
}
.m82 {
    margin: 82px !important;
}
.m83 {
    margin: 83px !important;
}
.m84 {
    margin: 84px !important;
}
.m85 {
    margin: 85px !important;
}
.m86 {
    margin: 86px !important;
}
.m87 {
    margin: 87px !important;
}
.m88 {
    margin: 88px !important;
}
.m89 {
    margin: 89px !important;
}
.m90 {
    margin: 90px !important;
}
.m91 {
    margin: 91px !important;
}
.m92 {
    margin: 92px !important;
}
.m93 {
    margin: 93px !important;
}
.m94 {
    margin: 94px !important;
}
.m95 {
    margin: 95px !important;
}
.m96 {
    margin: 96px !important;
}
.m97 {
    margin: 97px !important;
}
.m98 {
    margin: 98px !important;
}
.m99 {
    margin: 99px !important;
}
.m100 {
    margin: 100px !important;
}
.m101 {
    margin: 101px !important;
}
.m102 {
    margin: 102px !important;
}
.m103 {
    margin: 103px !important;
}
.m104 {
    margin: 104px !important;
}
.m105 {
    margin: 105px !important;
}
.m106 {
    margin: 106px !important;
}
.m107 {
    margin: 107px !important;
}
.m108 {
    margin: 108px !important;
}
.m109 {
    margin: 109px !important;
}
.m110 {
    margin: 110px !important;
}
.m111 {
    margin: 111px !important;
}
.m112 {
    margin: 112px !important;
}
.m113 {
    margin: 113px !important;
}
.m114 {
    margin: 114px !important;
}
.m115 {
    margin: 115px !important;
}
.m116 {
    margin: 116px !important;
}
.m117 {
    margin: 117px !important;
}
.m118 {
    margin: 118px !important;
}
.m119 {
    margin: 119px !important;
}
.m120 {
    margin: 120px !important;
}
.m121 {
    margin: 121px !important;
}
.m122 {
    margin: 122px !important;
}
.m123 {
    margin: 123px !important;
}
.m124 {
    margin: 124px !important;
}
.m125 {
    margin: 125px !important;
}
.m126 {
    margin: 126px !important;
}
.m127 {
    margin: 127px !important;
}
.m128 {
    margin: 128px !important;
}
.m129 {
    margin: 129px !important;
}
.m130 {
    margin: 130px !important;
}
.m131 {
    margin: 131px !important;
}
.m132 {
    margin: 132px !important;
}
.m133 {
    margin: 133px !important;
}
.m134 {
    margin: 134px !important;
}
.m135 {
    margin: 135px !important;
}
.m136 {
    margin: 136px !important;
}
.m137 {
    margin: 137px !important;
}
.m138 {
    margin: 138px !important;
}
.m139 {
    margin: 139px !important;
}
.m140 {
    margin: 140px !important;
}
.m141 {
    margin: 141px !important;
}
.m142 {
    margin: 142px !important;
}
.m143 {
    margin: 143px !important;
}
.m144 {
    margin: 144px !important;
}
.m145 {
    margin: 145px !important;
}
.m146 {
    margin: 146px !important;
}
.m147 {
    margin: 147px !important;
}
.m148 {
    margin: 148px !important;
}
.m149 {
    margin: 149px !important;
}
.m150 {
    margin: 150px !important;
}
.m151 {
    margin: 151px !important;
}
.m152 {
    margin: 152px !important;
}
.m153 {
    margin: 153px !important;
}
.m154 {
    margin: 154px !important;
}
.m155 {
    margin: 155px !important;
}
.m156 {
    margin: 156px !important;
}
.m157 {
    margin: 157px !important;
}
.m158 {
    margin: 158px !important;
}
.m159 {
    margin: 159px !important;
}
.m160 {
    margin: 160px !important;
}
.m161 {
    margin: 161px !important;
}
.m162 {
    margin: 162px !important;
}
.m163 {
    margin: 163px !important;
}
.m164 {
    margin: 164px !important;
}
.m165 {
    margin: 165px !important;
}
.m166 {
    margin: 166px !important;
}
.m167 {
    margin: 167px !important;
}
.m168 {
    margin: 168px !important;
}
.m169 {
    margin: 169px !important;
}
.m170 {
    margin: 170px !important;
}
.m171 {
    margin: 171px !important;
}
.m172 {
    margin: 172px !important;
}
.m173 {
    margin: 173px !important;
}
.m174 {
    margin: 174px !important;
}
.m175 {
    margin: 175px !important;
}
.m176 {
    margin: 176px !important;
}
.m177 {
    margin: 177px !important;
}
.m178 {
    margin: 178px !important;
}
.m179 {
    margin: 179px !important;
}
.m180 {
    margin: 180px !important;
}
.m181 {
    margin: 181px !important;
}
.m182 {
    margin: 182px !important;
}
.m183 {
    margin: 183px !important;
}
.m184 {
    margin: 184px !important;
}
.m185 {
    margin: 185px !important;
}
.m186 {
    margin: 186px !important;
}
.m187 {
    margin: 187px !important;
}
.m188 {
    margin: 188px !important;
}
.m189 {
    margin: 189px !important;
}
.m190 {
    margin: 190px !important;
}
.m191 {
    margin: 191px !important;
}
.m192 {
    margin: 192px !important;
}
.m193 {
    margin: 193px !important;
}
.m194 {
    margin: 194px !important;
}
.m195 {
    margin: 195px !important;
}
.m196 {
    margin: 196px !important;
}
.m197 {
    margin: 197px !important;
}
.m198 {
    margin: 198px !important;
}
.m199 {
    margin: 199px !important;
}
.m200 {
    margin: 200px !important;
}




/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-m0 {
        margin: 0px !important;
    }
    .col-sm-m1 {
        margin: 1px !important;
    }
    .col-sm-m2 {
        margin: 2px !important;
    }
    .col-sm-m3 {
        margin: 3px !important;
    }
    .col-sm-m4 {
        margin: 4px !important;
    }
    .col-sm-m5 {
        margin: 5px !important;
    }
    .col-sm-m6 {
        margin: 6px !important;
    }
    .col-sm-m7 {
        margin: 7px !important;
    }
    .col-sm-m8 {
        margin: 8px !important;
    }
    .col-sm-m9 {
        margin: 9px !important;
    }
    .col-sm-m10 {
        margin: 10px !important;
    }
    .col-sm-m11 {
        margin: 11px !important;
    }
    .col-sm-m12 {
        margin: 12px !important;
    }
    .col-sm-m13 {
        margin: 13px !important;
    }
    .col-sm-m14 {
        margin: 14px !important;
    }
    .col-sm-m15 {
        margin: 15px !important;
    }
    .col-sm-m16 {
        margin: 16px !important;
    }
    .col-sm-m17 {
        margin: 17px !important;
    }
    .col-sm-m18 {
        margin: 18px !important;
    }
    .col-sm-m19 {
        margin: 19px !important;
    }
    .col-sm-m20 {
        margin: 20px !important;
    }
    .col-sm-m21 {
        margin: 21px !important;
    }
    .col-sm-m22 {
        margin: 22px !important;
    }
    .col-sm-m23 {
        margin: 23px !important;
    }
    .col-sm-m24 {
        margin: 24px !important;
    }
    .col-sm-m25 {
        margin: 25px !important;
    }
    .col-sm-m26 {
        margin: 26px !important;
    }
    .col-sm-m27 {
        margin: 27px !important;
    }
    .col-sm-m28 {
        margin: 28px !important;
    }
    .col-sm-m29 {
        margin: 29px !important;
    }
    .col-sm-m30 {
        margin: 30px !important;
    }
    .col-sm-m31 {
        margin: 31px !important;
    }
    .col-sm-m32 {
        margin: 32px !important;
    }
    .col-sm-m33 {
        margin: 33px !important;
    }
    .col-sm-m34 {
        margin: 34px !important;
    }
    .col-sm-m35 {
        margin: 35px !important;
    }
    .col-sm-m36 {
        margin: 36px !important;
    }
    .col-sm-m37 {
        margin: 37px !important;
    }
    .col-sm-m38 {
        margin: 38px !important;
    }
    .col-sm-m39 {
        margin: 39px !important;
    }
    .col-sm-m40 {
        margin: 40px !important;
    }
    .col-sm-m41 {
        margin: 41px !important;
    }
    .col-sm-m42 {
        margin: 42px !important;
    }
    .col-sm-m43 {
        margin: 43px !important;
    }
    .col-sm-m44 {
        margin: 44px !important;
    }
    .col-sm-m45 {
        margin: 45px !important;
    }
    .col-sm-m46 {
        margin: 46px !important;
    }
    .col-sm-m47 {
        margin: 47px !important;
    }
    .col-sm-m48 {
        margin: 48px !important;
    }
    .col-sm-m49 {
        margin: 49px !important;
    }
    .col-sm-m50 {
        margin: 50px !important;
    }
    .col-sm-m51 {
        margin: 51px !important;
    }
    .col-sm-m52 {
        margin: 52px !important;
    }
    .col-sm-m53 {
        margin: 53px !important;
    }
    .col-sm-m54 {
        margin: 54px !important;
    }
    .col-sm-m55 {
        margin: 55px !important;
    }
    .col-sm-m56 {
        margin: 56px !important;
    }
    .col-sm-m57 {
        margin: 57px !important;
    }
    .col-sm-m58 {
        margin: 58px !important;
    }
    .col-sm-m59 {
        margin: 59px !important;
    }
    .col-sm-m60 {
        margin: 60px !important;
    }
    .col-sm-m61 {
        margin: 61px !important;
    }
    .col-sm-m62 {
        margin: 62px !important;
    }
    .col-sm-m63 {
        margin: 63px !important;
    }
    .col-sm-m64 {
        margin: 64px !important;
    }
    .col-sm-m65 {
        margin: 65px !important;
    }
    .col-sm-m66 {
        margin: 66px !important;
    }
    .col-sm-m67 {
        margin: 67px !important;
    }
    .col-sm-m68 {
        margin: 68px !important;
    }
    .col-sm-m69 {
        margin: 69px !important;
    }
    .col-sm-m70 {
        margin: 70px !important;
    }
    .col-sm-m71 {
        margin: 71px !important;
    }
    .col-sm-m72 {
        margin: 72px !important;
    }
    .col-sm-m73 {
        margin: 73px !important;
    }
    .col-sm-m74 {
        margin: 74px !important;
    }
    .col-sm-m75 {
        margin: 75px !important;
    }
    .col-sm-m76 {
        margin: 76px !important;
    }
    .col-sm-m77 {
        margin: 77px !important;
    }
    .col-sm-m78 {
        margin: 78px !important;
    }
    .col-sm-m79 {
        margin: 79px !important;
    }
    .col-sm-m80 {
        margin: 80px !important;
    }
    .col-sm-m81 {
        margin: 81px !important;
    }
    .col-sm-m82 {
        margin: 82px !important;
    }
    .col-sm-m83 {
        margin: 83px !important;
    }
    .col-sm-m84 {
        margin: 84px !important;
    }
    .col-sm-m85 {
        margin: 85px !important;
    }
    .col-sm-m86 {
        margin: 86px !important;
    }
    .col-sm-m87 {
        margin: 87px !important;
    }
    .col-sm-m88 {
        margin: 88px !important;
    }
    .col-sm-m89 {
        margin: 89px !important;
    }
    .col-sm-m90 {
        margin: 90px !important;
    }
    .col-sm-m91 {
        margin: 91px !important;
    }
    .col-sm-m92 {
        margin: 92px !important;
    }
    .col-sm-m93 {
        margin: 93px !important;
    }
    .col-sm-m94 {
        margin: 94px !important;
    }
    .col-sm-m95 {
        margin: 95px !important;
    }
    .col-sm-m96 {
        margin: 96px !important;
    }
    .col-sm-m97 {
        margin: 97px !important;
    }
    .col-sm-m98 {
        margin: 98px !important;
    }
    .col-sm-m99 {
        margin: 99px !important;
    }
    .col-sm-m100 {
        margin: 100px !important;
    }
    .col-sm-m101 {
        margin: 101px !important;
    }
    .col-sm-m102 {
        margin: 102px !important;
    }
    .col-sm-m103 {
        margin: 103px !important;
    }
    .col-sm-m104 {
        margin: 104px !important;
    }
    .col-sm-m105 {
        margin: 105px !important;
    }
    .col-sm-m106 {
        margin: 106px !important;
    }
    .col-sm-m107 {
        margin: 107px !important;
    }
    .col-sm-m108 {
        margin: 108px !important;
    }
    .col-sm-m109 {
        margin: 109px !important;
    }
    .col-sm-m110 {
        margin: 110px !important;
    }
    .col-sm-m111 {
        margin: 111px !important;
    }
    .col-sm-m112 {
        margin: 112px !important;
    }
    .col-sm-m113 {
        margin: 113px !important;
    }
    .col-sm-m114 {
        margin: 114px !important;
    }
    .col-sm-m115 {
        margin: 115px !important;
    }
    .col-sm-m116 {
        margin: 116px !important;
    }
    .col-sm-m117 {
        margin: 117px !important;
    }
    .col-sm-m118 {
        margin: 118px !important;
    }
    .col-sm-m119 {
        margin: 119px !important;
    }
    .col-sm-m120 {
        margin: 120px !important;
    }
    .col-sm-m121 {
        margin: 121px !important;
    }
    .col-sm-m122 {
        margin: 122px !important;
    }
    .col-sm-m123 {
        margin: 123px !important;
    }
    .col-sm-m124 {
        margin: 124px !important;
    }
    .col-sm-m125 {
        margin: 125px !important;
    }
    .col-sm-m126 {
        margin: 126px !important;
    }
    .col-sm-m127 {
        margin: 127px !important;
    }
    .col-sm-m128 {
        margin: 128px !important;
    }
    .col-sm-m129 {
        margin: 129px !important;
    }
    .col-sm-m130 {
        margin: 130px !important;
    }
    .col-sm-m131 {
        margin: 131px !important;
    }
    .col-sm-m132 {
        margin: 132px !important;
    }
    .col-sm-m133 {
        margin: 133px !important;
    }
    .col-sm-m134 {
        margin: 134px !important;
    }
    .col-sm-m135 {
        margin: 135px !important;
    }
    .col-sm-m136 {
        margin: 136px !important;
    }
    .col-sm-m137 {
        margin: 137px !important;
    }
    .col-sm-m138 {
        margin: 138px !important;
    }
    .col-sm-m139 {
        margin: 139px !important;
    }
    .col-sm-m140 {
        margin: 140px !important;
    }
    .col-sm-m141 {
        margin: 141px !important;
    }
    .col-sm-m142 {
        margin: 142px !important;
    }
    .col-sm-m143 {
        margin: 143px !important;
    }
    .col-sm-m144 {
        margin: 144px !important;
    }
    .col-sm-m145 {
        margin: 145px !important;
    }
    .col-sm-m146 {
        margin: 146px !important;
    }
    .col-sm-m147 {
        margin: 147px !important;
    }
    .col-sm-m148 {
        margin: 148px !important;
    }
    .col-sm-m149 {
        margin: 149px !important;
    }
    .col-sm-m150 {
        margin: 150px !important;
    }
    .col-sm-m151 {
        margin: 151px !important;
    }
    .col-sm-m152 {
        margin: 152px !important;
    }
    .col-sm-m153 {
        margin: 153px !important;
    }
    .col-sm-m154 {
        margin: 154px !important;
    }
    .col-sm-m155 {
        margin: 155px !important;
    }
    .col-sm-m156 {
        margin: 156px !important;
    }
    .col-sm-m157 {
        margin: 157px !important;
    }
    .col-sm-m158 {
        margin: 158px !important;
    }
    .col-sm-m159 {
        margin: 159px !important;
    }
    .col-sm-m160 {
        margin: 160px !important;
    }
    .col-sm-m161 {
        margin: 161px !important;
    }
    .col-sm-m162 {
        margin: 162px !important;
    }
    .col-sm-m163 {
        margin: 163px !important;
    }
    .col-sm-m164 {
        margin: 164px !important;
    }
    .col-sm-m165 {
        margin: 165px !important;
    }
    .col-sm-m166 {
        margin: 166px !important;
    }
    .col-sm-m167 {
        margin: 167px !important;
    }
    .col-sm-m168 {
        margin: 168px !important;
    }
    .col-sm-m169 {
        margin: 169px !important;
    }
    .col-sm-m170 {
        margin: 170px !important;
    }
    .col-sm-m171 {
        margin: 171px !important;
    }
    .col-sm-m172 {
        margin: 172px !important;
    }
    .col-sm-m173 {
        margin: 173px !important;
    }
    .col-sm-m174 {
        margin: 174px !important;
    }
    .col-sm-m175 {
        margin: 175px !important;
    }
    .col-sm-m176 {
        margin: 176px !important;
    }
    .col-sm-m177 {
        margin: 177px !important;
    }
    .col-sm-m178 {
        margin: 178px !important;
    }
    .col-sm-m179 {
        margin: 179px !important;
    }
    .col-sm-m180 {
        margin: 180px !important;
    }
    .col-sm-m181 {
        margin: 181px !important;
    }
    .col-sm-m182 {
        margin: 182px !important;
    }
    .col-sm-m183 {
        margin: 183px !important;
    }
    .col-sm-m184 {
        margin: 184px !important;
    }
    .col-sm-m185 {
        margin: 185px !important;
    }
    .col-sm-m186 {
        margin: 186px !important;
    }
    .col-sm-m187 {
        margin: 187px !important;
    }
    .col-sm-m188 {
        margin: 188px !important;
    }
    .col-sm-m189 {
        margin: 189px !important;
    }
    .col-sm-m190 {
        margin: 190px !important;
    }
    .col-sm-m191 {
        margin: 191px !important;
    }
    .col-sm-m192 {
        margin: 192px !important;
    }
    .col-sm-m193 {
        margin: 193px !important;
    }
    .col-sm-m194 {
        margin: 194px !important;
    }
    .col-sm-m195 {
        margin: 195px !important;
    }
    .col-sm-m196 {
        margin: 196px !important;
    }
    .col-sm-m197 {
        margin: 197px !important;
    }
    .col-sm-m198 {
        margin: 198px !important;
    }
    .col-sm-m199 {
        margin: 199px !important;
    }
    .col-sm-m200 {
        margin: 200px !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-m0 {
        margin: 0px !important;
    }
    .col-xs-m1 {
        margin: 1px !important;
    }
    .col-xs-m2 {
        margin: 2px !important;
    }
    .col-xs-m3 {
        margin: 3px !important;
    }
    .col-xs-m4 {
        margin: 4px !important;
    }
    .col-xs-m5 {
        margin: 5px !important;
    }
    .col-xs-m6 {
        margin: 6px !important;
    }
    .col-xs-m7 {
        margin: 7px !important;
    }
    .col-xs-m8 {
        margin: 8px !important;
    }
    .col-xs-m9 {
        margin: 9px !important;
    }
    .col-xs-m10 {
        margin: 10px !important;
    }
    .col-xs-m11 {
        margin: 11px !important;
    }
    .col-xs-m12 {
        margin: 12px !important;
    }
    .col-xs-m13 {
        margin: 13px !important;
    }
    .col-xs-m14 {
        margin: 14px !important;
    }
    .col-xs-m15 {
        margin: 15px !important;
    }
    .col-xs-m16 {
        margin: 16px !important;
    }
    .col-xs-m17 {
        margin: 17px !important;
    }
    .col-xs-m18 {
        margin: 18px !important;
    }
    .col-xs-m19 {
        margin: 19px !important;
    }
    .col-xs-m20 {
        margin: 20px !important;
    }
    .col-xs-m21 {
        margin: 21px !important;
    }
    .col-xs-m22 {
        margin: 22px !important;
    }
    .col-xs-m23 {
        margin: 23px !important;
    }
    .col-xs-m24 {
        margin: 24px !important;
    }
    .col-xs-m25 {
        margin: 25px !important;
    }
    .col-xs-m26 {
        margin: 26px !important;
    }
    .col-xs-m27 {
        margin: 27px !important;
    }
    .col-xs-m28 {
        margin: 28px !important;
    }
    .col-xs-m29 {
        margin: 29px !important;
    }
    .col-xs-m30 {
        margin: 30px !important;
    }
    .col-xs-m31 {
        margin: 31px !important;
    }
    .col-xs-m32 {
        margin: 32px !important;
    }
    .col-xs-m33 {
        margin: 33px !important;
    }
    .col-xs-m34 {
        margin: 34px !important;
    }
    .col-xs-m35 {
        margin: 35px !important;
    }
    .col-xs-m36 {
        margin: 36px !important;
    }
    .col-xs-m37 {
        margin: 37px !important;
    }
    .col-xs-m38 {
        margin: 38px !important;
    }
    .col-xs-m39 {
        margin: 39px !important;
    }
    .col-xs-m40 {
        margin: 40px !important;
    }
    .col-xs-m41 {
        margin: 41px !important;
    }
    .col-xs-m42 {
        margin: 42px !important;
    }
    .col-xs-m43 {
        margin: 43px !important;
    }
    .col-xs-m44 {
        margin: 44px !important;
    }
    .col-xs-m45 {
        margin: 45px !important;
    }
    .col-xs-m46 {
        margin: 46px !important;
    }
    .col-xs-m47 {
        margin: 47px !important;
    }
    .col-xs-m48 {
        margin: 48px !important;
    }
    .col-xs-m49 {
        margin: 49px !important;
    }
    .col-xs-m50 {
        margin: 50px !important;
    }
    .col-xs-m51 {
        margin: 51px !important;
    }
    .col-xs-m52 {
        margin: 52px !important;
    }
    .col-xs-m53 {
        margin: 53px !important;
    }
    .col-xs-m54 {
        margin: 54px !important;
    }
    .col-xs-m55 {
        margin: 55px !important;
    }
    .col-xs-m56 {
        margin: 56px !important;
    }
    .col-xs-m57 {
        margin: 57px !important;
    }
    .col-xs-m58 {
        margin: 58px !important;
    }
    .col-xs-m59 {
        margin: 59px !important;
    }
    .col-xs-m60 {
        margin: 60px !important;
    }
    .col-xs-m61 {
        margin: 61px !important;
    }
    .col-xs-m62 {
        margin: 62px !important;
    }
    .col-xs-m63 {
        margin: 63px !important;
    }
    .col-xs-m64 {
        margin: 64px !important;
    }
    .col-xs-m65 {
        margin: 65px !important;
    }
    .col-xs-m66 {
        margin: 66px !important;
    }
    .col-xs-m67 {
        margin: 67px !important;
    }
    .col-xs-m68 {
        margin: 68px !important;
    }
    .col-xs-m69 {
        margin: 69px !important;
    }
    .col-xs-m70 {
        margin: 70px !important;
    }
    .col-xs-m71 {
        margin: 71px !important;
    }
    .col-xs-m72 {
        margin: 72px !important;
    }
    .col-xs-m73 {
        margin: 73px !important;
    }
    .col-xs-m74 {
        margin: 74px !important;
    }
    .col-xs-m75 {
        margin: 75px !important;
    }
    .col-xs-m76 {
        margin: 76px !important;
    }
    .col-xs-m77 {
        margin: 77px !important;
    }
    .col-xs-m78 {
        margin: 78px !important;
    }
    .col-xs-m79 {
        margin: 79px !important;
    }
    .col-xs-m80 {
        margin: 80px !important;
    }
    .col-xs-m81 {
        margin: 81px !important;
    }
    .col-xs-m82 {
        margin: 82px !important;
    }
    .col-xs-m83 {
        margin: 83px !important;
    }
    .col-xs-m84 {
        margin: 84px !important;
    }
    .col-xs-m85 {
        margin: 85px !important;
    }
    .col-xs-m86 {
        margin: 86px !important;
    }
    .col-xs-m87 {
        margin: 87px !important;
    }
    .col-xs-m88 {
        margin: 88px !important;
    }
    .col-xs-m89 {
        margin: 89px !important;
    }
    .col-xs-m90 {
        margin: 90px !important;
    }
    .col-xs-m91 {
        margin: 91px !important;
    }
    .col-xs-m92 {
        margin: 92px !important;
    }
    .col-xs-m93 {
        margin: 93px !important;
    }
    .col-xs-m94 {
        margin: 94px !important;
    }
    .col-xs-m95 {
        margin: 95px !important;
    }
    .col-xs-m96 {
        margin: 96px !important;
    }
    .col-xs-m97 {
        margin: 97px !important;
    }
    .col-xs-m98 {
        margin: 98px !important;
    }
    .col-xs-m99 {
        margin: 99px !important;
    }
    .col-xs-m100 {
        margin: 100px !important;
    }
    .col-xs-m101 {
        margin: 101px !important;
    }
    .col-xs-m102 {
        margin: 102px !important;
    }
    .col-xs-m103 {
        margin: 103px !important;
    }
    .col-xs-m104 {
        margin: 104px !important;
    }
    .col-xs-m105 {
        margin: 105px !important;
    }
    .col-xs-m106 {
        margin: 106px !important;
    }
    .col-xs-m107 {
        margin: 107px !important;
    }
    .col-xs-m108 {
        margin: 108px !important;
    }
    .col-xs-m109 {
        margin: 109px !important;
    }
    .col-xs-m110 {
        margin: 110px !important;
    }
    .col-xs-m111 {
        margin: 111px !important;
    }
    .col-xs-m112 {
        margin: 112px !important;
    }
    .col-xs-m113 {
        margin: 113px !important;
    }
    .col-xs-m114 {
        margin: 114px !important;
    }
    .col-xs-m115 {
        margin: 115px !important;
    }
    .col-xs-m116 {
        margin: 116px !important;
    }
    .col-xs-m117 {
        margin: 117px !important;
    }
    .col-xs-m118 {
        margin: 118px !important;
    }
    .col-xs-m119 {
        margin: 119px !important;
    }
    .col-xs-m120 {
        margin: 120px !important;
    }
    .col-xs-m121 {
        margin: 121px !important;
    }
    .col-xs-m122 {
        margin: 122px !important;
    }
    .col-xs-m123 {
        margin: 123px !important;
    }
    .col-xs-m124 {
        margin: 124px !important;
    }
    .col-xs-m125 {
        margin: 125px !important;
    }
    .col-xs-m126 {
        margin: 126px !important;
    }
    .col-xs-m127 {
        margin: 127px !important;
    }
    .col-xs-m128 {
        margin: 128px !important;
    }
    .col-xs-m129 {
        margin: 129px !important;
    }
    .col-xs-m130 {
        margin: 130px !important;
    }
    .col-xs-m131 {
        margin: 131px !important;
    }
    .col-xs-m132 {
        margin: 132px !important;
    }
    .col-xs-m133 {
        margin: 133px !important;
    }
    .col-xs-m134 {
        margin: 134px !important;
    }
    .col-xs-m135 {
        margin: 135px !important;
    }
    .col-xs-m136 {
        margin: 136px !important;
    }
    .col-xs-m137 {
        margin: 137px !important;
    }
    .col-xs-m138 {
        margin: 138px !important;
    }
    .col-xs-m139 {
        margin: 139px !important;
    }
    .col-xs-m140 {
        margin: 140px !important;
    }
    .col-xs-m141 {
        margin: 141px !important;
    }
    .col-xs-m142 {
        margin: 142px !important;
    }
    .col-xs-m143 {
        margin: 143px !important;
    }
    .col-xs-m144 {
        margin: 144px !important;
    }
    .col-xs-m145 {
        margin: 145px !important;
    }
    .col-xs-m146 {
        margin: 146px !important;
    }
    .col-xs-m147 {
        margin: 147px !important;
    }
    .col-xs-m148 {
        margin: 148px !important;
    }
    .col-xs-m149 {
        margin: 149px !important;
    }
    .col-xs-m150 {
        margin: 150px !important;
    }
    .col-xs-m151 {
        margin: 151px !important;
    }
    .col-xs-m152 {
        margin: 152px !important;
    }
    .col-xs-m153 {
        margin: 153px !important;
    }
    .col-xs-m154 {
        margin: 154px !important;
    }
    .col-xs-m155 {
        margin: 155px !important;
    }
    .col-xs-m156 {
        margin: 156px !important;
    }
    .col-xs-m157 {
        margin: 157px !important;
    }
    .col-xs-m158 {
        margin: 158px !important;
    }
    .col-xs-m159 {
        margin: 159px !important;
    }
    .col-xs-m160 {
        margin: 160px !important;
    }
    .col-xs-m161 {
        margin: 161px !important;
    }
    .col-xs-m162 {
        margin: 162px !important;
    }
    .col-xs-m163 {
        margin: 163px !important;
    }
    .col-xs-m164 {
        margin: 164px !important;
    }
    .col-xs-m165 {
        margin: 165px !important;
    }
    .col-xs-m166 {
        margin: 166px !important;
    }
    .col-xs-m167 {
        margin: 167px !important;
    }
    .col-xs-m168 {
        margin: 168px !important;
    }
    .col-xs-m169 {
        margin: 169px !important;
    }
    .col-xs-m170 {
        margin: 170px !important;
    }
    .col-xs-m171 {
        margin: 171px !important;
    }
    .col-xs-m172 {
        margin: 172px !important;
    }
    .col-xs-m173 {
        margin: 173px !important;
    }
    .col-xs-m174 {
        margin: 174px !important;
    }
    .col-xs-m175 {
        margin: 175px !important;
    }
    .col-xs-m176 {
        margin: 176px !important;
    }
    .col-xs-m177 {
        margin: 177px !important;
    }
    .col-xs-m178 {
        margin: 178px !important;
    }
    .col-xs-m179 {
        margin: 179px !important;
    }
    .col-xs-m180 {
        margin: 180px !important;
    }
    .col-xs-m181 {
        margin: 181px !important;
    }
    .col-xs-m182 {
        margin: 182px !important;
    }
    .col-xs-m183 {
        margin: 183px !important;
    }
    .col-xs-m184 {
        margin: 184px !important;
    }
    .col-xs-m185 {
        margin: 185px !important;
    }
    .col-xs-m186 {
        margin: 186px !important;
    }
    .col-xs-m187 {
        margin: 187px !important;
    }
    .col-xs-m188 {
        margin: 188px !important;
    }
    .col-xs-m189 {
        margin: 189px !important;
    }
    .col-xs-m190 {
        margin: 190px !important;
    }
    .col-xs-m191 {
        margin: 191px !important;
    }
    .col-xs-m192 {
        margin: 192px !important;
    }
    .col-xs-m193 {
        margin: 193px !important;
    }
    .col-xs-m194 {
        margin: 194px !important;
    }
    .col-xs-m195 {
        margin: 195px !important;
    }
    .col-xs-m196 {
        margin: 196px !important;
    }
    .col-xs-m197 {
        margin: 197px !important;
    }
    .col-xs-m198 {
        margin: 198px !important;
    }
    .col-xs-m199 {
        margin: 199px !important;
    }
    .col-xs-m200 {
        margin: 200px !important;
    }
}
/* Xs End */
/* Responsive End */
/******---------- Margin All End ----------******/
/******---------- Margin Top ----------******/

.mt0 {
    margin-top: 0px !important;
}
.mt1 {
    margin-top: 1px !important;
}
.mt2 {
    margin-top: 2px !important;
}
.mt3 {
    margin-top: 3px !important;
}
.mt4 {
    margin-top: 4px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt6 {
    margin-top: 6px !important;
}
.mt7 {
    margin-top: 7px !important;
}
.mt8 {
    margin-top: 8px !important;
}
.mt9 {
    margin-top: 9px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt11 {
    margin-top: 11px !important;
}
.mt12 {
    margin-top: 12px !important;
}
.mt13 {
    margin-top: 13px !important;
}
.mt14 {
    margin-top: 14px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt16 {
    margin-top: 16px !important;
}
.mt17 {
    margin-top: 17px !important;
}
.mt18 {
    margin-top: 18px !important;
}
.mt19 {
    margin-top: 19px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt21 {
    margin-top: 21px !important;
}
.mt22 {
    margin-top: 22px !important;
}
.mt23 {
    margin-top: 23px !important;
}
.mt24 {
    margin-top: 24px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt26 {
    margin-top: 26px !important;
}
.mt27 {
    margin-top: 27px !important;
}
.mt28 {
    margin-top: 28px !important;
}
.mt29 {
    margin-top: 29px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt31 {
    margin-top: 31px !important;
}
.mt32 {
    margin-top: 32px !important;
}
.mt33 {
    margin-top: 33px !important;
}
.mt34 {
    margin-top: 34px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt36 {
    margin-top: 36px !important;
}
.mt37 {
    margin-top: 37px !important;
}
.mt38 {
    margin-top: 38px !important;
}
.mt39 {
    margin-top: 39px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt41 {
    margin-top: 41px !important;
}
.mt42 {
    margin-top: 42px !important;
}
.mt43 {
    margin-top: 43px !important;
}
.mt44 {
    margin-top: 44px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt46 {
    margin-top: 46px !important;
}
.mt47 {
    margin-top: 47px !important;
}
.mt48 {
    margin-top: 48px !important;
}
.mt49 {
    margin-top: 49px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt51 {
    margin-top: 51px !important;
}
.mt52 {
    margin-top: 52px !important;
}
.mt53 {
    margin-top: 53px !important;
}
.mt54 {
    margin-top: 54px !important;
}
.mt55 {
    margin-top: 55px !important;
}
.mt56 {
    margin-top: 56px !important;
}
.mt57 {
    margin-top: 57px !important;
}
.mt58 {
    margin-top: 58px !important;
}
.mt59 {
    margin-top: 59px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt61 {
    margin-top: 61px !important;
}
.mt62 {
    margin-top: 62px !important;
}
.mt63 {
    margin-top: 63px !important;
}
.mt64 {
    margin-top: 64px !important;
}
.mt65 {
    margin-top: 65px !important;
}
.mt66 {
    margin-top: 66px !important;
}
.mt67 {
    margin-top: 67px !important;
}
.mt68 {
    margin-top: 68px !important;
}
.mt69 {
    margin-top: 69px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt71 {
    margin-top: 71px !important;
}
.mt72 {
    margin-top: 72px !important;
}
.mt73 {
    margin-top: 73px !important;
}
.mt74 {
    margin-top: 74px !important;
}
.mt75 {
    margin-top: 75px !important;
}
.mt76 {
    margin-top: 76px !important;
}
.mt77 {
    margin-top: 77px !important;
}
.mt78 {
    margin-top: 78px !important;
}
.mt79 {
    margin-top: 79px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt81 {
    margin-top: 81px !important;
}
.mt82 {
    margin-top: 82px !important;
}
.mt83 {
    margin-top: 83px !important;
}
.mt84 {
    margin-top: 84px !important;
}
.mt85 {
    margin-top: 85px !important;
}
.mt86 {
    margin-top: 86px !important;
}
.mt87 {
    margin-top: 87px !important;
}
.mt88 {
    margin-top: 88px !important;
}
.mt89 {
    margin-top: 89px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt91 {
    margin-top: 91px !important;
}
.mt92 {
    margin-top: 92px !important;
}
.mt93 {
    margin-top: 93px !important;
}
.mt94 {
    margin-top: 94px !important;
}
.mt95 {
    margin-top: 95px !important;
}
.mt96 {
    margin-top: 96px !important;
}
.mt97 {
    margin-top: 97px !important;
}
.mt98 {
    margin-top: 98px !important;
}
.mt99 {
    margin-top: 99px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mt101 {
    margin-top: 101px !important;
}
.mt102 {
    margin-top: 102px !important;
}
.mt103 {
    margin-top: 103px !important;
}
.mt104 {
    margin-top: 104px !important;
}
.mt105 {
    margin-top: 105px !important;
}
.mt106 {
    margin-top: 106px !important;
}
.mt107 {
    margin-top: 107px !important;
}
.mt108 {
    margin-top: 108px !important;
}
.mt109 {
    margin-top: 109px !important;
}
.mt110 {
    margin-top: 110px !important;
}
.mt111 {
    margin-top: 111px !important;
}
.mt112 {
    margin-top: 112px !important;
}
.mt113 {
    margin-top: 113px !important;
}
.mt114 {
    margin-top: 114px !important;
}
.mt115 {
    margin-top: 115px !important;
}
.mt116 {
    margin-top: 116px !important;
}
.mt117 {
    margin-top: 117px !important;
}
.mt118 {
    margin-top: 118px !important;
}
.mt119 {
    margin-top: 119px !important;
}
.mt120 {
    margin-top: 120px !important;
}
.mt121 {
    margin-top: 121px !important;
}
.mt122 {
    margin-top: 122px !important;
}
.mt123 {
    margin-top: 123px !important;
}
.mt124 {
    margin-top: 124px !important;
}
.mt125 {
    margin-top: 125px !important;
}
.mt126 {
    margin-top: 126px !important;
}
.mt127 {
    margin-top: 127px !important;
}
.mt128 {
    margin-top: 128px !important;
}
.mt129 {
    margin-top: 129px !important;
}
.mt130 {
    margin-top: 130px !important;
}
.mt131 {
    margin-top: 131px !important;
}
.mt132 {
    margin-top: 132px !important;
}
.mt133 {
    margin-top: 133px !important;
}
.mt134 {
    margin-top: 134px !important;
}
.mt135 {
    margin-top: 135px !important;
}
.mt136 {
    margin-top: 136px !important;
}
.mt137 {
    margin-top: 137px !important;
}
.mt138 {
    margin-top: 138px !important;
}
.mt139 {
    margin-top: 139px !important;
}
.mt140 {
    margin-top: 140px !important;
}
.mt141 {
    margin-top: 141px !important;
}
.mt142 {
    margin-top: 142px !important;
}
.mt143 {
    margin-top: 143px !important;
}
.mt144 {
    margin-top: 144px !important;
}
.mt145 {
    margin-top: 145px !important;
}
.mt146 {
    margin-top: 146px !important;
}
.mt147 {
    margin-top: 147px !important;
}
.mt148 {
    margin-top: 148px !important;
}
.mt149 {
    margin-top: 149px !important;
}
.mt150 {
    margin-top: 150px !important;
}
.mt151 {
    margin-top: 151px !important;
}
.mt152 {
    margin-top: 152px !important;
}
.mt153 {
    margin-top: 153px !important;
}
.mt154 {
    margin-top: 154px !important;
}
.mt155 {
    margin-top: 155px !important;
}
.mt156 {
    margin-top: 156px !important;
}
.mt157 {
    margin-top: 157px !important;
}
.mt158 {
    margin-top: 158px !important;
}
.mt159 {
    margin-top: 159px !important;
}
.mt160 {
    margin-top: 160px !important;
}
.mt161 {
    margin-top: 161px !important;
}
.mt162 {
    margin-top: 162px !important;
}
.mt163 {
    margin-top: 163px !important;
}
.mt164 {
    margin-top: 164px !important;
}
.mt165 {
    margin-top: 165px !important;
}
.mt166 {
    margin-top: 166px !important;
}
.mt167 {
    margin-top: 167px !important;
}
.mt168 {
    margin-top: 168px !important;
}
.mt169 {
    margin-top: 169px !important;
}
.mt170 {
    margin-top: 170px !important;
}
.mt171 {
    margin-top: 171px !important;
}
.mt172 {
    margin-top: 172px !important;
}
.mt173 {
    margin-top: 173px !important;
}
.mt174 {
    margin-top: 174px !important;
}
.mt175 {
    margin-top: 175px !important;
}
.mt176 {
    margin-top: 176px !important;
}
.mt177 {
    margin-top: 177px !important;
}
.mt178 {
    margin-top: 178px !important;
}
.mt179 {
    margin-top: 179px !important;
}
.mt180 {
    margin-top: 180px !important;
}
.mt181 {
    margin-top: 181px !important;
}
.mt182 {
    margin-top: 182px !important;
}
.mt183 {
    margin-top: 183px !important;
}
.mt184 {
    margin-top: 184px !important;
}
.mt185 {
    margin-top: 185px !important;
}
.mt186 {
    margin-top: 186px !important;
}
.mt187 {
    margin-top: 187px !important;
}
.mt188 {
    margin-top: 188px !important;
}
.mt189 {
    margin-top: 189px !important;
}
.mt190 {
    margin-top: 190px !important;
}
.mt191 {
    margin-top: 191px !important;
}
.mt192 {
    margin-top: 192px !important;
}
.mt193 {
    margin-top: 193px !important;
}
.mt194 {
    margin-top: 194px !important;
}
.mt195 {
    margin-top: 195px !important;
}
.mt196 {
    margin-top: 196px !important;
}
.mt197 {
    margin-top: 197px !important;
}
.mt198 {
    margin-top: 198px !important;
}
.mt199 {
    margin-top: 199px !important;
}
.mt200 {
    margin-top: 200px !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-mt0 {
        margin-top: 0px !important;
    }
    .col-sm-mt1 {
        margin-top: 1px !important;
    }
    .col-sm-mt2 {
        margin-top: 2px !important;
    }
    .col-sm-mt3 {
        margin-top: 3px !important;
    }
    .col-sm-mt4 {
        margin-top: 4px !important;
    }
    .col-sm-mt5 {
        margin-top: 5px !important;
    }
    .col-sm-mt6 {
        margin-top: 6px !important;
    }
    .col-sm-mt7 {
        margin-top: 7px !important;
    }
    .col-sm-mt8 {
        margin-top: 8px !important;
    }
    .col-sm-mt9 {
        margin-top: 9px !important;
    }
    .col-sm-mt10 {
        margin-top: 10px !important;
    }
    .col-sm-mt11 {
        margin-top: 11px !important;
    }
    .col-sm-mt12 {
        margin-top: 12px !important;
    }
    .col-sm-mt13 {
        margin-top: 13px !important;
    }
    .col-sm-mt14 {
        margin-top: 14px !important;
    }
    .col-sm-mt15 {
        margin-top: 15px !important;
    }
    .col-sm-mt16 {
        margin-top: 16px !important;
    }
    .col-sm-mt17 {
        margin-top: 17px !important;
    }
    .col-sm-mt18 {
        margin-top: 18px !important;
    }
    .col-sm-mt19 {
        margin-top: 19px !important;
    }
    .col-sm-mt20 {
        margin-top: 20px !important;
    }
    .col-sm-mt21 {
        margin-top: 21px !important;
    }
    .col-sm-mt22 {
        margin-top: 22px !important;
    }
    .col-sm-mt23 {
        margin-top: 23px !important;
    }
    .col-sm-mt24 {
        margin-top: 24px !important;
    }
    .col-sm-mt25 {
        margin-top: 25px !important;
    }
    .col-sm-mt26 {
        margin-top: 26px !important;
    }
    .col-sm-mt27 {
        margin-top: 27px !important;
    }
    .col-sm-mt28 {
        margin-top: 28px !important;
    }
    .col-sm-mt29 {
        margin-top: 29px !important;
    }
    .col-sm-mt30 {
        margin-top: 30px !important;
    }
    .col-sm-mt31 {
        margin-top: 31px !important;
    }
    .col-sm-mt32 {
        margin-top: 32px !important;
    }
    .col-sm-mt33 {
        margin-top: 33px !important;
    }
    .col-sm-mt34 {
        margin-top: 34px !important;
    }
    .col-sm-mt35 {
        margin-top: 35px !important;
    }
    .col-sm-mt36 {
        margin-top: 36px !important;
    }
    .col-sm-mt37 {
        margin-top: 37px !important;
    }
    .col-sm-mt38 {
        margin-top: 38px !important;
    }
    .col-sm-mt39 {
        margin-top: 39px !important;
    }
    .col-sm-mt40 {
        margin-top: 40px !important;
    }
    .col-sm-mt41 {
        margin-top: 41px !important;
    }
    .col-sm-mt42 {
        margin-top: 42px !important;
    }
    .col-sm-mt43 {
        margin-top: 43px !important;
    }
    .col-sm-mt44 {
        margin-top: 44px !important;
    }
    .col-sm-mt45 {
        margin-top: 45px !important;
    }
    .col-sm-mt46 {
        margin-top: 46px !important;
    }
    .col-sm-mt47 {
        margin-top: 47px !important;
    }
    .col-sm-mt48 {
        margin-top: 48px !important;
    }
    .col-sm-mt49 {
        margin-top: 49px !important;
    }
    .col-sm-mt50 {
        margin-top: 50px !important;
    }
    .col-sm-mt51 {
        margin-top: 51px !important;
    }
    .col-sm-mt52 {
        margin-top: 52px !important;
    }
    .col-sm-mt53 {
        margin-top: 53px !important;
    }
    .col-sm-mt54 {
        margin-top: 54px !important;
    }
    .col-sm-mt55 {
        margin-top: 55px !important;
    }
    .col-sm-mt56 {
        margin-top: 56px !important;
    }
    .col-sm-mt57 {
        margin-top: 57px !important;
    }
    .col-sm-mt58 {
        margin-top: 58px !important;
    }
    .col-sm-mt59 {
        margin-top: 59px !important;
    }
    .col-sm-mt60 {
        margin-top: 60px !important;
    }
    .col-sm-mt61 {
        margin-top: 61px !important;
    }
    .col-sm-mt62 {
        margin-top: 62px !important;
    }
    .col-sm-mt63 {
        margin-top: 63px !important;
    }
    .col-sm-mt64 {
        margin-top: 64px !important;
    }
    .col-sm-mt65 {
        margin-top: 65px !important;
    }
    .col-sm-mt66 {
        margin-top: 66px !important;
    }
    .col-sm-mt67 {
        margin-top: 67px !important;
    }
    .col-sm-mt68 {
        margin-top: 68px !important;
    }
    .col-sm-mt69 {
        margin-top: 69px !important;
    }
    .col-sm-mt70 {
        margin-top: 70px !important;
    }
    .col-sm-mt71 {
        margin-top: 71px !important;
    }
    .col-sm-mt72 {
        margin-top: 72px !important;
    }
    .col-sm-mt73 {
        margin-top: 73px !important;
    }
    .col-sm-mt74 {
        margin-top: 74px !important;
    }
    .col-sm-mt75 {
        margin-top: 75px !important;
    }
    .col-sm-mt76 {
        margin-top: 76px !important;
    }
    .col-sm-mt77 {
        margin-top: 77px !important;
    }
    .col-sm-mt78 {
        margin-top: 78px !important;
    }
    .col-sm-mt79 {
        margin-top: 79px !important;
    }
    .col-sm-mt80 {
        margin-top: 80px !important;
    }
    .col-sm-mt81 {
        margin-top: 81px !important;
    }
    .col-sm-mt82 {
        margin-top: 82px !important;
    }
    .col-sm-mt83 {
        margin-top: 83px !important;
    }
    .col-sm-mt84 {
        margin-top: 84px !important;
    }
    .col-sm-mt85 {
        margin-top: 85px !important;
    }
    .col-sm-mt86 {
        margin-top: 86px !important;
    }
    .col-sm-mt87 {
        margin-top: 87px !important;
    }
    .col-sm-mt88 {
        margin-top: 88px !important;
    }
    .col-sm-mt89 {
        margin-top: 89px !important;
    }
    .col-sm-mt90 {
        margin-top: 90px !important;
    }
    .col-sm-mt91 {
        margin-top: 91px !important;
    }
    .col-sm-mt92 {
        margin-top: 92px !important;
    }
    .col-sm-mt93 {
        margin-top: 93px !important;
    }
    .col-sm-mt94 {
        margin-top: 94px !important;
    }
    .col-sm-mt95 {
        margin-top: 95px !important;
    }
    .col-sm-mt96 {
        margin-top: 96px !important;
    }
    .col-sm-mt97 {
        margin-top: 97px !important;
    }
    .col-sm-mt98 {
        margin-top: 98px !important;
    }
    .col-sm-mt99 {
        margin-top: 99px !important;
    }
    .col-sm-mt100 {
        margin-top: 100px !important;
    }
    .col-sm-mt101 {
        margin-top: 101px !important;
    }
    .col-sm-mt102 {
        margin-top: 102px !important;
    }
    .col-sm-mt103 {
        margin-top: 103px !important;
    }
    .col-sm-mt104 {
        margin-top: 104px !important;
    }
    .col-sm-mt105 {
        margin-top: 105px !important;
    }
    .col-sm-mt106 {
        margin-top: 106px !important;
    }
    .col-sm-mt107 {
        margin-top: 107px !important;
    }
    .col-sm-mt108 {
        margin-top: 108px !important;
    }
    .col-sm-mt109 {
        margin-top: 109px !important;
    }
    .col-sm-mt110 {
        margin-top: 110px !important;
    }
    .col-sm-mt111 {
        margin-top: 111px !important;
    }
    .col-sm-mt112 {
        margin-top: 112px !important;
    }
    .col-sm-mt113 {
        margin-top: 113px !important;
    }
    .col-sm-mt114 {
        margin-top: 114px !important;
    }
    .col-sm-mt115 {
        margin-top: 115px !important;
    }
    .col-sm-mt116 {
        margin-top: 116px !important;
    }
    .col-sm-mt117 {
        margin-top: 117px !important;
    }
    .col-sm-mt118 {
        margin-top: 118px !important;
    }
    .col-sm-mt119 {
        margin-top: 119px !important;
    }
    .col-sm-mt120 {
        margin-top: 120px !important;
    }
    .col-sm-mt121 {
        margin-top: 121px !important;
    }
    .col-sm-mt122 {
        margin-top: 122px !important;
    }
    .col-sm-mt123 {
        margin-top: 123px !important;
    }
    .col-sm-mt124 {
        margin-top: 124px !important;
    }
    .col-sm-mt125 {
        margin-top: 125px !important;
    }
    .col-sm-mt126 {
        margin-top: 126px !important;
    }
    .col-sm-mt127 {
        margin-top: 127px !important;
    }
    .col-sm-mt128 {
        margin-top: 128px !important;
    }
    .col-sm-mt129 {
        margin-top: 129px !important;
    }
    .col-sm-mt130 {
        margin-top: 130px !important;
    }
    .col-sm-mt131 {
        margin-top: 131px !important;
    }
    .col-sm-mt132 {
        margin-top: 132px !important;
    }
    .col-sm-mt133 {
        margin-top: 133px !important;
    }
    .col-sm-mt134 {
        margin-top: 134px !important;
    }
    .col-sm-mt135 {
        margin-top: 135px !important;
    }
    .col-sm-mt136 {
        margin-top: 136px !important;
    }
    .col-sm-mt137 {
        margin-top: 137px !important;
    }
    .col-sm-mt138 {
        margin-top: 138px !important;
    }
    .col-sm-mt139 {
        margin-top: 139px !important;
    }
    .col-sm-mt140 {
        margin-top: 140px !important;
    }
    .col-sm-mt141 {
        margin-top: 141px !important;
    }
    .col-sm-mt142 {
        margin-top: 142px !important;
    }
    .col-sm-mt143 {
        margin-top: 143px !important;
    }
    .col-sm-mt144 {
        margin-top: 144px !important;
    }
    .col-sm-mt145 {
        margin-top: 145px !important;
    }
    .col-sm-mt146 {
        margin-top: 146px !important;
    }
    .col-sm-mt147 {
        margin-top: 147px !important;
    }
    .col-sm-mt148 {
        margin-top: 148px !important;
    }
    .col-sm-mt149 {
        margin-top: 149px !important;
    }
    .col-sm-mt150 {
        margin-top: 150px !important;
    }
    .col-sm-mt151 {
        margin-top: 151px !important;
    }
    .col-sm-mt152 {
        margin-top: 152px !important;
    }
    .col-sm-mt153 {
        margin-top: 153px !important;
    }
    .col-sm-mt154 {
        margin-top: 154px !important;
    }
    .col-sm-mt155 {
        margin-top: 155px !important;
    }
    .col-sm-mt156 {
        margin-top: 156px !important;
    }
    .col-sm-mt157 {
        margin-top: 157px !important;
    }
    .col-sm-mt158 {
        margin-top: 158px !important;
    }
    .col-sm-mt159 {
        margin-top: 159px !important;
    }
    .col-sm-mt160 {
        margin-top: 160px !important;
    }
    .col-sm-mt161 {
        margin-top: 161px !important;
    }
    .col-sm-mt162 {
        margin-top: 162px !important;
    }
    .col-sm-mt163 {
        margin-top: 163px !important;
    }
    .col-sm-mt164 {
        margin-top: 164px !important;
    }
    .col-sm-mt165 {
        margin-top: 165px !important;
    }
    .col-sm-mt166 {
        margin-top: 166px !important;
    }
    .col-sm-mt167 {
        margin-top: 167px !important;
    }
    .col-sm-mt168 {
        margin-top: 168px !important;
    }
    .col-sm-mt169 {
        margin-top: 169px !important;
    }
    .col-sm-mt170 {
        margin-top: 170px !important;
    }
    .col-sm-mt171 {
        margin-top: 171px !important;
    }
    .col-sm-mt172 {
        margin-top: 172px !important;
    }
    .col-sm-mt173 {
        margin-top: 173px !important;
    }
    .col-sm-mt174 {
        margin-top: 174px !important;
    }
    .col-sm-mt175 {
        margin-top: 175px !important;
    }
    .col-sm-mt176 {
        margin-top: 176px !important;
    }
    .col-sm-mt177 {
        margin-top: 177px !important;
    }
    .col-sm-mt178 {
        margin-top: 178px !important;
    }
    .col-sm-mt179 {
        margin-top: 179px !important;
    }
    .col-sm-mt180 {
        margin-top: 180px !important;
    }
    .col-sm-mt181 {
        margin-top: 181px !important;
    }
    .col-sm-mt182 {
        margin-top: 182px !important;
    }
    .col-sm-mt183 {
        margin-top: 183px !important;
    }
    .col-sm-mt184 {
        margin-top: 184px !important;
    }
    .col-sm-mt185 {
        margin-top: 185px !important;
    }
    .col-sm-mt186 {
        margin-top: 186px !important;
    }
    .col-sm-mt187 {
        margin-top: 187px !important;
    }
    .col-sm-mt188 {
        margin-top: 188px !important;
    }
    .col-sm-mt189 {
        margin-top: 189px !important;
    }
    .col-sm-mt190 {
        margin-top: 190px !important;
    }
    .col-sm-mt191 {
        margin-top: 191px !important;
    }
    .col-sm-mt192 {
        margin-top: 192px !important;
    }
    .col-sm-mt193 {
        margin-top: 193px !important;
    }
    .col-sm-mt194 {
        margin-top: 194px !important;
    }
    .col-sm-mt195 {
        margin-top: 195px !important;
    }
    .col-sm-mt196 {
        margin-top: 196px !important;
    }
    .col-sm-mt197 {
        margin-top: 197px !important;
    }
    .col-sm-mt198 {
        margin-top: 198px !important;
    }
    .col-sm-mt199 {
        margin-top: 199px !important;
    }
    .col-sm-mt200 {
        margin-top: 200px !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-mt0 {
        margin-top: 0px !important;
    }
    .col-xs-mt1 {
        margin-top: 1px !important;
    }
    .col-xs-mt2 {
        margin-top: 2px !important;
    }
    .col-xs-mt3 {
        margin-top: 3px !important;
    }
    .col-xs-mt4 {
        margin-top: 4px !important;
    }
    .col-xs-mt5 {
        margin-top: 5px !important;
    }
    .col-xs-mt6 {
        margin-top: 6px !important;
    }
    .col-xs-mt7 {
        margin-top: 7px !important;
    }
    .col-xs-mt8 {
        margin-top: 8px !important;
    }
    .col-xs-mt9 {
        margin-top: 9px !important;
    }
    .col-xs-mt10 {
        margin-top: 10px !important;
    }
    .col-xs-mt11 {
        margin-top: 11px !important;
    }
    .col-xs-mt12 {
        margin-top: 12px !important;
    }
    .col-xs-mt13 {
        margin-top: 13px !important;
    }
    .col-xs-mt14 {
        margin-top: 14px !important;
    }
    .col-xs-mt15 {
        margin-top: 15px !important;
    }
    .col-xs-mt16 {
        margin-top: 16px !important;
    }
    .col-xs-mt17 {
        margin-top: 17px !important;
    }
    .col-xs-mt18 {
        margin-top: 18px !important;
    }
    .col-xs-mt19 {
        margin-top: 19px !important;
    }
    .col-xs-mt20 {
        margin-top: 20px !important;
    }
    .col-xs-mt21 {
        margin-top: 21px !important;
    }
    .col-xs-mt22 {
        margin-top: 22px !important;
    }
    .col-xs-mt23 {
        margin-top: 23px !important;
    }
    .col-xs-mt24 {
        margin-top: 24px !important;
    }
    .col-xs-mt25 {
        margin-top: 25px !important;
    }
    .col-xs-mt26 {
        margin-top: 26px !important;
    }
    .col-xs-mt27 {
        margin-top: 27px !important;
    }
    .col-xs-mt28 {
        margin-top: 28px !important;
    }
    .col-xs-mt29 {
        margin-top: 29px !important;
    }
    .col-xs-mt30 {
        margin-top: 30px !important;
    }
    .col-xs-mt31 {
        margin-top: 31px !important;
    }
    .col-xs-mt32 {
        margin-top: 32px !important;
    }
    .col-xs-mt33 {
        margin-top: 33px !important;
    }
    .col-xs-mt34 {
        margin-top: 34px !important;
    }
    .col-xs-mt35 {
        margin-top: 35px !important;
    }
    .col-xs-mt36 {
        margin-top: 36px !important;
    }
    .col-xs-mt37 {
        margin-top: 37px !important;
    }
    .col-xs-mt38 {
        margin-top: 38px !important;
    }
    .col-xs-mt39 {
        margin-top: 39px !important;
    }
    .col-xs-mt40 {
        margin-top: 40px !important;
    }
    .col-xs-mt41 {
        margin-top: 41px !important;
    }
    .col-xs-mt42 {
        margin-top: 42px !important;
    }
    .col-xs-mt43 {
        margin-top: 43px !important;
    }
    .col-xs-mt44 {
        margin-top: 44px !important;
    }
    .col-xs-mt45 {
        margin-top: 45px !important;
    }
    .col-xs-mt46 {
        margin-top: 46px !important;
    }
    .col-xs-mt47 {
        margin-top: 47px !important;
    }
    .col-xs-mt48 {
        margin-top: 48px !important;
    }
    .col-xs-mt49 {
        margin-top: 49px !important;
    }
    .col-xs-mt50 {
        margin-top: 50px !important;
    }
    .col-xs-mt51 {
        margin-top: 51px !important;
    }
    .col-xs-mt52 {
        margin-top: 52px !important;
    }
    .col-xs-mt53 {
        margin-top: 53px !important;
    }
    .col-xs-mt54 {
        margin-top: 54px !important;
    }
    .col-xs-mt55 {
        margin-top: 55px !important;
    }
    .col-xs-mt56 {
        margin-top: 56px !important;
    }
    .col-xs-mt57 {
        margin-top: 57px !important;
    }
    .col-xs-mt58 {
        margin-top: 58px !important;
    }
    .col-xs-mt59 {
        margin-top: 59px !important;
    }
    .col-xs-mt60 {
        margin-top: 60px !important;
    }
    .col-xs-mt61 {
        margin-top: 61px !important;
    }
    .col-xs-mt62 {
        margin-top: 62px !important;
    }
    .col-xs-mt63 {
        margin-top: 63px !important;
    }
    .col-xs-mt64 {
        margin-top: 64px !important;
    }
    .col-xs-mt65 {
        margin-top: 65px !important;
    }
    .col-xs-mt66 {
        margin-top: 66px !important;
    }
    .col-xs-mt67 {
        margin-top: 67px !important;
    }
    .col-xs-mt68 {
        margin-top: 68px !important;
    }
    .col-xs-mt69 {
        margin-top: 69px !important;
    }
    .col-xs-mt70 {
        margin-top: 70px !important;
    }
    .col-xs-mt71 {
        margin-top: 71px !important;
    }
    .col-xs-mt72 {
        margin-top: 72px !important;
    }
    .col-xs-mt73 {
        margin-top: 73px !important;
    }
    .col-xs-mt74 {
        margin-top: 74px !important;
    }
    .col-xs-mt75 {
        margin-top: 75px !important;
    }
    .col-xs-mt76 {
        margin-top: 76px !important;
    }
    .col-xs-mt77 {
        margin-top: 77px !important;
    }
    .col-xs-mt78 {
        margin-top: 78px !important;
    }
    .col-xs-mt79 {
        margin-top: 79px !important;
    }
    .col-xs-mt80 {
        margin-top: 80px !important;
    }
    .col-xs-mt81 {
        margin-top: 81px !important;
    }
    .col-xs-mt82 {
        margin-top: 82px !important;
    }
    .col-xs-mt83 {
        margin-top: 83px !important;
    }
    .col-xs-mt84 {
        margin-top: 84px !important;
    }
    .col-xs-mt85 {
        margin-top: 85px !important;
    }
    .col-xs-mt86 {
        margin-top: 86px !important;
    }
    .col-xs-mt87 {
        margin-top: 87px !important;
    }
    .col-xs-mt88 {
        margin-top: 88px !important;
    }
    .col-xs-mt89 {
        margin-top: 89px !important;
    }
    .col-xs-mt90 {
        margin-top: 90px !important;
    }
    .col-xs-mt91 {
        margin-top: 91px !important;
    }
    .col-xs-mt92 {
        margin-top: 92px !important;
    }
    .col-xs-mt93 {
        margin-top: 93px !important;
    }
    .col-xs-mt94 {
        margin-top: 94px !important;
    }
    .col-xs-mt95 {
        margin-top: 95px !important;
    }
    .col-xs-mt96 {
        margin-top: 96px !important;
    }
    .col-xs-mt97 {
        margin-top: 97px !important;
    }
    .col-xs-mt98 {
        margin-top: 98px !important;
    }
    .col-xs-mt99 {
        margin-top: 99px !important;
    }
    .col-xs-mt100 {
        margin-top: 100px !important;
    }
    .col-xs-mt101 {
        margin-top: 101px !important;
    }
    .col-xs-mt102 {
        margin-top: 102px !important;
    }
    .col-xs-mt103 {
        margin-top: 103px !important;
    }
    .col-xs-mt104 {
        margin-top: 104px !important;
    }
    .col-xs-mt105 {
        margin-top: 105px !important;
    }
    .col-xs-mt106 {
        margin-top: 106px !important;
    }
    .col-xs-mt107 {
        margin-top: 107px !important;
    }
    .col-xs-mt108 {
        margin-top: 108px !important;
    }
    .col-xs-mt109 {
        margin-top: 109px !important;
    }
    .col-xs-mt110 {
        margin-top: 110px !important;
    }
    .col-xs-mt111 {
        margin-top: 111px !important;
    }
    .col-xs-mt112 {
        margin-top: 112px !important;
    }
    .col-xs-mt113 {
        margin-top: 113px !important;
    }
    .col-xs-mt114 {
        margin-top: 114px !important;
    }
    .col-xs-mt115 {
        margin-top: 115px !important;
    }
    .col-xs-mt116 {
        margin-top: 116px !important;
    }
    .col-xs-mt117 {
        margin-top: 117px !important;
    }
    .col-xs-mt118 {
        margin-top: 118px !important;
    }
    .col-xs-mt119 {
        margin-top: 119px !important;
    }
    .col-xs-mt120 {
        margin-top: 120px !important;
    }
    .col-xs-mt121 {
        margin-top: 121px !important;
    }
    .col-xs-mt122 {
        margin-top: 122px !important;
    }
    .col-xs-mt123 {
        margin-top: 123px !important;
    }
    .col-xs-mt124 {
        margin-top: 124px !important;
    }
    .col-xs-mt125 {
        margin-top: 125px !important;
    }
    .col-xs-mt126 {
        margin-top: 126px !important;
    }
    .col-xs-mt127 {
        margin-top: 127px !important;
    }
    .col-xs-mt128 {
        margin-top: 128px !important;
    }
    .col-xs-mt129 {
        margin-top: 129px !important;
    }
    .col-xs-mt130 {
        margin-top: 130px !important;
    }
    .col-xs-mt131 {
        margin-top: 131px !important;
    }
    .col-xs-mt132 {
        margin-top: 132px !important;
    }
    .col-xs-mt133 {
        margin-top: 133px !important;
    }
    .col-xs-mt134 {
        margin-top: 134px !important;
    }
    .col-xs-mt135 {
        margin-top: 135px !important;
    }
    .col-xs-mt136 {
        margin-top: 136px !important;
    }
    .col-xs-mt137 {
        margin-top: 137px !important;
    }
    .col-xs-mt138 {
        margin-top: 138px !important;
    }
    .col-xs-mt139 {
        margin-top: 139px !important;
    }
    .col-xs-mt140 {
        margin-top: 140px !important;
    }
    .col-xs-mt141 {
        margin-top: 141px !important;
    }
    .col-xs-mt142 {
        margin-top: 142px !important;
    }
    .col-xs-mt143 {
        margin-top: 143px !important;
    }
    .col-xs-mt144 {
        margin-top: 144px !important;
    }
    .col-xs-mt145 {
        margin-top: 145px !important;
    }
    .col-xs-mt146 {
        margin-top: 146px !important;
    }
    .col-xs-mt147 {
        margin-top: 147px !important;
    }
    .col-xs-mt148 {
        margin-top: 148px !important;
    }
    .col-xs-mt149 {
        margin-top: 149px !important;
    }
    .col-xs-mt150 {
        margin-top: 150px !important;
    }
    .col-xs-mt151 {
        margin-top: 151px !important;
    }
    .col-xs-mt152 {
        margin-top: 152px !important;
    }
    .col-xs-mt153 {
        margin-top: 153px !important;
    }
    .col-xs-mt154 {
        margin-top: 154px !important;
    }
    .col-xs-mt155 {
        margin-top: 155px !important;
    }
    .col-xs-mt156 {
        margin-top: 156px !important;
    }
    .col-xs-mt157 {
        margin-top: 157px !important;
    }
    .col-xs-mt158 {
        margin-top: 158px !important;
    }
    .col-xs-mt159 {
        margin-top: 159px !important;
    }
    .col-xs-mt160 {
        margin-top: 160px !important;
    }
    .col-xs-mt161 {
        margin-top: 161px !important;
    }
    .col-xs-mt162 {
        margin-top: 162px !important;
    }
    .col-xs-mt163 {
        margin-top: 163px !important;
    }
    .col-xs-mt164 {
        margin-top: 164px !important;
    }
    .col-xs-mt165 {
        margin-top: 165px !important;
    }
    .col-xs-mt166 {
        margin-top: 166px !important;
    }
    .col-xs-mt167 {
        margin-top: 167px !important;
    }
    .col-xs-mt168 {
        margin-top: 168px !important;
    }
    .col-xs-mt169 {
        margin-top: 169px !important;
    }
    .col-xs-mt170 {
        margin-top: 170px !important;
    }
    .col-xs-mt171 {
        margin-top: 171px !important;
    }
    .col-xs-mt172 {
        margin-top: 172px !important;
    }
    .col-xs-mt173 {
        margin-top: 173px !important;
    }
    .col-xs-mt174 {
        margin-top: 174px !important;
    }
    .col-xs-mt175 {
        margin-top: 175px !important;
    }
    .col-xs-mt176 {
        margin-top: 176px !important;
    }
    .col-xs-mt177 {
        margin-top: 177px !important;
    }
    .col-xs-mt178 {
        margin-top: 178px !important;
    }
    .col-xs-mt179 {
        margin-top: 179px !important;
    }
    .col-xs-mt180 {
        margin-top: 180px !important;
    }
    .col-xs-mt181 {
        margin-top: 181px !important;
    }
    .col-xs-mt182 {
        margin-top: 182px !important;
    }
    .col-xs-mt183 {
        margin-top: 183px !important;
    }
    .col-xs-mt184 {
        margin-top: 184px !important;
    }
    .col-xs-mt185 {
        margin-top: 185px !important;
    }
    .col-xs-mt186 {
        margin-top: 186px !important;
    }
    .col-xs-mt187 {
        margin-top: 187px !important;
    }
    .col-xs-mt188 {
        margin-top: 188px !important;
    }
    .col-xs-mt189 {
        margin-top: 189px !important;
    }
    .col-xs-mt190 {
        margin-top: 190px !important;
    }
    .col-xs-mt191 {
        margin-top: 191px !important;
    }
    .col-xs-mt192 {
        margin-top: 192px !important;
    }
    .col-xs-mt193 {
        margin-top: 193px !important;
    }
    .col-xs-mt194 {
        margin-top: 194px !important;
    }
    .col-xs-mt195 {
        margin-top: 195px !important;
    }
    .col-xs-mt196 {
        margin-top: 196px !important;
    }
    .col-xs-mt197 {
        margin-top: 197px !important;
    }
    .col-xs-mt198 {
        margin-top: 198px !important;
    }
    .col-xs-mt199 {
        margin-top: 199px !important;
    }
    .col-xs-mt200 {
        margin-top: 200px !important;
    }
}
/* Xs End */
/* Responsive End */
/******---------- Margin Top End ----------******/
/******---------- Margin Bottom ----------******/

.mb0 {
    margin-bottom: 0px !important;
}
.mb1 {
    margin-bottom: 1px !important;
}
.mb2 {
    margin-bottom: 2px !important;
}
.mb3 {
    margin-bottom: 3px !important;
}
.mb4 {
    margin-bottom: 4px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb6 {
    margin-bottom: 6px !important;
}
.mb7 {
    margin-bottom: 7px !important;
}
.mb8 {
    margin-bottom: 8px !important;
}
.mb9 {
    margin-bottom: 9px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb11 {
    margin-bottom: 11px !important;
}
.mb12 {
    margin-bottom: 12px !important;
}
.mb13 {
    margin-bottom: 13px !important;
}
.mb14 {
    margin-bottom: 14px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb16 {
    margin-bottom: 16px !important;
}
.mb17 {
    margin-bottom: 17px !important;
}
.mb18 {
    margin-bottom: 18px !important;
}
.mb19 {
    margin-bottom: 19px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb21 {
    margin-bottom: 21px !important;
}
.mb22 {
    margin-bottom: 22px !important;
}
.mb23 {
    margin-bottom: 23px !important;
}
.mb24 {
    margin-bottom: 24px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb26 {
    margin-bottom: 26px !important;
}
.mb27 {
    margin-bottom: 27px !important;
}
.mb28 {
    margin-bottom: 28px !important;
}
.mb29 {
    margin-bottom: 29px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb31 {
    margin-bottom: 31px !important;
}
.mb32 {
    margin-bottom: 32px !important;
}
.mb33 {
    margin-bottom: 33px !important;
}
.mb34 {
    margin-bottom: 34px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb36 {
    margin-bottom: 36px !important;
}
.mb37 {
    margin-bottom: 37px !important;
}
.mb38 {
    margin-bottom: 38px !important;
}
.mb39 {
    margin-bottom: 39px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb41 {
    margin-bottom: 41px !important;
}
.mb42 {
    margin-bottom: 42px !important;
}
.mb43 {
    margin-bottom: 43px !important;
}
.mb44 {
    margin-bottom: 44px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb46 {
    margin-bottom: 46px !important;
}
.mb47 {
    margin-bottom: 47px !important;
}
.mb48 {
    margin-bottom: 48px !important;
}
.mb49 {
    margin-bottom: 49px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb51 {
    margin-bottom: 51px !important;
}
.mb52 {
    margin-bottom: 52px !important;
}
.mb53 {
    margin-bottom: 53px !important;
}
.mb54 {
    margin-bottom: 54px !important;
}
.mb55 {
    margin-bottom: 55px !important;
}
.mb56 {
    margin-bottom: 56px !important;
}
.mb57 {
    margin-bottom: 57px !important;
}
.mb58 {
    margin-bottom: 58px !important;
}
.mb59 {
    margin-bottom: 59px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb61 {
    margin-bottom: 61px !important;
}
.mb62 {
    margin-bottom: 62px !important;
}
.mb63 {
    margin-bottom: 63px !important;
}
.mb64 {
    margin-bottom: 64px !important;
}
.mb65 {
    margin-bottom: 65px !important;
}
.mb66 {
    margin-bottom: 66px !important;
}
.mb67 {
    margin-bottom: 67px !important;
}
.mb68 {
    margin-bottom: 68px !important;
}
.mb69 {
    margin-bottom: 69px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb71 {
    margin-bottom: 71px !important;
}
.mb72 {
    margin-bottom: 72px !important;
}
.mb73 {
    margin-bottom: 73px !important;
}
.mb74 {
    margin-bottom: 74px !important;
}
.mb75 {
    margin-bottom: 75px !important;
}
.mb76 {
    margin-bottom: 76px !important;
}
.mb77 {
    margin-bottom: 77px !important;
}
.mb78 {
    margin-bottom: 78px !important;
}
.mb79 {
    margin-bottom: 79px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb81 {
    margin-bottom: 81px !important;
}
.mb82 {
    margin-bottom: 82px !important;
}
.mb83 {
    margin-bottom: 83px !important;
}
.mb84 {
    margin-bottom: 84px !important;
}
.mb85 {
    margin-bottom: 85px !important;
}
.mb86 {
    margin-bottom: 86px !important;
}
.mb87 {
    margin-bottom: 87px !important;
}
.mb88 {
    margin-bottom: 88px !important;
}
.mb89 {
    margin-bottom: 89px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb91 {
    margin-bottom: 91px !important;
}
.mb92 {
    margin-bottom: 92px !important;
}
.mb93 {
    margin-bottom: 93px !important;
}
.mb94 {
    margin-bottom: 94px !important;
}
.mb95 {
    margin-bottom: 95px !important;
}
.mb96 {
    margin-bottom: 96px !important;
}
.mb97 {
    margin-bottom: 97px !important;
}
.mb98 {
    margin-bottom: 98px !important;
}
.mb99 {
    margin-bottom: 99px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.mb101 {
    margin-bottom: 101px !important;
}
.mb102 {
    margin-bottom: 102px !important;
}
.mb103 {
    margin-bottom: 103px !important;
}
.mb104 {
    margin-bottom: 104px !important;
}
.mb105 {
    margin-bottom: 105px !important;
}
.mb106 {
    margin-bottom: 106px !important;
}
.mb107 {
    margin-bottom: 107px !important;
}
.mb108 {
    margin-bottom: 108px !important;
}
.mb109 {
    margin-bottom: 109px !important;
}
.mb110 {
    margin-bottom: 110px !important;
}
.mb111 {
    margin-bottom: 111px !important;
}
.mb112 {
    margin-bottom: 112px !important;
}
.mb113 {
    margin-bottom: 113px !important;
}
.mb114 {
    margin-bottom: 114px !important;
}
.mb115 {
    margin-bottom: 115px !important;
}
.mb116 {
    margin-bottom: 116px !important;
}
.mb117 {
    margin-bottom: 117px !important;
}
.mb118 {
    margin-bottom: 118px !important;
}
.mb119 {
    margin-bottom: 119px !important;
}
.mb120 {
    margin-bottom: 120px !important;
}
.mb121 {
    margin-bottom: 121px !important;
}
.mb122 {
    margin-bottom: 122px !important;
}
.mb123 {
    margin-bottom: 123px !important;
}
.mb124 {
    margin-bottom: 124px !important;
}
.mb125 {
    margin-bottom: 125px !important;
}
.mb126 {
    margin-bottom: 126px !important;
}
.mb127 {
    margin-bottom: 127px !important;
}
.mb128 {
    margin-bottom: 128px !important;
}
.mb129 {
    margin-bottom: 129px !important;
}
.mb130 {
    margin-bottom: 130px !important;
}
.mb131 {
    margin-bottom: 131px !important;
}
.mb132 {
    margin-bottom: 132px !important;
}
.mb133 {
    margin-bottom: 133px !important;
}
.mb134 {
    margin-bottom: 134px !important;
}
.mb135 {
    margin-bottom: 135px !important;
}
.mb136 {
    margin-bottom: 136px !important;
}
.mb137 {
    margin-bottom: 137px !important;
}
.mb138 {
    margin-bottom: 138px !important;
}
.mb139 {
    margin-bottom: 139px !important;
}
.mb140 {
    margin-bottom: 140px !important;
}
.mb141 {
    margin-bottom: 141px !important;
}
.mb142 {
    margin-bottom: 142px !important;
}
.mb143 {
    margin-bottom: 143px !important;
}
.mb144 {
    margin-bottom: 144px !important;
}
.mb145 {
    margin-bottom: 145px !important;
}
.mb146 {
    margin-bottom: 146px !important;
}
.mb147 {
    margin-bottom: 147px !important;
}
.mb148 {
    margin-bottom: 148px !important;
}
.mb149 {
    margin-bottom: 149px !important;
}
.mb150 {
    margin-bottom: 150px !important;
}
.mb151 {
    margin-bottom: 151px !important;
}
.mb152 {
    margin-bottom: 152px !important;
}
.mb153 {
    margin-bottom: 153px !important;
}
.mb154 {
    margin-bottom: 154px !important;
}
.mb155 {
    margin-bottom: 155px !important;
}
.mb156 {
    margin-bottom: 156px !important;
}
.mb157 {
    margin-bottom: 157px !important;
}
.mb158 {
    margin-bottom: 158px !important;
}
.mb159 {
    margin-bottom: 159px !important;
}
.mb160 {
    margin-bottom: 160px !important;
}
.mb161 {
    margin-bottom: 161px !important;
}
.mb162 {
    margin-bottom: 162px !important;
}
.mb163 {
    margin-bottom: 163px !important;
}
.mb164 {
    margin-bottom: 164px !important;
}
.mb165 {
    margin-bottom: 165px !important;
}
.mb166 {
    margin-bottom: 166px !important;
}
.mb167 {
    margin-bottom: 167px !important;
}
.mb168 {
    margin-bottom: 168px !important;
}
.mb169 {
    margin-bottom: 169px !important;
}
.mb170 {
    margin-bottom: 170px !important;
}
.mb171 {
    margin-bottom: 171px !important;
}
.mb172 {
    margin-bottom: 172px !important;
}
.mb173 {
    margin-bottom: 173px !important;
}
.mb174 {
    margin-bottom: 174px !important;
}
.mb175 {
    margin-bottom: 175px !important;
}
.mb176 {
    margin-bottom: 176px !important;
}
.mb177 {
    margin-bottom: 177px !important;
}
.mb178 {
    margin-bottom: 178px !important;
}
.mb179 {
    margin-bottom: 179px !important;
}
.mb180 {
    margin-bottom: 180px !important;
}
.mb181 {
    margin-bottom: 181px !important;
}
.mb182 {
    margin-bottom: 182px !important;
}
.mb183 {
    margin-bottom: 183px !important;
}
.mb184 {
    margin-bottom: 184px !important;
}
.mb185 {
    margin-bottom: 185px !important;
}
.mb186 {
    margin-bottom: 186px !important;
}
.mb187 {
    margin-bottom: 187px !important;
}
.mb188 {
    margin-bottom: 188px !important;
}
.mb189 {
    margin-bottom: 189px !important;
}
.mb190 {
    margin-bottom: 190px !important;
}
.mb191 {
    margin-bottom: 191px !important;
}
.mb192 {
    margin-bottom: 192px !important;
}
.mb193 {
    margin-bottom: 193px !important;
}
.mb194 {
    margin-bottom: 194px !important;
}
.mb195 {
    margin-bottom: 195px !important;
}
.mb196 {
    margin-bottom: 196px !important;
}
.mb197 {
    margin-bottom: 197px !important;
}
.mb198 {
    margin-bottom: 198px !important;
}
.mb199 {
    margin-bottom: 199px !important;
}
.mb200 {
    margin-bottom: 200px !important;
}
/* Responsive Settings */

/* Sm */
@media screen and (max-width: 991px){
    .col-sm-mb0 {
        margin-bottom: 0px !important;
    }
    .col-sm-mb1 {
        margin-bottom: 1px !important;
    }
    .col-sm-mb2 {
        margin-bottom: 2px !important;
    }
    .col-sm-mb3 {
        margin-bottom: 3px !important;
    }
    .col-sm-mb4 {
        margin-bottom: 4px !important;
    }
    .col-sm-mb5 {
        margin-bottom: 5px !important;
    }
    .col-sm-mb6 {
        margin-bottom: 6px !important;
    }
    .col-sm-mb7 {
        margin-bottom: 7px !important;
    }
    .col-sm-mb8 {
        margin-bottom: 8px !important;
    }
    .col-sm-mb9 {
        margin-bottom: 9px !important;
    }
    .col-sm-mb10 {
        margin-bottom: 10px !important;
    }
    .col-sm-mb11 {
        margin-bottom: 11px !important;
    }
    .col-sm-mb12 {
        margin-bottom: 12px !important;
    }
    .col-sm-mb13 {
        margin-bottom: 13px !important;
    }
    .col-sm-mb14 {
        margin-bottom: 14px !important;
    }
    .col-sm-mb15 {
        margin-bottom: 15px !important;
    }
    .col-sm-mb16 {
        margin-bottom: 16px !important;
    }
    .col-sm-mb17 {
        margin-bottom: 17px !important;
    }
    .col-sm-mb18 {
        margin-bottom: 18px !important;
    }
    .col-sm-mb19 {
        margin-bottom: 19px !important;
    }
    .col-sm-mb20 {
        margin-bottom: 20px !important;
    }
    .col-sm-mb21 {
        margin-bottom: 21px !important;
    }
    .col-sm-mb22 {
        margin-bottom: 22px !important;
    }
    .col-sm-mb23 {
        margin-bottom: 23px !important;
    }
    .col-sm-mb24 {
        margin-bottom: 24px !important;
    }
    .col-sm-mb25 {
        margin-bottom: 25px !important;
    }
    .col-sm-mb26 {
        margin-bottom: 26px !important;
    }
    .col-sm-mb27 {
        margin-bottom: 27px !important;
    }
    .col-sm-mb28 {
        margin-bottom: 28px !important;
    }
    .col-sm-mb29 {
        margin-bottom: 29px !important;
    }
    .col-sm-mb30 {
        margin-bottom: 30px !important;
    }
    .col-sm-mb31 {
        margin-bottom: 31px !important;
    }
    .col-sm-mb32 {
        margin-bottom: 32px !important;
    }
    .col-sm-mb33 {
        margin-bottom: 33px !important;
    }
    .col-sm-mb34 {
        margin-bottom: 34px !important;
    }
    .col-sm-mb35 {
        margin-bottom: 35px !important;
    }
    .col-sm-mb36 {
        margin-bottom: 36px !important;
    }
    .col-sm-mb37 {
        margin-bottom: 37px !important;
    }
    .col-sm-mb38 {
        margin-bottom: 38px !important;
    }
    .col-sm-mb39 {
        margin-bottom: 39px !important;
    }
    .col-sm-mb40 {
        margin-bottom: 40px !important;
    }
    .col-sm-mb41 {
        margin-bottom: 41px !important;
    }
    .col-sm-mb42 {
        margin-bottom: 42px !important;
    }
    .col-sm-mb43 {
        margin-bottom: 43px !important;
    }
    .col-sm-mb44 {
        margin-bottom: 44px !important;
    }
    .col-sm-mb45 {
        margin-bottom: 45px !important;
    }
    .col-sm-mb46 {
        margin-bottom: 46px !important;
    }
    .col-sm-mb47 {
        margin-bottom: 47px !important;
    }
    .col-sm-mb48 {
        margin-bottom: 48px !important;
    }
    .col-sm-mb49 {
        margin-bottom: 49px !important;
    }
    .col-sm-mb50 {
        margin-bottom: 50px !important;
    }
    .col-sm-mb51 {
        margin-bottom: 51px !important;
    }
    .col-sm-mb52 {
        margin-bottom: 52px !important;
    }
    .col-sm-mb53 {
        margin-bottom: 53px !important;
    }
    .col-sm-mb54 {
        margin-bottom: 54px !important;
    }
    .col-sm-mb55 {
        margin-bottom: 55px !important;
    }
    .col-sm-mb56 {
        margin-bottom: 56px !important;
    }
    .col-sm-mb57 {
        margin-bottom: 57px !important;
    }
    .col-sm-mb58 {
        margin-bottom: 58px !important;
    }
    .col-sm-mb59 {
        margin-bottom: 59px !important;
    }
    .col-sm-mb60 {
        margin-bottom: 60px !important;
    }
    .col-sm-mb61 {
        margin-bottom: 61px !important;
    }
    .col-sm-mb62 {
        margin-bottom: 62px !important;
    }
    .col-sm-mb63 {
        margin-bottom: 63px !important;
    }
    .col-sm-mb64 {
        margin-bottom: 64px !important;
    }
    .col-sm-mb65 {
        margin-bottom: 65px !important;
    }
    .col-sm-mb66 {
        margin-bottom: 66px !important;
    }
    .col-sm-mb67 {
        margin-bottom: 67px !important;
    }
    .col-sm-mb68 {
        margin-bottom: 68px !important;
    }
    .col-sm-mb69 {
        margin-bottom: 69px !important;
    }
    .col-sm-mb70 {
        margin-bottom: 70px !important;
    }
    .col-sm-mb71 {
        margin-bottom: 71px !important;
    }
    .col-sm-mb72 {
        margin-bottom: 72px !important;
    }
    .col-sm-mb73 {
        margin-bottom: 73px !important;
    }
    .col-sm-mb74 {
        margin-bottom: 74px !important;
    }
    .col-sm-mb75 {
        margin-bottom: 75px !important;
    }
    .col-sm-mb76 {
        margin-bottom: 76px !important;
    }
    .col-sm-mb77 {
        margin-bottom: 77px !important;
    }
    .col-sm-mb78 {
        margin-bottom: 78px !important;
    }
    .col-sm-mb79 {
        margin-bottom: 79px !important;
    }
    .col-sm-mb80 {
        margin-bottom: 80px !important;
    }
    .col-sm-mb81 {
        margin-bottom: 81px !important;
    }
    .col-sm-mb82 {
        margin-bottom: 82px !important;
    }
    .col-sm-mb83 {
        margin-bottom: 83px !important;
    }
    .col-sm-mb84 {
        margin-bottom: 84px !important;
    }
    .col-sm-mb85 {
        margin-bottom: 85px !important;
    }
    .col-sm-mb86 {
        margin-bottom: 86px !important;
    }
    .col-sm-mb87 {
        margin-bottom: 87px !important;
    }
    .col-sm-mb88 {
        margin-bottom: 88px !important;
    }
    .col-sm-mb89 {
        margin-bottom: 89px !important;
    }
    .col-sm-mb90 {
        margin-bottom: 90px !important;
    }
    .col-sm-mb91 {
        margin-bottom: 91px !important;
    }
    .col-sm-mb92 {
        margin-bottom: 92px !important;
    }
    .col-sm-mb93 {
        margin-bottom: 93px !important;
    }
    .col-sm-mb94 {
        margin-bottom: 94px !important;
    }
    .col-sm-mb95 {
        margin-bottom: 95px !important;
    }
    .col-sm-mb96 {
        margin-bottom: 96px !important;
    }
    .col-sm-mb97 {
        margin-bottom: 97px !important;
    }
    .col-sm-mb98 {
        margin-bottom: 98px !important;
    }
    .col-sm-mb99 {
        margin-bottom: 99px !important;
    }
    .col-sm-mb100 {
        margin-bottom: 100px !important;
    }
    .col-sm-mb101 {
        margin-bottom: 101px !important;
    }
    .col-sm-mb102 {
        margin-bottom: 102px !important;
    }
    .col-sm-mb103 {
        margin-bottom: 103px !important;
    }
    .col-sm-mb104 {
        margin-bottom: 104px !important;
    }
    .col-sm-mb105 {
        margin-bottom: 105px !important;
    }
    .col-sm-mb106 {
        margin-bottom: 106px !important;
    }
    .col-sm-mb107 {
        margin-bottom: 107px !important;
    }
    .col-sm-mb108 {
        margin-bottom: 108px !important;
    }
    .col-sm-mb109 {
        margin-bottom: 109px !important;
    }
    .col-sm-mb110 {
        margin-bottom: 110px !important;
    }
    .col-sm-mb111 {
        margin-bottom: 111px !important;
    }
    .col-sm-mb112 {
        margin-bottom: 112px !important;
    }
    .col-sm-mb113 {
        margin-bottom: 113px !important;
    }
    .col-sm-mb114 {
        margin-bottom: 114px !important;
    }
    .col-sm-mb115 {
        margin-bottom: 115px !important;
    }
    .col-sm-mb116 {
        margin-bottom: 116px !important;
    }
    .col-sm-mb117 {
        margin-bottom: 117px !important;
    }
    .col-sm-mb118 {
        margin-bottom: 118px !important;
    }
    .col-sm-mb119 {
        margin-bottom: 119px !important;
    }
    .col-sm-mb120 {
        margin-bottom: 120px !important;
    }
    .col-sm-mb121 {
        margin-bottom: 121px !important;
    }
    .col-sm-mb122 {
        margin-bottom: 122px !important;
    }
    .col-sm-mb123 {
        margin-bottom: 123px !important;
    }
    .col-sm-mb124 {
        margin-bottom: 124px !important;
    }
    .col-sm-mb125 {
        margin-bottom: 125px !important;
    }
    .col-sm-mb126 {
        margin-bottom: 126px !important;
    }
    .col-sm-mb127 {
        margin-bottom: 127px !important;
    }
    .col-sm-mb128 {
        margin-bottom: 128px !important;
    }
    .col-sm-mb129 {
        margin-bottom: 129px !important;
    }
    .col-sm-mb130 {
        margin-bottom: 130px !important;
    }
    .col-sm-mb131 {
        margin-bottom: 131px !important;
    }
    .col-sm-mb132 {
        margin-bottom: 132px !important;
    }
    .col-sm-mb133 {
        margin-bottom: 133px !important;
    }
    .col-sm-mb134 {
        margin-bottom: 134px !important;
    }
    .col-sm-mb135 {
        margin-bottom: 135px !important;
    }
    .col-sm-mb136 {
        margin-bottom: 136px !important;
    }
    .col-sm-mb137 {
        margin-bottom: 137px !important;
    }
    .col-sm-mb138 {
        margin-bottom: 138px !important;
    }
    .col-sm-mb139 {
        margin-bottom: 139px !important;
    }
    .col-sm-mb140 {
        margin-bottom: 140px !important;
    }
    .col-sm-mb141 {
        margin-bottom: 141px !important;
    }
    .col-sm-mb142 {
        margin-bottom: 142px !important;
    }
    .col-sm-mb143 {
        margin-bottom: 143px !important;
    }
    .col-sm-mb144 {
        margin-bottom: 144px !important;
    }
    .col-sm-mb145 {
        margin-bottom: 145px !important;
    }
    .col-sm-mb146 {
        margin-bottom: 146px !important;
    }
    .col-sm-mb147 {
        margin-bottom: 147px !important;
    }
    .col-sm-mb148 {
        margin-bottom: 148px !important;
    }
    .col-sm-mb149 {
        margin-bottom: 149px !important;
    }
    .col-sm-mb150 {
        margin-bottom: 150px !important;
    }
    .col-sm-mb151 {
        margin-bottom: 151px !important;
    }
    .col-sm-mb152 {
        margin-bottom: 152px !important;
    }
    .col-sm-mb153 {
        margin-bottom: 153px !important;
    }
    .col-sm-mb154 {
        margin-bottom: 154px !important;
    }
    .col-sm-mb155 {
        margin-bottom: 155px !important;
    }
    .col-sm-mb156 {
        margin-bottom: 156px !important;
    }
    .col-sm-mb157 {
        margin-bottom: 157px !important;
    }
    .col-sm-mb158 {
        margin-bottom: 158px !important;
    }
    .col-sm-mb159 {
        margin-bottom: 159px !important;
    }
    .col-sm-mb160 {
        margin-bottom: 160px !important;
    }
    .col-sm-mb161 {
        margin-bottom: 161px !important;
    }
    .col-sm-mb162 {
        margin-bottom: 162px !important;
    }
    .col-sm-mb163 {
        margin-bottom: 163px !important;
    }
    .col-sm-mb164 {
        margin-bottom: 164px !important;
    }
    .col-sm-mb165 {
        margin-bottom: 165px !important;
    }
    .col-sm-mb166 {
        margin-bottom: 166px !important;
    }
    .col-sm-mb167 {
        margin-bottom: 167px !important;
    }
    .col-sm-mb168 {
        margin-bottom: 168px !important;
    }
    .col-sm-mb169 {
        margin-bottom: 169px !important;
    }
    .col-sm-mb170 {
        margin-bottom: 170px !important;
    }
    .col-sm-mb171 {
        margin-bottom: 171px !important;
    }
    .col-sm-mb172 {
        margin-bottom: 172px !important;
    }
    .col-sm-mb173 {
        margin-bottom: 173px !important;
    }
    .col-sm-mb174 {
        margin-bottom: 174px !important;
    }
    .col-sm-mb175 {
        margin-bottom: 175px !important;
    }
    .col-sm-mb176 {
        margin-bottom: 176px !important;
    }
    .col-sm-mb177 {
        margin-bottom: 177px !important;
    }
    .col-sm-mb178 {
        margin-bottom: 178px !important;
    }
    .col-sm-mb179 {
        margin-bottom: 179px !important;
    }
    .col-sm-mb180 {
        margin-bottom: 180px !important;
    }
    .col-sm-mb181 {
        margin-bottom: 181px !important;
    }
    .col-sm-mb182 {
        margin-bottom: 182px !important;
    }
    .col-sm-mb183 {
        margin-bottom: 183px !important;
    }
    .col-sm-mb184 {
        margin-bottom: 184px !important;
    }
    .col-sm-mb185 {
        margin-bottom: 185px !important;
    }
    .col-sm-mb186 {
        margin-bottom: 186px !important;
    }
    .col-sm-mb187 {
        margin-bottom: 187px !important;
    }
    .col-sm-mb188 {
        margin-bottom: 188px !important;
    }
    .col-sm-mb189 {
        margin-bottom: 189px !important;
    }
    .col-sm-mb190 {
        margin-bottom: 190px !important;
    }
    .col-sm-mb191 {
        margin-bottom: 191px !important;
    }
    .col-sm-mb192 {
        margin-bottom: 192px !important;
    }
    .col-sm-mb193 {
        margin-bottom: 193px !important;
    }
    .col-sm-mb194 {
        margin-bottom: 194px !important;
    }
    .col-sm-mb195 {
        margin-bottom: 195px !important;
    }
    .col-sm-mb196 {
        margin-bottom: 196px !important;
    }
    .col-sm-mb197 {
        margin-bottom: 197px !important;
    }
    .col-sm-mb198 {
        margin-bottom: 198px !important;
    }
    .col-sm-mb199 {
        margin-bottom: 199px !important;
    }
    .col-sm-mb200 {
        margin-bottom: 200px !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-mb0 {
        margin-bottom: 0px !important;
    }
    .col-xs-mb1 {
        margin-bottom: 1px !important;
    }
    .col-xs-mb2 {
        margin-bottom: 2px !important;
    }
    .col-xs-mb3 {
        margin-bottom: 3px !important;
    }
    .col-xs-mb4 {
        margin-bottom: 4px !important;
    }
    .col-xs-mb5 {
        margin-bottom: 5px !important;
    }
    .col-xs-mb6 {
        margin-bottom: 6px !important;
    }
    .col-xs-mb7 {
        margin-bottom: 7px !important;
    }
    .col-xs-mb8 {
        margin-bottom: 8px !important;
    }
    .col-xs-mb9 {
        margin-bottom: 9px !important;
    }
    .col-xs-mb10 {
        margin-bottom: 10px !important;
    }
    .col-xs-mb11 {
        margin-bottom: 11px !important;
    }
    .col-xs-mb12 {
        margin-bottom: 12px !important;
    }
    .col-xs-mb13 {
        margin-bottom: 13px !important;
    }
    .col-xs-mb14 {
        margin-bottom: 14px !important;
    }
    .col-xs-mb15 {
        margin-bottom: 15px !important;
    }
    .col-xs-mb16 {
        margin-bottom: 16px !important;
    }
    .col-xs-mb17 {
        margin-bottom: 17px !important;
    }
    .col-xs-mb18 {
        margin-bottom: 18px !important;
    }
    .col-xs-mb19 {
        margin-bottom: 19px !important;
    }
    .col-xs-mb20 {
        margin-bottom: 20px !important;
    }
    .col-xs-mb21 {
        margin-bottom: 21px !important;
    }
    .col-xs-mb22 {
        margin-bottom: 22px !important;
    }
    .col-xs-mb23 {
        margin-bottom: 23px !important;
    }
    .col-xs-mb24 {
        margin-bottom: 24px !important;
    }
    .col-xs-mb25 {
        margin-bottom: 25px !important;
    }
    .col-xs-mb26 {
        margin-bottom: 26px !important;
    }
    .col-xs-mb27 {
        margin-bottom: 27px !important;
    }
    .col-xs-mb28 {
        margin-bottom: 28px !important;
    }
    .col-xs-mb29 {
        margin-bottom: 29px !important;
    }
    .col-xs-mb30 {
        margin-bottom: 30px !important;
    }
    .col-xs-mb31 {
        margin-bottom: 31px !important;
    }
    .col-xs-mb32 {
        margin-bottom: 32px !important;
    }
    .col-xs-mb33 {
        margin-bottom: 33px !important;
    }
    .col-xs-mb34 {
        margin-bottom: 34px !important;
    }
    .col-xs-mb35 {
        margin-bottom: 35px !important;
    }
    .col-xs-mb36 {
        margin-bottom: 36px !important;
    }
    .col-xs-mb37 {
        margin-bottom: 37px !important;
    }
    .col-xs-mb38 {
        margin-bottom: 38px !important;
    }
    .col-xs-mb39 {
        margin-bottom: 39px !important;
    }
    .col-xs-mb40 {
        margin-bottom: 40px !important;
    }
    .col-xs-mb41 {
        margin-bottom: 41px !important;
    }
    .col-xs-mb42 {
        margin-bottom: 42px !important;
    }
    .col-xs-mb43 {
        margin-bottom: 43px !important;
    }
    .col-xs-mb44 {
        margin-bottom: 44px !important;
    }
    .col-xs-mb45 {
        margin-bottom: 45px !important;
    }
    .col-xs-mb46 {
        margin-bottom: 46px !important;
    }
    .col-xs-mb47 {
        margin-bottom: 47px !important;
    }
    .col-xs-mb48 {
        margin-bottom: 48px !important;
    }
    .col-xs-mb49 {
        margin-bottom: 49px !important;
    }
    .col-xs-mb50 {
        margin-bottom: 50px !important;
    }
    .col-xs-mb51 {
        margin-bottom: 51px !important;
    }
    .col-xs-mb52 {
        margin-bottom: 52px !important;
    }
    .col-xs-mb53 {
        margin-bottom: 53px !important;
    }
    .col-xs-mb54 {
        margin-bottom: 54px !important;
    }
    .col-xs-mb55 {
        margin-bottom: 55px !important;
    }
    .col-xs-mb56 {
        margin-bottom: 56px !important;
    }
    .col-xs-mb57 {
        margin-bottom: 57px !important;
    }
    .col-xs-mb58 {
        margin-bottom: 58px !important;
    }
    .col-xs-mb59 {
        margin-bottom: 59px !important;
    }
    .col-xs-mb60 {
        margin-bottom: 60px !important;
    }
    .col-xs-mb61 {
        margin-bottom: 61px !important;
    }
    .col-xs-mb62 {
        margin-bottom: 62px !important;
    }
    .col-xs-mb63 {
        margin-bottom: 63px !important;
    }
    .col-xs-mb64 {
        margin-bottom: 64px !important;
    }
    .col-xs-mb65 {
        margin-bottom: 65px !important;
    }
    .col-xs-mb66 {
        margin-bottom: 66px !important;
    }
    .col-xs-mb67 {
        margin-bottom: 67px !important;
    }
    .col-xs-mb68 {
        margin-bottom: 68px !important;
    }
    .col-xs-mb69 {
        margin-bottom: 69px !important;
    }
    .col-xs-mb70 {
        margin-bottom: 70px !important;
    }
    .col-xs-mb71 {
        margin-bottom: 71px !important;
    }
    .col-xs-mb72 {
        margin-bottom: 72px !important;
    }
    .col-xs-mb73 {
        margin-bottom: 73px !important;
    }
    .col-xs-mb74 {
        margin-bottom: 74px !important;
    }
    .col-xs-mb75 {
        margin-bottom: 75px !important;
    }
    .col-xs-mb76 {
        margin-bottom: 76px !important;
    }
    .col-xs-mb77 {
        margin-bottom: 77px !important;
    }
    .col-xs-mb78 {
        margin-bottom: 78px !important;
    }
    .col-xs-mb79 {
        margin-bottom: 79px !important;
    }
    .col-xs-mb80 {
        margin-bottom: 80px !important;
    }
    .col-xs-mb81 {
        margin-bottom: 81px !important;
    }
    .col-xs-mb82 {
        margin-bottom: 82px !important;
    }
    .col-xs-mb83 {
        margin-bottom: 83px !important;
    }
    .col-xs-mb84 {
        margin-bottom: 84px !important;
    }
    .col-xs-mb85 {
        margin-bottom: 85px !important;
    }
    .col-xs-mb86 {
        margin-bottom: 86px !important;
    }
    .col-xs-mb87 {
        margin-bottom: 87px !important;
    }
    .col-xs-mb88 {
        margin-bottom: 88px !important;
    }
    .col-xs-mb89 {
        margin-bottom: 89px !important;
    }
    .col-xs-mb90 {
        margin-bottom: 90px !important;
    }
    .col-xs-mb91 {
        margin-bottom: 91px !important;
    }
    .col-xs-mb92 {
        margin-bottom: 92px !important;
    }
    .col-xs-mb93 {
        margin-bottom: 93px !important;
    }
    .col-xs-mb94 {
        margin-bottom: 94px !important;
    }
    .col-xs-mb95 {
        margin-bottom: 95px !important;
    }
    .col-xs-mb96 {
        margin-bottom: 96px !important;
    }
    .col-xs-mb97 {
        margin-bottom: 97px !important;
    }
    .col-xs-mb98 {
        margin-bottom: 98px !important;
    }
    .col-xs-mb99 {
        margin-bottom: 99px !important;
    }
    .col-xs-mb100 {
        margin-bottom: 100px !important;
    }
    .col-xs-mb101 {
        margin-bottom: 101px !important;
    }
    .col-xs-mb102 {
        margin-bottom: 102px !important;
    }
    .col-xs-mb103 {
        margin-bottom: 103px !important;
    }
    .col-xs-mb104 {
        margin-bottom: 104px !important;
    }
    .col-xs-mb105 {
        margin-bottom: 105px !important;
    }
    .col-xs-mb106 {
        margin-bottom: 106px !important;
    }
    .col-xs-mb107 {
        margin-bottom: 107px !important;
    }
    .col-xs-mb108 {
        margin-bottom: 108px !important;
    }
    .col-xs-mb109 {
        margin-bottom: 109px !important;
    }
    .col-xs-mb110 {
        margin-bottom: 110px !important;
    }
    .col-xs-mb111 {
        margin-bottom: 111px !important;
    }
    .col-xs-mb112 {
        margin-bottom: 112px !important;
    }
    .col-xs-mb113 {
        margin-bottom: 113px !important;
    }
    .col-xs-mb114 {
        margin-bottom: 114px !important;
    }
    .col-xs-mb115 {
        margin-bottom: 115px !important;
    }
    .col-xs-mb116 {
        margin-bottom: 116px !important;
    }
    .col-xs-mb117 {
        margin-bottom: 117px !important;
    }
    .col-xs-mb118 {
        margin-bottom: 118px !important;
    }
    .col-xs-mb119 {
        margin-bottom: 119px !important;
    }
    .col-xs-mb120 {
        margin-bottom: 120px !important;
    }
    .col-xs-mb121 {
        margin-bottom: 121px !important;
    }
    .col-xs-mb122 {
        margin-bottom: 122px !important;
    }
    .col-xs-mb123 {
        margin-bottom: 123px !important;
    }
    .col-xs-mb124 {
        margin-bottom: 124px !important;
    }
    .col-xs-mb125 {
        margin-bottom: 125px !important;
    }
    .col-xs-mb126 {
        margin-bottom: 126px !important;
    }
    .col-xs-mb127 {
        margin-bottom: 127px !important;
    }
    .col-xs-mb128 {
        margin-bottom: 128px !important;
    }
    .col-xs-mb129 {
        margin-bottom: 129px !important;
    }
    .col-xs-mb130 {
        margin-bottom: 130px !important;
    }
    .col-xs-mb131 {
        margin-bottom: 131px !important;
    }
    .col-xs-mb132 {
        margin-bottom: 132px !important;
    }
    .col-xs-mb133 {
        margin-bottom: 133px !important;
    }
    .col-xs-mb134 {
        margin-bottom: 134px !important;
    }
    .col-xs-mb135 {
        margin-bottom: 135px !important;
    }
    .col-xs-mb136 {
        margin-bottom: 136px !important;
    }
    .col-xs-mb137 {
        margin-bottom: 137px !important;
    }
    .col-xs-mb138 {
        margin-bottom: 138px !important;
    }
    .col-xs-mb139 {
        margin-bottom: 139px !important;
    }
    .col-xs-mb140 {
        margin-bottom: 140px !important;
    }
    .col-xs-mb141 {
        margin-bottom: 141px !important;
    }
    .col-xs-mb142 {
        margin-bottom: 142px !important;
    }
    .col-xs-mb143 {
        margin-bottom: 143px !important;
    }
    .col-xs-mb144 {
        margin-bottom: 144px !important;
    }
    .col-xs-mb145 {
        margin-bottom: 145px !important;
    }
    .col-xs-mb146 {
        margin-bottom: 146px !important;
    }
    .col-xs-mb147 {
        margin-bottom: 147px !important;
    }
    .col-xs-mb148 {
        margin-bottom: 148px !important;
    }
    .col-xs-mb149 {
        margin-bottom: 149px !important;
    }
    .col-xs-mb150 {
        margin-bottom: 150px !important;
    }
    .col-xs-mb151 {
        margin-bottom: 151px !important;
    }
    .col-xs-mb152 {
        margin-bottom: 152px !important;
    }
    .col-xs-mb153 {
        margin-bottom: 153px !important;
    }
    .col-xs-mb154 {
        margin-bottom: 154px !important;
    }
    .col-xs-mb155 {
        margin-bottom: 155px !important;
    }
    .col-xs-mb156 {
        margin-bottom: 156px !important;
    }
    .col-xs-mb157 {
        margin-bottom: 157px !important;
    }
    .col-xs-mb158 {
        margin-bottom: 158px !important;
    }
    .col-xs-mb159 {
        margin-bottom: 159px !important;
    }
    .col-xs-mb160 {
        margin-bottom: 160px !important;
    }
    .col-xs-mb161 {
        margin-bottom: 161px !important;
    }
    .col-xs-mb162 {
        margin-bottom: 162px !important;
    }
    .col-xs-mb163 {
        margin-bottom: 163px !important;
    }
    .col-xs-mb164 {
        margin-bottom: 164px !important;
    }
    .col-xs-mb165 {
        margin-bottom: 165px !important;
    }
    .col-xs-mb166 {
        margin-bottom: 166px !important;
    }
    .col-xs-mb167 {
        margin-bottom: 167px !important;
    }
    .col-xs-mb168 {
        margin-bottom: 168px !important;
    }
    .col-xs-mb169 {
        margin-bottom: 169px !important;
    }
    .col-xs-mb170 {
        margin-bottom: 170px !important;
    }
    .col-xs-mb171 {
        margin-bottom: 171px !important;
    }
    .col-xs-mb172 {
        margin-bottom: 172px !important;
    }
    .col-xs-mb173 {
        margin-bottom: 173px !important;
    }
    .col-xs-mb174 {
        margin-bottom: 174px !important;
    }
    .col-xs-mb175 {
        margin-bottom: 175px !important;
    }
    .col-xs-mb176 {
        margin-bottom: 176px !important;
    }
    .col-xs-mb177 {
        margin-bottom: 177px !important;
    }
    .col-xs-mb178 {
        margin-bottom: 178px !important;
    }
    .col-xs-mb179 {
        margin-bottom: 179px !important;
    }
    .col-xs-mb180 {
        margin-bottom: 180px !important;
    }
    .col-xs-mb181 {
        margin-bottom: 181px !important;
    }
    .col-xs-mb182 {
        margin-bottom: 182px !important;
    }
    .col-xs-mb183 {
        margin-bottom: 183px !important;
    }
    .col-xs-mb184 {
        margin-bottom: 184px !important;
    }
    .col-xs-mb185 {
        margin-bottom: 185px !important;
    }
    .col-xs-mb186 {
        margin-bottom: 186px !important;
    }
    .col-xs-mb187 {
        margin-bottom: 187px !important;
    }
    .col-xs-mb188 {
        margin-bottom: 188px !important;
    }
    .col-xs-mb189 {
        margin-bottom: 189px !important;
    }
    .col-xs-mb190 {
        margin-bottom: 190px !important;
    }
    .col-xs-mb191 {
        margin-bottom: 191px !important;
    }
    .col-xs-mb192 {
        margin-bottom: 192px !important;
    }
    .col-xs-mb193 {
        margin-bottom: 193px !important;
    }
    .col-xs-mb194 {
        margin-bottom: 194px !important;
    }
    .col-xs-mb195 {
        margin-bottom: 195px !important;
    }
    .col-xs-mb196 {
        margin-bottom: 196px !important;
    }
    .col-xs-mb197 {
        margin-bottom: 197px !important;
    }
    .col-xs-mb198 {
        margin-bottom: 198px !important;
    }
    .col-xs-mb199 {
        margin-bottom: 199px !important;
    }
    .col-xs-mb200 {
        margin-bottom: 200px !important;
    }
}
/* Xs End */
/* Responsive End */
/******---------- Margin Bottom End ----------******/
/******---------- Margin Left ----------******/
.ml0 {
    margin-left: 0px !important;
}
.ml1 {
    margin-left: 1px !important;
}
.ml2 {
    margin-left: 2px !important;
}
.ml3 {
    margin-left: 3px !important;
}
.ml4 {
    margin-left: 4px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml6 {
    margin-left: 6px !important;
}
.ml7 {
    margin-left: 7px !important;
}
.ml8 {
    margin-left: 8px !important;
}
.ml9 {
    margin-left: 9px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml11 {
    margin-left: 11px !important;
}
.ml12 {
    margin-left: 12px !important;
}
.ml13 {
    margin-left: 13px !important;
}
.ml14 {
    margin-left: 14px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml16 {
    margin-left: 16px !important;
}
.ml17 {
    margin-left: 17px !important;
}
.ml18 {
    margin-left: 18px !important;
}
.ml19 {
    margin-left: 19px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml21 {
    margin-left: 21px !important;
}
.ml22 {
    margin-left: 22px !important;
}
.ml23 {
    margin-left: 23px !important;
}
.ml24 {
    margin-left: 24px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml26 {
    margin-left: 26px !important;
}
.ml27 {
    margin-left: 27px !important;
}
.ml28 {
    margin-left: 28px !important;
}
.ml29 {
    margin-left: 29px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml31 {
    margin-left: 31px !important;
}
.ml32 {
    margin-left: 32px !important;
}
.ml33 {
    margin-left: 33px !important;
}
.ml34 {
    margin-left: 34px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.ml36 {
    margin-left: 36px !important;
}
.ml37 {
    margin-left: 37px !important;
}
.ml38 {
    margin-left: 38px !important;
}
.ml39 {
    margin-left: 39px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml41 {
    margin-left: 41px !important;
}
.ml42 {
    margin-left: 42px !important;
}
.ml43 {
    margin-left: 43px !important;
}
.ml44 {
    margin-left: 44px !important;
}
.ml45 {
    margin-left: 45px !important;
}
.ml46 {
    margin-left: 46px !important;
}
.ml47 {
    margin-left: 47px !important;
}
.ml48 {
    margin-left: 48px !important;
}
.ml49 {
    margin-left: 49px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.ml51 {
    margin-left: 51px !important;
}
.ml52 {
    margin-left: 52px !important;
}
.ml53 {
    margin-left: 53px !important;
}
.ml54 {
    margin-left: 54px !important;
}
.ml55 {
    margin-left: 55px !important;
}
.ml56 {
    margin-left: 56px !important;
}
.ml57 {
    margin-left: 57px !important;
}
.ml58 {
    margin-left: 58px !important;
}
.ml59 {
    margin-left: 59px !important;
}
.ml60 {
    margin-left: 60px !important;
}
.ml61 {
    margin-left: 61px !important;
}
.ml62 {
    margin-left: 62px !important;
}
.ml63 {
    margin-left: 63px !important;
}
.ml64 {
    margin-left: 64px !important;
}
.ml65 {
    margin-left: 65px !important;
}
.ml66 {
    margin-left: 66px !important;
}
.ml67 {
    margin-left: 67px !important;
}
.ml68 {
    margin-left: 68px !important;
}
.ml69 {
    margin-left: 69px !important;
}
.ml70 {
    margin-left: 70px !important;
}
.ml71 {
    margin-left: 71px !important;
}
.ml72 {
    margin-left: 72px !important;
}
.ml73 {
    margin-left: 73px !important;
}
.ml74 {
    margin-left: 74px !important;
}
.ml75 {
    margin-left: 75px !important;
}
.ml76 {
    margin-left: 76px !important;
}
.ml77 {
    margin-left: 77px !important;
}
.ml78 {
    margin-left: 78px !important;
}
.ml79 {
    margin-left: 79px !important;
}
.ml80 {
    margin-left: 80px !important;
}
.ml81 {
    margin-left: 81px !important;
}
.ml82 {
    margin-left: 82px !important;
}
.ml83 {
    margin-left: 83px !important;
}
.ml84 {
    margin-left: 84px !important;
}
.ml85 {
    margin-left: 85px !important;
}
.ml86 {
    margin-left: 86px !important;
}
.ml87 {
    margin-left: 87px !important;
}
.ml88 {
    margin-left: 88px !important;
}
.ml89 {
    margin-left: 89px !important;
}
.ml90 {
    margin-left: 90px !important;
}
.ml91 {
    margin-left: 91px !important;
}
.ml92 {
    margin-left: 92px !important;
}
.ml93 {
    margin-left: 93px !important;
}
.ml94 {
    margin-left: 94px !important;
}
.ml95 {
    margin-left: 95px !important;
}
.ml96 {
    margin-left: 96px !important;
}
.ml97 {
    margin-left: 97px !important;
}
.ml98 {
    margin-left: 98px !important;
}
.ml99 {
    margin-left: 99px !important;
}
.ml100 {
    margin-left: 100px !important;
}
.ml101 {
    margin-left: 101px !important;
}
.ml102 {
    margin-left: 102px !important;
}
.ml103 {
    margin-left: 103px !important;
}
.ml104 {
    margin-left: 104px !important;
}
.ml105 {
    margin-left: 105px !important;
}
.ml106 {
    margin-left: 106px !important;
}
.ml107 {
    margin-left: 107px !important;
}
.ml108 {
    margin-left: 108px !important;
}
.ml109 {
    margin-left: 109px !important;
}
.ml110 {
    margin-left: 110px !important;
}
.ml111 {
    margin-left: 111px !important;
}
.ml112 {
    margin-left: 112px !important;
}
.ml113 {
    margin-left: 113px !important;
}
.ml114 {
    margin-left: 114px !important;
}
.ml115 {
    margin-left: 115px !important;
}
.ml116 {
    margin-left: 116px !important;
}
.ml117 {
    margin-left: 117px !important;
}
.ml118 {
    margin-left: 118px !important;
}
.ml119 {
    margin-left: 119px !important;
}
.ml120 {
    margin-left: 120px !important;
}
.ml121 {
    margin-left: 121px !important;
}
.ml122 {
    margin-left: 122px !important;
}
.ml123 {
    margin-left: 123px !important;
}
.ml124 {
    margin-left: 124px !important;
}
.ml125 {
    margin-left: 125px !important;
}
.ml126 {
    margin-left: 126px !important;
}
.ml127 {
    margin-left: 127px !important;
}
.ml128 {
    margin-left: 128px !important;
}
.ml129 {
    margin-left: 129px !important;
}
.ml130 {
    margin-left: 130px !important;
}
.ml131 {
    margin-left: 131px !important;
}
.ml132 {
    margin-left: 132px !important;
}
.ml133 {
    margin-left: 133px !important;
}
.ml134 {
    margin-left: 134px !important;
}
.ml135 {
    margin-left: 135px !important;
}
.ml136 {
    margin-left: 136px !important;
}
.ml137 {
    margin-left: 137px !important;
}
.ml138 {
    margin-left: 138px !important;
}
.ml139 {
    margin-left: 139px !important;
}
.ml140 {
    margin-left: 140px !important;
}
.ml141 {
    margin-left: 141px !important;
}
.ml142 {
    margin-left: 142px !important;
}
.ml143 {
    margin-left: 143px !important;
}
.ml144 {
    margin-left: 144px !important;
}
.ml145 {
    margin-left: 145px !important;
}
.ml146 {
    margin-left: 146px !important;
}
.ml147 {
    margin-left: 147px !important;
}
.ml148 {
    margin-left: 148px !important;
}
.ml149 {
    margin-left: 149px !important;
}
.ml150 {
    margin-left: 150px !important;
}
.ml151 {
    margin-left: 151px !important;
}
.ml152 {
    margin-left: 152px !important;
}
.ml153 {
    margin-left: 153px !important;
}
.ml154 {
    margin-left: 154px !important;
}
.ml155 {
    margin-left: 155px !important;
}
.ml156 {
    margin-left: 156px !important;
}
.ml157 {
    margin-left: 157px !important;
}
.ml158 {
    margin-left: 158px !important;
}
.ml159 {
    margin-left: 159px !important;
}
.ml160 {
    margin-left: 160px !important;
}
.ml161 {
    margin-left: 161px !important;
}
.ml162 {
    margin-left: 162px !important;
}
.ml163 {
    margin-left: 163px !important;
}
.ml164 {
    margin-left: 164px !important;
}
.ml165 {
    margin-left: 165px !important;
}
.ml166 {
    margin-left: 166px !important;
}
.ml167 {
    margin-left: 167px !important;
}
.ml168 {
    margin-left: 168px !important;
}
.ml169 {
    margin-left: 169px !important;
}
.ml170 {
    margin-left: 170px !important;
}
.ml171 {
    margin-left: 171px !important;
}
.ml172 {
    margin-left: 172px !important;
}
.ml173 {
    margin-left: 173px !important;
}
.ml174 {
    margin-left: 174px !important;
}
.ml175 {
    margin-left: 175px !important;
}
.ml176 {
    margin-left: 176px !important;
}
.ml177 {
    margin-left: 177px !important;
}
.ml178 {
    margin-left: 178px !important;
}
.ml179 {
    margin-left: 179px !important;
}
.ml180 {
    margin-left: 180px !important;
}
.ml181 {
    margin-left: 181px !important;
}
.ml182 {
    margin-left: 182px !important;
}
.ml183 {
    margin-left: 183px !important;
}
.ml184 {
    margin-left: 184px !important;
}
.ml185 {
    margin-left: 185px !important;
}
.ml186 {
    margin-left: 186px !important;
}
.ml187 {
    margin-left: 187px !important;
}
.ml188 {
    margin-left: 188px !important;
}
.ml189 {
    margin-left: 189px !important;
}
.ml190 {
    margin-left: 190px !important;
}
.ml191 {
    margin-left: 191px !important;
}
.ml192 {
    margin-left: 192px !important;
}
.ml193 {
    margin-left: 193px !important;
}
.ml194 {
    margin-left: 194px !important;
}
.ml195 {
    margin-left: 195px !important;
}
.ml196 {
    margin-left: 196px !important;
}
.ml197 {
    margin-left: 197px !important;
}
.ml198 {
    margin-left: 198px !important;
}
.ml199 {
    margin-left: 199px !important;
}
.ml200 {
    margin-left: 200px !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-ml0 {
        margin-left: 0px !important;
    }
    .col-sm-ml1 {
        margin-left: 1px !important;
    }
    .col-sm-ml2 {
        margin-left: 2px !important;
    }
    .col-sm-ml3 {
        margin-left: 3px !important;
    }
    .col-sm-ml4 {
        margin-left: 4px !important;
    }
    .col-sm-ml5 {
        margin-left: 5px !important;
    }
    .col-sm-ml6 {
        margin-left: 6px !important;
    }
    .col-sm-ml7 {
        margin-left: 7px !important;
    }
    .col-sm-ml8 {
        margin-left: 8px !important;
    }
    .col-sm-ml9 {
        margin-left: 9px !important;
    }
    .col-sm-ml10 {
        margin-left: 10px !important;
    }
    .col-sm-ml11 {
        margin-left: 11px !important;
    }
    .col-sm-ml12 {
        margin-left: 12px !important;
    }
    .col-sm-ml13 {
        margin-left: 13px !important;
    }
    .col-sm-ml14 {
        margin-left: 14px !important;
    }
    .col-sm-ml15 {
        margin-left: 15px !important;
    }
    .col-sm-ml16 {
        margin-left: 16px !important;
    }
    .col-sm-ml17 {
        margin-left: 17px !important;
    }
    .col-sm-ml18 {
        margin-left: 18px !important;
    }
    .col-sm-ml19 {
        margin-left: 19px !important;
    }
    .col-sm-ml20 {
        margin-left: 20px !important;
    }
    .col-sm-ml21 {
        margin-left: 21px !important;
    }
    .col-sm-ml22 {
        margin-left: 22px !important;
    }
    .col-sm-ml23 {
        margin-left: 23px !important;
    }
    .col-sm-ml24 {
        margin-left: 24px !important;
    }
    .col-sm-ml25 {
        margin-left: 25px !important;
    }
    .col-sm-ml26 {
        margin-left: 26px !important;
    }
    .col-sm-ml27 {
        margin-left: 27px !important;
    }
    .col-sm-ml28 {
        margin-left: 28px !important;
    }
    .col-sm-ml29 {
        margin-left: 29px !important;
    }
    .col-sm-ml30 {
        margin-left: 30px !important;
    }
    .col-sm-ml31 {
        margin-left: 31px !important;
    }
    .col-sm-ml32 {
        margin-left: 32px !important;
    }
    .col-sm-ml33 {
        margin-left: 33px !important;
    }
    .col-sm-ml34 {
        margin-left: 34px !important;
    }
    .col-sm-ml35 {
        margin-left: 35px !important;
    }
    .col-sm-ml36 {
        margin-left: 36px !important;
    }
    .col-sm-ml37 {
        margin-left: 37px !important;
    }
    .col-sm-ml38 {
        margin-left: 38px !important;
    }
    .col-sm-ml39 {
        margin-left: 39px !important;
    }
    .col-sm-ml40 {
        margin-left: 40px !important;
    }
    .col-sm-ml41 {
        margin-left: 41px !important;
    }
    .col-sm-ml42 {
        margin-left: 42px !important;
    }
    .col-sm-ml43 {
        margin-left: 43px !important;
    }
    .col-sm-ml44 {
        margin-left: 44px !important;
    }
    .col-sm-ml45 {
        margin-left: 45px !important;
    }
    .col-sm-ml46 {
        margin-left: 46px !important;
    }
    .col-sm-ml47 {
        margin-left: 47px !important;
    }
    .col-sm-ml48 {
        margin-left: 48px !important;
    }
    .col-sm-ml49 {
        margin-left: 49px !important;
    }
    .col-sm-ml50 {
        margin-left: 50px !important;
    }
    .col-sm-ml51 {
        margin-left: 51px !important;
    }
    .col-sm-ml52 {
        margin-left: 52px !important;
    }
    .col-sm-ml53 {
        margin-left: 53px !important;
    }
    .col-sm-ml54 {
        margin-left: 54px !important;
    }
    .col-sm-ml55 {
        margin-left: 55px !important;
    }
    .col-sm-ml56 {
        margin-left: 56px !important;
    }
    .col-sm-ml57 {
        margin-left: 57px !important;
    }
    .col-sm-ml58 {
        margin-left: 58px !important;
    }
    .col-sm-ml59 {
        margin-left: 59px !important;
    }
    .col-sm-ml60 {
        margin-left: 60px !important;
    }
    .col-sm-ml61 {
        margin-left: 61px !important;
    }
    .col-sm-ml62 {
        margin-left: 62px !important;
    }
    .col-sm-ml63 {
        margin-left: 63px !important;
    }
    .col-sm-ml64 {
        margin-left: 64px !important;
    }
    .col-sm-ml65 {
        margin-left: 65px !important;
    }
    .col-sm-ml66 {
        margin-left: 66px !important;
    }
    .col-sm-ml67 {
        margin-left: 67px !important;
    }
    .col-sm-ml68 {
        margin-left: 68px !important;
    }
    .col-sm-ml69 {
        margin-left: 69px !important;
    }
    .col-sm-ml70 {
        margin-left: 70px !important;
    }
    .col-sm-ml71 {
        margin-left: 71px !important;
    }
    .col-sm-ml72 {
        margin-left: 72px !important;
    }
    .col-sm-ml73 {
        margin-left: 73px !important;
    }
    .col-sm-ml74 {
        margin-left: 74px !important;
    }
    .col-sm-ml75 {
        margin-left: 75px !important;
    }
    .col-sm-ml76 {
        margin-left: 76px !important;
    }
    .col-sm-ml77 {
        margin-left: 77px !important;
    }
    .col-sm-ml78 {
        margin-left: 78px !important;
    }
    .col-sm-ml79 {
        margin-left: 79px !important;
    }
    .col-sm-ml80 {
        margin-left: 80px !important;
    }
    .col-sm-ml81 {
        margin-left: 81px !important;
    }
    .col-sm-ml82 {
        margin-left: 82px !important;
    }
    .col-sm-ml83 {
        margin-left: 83px !important;
    }
    .col-sm-ml84 {
        margin-left: 84px !important;
    }
    .col-sm-ml85 {
        margin-left: 85px !important;
    }
    .col-sm-ml86 {
        margin-left: 86px !important;
    }
    .col-sm-ml87 {
        margin-left: 87px !important;
    }
    .col-sm-ml88 {
        margin-left: 88px !important;
    }
    .col-sm-ml89 {
        margin-left: 89px !important;
    }
    .col-sm-ml90 {
        margin-left: 90px !important;
    }
    .col-sm-ml91 {
        margin-left: 91px !important;
    }
    .col-sm-ml92 {
        margin-left: 92px !important;
    }
    .col-sm-ml93 {
        margin-left: 93px !important;
    }
    .col-sm-ml94 {
        margin-left: 94px !important;
    }
    .col-sm-ml95 {
        margin-left: 95px !important;
    }
    .col-sm-ml96 {
        margin-left: 96px !important;
    }
    .col-sm-ml97 {
        margin-left: 97px !important;
    }
    .col-sm-ml98 {
        margin-left: 98px !important;
    }
    .col-sm-ml99 {
        margin-left: 99px !important;
    }
    .col-sm-ml100 {
        margin-left: 100px !important;
    }
    .col-sm-ml101 {
        margin-left: 101px !important;
    }
    .col-sm-ml102 {
        margin-left: 102px !important;
    }
    .col-sm-ml103 {
        margin-left: 103px !important;
    }
    .col-sm-ml104 {
        margin-left: 104px !important;
    }
    .col-sm-ml105 {
        margin-left: 105px !important;
    }
    .col-sm-ml106 {
        margin-left: 106px !important;
    }
    .col-sm-ml107 {
        margin-left: 107px !important;
    }
    .col-sm-ml108 {
        margin-left: 108px !important;
    }
    .col-sm-ml109 {
        margin-left: 109px !important;
    }
    .col-sm-ml110 {
        margin-left: 110px !important;
    }
    .col-sm-ml111 {
        margin-left: 111px !important;
    }
    .col-sm-ml112 {
        margin-left: 112px !important;
    }
    .col-sm-ml113 {
        margin-left: 113px !important;
    }
    .col-sm-ml114 {
        margin-left: 114px !important;
    }
    .col-sm-ml115 {
        margin-left: 115px !important;
    }
    .col-sm-ml116 {
        margin-left: 116px !important;
    }
    .col-sm-ml117 {
        margin-left: 117px !important;
    }
    .col-sm-ml118 {
        margin-left: 118px !important;
    }
    .col-sm-ml119 {
        margin-left: 119px !important;
    }
    .col-sm-ml120 {
        margin-left: 120px !important;
    }
    .col-sm-ml121 {
        margin-left: 121px !important;
    }
    .col-sm-ml122 {
        margin-left: 122px !important;
    }
    .col-sm-ml123 {
        margin-left: 123px !important;
    }
    .col-sm-ml124 {
        margin-left: 124px !important;
    }
    .col-sm-ml125 {
        margin-left: 125px !important;
    }
    .col-sm-ml126 {
        margin-left: 126px !important;
    }
    .col-sm-ml127 {
        margin-left: 127px !important;
    }
    .col-sm-ml128 {
        margin-left: 128px !important;
    }
    .col-sm-ml129 {
        margin-left: 129px !important;
    }
    .col-sm-ml130 {
        margin-left: 130px !important;
    }
    .col-sm-ml131 {
        margin-left: 131px !important;
    }
    .col-sm-ml132 {
        margin-left: 132px !important;
    }
    .col-sm-ml133 {
        margin-left: 133px !important;
    }
    .col-sm-ml134 {
        margin-left: 134px !important;
    }
    .col-sm-ml135 {
        margin-left: 135px !important;
    }
    .col-sm-ml136 {
        margin-left: 136px !important;
    }
    .col-sm-ml137 {
        margin-left: 137px !important;
    }
    .col-sm-ml138 {
        margin-left: 138px !important;
    }
    .col-sm-ml139 {
        margin-left: 139px !important;
    }
    .col-sm-ml140 {
        margin-left: 140px !important;
    }
    .col-sm-ml141 {
        margin-left: 141px !important;
    }
    .col-sm-ml142 {
        margin-left: 142px !important;
    }
    .col-sm-ml143 {
        margin-left: 143px !important;
    }
    .col-sm-ml144 {
        margin-left: 144px !important;
    }
    .col-sm-ml145 {
        margin-left: 145px !important;
    }
    .col-sm-ml146 {
        margin-left: 146px !important;
    }
    .col-sm-ml147 {
        margin-left: 147px !important;
    }
    .col-sm-ml148 {
        margin-left: 148px !important;
    }
    .col-sm-ml149 {
        margin-left: 149px !important;
    }
    .col-sm-ml150 {
        margin-left: 150px !important;
    }
    .col-sm-ml151 {
        margin-left: 151px !important;
    }
    .col-sm-ml152 {
        margin-left: 152px !important;
    }
    .col-sm-ml153 {
        margin-left: 153px !important;
    }
    .col-sm-ml154 {
        margin-left: 154px !important;
    }
    .col-sm-ml155 {
        margin-left: 155px !important;
    }
    .col-sm-ml156 {
        margin-left: 156px !important;
    }
    .col-sm-ml157 {
        margin-left: 157px !important;
    }
    .col-sm-ml158 {
        margin-left: 158px !important;
    }
    .col-sm-ml159 {
        margin-left: 159px !important;
    }
    .col-sm-ml160 {
        margin-left: 160px !important;
    }
    .col-sm-ml161 {
        margin-left: 161px !important;
    }
    .col-sm-ml162 {
        margin-left: 162px !important;
    }
    .col-sm-ml163 {
        margin-left: 163px !important;
    }
    .col-sm-ml164 {
        margin-left: 164px !important;
    }
    .col-sm-ml165 {
        margin-left: 165px !important;
    }
    .col-sm-ml166 {
        margin-left: 166px !important;
    }
    .col-sm-ml167 {
        margin-left: 167px !important;
    }
    .col-sm-ml168 {
        margin-left: 168px !important;
    }
    .col-sm-ml169 {
        margin-left: 169px !important;
    }
    .col-sm-ml170 {
        margin-left: 170px !important;
    }
    .col-sm-ml171 {
        margin-left: 171px !important;
    }
    .col-sm-ml172 {
        margin-left: 172px !important;
    }
    .col-sm-ml173 {
        margin-left: 173px !important;
    }
    .col-sm-ml174 {
        margin-left: 174px !important;
    }
    .col-sm-ml175 {
        margin-left: 175px !important;
    }
    .col-sm-ml176 {
        margin-left: 176px !important;
    }
    .col-sm-ml177 {
        margin-left: 177px !important;
    }
    .col-sm-ml178 {
        margin-left: 178px !important;
    }
    .col-sm-ml179 {
        margin-left: 179px !important;
    }
    .col-sm-ml180 {
        margin-left: 180px !important;
    }
    .col-sm-ml181 {
        margin-left: 181px !important;
    }
    .col-sm-ml182 {
        margin-left: 182px !important;
    }
    .col-sm-ml183 {
        margin-left: 183px !important;
    }
    .col-sm-ml184 {
        margin-left: 184px !important;
    }
    .col-sm-ml185 {
        margin-left: 185px !important;
    }
    .col-sm-ml186 {
        margin-left: 186px !important;
    }
    .col-sm-ml187 {
        margin-left: 187px !important;
    }
    .col-sm-ml188 {
        margin-left: 188px !important;
    }
    .col-sm-ml189 {
        margin-left: 189px !important;
    }
    .col-sm-ml190 {
        margin-left: 190px !important;
    }
    .col-sm-ml191 {
        margin-left: 191px !important;
    }
    .col-sm-ml192 {
        margin-left: 192px !important;
    }
    .col-sm-ml193 {
        margin-left: 193px !important;
    }
    .col-sm-ml194 {
        margin-left: 194px !important;
    }
    .col-sm-ml195 {
        margin-left: 195px !important;
    }
    .col-sm-ml196 {
        margin-left: 196px !important;
    }
    .col-sm-ml197 {
        margin-left: 197px !important;
    }
    .col-sm-ml198 {
        margin-left: 198px !important;
    }
    .col-sm-ml199 {
        margin-left: 199px !important;
    }
    .col-sm-ml200 {
        margin-left: 200px !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-ml0 {
        margin-left: 0px !important;
    }
    .col-xs-ml1 {
        margin-left: 1px !important;
    }
    .col-xs-ml2 {
        margin-left: 2px !important;
    }
    .col-xs-ml3 {
        margin-left: 3px !important;
    }
    .col-xs-ml4 {
        margin-left: 4px !important;
    }
    .col-xs-ml5 {
        margin-left: 5px !important;
    }
    .col-xs-ml6 {
        margin-left: 6px !important;
    }
    .col-xs-ml7 {
        margin-left: 7px !important;
    }
    .col-xs-ml8 {
        margin-left: 8px !important;
    }
    .col-xs-ml9 {
        margin-left: 9px !important;
    }
    .col-xs-ml10 {
        margin-left: 10px !important;
    }
    .col-xs-ml11 {
        margin-left: 11px !important;
    }
    .col-xs-ml12 {
        margin-left: 12px !important;
    }
    .col-xs-ml13 {
        margin-left: 13px !important;
    }
    .col-xs-ml14 {
        margin-left: 14px !important;
    }
    .col-xs-ml15 {
        margin-left: 15px !important;
    }
    .col-xs-ml16 {
        margin-left: 16px !important;
    }
    .col-xs-ml17 {
        margin-left: 17px !important;
    }
    .col-xs-ml18 {
        margin-left: 18px !important;
    }
    .col-xs-ml19 {
        margin-left: 19px !important;
    }
    .col-xs-ml20 {
        margin-left: 20px !important;
    }
    .col-xs-ml21 {
        margin-left: 21px !important;
    }
    .col-xs-ml22 {
        margin-left: 22px !important;
    }
    .col-xs-ml23 {
        margin-left: 23px !important;
    }
    .col-xs-ml24 {
        margin-left: 24px !important;
    }
    .col-xs-ml25 {
        margin-left: 25px !important;
    }
    .col-xs-ml26 {
        margin-left: 26px !important;
    }
    .col-xs-ml27 {
        margin-left: 27px !important;
    }
    .col-xs-ml28 {
        margin-left: 28px !important;
    }
    .col-xs-ml29 {
        margin-left: 29px !important;
    }
    .col-xs-ml30 {
        margin-left: 30px !important;
    }
    .col-xs-ml31 {
        margin-left: 31px !important;
    }
    .col-xs-ml32 {
        margin-left: 32px !important;
    }
    .col-xs-ml33 {
        margin-left: 33px !important;
    }
    .col-xs-ml34 {
        margin-left: 34px !important;
    }
    .col-xs-ml35 {
        margin-left: 35px !important;
    }
    .col-xs-ml36 {
        margin-left: 36px !important;
    }
    .col-xs-ml37 {
        margin-left: 37px !important;
    }
    .col-xs-ml38 {
        margin-left: 38px !important;
    }
    .col-xs-ml39 {
        margin-left: 39px !important;
    }
    .col-xs-ml40 {
        margin-left: 40px !important;
    }
    .col-xs-ml41 {
        margin-left: 41px !important;
    }
    .col-xs-ml42 {
        margin-left: 42px !important;
    }
    .col-xs-ml43 {
        margin-left: 43px !important;
    }
    .col-xs-ml44 {
        margin-left: 44px !important;
    }
    .col-xs-ml45 {
        margin-left: 45px !important;
    }
    .col-xs-ml46 {
        margin-left: 46px !important;
    }
    .col-xs-ml47 {
        margin-left: 47px !important;
    }
    .col-xs-ml48 {
        margin-left: 48px !important;
    }
    .col-xs-ml49 {
        margin-left: 49px !important;
    }
    .col-xs-ml50 {
        margin-left: 50px !important;
    }
    .col-xs-ml51 {
        margin-left: 51px !important;
    }
    .col-xs-ml52 {
        margin-left: 52px !important;
    }
    .col-xs-ml53 {
        margin-left: 53px !important;
    }
    .col-xs-ml54 {
        margin-left: 54px !important;
    }
    .col-xs-ml55 {
        margin-left: 55px !important;
    }
    .col-xs-ml56 {
        margin-left: 56px !important;
    }
    .col-xs-ml57 {
        margin-left: 57px !important;
    }
    .col-xs-ml58 {
        margin-left: 58px !important;
    }
    .col-xs-ml59 {
        margin-left: 59px !important;
    }
    .col-xs-ml60 {
        margin-left: 60px !important;
    }
    .col-xs-ml61 {
        margin-left: 61px !important;
    }
    .col-xs-ml62 {
        margin-left: 62px !important;
    }
    .col-xs-ml63 {
        margin-left: 63px !important;
    }
    .col-xs-ml64 {
        margin-left: 64px !important;
    }
    .col-xs-ml65 {
        margin-left: 65px !important;
    }
    .col-xs-ml66 {
        margin-left: 66px !important;
    }
    .col-xs-ml67 {
        margin-left: 67px !important;
    }
    .col-xs-ml68 {
        margin-left: 68px !important;
    }
    .col-xs-ml69 {
        margin-left: 69px !important;
    }
    .col-xs-ml70 {
        margin-left: 70px !important;
    }
    .col-xs-ml71 {
        margin-left: 71px !important;
    }
    .col-xs-ml72 {
        margin-left: 72px !important;
    }
    .col-xs-ml73 {
        margin-left: 73px !important;
    }
    .col-xs-ml74 {
        margin-left: 74px !important;
    }
    .col-xs-ml75 {
        margin-left: 75px !important;
    }
    .col-xs-ml76 {
        margin-left: 76px !important;
    }
    .col-xs-ml77 {
        margin-left: 77px !important;
    }
    .col-xs-ml78 {
        margin-left: 78px !important;
    }
    .col-xs-ml79 {
        margin-left: 79px !important;
    }
    .col-xs-ml80 {
        margin-left: 80px !important;
    }
    .col-xs-ml81 {
        margin-left: 81px !important;
    }
    .col-xs-ml82 {
        margin-left: 82px !important;
    }
    .col-xs-ml83 {
        margin-left: 83px !important;
    }
    .col-xs-ml84 {
        margin-left: 84px !important;
    }
    .col-xs-ml85 {
        margin-left: 85px !important;
    }
    .col-xs-ml86 {
        margin-left: 86px !important;
    }
    .col-xs-ml87 {
        margin-left: 87px !important;
    }
    .col-xs-ml88 {
        margin-left: 88px !important;
    }
    .col-xs-ml89 {
        margin-left: 89px !important;
    }
    .col-xs-ml90 {
        margin-left: 90px !important;
    }
    .col-xs-ml91 {
        margin-left: 91px !important;
    }
    .col-xs-ml92 {
        margin-left: 92px !important;
    }
    .col-xs-ml93 {
        margin-left: 93px !important;
    }
    .col-xs-ml94 {
        margin-left: 94px !important;
    }
    .col-xs-ml95 {
        margin-left: 95px !important;
    }
    .col-xs-ml96 {
        margin-left: 96px !important;
    }
    .col-xs-ml97 {
        margin-left: 97px !important;
    }
    .col-xs-ml98 {
        margin-left: 98px !important;
    }
    .col-xs-ml99 {
        margin-left: 99px !important;
    }
    .col-xs-ml100 {
        margin-left: 100px !important;
    }
    .col-xs-ml101 {
        margin-left: 101px !important;
    }
    .col-xs-ml102 {
        margin-left: 102px !important;
    }
    .col-xs-ml103 {
        margin-left: 103px !important;
    }
    .col-xs-ml104 {
        margin-left: 104px !important;
    }
    .col-xs-ml105 {
        margin-left: 105px !important;
    }
    .col-xs-ml106 {
        margin-left: 106px !important;
    }
    .col-xs-ml107 {
        margin-left: 107px !important;
    }
    .col-xs-ml108 {
        margin-left: 108px !important;
    }
    .col-xs-ml109 {
        margin-left: 109px !important;
    }
    .col-xs-ml110 {
        margin-left: 110px !important;
    }
    .col-xs-ml111 {
        margin-left: 111px !important;
    }
    .col-xs-ml112 {
        margin-left: 112px !important;
    }
    .col-xs-ml113 {
        margin-left: 113px !important;
    }
    .col-xs-ml114 {
        margin-left: 114px !important;
    }
    .col-xs-ml115 {
        margin-left: 115px !important;
    }
    .col-xs-ml116 {
        margin-left: 116px !important;
    }
    .col-xs-ml117 {
        margin-left: 117px !important;
    }
    .col-xs-ml118 {
        margin-left: 118px !important;
    }
    .col-xs-ml119 {
        margin-left: 119px !important;
    }
    .col-xs-ml120 {
        margin-left: 120px !important;
    }
    .col-xs-ml121 {
        margin-left: 121px !important;
    }
    .col-xs-ml122 {
        margin-left: 122px !important;
    }
    .col-xs-ml123 {
        margin-left: 123px !important;
    }
    .col-xs-ml124 {
        margin-left: 124px !important;
    }
    .col-xs-ml125 {
        margin-left: 125px !important;
    }
    .col-xs-ml126 {
        margin-left: 126px !important;
    }
    .col-xs-ml127 {
        margin-left: 127px !important;
    }
    .col-xs-ml128 {
        margin-left: 128px !important;
    }
    .col-xs-ml129 {
        margin-left: 129px !important;
    }
    .col-xs-ml130 {
        margin-left: 130px !important;
    }
    .col-xs-ml131 {
        margin-left: 131px !important;
    }
    .col-xs-ml132 {
        margin-left: 132px !important;
    }
    .col-xs-ml133 {
        margin-left: 133px !important;
    }
    .col-xs-ml134 {
        margin-left: 134px !important;
    }
    .col-xs-ml135 {
        margin-left: 135px !important;
    }
    .col-xs-ml136 {
        margin-left: 136px !important;
    }
    .col-xs-ml137 {
        margin-left: 137px !important;
    }
    .col-xs-ml138 {
        margin-left: 138px !important;
    }
    .col-xs-ml139 {
        margin-left: 139px !important;
    }
    .col-xs-ml140 {
        margin-left: 140px !important;
    }
    .col-xs-ml141 {
        margin-left: 141px !important;
    }
    .col-xs-ml142 {
        margin-left: 142px !important;
    }
    .col-xs-ml143 {
        margin-left: 143px !important;
    }
    .col-xs-ml144 {
        margin-left: 144px !important;
    }
    .col-xs-ml145 {
        margin-left: 145px !important;
    }
    .col-xs-ml146 {
        margin-left: 146px !important;
    }
    .col-xs-ml147 {
        margin-left: 147px !important;
    }
    .col-xs-ml148 {
        margin-left: 148px !important;
    }
    .col-xs-ml149 {
        margin-left: 149px !important;
    }
    .col-xs-ml150 {
        margin-left: 150px !important;
    }
    .col-xs-ml151 {
        margin-left: 151px !important;
    }
    .col-xs-ml152 {
        margin-left: 152px !important;
    }
    .col-xs-ml153 {
        margin-left: 153px !important;
    }
    .col-xs-ml154 {
        margin-left: 154px !important;
    }
    .col-xs-ml155 {
        margin-left: 155px !important;
    }
    .col-xs-ml156 {
        margin-left: 156px !important;
    }
    .col-xs-ml157 {
        margin-left: 157px !important;
    }
    .col-xs-ml158 {
        margin-left: 158px !important;
    }
    .col-xs-ml159 {
        margin-left: 159px !important;
    }
    .col-xs-ml160 {
        margin-left: 160px !important;
    }
    .col-xs-ml161 {
        margin-left: 161px !important;
    }
    .col-xs-ml162 {
        margin-left: 162px !important;
    }
    .col-xs-ml163 {
        margin-left: 163px !important;
    }
    .col-xs-ml164 {
        margin-left: 164px !important;
    }
    .col-xs-ml165 {
        margin-left: 165px !important;
    }
    .col-xs-ml166 {
        margin-left: 166px !important;
    }
    .col-xs-ml167 {
        margin-left: 167px !important;
    }
    .col-xs-ml168 {
        margin-left: 168px !important;
    }
    .col-xs-ml169 {
        margin-left: 169px !important;
    }
    .col-xs-ml170 {
        margin-left: 170px !important;
    }
    .col-xs-ml171 {
        margin-left: 171px !important;
    }
    .col-xs-ml172 {
        margin-left: 172px !important;
    }
    .col-xs-ml173 {
        margin-left: 173px !important;
    }
    .col-xs-ml174 {
        margin-left: 174px !important;
    }
    .col-xs-ml175 {
        margin-left: 175px !important;
    }
    .col-xs-ml176 {
        margin-left: 176px !important;
    }
    .col-xs-ml177 {
        margin-left: 177px !important;
    }
    .col-xs-ml178 {
        margin-left: 178px !important;
    }
    .col-xs-ml179 {
        margin-left: 179px !important;
    }
    .col-xs-ml180 {
        margin-left: 180px !important;
    }
    .col-xs-ml181 {
        margin-left: 181px !important;
    }
    .col-xs-ml182 {
        margin-left: 182px !important;
    }
    .col-xs-ml183 {
        margin-left: 183px !important;
    }
    .col-xs-ml184 {
        margin-left: 184px !important;
    }
    .col-xs-ml185 {
        margin-left: 185px !important;
    }
    .col-xs-ml186 {
        margin-left: 186px !important;
    }
    .col-xs-ml187 {
        margin-left: 187px !important;
    }
    .col-xs-ml188 {
        margin-left: 188px !important;
    }
    .col-xs-ml189 {
        margin-left: 189px !important;
    }
    .col-xs-ml190 {
        margin-left: 190px !important;
    }
    .col-xs-ml191 {
        margin-left: 191px !important;
    }
    .col-xs-ml192 {
        margin-left: 192px !important;
    }
    .col-xs-ml193 {
        margin-left: 193px !important;
    }
    .col-xs-ml194 {
        margin-left: 194px !important;
    }
    .col-xs-ml195 {
        margin-left: 195px !important;
    }
    .col-xs-ml196 {
        margin-left: 196px !important;
    }
    .col-xs-ml197 {
        margin-left: 197px !important;
    }
    .col-xs-ml198 {
        margin-left: 198px !important;
    }
    .col-xs-ml199 {
        margin-left: 199px !important;
    }
    .col-xs-ml200 {
        margin-left: 200px !important;
    }
}
/* Xs End */

/* Responsive End */
/******---------- Margin Left End ----------******/
/******---------- Margin Right ----------******/

.mr0 {
    margin-right: 0px !important;
}
.mr1 {
    margin-right: 1px !important;
}
.mr2 {
    margin-right: 2px !important;
}
.mr3 {
    margin-right: 3px !important;
}
.mr4 {
    margin-right: 4px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr6 {
    margin-right: 6px !important;
}
.mr7 {
    margin-right: 7px !important;
}
.mr8 {
    margin-right: 8px !important;
}
.mr9 {
    margin-right: 9px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr11 {
    margin-right: 11px !important;
}
.mr12 {
    margin-right: 12px !important;
}
.mr13 {
    margin-right: 13px !important;
}
.mr14 {
    margin-right: 14px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr16 {
    margin-right: 16px !important;
}
.mr17 {
    margin-right: 17px !important;
}
.mr18 {
    margin-right: 18px !important;
}
.mr19 {
    margin-right: 19px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr21 {
    margin-right: 21px !important;
}
.mr22 {
    margin-right: 22px !important;
}
.mr23 {
    margin-right: 23px !important;
}
.mr24 {
    margin-right: 24px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr26 {
    margin-right: 26px !important;
}
.mr27 {
    margin-right: 27px !important;
}
.mr28 {
    margin-right: 28px !important;
}
.mr29 {
    margin-right: 29px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr31 {
    margin-right: 31px !important;
}
.mr32 {
    margin-right: 32px !important;
}
.mr33 {
    margin-right: 33px !important;
}
.mr34 {
    margin-right: 34px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mr36 {
    margin-right: 36px !important;
}
.mr37 {
    margin-right: 37px !important;
}
.mr38 {
    margin-right: 38px !important;
}
.mr39 {
    margin-right: 39px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr41 {
    margin-right: 41px !important;
}
.mr42 {
    margin-right: 42px !important;
}
.mr43 {
    margin-right: 43px !important;
}
.mr44 {
    margin-right: 44px !important;
}
.mr45 {
    margin-right: 45px !important;
}
.mr46 {
    margin-right: 46px !important;
}
.mr47 {
    margin-right: 47px !important;
}
.mr48 {
    margin-right: 48px !important;
}
.mr49 {
    margin-right: 49px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mr51 {
    margin-right: 51px !important;
}
.mr52 {
    margin-right: 52px !important;
}
.mr53 {
    margin-right: 53px !important;
}
.mr54 {
    margin-right: 54px !important;
}
.mr55 {
    margin-right: 55px !important;
}
.mr56 {
    margin-right: 56px !important;
}
.mr57 {
    margin-right: 57px !important;
}
.mr58 {
    margin-right: 58px !important;
}
.mr59 {
    margin-right: 59px !important;
}
.mr60 {
    margin-right: 60px !important;
}
.mr61 {
    margin-right: 61px !important;
}
.mr62 {
    margin-right: 62px !important;
}
.mr63 {
    margin-right: 63px !important;
}
.mr64 {
    margin-right: 64px !important;
}
.mr65 {
    margin-right: 65px !important;
}
.mr66 {
    margin-right: 66px !important;
}
.mr67 {
    margin-right: 67px !important;
}
.mr68 {
    margin-right: 68px !important;
}
.mr69 {
    margin-right: 69px !important;
}
.mr70 {
    margin-right: 70px !important;
}
.mr71 {
    margin-right: 71px !important;
}
.mr72 {
    margin-right: 72px !important;
}
.mr73 {
    margin-right: 73px !important;
}
.mr74 {
    margin-right: 74px !important;
}
.mr75 {
    margin-right: 75px !important;
}
.mr76 {
    margin-right: 76px !important;
}
.mr77 {
    margin-right: 77px !important;
}
.mr78 {
    margin-right: 78px !important;
}
.mr79 {
    margin-right: 79px !important;
}
.mr80 {
    margin-right: 80px !important;
}
.mr81 {
    margin-right: 81px !important;
}
.mr82 {
    margin-right: 82px !important;
}
.mr83 {
    margin-right: 83px !important;
}
.mr84 {
    margin-right: 84px !important;
}
.mr85 {
    margin-right: 85px !important;
}
.mr86 {
    margin-right: 86px !important;
}
.mr87 {
    margin-right: 87px !important;
}
.mr88 {
    margin-right: 88px !important;
}
.mr89 {
    margin-right: 89px !important;
}
.mr90 {
    margin-right: 90px !important;
}
.mr91 {
    margin-right: 91px !important;
}
.mr92 {
    margin-right: 92px !important;
}
.mr93 {
    margin-right: 93px !important;
}
.mr94 {
    margin-right: 94px !important;
}
.mr95 {
    margin-right: 95px !important;
}
.mr96 {
    margin-right: 96px !important;
}
.mr97 {
    margin-right: 97px !important;
}
.mr98 {
    margin-right: 98px !important;
}
.mr99 {
    margin-right: 99px !important;
}
.mr100 {
    margin-right: 100px !important;
}
.mr101 {
    margin-right: 101px !important;
}
.mr102 {
    margin-right: 102px !important;
}
.mr103 {
    margin-right: 103px !important;
}
.mr104 {
    margin-right: 104px !important;
}
.mr105 {
    margin-right: 105px !important;
}
.mr106 {
    margin-right: 106px !important;
}
.mr107 {
    margin-right: 107px !important;
}
.mr108 {
    margin-right: 108px !important;
}
.mr109 {
    margin-right: 109px !important;
}
.mr110 {
    margin-right: 110px !important;
}
.mr111 {
    margin-right: 111px !important;
}
.mr112 {
    margin-right: 112px !important;
}
.mr113 {
    margin-right: 113px !important;
}
.mr114 {
    margin-right: 114px !important;
}
.mr115 {
    margin-right: 115px !important;
}
.mr116 {
    margin-right: 116px !important;
}
.mr117 {
    margin-right: 117px !important;
}
.mr118 {
    margin-right: 118px !important;
}
.mr119 {
    margin-right: 119px !important;
}
.mr120 {
    margin-right: 120px !important;
}
.mr121 {
    margin-right: 121px !important;
}
.mr122 {
    margin-right: 122px !important;
}
.mr123 {
    margin-right: 123px !important;
}
.mr124 {
    margin-right: 124px !important;
}
.mr125 {
    margin-right: 125px !important;
}
.mr126 {
    margin-right: 126px !important;
}
.mr127 {
    margin-right: 127px !important;
}
.mr128 {
    margin-right: 128px !important;
}
.mr129 {
    margin-right: 129px !important;
}
.mr130 {
    margin-right: 130px !important;
}
.mr131 {
    margin-right: 131px !important;
}
.mr132 {
    margin-right: 132px !important;
}
.mr133 {
    margin-right: 133px !important;
}
.mr134 {
    margin-right: 134px !important;
}
.mr135 {
    margin-right: 135px !important;
}
.mr136 {
    margin-right: 136px !important;
}
.mr137 {
    margin-right: 137px !important;
}
.mr138 {
    margin-right: 138px !important;
}
.mr139 {
    margin-right: 139px !important;
}
.mr140 {
    margin-right: 140px !important;
}
.mr141 {
    margin-right: 141px !important;
}
.mr142 {
    margin-right: 142px !important;
}
.mr143 {
    margin-right: 143px !important;
}
.mr144 {
    margin-right: 144px !important;
}
.mr145 {
    margin-right: 145px !important;
}
.mr146 {
    margin-right: 146px !important;
}
.mr147 {
    margin-right: 147px !important;
}
.mr148 {
    margin-right: 148px !important;
}
.mr149 {
    margin-right: 149px !important;
}
.mr150 {
    margin-right: 150px !important;
}
.mr151 {
    margin-right: 151px !important;
}
.mr152 {
    margin-right: 152px !important;
}
.mr153 {
    margin-right: 153px !important;
}
.mr154 {
    margin-right: 154px !important;
}
.mr155 {
    margin-right: 155px !important;
}
.mr156 {
    margin-right: 156px !important;
}
.mr157 {
    margin-right: 157px !important;
}
.mr158 {
    margin-right: 158px !important;
}
.mr159 {
    margin-right: 159px !important;
}
.mr160 {
    margin-right: 160px !important;
}
.mr161 {
    margin-right: 161px !important;
}
.mr162 {
    margin-right: 162px !important;
}
.mr163 {
    margin-right: 163px !important;
}
.mr164 {
    margin-right: 164px !important;
}
.mr165 {
    margin-right: 165px !important;
}
.mr166 {
    margin-right: 166px !important;
}
.mr167 {
    margin-right: 167px !important;
}
.mr168 {
    margin-right: 168px !important;
}
.mr169 {
    margin-right: 169px !important;
}
.mr170 {
    margin-right: 170px !important;
}
.mr171 {
    margin-right: 171px !important;
}
.mr172 {
    margin-right: 172px !important;
}
.mr173 {
    margin-right: 173px !important;
}
.mr174 {
    margin-right: 174px !important;
}
.mr175 {
    margin-right: 175px !important;
}
.mr176 {
    margin-right: 176px !important;
}
.mr177 {
    margin-right: 177px !important;
}
.mr178 {
    margin-right: 178px !important;
}
.mr179 {
    margin-right: 179px !important;
}
.mr180 {
    margin-right: 180px !important;
}
.mr181 {
    margin-right: 181px !important;
}
.mr182 {
    margin-right: 182px !important;
}
.mr183 {
    margin-right: 183px !important;
}
.mr184 {
    margin-right: 184px !important;
}
.mr185 {
    margin-right: 185px !important;
}
.mr186 {
    margin-right: 186px !important;
}
.mr187 {
    margin-right: 187px !important;
}
.mr188 {
    margin-right: 188px !important;
}
.mr189 {
    margin-right: 189px !important;
}
.mr190 {
    margin-right: 190px !important;
}
.mr191 {
    margin-right: 191px !important;
}
.mr192 {
    margin-right: 192px !important;
}
.mr193 {
    margin-right: 193px !important;
}
.mr194 {
    margin-right: 194px !important;
}
.mr195 {
    margin-right: 195px !important;
}
.mr196 {
    margin-right: 196px !important;
}
.mr197 {
    margin-right: 197px !important;
}
.mr198 {
    margin-right: 198px !important;
}
.mr199 {
    margin-right: 199px !important;
}
.mr200 {
    margin-right: 200px !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-mr0 {
        margin-right: 0px !important;
    }
    .col-sm-mr1 {
        margin-right: 1px !important;
    }
    .col-sm-mr2 {
        margin-right: 2px !important;
    }
    .col-sm-mr3 {
        margin-right: 3px !important;
    }
    .col-sm-mr4 {
        margin-right: 4px !important;
    }
    .col-sm-mr5 {
        margin-right: 5px !important;
    }
    .col-sm-mr6 {
        margin-right: 6px !important;
    }
    .col-sm-mr7 {
        margin-right: 7px !important;
    }
    .col-sm-mr8 {
        margin-right: 8px !important;
    }
    .col-sm-mr9 {
        margin-right: 9px !important;
    }
    .col-sm-mr10 {
        margin-right: 10px !important;
    }
    .col-sm-mr11 {
        margin-right: 11px !important;
    }
    .col-sm-mr12 {
        margin-right: 12px !important;
    }
    .col-sm-mr13 {
        margin-right: 13px !important;
    }
    .col-sm-mr14 {
        margin-right: 14px !important;
    }
    .col-sm-mr15 {
        margin-right: 15px !important;
    }
    .col-sm-mr16 {
        margin-right: 16px !important;
    }
    .col-sm-mr17 {
        margin-right: 17px !important;
    }
    .col-sm-mr18 {
        margin-right: 18px !important;
    }
    .col-sm-mr19 {
        margin-right: 19px !important;
    }
    .col-sm-mr20 {
        margin-right: 20px !important;
    }
    .col-sm-mr21 {
        margin-right: 21px !important;
    }
    .col-sm-mr22 {
        margin-right: 22px !important;
    }
    .col-sm-mr23 {
        margin-right: 23px !important;
    }
    .col-sm-mr24 {
        margin-right: 24px !important;
    }
    .col-sm-mr25 {
        margin-right: 25px !important;
    }
    .col-sm-mr26 {
        margin-right: 26px !important;
    }
    .col-sm-mr27 {
        margin-right: 27px !important;
    }
    .col-sm-mr28 {
        margin-right: 28px !important;
    }
    .col-sm-mr29 {
        margin-right: 29px !important;
    }
    .col-sm-mr30 {
        margin-right: 30px !important;
    }
    .col-sm-mr31 {
        margin-right: 31px !important;
    }
    .col-sm-mr32 {
        margin-right: 32px !important;
    }
    .col-sm-mr33 {
        margin-right: 33px !important;
    }
    .col-sm-mr34 {
        margin-right: 34px !important;
    }
    .col-sm-mr35 {
        margin-right: 35px !important;
    }
    .col-sm-mr36 {
        margin-right: 36px !important;
    }
    .col-sm-mr37 {
        margin-right: 37px !important;
    }
    .col-sm-mr38 {
        margin-right: 38px !important;
    }
    .col-sm-mr39 {
        margin-right: 39px !important;
    }
    .col-sm-mr40 {
        margin-right: 40px !important;
    }
    .col-sm-mr41 {
        margin-right: 41px !important;
    }
    .col-sm-mr42 {
        margin-right: 42px !important;
    }
    .col-sm-mr43 {
        margin-right: 43px !important;
    }
    .col-sm-mr44 {
        margin-right: 44px !important;
    }
    .col-sm-mr45 {
        margin-right: 45px !important;
    }
    .col-sm-mr46 {
        margin-right: 46px !important;
    }
    .col-sm-mr47 {
        margin-right: 47px !important;
    }
    .col-sm-mr48 {
        margin-right: 48px !important;
    }
    .col-sm-mr49 {
        margin-right: 49px !important;
    }
    .col-sm-mr50 {
        margin-right: 50px !important;
    }
    .col-sm-mr51 {
        margin-right: 51px !important;
    }
    .col-sm-mr52 {
        margin-right: 52px !important;
    }
    .col-sm-mr53 {
        margin-right: 53px !important;
    }
    .col-sm-mr54 {
        margin-right: 54px !important;
    }
    .col-sm-mr55 {
        margin-right: 55px !important;
    }
    .col-sm-mr56 {
        margin-right: 56px !important;
    }
    .col-sm-mr57 {
        margin-right: 57px !important;
    }
    .col-sm-mr58 {
        margin-right: 58px !important;
    }
    .col-sm-mr59 {
        margin-right: 59px !important;
    }
    .col-sm-mr60 {
        margin-right: 60px !important;
    }
    .col-sm-mr61 {
        margin-right: 61px !important;
    }
    .col-sm-mr62 {
        margin-right: 62px !important;
    }
    .col-sm-mr63 {
        margin-right: 63px !important;
    }
    .col-sm-mr64 {
        margin-right: 64px !important;
    }
    .col-sm-mr65 {
        margin-right: 65px !important;
    }
    .col-sm-mr66 {
        margin-right: 66px !important;
    }
    .col-sm-mr67 {
        margin-right: 67px !important;
    }
    .col-sm-mr68 {
        margin-right: 68px !important;
    }
    .col-sm-mr69 {
        margin-right: 69px !important;
    }
    .col-sm-mr70 {
        margin-right: 70px !important;
    }
    .col-sm-mr71 {
        margin-right: 71px !important;
    }
    .col-sm-mr72 {
        margin-right: 72px !important;
    }
    .col-sm-mr73 {
        margin-right: 73px !important;
    }
    .col-sm-mr74 {
        margin-right: 74px !important;
    }
    .col-sm-mr75 {
        margin-right: 75px !important;
    }
    .col-sm-mr76 {
        margin-right: 76px !important;
    }
    .col-sm-mr77 {
        margin-right: 77px !important;
    }
    .col-sm-mr78 {
        margin-right: 78px !important;
    }
    .col-sm-mr79 {
        margin-right: 79px !important;
    }
    .col-sm-mr80 {
        margin-right: 80px !important;
    }
    .col-sm-mr81 {
        margin-right: 81px !important;
    }
    .col-sm-mr82 {
        margin-right: 82px !important;
    }
    .col-sm-mr83 {
        margin-right: 83px !important;
    }
    .col-sm-mr84 {
        margin-right: 84px !important;
    }
    .col-sm-mr85 {
        margin-right: 85px !important;
    }
    .col-sm-mr86 {
        margin-right: 86px !important;
    }
    .col-sm-mr87 {
        margin-right: 87px !important;
    }
    .col-sm-mr88 {
        margin-right: 88px !important;
    }
    .col-sm-mr89 {
        margin-right: 89px !important;
    }
    .col-sm-mr90 {
        margin-right: 90px !important;
    }
    .col-sm-mr91 {
        margin-right: 91px !important;
    }
    .col-sm-mr92 {
        margin-right: 92px !important;
    }
    .col-sm-mr93 {
        margin-right: 93px !important;
    }
    .col-sm-mr94 {
        margin-right: 94px !important;
    }
    .col-sm-mr95 {
        margin-right: 95px !important;
    }
    .col-sm-mr96 {
        margin-right: 96px !important;
    }
    .col-sm-mr97 {
        margin-right: 97px !important;
    }
    .col-sm-mr98 {
        margin-right: 98px !important;
    }
    .col-sm-mr99 {
        margin-right: 99px !important;
    }
    .col-sm-mr100 {
        margin-right: 100px !important;
    }
    .col-sm-mr101 {
        margin-right: 101px !important;
    }
    .col-sm-mr102 {
        margin-right: 102px !important;
    }
    .col-sm-mr103 {
        margin-right: 103px !important;
    }
    .col-sm-mr104 {
        margin-right: 104px !important;
    }
    .col-sm-mr105 {
        margin-right: 105px !important;
    }
    .col-sm-mr106 {
        margin-right: 106px !important;
    }
    .col-sm-mr107 {
        margin-right: 107px !important;
    }
    .col-sm-mr108 {
        margin-right: 108px !important;
    }
    .col-sm-mr109 {
        margin-right: 109px !important;
    }
    .col-sm-mr110 {
        margin-right: 110px !important;
    }
    .col-sm-mr111 {
        margin-right: 111px !important;
    }
    .col-sm-mr112 {
        margin-right: 112px !important;
    }
    .col-sm-mr113 {
        margin-right: 113px !important;
    }
    .col-sm-mr114 {
        margin-right: 114px !important;
    }
    .col-sm-mr115 {
        margin-right: 115px !important;
    }
    .col-sm-mr116 {
        margin-right: 116px !important;
    }
    .col-sm-mr117 {
        margin-right: 117px !important;
    }
    .col-sm-mr118 {
        margin-right: 118px !important;
    }
    .col-sm-mr119 {
        margin-right: 119px !important;
    }
    .col-sm-mr120 {
        margin-right: 120px !important;
    }
    .col-sm-mr121 {
        margin-right: 121px !important;
    }
    .col-sm-mr122 {
        margin-right: 122px !important;
    }
    .col-sm-mr123 {
        margin-right: 123px !important;
    }
    .col-sm-mr124 {
        margin-right: 124px !important;
    }
    .col-sm-mr125 {
        margin-right: 125px !important;
    }
    .col-sm-mr126 {
        margin-right: 126px !important;
    }
    .col-sm-mr127 {
        margin-right: 127px !important;
    }
    .col-sm-mr128 {
        margin-right: 128px !important;
    }
    .col-sm-mr129 {
        margin-right: 129px !important;
    }
    .col-sm-mr130 {
        margin-right: 130px !important;
    }
    .col-sm-mr131 {
        margin-right: 131px !important;
    }
    .col-sm-mr132 {
        margin-right: 132px !important;
    }
    .col-sm-mr133 {
        margin-right: 133px !important;
    }
    .col-sm-mr134 {
        margin-right: 134px !important;
    }
    .col-sm-mr135 {
        margin-right: 135px !important;
    }
    .col-sm-mr136 {
        margin-right: 136px !important;
    }
    .col-sm-mr137 {
        margin-right: 137px !important;
    }
    .col-sm-mr138 {
        margin-right: 138px !important;
    }
    .col-sm-mr139 {
        margin-right: 139px !important;
    }
    .col-sm-mr140 {
        margin-right: 140px !important;
    }
    .col-sm-mr141 {
        margin-right: 141px !important;
    }
    .col-sm-mr142 {
        margin-right: 142px !important;
    }
    .col-sm-mr143 {
        margin-right: 143px !important;
    }
    .col-sm-mr144 {
        margin-right: 144px !important;
    }
    .col-sm-mr145 {
        margin-right: 145px !important;
    }
    .col-sm-mr146 {
        margin-right: 146px !important;
    }
    .col-sm-mr147 {
        margin-right: 147px !important;
    }
    .col-sm-mr148 {
        margin-right: 148px !important;
    }
    .col-sm-mr149 {
        margin-right: 149px !important;
    }
    .col-sm-mr150 {
        margin-right: 150px !important;
    }
    .col-sm-mr151 {
        margin-right: 151px !important;
    }
    .col-sm-mr152 {
        margin-right: 152px !important;
    }
    .col-sm-mr153 {
        margin-right: 153px !important;
    }
    .col-sm-mr154 {
        margin-right: 154px !important;
    }
    .col-sm-mr155 {
        margin-right: 155px !important;
    }
    .col-sm-mr156 {
        margin-right: 156px !important;
    }
    .col-sm-mr157 {
        margin-right: 157px !important;
    }
    .col-sm-mr158 {
        margin-right: 158px !important;
    }
    .col-sm-mr159 {
        margin-right: 159px !important;
    }
    .col-sm-mr160 {
        margin-right: 160px !important;
    }
    .col-sm-mr161 {
        margin-right: 161px !important;
    }
    .col-sm-mr162 {
        margin-right: 162px !important;
    }
    .col-sm-mr163 {
        margin-right: 163px !important;
    }
    .col-sm-mr164 {
        margin-right: 164px !important;
    }
    .col-sm-mr165 {
        margin-right: 165px !important;
    }
    .col-sm-mr166 {
        margin-right: 166px !important;
    }
    .col-sm-mr167 {
        margin-right: 167px !important;
    }
    .col-sm-mr168 {
        margin-right: 168px !important;
    }
    .col-sm-mr169 {
        margin-right: 169px !important;
    }
    .col-sm-mr170 {
        margin-right: 170px !important;
    }
    .col-sm-mr171 {
        margin-right: 171px !important;
    }
    .col-sm-mr172 {
        margin-right: 172px !important;
    }
    .col-sm-mr173 {
        margin-right: 173px !important;
    }
    .col-sm-mr174 {
        margin-right: 174px !important;
    }
    .col-sm-mr175 {
        margin-right: 175px !important;
    }
    .col-sm-mr176 {
        margin-right: 176px !important;
    }
    .col-sm-mr177 {
        margin-right: 177px !important;
    }
    .col-sm-mr178 {
        margin-right: 178px !important;
    }
    .col-sm-mr179 {
        margin-right: 179px !important;
    }
    .col-sm-mr180 {
        margin-right: 180px !important;
    }
    .col-sm-mr181 {
        margin-right: 181px !important;
    }
    .col-sm-mr182 {
        margin-right: 182px !important;
    }
    .col-sm-mr183 {
        margin-right: 183px !important;
    }
    .col-sm-mr184 {
        margin-right: 184px !important;
    }
    .col-sm-mr185 {
        margin-right: 185px !important;
    }
    .col-sm-mr186 {
        margin-right: 186px !important;
    }
    .col-sm-mr187 {
        margin-right: 187px !important;
    }
    .col-sm-mr188 {
        margin-right: 188px !important;
    }
    .col-sm-mr189 {
        margin-right: 189px !important;
    }
    .col-sm-mr190 {
        margin-right: 190px !important;
    }
    .col-sm-mr191 {
        margin-right: 191px !important;
    }
    .col-sm-mr192 {
        margin-right: 192px !important;
    }
    .col-sm-mr193 {
        margin-right: 193px !important;
    }
    .col-sm-mr194 {
        margin-right: 194px !important;
    }
    .col-sm-mr195 {
        margin-right: 195px !important;
    }
    .col-sm-mr196 {
        margin-right: 196px !important;
    }
    .col-sm-mr197 {
        margin-right: 197px !important;
    }
    .col-sm-mr198 {
        margin-right: 198px !important;
    }
    .col-sm-mr199 {
        margin-right: 199px !important;
    }
    .col-sm-mr200 {
        margin-right: 200px !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-mr0 {
        margin-right: 0px !important;
    }
    .col-xs-mr1 {
        margin-right: 1px !important;
    }
    .col-xs-mr2 {
        margin-right: 2px !important;
    }
    .col-xs-mr3 {
        margin-right: 3px !important;
    }
    .col-xs-mr4 {
        margin-right: 4px !important;
    }
    .col-xs-mr5 {
        margin-right: 5px !important;
    }
    .col-xs-mr6 {
        margin-right: 6px !important;
    }
    .col-xs-mr7 {
        margin-right: 7px !important;
    }
    .col-xs-mr8 {
        margin-right: 8px !important;
    }
    .col-xs-mr9 {
        margin-right: 9px !important;
    }
    .col-xs-mr10 {
        margin-right: 10px !important;
    }
    .col-xs-mr11 {
        margin-right: 11px !important;
    }
    .col-xs-mr12 {
        margin-right: 12px !important;
    }
    .col-xs-mr13 {
        margin-right: 13px !important;
    }
    .col-xs-mr14 {
        margin-right: 14px !important;
    }
    .col-xs-mr15 {
        margin-right: 15px !important;
    }
    .col-xs-mr16 {
        margin-right: 16px !important;
    }
    .col-xs-mr17 {
        margin-right: 17px !important;
    }
    .col-xs-mr18 {
        margin-right: 18px !important;
    }
    .col-xs-mr19 {
        margin-right: 19px !important;
    }
    .col-xs-mr20 {
        margin-right: 20px !important;
    }
    .col-xs-mr21 {
        margin-right: 21px !important;
    }
    .col-xs-mr22 {
        margin-right: 22px !important;
    }
    .col-xs-mr23 {
        margin-right: 23px !important;
    }
    .col-xs-mr24 {
        margin-right: 24px !important;
    }
    .col-xs-mr25 {
        margin-right: 25px !important;
    }
    .col-xs-mr26 {
        margin-right: 26px !important;
    }
    .col-xs-mr27 {
        margin-right: 27px !important;
    }
    .col-xs-mr28 {
        margin-right: 28px !important;
    }
    .col-xs-mr29 {
        margin-right: 29px !important;
    }
    .col-xs-mr30 {
        margin-right: 30px !important;
    }
    .col-xs-mr31 {
        margin-right: 31px !important;
    }
    .col-xs-mr32 {
        margin-right: 32px !important;
    }
    .col-xs-mr33 {
        margin-right: 33px !important;
    }
    .col-xs-mr34 {
        margin-right: 34px !important;
    }
    .col-xs-mr35 {
        margin-right: 35px !important;
    }
    .col-xs-mr36 {
        margin-right: 36px !important;
    }
    .col-xs-mr37 {
        margin-right: 37px !important;
    }
    .col-xs-mr38 {
        margin-right: 38px !important;
    }
    .col-xs-mr39 {
        margin-right: 39px !important;
    }
    .col-xs-mr40 {
        margin-right: 40px !important;
    }
    .col-xs-mr41 {
        margin-right: 41px !important;
    }
    .col-xs-mr42 {
        margin-right: 42px !important;
    }
    .col-xs-mr43 {
        margin-right: 43px !important;
    }
    .col-xs-mr44 {
        margin-right: 44px !important;
    }
    .col-xs-mr45 {
        margin-right: 45px !important;
    }
    .col-xs-mr46 {
        margin-right: 46px !important;
    }
    .col-xs-mr47 {
        margin-right: 47px !important;
    }
    .col-xs-mr48 {
        margin-right: 48px !important;
    }
    .col-xs-mr49 {
        margin-right: 49px !important;
    }
    .col-xs-mr50 {
        margin-right: 50px !important;
    }
    .col-xs-mr51 {
        margin-right: 51px !important;
    }
    .col-xs-mr52 {
        margin-right: 52px !important;
    }
    .col-xs-mr53 {
        margin-right: 53px !important;
    }
    .col-xs-mr54 {
        margin-right: 54px !important;
    }
    .col-xs-mr55 {
        margin-right: 55px !important;
    }
    .col-xs-mr56 {
        margin-right: 56px !important;
    }
    .col-xs-mr57 {
        margin-right: 57px !important;
    }
    .col-xs-mr58 {
        margin-right: 58px !important;
    }
    .col-xs-mr59 {
        margin-right: 59px !important;
    }
    .col-xs-mr60 {
        margin-right: 60px !important;
    }
    .col-xs-mr61 {
        margin-right: 61px !important;
    }
    .col-xs-mr62 {
        margin-right: 62px !important;
    }
    .col-xs-mr63 {
        margin-right: 63px !important;
    }
    .col-xs-mr64 {
        margin-right: 64px !important;
    }
    .col-xs-mr65 {
        margin-right: 65px !important;
    }
    .col-xs-mr66 {
        margin-right: 66px !important;
    }
    .col-xs-mr67 {
        margin-right: 67px !important;
    }
    .col-xs-mr68 {
        margin-right: 68px !important;
    }
    .col-xs-mr69 {
        margin-right: 69px !important;
    }
    .col-xs-mr70 {
        margin-right: 70px !important;
    }
    .col-xs-mr71 {
        margin-right: 71px !important;
    }
    .col-xs-mr72 {
        margin-right: 72px !important;
    }
    .col-xs-mr73 {
        margin-right: 73px !important;
    }
    .col-xs-mr74 {
        margin-right: 74px !important;
    }
    .col-xs-mr75 {
        margin-right: 75px !important;
    }
    .col-xs-mr76 {
        margin-right: 76px !important;
    }
    .col-xs-mr77 {
        margin-right: 77px !important;
    }
    .col-xs-mr78 {
        margin-right: 78px !important;
    }
    .col-xs-mr79 {
        margin-right: 79px !important;
    }
    .col-xs-mr80 {
        margin-right: 80px !important;
    }
    .col-xs-mr81 {
        margin-right: 81px !important;
    }
    .col-xs-mr82 {
        margin-right: 82px !important;
    }
    .col-xs-mr83 {
        margin-right: 83px !important;
    }
    .col-xs-mr84 {
        margin-right: 84px !important;
    }
    .col-xs-mr85 {
        margin-right: 85px !important;
    }
    .col-xs-mr86 {
        margin-right: 86px !important;
    }
    .col-xs-mr87 {
        margin-right: 87px !important;
    }
    .col-xs-mr88 {
        margin-right: 88px !important;
    }
    .col-xs-mr89 {
        margin-right: 89px !important;
    }
    .col-xs-mr90 {
        margin-right: 90px !important;
    }
    .col-xs-mr91 {
        margin-right: 91px !important;
    }
    .col-xs-mr92 {
        margin-right: 92px !important;
    }
    .col-xs-mr93 {
        margin-right: 93px !important;
    }
    .col-xs-mr94 {
        margin-right: 94px !important;
    }
    .col-xs-mr95 {
        margin-right: 95px !important;
    }
    .col-xs-mr96 {
        margin-right: 96px !important;
    }
    .col-xs-mr97 {
        margin-right: 97px !important;
    }
    .col-xs-mr98 {
        margin-right: 98px !important;
    }
    .col-xs-mr99 {
        margin-right: 99px !important;
    }
    .col-xs-mr100 {
        margin-right: 100px !important;
    }
    .col-xs-mr101 {
        margin-right: 101px !important;
    }
    .col-xs-mr102 {
        margin-right: 102px !important;
    }
    .col-xs-mr103 {
        margin-right: 103px !important;
    }
    .col-xs-mr104 {
        margin-right: 104px !important;
    }
    .col-xs-mr105 {
        margin-right: 105px !important;
    }
    .col-xs-mr106 {
        margin-right: 106px !important;
    }
    .col-xs-mr107 {
        margin-right: 107px !important;
    }
    .col-xs-mr108 {
        margin-right: 108px !important;
    }
    .col-xs-mr109 {
        margin-right: 109px !important;
    }
    .col-xs-mr110 {
        margin-right: 110px !important;
    }
    .col-xs-mr111 {
        margin-right: 111px !important;
    }
    .col-xs-mr112 {
        margin-right: 112px !important;
    }
    .col-xs-mr113 {
        margin-right: 113px !important;
    }
    .col-xs-mr114 {
        margin-right: 114px !important;
    }
    .col-xs-mr115 {
        margin-right: 115px !important;
    }
    .col-xs-mr116 {
        margin-right: 116px !important;
    }
    .col-xs-mr117 {
        margin-right: 117px !important;
    }
    .col-xs-mr118 {
        margin-right: 118px !important;
    }
    .col-xs-mr119 {
        margin-right: 119px !important;
    }
    .col-xs-mr120 {
        margin-right: 120px !important;
    }
    .col-xs-mr121 {
        margin-right: 121px !important;
    }
    .col-xs-mr122 {
        margin-right: 122px !important;
    }
    .col-xs-mr123 {
        margin-right: 123px !important;
    }
    .col-xs-mr124 {
        margin-right: 124px !important;
    }
    .col-xs-mr125 {
        margin-right: 125px !important;
    }
    .col-xs-mr126 {
        margin-right: 126px !important;
    }
    .col-xs-mr127 {
        margin-right: 127px !important;
    }
    .col-xs-mr128 {
        margin-right: 128px !important;
    }
    .col-xs-mr129 {
        margin-right: 129px !important;
    }
    .col-xs-mr130 {
        margin-right: 130px !important;
    }
    .col-xs-mr131 {
        margin-right: 131px !important;
    }
    .col-xs-mr132 {
        margin-right: 132px !important;
    }
    .col-xs-mr133 {
        margin-right: 133px !important;
    }
    .col-xs-mr134 {
        margin-right: 134px !important;
    }
    .col-xs-mr135 {
        margin-right: 135px !important;
    }
    .col-xs-mr136 {
        margin-right: 136px !important;
    }
    .col-xs-mr137 {
        margin-right: 137px !important;
    }
    .col-xs-mr138 {
        margin-right: 138px !important;
    }
    .col-xs-mr139 {
        margin-right: 139px !important;
    }
    .col-xs-mr140 {
        margin-right: 140px !important;
    }
    .col-xs-mr141 {
        margin-right: 141px !important;
    }
    .col-xs-mr142 {
        margin-right: 142px !important;
    }
    .col-xs-mr143 {
        margin-right: 143px !important;
    }
    .col-xs-mr144 {
        margin-right: 144px !important;
    }
    .col-xs-mr145 {
        margin-right: 145px !important;
    }
    .col-xs-mr146 {
        margin-right: 146px !important;
    }
    .col-xs-mr147 {
        margin-right: 147px !important;
    }
    .col-xs-mr148 {
        margin-right: 148px !important;
    }
    .col-xs-mr149 {
        margin-right: 149px !important;
    }
    .col-xs-mr150 {
        margin-right: 150px !important;
    }
    .col-xs-mr151 {
        margin-right: 151px !important;
    }
    .col-xs-mr152 {
        margin-right: 152px !important;
    }
    .col-xs-mr153 {
        margin-right: 153px !important;
    }
    .col-xs-mr154 {
        margin-right: 154px !important;
    }
    .col-xs-mr155 {
        margin-right: 155px !important;
    }
    .col-xs-mr156 {
        margin-right: 156px !important;
    }
    .col-xs-mr157 {
        margin-right: 157px !important;
    }
    .col-xs-mr158 {
        margin-right: 158px !important;
    }
    .col-xs-mr159 {
        margin-right: 159px !important;
    }
    .col-xs-mr160 {
        margin-right: 160px !important;
    }
    .col-xs-mr161 {
        margin-right: 161px !important;
    }
    .col-xs-mr162 {
        margin-right: 162px !important;
    }
    .col-xs-mr163 {
        margin-right: 163px !important;
    }
    .col-xs-mr164 {
        margin-right: 164px !important;
    }
    .col-xs-mr165 {
        margin-right: 165px !important;
    }
    .col-xs-mr166 {
        margin-right: 166px !important;
    }
    .col-xs-mr167 {
        margin-right: 167px !important;
    }
    .col-xs-mr168 {
        margin-right: 168px !important;
    }
    .col-xs-mr169 {
        margin-right: 169px !important;
    }
    .col-xs-mr170 {
        margin-right: 170px !important;
    }
    .col-xs-mr171 {
        margin-right: 171px !important;
    }
    .col-xs-mr172 {
        margin-right: 172px !important;
    }
    .col-xs-mr173 {
        margin-right: 173px !important;
    }
    .col-xs-mr174 {
        margin-right: 174px !important;
    }
    .col-xs-mr175 {
        margin-right: 175px !important;
    }
    .col-xs-mr176 {
        margin-right: 176px !important;
    }
    .col-xs-mr177 {
        margin-right: 177px !important;
    }
    .col-xs-mr178 {
        margin-right: 178px !important;
    }
    .col-xs-mr179 {
        margin-right: 179px !important;
    }
    .col-xs-mr180 {
        margin-right: 180px !important;
    }
    .col-xs-mr181 {
        margin-right: 181px !important;
    }
    .col-xs-mr182 {
        margin-right: 182px !important;
    }
    .col-xs-mr183 {
        margin-right: 183px !important;
    }
    .col-xs-mr184 {
        margin-right: 184px !important;
    }
    .col-xs-mr185 {
        margin-right: 185px !important;
    }
    .col-xs-mr186 {
        margin-right: 186px !important;
    }
    .col-xs-mr187 {
        margin-right: 187px !important;
    }
    .col-xs-mr188 {
        margin-right: 188px !important;
    }
    .col-xs-mr189 {
        margin-right: 189px !important;
    }
    .col-xs-mr190 {
        margin-right: 190px !important;
    }
    .col-xs-mr191 {
        margin-right: 191px !important;
    }
    .col-xs-mr192 {
        margin-right: 192px !important;
    }
    .col-xs-mr193 {
        margin-right: 193px !important;
    }
    .col-xs-mr194 {
        margin-right: 194px !important;
    }
    .col-xs-mr195 {
        margin-right: 195px !important;
    }
    .col-xs-mr196 {
        margin-right: 196px !important;
    }
    .col-xs-mr197 {
        margin-right: 197px !important;
    }
    .col-xs-mr198 {
        margin-right: 198px !important;
    }
    .col-xs-mr199 {
        margin-right: 199px !important;
    }
    .col-xs-mr200 {
        margin-right: 200px !important;
    }
}
/* Xs End */
/* Responsive End */
/******---------- Margin Right End ----------******/
/***********--------------- Margin Settings End ---------------***********/
/***********--------------- Padding Settings ---------------***********/
/******---------- Padding All ----------******/

.p0 {
    padding: 0px !important;
}
.p1 {
    padding: 1px !important;
}
.p2 {
    padding: 2px !important;
}
.p3 {
    padding: 3px !important;
}
.p4 {
    padding: 4px !important;
}
.p5 {
    padding: 5px !important;
}
.p6 {
    padding: 6px !important;
}
.p7 {
    padding: 7px !important;
}
.p8 {
    padding: 8px !important;
}
.p9 {
    padding: 9px !important;
}
.p10 {
    padding: 10px !important;
}
.p11 {
    padding: 11px !important;
}
.p12 {
    padding: 12px !important;
}
.p13 {
    padding: 13px !important;
}
.p14 {
    padding: 14px !important;
}
.p15 {
    padding: 15px !important;
}
.p16 {
    padding: 16px !important;
}
.p17 {
    padding: 17px !important;
}
.p18 {
    padding: 18px !important;
}
.p19 {
    padding: 19px !important;
}
.p20 {
    padding: 20px !important;
}
.p21 {
    padding: 21px !important;
}
.p22 {
    padding: 22px !important;
}
.p23 {
    padding: 23px !important;
}
.p24 {
    padding: 24px !important;
}
.p25 {
    padding: 25px !important;
}
.p26 {
    padding: 26px !important;
}
.p27 {
    padding: 27px !important;
}
.p28 {
    padding: 28px !important;
}
.p29 {
    padding: 29px !important;
}
.p30 {
    padding: 30px !important;
}
.p31 {
    padding: 31px !important;
}
.p32 {
    padding: 32px !important;
}
.p33 {
    padding: 33px !important;
}
.p34 {
    padding: 34px !important;
}
.p35 {
    padding: 35px !important;
}
.p36 {
    padding: 36px !important;
}
.p37 {
    padding: 37px !important;
}
.p38 {
    padding: 38px !important;
}
.p39 {
    padding: 39px !important;
}
.p40 {
    padding: 40px !important;
}
.p41 {
    padding: 41px !important;
}
.p42 {
    padding: 42px !important;
}
.p43 {
    padding: 43px !important;
}
.p44 {
    padding: 44px !important;
}
.p45 {
    padding: 45px !important;
}
.p46 {
    padding: 46px !important;
}
.p47 {
    padding: 47px !important;
}
.p48 {
    padding: 48px !important;
}
.p49 {
    padding: 49px !important;
}
.p50 {
    padding: 50px !important;
}
.p51 {
    padding: 51px !important;
}
.p52 {
    padding: 52px !important;
}
.p53 {
    padding: 53px !important;
}
.p54 {
    padding: 54px !important;
}
.p55 {
    padding: 55px !important;
}
.p56 {
    padding: 56px !important;
}
.p57 {
    padding: 57px !important;
}
.p58 {
    padding: 58px !important;
}
.p59 {
    padding: 59px !important;
}
.p60 {
    padding: 60px !important;
}
.p61 {
    padding: 61px !important;
}
.p62 {
    padding: 62px !important;
}
.p63 {
    padding: 63px !important;
}
.p64 {
    padding: 64px !important;
}
.p65 {
    padding: 65px !important;
}
.p66 {
    padding: 66px !important;
}
.p67 {
    padding: 67px !important;
}
.p68 {
    padding: 68px !important;
}
.p69 {
    padding: 69px !important;
}
.p70 {
    padding: 70px !important;
}
.p71 {
    padding: 71px !important;
}
.p72 {
    padding: 72px !important;
}
.p73 {
    padding: 73px !important;
}
.p74 {
    padding: 74px !important;
}
.p75 {
    padding: 75px !important;
}
.p76 {
    padding: 76px !important;
}
.p77 {
    padding: 77px !important;
}
.p78 {
    padding: 78px !important;
}
.p79 {
    padding: 79px !important;
}
.p80 {
    padding: 80px !important;
}
.p81 {
    padding: 81px !important;
}
.p82 {
    padding: 82px !important;
}
.p83 {
    padding: 83px !important;
}
.p84 {
    padding: 84px !important;
}
.p85 {
    padding: 85px !important;
}
.p86 {
    padding: 86px !important;
}
.p87 {
    padding: 87px !important;
}
.p88 {
    padding: 88px !important;
}
.p89 {
    padding: 89px !important;
}
.p90 {
    padding: 90px !important;
}
.p91 {
    padding: 91px !important;
}
.p92 {
    padding: 92px !important;
}
.p93 {
    padding: 93px !important;
}
.p94 {
    padding: 94px !important;
}
.p95 {
    padding: 95px !important;
}
.p96 {
    padding: 96px !important;
}
.p97 {
    padding: 97px !important;
}
.p98 {
    padding: 98px !important;
}
.p99 {
    padding: 99px !important;
}
.p100 {
    padding: 100px !important;
}
.p101 {
    padding: 101px !important;
}
.p102 {
    padding: 102px !important;
}
.p103 {
    padding: 103px !important;
}
.p104 {
    padding: 104px !important;
}
.p105 {
    padding: 105px !important;
}
.p106 {
    padding: 106px !important;
}
.p107 {
    padding: 107px !important;
}
.p108 {
    padding: 108px !important;
}
.p109 {
    padding: 109px !important;
}
.p110 {
    padding: 110px !important;
}
.p111 {
    padding: 111px !important;
}
.p112 {
    padding: 112px !important;
}
.p113 {
    padding: 113px !important;
}
.p114 {
    padding: 114px !important;
}
.p115 {
    padding: 115px !important;
}
.p116 {
    padding: 116px !important;
}
.p117 {
    padding: 117px !important;
}
.p118 {
    padding: 118px !important;
}
.p119 {
    padding: 119px !important;
}
.p120 {
    padding: 120px !important;
}
.p121 {
    padding: 121px !important;
}
.p122 {
    padding: 122px !important;
}
.p123 {
    padding: 123px !important;
}
.p124 {
    padding: 124px !important;
}
.p125 {
    padding: 125px !important;
}
.p126 {
    padding: 126px !important;
}
.p127 {
    padding: 127px !important;
}
.p128 {
    padding: 128px !important;
}
.p129 {
    padding: 129px !important;
}
.p130 {
    padding: 130px !important;
}
.p131 {
    padding: 131px !important;
}
.p132 {
    padding: 132px !important;
}
.p133 {
    padding: 133px !important;
}
.p134 {
    padding: 134px !important;
}
.p135 {
    padding: 135px !important;
}
.p136 {
    padding: 136px !important;
}
.p137 {
    padding: 137px !important;
}
.p138 {
    padding: 138px !important;
}
.p139 {
    padding: 139px !important;
}
.p140 {
    padding: 140px !important;
}
.p141 {
    padding: 141px !important;
}
.p142 {
    padding: 142px !important;
}
.p143 {
    padding: 143px !important;
}
.p144 {
    padding: 144px !important;
}
.p145 {
    padding: 145px !important;
}
.p146 {
    padding: 146px !important;
}
.p147 {
    padding: 147px !important;
}
.p148 {
    padding: 148px !important;
}
.p149 {
    padding: 149px !important;
}
.p150 {
    padding: 150px !important;
}
.p151 {
    padding: 151px !important;
}
.p152 {
    padding: 152px !important;
}
.p153 {
    padding: 153px !important;
}
.p154 {
    padding: 154px !important;
}
.p155 {
    padding: 155px !important;
}
.p156 {
    padding: 156px !important;
}
.p157 {
    padding: 157px !important;
}
.p158 {
    padding: 158px !important;
}
.p159 {
    padding: 159px !important;
}
.p160 {
    padding: 160px !important;
}
.p161 {
    padding: 161px !important;
}
.p162 {
    padding: 162px !important;
}
.p163 {
    padding: 163px !important;
}
.p164 {
    padding: 164px !important;
}
.p165 {
    padding: 165px !important;
}
.p166 {
    padding: 166px !important;
}
.p167 {
    padding: 167px !important;
}
.p168 {
    padding: 168px !important;
}
.p169 {
    padding: 169px !important;
}
.p170 {
    padding: 170px !important;
}
.p171 {
    padding: 171px !important;
}
.p172 {
    padding: 172px !important;
}
.p173 {
    padding: 173px !important;
}
.p174 {
    padding: 174px !important;
}
.p175 {
    padding: 175px !important;
}
.p176 {
    padding: 176px !important;
}
.p177 {
    padding: 177px !important;
}
.p178 {
    padding: 178px !important;
}
.p179 {
    padding: 179px !important;
}
.p180 {
    padding: 180px !important;
}
.p181 {
    padding: 181px !important;
}
.p182 {
    padding: 182px !important;
}
.p183 {
    padding: 183px !important;
}
.p184 {
    padding: 184px !important;
}
.p185 {
    padding: 185px !important;
}
.p186 {
    padding: 186px !important;
}
.p187 {
    padding: 187px !important;
}
.p188 {
    padding: 188px !important;
}
.p189 {
    padding: 189px !important;
}
.p190 {
    padding: 190px !important;
}
.p191 {
    padding: 191px !important;
}
.p192 {
    padding: 192px !important;
}
.p193 {
    padding: 193px !important;
}
.p194 {
    padding: 194px !important;
}
.p195 {
    padding: 195px !important;
}
.p196 {
    padding: 196px !important;
}
.p197 {
    padding: 197px !important;
}
.p198 {
    padding: 198px !important;
}
.p199 {
    padding: 199px !important;
}
.p200 {
    padding: 200px !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-p0 {
        padding: 0px !important;
    }
    .col-sm-p1 {
        padding: 1px !important;
    }
    .col-sm-p2 {
        padding: 2px !important;
    }
    .col-sm-p3 {
        padding: 3px !important;
    }
    .col-sm-p4 {
        padding: 4px !important;
    }
    .col-sm-p5 {
        padding: 5px !important;
    }
    .col-sm-p6 {
        padding: 6px !important;
    }
    .col-sm-p7 {
        padding: 7px !important;
    }
    .col-sm-p8 {
        padding: 8px !important;
    }
    .col-sm-p9 {
        padding: 9px !important;
    }
    .col-sm-p10 {
        padding: 10px !important;
    }
    .col-sm-p11 {
        padding: 11px !important;
    }
    .col-sm-p12 {
        padding: 12px !important;
    }
    .col-sm-p13 {
        padding: 13px !important;
    }
    .col-sm-p14 {
        padding: 14px !important;
    }
    .col-sm-p15 {
        padding: 15px !important;
    }
    .col-sm-p16 {
        padding: 16px !important;
    }
    .col-sm-p17 {
        padding: 17px !important;
    }
    .col-sm-p18 {
        padding: 18px !important;
    }
    .col-sm-p19 {
        padding: 19px !important;
    }
    .col-sm-p20 {
        padding: 20px !important;
    }
    .col-sm-p21 {
        padding: 21px !important;
    }
    .col-sm-p22 {
        padding: 22px !important;
    }
    .col-sm-p23 {
        padding: 23px !important;
    }
    .col-sm-p24 {
        padding: 24px !important;
    }
    .col-sm-p25 {
        padding: 25px !important;
    }
    .col-sm-p26 {
        padding: 26px !important;
    }
    .col-sm-p27 {
        padding: 27px !important;
    }
    .col-sm-p28 {
        padding: 28px !important;
    }
    .col-sm-p29 {
        padding: 29px !important;
    }
    .col-sm-p30 {
        padding: 30px !important;
    }
    .col-sm-p31 {
        padding: 31px !important;
    }
    .col-sm-p32 {
        padding: 32px !important;
    }
    .col-sm-p33 {
        padding: 33px !important;
    }
    .col-sm-p34 {
        padding: 34px !important;
    }
    .col-sm-p35 {
        padding: 35px !important;
    }
    .col-sm-p36 {
        padding: 36px !important;
    }
    .col-sm-p37 {
        padding: 37px !important;
    }
    .col-sm-p38 {
        padding: 38px !important;
    }
    .col-sm-p39 {
        padding: 39px !important;
    }
    .col-sm-p40 {
        padding: 40px !important;
    }
    .col-sm-p41 {
        padding: 41px !important;
    }
    .col-sm-p42 {
        padding: 42px !important;
    }
    .col-sm-p43 {
        padding: 43px !important;
    }
    .col-sm-p44 {
        padding: 44px !important;
    }
    .col-sm-p45 {
        padding: 45px !important;
    }
    .col-sm-p46 {
        padding: 46px !important;
    }
    .col-sm-p47 {
        padding: 47px !important;
    }
    .col-sm-p48 {
        padding: 48px !important;
    }
    .col-sm-p49 {
        padding: 49px !important;
    }
    .col-sm-p50 {
        padding: 50px !important;
    }
    .col-sm-p51 {
        padding: 51px !important;
    }
    .col-sm-p52 {
        padding: 52px !important;
    }
    .col-sm-p53 {
        padding: 53px !important;
    }
    .col-sm-p54 {
        padding: 54px !important;
    }
    .col-sm-p55 {
        padding: 55px !important;
    }
    .col-sm-p56 {
        padding: 56px !important;
    }
    .col-sm-p57 {
        padding: 57px !important;
    }
    .col-sm-p58 {
        padding: 58px !important;
    }
    .col-sm-p59 {
        padding: 59px !important;
    }
    .col-sm-p60 {
        padding: 60px !important;
    }
    .col-sm-p61 {
        padding: 61px !important;
    }
    .col-sm-p62 {
        padding: 62px !important;
    }
    .col-sm-p63 {
        padding: 63px !important;
    }
    .col-sm-p64 {
        padding: 64px !important;
    }
    .col-sm-p65 {
        padding: 65px !important;
    }
    .col-sm-p66 {
        padding: 66px !important;
    }
    .col-sm-p67 {
        padding: 67px !important;
    }
    .col-sm-p68 {
        padding: 68px !important;
    }
    .col-sm-p69 {
        padding: 69px !important;
    }
    .col-sm-p70 {
        padding: 70px !important;
    }
    .col-sm-p71 {
        padding: 71px !important;
    }
    .col-sm-p72 {
        padding: 72px !important;
    }
    .col-sm-p73 {
        padding: 73px !important;
    }
    .col-sm-p74 {
        padding: 74px !important;
    }
    .col-sm-p75 {
        padding: 75px !important;
    }
    .col-sm-p76 {
        padding: 76px !important;
    }
    .col-sm-p77 {
        padding: 77px !important;
    }
    .col-sm-p78 {
        padding: 78px !important;
    }
    .col-sm-p79 {
        padding: 79px !important;
    }
    .col-sm-p80 {
        padding: 80px !important;
    }
    .col-sm-p81 {
        padding: 81px !important;
    }
    .col-sm-p82 {
        padding: 82px !important;
    }
    .col-sm-p83 {
        padding: 83px !important;
    }
    .col-sm-p84 {
        padding: 84px !important;
    }
    .col-sm-p85 {
        padding: 85px !important;
    }
    .col-sm-p86 {
        padding: 86px !important;
    }
    .col-sm-p87 {
        padding: 87px !important;
    }
    .col-sm-p88 {
        padding: 88px !important;
    }
    .col-sm-p89 {
        padding: 89px !important;
    }
    .col-sm-p90 {
        padding: 90px !important;
    }
    .col-sm-p91 {
        padding: 91px !important;
    }
    .col-sm-p92 {
        padding: 92px !important;
    }
    .col-sm-p93 {
        padding: 93px !important;
    }
    .col-sm-p94 {
        padding: 94px !important;
    }
    .col-sm-p95 {
        padding: 95px !important;
    }
    .col-sm-p96 {
        padding: 96px !important;
    }
    .col-sm-p97 {
        padding: 97px !important;
    }
    .col-sm-p98 {
        padding: 98px !important;
    }
    .col-sm-p99 {
        padding: 99px !important;
    }
    .col-sm-p100 {
        padding: 100px !important;
    }
    .col-sm-p101 {
        padding: 101px !important;
    }
    .col-sm-p102 {
        padding: 102px !important;
    }
    .col-sm-p103 {
        padding: 103px !important;
    }
    .col-sm-p104 {
        padding: 104px !important;
    }
    .col-sm-p105 {
        padding: 105px !important;
    }
    .col-sm-p106 {
        padding: 106px !important;
    }
    .col-sm-p107 {
        padding: 107px !important;
    }
    .col-sm-p108 {
        padding: 108px !important;
    }
    .col-sm-p109 {
        padding: 109px !important;
    }
    .col-sm-p110 {
        padding: 110px !important;
    }
    .col-sm-p111 {
        padding: 111px !important;
    }
    .col-sm-p112 {
        padding: 112px !important;
    }
    .col-sm-p113 {
        padding: 113px !important;
    }
    .col-sm-p114 {
        padding: 114px !important;
    }
    .col-sm-p115 {
        padding: 115px !important;
    }
    .col-sm-p116 {
        padding: 116px !important;
    }
    .col-sm-p117 {
        padding: 117px !important;
    }
    .col-sm-p118 {
        padding: 118px !important;
    }
    .col-sm-p119 {
        padding: 119px !important;
    }
    .col-sm-p120 {
        padding: 120px !important;
    }
    .col-sm-p121 {
        padding: 121px !important;
    }
    .col-sm-p122 {
        padding: 122px !important;
    }
    .col-sm-p123 {
        padding: 123px !important;
    }
    .col-sm-p124 {
        padding: 124px !important;
    }
    .col-sm-p125 {
        padding: 125px !important;
    }
    .col-sm-p126 {
        padding: 126px !important;
    }
    .col-sm-p127 {
        padding: 127px !important;
    }
    .col-sm-p128 {
        padding: 128px !important;
    }
    .col-sm-p129 {
        padding: 129px !important;
    }
    .col-sm-p130 {
        padding: 130px !important;
    }
    .col-sm-p131 {
        padding: 131px !important;
    }
    .col-sm-p132 {
        padding: 132px !important;
    }
    .col-sm-p133 {
        padding: 133px !important;
    }
    .col-sm-p134 {
        padding: 134px !important;
    }
    .col-sm-p135 {
        padding: 135px !important;
    }
    .col-sm-p136 {
        padding: 136px !important;
    }
    .col-sm-p137 {
        padding: 137px !important;
    }
    .col-sm-p138 {
        padding: 138px !important;
    }
    .col-sm-p139 {
        padding: 139px !important;
    }
    .col-sm-p140 {
        padding: 140px !important;
    }
    .col-sm-p141 {
        padding: 141px !important;
    }
    .col-sm-p142 {
        padding: 142px !important;
    }
    .col-sm-p143 {
        padding: 143px !important;
    }
    .col-sm-p144 {
        padding: 144px !important;
    }
    .col-sm-p145 {
        padding: 145px !important;
    }
    .col-sm-p146 {
        padding: 146px !important;
    }
    .col-sm-p147 {
        padding: 147px !important;
    }
    .col-sm-p148 {
        padding: 148px !important;
    }
    .col-sm-p149 {
        padding: 149px !important;
    }
    .col-sm-p150 {
        padding: 150px !important;
    }
    .col-sm-p151 {
        padding: 151px !important;
    }
    .col-sm-p152 {
        padding: 152px !important;
    }
    .col-sm-p153 {
        padding: 153px !important;
    }
    .col-sm-p154 {
        padding: 154px !important;
    }
    .col-sm-p155 {
        padding: 155px !important;
    }
    .col-sm-p156 {
        padding: 156px !important;
    }
    .col-sm-p157 {
        padding: 157px !important;
    }
    .col-sm-p158 {
        padding: 158px !important;
    }
    .col-sm-p159 {
        padding: 159px !important;
    }
    .col-sm-p160 {
        padding: 160px !important;
    }
    .col-sm-p161 {
        padding: 161px !important;
    }
    .col-sm-p162 {
        padding: 162px !important;
    }
    .col-sm-p163 {
        padding: 163px !important;
    }
    .col-sm-p164 {
        padding: 164px !important;
    }
    .col-sm-p165 {
        padding: 165px !important;
    }
    .col-sm-p166 {
        padding: 166px !important;
    }
    .col-sm-p167 {
        padding: 167px !important;
    }
    .col-sm-p168 {
        padding: 168px !important;
    }
    .col-sm-p169 {
        padding: 169px !important;
    }
    .col-sm-p170 {
        padding: 170px !important;
    }
    .col-sm-p171 {
        padding: 171px !important;
    }
    .col-sm-p172 {
        padding: 172px !important;
    }
    .col-sm-p173 {
        padding: 173px !important;
    }
    .col-sm-p174 {
        padding: 174px !important;
    }
    .col-sm-p175 {
        padding: 175px !important;
    }
    .col-sm-p176 {
        padding: 176px !important;
    }
    .col-sm-p177 {
        padding: 177px !important;
    }
    .col-sm-p178 {
        padding: 178px !important;
    }
    .col-sm-p179 {
        padding: 179px !important;
    }
    .col-sm-p180 {
        padding: 180px !important;
    }
    .col-sm-p181 {
        padding: 181px !important;
    }
    .col-sm-p182 {
        padding: 182px !important;
    }
    .col-sm-p183 {
        padding: 183px !important;
    }
    .col-sm-p184 {
        padding: 184px !important;
    }
    .col-sm-p185 {
        padding: 185px !important;
    }
    .col-sm-p186 {
        padding: 186px !important;
    }
    .col-sm-p187 {
        padding: 187px !important;
    }
    .col-sm-p188 {
        padding: 188px !important;
    }
    .col-sm-p189 {
        padding: 189px !important;
    }
    .col-sm-p190 {
        padding: 190px !important;
    }
    .col-sm-p191 {
        padding: 191px !important;
    }
    .col-sm-p192 {
        padding: 192px !important;
    }
    .col-sm-p193 {
        padding: 193px !important;
    }
    .col-sm-p194 {
        padding: 194px !important;
    }
    .col-sm-p195 {
        padding: 195px !important;
    }
    .col-sm-p196 {
        padding: 196px !important;
    }
    .col-sm-p197 {
        padding: 197px !important;
    }
    .col-sm-p198 {
        padding: 198px !important;
    }
    .col-sm-p199 {
        padding: 199px !important;
    }
    .col-sm-p200 {
        padding: 200px !important;
    }
}
/* Sm End */





/* Responsive End */
/******---------- Padding All End ----------******/
/******---------- Padding Top ----------******/

.pt0 {
    padding-top: 0px !important;
}
.pt1 {
    padding-top: 1px !important;
}
.pt2 {
    padding-top: 2px !important;
}
.pt3 {
    padding-top: 3px !important;
}
.pt4 {
    padding-top: 4px !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt6 {
    padding-top: 6px !important;
}
.pt7 {
    padding-top: 7px !important;
}
.pt8 {
    padding-top: 8px !important;
}
.pt9 {
    padding-top: 9px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt11 {
    padding-top: 11px !important;
}
.pt12 {
    padding-top: 12px !important;
}
.pt13 {
    padding-top: 13px !important;
}
.pt14 {
    padding-top: 14px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt16 {
    padding-top: 16px !important;
}
.pt17 {
    padding-top: 17px !important;
}
.pt18 {
    padding-top: 18px !important;
}
.pt19 {
    padding-top: 19px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt21 {
    padding-top: 21px !important;
}
.pt22 {
    padding-top: 22px !important;
}
.pt23 {
    padding-top: 23px !important;
}
.pt24 {
    padding-top: 24px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt26 {
    padding-top: 26px !important;
}
.pt27 {
    padding-top: 27px !important;
}
.pt28 {
    padding-top: 28px !important;
}
.pt29 {
    padding-top: 29px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt31 {
    padding-top: 31px !important;
}
.pt32 {
    padding-top: 32px !important;
}
.pt33 {
    padding-top: 33px !important;
}
.pt34 {
    padding-top: 34px !important;
}
.pt35 {
    padding-top: 35px !important;
}
.pt36 {
    padding-top: 36px !important;
}
.pt37 {
    padding-top: 37px !important;
}
.pt38 {
    padding-top: 38px !important;
}
.pt39 {
    padding-top: 39px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt41 {
    padding-top: 41px !important;
}
.pt42 {
    padding-top: 42px !important;
}
.pt43 {
    padding-top: 43px !important;
}
.pt44 {
    padding-top: 44px !important;
}
.pt45 {
    padding-top: 45px !important;
}
.pt46 {
    padding-top: 46px !important;
}
.pt47 {
    padding-top: 47px !important;
}
.pt48 {
    padding-top: 48px !important;
}
.pt49 {
    padding-top: 49px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt51 {
    padding-top: 51px !important;
}
.pt52 {
    padding-top: 52px !important;
}
.pt53 {
    padding-top: 53px !important;
}
.pt54 {
    padding-top: 54px !important;
}
.pt55 {
    padding-top: 55px !important;
}
.pt56 {
    padding-top: 56px !important;
}
.pt57 {
    padding-top: 57px !important;
}
.pt58 {
    padding-top: 58px !important;
}
.pt59 {
    padding-top: 59px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt61 {
    padding-top: 61px !important;
}
.pt62 {
    padding-top: 62px !important;
}
.pt63 {
    padding-top: 63px !important;
}
.pt64 {
    padding-top: 64px !important;
}
.pt65 {
    padding-top: 65px !important;
}
.pt66 {
    padding-top: 66px !important;
}
.pt67 {
    padding-top: 67px !important;
}
.pt68 {
    padding-top: 68px !important;
}
.pt69 {
    padding-top: 69px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt71 {
    padding-top: 71px !important;
}
.pt72 {
    padding-top: 72px !important;
}
.pt73 {
    padding-top: 73px !important;
}
.pt74 {
    padding-top: 74px !important;
}
.pt75 {
    padding-top: 75px !important;
}
.pt76 {
    padding-top: 76px !important;
}
.pt77 {
    padding-top: 77px !important;
}
.pt78 {
    padding-top: 78px !important;
}
.pt79 {
    padding-top: 79px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt81 {
    padding-top: 81px !important;
}
.pt82 {
    padding-top: 82px !important;
}
.pt83 {
    padding-top: 83px !important;
}
.pt84 {
    padding-top: 84px !important;
}
.pt85 {
    padding-top: 85px !important;
}
.pt86 {
    padding-top: 86px !important;
}
.pt87 {
    padding-top: 87px !important;
}
.pt88 {
    padding-top: 88px !important;
}
.pt89 {
    padding-top: 89px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt91 {
    padding-top: 91px !important;
}
.pt92 {
    padding-top: 92px !important;
}
.pt93 {
    padding-top: 93px !important;
}
.pt94 {
    padding-top: 94px !important;
}
.pt95 {
    padding-top: 95px !important;
}
.pt96 {
    padding-top: 96px !important;
}
.pt97 {
    padding-top: 97px !important;
}
.pt98 {
    padding-top: 98px !important;
}
.pt99 {
    padding-top: 99px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.pt101 {
    padding-top: 101px !important;
}
.pt102 {
    padding-top: 102px !important;
}
.pt103 {
    padding-top: 103px !important;
}
.pt104 {
    padding-top: 104px !important;
}
.pt105 {
    padding-top: 105px !important;
}
.pt106 {
    padding-top: 106px !important;
}
.pt107 {
    padding-top: 107px !important;
}
.pt108 {
    padding-top: 108px !important;
}
.pt109 {
    padding-top: 109px !important;
}
.pt110 {
    padding-top: 110px !important;
}
.pt111 {
    padding-top: 111px !important;
}
.pt112 {
    padding-top: 112px !important;
}
.pt113 {
    padding-top: 113px !important;
}
.pt114 {
    padding-top: 114px !important;
}
.pt115 {
    padding-top: 115px !important;
}
.pt116 {
    padding-top: 116px !important;
}
.pt117 {
    padding-top: 117px !important;
}
.pt118 {
    padding-top: 118px !important;
}
.pt119 {
    padding-top: 119px !important;
}
.pt120 {
    padding-top: 120px !important;
}
.pt121 {
    padding-top: 121px !important;
}
.pt122 {
    padding-top: 122px !important;
}
.pt123 {
    padding-top: 123px !important;
}
.pt124 {
    padding-top: 124px !important;
}
.pt125 {
    padding-top: 125px !important;
}
.pt126 {
    padding-top: 126px !important;
}
.pt127 {
    padding-top: 127px !important;
}
.pt128 {
    padding-top: 128px !important;
}
.pt129 {
    padding-top: 129px !important;
}
.pt130 {
    padding-top: 130px !important;
}
.pt131 {
    padding-top: 131px !important;
}
.pt132 {
    padding-top: 132px !important;
}
.pt133 {
    padding-top: 133px !important;
}
.pt134 {
    padding-top: 134px !important;
}
.pt135 {
    padding-top: 135px !important;
}
.pt136 {
    padding-top: 136px !important;
}
.pt137 {
    padding-top: 137px !important;
}
.pt138 {
    padding-top: 138px !important;
}
.pt139 {
    padding-top: 139px !important;
}
.pt140 {
    padding-top: 140px !important;
}
.pt141 {
    padding-top: 141px !important;
}
.pt142 {
    padding-top: 142px !important;
}
.pt143 {
    padding-top: 143px !important;
}
.pt144 {
    padding-top: 144px !important;
}
.pt145 {
    padding-top: 145px !important;
}
.pt146 {
    padding-top: 146px !important;
}
.pt147 {
    padding-top: 147px !important;
}
.pt148 {
    padding-top: 148px !important;
}
.pt149 {
    padding-top: 149px !important;
}
.pt150 {
    padding-top: 150px !important;
}
.pt151 {
    padding-top: 151px !important;
}
.pt152 {
    padding-top: 152px !important;
}
.pt153 {
    padding-top: 153px !important;
}
.pt154 {
    padding-top: 154px !important;
}
.pt155 {
    padding-top: 155px !important;
}
.pt156 {
    padding-top: 156px !important;
}
.pt157 {
    padding-top: 157px !important;
}
.pt158 {
    padding-top: 158px !important;
}
.pt159 {
    padding-top: 159px !important;
}
.pt160 {
    padding-top: 160px !important;
}
.pt161 {
    padding-top: 161px !important;
}
.pt162 {
    padding-top: 162px !important;
}
.pt163 {
    padding-top: 163px !important;
}
.pt164 {
    padding-top: 164px !important;
}
.pt165 {
    padding-top: 165px !important;
}
.pt166 {
    padding-top: 166px !important;
}
.pt167 {
    padding-top: 167px !important;
}
.pt168 {
    padding-top: 168px !important;
}
.pt169 {
    padding-top: 169px !important;
}
.pt170 {
    padding-top: 170px !important;
}
.pt171 {
    padding-top: 171px !important;
}
.pt172 {
    padding-top: 172px !important;
}
.pt173 {
    padding-top: 173px !important;
}
.pt174 {
    padding-top: 174px !important;
}
.pt175 {
    padding-top: 175px !important;
}
.pt176 {
    padding-top: 176px !important;
}
.pt177 {
    padding-top: 177px !important;
}
.pt178 {
    padding-top: 178px !important;
}
.pt179 {
    padding-top: 179px !important;
}
.pt180 {
    padding-top: 180px !important;
}
.pt181 {
    padding-top: 181px !important;
}
.pt182 {
    padding-top: 182px !important;
}
.pt183 {
    padding-top: 183px !important;
}
.pt184 {
    padding-top: 184px !important;
}
.pt185 {
    padding-top: 185px !important;
}
.pt186 {
    padding-top: 186px !important;
}
.pt187 {
    padding-top: 187px !important;
}
.pt188 {
    padding-top: 188px !important;
}
.pt189 {
    padding-top: 189px !important;
}
.pt190 {
    padding-top: 190px !important;
}
.pt191 {
    padding-top: 191px !important;
}
.pt192 {
    padding-top: 192px !important;
}
.pt193 {
    padding-top: 193px !important;
}
.pt194 {
    padding-top: 194px !important;
}
.pt195 {
    padding-top: 195px !important;
}
.pt196 {
    padding-top: 196px !important;
}
.pt197 {
    padding-top: 197px !important;
}
.pt198 {
    padding-top: 198px !important;
}
.pt199 {
    padding-top: 199px !important;
}
.pt200 {
    padding-top: 200px !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-pt0 {
        padding-top: 0px !important;
    }
    .col-sm-pt1 {
        padding-top: 1px !important;
    }
    .col-sm-pt2 {
        padding-top: 2px !important;
    }
    .col-sm-pt3 {
        padding-top: 3px !important;
    }
    .col-sm-pt4 {
        padding-top: 4px !important;
    }
    .col-sm-pt5 {
        padding-top: 5px !important;
    }
    .col-sm-pt6 {
        padding-top: 6px !important;
    }
    .col-sm-pt7 {
        padding-top: 7px !important;
    }
    .col-sm-pt8 {
        padding-top: 8px !important;
    }
    .col-sm-pt9 {
        padding-top: 9px !important;
    }
    .col-sm-pt10 {
        padding-top: 10px !important;
    }
    .col-sm-pt11 {
        padding-top: 11px !important;
    }
    .col-sm-pt12 {
        padding-top: 12px !important;
    }
    .col-sm-pt13 {
        padding-top: 13px !important;
    }
    .col-sm-pt14 {
        padding-top: 14px !important;
    }
    .col-sm-pt15 {
        padding-top: 15px !important;
    }
    .col-sm-pt16 {
        padding-top: 16px !important;
    }
    .col-sm-pt17 {
        padding-top: 17px !important;
    }
    .col-sm-pt18 {
        padding-top: 18px !important;
    }
    .col-sm-pt19 {
        padding-top: 19px !important;
    }
    .col-sm-pt20 {
        padding-top: 20px !important;
    }
    .col-sm-pt21 {
        padding-top: 21px !important;
    }
    .col-sm-pt22 {
        padding-top: 22px !important;
    }
    .col-sm-pt23 {
        padding-top: 23px !important;
    }
    .col-sm-pt24 {
        padding-top: 24px !important;
    }
    .col-sm-pt25 {
        padding-top: 25px !important;
    }
    .col-sm-pt26 {
        padding-top: 26px !important;
    }
    .col-sm-pt27 {
        padding-top: 27px !important;
    }
    .col-sm-pt28 {
        padding-top: 28px !important;
    }
    .col-sm-pt29 {
        padding-top: 29px !important;
    }
    .col-sm-pt30 {
        padding-top: 30px !important;
    }
    .col-sm-pt31 {
        padding-top: 31px !important;
    }
    .col-sm-pt32 {
        padding-top: 32px !important;
    }
    .col-sm-pt33 {
        padding-top: 33px !important;
    }
    .col-sm-pt34 {
        padding-top: 34px !important;
    }
    .col-sm-pt35 {
        padding-top: 35px !important;
    }
    .col-sm-pt36 {
        padding-top: 36px !important;
    }
    .col-sm-pt37 {
        padding-top: 37px !important;
    }
    .col-sm-pt38 {
        padding-top: 38px !important;
    }
    .col-sm-pt39 {
        padding-top: 39px !important;
    }
    .col-sm-pt40 {
        padding-top: 40px !important;
    }
    .col-sm-pt41 {
        padding-top: 41px !important;
    }
    .col-sm-pt42 {
        padding-top: 42px !important;
    }
    .col-sm-pt43 {
        padding-top: 43px !important;
    }
    .col-sm-pt44 {
        padding-top: 44px !important;
    }
    .col-sm-pt45 {
        padding-top: 45px !important;
    }
    .col-sm-pt46 {
        padding-top: 46px !important;
    }
    .col-sm-pt47 {
        padding-top: 47px !important;
    }
    .col-sm-pt48 {
        padding-top: 48px !important;
    }
    .col-sm-pt49 {
        padding-top: 49px !important;
    }
    .col-sm-pt50 {
        padding-top: 50px !important;
    }
    .col-sm-pt51 {
        padding-top: 51px !important;
    }
    .col-sm-pt52 {
        padding-top: 52px !important;
    }
    .col-sm-pt53 {
        padding-top: 53px !important;
    }
    .col-sm-pt54 {
        padding-top: 54px !important;
    }
    .col-sm-pt55 {
        padding-top: 55px !important;
    }
    .col-sm-pt56 {
        padding-top: 56px !important;
    }
    .col-sm-pt57 {
        padding-top: 57px !important;
    }
    .col-sm-pt58 {
        padding-top: 58px !important;
    }
    .col-sm-pt59 {
        padding-top: 59px !important;
    }
    .col-sm-pt60 {
        padding-top: 60px !important;
    }
    .col-sm-pt61 {
        padding-top: 61px !important;
    }
    .col-sm-pt62 {
        padding-top: 62px !important;
    }
    .col-sm-pt63 {
        padding-top: 63px !important;
    }
    .col-sm-pt64 {
        padding-top: 64px !important;
    }
    .col-sm-pt65 {
        padding-top: 65px !important;
    }
    .col-sm-pt66 {
        padding-top: 66px !important;
    }
    .col-sm-pt67 {
        padding-top: 67px !important;
    }
    .col-sm-pt68 {
        padding-top: 68px !important;
    }
    .col-sm-pt69 {
        padding-top: 69px !important;
    }
    .col-sm-pt70 {
        padding-top: 70px !important;
    }
    .col-sm-pt71 {
        padding-top: 71px !important;
    }
    .col-sm-pt72 {
        padding-top: 72px !important;
    }
    .col-sm-pt73 {
        padding-top: 73px !important;
    }
    .col-sm-pt74 {
        padding-top: 74px !important;
    }
    .col-sm-pt75 {
        padding-top: 75px !important;
    }
    .col-sm-pt76 {
        padding-top: 76px !important;
    }
    .col-sm-pt77 {
        padding-top: 77px !important;
    }
    .col-sm-pt78 {
        padding-top: 78px !important;
    }
    .col-sm-pt79 {
        padding-top: 79px !important;
    }
    .col-sm-pt80 {
        padding-top: 80px !important;
    }
    .col-sm-pt81 {
        padding-top: 81px !important;
    }
    .col-sm-pt82 {
        padding-top: 82px !important;
    }
    .col-sm-pt83 {
        padding-top: 83px !important;
    }
    .col-sm-pt84 {
        padding-top: 84px !important;
    }
    .col-sm-pt85 {
        padding-top: 85px !important;
    }
    .col-sm-pt86 {
        padding-top: 86px !important;
    }
    .col-sm-pt87 {
        padding-top: 87px !important;
    }
    .col-sm-pt88 {
        padding-top: 88px !important;
    }
    .col-sm-pt89 {
        padding-top: 89px !important;
    }
    .col-sm-pt90 {
        padding-top: 90px !important;
    }
    .col-sm-pt91 {
        padding-top: 91px !important;
    }
    .col-sm-pt92 {
        padding-top: 92px !important;
    }
    .col-sm-pt93 {
        padding-top: 93px !important;
    }
    .col-sm-pt94 {
        padding-top: 94px !important;
    }
    .col-sm-pt95 {
        padding-top: 95px !important;
    }
    .col-sm-pt96 {
        padding-top: 96px !important;
    }
    .col-sm-pt97 {
        padding-top: 97px !important;
    }
    .col-sm-pt98 {
        padding-top: 98px !important;
    }
    .col-sm-pt99 {
        padding-top: 99px !important;
    }
    .col-sm-pt100 {
        padding-top: 100px !important;
    }
    .col-sm-pt101 {
        padding-top: 101px !important;
    }
    .col-sm-pt102 {
        padding-top: 102px !important;
    }
    .col-sm-pt103 {
        padding-top: 103px !important;
    }
    .col-sm-pt104 {
        padding-top: 104px !important;
    }
    .col-sm-pt105 {
        padding-top: 105px !important;
    }
    .col-sm-pt106 {
        padding-top: 106px !important;
    }
    .col-sm-pt107 {
        padding-top: 107px !important;
    }
    .col-sm-pt108 {
        padding-top: 108px !important;
    }
    .col-sm-pt109 {
        padding-top: 109px !important;
    }
    .col-sm-pt110 {
        padding-top: 110px !important;
    }
    .col-sm-pt111 {
        padding-top: 111px !important;
    }
    .col-sm-pt112 {
        padding-top: 112px !important;
    }
    .col-sm-pt113 {
        padding-top: 113px !important;
    }
    .col-sm-pt114 {
        padding-top: 114px !important;
    }
    .col-sm-pt115 {
        padding-top: 115px !important;
    }
    .col-sm-pt116 {
        padding-top: 116px !important;
    }
    .col-sm-pt117 {
        padding-top: 117px !important;
    }
    .col-sm-pt118 {
        padding-top: 118px !important;
    }
    .col-sm-pt119 {
        padding-top: 119px !important;
    }
    .col-sm-pt120 {
        padding-top: 120px !important;
    }
    .col-sm-pt121 {
        padding-top: 121px !important;
    }
    .col-sm-pt122 {
        padding-top: 122px !important;
    }
    .col-sm-pt123 {
        padding-top: 123px !important;
    }
    .col-sm-pt124 {
        padding-top: 124px !important;
    }
    .col-sm-pt125 {
        padding-top: 125px !important;
    }
    .col-sm-pt126 {
        padding-top: 126px !important;
    }
    .col-sm-pt127 {
        padding-top: 127px !important;
    }
    .col-sm-pt128 {
        padding-top: 128px !important;
    }
    .col-sm-pt129 {
        padding-top: 129px !important;
    }
    .col-sm-pt130 {
        padding-top: 130px !important;
    }
    .col-sm-pt131 {
        padding-top: 131px !important;
    }
    .col-sm-pt132 {
        padding-top: 132px !important;
    }
    .col-sm-pt133 {
        padding-top: 133px !important;
    }
    .col-sm-pt134 {
        padding-top: 134px !important;
    }
    .col-sm-pt135 {
        padding-top: 135px !important;
    }
    .col-sm-pt136 {
        padding-top: 136px !important;
    }
    .col-sm-pt137 {
        padding-top: 137px !important;
    }
    .col-sm-pt138 {
        padding-top: 138px !important;
    }
    .col-sm-pt139 {
        padding-top: 139px !important;
    }
    .col-sm-pt140 {
        padding-top: 140px !important;
    }
    .col-sm-pt141 {
        padding-top: 141px !important;
    }
    .col-sm-pt142 {
        padding-top: 142px !important;
    }
    .col-sm-pt143 {
        padding-top: 143px !important;
    }
    .col-sm-pt144 {
        padding-top: 144px !important;
    }
    .col-sm-pt145 {
        padding-top: 145px !important;
    }
    .col-sm-pt146 {
        padding-top: 146px !important;
    }
    .col-sm-pt147 {
        padding-top: 147px !important;
    }
    .col-sm-pt148 {
        padding-top: 148px !important;
    }
    .col-sm-pt149 {
        padding-top: 149px !important;
    }
    .col-sm-pt150 {
        padding-top: 150px !important;
    }
    .col-sm-pt151 {
        padding-top: 151px !important;
    }
    .col-sm-pt152 {
        padding-top: 152px !important;
    }
    .col-sm-pt153 {
        padding-top: 153px !important;
    }
    .col-sm-pt154 {
        padding-top: 154px !important;
    }
    .col-sm-pt155 {
        padding-top: 155px !important;
    }
    .col-sm-pt156 {
        padding-top: 156px !important;
    }
    .col-sm-pt157 {
        padding-top: 157px !important;
    }
    .col-sm-pt158 {
        padding-top: 158px !important;
    }
    .col-sm-pt159 {
        padding-top: 159px !important;
    }
    .col-sm-pt160 {
        padding-top: 160px !important;
    }
    .col-sm-pt161 {
        padding-top: 161px !important;
    }
    .col-sm-pt162 {
        padding-top: 162px !important;
    }
    .col-sm-pt163 {
        padding-top: 163px !important;
    }
    .col-sm-pt164 {
        padding-top: 164px !important;
    }
    .col-sm-pt165 {
        padding-top: 165px !important;
    }
    .col-sm-pt166 {
        padding-top: 166px !important;
    }
    .col-sm-pt167 {
        padding-top: 167px !important;
    }
    .col-sm-pt168 {
        padding-top: 168px !important;
    }
    .col-sm-pt169 {
        padding-top: 169px !important;
    }
    .col-sm-pt170 {
        padding-top: 170px !important;
    }
    .col-sm-pt171 {
        padding-top: 171px !important;
    }
    .col-sm-pt172 {
        padding-top: 172px !important;
    }
    .col-sm-pt173 {
        padding-top: 173px !important;
    }
    .col-sm-pt174 {
        padding-top: 174px !important;
    }
    .col-sm-pt175 {
        padding-top: 175px !important;
    }
    .col-sm-pt176 {
        padding-top: 176px !important;
    }
    .col-sm-pt177 {
        padding-top: 177px !important;
    }
    .col-sm-pt178 {
        padding-top: 178px !important;
    }
    .col-sm-pt179 {
        padding-top: 179px !important;
    }
    .col-sm-pt180 {
        padding-top: 180px !important;
    }
    .col-sm-pt181 {
        padding-top: 181px !important;
    }
    .col-sm-pt182 {
        padding-top: 182px !important;
    }
    .col-sm-pt183 {
        padding-top: 183px !important;
    }
    .col-sm-pt184 {
        padding-top: 184px !important;
    }
    .col-sm-pt185 {
        padding-top: 185px !important;
    }
    .col-sm-pt186 {
        padding-top: 186px !important;
    }
    .col-sm-pt187 {
        padding-top: 187px !important;
    }
    .col-sm-pt188 {
        padding-top: 188px !important;
    }
    .col-sm-pt189 {
        padding-top: 189px !important;
    }
    .col-sm-pt190 {
        padding-top: 190px !important;
    }
    .col-sm-pt191 {
        padding-top: 191px !important;
    }
    .col-sm-pt192 {
        padding-top: 192px !important;
    }
    .col-sm-pt193 {
        padding-top: 193px !important;
    }
    .col-sm-pt194 {
        padding-top: 194px !important;
    }
    .col-sm-pt195 {
        padding-top: 195px !important;
    }
    .col-sm-pt196 {
        padding-top: 196px !important;
    }
    .col-sm-pt197 {
        padding-top: 197px !important;
    }
    .col-sm-pt198 {
        padding-top: 198px !important;
    }
    .col-sm-pt199 {
        padding-top: 199px !important;
    }
    .col-sm-pt200 {
        padding-top: 200px !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-pt0 {
        padding-top: 0px !important;
    }
    .col-xs-pt1 {
        padding-top: 1px !important;
    }
    .col-xs-pt2 {
        padding-top: 2px !important;
    }
    .col-xs-pt3 {
        padding-top: 3px !important;
    }
    .col-xs-pt4 {
        padding-top: 4px !important;
    }
    .col-xs-pt5 {
        padding-top: 5px !important;
    }
    .col-xs-pt6 {
        padding-top: 6px !important;
    }
    .col-xs-pt7 {
        padding-top: 7px !important;
    }
    .col-xs-pt8 {
        padding-top: 8px !important;
    }
    .col-xs-pt9 {
        padding-top: 9px !important;
    }
    .col-xs-pt10 {
        padding-top: 10px !important;
    }
    .col-xs-pt11 {
        padding-top: 11px !important;
    }
    .col-xs-pt12 {
        padding-top: 12px !important;
    }
    .col-xs-pt13 {
        padding-top: 13px !important;
    }
    .col-xs-pt14 {
        padding-top: 14px !important;
    }
    .col-xs-pt15 {
        padding-top: 15px !important;
    }
    .col-xs-pt16 {
        padding-top: 16px !important;
    }
    .col-xs-pt17 {
        padding-top: 17px !important;
    }
    .col-xs-pt18 {
        padding-top: 18px !important;
    }
    .col-xs-pt19 {
        padding-top: 19px !important;
    }
    .col-xs-pt20 {
        padding-top: 20px !important;
    }
    .col-xs-pt21 {
        padding-top: 21px !important;
    }
    .col-xs-pt22 {
        padding-top: 22px !important;
    }
    .col-xs-pt23 {
        padding-top: 23px !important;
    }
    .col-xs-pt24 {
        padding-top: 24px !important;
    }
    .col-xs-pt25 {
        padding-top: 25px !important;
    }
    .col-xs-pt26 {
        padding-top: 26px !important;
    }
    .col-xs-pt27 {
        padding-top: 27px !important;
    }
    .col-xs-pt28 {
        padding-top: 28px !important;
    }
    .col-xs-pt29 {
        padding-top: 29px !important;
    }
    .col-xs-pt30 {
        padding-top: 30px !important;
    }
    .col-xs-pt31 {
        padding-top: 31px !important;
    }
    .col-xs-pt32 {
        padding-top: 32px !important;
    }
    .col-xs-pt33 {
        padding-top: 33px !important;
    }
    .col-xs-pt34 {
        padding-top: 34px !important;
    }
    .col-xs-pt35 {
        padding-top: 35px !important;
    }
    .col-xs-pt36 {
        padding-top: 36px !important;
    }
    .col-xs-pt37 {
        padding-top: 37px !important;
    }
    .col-xs-pt38 {
        padding-top: 38px !important;
    }
    .col-xs-pt39 {
        padding-top: 39px !important;
    }
    .col-xs-pt40 {
        padding-top: 40px !important;
    }
    .col-xs-pt41 {
        padding-top: 41px !important;
    }
    .col-xs-pt42 {
        padding-top: 42px !important;
    }
    .col-xs-pt43 {
        padding-top: 43px !important;
    }
    .col-xs-pt44 {
        padding-top: 44px !important;
    }
    .col-xs-pt45 {
        padding-top: 45px !important;
    }
    .col-xs-pt46 {
        padding-top: 46px !important;
    }
    .col-xs-pt47 {
        padding-top: 47px !important;
    }
    .col-xs-pt48 {
        padding-top: 48px !important;
    }
    .col-xs-pt49 {
        padding-top: 49px !important;
    }
    .col-xs-pt50 {
        padding-top: 50px !important;
    }
    .col-xs-pt51 {
        padding-top: 51px !important;
    }
    .col-xs-pt52 {
        padding-top: 52px !important;
    }
    .col-xs-pt53 {
        padding-top: 53px !important;
    }
    .col-xs-pt54 {
        padding-top: 54px !important;
    }
    .col-xs-pt55 {
        padding-top: 55px !important;
    }
    .col-xs-pt56 {
        padding-top: 56px !important;
    }
    .col-xs-pt57 {
        padding-top: 57px !important;
    }
    .col-xs-pt58 {
        padding-top: 58px !important;
    }
    .col-xs-pt59 {
        padding-top: 59px !important;
    }
    .col-xs-pt60 {
        padding-top: 60px !important;
    }
    .col-xs-pt61 {
        padding-top: 61px !important;
    }
    .col-xs-pt62 {
        padding-top: 62px !important;
    }
    .col-xs-pt63 {
        padding-top: 63px !important;
    }
    .col-xs-pt64 {
        padding-top: 64px !important;
    }
    .col-xs-pt65 {
        padding-top: 65px !important;
    }
    .col-xs-pt66 {
        padding-top: 66px !important;
    }
    .col-xs-pt67 {
        padding-top: 67px !important;
    }
    .col-xs-pt68 {
        padding-top: 68px !important;
    }
    .col-xs-pt69 {
        padding-top: 69px !important;
    }
    .col-xs-pt70 {
        padding-top: 70px !important;
    }
    .col-xs-pt71 {
        padding-top: 71px !important;
    }
    .col-xs-pt72 {
        padding-top: 72px !important;
    }
    .col-xs-pt73 {
        padding-top: 73px !important;
    }
    .col-xs-pt74 {
        padding-top: 74px !important;
    }
    .col-xs-pt75 {
        padding-top: 75px !important;
    }
    .col-xs-pt76 {
        padding-top: 76px !important;
    }
    .col-xs-pt77 {
        padding-top: 77px !important;
    }
    .col-xs-pt78 {
        padding-top: 78px !important;
    }
    .col-xs-pt79 {
        padding-top: 79px !important;
    }
    .col-xs-pt80 {
        padding-top: 80px !important;
    }
    .col-xs-pt81 {
        padding-top: 81px !important;
    }
    .col-xs-pt82 {
        padding-top: 82px !important;
    }
    .col-xs-pt83 {
        padding-top: 83px !important;
    }
    .col-xs-pt84 {
        padding-top: 84px !important;
    }
    .col-xs-pt85 {
        padding-top: 85px !important;
    }
    .col-xs-pt86 {
        padding-top: 86px !important;
    }
    .col-xs-pt87 {
        padding-top: 87px !important;
    }
    .col-xs-pt88 {
        padding-top: 88px !important;
    }
    .col-xs-pt89 {
        padding-top: 89px !important;
    }
    .col-xs-pt90 {
        padding-top: 90px !important;
    }
    .col-xs-pt91 {
        padding-top: 91px !important;
    }
    .col-xs-pt92 {
        padding-top: 92px !important;
    }
    .col-xs-pt93 {
        padding-top: 93px !important;
    }
    .col-xs-pt94 {
        padding-top: 94px !important;
    }
    .col-xs-pt95 {
        padding-top: 95px !important;
    }
    .col-xs-pt96 {
        padding-top: 96px !important;
    }
    .col-xs-pt97 {
        padding-top: 97px !important;
    }
    .col-xs-pt98 {
        padding-top: 98px !important;
    }
    .col-xs-pt99 {
        padding-top: 99px !important;
    }
    .col-xs-pt100 {
        padding-top: 100px !important;
    }
    .col-xs-pt101 {
        padding-top: 101px !important;
    }
    .col-xs-pt102 {
        padding-top: 102px !important;
    }
    .col-xs-pt103 {
        padding-top: 103px !important;
    }
    .col-xs-pt104 {
        padding-top: 104px !important;
    }
    .col-xs-pt105 {
        padding-top: 105px !important;
    }
    .col-xs-pt106 {
        padding-top: 106px !important;
    }
    .col-xs-pt107 {
        padding-top: 107px !important;
    }
    .col-xs-pt108 {
        padding-top: 108px !important;
    }
    .col-xs-pt109 {
        padding-top: 109px !important;
    }
    .col-xs-pt110 {
        padding-top: 110px !important;
    }
    .col-xs-pt111 {
        padding-top: 111px !important;
    }
    .col-xs-pt112 {
        padding-top: 112px !important;
    }
    .col-xs-pt113 {
        padding-top: 113px !important;
    }
    .col-xs-pt114 {
        padding-top: 114px !important;
    }
    .col-xs-pt115 {
        padding-top: 115px !important;
    }
    .col-xs-pt116 {
        padding-top: 116px !important;
    }
    .col-xs-pt117 {
        padding-top: 117px !important;
    }
    .col-xs-pt118 {
        padding-top: 118px !important;
    }
    .col-xs-pt119 {
        padding-top: 119px !important;
    }
    .col-xs-pt120 {
        padding-top: 120px !important;
    }
    .col-xs-pt121 {
        padding-top: 121px !important;
    }
    .col-xs-pt122 {
        padding-top: 122px !important;
    }
    .col-xs-pt123 {
        padding-top: 123px !important;
    }
    .col-xs-pt124 {
        padding-top: 124px !important;
    }
    .col-xs-pt125 {
        padding-top: 125px !important;
    }
    .col-xs-pt126 {
        padding-top: 126px !important;
    }
    .col-xs-pt127 {
        padding-top: 127px !important;
    }
    .col-xs-pt128 {
        padding-top: 128px !important;
    }
    .col-xs-pt129 {
        padding-top: 129px !important;
    }
    .col-xs-pt130 {
        padding-top: 130px !important;
    }
    .col-xs-pt131 {
        padding-top: 131px !important;
    }
    .col-xs-pt132 {
        padding-top: 132px !important;
    }
    .col-xs-pt133 {
        padding-top: 133px !important;
    }
    .col-xs-pt134 {
        padding-top: 134px !important;
    }
    .col-xs-pt135 {
        padding-top: 135px !important;
    }
    .col-xs-pt136 {
        padding-top: 136px !important;
    }
    .col-xs-pt137 {
        padding-top: 137px !important;
    }
    .col-xs-pt138 {
        padding-top: 138px !important;
    }
    .col-xs-pt139 {
        padding-top: 139px !important;
    }
    .col-xs-pt140 {
        padding-top: 140px !important;
    }
    .col-xs-pt141 {
        padding-top: 141px !important;
    }
    .col-xs-pt142 {
        padding-top: 142px !important;
    }
    .col-xs-pt143 {
        padding-top: 143px !important;
    }
    .col-xs-pt144 {
        padding-top: 144px !important;
    }
    .col-xs-pt145 {
        padding-top: 145px !important;
    }
    .col-xs-pt146 {
        padding-top: 146px !important;
    }
    .col-xs-pt147 {
        padding-top: 147px !important;
    }
    .col-xs-pt148 {
        padding-top: 148px !important;
    }
    .col-xs-pt149 {
        padding-top: 149px !important;
    }
    .col-xs-pt150 {
        padding-top: 150px !important;
    }
    .col-xs-pt151 {
        padding-top: 151px !important;
    }
    .col-xs-pt152 {
        padding-top: 152px !important;
    }
    .col-xs-pt153 {
        padding-top: 153px !important;
    }
    .col-xs-pt154 {
        padding-top: 154px !important;
    }
    .col-xs-pt155 {
        padding-top: 155px !important;
    }
    .col-xs-pt156 {
        padding-top: 156px !important;
    }
    .col-xs-pt157 {
        padding-top: 157px !important;
    }
    .col-xs-pt158 {
        padding-top: 158px !important;
    }
    .col-xs-pt159 {
        padding-top: 159px !important;
    }
    .col-xs-pt160 {
        padding-top: 160px !important;
    }
    .col-xs-pt161 {
        padding-top: 161px !important;
    }
    .col-xs-pt162 {
        padding-top: 162px !important;
    }
    .col-xs-pt163 {
        padding-top: 163px !important;
    }
    .col-xs-pt164 {
        padding-top: 164px !important;
    }
    .col-xs-pt165 {
        padding-top: 165px !important;
    }
    .col-xs-pt166 {
        padding-top: 166px !important;
    }
    .col-xs-pt167 {
        padding-top: 167px !important;
    }
    .col-xs-pt168 {
        padding-top: 168px !important;
    }
    .col-xs-pt169 {
        padding-top: 169px !important;
    }
    .col-xs-pt170 {
        padding-top: 170px !important;
    }
    .col-xs-pt171 {
        padding-top: 171px !important;
    }
    .col-xs-pt172 {
        padding-top: 172px !important;
    }
    .col-xs-pt173 {
        padding-top: 173px !important;
    }
    .col-xs-pt174 {
        padding-top: 174px !important;
    }
    .col-xs-pt175 {
        padding-top: 175px !important;
    }
    .col-xs-pt176 {
        padding-top: 176px !important;
    }
    .col-xs-pt177 {
        padding-top: 177px !important;
    }
    .col-xs-pt178 {
        padding-top: 178px !important;
    }
    .col-xs-pt179 {
        padding-top: 179px !important;
    }
    .col-xs-pt180 {
        padding-top: 180px !important;
    }
    .col-xs-pt181 {
        padding-top: 181px !important;
    }
    .col-xs-pt182 {
        padding-top: 182px !important;
    }
    .col-xs-pt183 {
        padding-top: 183px !important;
    }
    .col-xs-pt184 {
        padding-top: 184px !important;
    }
    .col-xs-pt185 {
        padding-top: 185px !important;
    }
    .col-xs-pt186 {
        padding-top: 186px !important;
    }
    .col-xs-pt187 {
        padding-top: 187px !important;
    }
    .col-xs-pt188 {
        padding-top: 188px !important;
    }
    .col-xs-pt189 {
        padding-top: 189px !important;
    }
    .col-xs-pt190 {
        padding-top: 190px !important;
    }
    .col-xs-pt191 {
        padding-top: 191px !important;
    }
    .col-xs-pt192 {
        padding-top: 192px !important;
    }
    .col-xs-pt193 {
        padding-top: 193px !important;
    }
    .col-xs-pt194 {
        padding-top: 194px !important;
    }
    .col-xs-pt195 {
        padding-top: 195px !important;
    }
    .col-xs-pt196 {
        padding-top: 196px !important;
    }
    .col-xs-pt197 {
        padding-top: 197px !important;
    }
    .col-xs-pt198 {
        padding-top: 198px !important;
    }
    .col-xs-pt199 {
        padding-top: 199px !important;
    }
    .col-xs-pt200 {
        padding-top: 200px !important;
    }
}
/* Xs End */




/* Responsive End */
/******---------- Padding Top End ----------******/
/******---------- Padding Bottom ----------******/

.pb0 {
    padding-bottom: 0px !important;
}
.pb1 {
    padding-bottom: 1px !important;
}
.pb2 {
    padding-bottom: 2px !important;
}
.pb3 {
    padding-bottom: 3px !important;
}
.pb4 {
    padding-bottom: 4px !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb6 {
    padding-bottom: 6px !important;
}
.pb7 {
    padding-bottom: 7px !important;
}
.pb8 {
    padding-bottom: 8px !important;
}
.pb9 {
    padding-bottom: 9px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb11 {
    padding-bottom: 11px !important;
}
.pb12 {
    padding-bottom: 12px !important;
}
.pb13 {
    padding-bottom: 13px !important;
}
.pb14 {
    padding-bottom: 14px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb16 {
    padding-bottom: 16px !important;
}
.pb17 {
    padding-bottom: 17px !important;
}
.pb18 {
    padding-bottom: 18px !important;
}
.pb19 {
    padding-bottom: 19px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb21 {
    padding-bottom: 21px !important;
}
.pb22 {
    padding-bottom: 22px !important;
}
.pb23 {
    padding-bottom: 23px !important;
}
.pb24 {
    padding-bottom: 24px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb26 {
    padding-bottom: 26px !important;
}
.pb27 {
    padding-bottom: 27px !important;
}
.pb28 {
    padding-bottom: 28px !important;
}
.pb29 {
    padding-bottom: 29px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb31 {
    padding-bottom: 31px !important;
}
.pb32 {
    padding-bottom: 32px !important;
}
.pb33 {
    padding-bottom: 33px !important;
}
.pb34 {
    padding-bottom: 34px !important;
}
.pb35 {
    padding-bottom: 35px !important;
}
.pb36 {
    padding-bottom: 36px !important;
}
.pb37 {
    padding-bottom: 37px !important;
}
.pb38 {
    padding-bottom: 38px !important;
}
.pb39 {
    padding-bottom: 39px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb41 {
    padding-bottom: 41px !important;
}
.pb42 {
    padding-bottom: 42px !important;
}
.pb43 {
    padding-bottom: 43px !important;
}
.pb44 {
    padding-bottom: 44px !important;
}
.pb45 {
    padding-bottom: 45px !important;
}
.pb46 {
    padding-bottom: 46px !important;
}
.pb47 {
    padding-bottom: 47px !important;
}
.pb48 {
    padding-bottom: 48px !important;
}
.pb49 {
    padding-bottom: 49px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb51 {
    padding-bottom: 51px !important;
}
.pb52 {
    padding-bottom: 52px !important;
}
.pb53 {
    padding-bottom: 53px !important;
}
.pb54 {
    padding-bottom: 54px !important;
}
.pb55 {
    padding-bottom: 55px !important;
}
.pb56 {
    padding-bottom: 56px !important;
}
.pb57 {
    padding-bottom: 57px !important;
}
.pb58 {
    padding-bottom: 58px !important;
}
.pb59 {
    padding-bottom: 59px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb61 {
    padding-bottom: 61px !important;
}
.pb62 {
    padding-bottom: 62px !important;
}
.pb63 {
    padding-bottom: 63px !important;
}
.pb64 {
    padding-bottom: 64px !important;
}
.pb65 {
    padding-bottom: 65px !important;
}
.pb66 {
    padding-bottom: 66px !important;
}
.pb67 {
    padding-bottom: 67px !important;
}
.pb68 {
    padding-bottom: 68px !important;
}
.pb69 {
    padding-bottom: 69px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb71 {
    padding-bottom: 71px !important;
}
.pb72 {
    padding-bottom: 72px !important;
}
.pb73 {
    padding-bottom: 73px !important;
}
.pb74 {
    padding-bottom: 74px !important;
}
.pb75 {
    padding-bottom: 75px !important;
}
.pb76 {
    padding-bottom: 76px !important;
}
.pb77 {
    padding-bottom: 77px !important;
}
.pb78 {
    padding-bottom: 78px !important;
}
.pb79 {
    padding-bottom: 79px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb81 {
    padding-bottom: 81px !important;
}
.pb82 {
    padding-bottom: 82px !important;
}
.pb83 {
    padding-bottom: 83px !important;
}
.pb84 {
    padding-bottom: 84px !important;
}
.pb85 {
    padding-bottom: 85px !important;
}
.pb86 {
    padding-bottom: 86px !important;
}
.pb87 {
    padding-bottom: 87px !important;
}
.pb88 {
    padding-bottom: 88px !important;
}
.pb89 {
    padding-bottom: 89px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb91 {
    padding-bottom: 91px !important;
}
.pb92 {
    padding-bottom: 92px !important;
}
.pb93 {
    padding-bottom: 93px !important;
}
.pb94 {
    padding-bottom: 94px !important;
}
.pb95 {
    padding-bottom: 95px !important;
}
.pb96 {
    padding-bottom: 96px !important;
}
.pb97 {
    padding-bottom: 97px !important;
}
.pb98 {
    padding-bottom: 98px !important;
}
.pb99 {
    padding-bottom: 99px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
.pb101 {
    padding-bottom: 101px !important;
}
.pb102 {
    padding-bottom: 102px !important;
}
.pb103 {
    padding-bottom: 103px !important;
}
.pb104 {
    padding-bottom: 104px !important;
}
.pb105 {
    padding-bottom: 105px !important;
}
.pb106 {
    padding-bottom: 106px !important;
}
.pb107 {
    padding-bottom: 107px !important;
}
.pb108 {
    padding-bottom: 108px !important;
}
.pb109 {
    padding-bottom: 109px !important;
}
.pb110 {
    padding-bottom: 110px !important;
}
.pb111 {
    padding-bottom: 111px !important;
}
.pb112 {
    padding-bottom: 112px !important;
}
.pb113 {
    padding-bottom: 113px !important;
}
.pb114 {
    padding-bottom: 114px !important;
}
.pb115 {
    padding-bottom: 115px !important;
}
.pb116 {
    padding-bottom: 116px !important;
}
.pb117 {
    padding-bottom: 117px !important;
}
.pb118 {
    padding-bottom: 118px !important;
}
.pb119 {
    padding-bottom: 119px !important;
}
.pb120 {
    padding-bottom: 120px !important;
}
.pb121 {
    padding-bottom: 121px !important;
}
.pb122 {
    padding-bottom: 122px !important;
}
.pb123 {
    padding-bottom: 123px !important;
}
.pb124 {
    padding-bottom: 124px !important;
}
.pb125 {
    padding-bottom: 125px !important;
}
.pb126 {
    padding-bottom: 126px !important;
}
.pb127 {
    padding-bottom: 127px !important;
}
.pb128 {
    padding-bottom: 128px !important;
}
.pb129 {
    padding-bottom: 129px !important;
}
.pb130 {
    padding-bottom: 130px !important;
}
.pb131 {
    padding-bottom: 131px !important;
}
.pb132 {
    padding-bottom: 132px !important;
}
.pb133 {
    padding-bottom: 133px !important;
}
.pb134 {
    padding-bottom: 134px !important;
}
.pb135 {
    padding-bottom: 135px !important;
}
.pb136 {
    padding-bottom: 136px !important;
}
.pb137 {
    padding-bottom: 137px !important;
}
.pb138 {
    padding-bottom: 138px !important;
}
.pb139 {
    padding-bottom: 139px !important;
}
.pb140 {
    padding-bottom: 140px !important;
}
.pb141 {
    padding-bottom: 141px !important;
}
.pb142 {
    padding-bottom: 142px !important;
}
.pb143 {
    padding-bottom: 143px !important;
}
.pb144 {
    padding-bottom: 144px !important;
}
.pb145 {
    padding-bottom: 145px !important;
}
.pb146 {
    padding-bottom: 146px !important;
}
.pb147 {
    padding-bottom: 147px !important;
}
.pb148 {
    padding-bottom: 148px !important;
}
.pb149 {
    padding-bottom: 149px !important;
}
.pb150 {
    padding-bottom: 150px !important;
}
.pb151 {
    padding-bottom: 151px !important;
}
.pb152 {
    padding-bottom: 152px !important;
}
.pb153 {
    padding-bottom: 153px !important;
}
.pb154 {
    padding-bottom: 154px !important;
}
.pb155 {
    padding-bottom: 155px !important;
}
.pb156 {
    padding-bottom: 156px !important;
}
.pb157 {
    padding-bottom: 157px !important;
}
.pb158 {
    padding-bottom: 158px !important;
}
.pb159 {
    padding-bottom: 159px !important;
}
.pb160 {
    padding-bottom: 160px !important;
}
.pb161 {
    padding-bottom: 161px !important;
}
.pb162 {
    padding-bottom: 162px !important;
}
.pb163 {
    padding-bottom: 163px !important;
}
.pb164 {
    padding-bottom: 164px !important;
}
.pb165 {
    padding-bottom: 165px !important;
}
.pb166 {
    padding-bottom: 166px !important;
}
.pb167 {
    padding-bottom: 167px !important;
}
.pb168 {
    padding-bottom: 168px !important;
}
.pb169 {
    padding-bottom: 169px !important;
}
.pb170 {
    padding-bottom: 170px !important;
}
.pb171 {
    padding-bottom: 171px !important;
}
.pb172 {
    padding-bottom: 172px !important;
}
.pb173 {
    padding-bottom: 173px !important;
}
.pb174 {
    padding-bottom: 174px !important;
}
.pb175 {
    padding-bottom: 175px !important;
}
.pb176 {
    padding-bottom: 176px !important;
}
.pb177 {
    padding-bottom: 177px !important;
}
.pb178 {
    padding-bottom: 178px !important;
}
.pb179 {
    padding-bottom: 179px !important;
}
.pb180 {
    padding-bottom: 180px !important;
}
.pb181 {
    padding-bottom: 181px !important;
}
.pb182 {
    padding-bottom: 182px !important;
}
.pb183 {
    padding-bottom: 183px !important;
}
.pb184 {
    padding-bottom: 184px !important;
}
.pb185 {
    padding-bottom: 185px !important;
}
.pb186 {
    padding-bottom: 186px !important;
}
.pb187 {
    padding-bottom: 187px !important;
}
.pb188 {
    padding-bottom: 188px !important;
}
.pb189 {
    padding-bottom: 189px !important;
}
.pb190 {
    padding-bottom: 190px !important;
}
.pb191 {
    padding-bottom: 191px !important;
}
.pb192 {
    padding-bottom: 192px !important;
}
.pb193 {
    padding-bottom: 193px !important;
}
.pb194 {
    padding-bottom: 194px !important;
}
.pb195 {
    padding-bottom: 195px !important;
}
.pb196 {
    padding-bottom: 196px !important;
}
.pb197 {
    padding-bottom: 197px !important;
}
.pb198 {
    padding-bottom: 198px !important;
}
.pb199 {
    padding-bottom: 199px !important;
}
.pb200 {
    padding-bottom: 200px !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-pb0 {
        padding-bottom: 0px !important;
    }
    .col-sm-pb1 {
        padding-bottom: 1px !important;
    }
    .col-sm-pb2 {
        padding-bottom: 2px !important;
    }
    .col-sm-pb3 {
        padding-bottom: 3px !important;
    }
    .col-sm-pb4 {
        padding-bottom: 4px !important;
    }
    .col-sm-pb5 {
        padding-bottom: 5px !important;
    }
    .col-sm-pb6 {
        padding-bottom: 6px !important;
    }
    .col-sm-pb7 {
        padding-bottom: 7px !important;
    }
    .col-sm-pb8 {
        padding-bottom: 8px !important;
    }
    .col-sm-pb9 {
        padding-bottom: 9px !important;
    }
    .col-sm-pb10 {
        padding-bottom: 10px !important;
    }
    .col-sm-pb11 {
        padding-bottom: 11px !important;
    }
    .col-sm-pb12 {
        padding-bottom: 12px !important;
    }
    .col-sm-pb13 {
        padding-bottom: 13px !important;
    }
    .col-sm-pb14 {
        padding-bottom: 14px !important;
    }
    .col-sm-pb15 {
        padding-bottom: 15px !important;
    }
    .col-sm-pb16 {
        padding-bottom: 16px !important;
    }
    .col-sm-pb17 {
        padding-bottom: 17px !important;
    }
    .col-sm-pb18 {
        padding-bottom: 18px !important;
    }
    .col-sm-pb19 {
        padding-bottom: 19px !important;
    }
    .col-sm-pb20 {
        padding-bottom: 20px !important;
    }
    .col-sm-pb21 {
        padding-bottom: 21px !important;
    }
    .col-sm-pb22 {
        padding-bottom: 22px !important;
    }
    .col-sm-pb23 {
        padding-bottom: 23px !important;
    }
    .col-sm-pb24 {
        padding-bottom: 24px !important;
    }
    .col-sm-pb25 {
        padding-bottom: 25px !important;
    }
    .col-sm-pb26 {
        padding-bottom: 26px !important;
    }
    .col-sm-pb27 {
        padding-bottom: 27px !important;
    }
    .col-sm-pb28 {
        padding-bottom: 28px !important;
    }
    .col-sm-pb29 {
        padding-bottom: 29px !important;
    }
    .col-sm-pb30 {
        padding-bottom: 30px !important;
    }
    .col-sm-pb31 {
        padding-bottom: 31px !important;
    }
    .col-sm-pb32 {
        padding-bottom: 32px !important;
    }
    .col-sm-pb33 {
        padding-bottom: 33px !important;
    }
    .col-sm-pb34 {
        padding-bottom: 34px !important;
    }
    .col-sm-pb35 {
        padding-bottom: 35px !important;
    }
    .col-sm-pb36 {
        padding-bottom: 36px !important;
    }
    .col-sm-pb37 {
        padding-bottom: 37px !important;
    }
    .col-sm-pb38 {
        padding-bottom: 38px !important;
    }
    .col-sm-pb39 {
        padding-bottom: 39px !important;
    }
    .col-sm-pb40 {
        padding-bottom: 40px !important;
    }
    .col-sm-pb41 {
        padding-bottom: 41px !important;
    }
    .col-sm-pb42 {
        padding-bottom: 42px !important;
    }
    .col-sm-pb43 {
        padding-bottom: 43px !important;
    }
    .col-sm-pb44 {
        padding-bottom: 44px !important;
    }
    .col-sm-pb45 {
        padding-bottom: 45px !important;
    }
    .col-sm-pb46 {
        padding-bottom: 46px !important;
    }
    .col-sm-pb47 {
        padding-bottom: 47px !important;
    }
    .col-sm-pb48 {
        padding-bottom: 48px !important;
    }
    .col-sm-pb49 {
        padding-bottom: 49px !important;
    }
    .col-sm-pb50 {
        padding-bottom: 50px !important;
    }
    .col-sm-pb51 {
        padding-bottom: 51px !important;
    }
    .col-sm-pb52 {
        padding-bottom: 52px !important;
    }
    .col-sm-pb53 {
        padding-bottom: 53px !important;
    }
    .col-sm-pb54 {
        padding-bottom: 54px !important;
    }
    .col-sm-pb55 {
        padding-bottom: 55px !important;
    }
    .col-sm-pb56 {
        padding-bottom: 56px !important;
    }
    .col-sm-pb57 {
        padding-bottom: 57px !important;
    }
    .col-sm-pb58 {
        padding-bottom: 58px !important;
    }
    .col-sm-pb59 {
        padding-bottom: 59px !important;
    }
    .col-sm-pb60 {
        padding-bottom: 60px !important;
    }
    .col-sm-pb61 {
        padding-bottom: 61px !important;
    }
    .col-sm-pb62 {
        padding-bottom: 62px !important;
    }
    .col-sm-pb63 {
        padding-bottom: 63px !important;
    }
    .col-sm-pb64 {
        padding-bottom: 64px !important;
    }
    .col-sm-pb65 {
        padding-bottom: 65px !important;
    }
    .col-sm-pb66 {
        padding-bottom: 66px !important;
    }
    .col-sm-pb67 {
        padding-bottom: 67px !important;
    }
    .col-sm-pb68 {
        padding-bottom: 68px !important;
    }
    .col-sm-pb69 {
        padding-bottom: 69px !important;
    }
    .col-sm-pb70 {
        padding-bottom: 70px !important;
    }
    .col-sm-pb71 {
        padding-bottom: 71px !important;
    }
    .col-sm-pb72 {
        padding-bottom: 72px !important;
    }
    .col-sm-pb73 {
        padding-bottom: 73px !important;
    }
    .col-sm-pb74 {
        padding-bottom: 74px !important;
    }
    .col-sm-pb75 {
        padding-bottom: 75px !important;
    }
    .col-sm-pb76 {
        padding-bottom: 76px !important;
    }
    .col-sm-pb77 {
        padding-bottom: 77px !important;
    }
    .col-sm-pb78 {
        padding-bottom: 78px !important;
    }
    .col-sm-pb79 {
        padding-bottom: 79px !important;
    }
    .col-sm-pb80 {
        padding-bottom: 80px !important;
    }
    .col-sm-pb81 {
        padding-bottom: 81px !important;
    }
    .col-sm-pb82 {
        padding-bottom: 82px !important;
    }
    .col-sm-pb83 {
        padding-bottom: 83px !important;
    }
    .col-sm-pb84 {
        padding-bottom: 84px !important;
    }
    .col-sm-pb85 {
        padding-bottom: 85px !important;
    }
    .col-sm-pb86 {
        padding-bottom: 86px !important;
    }
    .col-sm-pb87 {
        padding-bottom: 87px !important;
    }
    .col-sm-pb88 {
        padding-bottom: 88px !important;
    }
    .col-sm-pb89 {
        padding-bottom: 89px !important;
    }
    .col-sm-pb90 {
        padding-bottom: 90px !important;
    }
    .col-sm-pb91 {
        padding-bottom: 91px !important;
    }
    .col-sm-pb92 {
        padding-bottom: 92px !important;
    }
    .col-sm-pb93 {
        padding-bottom: 93px !important;
    }
    .col-sm-pb94 {
        padding-bottom: 94px !important;
    }
    .col-sm-pb95 {
        padding-bottom: 95px !important;
    }
    .col-sm-pb96 {
        padding-bottom: 96px !important;
    }
    .col-sm-pb97 {
        padding-bottom: 97px !important;
    }
    .col-sm-pb98 {
        padding-bottom: 98px !important;
    }
    .col-sm-pb99 {
        padding-bottom: 99px !important;
    }
    .col-sm-pb100 {
        padding-bottom: 100px !important;
    }
    .col-sm-pb101 {
        padding-bottom: 101px !important;
    }
    .col-sm-pb102 {
        padding-bottom: 102px !important;
    }
    .col-sm-pb103 {
        padding-bottom: 103px !important;
    }
    .col-sm-pb104 {
        padding-bottom: 104px !important;
    }
    .col-sm-pb105 {
        padding-bottom: 105px !important;
    }
    .col-sm-pb106 {
        padding-bottom: 106px !important;
    }
    .col-sm-pb107 {
        padding-bottom: 107px !important;
    }
    .col-sm-pb108 {
        padding-bottom: 108px !important;
    }
    .col-sm-pb109 {
        padding-bottom: 109px !important;
    }
    .col-sm-pb110 {
        padding-bottom: 110px !important;
    }
    .col-sm-pb111 {
        padding-bottom: 111px !important;
    }
    .col-sm-pb112 {
        padding-bottom: 112px !important;
    }
    .col-sm-pb113 {
        padding-bottom: 113px !important;
    }
    .col-sm-pb114 {
        padding-bottom: 114px !important;
    }
    .col-sm-pb115 {
        padding-bottom: 115px !important;
    }
    .col-sm-pb116 {
        padding-bottom: 116px !important;
    }
    .col-sm-pb117 {
        padding-bottom: 117px !important;
    }
    .col-sm-pb118 {
        padding-bottom: 118px !important;
    }
    .col-sm-pb119 {
        padding-bottom: 119px !important;
    }
    .col-sm-pb120 {
        padding-bottom: 120px !important;
    }
    .col-sm-pb121 {
        padding-bottom: 121px !important;
    }
    .col-sm-pb122 {
        padding-bottom: 122px !important;
    }
    .col-sm-pb123 {
        padding-bottom: 123px !important;
    }
    .col-sm-pb124 {
        padding-bottom: 124px !important;
    }
    .col-sm-pb125 {
        padding-bottom: 125px !important;
    }
    .col-sm-pb126 {
        padding-bottom: 126px !important;
    }
    .col-sm-pb127 {
        padding-bottom: 127px !important;
    }
    .col-sm-pb128 {
        padding-bottom: 128px !important;
    }
    .col-sm-pb129 {
        padding-bottom: 129px !important;
    }
    .col-sm-pb130 {
        padding-bottom: 130px !important;
    }
    .col-sm-pb131 {
        padding-bottom: 131px !important;
    }
    .col-sm-pb132 {
        padding-bottom: 132px !important;
    }
    .col-sm-pb133 {
        padding-bottom: 133px !important;
    }
    .col-sm-pb134 {
        padding-bottom: 134px !important;
    }
    .col-sm-pb135 {
        padding-bottom: 135px !important;
    }
    .col-sm-pb136 {
        padding-bottom: 136px !important;
    }
    .col-sm-pb137 {
        padding-bottom: 137px !important;
    }
    .col-sm-pb138 {
        padding-bottom: 138px !important;
    }
    .col-sm-pb139 {
        padding-bottom: 139px !important;
    }
    .col-sm-pb140 {
        padding-bottom: 140px !important;
    }
    .col-sm-pb141 {
        padding-bottom: 141px !important;
    }
    .col-sm-pb142 {
        padding-bottom: 142px !important;
    }
    .col-sm-pb143 {
        padding-bottom: 143px !important;
    }
    .col-sm-pb144 {
        padding-bottom: 144px !important;
    }
    .col-sm-pb145 {
        padding-bottom: 145px !important;
    }
    .col-sm-pb146 {
        padding-bottom: 146px !important;
    }
    .col-sm-pb147 {
        padding-bottom: 147px !important;
    }
    .col-sm-pb148 {
        padding-bottom: 148px !important;
    }
    .col-sm-pb149 {
        padding-bottom: 149px !important;
    }
    .col-sm-pb150 {
        padding-bottom: 150px !important;
    }
    .col-sm-pb151 {
        padding-bottom: 151px !important;
    }
    .col-sm-pb152 {
        padding-bottom: 152px !important;
    }
    .col-sm-pb153 {
        padding-bottom: 153px !important;
    }
    .col-sm-pb154 {
        padding-bottom: 154px !important;
    }
    .col-sm-pb155 {
        padding-bottom: 155px !important;
    }
    .col-sm-pb156 {
        padding-bottom: 156px !important;
    }
    .col-sm-pb157 {
        padding-bottom: 157px !important;
    }
    .col-sm-pb158 {
        padding-bottom: 158px !important;
    }
    .col-sm-pb159 {
        padding-bottom: 159px !important;
    }
    .col-sm-pb160 {
        padding-bottom: 160px !important;
    }
    .col-sm-pb161 {
        padding-bottom: 161px !important;
    }
    .col-sm-pb162 {
        padding-bottom: 162px !important;
    }
    .col-sm-pb163 {
        padding-bottom: 163px !important;
    }
    .col-sm-pb164 {
        padding-bottom: 164px !important;
    }
    .col-sm-pb165 {
        padding-bottom: 165px !important;
    }
    .col-sm-pb166 {
        padding-bottom: 166px !important;
    }
    .col-sm-pb167 {
        padding-bottom: 167px !important;
    }
    .col-sm-pb168 {
        padding-bottom: 168px !important;
    }
    .col-sm-pb169 {
        padding-bottom: 169px !important;
    }
    .col-sm-pb170 {
        padding-bottom: 170px !important;
    }
    .col-sm-pb171 {
        padding-bottom: 171px !important;
    }
    .col-sm-pb172 {
        padding-bottom: 172px !important;
    }
    .col-sm-pb173 {
        padding-bottom: 173px !important;
    }
    .col-sm-pb174 {
        padding-bottom: 174px !important;
    }
    .col-sm-pb175 {
        padding-bottom: 175px !important;
    }
    .col-sm-pb176 {
        padding-bottom: 176px !important;
    }
    .col-sm-pb177 {
        padding-bottom: 177px !important;
    }
    .col-sm-pb178 {
        padding-bottom: 178px !important;
    }
    .col-sm-pb179 {
        padding-bottom: 179px !important;
    }
    .col-sm-pb180 {
        padding-bottom: 180px !important;
    }
    .col-sm-pb181 {
        padding-bottom: 181px !important;
    }
    .col-sm-pb182 {
        padding-bottom: 182px !important;
    }
    .col-sm-pb183 {
        padding-bottom: 183px !important;
    }
    .col-sm-pb184 {
        padding-bottom: 184px !important;
    }
    .col-sm-pb185 {
        padding-bottom: 185px !important;
    }
    .col-sm-pb186 {
        padding-bottom: 186px !important;
    }
    .col-sm-pb187 {
        padding-bottom: 187px !important;
    }
    .col-sm-pb188 {
        padding-bottom: 188px !important;
    }
    .col-sm-pb189 {
        padding-bottom: 189px !important;
    }
    .col-sm-pb190 {
        padding-bottom: 190px !important;
    }
    .col-sm-pb191 {
        padding-bottom: 191px !important;
    }
    .col-sm-pb192 {
        padding-bottom: 192px !important;
    }
    .col-sm-pb193 {
        padding-bottom: 193px !important;
    }
    .col-sm-pb194 {
        padding-bottom: 194px !important;
    }
    .col-sm-pb195 {
        padding-bottom: 195px !important;
    }
    .col-sm-pb196 {
        padding-bottom: 196px !important;
    }
    .col-sm-pb197 {
        padding-bottom: 197px !important;
    }
    .col-sm-pb198 {
        padding-bottom: 198px !important;
    }
    .col-sm-pb199 {
        padding-bottom: 199px !important;
    }
    .col-sm-pb200 {
        padding-bottom: 200px !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-pb0 {
        padding-bottom: 0px !important;
    }
    .col-xs-pb1 {
        padding-bottom: 1px !important;
    }
    .col-xs-pb2 {
        padding-bottom: 2px !important;
    }
    .col-xs-pb3 {
        padding-bottom: 3px !important;
    }
    .col-xs-pb4 {
        padding-bottom: 4px !important;
    }
    .col-xs-pb5 {
        padding-bottom: 5px !important;
    }
    .col-xs-pb6 {
        padding-bottom: 6px !important;
    }
    .col-xs-pb7 {
        padding-bottom: 7px !important;
    }
    .col-xs-pb8 {
        padding-bottom: 8px !important;
    }
    .col-xs-pb9 {
        padding-bottom: 9px !important;
    }
    .col-xs-pb10 {
        padding-bottom: 10px !important;
    }
    .col-xs-pb11 {
        padding-bottom: 11px !important;
    }
    .col-xs-pb12 {
        padding-bottom: 12px !important;
    }
    .col-xs-pb13 {
        padding-bottom: 13px !important;
    }
    .col-xs-pb14 {
        padding-bottom: 14px !important;
    }
    .col-xs-pb15 {
        padding-bottom: 15px !important;
    }
    .col-xs-pb16 {
        padding-bottom: 16px !important;
    }
    .col-xs-pb17 {
        padding-bottom: 17px !important;
    }
    .col-xs-pb18 {
        padding-bottom: 18px !important;
    }
    .col-xs-pb19 {
        padding-bottom: 19px !important;
    }
    .col-xs-pb20 {
        padding-bottom: 20px !important;
    }
    .col-xs-pb21 {
        padding-bottom: 21px !important;
    }
    .col-xs-pb22 {
        padding-bottom: 22px !important;
    }
    .col-xs-pb23 {
        padding-bottom: 23px !important;
    }
    .col-xs-pb24 {
        padding-bottom: 24px !important;
    }
    .col-xs-pb25 {
        padding-bottom: 25px !important;
    }
    .col-xs-pb26 {
        padding-bottom: 26px !important;
    }
    .col-xs-pb27 {
        padding-bottom: 27px !important;
    }
    .col-xs-pb28 {
        padding-bottom: 28px !important;
    }
    .col-xs-pb29 {
        padding-bottom: 29px !important;
    }
    .col-xs-pb30 {
        padding-bottom: 30px !important;
    }
    .col-xs-pb31 {
        padding-bottom: 31px !important;
    }
    .col-xs-pb32 {
        padding-bottom: 32px !important;
    }
    .col-xs-pb33 {
        padding-bottom: 33px !important;
    }
    .col-xs-pb34 {
        padding-bottom: 34px !important;
    }
    .col-xs-pb35 {
        padding-bottom: 35px !important;
    }
    .col-xs-pb36 {
        padding-bottom: 36px !important;
    }
    .col-xs-pb37 {
        padding-bottom: 37px !important;
    }
    .col-xs-pb38 {
        padding-bottom: 38px !important;
    }
    .col-xs-pb39 {
        padding-bottom: 39px !important;
    }
    .col-xs-pb40 {
        padding-bottom: 40px !important;
    }
    .col-xs-pb41 {
        padding-bottom: 41px !important;
    }
    .col-xs-pb42 {
        padding-bottom: 42px !important;
    }
    .col-xs-pb43 {
        padding-bottom: 43px !important;
    }
    .col-xs-pb44 {
        padding-bottom: 44px !important;
    }
    .col-xs-pb45 {
        padding-bottom: 45px !important;
    }
    .col-xs-pb46 {
        padding-bottom: 46px !important;
    }
    .col-xs-pb47 {
        padding-bottom: 47px !important;
    }
    .col-xs-pb48 {
        padding-bottom: 48px !important;
    }
    .col-xs-pb49 {
        padding-bottom: 49px !important;
    }
    .col-xs-pb50 {
        padding-bottom: 50px !important;
    }
    .col-xs-pb51 {
        padding-bottom: 51px !important;
    }
    .col-xs-pb52 {
        padding-bottom: 52px !important;
    }
    .col-xs-pb53 {
        padding-bottom: 53px !important;
    }
    .col-xs-pb54 {
        padding-bottom: 54px !important;
    }
    .col-xs-pb55 {
        padding-bottom: 55px !important;
    }
    .col-xs-pb56 {
        padding-bottom: 56px !important;
    }
    .col-xs-pb57 {
        padding-bottom: 57px !important;
    }
    .col-xs-pb58 {
        padding-bottom: 58px !important;
    }
    .col-xs-pb59 {
        padding-bottom: 59px !important;
    }
    .col-xs-pb60 {
        padding-bottom: 60px !important;
    }
    .col-xs-pb61 {
        padding-bottom: 61px !important;
    }
    .col-xs-pb62 {
        padding-bottom: 62px !important;
    }
    .col-xs-pb63 {
        padding-bottom: 63px !important;
    }
    .col-xs-pb64 {
        padding-bottom: 64px !important;
    }
    .col-xs-pb65 {
        padding-bottom: 65px !important;
    }
    .col-xs-pb66 {
        padding-bottom: 66px !important;
    }
    .col-xs-pb67 {
        padding-bottom: 67px !important;
    }
    .col-xs-pb68 {
        padding-bottom: 68px !important;
    }
    .col-xs-pb69 {
        padding-bottom: 69px !important;
    }
    .col-xs-pb70 {
        padding-bottom: 70px !important;
    }
    .col-xs-pb71 {
        padding-bottom: 71px !important;
    }
    .col-xs-pb72 {
        padding-bottom: 72px !important;
    }
    .col-xs-pb73 {
        padding-bottom: 73px !important;
    }
    .col-xs-pb74 {
        padding-bottom: 74px !important;
    }
    .col-xs-pb75 {
        padding-bottom: 75px !important;
    }
    .col-xs-pb76 {
        padding-bottom: 76px !important;
    }
    .col-xs-pb77 {
        padding-bottom: 77px !important;
    }
    .col-xs-pb78 {
        padding-bottom: 78px !important;
    }
    .col-xs-pb79 {
        padding-bottom: 79px !important;
    }
    .col-xs-pb80 {
        padding-bottom: 80px !important;
    }
    .col-xs-pb81 {
        padding-bottom: 81px !important;
    }
    .col-xs-pb82 {
        padding-bottom: 82px !important;
    }
    .col-xs-pb83 {
        padding-bottom: 83px !important;
    }
    .col-xs-pb84 {
        padding-bottom: 84px !important;
    }
    .col-xs-pb85 {
        padding-bottom: 85px !important;
    }
    .col-xs-pb86 {
        padding-bottom: 86px !important;
    }
    .col-xs-pb87 {
        padding-bottom: 87px !important;
    }
    .col-xs-pb88 {
        padding-bottom: 88px !important;
    }
    .col-xs-pb89 {
        padding-bottom: 89px !important;
    }
    .col-xs-pb90 {
        padding-bottom: 90px !important;
    }
    .col-xs-pb91 {
        padding-bottom: 91px !important;
    }
    .col-xs-pb92 {
        padding-bottom: 92px !important;
    }
    .col-xs-pb93 {
        padding-bottom: 93px !important;
    }
    .col-xs-pb94 {
        padding-bottom: 94px !important;
    }
    .col-xs-pb95 {
        padding-bottom: 95px !important;
    }
    .col-xs-pb96 {
        padding-bottom: 96px !important;
    }
    .col-xs-pb97 {
        padding-bottom: 97px !important;
    }
    .col-xs-pb98 {
        padding-bottom: 98px !important;
    }
    .col-xs-pb99 {
        padding-bottom: 99px !important;
    }
    .col-xs-pb100 {
        padding-bottom: 100px !important;
    }
    .col-xs-pb101 {
        padding-bottom: 101px !important;
    }
    .col-xs-pb102 {
        padding-bottom: 102px !important;
    }
    .col-xs-pb103 {
        padding-bottom: 103px !important;
    }
    .col-xs-pb104 {
        padding-bottom: 104px !important;
    }
    .col-xs-pb105 {
        padding-bottom: 105px !important;
    }
    .col-xs-pb106 {
        padding-bottom: 106px !important;
    }
    .col-xs-pb107 {
        padding-bottom: 107px !important;
    }
    .col-xs-pb108 {
        padding-bottom: 108px !important;
    }
    .col-xs-pb109 {
        padding-bottom: 109px !important;
    }
    .col-xs-pb110 {
        padding-bottom: 110px !important;
    }
    .col-xs-pb111 {
        padding-bottom: 111px !important;
    }
    .col-xs-pb112 {
        padding-bottom: 112px !important;
    }
    .col-xs-pb113 {
        padding-bottom: 113px !important;
    }
    .col-xs-pb114 {
        padding-bottom: 114px !important;
    }
    .col-xs-pb115 {
        padding-bottom: 115px !important;
    }
    .col-xs-pb116 {
        padding-bottom: 116px !important;
    }
    .col-xs-pb117 {
        padding-bottom: 117px !important;
    }
    .col-xs-pb118 {
        padding-bottom: 118px !important;
    }
    .col-xs-pb119 {
        padding-bottom: 119px !important;
    }
    .col-xs-pb120 {
        padding-bottom: 120px !important;
    }
    .col-xs-pb121 {
        padding-bottom: 121px !important;
    }
    .col-xs-pb122 {
        padding-bottom: 122px !important;
    }
    .col-xs-pb123 {
        padding-bottom: 123px !important;
    }
    .col-xs-pb124 {
        padding-bottom: 124px !important;
    }
    .col-xs-pb125 {
        padding-bottom: 125px !important;
    }
    .col-xs-pb126 {
        padding-bottom: 126px !important;
    }
    .col-xs-pb127 {
        padding-bottom: 127px !important;
    }
    .col-xs-pb128 {
        padding-bottom: 128px !important;
    }
    .col-xs-pb129 {
        padding-bottom: 129px !important;
    }
    .col-xs-pb130 {
        padding-bottom: 130px !important;
    }
    .col-xs-pb131 {
        padding-bottom: 131px !important;
    }
    .col-xs-pb132 {
        padding-bottom: 132px !important;
    }
    .col-xs-pb133 {
        padding-bottom: 133px !important;
    }
    .col-xs-pb134 {
        padding-bottom: 134px !important;
    }
    .col-xs-pb135 {
        padding-bottom: 135px !important;
    }
    .col-xs-pb136 {
        padding-bottom: 136px !important;
    }
    .col-xs-pb137 {
        padding-bottom: 137px !important;
    }
    .col-xs-pb138 {
        padding-bottom: 138px !important;
    }
    .col-xs-pb139 {
        padding-bottom: 139px !important;
    }
    .col-xs-pb140 {
        padding-bottom: 140px !important;
    }
    .col-xs-pb141 {
        padding-bottom: 141px !important;
    }
    .col-xs-pb142 {
        padding-bottom: 142px !important;
    }
    .col-xs-pb143 {
        padding-bottom: 143px !important;
    }
    .col-xs-pb144 {
        padding-bottom: 144px !important;
    }
    .col-xs-pb145 {
        padding-bottom: 145px !important;
    }
    .col-xs-pb146 {
        padding-bottom: 146px !important;
    }
    .col-xs-pb147 {
        padding-bottom: 147px !important;
    }
    .col-xs-pb148 {
        padding-bottom: 148px !important;
    }
    .col-xs-pb149 {
        padding-bottom: 149px !important;
    }
    .col-xs-pb150 {
        padding-bottom: 150px !important;
    }
    .col-xs-pb151 {
        padding-bottom: 151px !important;
    }
    .col-xs-pb152 {
        padding-bottom: 152px !important;
    }
    .col-xs-pb153 {
        padding-bottom: 153px !important;
    }
    .col-xs-pb154 {
        padding-bottom: 154px !important;
    }
    .col-xs-pb155 {
        padding-bottom: 155px !important;
    }
    .col-xs-pb156 {
        padding-bottom: 156px !important;
    }
    .col-xs-pb157 {
        padding-bottom: 157px !important;
    }
    .col-xs-pb158 {
        padding-bottom: 158px !important;
    }
    .col-xs-pb159 {
        padding-bottom: 159px !important;
    }
    .col-xs-pb160 {
        padding-bottom: 160px !important;
    }
    .col-xs-pb161 {
        padding-bottom: 161px !important;
    }
    .col-xs-pb162 {
        padding-bottom: 162px !important;
    }
    .col-xs-pb163 {
        padding-bottom: 163px !important;
    }
    .col-xs-pb164 {
        padding-bottom: 164px !important;
    }
    .col-xs-pb165 {
        padding-bottom: 165px !important;
    }
    .col-xs-pb166 {
        padding-bottom: 166px !important;
    }
    .col-xs-pb167 {
        padding-bottom: 167px !important;
    }
    .col-xs-pb168 {
        padding-bottom: 168px !important;
    }
    .col-xs-pb169 {
        padding-bottom: 169px !important;
    }
    .col-xs-pb170 {
        padding-bottom: 170px !important;
    }
    .col-xs-pb171 {
        padding-bottom: 171px !important;
    }
    .col-xs-pb172 {
        padding-bottom: 172px !important;
    }
    .col-xs-pb173 {
        padding-bottom: 173px !important;
    }
    .col-xs-pb174 {
        padding-bottom: 174px !important;
    }
    .col-xs-pb175 {
        padding-bottom: 175px !important;
    }
    .col-xs-pb176 {
        padding-bottom: 176px !important;
    }
    .col-xs-pb177 {
        padding-bottom: 177px !important;
    }
    .col-xs-pb178 {
        padding-bottom: 178px !important;
    }
    .col-xs-pb179 {
        padding-bottom: 179px !important;
    }
    .col-xs-pb180 {
        padding-bottom: 180px !important;
    }
    .col-xs-pb181 {
        padding-bottom: 181px !important;
    }
    .col-xs-pb182 {
        padding-bottom: 182px !important;
    }
    .col-xs-pb183 {
        padding-bottom: 183px !important;
    }
    .col-xs-pb184 {
        padding-bottom: 184px !important;
    }
    .col-xs-pb185 {
        padding-bottom: 185px !important;
    }
    .col-xs-pb186 {
        padding-bottom: 186px !important;
    }
    .col-xs-pb187 {
        padding-bottom: 187px !important;
    }
    .col-xs-pb188 {
        padding-bottom: 188px !important;
    }
    .col-xs-pb189 {
        padding-bottom: 189px !important;
    }
    .col-xs-pb190 {
        padding-bottom: 190px !important;
    }
    .col-xs-pb191 {
        padding-bottom: 191px !important;
    }
    .col-xs-pb192 {
        padding-bottom: 192px !important;
    }
    .col-xs-pb193 {
        padding-bottom: 193px !important;
    }
    .col-xs-pb194 {
        padding-bottom: 194px !important;
    }
    .col-xs-pb195 {
        padding-bottom: 195px !important;
    }
    .col-xs-pb196 {
        padding-bottom: 196px !important;
    }
    .col-xs-pb197 {
        padding-bottom: 197px !important;
    }
    .col-xs-pb198 {
        padding-bottom: 198px !important;
    }
    .col-xs-pb199 {
        padding-bottom: 199px !important;
    }
    .col-xs-pb200 {
        padding-bottom: 200px !important;
    }
}
/* Xs End */
/* Responsive End */
/******---------- Padding Bottom End ----------******/
/******---------- Padding Left ----------******/

.pl0 {
    padding-left: 0px !important;
}
.pl1 {
    padding-left: 1px !important;
}
.pl2 {
    padding-left: 2px !important;
}
.pl3 {
    padding-left: 3px !important;
}
.pl4 {
    padding-left: 4px !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl6 {
    padding-left: 6px !important;
}
.pl7 {
    padding-left: 7px !important;
}
.pl8 {
    padding-left: 8px !important;
}
.pl9 {
    padding-left: 9px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl11 {
    padding-left: 11px !important;
}
.pl12 {
    padding-left: 12px !important;
}
.pl13 {
    padding-left: 13px !important;
}
.pl14 {
    padding-left: 14px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl16 {
    padding-left: 16px !important;
}
.pl17 {
    padding-left: 17px !important;
}
.pl18 {
    padding-left: 18px !important;
}
.pl19 {
    padding-left: 19px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl21 {
    padding-left: 21px !important;
}
.pl22 {
    padding-left: 22px !important;
}
.pl23 {
    padding-left: 23px !important;
}
.pl24 {
    padding-left: 24px !important;
}
.pl25 {
    padding-left: 25px !important;
}
.pl26 {
    padding-left: 26px !important;
}
.pl27 {
    padding-left: 27px !important;
}
.pl28 {
    padding-left: 28px !important;
}
.pl29 {
    padding-left: 29px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl31 {
    padding-left: 31px !important;
}
.pl32 {
    padding-left: 32px !important;
}
.pl33 {
    padding-left: 33px !important;
}
.pl34 {
    padding-left: 34px !important;
}
.pl35 {
    padding-left: 35px !important;
}
.pl36 {
    padding-left: 36px !important;
}
.pl37 {
    padding-left: 37px !important;
}
.pl38 {
    padding-left: 38px !important;
}
.pl39 {
    padding-left: 39px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl41 {
    padding-left: 41px !important;
}
.pl42 {
    padding-left: 42px !important;
}
.pl43 {
    padding-left: 43px !important;
}
.pl44 {
    padding-left: 44px !important;
}
.pl45 {
    padding-left: 45px !important;
}
.pl46 {
    padding-left: 46px !important;
}
.pl47 {
    padding-left: 47px !important;
}
.pl48 {
    padding-left: 48px !important;
}
.pl49 {
    padding-left: 49px !important;
}
.pl50 {
    padding-left: 50px !important;
}
.pl51 {
    padding-left: 51px !important;
}
.pl52 {
    padding-left: 52px !important;
}
.pl53 {
    padding-left: 53px !important;
}
.pl54 {
    padding-left: 54px !important;
}
.pl55 {
    padding-left: 55px !important;
}
.pl56 {
    padding-left: 56px !important;
}
.pl57 {
    padding-left: 57px !important;
}
.pl58 {
    padding-left: 58px !important;
}
.pl59 {
    padding-left: 59px !important;
}
.pl60 {
    padding-left: 60px !important;
}
.pl61 {
    padding-left: 61px !important;
}
.pl62 {
    padding-left: 62px !important;
}
.pl63 {
    padding-left: 63px !important;
}
.pl64 {
    padding-left: 64px !important;
}
.pl65 {
    padding-left: 65px !important;
}
.pl66 {
    padding-left: 66px !important;
}
.pl67 {
    padding-left: 67px !important;
}
.pl68 {
    padding-left: 68px !important;
}
.pl69 {
    padding-left: 69px !important;
}
.pl70 {
    padding-left: 70px !important;
}
.pl71 {
    padding-left: 71px !important;
}
.pl72 {
    padding-left: 72px !important;
}
.pl73 {
    padding-left: 73px !important;
}
.pl74 {
    padding-left: 74px !important;
}
.pl75 {
    padding-left: 75px !important;
}
.pl76 {
    padding-left: 76px !important;
}
.pl77 {
    padding-left: 77px !important;
}
.pl78 {
    padding-left: 78px !important;
}
.pl79 {
    padding-left: 79px !important;
}
.pl80 {
    padding-left: 80px !important;
}
.pl81 {
    padding-left: 81px !important;
}
.pl82 {
    padding-left: 82px !important;
}
.pl83 {
    padding-left: 83px !important;
}
.pl84 {
    padding-left: 84px !important;
}
.pl85 {
    padding-left: 85px !important;
}
.pl86 {
    padding-left: 86px !important;
}
.pl87 {
    padding-left: 87px !important;
}
.pl88 {
    padding-left: 88px !important;
}
.pl89 {
    padding-left: 89px !important;
}
.pl90 {
    padding-left: 90px !important;
}
.pl91 {
    padding-left: 91px !important;
}
.pl92 {
    padding-left: 92px !important;
}
.pl93 {
    padding-left: 93px !important;
}
.pl94 {
    padding-left: 94px !important;
}
.pl95 {
    padding-left: 95px !important;
}
.pl96 {
    padding-left: 96px !important;
}
.pl97 {
    padding-left: 97px !important;
}
.pl98 {
    padding-left: 98px !important;
}
.pl99 {
    padding-left: 99px !important;
}
.pl100 {
    padding-left: 100px !important;
}
.pl101 {
    padding-left: 101px !important;
}
.pl102 {
    padding-left: 102px !important;
}
.pl103 {
    padding-left: 103px !important;
}
.pl104 {
    padding-left: 104px !important;
}
.pl105 {
    padding-left: 105px !important;
}
.pl106 {
    padding-left: 106px !important;
}
.pl107 {
    padding-left: 107px !important;
}
.pl108 {
    padding-left: 108px !important;
}
.pl109 {
    padding-left: 109px !important;
}
.pl110 {
    padding-left: 110px !important;
}
.pl111 {
    padding-left: 111px !important;
}
.pl112 {
    padding-left: 112px !important;
}
.pl113 {
    padding-left: 113px !important;
}
.pl114 {
    padding-left: 114px !important;
}
.pl115 {
    padding-left: 115px !important;
}
.pl116 {
    padding-left: 116px !important;
}
.pl117 {
    padding-left: 117px !important;
}
.pl118 {
    padding-left: 118px !important;
}
.pl119 {
    padding-left: 119px !important;
}
.pl120 {
    padding-left: 120px !important;
}
.pl121 {
    padding-left: 121px !important;
}
.pl122 {
    padding-left: 122px !important;
}
.pl123 {
    padding-left: 123px !important;
}
.pl124 {
    padding-left: 124px !important;
}
.pl125 {
    padding-left: 125px !important;
}
.pl126 {
    padding-left: 126px !important;
}
.pl127 {
    padding-left: 127px !important;
}
.pl128 {
    padding-left: 128px !important;
}
.pl129 {
    padding-left: 129px !important;
}
.pl130 {
    padding-left: 130px !important;
}
.pl131 {
    padding-left: 131px !important;
}
.pl132 {
    padding-left: 132px !important;
}
.pl133 {
    padding-left: 133px !important;
}
.pl134 {
    padding-left: 134px !important;
}
.pl135 {
    padding-left: 135px !important;
}
.pl136 {
    padding-left: 136px !important;
}
.pl137 {
    padding-left: 137px !important;
}
.pl138 {
    padding-left: 138px !important;
}
.pl139 {
    padding-left: 139px !important;
}
.pl140 {
    padding-left: 140px !important;
}
.pl141 {
    padding-left: 141px !important;
}
.pl142 {
    padding-left: 142px !important;
}
.pl143 {
    padding-left: 143px !important;
}
.pl144 {
    padding-left: 144px !important;
}
.pl145 {
    padding-left: 145px !important;
}
.pl146 {
    padding-left: 146px !important;
}
.pl147 {
    padding-left: 147px !important;
}
.pl148 {
    padding-left: 148px !important;
}
.pl149 {
    padding-left: 149px !important;
}
.pl150 {
    padding-left: 150px !important;
}
.pl151 {
    padding-left: 151px !important;
}
.pl152 {
    padding-left: 152px !important;
}
.pl153 {
    padding-left: 153px !important;
}
.pl154 {
    padding-left: 154px !important;
}
.pl155 {
    padding-left: 155px !important;
}
.pl156 {
    padding-left: 156px !important;
}
.pl157 {
    padding-left: 157px !important;
}
.pl158 {
    padding-left: 158px !important;
}
.pl159 {
    padding-left: 159px !important;
}
.pl160 {
    padding-left: 160px !important;
}
.pl161 {
    padding-left: 161px !important;
}
.pl162 {
    padding-left: 162px !important;
}
.pl163 {
    padding-left: 163px !important;
}
.pl164 {
    padding-left: 164px !important;
}
.pl165 {
    padding-left: 165px !important;
}
.pl166 {
    padding-left: 166px !important;
}
.pl167 {
    padding-left: 167px !important;
}
.pl168 {
    padding-left: 168px !important;
}
.pl169 {
    padding-left: 169px !important;
}
.pl170 {
    padding-left: 170px !important;
}
.pl171 {
    padding-left: 171px !important;
}
.pl172 {
    padding-left: 172px !important;
}
.pl173 {
    padding-left: 173px !important;
}
.pl174 {
    padding-left: 174px !important;
}
.pl175 {
    padding-left: 175px !important;
}
.pl176 {
    padding-left: 176px !important;
}
.pl177 {
    padding-left: 177px !important;
}
.pl178 {
    padding-left: 178px !important;
}
.pl179 {
    padding-left: 179px !important;
}
.pl180 {
    padding-left: 180px !important;
}
.pl181 {
    padding-left: 181px !important;
}
.pl182 {
    padding-left: 182px !important;
}
.pl183 {
    padding-left: 183px !important;
}
.pl184 {
    padding-left: 184px !important;
}
.pl185 {
    padding-left: 185px !important;
}
.pl186 {
    padding-left: 186px !important;
}
.pl187 {
    padding-left: 187px !important;
}
.pl188 {
    padding-left: 188px !important;
}
.pl189 {
    padding-left: 189px !important;
}
.pl190 {
    padding-left: 190px !important;
}
.pl191 {
    padding-left: 191px !important;
}
.pl192 {
    padding-left: 192px !important;
}
.pl193 {
    padding-left: 193px !important;
}
.pl194 {
    padding-left: 194px !important;
}
.pl195 {
    padding-left: 195px !important;
}
.pl196 {
    padding-left: 196px !important;
}
.pl197 {
    padding-left: 197px !important;
}
.pl198 {
    padding-left: 198px !important;
}
.pl199 {
    padding-left: 199px !important;
}
.pl200 {
    padding-left: 200px !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-pl0 {
        padding-left: 0px !important;
    }
    .col-sm-pl1 {
        padding-left: 1px !important;
    }
    .col-sm-pl2 {
        padding-left: 2px !important;
    }
    .col-sm-pl3 {
        padding-left: 3px !important;
    }
    .col-sm-pl4 {
        padding-left: 4px !important;
    }
    .col-sm-pl5 {
        padding-left: 5px !important;
    }
    .col-sm-pl6 {
        padding-left: 6px !important;
    }
    .col-sm-pl7 {
        padding-left: 7px !important;
    }
    .col-sm-pl8 {
        padding-left: 8px !important;
    }
    .col-sm-pl9 {
        padding-left: 9px !important;
    }
    .col-sm-pl10 {
        padding-left: 10px !important;
    }
    .col-sm-pl11 {
        padding-left: 11px !important;
    }
    .col-sm-pl12 {
        padding-left: 12px !important;
    }
    .col-sm-pl13 {
        padding-left: 13px !important;
    }
    .col-sm-pl14 {
        padding-left: 14px !important;
    }
    .col-sm-pl15 {
        padding-left: 15px !important;
    }
    .col-sm-pl16 {
        padding-left: 16px !important;
    }
    .col-sm-pl17 {
        padding-left: 17px !important;
    }
    .col-sm-pl18 {
        padding-left: 18px !important;
    }
    .col-sm-pl19 {
        padding-left: 19px !important;
    }
    .col-sm-pl20 {
        padding-left: 20px !important;
    }
    .col-sm-pl21 {
        padding-left: 21px !important;
    }
    .col-sm-pl22 {
        padding-left: 22px !important;
    }
    .col-sm-pl23 {
        padding-left: 23px !important;
    }
    .col-sm-pl24 {
        padding-left: 24px !important;
    }
    .col-sm-pl25 {
        padding-left: 25px !important;
    }
    .col-sm-pl26 {
        padding-left: 26px !important;
    }
    .col-sm-pl27 {
        padding-left: 27px !important;
    }
    .col-sm-pl28 {
        padding-left: 28px !important;
    }
    .col-sm-pl29 {
        padding-left: 29px !important;
    }
    .col-sm-pl30 {
        padding-left: 30px !important;
    }
    .col-sm-pl31 {
        padding-left: 31px !important;
    }
    .col-sm-pl32 {
        padding-left: 32px !important;
    }
    .col-sm-pl33 {
        padding-left: 33px !important;
    }
    .col-sm-pl34 {
        padding-left: 34px !important;
    }
    .col-sm-pl35 {
        padding-left: 35px !important;
    }
    .col-sm-pl36 {
        padding-left: 36px !important;
    }
    .col-sm-pl37 {
        padding-left: 37px !important;
    }
    .col-sm-pl38 {
        padding-left: 38px !important;
    }
    .col-sm-pl39 {
        padding-left: 39px !important;
    }
    .col-sm-pl40 {
        padding-left: 40px !important;
    }
    .col-sm-pl41 {
        padding-left: 41px !important;
    }
    .col-sm-pl42 {
        padding-left: 42px !important;
    }
    .col-sm-pl43 {
        padding-left: 43px !important;
    }
    .col-sm-pl44 {
        padding-left: 44px !important;
    }
    .col-sm-pl45 {
        padding-left: 45px !important;
    }
    .col-sm-pl46 {
        padding-left: 46px !important;
    }
    .col-sm-pl47 {
        padding-left: 47px !important;
    }
    .col-sm-pl48 {
        padding-left: 48px !important;
    }
    .col-sm-pl49 {
        padding-left: 49px !important;
    }
    .col-sm-pl50 {
        padding-left: 50px !important;
    }
    .col-sm-pl51 {
        padding-left: 51px !important;
    }
    .col-sm-pl52 {
        padding-left: 52px !important;
    }
    .col-sm-pl53 {
        padding-left: 53px !important;
    }
    .col-sm-pl54 {
        padding-left: 54px !important;
    }
    .col-sm-pl55 {
        padding-left: 55px !important;
    }
    .col-sm-pl56 {
        padding-left: 56px !important;
    }
    .col-sm-pl57 {
        padding-left: 57px !important;
    }
    .col-sm-pl58 {
        padding-left: 58px !important;
    }
    .col-sm-pl59 {
        padding-left: 59px !important;
    }
    .col-sm-pl60 {
        padding-left: 60px !important;
    }
    .col-sm-pl61 {
        padding-left: 61px !important;
    }
    .col-sm-pl62 {
        padding-left: 62px !important;
    }
    .col-sm-pl63 {
        padding-left: 63px !important;
    }
    .col-sm-pl64 {
        padding-left: 64px !important;
    }
    .col-sm-pl65 {
        padding-left: 65px !important;
    }
    .col-sm-pl66 {
        padding-left: 66px !important;
    }
    .col-sm-pl67 {
        padding-left: 67px !important;
    }
    .col-sm-pl68 {
        padding-left: 68px !important;
    }
    .col-sm-pl69 {
        padding-left: 69px !important;
    }
    .col-sm-pl70 {
        padding-left: 70px !important;
    }
    .col-sm-pl71 {
        padding-left: 71px !important;
    }
    .col-sm-pl72 {
        padding-left: 72px !important;
    }
    .col-sm-pl73 {
        padding-left: 73px !important;
    }
    .col-sm-pl74 {
        padding-left: 74px !important;
    }
    .col-sm-pl75 {
        padding-left: 75px !important;
    }
    .col-sm-pl76 {
        padding-left: 76px !important;
    }
    .col-sm-pl77 {
        padding-left: 77px !important;
    }
    .col-sm-pl78 {
        padding-left: 78px !important;
    }
    .col-sm-pl79 {
        padding-left: 79px !important;
    }
    .col-sm-pl80 {
        padding-left: 80px !important;
    }
    .col-sm-pl81 {
        padding-left: 81px !important;
    }
    .col-sm-pl82 {
        padding-left: 82px !important;
    }
    .col-sm-pl83 {
        padding-left: 83px !important;
    }
    .col-sm-pl84 {
        padding-left: 84px !important;
    }
    .col-sm-pl85 {
        padding-left: 85px !important;
    }
    .col-sm-pl86 {
        padding-left: 86px !important;
    }
    .col-sm-pl87 {
        padding-left: 87px !important;
    }
    .col-sm-pl88 {
        padding-left: 88px !important;
    }
    .col-sm-pl89 {
        padding-left: 89px !important;
    }
    .col-sm-pl90 {
        padding-left: 90px !important;
    }
    .col-sm-pl91 {
        padding-left: 91px !important;
    }
    .col-sm-pl92 {
        padding-left: 92px !important;
    }
    .col-sm-pl93 {
        padding-left: 93px !important;
    }
    .col-sm-pl94 {
        padding-left: 94px !important;
    }
    .col-sm-pl95 {
        padding-left: 95px !important;
    }
    .col-sm-pl96 {
        padding-left: 96px !important;
    }
    .col-sm-pl97 {
        padding-left: 97px !important;
    }
    .col-sm-pl98 {
        padding-left: 98px !important;
    }
    .col-sm-pl99 {
        padding-left: 99px !important;
    }
    .col-sm-pl100 {
        padding-left: 100px !important;
    }
    .col-sm-pl101 {
        padding-left: 101px !important;
    }
    .col-sm-pl102 {
        padding-left: 102px !important;
    }
    .col-sm-pl103 {
        padding-left: 103px !important;
    }
    .col-sm-pl104 {
        padding-left: 104px !important;
    }
    .col-sm-pl105 {
        padding-left: 105px !important;
    }
    .col-sm-pl106 {
        padding-left: 106px !important;
    }
    .col-sm-pl107 {
        padding-left: 107px !important;
    }
    .col-sm-pl108 {
        padding-left: 108px !important;
    }
    .col-sm-pl109 {
        padding-left: 109px !important;
    }
    .col-sm-pl110 {
        padding-left: 110px !important;
    }
    .col-sm-pl111 {
        padding-left: 111px !important;
    }
    .col-sm-pl112 {
        padding-left: 112px !important;
    }
    .col-sm-pl113 {
        padding-left: 113px !important;
    }
    .col-sm-pl114 {
        padding-left: 114px !important;
    }
    .col-sm-pl115 {
        padding-left: 115px !important;
    }
    .col-sm-pl116 {
        padding-left: 116px !important;
    }
    .col-sm-pl117 {
        padding-left: 117px !important;
    }
    .col-sm-pl118 {
        padding-left: 118px !important;
    }
    .col-sm-pl119 {
        padding-left: 119px !important;
    }
    .col-sm-pl120 {
        padding-left: 120px !important;
    }
    .col-sm-pl121 {
        padding-left: 121px !important;
    }
    .col-sm-pl122 {
        padding-left: 122px !important;
    }
    .col-sm-pl123 {
        padding-left: 123px !important;
    }
    .col-sm-pl124 {
        padding-left: 124px !important;
    }
    .col-sm-pl125 {
        padding-left: 125px !important;
    }
    .col-sm-pl126 {
        padding-left: 126px !important;
    }
    .col-sm-pl127 {
        padding-left: 127px !important;
    }
    .col-sm-pl128 {
        padding-left: 128px !important;
    }
    .col-sm-pl129 {
        padding-left: 129px !important;
    }
    .col-sm-pl130 {
        padding-left: 130px !important;
    }
    .col-sm-pl131 {
        padding-left: 131px !important;
    }
    .col-sm-pl132 {
        padding-left: 132px !important;
    }
    .col-sm-pl133 {
        padding-left: 133px !important;
    }
    .col-sm-pl134 {
        padding-left: 134px !important;
    }
    .col-sm-pl135 {
        padding-left: 135px !important;
    }
    .col-sm-pl136 {
        padding-left: 136px !important;
    }
    .col-sm-pl137 {
        padding-left: 137px !important;
    }
    .col-sm-pl138 {
        padding-left: 138px !important;
    }
    .col-sm-pl139 {
        padding-left: 139px !important;
    }
    .col-sm-pl140 {
        padding-left: 140px !important;
    }
    .col-sm-pl141 {
        padding-left: 141px !important;
    }
    .col-sm-pl142 {
        padding-left: 142px !important;
    }
    .col-sm-pl143 {
        padding-left: 143px !important;
    }
    .col-sm-pl144 {
        padding-left: 144px !important;
    }
    .col-sm-pl145 {
        padding-left: 145px !important;
    }
    .col-sm-pl146 {
        padding-left: 146px !important;
    }
    .col-sm-pl147 {
        padding-left: 147px !important;
    }
    .col-sm-pl148 {
        padding-left: 148px !important;
    }
    .col-sm-pl149 {
        padding-left: 149px !important;
    }
    .col-sm-pl150 {
        padding-left: 150px !important;
    }
    .col-sm-pl151 {
        padding-left: 151px !important;
    }
    .col-sm-pl152 {
        padding-left: 152px !important;
    }
    .col-sm-pl153 {
        padding-left: 153px !important;
    }
    .col-sm-pl154 {
        padding-left: 154px !important;
    }
    .col-sm-pl155 {
        padding-left: 155px !important;
    }
    .col-sm-pl156 {
        padding-left: 156px !important;
    }
    .col-sm-pl157 {
        padding-left: 157px !important;
    }
    .col-sm-pl158 {
        padding-left: 158px !important;
    }
    .col-sm-pl159 {
        padding-left: 159px !important;
    }
    .col-sm-pl160 {
        padding-left: 160px !important;
    }
    .col-sm-pl161 {
        padding-left: 161px !important;
    }
    .col-sm-pl162 {
        padding-left: 162px !important;
    }
    .col-sm-pl163 {
        padding-left: 163px !important;
    }
    .col-sm-pl164 {
        padding-left: 164px !important;
    }
    .col-sm-pl165 {
        padding-left: 165px !important;
    }
    .col-sm-pl166 {
        padding-left: 166px !important;
    }
    .col-sm-pl167 {
        padding-left: 167px !important;
    }
    .col-sm-pl168 {
        padding-left: 168px !important;
    }
    .col-sm-pl169 {
        padding-left: 169px !important;
    }
    .col-sm-pl170 {
        padding-left: 170px !important;
    }
    .col-sm-pl171 {
        padding-left: 171px !important;
    }
    .col-sm-pl172 {
        padding-left: 172px !important;
    }
    .col-sm-pl173 {
        padding-left: 173px !important;
    }
    .col-sm-pl174 {
        padding-left: 174px !important;
    }
    .col-sm-pl175 {
        padding-left: 175px !important;
    }
    .col-sm-pl176 {
        padding-left: 176px !important;
    }
    .col-sm-pl177 {
        padding-left: 177px !important;
    }
    .col-sm-pl178 {
        padding-left: 178px !important;
    }
    .col-sm-pl179 {
        padding-left: 179px !important;
    }
    .col-sm-pl180 {
        padding-left: 180px !important;
    }
    .col-sm-pl181 {
        padding-left: 181px !important;
    }
    .col-sm-pl182 {
        padding-left: 182px !important;
    }
    .col-sm-pl183 {
        padding-left: 183px !important;
    }
    .col-sm-pl184 {
        padding-left: 184px !important;
    }
    .col-sm-pl185 {
        padding-left: 185px !important;
    }
    .col-sm-pl186 {
        padding-left: 186px !important;
    }
    .col-sm-pl187 {
        padding-left: 187px !important;
    }
    .col-sm-pl188 {
        padding-left: 188px !important;
    }
    .col-sm-pl189 {
        padding-left: 189px !important;
    }
    .col-sm-pl190 {
        padding-left: 190px !important;
    }
    .col-sm-pl191 {
        padding-left: 191px !important;
    }
    .col-sm-pl192 {
        padding-left: 192px !important;
    }
    .col-sm-pl193 {
        padding-left: 193px !important;
    }
    .col-sm-pl194 {
        padding-left: 194px !important;
    }
    .col-sm-pl195 {
        padding-left: 195px !important;
    }
    .col-sm-pl196 {
        padding-left: 196px !important;
    }
    .col-sm-pl197 {
        padding-left: 197px !important;
    }
    .col-sm-pl198 {
        padding-left: 198px !important;
    }
    .col-sm-pl199 {
        padding-left: 199px !important;
    }
    .col-sm-pl200 {
        padding-left: 200px !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-pl0 {
        padding-left: 0px !important;
    }
    .col-xs-pl1 {
        padding-left: 1px !important;
    }
    .col-xs-pl2 {
        padding-left: 2px !important;
    }
    .col-xs-pl3 {
        padding-left: 3px !important;
    }
    .col-xs-pl4 {
        padding-left: 4px !important;
    }
    .col-xs-pl5 {
        padding-left: 5px !important;
    }
    .col-xs-pl6 {
        padding-left: 6px !important;
    }
    .col-xs-pl7 {
        padding-left: 7px !important;
    }
    .col-xs-pl8 {
        padding-left: 8px !important;
    }
    .col-xs-pl9 {
        padding-left: 9px !important;
    }
    .col-xs-pl10 {
        padding-left: 10px !important;
    }
    .col-xs-pl11 {
        padding-left: 11px !important;
    }
    .col-xs-pl12 {
        padding-left: 12px !important;
    }
    .col-xs-pl13 {
        padding-left: 13px !important;
    }
    .col-xs-pl14 {
        padding-left: 14px !important;
    }
    .col-xs-pl15 {
        padding-left: 15px !important;
    }
    .col-xs-pl16 {
        padding-left: 16px !important;
    }
    .col-xs-pl17 {
        padding-left: 17px !important;
    }
    .col-xs-pl18 {
        padding-left: 18px !important;
    }
    .col-xs-pl19 {
        padding-left: 19px !important;
    }
    .col-xs-pl20 {
        padding-left: 20px !important;
    }
    .col-xs-pl21 {
        padding-left: 21px !important;
    }
    .col-xs-pl22 {
        padding-left: 22px !important;
    }
    .col-xs-pl23 {
        padding-left: 23px !important;
    }
    .col-xs-pl24 {
        padding-left: 24px !important;
    }
    .col-xs-pl25 {
        padding-left: 25px !important;
    }
    .col-xs-pl26 {
        padding-left: 26px !important;
    }
    .col-xs-pl27 {
        padding-left: 27px !important;
    }
    .col-xs-pl28 {
        padding-left: 28px !important;
    }
    .col-xs-pl29 {
        padding-left: 29px !important;
    }
    .col-xs-pl30 {
        padding-left: 30px !important;
    }
    .col-xs-pl31 {
        padding-left: 31px !important;
    }
    .col-xs-pl32 {
        padding-left: 32px !important;
    }
    .col-xs-pl33 {
        padding-left: 33px !important;
    }
    .col-xs-pl34 {
        padding-left: 34px !important;
    }
    .col-xs-pl35 {
        padding-left: 35px !important;
    }
    .col-xs-pl36 {
        padding-left: 36px !important;
    }
    .col-xs-pl37 {
        padding-left: 37px !important;
    }
    .col-xs-pl38 {
        padding-left: 38px !important;
    }
    .col-xs-pl39 {
        padding-left: 39px !important;
    }
    .col-xs-pl40 {
        padding-left: 40px !important;
    }
    .col-xs-pl41 {
        padding-left: 41px !important;
    }
    .col-xs-pl42 {
        padding-left: 42px !important;
    }
    .col-xs-pl43 {
        padding-left: 43px !important;
    }
    .col-xs-pl44 {
        padding-left: 44px !important;
    }
    .col-xs-pl45 {
        padding-left: 45px !important;
    }
    .col-xs-pl46 {
        padding-left: 46px !important;
    }
    .col-xs-pl47 {
        padding-left: 47px !important;
    }
    .col-xs-pl48 {
        padding-left: 48px !important;
    }
    .col-xs-pl49 {
        padding-left: 49px !important;
    }
    .col-xs-pl50 {
        padding-left: 50px !important;
    }
    .col-xs-pl51 {
        padding-left: 51px !important;
    }
    .col-xs-pl52 {
        padding-left: 52px !important;
    }
    .col-xs-pl53 {
        padding-left: 53px !important;
    }
    .col-xs-pl54 {
        padding-left: 54px !important;
    }
    .col-xs-pl55 {
        padding-left: 55px !important;
    }
    .col-xs-pl56 {
        padding-left: 56px !important;
    }
    .col-xs-pl57 {
        padding-left: 57px !important;
    }
    .col-xs-pl58 {
        padding-left: 58px !important;
    }
    .col-xs-pl59 {
        padding-left: 59px !important;
    }
    .col-xs-pl60 {
        padding-left: 60px !important;
    }
    .col-xs-pl61 {
        padding-left: 61px !important;
    }
    .col-xs-pl62 {
        padding-left: 62px !important;
    }
    .col-xs-pl63 {
        padding-left: 63px !important;
    }
    .col-xs-pl64 {
        padding-left: 64px !important;
    }
    .col-xs-pl65 {
        padding-left: 65px !important;
    }
    .col-xs-pl66 {
        padding-left: 66px !important;
    }
    .col-xs-pl67 {
        padding-left: 67px !important;
    }
    .col-xs-pl68 {
        padding-left: 68px !important;
    }
    .col-xs-pl69 {
        padding-left: 69px !important;
    }
    .col-xs-pl70 {
        padding-left: 70px !important;
    }
    .col-xs-pl71 {
        padding-left: 71px !important;
    }
    .col-xs-pl72 {
        padding-left: 72px !important;
    }
    .col-xs-pl73 {
        padding-left: 73px !important;
    }
    .col-xs-pl74 {
        padding-left: 74px !important;
    }
    .col-xs-pl75 {
        padding-left: 75px !important;
    }
    .col-xs-pl76 {
        padding-left: 76px !important;
    }
    .col-xs-pl77 {
        padding-left: 77px !important;
    }
    .col-xs-pl78 {
        padding-left: 78px !important;
    }
    .col-xs-pl79 {
        padding-left: 79px !important;
    }
    .col-xs-pl80 {
        padding-left: 80px !important;
    }
    .col-xs-pl81 {
        padding-left: 81px !important;
    }
    .col-xs-pl82 {
        padding-left: 82px !important;
    }
    .col-xs-pl83 {
        padding-left: 83px !important;
    }
    .col-xs-pl84 {
        padding-left: 84px !important;
    }
    .col-xs-pl85 {
        padding-left: 85px !important;
    }
    .col-xs-pl86 {
        padding-left: 86px !important;
    }
    .col-xs-pl87 {
        padding-left: 87px !important;
    }
    .col-xs-pl88 {
        padding-left: 88px !important;
    }
    .col-xs-pl89 {
        padding-left: 89px !important;
    }
    .col-xs-pl90 {
        padding-left: 90px !important;
    }
    .col-xs-pl91 {
        padding-left: 91px !important;
    }
    .col-xs-pl92 {
        padding-left: 92px !important;
    }
    .col-xs-pl93 {
        padding-left: 93px !important;
    }
    .col-xs-pl94 {
        padding-left: 94px !important;
    }
    .col-xs-pl95 {
        padding-left: 95px !important;
    }
    .col-xs-pl96 {
        padding-left: 96px !important;
    }
    .col-xs-pl97 {
        padding-left: 97px !important;
    }
    .col-xs-pl98 {
        padding-left: 98px !important;
    }
    .col-xs-pl99 {
        padding-left: 99px !important;
    }
    .col-xs-pl100 {
        padding-left: 100px !important;
    }
    .col-xs-pl101 {
        padding-left: 101px !important;
    }
    .col-xs-pl102 {
        padding-left: 102px !important;
    }
    .col-xs-pl103 {
        padding-left: 103px !important;
    }
    .col-xs-pl104 {
        padding-left: 104px !important;
    }
    .col-xs-pl105 {
        padding-left: 105px !important;
    }
    .col-xs-pl106 {
        padding-left: 106px !important;
    }
    .col-xs-pl107 {
        padding-left: 107px !important;
    }
    .col-xs-pl108 {
        padding-left: 108px !important;
    }
    .col-xs-pl109 {
        padding-left: 109px !important;
    }
    .col-xs-pl110 {
        padding-left: 110px !important;
    }
    .col-xs-pl111 {
        padding-left: 111px !important;
    }
    .col-xs-pl112 {
        padding-left: 112px !important;
    }
    .col-xs-pl113 {
        padding-left: 113px !important;
    }
    .col-xs-pl114 {
        padding-left: 114px !important;
    }
    .col-xs-pl115 {
        padding-left: 115px !important;
    }
    .col-xs-pl116 {
        padding-left: 116px !important;
    }
    .col-xs-pl117 {
        padding-left: 117px !important;
    }
    .col-xs-pl118 {
        padding-left: 118px !important;
    }
    .col-xs-pl119 {
        padding-left: 119px !important;
    }
    .col-xs-pl120 {
        padding-left: 120px !important;
    }
    .col-xs-pl121 {
        padding-left: 121px !important;
    }
    .col-xs-pl122 {
        padding-left: 122px !important;
    }
    .col-xs-pl123 {
        padding-left: 123px !important;
    }
    .col-xs-pl124 {
        padding-left: 124px !important;
    }
    .col-xs-pl125 {
        padding-left: 125px !important;
    }
    .col-xs-pl126 {
        padding-left: 126px !important;
    }
    .col-xs-pl127 {
        padding-left: 127px !important;
    }
    .col-xs-pl128 {
        padding-left: 128px !important;
    }
    .col-xs-pl129 {
        padding-left: 129px !important;
    }
    .col-xs-pl130 {
        padding-left: 130px !important;
    }
    .col-xs-pl131 {
        padding-left: 131px !important;
    }
    .col-xs-pl132 {
        padding-left: 132px !important;
    }
    .col-xs-pl133 {
        padding-left: 133px !important;
    }
    .col-xs-pl134 {
        padding-left: 134px !important;
    }
    .col-xs-pl135 {
        padding-left: 135px !important;
    }
    .col-xs-pl136 {
        padding-left: 136px !important;
    }
    .col-xs-pl137 {
        padding-left: 137px !important;
    }
    .col-xs-pl138 {
        padding-left: 138px !important;
    }
    .col-xs-pl139 {
        padding-left: 139px !important;
    }
    .col-xs-pl140 {
        padding-left: 140px !important;
    }
    .col-xs-pl141 {
        padding-left: 141px !important;
    }
    .col-xs-pl142 {
        padding-left: 142px !important;
    }
    .col-xs-pl143 {
        padding-left: 143px !important;
    }
    .col-xs-pl144 {
        padding-left: 144px !important;
    }
    .col-xs-pl145 {
        padding-left: 145px !important;
    }
    .col-xs-pl146 {
        padding-left: 146px !important;
    }
    .col-xs-pl147 {
        padding-left: 147px !important;
    }
    .col-xs-pl148 {
        padding-left: 148px !important;
    }
    .col-xs-pl149 {
        padding-left: 149px !important;
    }
    .col-xs-pl150 {
        padding-left: 150px !important;
    }
    .col-xs-pl151 {
        padding-left: 151px !important;
    }
    .col-xs-pl152 {
        padding-left: 152px !important;
    }
    .col-xs-pl153 {
        padding-left: 153px !important;
    }
    .col-xs-pl154 {
        padding-left: 154px !important;
    }
    .col-xs-pl155 {
        padding-left: 155px !important;
    }
    .col-xs-pl156 {
        padding-left: 156px !important;
    }
    .col-xs-pl157 {
        padding-left: 157px !important;
    }
    .col-xs-pl158 {
        padding-left: 158px !important;
    }
    .col-xs-pl159 {
        padding-left: 159px !important;
    }
    .col-xs-pl160 {
        padding-left: 160px !important;
    }
    .col-xs-pl161 {
        padding-left: 161px !important;
    }
    .col-xs-pl162 {
        padding-left: 162px !important;
    }
    .col-xs-pl163 {
        padding-left: 163px !important;
    }
    .col-xs-pl164 {
        padding-left: 164px !important;
    }
    .col-xs-pl165 {
        padding-left: 165px !important;
    }
    .col-xs-pl166 {
        padding-left: 166px !important;
    }
    .col-xs-pl167 {
        padding-left: 167px !important;
    }
    .col-xs-pl168 {
        padding-left: 168px !important;
    }
    .col-xs-pl169 {
        padding-left: 169px !important;
    }
    .col-xs-pl170 {
        padding-left: 170px !important;
    }
    .col-xs-pl171 {
        padding-left: 171px !important;
    }
    .col-xs-pl172 {
        padding-left: 172px !important;
    }
    .col-xs-pl173 {
        padding-left: 173px !important;
    }
    .col-xs-pl174 {
        padding-left: 174px !important;
    }
    .col-xs-pl175 {
        padding-left: 175px !important;
    }
    .col-xs-pl176 {
        padding-left: 176px !important;
    }
    .col-xs-pl177 {
        padding-left: 177px !important;
    }
    .col-xs-pl178 {
        padding-left: 178px !important;
    }
    .col-xs-pl179 {
        padding-left: 179px !important;
    }
    .col-xs-pl180 {
        padding-left: 180px !important;
    }
    .col-xs-pl181 {
        padding-left: 181px !important;
    }
    .col-xs-pl182 {
        padding-left: 182px !important;
    }
    .col-xs-pl183 {
        padding-left: 183px !important;
    }
    .col-xs-pl184 {
        padding-left: 184px !important;
    }
    .col-xs-pl185 {
        padding-left: 185px !important;
    }
    .col-xs-pl186 {
        padding-left: 186px !important;
    }
    .col-xs-pl187 {
        padding-left: 187px !important;
    }
    .col-xs-pl188 {
        padding-left: 188px !important;
    }
    .col-xs-pl189 {
        padding-left: 189px !important;
    }
    .col-xs-pl190 {
        padding-left: 190px !important;
    }
    .col-xs-pl191 {
        padding-left: 191px !important;
    }
    .col-xs-pl192 {
        padding-left: 192px !important;
    }
    .col-xs-pl193 {
        padding-left: 193px !important;
    }
    .col-xs-pl194 {
        padding-left: 194px !important;
    }
    .col-xs-pl195 {
        padding-left: 195px !important;
    }
    .col-xs-pl196 {
        padding-left: 196px !important;
    }
    .col-xs-pl197 {
        padding-left: 197px !important;
    }
    .col-xs-pl198 {
        padding-left: 198px !important;
    }
    .col-xs-pl199 {
        padding-left: 199px !important;
    }
    .col-xs-pl200 {
        padding-left: 200px !important;
    }
}
/* Xs End */





/* Responsive End */
/******---------- Padding Left End ----------******/
/******---------- Padding Right ----------******/

.pr0 {
    padding-right: 0px !important;
}
.pr1 {
    padding-right: 1px !important;
}
.pr2 {
    padding-right: 2px !important;
}
.pr3 {
    padding-right: 3px !important;
}
.pr4 {
    padding-right: 4px !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr6 {
    padding-right: 6px !important;
}
.pr7 {
    padding-right: 7px !important;
}
.pr8 {
    padding-right: 8px !important;
}
.pr9 {
    padding-right: 9px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr11 {
    padding-right: 11px !important;
}
.pr12 {
    padding-right: 12px !important;
}
.pr13 {
    padding-right: 13px !important;
}
.pr14 {
    padding-right: 14px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr16 {
    padding-right: 16px !important;
}
.pr17 {
    padding-right: 17px !important;
}
.pr18 {
    padding-right: 18px !important;
}
.pr19 {
    padding-right: 19px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr21 {
    padding-right: 21px !important;
}
.pr22 {
    padding-right: 22px !important;
}
.pr23 {
    padding-right: 23px !important;
}
.pr24 {
    padding-right: 24px !important;
}
.pr25 {
    padding-right: 25px !important;
}
.pr26 {
    padding-right: 26px !important;
}
.pr27 {
    padding-right: 27px !important;
}
.pr28 {
    padding-right: 28px !important;
}
.pr29 {
    padding-right: 29px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr31 {
    padding-right: 31px !important;
}
.pr32 {
    padding-right: 32px !important;
}
.pr33 {
    padding-right: 33px !important;
}
.pr34 {
    padding-right: 34px !important;
}
.pr35 {
    padding-right: 35px !important;
}
.pr36 {
    padding-right: 36px !important;
}
.pr37 {
    padding-right: 37px !important;
}
.pr38 {
    padding-right: 38px !important;
}
.pr39 {
    padding-right: 39px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr41 {
    padding-right: 41px !important;
}
.pr42 {
    padding-right: 42px !important;
}
.pr43 {
    padding-right: 43px !important;
}
.pr44 {
    padding-right: 44px !important;
}
.pr45 {
    padding-right: 45px !important;
}
.pr46 {
    padding-right: 46px !important;
}
.pr47 {
    padding-right: 47px !important;
}
.pr48 {
    padding-right: 48px !important;
}
.pr49 {
    padding-right: 49px !important;
}
.pr50 {
    padding-right: 50px !important;
}
.pr51 {
    padding-right: 51px !important;
}
.pr52 {
    padding-right: 52px !important;
}
.pr53 {
    padding-right: 53px !important;
}
.pr54 {
    padding-right: 54px !important;
}
.pr55 {
    padding-right: 55px !important;
}
.pr56 {
    padding-right: 56px !important;
}
.pr57 {
    padding-right: 57px !important;
}
.pr58 {
    padding-right: 58px !important;
}
.pr59 {
    padding-right: 59px !important;
}
.pr60 {
    padding-right: 60px !important;
}
.pr61 {
    padding-right: 61px !important;
}
.pr62 {
    padding-right: 62px !important;
}
.pr63 {
    padding-right: 63px !important;
}
.pr64 {
    padding-right: 64px !important;
}
.pr65 {
    padding-right: 65px !important;
}
.pr66 {
    padding-right: 66px !important;
}
.pr67 {
    padding-right: 67px !important;
}
.pr68 {
    padding-right: 68px !important;
}
.pr69 {
    padding-right: 69px !important;
}
.pr70 {
    padding-right: 70px !important;
}
.pr71 {
    padding-right: 71px !important;
}
.pr72 {
    padding-right: 72px !important;
}
.pr73 {
    padding-right: 73px !important;
}
.pr74 {
    padding-right: 74px !important;
}
.pr75 {
    padding-right: 75px !important;
}
.pr76 {
    padding-right: 76px !important;
}
.pr77 {
    padding-right: 77px !important;
}
.pr78 {
    padding-right: 78px !important;
}
.pr79 {
    padding-right: 79px !important;
}
.pr80 {
    padding-right: 80px !important;
}
.pr81 {
    padding-right: 81px !important;
}
.pr82 {
    padding-right: 82px !important;
}
.pr83 {
    padding-right: 83px !important;
}
.pr84 {
    padding-right: 84px !important;
}
.pr85 {
    padding-right: 85px !important;
}
.pr86 {
    padding-right: 86px !important;
}
.pr87 {
    padding-right: 87px !important;
}
.pr88 {
    padding-right: 88px !important;
}
.pr89 {
    padding-right: 89px !important;
}
.pr90 {
    padding-right: 90px !important;
}
.pr91 {
    padding-right: 91px !important;
}
.pr92 {
    padding-right: 92px !important;
}
.pr93 {
    padding-right: 93px !important;
}
.pr94 {
    padding-right: 94px !important;
}
.pr95 {
    padding-right: 95px !important;
}
.pr96 {
    padding-right: 96px !important;
}
.pr97 {
    padding-right: 97px !important;
}
.pr98 {
    padding-right: 98px !important;
}
.pr99 {
    padding-right: 99px !important;
}
.pr100 {
    padding-right: 100px !important;
}
.pr101 {
    padding-right: 101px !important;
}
.pr102 {
    padding-right: 102px !important;
}
.pr103 {
    padding-right: 103px !important;
}
.pr104 {
    padding-right: 104px !important;
}
.pr105 {
    padding-right: 105px !important;
}
.pr106 {
    padding-right: 106px !important;
}
.pr107 {
    padding-right: 107px !important;
}
.pr108 {
    padding-right: 108px !important;
}
.pr109 {
    padding-right: 109px !important;
}
.pr110 {
    padding-right: 110px !important;
}
.pr111 {
    padding-right: 111px !important;
}
.pr112 {
    padding-right: 112px !important;
}
.pr113 {
    padding-right: 113px !important;
}
.pr114 {
    padding-right: 114px !important;
}
.pr115 {
    padding-right: 115px !important;
}
.pr116 {
    padding-right: 116px !important;
}
.pr117 {
    padding-right: 117px !important;
}
.pr118 {
    padding-right: 118px !important;
}
.pr119 {
    padding-right: 119px !important;
}
.pr120 {
    padding-right: 120px !important;
}
.pr121 {
    padding-right: 121px !important;
}
.pr122 {
    padding-right: 122px !important;
}
.pr123 {
    padding-right: 123px !important;
}
.pr124 {
    padding-right: 124px !important;
}
.pr125 {
    padding-right: 125px !important;
}
.pr126 {
    padding-right: 126px !important;
}
.pr127 {
    padding-right: 127px !important;
}
.pr128 {
    padding-right: 128px !important;
}
.pr129 {
    padding-right: 129px !important;
}
.pr130 {
    padding-right: 130px !important;
}
.pr131 {
    padding-right: 131px !important;
}
.pr132 {
    padding-right: 132px !important;
}
.pr133 {
    padding-right: 133px !important;
}
.pr134 {
    padding-right: 134px !important;
}
.pr135 {
    padding-right: 135px !important;
}
.pr136 {
    padding-right: 136px !important;
}
.pr137 {
    padding-right: 137px !important;
}
.pr138 {
    padding-right: 138px !important;
}
.pr139 {
    padding-right: 139px !important;
}
.pr140 {
    padding-right: 140px !important;
}
.pr141 {
    padding-right: 141px !important;
}
.pr142 {
    padding-right: 142px !important;
}
.pr143 {
    padding-right: 143px !important;
}
.pr144 {
    padding-right: 144px !important;
}
.pr145 {
    padding-right: 145px !important;
}
.pr146 {
    padding-right: 146px !important;
}
.pr147 {
    padding-right: 147px !important;
}
.pr148 {
    padding-right: 148px !important;
}
.pr149 {
    padding-right: 149px !important;
}
.pr150 {
    padding-right: 150px !important;
}
.pr151 {
    padding-right: 151px !important;
}
.pr152 {
    padding-right: 152px !important;
}
.pr153 {
    padding-right: 153px !important;
}
.pr154 {
    padding-right: 154px !important;
}
.pr155 {
    padding-right: 155px !important;
}
.pr156 {
    padding-right: 156px !important;
}
.pr157 {
    padding-right: 157px !important;
}
.pr158 {
    padding-right: 158px !important;
}
.pr159 {
    padding-right: 159px !important;
}
.pr160 {
    padding-right: 160px !important;
}
.pr161 {
    padding-right: 161px !important;
}
.pr162 {
    padding-right: 162px !important;
}
.pr163 {
    padding-right: 163px !important;
}
.pr164 {
    padding-right: 164px !important;
}
.pr165 {
    padding-right: 165px !important;
}
.pr166 {
    padding-right: 166px !important;
}
.pr167 {
    padding-right: 167px !important;
}
.pr168 {
    padding-right: 168px !important;
}
.pr169 {
    padding-right: 169px !important;
}
.pr170 {
    padding-right: 170px !important;
}
.pr171 {
    padding-right: 171px !important;
}
.pr172 {
    padding-right: 172px !important;
}
.pr173 {
    padding-right: 173px !important;
}
.pr174 {
    padding-right: 174px !important;
}
.pr175 {
    padding-right: 175px !important;
}
.pr176 {
    padding-right: 176px !important;
}
.pr177 {
    padding-right: 177px !important;
}
.pr178 {
    padding-right: 178px !important;
}
.pr179 {
    padding-right: 179px !important;
}
.pr180 {
    padding-right: 180px !important;
}
.pr181 {
    padding-right: 181px !important;
}
.pr182 {
    padding-right: 182px !important;
}
.pr183 {
    padding-right: 183px !important;
}
.pr184 {
    padding-right: 184px !important;
}
.pr185 {
    padding-right: 185px !important;
}
.pr186 {
    padding-right: 186px !important;
}
.pr187 {
    padding-right: 187px !important;
}
.pr188 {
    padding-right: 188px !important;
}
.pr189 {
    padding-right: 189px !important;
}
.pr190 {
    padding-right: 190px !important;
}
.pr191 {
    padding-right: 191px !important;
}
.pr192 {
    padding-right: 192px !important;
}
.pr193 {
    padding-right: 193px !important;
}
.pr194 {
    padding-right: 194px !important;
}
.pr195 {
    padding-right: 195px !important;
}
.pr196 {
    padding-right: 196px !important;
}
.pr197 {
    padding-right: 197px !important;
}
.pr198 {
    padding-right: 198px !important;
}
.pr199 {
    padding-right: 199px !important;
}
.pr200 {
    padding-right: 200px !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-pr0 {
        padding-right: 0px !important;
    }
    .col-sm-pr1 {
        padding-right: 1px !important;
    }
    .col-sm-pr2 {
        padding-right: 2px !important;
    }
    .col-sm-pr3 {
        padding-right: 3px !important;
    }
    .col-sm-pr4 {
        padding-right: 4px !important;
    }
    .col-sm-pr5 {
        padding-right: 5px !important;
    }
    .col-sm-pr6 {
        padding-right: 6px !important;
    }
    .col-sm-pr7 {
        padding-right: 7px !important;
    }
    .col-sm-pr8 {
        padding-right: 8px !important;
    }
    .col-sm-pr9 {
        padding-right: 9px !important;
    }
    .col-sm-pr10 {
        padding-right: 10px !important;
    }
    .col-sm-pr11 {
        padding-right: 11px !important;
    }
    .col-sm-pr12 {
        padding-right: 12px !important;
    }
    .col-sm-pr13 {
        padding-right: 13px !important;
    }
    .col-sm-pr14 {
        padding-right: 14px !important;
    }
    .col-sm-pr15 {
        padding-right: 15px !important;
    }
    .col-sm-pr16 {
        padding-right: 16px !important;
    }
    .col-sm-pr17 {
        padding-right: 17px !important;
    }
    .col-sm-pr18 {
        padding-right: 18px !important;
    }
    .col-sm-pr19 {
        padding-right: 19px !important;
    }
    .col-sm-pr20 {
        padding-right: 20px !important;
    }
    .col-sm-pr21 {
        padding-right: 21px !important;
    }
    .col-sm-pr22 {
        padding-right: 22px !important;
    }
    .col-sm-pr23 {
        padding-right: 23px !important;
    }
    .col-sm-pr24 {
        padding-right: 24px !important;
    }
    .col-sm-pr25 {
        padding-right: 25px !important;
    }
    .col-sm-pr26 {
        padding-right: 26px !important;
    }
    .col-sm-pr27 {
        padding-right: 27px !important;
    }
    .col-sm-pr28 {
        padding-right: 28px !important;
    }
    .col-sm-pr29 {
        padding-right: 29px !important;
    }
    .col-sm-pr30 {
        padding-right: 30px !important;
    }
    .col-sm-pr31 {
        padding-right: 31px !important;
    }
    .col-sm-pr32 {
        padding-right: 32px !important;
    }
    .col-sm-pr33 {
        padding-right: 33px !important;
    }
    .col-sm-pr34 {
        padding-right: 34px !important;
    }
    .col-sm-pr35 {
        padding-right: 35px !important;
    }
    .col-sm-pr36 {
        padding-right: 36px !important;
    }
    .col-sm-pr37 {
        padding-right: 37px !important;
    }
    .col-sm-pr38 {
        padding-right: 38px !important;
    }
    .col-sm-pr39 {
        padding-right: 39px !important;
    }
    .col-sm-pr40 {
        padding-right: 40px !important;
    }
    .col-sm-pr41 {
        padding-right: 41px !important;
    }
    .col-sm-pr42 {
        padding-right: 42px !important;
    }
    .col-sm-pr43 {
        padding-right: 43px !important;
    }
    .col-sm-pr44 {
        padding-right: 44px !important;
    }
    .col-sm-pr45 {
        padding-right: 45px !important;
    }
    .col-sm-pr46 {
        padding-right: 46px !important;
    }
    .col-sm-pr47 {
        padding-right: 47px !important;
    }
    .col-sm-pr48 {
        padding-right: 48px !important;
    }
    .col-sm-pr49 {
        padding-right: 49px !important;
    }
    .col-sm-pr50 {
        padding-right: 50px !important;
    }
    .col-sm-pr51 {
        padding-right: 51px !important;
    }
    .col-sm-pr52 {
        padding-right: 52px !important;
    }
    .col-sm-pr53 {
        padding-right: 53px !important;
    }
    .col-sm-pr54 {
        padding-right: 54px !important;
    }
    .col-sm-pr55 {
        padding-right: 55px !important;
    }
    .col-sm-pr56 {
        padding-right: 56px !important;
    }
    .col-sm-pr57 {
        padding-right: 57px !important;
    }
    .col-sm-pr58 {
        padding-right: 58px !important;
    }
    .col-sm-pr59 {
        padding-right: 59px !important;
    }
    .col-sm-pr60 {
        padding-right: 60px !important;
    }
    .col-sm-pr61 {
        padding-right: 61px !important;
    }
    .col-sm-pr62 {
        padding-right: 62px !important;
    }
    .col-sm-pr63 {
        padding-right: 63px !important;
    }
    .col-sm-pr64 {
        padding-right: 64px !important;
    }
    .col-sm-pr65 {
        padding-right: 65px !important;
    }
    .col-sm-pr66 {
        padding-right: 66px !important;
    }
    .col-sm-pr67 {
        padding-right: 67px !important;
    }
    .col-sm-pr68 {
        padding-right: 68px !important;
    }
    .col-sm-pr69 {
        padding-right: 69px !important;
    }
    .col-sm-pr70 {
        padding-right: 70px !important;
    }
    .col-sm-pr71 {
        padding-right: 71px !important;
    }
    .col-sm-pr72 {
        padding-right: 72px !important;
    }
    .col-sm-pr73 {
        padding-right: 73px !important;
    }
    .col-sm-pr74 {
        padding-right: 74px !important;
    }
    .col-sm-pr75 {
        padding-right: 75px !important;
    }
    .col-sm-pr76 {
        padding-right: 76px !important;
    }
    .col-sm-pr77 {
        padding-right: 77px !important;
    }
    .col-sm-pr78 {
        padding-right: 78px !important;
    }
    .col-sm-pr79 {
        padding-right: 79px !important;
    }
    .col-sm-pr80 {
        padding-right: 80px !important;
    }
    .col-sm-pr81 {
        padding-right: 81px !important;
    }
    .col-sm-pr82 {
        padding-right: 82px !important;
    }
    .col-sm-pr83 {
        padding-right: 83px !important;
    }
    .col-sm-pr84 {
        padding-right: 84px !important;
    }
    .col-sm-pr85 {
        padding-right: 85px !important;
    }
    .col-sm-pr86 {
        padding-right: 86px !important;
    }
    .col-sm-pr87 {
        padding-right: 87px !important;
    }
    .col-sm-pr88 {
        padding-right: 88px !important;
    }
    .col-sm-pr89 {
        padding-right: 89px !important;
    }
    .col-sm-pr90 {
        padding-right: 90px !important;
    }
    .col-sm-pr91 {
        padding-right: 91px !important;
    }
    .col-sm-pr92 {
        padding-right: 92px !important;
    }
    .col-sm-pr93 {
        padding-right: 93px !important;
    }
    .col-sm-pr94 {
        padding-right: 94px !important;
    }
    .col-sm-pr95 {
        padding-right: 95px !important;
    }
    .col-sm-pr96 {
        padding-right: 96px !important;
    }
    .col-sm-pr97 {
        padding-right: 97px !important;
    }
    .col-sm-pr98 {
        padding-right: 98px !important;
    }
    .col-sm-pr99 {
        padding-right: 99px !important;
    }
    .col-sm-pr100 {
        padding-right: 100px !important;
    }
    .col-sm-pr101 {
        padding-right: 101px !important;
    }
    .col-sm-pr102 {
        padding-right: 102px !important;
    }
    .col-sm-pr103 {
        padding-right: 103px !important;
    }
    .col-sm-pr104 {
        padding-right: 104px !important;
    }
    .col-sm-pr105 {
        padding-right: 105px !important;
    }
    .col-sm-pr106 {
        padding-right: 106px !important;
    }
    .col-sm-pr107 {
        padding-right: 107px !important;
    }
    .col-sm-pr108 {
        padding-right: 108px !important;
    }
    .col-sm-pr109 {
        padding-right: 109px !important;
    }
    .col-sm-pr110 {
        padding-right: 110px !important;
    }
    .col-sm-pr111 {
        padding-right: 111px !important;
    }
    .col-sm-pr112 {
        padding-right: 112px !important;
    }
    .col-sm-pr113 {
        padding-right: 113px !important;
    }
    .col-sm-pr114 {
        padding-right: 114px !important;
    }
    .col-sm-pr115 {
        padding-right: 115px !important;
    }
    .col-sm-pr116 {
        padding-right: 116px !important;
    }
    .col-sm-pr117 {
        padding-right: 117px !important;
    }
    .col-sm-pr118 {
        padding-right: 118px !important;
    }
    .col-sm-pr119 {
        padding-right: 119px !important;
    }
    .col-sm-pr120 {
        padding-right: 120px !important;
    }
    .col-sm-pr121 {
        padding-right: 121px !important;
    }
    .col-sm-pr122 {
        padding-right: 122px !important;
    }
    .col-sm-pr123 {
        padding-right: 123px !important;
    }
    .col-sm-pr124 {
        padding-right: 124px !important;
    }
    .col-sm-pr125 {
        padding-right: 125px !important;
    }
    .col-sm-pr126 {
        padding-right: 126px !important;
    }
    .col-sm-pr127 {
        padding-right: 127px !important;
    }
    .col-sm-pr128 {
        padding-right: 128px !important;
    }
    .col-sm-pr129 {
        padding-right: 129px !important;
    }
    .col-sm-pr130 {
        padding-right: 130px !important;
    }
    .col-sm-pr131 {
        padding-right: 131px !important;
    }
    .col-sm-pr132 {
        padding-right: 132px !important;
    }
    .col-sm-pr133 {
        padding-right: 133px !important;
    }
    .col-sm-pr134 {
        padding-right: 134px !important;
    }
    .col-sm-pr135 {
        padding-right: 135px !important;
    }
    .col-sm-pr136 {
        padding-right: 136px !important;
    }
    .col-sm-pr137 {
        padding-right: 137px !important;
    }
    .col-sm-pr138 {
        padding-right: 138px !important;
    }
    .col-sm-pr139 {
        padding-right: 139px !important;
    }
    .col-sm-pr140 {
        padding-right: 140px !important;
    }
    .col-sm-pr141 {
        padding-right: 141px !important;
    }
    .col-sm-pr142 {
        padding-right: 142px !important;
    }
    .col-sm-pr143 {
        padding-right: 143px !important;
    }
    .col-sm-pr144 {
        padding-right: 144px !important;
    }
    .col-sm-pr145 {
        padding-right: 145px !important;
    }
    .col-sm-pr146 {
        padding-right: 146px !important;
    }
    .col-sm-pr147 {
        padding-right: 147px !important;
    }
    .col-sm-pr148 {
        padding-right: 148px !important;
    }
    .col-sm-pr149 {
        padding-right: 149px !important;
    }
    .col-sm-pr150 {
        padding-right: 150px !important;
    }
    .col-sm-pr151 {
        padding-right: 151px !important;
    }
    .col-sm-pr152 {
        padding-right: 152px !important;
    }
    .col-sm-pr153 {
        padding-right: 153px !important;
    }
    .col-sm-pr154 {
        padding-right: 154px !important;
    }
    .col-sm-pr155 {
        padding-right: 155px !important;
    }
    .col-sm-pr156 {
        padding-right: 156px !important;
    }
    .col-sm-pr157 {
        padding-right: 157px !important;
    }
    .col-sm-pr158 {
        padding-right: 158px !important;
    }
    .col-sm-pr159 {
        padding-right: 159px !important;
    }
    .col-sm-pr160 {
        padding-right: 160px !important;
    }
    .col-sm-pr161 {
        padding-right: 161px !important;
    }
    .col-sm-pr162 {
        padding-right: 162px !important;
    }
    .col-sm-pr163 {
        padding-right: 163px !important;
    }
    .col-sm-pr164 {
        padding-right: 164px !important;
    }
    .col-sm-pr165 {
        padding-right: 165px !important;
    }
    .col-sm-pr166 {
        padding-right: 166px !important;
    }
    .col-sm-pr167 {
        padding-right: 167px !important;
    }
    .col-sm-pr168 {
        padding-right: 168px !important;
    }
    .col-sm-pr169 {
        padding-right: 169px !important;
    }
    .col-sm-pr170 {
        padding-right: 170px !important;
    }
    .col-sm-pr171 {
        padding-right: 171px !important;
    }
    .col-sm-pr172 {
        padding-right: 172px !important;
    }
    .col-sm-pr173 {
        padding-right: 173px !important;
    }
    .col-sm-pr174 {
        padding-right: 174px !important;
    }
    .col-sm-pr175 {
        padding-right: 175px !important;
    }
    .col-sm-pr176 {
        padding-right: 176px !important;
    }
    .col-sm-pr177 {
        padding-right: 177px !important;
    }
    .col-sm-pr178 {
        padding-right: 178px !important;
    }
    .col-sm-pr179 {
        padding-right: 179px !important;
    }
    .col-sm-pr180 {
        padding-right: 180px !important;
    }
    .col-sm-pr181 {
        padding-right: 181px !important;
    }
    .col-sm-pr182 {
        padding-right: 182px !important;
    }
    .col-sm-pr183 {
        padding-right: 183px !important;
    }
    .col-sm-pr184 {
        padding-right: 184px !important;
    }
    .col-sm-pr185 {
        padding-right: 185px !important;
    }
    .col-sm-pr186 {
        padding-right: 186px !important;
    }
    .col-sm-pr187 {
        padding-right: 187px !important;
    }
    .col-sm-pr188 {
        padding-right: 188px !important;
    }
    .col-sm-pr189 {
        padding-right: 189px !important;
    }
    .col-sm-pr190 {
        padding-right: 190px !important;
    }
    .col-sm-pr191 {
        padding-right: 191px !important;
    }
    .col-sm-pr192 {
        padding-right: 192px !important;
    }
    .col-sm-pr193 {
        padding-right: 193px !important;
    }
    .col-sm-pr194 {
        padding-right: 194px !important;
    }
    .col-sm-pr195 {
        padding-right: 195px !important;
    }
    .col-sm-pr196 {
        padding-right: 196px !important;
    }
    .col-sm-pr197 {
        padding-right: 197px !important;
    }
    .col-sm-pr198 {
        padding-right: 198px !important;
    }
    .col-sm-pr199 {
        padding-right: 199px !important;
    }
    .col-sm-pr200 {
        padding-right: 200px !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-pr0 {
        padding-right: 0px !important;
    }
    .col-xs-pr1 {
        padding-right: 1px !important;
    }
    .col-xs-pr2 {
        padding-right: 2px !important;
    }
    .col-xs-pr3 {
        padding-right: 3px !important;
    }
    .col-xs-pr4 {
        padding-right: 4px !important;
    }
    .col-xs-pr5 {
        padding-right: 5px !important;
    }
    .col-xs-pr6 {
        padding-right: 6px !important;
    }
    .col-xs-pr7 {
        padding-right: 7px !important;
    }
    .col-xs-pr8 {
        padding-right: 8px !important;
    }
    .col-xs-pr9 {
        padding-right: 9px !important;
    }
    .col-xs-pr10 {
        padding-right: 10px !important;
    }
    .col-xs-pr11 {
        padding-right: 11px !important;
    }
    .col-xs-pr12 {
        padding-right: 12px !important;
    }
    .col-xs-pr13 {
        padding-right: 13px !important;
    }
    .col-xs-pr14 {
        padding-right: 14px !important;
    }
    .col-xs-pr15 {
        padding-right: 15px !important;
    }
    .col-xs-pr16 {
        padding-right: 16px !important;
    }
    .col-xs-pr17 {
        padding-right: 17px !important;
    }
    .col-xs-pr18 {
        padding-right: 18px !important;
    }
    .col-xs-pr19 {
        padding-right: 19px !important;
    }
    .col-xs-pr20 {
        padding-right: 20px !important;
    }
    .col-xs-pr21 {
        padding-right: 21px !important;
    }
    .col-xs-pr22 {
        padding-right: 22px !important;
    }
    .col-xs-pr23 {
        padding-right: 23px !important;
    }
    .col-xs-pr24 {
        padding-right: 24px !important;
    }
    .col-xs-pr25 {
        padding-right: 25px !important;
    }
    .col-xs-pr26 {
        padding-right: 26px !important;
    }
    .col-xs-pr27 {
        padding-right: 27px !important;
    }
    .col-xs-pr28 {
        padding-right: 28px !important;
    }
    .col-xs-pr29 {
        padding-right: 29px !important;
    }
    .col-xs-pr30 {
        padding-right: 30px !important;
    }
    .col-xs-pr31 {
        padding-right: 31px !important;
    }
    .col-xs-pr32 {
        padding-right: 32px !important;
    }
    .col-xs-pr33 {
        padding-right: 33px !important;
    }
    .col-xs-pr34 {
        padding-right: 34px !important;
    }
    .col-xs-pr35 {
        padding-right: 35px !important;
    }
    .col-xs-pr36 {
        padding-right: 36px !important;
    }
    .col-xs-pr37 {
        padding-right: 37px !important;
    }
    .col-xs-pr38 {
        padding-right: 38px !important;
    }
    .col-xs-pr39 {
        padding-right: 39px !important;
    }
    .col-xs-pr40 {
        padding-right: 40px !important;
    }
    .col-xs-pr41 {
        padding-right: 41px !important;
    }
    .col-xs-pr42 {
        padding-right: 42px !important;
    }
    .col-xs-pr43 {
        padding-right: 43px !important;
    }
    .col-xs-pr44 {
        padding-right: 44px !important;
    }
    .col-xs-pr45 {
        padding-right: 45px !important;
    }
    .col-xs-pr46 {
        padding-right: 46px !important;
    }
    .col-xs-pr47 {
        padding-right: 47px !important;
    }
    .col-xs-pr48 {
        padding-right: 48px !important;
    }
    .col-xs-pr49 {
        padding-right: 49px !important;
    }
    .col-xs-pr50 {
        padding-right: 50px !important;
    }
    .col-xs-pr51 {
        padding-right: 51px !important;
    }
    .col-xs-pr52 {
        padding-right: 52px !important;
    }
    .col-xs-pr53 {
        padding-right: 53px !important;
    }
    .col-xs-pr54 {
        padding-right: 54px !important;
    }
    .col-xs-pr55 {
        padding-right: 55px !important;
    }
    .col-xs-pr56 {
        padding-right: 56px !important;
    }
    .col-xs-pr57 {
        padding-right: 57px !important;
    }
    .col-xs-pr58 {
        padding-right: 58px !important;
    }
    .col-xs-pr59 {
        padding-right: 59px !important;
    }
    .col-xs-pr60 {
        padding-right: 60px !important;
    }
    .col-xs-pr61 {
        padding-right: 61px !important;
    }
    .col-xs-pr62 {
        padding-right: 62px !important;
    }
    .col-xs-pr63 {
        padding-right: 63px !important;
    }
    .col-xs-pr64 {
        padding-right: 64px !important;
    }
    .col-xs-pr65 {
        padding-right: 65px !important;
    }
    .col-xs-pr66 {
        padding-right: 66px !important;
    }
    .col-xs-pr67 {
        padding-right: 67px !important;
    }
    .col-xs-pr68 {
        padding-right: 68px !important;
    }
    .col-xs-pr69 {
        padding-right: 69px !important;
    }
    .col-xs-pr70 {
        padding-right: 70px !important;
    }
    .col-xs-pr71 {
        padding-right: 71px !important;
    }
    .col-xs-pr72 {
        padding-right: 72px !important;
    }
    .col-xs-pr73 {
        padding-right: 73px !important;
    }
    .col-xs-pr74 {
        padding-right: 74px !important;
    }
    .col-xs-pr75 {
        padding-right: 75px !important;
    }
    .col-xs-pr76 {
        padding-right: 76px !important;
    }
    .col-xs-pr77 {
        padding-right: 77px !important;
    }
    .col-xs-pr78 {
        padding-right: 78px !important;
    }
    .col-xs-pr79 {
        padding-right: 79px !important;
    }
    .col-xs-pr80 {
        padding-right: 80px !important;
    }
    .col-xs-pr81 {
        padding-right: 81px !important;
    }
    .col-xs-pr82 {
        padding-right: 82px !important;
    }
    .col-xs-pr83 {
        padding-right: 83px !important;
    }
    .col-xs-pr84 {
        padding-right: 84px !important;
    }
    .col-xs-pr85 {
        padding-right: 85px !important;
    }
    .col-xs-pr86 {
        padding-right: 86px !important;
    }
    .col-xs-pr87 {
        padding-right: 87px !important;
    }
    .col-xs-pr88 {
        padding-right: 88px !important;
    }
    .col-xs-pr89 {
        padding-right: 89px !important;
    }
    .col-xs-pr90 {
        padding-right: 90px !important;
    }
    .col-xs-pr91 {
        padding-right: 91px !important;
    }
    .col-xs-pr92 {
        padding-right: 92px !important;
    }
    .col-xs-pr93 {
        padding-right: 93px !important;
    }
    .col-xs-pr94 {
        padding-right: 94px !important;
    }
    .col-xs-pr95 {
        padding-right: 95px !important;
    }
    .col-xs-pr96 {
        padding-right: 96px !important;
    }
    .col-xs-pr97 {
        padding-right: 97px !important;
    }
    .col-xs-pr98 {
        padding-right: 98px !important;
    }
    .col-xs-pr99 {
        padding-right: 99px !important;
    }
    .col-xs-pr100 {
        padding-right: 100px !important;
    }
    .col-xs-pr101 {
        padding-right: 101px !important;
    }
    .col-xs-pr102 {
        padding-right: 102px !important;
    }
    .col-xs-pr103 {
        padding-right: 103px !important;
    }
    .col-xs-pr104 {
        padding-right: 104px !important;
    }
    .col-xs-pr105 {
        padding-right: 105px !important;
    }
    .col-xs-pr106 {
        padding-right: 106px !important;
    }
    .col-xs-pr107 {
        padding-right: 107px !important;
    }
    .col-xs-pr108 {
        padding-right: 108px !important;
    }
    .col-xs-pr109 {
        padding-right: 109px !important;
    }
    .col-xs-pr110 {
        padding-right: 110px !important;
    }
    .col-xs-pr111 {
        padding-right: 111px !important;
    }
    .col-xs-pr112 {
        padding-right: 112px !important;
    }
    .col-xs-pr113 {
        padding-right: 113px !important;
    }
    .col-xs-pr114 {
        padding-right: 114px !important;
    }
    .col-xs-pr115 {
        padding-right: 115px !important;
    }
    .col-xs-pr116 {
        padding-right: 116px !important;
    }
    .col-xs-pr117 {
        padding-right: 117px !important;
    }
    .col-xs-pr118 {
        padding-right: 118px !important;
    }
    .col-xs-pr119 {
        padding-right: 119px !important;
    }
    .col-xs-pr120 {
        padding-right: 120px !important;
    }
    .col-xs-pr121 {
        padding-right: 121px !important;
    }
    .col-xs-pr122 {
        padding-right: 122px !important;
    }
    .col-xs-pr123 {
        padding-right: 123px !important;
    }
    .col-xs-pr124 {
        padding-right: 124px !important;
    }
    .col-xs-pr125 {
        padding-right: 125px !important;
    }
    .col-xs-pr126 {
        padding-right: 126px !important;
    }
    .col-xs-pr127 {
        padding-right: 127px !important;
    }
    .col-xs-pr128 {
        padding-right: 128px !important;
    }
    .col-xs-pr129 {
        padding-right: 129px !important;
    }
    .col-xs-pr130 {
        padding-right: 130px !important;
    }
    .col-xs-pr131 {
        padding-right: 131px !important;
    }
    .col-xs-pr132 {
        padding-right: 132px !important;
    }
    .col-xs-pr133 {
        padding-right: 133px !important;
    }
    .col-xs-pr134 {
        padding-right: 134px !important;
    }
    .col-xs-pr135 {
        padding-right: 135px !important;
    }
    .col-xs-pr136 {
        padding-right: 136px !important;
    }
    .col-xs-pr137 {
        padding-right: 137px !important;
    }
    .col-xs-pr138 {
        padding-right: 138px !important;
    }
    .col-xs-pr139 {
        padding-right: 139px !important;
    }
    .col-xs-pr140 {
        padding-right: 140px !important;
    }
    .col-xs-pr141 {
        padding-right: 141px !important;
    }
    .col-xs-pr142 {
        padding-right: 142px !important;
    }
    .col-xs-pr143 {
        padding-right: 143px !important;
    }
    .col-xs-pr144 {
        padding-right: 144px !important;
    }
    .col-xs-pr145 {
        padding-right: 145px !important;
    }
    .col-xs-pr146 {
        padding-right: 146px !important;
    }
    .col-xs-pr147 {
        padding-right: 147px !important;
    }
    .col-xs-pr148 {
        padding-right: 148px !important;
    }
    .col-xs-pr149 {
        padding-right: 149px !important;
    }
    .col-xs-pr150 {
        padding-right: 150px !important;
    }
    .col-xs-pr151 {
        padding-right: 151px !important;
    }
    .col-xs-pr152 {
        padding-right: 152px !important;
    }
    .col-xs-pr153 {
        padding-right: 153px !important;
    }
    .col-xs-pr154 {
        padding-right: 154px !important;
    }
    .col-xs-pr155 {
        padding-right: 155px !important;
    }
    .col-xs-pr156 {
        padding-right: 156px !important;
    }
    .col-xs-pr157 {
        padding-right: 157px !important;
    }
    .col-xs-pr158 {
        padding-right: 158px !important;
    }
    .col-xs-pr159 {
        padding-right: 159px !important;
    }
    .col-xs-pr160 {
        padding-right: 160px !important;
    }
    .col-xs-pr161 {
        padding-right: 161px !important;
    }
    .col-xs-pr162 {
        padding-right: 162px !important;
    }
    .col-xs-pr163 {
        padding-right: 163px !important;
    }
    .col-xs-pr164 {
        padding-right: 164px !important;
    }
    .col-xs-pr165 {
        padding-right: 165px !important;
    }
    .col-xs-pr166 {
        padding-right: 166px !important;
    }
    .col-xs-pr167 {
        padding-right: 167px !important;
    }
    .col-xs-pr168 {
        padding-right: 168px !important;
    }
    .col-xs-pr169 {
        padding-right: 169px !important;
    }
    .col-xs-pr170 {
        padding-right: 170px !important;
    }
    .col-xs-pr171 {
        padding-right: 171px !important;
    }
    .col-xs-pr172 {
        padding-right: 172px !important;
    }
    .col-xs-pr173 {
        padding-right: 173px !important;
    }
    .col-xs-pr174 {
        padding-right: 174px !important;
    }
    .col-xs-pr175 {
        padding-right: 175px !important;
    }
    .col-xs-pr176 {
        padding-right: 176px !important;
    }
    .col-xs-pr177 {
        padding-right: 177px !important;
    }
    .col-xs-pr178 {
        padding-right: 178px !important;
    }
    .col-xs-pr179 {
        padding-right: 179px !important;
    }
    .col-xs-pr180 {
        padding-right: 180px !important;
    }
    .col-xs-pr181 {
        padding-right: 181px !important;
    }
    .col-xs-pr182 {
        padding-right: 182px !important;
    }
    .col-xs-pr183 {
        padding-right: 183px !important;
    }
    .col-xs-pr184 {
        padding-right: 184px !important;
    }
    .col-xs-pr185 {
        padding-right: 185px !important;
    }
    .col-xs-pr186 {
        padding-right: 186px !important;
    }
    .col-xs-pr187 {
        padding-right: 187px !important;
    }
    .col-xs-pr188 {
        padding-right: 188px !important;
    }
    .col-xs-pr189 {
        padding-right: 189px !important;
    }
    .col-xs-pr190 {
        padding-right: 190px !important;
    }
    .col-xs-pr191 {
        padding-right: 191px !important;
    }
    .col-xs-pr192 {
        padding-right: 192px !important;
    }
    .col-xs-pr193 {
        padding-right: 193px !important;
    }
    .col-xs-pr194 {
        padding-right: 194px !important;
    }
    .col-xs-pr195 {
        padding-right: 195px !important;
    }
    .col-xs-pr196 {
        padding-right: 196px !important;
    }
    .col-xs-pr197 {
        padding-right: 197px !important;
    }
    .col-xs-pr198 {
        padding-right: 198px !important;
    }
    .col-xs-pr199 {
        padding-right: 199px !important;
    }
    .col-xs-pr200 {
        padding-right: 200px !important;
    }
}
/* Xs End */

/* Responsive End */
/******---------- Padding Right End ----------******/
/***********--------------- Padding Settings ---------------***********/
/******---------- Fontsize Settings ----------******/

.fs0 {
    font-size: 0px !important;
}
.fs1 {
    font-size: 1px !important;
}
.fs2 {
    font-size: 2px !important;
}
.fs3 {
    font-size: 3px !important;
}
.fs4 {
    font-size: 4px !important;
}
.fs5 {
    font-size: 5px !important;
}
.fs6 {
    font-size: 6px !important;
}
.fs7 {
    font-size: 7px !important;
}
.fs8 {
    font-size: 8px !important;
}
.fs9 {
    font-size: 9px !important;
}
.fs10 {
    font-size: 10px !important;
}
.fs11 {
    font-size: 11px !important;
}
.fs12 {
    font-size: 12px !important;
}
.fs13 {
    font-size: 13px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs15 {
    font-size: 15px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fs17 {
    font-size: 17px !important;
}
.fs18 {
    font-size: 18px !important;
}
.fs19 {
    font-size: 19px !important;
}
.fs20 {
    font-size: 20px !important;
}
.fs21 {
    font-size: 21px !important;
}
.fs22 {
    font-size: 22px !important;
}
.fs23 {
    font-size: 23px !important;
}
.fs24 {
    font-size: 24px !important;
}
.fs25 {
    font-size: 25px !important;
}
.fs26 {
    font-size: 26px !important;
}
.fs27 {
    font-size: 27px !important;
}
.fs28 {
    font-size: 28px !important;
}
.fs29 {
    font-size: 29px !important;
}
.fs30 {
    font-size: 30px !important;
}
.fs31 {
    font-size: 31px !important;
}
.fs32 {
    font-size: 32px !important;
}
.fs33 {
    font-size: 33px !important;
}
.fs34 {
    font-size: 34px !important;
}
.fs35 {
    font-size: 35px !important;
}
.fs36 {
    font-size: 36px !important;
}
.fs37 {
    font-size: 37px !important;
}
.fs38 {
    font-size: 38px !important;
}
.fs39 {
    font-size: 39px !important;
}
.fs40 {
    font-size: 40px !important;
}
.fs41 {
    font-size: 41px !important;
}
.fs42 {
    font-size: 42px !important;
}
.fs43 {
    font-size: 43px !important;
}
.fs44 {
    font-size: 44px !important;
}
.fs45 {
    font-size: 45px !important;
}
.fs46 {
    font-size: 46px !important;
}
.fs47 {
    font-size: 47px !important;
}
.fs48 {
    font-size: 48px !important;
}
.fs49 {
    font-size: 49px !important;
}
.fs50 {
    font-size: 50px !important;
}
.fs51 {
    font-size: 51px !important;
}
.fs52 {
    font-size: 52px !important;
}
.fs53 {
    font-size: 53px !important;
}
.fs54 {
    font-size: 54px !important;
}
.fs55 {
    font-size: 55px !important;
}
.fs56 {
    font-size: 56px !important;
}
.fs57 {
    font-size: 57px !important;
}
.fs58 {
    font-size: 58px !important;
}
.fs59 {
    font-size: 59px !important;
}
.fs60 {
    font-size: 60px !important;
}
.fs61 {
    font-size: 61px !important;
}
.fs62 {
    font-size: 62px !important;
}
.fs63 {
    font-size: 63px !important;
}
.fs64 {
    font-size: 64px !important;
}
.fs65 {
    font-size: 65px !important;
}
.fs66 {
    font-size: 66px !important;
}
.fs67 {
    font-size: 67px !important;
}
.fs68 {
    font-size: 68px !important;
}
.fs69 {
    font-size: 69px !important;
}
.fs70 {
    font-size: 70px !important;
}
.fs71 {
    font-size: 71px !important;
}
.fs72 {
    font-size: 72px !important;
}
.fs73 {
    font-size: 73px !important;
}
.fs74 {
    font-size: 74px !important;
}
.fs75 {
    font-size: 75px !important;
}
.fs76 {
    font-size: 76px !important;
}
.fs77 {
    font-size: 77px !important;
}
.fs78 {
    font-size: 78px !important;
}
.fs79 {
    font-size: 79px !important;
}
.fs80 {
    font-size: 80px !important;
}
.fs81 {
    font-size: 81px !important;
}
.fs82 {
    font-size: 82px !important;
}
.fs83 {
    font-size: 83px !important;
}
.fs84 {
    font-size: 84px !important;
}
.fs85 {
    font-size: 85px !important;
}
.fs86 {
    font-size: 86px !important;
}
.fs87 {
    font-size: 87px !important;
}
.fs88 {
    font-size: 88px !important;
}
.fs89 {
    font-size: 89px !important;
}
.fs90 {
    font-size: 90px !important;
}
.fs91 {
    font-size: 91px !important;
}
.fs92 {
    font-size: 92px !important;
}
.fs93 {
    font-size: 93px !important;
}
.fs94 {
    font-size: 94px !important;
}
.fs95 {
    font-size: 95px !important;
}
.fs96 {
    font-size: 96px !important;
}
.fs97 {
    font-size: 97px !important;
}
.fs98 {
    font-size: 98px !important;
}
.fs99 {
    font-size: 99px !important;
}
.fs100 {
    font-size: 100px !important;
}
.fs101 {
    font-size: 101px !important;
}
.fs102 {
    font-size: 102px !important;
}
.fs103 {
    font-size: 103px !important;
}
.fs104 {
    font-size: 104px !important;
}
.fs105 {
    font-size: 105px !important;
}
.fs106 {
    font-size: 106px !important;
}
.fs107 {
    font-size: 107px !important;
}
.fs108 {
    font-size: 108px !important;
}
.fs109 {
    font-size: 109px !important;
}
.fs110 {
    font-size: 110px !important;
}
.fs111 {
    font-size: 111px !important;
}
.fs112 {
    font-size: 112px !important;
}
.fs113 {
    font-size: 113px !important;
}
.fs114 {
    font-size: 114px !important;
}
.fs115 {
    font-size: 115px !important;
}
.fs116 {
    font-size: 116px !important;
}
.fs117 {
    font-size: 117px !important;
}
.fs118 {
    font-size: 118px !important;
}
.fs119 {
    font-size: 119px !important;
}
.fs120 {
    font-size: 120px !important;
}
.fs121 {
    font-size: 121px !important;
}
.fs122 {
    font-size: 122px !important;
}
.fs123 {
    font-size: 123px !important;
}
.fs124 {
    font-size: 124px !important;
}
.fs125 {
    font-size: 125px !important;
}
.fs126 {
    font-size: 126px !important;
}
.fs127 {
    font-size: 127px !important;
}
.fs128 {
    font-size: 128px !important;
}
.fs129 {
    font-size: 129px !important;
}
.fs130 {
    font-size: 130px !important;
}
.fs131 {
    font-size: 131px !important;
}
.fs132 {
    font-size: 132px !important;
}
.fs133 {
    font-size: 133px !important;
}
.fs134 {
    font-size: 134px !important;
}
.fs135 {
    font-size: 135px !important;
}
.fs136 {
    font-size: 136px !important;
}
.fs137 {
    font-size: 137px !important;
}
.fs138 {
    font-size: 138px !important;
}
.fs139 {
    font-size: 139px !important;
}
.fs140 {
    font-size: 140px !important;
}
.fs141 {
    font-size: 141px !important;
}
.fs142 {
    font-size: 142px !important;
}
.fs143 {
    font-size: 143px !important;
}
.fs144 {
    font-size: 144px !important;
}
.fs145 {
    font-size: 145px !important;
}
.fs146 {
    font-size: 146px !important;
}
.fs147 {
    font-size: 147px !important;
}
.fs148 {
    font-size: 148px !important;
}
.fs149 {
    font-size: 149px !important;
}
.fs150 {
    font-size: 150px !important;
}
.fs151 {
    font-size: 151px !important;
}
.fs152 {
    font-size: 152px !important;
}
.fs153 {
    font-size: 153px !important;
}
.fs154 {
    font-size: 154px !important;
}
.fs155 {
    font-size: 155px !important;
}
.fs156 {
    font-size: 156px !important;
}
.fs157 {
    font-size: 157px !important;
}
.fs158 {
    font-size: 158px !important;
}
.fs159 {
    font-size: 159px !important;
}
.fs160 {
    font-size: 160px !important;
}
.fs161 {
    font-size: 161px !important;
}
.fs162 {
    font-size: 162px !important;
}
.fs163 {
    font-size: 163px !important;
}
.fs164 {
    font-size: 164px !important;
}
.fs165 {
    font-size: 165px !important;
}
.fs166 {
    font-size: 166px !important;
}
.fs167 {
    font-size: 167px !important;
}
.fs168 {
    font-size: 168px !important;
}
.fs169 {
    font-size: 169px !important;
}
.fs170 {
    font-size: 170px !important;
}
.fs171 {
    font-size: 171px !important;
}
.fs172 {
    font-size: 172px !important;
}
.fs173 {
    font-size: 173px !important;
}
.fs174 {
    font-size: 174px !important;
}
.fs175 {
    font-size: 175px !important;
}
.fs176 {
    font-size: 176px !important;
}
.fs177 {
    font-size: 177px !important;
}
.fs178 {
    font-size: 178px !important;
}
.fs179 {
    font-size: 179px !important;
}
.fs180 {
    font-size: 180px !important;
}
.fs181 {
    font-size: 181px !important;
}
.fs182 {
    font-size: 182px !important;
}
.fs183 {
    font-size: 183px !important;
}
.fs184 {
    font-size: 184px !important;
}
.fs185 {
    font-size: 185px !important;
}
.fs186 {
    font-size: 186px !important;
}
.fs187 {
    font-size: 187px !important;
}
.fs188 {
    font-size: 188px !important;
}
.fs189 {
    font-size: 189px !important;
}
.fs190 {
    font-size: 190px !important;
}
.fs191 {
    font-size: 191px !important;
}
.fs192 {
    font-size: 192px !important;
}
.fs193 {
    font-size: 193px !important;
}
.fs194 {
    font-size: 194px !important;
}
.fs195 {
    font-size: 195px !important;
}
.fs196 {
    font-size: 196px !important;
}
.fs197 {
    font-size: 197px !important;
}
.fs198 {
    font-size: 198px !important;
}
.fs199 {
    font-size: 199px !important;
}
.fs200 {
    font-size: 200px !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-fs0 {
        font-size: 0px !important;
    }
    .col-sm-fs1 {
        font-size: 1px !important;
    }
    .col-sm-fs2 {
        font-size: 2px !important;
    }
    .col-sm-fs3 {
        font-size: 3px !important;
    }
    .col-sm-fs4 {
        font-size: 4px !important;
    }
    .col-sm-fs5 {
        font-size: 5px !important;
    }
    .col-sm-fs6 {
        font-size: 6px !important;
    }
    .col-sm-fs7 {
        font-size: 7px !important;
    }
    .col-sm-fs8 {
        font-size: 8px !important;
    }
    .col-sm-fs9 {
        font-size: 9px !important;
    }
    .col-sm-fs10 {
        font-size: 10px !important;
    }
    .col-sm-fs11 {
        font-size: 11px !important;
    }
    .col-sm-fs12 {
        font-size: 12px !important;
    }
    .col-sm-fs13 {
        font-size: 13px !important;
    }
    .col-sm-fs14 {
        font-size: 14px !important;
    }
    .col-sm-fs15 {
        font-size: 15px !important;
    }
    .col-sm-fs16 {
        font-size: 16px !important;
    }
    .col-sm-fs17 {
        font-size: 17px !important;
    }
    .col-sm-fs18 {
        font-size: 18px !important;
    }
    .col-sm-fs19 {
        font-size: 19px !important;
    }
    .col-sm-fs20 {
        font-size: 20px !important;
    }
    .col-sm-fs21 {
        font-size: 21px !important;
    }
    .col-sm-fs22 {
        font-size: 22px !important;
    }
    .col-sm-fs23 {
        font-size: 23px !important;
    }
    .col-sm-fs24 {
        font-size: 24px !important;
    }
    .col-sm-fs25 {
        font-size: 25px !important;
    }
    .col-sm-fs26 {
        font-size: 26px !important;
    }
    .col-sm-fs27 {
        font-size: 27px !important;
    }
    .col-sm-fs28 {
        font-size: 28px !important;
    }
    .col-sm-fs29 {
        font-size: 29px !important;
    }
    .col-sm-fs30 {
        font-size: 30px !important;
    }
    .col-sm-fs31 {
        font-size: 31px !important;
    }
    .col-sm-fs32 {
        font-size: 32px !important;
    }
    .col-sm-fs33 {
        font-size: 33px !important;
    }
    .col-sm-fs34 {
        font-size: 34px !important;
    }
    .col-sm-fs35 {
        font-size: 35px !important;
    }
    .col-sm-fs36 {
        font-size: 36px !important;
    }
    .col-sm-fs37 {
        font-size: 37px !important;
    }
    .col-sm-fs38 {
        font-size: 38px !important;
    }
    .col-sm-fs39 {
        font-size: 39px !important;
    }
    .col-sm-fs40 {
        font-size: 40px !important;
    }
    .col-sm-fs41 {
        font-size: 41px !important;
    }
    .col-sm-fs42 {
        font-size: 42px !important;
    }
    .col-sm-fs43 {
        font-size: 43px !important;
    }
    .col-sm-fs44 {
        font-size: 44px !important;
    }
    .col-sm-fs45 {
        font-size: 45px !important;
    }
    .col-sm-fs46 {
        font-size: 46px !important;
    }
    .col-sm-fs47 {
        font-size: 47px !important;
    }
    .col-sm-fs48 {
        font-size: 48px !important;
    }
    .col-sm-fs49 {
        font-size: 49px !important;
    }
    .col-sm-fs50 {
        font-size: 50px !important;
    }
    .col-sm-fs51 {
        font-size: 51px !important;
    }
    .col-sm-fs52 {
        font-size: 52px !important;
    }
    .col-sm-fs53 {
        font-size: 53px !important;
    }
    .col-sm-fs54 {
        font-size: 54px !important;
    }
    .col-sm-fs55 {
        font-size: 55px !important;
    }
    .col-sm-fs56 {
        font-size: 56px !important;
    }
    .col-sm-fs57 {
        font-size: 57px !important;
    }
    .col-sm-fs58 {
        font-size: 58px !important;
    }
    .col-sm-fs59 {
        font-size: 59px !important;
    }
    .col-sm-fs60 {
        font-size: 60px !important;
    }
    .col-sm-fs61 {
        font-size: 61px !important;
    }
    .col-sm-fs62 {
        font-size: 62px !important;
    }
    .col-sm-fs63 {
        font-size: 63px !important;
    }
    .col-sm-fs64 {
        font-size: 64px !important;
    }
    .col-sm-fs65 {
        font-size: 65px !important;
    }
    .col-sm-fs66 {
        font-size: 66px !important;
    }
    .col-sm-fs67 {
        font-size: 67px !important;
    }
    .col-sm-fs68 {
        font-size: 68px !important;
    }
    .col-sm-fs69 {
        font-size: 69px !important;
    }
    .col-sm-fs70 {
        font-size: 70px !important;
    }
    .col-sm-fs71 {
        font-size: 71px !important;
    }
    .col-sm-fs72 {
        font-size: 72px !important;
    }
    .col-sm-fs73 {
        font-size: 73px !important;
    }
    .col-sm-fs74 {
        font-size: 74px !important;
    }
    .col-sm-fs75 {
        font-size: 75px !important;
    }
    .col-sm-fs76 {
        font-size: 76px !important;
    }
    .col-sm-fs77 {
        font-size: 77px !important;
    }
    .col-sm-fs78 {
        font-size: 78px !important;
    }
    .col-sm-fs79 {
        font-size: 79px !important;
    }
    .col-sm-fs80 {
        font-size: 80px !important;
    }
    .col-sm-fs81 {
        font-size: 81px !important;
    }
    .col-sm-fs82 {
        font-size: 82px !important;
    }
    .col-sm-fs83 {
        font-size: 83px !important;
    }
    .col-sm-fs84 {
        font-size: 84px !important;
    }
    .col-sm-fs85 {
        font-size: 85px !important;
    }
    .col-sm-fs86 {
        font-size: 86px !important;
    }
    .col-sm-fs87 {
        font-size: 87px !important;
    }
    .col-sm-fs88 {
        font-size: 88px !important;
    }
    .col-sm-fs89 {
        font-size: 89px !important;
    }
    .col-sm-fs90 {
        font-size: 90px !important;
    }
    .col-sm-fs91 {
        font-size: 91px !important;
    }
    .col-sm-fs92 {
        font-size: 92px !important;
    }
    .col-sm-fs93 {
        font-size: 93px !important;
    }
    .col-sm-fs94 {
        font-size: 94px !important;
    }
    .col-sm-fs95 {
        font-size: 95px !important;
    }
    .col-sm-fs96 {
        font-size: 96px !important;
    }
    .col-sm-fs97 {
        font-size: 97px !important;
    }
    .col-sm-fs98 {
        font-size: 98px !important;
    }
    .col-sm-fs99 {
        font-size: 99px !important;
    }
    .col-sm-fs100 {
        font-size: 100px !important;
    }
    .col-sm-fs101 {
        font-size: 101px !important;
    }
    .col-sm-fs102 {
        font-size: 102px !important;
    }
    .col-sm-fs103 {
        font-size: 103px !important;
    }
    .col-sm-fs104 {
        font-size: 104px !important;
    }
    .col-sm-fs105 {
        font-size: 105px !important;
    }
    .col-sm-fs106 {
        font-size: 106px !important;
    }
    .col-sm-fs107 {
        font-size: 107px !important;
    }
    .col-sm-fs108 {
        font-size: 108px !important;
    }
    .col-sm-fs109 {
        font-size: 109px !important;
    }
    .col-sm-fs110 {
        font-size: 110px !important;
    }
    .col-sm-fs111 {
        font-size: 111px !important;
    }
    .col-sm-fs112 {
        font-size: 112px !important;
    }
    .col-sm-fs113 {
        font-size: 113px !important;
    }
    .col-sm-fs114 {
        font-size: 114px !important;
    }
    .col-sm-fs115 {
        font-size: 115px !important;
    }
    .col-sm-fs116 {
        font-size: 116px !important;
    }
    .col-sm-fs117 {
        font-size: 117px !important;
    }
    .col-sm-fs118 {
        font-size: 118px !important;
    }
    .col-sm-fs119 {
        font-size: 119px !important;
    }
    .col-sm-fs120 {
        font-size: 120px !important;
    }
    .col-sm-fs121 {
        font-size: 121px !important;
    }
    .col-sm-fs122 {
        font-size: 122px !important;
    }
    .col-sm-fs123 {
        font-size: 123px !important;
    }
    .col-sm-fs124 {
        font-size: 124px !important;
    }
    .col-sm-fs125 {
        font-size: 125px !important;
    }
    .col-sm-fs126 {
        font-size: 126px !important;
    }
    .col-sm-fs127 {
        font-size: 127px !important;
    }
    .col-sm-fs128 {
        font-size: 128px !important;
    }
    .col-sm-fs129 {
        font-size: 129px !important;
    }
    .col-sm-fs130 {
        font-size: 130px !important;
    }
    .col-sm-fs131 {
        font-size: 131px !important;
    }
    .col-sm-fs132 {
        font-size: 132px !important;
    }
    .col-sm-fs133 {
        font-size: 133px !important;
    }
    .col-sm-fs134 {
        font-size: 134px !important;
    }
    .col-sm-fs135 {
        font-size: 135px !important;
    }
    .col-sm-fs136 {
        font-size: 136px !important;
    }
    .col-sm-fs137 {
        font-size: 137px !important;
    }
    .col-sm-fs138 {
        font-size: 138px !important;
    }
    .col-sm-fs139 {
        font-size: 139px !important;
    }
    .col-sm-fs140 {
        font-size: 140px !important;
    }
    .col-sm-fs141 {
        font-size: 141px !important;
    }
    .col-sm-fs142 {
        font-size: 142px !important;
    }
    .col-sm-fs143 {
        font-size: 143px !important;
    }
    .col-sm-fs144 {
        font-size: 144px !important;
    }
    .col-sm-fs145 {
        font-size: 145px !important;
    }
    .col-sm-fs146 {
        font-size: 146px !important;
    }
    .col-sm-fs147 {
        font-size: 147px !important;
    }
    .col-sm-fs148 {
        font-size: 148px !important;
    }
    .col-sm-fs149 {
        font-size: 149px !important;
    }
    .col-sm-fs150 {
        font-size: 150px !important;
    }
    .col-sm-fs151 {
        font-size: 151px !important;
    }
    .col-sm-fs152 {
        font-size: 152px !important;
    }
    .col-sm-fs153 {
        font-size: 153px !important;
    }
    .col-sm-fs154 {
        font-size: 154px !important;
    }
    .col-sm-fs155 {
        font-size: 155px !important;
    }
    .col-sm-fs156 {
        font-size: 156px !important;
    }
    .col-sm-fs157 {
        font-size: 157px !important;
    }
    .col-sm-fs158 {
        font-size: 158px !important;
    }
    .col-sm-fs159 {
        font-size: 159px !important;
    }
    .col-sm-fs160 {
        font-size: 160px !important;
    }
    .col-sm-fs161 {
        font-size: 161px !important;
    }
    .col-sm-fs162 {
        font-size: 162px !important;
    }
    .col-sm-fs163 {
        font-size: 163px !important;
    }
    .col-sm-fs164 {
        font-size: 164px !important;
    }
    .col-sm-fs165 {
        font-size: 165px !important;
    }
    .col-sm-fs166 {
        font-size: 166px !important;
    }
    .col-sm-fs167 {
        font-size: 167px !important;
    }
    .col-sm-fs168 {
        font-size: 168px !important;
    }
    .col-sm-fs169 {
        font-size: 169px !important;
    }
    .col-sm-fs170 {
        font-size: 170px !important;
    }
    .col-sm-fs171 {
        font-size: 171px !important;
    }
    .col-sm-fs172 {
        font-size: 172px !important;
    }
    .col-sm-fs173 {
        font-size: 173px !important;
    }
    .col-sm-fs174 {
        font-size: 174px !important;
    }
    .col-sm-fs175 {
        font-size: 175px !important;
    }
    .col-sm-fs176 {
        font-size: 176px !important;
    }
    .col-sm-fs177 {
        font-size: 177px !important;
    }
    .col-sm-fs178 {
        font-size: 178px !important;
    }
    .col-sm-fs179 {
        font-size: 179px !important;
    }
    .col-sm-fs180 {
        font-size: 180px !important;
    }
    .col-sm-fs181 {
        font-size: 181px !important;
    }
    .col-sm-fs182 {
        font-size: 182px !important;
    }
    .col-sm-fs183 {
        font-size: 183px !important;
    }
    .col-sm-fs184 {
        font-size: 184px !important;
    }
    .col-sm-fs185 {
        font-size: 185px !important;
    }
    .col-sm-fs186 {
        font-size: 186px !important;
    }
    .col-sm-fs187 {
        font-size: 187px !important;
    }
    .col-sm-fs188 {
        font-size: 188px !important;
    }
    .col-sm-fs189 {
        font-size: 189px !important;
    }
    .col-sm-fs190 {
        font-size: 190px !important;
    }
    .col-sm-fs191 {
        font-size: 191px !important;
    }
    .col-sm-fs192 {
        font-size: 192px !important;
    }
    .col-sm-fs193 {
        font-size: 193px !important;
    }
    .col-sm-fs194 {
        font-size: 194px !important;
    }
    .col-sm-fs195 {
        font-size: 195px !important;
    }
    .col-sm-fs196 {
        font-size: 196px !important;
    }
    .col-sm-fs197 {
        font-size: 197px !important;
    }
    .col-sm-fs198 {
        font-size: 198px !important;
    }
    .col-sm-fs199 {
        font-size: 199px !important;
    }
    .col-sm-fs200 {
        font-size: 200px !important;
    }
}
/* Sm End */
/* Xs */
@media screen and (max-width: 991px){
    .col-xs-fs0 {
        font-size: 0px !important;
    }
    .col-xs-fs1 {
        font-size: 1px !important;
    }
    .col-xs-fs2 {
        font-size: 2px !important;
    }
    .col-xs-fs3 {
        font-size: 3px !important;
    }
    .col-xs-fs4 {
        font-size: 4px !important;
    }
    .col-xs-fs5 {
        font-size: 5px !important;
    }
    .col-xs-fs6 {
        font-size: 6px !important;
    }
    .col-xs-fs7 {
        font-size: 7px !important;
    }
    .col-xs-fs8 {
        font-size: 8px !important;
    }
    .col-xs-fs9 {
        font-size: 9px !important;
    }
    .col-xs-fs10 {
        font-size: 10px !important;
    }
    .col-xs-fs11 {
        font-size: 11px !important;
    }
    .col-xs-fs12 {
        font-size: 12px !important;
    }
    .col-xs-fs13 {
        font-size: 13px !important;
    }
    .col-xs-fs14 {
        font-size: 14px !important;
    }
    .col-xs-fs15 {
        font-size: 15px !important;
    }
    .col-xs-fs16 {
        font-size: 16px !important;
    }
    .col-xs-fs17 {
        font-size: 17px !important;
    }
    .col-xs-fs18 {
        font-size: 18px !important;
    }
    .col-xs-fs19 {
        font-size: 19px !important;
    }
    .col-xs-fs20 {
        font-size: 20px !important;
    }
    .col-xs-fs21 {
        font-size: 21px !important;
    }
    .col-xs-fs22 {
        font-size: 22px !important;
    }
    .col-xs-fs23 {
        font-size: 23px !important;
    }
    .col-xs-fs24 {
        font-size: 24px !important;
    }
    .col-xs-fs25 {
        font-size: 25px !important;
    }
    .col-xs-fs26 {
        font-size: 26px !important;
    }
    .col-xs-fs27 {
        font-size: 27px !important;
    }
    .col-xs-fs28 {
        font-size: 28px !important;
    }
    .col-xs-fs29 {
        font-size: 29px !important;
    }
    .col-xs-fs30 {
        font-size: 30px !important;
    }
    .col-xs-fs31 {
        font-size: 31px !important;
    }
    .col-xs-fs32 {
        font-size: 32px !important;
    }
    .col-xs-fs33 {
        font-size: 33px !important;
    }
    .col-xs-fs34 {
        font-size: 34px !important;
    }
    .col-xs-fs35 {
        font-size: 35px !important;
    }
    .col-xs-fs36 {
        font-size: 36px !important;
    }
    .col-xs-fs37 {
        font-size: 37px !important;
    }
    .col-xs-fs38 {
        font-size: 38px !important;
    }
    .col-xs-fs39 {
        font-size: 39px !important;
    }
    .col-xs-fs40 {
        font-size: 40px !important;
    }
    .col-xs-fs41 {
        font-size: 41px !important;
    }
    .col-xs-fs42 {
        font-size: 42px !important;
    }
    .col-xs-fs43 {
        font-size: 43px !important;
    }
    .col-xs-fs44 {
        font-size: 44px !important;
    }
    .col-xs-fs45 {
        font-size: 45px !important;
    }
    .col-xs-fs46 {
        font-size: 46px !important;
    }
    .col-xs-fs47 {
        font-size: 47px !important;
    }
    .col-xs-fs48 {
        font-size: 48px !important;
    }
    .col-xs-fs49 {
        font-size: 49px !important;
    }
    .col-xs-fs50 {
        font-size: 50px !important;
    }
    .col-xs-fs51 {
        font-size: 51px !important;
    }
    .col-xs-fs52 {
        font-size: 52px !important;
    }
    .col-xs-fs53 {
        font-size: 53px !important;
    }
    .col-xs-fs54 {
        font-size: 54px !important;
    }
    .col-xs-fs55 {
        font-size: 55px !important;
    }
    .col-xs-fs56 {
        font-size: 56px !important;
    }
    .col-xs-fs57 {
        font-size: 57px !important;
    }
    .col-xs-fs58 {
        font-size: 58px !important;
    }
    .col-xs-fs59 {
        font-size: 59px !important;
    }
    .col-xs-fs60 {
        font-size: 60px !important;
    }
    .col-xs-fs61 {
        font-size: 61px !important;
    }
    .col-xs-fs62 {
        font-size: 62px !important;
    }
    .col-xs-fs63 {
        font-size: 63px !important;
    }
    .col-xs-fs64 {
        font-size: 64px !important;
    }
    .col-xs-fs65 {
        font-size: 65px !important;
    }
    .col-xs-fs66 {
        font-size: 66px !important;
    }
    .col-xs-fs67 {
        font-size: 67px !important;
    }
    .col-xs-fs68 {
        font-size: 68px !important;
    }
    .col-xs-fs69 {
        font-size: 69px !important;
    }
    .col-xs-fs70 {
        font-size: 70px !important;
    }
    .col-xs-fs71 {
        font-size: 71px !important;
    }
    .col-xs-fs72 {
        font-size: 72px !important;
    }
    .col-xs-fs73 {
        font-size: 73px !important;
    }
    .col-xs-fs74 {
        font-size: 74px !important;
    }
    .col-xs-fs75 {
        font-size: 75px !important;
    }
    .col-xs-fs76 {
        font-size: 76px !important;
    }
    .col-xs-fs77 {
        font-size: 77px !important;
    }
    .col-xs-fs78 {
        font-size: 78px !important;
    }
    .col-xs-fs79 {
        font-size: 79px !important;
    }
    .col-xs-fs80 {
        font-size: 80px !important;
    }
    .col-xs-fs81 {
        font-size: 81px !important;
    }
    .col-xs-fs82 {
        font-size: 82px !important;
    }
    .col-xs-fs83 {
        font-size: 83px !important;
    }
    .col-xs-fs84 {
        font-size: 84px !important;
    }
    .col-xs-fs85 {
        font-size: 85px !important;
    }
    .col-xs-fs86 {
        font-size: 86px !important;
    }
    .col-xs-fs87 {
        font-size: 87px !important;
    }
    .col-xs-fs88 {
        font-size: 88px !important;
    }
    .col-xs-fs89 {
        font-size: 89px !important;
    }
    .col-xs-fs90 {
        font-size: 90px !important;
    }
    .col-xs-fs91 {
        font-size: 91px !important;
    }
    .col-xs-fs92 {
        font-size: 92px !important;
    }
    .col-xs-fs93 {
        font-size: 93px !important;
    }
    .col-xs-fs94 {
        font-size: 94px !important;
    }
    .col-xs-fs95 {
        font-size: 95px !important;
    }
    .col-xs-fs96 {
        font-size: 96px !important;
    }
    .col-xs-fs97 {
        font-size: 97px !important;
    }
    .col-xs-fs98 {
        font-size: 98px !important;
    }
    .col-xs-fs99 {
        font-size: 99px !important;
    }
    .col-xs-fs100 {
        font-size: 100px !important;
    }
    .col-xs-fs101 {
        font-size: 101px !important;
    }
    .col-xs-fs102 {
        font-size: 102px !important;
    }
    .col-xs-fs103 {
        font-size: 103px !important;
    }
    .col-xs-fs104 {
        font-size: 104px !important;
    }
    .col-xs-fs105 {
        font-size: 105px !important;
    }
    .col-xs-fs106 {
        font-size: 106px !important;
    }
    .col-xs-fs107 {
        font-size: 107px !important;
    }
    .col-xs-fs108 {
        font-size: 108px !important;
    }
    .col-xs-fs109 {
        font-size: 109px !important;
    }
    .col-xs-fs110 {
        font-size: 110px !important;
    }
    .col-xs-fs111 {
        font-size: 111px !important;
    }
    .col-xs-fs112 {
        font-size: 112px !important;
    }
    .col-xs-fs113 {
        font-size: 113px !important;
    }
    .col-xs-fs114 {
        font-size: 114px !important;
    }
    .col-xs-fs115 {
        font-size: 115px !important;
    }
    .col-xs-fs116 {
        font-size: 116px !important;
    }
    .col-xs-fs117 {
        font-size: 117px !important;
    }
    .col-xs-fs118 {
        font-size: 118px !important;
    }
    .col-xs-fs119 {
        font-size: 119px !important;
    }
    .col-xs-fs120 {
        font-size: 120px !important;
    }
    .col-xs-fs121 {
        font-size: 121px !important;
    }
    .col-xs-fs122 {
        font-size: 122px !important;
    }
    .col-xs-fs123 {
        font-size: 123px !important;
    }
    .col-xs-fs124 {
        font-size: 124px !important;
    }
    .col-xs-fs125 {
        font-size: 125px !important;
    }
    .col-xs-fs126 {
        font-size: 126px !important;
    }
    .col-xs-fs127 {
        font-size: 127px !important;
    }
    .col-xs-fs128 {
        font-size: 128px !important;
    }
    .col-xs-fs129 {
        font-size: 129px !important;
    }
    .col-xs-fs130 {
        font-size: 130px !important;
    }
    .col-xs-fs131 {
        font-size: 131px !important;
    }
    .col-xs-fs132 {
        font-size: 132px !important;
    }
    .col-xs-fs133 {
        font-size: 133px !important;
    }
    .col-xs-fs134 {
        font-size: 134px !important;
    }
    .col-xs-fs135 {
        font-size: 135px !important;
    }
    .col-xs-fs136 {
        font-size: 136px !important;
    }
    .col-xs-fs137 {
        font-size: 137px !important;
    }
    .col-xs-fs138 {
        font-size: 138px !important;
    }
    .col-xs-fs139 {
        font-size: 139px !important;
    }
    .col-xs-fs140 {
        font-size: 140px !important;
    }
    .col-xs-fs141 {
        font-size: 141px !important;
    }
    .col-xs-fs142 {
        font-size: 142px !important;
    }
    .col-xs-fs143 {
        font-size: 143px !important;
    }
    .col-xs-fs144 {
        font-size: 144px !important;
    }
    .col-xs-fs145 {
        font-size: 145px !important;
    }
    .col-xs-fs146 {
        font-size: 146px !important;
    }
    .col-xs-fs147 {
        font-size: 147px !important;
    }
    .col-xs-fs148 {
        font-size: 148px !important;
    }
    .col-xs-fs149 {
        font-size: 149px !important;
    }
    .col-xs-fs150 {
        font-size: 150px !important;
    }
    .col-xs-fs151 {
        font-size: 151px !important;
    }
    .col-xs-fs152 {
        font-size: 152px !important;
    }
    .col-xs-fs153 {
        font-size: 153px !important;
    }
    .col-xs-fs154 {
        font-size: 154px !important;
    }
    .col-xs-fs155 {
        font-size: 155px !important;
    }
    .col-xs-fs156 {
        font-size: 156px !important;
    }
    .col-xs-fs157 {
        font-size: 157px !important;
    }
    .col-xs-fs158 {
        font-size: 158px !important;
    }
    .col-xs-fs159 {
        font-size: 159px !important;
    }
    .col-xs-fs160 {
        font-size: 160px !important;
    }
    .col-xs-fs161 {
        font-size: 161px !important;
    }
    .col-xs-fs162 {
        font-size: 162px !important;
    }
    .col-xs-fs163 {
        font-size: 163px !important;
    }
    .col-xs-fs164 {
        font-size: 164px !important;
    }
    .col-xs-fs165 {
        font-size: 165px !important;
    }
    .col-xs-fs166 {
        font-size: 166px !important;
    }
    .col-xs-fs167 {
        font-size: 167px !important;
    }
    .col-xs-fs168 {
        font-size: 168px !important;
    }
    .col-xs-fs169 {
        font-size: 169px !important;
    }
    .col-xs-fs170 {
        font-size: 170px !important;
    }
    .col-xs-fs171 {
        font-size: 171px !important;
    }
    .col-xs-fs172 {
        font-size: 172px !important;
    }
    .col-xs-fs173 {
        font-size: 173px !important;
    }
    .col-xs-fs174 {
        font-size: 174px !important;
    }
    .col-xs-fs175 {
        font-size: 175px !important;
    }
    .col-xs-fs176 {
        font-size: 176px !important;
    }
    .col-xs-fs177 {
        font-size: 177px !important;
    }
    .col-xs-fs178 {
        font-size: 178px !important;
    }
    .col-xs-fs179 {
        font-size: 179px !important;
    }
    .col-xs-fs180 {
        font-size: 180px !important;
    }
    .col-xs-fs181 {
        font-size: 181px !important;
    }
    .col-xs-fs182 {
        font-size: 182px !important;
    }
    .col-xs-fs183 {
        font-size: 183px !important;
    }
    .col-xs-fs184 {
        font-size: 184px !important;
    }
    .col-xs-fs185 {
        font-size: 185px !important;
    }
    .col-xs-fs186 {
        font-size: 186px !important;
    }
    .col-xs-fs187 {
        font-size: 187px !important;
    }
    .col-xs-fs188 {
        font-size: 188px !important;
    }
    .col-xs-fs189 {
        font-size: 189px !important;
    }
    .col-xs-fs190 {
        font-size: 190px !important;
    }
    .col-xs-fs191 {
        font-size: 191px !important;
    }
    .col-xs-fs192 {
        font-size: 192px !important;
    }
    .col-xs-fs193 {
        font-size: 193px !important;
    }
    .col-xs-fs194 {
        font-size: 194px !important;
    }
    .col-xs-fs195 {
        font-size: 195px !important;
    }
    .col-xs-fs196 {
        font-size: 196px !important;
    }
    .col-xs-fs197 {
        font-size: 197px !important;
    }
    .col-xs-fs198 {
        font-size: 198px !important;
    }
    .col-xs-fs199 {
        font-size: 199px !important;
    }
    .col-xs-fs200 {
        font-size: 200px !important;
    }
}
/* Xs End */


/* Responsive End */
/******---------- Fontsize Settings End ----------******/
/******---------- Ýndex ----------******/
.z-1 {
    z-index:-1 !important;
}
.z0 {
    z-index:0 !important;
}
.z1 {
    z-index: 1 !important;
}
.z2 {
    z-index: 2 !important;
}
.z3 {
    z-index: 3 !important;
}
.z4 {
    z-index: 4 !important;
}
.z5 {
    z-index: 5 !important;
}
.z6 {
    z-index: 6 !important;
}
.z7 {
    z-index: 7 !important;
}
.z8 {
    z-index: 8 !important;
}
.z9 {
    z-index: 9 !important;
}
.z10 {
    z-index: 10 !important;
}
.z11 {
    z-index: 11 !important;
}
.z12 {
    z-index: 12 !important;
}
.z13 {
    z-index: 13 !important;
}
.z14 {
    z-index: 14 !important;
}
.z15 {
    z-index: 15 !important;
}
.z16 {
    z-index: 16 !important;
}
.z17 {
    z-index: 17 !important;
}
.z18 {
    z-index: 18 !important;
}
.z19 {
    z-index: 19 !important;
}
.z20 {
    z-index: 20 !important;
}
.z21 {
    z-index: 21 !important;
}
.z22 {
    z-index: 22 !important;
}
.z23 {
    z-index: 23 !important;
}
.z24 {
    z-index: 24 !important;
}
.z25 {
    z-index: 25 !important;
}
.z26 {
    z-index: 26 !important;
}
.z27 {
    z-index: 27 !important;
}
.z28 {
    z-index: 28 !important;
}
.z29 {
    z-index: 29 !important;
}
.z30 {
    z-index: 30 !important;
}
.z31 {
    z-index: 31 !important;
}
.z32 {
    z-index: 32 !important;
}
.z33 {
    z-index: 33 !important;
}
.z34 {
    z-index: 34 !important;
}
.z35 {
    z-index: 35 !important;
}
.z36 {
    z-index: 36 !important;
}
.z37 {
    z-index: 37 !important;
}
.z38 {
    z-index: 38 !important;
}
.z39 {
    z-index: 39 !important;
}
.z40 {
    z-index: 40 !important;
}
.z41 {
    z-index: 41 !important;
}
.z42 {
    z-index: 42 !important;
}
.z43 {
    z-index: 43 !important;
}
.z44 {
    z-index: 44 !important;
}
.z45 {
    z-index: 45 !important;
}
.z46 {
    z-index: 46 !important;
}
.z47 {
    z-index: 47 !important;
}
.z48 {
    z-index: 48 !important;
}
.z49 {
    z-index: 49 !important;
}
.z50 {
    z-index: 50 !important;
}
.z51 {
    z-index: 51 !important;
}
.z52 {
    z-index: 52 !important;
}
.z53 {
    z-index: 53 !important;
}
.z54 {
    z-index: 54 !important;
}
.z55 {
    z-index: 55 !important;
}
.z56 {
    z-index: 56 !important;
}
.z57 {
    z-index: 57 !important;
}
.z58 {
    z-index: 58 !important;
}
.z59 {
    z-index: 59 !important;
}
.z60 {
    z-index: 60 !important;
}
.z61 {
    z-index: 61 !important;
}
.z62 {
    z-index: 62 !important;
}
.z63 {
    z-index: 63 !important;
}
.z64 {
    z-index: 64 !important;
}
.z65 {
    z-index: 65 !important;
}
.z66 {
    z-index: 66 !important;
}
.z67 {
    z-index: 67 !important;
}
.z68 {
    z-index: 68 !important;
}
.z69 {
    z-index: 69 !important;
}
.z70 {
    z-index: 70 !important;
}
.z71 {
    z-index: 71 !important;
}
.z72 {
    z-index: 72 !important;
}
.z73 {
    z-index: 73 !important;
}
.z74 {
    z-index: 74 !important;
}
.z75 {
    z-index: 75 !important;
}
.z76 {
    z-index: 76 !important;
}
.z77 {
    z-index: 77 !important;
}
.z78 {
    z-index: 78 !important;
}
.z79 {
    z-index: 79 !important;
}
.z80 {
    z-index: 80 !important;
}
.z81 {
    z-index: 81 !important;
}
.z82 {
    z-index: 82 !important;
}
.z83 {
    z-index: 83 !important;
}
.z84 {
    z-index: 84 !important;
}
.z85 {
    z-index: 85 !important;
}
.z86 {
    z-index: 86 !important;
}
.z87 {
    z-index: 87 !important;
}
.z88 {
    z-index: 88 !important;
}
.z89 {
    z-index: 89 !important;
}
.z90 {
    z-index: 90 !important;
}
.z91 {
    z-index: 91 !important;
}
.z92 {
    z-index: 92 !important;
}
.z93 {
    z-index: 93 !important;
}
.z94 {
    z-index: 94 !important;
}
.z95 {
    z-index: 95 !important;
}
.z96 {
    z-index: 96 !important;
}
.z97 {
    z-index: 97 !important;
}
.z98 {
    z-index: 98 !important;
}
.z99 {
    z-index: 99 !important;
}
.z100 {
    z-index: 100 !important;
}
.z101 {
    z-index: 101 !important;
}
.z102 {
    z-index: 102 !important;
}
.z103 {
    z-index: 103 !important;
}
.z104 {
    z-index: 104 !important;
}
.z105 {
    z-index: 105 !important;
}
.z106 {
    z-index: 106 !important;
}
.z107 {
    z-index: 107 !important;
}
.z108 {
    z-index: 108 !important;
}
.z109 {
    z-index: 109 !important;
}
.z110 {
    z-index: 110 !important;
}
.z111 {
    z-index: 111 !important;
}
.z112 {
    z-index: 112 !important;
}
.z113 {
    z-index: 113 !important;
}
.z114 {
    z-index: 114 !important;
}
.z115 {
    z-index: 115 !important;
}
.z116 {
    z-index: 116 !important;
}
.z117 {
    z-index: 117 !important;
}
.z118 {
    z-index: 118 !important;
}
.z119 {
    z-index: 119 !important;
}
.z120 {
    z-index: 120 !important;
}
.z121 {
    z-index: 121 !important;
}
.z122 {
    z-index: 122 !important;
}
.z123 {
    z-index: 123 !important;
}
.z124 {
    z-index: 124 !important;
}
.z125 {
    z-index: 125 !important;
}
.z126 {
    z-index: 126 !important;
}
.z127 {
    z-index: 127 !important;
}
.z128 {
    z-index: 128 !important;
}
.z129 {
    z-index: 129 !important;
}
.z130 {
    z-index: 130 !important;
}
.z131 {
    z-index: 131 !important;
}
.z132 {
    z-index: 132 !important;
}
.z133 {
    z-index: 133 !important;
}
.z134 {
    z-index: 134 !important;
}
.z135 {
    z-index: 135 !important;
}
.z136 {
    z-index: 136 !important;
}
.z137 {
    z-index: 137 !important;
}
.z138 {
    z-index: 138 !important;
}
.z139 {
    z-index: 139 !important;
}
.z140 {
    z-index: 140 !important;
}
.z141 {
    z-index: 141 !important;
}
.z142 {
    z-index: 142 !important;
}
.z143 {
    z-index: 143 !important;
}
.z144 {
    z-index: 144 !important;
}
.z145 {
    z-index: 145 !important;
}
.z146 {
    z-index: 146 !important;
}
.z147 {
    z-index: 147 !important;
}
.z148 {
    z-index: 148 !important;
}
.z149 {
    z-index: 149 !important;
}
.z150 {
    z-index: 150 !important;
}
.z151 {
    z-index: 151 !important;
}
.z152 {
    z-index: 152 !important;
}
.z153 {
    z-index: 153 !important;
}
.z154 {
    z-index: 154 !important;
}
.z155 {
    z-index: 155 !important;
}
.z156 {
    z-index: 156 !important;
}
.z157 {
    z-index: 157 !important;
}
.z158 {
    z-index: 158 !important;
}
.z159 {
    z-index: 159 !important;
}
.z160 {
    z-index: 160 !important;
}
.z161 {
    z-index: 161 !important;
}
.z162 {
    z-index: 162 !important;
}
.z163 {
    z-index: 163 !important;
}
.z164 {
    z-index: 164 !important;
}
.z165 {
    z-index: 165 !important;
}
.z166 {
    z-index: 166 !important;
}
.z167 {
    z-index: 167 !important;
}
.z168 {
    z-index: 168 !important;
}
.z169 {
    z-index: 169 !important;
}
.z170 {
    z-index: 170 !important;
}
.z171 {
    z-index: 171 !important;
}
.z172 {
    z-index: 172 !important;
}
.z173 {
    z-index: 173 !important;
}
.z174 {
    z-index: 174 !important;
}
.z175 {
    z-index: 175 !important;
}
.z176 {
    z-index: 176 !important;
}
.z177 {
    z-index: 177 !important;
}
.z178 {
    z-index: 178 !important;
}
.z179 {
    z-index: 179 !important;
}
.z180 {
    z-index: 180 !important;
}
.z181 {
    z-index: 181 !important;
}
.z182 {
    z-index: 182 !important;
}
.z183 {
    z-index: 183 !important;
}
.z184 {
    z-index: 184 !important;
}
.z185 {
    z-index: 185 !important;
}
.z186 {
    z-index: 186 !important;
}
.z187 {
    z-index: 187 !important;
}
.z188 {
    z-index: 188 !important;
}
.z189 {
    z-index: 189 !important;
}
.z190 {
    z-index: 190 !important;
}
.z191 {
    z-index: 191 !important;
}
.z192 {
    z-index: 192 !important;
}
.z193 {
    z-index: 193 !important;
}
.z194 {
    z-index: 194 !important;
}
.z195 {
    z-index: 195 !important;
}
.z196 {
    z-index: 196 !important;
}
.z197 {
    z-index: 197 !important;
}
.z198 {
    z-index: 198 !important;
}
.z199 {
    z-index: 199 !important;
}
.z200 {
    z-index: 200 !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px) {
    .col-sm-z-1 {
    z-index:-1 !important;
    }
    .col-sm-z0 {
        z-index:0 !important;
    }
    .col-sm-z1 {
        z-index: 1 !important;
    }
    .col-sm-z2 {
        z-index: 2 !important;
    }
    .col-sm-z3 {
        z-index: 3 !important;
    }
    .col-sm-z4 {
        z-index: 4 !important;
    }
    .col-sm-z5 {
        z-index: 5 !important;
    }
    .col-sm-z6 {
        z-index: 6 !important;
    }
    .col-sm-z7 {
        z-index: 7 !important;
    }
    .col-sm-z8 {
        z-index: 8 !important;
    }
    .col-sm-z9 {
        z-index: 9 !important;
    }
    .col-sm-z10 {
        z-index: 10 !important;
    }
    .col-sm-z11 {
        z-index: 11 !important;
    }
    .col-sm-z12 {
        z-index: 12 !important;
    }
    .col-sm-z13 {
        z-index: 13 !important;
    }
    .col-sm-z14 {
        z-index: 14 !important;
    }
    .col-sm-z15 {
        z-index: 15 !important;
    }
    .col-sm-z16 {
        z-index: 16 !important;
    }
    .col-sm-z17 {
        z-index: 17 !important;
    }
    .col-sm-z18 {
        z-index: 18 !important;
    }
    .col-sm-z19 {
        z-index: 19 !important;
    }
    .col-sm-z20 {
        z-index: 20 !important;
    }
    .col-sm-z21 {
        z-index: 21 !important;
    }
    .col-sm-z22 {
        z-index: 22 !important;
    }
    .col-sm-z23 {
        z-index: 23 !important;
    }
    .col-sm-z24 {
        z-index: 24 !important;
    }
    .col-sm-z25 {
        z-index: 25 !important;
    }
    .col-sm-z26 {
        z-index: 26 !important;
    }
    .col-sm-z27 {
        z-index: 27 !important;
    }
    .col-sm-z28 {
        z-index: 28 !important;
    }
    .col-sm-z29 {
        z-index: 29 !important;
    }
    .col-sm-z30 {
        z-index: 30 !important;
    }
    .col-sm-z31 {
        z-index: 31 !important;
    }
    .col-sm-z32 {
        z-index: 32 !important;
    }
    .col-sm-z33 {
        z-index: 33 !important;
    }
    .col-sm-z34 {
        z-index: 34 !important;
    }
    .col-sm-z35 {
        z-index: 35 !important;
    }
    .col-sm-z36 {
        z-index: 36 !important;
    }
    .col-sm-z37 {
        z-index: 37 !important;
    }
    .col-sm-z38 {
        z-index: 38 !important;
    }
    .col-sm-z39 {
        z-index: 39 !important;
    }
    .col-sm-z40 {
        z-index: 40 !important;
    }
    .col-sm-z41 {
        z-index: 41 !important;
    }
    .col-sm-z42 {
        z-index: 42 !important;
    }
    .col-sm-z43 {
        z-index: 43 !important;
    }
    .col-sm-z44 {
        z-index: 44 !important;
    }
    .col-sm-z45 {
        z-index: 45 !important;
    }
    .col-sm-z46 {
        z-index: 46 !important;
    }
    .col-sm-z47 {
        z-index: 47 !important;
    }
    .col-sm-z48 {
        z-index: 48 !important;
    }
    .col-sm-z49 {
        z-index: 49 !important;
    }
    .col-sm-z50 {
        z-index: 50 !important;
    }
    .col-sm-z51 {
        z-index: 51 !important;
    }
    .col-sm-z52 {
        z-index: 52 !important;
    }
    .col-sm-z53 {
        z-index: 53 !important;
    }
    .col-sm-z54 {
        z-index: 54 !important;
    }
    .col-sm-z55 {
        z-index: 55 !important;
    }
    .col-sm-z56 {
        z-index: 56 !important;
    }
    .col-sm-z57 {
        z-index: 57 !important;
    }
    .col-sm-z58 {
        z-index: 58 !important;
    }
    .col-sm-z59 {
        z-index: 59 !important;
    }
    .col-sm-z60 {
        z-index: 60 !important;
    }
    .col-sm-z61 {
        z-index: 61 !important;
    }
    .col-sm-z62 {
        z-index: 62 !important;
    }
    .col-sm-z63 {
        z-index: 63 !important;
    }
    .col-sm-z64 {
        z-index: 64 !important;
    }
    .col-sm-z65 {
        z-index: 65 !important;
    }
    .col-sm-z66 {
        z-index: 66 !important;
    }
    .col-sm-z67 {
        z-index: 67 !important;
    }
    .col-sm-z68 {
        z-index: 68 !important;
    }
    .col-sm-z69 {
        z-index: 69 !important;
    }
    .col-sm-z70 {
        z-index: 70 !important;
    }
    .col-sm-z71 {
        z-index: 71 !important;
    }
    .col-sm-z72 {
        z-index: 72 !important;
    }
    .col-sm-z73 {
        z-index: 73 !important;
    }
    .col-sm-z74 {
        z-index: 74 !important;
    }
    .col-sm-z75 {
        z-index: 75 !important;
    }
    .col-sm-z76 {
        z-index: 76 !important;
    }
    .col-sm-z77 {
        z-index: 77 !important;
    }
    .col-sm-z78 {
        z-index: 78 !important;
    }
    .col-sm-z79 {
        z-index: 79 !important;
    }
    .col-sm-z80 {
        z-index: 80 !important;
    }
    .col-sm-z81 {
        z-index: 81 !important;
    }
    .col-sm-z82 {
        z-index: 82 !important;
    }
    .col-sm-z83 {
        z-index: 83 !important;
    }
    .col-sm-z84 {
        z-index: 84 !important;
    }
    .col-sm-z85 {
        z-index: 85 !important;
    }
    .col-sm-z86 {
        z-index: 86 !important;
    }
    .col-sm-z87 {
        z-index: 87 !important;
    }
    .col-sm-z88 {
        z-index: 88 !important;
    }
    .col-sm-z89 {
        z-index: 89 !important;
    }
    .col-sm-z90 {
        z-index: 90 !important;
    }
    .col-sm-z91 {
        z-index: 91 !important;
    }
    .col-sm-z92 {
        z-index: 92 !important;
    }
    .col-sm-z93 {
        z-index: 93 !important;
    }
    .col-sm-z94 {
        z-index: 94 !important;
    }
    .col-sm-z95 {
        z-index: 95 !important;
    }
    .col-sm-z96 {
        z-index: 96 !important;
    }
    .col-sm-z97 {
        z-index: 97 !important;
    }
    .col-sm-z98 {
        z-index: 98 !important;
    }
    .col-sm-z99 {
        z-index: 99 !important;
    }
    .col-sm-z100 {
        z-index: 100 !important;
    }
    .col-sm-z101 {
        z-index: 101 !important;
    }
    .col-sm-z102 {
        z-index: 102 !important;
    }
    .col-sm-z103 {
        z-index: 103 !important;
    }
    .col-sm-z104 {
        z-index: 104 !important;
    }
    .col-sm-z105 {
        z-index: 105 !important;
    }
    .col-sm-z106 {
        z-index: 106 !important;
    }
    .col-sm-z107 {
        z-index: 107 !important;
    }
    .col-sm-z108 {
        z-index: 108 !important;
    }
    .col-sm-z109 {
        z-index: 109 !important;
    }
    .col-sm-z110 {
        z-index: 110 !important;
    }
    .col-sm-z111 {
        z-index: 111 !important;
    }
    .col-sm-z112 {
        z-index: 112 !important;
    }
    .col-sm-z113 {
        z-index: 113 !important;
    }
    .col-sm-z114 {
        z-index: 114 !important;
    }
    .col-sm-z115 {
        z-index: 115 !important;
    }
    .col-sm-z116 {
        z-index: 116 !important;
    }
    .col-sm-z117 {
        z-index: 117 !important;
    }
    .col-sm-z118 {
        z-index: 118 !important;
    }
    .col-sm-z119 {
        z-index: 119 !important;
    }
    .col-sm-z120 {
        z-index: 120 !important;
    }
    .col-sm-z121 {
        z-index: 121 !important;
    }
    .col-sm-z122 {
        z-index: 122 !important;
    }
    .col-sm-z123 {
        z-index: 123 !important;
    }
    .col-sm-z124 {
        z-index: 124 !important;
    }
    .col-sm-z125 {
        z-index: 125 !important;
    }
    .col-sm-z126 {
        z-index: 126 !important;
    }
    .col-sm-z127 {
        z-index: 127 !important;
    }
    .col-sm-z128 {
        z-index: 128 !important;
    }
    .col-sm-z129 {
        z-index: 129 !important;
    }
    .col-sm-z130 {
        z-index: 130 !important;
    }
    .col-sm-z131 {
        z-index: 131 !important;
    }
    .col-sm-z132 {
        z-index: 132 !important;
    }
    .col-sm-z133 {
        z-index: 133 !important;
    }
    .col-sm-z134 {
        z-index: 134 !important;
    }
    .col-sm-z135 {
        z-index: 135 !important;
    }
    .col-sm-z136 {
        z-index: 136 !important;
    }
    .col-sm-z137 {
        z-index: 137 !important;
    }
    .col-sm-z138 {
        z-index: 138 !important;
    }
    .col-sm-z139 {
        z-index: 139 !important;
    }
    .col-sm-z140 {
        z-index: 140 !important;
    }
    .col-sm-z141 {
        z-index: 141 !important;
    }
    .col-sm-z142 {
        z-index: 142 !important;
    }
    .col-sm-z143 {
        z-index: 143 !important;
    }
    .col-sm-z144 {
        z-index: 144 !important;
    }
    .col-sm-z145 {
        z-index: 145 !important;
    }
    .col-sm-z146 {
        z-index: 146 !important;
    }
    .col-sm-z147 {
        z-index: 147 !important;
    }
    .col-sm-z148 {
        z-index: 148 !important;
    }
    .col-sm-z149 {
        z-index: 149 !important;
    }
    .col-sm-z150 {
        z-index: 150 !important;
    }
    .col-sm-z151 {
        z-index: 151 !important;
    }
    .col-sm-z152 {
        z-index: 152 !important;
    }
    .col-sm-z153 {
        z-index: 153 !important;
    }
    .col-sm-z154 {
        z-index: 154 !important;
    }
    .col-sm-z155 {
        z-index: 155 !important;
    }
    .col-sm-z156 {
        z-index: 156 !important;
    }
    .col-sm-z157 {
        z-index: 157 !important;
    }
    .col-sm-z158 {
        z-index: 158 !important;
    }
    .col-sm-z159 {
        z-index: 159 !important;
    }
    .col-sm-z160 {
        z-index: 160 !important;
    }
    .col-sm-z161 {
        z-index: 161 !important;
    }
    .col-sm-z162 {
        z-index: 162 !important;
    }
    .col-sm-z163 {
        z-index: 163 !important;
    }
    .col-sm-z164 {
        z-index: 164 !important;
    }
    .col-sm-z165 {
        z-index: 165 !important;
    }
    .col-sm-z166 {
        z-index: 166 !important;
    }
    .col-sm-z167 {
        z-index: 167 !important;
    }
    .col-sm-z168 {
        z-index: 168 !important;
    }
    .col-sm-z169 {
        z-index: 169 !important;
    }
    .col-sm-z170 {
        z-index: 170 !important;
    }
    .col-sm-z171 {
        z-index: 171 !important;
    }
    .col-sm-z172 {
        z-index: 172 !important;
    }
    .col-sm-z173 {
        z-index: 173 !important;
    }
    .col-sm-z174 {
        z-index: 174 !important;
    }
    .col-sm-z175 {
        z-index: 175 !important;
    }
    .col-sm-z176 {
        z-index: 176 !important;
    }
    .col-sm-z177 {
        z-index: 177 !important;
    }
    .col-sm-z178 {
        z-index: 178 !important;
    }
    .col-sm-z179 {
        z-index: 179 !important;
    }
    .col-sm-z180 {
        z-index: 180 !important;
    }
    .col-sm-z181 {
        z-index: 181 !important;
    }
    .col-sm-z182 {
        z-index: 182 !important;
    }
    .col-sm-z183 {
        z-index: 183 !important;
    }
    .col-sm-z184 {
        z-index: 184 !important;
    }
    .col-sm-z185 {
        z-index: 185 !important;
    }
    .col-sm-z186 {
        z-index: 186 !important;
    }
    .col-sm-z187 {
        z-index: 187 !important;
    }
    .col-sm-z188 {
        z-index: 188 !important;
    }
    .col-sm-z189 {
        z-index: 189 !important;
    }
    .col-sm-z190 {
        z-index: 190 !important;
    }
    .col-sm-z191 {
        z-index: 191 !important;
    }
    .col-sm-z192 {
        z-index: 192 !important;
    }
    .col-sm-z193 {
        z-index: 193 !important;
    }
    .col-sm-z194 {
        z-index: 194 !important;
    }
    .col-sm-z195 {
        z-index: 195 !important;
    }
    .col-sm-z196 {
        z-index: 196 !important;
    }
    .col-sm-z197 {
        z-index: 197 !important;
    }
    .col-sm-z198 {
        z-index: 198 !important;
    }
    .col-sm-z199 {
        z-index: 199 !important;
    }
    .col-sm-z200 {
        z-index: 200 !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-z-1 {
        z-index:-1 !important;
    }
    .col-xs-z0 {
        z-index:0 !important;
    }
    .col-xs-z1 {
        z-index: 1 !important;
    }
    .col-xs-z2 {
        z-index: 2 !important;
    }
    .col-xs-z3 {
        z-index: 3 !important;
    }
    .col-xs-z4 {
        z-index: 4 !important;
    }
    .col-xs-z5 {
        z-index: 5 !important;
    }
    .col-xs-z6 {
        z-index: 6 !important;
    }
    .col-xs-z7 {
        z-index: 7 !important;
    }
    .col-xs-z8 {
        z-index: 8 !important;
    }
    .col-xs-z9 {
        z-index: 9 !important;
    }
    .col-xs-z10 {
        z-index: 10 !important;
    }
    .col-xs-z11 {
        z-index: 11 !important;
    }
    .col-xs-z12 {
        z-index: 12 !important;
    }
    .col-xs-z13 {
        z-index: 13 !important;
    }
    .col-xs-z14 {
        z-index: 14 !important;
    }
    .col-xs-z15 {
        z-index: 15 !important;
    }
    .col-xs-z16 {
        z-index: 16 !important;
    }
    .col-xs-z17 {
        z-index: 17 !important;
    }
    .col-xs-z18 {
        z-index: 18 !important;
    }
    .col-xs-z19 {
        z-index: 19 !important;
    }
    .col-xs-z20 {
        z-index: 20 !important;
    }
    .col-xs-z21 {
        z-index: 21 !important;
    }
    .col-xs-z22 {
        z-index: 22 !important;
    }
    .col-xs-z23 {
        z-index: 23 !important;
    }
    .col-xs-z24 {
        z-index: 24 !important;
    }
    .col-xs-z25 {
        z-index: 25 !important;
    }
    .col-xs-z26 {
        z-index: 26 !important;
    }
    .col-xs-z27 {
        z-index: 27 !important;
    }
    .col-xs-z28 {
        z-index: 28 !important;
    }
    .col-xs-z29 {
        z-index: 29 !important;
    }
    .col-xs-z30 {
        z-index: 30 !important;
    }
    .col-xs-z31 {
        z-index: 31 !important;
    }
    .col-xs-z32 {
        z-index: 32 !important;
    }
    .col-xs-z33 {
        z-index: 33 !important;
    }
    .col-xs-z34 {
        z-index: 34 !important;
    }
    .col-xs-z35 {
        z-index: 35 !important;
    }
    .col-xs-z36 {
        z-index: 36 !important;
    }
    .col-xs-z37 {
        z-index: 37 !important;
    }
    .col-xs-z38 {
        z-index: 38 !important;
    }
    .col-xs-z39 {
        z-index: 39 !important;
    }
    .col-xs-z40 {
        z-index: 40 !important;
    }
    .col-xs-z41 {
        z-index: 41 !important;
    }
    .col-xs-z42 {
        z-index: 42 !important;
    }
    .col-xs-z43 {
        z-index: 43 !important;
    }
    .col-xs-z44 {
        z-index: 44 !important;
    }
    .col-xs-z45 {
        z-index: 45 !important;
    }
    .col-xs-z46 {
        z-index: 46 !important;
    }
    .col-xs-z47 {
        z-index: 47 !important;
    }
    .col-xs-z48 {
        z-index: 48 !important;
    }
    .col-xs-z49 {
        z-index: 49 !important;
    }
    .col-xs-z50 {
        z-index: 50 !important;
    }
    .col-xs-z51 {
        z-index: 51 !important;
    }
    .col-xs-z52 {
        z-index: 52 !important;
    }
    .col-xs-z53 {
        z-index: 53 !important;
    }
    .col-xs-z54 {
        z-index: 54 !important;
    }
    .col-xs-z55 {
        z-index: 55 !important;
    }
    .col-xs-z56 {
        z-index: 56 !important;
    }
    .col-xs-z57 {
        z-index: 57 !important;
    }
    .col-xs-z58 {
        z-index: 58 !important;
    }
    .col-xs-z59 {
        z-index: 59 !important;
    }
    .col-xs-z60 {
        z-index: 60 !important;
    }
    .col-xs-z61 {
        z-index: 61 !important;
    }
    .col-xs-z62 {
        z-index: 62 !important;
    }
    .col-xs-z63 {
        z-index: 63 !important;
    }
    .col-xs-z64 {
        z-index: 64 !important;
    }
    .col-xs-z65 {
        z-index: 65 !important;
    }
    .col-xs-z66 {
        z-index: 66 !important;
    }
    .col-xs-z67 {
        z-index: 67 !important;
    }
    .col-xs-z68 {
        z-index: 68 !important;
    }
    .col-xs-z69 {
        z-index: 69 !important;
    }
    .col-xs-z70 {
        z-index: 70 !important;
    }
    .col-xs-z71 {
        z-index: 71 !important;
    }
    .col-xs-z72 {
        z-index: 72 !important;
    }
    .col-xs-z73 {
        z-index: 73 !important;
    }
    .col-xs-z74 {
        z-index: 74 !important;
    }
    .col-xs-z75 {
        z-index: 75 !important;
    }
    .col-xs-z76 {
        z-index: 76 !important;
    }
    .col-xs-z77 {
        z-index: 77 !important;
    }
    .col-xs-z78 {
        z-index: 78 !important;
    }
    .col-xs-z79 {
        z-index: 79 !important;
    }
    .col-xs-z80 {
        z-index: 80 !important;
    }
    .col-xs-z81 {
        z-index: 81 !important;
    }
    .col-xs-z82 {
        z-index: 82 !important;
    }
    .col-xs-z83 {
        z-index: 83 !important;
    }
    .col-xs-z84 {
        z-index: 84 !important;
    }
    .col-xs-z85 {
        z-index: 85 !important;
    }
    .col-xs-z86 {
        z-index: 86 !important;
    }
    .col-xs-z87 {
        z-index: 87 !important;
    }
    .col-xs-z88 {
        z-index: 88 !important;
    }
    .col-xs-z89 {
        z-index: 89 !important;
    }
    .col-xs-z90 {
        z-index: 90 !important;
    }
    .col-xs-z91 {
        z-index: 91 !important;
    }
    .col-xs-z92 {
        z-index: 92 !important;
    }
    .col-xs-z93 {
        z-index: 93 !important;
    }
    .col-xs-z94 {
        z-index: 94 !important;
    }
    .col-xs-z95 {
        z-index: 95 !important;
    }
    .col-xs-z96 {
        z-index: 96 !important;
    }
    .col-xs-z97 {
        z-index: 97 !important;
    }
    .col-xs-z98 {
        z-index: 98 !important;
    }
    .col-xs-z99 {
        z-index: 99 !important;
    }
    .col-xs-z100 {
        z-index: 100 !important;
    }
    .col-xs-z101 {
        z-index: 101 !important;
    }
    .col-xs-z102 {
        z-index: 102 !important;
    }
    .col-xs-z103 {
        z-index: 103 !important;
    }
    .col-xs-z104 {
        z-index: 104 !important;
    }
    .col-xs-z105 {
        z-index: 105 !important;
    }
    .col-xs-z106 {
        z-index: 106 !important;
    }
    .col-xs-z107 {
        z-index: 107 !important;
    }
    .col-xs-z108 {
        z-index: 108 !important;
    }
    .col-xs-z109 {
        z-index: 109 !important;
    }
    .col-xs-z110 {
        z-index: 110 !important;
    }
    .col-xs-z111 {
        z-index: 111 !important;
    }
    .col-xs-z112 {
        z-index: 112 !important;
    }
    .col-xs-z113 {
        z-index: 113 !important;
    }
    .col-xs-z114 {
        z-index: 114 !important;
    }
    .col-xs-z115 {
        z-index: 115 !important;
    }
    .col-xs-z116 {
        z-index: 116 !important;
    }
    .col-xs-z117 {
        z-index: 117 !important;
    }
    .col-xs-z118 {
        z-index: 118 !important;
    }
    .col-xs-z119 {
        z-index: 119 !important;
    }
    .col-xs-z120 {
        z-index: 120 !important;
    }
    .col-xs-z121 {
        z-index: 121 !important;
    }
    .col-xs-z122 {
        z-index: 122 !important;
    }
    .col-xs-z123 {
        z-index: 123 !important;
    }
    .col-xs-z124 {
        z-index: 124 !important;
    }
    .col-xs-z125 {
        z-index: 125 !important;
    }
    .col-xs-z126 {
        z-index: 126 !important;
    }
    .col-xs-z127 {
        z-index: 127 !important;
    }
    .col-xs-z128 {
        z-index: 128 !important;
    }
    .col-xs-z129 {
        z-index: 129 !important;
    }
    .col-xs-z130 {
        z-index: 130 !important;
    }
    .col-xs-z131 {
        z-index: 131 !important;
    }
    .col-xs-z132 {
        z-index: 132 !important;
    }
    .col-xs-z133 {
        z-index: 133 !important;
    }
    .col-xs-z134 {
        z-index: 134 !important;
    }
    .col-xs-z135 {
        z-index: 135 !important;
    }
    .col-xs-z136 {
        z-index: 136 !important;
    }
    .col-xs-z137 {
        z-index: 137 !important;
    }
    .col-xs-z138 {
        z-index: 138 !important;
    }
    .col-xs-z139 {
        z-index: 139 !important;
    }
    .col-xs-z140 {
        z-index: 140 !important;
    }
    .col-xs-z141 {
        z-index: 141 !important;
    }
    .col-xs-z142 {
        z-index: 142 !important;
    }
    .col-xs-z143 {
        z-index: 143 !important;
    }
    .col-xs-z144 {
        z-index: 144 !important;
    }
    .col-xs-z145 {
        z-index: 145 !important;
    }
    .col-xs-z146 {
        z-index: 146 !important;
    }
    .col-xs-z147 {
        z-index: 147 !important;
    }
    .col-xs-z148 {
        z-index: 148 !important;
    }
    .col-xs-z149 {
        z-index: 149 !important;
    }
    .col-xs-z150 {
        z-index: 150 !important;
    }
    .col-xs-z151 {
        z-index: 151 !important;
    }
    .col-xs-z152 {
        z-index: 152 !important;
    }
    .col-xs-z153 {
        z-index: 153 !important;
    }
    .col-xs-z154 {
        z-index: 154 !important;
    }
    .col-xs-z155 {
        z-index: 155 !important;
    }
    .col-xs-z156 {
        z-index: 156 !important;
    }
    .col-xs-z157 {
        z-index: 157 !important;
    }
    .col-xs-z158 {
        z-index: 158 !important;
    }
    .col-xs-z159 {
        z-index: 159 !important;
    }
    .col-xs-z160 {
        z-index: 160 !important;
    }
    .col-xs-z161 {
        z-index: 161 !important;
    }
    .col-xs-z162 {
        z-index: 162 !important;
    }
    .col-xs-z163 {
        z-index: 163 !important;
    }
    .col-xs-z164 {
        z-index: 164 !important;
    }
    .col-xs-z165 {
        z-index: 165 !important;
    }
    .col-xs-z166 {
        z-index: 166 !important;
    }
    .col-xs-z167 {
        z-index: 167 !important;
    }
    .col-xs-z168 {
        z-index: 168 !important;
    }
    .col-xs-z169 {
        z-index: 169 !important;
    }
    .col-xs-z170 {
        z-index: 170 !important;
    }
    .col-xs-z171 {
        z-index: 171 !important;
    }
    .col-xs-z172 {
        z-index: 172 !important;
    }
    .col-xs-z173 {
        z-index: 173 !important;
    }
    .col-xs-z174 {
        z-index: 174 !important;
    }
    .col-xs-z175 {
        z-index: 175 !important;
    }
    .col-xs-z176 {
        z-index: 176 !important;
    }
    .col-xs-z177 {
        z-index: 177 !important;
    }
    .col-xs-z178 {
        z-index: 178 !important;
    }
    .col-xs-z179 {
        z-index: 179 !important;
    }
    .col-xs-z180 {
        z-index: 180 !important;
    }
    .col-xs-z181 {
        z-index: 181 !important;
    }
    .col-xs-z182 {
        z-index: 182 !important;
    }
    .col-xs-z183 {
        z-index: 183 !important;
    }
    .col-xs-z184 {
        z-index: 184 !important;
    }
    .col-xs-z185 {
        z-index: 185 !important;
    }
    .col-xs-z186 {
        z-index: 186 !important;
    }
    .col-xs-z187 {
        z-index: 187 !important;
    }
    .col-xs-z188 {
        z-index: 188 !important;
    }
    .col-xs-z189 {
        z-index: 189 !important;
    }
    .col-xs-z190 {
        z-index: 190 !important;
    }
    .col-xs-z191 {
        z-index: 191 !important;
    }
    .col-xs-z192 {
        z-index: 192 !important;
    }
    .col-xs-z193 {
        z-index: 193 !important;
    }
    .col-xs-z194 {
        z-index: 194 !important;
    }
    .col-xs-z195 {
        z-index: 195 !important;
    }
    .col-xs-z196 {
        z-index: 196 !important;
    }
    .col-xs-z197 {
        z-index: 197 !important;
    }
    .col-xs-z198 {
        z-index: 198 !important;
    }
    .col-xs-z199 {
        z-index: 199 !important;
    }
    .col-xs-z200 {
        z-index: 200 !important;
    }
}
/* Xs End */

/* Responsive Settings End */
/******---------- Ýndex End ----------******/
/******---------- Width ----------******/

/* İnitial Settings */
.wi {
    width:initial !important;
}
/* İnitial Settings End */

.wa {
    width: auto !important;
}
.w0 {
    width: 0% !important;
}
.w1 {
    width: 1% !important;
}
.w2 {
    width: 2% !important;
}
.w3 {
    width: 3% !important;
}
.w4 {
    width: 4% !important;
}
.w5 {
    width: 5% !important;
}
.w6 {
    width: 6% !important;
}
.w7 {
    width: 7% !important;
}
.w8 {
    width: 8% !important;
}
.w9 {
    width: 9% !important;
}
.w10 {
    width: 10% !important;
}
.w11 {
    width: 11% !important;
}
.w12 {
    width: 12% !important;
}
.w13 {
    width: 13% !important;
}
.w14 {
    width: 14% !important;
}
.w15 {
    width: 15% !important;
}
.w16 {
    width: 16% !important;
}
.w17 {
    width: 17% !important;
}
.w18 {
    width: 18% !important;
}
.w19 {
    width: 19% !important;
}
.w20 {
    width: 20% !important;
}
.w21 {
    width: 21% !important;
}
.w22 {
    width: 22% !important;
}
.w23 {
    width: 23% !important;
}
.w24 {
    width: 24% !important;
}
.w25 {
    width: 25% !important;
}
.w26 {
    width: 26% !important;
}
.w27 {
    width: 27% !important;
}
.w28 {
    width: 28% !important;
}
.w29 {
    width: 29% !important;
}
.w30 {
    width: 30% !important;
}
.w31 {
    width: 31% !important;
}
.w32 {
    width: 32% !important;
}
.w33 {
    width: 33% !important;
}
.w34 {
    width: 34% !important;
}
.w35 {
    width: 35% !important;
}
.w36 {
    width: 36% !important;
}
.w37 {
    width: 37% !important;
}
.w38 {
    width: 38% !important;
}
.w39 {
    width: 39% !important;
}
.w40 {
    width: 40% !important;
}
.w41 {
    width: 41% !important;
}
.w42 {
    width: 42% !important;
}
.w43 {
    width: 43% !important;
}
.w44 {
    width: 44% !important;
}
.w45 {
    width: 45% !important;
}
.w46 {
    width: 46% !important;
}
.w47 {
    width: 47% !important;
}
.w48 {
    width: 48% !important;
}
.w49 {
    width: 49% !important;
}
.w50 {
    width: 50% !important;
}
.w51 {
    width: 51% !important;
}
.w52 {
    width: 52% !important;
}
.w53 {
    width: 53% !important;
}
.w54 {
    width: 54% !important;
}
.w55 {
    width: 55% !important;
}
.w56 {
    width: 56% !important;
}
.w57 {
    width: 57% !important;
}
.w58 {
    width: 58% !important;
}
.w59 {
    width: 59% !important;
}
.w60 {
    width: 60% !important;
}
.w61 {
    width: 61% !important;
}
.w62 {
    width: 62% !important;
}
.w63 {
    width: 63% !important;
}
.w64 {
    width: 64% !important;
}
.w65 {
    width: 65% !important;
}
.w66 {
    width: 66% !important;
}
.w67 {
    width: 67% !important;
}
.w68 {
    width: 68% !important;
}
.w69 {
    width: 69% !important;
}
.w70 {
    width: 70% !important;
}
.w71 {
    width: 71% !important;
}
.w72 {
    width: 72% !important;
}
.w73 {
    width: 73% !important;
}
.w74 {
    width: 74% !important;
}
.w75 {
    width: 75% !important;
}
.w76 {
    width: 76% !important;
}
.w77 {
    width: 77% !important;
}
.w78 {
    width: 78% !important;
}
.w79 {
    width: 79% !important;
}
.w80 {
    width: 80% !important;
}
.w81 {
    width: 81% !important;
}
.w82 {
    width: 82% !important;
}
.w83 {
    width: 83% !important;
}
.w84 {
    width: 84% !important;
}
.w85 {
    width: 85% !important;
}
.w86 {
    width: 86% !important;
}
.w87 {
    width: 87% !important;
}
.w88 {
    width: 88% !important;
}
.w89 {
    width: 89% !important;
}
.w90 {
    width: 90% !important;
}
.w91 {
    width: 91% !important;
}
.w92 {
    width: 92% !important;
}
.w93 {
    width: 93% !important;
}
.w94 {
    width: 94% !important;
}
.w95 {
    width: 95% !important;
}
.w96 {
    width: 96% !important;
}
.w97 {
    width: 97% !important;
}
.w98 {
    width: 98% !important;
}
.w99 {
    width: 99% !important;
}
.w100 {
    width: 100% !important;
}
.w101 {
    width: 101% !important;
}
.w102 {
    width: 102% !important;
}
.w103 {
    width: 103% !important;
}
.w104 {
    width: 104% !important;
}
.w105 {
    width: 105% !important;
}
.w106 {
    width: 106% !important;
}
.w107 {
    width: 107% !important;
}
.w108 {
    width: 108% !important;
}
.w109 {
    width: 109% !important;
}
.w110 {
    width: 110% !important;
}
.w111 {
    width: 111% !important;
}
.w112 {
    width: 112% !important;
}
.w113 {
    width: 113% !important;
}
.w114 {
    width: 114% !important;
}
.w115 {
    width: 115% !important;
}
.w116 {
    width: 116% !important;
}
.w117 {
    width: 117% !important;
}
.w118 {
    width: 118% !important;
}
.w119 {
    width: 119% !important;
}
.w120 {
    width: 120% !important;
}
.w121 {
    width: 121% !important;
}
.w122 {
    width: 122% !important;
}
.w123 {
    width: 123% !important;
}
.w124 {
    width: 124% !important;
}
.w125 {
    width: 125% !important;
}
.w126 {
    width: 126% !important;
}
.w127 {
    width: 127% !important;
}
.w128 {
    width: 128% !important;
}
.w129 {
    width: 129% !important;
}
.w130 {
    width: 130% !important;
}
.w131 {
    width: 131% !important;
}
.w132 {
    width: 132% !important;
}
.w133 {
    width: 133% !important;
}
.w134 {
    width: 134% !important;
}
.w135 {
    width: 135% !important;
}
.w136 {
    width: 136% !important;
}
.w137 {
    width: 137% !important;
}
.w138 {
    width: 138% !important;
}
.w139 {
    width: 139% !important;
}
.w140 {
    width: 140% !important;
}
.w141 {
    width: 141% !important;
}
.w142 {
    width: 142% !important;
}
.w143 {
    width: 143% !important;
}
.w144 {
    width: 144% !important;
}
.w145 {
    width: 145% !important;
}
.w146 {
    width: 146% !important;
}
.w147 {
    width: 147% !important;
}
.w148 {
    width: 148% !important;
}
.w149 {
    width: 149% !important;
}
.w150 {
    width: 150% !important;
}
.w151 {
    width: 151% !important;
}
.w152 {
    width: 152% !important;
}
.w153 {
    width: 153% !important;
}
.w154 {
    width: 154% !important;
}
.w155 {
    width: 155% !important;
}
.w156 {
    width: 156% !important;
}
.w157 {
    width: 157% !important;
}
.w158 {
    width: 158% !important;
}
.w159 {
    width: 159% !important;
}
.w160 {
    width: 160% !important;
}
.w161 {
    width: 161% !important;
}
.w162 {
    width: 162% !important;
}
.w163 {
    width: 163% !important;
}
.w164 {
    width: 164% !important;
}
.w165 {
    width: 165% !important;
}
.w166 {
    width: 166% !important;
}
.w167 {
    width: 167% !important;
}
.w168 {
    width: 168% !important;
}
.w169 {
    width: 169% !important;
}
.w170 {
    width: 170% !important;
}
.w171 {
    width: 171% !important;
}
.w172 {
    width: 172% !important;
}
.w173 {
    width: 173% !important;
}
.w174 {
    width: 174% !important;
}
.w175 {
    width: 175% !important;
}
.w176 {
    width: 176% !important;
}
.w177 {
    width: 177% !important;
}
.w178 {
    width: 178% !important;
}
.w179 {
    width: 179% !important;
}
.w180 {
    width: 180% !important;
}
.w181 {
    width: 181% !important;
}
.w182 {
    width: 182% !important;
}
.w183 {
    width: 183% !important;
}
.w184 {
    width: 184% !important;
}
.w185 {
    width: 185% !important;
}
.w186 {
    width: 186% !important;
}
.w187 {
    width: 187% !important;
}
.w188 {
    width: 188% !important;
}
.w189 {
    width: 189% !important;
}
.w190 {
    width: 190% !important;
}
.w191 {
    width: 191% !important;
}
.w192 {
    width: 192% !important;
}
.w193 {
    width: 193% !important;
}
.w194 {
    width: 194% !important;
}
.w195 {
    width: 195% !important;
}
.w196 {
    width: 196% !important;
}
.w197 {
    width: 197% !important;
}
.w198 {
    width: 198% !important;
}
.w199 {
    width: 199% !important;
}
.w200 {
    width: 200% !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-wa {
        width: auto !important;
    }
    .col-sm-w0 {
        width: 0% !important;
    }
    .col-sm-w1 {
        width: 1% !important;
    }
    .col-sm-w2 {
        width: 2% !important;
    }
    .col-sm-w3 {
        width: 3% !important;
    }
    .col-sm-w4 {
        width: 4% !important;
    }
    .col-sm-w5 {
        width: 5% !important;
    }
    .col-sm-w6 {
        width: 6% !important;
    }
    .col-sm-w7 {
        width: 7% !important;
    }
    .col-sm-w8 {
        width: 8% !important;
    }
    .col-sm-w9 {
        width: 9% !important;
    }
    .col-sm-w10 {
        width: 10% !important;
    }
    .col-sm-w11 {
        width: 11% !important;
    }
    .col-sm-w12 {
        width: 12% !important;
    }
    .col-sm-w13 {
        width: 13% !important;
    }
    .col-sm-w14 {
        width: 14% !important;
    }
    .col-sm-w15 {
        width: 15% !important;
    }
    .col-sm-w16 {
        width: 16% !important;
    }
    .col-sm-w17 {
        width: 17% !important;
    }
    .col-sm-w18 {
        width: 18% !important;
    }
    .col-sm-w19 {
        width: 19% !important;
    }
    .col-sm-w20 {
        width: 20% !important;
    }
    .col-sm-w21 {
        width: 21% !important;
    }
    .col-sm-w22 {
        width: 22% !important;
    }
    .col-sm-w23 {
        width: 23% !important;
    }
    .col-sm-w24 {
        width: 24% !important;
    }
    .col-sm-w25 {
        width: 25% !important;
    }
    .col-sm-w26 {
        width: 26% !important;
    }
    .col-sm-w27 {
        width: 27% !important;
    }
    .col-sm-w28 {
        width: 28% !important;
    }
    .col-sm-w29 {
        width: 29% !important;
    }
    .col-sm-w30 {
        width: 30% !important;
    }
    .col-sm-w31 {
        width: 31% !important;
    }
    .col-sm-w32 {
        width: 32% !important;
    }
    .col-sm-w33 {
        width: 33% !important;
    }
    .col-sm-w34 {
        width: 34% !important;
    }
    .col-sm-w35 {
        width: 35% !important;
    }
    .col-sm-w36 {
        width: 36% !important;
    }
    .col-sm-w37 {
        width: 37% !important;
    }
    .col-sm-w38 {
        width: 38% !important;
    }
    .col-sm-w39 {
        width: 39% !important;
    }
    .col-sm-w40 {
        width: 40% !important;
    }
    .col-sm-w41 {
        width: 41% !important;
    }
    .col-sm-w42 {
        width: 42% !important;
    }
    .col-sm-w43 {
        width: 43% !important;
    }
    .col-sm-w44 {
        width: 44% !important;
    }
    .col-sm-w45 {
        width: 45% !important;
    }
    .col-sm-w46 {
        width: 46% !important;
    }
    .col-sm-w47 {
        width: 47% !important;
    }
    .col-sm-w48 {
        width: 48% !important;
    }
    .col-sm-w49 {
        width: 49% !important;
    }
    .col-sm-w50 {
        width: 50% !important;
    }
    .col-sm-w51 {
        width: 51% !important;
    }
    .col-sm-w52 {
        width: 52% !important;
    }
    .col-sm-w53 {
        width: 53% !important;
    }
    .col-sm-w54 {
        width: 54% !important;
    }
    .col-sm-w55 {
        width: 55% !important;
    }
    .col-sm-w56 {
        width: 56% !important;
    }
    .col-sm-w57 {
        width: 57% !important;
    }
    .col-sm-w58 {
        width: 58% !important;
    }
    .col-sm-w59 {
        width: 59% !important;
    }
    .col-sm-w60 {
        width: 60% !important;
    }
    .col-sm-w61 {
        width: 61% !important;
    }
    .col-sm-w62 {
        width: 62% !important;
    }
    .col-sm-w63 {
        width: 63% !important;
    }
    .col-sm-w64 {
        width: 64% !important;
    }
    .col-sm-w65 {
        width: 65% !important;
    }
    .col-sm-w66 {
        width: 66% !important;
    }
    .col-sm-w67 {
        width: 67% !important;
    }
    .col-sm-w68 {
        width: 68% !important;
    }
    .col-sm-w69 {
        width: 69% !important;
    }
    .col-sm-w70 {
        width: 70% !important;
    }
    .col-sm-w71 {
        width: 71% !important;
    }
    .col-sm-w72 {
        width: 72% !important;
    }
    .col-sm-w73 {
        width: 73% !important;
    }
    .col-sm-w74 {
        width: 74% !important;
    }
    .col-sm-w75 {
        width: 75% !important;
    }
    .col-sm-w76 {
        width: 76% !important;
    }
    .col-sm-w77 {
        width: 77% !important;
    }
    .col-sm-w78 {
        width: 78% !important;
    }
    .col-sm-w79 {
        width: 79% !important;
    }
    .col-sm-w80 {
        width: 80% !important;
    }
    .col-sm-w81 {
        width: 81% !important;
    }
    .col-sm-w82 {
        width: 82% !important;
    }
    .col-sm-w83 {
        width: 83% !important;
    }
    .col-sm-w84 {
        width: 84% !important;
    }
    .col-sm-w85 {
        width: 85% !important;
    }
    .col-sm-w86 {
        width: 86% !important;
    }
    .col-sm-w87 {
        width: 87% !important;
    }
    .col-sm-w88 {
        width: 88% !important;
    }
    .col-sm-w89 {
        width: 89% !important;
    }
    .col-sm-w90 {
        width: 90% !important;
    }
    .col-sm-w91 {
        width: 91% !important;
    }
    .col-sm-w92 {
        width: 92% !important;
    }
    .col-sm-w93 {
        width: 93% !important;
    }
    .col-sm-w94 {
        width: 94% !important;
    }
    .col-sm-w95 {
        width: 95% !important;
    }
    .col-sm-w96 {
        width: 96% !important;
    }
    .col-sm-w97 {
        width: 97% !important;
    }
    .col-sm-w98 {
        width: 98% !important;
    }
    .col-sm-w99 {
        width: 99% !important;
    }
    .col-sm-w100 {
        width: 100% !important;
    }
    .col-sm-w101 {
        width: 101% !important;
    }
    .col-sm-w102 {
        width: 102% !important;
    }
    .col-sm-w103 {
        width: 103% !important;
    }
    .col-sm-w104 {
        width: 104% !important;
    }
    .col-sm-w105 {
        width: 105% !important;
    }
    .col-sm-w106 {
        width: 106% !important;
    }
    .col-sm-w107 {
        width: 107% !important;
    }
    .col-sm-w108 {
        width: 108% !important;
    }
    .col-sm-w109 {
        width: 109% !important;
    }
    .col-sm-w110 {
        width: 110% !important;
    }
    .col-sm-w111 {
        width: 111% !important;
    }
    .col-sm-w112 {
        width: 112% !important;
    }
    .col-sm-w113 {
        width: 113% !important;
    }
    .col-sm-w114 {
        width: 114% !important;
    }
    .col-sm-w115 {
        width: 115% !important;
    }
    .col-sm-w116 {
        width: 116% !important;
    }
    .col-sm-w117 {
        width: 117% !important;
    }
    .col-sm-w118 {
        width: 118% !important;
    }
    .col-sm-w119 {
        width: 119% !important;
    }
    .col-sm-w120 {
        width: 120% !important;
    }
    .col-sm-w121 {
        width: 121% !important;
    }
    .col-sm-w122 {
        width: 122% !important;
    }
    .col-sm-w123 {
        width: 123% !important;
    }
    .col-sm-w124 {
        width: 124% !important;
    }
    .col-sm-w125 {
        width: 125% !important;
    }
    .col-sm-w126 {
        width: 126% !important;
    }
    .col-sm-w127 {
        width: 127% !important;
    }
    .col-sm-w128 {
        width: 128% !important;
    }
    .col-sm-w129 {
        width: 129% !important;
    }
    .col-sm-w130 {
        width: 130% !important;
    }
    .col-sm-w131 {
        width: 131% !important;
    }
    .col-sm-w132 {
        width: 132% !important;
    }
    .col-sm-w133 {
        width: 133% !important;
    }
    .col-sm-w134 {
        width: 134% !important;
    }
    .col-sm-w135 {
        width: 135% !important;
    }
    .col-sm-w136 {
        width: 136% !important;
    }
    .col-sm-w137 {
        width: 137% !important;
    }
    .col-sm-w138 {
        width: 138% !important;
    }
    .col-sm-w139 {
        width: 139% !important;
    }
    .col-sm-w140 {
        width: 140% !important;
    }
    .col-sm-w141 {
        width: 141% !important;
    }
    .col-sm-w142 {
        width: 142% !important;
    }
    .col-sm-w143 {
        width: 143% !important;
    }
    .col-sm-w144 {
        width: 144% !important;
    }
    .col-sm-w145 {
        width: 145% !important;
    }
    .col-sm-w146 {
        width: 146% !important;
    }
    .col-sm-w147 {
        width: 147% !important;
    }
    .col-sm-w148 {
        width: 148% !important;
    }
    .col-sm-w149 {
        width: 149% !important;
    }
    .col-sm-w150 {
        width: 150% !important;
    }
    .col-sm-w151 {
        width: 151% !important;
    }
    .col-sm-w152 {
        width: 152% !important;
    }
    .col-sm-w153 {
        width: 153% !important;
    }
    .col-sm-w154 {
        width: 154% !important;
    }
    .col-sm-w155 {
        width: 155% !important;
    }
    .col-sm-w156 {
        width: 156% !important;
    }
    .col-sm-w157 {
        width: 157% !important;
    }
    .col-sm-w158 {
        width: 158% !important;
    }
    .col-sm-w159 {
        width: 159% !important;
    }
    .col-sm-w160 {
        width: 160% !important;
    }
    .col-sm-w161 {
        width: 161% !important;
    }
    .col-sm-w162 {
        width: 162% !important;
    }
    .col-sm-w163 {
        width: 163% !important;
    }
    .col-sm-w164 {
        width: 164% !important;
    }
    .col-sm-w165 {
        width: 165% !important;
    }
    .col-sm-w166 {
        width: 166% !important;
    }
    .col-sm-w167 {
        width: 167% !important;
    }
    .col-sm-w168 {
        width: 168% !important;
    }
    .col-sm-w169 {
        width: 169% !important;
    }
    .col-sm-w170 {
        width: 170% !important;
    }
    .col-sm-w171 {
        width: 171% !important;
    }
    .col-sm-w172 {
        width: 172% !important;
    }
    .col-sm-w173 {
        width: 173% !important;
    }
    .col-sm-w174 {
        width: 174% !important;
    }
    .col-sm-w175 {
        width: 175% !important;
    }
    .col-sm-w176 {
        width: 176% !important;
    }
    .col-sm-w177 {
        width: 177% !important;
    }
    .col-sm-w178 {
        width: 178% !important;
    }
    .col-sm-w179 {
        width: 179% !important;
    }
    .col-sm-w180 {
        width: 180% !important;
    }
    .col-sm-w181 {
        width: 181% !important;
    }
    .col-sm-w182 {
        width: 182% !important;
    }
    .col-sm-w183 {
        width: 183% !important;
    }
    .col-sm-w184 {
        width: 184% !important;
    }
    .col-sm-w185 {
        width: 185% !important;
    }
    .col-sm-w186 {
        width: 186% !important;
    }
    .col-sm-w187 {
        width: 187% !important;
    }
    .col-sm-w188 {
        width: 188% !important;
    }
    .col-sm-w189 {
        width: 189% !important;
    }
    .col-sm-w190 {
        width: 190% !important;
    }
    .col-sm-w191 {
        width: 191% !important;
    }
    .col-sm-w192 {
        width: 192% !important;
    }
    .col-sm-w193 {
        width: 193% !important;
    }
    .col-sm-w194 {
        width: 194% !important;
    }
    .col-sm-w195 {
        width: 195% !important;
    }
    .col-sm-w196 {
        width: 196% !important;
    }
    .col-sm-w197 {
        width: 197% !important;
    }
    .col-sm-w198 {
        width: 198% !important;
    }
    .col-sm-w199 {
        width: 199% !important;
    }
    .col-sm-w200 {
        width: 200% !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-wa {
        width: auto !important;
    }
    .col-xs-w0 {
        width: 0% !important;
    }
    .col-xs-w1 {
        width: 1% !important;
    }
    .col-xs-w2 {
        width: 2% !important;
    }
    .col-xs-w3 {
        width: 3% !important;
    }
    .col-xs-w4 {
        width: 4% !important;
    }
    .col-xs-w5 {
        width: 5% !important;
    }
    .col-xs-w6 {
        width: 6% !important;
    }
    .col-xs-w7 {
        width: 7% !important;
    }
    .col-xs-w8 {
        width: 8% !important;
    }
    .col-xs-w9 {
        width: 9% !important;
    }
    .col-xs-w10 {
        width: 10% !important;
    }
    .col-xs-w11 {
        width: 11% !important;
    }
    .col-xs-w12 {
        width: 12% !important;
    }
    .col-xs-w13 {
        width: 13% !important;
    }
    .col-xs-w14 {
        width: 14% !important;
    }
    .col-xs-w15 {
        width: 15% !important;
    }
    .col-xs-w16 {
        width: 16% !important;
    }
    .col-xs-w17 {
        width: 17% !important;
    }
    .col-xs-w18 {
        width: 18% !important;
    }
    .col-xs-w19 {
        width: 19% !important;
    }
    .col-xs-w20 {
        width: 20% !important;
    }
    .col-xs-w21 {
        width: 21% !important;
    }
    .col-xs-w22 {
        width: 22% !important;
    }
    .col-xs-w23 {
        width: 23% !important;
    }
    .col-xs-w24 {
        width: 24% !important;
    }
    .col-xs-w25 {
        width: 25% !important;
    }
    .col-xs-w26 {
        width: 26% !important;
    }
    .col-xs-w27 {
        width: 27% !important;
    }
    .col-xs-w28 {
        width: 28% !important;
    }
    .col-xs-w29 {
        width: 29% !important;
    }
    .col-xs-w30 {
        width: 30% !important;
    }
    .col-xs-w31 {
        width: 31% !important;
    }
    .col-xs-w32 {
        width: 32% !important;
    }
    .col-xs-w33 {
        width: 33% !important;
    }
    .col-xs-w34 {
        width: 34% !important;
    }
    .col-xs-w35 {
        width: 35% !important;
    }
    .col-xs-w36 {
        width: 36% !important;
    }
    .col-xs-w37 {
        width: 37% !important;
    }
    .col-xs-w38 {
        width: 38% !important;
    }
    .col-xs-w39 {
        width: 39% !important;
    }
    .col-xs-w40 {
        width: 40% !important;
    }
    .col-xs-w41 {
        width: 41% !important;
    }
    .col-xs-w42 {
        width: 42% !important;
    }
    .col-xs-w43 {
        width: 43% !important;
    }
    .col-xs-w44 {
        width: 44% !important;
    }
    .col-xs-w45 {
        width: 45% !important;
    }
    .col-xs-w46 {
        width: 46% !important;
    }
    .col-xs-w47 {
        width: 47% !important;
    }
    .col-xs-w48 {
        width: 48% !important;
    }
    .col-xs-w49 {
        width: 49% !important;
    }
    .col-xs-w50 {
        width: 50% !important;
    }
    .col-xs-w51 {
        width: 51% !important;
    }
    .col-xs-w52 {
        width: 52% !important;
    }
    .col-xs-w53 {
        width: 53% !important;
    }
    .col-xs-w54 {
        width: 54% !important;
    }
    .col-xs-w55 {
        width: 55% !important;
    }
    .col-xs-w56 {
        width: 56% !important;
    }
    .col-xs-w57 {
        width: 57% !important;
    }
    .col-xs-w58 {
        width: 58% !important;
    }
    .col-xs-w59 {
        width: 59% !important;
    }
    .col-xs-w60 {
        width: 60% !important;
    }
    .col-xs-w61 {
        width: 61% !important;
    }
    .col-xs-w62 {
        width: 62% !important;
    }
    .col-xs-w63 {
        width: 63% !important;
    }
    .col-xs-w64 {
        width: 64% !important;
    }
    .col-xs-w65 {
        width: 65% !important;
    }
    .col-xs-w66 {
        width: 66% !important;
    }
    .col-xs-w67 {
        width: 67% !important;
    }
    .col-xs-w68 {
        width: 68% !important;
    }
    .col-xs-w69 {
        width: 69% !important;
    }
    .col-xs-w70 {
        width: 70% !important;
    }
    .col-xs-w71 {
        width: 71% !important;
    }
    .col-xs-w72 {
        width: 72% !important;
    }
    .col-xs-w73 {
        width: 73% !important;
    }
    .col-xs-w74 {
        width: 74% !important;
    }
    .col-xs-w75 {
        width: 75% !important;
    }
    .col-xs-w76 {
        width: 76% !important;
    }
    .col-xs-w77 {
        width: 77% !important;
    }
    .col-xs-w78 {
        width: 78% !important;
    }
    .col-xs-w79 {
        width: 79% !important;
    }
    .col-xs-w80 {
        width: 80% !important;
    }
    .col-xs-w81 {
        width: 81% !important;
    }
    .col-xs-w82 {
        width: 82% !important;
    }
    .col-xs-w83 {
        width: 83% !important;
    }
    .col-xs-w84 {
        width: 84% !important;
    }
    .col-xs-w85 {
        width: 85% !important;
    }
    .col-xs-w86 {
        width: 86% !important;
    }
    .col-xs-w87 {
        width: 87% !important;
    }
    .col-xs-w88 {
        width: 88% !important;
    }
    .col-xs-w89 {
        width: 89% !important;
    }
    .col-xs-w90 {
        width: 90% !important;
    }
    .col-xs-w91 {
        width: 91% !important;
    }
    .col-xs-w92 {
        width: 92% !important;
    }
    .col-xs-w93 {
        width: 93% !important;
    }
    .col-xs-w94 {
        width: 94% !important;
    }
    .col-xs-w95 {
        width: 95% !important;
    }
    .col-xs-w96 {
        width: 96% !important;
    }
    .col-xs-w97 {
        width: 97% !important;
    }
    .col-xs-w98 {
        width: 98% !important;
    }
    .col-xs-w99 {
        width: 99% !important;
    }
    .col-xs-w100 {
        width: 100% !important;
    }
    .col-xs-w101 {
        width: 101% !important;
    }
    .col-xs-w102 {
        width: 102% !important;
    }
    .col-xs-w103 {
        width: 103% !important;
    }
    .col-xs-w104 {
        width: 104% !important;
    }
    .col-xs-w105 {
        width: 105% !important;
    }
    .col-xs-w106 {
        width: 106% !important;
    }
    .col-xs-w107 {
        width: 107% !important;
    }
    .col-xs-w108 {
        width: 108% !important;
    }
    .col-xs-w109 {
        width: 109% !important;
    }
    .col-xs-w110 {
        width: 110% !important;
    }
    .col-xs-w111 {
        width: 111% !important;
    }
    .col-xs-w112 {
        width: 112% !important;
    }
    .col-xs-w113 {
        width: 113% !important;
    }
    .col-xs-w114 {
        width: 114% !important;
    }
    .col-xs-w115 {
        width: 115% !important;
    }
    .col-xs-w116 {
        width: 116% !important;
    }
    .col-xs-w117 {
        width: 117% !important;
    }
    .col-xs-w118 {
        width: 118% !important;
    }
    .col-xs-w119 {
        width: 119% !important;
    }
    .col-xs-w120 {
        width: 120% !important;
    }
    .col-xs-w121 {
        width: 121% !important;
    }
    .col-xs-w122 {
        width: 122% !important;
    }
    .col-xs-w123 {
        width: 123% !important;
    }
    .col-xs-w124 {
        width: 124% !important;
    }
    .col-xs-w125 {
        width: 125% !important;
    }
    .col-xs-w126 {
        width: 126% !important;
    }
    .col-xs-w127 {
        width: 127% !important;
    }
    .col-xs-w128 {
        width: 128% !important;
    }
    .col-xs-w129 {
        width: 129% !important;
    }
    .col-xs-w130 {
        width: 130% !important;
    }
    .col-xs-w131 {
        width: 131% !important;
    }
    .col-xs-w132 {
        width: 132% !important;
    }
    .col-xs-w133 {
        width: 133% !important;
    }
    .col-xs-w134 {
        width: 134% !important;
    }
    .col-xs-w135 {
        width: 135% !important;
    }
    .col-xs-w136 {
        width: 136% !important;
    }
    .col-xs-w137 {
        width: 137% !important;
    }
    .col-xs-w138 {
        width: 138% !important;
    }
    .col-xs-w139 {
        width: 139% !important;
    }
    .col-xs-w140 {
        width: 140% !important;
    }
    .col-xs-w141 {
        width: 141% !important;
    }
    .col-xs-w142 {
        width: 142% !important;
    }
    .col-xs-w143 {
        width: 143% !important;
    }
    .col-xs-w144 {
        width: 144% !important;
    }
    .col-xs-w145 {
        width: 145% !important;
    }
    .col-xs-w146 {
        width: 146% !important;
    }
    .col-xs-w147 {
        width: 147% !important;
    }
    .col-xs-w148 {
        width: 148% !important;
    }
    .col-xs-w149 {
        width: 149% !important;
    }
    .col-xs-w150 {
        width: 150% !important;
    }
    .col-xs-w151 {
        width: 151% !important;
    }
    .col-xs-w152 {
        width: 152% !important;
    }
    .col-xs-w153 {
        width: 153% !important;
    }
    .col-xs-w154 {
        width: 154% !important;
    }
    .col-xs-w155 {
        width: 155% !important;
    }
    .col-xs-w156 {
        width: 156% !important;
    }
    .col-xs-w157 {
        width: 157% !important;
    }
    .col-xs-w158 {
        width: 158% !important;
    }
    .col-xs-w159 {
        width: 159% !important;
    }
    .col-xs-w160 {
        width: 160% !important;
    }
    .col-xs-w161 {
        width: 161% !important;
    }
    .col-xs-w162 {
        width: 162% !important;
    }
    .col-xs-w163 {
        width: 163% !important;
    }
    .col-xs-w164 {
        width: 164% !important;
    }
    .col-xs-w165 {
        width: 165% !important;
    }
    .col-xs-w166 {
        width: 166% !important;
    }
    .col-xs-w167 {
        width: 167% !important;
    }
    .col-xs-w168 {
        width: 168% !important;
    }
    .col-xs-w169 {
        width: 169% !important;
    }
    .col-xs-w170 {
        width: 170% !important;
    }
    .col-xs-w171 {
        width: 171% !important;
    }
    .col-xs-w172 {
        width: 172% !important;
    }
    .col-xs-w173 {
        width: 173% !important;
    }
    .col-xs-w174 {
        width: 174% !important;
    }
    .col-xs-w175 {
        width: 175% !important;
    }
    .col-xs-w176 {
        width: 176% !important;
    }
    .col-xs-w177 {
        width: 177% !important;
    }
    .col-xs-w178 {
        width: 178% !important;
    }
    .col-xs-w179 {
        width: 179% !important;
    }
    .col-xs-w180 {
        width: 180% !important;
    }
    .col-xs-w181 {
        width: 181% !important;
    }
    .col-xs-w182 {
        width: 182% !important;
    }
    .col-xs-w183 {
        width: 183% !important;
    }
    .col-xs-w184 {
        width: 184% !important;
    }
    .col-xs-w185 {
        width: 185% !important;
    }
    .col-xs-w186 {
        width: 186% !important;
    }
    .col-xs-w187 {
        width: 187% !important;
    }
    .col-xs-w188 {
        width: 188% !important;
    }
    .col-xs-w189 {
        width: 189% !important;
    }
    .col-xs-w190 {
        width: 190% !important;
    }
    .col-xs-w191 {
        width: 191% !important;
    }
    .col-xs-w192 {
        width: 192% !important;
    }
    .col-xs-w193 {
        width: 193% !important;
    }
    .col-xs-w194 {
        width: 194% !important;
    }
    .col-xs-w195 {
        width: 195% !important;
    }
    .col-xs-w196 {
        width: 196% !important;
    }
    .col-xs-w197 {
        width: 197% !important;
    }
    .col-xs-w198 {
        width: 198% !important;
    }
    .col-xs-w199 {
        width: 199% !important;
    }
    .col-xs-w200 {
        width: 200% !important;
    }
}
/* Xs End */




/* Responsive Settings End */
/******---------- Width End ----------******/
/******---------- Height Settings ----------******/

.ha {
    height: auto !important;
}
.h0 {
    height: 0% !important;
}
.h1 {
    height: 1% !important;
}
.h2 {
    height: 2% !important;
}
.h3 {
    height: 3% !important;
}
.h4 {
    height: 4% !important;
}
.h5 {
    height: 5% !important;
}
.h6 {
    height: 6% !important;
}
.h7 {
    height: 7% !important;
}
.h8 {
    height: 8% !important;
}
.h9 {
    height: 9% !important;
}
.h10 {
    height: 10% !important;
}
.h11 {
    height: 11% !important;
}
.h12 {
    height: 12% !important;
}
.h13 {
    height: 13% !important;
}
.h14 {
    height: 14% !important;
}
.h15 {
    height: 15% !important;
}
.h16 {
    height: 16% !important;
}
.h17 {
    height: 17% !important;
}
.h18 {
    height: 18% !important;
}
.h19 {
    height: 19% !important;
}
.h20 {
    height: 20% !important;
}
.h21 {
    height: 21% !important;
}
.h22 {
    height: 22% !important;
}
.h23 {
    height: 23% !important;
}
.h24 {
    height: 24% !important;
}
.h25 {
    height: 25% !important;
}
.h26 {
    height: 26% !important;
}
.h27 {
    height: 27% !important;
}
.h28 {
    height: 28% !important;
}
.h29 {
    height: 29% !important;
}
.h30 {
    height: 30% !important;
}
.h31 {
    height: 31% !important;
}
.h32 {
    height: 32% !important;
}
.h33 {
    height: 33% !important;
}
.h34 {
    height: 34% !important;
}
.h35 {
    height: 35% !important;
}
.h36 {
    height: 36% !important;
}
.h37 {
    height: 37% !important;
}
.h38 {
    height: 38% !important;
}
.h39 {
    height: 39% !important;
}
.h40 {
    height: 40% !important;
}
.h41 {
    height: 41% !important;
}
.h42 {
    height: 42% !important;
}
.h43 {
    height: 43% !important;
}
.h44 {
    height: 44% !important;
}
.h45 {
    height: 45% !important;
}
.h46 {
    height: 46% !important;
}
.h47 {
    height: 47% !important;
}
.h48 {
    height: 48% !important;
}
.h49 {
    height: 49% !important;
}
.h50 {
    height: 50% !important;
}
.h51 {
    height: 51% !important;
}
.h52 {
    height: 52% !important;
}
.h53 {
    height: 53% !important;
}
.h54 {
    height: 54% !important;
}
.h55 {
    height: 55% !important;
}
.h56 {
    height: 56% !important;
}
.h57 {
    height: 57% !important;
}
.h58 {
    height: 58% !important;
}
.h59 {
    height: 59% !important;
}
.h60 {
    height: 60% !important;
}
.h61 {
    height: 61% !important;
}
.h62 {
    height: 62% !important;
}
.h63 {
    height: 63% !important;
}
.h64 {
    height: 64% !important;
}
.h65 {
    height: 65% !important;
}
.h66 {
    height: 66% !important;
}
.h67 {
    height: 67% !important;
}
.h68 {
    height: 68% !important;
}
.h69 {
    height: 69% !important;
}
.h70 {
    height: 70% !important;
}
.h71 {
    height: 71% !important;
}
.h72 {
    height: 72% !important;
}
.h73 {
    height: 73% !important;
}
.h74 {
    height: 74% !important;
}
.h75 {
    height: 75% !important;
}
.h76 {
    height: 76% !important;
}
.h77 {
    height: 77% !important;
}
.h78 {
    height: 78% !important;
}
.h79 {
    height: 79% !important;
}
.h80 {
    height: 80% !important;
}
.h81 {
    height: 81% !important;
}
.h82 {
    height: 82% !important;
}
.h83 {
    height: 83% !important;
}
.h84 {
    height: 84% !important;
}
.h85 {
    height: 85% !important;
}
.h86 {
    height: 86% !important;
}
.h87 {
    height: 87% !important;
}
.h88 {
    height: 88% !important;
}
.h89 {
    height: 89% !important;
}
.h90 {
    height: 90% !important;
}
.h91 {
    height: 91% !important;
}
.h92 {
    height: 92% !important;
}
.h93 {
    height: 93% !important;
}
.h94 {
    height: 94% !important;
}
.h95 {
    height: 95% !important;
}
.h96 {
    height: 96% !important;
}
.h97 {
    height: 97% !important;
}
.h98 {
    height: 98% !important;
}
.h99 {
    height: 99% !important;
}
.h100 {
    height: 100% !important;
}
.h101 {
    height: 101% !important;
}
.h102 {
    height: 102% !important;
}
.h103 {
    height: 103% !important;
}
.h104 {
    height: 104% !important;
}
.h105 {
    height: 105% !important;
}
.h106 {
    height: 106% !important;
}
.h107 {
    height: 107% !important;
}
.h108 {
    height: 108% !important;
}
.h109 {
    height: 109% !important;
}
.h110 {
    height: 110% !important;
}
.h111 {
    height: 111% !important;
}
.h112 {
    height: 112% !important;
}
.h113 {
    height: 113% !important;
}
.h114 {
    height: 114% !important;
}
.h115 {
    height: 115% !important;
}
.h116 {
    height: 116% !important;
}
.h117 {
    height: 117% !important;
}
.h118 {
    height: 118% !important;
}
.h119 {
    height: 119% !important;
}
.h120 {
    height: 120% !important;
}
.h121 {
    height: 121% !important;
}
.h122 {
    height: 122% !important;
}
.h123 {
    height: 123% !important;
}
.h124 {
    height: 124% !important;
}
.h125 {
    height: 125% !important;
}
.h126 {
    height: 126% !important;
}
.h127 {
    height: 127% !important;
}
.h128 {
    height: 128% !important;
}
.h129 {
    height: 129% !important;
}
.h130 {
    height: 130% !important;
}
.h131 {
    height: 131% !important;
}
.h132 {
    height: 132% !important;
}
.h133 {
    height: 133% !important;
}
.h134 {
    height: 134% !important;
}
.h135 {
    height: 135% !important;
}
.h136 {
    height: 136% !important;
}
.h137 {
    height: 137% !important;
}
.h138 {
    height: 138% !important;
}
.h139 {
    height: 139% !important;
}
.h140 {
    height: 140% !important;
}
.h141 {
    height: 141% !important;
}
.h142 {
    height: 142% !important;
}
.h143 {
    height: 143% !important;
}
.h144 {
    height: 144% !important;
}
.h145 {
    height: 145% !important;
}
.h146 {
    height: 146% !important;
}
.h147 {
    height: 147% !important;
}
.h148 {
    height: 148% !important;
}
.h149 {
    height: 149% !important;
}
.h150 {
    height: 150% !important;
}
.h151 {
    height: 151% !important;
}
.h152 {
    height: 152% !important;
}
.h153 {
    height: 153% !important;
}
.h154 {
    height: 154% !important;
}
.h155 {
    height: 155% !important;
}
.h156 {
    height: 156% !important;
}
.h157 {
    height: 157% !important;
}
.h158 {
    height: 158% !important;
}
.h159 {
    height: 159% !important;
}
.h160 {
    height: 160% !important;
}
.h161 {
    height: 161% !important;
}
.h162 {
    height: 162% !important;
}
.h163 {
    height: 163% !important;
}
.h164 {
    height: 164% !important;
}
.h165 {
    height: 165% !important;
}
.h166 {
    height: 166% !important;
}
.h167 {
    height: 167% !important;
}
.h168 {
    height: 168% !important;
}
.h169 {
    height: 169% !important;
}
.h170 {
    height: 170% !important;
}
.h171 {
    height: 171% !important;
}
.h172 {
    height: 172% !important;
}
.h173 {
    height: 173% !important;
}
.h174 {
    height: 174% !important;
}
.h175 {
    height: 175% !important;
}
.h176 {
    height: 176% !important;
}
.h177 {
    height: 177% !important;
}
.h178 {
    height: 178% !important;
}
.h179 {
    height: 179% !important;
}
.h180 {
    height: 180% !important;
}
.h181 {
    height: 181% !important;
}
.h182 {
    height: 182% !important;
}
.h183 {
    height: 183% !important;
}
.h184 {
    height: 184% !important;
}
.h185 {
    height: 185% !important;
}
.h186 {
    height: 186% !important;
}
.h187 {
    height: 187% !important;
}
.h188 {
    height: 188% !important;
}
.h189 {
    height: 189% !important;
}
.h190 {
    height: 190% !important;
}
.h191 {
    height: 191% !important;
}
.h192 {
    height: 192% !important;
}
.h193 {
    height: 193% !important;
}
.h194 {
    height: 194% !important;
}
.h195 {
    height: 195% !important;
}
.h196 {
    height: 196% !important;
}
.h197 {
    height: 197% !important;
}
.h198 {
    height: 198% !important;
}
.h199 {
    height: 199% !important;
}
.h200 {
    height: 200% !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-ha {
        height: auto !important;
    }
    .col-sm-h0 {
        height: 0% !important;
    }
    .col-sm-h1 {
        height: 1% !important;
    }
    .col-sm-h2 {
        height: 2% !important;
    }
    .col-sm-h3 {
        height: 3% !important;
    }
    .col-sm-h4 {
        height: 4% !important;
    }
    .col-sm-h5 {
        height: 5% !important;
    }
    .col-sm-h6 {
        height: 6% !important;
    }
    .col-sm-h7 {
        height: 7% !important;
    }
    .col-sm-h8 {
        height: 8% !important;
    }
    .col-sm-h9 {
        height: 9% !important;
    }
    .col-sm-h10 {
        height: 10% !important;
    }
    .col-sm-h11 {
        height: 11% !important;
    }
    .col-sm-h12 {
        height: 12% !important;
    }
    .col-sm-h13 {
        height: 13% !important;
    }
    .col-sm-h14 {
        height: 14% !important;
    }
    .col-sm-h15 {
        height: 15% !important;
    }
    .col-sm-h16 {
        height: 16% !important;
    }
    .col-sm-h17 {
        height: 17% !important;
    }
    .col-sm-h18 {
        height: 18% !important;
    }
    .col-sm-h19 {
        height: 19% !important;
    }
    .col-sm-h20 {
        height: 20% !important;
    }
    .col-sm-h21 {
        height: 21% !important;
    }
    .col-sm-h22 {
        height: 22% !important;
    }
    .col-sm-h23 {
        height: 23% !important;
    }
    .col-sm-h24 {
        height: 24% !important;
    }
    .col-sm-h25 {
        height: 25% !important;
    }
    .col-sm-h26 {
        height: 26% !important;
    }
    .col-sm-h27 {
        height: 27% !important;
    }
    .col-sm-h28 {
        height: 28% !important;
    }
    .col-sm-h29 {
        height: 29% !important;
    }
    .col-sm-h30 {
        height: 30% !important;
    }
    .col-sm-h31 {
        height: 31% !important;
    }
    .col-sm-h32 {
        height: 32% !important;
    }
    .col-sm-h33 {
        height: 33% !important;
    }
    .col-sm-h34 {
        height: 34% !important;
    }
    .col-sm-h35 {
        height: 35% !important;
    }
    .col-sm-h36 {
        height: 36% !important;
    }
    .col-sm-h37 {
        height: 37% !important;
    }
    .col-sm-h38 {
        height: 38% !important;
    }
    .col-sm-h39 {
        height: 39% !important;
    }
    .col-sm-h40 {
        height: 40% !important;
    }
    .col-sm-h41 {
        height: 41% !important;
    }
    .col-sm-h42 {
        height: 42% !important;
    }
    .col-sm-h43 {
        height: 43% !important;
    }
    .col-sm-h44 {
        height: 44% !important;
    }
    .col-sm-h45 {
        height: 45% !important;
    }
    .col-sm-h46 {
        height: 46% !important;
    }
    .col-sm-h47 {
        height: 47% !important;
    }
    .col-sm-h48 {
        height: 48% !important;
    }
    .col-sm-h49 {
        height: 49% !important;
    }
    .col-sm-h50 {
        height: 50% !important;
    }
    .col-sm-h51 {
        height: 51% !important;
    }
    .col-sm-h52 {
        height: 52% !important;
    }
    .col-sm-h53 {
        height: 53% !important;
    }
    .col-sm-h54 {
        height: 54% !important;
    }
    .col-sm-h55 {
        height: 55% !important;
    }
    .col-sm-h56 {
        height: 56% !important;
    }
    .col-sm-h57 {
        height: 57% !important;
    }
    .col-sm-h58 {
        height: 58% !important;
    }
    .col-sm-h59 {
        height: 59% !important;
    }
    .col-sm-h60 {
        height: 60% !important;
    }
    .col-sm-h61 {
        height: 61% !important;
    }
    .col-sm-h62 {
        height: 62% !important;
    }
    .col-sm-h63 {
        height: 63% !important;
    }
    .col-sm-h64 {
        height: 64% !important;
    }
    .col-sm-h65 {
        height: 65% !important;
    }
    .col-sm-h66 {
        height: 66% !important;
    }
    .col-sm-h67 {
        height: 67% !important;
    }
    .col-sm-h68 {
        height: 68% !important;
    }
    .col-sm-h69 {
        height: 69% !important;
    }
    .col-sm-h70 {
        height: 70% !important;
    }
    .col-sm-h71 {
        height: 71% !important;
    }
    .col-sm-h72 {
        height: 72% !important;
    }
    .col-sm-h73 {
        height: 73% !important;
    }
    .col-sm-h74 {
        height: 74% !important;
    }
    .col-sm-h75 {
        height: 75% !important;
    }
    .col-sm-h76 {
        height: 76% !important;
    }
    .col-sm-h77 {
        height: 77% !important;
    }
    .col-sm-h78 {
        height: 78% !important;
    }
    .col-sm-h79 {
        height: 79% !important;
    }
    .col-sm-h80 {
        height: 80% !important;
    }
    .col-sm-h81 {
        height: 81% !important;
    }
    .col-sm-h82 {
        height: 82% !important;
    }
    .col-sm-h83 {
        height: 83% !important;
    }
    .col-sm-h84 {
        height: 84% !important;
    }
    .col-sm-h85 {
        height: 85% !important;
    }
    .col-sm-h86 {
        height: 86% !important;
    }
    .col-sm-h87 {
        height: 87% !important;
    }
    .col-sm-h88 {
        height: 88% !important;
    }
    .col-sm-h89 {
        height: 89% !important;
    }
    .col-sm-h90 {
        height: 90% !important;
    }
    .col-sm-h91 {
        height: 91% !important;
    }
    .col-sm-h92 {
        height: 92% !important;
    }
    .col-sm-h93 {
        height: 93% !important;
    }
    .col-sm-h94 {
        height: 94% !important;
    }
    .col-sm-h95 {
        height: 95% !important;
    }
    .col-sm-h96 {
        height: 96% !important;
    }
    .col-sm-h97 {
        height: 97% !important;
    }
    .col-sm-h98 {
        height: 98% !important;
    }
    .col-sm-h99 {
        height: 99% !important;
    }
    .col-sm-h100 {
        height: 100% !important;
    }
    .col-sm-h101 {
        height: 101% !important;
    }
    .col-sm-h102 {
        height: 102% !important;
    }
    .col-sm-h103 {
        height: 103% !important;
    }
    .col-sm-h104 {
        height: 104% !important;
    }
    .col-sm-h105 {
        height: 105% !important;
    }
    .col-sm-h106 {
        height: 106% !important;
    }
    .col-sm-h107 {
        height: 107% !important;
    }
    .col-sm-h108 {
        height: 108% !important;
    }
    .col-sm-h109 {
        height: 109% !important;
    }
    .col-sm-h110 {
        height: 110% !important;
    }
    .col-sm-h111 {
        height: 111% !important;
    }
    .col-sm-h112 {
        height: 112% !important;
    }
    .col-sm-h113 {
        height: 113% !important;
    }
    .col-sm-h114 {
        height: 114% !important;
    }
    .col-sm-h115 {
        height: 115% !important;
    }
    .col-sm-h116 {
        height: 116% !important;
    }
    .col-sm-h117 {
        height: 117% !important;
    }
    .col-sm-h118 {
        height: 118% !important;
    }
    .col-sm-h119 {
        height: 119% !important;
    }
    .col-sm-h120 {
        height: 120% !important;
    }
    .col-sm-h121 {
        height: 121% !important;
    }
    .col-sm-h122 {
        height: 122% !important;
    }
    .col-sm-h123 {
        height: 123% !important;
    }
    .col-sm-h124 {
        height: 124% !important;
    }
    .col-sm-h125 {
        height: 125% !important;
    }
    .col-sm-h126 {
        height: 126% !important;
    }
    .col-sm-h127 {
        height: 127% !important;
    }
    .col-sm-h128 {
        height: 128% !important;
    }
    .col-sm-h129 {
        height: 129% !important;
    }
    .col-sm-h130 {
        height: 130% !important;
    }
    .col-sm-h131 {
        height: 131% !important;
    }
    .col-sm-h132 {
        height: 132% !important;
    }
    .col-sm-h133 {
        height: 133% !important;
    }
    .col-sm-h134 {
        height: 134% !important;
    }
    .col-sm-h135 {
        height: 135% !important;
    }
    .col-sm-h136 {
        height: 136% !important;
    }
    .col-sm-h137 {
        height: 137% !important;
    }
    .col-sm-h138 {
        height: 138% !important;
    }
    .col-sm-h139 {
        height: 139% !important;
    }
    .col-sm-h140 {
        height: 140% !important;
    }
    .col-sm-h141 {
        height: 141% !important;
    }
    .col-sm-h142 {
        height: 142% !important;
    }
    .col-sm-h143 {
        height: 143% !important;
    }
    .col-sm-h144 {
        height: 144% !important;
    }
    .col-sm-h145 {
        height: 145% !important;
    }
    .col-sm-h146 {
        height: 146% !important;
    }
    .col-sm-h147 {
        height: 147% !important;
    }
    .col-sm-h148 {
        height: 148% !important;
    }
    .col-sm-h149 {
        height: 149% !important;
    }
    .col-sm-h150 {
        height: 150% !important;
    }
    .col-sm-h151 {
        height: 151% !important;
    }
    .col-sm-h152 {
        height: 152% !important;
    }
    .col-sm-h153 {
        height: 153% !important;
    }
    .col-sm-h154 {
        height: 154% !important;
    }
    .col-sm-h155 {
        height: 155% !important;
    }
    .col-sm-h156 {
        height: 156% !important;
    }
    .col-sm-h157 {
        height: 157% !important;
    }
    .col-sm-h158 {
        height: 158% !important;
    }
    .col-sm-h159 {
        height: 159% !important;
    }
    .col-sm-h160 {
        height: 160% !important;
    }
    .col-sm-h161 {
        height: 161% !important;
    }
    .col-sm-h162 {
        height: 162% !important;
    }
    .col-sm-h163 {
        height: 163% !important;
    }
    .col-sm-h164 {
        height: 164% !important;
    }
    .col-sm-h165 {
        height: 165% !important;
    }
    .col-sm-h166 {
        height: 166% !important;
    }
    .col-sm-h167 {
        height: 167% !important;
    }
    .col-sm-h168 {
        height: 168% !important;
    }
    .col-sm-h169 {
        height: 169% !important;
    }
    .col-sm-h170 {
        height: 170% !important;
    }
    .col-sm-h171 {
        height: 171% !important;
    }
    .col-sm-h172 {
        height: 172% !important;
    }
    .col-sm-h173 {
        height: 173% !important;
    }
    .col-sm-h174 {
        height: 174% !important;
    }
    .col-sm-h175 {
        height: 175% !important;
    }
    .col-sm-h176 {
        height: 176% !important;
    }
    .col-sm-h177 {
        height: 177% !important;
    }
    .col-sm-h178 {
        height: 178% !important;
    }
    .col-sm-h179 {
        height: 179% !important;
    }
    .col-sm-h180 {
        height: 180% !important;
    }
    .col-sm-h181 {
        height: 181% !important;
    }
    .col-sm-h182 {
        height: 182% !important;
    }
    .col-sm-h183 {
        height: 183% !important;
    }
    .col-sm-h184 {
        height: 184% !important;
    }
    .col-sm-h185 {
        height: 185% !important;
    }
    .col-sm-h186 {
        height: 186% !important;
    }
    .col-sm-h187 {
        height: 187% !important;
    }
    .col-sm-h188 {
        height: 188% !important;
    }
    .col-sm-h189 {
        height: 189% !important;
    }
    .col-sm-h190 {
        height: 190% !important;
    }
    .col-sm-h191 {
        height: 191% !important;
    }
    .col-sm-h192 {
        height: 192% !important;
    }
    .col-sm-h193 {
        height: 193% !important;
    }
    .col-sm-h194 {
        height: 194% !important;
    }
    .col-sm-h195 {
        height: 195% !important;
    }
    .col-sm-h196 {
        height: 196% !important;
    }
    .col-sm-h197 {
        height: 197% !important;
    }
    .col-sm-h198 {
        height: 198% !important;
    }
    .col-sm-h199 {
        height: 199% !important;
    }
    .col-sm-h200 {
        height: 200% !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-ha {
        height: auto !important;
    }
    .col-xs-h0 {
        height: 0% !important;
    }
    .col-xs-h1 {
        height: 1% !important;
    }
    .col-xs-h2 {
        height: 2% !important;
    }
    .col-xs-h3 {
        height: 3% !important;
    }
    .col-xs-h4 {
        height: 4% !important;
    }
    .col-xs-h5 {
        height: 5% !important;
    }
    .col-xs-h6 {
        height: 6% !important;
    }
    .col-xs-h7 {
        height: 7% !important;
    }
    .col-xs-h8 {
        height: 8% !important;
    }
    .col-xs-h9 {
        height: 9% !important;
    }
    .col-xs-h10 {
        height: 10% !important;
    }
    .col-xs-h11 {
        height: 11% !important;
    }
    .col-xs-h12 {
        height: 12% !important;
    }
    .col-xs-h13 {
        height: 13% !important;
    }
    .col-xs-h14 {
        height: 14% !important;
    }
    .col-xs-h15 {
        height: 15% !important;
    }
    .col-xs-h16 {
        height: 16% !important;
    }
    .col-xs-h17 {
        height: 17% !important;
    }
    .col-xs-h18 {
        height: 18% !important;
    }
    .col-xs-h19 {
        height: 19% !important;
    }
    .col-xs-h20 {
        height: 20% !important;
    }
    .col-xs-h21 {
        height: 21% !important;
    }
    .col-xs-h22 {
        height: 22% !important;
    }
    .col-xs-h23 {
        height: 23% !important;
    }
    .col-xs-h24 {
        height: 24% !important;
    }
    .col-xs-h25 {
        height: 25% !important;
    }
    .col-xs-h26 {
        height: 26% !important;
    }
    .col-xs-h27 {
        height: 27% !important;
    }
    .col-xs-h28 {
        height: 28% !important;
    }
    .col-xs-h29 {
        height: 29% !important;
    }
    .col-xs-h30 {
        height: 30% !important;
    }
    .col-xs-h31 {
        height: 31% !important;
    }
    .col-xs-h32 {
        height: 32% !important;
    }
    .col-xs-h33 {
        height: 33% !important;
    }
    .col-xs-h34 {
        height: 34% !important;
    }
    .col-xs-h35 {
        height: 35% !important;
    }
    .col-xs-h36 {
        height: 36% !important;
    }
    .col-xs-h37 {
        height: 37% !important;
    }
    .col-xs-h38 {
        height: 38% !important;
    }
    .col-xs-h39 {
        height: 39% !important;
    }
    .col-xs-h40 {
        height: 40% !important;
    }
    .col-xs-h41 {
        height: 41% !important;
    }
    .col-xs-h42 {
        height: 42% !important;
    }
    .col-xs-h43 {
        height: 43% !important;
    }
    .col-xs-h44 {
        height: 44% !important;
    }
    .col-xs-h45 {
        height: 45% !important;
    }
    .col-xs-h46 {
        height: 46% !important;
    }
    .col-xs-h47 {
        height: 47% !important;
    }
    .col-xs-h48 {
        height: 48% !important;
    }
    .col-xs-h49 {
        height: 49% !important;
    }
    .col-xs-h50 {
        height: 50% !important;
    }
    .col-xs-h51 {
        height: 51% !important;
    }
    .col-xs-h52 {
        height: 52% !important;
    }
    .col-xs-h53 {
        height: 53% !important;
    }
    .col-xs-h54 {
        height: 54% !important;
    }
    .col-xs-h55 {
        height: 55% !important;
    }
    .col-xs-h56 {
        height: 56% !important;
    }
    .col-xs-h57 {
        height: 57% !important;
    }
    .col-xs-h58 {
        height: 58% !important;
    }
    .col-xs-h59 {
        height: 59% !important;
    }
    .col-xs-h60 {
        height: 60% !important;
    }
    .col-xs-h61 {
        height: 61% !important;
    }
    .col-xs-h62 {
        height: 62% !important;
    }
    .col-xs-h63 {
        height: 63% !important;
    }
    .col-xs-h64 {
        height: 64% !important;
    }
    .col-xs-h65 {
        height: 65% !important;
    }
    .col-xs-h66 {
        height: 66% !important;
    }
    .col-xs-h67 {
        height: 67% !important;
    }
    .col-xs-h68 {
        height: 68% !important;
    }
    .col-xs-h69 {
        height: 69% !important;
    }
    .col-xs-h70 {
        height: 70% !important;
    }
    .col-xs-h71 {
        height: 71% !important;
    }
    .col-xs-h72 {
        height: 72% !important;
    }
    .col-xs-h73 {
        height: 73% !important;
    }
    .col-xs-h74 {
        height: 74% !important;
    }
    .col-xs-h75 {
        height: 75% !important;
    }
    .col-xs-h76 {
        height: 76% !important;
    }
    .col-xs-h77 {
        height: 77% !important;
    }
    .col-xs-h78 {
        height: 78% !important;
    }
    .col-xs-h79 {
        height: 79% !important;
    }
    .col-xs-h80 {
        height: 80% !important;
    }
    .col-xs-h81 {
        height: 81% !important;
    }
    .col-xs-h82 {
        height: 82% !important;
    }
    .col-xs-h83 {
        height: 83% !important;
    }
    .col-xs-h84 {
        height: 84% !important;
    }
    .col-xs-h85 {
        height: 85% !important;
    }
    .col-xs-h86 {
        height: 86% !important;
    }
    .col-xs-h87 {
        height: 87% !important;
    }
    .col-xs-h88 {
        height: 88% !important;
    }
    .col-xs-h89 {
        height: 89% !important;
    }
    .col-xs-h90 {
        height: 90% !important;
    }
    .col-xs-h91 {
        height: 91% !important;
    }
    .col-xs-h92 {
        height: 92% !important;
    }
    .col-xs-h93 {
        height: 93% !important;
    }
    .col-xs-h94 {
        height: 94% !important;
    }
    .col-xs-h95 {
        height: 95% !important;
    }
    .col-xs-h96 {
        height: 96% !important;
    }
    .col-xs-h97 {
        height: 97% !important;
    }
    .col-xs-h98 {
        height: 98% !important;
    }
    .col-xs-h99 {
        height: 99% !important;
    }
    .col-xs-h100 {
        height: 100% !important;
    }
    .col-xs-h101 {
        height: 101% !important;
    }
    .col-xs-h102 {
        height: 102% !important;
    }
    .col-xs-h103 {
        height: 103% !important;
    }
    .col-xs-h104 {
        height: 104% !important;
    }
    .col-xs-h105 {
        height: 105% !important;
    }
    .col-xs-h106 {
        height: 106% !important;
    }
    .col-xs-h107 {
        height: 107% !important;
    }
    .col-xs-h108 {
        height: 108% !important;
    }
    .col-xs-h109 {
        height: 109% !important;
    }
    .col-xs-h110 {
        height: 110% !important;
    }
    .col-xs-h111 {
        height: 111% !important;
    }
    .col-xs-h112 {
        height: 112% !important;
    }
    .col-xs-h113 {
        height: 113% !important;
    }
    .col-xs-h114 {
        height: 114% !important;
    }
    .col-xs-h115 {
        height: 115% !important;
    }
    .col-xs-h116 {
        height: 116% !important;
    }
    .col-xs-h117 {
        height: 117% !important;
    }
    .col-xs-h118 {
        height: 118% !important;
    }
    .col-xs-h119 {
        height: 119% !important;
    }
    .col-xs-h120 {
        height: 120% !important;
    }
    .col-xs-h121 {
        height: 121% !important;
    }
    .col-xs-h122 {
        height: 122% !important;
    }
    .col-xs-h123 {
        height: 123% !important;
    }
    .col-xs-h124 {
        height: 124% !important;
    }
    .col-xs-h125 {
        height: 125% !important;
    }
    .col-xs-h126 {
        height: 126% !important;
    }
    .col-xs-h127 {
        height: 127% !important;
    }
    .col-xs-h128 {
        height: 128% !important;
    }
    .col-xs-h129 {
        height: 129% !important;
    }
    .col-xs-h130 {
        height: 130% !important;
    }
    .col-xs-h131 {
        height: 131% !important;
    }
    .col-xs-h132 {
        height: 132% !important;
    }
    .col-xs-h133 {
        height: 133% !important;
    }
    .col-xs-h134 {
        height: 134% !important;
    }
    .col-xs-h135 {
        height: 135% !important;
    }
    .col-xs-h136 {
        height: 136% !important;
    }
    .col-xs-h137 {
        height: 137% !important;
    }
    .col-xs-h138 {
        height: 138% !important;
    }
    .col-xs-h139 {
        height: 139% !important;
    }
    .col-xs-h140 {
        height: 140% !important;
    }
    .col-xs-h141 {
        height: 141% !important;
    }
    .col-xs-h142 {
        height: 142% !important;
    }
    .col-xs-h143 {
        height: 143% !important;
    }
    .col-xs-h144 {
        height: 144% !important;
    }
    .col-xs-h145 {
        height: 145% !important;
    }
    .col-xs-h146 {
        height: 146% !important;
    }
    .col-xs-h147 {
        height: 147% !important;
    }
    .col-xs-h148 {
        height: 148% !important;
    }
    .col-xs-h149 {
        height: 149% !important;
    }
    .col-xs-h150 {
        height: 150% !important;
    }
    .col-xs-h151 {
        height: 151% !important;
    }
    .col-xs-h152 {
        height: 152% !important;
    }
    .col-xs-h153 {
        height: 153% !important;
    }
    .col-xs-h154 {
        height: 154% !important;
    }
    .col-xs-h155 {
        height: 155% !important;
    }
    .col-xs-h156 {
        height: 156% !important;
    }
    .col-xs-h157 {
        height: 157% !important;
    }
    .col-xs-h158 {
        height: 158% !important;
    }
    .col-xs-h159 {
        height: 159% !important;
    }
    .col-xs-h160 {
        height: 160% !important;
    }
    .col-xs-h161 {
        height: 161% !important;
    }
    .col-xs-h162 {
        height: 162% !important;
    }
    .col-xs-h163 {
        height: 163% !important;
    }
    .col-xs-h164 {
        height: 164% !important;
    }
    .col-xs-h165 {
        height: 165% !important;
    }
    .col-xs-h166 {
        height: 166% !important;
    }
    .col-xs-h167 {
        height: 167% !important;
    }
    .col-xs-h168 {
        height: 168% !important;
    }
    .col-xs-h169 {
        height: 169% !important;
    }
    .col-xs-h170 {
        height: 170% !important;
    }
    .col-xs-h171 {
        height: 171% !important;
    }
    .col-xs-h172 {
        height: 172% !important;
    }
    .col-xs-h173 {
        height: 173% !important;
    }
    .col-xs-h174 {
        height: 174% !important;
    }
    .col-xs-h175 {
        height: 175% !important;
    }
    .col-xs-h176 {
        height: 176% !important;
    }
    .col-xs-h177 {
        height: 177% !important;
    }
    .col-xs-h178 {
        height: 178% !important;
    }
    .col-xs-h179 {
        height: 179% !important;
    }
    .col-xs-h180 {
        height: 180% !important;
    }
    .col-xs-h181 {
        height: 181% !important;
    }
    .col-xs-h182 {
        height: 182% !important;
    }
    .col-xs-h183 {
        height: 183% !important;
    }
    .col-xs-h184 {
        height: 184% !important;
    }
    .col-xs-h185 {
        height: 185% !important;
    }
    .col-xs-h186 {
        height: 186% !important;
    }
    .col-xs-h187 {
        height: 187% !important;
    }
    .col-xs-h188 {
        height: 188% !important;
    }
    .col-xs-h189 {
        height: 189% !important;
    }
    .col-xs-h190 {
        height: 190% !important;
    }
    .col-xs-h191 {
        height: 191% !important;
    }
    .col-xs-h192 {
        height: 192% !important;
    }
    .col-xs-h193 {
        height: 193% !important;
    }
    .col-xs-h194 {
        height: 194% !important;
    }
    .col-xs-h195 {
        height: 195% !important;
    }
    .col-xs-h196 {
        height: 196% !important;
    }
    .col-xs-h197 {
        height: 197% !important;
    }
    .col-xs-h198 {
        height: 198% !important;
    }
    .col-xs-h199 {
        height: 199% !important;
    }
    .col-xs-h200 {
        height: 200% !important;
    }
}
/* Xs End */

/* Responsive End */
/******---------- Height Settings End ----------******/
/******---------- Line Height Settings ----------******/

.lha {
    line-height: normal !important;
}
.lh0 {
    line-height: 0px !important;
}
.lh1 {
    line-height: 1px !important;
}
.lh2 {
    line-height: 2px !important;
}
.lh3 {
    line-height: 3px !important;
}
.lh4 {
    line-height: 4px !important;
}
.lh5 {
    line-height: 5px !important;
}
.lh6 {
    line-height: 6px !important;
}
.lh7 {
    line-height: 7px !important;
}
.lh8 {
    line-height: 8px !important;
}
.lh9 {
    line-height: 9px !important;
}
.lh10 {
    line-height: 10px !important;
}
.lh11 {
    line-height: 11px !important;
}
.lh12 {
    line-height: 12px !important;
}
.lh13 {
    line-height: 13px !important;
}
.lh14 {
    line-height: 14px !important;
}
.lh15 {
    line-height: 15px !important;
}
.lh16 {
    line-height: 16px !important;
}
.lh17 {
    line-height: 17px !important;
}
.lh18 {
    line-height: 18px !important;
}
.lh19 {
    line-height: 19px !important;
}
.lh20 {
    line-height: 20px !important;
}
.lh21 {
    line-height: 21px !important;
}
.lh22 {
    line-height: 22px !important;
}
.lh23 {
    line-height: 23px !important;
}
.lh24 {
    line-height: 24px !important;
}
.lh25 {
    line-height: 25px !important;
}
.lh26 {
    line-height: 26px !important;
}
.lh27 {
    line-height: 27px !important;
}
.lh28 {
    line-height: 28px !important;
}
.lh29 {
    line-height: 29px !important;
}
.lh30 {
    line-height: 30px !important;
}
.lh31 {
    line-height: 31px !important;
}
.lh32 {
    line-height: 32px !important;
}
.lh33 {
    line-height: 33px !important;
}
.lh34 {
    line-height: 34px !important;
}
.lh35 {
    line-height: 35px !important;
}
.lh36 {
    line-height: 36px !important;
}
.lh37 {
    line-height: 37px !important;
}
.lh38 {
    line-height: 38px !important;
}
.lh39 {
    line-height: 39px !important;
}
.lh40 {
    line-height: 40px !important;
}
.lh41 {
    line-height: 41px !important;
}
.lh42 {
    line-height: 42px !important;
}
.lh43 {
    line-height: 43px !important;
}
.lh44 {
    line-height: 44px !important;
}
.lh45 {
    line-height: 45px !important;
}
.lh46 {
    line-height: 46px !important;
}
.lh47 {
    line-height: 47px !important;
}
.lh48 {
    line-height: 48px !important;
}
.lh49 {
    line-height: 49px !important;
}
.lh50 {
    line-height: 50px !important;
}
.lh51 {
    line-height: 51px !important;
}
.lh52 {
    line-height: 52px !important;
}
.lh53 {
    line-height: 53px !important;
}
.lh54 {
    line-height: 54px !important;
}
.lh55 {
    line-height: 55px !important;
}
.lh56 {
    line-height: 56px !important;
}
.lh57 {
    line-height: 57px !important;
}
.lh58 {
    line-height: 58px !important;
}
.lh59 {
    line-height: 59px !important;
}
.lh60 {
    line-height: 60px !important;
}
.lh61 {
    line-height: 61px !important;
}
.lh62 {
    line-height: 62px !important;
}
.lh63 {
    line-height: 63px !important;
}
.lh64 {
    line-height: 64px !important;
}
.lh65 {
    line-height: 65px !important;
}
.lh66 {
    line-height: 66px !important;
}
.lh67 {
    line-height: 67px !important;
}
.lh68 {
    line-height: 68px !important;
}
.lh69 {
    line-height: 69px !important;
}
.lh70 {
    line-height: 70px !important;
}
.lh71 {
    line-height: 71px !important;
}
.lh72 {
    line-height: 72px !important;
}
.lh73 {
    line-height: 73px !important;
}
.lh74 {
    line-height: 74px !important;
}
.lh75 {
    line-height: 75px !important;
}
.lh76 {
    line-height: 76px !important;
}
.lh77 {
    line-height: 77px !important;
}
.lh78 {
    line-height: 78px !important;
}
.lh79 {
    line-height: 79px !important;
}
.lh80 {
    line-height: 80px !important;
}
.lh81 {
    line-height: 81px !important;
}
.lh82 {
    line-height: 82px !important;
}
.lh83 {
    line-height: 83px !important;
}
.lh84 {
    line-height: 84px !important;
}
.lh85 {
    line-height: 85px !important;
}
.lh86 {
    line-height: 86px !important;
}
.lh87 {
    line-height: 87px !important;
}
.lh88 {
    line-height: 88px !important;
}
.lh89 {
    line-height: 89px !important;
}
.lh90 {
    line-height: 90px !important;
}
.lh91 {
    line-height: 91px !important;
}
.lh92 {
    line-height: 92px !important;
}
.lh93 {
    line-height: 93px !important;
}
.lh94 {
    line-height: 94px !important;
}
.lh95 {
    line-height: 95px !important;
}
.lh96 {
    line-height: 96px !important;
}
.lh97 {
    line-height: 97px !important;
}
.lh98 {
    line-height: 98px !important;
}
.lh99 {
    line-height: 99px !important;
}
.lh100 {
    line-height: 100px !important;
}
.lh101 {
    line-height: 101px !important;
}
.lh102 {
    line-height: 102px !important;
}
.lh103 {
    line-height: 103px !important;
}
.lh104 {
    line-height: 104px !important;
}
.lh105 {
    line-height: 105px !important;
}
.lh106 {
    line-height: 106px !important;
}
.lh107 {
    line-height: 107px !important;
}
.lh108 {
    line-height: 108px !important;
}
.lh109 {
    line-height: 109px !important;
}
.lh110 {
    line-height: 110px !important;
}
.lh111 {
    line-height: 111px !important;
}
.lh112 {
    line-height: 112px !important;
}
.lh113 {
    line-height: 113px !important;
}
.lh114 {
    line-height: 114px !important;
}
.lh115 {
    line-height: 115px !important;
}
.lh116 {
    line-height: 116px !important;
}
.lh117 {
    line-height: 117px !important;
}
.lh118 {
    line-height: 118px !important;
}
.lh119 {
    line-height: 119px !important;
}
.lh120 {
    line-height: 120px !important;
}
.lh121 {
    line-height: 121px !important;
}
.lh122 {
    line-height: 122px !important;
}
.lh123 {
    line-height: 123px !important;
}
.lh124 {
    line-height: 124px !important;
}
.lh125 {
    line-height: 125px !important;
}
.lh126 {
    line-height: 126px !important;
}
.lh127 {
    line-height: 127px !important;
}
.lh128 {
    line-height: 128px !important;
}
.lh129 {
    line-height: 129px !important;
}
.lh130 {
    line-height: 130px !important;
}
.lh131 {
    line-height: 131px !important;
}
.lh132 {
    line-height: 132px !important;
}
.lh133 {
    line-height: 133px !important;
}
.lh134 {
    line-height: 134px !important;
}
.lh135 {
    line-height: 135px !important;
}
.lh136 {
    line-height: 136px !important;
}
.lh137 {
    line-height: 137px !important;
}
.lh138 {
    line-height: 138px !important;
}
.lh139 {
    line-height: 139px !important;
}
.lh140 {
    line-height: 140px !important;
}
.lh141 {
    line-height: 141px !important;
}
.lh142 {
    line-height: 142px !important;
}
.lh143 {
    line-height: 143px !important;
}
.lh144 {
    line-height: 144px !important;
}
.lh145 {
    line-height: 145px !important;
}
.lh146 {
    line-height: 146px !important;
}
.lh147 {
    line-height: 147px !important;
}
.lh148 {
    line-height: 148px !important;
}
.lh149 {
    line-height: 149px !important;
}
.lh150 {
    line-height: 150px !important;
}
.lh151 {
    line-height: 151px !important;
}
.lh152 {
    line-height: 152px !important;
}
.lh153 {
    line-height: 153px !important;
}
.lh154 {
    line-height: 154px !important;
}
.lh155 {
    line-height: 155px !important;
}
.lh156 {
    line-height: 156px !important;
}
.lh157 {
    line-height: 157px !important;
}
.lh158 {
    line-height: 158px !important;
}
.lh159 {
    line-height: 159px !important;
}
.lh160 {
    line-height: 160px !important;
}
.lh161 {
    line-height: 161px !important;
}
.lh162 {
    line-height: 162px !important;
}
.lh163 {
    line-height: 163px !important;
}
.lh164 {
    line-height: 164px !important;
}
.lh165 {
    line-height: 165px !important;
}
.lh166 {
    line-height: 166px !important;
}
.lh167 {
    line-height: 167px !important;
}
.lh168 {
    line-height: 168px !important;
}
.lh169 {
    line-height: 169px !important;
}
.lh170 {
    line-height: 170px !important;
}
.lh171 {
    line-height: 171px !important;
}
.lh172 {
    line-height: 172px !important;
}
.lh173 {
    line-height: 173px !important;
}
.lh174 {
    line-height: 174px !important;
}
.lh175 {
    line-height: 175px !important;
}
.lh176 {
    line-height: 176px !important;
}
.lh177 {
    line-height: 177px !important;
}
.lh178 {
    line-height: 178px !important;
}
.lh179 {
    line-height: 179px !important;
}
.lh180 {
    line-height: 180px !important;
}
.lh181 {
    line-height: 181px !important;
}
.lh182 {
    line-height: 182px !important;
}
.lh183 {
    line-height: 183px !important;
}
.lh184 {
    line-height: 184px !important;
}
.lh185 {
    line-height: 185px !important;
}
.lh186 {
    line-height: 186px !important;
}
.lh187 {
    line-height: 187px !important;
}
.lh188 {
    line-height: 188px !important;
}
.lh189 {
    line-height: 189px !important;
}
.lh190 {
    line-height: 190px !important;
}
.lh191 {
    line-height: 191px !important;
}
.lh192 {
    line-height: 192px !important;
}
.lh193 {
    line-height: 193px !important;
}
.lh194 {
    line-height: 194px !important;
}
.lh195 {
    line-height: 195px !important;
}
.lh196 {
    line-height: 196px !important;
}
.lh197 {
    line-height: 197px !important;
}
.lh198 {
    line-height: 198px !important;
}
.lh199 {
    line-height: 199px !important;
}
.lh200 {
    line-height: 200px !important;
}
/* Responsive Settings */
/* Sm */
@media screen and (max-width: 991px){
    .col-sm-lh0 {
        line-height: 0px !important;
    }
    .col-sm-lh1 {
        line-height: 1px !important;
    }
    .col-sm-lh2 {
        line-height: 2px !important;
    }
    .col-sm-lh3 {
        line-height: 3px !important;
    }
    .col-sm-lh4 {
        line-height: 4px !important;
    }
    .col-sm-lh5 {
        line-height: 5px !important;
    }
    .col-sm-lh6 {
        line-height: 6px !important;
    }
    .col-sm-lh7 {
        line-height: 7px !important;
    }
    .col-sm-lh8 {
        line-height: 8px !important;
    }
    .col-sm-lh9 {
        line-height: 9px !important;
    }
    .col-sm-lh10 {
        line-height: 10px !important;
    }
    .col-sm-lh11 {
        line-height: 11px !important;
    }
    .col-sm-lh12 {
        line-height: 12px !important;
    }
    .col-sm-lh13 {
        line-height: 13px !important;
    }
    .col-sm-lh14 {
        line-height: 14px !important;
    }
    .col-sm-lh15 {
        line-height: 15px !important;
    }
    .col-sm-lh16 {
        line-height: 16px !important;
    }
    .col-sm-lh17 {
        line-height: 17px !important;
    }
    .col-sm-lh18 {
        line-height: 18px !important;
    }
    .col-sm-lh19 {
        line-height: 19px !important;
    }
    .col-sm-lh20 {
        line-height: 20px !important;
    }
    .col-sm-lh21 {
        line-height: 21px !important;
    }
    .col-sm-lh22 {
        line-height: 22px !important;
    }
    .col-sm-lh23 {
        line-height: 23px !important;
    }
    .col-sm-lh24 {
        line-height: 24px !important;
    }
    .col-sm-lh25 {
        line-height: 25px !important;
    }
    .col-sm-lh26 {
        line-height: 26px !important;
    }
    .col-sm-lh27 {
        line-height: 27px !important;
    }
    .col-sm-lh28 {
        line-height: 28px !important;
    }
    .col-sm-lh29 {
        line-height: 29px !important;
    }
    .col-sm-lh30 {
        line-height: 30px !important;
    }
    .col-sm-lh31 {
        line-height: 31px !important;
    }
    .col-sm-lh32 {
        line-height: 32px !important;
    }
    .col-sm-lh33 {
        line-height: 33px !important;
    }
    .col-sm-lh34 {
        line-height: 34px !important;
    }
    .col-sm-lh35 {
        line-height: 35px !important;
    }
    .col-sm-lh36 {
        line-height: 36px !important;
    }
    .col-sm-lh37 {
        line-height: 37px !important;
    }
    .col-sm-lh38 {
        line-height: 38px !important;
    }
    .col-sm-lh39 {
        line-height: 39px !important;
    }
    .col-sm-lh40 {
        line-height: 40px !important;
    }
    .col-sm-lh41 {
        line-height: 41px !important;
    }
    .col-sm-lh42 {
        line-height: 42px !important;
    }
    .col-sm-lh43 {
        line-height: 43px !important;
    }
    .col-sm-lh44 {
        line-height: 44px !important;
    }
    .col-sm-lh45 {
        line-height: 45px !important;
    }
    .col-sm-lh46 {
        line-height: 46px !important;
    }
    .col-sm-lh47 {
        line-height: 47px !important;
    }
    .col-sm-lh48 {
        line-height: 48px !important;
    }
    .col-sm-lh49 {
        line-height: 49px !important;
    }
    .col-sm-lh50 {
        line-height: 50px !important;
    }
    .col-sm-lh51 {
        line-height: 51px !important;
    }
    .col-sm-lh52 {
        line-height: 52px !important;
    }
    .col-sm-lh53 {
        line-height: 53px !important;
    }
    .col-sm-lh54 {
        line-height: 54px !important;
    }
    .col-sm-lh55 {
        line-height: 55px !important;
    }
    .col-sm-lh56 {
        line-height: 56px !important;
    }
    .col-sm-lh57 {
        line-height: 57px !important;
    }
    .col-sm-lh58 {
        line-height: 58px !important;
    }
    .col-sm-lh59 {
        line-height: 59px !important;
    }
    .col-sm-lh60 {
        line-height: 60px !important;
    }
    .col-sm-lh61 {
        line-height: 61px !important;
    }
    .col-sm-lh62 {
        line-height: 62px !important;
    }
    .col-sm-lh63 {
        line-height: 63px !important;
    }
    .col-sm-lh64 {
        line-height: 64px !important;
    }
    .col-sm-lh65 {
        line-height: 65px !important;
    }
    .col-sm-lh66 {
        line-height: 66px !important;
    }
    .col-sm-lh67 {
        line-height: 67px !important;
    }
    .col-sm-lh68 {
        line-height: 68px !important;
    }
    .col-sm-lh69 {
        line-height: 69px !important;
    }
    .col-sm-lh70 {
        line-height: 70px !important;
    }
    .col-sm-lh71 {
        line-height: 71px !important;
    }
    .col-sm-lh72 {
        line-height: 72px !important;
    }
    .col-sm-lh73 {
        line-height: 73px !important;
    }
    .col-sm-lh74 {
        line-height: 74px !important;
    }
    .col-sm-lh75 {
        line-height: 75px !important;
    }
    .col-sm-lh76 {
        line-height: 76px !important;
    }
    .col-sm-lh77 {
        line-height: 77px !important;
    }
    .col-sm-lh78 {
        line-height: 78px !important;
    }
    .col-sm-lh79 {
        line-height: 79px !important;
    }
    .col-sm-lh80 {
        line-height: 80px !important;
    }
    .col-sm-lh81 {
        line-height: 81px !important;
    }
    .col-sm-lh82 {
        line-height: 82px !important;
    }
    .col-sm-lh83 {
        line-height: 83px !important;
    }
    .col-sm-lh84 {
        line-height: 84px !important;
    }
    .col-sm-lh85 {
        line-height: 85px !important;
    }
    .col-sm-lh86 {
        line-height: 86px !important;
    }
    .col-sm-lh87 {
        line-height: 87px !important;
    }
    .col-sm-lh88 {
        line-height: 88px !important;
    }
    .col-sm-lh89 {
        line-height: 89px !important;
    }
    .col-sm-lh90 {
        line-height: 90px !important;
    }
    .col-sm-lh91 {
        line-height: 91px !important;
    }
    .col-sm-lh92 {
        line-height: 92px !important;
    }
    .col-sm-lh93 {
        line-height: 93px !important;
    }
    .col-sm-lh94 {
        line-height: 94px !important;
    }
    .col-sm-lh95 {
        line-height: 95px !important;
    }
    .col-sm-lh96 {
        line-height: 96px !important;
    }
    .col-sm-lh97 {
        line-height: 97px !important;
    }
    .col-sm-lh98 {
        line-height: 98px !important;
    }
    .col-sm-lh99 {
        line-height: 99px !important;
    }
    .col-sm-lh100 {
        line-height: 100px !important;
    }
    .col-sm-lh101 {
        line-height: 101px !important;
    }
    .col-sm-lh102 {
        line-height: 102px !important;
    }
    .col-sm-lh103 {
        line-height: 103px !important;
    }
    .col-sm-lh104 {
        line-height: 104px !important;
    }
    .col-sm-lh105 {
        line-height: 105px !important;
    }
    .col-sm-lh106 {
        line-height: 106px !important;
    }
    .col-sm-lh107 {
        line-height: 107px !important;
    }
    .col-sm-lh108 {
        line-height: 108px !important;
    }
    .col-sm-lh109 {
        line-height: 109px !important;
    }
    .col-sm-lh110 {
        line-height: 110px !important;
    }
    .col-sm-lh111 {
        line-height: 111px !important;
    }
    .col-sm-lh112 {
        line-height: 112px !important;
    }
    .col-sm-lh113 {
        line-height: 113px !important;
    }
    .col-sm-lh114 {
        line-height: 114px !important;
    }
    .col-sm-lh115 {
        line-height: 115px !important;
    }
    .col-sm-lh116 {
        line-height: 116px !important;
    }
    .col-sm-lh117 {
        line-height: 117px !important;
    }
    .col-sm-lh118 {
        line-height: 118px !important;
    }
    .col-sm-lh119 {
        line-height: 119px !important;
    }
    .col-sm-lh120 {
        line-height: 120px !important;
    }
    .col-sm-lh121 {
        line-height: 121px !important;
    }
    .col-sm-lh122 {
        line-height: 122px !important;
    }
    .col-sm-lh123 {
        line-height: 123px !important;
    }
    .col-sm-lh124 {
        line-height: 124px !important;
    }
    .col-sm-lh125 {
        line-height: 125px !important;
    }
    .col-sm-lh126 {
        line-height: 126px !important;
    }
    .col-sm-lh127 {
        line-height: 127px !important;
    }
    .col-sm-lh128 {
        line-height: 128px !important;
    }
    .col-sm-lh129 {
        line-height: 129px !important;
    }
    .col-sm-lh130 {
        line-height: 130px !important;
    }
    .col-sm-lh131 {
        line-height: 131px !important;
    }
    .col-sm-lh132 {
        line-height: 132px !important;
    }
    .col-sm-lh133 {
        line-height: 133px !important;
    }
    .col-sm-lh134 {
        line-height: 134px !important;
    }
    .col-sm-lh135 {
        line-height: 135px !important;
    }
    .col-sm-lh136 {
        line-height: 136px !important;
    }
    .col-sm-lh137 {
        line-height: 137px !important;
    }
    .col-sm-lh138 {
        line-height: 138px !important;
    }
    .col-sm-lh139 {
        line-height: 139px !important;
    }
    .col-sm-lh140 {
        line-height: 140px !important;
    }
    .col-sm-lh141 {
        line-height: 141px !important;
    }
    .col-sm-lh142 {
        line-height: 142px !important;
    }
    .col-sm-lh143 {
        line-height: 143px !important;
    }
    .col-sm-lh144 {
        line-height: 144px !important;
    }
    .col-sm-lh145 {
        line-height: 145px !important;
    }
    .col-sm-lh146 {
        line-height: 146px !important;
    }
    .col-sm-lh147 {
        line-height: 147px !important;
    }
    .col-sm-lh148 {
        line-height: 148px !important;
    }
    .col-sm-lh149 {
        line-height: 149px !important;
    }
    .col-sm-lh150 {
        line-height: 150px !important;
    }
    .col-sm-lh151 {
        line-height: 151px !important;
    }
    .col-sm-lh152 {
        line-height: 152px !important;
    }
    .col-sm-lh153 {
        line-height: 153px !important;
    }
    .col-sm-lh154 {
        line-height: 154px !important;
    }
    .col-sm-lh155 {
        line-height: 155px !important;
    }
    .col-sm-lh156 {
        line-height: 156px !important;
    }
    .col-sm-lh157 {
        line-height: 157px !important;
    }
    .col-sm-lh158 {
        line-height: 158px !important;
    }
    .col-sm-lh159 {
        line-height: 159px !important;
    }
    .col-sm-lh160 {
        line-height: 160px !important;
    }
    .col-sm-lh161 {
        line-height: 161px !important;
    }
    .col-sm-lh162 {
        line-height: 162px !important;
    }
    .col-sm-lh163 {
        line-height: 163px !important;
    }
    .col-sm-lh164 {
        line-height: 164px !important;
    }
    .col-sm-lh165 {
        line-height: 165px !important;
    }
    .col-sm-lh166 {
        line-height: 166px !important;
    }
    .col-sm-lh167 {
        line-height: 167px !important;
    }
    .col-sm-lh168 {
        line-height: 168px !important;
    }
    .col-sm-lh169 {
        line-height: 169px !important;
    }
    .col-sm-lh170 {
        line-height: 170px !important;
    }
    .col-sm-lh171 {
        line-height: 171px !important;
    }
    .col-sm-lh172 {
        line-height: 172px !important;
    }
    .col-sm-lh173 {
        line-height: 173px !important;
    }
    .col-sm-lh174 {
        line-height: 174px !important;
    }
    .col-sm-lh175 {
        line-height: 175px !important;
    }
    .col-sm-lh176 {
        line-height: 176px !important;
    }
    .col-sm-lh177 {
        line-height: 177px !important;
    }
    .col-sm-lh178 {
        line-height: 178px !important;
    }
    .col-sm-lh179 {
        line-height: 179px !important;
    }
    .col-sm-lh180 {
        line-height: 180px !important;
    }
    .col-sm-lh181 {
        line-height: 181px !important;
    }
    .col-sm-lh182 {
        line-height: 182px !important;
    }
    .col-sm-lh183 {
        line-height: 183px !important;
    }
    .col-sm-lh184 {
        line-height: 184px !important;
    }
    .col-sm-lh185 {
        line-height: 185px !important;
    }
    .col-sm-lh186 {
        line-height: 186px !important;
    }
    .col-sm-lh187 {
        line-height: 187px !important;
    }
    .col-sm-lh188 {
        line-height: 188px !important;
    }
    .col-sm-lh189 {
        line-height: 189px !important;
    }
    .col-sm-lh190 {
        line-height: 190px !important;
    }
    .col-sm-lh191 {
        line-height: 191px !important;
    }
    .col-sm-lh192 {
        line-height: 192px !important;
    }
    .col-sm-lh193 {
        line-height: 193px !important;
    }
    .col-sm-lh194 {
        line-height: 194px !important;
    }
    .col-sm-lh195 {
        line-height: 195px !important;
    }
    .col-sm-lh196 {
        line-height: 196px !important;
    }
    .col-sm-lh197 {
        line-height: 197px !important;
    }
    .col-sm-lh198 {
        line-height: 198px !important;
    }
    .col-sm-lh199 {
        line-height: 199px !important;
    }
    .col-sm-lh200 {
        line-height: 200px !important;
    }
}
/* Sm End */
/* Xs */
@media (max-width: 767px) {
    .col-xs-lh0 {
        line-height: 0px !important;
    }
    .col-xs-lh1 {
        line-height: 1px !important;
    }
    .col-xs-lh2 {
        line-height: 2px !important;
    }
    .col-xs-lh3 {
        line-height: 3px !important;
    }
    .col-xs-lh4 {
        line-height: 4px !important;
    }
    .col-xs-lh5 {
        line-height: 5px !important;
    }
    .col-xs-lh6 {
        line-height: 6px !important;
    }
    .col-xs-lh7 {
        line-height: 7px !important;
    }
    .col-xs-lh8 {
        line-height: 8px !important;
    }
    .col-xs-lh9 {
        line-height: 9px !important;
    }
    .col-xs-lh10 {
        line-height: 10px !important;
    }
    .col-xs-lh11 {
        line-height: 11px !important;
    }
    .col-xs-lh12 {
        line-height: 12px !important;
    }
    .col-xs-lh13 {
        line-height: 13px !important;
    }
    .col-xs-lh14 {
        line-height: 14px !important;
    }
    .col-xs-lh15 {
        line-height: 15px !important;
    }
    .col-xs-lh16 {
        line-height: 16px !important;
    }
    .col-xs-lh17 {
        line-height: 17px !important;
    }
    .col-xs-lh18 {
        line-height: 18px !important;
    }
    .col-xs-lh19 {
        line-height: 19px !important;
    }
    .col-xs-lh20 {
        line-height: 20px !important;
    }
    .col-xs-lh21 {
        line-height: 21px !important;
    }
    .col-xs-lh22 {
        line-height: 22px !important;
    }
    .col-xs-lh23 {
        line-height: 23px !important;
    }
    .col-xs-lh24 {
        line-height: 24px !important;
    }
    .col-xs-lh25 {
        line-height: 25px !important;
    }
    .col-xs-lh26 {
        line-height: 26px !important;
    }
    .col-xs-lh27 {
        line-height: 27px !important;
    }
    .col-xs-lh28 {
        line-height: 28px !important;
    }
    .col-xs-lh29 {
        line-height: 29px !important;
    }
    .col-xs-lh30 {
        line-height: 30px !important;
    }
    .col-xs-lh31 {
        line-height: 31px !important;
    }
    .col-xs-lh32 {
        line-height: 32px !important;
    }
    .col-xs-lh33 {
        line-height: 33px !important;
    }
    .col-xs-lh34 {
        line-height: 34px !important;
    }
    .col-xs-lh35 {
        line-height: 35px !important;
    }
    .col-xs-lh36 {
        line-height: 36px !important;
    }
    .col-xs-lh37 {
        line-height: 37px !important;
    }
    .col-xs-lh38 {
        line-height: 38px !important;
    }
    .col-xs-lh39 {
        line-height: 39px !important;
    }
    .col-xs-lh40 {
        line-height: 40px !important;
    }
    .col-xs-lh41 {
        line-height: 41px !important;
    }
    .col-xs-lh42 {
        line-height: 42px !important;
    }
    .col-xs-lh43 {
        line-height: 43px !important;
    }
    .col-xs-lh44 {
        line-height: 44px !important;
    }
    .col-xs-lh45 {
        line-height: 45px !important;
    }
    .col-xs-lh46 {
        line-height: 46px !important;
    }
    .col-xs-lh47 {
        line-height: 47px !important;
    }
    .col-xs-lh48 {
        line-height: 48px !important;
    }
    .col-xs-lh49 {
        line-height: 49px !important;
    }
    .col-xs-lh50 {
        line-height: 50px !important;
    }
    .col-xs-lh51 {
        line-height: 51px !important;
    }
    .col-xs-lh52 {
        line-height: 52px !important;
    }
    .col-xs-lh53 {
        line-height: 53px !important;
    }
    .col-xs-lh54 {
        line-height: 54px !important;
    }
    .col-xs-lh55 {
        line-height: 55px !important;
    }
    .col-xs-lh56 {
        line-height: 56px !important;
    }
    .col-xs-lh57 {
        line-height: 57px !important;
    }
    .col-xs-lh58 {
        line-height: 58px !important;
    }
    .col-xs-lh59 {
        line-height: 59px !important;
    }
    .col-xs-lh60 {
        line-height: 60px !important;
    }
    .col-xs-lh61 {
        line-height: 61px !important;
    }
    .col-xs-lh62 {
        line-height: 62px !important;
    }
    .col-xs-lh63 {
        line-height: 63px !important;
    }
    .col-xs-lh64 {
        line-height: 64px !important;
    }
    .col-xs-lh65 {
        line-height: 65px !important;
    }
    .col-xs-lh66 {
        line-height: 66px !important;
    }
    .col-xs-lh67 {
        line-height: 67px !important;
    }
    .col-xs-lh68 {
        line-height: 68px !important;
    }
    .col-xs-lh69 {
        line-height: 69px !important;
    }
    .col-xs-lh70 {
        line-height: 70px !important;
    }
    .col-xs-lh71 {
        line-height: 71px !important;
    }
    .col-xs-lh72 {
        line-height: 72px !important;
    }
    .col-xs-lh73 {
        line-height: 73px !important;
    }
    .col-xs-lh74 {
        line-height: 74px !important;
    }
    .col-xs-lh75 {
        line-height: 75px !important;
    }
    .col-xs-lh76 {
        line-height: 76px !important;
    }
    .col-xs-lh77 {
        line-height: 77px !important;
    }
    .col-xs-lh78 {
        line-height: 78px !important;
    }
    .col-xs-lh79 {
        line-height: 79px !important;
    }
    .col-xs-lh80 {
        line-height: 80px !important;
    }
    .col-xs-lh81 {
        line-height: 81px !important;
    }
    .col-xs-lh82 {
        line-height: 82px !important;
    }
    .col-xs-lh83 {
        line-height: 83px !important;
    }
    .col-xs-lh84 {
        line-height: 84px !important;
    }
    .col-xs-lh85 {
        line-height: 85px !important;
    }
    .col-xs-lh86 {
        line-height: 86px !important;
    }
    .col-xs-lh87 {
        line-height: 87px !important;
    }
    .col-xs-lh88 {
        line-height: 88px !important;
    }
    .col-xs-lh89 {
        line-height: 89px !important;
    }
    .col-xs-lh90 {
        line-height: 90px !important;
    }
    .col-xs-lh91 {
        line-height: 91px !important;
    }
    .col-xs-lh92 {
        line-height: 92px !important;
    }
    .col-xs-lh93 {
        line-height: 93px !important;
    }
    .col-xs-lh94 {
        line-height: 94px !important;
    }
    .col-xs-lh95 {
        line-height: 95px !important;
    }
    .col-xs-lh96 {
        line-height: 96px !important;
    }
    .col-xs-lh97 {
        line-height: 97px !important;
    }
    .col-xs-lh98 {
        line-height: 98px !important;
    }
    .col-xs-lh99 {
        line-height: 99px !important;
    }
    .col-xs-lh100 {
        line-height: 100px !important;
    }
    .col-xs-lh101 {
        line-height: 101px !important;
    }
    .col-xs-lh102 {
        line-height: 102px !important;
    }
    .col-xs-lh103 {
        line-height: 103px !important;
    }
    .col-xs-lh104 {
        line-height: 104px !important;
    }
    .col-xs-lh105 {
        line-height: 105px !important;
    }
    .col-xs-lh106 {
        line-height: 106px !important;
    }
    .col-xs-lh107 {
        line-height: 107px !important;
    }
    .col-xs-lh108 {
        line-height: 108px !important;
    }
    .col-xs-lh109 {
        line-height: 109px !important;
    }
    .col-xs-lh110 {
        line-height: 110px !important;
    }
    .col-xs-lh111 {
        line-height: 111px !important;
    }
    .col-xs-lh112 {
        line-height: 112px !important;
    }
    .col-xs-lh113 {
        line-height: 113px !important;
    }
    .col-xs-lh114 {
        line-height: 114px !important;
    }
    .col-xs-lh115 {
        line-height: 115px !important;
    }
    .col-xs-lh116 {
        line-height: 116px !important;
    }
    .col-xs-lh117 {
        line-height: 117px !important;
    }
    .col-xs-lh118 {
        line-height: 118px !important;
    }
    .col-xs-lh119 {
        line-height: 119px !important;
    }
    .col-xs-lh120 {
        line-height: 120px !important;
    }
    .col-xs-lh121 {
        line-height: 121px !important;
    }
    .col-xs-lh122 {
        line-height: 122px !important;
    }
    .col-xs-lh123 {
        line-height: 123px !important;
    }
    .col-xs-lh124 {
        line-height: 124px !important;
    }
    .col-xs-lh125 {
        line-height: 125px !important;
    }
    .col-xs-lh126 {
        line-height: 126px !important;
    }
    .col-xs-lh127 {
        line-height: 127px !important;
    }
    .col-xs-lh128 {
        line-height: 128px !important;
    }
    .col-xs-lh129 {
        line-height: 129px !important;
    }
    .col-xs-lh130 {
        line-height: 130px !important;
    }
    .col-xs-lh131 {
        line-height: 131px !important;
    }
    .col-xs-lh132 {
        line-height: 132px !important;
    }
    .col-xs-lh133 {
        line-height: 133px !important;
    }
    .col-xs-lh134 {
        line-height: 134px !important;
    }
    .col-xs-lh135 {
        line-height: 135px !important;
    }
    .col-xs-lh136 {
        line-height: 136px !important;
    }
    .col-xs-lh137 {
        line-height: 137px !important;
    }
    .col-xs-lh138 {
        line-height: 138px !important;
    }
    .col-xs-lh139 {
        line-height: 139px !important;
    }
    .col-xs-lh140 {
        line-height: 140px !important;
    }
    .col-xs-lh141 {
        line-height: 141px !important;
    }
    .col-xs-lh142 {
        line-height: 142px !important;
    }
    .col-xs-lh143 {
        line-height: 143px !important;
    }
    .col-xs-lh144 {
        line-height: 144px !important;
    }
    .col-xs-lh145 {
        line-height: 145px !important;
    }
    .col-xs-lh146 {
        line-height: 146px !important;
    }
    .col-xs-lh147 {
        line-height: 147px !important;
    }
    .col-xs-lh148 {
        line-height: 148px !important;
    }
    .col-xs-lh149 {
        line-height: 149px !important;
    }
    .col-xs-lh150 {
        line-height: 150px !important;
    }
    .col-xs-lh151 {
        line-height: 151px !important;
    }
    .col-xs-lh152 {
        line-height: 152px !important;
    }
    .col-xs-lh153 {
        line-height: 153px !important;
    }
    .col-xs-lh154 {
        line-height: 154px !important;
    }
    .col-xs-lh155 {
        line-height: 155px !important;
    }
    .col-xs-lh156 {
        line-height: 156px !important;
    }
    .col-xs-lh157 {
        line-height: 157px !important;
    }
    .col-xs-lh158 {
        line-height: 158px !important;
    }
    .col-xs-lh159 {
        line-height: 159px !important;
    }
    .col-xs-lh160 {
        line-height: 160px !important;
    }
    .col-xs-lh161 {
        line-height: 161px !important;
    }
    .col-xs-lh162 {
        line-height: 162px !important;
    }
    .col-xs-lh163 {
        line-height: 163px !important;
    }
    .col-xs-lh164 {
        line-height: 164px !important;
    }
    .col-xs-lh165 {
        line-height: 165px !important;
    }
    .col-xs-lh166 {
        line-height: 166px !important;
    }
    .col-xs-lh167 {
        line-height: 167px !important;
    }
    .col-xs-lh168 {
        line-height: 168px !important;
    }
    .col-xs-lh169 {
        line-height: 169px !important;
    }
    .col-xs-lh170 {
        line-height: 170px !important;
    }
    .col-xs-lh171 {
        line-height: 171px !important;
    }
    .col-xs-lh172 {
        line-height: 172px !important;
    }
    .col-xs-lh173 {
        line-height: 173px !important;
    }
    .col-xs-lh174 {
        line-height: 174px !important;
    }
    .col-xs-lh175 {
        line-height: 175px !important;
    }
    .col-xs-lh176 {
        line-height: 176px !important;
    }
    .col-xs-lh177 {
        line-height: 177px !important;
    }
    .col-xs-lh178 {
        line-height: 178px !important;
    }
    .col-xs-lh179 {
        line-height: 179px !important;
    }
    .col-xs-lh180 {
        line-height: 180px !important;
    }
    .col-xs-lh181 {
        line-height: 181px !important;
    }
    .col-xs-lh182 {
        line-height: 182px !important;
    }
    .col-xs-lh183 {
        line-height: 183px !important;
    }
    .col-xs-lh184 {
        line-height: 184px !important;
    }
    .col-xs-lh185 {
        line-height: 185px !important;
    }
    .col-xs-lh186 {
        line-height: 186px !important;
    }
    .col-xs-lh187 {
        line-height: 187px !important;
    }
    .col-xs-lh188 {
        line-height: 188px !important;
    }
    .col-xs-lh189 {
        line-height: 189px !important;
    }
    .col-xs-lh190 {
        line-height: 190px !important;
    }
    .col-xs-lh191 {
        line-height: 191px !important;
    }
    .col-xs-lh192 {
        line-height: 192px !important;
    }
    .col-xs-lh193 {
        line-height: 193px !important;
    }
    .col-xs-lh194 {
        line-height: 194px !important;
    }
    .col-xs-lh195 {
        line-height: 195px !important;
    }
    .col-xs-lh196 {
        line-height: 196px !important;
    }
    .col-xs-lh197 {
        line-height: 197px !important;
    }
    .col-xs-lh198 {
        line-height: 198px !important;
    }
    .col-xs-lh199 {
        line-height: 199px !important;
    }
    .col-xs-lh200 {
        line-height: 200px !important;
    }
}
/* Xs End */




/* Responsive End */
/******---------- Line Height Settings End ----------******/
/*----- Location Settings -----*/
/* İnitial Settings */
.lli {
    left:initial !important;
}
.lri {
    right:initial !important;
}
.lti {
    top:initial !important;
}
.lbi {
    bottom:initial !important;
}
/* İnitial Settings End */
/* Location Left */

.ll0 {
    left: 0px !important;
}
.ll1 {
    left: 1px !important;
}
.ll2 {
    left: 2px !important;
}
.ll3 {
    left: 3px !important;
}
.ll4 {
    left: 4px !important;
}
.ll5 {
    left: 5px !important;
}
.ll6 {
    left: 6px !important;
}
.ll7 {
    left: 7px !important;
}
.ll8 {
    left: 8px !important;
}
.ll9 {
    left: 9px !important;
}
.ll10 {
    left: 10px !important;
}
.ll11 {
    left: 11px !important;
}
.ll12 {
    left: 12px !important;
}
.ll13 {
    left: 13px !important;
}
.ll14 {
    left: 14px !important;
}
.ll15 {
    left: 15px !important;
}
.ll16 {
    left: 16px !important;
}
.ll17 {
    left: 17px !important;
}
.ll18 {
    left: 18px !important;
}
.ll19 {
    left: 19px !important;
}
.ll20 {
    left: 20px !important;
}
.ll21 {
    left: 21px !important;
}
.ll22 {
    left: 22px !important;
}
.ll23 {
    left: 23px !important;
}
.ll24 {
    left: 24px !important;
}
.ll25 {
    left: 25px !important;
}
.ll26 {
    left: 26px !important;
}
.ll27 {
    left: 27px !important;
}
.ll28 {
    left: 28px !important;
}
.ll29 {
    left: 29px !important;
}
.ll30 {
    left: 30px !important;
}
.ll31 {
    left: 31px !important;
}
.ll32 {
    left: 32px !important;
}
.ll33 {
    left: 33px !important;
}
.ll34 {
    left: 34px !important;
}
.ll35 {
    left: 35px !important;
}
.ll36 {
    left: 36px !important;
}
.ll37 {
    left: 37px !important;
}
.ll38 {
    left: 38px !important;
}
.ll39 {
    left: 39px !important;
}
.ll40 {
    left: 40px !important;
}
.ll41 {
    left: 41px !important;
}
.ll42 {
    left: 42px !important;
}
.ll43 {
    left: 43px !important;
}
.ll44 {
    left: 44px !important;
}
.ll45 {
    left: 45px !important;
}
.ll46 {
    left: 46px !important;
}
.ll47 {
    left: 47px !important;
}
.ll48 {
    left: 48px !important;
}
.ll49 {
    left: 49px !important;
}
.ll50 {
    left: 50px !important;
}
.ll51 {
    left: 51px !important;
}
.ll52 {
    left: 52px !important;
}
.ll53 {
    left: 53px !important;
}
.ll54 {
    left: 54px !important;
}
.ll55 {
    left: 55px !important;
}
.ll56 {
    left: 56px !important;
}
.ll57 {
    left: 57px !important;
}
.ll58 {
    left: 58px !important;
}
.ll59 {
    left: 59px !important;
}
.ll60 {
    left: 60px !important;
}
.ll61 {
    left: 61px !important;
}
.ll62 {
    left: 62px !important;
}
.ll63 {
    left: 63px !important;
}
.ll64 {
    left: 64px !important;
}
.ll65 {
    left: 65px !important;
}
.ll66 {
    left: 66px !important;
}
.ll67 {
    left: 67px !important;
}
.ll68 {
    left: 68px !important;
}
.ll69 {
    left: 69px !important;
}
.ll70 {
    left: 70px !important;
}
.ll71 {
    left: 71px !important;
}
.ll72 {
    left: 72px !important;
}
.ll73 {
    left: 73px !important;
}
.ll74 {
    left: 74px !important;
}
.ll75 {
    left: 75px !important;
}
.ll76 {
    left: 76px !important;
}
.ll77 {
    left: 77px !important;
}
.ll78 {
    left: 78px !important;
}
.ll79 {
    left: 79px !important;
}
.ll80 {
    left: 80px !important;
}
.ll81 {
    left: 81px !important;
}
.ll82 {
    left: 82px !important;
}
.ll83 {
    left: 83px !important;
}
.ll84 {
    left: 84px !important;
}
.ll85 {
    left: 85px !important;
}
.ll86 {
    left: 86px !important;
}
.ll87 {
    left: 87px !important;
}
.ll88 {
    left: 88px !important;
}
.ll89 {
    left: 89px !important;
}
.ll90 {
    left: 90px !important;
}
.ll91 {
    left: 91px !important;
}
.ll92 {
    left: 92px !important;
}
.ll93 {
    left: 93px !important;
}
.ll94 {
    left: 94px !important;
}
.ll95 {
    left: 95px !important;
}
.ll96 {
    left: 96px !important;
}
.ll97 {
    left: 97px !important;
}
.ll98 {
    left: 98px !important;
}
.ll99 {
    left: 99px !important;
}
.ll100 {
    left: 100px !important;
}
.ll101 {
    left: 101px !important;
}
.ll102 {
    left: 102px !important;
}
.ll103 {
    left: 103px !important;
}
.ll104 {
    left: 104px !important;
}
.ll105 {
    left: 105px !important;
}
.ll106 {
    left: 106px !important;
}
.ll107 {
    left: 107px !important;
}
.ll108 {
    left: 108px !important;
}
.ll109 {
    left: 109px !important;
}
.ll110 {
    left: 110px !important;
}
.ll111 {
    left: 111px !important;
}
.ll112 {
    left: 112px !important;
}
.ll113 {
    left: 113px !important;
}
.ll114 {
    left: 114px !important;
}
.ll115 {
    left: 115px !important;
}
.ll116 {
    left: 116px !important;
}
.ll117 {
    left: 117px !important;
}
.ll118 {
    left: 118px !important;
}
.ll119 {
    left: 119px !important;
}
.ll120 {
    left: 120px !important;
}
.ll121 {
    left: 121px !important;
}
.ll122 {
    left: 122px !important;
}
.ll123 {
    left: 123px !important;
}
.ll124 {
    left: 124px !important;
}
.ll125 {
    left: 125px !important;
}
.ll126 {
    left: 126px !important;
}
.ll127 {
    left: 127px !important;
}
.ll128 {
    left: 128px !important;
}
.ll129 {
    left: 129px !important;
}
.ll130 {
    left: 130px !important;
}
.ll131 {
    left: 131px !important;
}
.ll132 {
    left: 132px !important;
}
.ll133 {
    left: 133px !important;
}
.ll134 {
    left: 134px !important;
}
.ll135 {
    left: 135px !important;
}
.ll136 {
    left: 136px !important;
}
.ll137 {
    left: 137px !important;
}
.ll138 {
    left: 138px !important;
}
.ll139 {
    left: 139px !important;
}
.ll140 {
    left: 140px !important;
}
.ll141 {
    left: 141px !important;
}
.ll142 {
    left: 142px !important;
}
.ll143 {
    left: 143px !important;
}
.ll144 {
    left: 144px !important;
}
.ll145 {
    left: 145px !important;
}
.ll146 {
    left: 146px !important;
}
.ll147 {
    left: 147px !important;
}
.ll148 {
    left: 148px !important;
}
.ll149 {
    left: 149px !important;
}
.ll150 {
    left: 150px !important;
}
.ll151 {
    left: 151px !important;
}
.ll152 {
    left: 152px !important;
}
.ll153 {
    left: 153px !important;
}
.ll154 {
    left: 154px !important;
}
.ll155 {
    left: 155px !important;
}
.ll156 {
    left: 156px !important;
}
.ll157 {
    left: 157px !important;
}
.ll158 {
    left: 158px !important;
}
.ll159 {
    left: 159px !important;
}
.ll160 {
    left: 160px !important;
}
.ll161 {
    left: 161px !important;
}
.ll162 {
    left: 162px !important;
}
.ll163 {
    left: 163px !important;
}
.ll164 {
    left: 164px !important;
}
.ll165 {
    left: 165px !important;
}
.ll166 {
    left: 166px !important;
}
.ll167 {
    left: 167px !important;
}
.ll168 {
    left: 168px !important;
}
.ll169 {
    left: 169px !important;
}
.ll170 {
    left: 170px !important;
}
.ll171 {
    left: 171px !important;
}
.ll172 {
    left: 172px !important;
}
.ll173 {
    left: 173px !important;
}
.ll174 {
    left: 174px !important;
}
.ll175 {
    left: 175px !important;
}
.ll176 {
    left: 176px !important;
}
.ll177 {
    left: 177px !important;
}
.ll178 {
    left: 178px !important;
}
.ll179 {
    left: 179px !important;
}
.ll180 {
    left: 180px !important;
}
.ll181 {
    left: 181px !important;
}
.ll182 {
    left: 182px !important;
}
.ll183 {
    left: 183px !important;
}
.ll184 {
    left: 184px !important;
}
.ll185 {
    left: 185px !important;
}
.ll186 {
    left: 186px !important;
}
.ll187 {
    left: 187px !important;
}
.ll188 {
    left: 188px !important;
}
.ll189 {
    left: 189px !important;
}
.ll190 {
    left: 190px !important;
}
.ll191 {
    left: 191px !important;
}
.ll192 {
    left: 192px !important;
}
.ll193 {
    left: 193px !important;
}
.ll194 {
    left: 194px !important;
}
.ll195 {
    left: 195px !important;
}
.ll196 {
    left: 196px !important;
}
.ll197 {
    left: 197px !important;
}
.ll198 {
    left: 198px !important;
}
.ll199 {
    left: 199px !important;
}
.ll200 {
    left: 200px !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-ll0 {
        left: 0px !important;
    }
    .col-sm-ll1 {
        left: 1px !important;
    }
    .col-sm-ll2 {
        left: 2px !important;
    }
    .col-sm-ll3 {
        left: 3px !important;
    }
    .col-sm-ll4 {
        left: 4px !important;
    }
    .col-sm-ll5 {
        left: 5px !important;
    }
    .col-sm-ll6 {
        left: 6px !important;
    }
    .col-sm-ll7 {
        left: 7px !important;
    }
    .col-sm-ll8 {
        left: 8px !important;
    }
    .col-sm-ll9 {
        left: 9px !important;
    }
    .col-sm-ll10 {
        left: 10px !important;
    }
    .col-sm-ll11 {
        left: 11px !important;
    }
    .col-sm-ll12 {
        left: 12px !important;
    }
    .col-sm-ll13 {
        left: 13px !important;
    }
    .col-sm-ll14 {
        left: 14px !important;
    }
    .col-sm-ll15 {
        left: 15px !important;
    }
    .col-sm-ll16 {
        left: 16px !important;
    }
    .col-sm-ll17 {
        left: 17px !important;
    }
    .col-sm-ll18 {
        left: 18px !important;
    }
    .col-sm-ll19 {
        left: 19px !important;
    }
    .col-sm-ll20 {
        left: 20px !important;
    }
    .col-sm-ll21 {
        left: 21px !important;
    }
    .col-sm-ll22 {
        left: 22px !important;
    }
    .col-sm-ll23 {
        left: 23px !important;
    }
    .col-sm-ll24 {
        left: 24px !important;
    }
    .col-sm-ll25 {
        left: 25px !important;
    }
    .col-sm-ll26 {
        left: 26px !important;
    }
    .col-sm-ll27 {
        left: 27px !important;
    }
    .col-sm-ll28 {
        left: 28px !important;
    }
    .col-sm-ll29 {
        left: 29px !important;
    }
    .col-sm-ll30 {
        left: 30px !important;
    }
    .col-sm-ll31 {
        left: 31px !important;
    }
    .col-sm-ll32 {
        left: 32px !important;
    }
    .col-sm-ll33 {
        left: 33px !important;
    }
    .col-sm-ll34 {
        left: 34px !important;
    }
    .col-sm-ll35 {
        left: 35px !important;
    }
    .col-sm-ll36 {
        left: 36px !important;
    }
    .col-sm-ll37 {
        left: 37px !important;
    }
    .col-sm-ll38 {
        left: 38px !important;
    }
    .col-sm-ll39 {
        left: 39px !important;
    }
    .col-sm-ll40 {
        left: 40px !important;
    }
    .col-sm-ll41 {
        left: 41px !important;
    }
    .col-sm-ll42 {
        left: 42px !important;
    }
    .col-sm-ll43 {
        left: 43px !important;
    }
    .col-sm-ll44 {
        left: 44px !important;
    }
    .col-sm-ll45 {
        left: 45px !important;
    }
    .col-sm-ll46 {
        left: 46px !important;
    }
    .col-sm-ll47 {
        left: 47px !important;
    }
    .col-sm-ll48 {
        left: 48px !important;
    }
    .col-sm-ll49 {
        left: 49px !important;
    }
    .col-sm-ll50 {
        left: 50px !important;
    }
    .col-sm-ll51 {
        left: 51px !important;
    }
    .col-sm-ll52 {
        left: 52px !important;
    }
    .col-sm-ll53 {
        left: 53px !important;
    }
    .col-sm-ll54 {
        left: 54px !important;
    }
    .col-sm-ll55 {
        left: 55px !important;
    }
    .col-sm-ll56 {
        left: 56px !important;
    }
    .col-sm-ll57 {
        left: 57px !important;
    }
    .col-sm-ll58 {
        left: 58px !important;
    }
    .col-sm-ll59 {
        left: 59px !important;
    }
    .col-sm-ll60 {
        left: 60px !important;
    }
    .col-sm-ll61 {
        left: 61px !important;
    }
    .col-sm-ll62 {
        left: 62px !important;
    }
    .col-sm-ll63 {
        left: 63px !important;
    }
    .col-sm-ll64 {
        left: 64px !important;
    }
    .col-sm-ll65 {
        left: 65px !important;
    }
    .col-sm-ll66 {
        left: 66px !important;
    }
    .col-sm-ll67 {
        left: 67px !important;
    }
    .col-sm-ll68 {
        left: 68px !important;
    }
    .col-sm-ll69 {
        left: 69px !important;
    }
    .col-sm-ll70 {
        left: 70px !important;
    }
    .col-sm-ll71 {
        left: 71px !important;
    }
    .col-sm-ll72 {
        left: 72px !important;
    }
    .col-sm-ll73 {
        left: 73px !important;
    }
    .col-sm-ll74 {
        left: 74px !important;
    }
    .col-sm-ll75 {
        left: 75px !important;
    }
    .col-sm-ll76 {
        left: 76px !important;
    }
    .col-sm-ll77 {
        left: 77px !important;
    }
    .col-sm-ll78 {
        left: 78px !important;
    }
    .col-sm-ll79 {
        left: 79px !important;
    }
    .col-sm-ll80 {
        left: 80px !important;
    }
    .col-sm-ll81 {
        left: 81px !important;
    }
    .col-sm-ll82 {
        left: 82px !important;
    }
    .col-sm-ll83 {
        left: 83px !important;
    }
    .col-sm-ll84 {
        left: 84px !important;
    }
    .col-sm-ll85 {
        left: 85px !important;
    }
    .col-sm-ll86 {
        left: 86px !important;
    }
    .col-sm-ll87 {
        left: 87px !important;
    }
    .col-sm-ll88 {
        left: 88px !important;
    }
    .col-sm-ll89 {
        left: 89px !important;
    }
    .col-sm-ll90 {
        left: 90px !important;
    }
    .col-sm-ll91 {
        left: 91px !important;
    }
    .col-sm-ll92 {
        left: 92px !important;
    }
    .col-sm-ll93 {
        left: 93px !important;
    }
    .col-sm-ll94 {
        left: 94px !important;
    }
    .col-sm-ll95 {
        left: 95px !important;
    }
    .col-sm-ll96 {
        left: 96px !important;
    }
    .col-sm-ll97 {
        left: 97px !important;
    }
    .col-sm-ll98 {
        left: 98px !important;
    }
    .col-sm-ll99 {
        left: 99px !important;
    }
    .col-sm-ll100 {
        left: 100px !important;
    }
    .col-sm-ll101 {
        left: 101px !important;
    }
    .col-sm-ll102 {
        left: 102px !important;
    }
    .col-sm-ll103 {
        left: 103px !important;
    }
    .col-sm-ll104 {
        left: 104px !important;
    }
    .col-sm-ll105 {
        left: 105px !important;
    }
    .col-sm-ll106 {
        left: 106px !important;
    }
    .col-sm-ll107 {
        left: 107px !important;
    }
    .col-sm-ll108 {
        left: 108px !important;
    }
    .col-sm-ll109 {
        left: 109px !important;
    }
    .col-sm-ll110 {
        left: 110px !important;
    }
    .col-sm-ll111 {
        left: 111px !important;
    }
    .col-sm-ll112 {
        left: 112px !important;
    }
    .col-sm-ll113 {
        left: 113px !important;
    }
    .col-sm-ll114 {
        left: 114px !important;
    }
    .col-sm-ll115 {
        left: 115px !important;
    }
    .col-sm-ll116 {
        left: 116px !important;
    }
    .col-sm-ll117 {
        left: 117px !important;
    }
    .col-sm-ll118 {
        left: 118px !important;
    }
    .col-sm-ll119 {
        left: 119px !important;
    }
    .col-sm-ll120 {
        left: 120px !important;
    }
    .col-sm-ll121 {
        left: 121px !important;
    }
    .col-sm-ll122 {
        left: 122px !important;
    }
    .col-sm-ll123 {
        left: 123px !important;
    }
    .col-sm-ll124 {
        left: 124px !important;
    }
    .col-sm-ll125 {
        left: 125px !important;
    }
    .col-sm-ll126 {
        left: 126px !important;
    }
    .col-sm-ll127 {
        left: 127px !important;
    }
    .col-sm-ll128 {
        left: 128px !important;
    }
    .col-sm-ll129 {
        left: 129px !important;
    }
    .col-sm-ll130 {
        left: 130px !important;
    }
    .col-sm-ll131 {
        left: 131px !important;
    }
    .col-sm-ll132 {
        left: 132px !important;
    }
    .col-sm-ll133 {
        left: 133px !important;
    }
    .col-sm-ll134 {
        left: 134px !important;
    }
    .col-sm-ll135 {
        left: 135px !important;
    }
    .col-sm-ll136 {
        left: 136px !important;
    }
    .col-sm-ll137 {
        left: 137px !important;
    }
    .col-sm-ll138 {
        left: 138px !important;
    }
    .col-sm-ll139 {
        left: 139px !important;
    }
    .col-sm-ll140 {
        left: 140px !important;
    }
    .col-sm-ll141 {
        left: 141px !important;
    }
    .col-sm-ll142 {
        left: 142px !important;
    }
    .col-sm-ll143 {
        left: 143px !important;
    }
    .col-sm-ll144 {
        left: 144px !important;
    }
    .col-sm-ll145 {
        left: 145px !important;
    }
    .col-sm-ll146 {
        left: 146px !important;
    }
    .col-sm-ll147 {
        left: 147px !important;
    }
    .col-sm-ll148 {
        left: 148px !important;
    }
    .col-sm-ll149 {
        left: 149px !important;
    }
    .col-sm-ll150 {
        left: 150px !important;
    }
    .col-sm-ll151 {
        left: 151px !important;
    }
    .col-sm-ll152 {
        left: 152px !important;
    }
    .col-sm-ll153 {
        left: 153px !important;
    }
    .col-sm-ll154 {
        left: 154px !important;
    }
    .col-sm-ll155 {
        left: 155px !important;
    }
    .col-sm-ll156 {
        left: 156px !important;
    }
    .col-sm-ll157 {
        left: 157px !important;
    }
    .col-sm-ll158 {
        left: 158px !important;
    }
    .col-sm-ll159 {
        left: 159px !important;
    }
    .col-sm-ll160 {
        left: 160px !important;
    }
    .col-sm-ll161 {
        left: 161px !important;
    }
    .col-sm-ll162 {
        left: 162px !important;
    }
    .col-sm-ll163 {
        left: 163px !important;
    }
    .col-sm-ll164 {
        left: 164px !important;
    }
    .col-sm-ll165 {
        left: 165px !important;
    }
    .col-sm-ll166 {
        left: 166px !important;
    }
    .col-sm-ll167 {
        left: 167px !important;
    }
    .col-sm-ll168 {
        left: 168px !important;
    }
    .col-sm-ll169 {
        left: 169px !important;
    }
    .col-sm-ll170 {
        left: 170px !important;
    }
    .col-sm-ll171 {
        left: 171px !important;
    }
    .col-sm-ll172 {
        left: 172px !important;
    }
    .col-sm-ll173 {
        left: 173px !important;
    }
    .col-sm-ll174 {
        left: 174px !important;
    }
    .col-sm-ll175 {
        left: 175px !important;
    }
    .col-sm-ll176 {
        left: 176px !important;
    }
    .col-sm-ll177 {
        left: 177px !important;
    }
    .col-sm-ll178 {
        left: 178px !important;
    }
    .col-sm-ll179 {
        left: 179px !important;
    }
    .col-sm-ll180 {
        left: 180px !important;
    }
    .col-sm-ll181 {
        left: 181px !important;
    }
    .col-sm-ll182 {
        left: 182px !important;
    }
    .col-sm-ll183 {
        left: 183px !important;
    }
    .col-sm-ll184 {
        left: 184px !important;
    }
    .col-sm-ll185 {
        left: 185px !important;
    }
    .col-sm-ll186 {
        left: 186px !important;
    }
    .col-sm-ll187 {
        left: 187px !important;
    }
    .col-sm-ll188 {
        left: 188px !important;
    }
    .col-sm-ll189 {
        left: 189px !important;
    }
    .col-sm-ll190 {
        left: 190px !important;
    }
    .col-sm-ll191 {
        left: 191px !important;
    }
    .col-sm-ll192 {
        left: 192px !important;
    }
    .col-sm-ll193 {
        left: 193px !important;
    }
    .col-sm-ll194 {
        left: 194px !important;
    }
    .col-sm-ll195 {
        left: 195px !important;
    }
    .col-sm-ll196 {
        left: 196px !important;
    }
    .col-sm-ll197 {
        left: 197px !important;
    }
    .col-sm-ll198 {
        left: 198px !important;
    }
    .col-sm-ll199 {
        left: 199px !important;
    }
    .col-sm-ll200 {
        left: 200px !important;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-ll0 {
        left: 0px !important;
    }
    .col-xs-ll1 {
        left: 1px !important;
    }
    .col-xs-ll2 {
        left: 2px !important;
    }
    .col-xs-ll3 {
        left: 3px !important;
    }
    .col-xs-ll4 {
        left: 4px !important;
    }
    .col-xs-ll5 {
        left: 5px !important;
    }
    .col-xs-ll6 {
        left: 6px !important;
    }
    .col-xs-ll7 {
        left: 7px !important;
    }
    .col-xs-ll8 {
        left: 8px !important;
    }
    .col-xs-ll9 {
        left: 9px !important;
    }
    .col-xs-ll10 {
        left: 10px !important;
    }
    .col-xs-ll11 {
        left: 11px !important;
    }
    .col-xs-ll12 {
        left: 12px !important;
    }
    .col-xs-ll13 {
        left: 13px !important;
    }
    .col-xs-ll14 {
        left: 14px !important;
    }
    .col-xs-ll15 {
        left: 15px !important;
    }
    .col-xs-ll16 {
        left: 16px !important;
    }
    .col-xs-ll17 {
        left: 17px !important;
    }
    .col-xs-ll18 {
        left: 18px !important;
    }
    .col-xs-ll19 {
        left: 19px !important;
    }
    .col-xs-ll20 {
        left: 20px !important;
    }
    .col-xs-ll21 {
        left: 21px !important;
    }
    .col-xs-ll22 {
        left: 22px !important;
    }
    .col-xs-ll23 {
        left: 23px !important;
    }
    .col-xs-ll24 {
        left: 24px !important;
    }
    .col-xs-ll25 {
        left: 25px !important;
    }
    .col-xs-ll26 {
        left: 26px !important;
    }
    .col-xs-ll27 {
        left: 27px !important;
    }
    .col-xs-ll28 {
        left: 28px !important;
    }
    .col-xs-ll29 {
        left: 29px !important;
    }
    .col-xs-ll30 {
        left: 30px !important;
    }
    .col-xs-ll31 {
        left: 31px !important;
    }
    .col-xs-ll32 {
        left: 32px !important;
    }
    .col-xs-ll33 {
        left: 33px !important;
    }
    .col-xs-ll34 {
        left: 34px !important;
    }
    .col-xs-ll35 {
        left: 35px !important;
    }
    .col-xs-ll36 {
        left: 36px !important;
    }
    .col-xs-ll37 {
        left: 37px !important;
    }
    .col-xs-ll38 {
        left: 38px !important;
    }
    .col-xs-ll39 {
        left: 39px !important;
    }
    .col-xs-ll40 {
        left: 40px !important;
    }
    .col-xs-ll41 {
        left: 41px !important;
    }
    .col-xs-ll42 {
        left: 42px !important;
    }
    .col-xs-ll43 {
        left: 43px !important;
    }
    .col-xs-ll44 {
        left: 44px !important;
    }
    .col-xs-ll45 {
        left: 45px !important;
    }
    .col-xs-ll46 {
        left: 46px !important;
    }
    .col-xs-ll47 {
        left: 47px !important;
    }
    .col-xs-ll48 {
        left: 48px !important;
    }
    .col-xs-ll49 {
        left: 49px !important;
    }
    .col-xs-ll50 {
        left: 50px !important;
    }
    .col-xs-ll51 {
        left: 51px !important;
    }
    .col-xs-ll52 {
        left: 52px !important;
    }
    .col-xs-ll53 {
        left: 53px !important;
    }
    .col-xs-ll54 {
        left: 54px !important;
    }
    .col-xs-ll55 {
        left: 55px !important;
    }
    .col-xs-ll56 {
        left: 56px !important;
    }
    .col-xs-ll57 {
        left: 57px !important;
    }
    .col-xs-ll58 {
        left: 58px !important;
    }
    .col-xs-ll59 {
        left: 59px !important;
    }
    .col-xs-ll60 {
        left: 60px !important;
    }
    .col-xs-ll61 {
        left: 61px !important;
    }
    .col-xs-ll62 {
        left: 62px !important;
    }
    .col-xs-ll63 {
        left: 63px !important;
    }
    .col-xs-ll64 {
        left: 64px !important;
    }
    .col-xs-ll65 {
        left: 65px !important;
    }
    .col-xs-ll66 {
        left: 66px !important;
    }
    .col-xs-ll67 {
        left: 67px !important;
    }
    .col-xs-ll68 {
        left: 68px !important;
    }
    .col-xs-ll69 {
        left: 69px !important;
    }
    .col-xs-ll70 {
        left: 70px !important;
    }
    .col-xs-ll71 {
        left: 71px !important;
    }
    .col-xs-ll72 {
        left: 72px !important;
    }
    .col-xs-ll73 {
        left: 73px !important;
    }
    .col-xs-ll74 {
        left: 74px !important;
    }
    .col-xs-ll75 {
        left: 75px !important;
    }
    .col-xs-ll76 {
        left: 76px !important;
    }
    .col-xs-ll77 {
        left: 77px !important;
    }
    .col-xs-ll78 {
        left: 78px !important;
    }
    .col-xs-ll79 {
        left: 79px !important;
    }
    .col-xs-ll80 {
        left: 80px !important;
    }
    .col-xs-ll81 {
        left: 81px !important;
    }
    .col-xs-ll82 {
        left: 82px !important;
    }
    .col-xs-ll83 {
        left: 83px !important;
    }
    .col-xs-ll84 {
        left: 84px !important;
    }
    .col-xs-ll85 {
        left: 85px !important;
    }
    .col-xs-ll86 {
        left: 86px !important;
    }
    .col-xs-ll87 {
        left: 87px !important;
    }
    .col-xs-ll88 {
        left: 88px !important;
    }
    .col-xs-ll89 {
        left: 89px !important;
    }
    .col-xs-ll90 {
        left: 90px !important;
    }
    .col-xs-ll91 {
        left: 91px !important;
    }
    .col-xs-ll92 {
        left: 92px !important;
    }
    .col-xs-ll93 {
        left: 93px !important;
    }
    .col-xs-ll94 {
        left: 94px !important;
    }
    .col-xs-ll95 {
        left: 95px !important;
    }
    .col-xs-ll96 {
        left: 96px !important;
    }
    .col-xs-ll97 {
        left: 97px !important;
    }
    .col-xs-ll98 {
        left: 98px !important;
    }
    .col-xs-ll99 {
        left: 99px !important;
    }
    .col-xs-ll100 {
        left: 100px !important;
    }
    .col-xs-ll101 {
        left: 101px !important;
    }
    .col-xs-ll102 {
        left: 102px !important;
    }
    .col-xs-ll103 {
        left: 103px !important;
    }
    .col-xs-ll104 {
        left: 104px !important;
    }
    .col-xs-ll105 {
        left: 105px !important;
    }
    .col-xs-ll106 {
        left: 106px !important;
    }
    .col-xs-ll107 {
        left: 107px !important;
    }
    .col-xs-ll108 {
        left: 108px !important;
    }
    .col-xs-ll109 {
        left: 109px !important;
    }
    .col-xs-ll110 {
        left: 110px !important;
    }
    .col-xs-ll111 {
        left: 111px !important;
    }
    .col-xs-ll112 {
        left: 112px !important;
    }
    .col-xs-ll113 {
        left: 113px !important;
    }
    .col-xs-ll114 {
        left: 114px !important;
    }
    .col-xs-ll115 {
        left: 115px !important;
    }
    .col-xs-ll116 {
        left: 116px !important;
    }
    .col-xs-ll117 {
        left: 117px !important;
    }
    .col-xs-ll118 {
        left: 118px !important;
    }
    .col-xs-ll119 {
        left: 119px !important;
    }
    .col-xs-ll120 {
        left: 120px !important;
    }
    .col-xs-ll121 {
        left: 121px !important;
    }
    .col-xs-ll122 {
        left: 122px !important;
    }
    .col-xs-ll123 {
        left: 123px !important;
    }
    .col-xs-ll124 {
        left: 124px !important;
    }
    .col-xs-ll125 {
        left: 125px !important;
    }
    .col-xs-ll126 {
        left: 126px !important;
    }
    .col-xs-ll127 {
        left: 127px !important;
    }
    .col-xs-ll128 {
        left: 128px !important;
    }
    .col-xs-ll129 {
        left: 129px !important;
    }
    .col-xs-ll130 {
        left: 130px !important;
    }
    .col-xs-ll131 {
        left: 131px !important;
    }
    .col-xs-ll132 {
        left: 132px !important;
    }
    .col-xs-ll133 {
        left: 133px !important;
    }
    .col-xs-ll134 {
        left: 134px !important;
    }
    .col-xs-ll135 {
        left: 135px !important;
    }
    .col-xs-ll136 {
        left: 136px !important;
    }
    .col-xs-ll137 {
        left: 137px !important;
    }
    .col-xs-ll138 {
        left: 138px !important;
    }
    .col-xs-ll139 {
        left: 139px !important;
    }
    .col-xs-ll140 {
        left: 140px !important;
    }
    .col-xs-ll141 {
        left: 141px !important;
    }
    .col-xs-ll142 {
        left: 142px !important;
    }
    .col-xs-ll143 {
        left: 143px !important;
    }
    .col-xs-ll144 {
        left: 144px !important;
    }
    .col-xs-ll145 {
        left: 145px !important;
    }
    .col-xs-ll146 {
        left: 146px !important;
    }
    .col-xs-ll147 {
        left: 147px !important;
    }
    .col-xs-ll148 {
        left: 148px !important;
    }
    .col-xs-ll149 {
        left: 149px !important;
    }
    .col-xs-ll150 {
        left: 150px !important;
    }
    .col-xs-ll151 {
        left: 151px !important;
    }
    .col-xs-ll152 {
        left: 152px !important;
    }
    .col-xs-ll153 {
        left: 153px !important;
    }
    .col-xs-ll154 {
        left: 154px !important;
    }
    .col-xs-ll155 {
        left: 155px !important;
    }
    .col-xs-ll156 {
        left: 156px !important;
    }
    .col-xs-ll157 {
        left: 157px !important;
    }
    .col-xs-ll158 {
        left: 158px !important;
    }
    .col-xs-ll159 {
        left: 159px !important;
    }
    .col-xs-ll160 {
        left: 160px !important;
    }
    .col-xs-ll161 {
        left: 161px !important;
    }
    .col-xs-ll162 {
        left: 162px !important;
    }
    .col-xs-ll163 {
        left: 163px !important;
    }
    .col-xs-ll164 {
        left: 164px !important;
    }
    .col-xs-ll165 {
        left: 165px !important;
    }
    .col-xs-ll166 {
        left: 166px !important;
    }
    .col-xs-ll167 {
        left: 167px !important;
    }
    .col-xs-ll168 {
        left: 168px !important;
    }
    .col-xs-ll169 {
        left: 169px !important;
    }
    .col-xs-ll170 {
        left: 170px !important;
    }
    .col-xs-ll171 {
        left: 171px !important;
    }
    .col-xs-ll172 {
        left: 172px !important;
    }
    .col-xs-ll173 {
        left: 173px !important;
    }
    .col-xs-ll174 {
        left: 174px !important;
    }
    .col-xs-ll175 {
        left: 175px !important;
    }
    .col-xs-ll176 {
        left: 176px !important;
    }
    .col-xs-ll177 {
        left: 177px !important;
    }
    .col-xs-ll178 {
        left: 178px !important;
    }
    .col-xs-ll179 {
        left: 179px !important;
    }
    .col-xs-ll180 {
        left: 180px !important;
    }
    .col-xs-ll181 {
        left: 181px !important;
    }
    .col-xs-ll182 {
        left: 182px !important;
    }
    .col-xs-ll183 {
        left: 183px !important;
    }
    .col-xs-ll184 {
        left: 184px !important;
    }
    .col-xs-ll185 {
        left: 185px !important;
    }
    .col-xs-ll186 {
        left: 186px !important;
    }
    .col-xs-ll187 {
        left: 187px !important;
    }
    .col-xs-ll188 {
        left: 188px !important;
    }
    .col-xs-ll189 {
        left: 189px !important;
    }
    .col-xs-ll190 {
        left: 190px !important;
    }
    .col-xs-ll191 {
        left: 191px !important;
    }
    .col-xs-ll192 {
        left: 192px !important;
    }
    .col-xs-ll193 {
        left: 193px !important;
    }
    .col-xs-ll194 {
        left: 194px !important;
    }
    .col-xs-ll195 {
        left: 195px !important;
    }
    .col-xs-ll196 {
        left: 196px !important;
    }
    .col-xs-ll197 {
        left: 197px !important;
    }
    .col-xs-ll198 {
        left: 198px !important;
    }
    .col-xs-ll199 {
        left: 199px !important;
    }
    .col-xs-ll200 {
        left: 200px !important;
    }
}
/* Responsive Settings End */
/* Location Left End */
/* Location Right */

.lr0 {
    right: 0px !important;
}
.lr1 {
    right: 1px !important;
}
.lr2 {
    right: 2px !important;
}
.lr3 {
    right: 3px !important;
}
.lr4 {
    right: 4px !important;
}
.lr5 {
    right: 5px !important;
}
.lr6 {
    right: 6px !important;
}
.lr7 {
    right: 7px !important;
}
.lr8 {
    right: 8px !important;
}
.lr9 {
    right: 9px !important;
}
.lr10 {
    right: 10px !important;
}
.lr11 {
    right: 11px !important;
}
.lr12 {
    right: 12px !important;
}
.lr13 {
    right: 13px !important;
}
.lr14 {
    right: 14px !important;
}
.lr15 {
    right: 15px !important;
}
.lr16 {
    right: 16px !important;
}
.lr17 {
    right: 17px !important;
}
.lr18 {
    right: 18px !important;
}
.lr19 {
    right: 19px !important;
}
.lr20 {
    right: 20px !important;
}
.lr21 {
    right: 21px !important;
}
.lr22 {
    right: 22px !important;
}
.lr23 {
    right: 23px !important;
}
.lr24 {
    right: 24px !important;
}
.lr25 {
    right: 25px !important;
}
.lr26 {
    right: 26px !important;
}
.lr27 {
    right: 27px !important;
}
.lr28 {
    right: 28px !important;
}
.lr29 {
    right: 29px !important;
}
.lr30 {
    right: 30px !important;
}
.lr31 {
    right: 31px !important;
}
.lr32 {
    right: 32px !important;
}
.lr33 {
    right: 33px !important;
}
.lr34 {
    right: 34px !important;
}
.lr35 {
    right: 35px !important;
}
.lr36 {
    right: 36px !important;
}
.lr37 {
    right: 37px !important;
}
.lr38 {
    right: 38px !important;
}
.lr39 {
    right: 39px !important;
}
.lr40 {
    right: 40px !important;
}
.lr41 {
    right: 41px !important;
}
.lr42 {
    right: 42px !important;
}
.lr43 {
    right: 43px !important;
}
.lr44 {
    right: 44px !important;
}
.lr45 {
    right: 45px !important;
}
.lr46 {
    right: 46px !important;
}
.lr47 {
    right: 47px !important;
}
.lr48 {
    right: 48px !important;
}
.lr49 {
    right: 49px !important;
}
.lr50 {
    right: 50px !important;
}
.lr51 {
    right: 51px !important;
}
.lr52 {
    right: 52px !important;
}
.lr53 {
    right: 53px !important;
}
.lr54 {
    right: 54px !important;
}
.lr55 {
    right: 55px !important;
}
.lr56 {
    right: 56px !important;
}
.lr57 {
    right: 57px !important;
}
.lr58 {
    right: 58px !important;
}
.lr59 {
    right: 59px !important;
}
.lr60 {
    right: 60px !important;
}
.lr61 {
    right: 61px !important;
}
.lr62 {
    right: 62px !important;
}
.lr63 {
    right: 63px !important;
}
.lr64 {
    right: 64px !important;
}
.lr65 {
    right: 65px !important;
}
.lr66 {
    right: 66px !important;
}
.lr67 {
    right: 67px !important;
}
.lr68 {
    right: 68px !important;
}
.lr69 {
    right: 69px !important;
}
.lr70 {
    right: 70px !important;
}
.lr71 {
    right: 71px !important;
}
.lr72 {
    right: 72px !important;
}
.lr73 {
    right: 73px !important;
}
.lr74 {
    right: 74px !important;
}
.lr75 {
    right: 75px !important;
}
.lr76 {
    right: 76px !important;
}
.lr77 {
    right: 77px !important;
}
.lr78 {
    right: 78px !important;
}
.lr79 {
    right: 79px !important;
}
.lr80 {
    right: 80px !important;
}
.lr81 {
    right: 81px !important;
}
.lr82 {
    right: 82px !important;
}
.lr83 {
    right: 83px !important;
}
.lr84 {
    right: 84px !important;
}
.lr85 {
    right: 85px !important;
}
.lr86 {
    right: 86px !important;
}
.lr87 {
    right: 87px !important;
}
.lr88 {
    right: 88px !important;
}
.lr89 {
    right: 89px !important;
}
.lr90 {
    right: 90px !important;
}
.lr91 {
    right: 91px !important;
}
.lr92 {
    right: 92px !important;
}
.lr93 {
    right: 93px !important;
}
.lr94 {
    right: 94px !important;
}
.lr95 {
    right: 95px !important;
}
.lr96 {
    right: 96px !important;
}
.lr97 {
    right: 97px !important;
}
.lr98 {
    right: 98px !important;
}
.lr99 {
    right: 99px !important;
}
.lr100 {
    right: 100px !important;
}
.lr101 {
    right: 101px !important;
}
.lr102 {
    right: 102px !important;
}
.lr103 {
    right: 103px !important;
}
.lr104 {
    right: 104px !important;
}
.lr105 {
    right: 105px !important;
}
.lr106 {
    right: 106px !important;
}
.lr107 {
    right: 107px !important;
}
.lr108 {
    right: 108px !important;
}
.lr109 {
    right: 109px !important;
}
.lr110 {
    right: 110px !important;
}
.lr111 {
    right: 111px !important;
}
.lr112 {
    right: 112px !important;
}
.lr113 {
    right: 113px !important;
}
.lr114 {
    right: 114px !important;
}
.lr115 {
    right: 115px !important;
}
.lr116 {
    right: 116px !important;
}
.lr117 {
    right: 117px !important;
}
.lr118 {
    right: 118px !important;
}
.lr119 {
    right: 119px !important;
}
.lr120 {
    right: 120px !important;
}
.lr121 {
    right: 121px !important;
}
.lr122 {
    right: 122px !important;
}
.lr123 {
    right: 123px !important;
}
.lr124 {
    right: 124px !important;
}
.lr125 {
    right: 125px !important;
}
.lr126 {
    right: 126px !important;
}
.lr127 {
    right: 127px !important;
}
.lr128 {
    right: 128px !important;
}
.lr129 {
    right: 129px !important;
}
.lr130 {
    right: 130px !important;
}
.lr131 {
    right: 131px !important;
}
.lr132 {
    right: 132px !important;
}
.lr133 {
    right: 133px !important;
}
.lr134 {
    right: 134px !important;
}
.lr135 {
    right: 135px !important;
}
.lr136 {
    right: 136px !important;
}
.lr137 {
    right: 137px !important;
}
.lr138 {
    right: 138px !important;
}
.lr139 {
    right: 139px !important;
}
.lr140 {
    right: 140px !important;
}
.lr141 {
    right: 141px !important;
}
.lr142 {
    right: 142px !important;
}
.lr143 {
    right: 143px !important;
}
.lr144 {
    right: 144px !important;
}
.lr145 {
    right: 145px !important;
}
.lr146 {
    right: 146px !important;
}
.lr147 {
    right: 147px !important;
}
.lr148 {
    right: 148px !important;
}
.lr149 {
    right: 149px !important;
}
.lr150 {
    right: 150px !important;
}
.lr151 {
    right: 151px !important;
}
.lr152 {
    right: 152px !important;
}
.lr153 {
    right: 153px !important;
}
.lr154 {
    right: 154px !important;
}
.lr155 {
    right: 155px !important;
}
.lr156 {
    right: 156px !important;
}
.lr157 {
    right: 157px !important;
}
.lr158 {
    right: 158px !important;
}
.lr159 {
    right: 159px !important;
}
.lr160 {
    right: 160px !important;
}
.lr161 {
    right: 161px !important;
}
.lr162 {
    right: 162px !important;
}
.lr163 {
    right: 163px !important;
}
.lr164 {
    right: 164px !important;
}
.lr165 {
    right: 165px !important;
}
.lr166 {
    right: 166px !important;
}
.lr167 {
    right: 167px !important;
}
.lr168 {
    right: 168px !important;
}
.lr169 {
    right: 169px !important;
}
.lr170 {
    right: 170px !important;
}
.lr171 {
    right: 171px !important;
}
.lr172 {
    right: 172px !important;
}
.lr173 {
    right: 173px !important;
}
.lr174 {
    right: 174px !important;
}
.lr175 {
    right: 175px !important;
}
.lr176 {
    right: 176px !important;
}
.lr177 {
    right: 177px !important;
}
.lr178 {
    right: 178px !important;
}
.lr179 {
    right: 179px !important;
}
.lr180 {
    right: 180px !important;
}
.lr181 {
    right: 181px !important;
}
.lr182 {
    right: 182px !important;
}
.lr183 {
    right: 183px !important;
}
.lr184 {
    right: 184px !important;
}
.lr185 {
    right: 185px !important;
}
.lr186 {
    right: 186px !important;
}
.lr187 {
    right: 187px !important;
}
.lr188 {
    right: 188px !important;
}
.lr189 {
    right: 189px !important;
}
.lr190 {
    right: 190px !important;
}
.lr191 {
    right: 191px !important;
}
.lr192 {
    right: 192px !important;
}
.lr193 {
    right: 193px !important;
}
.lr194 {
    right: 194px !important;
}
.lr195 {
    right: 195px !important;
}
.lr196 {
    right: 196px !important;
}
.lr197 {
    right: 197px !important;
}
.lr198 {
    right: 198px !important;
}
.lr199 {
    right: 199px !important;
}
.lr200 {
    right: 200px !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-lr0 {
        right: 0px !important;
    }
    .col-sm-lr1 {
        right: 1px !important;
    }
    .col-sm-lr2 {
        right: 2px !important;
    }
    .col-sm-lr3 {
        right: 3px !important;
    }
    .col-sm-lr4 {
        right: 4px !important;
    }
    .col-sm-lr5 {
        right: 5px !important;
    }
    .col-sm-lr6 {
        right: 6px !important;
    }
    .col-sm-lr7 {
        right: 7px !important;
    }
    .col-sm-lr8 {
        right: 8px !important;
    }
    .col-sm-lr9 {
        right: 9px !important;
    }
    .col-sm-lr10 {
        right: 10px !important;
    }
    .col-sm-lr11 {
        right: 11px !important;
    }
    .col-sm-lr12 {
        right: 12px !important;
    }
    .col-sm-lr13 {
        right: 13px !important;
    }
    .col-sm-lr14 {
        right: 14px !important;
    }
    .col-sm-lr15 {
        right: 15px !important;
    }
    .col-sm-lr16 {
        right: 16px !important;
    }
    .col-sm-lr17 {
        right: 17px !important;
    }
    .col-sm-lr18 {
        right: 18px !important;
    }
    .col-sm-lr19 {
        right: 19px !important;
    }
    .col-sm-lr20 {
        right: 20px !important;
    }
    .col-sm-lr21 {
        right: 21px !important;
    }
    .col-sm-lr22 {
        right: 22px !important;
    }
    .col-sm-lr23 {
        right: 23px !important;
    }
    .col-sm-lr24 {
        right: 24px !important;
    }
    .col-sm-lr25 {
        right: 25px !important;
    }
    .col-sm-lr26 {
        right: 26px !important;
    }
    .col-sm-lr27 {
        right: 27px !important;
    }
    .col-sm-lr28 {
        right: 28px !important;
    }
    .col-sm-lr29 {
        right: 29px !important;
    }
    .col-sm-lr30 {
        right: 30px !important;
    }
    .col-sm-lr31 {
        right: 31px !important;
    }
    .col-sm-lr32 {
        right: 32px !important;
    }
    .col-sm-lr33 {
        right: 33px !important;
    }
    .col-sm-lr34 {
        right: 34px !important;
    }
    .col-sm-lr35 {
        right: 35px !important;
    }
    .col-sm-lr36 {
        right: 36px !important;
    }
    .col-sm-lr37 {
        right: 37px !important;
    }
    .col-sm-lr38 {
        right: 38px !important;
    }
    .col-sm-lr39 {
        right: 39px !important;
    }
    .col-sm-lr40 {
        right: 40px !important;
    }
    .col-sm-lr41 {
        right: 41px !important;
    }
    .col-sm-lr42 {
        right: 42px !important;
    }
    .col-sm-lr43 {
        right: 43px !important;
    }
    .col-sm-lr44 {
        right: 44px !important;
    }
    .col-sm-lr45 {
        right: 45px !important;
    }
    .col-sm-lr46 {
        right: 46px !important;
    }
    .col-sm-lr47 {
        right: 47px !important;
    }
    .col-sm-lr48 {
        right: 48px !important;
    }
    .col-sm-lr49 {
        right: 49px !important;
    }
    .col-sm-lr50 {
        right: 50px !important;
    }
    .col-sm-lr51 {
        right: 51px !important;
    }
    .col-sm-lr52 {
        right: 52px !important;
    }
    .col-sm-lr53 {
        right: 53px !important;
    }
    .col-sm-lr54 {
        right: 54px !important;
    }
    .col-sm-lr55 {
        right: 55px !important;
    }
    .col-sm-lr56 {
        right: 56px !important;
    }
    .col-sm-lr57 {
        right: 57px !important;
    }
    .col-sm-lr58 {
        right: 58px !important;
    }
    .col-sm-lr59 {
        right: 59px !important;
    }
    .col-sm-lr60 {
        right: 60px !important;
    }
    .col-sm-lr61 {
        right: 61px !important;
    }
    .col-sm-lr62 {
        right: 62px !important;
    }
    .col-sm-lr63 {
        right: 63px !important;
    }
    .col-sm-lr64 {
        right: 64px !important;
    }
    .col-sm-lr65 {
        right: 65px !important;
    }
    .col-sm-lr66 {
        right: 66px !important;
    }
    .col-sm-lr67 {
        right: 67px !important;
    }
    .col-sm-lr68 {
        right: 68px !important;
    }
    .col-sm-lr69 {
        right: 69px !important;
    }
    .col-sm-lr70 {
        right: 70px !important;
    }
    .col-sm-lr71 {
        right: 71px !important;
    }
    .col-sm-lr72 {
        right: 72px !important;
    }
    .col-sm-lr73 {
        right: 73px !important;
    }
    .col-sm-lr74 {
        right: 74px !important;
    }
    .col-sm-lr75 {
        right: 75px !important;
    }
    .col-sm-lr76 {
        right: 76px !important;
    }
    .col-sm-lr77 {
        right: 77px !important;
    }
    .col-sm-lr78 {
        right: 78px !important;
    }
    .col-sm-lr79 {
        right: 79px !important;
    }
    .col-sm-lr80 {
        right: 80px !important;
    }
    .col-sm-lr81 {
        right: 81px !important;
    }
    .col-sm-lr82 {
        right: 82px !important;
    }
    .col-sm-lr83 {
        right: 83px !important;
    }
    .col-sm-lr84 {
        right: 84px !important;
    }
    .col-sm-lr85 {
        right: 85px !important;
    }
    .col-sm-lr86 {
        right: 86px !important;
    }
    .col-sm-lr87 {
        right: 87px !important;
    }
    .col-sm-lr88 {
        right: 88px !important;
    }
    .col-sm-lr89 {
        right: 89px !important;
    }
    .col-sm-lr90 {
        right: 90px !important;
    }
    .col-sm-lr91 {
        right: 91px !important;
    }
    .col-sm-lr92 {
        right: 92px !important;
    }
    .col-sm-lr93 {
        right: 93px !important;
    }
    .col-sm-lr94 {
        right: 94px !important;
    }
    .col-sm-lr95 {
        right: 95px !important;
    }
    .col-sm-lr96 {
        right: 96px !important;
    }
    .col-sm-lr97 {
        right: 97px !important;
    }
    .col-sm-lr98 {
        right: 98px !important;
    }
    .col-sm-lr99 {
        right: 99px !important;
    }
    .col-sm-lr100 {
        right: 100px !important;
    }
    .col-sm-lr101 {
        right: 101px !important;
    }
    .col-sm-lr102 {
        right: 102px !important;
    }
    .col-sm-lr103 {
        right: 103px !important;
    }
    .col-sm-lr104 {
        right: 104px !important;
    }
    .col-sm-lr105 {
        right: 105px !important;
    }
    .col-sm-lr106 {
        right: 106px !important;
    }
    .col-sm-lr107 {
        right: 107px !important;
    }
    .col-sm-lr108 {
        right: 108px !important;
    }
    .col-sm-lr109 {
        right: 109px !important;
    }
    .col-sm-lr110 {
        right: 110px !important;
    }
    .col-sm-lr111 {
        right: 111px !important;
    }
    .col-sm-lr112 {
        right: 112px !important;
    }
    .col-sm-lr113 {
        right: 113px !important;
    }
    .col-sm-lr114 {
        right: 114px !important;
    }
    .col-sm-lr115 {
        right: 115px !important;
    }
    .col-sm-lr116 {
        right: 116px !important;
    }
    .col-sm-lr117 {
        right: 117px !important;
    }
    .col-sm-lr118 {
        right: 118px !important;
    }
    .col-sm-lr119 {
        right: 119px !important;
    }
    .col-sm-lr120 {
        right: 120px !important;
    }
    .col-sm-lr121 {
        right: 121px !important;
    }
    .col-sm-lr122 {
        right: 122px !important;
    }
    .col-sm-lr123 {
        right: 123px !important;
    }
    .col-sm-lr124 {
        right: 124px !important;
    }
    .col-sm-lr125 {
        right: 125px !important;
    }
    .col-sm-lr126 {
        right: 126px !important;
    }
    .col-sm-lr127 {
        right: 127px !important;
    }
    .col-sm-lr128 {
        right: 128px !important;
    }
    .col-sm-lr129 {
        right: 129px !important;
    }
    .col-sm-lr130 {
        right: 130px !important;
    }
    .col-sm-lr131 {
        right: 131px !important;
    }
    .col-sm-lr132 {
        right: 132px !important;
    }
    .col-sm-lr133 {
        right: 133px !important;
    }
    .col-sm-lr134 {
        right: 134px !important;
    }
    .col-sm-lr135 {
        right: 135px !important;
    }
    .col-sm-lr136 {
        right: 136px !important;
    }
    .col-sm-lr137 {
        right: 137px !important;
    }
    .col-sm-lr138 {
        right: 138px !important;
    }
    .col-sm-lr139 {
        right: 139px !important;
    }
    .col-sm-lr140 {
        right: 140px !important;
    }
    .col-sm-lr141 {
        right: 141px !important;
    }
    .col-sm-lr142 {
        right: 142px !important;
    }
    .col-sm-lr143 {
        right: 143px !important;
    }
    .col-sm-lr144 {
        right: 144px !important;
    }
    .col-sm-lr145 {
        right: 145px !important;
    }
    .col-sm-lr146 {
        right: 146px !important;
    }
    .col-sm-lr147 {
        right: 147px !important;
    }
    .col-sm-lr148 {
        right: 148px !important;
    }
    .col-sm-lr149 {
        right: 149px !important;
    }
    .col-sm-lr150 {
        right: 150px !important;
    }
    .col-sm-lr151 {
        right: 151px !important;
    }
    .col-sm-lr152 {
        right: 152px !important;
    }
    .col-sm-lr153 {
        right: 153px !important;
    }
    .col-sm-lr154 {
        right: 154px !important;
    }
    .col-sm-lr155 {
        right: 155px !important;
    }
    .col-sm-lr156 {
        right: 156px !important;
    }
    .col-sm-lr157 {
        right: 157px !important;
    }
    .col-sm-lr158 {
        right: 158px !important;
    }
    .col-sm-lr159 {
        right: 159px !important;
    }
    .col-sm-lr160 {
        right: 160px !important;
    }
    .col-sm-lr161 {
        right: 161px !important;
    }
    .col-sm-lr162 {
        right: 162px !important;
    }
    .col-sm-lr163 {
        right: 163px !important;
    }
    .col-sm-lr164 {
        right: 164px !important;
    }
    .col-sm-lr165 {
        right: 165px !important;
    }
    .col-sm-lr166 {
        right: 166px !important;
    }
    .col-sm-lr167 {
        right: 167px !important;
    }
    .col-sm-lr168 {
        right: 168px !important;
    }
    .col-sm-lr169 {
        right: 169px !important;
    }
    .col-sm-lr170 {
        right: 170px !important;
    }
    .col-sm-lr171 {
        right: 171px !important;
    }
    .col-sm-lr172 {
        right: 172px !important;
    }
    .col-sm-lr173 {
        right: 173px !important;
    }
    .col-sm-lr174 {
        right: 174px !important;
    }
    .col-sm-lr175 {
        right: 175px !important;
    }
    .col-sm-lr176 {
        right: 176px !important;
    }
    .col-sm-lr177 {
        right: 177px !important;
    }
    .col-sm-lr178 {
        right: 178px !important;
    }
    .col-sm-lr179 {
        right: 179px !important;
    }
    .col-sm-lr180 {
        right: 180px !important;
    }
    .col-sm-lr181 {
        right: 181px !important;
    }
    .col-sm-lr182 {
        right: 182px !important;
    }
    .col-sm-lr183 {
        right: 183px !important;
    }
    .col-sm-lr184 {
        right: 184px !important;
    }
    .col-sm-lr185 {
        right: 185px !important;
    }
    .col-sm-lr186 {
        right: 186px !important;
    }
    .col-sm-lr187 {
        right: 187px !important;
    }
    .col-sm-lr188 {
        right: 188px !important;
    }
    .col-sm-lr189 {
        right: 189px !important;
    }
    .col-sm-lr190 {
        right: 190px !important;
    }
    .col-sm-lr191 {
        right: 191px !important;
    }
    .col-sm-lr192 {
        right: 192px !important;
    }
    .col-sm-lr193 {
        right: 193px !important;
    }
    .col-sm-lr194 {
        right: 194px !important;
    }
    .col-sm-lr195 {
        right: 195px !important;
    }
    .col-sm-lr196 {
        right: 196px !important;
    }
    .col-sm-lr197 {
        right: 197px !important;
    }
    .col-sm-lr198 {
        right: 198px !important;
    }
    .col-sm-lr199 {
        right: 199px !important;
    }
    .col-sm-lr200 {
        right: 200px !important;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-lra {
        right:auto !important;
    }
    .col-xs-lr0 {
        right: 0px !important;
    }
    .col-xs-lr1 {
        right: 1px !important;
    }
    .col-xs-lr2 {
        right: 2px !important;
    }
    .col-xs-lr3 {
        right: 3px !important;
    }
    .col-xs-lr4 {
        right: 4px !important;
    }
    .col-xs-lr5 {
        right: 5px !important;
    }
    .col-xs-lr6 {
        right: 6px !important;
    }
    .col-xs-lr7 {
        right: 7px !important;
    }
    .col-xs-lr8 {
        right: 8px !important;
    }
    .col-xs-lr9 {
        right: 9px !important;
    }
    .col-xs-lr10 {
        right: 10px !important;
    }
    .col-xs-lr11 {
        right: 11px !important;
    }
    .col-xs-lr12 {
        right: 12px !important;
    }
    .col-xs-lr13 {
        right: 13px !important;
    }
    .col-xs-lr14 {
        right: 14px !important;
    }
    .col-xs-lr15 {
        right: 15px !important;
    }
    .col-xs-lr16 {
        right: 16px !important;
    }
    .col-xs-lr17 {
        right: 17px !important;
    }
    .col-xs-lr18 {
        right: 18px !important;
    }
    .col-xs-lr19 {
        right: 19px !important;
    }
    .col-xs-lr20 {
        right: 20px !important;
    }
    .col-xs-lr21 {
        right: 21px !important;
    }
    .col-xs-lr22 {
        right: 22px !important;
    }
    .col-xs-lr23 {
        right: 23px !important;
    }
    .col-xs-lr24 {
        right: 24px !important;
    }
    .col-xs-lr25 {
        right: 25px !important;
    }
    .col-xs-lr26 {
        right: 26px !important;
    }
    .col-xs-lr27 {
        right: 27px !important;
    }
    .col-xs-lr28 {
        right: 28px !important;
    }
    .col-xs-lr29 {
        right: 29px !important;
    }
    .col-xs-lr30 {
        right: 30px !important;
    }
    .col-xs-lr31 {
        right: 31px !important;
    }
    .col-xs-lr32 {
        right: 32px !important;
    }
    .col-xs-lr33 {
        right: 33px !important;
    }
    .col-xs-lr34 {
        right: 34px !important;
    }
    .col-xs-lr35 {
        right: 35px !important;
    }
    .col-xs-lr36 {
        right: 36px !important;
    }
    .col-xs-lr37 {
        right: 37px !important;
    }
    .col-xs-lr38 {
        right: 38px !important;
    }
    .col-xs-lr39 {
        right: 39px !important;
    }
    .col-xs-lr40 {
        right: 40px !important;
    }
    .col-xs-lr41 {
        right: 41px !important;
    }
    .col-xs-lr42 {
        right: 42px !important;
    }
    .col-xs-lr43 {
        right: 43px !important;
    }
    .col-xs-lr44 {
        right: 44px !important;
    }
    .col-xs-lr45 {
        right: 45px !important;
    }
    .col-xs-lr46 {
        right: 46px !important;
    }
    .col-xs-lr47 {
        right: 47px !important;
    }
    .col-xs-lr48 {
        right: 48px !important;
    }
    .col-xs-lr49 {
        right: 49px !important;
    }
    .col-xs-lr50 {
        right: 50px !important;
    }
    .col-xs-lr51 {
        right: 51px !important;
    }
    .col-xs-lr52 {
        right: 52px !important;
    }
    .col-xs-lr53 {
        right: 53px !important;
    }
    .col-xs-lr54 {
        right: 54px !important;
    }
    .col-xs-lr55 {
        right: 55px !important;
    }
    .col-xs-lr56 {
        right: 56px !important;
    }
    .col-xs-lr57 {
        right: 57px !important;
    }
    .col-xs-lr58 {
        right: 58px !important;
    }
    .col-xs-lr59 {
        right: 59px !important;
    }
    .col-xs-lr60 {
        right: 60px !important;
    }
    .col-xs-lr61 {
        right: 61px !important;
    }
    .col-xs-lr62 {
        right: 62px !important;
    }
    .col-xs-lr63 {
        right: 63px !important;
    }
    .col-xs-lr64 {
        right: 64px !important;
    }
    .col-xs-lr65 {
        right: 65px !important;
    }
    .col-xs-lr66 {
        right: 66px !important;
    }
    .col-xs-lr67 {
        right: 67px !important;
    }
    .col-xs-lr68 {
        right: 68px !important;
    }
    .col-xs-lr69 {
        right: 69px !important;
    }
    .col-xs-lr70 {
        right: 70px !important;
    }
    .col-xs-lr71 {
        right: 71px !important;
    }
    .col-xs-lr72 {
        right: 72px !important;
    }
    .col-xs-lr73 {
        right: 73px !important;
    }
    .col-xs-lr74 {
        right: 74px !important;
    }
    .col-xs-lr75 {
        right: 75px !important;
    }
    .col-xs-lr76 {
        right: 76px !important;
    }
    .col-xs-lr77 {
        right: 77px !important;
    }
    .col-xs-lr78 {
        right: 78px !important;
    }
    .col-xs-lr79 {
        right: 79px !important;
    }
    .col-xs-lr80 {
        right: 80px !important;
    }
    .col-xs-lr81 {
        right: 81px !important;
    }
    .col-xs-lr82 {
        right: 82px !important;
    }
    .col-xs-lr83 {
        right: 83px !important;
    }
    .col-xs-lr84 {
        right: 84px !important;
    }
    .col-xs-lr85 {
        right: 85px !important;
    }
    .col-xs-lr86 {
        right: 86px !important;
    }
    .col-xs-lr87 {
        right: 87px !important;
    }
    .col-xs-lr88 {
        right: 88px !important;
    }
    .col-xs-lr89 {
        right: 89px !important;
    }
    .col-xs-lr90 {
        right: 90px !important;
    }
    .col-xs-lr91 {
        right: 91px !important;
    }
    .col-xs-lr92 {
        right: 92px !important;
    }
    .col-xs-lr93 {
        right: 93px !important;
    }
    .col-xs-lr94 {
        right: 94px !important;
    }
    .col-xs-lr95 {
        right: 95px !important;
    }
    .col-xs-lr96 {
        right: 96px !important;
    }
    .col-xs-lr97 {
        right: 97px !important;
    }
    .col-xs-lr98 {
        right: 98px !important;
    }
    .col-xs-lr99 {
        right: 99px !important;
    }
    .col-xs-lr100 {
        right: 100px !important;
    }
    .col-xs-lr101 {
        right: 101px !important;
    }
    .col-xs-lr102 {
        right: 102px !important;
    }
    .col-xs-lr103 {
        right: 103px !important;
    }
    .col-xs-lr104 {
        right: 104px !important;
    }
    .col-xs-lr105 {
        right: 105px !important;
    }
    .col-xs-lr106 {
        right: 106px !important;
    }
    .col-xs-lr107 {
        right: 107px !important;
    }
    .col-xs-lr108 {
        right: 108px !important;
    }
    .col-xs-lr109 {
        right: 109px !important;
    }
    .col-xs-lr110 {
        right: 110px !important;
    }
    .col-xs-lr111 {
        right: 111px !important;
    }
    .col-xs-lr112 {
        right: 112px !important;
    }
    .col-xs-lr113 {
        right: 113px !important;
    }
    .col-xs-lr114 {
        right: 114px !important;
    }
    .col-xs-lr115 {
        right: 115px !important;
    }
    .col-xs-lr116 {
        right: 116px !important;
    }
    .col-xs-lr117 {
        right: 117px !important;
    }
    .col-xs-lr118 {
        right: 118px !important;
    }
    .col-xs-lr119 {
        right: 119px !important;
    }
    .col-xs-lr120 {
        right: 120px !important;
    }
    .col-xs-lr121 {
        right: 121px !important;
    }
    .col-xs-lr122 {
        right: 122px !important;
    }
    .col-xs-lr123 {
        right: 123px !important;
    }
    .col-xs-lr124 {
        right: 124px !important;
    }
    .col-xs-lr125 {
        right: 125px !important;
    }
    .col-xs-lr126 {
        right: 126px !important;
    }
    .col-xs-lr127 {
        right: 127px !important;
    }
    .col-xs-lr128 {
        right: 128px !important;
    }
    .col-xs-lr129 {
        right: 129px !important;
    }
    .col-xs-lr130 {
        right: 130px !important;
    }
    .col-xs-lr131 {
        right: 131px !important;
    }
    .col-xs-lr132 {
        right: 132px !important;
    }
    .col-xs-lr133 {
        right: 133px !important;
    }
    .col-xs-lr134 {
        right: 134px !important;
    }
    .col-xs-lr135 {
        right: 135px !important;
    }
    .col-xs-lr136 {
        right: 136px !important;
    }
    .col-xs-lr137 {
        right: 137px !important;
    }
    .col-xs-lr138 {
        right: 138px !important;
    }
    .col-xs-lr139 {
        right: 139px !important;
    }
    .col-xs-lr140 {
        right: 140px !important;
    }
    .col-xs-lr141 {
        right: 141px !important;
    }
    .col-xs-lr142 {
        right: 142px !important;
    }
    .col-xs-lr143 {
        right: 143px !important;
    }
    .col-xs-lr144 {
        right: 144px !important;
    }
    .col-xs-lr145 {
        right: 145px !important;
    }
    .col-xs-lr146 {
        right: 146px !important;
    }
    .col-xs-lr147 {
        right: 147px !important;
    }
    .col-xs-lr148 {
        right: 148px !important;
    }
    .col-xs-lr149 {
        right: 149px !important;
    }
    .col-xs-lr150 {
        right: 150px !important;
    }
    .col-xs-lr151 {
        right: 151px !important;
    }
    .col-xs-lr152 {
        right: 152px !important;
    }
    .col-xs-lr153 {
        right: 153px !important;
    }
    .col-xs-lr154 {
        right: 154px !important;
    }
    .col-xs-lr155 {
        right: 155px !important;
    }
    .col-xs-lr156 {
        right: 156px !important;
    }
    .col-xs-lr157 {
        right: 157px !important;
    }
    .col-xs-lr158 {
        right: 158px !important;
    }
    .col-xs-lr159 {
        right: 159px !important;
    }
    .col-xs-lr160 {
        right: 160px !important;
    }
    .col-xs-lr161 {
        right: 161px !important;
    }
    .col-xs-lr162 {
        right: 162px !important;
    }
    .col-xs-lr163 {
        right: 163px !important;
    }
    .col-xs-lr164 {
        right: 164px !important;
    }
    .col-xs-lr165 {
        right: 165px !important;
    }
    .col-xs-lr166 {
        right: 166px !important;
    }
    .col-xs-lr167 {
        right: 167px !important;
    }
    .col-xs-lr168 {
        right: 168px !important;
    }
    .col-xs-lr169 {
        right: 169px !important;
    }
    .col-xs-lr170 {
        right: 170px !important;
    }
    .col-xs-lr171 {
        right: 171px !important;
    }
    .col-xs-lr172 {
        right: 172px !important;
    }
    .col-xs-lr173 {
        right: 173px !important;
    }
    .col-xs-lr174 {
        right: 174px !important;
    }
    .col-xs-lr175 {
        right: 175px !important;
    }
    .col-xs-lr176 {
        right: 176px !important;
    }
    .col-xs-lr177 {
        right: 177px !important;
    }
    .col-xs-lr178 {
        right: 178px !important;
    }
    .col-xs-lr179 {
        right: 179px !important;
    }
    .col-xs-lr180 {
        right: 180px !important;
    }
    .col-xs-lr181 {
        right: 181px !important;
    }
    .col-xs-lr182 {
        right: 182px !important;
    }
    .col-xs-lr183 {
        right: 183px !important;
    }
    .col-xs-lr184 {
        right: 184px !important;
    }
    .col-xs-lr185 {
        right: 185px !important;
    }
    .col-xs-lr186 {
        right: 186px !important;
    }
    .col-xs-lr187 {
        right: 187px !important;
    }
    .col-xs-lr188 {
        right: 188px !important;
    }
    .col-xs-lr189 {
        right: 189px !important;
    }
    .col-xs-lr190 {
        right: 190px !important;
    }
    .col-xs-lr191 {
        right: 191px !important;
    }
    .col-xs-lr192 {
        right: 192px !important;
    }
    .col-xs-lr193 {
        right: 193px !important;
    }
    .col-xs-lr194 {
        right: 194px !important;
    }
    .col-xs-lr195 {
        right: 195px !important;
    }
    .col-xs-lr196 {
        right: 196px !important;
    }
    .col-xs-lr197 {
        right: 197px !important;
    }
    .col-xs-lr198 {
        right: 198px !important;
    }
    .col-xs-lr199 {
        right: 199px !important;
    }
    .col-xs-lr200 {
        right: 200px !important;
    }
}
/* Responsive Settings End */
/* Location Right End */
/* Location Top */

.lt0 {
    top: 0px !important;
}
.lt1 {
    top: 1px !important;
}
.lt2 {
    top: 2px !important;
}
.lt3 {
    top: 3px !important;
}
.lt4 {
    top: 4px !important;
}
.lt5 {
    top: 5px !important;
}
.lt6 {
    top: 6px !important;
}
.lt7 {
    top: 7px !important;
}
.lt8 {
    top: 8px !important;
}
.lt9 {
    top: 9px !important;
}
.lt10 {
    top: 10px !important;
}
.lt11 {
    top: 11px !important;
}
.lt12 {
    top: 12px !important;
}
.lt13 {
    top: 13px !important;
}
.lt14 {
    top: 14px !important;
}
.lt15 {
    top: 15px !important;
}
.lt16 {
    top: 16px !important;
}
.lt17 {
    top: 17px !important;
}
.lt18 {
    top: 18px !important;
}
.lt19 {
    top: 19px !important;
}
.lt20 {
    top: 20px !important;
}
.lt21 {
    top: 21px !important;
}
.lt22 {
    top: 22px !important;
}
.lt23 {
    top: 23px !important;
}
.lt24 {
    top: 24px !important;
}
.lt25 {
    top: 25px !important;
}
.lt26 {
    top: 26px !important;
}
.lt27 {
    top: 27px !important;
}
.lt28 {
    top: 28px !important;
}
.lt29 {
    top: 29px !important;
}
.lt30 {
    top: 30px !important;
}
.lt31 {
    top: 31px !important;
}
.lt32 {
    top: 32px !important;
}
.lt33 {
    top: 33px !important;
}
.lt34 {
    top: 34px !important;
}
.lt35 {
    top: 35px !important;
}
.lt36 {
    top: 36px !important;
}
.lt37 {
    top: 37px !important;
}
.lt38 {
    top: 38px !important;
}
.lt39 {
    top: 39px !important;
}
.lt40 {
    top: 40px !important;
}
.lt41 {
    top: 41px !important;
}
.lt42 {
    top: 42px !important;
}
.lt43 {
    top: 43px !important;
}
.lt44 {
    top: 44px !important;
}
.lt45 {
    top: 45px !important;
}
.lt46 {
    top: 46px !important;
}
.lt47 {
    top: 47px !important;
}
.lt48 {
    top: 48px !important;
}
.lt49 {
    top: 49px !important;
}
.lt50 {
    top: 50px !important;
}
.lt51 {
    top: 51px !important;
}
.lt52 {
    top: 52px !important;
}
.lt53 {
    top: 53px !important;
}
.lt54 {
    top: 54px !important;
}
.lt55 {
    top: 55px !important;
}
.lt56 {
    top: 56px !important;
}
.lt57 {
    top: 57px !important;
}
.lt58 {
    top: 58px !important;
}
.lt59 {
    top: 59px !important;
}
.lt60 {
    top: 60px !important;
}
.lt61 {
    top: 61px !important;
}
.lt62 {
    top: 62px !important;
}
.lt63 {
    top: 63px !important;
}
.lt64 {
    top: 64px !important;
}
.lt65 {
    top: 65px !important;
}
.lt66 {
    top: 66px !important;
}
.lt67 {
    top: 67px !important;
}
.lt68 {
    top: 68px !important;
}
.lt69 {
    top: 69px !important;
}
.lt70 {
    top: 70px !important;
}
.lt71 {
    top: 71px !important;
}
.lt72 {
    top: 72px !important;
}
.lt73 {
    top: 73px !important;
}
.lt74 {
    top: 74px !important;
}
.lt75 {
    top: 75px !important;
}
.lt76 {
    top: 76px !important;
}
.lt77 {
    top: 77px !important;
}
.lt78 {
    top: 78px !important;
}
.lt79 {
    top: 79px !important;
}
.lt80 {
    top: 80px !important;
}
.lt81 {
    top: 81px !important;
}
.lt82 {
    top: 82px !important;
}
.lt83 {
    top: 83px !important;
}
.lt84 {
    top: 84px !important;
}
.lt85 {
    top: 85px !important;
}
.lt86 {
    top: 86px !important;
}
.lt87 {
    top: 87px !important;
}
.lt88 {
    top: 88px !important;
}
.lt89 {
    top: 89px !important;
}
.lt90 {
    top: 90px !important;
}
.lt91 {
    top: 91px !important;
}
.lt92 {
    top: 92px !important;
}
.lt93 {
    top: 93px !important;
}
.lt94 {
    top: 94px !important;
}
.lt95 {
    top: 95px !important;
}
.lt96 {
    top: 96px !important;
}
.lt97 {
    top: 97px !important;
}
.lt98 {
    top: 98px !important;
}
.lt99 {
    top: 99px !important;
}
.lt100 {
    top: 100px !important;
}
.lt101 {
    top: 101px !important;
}
.lt102 {
    top: 102px !important;
}
.lt103 {
    top: 103px !important;
}
.lt104 {
    top: 104px !important;
}
.lt105 {
    top: 105px !important;
}
.lt106 {
    top: 106px !important;
}
.lt107 {
    top: 107px !important;
}
.lt108 {
    top: 108px !important;
}
.lt109 {
    top: 109px !important;
}
.lt110 {
    top: 110px !important;
}
.lt111 {
    top: 111px !important;
}
.lt112 {
    top: 112px !important;
}
.lt113 {
    top: 113px !important;
}
.lt114 {
    top: 114px !important;
}
.lt115 {
    top: 115px !important;
}
.lt116 {
    top: 116px !important;
}
.lt117 {
    top: 117px !important;
}
.lt118 {
    top: 118px !important;
}
.lt119 {
    top: 119px !important;
}
.lt120 {
    top: 120px !important;
}
.lt121 {
    top: 121px !important;
}
.lt122 {
    top: 122px !important;
}
.lt123 {
    top: 123px !important;
}
.lt124 {
    top: 124px !important;
}
.lt125 {
    top: 125px !important;
}
.lt126 {
    top: 126px !important;
}
.lt127 {
    top: 127px !important;
}
.lt128 {
    top: 128px !important;
}
.lt129 {
    top: 129px !important;
}
.lt130 {
    top: 130px !important;
}
.lt131 {
    top: 131px !important;
}
.lt132 {
    top: 132px !important;
}
.lt133 {
    top: 133px !important;
}
.lt134 {
    top: 134px !important;
}
.lt135 {
    top: 135px !important;
}
.lt136 {
    top: 136px !important;
}
.lt137 {
    top: 137px !important;
}
.lt138 {
    top: 138px !important;
}
.lt139 {
    top: 139px !important;
}
.lt140 {
    top: 140px !important;
}
.lt141 {
    top: 141px !important;
}
.lt142 {
    top: 142px !important;
}
.lt143 {
    top: 143px !important;
}
.lt144 {
    top: 144px !important;
}
.lt145 {
    top: 145px !important;
}
.lt146 {
    top: 146px !important;
}
.lt147 {
    top: 147px !important;
}
.lt148 {
    top: 148px !important;
}
.lt149 {
    top: 149px !important;
}
.lt150 {
    top: 150px !important;
}
.lt151 {
    top: 151px !important;
}
.lt152 {
    top: 152px !important;
}
.lt153 {
    top: 153px !important;
}
.lt154 {
    top: 154px !important;
}
.lt155 {
    top: 155px !important;
}
.lt156 {
    top: 156px !important;
}
.lt157 {
    top: 157px !important;
}
.lt158 {
    top: 158px !important;
}
.lt159 {
    top: 159px !important;
}
.lt160 {
    top: 160px !important;
}
.lt161 {
    top: 161px !important;
}
.lt162 {
    top: 162px !important;
}
.lt163 {
    top: 163px !important;
}
.lt164 {
    top: 164px !important;
}
.lt165 {
    top: 165px !important;
}
.lt166 {
    top: 166px !important;
}
.lt167 {
    top: 167px !important;
}
.lt168 {
    top: 168px !important;
}
.lt169 {
    top: 169px !important;
}
.lt170 {
    top: 170px !important;
}
.lt171 {
    top: 171px !important;
}
.lt172 {
    top: 172px !important;
}
.lt173 {
    top: 173px !important;
}
.lt174 {
    top: 174px !important;
}
.lt175 {
    top: 175px !important;
}
.lt176 {
    top: 176px !important;
}
.lt177 {
    top: 177px !important;
}
.lt178 {
    top: 178px !important;
}
.lt179 {
    top: 179px !important;
}
.lt180 {
    top: 180px !important;
}
.lt181 {
    top: 181px !important;
}
.lt182 {
    top: 182px !important;
}
.lt183 {
    top: 183px !important;
}
.lt184 {
    top: 184px !important;
}
.lt185 {
    top: 185px !important;
}
.lt186 {
    top: 186px !important;
}
.lt187 {
    top: 187px !important;
}
.lt188 {
    top: 188px !important;
}
.lt189 {
    top: 189px !important;
}
.lt190 {
    top: 190px !important;
}
.lt191 {
    top: 191px !important;
}
.lt192 {
    top: 192px !important;
}
.lt193 {
    top: 193px !important;
}
.lt194 {
    top: 194px !important;
}
.lt195 {
    top: 195px !important;
}
.lt196 {
    top: 196px !important;
}
.lt197 {
    top: 197px !important;
}
.lt198 {
    top: 198px !important;
}
.lt199 {
    top: 199px !important;
}
.lt200 {
    top: 200px !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-lt0 {
        top: 0px !important;
    }
    .col-sm-lt1 {
        top: 1px !important;
    }
    .col-sm-lt2 {
        top: 2px !important;
    }
    .col-sm-lt3 {
        top: 3px !important;
    }
    .col-sm-lt4 {
        top: 4px !important;
    }
    .col-sm-lt5 {
        top: 5px !important;
    }
    .col-sm-lt6 {
        top: 6px !important;
    }
    .col-sm-lt7 {
        top: 7px !important;
    }
    .col-sm-lt8 {
        top: 8px !important;
    }
    .col-sm-lt9 {
        top: 9px !important;
    }
    .col-sm-lt10 {
        top: 10px !important;
    }
    .col-sm-lt11 {
        top: 11px !important;
    }
    .col-sm-lt12 {
        top: 12px !important;
    }
    .col-sm-lt13 {
        top: 13px !important;
    }
    .col-sm-lt14 {
        top: 14px !important;
    }
    .col-sm-lt15 {
        top: 15px !important;
    }
    .col-sm-lt16 {
        top: 16px !important;
    }
    .col-sm-lt17 {
        top: 17px !important;
    }
    .col-sm-lt18 {
        top: 18px !important;
    }
    .col-sm-lt19 {
        top: 19px !important;
    }
    .col-sm-lt20 {
        top: 20px !important;
    }
    .col-sm-lt21 {
        top: 21px !important;
    }
    .col-sm-lt22 {
        top: 22px !important;
    }
    .col-sm-lt23 {
        top: 23px !important;
    }
    .col-sm-lt24 {
        top: 24px !important;
    }
    .col-sm-lt25 {
        top: 25px !important;
    }
    .col-sm-lt26 {
        top: 26px !important;
    }
    .col-sm-lt27 {
        top: 27px !important;
    }
    .col-sm-lt28 {
        top: 28px !important;
    }
    .col-sm-lt29 {
        top: 29px !important;
    }
    .col-sm-lt30 {
        top: 30px !important;
    }
    .col-sm-lt31 {
        top: 31px !important;
    }
    .col-sm-lt32 {
        top: 32px !important;
    }
    .col-sm-lt33 {
        top: 33px !important;
    }
    .col-sm-lt34 {
        top: 34px !important;
    }
    .col-sm-lt35 {
        top: 35px !important;
    }
    .col-sm-lt36 {
        top: 36px !important;
    }
    .col-sm-lt37 {
        top: 37px !important;
    }
    .col-sm-lt38 {
        top: 38px !important;
    }
    .col-sm-lt39 {
        top: 39px !important;
    }
    .col-sm-lt40 {
        top: 40px !important;
    }
    .col-sm-lt41 {
        top: 41px !important;
    }
    .col-sm-lt42 {
        top: 42px !important;
    }
    .col-sm-lt43 {
        top: 43px !important;
    }
    .col-sm-lt44 {
        top: 44px !important;
    }
    .col-sm-lt45 {
        top: 45px !important;
    }
    .col-sm-lt46 {
        top: 46px !important;
    }
    .col-sm-lt47 {
        top: 47px !important;
    }
    .col-sm-lt48 {
        top: 48px !important;
    }
    .col-sm-lt49 {
        top: 49px !important;
    }
    .col-sm-lt50 {
        top: 50px !important;
    }
    .col-sm-lt51 {
        top: 51px !important;
    }
    .col-sm-lt52 {
        top: 52px !important;
    }
    .col-sm-lt53 {
        top: 53px !important;
    }
    .col-sm-lt54 {
        top: 54px !important;
    }
    .col-sm-lt55 {
        top: 55px !important;
    }
    .col-sm-lt56 {
        top: 56px !important;
    }
    .col-sm-lt57 {
        top: 57px !important;
    }
    .col-sm-lt58 {
        top: 58px !important;
    }
    .col-sm-lt59 {
        top: 59px !important;
    }
    .col-sm-lt60 {
        top: 60px !important;
    }
    .col-sm-lt61 {
        top: 61px !important;
    }
    .col-sm-lt62 {
        top: 62px !important;
    }
    .col-sm-lt63 {
        top: 63px !important;
    }
    .col-sm-lt64 {
        top: 64px !important;
    }
    .col-sm-lt65 {
        top: 65px !important;
    }
    .col-sm-lt66 {
        top: 66px !important;
    }
    .col-sm-lt67 {
        top: 67px !important;
    }
    .col-sm-lt68 {
        top: 68px !important;
    }
    .col-sm-lt69 {
        top: 69px !important;
    }
    .col-sm-lt70 {
        top: 70px !important;
    }
    .col-sm-lt71 {
        top: 71px !important;
    }
    .col-sm-lt72 {
        top: 72px !important;
    }
    .col-sm-lt73 {
        top: 73px !important;
    }
    .col-sm-lt74 {
        top: 74px !important;
    }
    .col-sm-lt75 {
        top: 75px !important;
    }
    .col-sm-lt76 {
        top: 76px !important;
    }
    .col-sm-lt77 {
        top: 77px !important;
    }
    .col-sm-lt78 {
        top: 78px !important;
    }
    .col-sm-lt79 {
        top: 79px !important;
    }
    .col-sm-lt80 {
        top: 80px !important;
    }
    .col-sm-lt81 {
        top: 81px !important;
    }
    .col-sm-lt82 {
        top: 82px !important;
    }
    .col-sm-lt83 {
        top: 83px !important;
    }
    .col-sm-lt84 {
        top: 84px !important;
    }
    .col-sm-lt85 {
        top: 85px !important;
    }
    .col-sm-lt86 {
        top: 86px !important;
    }
    .col-sm-lt87 {
        top: 87px !important;
    }
    .col-sm-lt88 {
        top: 88px !important;
    }
    .col-sm-lt89 {
        top: 89px !important;
    }
    .col-sm-lt90 {
        top: 90px !important;
    }
    .col-sm-lt91 {
        top: 91px !important;
    }
    .col-sm-lt92 {
        top: 92px !important;
    }
    .col-sm-lt93 {
        top: 93px !important;
    }
    .col-sm-lt94 {
        top: 94px !important;
    }
    .col-sm-lt95 {
        top: 95px !important;
    }
    .col-sm-lt96 {
        top: 96px !important;
    }
    .col-sm-lt97 {
        top: 97px !important;
    }
    .col-sm-lt98 {
        top: 98px !important;
    }
    .col-sm-lt99 {
        top: 99px !important;
    }
    .col-sm-lt100 {
        top: 100px !important;
    }
    .col-sm-lt101 {
        top: 101px !important;
    }
    .col-sm-lt102 {
        top: 102px !important;
    }
    .col-sm-lt103 {
        top: 103px !important;
    }
    .col-sm-lt104 {
        top: 104px !important;
    }
    .col-sm-lt105 {
        top: 105px !important;
    }
    .col-sm-lt106 {
        top: 106px !important;
    }
    .col-sm-lt107 {
        top: 107px !important;
    }
    .col-sm-lt108 {
        top: 108px !important;
    }
    .col-sm-lt109 {
        top: 109px !important;
    }
    .col-sm-lt110 {
        top: 110px !important;
    }
    .col-sm-lt111 {
        top: 111px !important;
    }
    .col-sm-lt112 {
        top: 112px !important;
    }
    .col-sm-lt113 {
        top: 113px !important;
    }
    .col-sm-lt114 {
        top: 114px !important;
    }
    .col-sm-lt115 {
        top: 115px !important;
    }
    .col-sm-lt116 {
        top: 116px !important;
    }
    .col-sm-lt117 {
        top: 117px !important;
    }
    .col-sm-lt118 {
        top: 118px !important;
    }
    .col-sm-lt119 {
        top: 119px !important;
    }
    .col-sm-lt120 {
        top: 120px !important;
    }
    .col-sm-lt121 {
        top: 121px !important;
    }
    .col-sm-lt122 {
        top: 122px !important;
    }
    .col-sm-lt123 {
        top: 123px !important;
    }
    .col-sm-lt124 {
        top: 124px !important;
    }
    .col-sm-lt125 {
        top: 125px !important;
    }
    .col-sm-lt126 {
        top: 126px !important;
    }
    .col-sm-lt127 {
        top: 127px !important;
    }
    .col-sm-lt128 {
        top: 128px !important;
    }
    .col-sm-lt129 {
        top: 129px !important;
    }
    .col-sm-lt130 {
        top: 130px !important;
    }
    .col-sm-lt131 {
        top: 131px !important;
    }
    .col-sm-lt132 {
        top: 132px !important;
    }
    .col-sm-lt133 {
        top: 133px !important;
    }
    .col-sm-lt134 {
        top: 134px !important;
    }
    .col-sm-lt135 {
        top: 135px !important;
    }
    .col-sm-lt136 {
        top: 136px !important;
    }
    .col-sm-lt137 {
        top: 137px !important;
    }
    .col-sm-lt138 {
        top: 138px !important;
    }
    .col-sm-lt139 {
        top: 139px !important;
    }
    .col-sm-lt140 {
        top: 140px !important;
    }
    .col-sm-lt141 {
        top: 141px !important;
    }
    .col-sm-lt142 {
        top: 142px !important;
    }
    .col-sm-lt143 {
        top: 143px !important;
    }
    .col-sm-lt144 {
        top: 144px !important;
    }
    .col-sm-lt145 {
        top: 145px !important;
    }
    .col-sm-lt146 {
        top: 146px !important;
    }
    .col-sm-lt147 {
        top: 147px !important;
    }
    .col-sm-lt148 {
        top: 148px !important;
    }
    .col-sm-lt149 {
        top: 149px !important;
    }
    .col-sm-lt150 {
        top: 150px !important;
    }
    .col-sm-lt151 {
        top: 151px !important;
    }
    .col-sm-lt152 {
        top: 152px !important;
    }
    .col-sm-lt153 {
        top: 153px !important;
    }
    .col-sm-lt154 {
        top: 154px !important;
    }
    .col-sm-lt155 {
        top: 155px !important;
    }
    .col-sm-lt156 {
        top: 156px !important;
    }
    .col-sm-lt157 {
        top: 157px !important;
    }
    .col-sm-lt158 {
        top: 158px !important;
    }
    .col-sm-lt159 {
        top: 159px !important;
    }
    .col-sm-lt160 {
        top: 160px !important;
    }
    .col-sm-lt161 {
        top: 161px !important;
    }
    .col-sm-lt162 {
        top: 162px !important;
    }
    .col-sm-lt163 {
        top: 163px !important;
    }
    .col-sm-lt164 {
        top: 164px !important;
    }
    .col-sm-lt165 {
        top: 165px !important;
    }
    .col-sm-lt166 {
        top: 166px !important;
    }
    .col-sm-lt167 {
        top: 167px !important;
    }
    .col-sm-lt168 {
        top: 168px !important;
    }
    .col-sm-lt169 {
        top: 169px !important;
    }
    .col-sm-lt170 {
        top: 170px !important;
    }
    .col-sm-lt171 {
        top: 171px !important;
    }
    .col-sm-lt172 {
        top: 172px !important;
    }
    .col-sm-lt173 {
        top: 173px !important;
    }
    .col-sm-lt174 {
        top: 174px !important;
    }
    .col-sm-lt175 {
        top: 175px !important;
    }
    .col-sm-lt176 {
        top: 176px !important;
    }
    .col-sm-lt177 {
        top: 177px !important;
    }
    .col-sm-lt178 {
        top: 178px !important;
    }
    .col-sm-lt179 {
        top: 179px !important;
    }
    .col-sm-lt180 {
        top: 180px !important;
    }
    .col-sm-lt181 {
        top: 181px !important;
    }
    .col-sm-lt182 {
        top: 182px !important;
    }
    .col-sm-lt183 {
        top: 183px !important;
    }
    .col-sm-lt184 {
        top: 184px !important;
    }
    .col-sm-lt185 {
        top: 185px !important;
    }
    .col-sm-lt186 {
        top: 186px !important;
    }
    .col-sm-lt187 {
        top: 187px !important;
    }
    .col-sm-lt188 {
        top: 188px !important;
    }
    .col-sm-lt189 {
        top: 189px !important;
    }
    .col-sm-lt190 {
        top: 190px !important;
    }
    .col-sm-lt191 {
        top: 191px !important;
    }
    .col-sm-lt192 {
        top: 192px !important;
    }
    .col-sm-lt193 {
        top: 193px !important;
    }
    .col-sm-lt194 {
        top: 194px !important;
    }
    .col-sm-lt195 {
        top: 195px !important;
    }
    .col-sm-lt196 {
        top: 196px !important;
    }
    .col-sm-lt197 {
        top: 197px !important;
    }
    .col-sm-lt198 {
        top: 198px !important;
    }
    .col-sm-lt199 {
        top: 199px !important;
    }
    .col-sm-lt200 {
        top: 200px !important;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-lt0 {
        top: 0px !important;
    }
    .col-xs-lt1 {
        top: 1px !important;
    }
    .col-xs-lt2 {
        top: 2px !important;
    }
    .col-xs-lt3 {
        top: 3px !important;
    }
    .col-xs-lt4 {
        top: 4px !important;
    }
    .col-xs-lt5 {
        top: 5px !important;
    }
    .col-xs-lt6 {
        top: 6px !important;
    }
    .col-xs-lt7 {
        top: 7px !important;
    }
    .col-xs-lt8 {
        top: 8px !important;
    }
    .col-xs-lt9 {
        top: 9px !important;
    }
    .col-xs-lt10 {
        top: 10px !important;
    }
    .col-xs-lt11 {
        top: 11px !important;
    }
    .col-xs-lt12 {
        top: 12px !important;
    }
    .col-xs-lt13 {
        top: 13px !important;
    }
    .col-xs-lt14 {
        top: 14px !important;
    }
    .col-xs-lt15 {
        top: 15px !important;
    }
    .col-xs-lt16 {
        top: 16px !important;
    }
    .col-xs-lt17 {
        top: 17px !important;
    }
    .col-xs-lt18 {
        top: 18px !important;
    }
    .col-xs-lt19 {
        top: 19px !important;
    }
    .col-xs-lt20 {
        top: 20px !important;
    }
    .col-xs-lt21 {
        top: 21px !important;
    }
    .col-xs-lt22 {
        top: 22px !important;
    }
    .col-xs-lt23 {
        top: 23px !important;
    }
    .col-xs-lt24 {
        top: 24px !important;
    }
    .col-xs-lt25 {
        top: 25px !important;
    }
    .col-xs-lt26 {
        top: 26px !important;
    }
    .col-xs-lt27 {
        top: 27px !important;
    }
    .col-xs-lt28 {
        top: 28px !important;
    }
    .col-xs-lt29 {
        top: 29px !important;
    }
    .col-xs-lt30 {
        top: 30px !important;
    }
    .col-xs-lt31 {
        top: 31px !important;
    }
    .col-xs-lt32 {
        top: 32px !important;
    }
    .col-xs-lt33 {
        top: 33px !important;
    }
    .col-xs-lt34 {
        top: 34px !important;
    }
    .col-xs-lt35 {
        top: 35px !important;
    }
    .col-xs-lt36 {
        top: 36px !important;
    }
    .col-xs-lt37 {
        top: 37px !important;
    }
    .col-xs-lt38 {
        top: 38px !important;
    }
    .col-xs-lt39 {
        top: 39px !important;
    }
    .col-xs-lt40 {
        top: 40px !important;
    }
    .col-xs-lt41 {
        top: 41px !important;
    }
    .col-xs-lt42 {
        top: 42px !important;
    }
    .col-xs-lt43 {
        top: 43px !important;
    }
    .col-xs-lt44 {
        top: 44px !important;
    }
    .col-xs-lt45 {
        top: 45px !important;
    }
    .col-xs-lt46 {
        top: 46px !important;
    }
    .col-xs-lt47 {
        top: 47px !important;
    }
    .col-xs-lt48 {
        top: 48px !important;
    }
    .col-xs-lt49 {
        top: 49px !important;
    }
    .col-xs-lt50 {
        top: 50px !important;
    }
    .col-xs-lt51 {
        top: 51px !important;
    }
    .col-xs-lt52 {
        top: 52px !important;
    }
    .col-xs-lt53 {
        top: 53px !important;
    }
    .col-xs-lt54 {
        top: 54px !important;
    }
    .col-xs-lt55 {
        top: 55px !important;
    }
    .col-xs-lt56 {
        top: 56px !important;
    }
    .col-xs-lt57 {
        top: 57px !important;
    }
    .col-xs-lt58 {
        top: 58px !important;
    }
    .col-xs-lt59 {
        top: 59px !important;
    }
    .col-xs-lt60 {
        top: 60px !important;
    }
    .col-xs-lt61 {
        top: 61px !important;
    }
    .col-xs-lt62 {
        top: 62px !important;
    }
    .col-xs-lt63 {
        top: 63px !important;
    }
    .col-xs-lt64 {
        top: 64px !important;
    }
    .col-xs-lt65 {
        top: 65px !important;
    }
    .col-xs-lt66 {
        top: 66px !important;
    }
    .col-xs-lt67 {
        top: 67px !important;
    }
    .col-xs-lt68 {
        top: 68px !important;
    }
    .col-xs-lt69 {
        top: 69px !important;
    }
    .col-xs-lt70 {
        top: 70px !important;
    }
    .col-xs-lt71 {
        top: 71px !important;
    }
    .col-xs-lt72 {
        top: 72px !important;
    }
    .col-xs-lt73 {
        top: 73px !important;
    }
    .col-xs-lt74 {
        top: 74px !important;
    }
    .col-xs-lt75 {
        top: 75px !important;
    }
    .col-xs-lt76 {
        top: 76px !important;
    }
    .col-xs-lt77 {
        top: 77px !important;
    }
    .col-xs-lt78 {
        top: 78px !important;
    }
    .col-xs-lt79 {
        top: 79px !important;
    }
    .col-xs-lt80 {
        top: 80px !important;
    }
    .col-xs-lt81 {
        top: 81px !important;
    }
    .col-xs-lt82 {
        top: 82px !important;
    }
    .col-xs-lt83 {
        top: 83px !important;
    }
    .col-xs-lt84 {
        top: 84px !important;
    }
    .col-xs-lt85 {
        top: 85px !important;
    }
    .col-xs-lt86 {
        top: 86px !important;
    }
    .col-xs-lt87 {
        top: 87px !important;
    }
    .col-xs-lt88 {
        top: 88px !important;
    }
    .col-xs-lt89 {
        top: 89px !important;
    }
    .col-xs-lt90 {
        top: 90px !important;
    }
    .col-xs-lt91 {
        top: 91px !important;
    }
    .col-xs-lt92 {
        top: 92px !important;
    }
    .col-xs-lt93 {
        top: 93px !important;
    }
    .col-xs-lt94 {
        top: 94px !important;
    }
    .col-xs-lt95 {
        top: 95px !important;
    }
    .col-xs-lt96 {
        top: 96px !important;
    }
    .col-xs-lt97 {
        top: 97px !important;
    }
    .col-xs-lt98 {
        top: 98px !important;
    }
    .col-xs-lt99 {
        top: 99px !important;
    }
    .col-xs-lt100 {
        top: 100px !important;
    }
    .col-xs-lt101 {
        top: 101px !important;
    }
    .col-xs-lt102 {
        top: 102px !important;
    }
    .col-xs-lt103 {
        top: 103px !important;
    }
    .col-xs-lt104 {
        top: 104px !important;
    }
    .col-xs-lt105 {
        top: 105px !important;
    }
    .col-xs-lt106 {
        top: 106px !important;
    }
    .col-xs-lt107 {
        top: 107px !important;
    }
    .col-xs-lt108 {
        top: 108px !important;
    }
    .col-xs-lt109 {
        top: 109px !important;
    }
    .col-xs-lt110 {
        top: 110px !important;
    }
    .col-xs-lt111 {
        top: 111px !important;
    }
    .col-xs-lt112 {
        top: 112px !important;
    }
    .col-xs-lt113 {
        top: 113px !important;
    }
    .col-xs-lt114 {
        top: 114px !important;
    }
    .col-xs-lt115 {
        top: 115px !important;
    }
    .col-xs-lt116 {
        top: 116px !important;
    }
    .col-xs-lt117 {
        top: 117px !important;
    }
    .col-xs-lt118 {
        top: 118px !important;
    }
    .col-xs-lt119 {
        top: 119px !important;
    }
    .col-xs-lt120 {
        top: 120px !important;
    }
    .col-xs-lt121 {
        top: 121px !important;
    }
    .col-xs-lt122 {
        top: 122px !important;
    }
    .col-xs-lt123 {
        top: 123px !important;
    }
    .col-xs-lt124 {
        top: 124px !important;
    }
    .col-xs-lt125 {
        top: 125px !important;
    }
    .col-xs-lt126 {
        top: 126px !important;
    }
    .col-xs-lt127 {
        top: 127px !important;
    }
    .col-xs-lt128 {
        top: 128px !important;
    }
    .col-xs-lt129 {
        top: 129px !important;
    }
    .col-xs-lt130 {
        top: 130px !important;
    }
    .col-xs-lt131 {
        top: 131px !important;
    }
    .col-xs-lt132 {
        top: 132px !important;
    }
    .col-xs-lt133 {
        top: 133px !important;
    }
    .col-xs-lt134 {
        top: 134px !important;
    }
    .col-xs-lt135 {
        top: 135px !important;
    }
    .col-xs-lt136 {
        top: 136px !important;
    }
    .col-xs-lt137 {
        top: 137px !important;
    }
    .col-xs-lt138 {
        top: 138px !important;
    }
    .col-xs-lt139 {
        top: 139px !important;
    }
    .col-xs-lt140 {
        top: 140px !important;
    }
    .col-xs-lt141 {
        top: 141px !important;
    }
    .col-xs-lt142 {
        top: 142px !important;
    }
    .col-xs-lt143 {
        top: 143px !important;
    }
    .col-xs-lt144 {
        top: 144px !important;
    }
    .col-xs-lt145 {
        top: 145px !important;
    }
    .col-xs-lt146 {
        top: 146px !important;
    }
    .col-xs-lt147 {
        top: 147px !important;
    }
    .col-xs-lt148 {
        top: 148px !important;
    }
    .col-xs-lt149 {
        top: 149px !important;
    }
    .col-xs-lt150 {
        top: 150px !important;
    }
    .col-xs-lt151 {
        top: 151px !important;
    }
    .col-xs-lt152 {
        top: 152px !important;
    }
    .col-xs-lt153 {
        top: 153px !important;
    }
    .col-xs-lt154 {
        top: 154px !important;
    }
    .col-xs-lt155 {
        top: 155px !important;
    }
    .col-xs-lt156 {
        top: 156px !important;
    }
    .col-xs-lt157 {
        top: 157px !important;
    }
    .col-xs-lt158 {
        top: 158px !important;
    }
    .col-xs-lt159 {
        top: 159px !important;
    }
    .col-xs-lt160 {
        top: 160px !important;
    }
    .col-xs-lt161 {
        top: 161px !important;
    }
    .col-xs-lt162 {
        top: 162px !important;
    }
    .col-xs-lt163 {
        top: 163px !important;
    }
    .col-xs-lt164 {
        top: 164px !important;
    }
    .col-xs-lt165 {
        top: 165px !important;
    }
    .col-xs-lt166 {
        top: 166px !important;
    }
    .col-xs-lt167 {
        top: 167px !important;
    }
    .col-xs-lt168 {
        top: 168px !important;
    }
    .col-xs-lt169 {
        top: 169px !important;
    }
    .col-xs-lt170 {
        top: 170px !important;
    }
    .col-xs-lt171 {
        top: 171px !important;
    }
    .col-xs-lt172 {
        top: 172px !important;
    }
    .col-xs-lt173 {
        top: 173px !important;
    }
    .col-xs-lt174 {
        top: 174px !important;
    }
    .col-xs-lt175 {
        top: 175px !important;
    }
    .col-xs-lt176 {
        top: 176px !important;
    }
    .col-xs-lt177 {
        top: 177px !important;
    }
    .col-xs-lt178 {
        top: 178px !important;
    }
    .col-xs-lt179 {
        top: 179px !important;
    }
    .col-xs-lt180 {
        top: 180px !important;
    }
    .col-xs-lt181 {
        top: 181px !important;
    }
    .col-xs-lt182 {
        top: 182px !important;
    }
    .col-xs-lt183 {
        top: 183px !important;
    }
    .col-xs-lt184 {
        top: 184px !important;
    }
    .col-xs-lt185 {
        top: 185px !important;
    }
    .col-xs-lt186 {
        top: 186px !important;
    }
    .col-xs-lt187 {
        top: 187px !important;
    }
    .col-xs-lt188 {
        top: 188px !important;
    }
    .col-xs-lt189 {
        top: 189px !important;
    }
    .col-xs-lt190 {
        top: 190px !important;
    }
    .col-xs-lt191 {
        top: 191px !important;
    }
    .col-xs-lt192 {
        top: 192px !important;
    }
    .col-xs-lt193 {
        top: 193px !important;
    }
    .col-xs-lt194 {
        top: 194px !important;
    }
    .col-xs-lt195 {
        top: 195px !important;
    }
    .col-xs-lt196 {
        top: 196px !important;
    }
    .col-xs-lt197 {
        top: 197px !important;
    }
    .col-xs-lt198 {
        top: 198px !important;
    }
    .col-xs-lt199 {
        top: 199px !important;
    }
    .col-xs-lt200 {
        top: 200px !important;
    }
}
/* Responsive Settings End */
/* Location Top End */
/* Location Bottom */

.lb0 {
    bottom: 0px !important;
}
.lb1 {
    bottom: 1px !important;
}
.lb2 {
    bottom: 2px !important;
}
.lb3 {
    bottom: 3px !important;
}
.lb4 {
    bottom: 4px !important;
}
.lb5 {
    bottom: 5px !important;
}
.lb6 {
    bottom: 6px !important;
}
.lb7 {
    bottom: 7px !important;
}
.lb8 {
    bottom: 8px !important;
}
.lb9 {
    bottom: 9px !important;
}
.lb10 {
    bottom: 10px !important;
}
.lb11 {
    bottom: 11px !important;
}
.lb12 {
    bottom: 12px !important;
}
.lb13 {
    bottom: 13px !important;
}
.lb14 {
    bottom: 14px !important;
}
.lb15 {
    bottom: 15px !important;
}
.lb16 {
    bottom: 16px !important;
}
.lb17 {
    bottom: 17px !important;
}
.lb18 {
    bottom: 18px !important;
}
.lb19 {
    bottom: 19px !important;
}
.lb20 {
    bottom: 20px !important;
}
.lb21 {
    bottom: 21px !important;
}
.lb22 {
    bottom: 22px !important;
}
.lb23 {
    bottom: 23px !important;
}
.lb24 {
    bottom: 24px !important;
}
.lb25 {
    bottom: 25px !important;
}
.lb26 {
    bottom: 26px !important;
}
.lb27 {
    bottom: 27px !important;
}
.lb28 {
    bottom: 28px !important;
}
.lb29 {
    bottom: 29px !important;
}
.lb30 {
    bottom: 30px !important;
}
.lb31 {
    bottom: 31px !important;
}
.lb32 {
    bottom: 32px !important;
}
.lb33 {
    bottom: 33px !important;
}
.lb34 {
    bottom: 34px !important;
}
.lb35 {
    bottom: 35px !important;
}
.lb36 {
    bottom: 36px !important;
}
.lb37 {
    bottom: 37px !important;
}
.lb38 {
    bottom: 38px !important;
}
.lb39 {
    bottom: 39px !important;
}
.lb40 {
    bottom: 40px !important;
}
.lb41 {
    bottom: 41px !important;
}
.lb42 {
    bottom: 42px !important;
}
.lb43 {
    bottom: 43px !important;
}
.lb44 {
    bottom: 44px !important;
}
.lb45 {
    bottom: 45px !important;
}
.lb46 {
    bottom: 46px !important;
}
.lb47 {
    bottom: 47px !important;
}
.lb48 {
    bottom: 48px !important;
}
.lb49 {
    bottom: 49px !important;
}
.lb50 {
    bottom: 50px !important;
}
.lb51 {
    bottom: 51px !important;
}
.lb52 {
    bottom: 52px !important;
}
.lb53 {
    bottom: 53px !important;
}
.lb54 {
    bottom: 54px !important;
}
.lb55 {
    bottom: 55px !important;
}
.lb56 {
    bottom: 56px !important;
}
.lb57 {
    bottom: 57px !important;
}
.lb58 {
    bottom: 58px !important;
}
.lb59 {
    bottom: 59px !important;
}
.lb60 {
    bottom: 60px !important;
}
.lb61 {
    bottom: 61px !important;
}
.lb62 {
    bottom: 62px !important;
}
.lb63 {
    bottom: 63px !important;
}
.lb64 {
    bottom: 64px !important;
}
.lb65 {
    bottom: 65px !important;
}
.lb66 {
    bottom: 66px !important;
}
.lb67 {
    bottom: 67px !important;
}
.lb68 {
    bottom: 68px !important;
}
.lb69 {
    bottom: 69px !important;
}
.lb70 {
    bottom: 70px !important;
}
.lb71 {
    bottom: 71px !important;
}
.lb72 {
    bottom: 72px !important;
}
.lb73 {
    bottom: 73px !important;
}
.lb74 {
    bottom: 74px !important;
}
.lb75 {
    bottom: 75px !important;
}
.lb76 {
    bottom: 76px !important;
}
.lb77 {
    bottom: 77px !important;
}
.lb78 {
    bottom: 78px !important;
}
.lb79 {
    bottom: 79px !important;
}
.lb80 {
    bottom: 80px !important;
}
.lb81 {
    bottom: 81px !important;
}
.lb82 {
    bottom: 82px !important;
}
.lb83 {
    bottom: 83px !important;
}
.lb84 {
    bottom: 84px !important;
}
.lb85 {
    bottom: 85px !important;
}
.lb86 {
    bottom: 86px !important;
}
.lb87 {
    bottom: 87px !important;
}
.lb88 {
    bottom: 88px !important;
}
.lb89 {
    bottom: 89px !important;
}
.lb90 {
    bottom: 90px !important;
}
.lb91 {
    bottom: 91px !important;
}
.lb92 {
    bottom: 92px !important;
}
.lb93 {
    bottom: 93px !important;
}
.lb94 {
    bottom: 94px !important;
}
.lb95 {
    bottom: 95px !important;
}
.lb96 {
    bottom: 96px !important;
}
.lb97 {
    bottom: 97px !important;
}
.lb98 {
    bottom: 98px !important;
}
.lb99 {
    bottom: 99px !important;
}
.lb100 {
    bottom: 100px !important;
}
.lb101 {
    bottom: 101px !important;
}
.lb102 {
    bottom: 102px !important;
}
.lb103 {
    bottom: 103px !important;
}
.lb104 {
    bottom: 104px !important;
}
.lb105 {
    bottom: 105px !important;
}
.lb106 {
    bottom: 106px !important;
}
.lb107 {
    bottom: 107px !important;
}
.lb108 {
    bottom: 108px !important;
}
.lb109 {
    bottom: 109px !important;
}
.lb110 {
    bottom: 110px !important;
}
.lb111 {
    bottom: 111px !important;
}
.lb112 {
    bottom: 112px !important;
}
.lb113 {
    bottom: 113px !important;
}
.lb114 {
    bottom: 114px !important;
}
.lb115 {
    bottom: 115px !important;
}
.lb116 {
    bottom: 116px !important;
}
.lb117 {
    bottom: 117px !important;
}
.lb118 {
    bottom: 118px !important;
}
.lb119 {
    bottom: 119px !important;
}
.lb120 {
    bottom: 120px !important;
}
.lb121 {
    bottom: 121px !important;
}
.lb122 {
    bottom: 122px !important;
}
.lb123 {
    bottom: 123px !important;
}
.lb124 {
    bottom: 124px !important;
}
.lb125 {
    bottom: 125px !important;
}
.lb126 {
    bottom: 126px !important;
}
.lb127 {
    bottom: 127px !important;
}
.lb128 {
    bottom: 128px !important;
}
.lb129 {
    bottom: 129px !important;
}
.lb130 {
    bottom: 130px !important;
}
.lb131 {
    bottom: 131px !important;
}
.lb132 {
    bottom: 132px !important;
}
.lb133 {
    bottom: 133px !important;
}
.lb134 {
    bottom: 134px !important;
}
.lb135 {
    bottom: 135px !important;
}
.lb136 {
    bottom: 136px !important;
}
.lb137 {
    bottom: 137px !important;
}
.lb138 {
    bottom: 138px !important;
}
.lb139 {
    bottom: 139px !important;
}
.lb140 {
    bottom: 140px !important;
}
.lb141 {
    bottom: 141px !important;
}
.lb142 {
    bottom: 142px !important;
}
.lb143 {
    bottom: 143px !important;
}
.lb144 {
    bottom: 144px !important;
}
.lb145 {
    bottom: 145px !important;
}
.lb146 {
    bottom: 146px !important;
}
.lb147 {
    bottom: 147px !important;
}
.lb148 {
    bottom: 148px !important;
}
.lb149 {
    bottom: 149px !important;
}
.lb150 {
    bottom: 150px !important;
}
.lb151 {
    bottom: 151px !important;
}
.lb152 {
    bottom: 152px !important;
}
.lb153 {
    bottom: 153px !important;
}
.lb154 {
    bottom: 154px !important;
}
.lb155 {
    bottom: 155px !important;
}
.lb156 {
    bottom: 156px !important;
}
.lb157 {
    bottom: 157px !important;
}
.lb158 {
    bottom: 158px !important;
}
.lb159 {
    bottom: 159px !important;
}
.lb160 {
    bottom: 160px !important;
}
.lb161 {
    bottom: 161px !important;
}
.lb162 {
    bottom: 162px !important;
}
.lb163 {
    bottom: 163px !important;
}
.lb164 {
    bottom: 164px !important;
}
.lb165 {
    bottom: 165px !important;
}
.lb166 {
    bottom: 166px !important;
}
.lb167 {
    bottom: 167px !important;
}
.lb168 {
    bottom: 168px !important;
}
.lb169 {
    bottom: 169px !important;
}
.lb170 {
    bottom: 170px !important;
}
.lb171 {
    bottom: 171px !important;
}
.lb172 {
    bottom: 172px !important;
}
.lb173 {
    bottom: 173px !important;
}
.lb174 {
    bottom: 174px !important;
}
.lb175 {
    bottom: 175px !important;
}
.lb176 {
    bottom: 176px !important;
}
.lb177 {
    bottom: 177px !important;
}
.lb178 {
    bottom: 178px !important;
}
.lb179 {
    bottom: 179px !important;
}
.lb180 {
    bottom: 180px !important;
}
.lb181 {
    bottom: 181px !important;
}
.lb182 {
    bottom: 182px !important;
}
.lb183 {
    bottom: 183px !important;
}
.lb184 {
    bottom: 184px !important;
}
.lb185 {
    bottom: 185px !important;
}
.lb186 {
    bottom: 186px !important;
}
.lb187 {
    bottom: 187px !important;
}
.lb188 {
    bottom: 188px !important;
}
.lb189 {
    bottom: 189px !important;
}
.lb190 {
    bottom: 190px !important;
}
.lb191 {
    bottom: 191px !important;
}
.lb192 {
    bottom: 192px !important;
}
.lb193 {
    bottom: 193px !important;
}
.lb194 {
    bottom: 194px !important;
}
.lb195 {
    bottom: 195px !important;
}
.lb196 {
    bottom: 196px !important;
}
.lb197 {
    bottom: 197px !important;
}
.lb198 {
    bottom: 198px !important;
}
.lb199 {
    bottom: 199px !important;
}
.lb200 {
    bottom: 200px !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-lb0 {
        bottom: 0px !important;
    }
    .col-sm-lb1 {
        bottom: 1px !important;
    }
    .col-sm-lb2 {
        bottom: 2px !important;
    }
    .col-sm-lb3 {
        bottom: 3px !important;
    }
    .col-sm-lb4 {
        bottom: 4px !important;
    }
    .col-sm-lb5 {
        bottom: 5px !important;
    }
    .col-sm-lb6 {
        bottom: 6px !important;
    }
    .col-sm-lb7 {
        bottom: 7px !important;
    }
    .col-sm-lb8 {
        bottom: 8px !important;
    }
    .col-sm-lb9 {
        bottom: 9px !important;
    }
    .col-sm-lb10 {
        bottom: 10px !important;
    }
    .col-sm-lb11 {
        bottom: 11px !important;
    }
    .col-sm-lb12 {
        bottom: 12px !important;
    }
    .col-sm-lb13 {
        bottom: 13px !important;
    }
    .col-sm-lb14 {
        bottom: 14px !important;
    }
    .col-sm-lb15 {
        bottom: 15px !important;
    }
    .col-sm-lb16 {
        bottom: 16px !important;
    }
    .col-sm-lb17 {
        bottom: 17px !important;
    }
    .col-sm-lb18 {
        bottom: 18px !important;
    }
    .col-sm-lb19 {
        bottom: 19px !important;
    }
    .col-sm-lb20 {
        bottom: 20px !important;
    }
    .col-sm-lb21 {
        bottom: 21px !important;
    }
    .col-sm-lb22 {
        bottom: 22px !important;
    }
    .col-sm-lb23 {
        bottom: 23px !important;
    }
    .col-sm-lb24 {
        bottom: 24px !important;
    }
    .col-sm-lb25 {
        bottom: 25px !important;
    }
    .col-sm-lb26 {
        bottom: 26px !important;
    }
    .col-sm-lb27 {
        bottom: 27px !important;
    }
    .col-sm-lb28 {
        bottom: 28px !important;
    }
    .col-sm-lb29 {
        bottom: 29px !important;
    }
    .col-sm-lb30 {
        bottom: 30px !important;
    }
    .col-sm-lb31 {
        bottom: 31px !important;
    }
    .col-sm-lb32 {
        bottom: 32px !important;
    }
    .col-sm-lb33 {
        bottom: 33px !important;
    }
    .col-sm-lb34 {
        bottom: 34px !important;
    }
    .col-sm-lb35 {
        bottom: 35px !important;
    }
    .col-sm-lb36 {
        bottom: 36px !important;
    }
    .col-sm-lb37 {
        bottom: 37px !important;
    }
    .col-sm-lb38 {
        bottom: 38px !important;
    }
    .col-sm-lb39 {
        bottom: 39px !important;
    }
    .col-sm-lb40 {
        bottom: 40px !important;
    }
    .col-sm-lb41 {
        bottom: 41px !important;
    }
    .col-sm-lb42 {
        bottom: 42px !important;
    }
    .col-sm-lb43 {
        bottom: 43px !important;
    }
    .col-sm-lb44 {
        bottom: 44px !important;
    }
    .col-sm-lb45 {
        bottom: 45px !important;
    }
    .col-sm-lb46 {
        bottom: 46px !important;
    }
    .col-sm-lb47 {
        bottom: 47px !important;
    }
    .col-sm-lb48 {
        bottom: 48px !important;
    }
    .col-sm-lb49 {
        bottom: 49px !important;
    }
    .col-sm-lb50 {
        bottom: 50px !important;
    }
    .col-sm-lb51 {
        bottom: 51px !important;
    }
    .col-sm-lb52 {
        bottom: 52px !important;
    }
    .col-sm-lb53 {
        bottom: 53px !important;
    }
    .col-sm-lb54 {
        bottom: 54px !important;
    }
    .col-sm-lb55 {
        bottom: 55px !important;
    }
    .col-sm-lb56 {
        bottom: 56px !important;
    }
    .col-sm-lb57 {
        bottom: 57px !important;
    }
    .col-sm-lb58 {
        bottom: 58px !important;
    }
    .col-sm-lb59 {
        bottom: 59px !important;
    }
    .col-sm-lb60 {
        bottom: 60px !important;
    }
    .col-sm-lb61 {
        bottom: 61px !important;
    }
    .col-sm-lb62 {
        bottom: 62px !important;
    }
    .col-sm-lb63 {
        bottom: 63px !important;
    }
    .col-sm-lb64 {
        bottom: 64px !important;
    }
    .col-sm-lb65 {
        bottom: 65px !important;
    }
    .col-sm-lb66 {
        bottom: 66px !important;
    }
    .col-sm-lb67 {
        bottom: 67px !important;
    }
    .col-sm-lb68 {
        bottom: 68px !important;
    }
    .col-sm-lb69 {
        bottom: 69px !important;
    }
    .col-sm-lb70 {
        bottom: 70px !important;
    }
    .col-sm-lb71 {
        bottom: 71px !important;
    }
    .col-sm-lb72 {
        bottom: 72px !important;
    }
    .col-sm-lb73 {
        bottom: 73px !important;
    }
    .col-sm-lb74 {
        bottom: 74px !important;
    }
    .col-sm-lb75 {
        bottom: 75px !important;
    }
    .col-sm-lb76 {
        bottom: 76px !important;
    }
    .col-sm-lb77 {
        bottom: 77px !important;
    }
    .col-sm-lb78 {
        bottom: 78px !important;
    }
    .col-sm-lb79 {
        bottom: 79px !important;
    }
    .col-sm-lb80 {
        bottom: 80px !important;
    }
    .col-sm-lb81 {
        bottom: 81px !important;
    }
    .col-sm-lb82 {
        bottom: 82px !important;
    }
    .col-sm-lb83 {
        bottom: 83px !important;
    }
    .col-sm-lb84 {
        bottom: 84px !important;
    }
    .col-sm-lb85 {
        bottom: 85px !important;
    }
    .col-sm-lb86 {
        bottom: 86px !important;
    }
    .col-sm-lb87 {
        bottom: 87px !important;
    }
    .col-sm-lb88 {
        bottom: 88px !important;
    }
    .col-sm-lb89 {
        bottom: 89px !important;
    }
    .col-sm-lb90 {
        bottom: 90px !important;
    }
    .col-sm-lb91 {
        bottom: 91px !important;
    }
    .col-sm-lb92 {
        bottom: 92px !important;
    }
    .col-sm-lb93 {
        bottom: 93px !important;
    }
    .col-sm-lb94 {
        bottom: 94px !important;
    }
    .col-sm-lb95 {
        bottom: 95px !important;
    }
    .col-sm-lb96 {
        bottom: 96px !important;
    }
    .col-sm-lb97 {
        bottom: 97px !important;
    }
    .col-sm-lb98 {
        bottom: 98px !important;
    }
    .col-sm-lb99 {
        bottom: 99px !important;
    }
    .col-sm-lb100 {
        bottom: 100px !important;
    }
    .col-sm-lb101 {
        bottom: 101px !important;
    }
    .col-sm-lb102 {
        bottom: 102px !important;
    }
    .col-sm-lb103 {
        bottom: 103px !important;
    }
    .col-sm-lb104 {
        bottom: 104px !important;
    }
    .col-sm-lb105 {
        bottom: 105px !important;
    }
    .col-sm-lb106 {
        bottom: 106px !important;
    }
    .col-sm-lb107 {
        bottom: 107px !important;
    }
    .col-sm-lb108 {
        bottom: 108px !important;
    }
    .col-sm-lb109 {
        bottom: 109px !important;
    }
    .col-sm-lb110 {
        bottom: 110px !important;
    }
    .col-sm-lb111 {
        bottom: 111px !important;
    }
    .col-sm-lb112 {
        bottom: 112px !important;
    }
    .col-sm-lb113 {
        bottom: 113px !important;
    }
    .col-sm-lb114 {
        bottom: 114px !important;
    }
    .col-sm-lb115 {
        bottom: 115px !important;
    }
    .col-sm-lb116 {
        bottom: 116px !important;
    }
    .col-sm-lb117 {
        bottom: 117px !important;
    }
    .col-sm-lb118 {
        bottom: 118px !important;
    }
    .col-sm-lb119 {
        bottom: 119px !important;
    }
    .col-sm-lb120 {
        bottom: 120px !important;
    }
    .col-sm-lb121 {
        bottom: 121px !important;
    }
    .col-sm-lb122 {
        bottom: 122px !important;
    }
    .col-sm-lb123 {
        bottom: 123px !important;
    }
    .col-sm-lb124 {
        bottom: 124px !important;
    }
    .col-sm-lb125 {
        bottom: 125px !important;
    }
    .col-sm-lb126 {
        bottom: 126px !important;
    }
    .col-sm-lb127 {
        bottom: 127px !important;
    }
    .col-sm-lb128 {
        bottom: 128px !important;
    }
    .col-sm-lb129 {
        bottom: 129px !important;
    }
    .col-sm-lb130 {
        bottom: 130px !important;
    }
    .col-sm-lb131 {
        bottom: 131px !important;
    }
    .col-sm-lb132 {
        bottom: 132px !important;
    }
    .col-sm-lb133 {
        bottom: 133px !important;
    }
    .col-sm-lb134 {
        bottom: 134px !important;
    }
    .col-sm-lb135 {
        bottom: 135px !important;
    }
    .col-sm-lb136 {
        bottom: 136px !important;
    }
    .col-sm-lb137 {
        bottom: 137px !important;
    }
    .col-sm-lb138 {
        bottom: 138px !important;
    }
    .col-sm-lb139 {
        bottom: 139px !important;
    }
    .col-sm-lb140 {
        bottom: 140px !important;
    }
    .col-sm-lb141 {
        bottom: 141px !important;
    }
    .col-sm-lb142 {
        bottom: 142px !important;
    }
    .col-sm-lb143 {
        bottom: 143px !important;
    }
    .col-sm-lb144 {
        bottom: 144px !important;
    }
    .col-sm-lb145 {
        bottom: 145px !important;
    }
    .col-sm-lb146 {
        bottom: 146px !important;
    }
    .col-sm-lb147 {
        bottom: 147px !important;
    }
    .col-sm-lb148 {
        bottom: 148px !important;
    }
    .col-sm-lb149 {
        bottom: 149px !important;
    }
    .col-sm-lb150 {
        bottom: 150px !important;
    }
    .col-sm-lb151 {
        bottom: 151px !important;
    }
    .col-sm-lb152 {
        bottom: 152px !important;
    }
    .col-sm-lb153 {
        bottom: 153px !important;
    }
    .col-sm-lb154 {
        bottom: 154px !important;
    }
    .col-sm-lb155 {
        bottom: 155px !important;
    }
    .col-sm-lb156 {
        bottom: 156px !important;
    }
    .col-sm-lb157 {
        bottom: 157px !important;
    }
    .col-sm-lb158 {
        bottom: 158px !important;
    }
    .col-sm-lb159 {
        bottom: 159px !important;
    }
    .col-sm-lb160 {
        bottom: 160px !important;
    }
    .col-sm-lb161 {
        bottom: 161px !important;
    }
    .col-sm-lb162 {
        bottom: 162px !important;
    }
    .col-sm-lb163 {
        bottom: 163px !important;
    }
    .col-sm-lb164 {
        bottom: 164px !important;
    }
    .col-sm-lb165 {
        bottom: 165px !important;
    }
    .col-sm-lb166 {
        bottom: 166px !important;
    }
    .col-sm-lb167 {
        bottom: 167px !important;
    }
    .col-sm-lb168 {
        bottom: 168px !important;
    }
    .col-sm-lb169 {
        bottom: 169px !important;
    }
    .col-sm-lb170 {
        bottom: 170px !important;
    }
    .col-sm-lb171 {
        bottom: 171px !important;
    }
    .col-sm-lb172 {
        bottom: 172px !important;
    }
    .col-sm-lb173 {
        bottom: 173px !important;
    }
    .col-sm-lb174 {
        bottom: 174px !important;
    }
    .col-sm-lb175 {
        bottom: 175px !important;
    }
    .col-sm-lb176 {
        bottom: 176px !important;
    }
    .col-sm-lb177 {
        bottom: 177px !important;
    }
    .col-sm-lb178 {
        bottom: 178px !important;
    }
    .col-sm-lb179 {
        bottom: 179px !important;
    }
    .col-sm-lb180 {
        bottom: 180px !important;
    }
    .col-sm-lb181 {
        bottom: 181px !important;
    }
    .col-sm-lb182 {
        bottom: 182px !important;
    }
    .col-sm-lb183 {
        bottom: 183px !important;
    }
    .col-sm-lb184 {
        bottom: 184px !important;
    }
    .col-sm-lb185 {
        bottom: 185px !important;
    }
    .col-sm-lb186 {
        bottom: 186px !important;
    }
    .col-sm-lb187 {
        bottom: 187px !important;
    }
    .col-sm-lb188 {
        bottom: 188px !important;
    }
    .col-sm-lb189 {
        bottom: 189px !important;
    }
    .col-sm-lb190 {
        bottom: 190px !important;
    }
    .col-sm-lb191 {
        bottom: 191px !important;
    }
    .col-sm-lb192 {
        bottom: 192px !important;
    }
    .col-sm-lb193 {
        bottom: 193px !important;
    }
    .col-sm-lb194 {
        bottom: 194px !important;
    }
    .col-sm-lb195 {
        bottom: 195px !important;
    }
    .col-sm-lb196 {
        bottom: 196px !important;
    }
    .col-sm-lb197 {
        bottom: 197px !important;
    }
    .col-sm-lb198 {
        bottom: 198px !important;
    }
    .col-sm-lb199 {
        bottom: 199px !important;
    }
    .col-sm-lb200 {
        bottom: 200px !important;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-lb0 {
        bottom: 0px !important;
    }
    .col-xs-lb1 {
        bottom: 1px !important;
    }
    .col-xs-lb2 {
        bottom: 2px !important;
    }
    .col-xs-lb3 {
        bottom: 3px !important;
    }
    .col-xs-lb4 {
        bottom: 4px !important;
    }
    .col-xs-lb5 {
        bottom: 5px !important;
    }
    .col-xs-lb6 {
        bottom: 6px !important;
    }
    .col-xs-lb7 {
        bottom: 7px !important;
    }
    .col-xs-lb8 {
        bottom: 8px !important;
    }
    .col-xs-lb9 {
        bottom: 9px !important;
    }
    .col-xs-lb10 {
        bottom: 10px !important;
    }
    .col-xs-lb11 {
        bottom: 11px !important;
    }
    .col-xs-lb12 {
        bottom: 12px !important;
    }
    .col-xs-lb13 {
        bottom: 13px !important;
    }
    .col-xs-lb14 {
        bottom: 14px !important;
    }
    .col-xs-lb15 {
        bottom: 15px !important;
    }
    .col-xs-lb16 {
        bottom: 16px !important;
    }
    .col-xs-lb17 {
        bottom: 17px !important;
    }
    .col-xs-lb18 {
        bottom: 18px !important;
    }
    .col-xs-lb19 {
        bottom: 19px !important;
    }
    .col-xs-lb20 {
        bottom: 20px !important;
    }
    .col-xs-lb21 {
        bottom: 21px !important;
    }
    .col-xs-lb22 {
        bottom: 22px !important;
    }
    .col-xs-lb23 {
        bottom: 23px !important;
    }
    .col-xs-lb24 {
        bottom: 24px !important;
    }
    .col-xs-lb25 {
        bottom: 25px !important;
    }
    .col-xs-lb26 {
        bottom: 26px !important;
    }
    .col-xs-lb27 {
        bottom: 27px !important;
    }
    .col-xs-lb28 {
        bottom: 28px !important;
    }
    .col-xs-lb29 {
        bottom: 29px !important;
    }
    .col-xs-lb30 {
        bottom: 30px !important;
    }
    .col-xs-lb31 {
        bottom: 31px !important;
    }
    .col-xs-lb32 {
        bottom: 32px !important;
    }
    .col-xs-lb33 {
        bottom: 33px !important;
    }
    .col-xs-lb34 {
        bottom: 34px !important;
    }
    .col-xs-lb35 {
        bottom: 35px !important;
    }
    .col-xs-lb36 {
        bottom: 36px !important;
    }
    .col-xs-lb37 {
        bottom: 37px !important;
    }
    .col-xs-lb38 {
        bottom: 38px !important;
    }
    .col-xs-lb39 {
        bottom: 39px !important;
    }
    .col-xs-lb40 {
        bottom: 40px !important;
    }
    .col-xs-lb41 {
        bottom: 41px !important;
    }
    .col-xs-lb42 {
        bottom: 42px !important;
    }
    .col-xs-lb43 {
        bottom: 43px !important;
    }
    .col-xs-lb44 {
        bottom: 44px !important;
    }
    .col-xs-lb45 {
        bottom: 45px !important;
    }
    .col-xs-lb46 {
        bottom: 46px !important;
    }
    .col-xs-lb47 {
        bottom: 47px !important;
    }
    .col-xs-lb48 {
        bottom: 48px !important;
    }
    .col-xs-lb49 {
        bottom: 49px !important;
    }
    .col-xs-lb50 {
        bottom: 50px !important;
    }
    .col-xs-lb51 {
        bottom: 51px !important;
    }
    .col-xs-lb52 {
        bottom: 52px !important;
    }
    .col-xs-lb53 {
        bottom: 53px !important;
    }
    .col-xs-lb54 {
        bottom: 54px !important;
    }
    .col-xs-lb55 {
        bottom: 55px !important;
    }
    .col-xs-lb56 {
        bottom: 56px !important;
    }
    .col-xs-lb57 {
        bottom: 57px !important;
    }
    .col-xs-lb58 {
        bottom: 58px !important;
    }
    .col-xs-lb59 {
        bottom: 59px !important;
    }
    .col-xs-lb60 {
        bottom: 60px !important;
    }
    .col-xs-lb61 {
        bottom: 61px !important;
    }
    .col-xs-lb62 {
        bottom: 62px !important;
    }
    .col-xs-lb63 {
        bottom: 63px !important;
    }
    .col-xs-lb64 {
        bottom: 64px !important;
    }
    .col-xs-lb65 {
        bottom: 65px !important;
    }
    .col-xs-lb66 {
        bottom: 66px !important;
    }
    .col-xs-lb67 {
        bottom: 67px !important;
    }
    .col-xs-lb68 {
        bottom: 68px !important;
    }
    .col-xs-lb69 {
        bottom: 69px !important;
    }
    .col-xs-lb70 {
        bottom: 70px !important;
    }
    .col-xs-lb71 {
        bottom: 71px !important;
    }
    .col-xs-lb72 {
        bottom: 72px !important;
    }
    .col-xs-lb73 {
        bottom: 73px !important;
    }
    .col-xs-lb74 {
        bottom: 74px !important;
    }
    .col-xs-lb75 {
        bottom: 75px !important;
    }
    .col-xs-lb76 {
        bottom: 76px !important;
    }
    .col-xs-lb77 {
        bottom: 77px !important;
    }
    .col-xs-lb78 {
        bottom: 78px !important;
    }
    .col-xs-lb79 {
        bottom: 79px !important;
    }
    .col-xs-lb80 {
        bottom: 80px !important;
    }
    .col-xs-lb81 {
        bottom: 81px !important;
    }
    .col-xs-lb82 {
        bottom: 82px !important;
    }
    .col-xs-lb83 {
        bottom: 83px !important;
    }
    .col-xs-lb84 {
        bottom: 84px !important;
    }
    .col-xs-lb85 {
        bottom: 85px !important;
    }
    .col-xs-lb86 {
        bottom: 86px !important;
    }
    .col-xs-lb87 {
        bottom: 87px !important;
    }
    .col-xs-lb88 {
        bottom: 88px !important;
    }
    .col-xs-lb89 {
        bottom: 89px !important;
    }
    .col-xs-lb90 {
        bottom: 90px !important;
    }
    .col-xs-lb91 {
        bottom: 91px !important;
    }
    .col-xs-lb92 {
        bottom: 92px !important;
    }
    .col-xs-lb93 {
        bottom: 93px !important;
    }
    .col-xs-lb94 {
        bottom: 94px !important;
    }
    .col-xs-lb95 {
        bottom: 95px !important;
    }
    .col-xs-lb96 {
        bottom: 96px !important;
    }
    .col-xs-lb97 {
        bottom: 97px !important;
    }
    .col-xs-lb98 {
        bottom: 98px !important;
    }
    .col-xs-lb99 {
        bottom: 99px !important;
    }
    .col-xs-lb100 {
        bottom: 100px !important;
    }
    .col-xs-lb101 {
        bottom: 101px !important;
    }
    .col-xs-lb102 {
        bottom: 102px !important;
    }
    .col-xs-lb103 {
        bottom: 103px !important;
    }
    .col-xs-lb104 {
        bottom: 104px !important;
    }
    .col-xs-lb105 {
        bottom: 105px !important;
    }
    .col-xs-lb106 {
        bottom: 106px !important;
    }
    .col-xs-lb107 {
        bottom: 107px !important;
    }
    .col-xs-lb108 {
        bottom: 108px !important;
    }
    .col-xs-lb109 {
        bottom: 109px !important;
    }
    .col-xs-lb110 {
        bottom: 110px !important;
    }
    .col-xs-lb111 {
        bottom: 111px !important;
    }
    .col-xs-lb112 {
        bottom: 112px !important;
    }
    .col-xs-lb113 {
        bottom: 113px !important;
    }
    .col-xs-lb114 {
        bottom: 114px !important;
    }
    .col-xs-lb115 {
        bottom: 115px !important;
    }
    .col-xs-lb116 {
        bottom: 116px !important;
    }
    .col-xs-lb117 {
        bottom: 117px !important;
    }
    .col-xs-lb118 {
        bottom: 118px !important;
    }
    .col-xs-lb119 {
        bottom: 119px !important;
    }
    .col-xs-lb120 {
        bottom: 120px !important;
    }
    .col-xs-lb121 {
        bottom: 121px !important;
    }
    .col-xs-lb122 {
        bottom: 122px !important;
    }
    .col-xs-lb123 {
        bottom: 123px !important;
    }
    .col-xs-lb124 {
        bottom: 124px !important;
    }
    .col-xs-lb125 {
        bottom: 125px !important;
    }
    .col-xs-lb126 {
        bottom: 126px !important;
    }
    .col-xs-lb127 {
        bottom: 127px !important;
    }
    .col-xs-lb128 {
        bottom: 128px !important;
    }
    .col-xs-lb129 {
        bottom: 129px !important;
    }
    .col-xs-lb130 {
        bottom: 130px !important;
    }
    .col-xs-lb131 {
        bottom: 131px !important;
    }
    .col-xs-lb132 {
        bottom: 132px !important;
    }
    .col-xs-lb133 {
        bottom: 133px !important;
    }
    .col-xs-lb134 {
        bottom: 134px !important;
    }
    .col-xs-lb135 {
        bottom: 135px !important;
    }
    .col-xs-lb136 {
        bottom: 136px !important;
    }
    .col-xs-lb137 {
        bottom: 137px !important;
    }
    .col-xs-lb138 {
        bottom: 138px !important;
    }
    .col-xs-lb139 {
        bottom: 139px !important;
    }
    .col-xs-lb140 {
        bottom: 140px !important;
    }
    .col-xs-lb141 {
        bottom: 141px !important;
    }
    .col-xs-lb142 {
        bottom: 142px !important;
    }
    .col-xs-lb143 {
        bottom: 143px !important;
    }
    .col-xs-lb144 {
        bottom: 144px !important;
    }
    .col-xs-lb145 {
        bottom: 145px !important;
    }
    .col-xs-lb146 {
        bottom: 146px !important;
    }
    .col-xs-lb147 {
        bottom: 147px !important;
    }
    .col-xs-lb148 {
        bottom: 148px !important;
    }
    .col-xs-lb149 {
        bottom: 149px !important;
    }
    .col-xs-lb150 {
        bottom: 150px !important;
    }
    .col-xs-lb151 {
        bottom: 151px !important;
    }
    .col-xs-lb152 {
        bottom: 152px !important;
    }
    .col-xs-lb153 {
        bottom: 153px !important;
    }
    .col-xs-lb154 {
        bottom: 154px !important;
    }
    .col-xs-lb155 {
        bottom: 155px !important;
    }
    .col-xs-lb156 {
        bottom: 156px !important;
    }
    .col-xs-lb157 {
        bottom: 157px !important;
    }
    .col-xs-lb158 {
        bottom: 158px !important;
    }
    .col-xs-lb159 {
        bottom: 159px !important;
    }
    .col-xs-lb160 {
        bottom: 160px !important;
    }
    .col-xs-lb161 {
        bottom: 161px !important;
    }
    .col-xs-lb162 {
        bottom: 162px !important;
    }
    .col-xs-lb163 {
        bottom: 163px !important;
    }
    .col-xs-lb164 {
        bottom: 164px !important;
    }
    .col-xs-lb165 {
        bottom: 165px !important;
    }
    .col-xs-lb166 {
        bottom: 166px !important;
    }
    .col-xs-lb167 {
        bottom: 167px !important;
    }
    .col-xs-lb168 {
        bottom: 168px !important;
    }
    .col-xs-lb169 {
        bottom: 169px !important;
    }
    .col-xs-lb170 {
        bottom: 170px !important;
    }
    .col-xs-lb171 {
        bottom: 171px !important;
    }
    .col-xs-lb172 {
        bottom: 172px !important;
    }
    .col-xs-lb173 {
        bottom: 173px !important;
    }
    .col-xs-lb174 {
        bottom: 174px !important;
    }
    .col-xs-lb175 {
        bottom: 175px !important;
    }
    .col-xs-lb176 {
        bottom: 176px !important;
    }
    .col-xs-lb177 {
        bottom: 177px !important;
    }
    .col-xs-lb178 {
        bottom: 178px !important;
    }
    .col-xs-lb179 {
        bottom: 179px !important;
    }
    .col-xs-lb180 {
        bottom: 180px !important;
    }
    .col-xs-lb181 {
        bottom: 181px !important;
    }
    .col-xs-lb182 {
        bottom: 182px !important;
    }
    .col-xs-lb183 {
        bottom: 183px !important;
    }
    .col-xs-lb184 {
        bottom: 184px !important;
    }
    .col-xs-lb185 {
        bottom: 185px !important;
    }
    .col-xs-lb186 {
        bottom: 186px !important;
    }
    .col-xs-lb187 {
        bottom: 187px !important;
    }
    .col-xs-lb188 {
        bottom: 188px !important;
    }
    .col-xs-lb189 {
        bottom: 189px !important;
    }
    .col-xs-lb190 {
        bottom: 190px !important;
    }
    .col-xs-lb191 {
        bottom: 191px !important;
    }
    .col-xs-lb192 {
        bottom: 192px !important;
    }
    .col-xs-lb193 {
        bottom: 193px !important;
    }
    .col-xs-lb194 {
        bottom: 194px !important;
    }
    .col-xs-lb195 {
        bottom: 195px !important;
    }
    .col-xs-lb196 {
        bottom: 196px !important;
    }
    .col-xs-lb197 {
        bottom: 197px !important;
    }
    .col-xs-lb198 {
        bottom: 198px !important;
    }
    .col-xs-lb199 {
        bottom: 199px !important;
    }
    .col-xs-lb200 {
        bottom: 200px !important;
    }
}
/* Responsive Settings End */
/* Location Bottom End */
/*----- Location Settings End -----*/
/******---------- Opacity Settings ----------******/

.op0 {
    opacity: 0 !important;
}
.op05 {
    opacity: 0.05 !important;
}
.op1 {
    opacity: 0.10 !important;
}
.op2 {
    opacity: 0.20 !important;
}
.op3 {
    opacity: 0.30 !important;
}
.op4 {
    opacity: 0.40 !important;
}
.op5 {
    opacity: 0.50 !important;
}
.op6 {
    opacity: 0.60 !important;
}
.op7 {
    opacity: 0.70 !important;
}
.op8 {
    opacity: 0.80 !important;
}
.op9 {
    opacity: 0.90 !important;
}
.op10 {
    opacity: 1 !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-op0 {
        opacity: 0 !important;
    }
    .col-sm-op05 {
        opacity: 0.05 !important;
    }
    .col-sm-op1 {
        opacity: 0.10 !important;
    }
    .col-sm-op2 {
        opacity: 0.20 !important;
    }
    .col-sm-op3 {
        opacity: 0.30 !important;
    }
    .col-sm-op4 {
        opacity: 0.40 !important;
    }
    .col-sm-op5 {
        opacity: 0.50 !important;
    }
    .col-sm-op6 {
        opacity: 0.60 !important;
    }
    .col-sm-op7 {
        opacity: 0.70 !important;
    }
    .col-sm-op8 {
        opacity: 0.80 !important;
    }
    .col-sm-op9 {
        opacity: 0.90 !important;
    }
    .col-sm-op10 {
        opacity: 1 !important;
    }
}
/* Responsive Settings End */
/******---------- Opacity Settings ----------******/
/******---------- Text Ýndent Settings ----------******/

.ti0 {
    text-indent: 0px !important;
}
.ti1 {
    text-indent: 1px !important;
}
.ti2 {
    text-indent: 2px !important;
}
.ti3 {
    text-indent: 3px !important;
}
.ti4 {
    text-indent: 4px !important;
}
.ti5 {
    text-indent: 5px !important;
}
.ti6 {
    text-indent: 6px !important;
}
.ti7 {
    text-indent: 7px !important;
}
.ti8 {
    text-indent: 8px !important;
}
.ti9 {
    text-indent: 9px !important;
}
.ti10 {
    text-indent: 10px !important;
}
.ti11 {
    text-indent: 11px !important;
}
.ti12 {
    text-indent: 12px !important;
}
.ti13 {
    text-indent: 13px !important;
}
.ti14 {
    text-indent: 14px !important;
}
.ti15 {
    text-indent: 15px !important;
}
.ti16 {
    text-indent: 16px !important;
}
.ti17 {
    text-indent: 17px !important;
}
.ti18 {
    text-indent: 18px !important;
}
.ti19 {
    text-indent: 19px !important;
}
.ti20 {
    text-indent: 20px !important;
}
.ti21 {
    text-indent: 21px !important;
}
.ti22 {
    text-indent: 22px !important;
}
.ti23 {
    text-indent: 23px !important;
}
.ti24 {
    text-indent: 24px !important;
}
.ti25 {
    text-indent: 25px !important;
}
.ti26 {
    text-indent: 26px !important;
}
.ti27 {
    text-indent: 27px !important;
}
.ti28 {
    text-indent: 28px !important;
}
.ti29 {
    text-indent: 29px !important;
}
.ti30 {
    text-indent: 30px !important;
}
.ti31 {
    text-indent: 31px !important;
}
.ti32 {
    text-indent: 32px !important;
}
.ti33 {
    text-indent: 33px !important;
}
.ti34 {
    text-indent: 34px !important;
}
.ti35 {
    text-indent: 35px !important;
}
.ti36 {
    text-indent: 36px !important;
}
.ti37 {
    text-indent: 37px !important;
}
.ti38 {
    text-indent: 38px !important;
}
.ti39 {
    text-indent: 39px !important;
}
.ti40 {
    text-indent: 40px !important;
}
.ti41 {
    text-indent: 41px !important;
}
.ti42 {
    text-indent: 42px !important;
}
.ti43 {
    text-indent: 43px !important;
}
.ti44 {
    text-indent: 44px !important;
}
.ti45 {
    text-indent: 45px !important;
}
.ti46 {
    text-indent: 46px !important;
}
.ti47 {
    text-indent: 47px !important;
}
.ti48 {
    text-indent: 48px !important;
}
.ti49 {
    text-indent: 49px !important;
}
.ti50 {
    text-indent: 50px !important;
}
.ti51 {
    text-indent: 51px !important;
}
.ti52 {
    text-indent: 52px !important;
}
.ti53 {
    text-indent: 53px !important;
}
.ti54 {
    text-indent: 54px !important;
}
.ti55 {
    text-indent: 55px !important;
}
.ti56 {
    text-indent: 56px !important;
}
.ti57 {
    text-indent: 57px !important;
}
.ti58 {
    text-indent: 58px !important;
}
.ti59 {
    text-indent: 59px !important;
}
.ti60 {
    text-indent: 60px !important;
}
.ti61 {
    text-indent: 61px !important;
}
.ti62 {
    text-indent: 62px !important;
}
.ti63 {
    text-indent: 63px !important;
}
.ti64 {
    text-indent: 64px !important;
}
.ti65 {
    text-indent: 65px !important;
}
.ti66 {
    text-indent: 66px !important;
}
.ti67 {
    text-indent: 67px !important;
}
.ti68 {
    text-indent: 68px !important;
}
.ti69 {
    text-indent: 69px !important;
}
.ti70 {
    text-indent: 70px !important;
}
.ti71 {
    text-indent: 71px !important;
}
.ti72 {
    text-indent: 72px !important;
}
.ti73 {
    text-indent: 73px !important;
}
.ti74 {
    text-indent: 74px !important;
}
.ti75 {
    text-indent: 75px !important;
}
.ti76 {
    text-indent: 76px !important;
}
.ti77 {
    text-indent: 77px !important;
}
.ti78 {
    text-indent: 78px !important;
}
.ti79 {
    text-indent: 79px !important;
}
.ti80 {
    text-indent: 80px !important;
}
.ti81 {
    text-indent: 81px !important;
}
.ti82 {
    text-indent: 82px !important;
}
.ti83 {
    text-indent: 83px !important;
}
.ti84 {
    text-indent: 84px !important;
}
.ti85 {
    text-indent: 85px !important;
}
.ti86 {
    text-indent: 86px !important;
}
.ti87 {
    text-indent: 87px !important;
}
.ti88 {
    text-indent: 88px !important;
}
.ti89 {
    text-indent: 89px !important;
}
.ti90 {
    text-indent: 90px !important;
}
.ti91 {
    text-indent: 91px !important;
}
.ti92 {
    text-indent: 92px !important;
}
.ti93 {
    text-indent: 93px !important;
}
.ti94 {
    text-indent: 94px !important;
}
.ti95 {
    text-indent: 95px !important;
}
.ti96 {
    text-indent: 96px !important;
}
.ti97 {
    text-indent: 97px !important;
}
.ti98 {
    text-indent: 98px !important;
}
.ti99 {
    text-indent: 99px !important;
}
.ti100 {
    text-indent: 100px !important;
}
.ti101 {
    text-indent: 101px !important;
}
.ti102 {
    text-indent: 102px !important;
}
.ti103 {
    text-indent: 103px !important;
}
.ti104 {
    text-indent: 104px !important;
}
.ti105 {
    text-indent: 105px !important;
}
.ti106 {
    text-indent: 106px !important;
}
.ti107 {
    text-indent: 107px !important;
}
.ti108 {
    text-indent: 108px !important;
}
.ti109 {
    text-indent: 109px !important;
}
.ti110 {
    text-indent: 110px !important;
}
.ti111 {
    text-indent: 111px !important;
}
.ti112 {
    text-indent: 112px !important;
}
.ti113 {
    text-indent: 113px !important;
}
.ti114 {
    text-indent: 114px !important;
}
.ti115 {
    text-indent: 115px !important;
}
.ti116 {
    text-indent: 116px !important;
}
.ti117 {
    text-indent: 117px !important;
}
.ti118 {
    text-indent: 118px !important;
}
.ti119 {
    text-indent: 119px !important;
}
.ti120 {
    text-indent: 120px !important;
}
.ti121 {
    text-indent: 121px !important;
}
.ti122 {
    text-indent: 122px !important;
}
.ti123 {
    text-indent: 123px !important;
}
.ti124 {
    text-indent: 124px !important;
}
.ti125 {
    text-indent: 125px !important;
}
.ti126 {
    text-indent: 126px !important;
}
.ti127 {
    text-indent: 127px !important;
}
.ti128 {
    text-indent: 128px !important;
}
.ti129 {
    text-indent: 129px !important;
}
.ti130 {
    text-indent: 130px !important;
}
.ti131 {
    text-indent: 131px !important;
}
.ti132 {
    text-indent: 132px !important;
}
.ti133 {
    text-indent: 133px !important;
}
.ti134 {
    text-indent: 134px !important;
}
.ti135 {
    text-indent: 135px !important;
}
.ti136 {
    text-indent: 136px !important;
}
.ti137 {
    text-indent: 137px !important;
}
.ti138 {
    text-indent: 138px !important;
}
.ti139 {
    text-indent: 139px !important;
}
.ti140 {
    text-indent: 140px !important;
}
.ti141 {
    text-indent: 141px !important;
}
.ti142 {
    text-indent: 142px !important;
}
.ti143 {
    text-indent: 143px !important;
}
.ti144 {
    text-indent: 144px !important;
}
.ti145 {
    text-indent: 145px !important;
}
.ti146 {
    text-indent: 146px !important;
}
.ti147 {
    text-indent: 147px !important;
}
.ti148 {
    text-indent: 148px !important;
}
.ti149 {
    text-indent: 149px !important;
}
.ti150 {
    text-indent: 150px !important;
}
.ti151 {
    text-indent: 151px !important;
}
.ti152 {
    text-indent: 152px !important;
}
.ti153 {
    text-indent: 153px !important;
}
.ti154 {
    text-indent: 154px !important;
}
.ti155 {
    text-indent: 155px !important;
}
.ti156 {
    text-indent: 156px !important;
}
.ti157 {
    text-indent: 157px !important;
}
.ti158 {
    text-indent: 158px !important;
}
.ti159 {
    text-indent: 159px !important;
}
.ti160 {
    text-indent: 160px !important;
}
.ti161 {
    text-indent: 161px !important;
}
.ti162 {
    text-indent: 162px !important;
}
.ti163 {
    text-indent: 163px !important;
}
.ti164 {
    text-indent: 164px !important;
}
.ti165 {
    text-indent: 165px !important;
}
.ti166 {
    text-indent: 166px !important;
}
.ti167 {
    text-indent: 167px !important;
}
.ti168 {
    text-indent: 168px !important;
}
.ti169 {
    text-indent: 169px !important;
}
.ti170 {
    text-indent: 170px !important;
}
.ti171 {
    text-indent: 171px !important;
}
.ti172 {
    text-indent: 172px !important;
}
.ti173 {
    text-indent: 173px !important;
}
.ti174 {
    text-indent: 174px !important;
}
.ti175 {
    text-indent: 175px !important;
}
.ti176 {
    text-indent: 176px !important;
}
.ti177 {
    text-indent: 177px !important;
}
.ti178 {
    text-indent: 178px !important;
}
.ti179 {
    text-indent: 179px !important;
}
.ti180 {
    text-indent: 180px !important;
}
.ti181 {
    text-indent: 181px !important;
}
.ti182 {
    text-indent: 182px !important;
}
.ti183 {
    text-indent: 183px !important;
}
.ti184 {
    text-indent: 184px !important;
}
.ti185 {
    text-indent: 185px !important;
}
.ti186 {
    text-indent: 186px !important;
}
.ti187 {
    text-indent: 187px !important;
}
.ti188 {
    text-indent: 188px !important;
}
.ti189 {
    text-indent: 189px !important;
}
.ti190 {
    text-indent: 190px !important;
}
.ti191 {
    text-indent: 191px !important;
}
.ti192 {
    text-indent: 192px !important;
}
.ti193 {
    text-indent: 193px !important;
}
.ti194 {
    text-indent: 194px !important;
}
.ti195 {
    text-indent: 195px !important;
}
.ti196 {
    text-indent: 196px !important;
}
.ti197 {
    text-indent: 197px !important;
}
.ti198 {
    text-indent: 198px !important;
}
.ti199 {
    text-indent: 199px !important;
}
.ti200 {
    text-indent: 200px !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-ti0 {
        text-indent: 0px !important;
    }
    .col-sm-ti1 {
        text-indent: 1px !important;
    }
    .col-sm-ti2 {
        text-indent: 2px !important;
    }
    .col-sm-ti3 {
        text-indent: 3px !important;
    }
    .col-sm-ti4 {
        text-indent: 4px !important;
    }
    .col-sm-ti5 {
        text-indent: 5px !important;
    }
    .col-sm-ti6 {
        text-indent: 6px !important;
    }
    .col-sm-ti7 {
        text-indent: 7px !important;
    }
    .col-sm-ti8 {
        text-indent: 8px !important;
    }
    .col-sm-ti9 {
        text-indent: 9px !important;
    }
    .col-sm-ti10 {
        text-indent: 10px !important;
    }
    .col-sm-ti11 {
        text-indent: 11px !important;
    }
    .col-sm-ti12 {
        text-indent: 12px !important;
    }
    .col-sm-ti13 {
        text-indent: 13px !important;
    }
    .col-sm-ti14 {
        text-indent: 14px !important;
    }
    .col-sm-ti15 {
        text-indent: 15px !important;
    }
    .col-sm-ti16 {
        text-indent: 16px !important;
    }
    .col-sm-ti17 {
        text-indent: 17px !important;
    }
    .col-sm-ti18 {
        text-indent: 18px !important;
    }
    .col-sm-ti19 {
        text-indent: 19px !important;
    }
    .col-sm-ti20 {
        text-indent: 20px !important;
    }
    .col-sm-ti21 {
        text-indent: 21px !important;
    }
    .col-sm-ti22 {
        text-indent: 22px !important;
    }
    .col-sm-ti23 {
        text-indent: 23px !important;
    }
    .col-sm-ti24 {
        text-indent: 24px !important;
    }
    .col-sm-ti25 {
        text-indent: 25px !important;
    }
    .col-sm-ti26 {
        text-indent: 26px !important;
    }
    .col-sm-ti27 {
        text-indent: 27px !important;
    }
    .col-sm-ti28 {
        text-indent: 28px !important;
    }
    .col-sm-ti29 {
        text-indent: 29px !important;
    }
    .col-sm-ti30 {
        text-indent: 30px !important;
    }
    .col-sm-ti31 {
        text-indent: 31px !important;
    }
    .col-sm-ti32 {
        text-indent: 32px !important;
    }
    .col-sm-ti33 {
        text-indent: 33px !important;
    }
    .col-sm-ti34 {
        text-indent: 34px !important;
    }
    .col-sm-ti35 {
        text-indent: 35px !important;
    }
    .col-sm-ti36 {
        text-indent: 36px !important;
    }
    .col-sm-ti37 {
        text-indent: 37px !important;
    }
    .col-sm-ti38 {
        text-indent: 38px !important;
    }
    .col-sm-ti39 {
        text-indent: 39px !important;
    }
    .col-sm-ti40 {
        text-indent: 40px !important;
    }
    .col-sm-ti41 {
        text-indent: 41px !important;
    }
    .col-sm-ti42 {
        text-indent: 42px !important;
    }
    .col-sm-ti43 {
        text-indent: 43px !important;
    }
    .col-sm-ti44 {
        text-indent: 44px !important;
    }
    .col-sm-ti45 {
        text-indent: 45px !important;
    }
    .col-sm-ti46 {
        text-indent: 46px !important;
    }
    .col-sm-ti47 {
        text-indent: 47px !important;
    }
    .col-sm-ti48 {
        text-indent: 48px !important;
    }
    .col-sm-ti49 {
        text-indent: 49px !important;
    }
    .col-sm-ti50 {
        text-indent: 50px !important;
    }
    .col-sm-ti51 {
        text-indent: 51px !important;
    }
    .col-sm-ti52 {
        text-indent: 52px !important;
    }
    .col-sm-ti53 {
        text-indent: 53px !important;
    }
    .col-sm-ti54 {
        text-indent: 54px !important;
    }
    .col-sm-ti55 {
        text-indent: 55px !important;
    }
    .col-sm-ti56 {
        text-indent: 56px !important;
    }
    .col-sm-ti57 {
        text-indent: 57px !important;
    }
    .col-sm-ti58 {
        text-indent: 58px !important;
    }
    .col-sm-ti59 {
        text-indent: 59px !important;
    }
    .col-sm-ti60 {
        text-indent: 60px !important;
    }
    .col-sm-ti61 {
        text-indent: 61px !important;
    }
    .col-sm-ti62 {
        text-indent: 62px !important;
    }
    .col-sm-ti63 {
        text-indent: 63px !important;
    }
    .col-sm-ti64 {
        text-indent: 64px !important;
    }
    .col-sm-ti65 {
        text-indent: 65px !important;
    }
    .col-sm-ti66 {
        text-indent: 66px !important;
    }
    .col-sm-ti67 {
        text-indent: 67px !important;
    }
    .col-sm-ti68 {
        text-indent: 68px !important;
    }
    .col-sm-ti69 {
        text-indent: 69px !important;
    }
    .col-sm-ti70 {
        text-indent: 70px !important;
    }
    .col-sm-ti71 {
        text-indent: 71px !important;
    }
    .col-sm-ti72 {
        text-indent: 72px !important;
    }
    .col-sm-ti73 {
        text-indent: 73px !important;
    }
    .col-sm-ti74 {
        text-indent: 74px !important;
    }
    .col-sm-ti75 {
        text-indent: 75px !important;
    }
    .col-sm-ti76 {
        text-indent: 76px !important;
    }
    .col-sm-ti77 {
        text-indent: 77px !important;
    }
    .col-sm-ti78 {
        text-indent: 78px !important;
    }
    .col-sm-ti79 {
        text-indent: 79px !important;
    }
    .col-sm-ti80 {
        text-indent: 80px !important;
    }
    .col-sm-ti81 {
        text-indent: 81px !important;
    }
    .col-sm-ti82 {
        text-indent: 82px !important;
    }
    .col-sm-ti83 {
        text-indent: 83px !important;
    }
    .col-sm-ti84 {
        text-indent: 84px !important;
    }
    .col-sm-ti85 {
        text-indent: 85px !important;
    }
    .col-sm-ti86 {
        text-indent: 86px !important;
    }
    .col-sm-ti87 {
        text-indent: 87px !important;
    }
    .col-sm-ti88 {
        text-indent: 88px !important;
    }
    .col-sm-ti89 {
        text-indent: 89px !important;
    }
    .col-sm-ti90 {
        text-indent: 90px !important;
    }
    .col-sm-ti91 {
        text-indent: 91px !important;
    }
    .col-sm-ti92 {
        text-indent: 92px !important;
    }
    .col-sm-ti93 {
        text-indent: 93px !important;
    }
    .col-sm-ti94 {
        text-indent: 94px !important;
    }
    .col-sm-ti95 {
        text-indent: 95px !important;
    }
    .col-sm-ti96 {
        text-indent: 96px !important;
    }
    .col-sm-ti97 {
        text-indent: 97px !important;
    }
    .col-sm-ti98 {
        text-indent: 98px !important;
    }
    .col-sm-ti99 {
        text-indent: 99px !important;
    }
    .col-sm-ti100 {
        text-indent: 100px !important;
    }
    .col-sm-ti101 {
        text-indent: 101px !important;
    }
    .col-sm-ti102 {
        text-indent: 102px !important;
    }
    .col-sm-ti103 {
        text-indent: 103px !important;
    }
    .col-sm-ti104 {
        text-indent: 104px !important;
    }
    .col-sm-ti105 {
        text-indent: 105px !important;
    }
    .col-sm-ti106 {
        text-indent: 106px !important;
    }
    .col-sm-ti107 {
        text-indent: 107px !important;
    }
    .col-sm-ti108 {
        text-indent: 108px !important;
    }
    .col-sm-ti109 {
        text-indent: 109px !important;
    }
    .col-sm-ti110 {
        text-indent: 110px !important;
    }
    .col-sm-ti111 {
        text-indent: 111px !important;
    }
    .col-sm-ti112 {
        text-indent: 112px !important;
    }
    .col-sm-ti113 {
        text-indent: 113px !important;
    }
    .col-sm-ti114 {
        text-indent: 114px !important;
    }
    .col-sm-ti115 {
        text-indent: 115px !important;
    }
    .col-sm-ti116 {
        text-indent: 116px !important;
    }
    .col-sm-ti117 {
        text-indent: 117px !important;
    }
    .col-sm-ti118 {
        text-indent: 118px !important;
    }
    .col-sm-ti119 {
        text-indent: 119px !important;
    }
    .col-sm-ti120 {
        text-indent: 120px !important;
    }
    .col-sm-ti121 {
        text-indent: 121px !important;
    }
    .col-sm-ti122 {
        text-indent: 122px !important;
    }
    .col-sm-ti123 {
        text-indent: 123px !important;
    }
    .col-sm-ti124 {
        text-indent: 124px !important;
    }
    .col-sm-ti125 {
        text-indent: 125px !important;
    }
    .col-sm-ti126 {
        text-indent: 126px !important;
    }
    .col-sm-ti127 {
        text-indent: 127px !important;
    }
    .col-sm-ti128 {
        text-indent: 128px !important;
    }
    .col-sm-ti129 {
        text-indent: 129px !important;
    }
    .col-sm-ti130 {
        text-indent: 130px !important;
    }
    .col-sm-ti131 {
        text-indent: 131px !important;
    }
    .col-sm-ti132 {
        text-indent: 132px !important;
    }
    .col-sm-ti133 {
        text-indent: 133px !important;
    }
    .col-sm-ti134 {
        text-indent: 134px !important;
    }
    .col-sm-ti135 {
        text-indent: 135px !important;
    }
    .col-sm-ti136 {
        text-indent: 136px !important;
    }
    .col-sm-ti137 {
        text-indent: 137px !important;
    }
    .col-sm-ti138 {
        text-indent: 138px !important;
    }
    .col-sm-ti139 {
        text-indent: 139px !important;
    }
    .col-sm-ti140 {
        text-indent: 140px !important;
    }
    .col-sm-ti141 {
        text-indent: 141px !important;
    }
    .col-sm-ti142 {
        text-indent: 142px !important;
    }
    .col-sm-ti143 {
        text-indent: 143px !important;
    }
    .col-sm-ti144 {
        text-indent: 144px !important;
    }
    .col-sm-ti145 {
        text-indent: 145px !important;
    }
    .col-sm-ti146 {
        text-indent: 146px !important;
    }
    .col-sm-ti147 {
        text-indent: 147px !important;
    }
    .col-sm-ti148 {
        text-indent: 148px !important;
    }
    .col-sm-ti149 {
        text-indent: 149px !important;
    }
    .col-sm-ti150 {
        text-indent: 150px !important;
    }
    .col-sm-ti151 {
        text-indent: 151px !important;
    }
    .col-sm-ti152 {
        text-indent: 152px !important;
    }
    .col-sm-ti153 {
        text-indent: 153px !important;
    }
    .col-sm-ti154 {
        text-indent: 154px !important;
    }
    .col-sm-ti155 {
        text-indent: 155px !important;
    }
    .col-sm-ti156 {
        text-indent: 156px !important;
    }
    .col-sm-ti157 {
        text-indent: 157px !important;
    }
    .col-sm-ti158 {
        text-indent: 158px !important;
    }
    .col-sm-ti159 {
        text-indent: 159px !important;
    }
    .col-sm-ti160 {
        text-indent: 160px !important;
    }
    .col-sm-ti161 {
        text-indent: 161px !important;
    }
    .col-sm-ti162 {
        text-indent: 162px !important;
    }
    .col-sm-ti163 {
        text-indent: 163px !important;
    }
    .col-sm-ti164 {
        text-indent: 164px !important;
    }
    .col-sm-ti165 {
        text-indent: 165px !important;
    }
    .col-sm-ti166 {
        text-indent: 166px !important;
    }
    .col-sm-ti167 {
        text-indent: 167px !important;
    }
    .col-sm-ti168 {
        text-indent: 168px !important;
    }
    .col-sm-ti169 {
        text-indent: 169px !important;
    }
    .col-sm-ti170 {
        text-indent: 170px !important;
    }
    .col-sm-ti171 {
        text-indent: 171px !important;
    }
    .col-sm-ti172 {
        text-indent: 172px !important;
    }
    .col-sm-ti173 {
        text-indent: 173px !important;
    }
    .col-sm-ti174 {
        text-indent: 174px !important;
    }
    .col-sm-ti175 {
        text-indent: 175px !important;
    }
    .col-sm-ti176 {
        text-indent: 176px !important;
    }
    .col-sm-ti177 {
        text-indent: 177px !important;
    }
    .col-sm-ti178 {
        text-indent: 178px !important;
    }
    .col-sm-ti179 {
        text-indent: 179px !important;
    }
    .col-sm-ti180 {
        text-indent: 180px !important;
    }
    .col-sm-ti181 {
        text-indent: 181px !important;
    }
    .col-sm-ti182 {
        text-indent: 182px !important;
    }
    .col-sm-ti183 {
        text-indent: 183px !important;
    }
    .col-sm-ti184 {
        text-indent: 184px !important;
    }
    .col-sm-ti185 {
        text-indent: 185px !important;
    }
    .col-sm-ti186 {
        text-indent: 186px !important;
    }
    .col-sm-ti187 {
        text-indent: 187px !important;
    }
    .col-sm-ti188 {
        text-indent: 188px !important;
    }
    .col-sm-ti189 {
        text-indent: 189px !important;
    }
    .col-sm-ti190 {
        text-indent: 190px !important;
    }
    .col-sm-ti191 {
        text-indent: 191px !important;
    }
    .col-sm-ti192 {
        text-indent: 192px !important;
    }
    .col-sm-ti193 {
        text-indent: 193px !important;
    }
    .col-sm-ti194 {
        text-indent: 194px !important;
    }
    .col-sm-ti195 {
        text-indent: 195px !important;
    }
    .col-sm-ti196 {
        text-indent: 196px !important;
    }
    .col-sm-ti197 {
        text-indent: 197px !important;
    }
    .col-sm-ti198 {
        text-indent: 198px !important;
    }
    .col-sm-ti199 {
        text-indent: 199px !important;
    }
    .col-sm-ti200 {
        text-indent: 200px !important;
    }
}
/* Responsive End */
/******---------- Text Ýndent Settings End ----------******/
/******---------- Box Shadow Settings ----------******/

.bs1 {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
}
.bs1-in {
    -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
}

.bs2 {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}
.bs2-in {
    -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}
.tsn {
    text-shadow:none !important;
}
.bs3 {
    -webkit-box-shadow: 42px 38px 42px -38px rgba(0,0,0,.58);
    -moz-box-shadow: 42px 38px 42px -38px rgba(0,0,0,.58);
    box-shadow: 42px 38px 42px -38px rgba(0,0,0,.58);
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-bs1 {
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    }
    .col-sm-bs1-in {
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    }
    .col-sm-bs2 {
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    }
    .col-sm-bs2-in {
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    }
    .col-sm-tsn {
    text-shadow:none !important;
}
}

@media screen and (max-width: 767px) {
    .col-xs-bs1 {
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    }
    .col-xs-bs1-in {
        -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    }
}
/* Responsive Settings End */
/******---------- Box Shadow Settings End ----------******/
/******---------- Border Radius Settings ----------******/

.b-ra0 {
    border-radius: 0px !important;
}
.b-ra1 {
    border-radius: 1px !important;
}
.b-ra2 {
    border-radius: 2px !important;
}
.b-ra3 {
    border-radius: 3px !important;
}
.b-ra4 {
    border-radius: 4px !important;
}
.b-ra5 {
    border-radius: 5px !important;
}
.b-ra6 {
    border-radius: 6px !important;
}
.b-ra7 {
    border-radius: 7px !important;
}
.b-ra8 {
    border-radius: 8px !important;
}
.b-ra9 {
    border-radius: 9px !important;
}
.b-ra10 {
    border-radius: 10px !important;
}
.b-ra11 {
    border-radius: 11px !important;
}
.b-ra12 {
    border-radius: 12px !important;
}
.b-ra13 {
    border-radius: 13px !important;
}
.b-ra14 {
    border-radius: 14px !important;
}
.b-ra15 {
    border-radius: 15px !important;
}
.b-ra16 {
    border-radius: 16px !important;
}
.b-ra17 {
    border-radius: 17px !important;
}
.b-ra18 {
    border-radius: 18px !important;
}
.b-ra19 {
    border-radius: 19px !important;
}
.b-ra20 {
    border-radius: 20px !important;
}
.b-ra21 {
    border-radius: 21px !important;
}
.b-ra22 {
    border-radius: 22px !important;
}
.b-ra23 {
    border-radius: 23px !important;
}
.b-ra24 {
    border-radius: 24px !important;
}
.b-ra25 {
    border-radius: 25px !important;
}
.b-ra26 {
    border-radius: 26px !important;
}
.b-ra27 {
    border-radius: 27px !important;
}
.b-ra28 {
    border-radius: 28px !important;
}
.b-ra29 {
    border-radius: 29px !important;
}
.b-ra30 {
    border-radius: 30px !important;
}
.b-ra31 {
    border-radius: 31px !important;
}
.b-ra32 {
    border-radius: 32px !important;
}
.b-ra33 {
    border-radius: 33px !important;
}
.b-ra34 {
    border-radius: 34px !important;
}
.b-ra35 {
    border-radius: 35px !important;
}
.b-ra36 {
    border-radius: 36px !important;
}
.b-ra37 {
    border-radius: 37px !important;
}
.b-ra38 {
    border-radius: 38px !important;
}
.b-ra39 {
    border-radius: 39px !important;
}
.b-ra40 {
    border-radius: 40px !important;
}
.b-ra41 {
    border-radius: 41px !important;
}
.b-ra42 {
    border-radius: 42px !important;
}
.b-ra43 {
    border-radius: 43px !important;
}
.b-ra44 {
    border-radius: 44px !important;
}
.b-ra45 {
    border-radius: 45px !important;
}
.b-ra46 {
    border-radius: 46px !important;
}
.b-ra47 {
    border-radius: 47px !important;
}
.b-ra48 {
    border-radius: 48px !important;
}
.b-ra49 {
    border-radius: 49px !important;
}
.b-ra50 {
    border-radius: 50px !important;
}
.b-ra51 {
    border-radius: 51px !important;
}
.b-ra52 {
    border-radius: 52px !important;
}
.b-ra53 {
    border-radius: 53px !important;
}
.b-ra54 {
    border-radius: 54px !important;
}
.b-ra55 {
    border-radius: 55px !important;
}
.b-ra56 {
    border-radius: 56px !important;
}
.b-ra57 {
    border-radius: 57px !important;
}
.b-ra58 {
    border-radius: 58px !important;
}
.b-ra59 {
    border-radius: 59px !important;
}
.b-ra60 {
    border-radius: 60px !important;
}
.b-ra61 {
    border-radius: 61px !important;
}
.b-ra62 {
    border-radius: 62px !important;
}
.b-ra63 {
    border-radius: 63px !important;
}
.b-ra64 {
    border-radius: 64px !important;
}
.b-ra65 {
    border-radius: 65px !important;
}
.b-ra66 {
    border-radius: 66px !important;
}
.b-ra67 {
    border-radius: 67px !important;
}
.b-ra68 {
    border-radius: 68px !important;
}
.b-ra69 {
    border-radius: 69px !important;
}
.b-ra70 {
    border-radius: 70px !important;
}
.b-ra71 {
    border-radius: 71px !important;
}
.b-ra72 {
    border-radius: 72px !important;
}
.b-ra73 {
    border-radius: 73px !important;
}
.b-ra74 {
    border-radius: 74px !important;
}
.b-ra75 {
    border-radius: 75px !important;
}
.b-ra76 {
    border-radius: 76px !important;
}
.b-ra77 {
    border-radius: 77px !important;
}
.b-ra78 {
    border-radius: 78px !important;
}
.b-ra79 {
    border-radius: 79px !important;
}
.b-ra80 {
    border-radius: 80px !important;
}
.b-ra81 {
    border-radius: 81px !important;
}
.b-ra82 {
    border-radius: 82px !important;
}
.b-ra83 {
    border-radius: 83px !important;
}
.b-ra84 {
    border-radius: 84px !important;
}
.b-ra85 {
    border-radius: 85px !important;
}
.b-ra86 {
    border-radius: 86px !important;
}
.b-ra87 {
    border-radius: 87px !important;
}
.b-ra88 {
    border-radius: 88px !important;
}
.b-ra89 {
    border-radius: 89px !important;
}
.b-ra90 {
    border-radius: 90px !important;
}
.b-ra91 {
    border-radius: 91px !important;
}
.b-ra92 {
    border-radius: 92px !important;
}
.b-ra93 {
    border-radius: 93px !important;
}
.b-ra94 {
    border-radius: 94px !important;
}
.b-ra95 {
    border-radius: 95px !important;
}
.b-ra96 {
    border-radius: 96px !important;
}
.b-ra97 {
    border-radius: 97px !important;
}
.b-ra98 {
    border-radius: 98px !important;
}
.b-ra99 {
    border-radius: 99px !important;
}
.b-ra100 {
    border-radius: 100px !important;
}
.b-ra101 {
    border-radius: 101px !important;
}
.b-ra102 {
    border-radius: 102px !important;
}
.b-ra103 {
    border-radius: 103px !important;
}
.b-ra104 {
    border-radius: 104px !important;
}
.b-ra105 {
    border-radius: 105px !important;
}
.b-ra106 {
    border-radius: 106px !important;
}
.b-ra107 {
    border-radius: 107px !important;
}
.b-ra108 {
    border-radius: 108px !important;
}
.b-ra109 {
    border-radius: 109px !important;
}
.b-ra110 {
    border-radius: 110px !important;
}
.b-ra111 {
    border-radius: 111px !important;
}
.b-ra112 {
    border-radius: 112px !important;
}
.b-ra113 {
    border-radius: 113px !important;
}
.b-ra114 {
    border-radius: 114px !important;
}
.b-ra115 {
    border-radius: 115px !important;
}
.b-ra116 {
    border-radius: 116px !important;
}
.b-ra117 {
    border-radius: 117px !important;
}
.b-ra118 {
    border-radius: 118px !important;
}
.b-ra119 {
    border-radius: 119px !important;
}
.b-ra120 {
    border-radius: 120px !important;
}
.b-ra121 {
    border-radius: 121px !important;
}
.b-ra122 {
    border-radius: 122px !important;
}
.b-ra123 {
    border-radius: 123px !important;
}
.b-ra124 {
    border-radius: 124px !important;
}
.b-ra125 {
    border-radius: 125px !important;
}
.b-ra126 {
    border-radius: 126px !important;
}
.b-ra127 {
    border-radius: 127px !important;
}
.b-ra128 {
    border-radius: 128px !important;
}
.b-ra129 {
    border-radius: 129px !important;
}
.b-ra130 {
    border-radius: 130px !important;
}
.b-ra131 {
    border-radius: 131px !important;
}
.b-ra132 {
    border-radius: 132px !important;
}
.b-ra133 {
    border-radius: 133px !important;
}
.b-ra134 {
    border-radius: 134px !important;
}
.b-ra135 {
    border-radius: 135px !important;
}
.b-ra136 {
    border-radius: 136px !important;
}
.b-ra137 {
    border-radius: 137px !important;
}
.b-ra138 {
    border-radius: 138px !important;
}
.b-ra139 {
    border-radius: 139px !important;
}
.b-ra140 {
    border-radius: 140px !important;
}
.b-ra141 {
    border-radius: 141px !important;
}
.b-ra142 {
    border-radius: 142px !important;
}
.b-ra143 {
    border-radius: 143px !important;
}
.b-ra144 {
    border-radius: 144px !important;
}
.b-ra145 {
    border-radius: 145px !important;
}
.b-ra146 {
    border-radius: 146px !important;
}
.b-ra147 {
    border-radius: 147px !important;
}
.b-ra148 {
    border-radius: 148px !important;
}
.b-ra149 {
    border-radius: 149px !important;
}
.b-ra150 {
    border-radius: 150px !important;
}
.b-ra151 {
    border-radius: 151px !important;
}
.b-ra152 {
    border-radius: 152px !important;
}
.b-ra153 {
    border-radius: 153px !important;
}
.b-ra154 {
    border-radius: 154px !important;
}
.b-ra155 {
    border-radius: 155px !important;
}
.b-ra156 {
    border-radius: 156px !important;
}
.b-ra157 {
    border-radius: 157px !important;
}
.b-ra158 {
    border-radius: 158px !important;
}
.b-ra159 {
    border-radius: 159px !important;
}
.b-ra160 {
    border-radius: 160px !important;
}
.b-ra161 {
    border-radius: 161px !important;
}
.b-ra162 {
    border-radius: 162px !important;
}
.b-ra163 {
    border-radius: 163px !important;
}
.b-ra164 {
    border-radius: 164px !important;
}
.b-ra165 {
    border-radius: 165px !important;
}
.b-ra166 {
    border-radius: 166px !important;
}
.b-ra167 {
    border-radius: 167px !important;
}
.b-ra168 {
    border-radius: 168px !important;
}
.b-ra169 {
    border-radius: 169px !important;
}
.b-ra170 {
    border-radius: 170px !important;
}
.b-ra171 {
    border-radius: 171px !important;
}
.b-ra172 {
    border-radius: 172px !important;
}
.b-ra173 {
    border-radius: 173px !important;
}
.b-ra174 {
    border-radius: 174px !important;
}
.b-ra175 {
    border-radius: 175px !important;
}
.b-ra176 {
    border-radius: 176px !important;
}
.b-ra177 {
    border-radius: 177px !important;
}
.b-ra178 {
    border-radius: 178px !important;
}
.b-ra179 {
    border-radius: 179px !important;
}
.b-ra180 {
    border-radius: 180px !important;
}
.b-ra181 {
    border-radius: 181px !important;
}
.b-ra182 {
    border-radius: 182px !important;
}
.b-ra183 {
    border-radius: 183px !important;
}
.b-ra184 {
    border-radius: 184px !important;
}
.b-ra185 {
    border-radius: 185px !important;
}
.b-ra186 {
    border-radius: 186px !important;
}
.b-ra187 {
    border-radius: 187px !important;
}
.b-ra188 {
    border-radius: 188px !important;
}
.b-ra189 {
    border-radius: 189px !important;
}
.b-ra190 {
    border-radius: 190px !important;
}
.b-ra191 {
    border-radius: 191px !important;
}
.b-ra192 {
    border-radius: 192px !important;
}
.b-ra193 {
    border-radius: 193px !important;
}
.b-ra194 {
    border-radius: 194px !important;
}
.b-ra195 {
    border-radius: 195px !important;
}
.b-ra196 {
    border-radius: 196px !important;
}
.b-ra197 {
    border-radius: 197px !important;
}
.b-ra198 {
    border-radius: 198px !important;
}
.b-ra199 {
    border-radius: 199px !important;
}
.b-ra200 {
    border-radius: 200px !important;
}
.b-circle {
    border-radius: 50% !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-b-ra0 {
        border-radius: 0px !important;
    }
    .col-sm-b-ra1 {
        border-radius: 1px !important;
    }
    .col-sm-b-ra2 {
        border-radius: 2px !important;
    }
    .col-sm-b-ra3 {
        border-radius: 3px !important;
    }
    .col-sm-b-ra4 {
        border-radius: 4px !important;
    }
    .col-sm-b-ra5 {
        border-radius: 5px !important;
    }
    .col-sm-b-ra6 {
        border-radius: 6px !important;
    }
    .col-sm-b-ra7 {
        border-radius: 7px !important;
    }
    .col-sm-b-ra8 {
        border-radius: 8px !important;
    }
    .col-sm-b-ra9 {
        border-radius: 9px !important;
    }
    .col-sm-b-ra10 {
        border-radius: 10px !important;
    }
    .col-sm-b-ra11 {
        border-radius: 11px !important;
    }
    .col-sm-b-ra12 {
        border-radius: 12px !important;
    }
    .col-sm-b-ra13 {
        border-radius: 13px !important;
    }
    .col-sm-b-ra14 {
        border-radius: 14px !important;
    }
    .col-sm-b-ra15 {
        border-radius: 15px !important;
    }
    .col-sm-b-ra16 {
        border-radius: 16px !important;
    }
    .col-sm-b-ra17 {
        border-radius: 17px !important;
    }
    .col-sm-b-ra18 {
        border-radius: 18px !important;
    }
    .col-sm-b-ra19 {
        border-radius: 19px !important;
    }
    .col-sm-b-ra20 {
        border-radius: 20px !important;
    }
    .col-sm-b-ra21 {
        border-radius: 21px !important;
    }
    .col-sm-b-ra22 {
        border-radius: 22px !important;
    }
    .col-sm-b-ra23 {
        border-radius: 23px !important;
    }
    .col-sm-b-ra24 {
        border-radius: 24px !important;
    }
    .col-sm-b-ra25 {
        border-radius: 25px !important;
    }
    .col-sm-b-ra26 {
        border-radius: 26px !important;
    }
    .col-sm-b-ra27 {
        border-radius: 27px !important;
    }
    .col-sm-b-ra28 {
        border-radius: 28px !important;
    }
    .col-sm-b-ra29 {
        border-radius: 29px !important;
    }
    .col-sm-b-ra30 {
        border-radius: 30px !important;
    }
    .col-sm-b-ra31 {
        border-radius: 31px !important;
    }
    .col-sm-b-ra32 {
        border-radius: 32px !important;
    }
    .col-sm-b-ra33 {
        border-radius: 33px !important;
    }
    .col-sm-b-ra34 {
        border-radius: 34px !important;
    }
    .col-sm-b-ra35 {
        border-radius: 35px !important;
    }
    .col-sm-b-ra36 {
        border-radius: 36px !important;
    }
    .col-sm-b-ra37 {
        border-radius: 37px !important;
    }
    .col-sm-b-ra38 {
        border-radius: 38px !important;
    }
    .col-sm-b-ra39 {
        border-radius: 39px !important;
    }
    .col-sm-b-ra40 {
        border-radius: 40px !important;
    }
    .col-sm-b-ra41 {
        border-radius: 41px !important;
    }
    .col-sm-b-ra42 {
        border-radius: 42px !important;
    }
    .col-sm-b-ra43 {
        border-radius: 43px !important;
    }
    .col-sm-b-ra44 {
        border-radius: 44px !important;
    }
    .col-sm-b-ra45 {
        border-radius: 45px !important;
    }
    .col-sm-b-ra46 {
        border-radius: 46px !important;
    }
    .col-sm-b-ra47 {
        border-radius: 47px !important;
    }
    .col-sm-b-ra48 {
        border-radius: 48px !important;
    }
    .col-sm-b-ra49 {
        border-radius: 49px !important;
    }
    .col-sm-b-ra50 {
        border-radius: 50px !important;
    }
    .col-sm-b-ra51 {
        border-radius: 51px !important;
    }
    .col-sm-b-ra52 {
        border-radius: 52px !important;
    }
    .col-sm-b-ra53 {
        border-radius: 53px !important;
    }
    .col-sm-b-ra54 {
        border-radius: 54px !important;
    }
    .col-sm-b-ra55 {
        border-radius: 55px !important;
    }
    .col-sm-b-ra56 {
        border-radius: 56px !important;
    }
    .col-sm-b-ra57 {
        border-radius: 57px !important;
    }
    .col-sm-b-ra58 {
        border-radius: 58px !important;
    }
    .col-sm-b-ra59 {
        border-radius: 59px !important;
    }
    .col-sm-b-ra60 {
        border-radius: 60px !important;
    }
    .col-sm-b-ra61 {
        border-radius: 61px !important;
    }
    .col-sm-b-ra62 {
        border-radius: 62px !important;
    }
    .col-sm-b-ra63 {
        border-radius: 63px !important;
    }
    .col-sm-b-ra64 {
        border-radius: 64px !important;
    }
    .col-sm-b-ra65 {
        border-radius: 65px !important;
    }
    .col-sm-b-ra66 {
        border-radius: 66px !important;
    }
    .col-sm-b-ra67 {
        border-radius: 67px !important;
    }
    .col-sm-b-ra68 {
        border-radius: 68px !important;
    }
    .col-sm-b-ra69 {
        border-radius: 69px !important;
    }
    .col-sm-b-ra70 {
        border-radius: 70px !important;
    }
    .col-sm-b-ra71 {
        border-radius: 71px !important;
    }
    .col-sm-b-ra72 {
        border-radius: 72px !important;
    }
    .col-sm-b-ra73 {
        border-radius: 73px !important;
    }
    .col-sm-b-ra74 {
        border-radius: 74px !important;
    }
    .col-sm-b-ra75 {
        border-radius: 75px !important;
    }
    .col-sm-b-ra76 {
        border-radius: 76px !important;
    }
    .col-sm-b-ra77 {
        border-radius: 77px !important;
    }
    .col-sm-b-ra78 {
        border-radius: 78px !important;
    }
    .col-sm-b-ra79 {
        border-radius: 79px !important;
    }
    .col-sm-b-ra80 {
        border-radius: 80px !important;
    }
    .col-sm-b-ra81 {
        border-radius: 81px !important;
    }
    .col-sm-b-ra82 {
        border-radius: 82px !important;
    }
    .col-sm-b-ra83 {
        border-radius: 83px !important;
    }
    .col-sm-b-ra84 {
        border-radius: 84px !important;
    }
    .col-sm-b-ra85 {
        border-radius: 85px !important;
    }
    .col-sm-b-ra86 {
        border-radius: 86px !important;
    }
    .col-sm-b-ra87 {
        border-radius: 87px !important;
    }
    .col-sm-b-ra88 {
        border-radius: 88px !important;
    }
    .col-sm-b-ra89 {
        border-radius: 89px !important;
    }
    .col-sm-b-ra90 {
        border-radius: 90px !important;
    }
    .col-sm-b-ra91 {
        border-radius: 91px !important;
    }
    .col-sm-b-ra92 {
        border-radius: 92px !important;
    }
    .col-sm-b-ra93 {
        border-radius: 93px !important;
    }
    .col-sm-b-ra94 {
        border-radius: 94px !important;
    }
    .col-sm-b-ra95 {
        border-radius: 95px !important;
    }
    .col-sm-b-ra96 {
        border-radius: 96px !important;
    }
    .col-sm-b-ra97 {
        border-radius: 97px !important;
    }
    .col-sm-b-ra98 {
        border-radius: 98px !important;
    }
    .col-sm-b-ra99 {
        border-radius: 99px !important;
    }
    .col-sm-b-ra100 {
        border-radius: 100px !important;
    }
    .col-sm-b-ra101 {
        border-radius: 101px !important;
    }
    .col-sm-b-ra102 {
        border-radius: 102px !important;
    }
    .col-sm-b-ra103 {
        border-radius: 103px !important;
    }
    .col-sm-b-ra104 {
        border-radius: 104px !important;
    }
    .col-sm-b-ra105 {
        border-radius: 105px !important;
    }
    .col-sm-b-ra106 {
        border-radius: 106px !important;
    }
    .col-sm-b-ra107 {
        border-radius: 107px !important;
    }
    .col-sm-b-ra108 {
        border-radius: 108px !important;
    }
    .col-sm-b-ra109 {
        border-radius: 109px !important;
    }
    .col-sm-b-ra110 {
        border-radius: 110px !important;
    }
    .col-sm-b-ra111 {
        border-radius: 111px !important;
    }
    .col-sm-b-ra112 {
        border-radius: 112px !important;
    }
    .col-sm-b-ra113 {
        border-radius: 113px !important;
    }
    .col-sm-b-ra114 {
        border-radius: 114px !important;
    }
    .col-sm-b-ra115 {
        border-radius: 115px !important;
    }
    .col-sm-b-ra116 {
        border-radius: 116px !important;
    }
    .col-sm-b-ra117 {
        border-radius: 117px !important;
    }
    .col-sm-b-ra118 {
        border-radius: 118px !important;
    }
    .col-sm-b-ra119 {
        border-radius: 119px !important;
    }
    .col-sm-b-ra120 {
        border-radius: 120px !important;
    }
    .col-sm-b-ra121 {
        border-radius: 121px !important;
    }
    .col-sm-b-ra122 {
        border-radius: 122px !important;
    }
    .col-sm-b-ra123 {
        border-radius: 123px !important;
    }
    .col-sm-b-ra124 {
        border-radius: 124px !important;
    }
    .col-sm-b-ra125 {
        border-radius: 125px !important;
    }
    .col-sm-b-ra126 {
        border-radius: 126px !important;
    }
    .col-sm-b-ra127 {
        border-radius: 127px !important;
    }
    .col-sm-b-ra128 {
        border-radius: 128px !important;
    }
    .col-sm-b-ra129 {
        border-radius: 129px !important;
    }
    .col-sm-b-ra130 {
        border-radius: 130px !important;
    }
    .col-sm-b-ra131 {
        border-radius: 131px !important;
    }
    .col-sm-b-ra132 {
        border-radius: 132px !important;
    }
    .col-sm-b-ra133 {
        border-radius: 133px !important;
    }
    .col-sm-b-ra134 {
        border-radius: 134px !important;
    }
    .col-sm-b-ra135 {
        border-radius: 135px !important;
    }
    .col-sm-b-ra136 {
        border-radius: 136px !important;
    }
    .col-sm-b-ra137 {
        border-radius: 137px !important;
    }
    .col-sm-b-ra138 {
        border-radius: 138px !important;
    }
    .col-sm-b-ra139 {
        border-radius: 139px !important;
    }
    .col-sm-b-ra140 {
        border-radius: 140px !important;
    }
    .col-sm-b-ra141 {
        border-radius: 141px !important;
    }
    .col-sm-b-ra142 {
        border-radius: 142px !important;
    }
    .col-sm-b-ra143 {
        border-radius: 143px !important;
    }
    .col-sm-b-ra144 {
        border-radius: 144px !important;
    }
    .col-sm-b-ra145 {
        border-radius: 145px !important;
    }
    .col-sm-b-ra146 {
        border-radius: 146px !important;
    }
    .col-sm-b-ra147 {
        border-radius: 147px !important;
    }
    .col-sm-b-ra148 {
        border-radius: 148px !important;
    }
    .col-sm-b-ra149 {
        border-radius: 149px !important;
    }
    .col-sm-b-ra150 {
        border-radius: 150px !important;
    }
    .col-sm-b-ra151 {
        border-radius: 151px !important;
    }
    .col-sm-b-ra152 {
        border-radius: 152px !important;
    }
    .col-sm-b-ra153 {
        border-radius: 153px !important;
    }
    .col-sm-b-ra154 {
        border-radius: 154px !important;
    }
    .col-sm-b-ra155 {
        border-radius: 155px !important;
    }
    .col-sm-b-ra156 {
        border-radius: 156px !important;
    }
    .col-sm-b-ra157 {
        border-radius: 157px !important;
    }
    .col-sm-b-ra158 {
        border-radius: 158px !important;
    }
    .col-sm-b-ra159 {
        border-radius: 159px !important;
    }
    .col-sm-b-ra160 {
        border-radius: 160px !important;
    }
    .col-sm-b-ra161 {
        border-radius: 161px !important;
    }
    .col-sm-b-ra162 {
        border-radius: 162px !important;
    }
    .col-sm-b-ra163 {
        border-radius: 163px !important;
    }
    .col-sm-b-ra164 {
        border-radius: 164px !important;
    }
    .col-sm-b-ra165 {
        border-radius: 165px !important;
    }
    .col-sm-b-ra166 {
        border-radius: 166px !important;
    }
    .col-sm-b-ra167 {
        border-radius: 167px !important;
    }
    .col-sm-b-ra168 {
        border-radius: 168px !important;
    }
    .col-sm-b-ra169 {
        border-radius: 169px !important;
    }
    .col-sm-b-ra170 {
        border-radius: 170px !important;
    }
    .col-sm-b-ra171 {
        border-radius: 171px !important;
    }
    .col-sm-b-ra172 {
        border-radius: 172px !important;
    }
    .col-sm-b-ra173 {
        border-radius: 173px !important;
    }
    .col-sm-b-ra174 {
        border-radius: 174px !important;
    }
    .col-sm-b-ra175 {
        border-radius: 175px !important;
    }
    .col-sm-b-ra176 {
        border-radius: 176px !important;
    }
    .col-sm-b-ra177 {
        border-radius: 177px !important;
    }
    .col-sm-b-ra178 {
        border-radius: 178px !important;
    }
    .col-sm-b-ra179 {
        border-radius: 179px !important;
    }
    .col-sm-b-ra180 {
        border-radius: 180px !important;
    }
    .col-sm-b-ra181 {
        border-radius: 181px !important;
    }
    .col-sm-b-ra182 {
        border-radius: 182px !important;
    }
    .col-sm-b-ra183 {
        border-radius: 183px !important;
    }
    .col-sm-b-ra184 {
        border-radius: 184px !important;
    }
    .col-sm-b-ra185 {
        border-radius: 185px !important;
    }
    .col-sm-b-ra186 {
        border-radius: 186px !important;
    }
    .col-sm-b-ra187 {
        border-radius: 187px !important;
    }
    .col-sm-b-ra188 {
        border-radius: 188px !important;
    }
    .col-sm-b-ra189 {
        border-radius: 189px !important;
    }
    .col-sm-b-ra190 {
        border-radius: 190px !important;
    }
    .col-sm-b-ra191 {
        border-radius: 191px !important;
    }
    .col-sm-b-ra192 {
        border-radius: 192px !important;
    }
    .col-sm-b-ra193 {
        border-radius: 193px !important;
    }
    .col-sm-b-ra194 {
        border-radius: 194px !important;
    }
    .col-sm-b-ra195 {
        border-radius: 195px !important;
    }
    .col-sm-b-ra196 {
        border-radius: 196px !important;
    }
    .col-sm-b-ra197 {
        border-radius: 197px !important;
    }
    .col-sm-b-ra198 {
        border-radius: 198px !important;
    }
    .col-sm-b-ra199 {
        border-radius: 199px !important;
    }
    .col-sm-b-ra200 {
        border-radius: 200px !important;
    }
    .col-sm-b-circle {
        border-radius: 50% !important;
    }
}

@media screen and (max-width:767px) {
    .col-xs-b-circle {
    border-radius: 50% !important;
}
}
/* Responsive End */
/* Border Bottom Left Radius Settings */

.bbl-ra0 {
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottom-left: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.bbl-ra1 {
    -webkit-border-bottom-left-radius: 1px !important;
    -moz-border-radius-bottom-left: 1px !important;
    border-bottom-left-radius: 1px !important;
}
.bbl-ra2 {
    -webkit-border-bottom-left-radius: 2px !important;
    -moz-border-radius-bottom-left: 2px !important;
    border-bottom-left-radius: 2px !important;
}
.bbl-ra3 {
    -webkit-border-bottom-left-radius: 3px !important;
    -moz-border-radius-bottom-left: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.bbl-ra4 {
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottom-left: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.bbl-ra5 {
    -webkit-border-bottom-left-radius: 5px !important;
    -moz-border-radius-bottom-left: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.bbl-ra6 {
    -webkit-border-bottom-left-radius: 6px !important;
    -moz-border-radius-bottom-left: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.bbl-ra7 {
    -webkit-border-bottom-left-radius: 7px !important;
    -moz-border-radius-bottom-left: 7px !important;
    border-bottom-left-radius: 7px !important;
}
.bbl-ra8 {
    -webkit-border-bottom-left-radius: 8px !important;
    -moz-border-radius-bottom-left: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.bbl-ra9 {
    -webkit-border-bottom-left-radius: 9px !important;
    -moz-border-radius-bottom-left: 9px !important;
    border-bottom-left-radius: 9px !important;
}
.bbl-ra10 {
    -webkit-border-bottom-left-radius: 10px !important;
    -moz-border-radius-bottom-left: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.bbl-ra11 {
    -webkit-border-bottom-left-radius: 11px !important;
    -moz-border-radius-bottom-left: 11px !important;
    border-bottom-left-radius: 11px !important;
}
.bbl-ra12 {
    -webkit-border-bottom-left-radius: 12px !important;
    -moz-border-radius-bottom-left: 12px !important;
    border-bottom-left-radius: 12px !important;
}
.bbl-ra13 {
    -webkit-border-bottom-left-radius: 13px !important;
    -moz-border-radius-bottom-left: 13px !important;
    border-bottom-left-radius: 13px !important;
}
.bbl-ra14 {
    -webkit-border-bottom-left-radius: 14px !important;
    -moz-border-radius-bottom-left: 14px !important;
    border-bottom-left-radius: 14px !important;
}
.bbl-ra15 {
    -webkit-border-bottom-left-radius: 15px !important;
    -moz-border-radius-bottom-left: 15px !important;
    border-bottom-left-radius: 15px !important;
}
.bbl-ra16 {
    -webkit-border-bottom-left-radius: 16px !important;
    -moz-border-radius-bottom-left: 16px !important;
    border-bottom-left-radius: 16px !important;
}
.bbl-ra17 {
    -webkit-border-bottom-left-radius: 17px !important;
    -moz-border-radius-bottom-left: 17px !important;
    border-bottom-left-radius: 17px !important;
}
.bbl-ra18 {
    -webkit-border-bottom-left-radius: 18px !important;
    -moz-border-radius-bottom-left: 18px !important;
    border-bottom-left-radius: 18px !important;
}
.bbl-ra19 {
    -webkit-border-bottom-left-radius: 19px !important;
    -moz-border-radius-bottom-left: 19px !important;
    border-bottom-left-radius: 19px !important;
}
.bbl-ra20 {
    -webkit-border-bottom-left-radius: 20px !important;
    -moz-border-radius-bottom-left: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.bbl-ra21 {
    -webkit-border-bottom-left-radius: 21px !important;
    -moz-border-radius-bottom-left: 21px !important;
    border-bottom-left-radius: 21px !important;
}
.bbl-ra22 {
    -webkit-border-bottom-left-radius: 22px !important;
    -moz-border-radius-bottom-left: 22px !important;
    border-bottom-left-radius: 22px !important;
}
.bbl-ra23 {
    -webkit-border-bottom-left-radius: 23px !important;
    -moz-border-radius-bottom-left: 23px !important;
    border-bottom-left-radius: 23px !important;
}
.bbl-ra24 {
    -webkit-border-bottom-left-radius: 24px !important;
    -moz-border-radius-bottom-left: 24px !important;
    border-bottom-left-radius: 24px !important;
}
.bbl-ra25 {
    -webkit-border-bottom-left-radius: 25px !important;
    -moz-border-radius-bottom-left: 25px !important;
    border-bottom-left-radius: 25px !important;
}
.bbl-ra26 {
    -webkit-border-bottom-left-radius: 26px !important;
    -moz-border-radius-bottom-left: 26px !important;
    border-bottom-left-radius: 26px !important;
}
.bbl-ra27 {
    -webkit-border-bottom-left-radius: 27px !important;
    -moz-border-radius-bottom-left: 27px !important;
    border-bottom-left-radius: 27px !important;
}
.bbl-ra28 {
    -webkit-border-bottom-left-radius: 28px !important;
    -moz-border-radius-bottom-left: 28px !important;
    border-bottom-left-radius: 28px !important;
}
.bbl-ra29 {
    -webkit-border-bottom-left-radius: 29px !important;
    -moz-border-radius-bottom-left: 29px !important;
    border-bottom-left-radius: 29px !important;
}
.bbl-ra30 {
    -webkit-border-bottom-left-radius: 30px !important;
    -moz-border-radius-bottom-left: 30px !important;
    border-bottom-left-radius: 30px !important;
}
.bbl-ra31 {
    -webkit-border-bottom-left-radius: 31px !important;
    -moz-border-radius-bottom-left: 31px !important;
    border-bottom-left-radius: 31px !important;
}
.bbl-ra32 {
    -webkit-border-bottom-left-radius: 32px !important;
    -moz-border-radius-bottom-left: 32px !important;
    border-bottom-left-radius: 32px !important;
}
.bbl-ra33 {
    -webkit-border-bottom-left-radius: 33px !important;
    -moz-border-radius-bottom-left: 33px !important;
    border-bottom-left-radius: 33px !important;
}
.bbl-ra34 {
    -webkit-border-bottom-left-radius: 34px !important;
    -moz-border-radius-bottom-left: 34px !important;
    border-bottom-left-radius: 34px !important;
}
.bbl-ra35 {
    -webkit-border-bottom-left-radius: 35px !important;
    -moz-border-radius-bottom-left: 35px !important;
    border-bottom-left-radius: 35px !important;
}
.bbl-ra36 {
    -webkit-border-bottom-left-radius: 36px !important;
    -moz-border-radius-bottom-left: 36px !important;
    border-bottom-left-radius: 36px !important;
}
.bbl-ra37 {
    -webkit-border-bottom-left-radius: 37px !important;
    -moz-border-radius-bottom-left: 37px !important;
    border-bottom-left-radius: 37px !important;
}
.bbl-ra38 {
    -webkit-border-bottom-left-radius: 38px !important;
    -moz-border-radius-bottom-left: 38px !important;
    border-bottom-left-radius: 38px !important;
}
.bbl-ra39 {
    -webkit-border-bottom-left-radius: 39px !important;
    -moz-border-radius-bottom-left: 39px !important;
    border-bottom-left-radius: 39px !important;
}
.bbl-ra40 {
    -webkit-border-bottom-left-radius: 40px !important;
    -moz-border-radius-bottom-left: 40px !important;
    border-bottom-left-radius: 40px !important;
}
.bbl-ra41 {
    -webkit-border-bottom-left-radius: 41px !important;
    -moz-border-radius-bottom-left: 41px !important;
    border-bottom-left-radius: 41px !important;
}
.bbl-ra42 {
    -webkit-border-bottom-left-radius: 42px !important;
    -moz-border-radius-bottom-left: 42px !important;
    border-bottom-left-radius: 42px !important;
}
.bbl-ra43 {
    -webkit-border-bottom-left-radius: 43px !important;
    -moz-border-radius-bottom-left: 43px !important;
    border-bottom-left-radius: 43px !important;
}
.bbl-ra44 {
    -webkit-border-bottom-left-radius: 44px !important;
    -moz-border-radius-bottom-left: 44px !important;
    border-bottom-left-radius: 44px !important;
}
.bbl-ra45 {
    -webkit-border-bottom-left-radius: 45px !important;
    -moz-border-radius-bottom-left: 45px !important;
    border-bottom-left-radius: 45px !important;
}
.bbl-ra46 {
    -webkit-border-bottom-left-radius: 46px !important;
    -moz-border-radius-bottom-left: 46px !important;
    border-bottom-left-radius: 46px !important;
}
.bbl-ra47 {
    -webkit-border-bottom-left-radius: 47px !important;
    -moz-border-radius-bottom-left: 47px !important;
    border-bottom-left-radius: 47px !important;
}
.bbl-ra48 {
    -webkit-border-bottom-left-radius: 48px !important;
    -moz-border-radius-bottom-left: 48px !important;
    border-bottom-left-radius: 48px !important;
}
.bbl-ra49 {
    -webkit-border-bottom-left-radius: 49px !important;
    -moz-border-radius-bottom-left: 49px !important;
    border-bottom-left-radius: 49px !important;
}
.bbl-ra50 {
    -webkit-border-bottom-left-radius: 50px !important;
    -moz-border-radius-bottom-left: 50px !important;
    border-bottom-left-radius: 50px !important;
}
.bbl-ra51 {
    -webkit-border-bottom-left-radius: 51px !important;
    -moz-border-radius-bottom-left: 51px !important;
    border-bottom-left-radius: 51px !important;
}
.bbl-ra52 {
    -webkit-border-bottom-left-radius: 52px !important;
    -moz-border-radius-bottom-left: 52px !important;
    border-bottom-left-radius: 52px !important;
}
.bbl-ra53 {
    -webkit-border-bottom-left-radius: 53px !important;
    -moz-border-radius-bottom-left: 53px !important;
    border-bottom-left-radius: 53px !important;
}
.bbl-ra54 {
    -webkit-border-bottom-left-radius: 54px !important;
    -moz-border-radius-bottom-left: 54px !important;
    border-bottom-left-radius: 54px !important;
}
.bbl-ra55 {
    -webkit-border-bottom-left-radius: 55px !important;
    -moz-border-radius-bottom-left: 55px !important;
    border-bottom-left-radius: 55px !important;
}
.bbl-ra56 {
    -webkit-border-bottom-left-radius: 56px !important;
    -moz-border-radius-bottom-left: 56px !important;
    border-bottom-left-radius: 56px !important;
}
.bbl-ra57 {
    -webkit-border-bottom-left-radius: 57px !important;
    -moz-border-radius-bottom-left: 57px !important;
    border-bottom-left-radius: 57px !important;
}
.bbl-ra58 {
    -webkit-border-bottom-left-radius: 58px !important;
    -moz-border-radius-bottom-left: 58px !important;
    border-bottom-left-radius: 58px !important;
}
.bbl-ra59 {
    -webkit-border-bottom-left-radius: 59px !important;
    -moz-border-radius-bottom-left: 59px !important;
    border-bottom-left-radius: 59px !important;
}
.bbl-ra60 {
    -webkit-border-bottom-left-radius: 60px !important;
    -moz-border-radius-bottom-left: 60px !important;
    border-bottom-left-radius: 60px !important;
}
.bbl-ra61 {
    -webkit-border-bottom-left-radius: 61px !important;
    -moz-border-radius-bottom-left: 61px !important;
    border-bottom-left-radius: 61px !important;
}
.bbl-ra62 {
    -webkit-border-bottom-left-radius: 62px !important;
    -moz-border-radius-bottom-left: 62px !important;
    border-bottom-left-radius: 62px !important;
}
.bbl-ra63 {
    -webkit-border-bottom-left-radius: 63px !important;
    -moz-border-radius-bottom-left: 63px !important;
    border-bottom-left-radius: 63px !important;
}
.bbl-ra64 {
    -webkit-border-bottom-left-radius: 64px !important;
    -moz-border-radius-bottom-left: 64px !important;
    border-bottom-left-radius: 64px !important;
}
.bbl-ra65 {
    -webkit-border-bottom-left-radius: 65px !important;
    -moz-border-radius-bottom-left: 65px !important;
    border-bottom-left-radius: 65px !important;
}
.bbl-ra66 {
    -webkit-border-bottom-left-radius: 66px !important;
    -moz-border-radius-bottom-left: 66px !important;
    border-bottom-left-radius: 66px !important;
}
.bbl-ra67 {
    -webkit-border-bottom-left-radius: 67px !important;
    -moz-border-radius-bottom-left: 67px !important;
    border-bottom-left-radius: 67px !important;
}
.bbl-ra68 {
    -webkit-border-bottom-left-radius: 68px !important;
    -moz-border-radius-bottom-left: 68px !important;
    border-bottom-left-radius: 68px !important;
}
.bbl-ra69 {
    -webkit-border-bottom-left-radius: 69px !important;
    -moz-border-radius-bottom-left: 69px !important;
    border-bottom-left-radius: 69px !important;
}
.bbl-ra70 {
    -webkit-border-bottom-left-radius: 70px !important;
    -moz-border-radius-bottom-left: 70px !important;
    border-bottom-left-radius: 70px !important;
}
.bbl-ra71 {
    -webkit-border-bottom-left-radius: 71px !important;
    -moz-border-radius-bottom-left: 71px !important;
    border-bottom-left-radius: 71px !important;
}
.bbl-ra72 {
    -webkit-border-bottom-left-radius: 72px !important;
    -moz-border-radius-bottom-left: 72px !important;
    border-bottom-left-radius: 72px !important;
}
.bbl-ra73 {
    -webkit-border-bottom-left-radius: 73px !important;
    -moz-border-radius-bottom-left: 73px !important;
    border-bottom-left-radius: 73px !important;
}
.bbl-ra74 {
    -webkit-border-bottom-left-radius: 74px !important;
    -moz-border-radius-bottom-left: 74px !important;
    border-bottom-left-radius: 74px !important;
}
.bbl-ra75 {
    -webkit-border-bottom-left-radius: 75px !important;
    -moz-border-radius-bottom-left: 75px !important;
    border-bottom-left-radius: 75px !important;
}
.bbl-ra76 {
    -webkit-border-bottom-left-radius: 76px !important;
    -moz-border-radius-bottom-left: 76px !important;
    border-bottom-left-radius: 76px !important;
}
.bbl-ra77 {
    -webkit-border-bottom-left-radius: 77px !important;
    -moz-border-radius-bottom-left: 77px !important;
    border-bottom-left-radius: 77px !important;
}
.bbl-ra78 {
    -webkit-border-bottom-left-radius: 78px !important;
    -moz-border-radius-bottom-left: 78px !important;
    border-bottom-left-radius: 78px !important;
}
.bbl-ra79 {
    -webkit-border-bottom-left-radius: 79px !important;
    -moz-border-radius-bottom-left: 79px !important;
    border-bottom-left-radius: 79px !important;
}
.bbl-ra80 {
    -webkit-border-bottom-left-radius: 80px !important;
    -moz-border-radius-bottom-left: 80px !important;
    border-bottom-left-radius: 80px !important;
}
.bbl-ra81 {
    -webkit-border-bottom-left-radius: 81px !important;
    -moz-border-radius-bottom-left: 81px !important;
    border-bottom-left-radius: 81px !important;
}
.bbl-ra82 {
    -webkit-border-bottom-left-radius: 82px !important;
    -moz-border-radius-bottom-left: 82px !important;
    border-bottom-left-radius: 82px !important;
}
.bbl-ra83 {
    -webkit-border-bottom-left-radius: 83px !important;
    -moz-border-radius-bottom-left: 83px !important;
    border-bottom-left-radius: 83px !important;
}
.bbl-ra84 {
    -webkit-border-bottom-left-radius: 84px !important;
    -moz-border-radius-bottom-left: 84px !important;
    border-bottom-left-radius: 84px !important;
}
.bbl-ra85 {
    -webkit-border-bottom-left-radius: 85px !important;
    -moz-border-radius-bottom-left: 85px !important;
    border-bottom-left-radius: 85px !important;
}
.bbl-ra86 {
    -webkit-border-bottom-left-radius: 86px !important;
    -moz-border-radius-bottom-left: 86px !important;
    border-bottom-left-radius: 86px !important;
}
.bbl-ra87 {
    -webkit-border-bottom-left-radius: 87px !important;
    -moz-border-radius-bottom-left: 87px !important;
    border-bottom-left-radius: 87px !important;
}
.bbl-ra88 {
    -webkit-border-bottom-left-radius: 88px !important;
    -moz-border-radius-bottom-left: 88px !important;
    border-bottom-left-radius: 88px !important;
}
.bbl-ra89 {
    -webkit-border-bottom-left-radius: 89px !important;
    -moz-border-radius-bottom-left: 89px !important;
    border-bottom-left-radius: 89px !important;
}
.bbl-ra90 {
    -webkit-border-bottom-left-radius: 90px !important;
    -moz-border-radius-bottom-left: 90px !important;
    border-bottom-left-radius: 90px !important;
}
.bbl-ra91 {
    -webkit-border-bottom-left-radius: 91px !important;
    -moz-border-radius-bottom-left: 91px !important;
    border-bottom-left-radius: 91px !important;
}
.bbl-ra92 {
    -webkit-border-bottom-left-radius: 92px !important;
    -moz-border-radius-bottom-left: 92px !important;
    border-bottom-left-radius: 92px !important;
}
.bbl-ra93 {
    -webkit-border-bottom-left-radius: 93px !important;
    -moz-border-radius-bottom-left: 93px !important;
    border-bottom-left-radius: 93px !important;
}
.bbl-ra94 {
    -webkit-border-bottom-left-radius: 94px !important;
    -moz-border-radius-bottom-left: 94px !important;
    border-bottom-left-radius: 94px !important;
}
.bbl-ra95 {
    -webkit-border-bottom-left-radius: 95px !important;
    -moz-border-radius-bottom-left: 95px !important;
    border-bottom-left-radius: 95px !important;
}
.bbl-ra96 {
    -webkit-border-bottom-left-radius: 96px !important;
    -moz-border-radius-bottom-left: 96px !important;
    border-bottom-left-radius: 96px !important;
}
.bbl-ra97 {
    -webkit-border-bottom-left-radius: 97px !important;
    -moz-border-radius-bottom-left: 97px !important;
    border-bottom-left-radius: 97px !important;
}
.bbl-ra98 {
    -webkit-border-bottom-left-radius: 98px !important;
    -moz-border-radius-bottom-left: 98px !important;
    border-bottom-left-radius: 98px !important;
}
.bbl-ra99 {
    -webkit-border-bottom-left-radius: 99px !important;
    -moz-border-radius-bottom-left: 99px !important;
    border-bottom-left-radius: 99px !important;
}
.bbl-ra100 {
    -webkit-border-bottom-left-radius: 100px !important;
    -moz-border-radius-bottom-left: 100px !important;
    border-bottom-left-radius: 100px !important;
}
.bbl-ra101 {
    -webkit-border-bottom-left-radius: 101px !important;
    -moz-border-radius-bottom-left: 101px !important;
    border-bottom-left-radius: 101px !important;
}
.bbl-ra102 {
    -webkit-border-bottom-left-radius: 102px !important;
    -moz-border-radius-bottom-left: 102px !important;
    border-bottom-left-radius: 102px !important;
}
.bbl-ra103 {
    -webkit-border-bottom-left-radius: 103px !important;
    -moz-border-radius-bottom-left: 103px !important;
    border-bottom-left-radius: 103px !important;
}
.bbl-ra104 {
    -webkit-border-bottom-left-radius: 104px !important;
    -moz-border-radius-bottom-left: 104px !important;
    border-bottom-left-radius: 104px !important;
}
.bbl-ra105 {
    -webkit-border-bottom-left-radius: 105px !important;
    -moz-border-radius-bottom-left: 105px !important;
    border-bottom-left-radius: 105px !important;
}
.bbl-ra106 {
    -webkit-border-bottom-left-radius: 106px !important;
    -moz-border-radius-bottom-left: 106px !important;
    border-bottom-left-radius: 106px !important;
}
.bbl-ra107 {
    -webkit-border-bottom-left-radius: 107px !important;
    -moz-border-radius-bottom-left: 107px !important;
    border-bottom-left-radius: 107px !important;
}
.bbl-ra108 {
    -webkit-border-bottom-left-radius: 108px !important;
    -moz-border-radius-bottom-left: 108px !important;
    border-bottom-left-radius: 108px !important;
}
.bbl-ra109 {
    -webkit-border-bottom-left-radius: 109px !important;
    -moz-border-radius-bottom-left: 109px !important;
    border-bottom-left-radius: 109px !important;
}
.bbl-ra110 {
    -webkit-border-bottom-left-radius: 110px !important;
    -moz-border-radius-bottom-left: 110px !important;
    border-bottom-left-radius: 110px !important;
}
.bbl-ra111 {
    -webkit-border-bottom-left-radius: 111px !important;
    -moz-border-radius-bottom-left: 111px !important;
    border-bottom-left-radius: 111px !important;
}
.bbl-ra112 {
    -webkit-border-bottom-left-radius: 112px !important;
    -moz-border-radius-bottom-left: 112px !important;
    border-bottom-left-radius: 112px !important;
}
.bbl-ra113 {
    -webkit-border-bottom-left-radius: 113px !important;
    -moz-border-radius-bottom-left: 113px !important;
    border-bottom-left-radius: 113px !important;
}
.bbl-ra114 {
    -webkit-border-bottom-left-radius: 114px !important;
    -moz-border-radius-bottom-left: 114px !important;
    border-bottom-left-radius: 114px !important;
}
.bbl-ra115 {
    -webkit-border-bottom-left-radius: 115px !important;
    -moz-border-radius-bottom-left: 115px !important;
    border-bottom-left-radius: 115px !important;
}
.bbl-ra116 {
    -webkit-border-bottom-left-radius: 116px !important;
    -moz-border-radius-bottom-left: 116px !important;
    border-bottom-left-radius: 116px !important;
}
.bbl-ra117 {
    -webkit-border-bottom-left-radius: 117px !important;
    -moz-border-radius-bottom-left: 117px !important;
    border-bottom-left-radius: 117px !important;
}
.bbl-ra118 {
    -webkit-border-bottom-left-radius: 118px !important;
    -moz-border-radius-bottom-left: 118px !important;
    border-bottom-left-radius: 118px !important;
}
.bbl-ra119 {
    -webkit-border-bottom-left-radius: 119px !important;
    -moz-border-radius-bottom-left: 119px !important;
    border-bottom-left-radius: 119px !important;
}
.bbl-ra120 {
    -webkit-border-bottom-left-radius: 120px !important;
    -moz-border-radius-bottom-left: 120px !important;
    border-bottom-left-radius: 120px !important;
}
.bbl-ra121 {
    -webkit-border-bottom-left-radius: 121px !important;
    -moz-border-radius-bottom-left: 121px !important;
    border-bottom-left-radius: 121px !important;
}
.bbl-ra122 {
    -webkit-border-bottom-left-radius: 122px !important;
    -moz-border-radius-bottom-left: 122px !important;
    border-bottom-left-radius: 122px !important;
}
.bbl-ra123 {
    -webkit-border-bottom-left-radius: 123px !important;
    -moz-border-radius-bottom-left: 123px !important;
    border-bottom-left-radius: 123px !important;
}
.bbl-ra124 {
    -webkit-border-bottom-left-radius: 124px !important;
    -moz-border-radius-bottom-left: 124px !important;
    border-bottom-left-radius: 124px !important;
}
.bbl-ra125 {
    -webkit-border-bottom-left-radius: 125px !important;
    -moz-border-radius-bottom-left: 125px !important;
    border-bottom-left-radius: 125px !important;
}
.bbl-ra126 {
    -webkit-border-bottom-left-radius: 126px !important;
    -moz-border-radius-bottom-left: 126px !important;
    border-bottom-left-radius: 126px !important;
}
.bbl-ra127 {
    -webkit-border-bottom-left-radius: 127px !important;
    -moz-border-radius-bottom-left: 127px !important;
    border-bottom-left-radius: 127px !important;
}
.bbl-ra128 {
    -webkit-border-bottom-left-radius: 128px !important;
    -moz-border-radius-bottom-left: 128px !important;
    border-bottom-left-radius: 128px !important;
}
.bbl-ra129 {
    -webkit-border-bottom-left-radius: 129px !important;
    -moz-border-radius-bottom-left: 129px !important;
    border-bottom-left-radius: 129px !important;
}
.bbl-ra130 {
    -webkit-border-bottom-left-radius: 130px !important;
    -moz-border-radius-bottom-left: 130px !important;
    border-bottom-left-radius: 130px !important;
}
.bbl-ra131 {
    -webkit-border-bottom-left-radius: 131px !important;
    -moz-border-radius-bottom-left: 131px !important;
    border-bottom-left-radius: 131px !important;
}
.bbl-ra132 {
    -webkit-border-bottom-left-radius: 132px !important;
    -moz-border-radius-bottom-left: 132px !important;
    border-bottom-left-radius: 132px !important;
}
.bbl-ra133 {
    -webkit-border-bottom-left-radius: 133px !important;
    -moz-border-radius-bottom-left: 133px !important;
    border-bottom-left-radius: 133px !important;
}
.bbl-ra134 {
    -webkit-border-bottom-left-radius: 134px !important;
    -moz-border-radius-bottom-left: 134px !important;
    border-bottom-left-radius: 134px !important;
}
.bbl-ra135 {
    -webkit-border-bottom-left-radius: 135px !important;
    -moz-border-radius-bottom-left: 135px !important;
    border-bottom-left-radius: 135px !important;
}
.bbl-ra136 {
    -webkit-border-bottom-left-radius: 136px !important;
    -moz-border-radius-bottom-left: 136px !important;
    border-bottom-left-radius: 136px !important;
}
.bbl-ra137 {
    -webkit-border-bottom-left-radius: 137px !important;
    -moz-border-radius-bottom-left: 137px !important;
    border-bottom-left-radius: 137px !important;
}
.bbl-ra138 {
    -webkit-border-bottom-left-radius: 138px !important;
    -moz-border-radius-bottom-left: 138px !important;
    border-bottom-left-radius: 138px !important;
}
.bbl-ra139 {
    -webkit-border-bottom-left-radius: 139px !important;
    -moz-border-radius-bottom-left: 139px !important;
    border-bottom-left-radius: 139px !important;
}
.bbl-ra140 {
    -webkit-border-bottom-left-radius: 140px !important;
    -moz-border-radius-bottom-left: 140px !important;
    border-bottom-left-radius: 140px !important;
}
.bbl-ra141 {
    -webkit-border-bottom-left-radius: 141px !important;
    -moz-border-radius-bottom-left: 141px !important;
    border-bottom-left-radius: 141px !important;
}
.bbl-ra142 {
    -webkit-border-bottom-left-radius: 142px !important;
    -moz-border-radius-bottom-left: 142px !important;
    border-bottom-left-radius: 142px !important;
}
.bbl-ra143 {
    -webkit-border-bottom-left-radius: 143px !important;
    -moz-border-radius-bottom-left: 143px !important;
    border-bottom-left-radius: 143px !important;
}
.bbl-ra144 {
    -webkit-border-bottom-left-radius: 144px !important;
    -moz-border-radius-bottom-left: 144px !important;
    border-bottom-left-radius: 144px !important;
}
.bbl-ra145 {
    -webkit-border-bottom-left-radius: 145px !important;
    -moz-border-radius-bottom-left: 145px !important;
    border-bottom-left-radius: 145px !important;
}
.bbl-ra146 {
    -webkit-border-bottom-left-radius: 146px !important;
    -moz-border-radius-bottom-left: 146px !important;
    border-bottom-left-radius: 146px !important;
}
.bbl-ra147 {
    -webkit-border-bottom-left-radius: 147px !important;
    -moz-border-radius-bottom-left: 147px !important;
    border-bottom-left-radius: 147px !important;
}
.bbl-ra148 {
    -webkit-border-bottom-left-radius: 148px !important;
    -moz-border-radius-bottom-left: 148px !important;
    border-bottom-left-radius: 148px !important;
}
.bbl-ra149 {
    -webkit-border-bottom-left-radius: 149px !important;
    -moz-border-radius-bottom-left: 149px !important;
    border-bottom-left-radius: 149px !important;
}
.bbl-ra150 {
    -webkit-border-bottom-left-radius: 150px !important;
    -moz-border-radius-bottom-left: 150px !important;
    border-bottom-left-radius: 150px !important;
}
.bbl-ra151 {
    -webkit-border-bottom-left-radius: 151px !important;
    -moz-border-radius-bottom-left: 151px !important;
    border-bottom-left-radius: 151px !important;
}
.bbl-ra152 {
    -webkit-border-bottom-left-radius: 152px !important;
    -moz-border-radius-bottom-left: 152px !important;
    border-bottom-left-radius: 152px !important;
}
.bbl-ra153 {
    -webkit-border-bottom-left-radius: 153px !important;
    -moz-border-radius-bottom-left: 153px !important;
    border-bottom-left-radius: 153px !important;
}
.bbl-ra154 {
    -webkit-border-bottom-left-radius: 154px !important;
    -moz-border-radius-bottom-left: 154px !important;
    border-bottom-left-radius: 154px !important;
}
.bbl-ra155 {
    -webkit-border-bottom-left-radius: 155px !important;
    -moz-border-radius-bottom-left: 155px !important;
    border-bottom-left-radius: 155px !important;
}
.bbl-ra156 {
    -webkit-border-bottom-left-radius: 156px !important;
    -moz-border-radius-bottom-left: 156px !important;
    border-bottom-left-radius: 156px !important;
}
.bbl-ra157 {
    -webkit-border-bottom-left-radius: 157px !important;
    -moz-border-radius-bottom-left: 157px !important;
    border-bottom-left-radius: 157px !important;
}
.bbl-ra158 {
    -webkit-border-bottom-left-radius: 158px !important;
    -moz-border-radius-bottom-left: 158px !important;
    border-bottom-left-radius: 158px !important;
}
.bbl-ra159 {
    -webkit-border-bottom-left-radius: 159px !important;
    -moz-border-radius-bottom-left: 159px !important;
    border-bottom-left-radius: 159px !important;
}
.bbl-ra160 {
    -webkit-border-bottom-left-radius: 160px !important;
    -moz-border-radius-bottom-left: 160px !important;
    border-bottom-left-radius: 160px !important;
}
.bbl-ra161 {
    -webkit-border-bottom-left-radius: 161px !important;
    -moz-border-radius-bottom-left: 161px !important;
    border-bottom-left-radius: 161px !important;
}
.bbl-ra162 {
    -webkit-border-bottom-left-radius: 162px !important;
    -moz-border-radius-bottom-left: 162px !important;
    border-bottom-left-radius: 162px !important;
}
.bbl-ra163 {
    -webkit-border-bottom-left-radius: 163px !important;
    -moz-border-radius-bottom-left: 163px !important;
    border-bottom-left-radius: 163px !important;
}
.bbl-ra164 {
    -webkit-border-bottom-left-radius: 164px !important;
    -moz-border-radius-bottom-left: 164px !important;
    border-bottom-left-radius: 164px !important;
}
.bbl-ra165 {
    -webkit-border-bottom-left-radius: 165px !important;
    -moz-border-radius-bottom-left: 165px !important;
    border-bottom-left-radius: 165px !important;
}
.bbl-ra166 {
    -webkit-border-bottom-left-radius: 166px !important;
    -moz-border-radius-bottom-left: 166px !important;
    border-bottom-left-radius: 166px !important;
}
.bbl-ra167 {
    -webkit-border-bottom-left-radius: 167px !important;
    -moz-border-radius-bottom-left: 167px !important;
    border-bottom-left-radius: 167px !important;
}
.bbl-ra168 {
    -webkit-border-bottom-left-radius: 168px !important;
    -moz-border-radius-bottom-left: 168px !important;
    border-bottom-left-radius: 168px !important;
}
.bbl-ra169 {
    -webkit-border-bottom-left-radius: 169px !important;
    -moz-border-radius-bottom-left: 169px !important;
    border-bottom-left-radius: 169px !important;
}
.bbl-ra170 {
    -webkit-border-bottom-left-radius: 170px !important;
    -moz-border-radius-bottom-left: 170px !important;
    border-bottom-left-radius: 170px !important;
}
.bbl-ra171 {
    -webkit-border-bottom-left-radius: 171px !important;
    -moz-border-radius-bottom-left: 171px !important;
    border-bottom-left-radius: 171px !important;
}
.bbl-ra172 {
    -webkit-border-bottom-left-radius: 172px !important;
    -moz-border-radius-bottom-left: 172px !important;
    border-bottom-left-radius: 172px !important;
}
.bbl-ra173 {
    -webkit-border-bottom-left-radius: 173px !important;
    -moz-border-radius-bottom-left: 173px !important;
    border-bottom-left-radius: 173px !important;
}
.bbl-ra174 {
    -webkit-border-bottom-left-radius: 174px !important;
    -moz-border-radius-bottom-left: 174px !important;
    border-bottom-left-radius: 174px !important;
}
.bbl-ra175 {
    -webkit-border-bottom-left-radius: 175px !important;
    -moz-border-radius-bottom-left: 175px !important;
    border-bottom-left-radius: 175px !important;
}
.bbl-ra176 {
    -webkit-border-bottom-left-radius: 176px !important;
    -moz-border-radius-bottom-left: 176px !important;
    border-bottom-left-radius: 176px !important;
}
.bbl-ra177 {
    -webkit-border-bottom-left-radius: 177px !important;
    -moz-border-radius-bottom-left: 177px !important;
    border-bottom-left-radius: 177px !important;
}
.bbl-ra178 {
    -webkit-border-bottom-left-radius: 178px !important;
    -moz-border-radius-bottom-left: 178px !important;
    border-bottom-left-radius: 178px !important;
}
.bbl-ra179 {
    -webkit-border-bottom-left-radius: 179px !important;
    -moz-border-radius-bottom-left: 179px !important;
    border-bottom-left-radius: 179px !important;
}
.bbl-ra180 {
    -webkit-border-bottom-left-radius: 180px !important;
    -moz-border-radius-bottom-left: 180px !important;
    border-bottom-left-radius: 180px !important;
}
.bbl-ra181 {
    -webkit-border-bottom-left-radius: 181px !important;
    -moz-border-radius-bottom-left: 181px !important;
    border-bottom-left-radius: 181px !important;
}
.bbl-ra182 {
    -webkit-border-bottom-left-radius: 182px !important;
    -moz-border-radius-bottom-left: 182px !important;
    border-bottom-left-radius: 182px !important;
}
.bbl-ra183 {
    -webkit-border-bottom-left-radius: 183px !important;
    -moz-border-radius-bottom-left: 183px !important;
    border-bottom-left-radius: 183px !important;
}
.bbl-ra184 {
    -webkit-border-bottom-left-radius: 184px !important;
    -moz-border-radius-bottom-left: 184px !important;
    border-bottom-left-radius: 184px !important;
}
.bbl-ra185 {
    -webkit-border-bottom-left-radius: 185px !important;
    -moz-border-radius-bottom-left: 185px !important;
    border-bottom-left-radius: 185px !important;
}
.bbl-ra186 {
    -webkit-border-bottom-left-radius: 186px !important;
    -moz-border-radius-bottom-left: 186px !important;
    border-bottom-left-radius: 186px !important;
}
.bbl-ra187 {
    -webkit-border-bottom-left-radius: 187px !important;
    -moz-border-radius-bottom-left: 187px !important;
    border-bottom-left-radius: 187px !important;
}
.bbl-ra188 {
    -webkit-border-bottom-left-radius: 188px !important;
    -moz-border-radius-bottom-left: 188px !important;
    border-bottom-left-radius: 188px !important;
}
.bbl-ra189 {
    -webkit-border-bottom-left-radius: 189px !important;
    -moz-border-radius-bottom-left: 189px !important;
    border-bottom-left-radius: 189px !important;
}
.bbl-ra190 {
    -webkit-border-bottom-left-radius: 190px !important;
    -moz-border-radius-bottom-left: 190px !important;
    border-bottom-left-radius: 190px !important;
}
.bbl-ra191 {
    -webkit-border-bottom-left-radius: 191px !important;
    -moz-border-radius-bottom-left: 191px !important;
    border-bottom-left-radius: 191px !important;
}
.bbl-ra192 {
    -webkit-border-bottom-left-radius: 192px !important;
    -moz-border-radius-bottom-left: 192px !important;
    border-bottom-left-radius: 192px !important;
}
.bbl-ra193 {
    -webkit-border-bottom-left-radius: 193px !important;
    -moz-border-radius-bottom-left: 193px !important;
    border-bottom-left-radius: 193px !important;
}
.bbl-ra194 {
    -webkit-border-bottom-left-radius: 194px !important;
    -moz-border-radius-bottom-left: 194px !important;
    border-bottom-left-radius: 194px !important;
}
.bbl-ra195 {
    -webkit-border-bottom-left-radius: 195px !important;
    -moz-border-radius-bottom-left: 195px !important;
    border-bottom-left-radius: 195px !important;
}
.bbl-ra196 {
    -webkit-border-bottom-left-radius: 196px !important;
    -moz-border-radius-bottom-left: 196px !important;
    border-bottom-left-radius: 196px !important;
}
.bbl-ra197 {
    -webkit-border-bottom-left-radius: 197px !important;
    -moz-border-radius-bottom-left: 197px !important;
    border-bottom-left-radius: 197px !important;
}
.bbl-ra198 {
    -webkit-border-bottom-left-radius: 198px !important;
    -moz-border-radius-bottom-left: 198px !important;
    border-bottom-left-radius: 198px !important;
}
.bbl-ra199 {
    -webkit-border-bottom-left-radius: 199px !important;
    -moz-border-radius-bottom-left: 199px !important;
    border-bottom-left-radius: 199px !important;
}
.bbl-ra200 {
    -webkit-border-bottom-left-radius: 200px !important;
    -moz-border-radius-bottom-left: 200px !important;
    border-bottom-left-radius: 200px !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-bbl-ra0 {
        -webkit-border-bottom-left-radius: 0px !important;
        -moz-border-radius-bottom-left: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .col-sm-bbl-ra1 {
        -webkit-border-bottom-left-radius: 1px !important;
        -moz-border-radius-bottom-left: 1px !important;
        border-bottom-left-radius: 1px !important;
    }
    .col-sm-bbl-ra2 {
        -webkit-border-bottom-left-radius: 2px !important;
        -moz-border-radius-bottom-left: 2px !important;
        border-bottom-left-radius: 2px !important;
    }
    .col-sm-bbl-ra3 {
        -webkit-border-bottom-left-radius: 3px !important;
        -moz-border-radius-bottom-left: 3px !important;
        border-bottom-left-radius: 3px !important;
    }
    .col-sm-bbl-ra4 {
        -webkit-border-bottom-left-radius: 4px !important;
        -moz-border-radius-bottom-left: 4px !important;
        border-bottom-left-radius: 4px !important;
    }
    .col-sm-bbl-ra5 {
        -webkit-border-bottom-left-radius: 5px !important;
        -moz-border-radius-bottom-left: 5px !important;
        border-bottom-left-radius: 5px !important;
    }
    .col-sm-bbl-ra6 {
        -webkit-border-bottom-left-radius: 6px !important;
        -moz-border-radius-bottom-left: 6px !important;
        border-bottom-left-radius: 6px !important;
    }
    .col-sm-bbl-ra7 {
        -webkit-border-bottom-left-radius: 7px !important;
        -moz-border-radius-bottom-left: 7px !important;
        border-bottom-left-radius: 7px !important;
    }
    .col-sm-bbl-ra8 {
        -webkit-border-bottom-left-radius: 8px !important;
        -moz-border-radius-bottom-left: 8px !important;
        border-bottom-left-radius: 8px !important;
    }
    .col-sm-bbl-ra9 {
        -webkit-border-bottom-left-radius: 9px !important;
        -moz-border-radius-bottom-left: 9px !important;
        border-bottom-left-radius: 9px !important;
    }
    .col-sm-bbl-ra10 {
        -webkit-border-bottom-left-radius: 10px !important;
        -moz-border-radius-bottom-left: 10px !important;
        border-bottom-left-radius: 10px !important;
    }
    .col-sm-bbl-ra11 {
        -webkit-border-bottom-left-radius: 11px !important;
        -moz-border-radius-bottom-left: 11px !important;
        border-bottom-left-radius: 11px !important;
    }
    .col-sm-bbl-ra12 {
        -webkit-border-bottom-left-radius: 12px !important;
        -moz-border-radius-bottom-left: 12px !important;
        border-bottom-left-radius: 12px !important;
    }
    .col-sm-bbl-ra13 {
        -webkit-border-bottom-left-radius: 13px !important;
        -moz-border-radius-bottom-left: 13px !important;
        border-bottom-left-radius: 13px !important;
    }
    .col-sm-bbl-ra14 {
        -webkit-border-bottom-left-radius: 14px !important;
        -moz-border-radius-bottom-left: 14px !important;
        border-bottom-left-radius: 14px !important;
    }
    .col-sm-bbl-ra15 {
        -webkit-border-bottom-left-radius: 15px !important;
        -moz-border-radius-bottom-left: 15px !important;
        border-bottom-left-radius: 15px !important;
    }
    .col-sm-bbl-ra16 {
        -webkit-border-bottom-left-radius: 16px !important;
        -moz-border-radius-bottom-left: 16px !important;
        border-bottom-left-radius: 16px !important;
    }
    .col-sm-bbl-ra17 {
        -webkit-border-bottom-left-radius: 17px !important;
        -moz-border-radius-bottom-left: 17px !important;
        border-bottom-left-radius: 17px !important;
    }
    .col-sm-bbl-ra18 {
        -webkit-border-bottom-left-radius: 18px !important;
        -moz-border-radius-bottom-left: 18px !important;
        border-bottom-left-radius: 18px !important;
    }
    .col-sm-bbl-ra19 {
        -webkit-border-bottom-left-radius: 19px !important;
        -moz-border-radius-bottom-left: 19px !important;
        border-bottom-left-radius: 19px !important;
    }
    .col-sm-bbl-ra20 {
        -webkit-border-bottom-left-radius: 20px !important;
        -moz-border-radius-bottom-left: 20px !important;
        border-bottom-left-radius: 20px !important;
    }
    .col-sm-bbl-ra21 {
        -webkit-border-bottom-left-radius: 21px !important;
        -moz-border-radius-bottom-left: 21px !important;
        border-bottom-left-radius: 21px !important;
    }
    .col-sm-bbl-ra22 {
        -webkit-border-bottom-left-radius: 22px !important;
        -moz-border-radius-bottom-left: 22px !important;
        border-bottom-left-radius: 22px !important;
    }
    .col-sm-bbl-ra23 {
        -webkit-border-bottom-left-radius: 23px !important;
        -moz-border-radius-bottom-left: 23px !important;
        border-bottom-left-radius: 23px !important;
    }
    .col-sm-bbl-ra24 {
        -webkit-border-bottom-left-radius: 24px !important;
        -moz-border-radius-bottom-left: 24px !important;
        border-bottom-left-radius: 24px !important;
    }
    .col-sm-bbl-ra25 {
        -webkit-border-bottom-left-radius: 25px !important;
        -moz-border-radius-bottom-left: 25px !important;
        border-bottom-left-radius: 25px !important;
    }
    .col-sm-bbl-ra26 {
        -webkit-border-bottom-left-radius: 26px !important;
        -moz-border-radius-bottom-left: 26px !important;
        border-bottom-left-radius: 26px !important;
    }
    .col-sm-bbl-ra27 {
        -webkit-border-bottom-left-radius: 27px !important;
        -moz-border-radius-bottom-left: 27px !important;
        border-bottom-left-radius: 27px !important;
    }
    .col-sm-bbl-ra28 {
        -webkit-border-bottom-left-radius: 28px !important;
        -moz-border-radius-bottom-left: 28px !important;
        border-bottom-left-radius: 28px !important;
    }
    .col-sm-bbl-ra29 {
        -webkit-border-bottom-left-radius: 29px !important;
        -moz-border-radius-bottom-left: 29px !important;
        border-bottom-left-radius: 29px !important;
    }
    .col-sm-bbl-ra30 {
        -webkit-border-bottom-left-radius: 30px !important;
        -moz-border-radius-bottom-left: 30px !important;
        border-bottom-left-radius: 30px !important;
    }
    .col-sm-bbl-ra31 {
        -webkit-border-bottom-left-radius: 31px !important;
        -moz-border-radius-bottom-left: 31px !important;
        border-bottom-left-radius: 31px !important;
    }
    .col-sm-bbl-ra32 {
        -webkit-border-bottom-left-radius: 32px !important;
        -moz-border-radius-bottom-left: 32px !important;
        border-bottom-left-radius: 32px !important;
    }
    .col-sm-bbl-ra33 {
        -webkit-border-bottom-left-radius: 33px !important;
        -moz-border-radius-bottom-left: 33px !important;
        border-bottom-left-radius: 33px !important;
    }
    .col-sm-bbl-ra34 {
        -webkit-border-bottom-left-radius: 34px !important;
        -moz-border-radius-bottom-left: 34px !important;
        border-bottom-left-radius: 34px !important;
    }
    .col-sm-bbl-ra35 {
        -webkit-border-bottom-left-radius: 35px !important;
        -moz-border-radius-bottom-left: 35px !important;
        border-bottom-left-radius: 35px !important;
    }
    .col-sm-bbl-ra36 {
        -webkit-border-bottom-left-radius: 36px !important;
        -moz-border-radius-bottom-left: 36px !important;
        border-bottom-left-radius: 36px !important;
    }
    .col-sm-bbl-ra37 {
        -webkit-border-bottom-left-radius: 37px !important;
        -moz-border-radius-bottom-left: 37px !important;
        border-bottom-left-radius: 37px !important;
    }
    .col-sm-bbl-ra38 {
        -webkit-border-bottom-left-radius: 38px !important;
        -moz-border-radius-bottom-left: 38px !important;
        border-bottom-left-radius: 38px !important;
    }
    .col-sm-bbl-ra39 {
        -webkit-border-bottom-left-radius: 39px !important;
        -moz-border-radius-bottom-left: 39px !important;
        border-bottom-left-radius: 39px !important;
    }
    .col-sm-bbl-ra40 {
        -webkit-border-bottom-left-radius: 40px !important;
        -moz-border-radius-bottom-left: 40px !important;
        border-bottom-left-radius: 40px !important;
    }
    .col-sm-bbl-ra41 {
        -webkit-border-bottom-left-radius: 41px !important;
        -moz-border-radius-bottom-left: 41px !important;
        border-bottom-left-radius: 41px !important;
    }
    .col-sm-bbl-ra42 {
        -webkit-border-bottom-left-radius: 42px !important;
        -moz-border-radius-bottom-left: 42px !important;
        border-bottom-left-radius: 42px !important;
    }
    .col-sm-bbl-ra43 {
        -webkit-border-bottom-left-radius: 43px !important;
        -moz-border-radius-bottom-left: 43px !important;
        border-bottom-left-radius: 43px !important;
    }
    .col-sm-bbl-ra44 {
        -webkit-border-bottom-left-radius: 44px !important;
        -moz-border-radius-bottom-left: 44px !important;
        border-bottom-left-radius: 44px !important;
    }
    .col-sm-bbl-ra45 {
        -webkit-border-bottom-left-radius: 45px !important;
        -moz-border-radius-bottom-left: 45px !important;
        border-bottom-left-radius: 45px !important;
    }
    .col-sm-bbl-ra46 {
        -webkit-border-bottom-left-radius: 46px !important;
        -moz-border-radius-bottom-left: 46px !important;
        border-bottom-left-radius: 46px !important;
    }
    .col-sm-bbl-ra47 {
        -webkit-border-bottom-left-radius: 47px !important;
        -moz-border-radius-bottom-left: 47px !important;
        border-bottom-left-radius: 47px !important;
    }
    .col-sm-bbl-ra48 {
        -webkit-border-bottom-left-radius: 48px !important;
        -moz-border-radius-bottom-left: 48px !important;
        border-bottom-left-radius: 48px !important;
    }
    .col-sm-bbl-ra49 {
        -webkit-border-bottom-left-radius: 49px !important;
        -moz-border-radius-bottom-left: 49px !important;
        border-bottom-left-radius: 49px !important;
    }
    .col-sm-bbl-ra50 {
        -webkit-border-bottom-left-radius: 50px !important;
        -moz-border-radius-bottom-left: 50px !important;
        border-bottom-left-radius: 50px !important;
    }
    .col-sm-bbl-ra51 {
        -webkit-border-bottom-left-radius: 51px !important;
        -moz-border-radius-bottom-left: 51px !important;
        border-bottom-left-radius: 51px !important;
    }
    .col-sm-bbl-ra52 {
        -webkit-border-bottom-left-radius: 52px !important;
        -moz-border-radius-bottom-left: 52px !important;
        border-bottom-left-radius: 52px !important;
    }
    .col-sm-bbl-ra53 {
        -webkit-border-bottom-left-radius: 53px !important;
        -moz-border-radius-bottom-left: 53px !important;
        border-bottom-left-radius: 53px !important;
    }
    .col-sm-bbl-ra54 {
        -webkit-border-bottom-left-radius: 54px !important;
        -moz-border-radius-bottom-left: 54px !important;
        border-bottom-left-radius: 54px !important;
    }
    .col-sm-bbl-ra55 {
        -webkit-border-bottom-left-radius: 55px !important;
        -moz-border-radius-bottom-left: 55px !important;
        border-bottom-left-radius: 55px !important;
    }
    .col-sm-bbl-ra56 {
        -webkit-border-bottom-left-radius: 56px !important;
        -moz-border-radius-bottom-left: 56px !important;
        border-bottom-left-radius: 56px !important;
    }
    .col-sm-bbl-ra57 {
        -webkit-border-bottom-left-radius: 57px !important;
        -moz-border-radius-bottom-left: 57px !important;
        border-bottom-left-radius: 57px !important;
    }
    .col-sm-bbl-ra58 {
        -webkit-border-bottom-left-radius: 58px !important;
        -moz-border-radius-bottom-left: 58px !important;
        border-bottom-left-radius: 58px !important;
    }
    .col-sm-bbl-ra59 {
        -webkit-border-bottom-left-radius: 59px !important;
        -moz-border-radius-bottom-left: 59px !important;
        border-bottom-left-radius: 59px !important;
    }
    .col-sm-bbl-ra60 {
        -webkit-border-bottom-left-radius: 60px !important;
        -moz-border-radius-bottom-left: 60px !important;
        border-bottom-left-radius: 60px !important;
    }
    .col-sm-bbl-ra61 {
        -webkit-border-bottom-left-radius: 61px !important;
        -moz-border-radius-bottom-left: 61px !important;
        border-bottom-left-radius: 61px !important;
    }
    .col-sm-bbl-ra62 {
        -webkit-border-bottom-left-radius: 62px !important;
        -moz-border-radius-bottom-left: 62px !important;
        border-bottom-left-radius: 62px !important;
    }
    .col-sm-bbl-ra63 {
        -webkit-border-bottom-left-radius: 63px !important;
        -moz-border-radius-bottom-left: 63px !important;
        border-bottom-left-radius: 63px !important;
    }
    .col-sm-bbl-ra64 {
        -webkit-border-bottom-left-radius: 64px !important;
        -moz-border-radius-bottom-left: 64px !important;
        border-bottom-left-radius: 64px !important;
    }
    .col-sm-bbl-ra65 {
        -webkit-border-bottom-left-radius: 65px !important;
        -moz-border-radius-bottom-left: 65px !important;
        border-bottom-left-radius: 65px !important;
    }
    .col-sm-bbl-ra66 {
        -webkit-border-bottom-left-radius: 66px !important;
        -moz-border-radius-bottom-left: 66px !important;
        border-bottom-left-radius: 66px !important;
    }
    .col-sm-bbl-ra67 {
        -webkit-border-bottom-left-radius: 67px !important;
        -moz-border-radius-bottom-left: 67px !important;
        border-bottom-left-radius: 67px !important;
    }
    .col-sm-bbl-ra68 {
        -webkit-border-bottom-left-radius: 68px !important;
        -moz-border-radius-bottom-left: 68px !important;
        border-bottom-left-radius: 68px !important;
    }
    .col-sm-bbl-ra69 {
        -webkit-border-bottom-left-radius: 69px !important;
        -moz-border-radius-bottom-left: 69px !important;
        border-bottom-left-radius: 69px !important;
    }
    .col-sm-bbl-ra70 {
        -webkit-border-bottom-left-radius: 70px !important;
        -moz-border-radius-bottom-left: 70px !important;
        border-bottom-left-radius: 70px !important;
    }
    .col-sm-bbl-ra71 {
        -webkit-border-bottom-left-radius: 71px !important;
        -moz-border-radius-bottom-left: 71px !important;
        border-bottom-left-radius: 71px !important;
    }
    .col-sm-bbl-ra72 {
        -webkit-border-bottom-left-radius: 72px !important;
        -moz-border-radius-bottom-left: 72px !important;
        border-bottom-left-radius: 72px !important;
    }
    .col-sm-bbl-ra73 {
        -webkit-border-bottom-left-radius: 73px !important;
        -moz-border-radius-bottom-left: 73px !important;
        border-bottom-left-radius: 73px !important;
    }
    .col-sm-bbl-ra74 {
        -webkit-border-bottom-left-radius: 74px !important;
        -moz-border-radius-bottom-left: 74px !important;
        border-bottom-left-radius: 74px !important;
    }
    .col-sm-bbl-ra75 {
        -webkit-border-bottom-left-radius: 75px !important;
        -moz-border-radius-bottom-left: 75px !important;
        border-bottom-left-radius: 75px !important;
    }
    .col-sm-bbl-ra76 {
        -webkit-border-bottom-left-radius: 76px !important;
        -moz-border-radius-bottom-left: 76px !important;
        border-bottom-left-radius: 76px !important;
    }
    .col-sm-bbl-ra77 {
        -webkit-border-bottom-left-radius: 77px !important;
        -moz-border-radius-bottom-left: 77px !important;
        border-bottom-left-radius: 77px !important;
    }
    .col-sm-bbl-ra78 {
        -webkit-border-bottom-left-radius: 78px !important;
        -moz-border-radius-bottom-left: 78px !important;
        border-bottom-left-radius: 78px !important;
    }
    .col-sm-bbl-ra79 {
        -webkit-border-bottom-left-radius: 79px !important;
        -moz-border-radius-bottom-left: 79px !important;
        border-bottom-left-radius: 79px !important;
    }
    .col-sm-bbl-ra80 {
        -webkit-border-bottom-left-radius: 80px !important;
        -moz-border-radius-bottom-left: 80px !important;
        border-bottom-left-radius: 80px !important;
    }
    .col-sm-bbl-ra81 {
        -webkit-border-bottom-left-radius: 81px !important;
        -moz-border-radius-bottom-left: 81px !important;
        border-bottom-left-radius: 81px !important;
    }
    .col-sm-bbl-ra82 {
        -webkit-border-bottom-left-radius: 82px !important;
        -moz-border-radius-bottom-left: 82px !important;
        border-bottom-left-radius: 82px !important;
    }
    .col-sm-bbl-ra83 {
        -webkit-border-bottom-left-radius: 83px !important;
        -moz-border-radius-bottom-left: 83px !important;
        border-bottom-left-radius: 83px !important;
    }
    .col-sm-bbl-ra84 {
        -webkit-border-bottom-left-radius: 84px !important;
        -moz-border-radius-bottom-left: 84px !important;
        border-bottom-left-radius: 84px !important;
    }
    .col-sm-bbl-ra85 {
        -webkit-border-bottom-left-radius: 85px !important;
        -moz-border-radius-bottom-left: 85px !important;
        border-bottom-left-radius: 85px !important;
    }
    .col-sm-bbl-ra86 {
        -webkit-border-bottom-left-radius: 86px !important;
        -moz-border-radius-bottom-left: 86px !important;
        border-bottom-left-radius: 86px !important;
    }
    .col-sm-bbl-ra87 {
        -webkit-border-bottom-left-radius: 87px !important;
        -moz-border-radius-bottom-left: 87px !important;
        border-bottom-left-radius: 87px !important;
    }
    .col-sm-bbl-ra88 {
        -webkit-border-bottom-left-radius: 88px !important;
        -moz-border-radius-bottom-left: 88px !important;
        border-bottom-left-radius: 88px !important;
    }
    .col-sm-bbl-ra89 {
        -webkit-border-bottom-left-radius: 89px !important;
        -moz-border-radius-bottom-left: 89px !important;
        border-bottom-left-radius: 89px !important;
    }
    .col-sm-bbl-ra90 {
        -webkit-border-bottom-left-radius: 90px !important;
        -moz-border-radius-bottom-left: 90px !important;
        border-bottom-left-radius: 90px !important;
    }
    .col-sm-bbl-ra91 {
        -webkit-border-bottom-left-radius: 91px !important;
        -moz-border-radius-bottom-left: 91px !important;
        border-bottom-left-radius: 91px !important;
    }
    .col-sm-bbl-ra92 {
        -webkit-border-bottom-left-radius: 92px !important;
        -moz-border-radius-bottom-left: 92px !important;
        border-bottom-left-radius: 92px !important;
    }
    .col-sm-bbl-ra93 {
        -webkit-border-bottom-left-radius: 93px !important;
        -moz-border-radius-bottom-left: 93px !important;
        border-bottom-left-radius: 93px !important;
    }
    .col-sm-bbl-ra94 {
        -webkit-border-bottom-left-radius: 94px !important;
        -moz-border-radius-bottom-left: 94px !important;
        border-bottom-left-radius: 94px !important;
    }
    .col-sm-bbl-ra95 {
        -webkit-border-bottom-left-radius: 95px !important;
        -moz-border-radius-bottom-left: 95px !important;
        border-bottom-left-radius: 95px !important;
    }
    .col-sm-bbl-ra96 {
        -webkit-border-bottom-left-radius: 96px !important;
        -moz-border-radius-bottom-left: 96px !important;
        border-bottom-left-radius: 96px !important;
    }
    .col-sm-bbl-ra97 {
        -webkit-border-bottom-left-radius: 97px !important;
        -moz-border-radius-bottom-left: 97px !important;
        border-bottom-left-radius: 97px !important;
    }
    .col-sm-bbl-ra98 {
        -webkit-border-bottom-left-radius: 98px !important;
        -moz-border-radius-bottom-left: 98px !important;
        border-bottom-left-radius: 98px !important;
    }
    .col-sm-bbl-ra99 {
        -webkit-border-bottom-left-radius: 99px !important;
        -moz-border-radius-bottom-left: 99px !important;
        border-bottom-left-radius: 99px !important;
    }
    .col-sm-bbl-ra100 {
        -webkit-border-bottom-left-radius: 100px !important;
        -moz-border-radius-bottom-left: 100px !important;
        border-bottom-left-radius: 100px !important;
    }
    .col-sm-bbl-ra101 {
        -webkit-border-bottom-left-radius: 101px !important;
        -moz-border-radius-bottom-left: 101px !important;
        border-bottom-left-radius: 101px !important;
    }
    .col-sm-bbl-ra102 {
        -webkit-border-bottom-left-radius: 102px !important;
        -moz-border-radius-bottom-left: 102px !important;
        border-bottom-left-radius: 102px !important;
    }
    .col-sm-bbl-ra103 {
        -webkit-border-bottom-left-radius: 103px !important;
        -moz-border-radius-bottom-left: 103px !important;
        border-bottom-left-radius: 103px !important;
    }
    .col-sm-bbl-ra104 {
        -webkit-border-bottom-left-radius: 104px !important;
        -moz-border-radius-bottom-left: 104px !important;
        border-bottom-left-radius: 104px !important;
    }
    .col-sm-bbl-ra105 {
        -webkit-border-bottom-left-radius: 105px !important;
        -moz-border-radius-bottom-left: 105px !important;
        border-bottom-left-radius: 105px !important;
    }
    .col-sm-bbl-ra106 {
        -webkit-border-bottom-left-radius: 106px !important;
        -moz-border-radius-bottom-left: 106px !important;
        border-bottom-left-radius: 106px !important;
    }
    .col-sm-bbl-ra107 {
        -webkit-border-bottom-left-radius: 107px !important;
        -moz-border-radius-bottom-left: 107px !important;
        border-bottom-left-radius: 107px !important;
    }
    .col-sm-bbl-ra108 {
        -webkit-border-bottom-left-radius: 108px !important;
        -moz-border-radius-bottom-left: 108px !important;
        border-bottom-left-radius: 108px !important;
    }
    .col-sm-bbl-ra109 {
        -webkit-border-bottom-left-radius: 109px !important;
        -moz-border-radius-bottom-left: 109px !important;
        border-bottom-left-radius: 109px !important;
    }
    .col-sm-bbl-ra110 {
        -webkit-border-bottom-left-radius: 110px !important;
        -moz-border-radius-bottom-left: 110px !important;
        border-bottom-left-radius: 110px !important;
    }
    .col-sm-bbl-ra111 {
        -webkit-border-bottom-left-radius: 111px !important;
        -moz-border-radius-bottom-left: 111px !important;
        border-bottom-left-radius: 111px !important;
    }
    .col-sm-bbl-ra112 {
        -webkit-border-bottom-left-radius: 112px !important;
        -moz-border-radius-bottom-left: 112px !important;
        border-bottom-left-radius: 112px !important;
    }
    .col-sm-bbl-ra113 {
        -webkit-border-bottom-left-radius: 113px !important;
        -moz-border-radius-bottom-left: 113px !important;
        border-bottom-left-radius: 113px !important;
    }
    .col-sm-bbl-ra114 {
        -webkit-border-bottom-left-radius: 114px !important;
        -moz-border-radius-bottom-left: 114px !important;
        border-bottom-left-radius: 114px !important;
    }
    .col-sm-bbl-ra115 {
        -webkit-border-bottom-left-radius: 115px !important;
        -moz-border-radius-bottom-left: 115px !important;
        border-bottom-left-radius: 115px !important;
    }
    .col-sm-bbl-ra116 {
        -webkit-border-bottom-left-radius: 116px !important;
        -moz-border-radius-bottom-left: 116px !important;
        border-bottom-left-radius: 116px !important;
    }
    .col-sm-bbl-ra117 {
        -webkit-border-bottom-left-radius: 117px !important;
        -moz-border-radius-bottom-left: 117px !important;
        border-bottom-left-radius: 117px !important;
    }
    .col-sm-bbl-ra118 {
        -webkit-border-bottom-left-radius: 118px !important;
        -moz-border-radius-bottom-left: 118px !important;
        border-bottom-left-radius: 118px !important;
    }
    .col-sm-bbl-ra119 {
        -webkit-border-bottom-left-radius: 119px !important;
        -moz-border-radius-bottom-left: 119px !important;
        border-bottom-left-radius: 119px !important;
    }
    .col-sm-bbl-ra120 {
        -webkit-border-bottom-left-radius: 120px !important;
        -moz-border-radius-bottom-left: 120px !important;
        border-bottom-left-radius: 120px !important;
    }
    .col-sm-bbl-ra121 {
        -webkit-border-bottom-left-radius: 121px !important;
        -moz-border-radius-bottom-left: 121px !important;
        border-bottom-left-radius: 121px !important;
    }
    .col-sm-bbl-ra122 {
        -webkit-border-bottom-left-radius: 122px !important;
        -moz-border-radius-bottom-left: 122px !important;
        border-bottom-left-radius: 122px !important;
    }
    .col-sm-bbl-ra123 {
        -webkit-border-bottom-left-radius: 123px !important;
        -moz-border-radius-bottom-left: 123px !important;
        border-bottom-left-radius: 123px !important;
    }
    .col-sm-bbl-ra124 {
        -webkit-border-bottom-left-radius: 124px !important;
        -moz-border-radius-bottom-left: 124px !important;
        border-bottom-left-radius: 124px !important;
    }
    .col-sm-bbl-ra125 {
        -webkit-border-bottom-left-radius: 125px !important;
        -moz-border-radius-bottom-left: 125px !important;
        border-bottom-left-radius: 125px !important;
    }
    .col-sm-bbl-ra126 {
        -webkit-border-bottom-left-radius: 126px !important;
        -moz-border-radius-bottom-left: 126px !important;
        border-bottom-left-radius: 126px !important;
    }
    .col-sm-bbl-ra127 {
        -webkit-border-bottom-left-radius: 127px !important;
        -moz-border-radius-bottom-left: 127px !important;
        border-bottom-left-radius: 127px !important;
    }
    .col-sm-bbl-ra128 {
        -webkit-border-bottom-left-radius: 128px !important;
        -moz-border-radius-bottom-left: 128px !important;
        border-bottom-left-radius: 128px !important;
    }
    .col-sm-bbl-ra129 {
        -webkit-border-bottom-left-radius: 129px !important;
        -moz-border-radius-bottom-left: 129px !important;
        border-bottom-left-radius: 129px !important;
    }
    .col-sm-bbl-ra130 {
        -webkit-border-bottom-left-radius: 130px !important;
        -moz-border-radius-bottom-left: 130px !important;
        border-bottom-left-radius: 130px !important;
    }
    .col-sm-bbl-ra131 {
        -webkit-border-bottom-left-radius: 131px !important;
        -moz-border-radius-bottom-left: 131px !important;
        border-bottom-left-radius: 131px !important;
    }
    .col-sm-bbl-ra132 {
        -webkit-border-bottom-left-radius: 132px !important;
        -moz-border-radius-bottom-left: 132px !important;
        border-bottom-left-radius: 132px !important;
    }
    .col-sm-bbl-ra133 {
        -webkit-border-bottom-left-radius: 133px !important;
        -moz-border-radius-bottom-left: 133px !important;
        border-bottom-left-radius: 133px !important;
    }
    .col-sm-bbl-ra134 {
        -webkit-border-bottom-left-radius: 134px !important;
        -moz-border-radius-bottom-left: 134px !important;
        border-bottom-left-radius: 134px !important;
    }
    .col-sm-bbl-ra135 {
        -webkit-border-bottom-left-radius: 135px !important;
        -moz-border-radius-bottom-left: 135px !important;
        border-bottom-left-radius: 135px !important;
    }
    .col-sm-bbl-ra136 {
        -webkit-border-bottom-left-radius: 136px !important;
        -moz-border-radius-bottom-left: 136px !important;
        border-bottom-left-radius: 136px !important;
    }
    .col-sm-bbl-ra137 {
        -webkit-border-bottom-left-radius: 137px !important;
        -moz-border-radius-bottom-left: 137px !important;
        border-bottom-left-radius: 137px !important;
    }
    .col-sm-bbl-ra138 {
        -webkit-border-bottom-left-radius: 138px !important;
        -moz-border-radius-bottom-left: 138px !important;
        border-bottom-left-radius: 138px !important;
    }
    .col-sm-bbl-ra139 {
        -webkit-border-bottom-left-radius: 139px !important;
        -moz-border-radius-bottom-left: 139px !important;
        border-bottom-left-radius: 139px !important;
    }
    .col-sm-bbl-ra140 {
        -webkit-border-bottom-left-radius: 140px !important;
        -moz-border-radius-bottom-left: 140px !important;
        border-bottom-left-radius: 140px !important;
    }
    .col-sm-bbl-ra141 {
        -webkit-border-bottom-left-radius: 141px !important;
        -moz-border-radius-bottom-left: 141px !important;
        border-bottom-left-radius: 141px !important;
    }
    .col-sm-bbl-ra142 {
        -webkit-border-bottom-left-radius: 142px !important;
        -moz-border-radius-bottom-left: 142px !important;
        border-bottom-left-radius: 142px !important;
    }
    .col-sm-bbl-ra143 {
        -webkit-border-bottom-left-radius: 143px !important;
        -moz-border-radius-bottom-left: 143px !important;
        border-bottom-left-radius: 143px !important;
    }
    .col-sm-bbl-ra144 {
        -webkit-border-bottom-left-radius: 144px !important;
        -moz-border-radius-bottom-left: 144px !important;
        border-bottom-left-radius: 144px !important;
    }
    .col-sm-bbl-ra145 {
        -webkit-border-bottom-left-radius: 145px !important;
        -moz-border-radius-bottom-left: 145px !important;
        border-bottom-left-radius: 145px !important;
    }
    .col-sm-bbl-ra146 {
        -webkit-border-bottom-left-radius: 146px !important;
        -moz-border-radius-bottom-left: 146px !important;
        border-bottom-left-radius: 146px !important;
    }
    .col-sm-bbl-ra147 {
        -webkit-border-bottom-left-radius: 147px !important;
        -moz-border-radius-bottom-left: 147px !important;
        border-bottom-left-radius: 147px !important;
    }
    .col-sm-bbl-ra148 {
        -webkit-border-bottom-left-radius: 148px !important;
        -moz-border-radius-bottom-left: 148px !important;
        border-bottom-left-radius: 148px !important;
    }
    .col-sm-bbl-ra149 {
        -webkit-border-bottom-left-radius: 149px !important;
        -moz-border-radius-bottom-left: 149px !important;
        border-bottom-left-radius: 149px !important;
    }
    .col-sm-bbl-ra150 {
        -webkit-border-bottom-left-radius: 150px !important;
        -moz-border-radius-bottom-left: 150px !important;
        border-bottom-left-radius: 150px !important;
    }
    .col-sm-bbl-ra151 {
        -webkit-border-bottom-left-radius: 151px !important;
        -moz-border-radius-bottom-left: 151px !important;
        border-bottom-left-radius: 151px !important;
    }
    .col-sm-bbl-ra152 {
        -webkit-border-bottom-left-radius: 152px !important;
        -moz-border-radius-bottom-left: 152px !important;
        border-bottom-left-radius: 152px !important;
    }
    .col-sm-bbl-ra153 {
        -webkit-border-bottom-left-radius: 153px !important;
        -moz-border-radius-bottom-left: 153px !important;
        border-bottom-left-radius: 153px !important;
    }
    .col-sm-bbl-ra154 {
        -webkit-border-bottom-left-radius: 154px !important;
        -moz-border-radius-bottom-left: 154px !important;
        border-bottom-left-radius: 154px !important;
    }
    .col-sm-bbl-ra155 {
        -webkit-border-bottom-left-radius: 155px !important;
        -moz-border-radius-bottom-left: 155px !important;
        border-bottom-left-radius: 155px !important;
    }
    .col-sm-bbl-ra156 {
        -webkit-border-bottom-left-radius: 156px !important;
        -moz-border-radius-bottom-left: 156px !important;
        border-bottom-left-radius: 156px !important;
    }
    .col-sm-bbl-ra157 {
        -webkit-border-bottom-left-radius: 157px !important;
        -moz-border-radius-bottom-left: 157px !important;
        border-bottom-left-radius: 157px !important;
    }
    .col-sm-bbl-ra158 {
        -webkit-border-bottom-left-radius: 158px !important;
        -moz-border-radius-bottom-left: 158px !important;
        border-bottom-left-radius: 158px !important;
    }
    .col-sm-bbl-ra159 {
        -webkit-border-bottom-left-radius: 159px !important;
        -moz-border-radius-bottom-left: 159px !important;
        border-bottom-left-radius: 159px !important;
    }
    .col-sm-bbl-ra160 {
        -webkit-border-bottom-left-radius: 160px !important;
        -moz-border-radius-bottom-left: 160px !important;
        border-bottom-left-radius: 160px !important;
    }
    .col-sm-bbl-ra161 {
        -webkit-border-bottom-left-radius: 161px !important;
        -moz-border-radius-bottom-left: 161px !important;
        border-bottom-left-radius: 161px !important;
    }
    .col-sm-bbl-ra162 {
        -webkit-border-bottom-left-radius: 162px !important;
        -moz-border-radius-bottom-left: 162px !important;
        border-bottom-left-radius: 162px !important;
    }
    .col-sm-bbl-ra163 {
        -webkit-border-bottom-left-radius: 163px !important;
        -moz-border-radius-bottom-left: 163px !important;
        border-bottom-left-radius: 163px !important;
    }
    .col-sm-bbl-ra164 {
        -webkit-border-bottom-left-radius: 164px !important;
        -moz-border-radius-bottom-left: 164px !important;
        border-bottom-left-radius: 164px !important;
    }
    .col-sm-bbl-ra165 {
        -webkit-border-bottom-left-radius: 165px !important;
        -moz-border-radius-bottom-left: 165px !important;
        border-bottom-left-radius: 165px !important;
    }
    .col-sm-bbl-ra166 {
        -webkit-border-bottom-left-radius: 166px !important;
        -moz-border-radius-bottom-left: 166px !important;
        border-bottom-left-radius: 166px !important;
    }
    .col-sm-bbl-ra167 {
        -webkit-border-bottom-left-radius: 167px !important;
        -moz-border-radius-bottom-left: 167px !important;
        border-bottom-left-radius: 167px !important;
    }
    .col-sm-bbl-ra168 {
        -webkit-border-bottom-left-radius: 168px !important;
        -moz-border-radius-bottom-left: 168px !important;
        border-bottom-left-radius: 168px !important;
    }
    .col-sm-bbl-ra169 {
        -webkit-border-bottom-left-radius: 169px !important;
        -moz-border-radius-bottom-left: 169px !important;
        border-bottom-left-radius: 169px !important;
    }
    .col-sm-bbl-ra170 {
        -webkit-border-bottom-left-radius: 170px !important;
        -moz-border-radius-bottom-left: 170px !important;
        border-bottom-left-radius: 170px !important;
    }
    .col-sm-bbl-ra171 {
        -webkit-border-bottom-left-radius: 171px !important;
        -moz-border-radius-bottom-left: 171px !important;
        border-bottom-left-radius: 171px !important;
    }
    .col-sm-bbl-ra172 {
        -webkit-border-bottom-left-radius: 172px !important;
        -moz-border-radius-bottom-left: 172px !important;
        border-bottom-left-radius: 172px !important;
    }
    .col-sm-bbl-ra173 {
        -webkit-border-bottom-left-radius: 173px !important;
        -moz-border-radius-bottom-left: 173px !important;
        border-bottom-left-radius: 173px !important;
    }
    .col-sm-bbl-ra174 {
        -webkit-border-bottom-left-radius: 174px !important;
        -moz-border-radius-bottom-left: 174px !important;
        border-bottom-left-radius: 174px !important;
    }
    .col-sm-bbl-ra175 {
        -webkit-border-bottom-left-radius: 175px !important;
        -moz-border-radius-bottom-left: 175px !important;
        border-bottom-left-radius: 175px !important;
    }
    .col-sm-bbl-ra176 {
        -webkit-border-bottom-left-radius: 176px !important;
        -moz-border-radius-bottom-left: 176px !important;
        border-bottom-left-radius: 176px !important;
    }
    .col-sm-bbl-ra177 {
        -webkit-border-bottom-left-radius: 177px !important;
        -moz-border-radius-bottom-left: 177px !important;
        border-bottom-left-radius: 177px !important;
    }
    .col-sm-bbl-ra178 {
        -webkit-border-bottom-left-radius: 178px !important;
        -moz-border-radius-bottom-left: 178px !important;
        border-bottom-left-radius: 178px !important;
    }
    .col-sm-bbl-ra179 {
        -webkit-border-bottom-left-radius: 179px !important;
        -moz-border-radius-bottom-left: 179px !important;
        border-bottom-left-radius: 179px !important;
    }
    .col-sm-bbl-ra180 {
        -webkit-border-bottom-left-radius: 180px !important;
        -moz-border-radius-bottom-left: 180px !important;
        border-bottom-left-radius: 180px !important;
    }
    .col-sm-bbl-ra181 {
        -webkit-border-bottom-left-radius: 181px !important;
        -moz-border-radius-bottom-left: 181px !important;
        border-bottom-left-radius: 181px !important;
    }
    .col-sm-bbl-ra182 {
        -webkit-border-bottom-left-radius: 182px !important;
        -moz-border-radius-bottom-left: 182px !important;
        border-bottom-left-radius: 182px !important;
    }
    .col-sm-bbl-ra183 {
        -webkit-border-bottom-left-radius: 183px !important;
        -moz-border-radius-bottom-left: 183px !important;
        border-bottom-left-radius: 183px !important;
    }
    .col-sm-bbl-ra184 {
        -webkit-border-bottom-left-radius: 184px !important;
        -moz-border-radius-bottom-left: 184px !important;
        border-bottom-left-radius: 184px !important;
    }
    .col-sm-bbl-ra185 {
        -webkit-border-bottom-left-radius: 185px !important;
        -moz-border-radius-bottom-left: 185px !important;
        border-bottom-left-radius: 185px !important;
    }
    .col-sm-bbl-ra186 {
        -webkit-border-bottom-left-radius: 186px !important;
        -moz-border-radius-bottom-left: 186px !important;
        border-bottom-left-radius: 186px !important;
    }
    .col-sm-bbl-ra187 {
        -webkit-border-bottom-left-radius: 187px !important;
        -moz-border-radius-bottom-left: 187px !important;
        border-bottom-left-radius: 187px !important;
    }
    .col-sm-bbl-ra188 {
        -webkit-border-bottom-left-radius: 188px !important;
        -moz-border-radius-bottom-left: 188px !important;
        border-bottom-left-radius: 188px !important;
    }
    .col-sm-bbl-ra189 {
        -webkit-border-bottom-left-radius: 189px !important;
        -moz-border-radius-bottom-left: 189px !important;
        border-bottom-left-radius: 189px !important;
    }
    .col-sm-bbl-ra190 {
        -webkit-border-bottom-left-radius: 190px !important;
        -moz-border-radius-bottom-left: 190px !important;
        border-bottom-left-radius: 190px !important;
    }
    .col-sm-bbl-ra191 {
        -webkit-border-bottom-left-radius: 191px !important;
        -moz-border-radius-bottom-left: 191px !important;
        border-bottom-left-radius: 191px !important;
    }
    .col-sm-bbl-ra192 {
        -webkit-border-bottom-left-radius: 192px !important;
        -moz-border-radius-bottom-left: 192px !important;
        border-bottom-left-radius: 192px !important;
    }
    .col-sm-bbl-ra193 {
        -webkit-border-bottom-left-radius: 193px !important;
        -moz-border-radius-bottom-left: 193px !important;
        border-bottom-left-radius: 193px !important;
    }
    .col-sm-bbl-ra194 {
        -webkit-border-bottom-left-radius: 194px !important;
        -moz-border-radius-bottom-left: 194px !important;
        border-bottom-left-radius: 194px !important;
    }
    .col-sm-bbl-ra195 {
        -webkit-border-bottom-left-radius: 195px !important;
        -moz-border-radius-bottom-left: 195px !important;
        border-bottom-left-radius: 195px !important;
    }
    .col-sm-bbl-ra196 {
        -webkit-border-bottom-left-radius: 196px !important;
        -moz-border-radius-bottom-left: 196px !important;
        border-bottom-left-radius: 196px !important;
    }
    .col-sm-bbl-ra197 {
        -webkit-border-bottom-left-radius: 197px !important;
        -moz-border-radius-bottom-left: 197px !important;
        border-bottom-left-radius: 197px !important;
    }
    .col-sm-bbl-ra198 {
        -webkit-border-bottom-left-radius: 198px !important;
        -moz-border-radius-bottom-left: 198px !important;
        border-bottom-left-radius: 198px !important;
    }
    .col-sm-bbl-ra199 {
        -webkit-border-bottom-left-radius: 199px !important;
        -moz-border-radius-bottom-left: 199px !important;
        border-bottom-left-radius: 199px !important;
    }
    .col-sm-bbl-ra200 {
        -webkit-border-bottom-left-radius: 200px !important;
        -moz-border-radius-bottom-left: 200px !important;
        border-bottom-left-radius: 200px !important;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-bbl-ra0 {
        -webkit-border-bottom-left-radius: 0px !important;
        -moz-border-radius-bottom-left: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .col-xs-bbl-ra1 {
        -webkit-border-bottom-left-radius: 1px !important;
        -moz-border-radius-bottom-left: 1px !important;
        border-bottom-left-radius: 1px !important;
    }
    .col-xs-bbl-ra2 {
        -webkit-border-bottom-left-radius: 2px !important;
        -moz-border-radius-bottom-left: 2px !important;
        border-bottom-left-radius: 2px !important;
    }
    .col-xs-bbl-ra3 {
        -webkit-border-bottom-left-radius: 3px !important;
        -moz-border-radius-bottom-left: 3px !important;
        border-bottom-left-radius: 3px !important;
    }
    .col-xs-bbl-ra4 {
        -webkit-border-bottom-left-radius: 4px !important;
        -moz-border-radius-bottom-left: 4px !important;
        border-bottom-left-radius: 4px !important;
    }
    .col-xs-bbl-ra5 {
        -webkit-border-bottom-left-radius: 5px !important;
        -moz-border-radius-bottom-left: 5px !important;
        border-bottom-left-radius: 5px !important;
    }
    .col-xs-bbl-ra6 {
        -webkit-border-bottom-left-radius: 6px !important;
        -moz-border-radius-bottom-left: 6px !important;
        border-bottom-left-radius: 6px !important;
    }
    .col-xs-bbl-ra7 {
        -webkit-border-bottom-left-radius: 7px !important;
        -moz-border-radius-bottom-left: 7px !important;
        border-bottom-left-radius: 7px !important;
    }
    .col-xs-bbl-ra8 {
        -webkit-border-bottom-left-radius: 8px !important;
        -moz-border-radius-bottom-left: 8px !important;
        border-bottom-left-radius: 8px !important;
    }
    .col-xs-bbl-ra9 {
        -webkit-border-bottom-left-radius: 9px !important;
        -moz-border-radius-bottom-left: 9px !important;
        border-bottom-left-radius: 9px !important;
    }
    .col-xs-bbl-ra10 {
        -webkit-border-bottom-left-radius: 10px !important;
        -moz-border-radius-bottom-left: 10px !important;
        border-bottom-left-radius: 10px !important;
    }
    .col-xs-bbl-ra11 {
        -webkit-border-bottom-left-radius: 11px !important;
        -moz-border-radius-bottom-left: 11px !important;
        border-bottom-left-radius: 11px !important;
    }
    .col-xs-bbl-ra12 {
        -webkit-border-bottom-left-radius: 12px !important;
        -moz-border-radius-bottom-left: 12px !important;
        border-bottom-left-radius: 12px !important;
    }
    .col-xs-bbl-ra13 {
        -webkit-border-bottom-left-radius: 13px !important;
        -moz-border-radius-bottom-left: 13px !important;
        border-bottom-left-radius: 13px !important;
    }
    .col-xs-bbl-ra14 {
        -webkit-border-bottom-left-radius: 14px !important;
        -moz-border-radius-bottom-left: 14px !important;
        border-bottom-left-radius: 14px !important;
    }
    .col-xs-bbl-ra15 {
        -webkit-border-bottom-left-radius: 15px !important;
        -moz-border-radius-bottom-left: 15px !important;
        border-bottom-left-radius: 15px !important;
    }
    .col-xs-bbl-ra16 {
        -webkit-border-bottom-left-radius: 16px !important;
        -moz-border-radius-bottom-left: 16px !important;
        border-bottom-left-radius: 16px !important;
    }
    .col-xs-bbl-ra17 {
        -webkit-border-bottom-left-radius: 17px !important;
        -moz-border-radius-bottom-left: 17px !important;
        border-bottom-left-radius: 17px !important;
    }
    .col-xs-bbl-ra18 {
        -webkit-border-bottom-left-radius: 18px !important;
        -moz-border-radius-bottom-left: 18px !important;
        border-bottom-left-radius: 18px !important;
    }
    .col-xs-bbl-ra19 {
        -webkit-border-bottom-left-radius: 19px !important;
        -moz-border-radius-bottom-left: 19px !important;
        border-bottom-left-radius: 19px !important;
    }
    .col-xs-bbl-ra20 {
        -webkit-border-bottom-left-radius: 20px !important;
        -moz-border-radius-bottom-left: 20px !important;
        border-bottom-left-radius: 20px !important;
    }
    .col-xs-bbl-ra21 {
        -webkit-border-bottom-left-radius: 21px !important;
        -moz-border-radius-bottom-left: 21px !important;
        border-bottom-left-radius: 21px !important;
    }
    .col-xs-bbl-ra22 {
        -webkit-border-bottom-left-radius: 22px !important;
        -moz-border-radius-bottom-left: 22px !important;
        border-bottom-left-radius: 22px !important;
    }
    .col-xs-bbl-ra23 {
        -webkit-border-bottom-left-radius: 23px !important;
        -moz-border-radius-bottom-left: 23px !important;
        border-bottom-left-radius: 23px !important;
    }
    .col-xs-bbl-ra24 {
        -webkit-border-bottom-left-radius: 24px !important;
        -moz-border-radius-bottom-left: 24px !important;
        border-bottom-left-radius: 24px !important;
    }
    .col-xs-bbl-ra25 {
        -webkit-border-bottom-left-radius: 25px !important;
        -moz-border-radius-bottom-left: 25px !important;
        border-bottom-left-radius: 25px !important;
    }
    .col-xs-bbl-ra26 {
        -webkit-border-bottom-left-radius: 26px !important;
        -moz-border-radius-bottom-left: 26px !important;
        border-bottom-left-radius: 26px !important;
    }
    .col-xs-bbl-ra27 {
        -webkit-border-bottom-left-radius: 27px !important;
        -moz-border-radius-bottom-left: 27px !important;
        border-bottom-left-radius: 27px !important;
    }
    .col-xs-bbl-ra28 {
        -webkit-border-bottom-left-radius: 28px !important;
        -moz-border-radius-bottom-left: 28px !important;
        border-bottom-left-radius: 28px !important;
    }
    .col-xs-bbl-ra29 {
        -webkit-border-bottom-left-radius: 29px !important;
        -moz-border-radius-bottom-left: 29px !important;
        border-bottom-left-radius: 29px !important;
    }
    .col-xs-bbl-ra30 {
        -webkit-border-bottom-left-radius: 30px !important;
        -moz-border-radius-bottom-left: 30px !important;
        border-bottom-left-radius: 30px !important;
    }
    .col-xs-bbl-ra31 {
        -webkit-border-bottom-left-radius: 31px !important;
        -moz-border-radius-bottom-left: 31px !important;
        border-bottom-left-radius: 31px !important;
    }
    .col-xs-bbl-ra32 {
        -webkit-border-bottom-left-radius: 32px !important;
        -moz-border-radius-bottom-left: 32px !important;
        border-bottom-left-radius: 32px !important;
    }
    .col-xs-bbl-ra33 {
        -webkit-border-bottom-left-radius: 33px !important;
        -moz-border-radius-bottom-left: 33px !important;
        border-bottom-left-radius: 33px !important;
    }
    .col-xs-bbl-ra34 {
        -webkit-border-bottom-left-radius: 34px !important;
        -moz-border-radius-bottom-left: 34px !important;
        border-bottom-left-radius: 34px !important;
    }
    .col-xs-bbl-ra35 {
        -webkit-border-bottom-left-radius: 35px !important;
        -moz-border-radius-bottom-left: 35px !important;
        border-bottom-left-radius: 35px !important;
    }
    .col-xs-bbl-ra36 {
        -webkit-border-bottom-left-radius: 36px !important;
        -moz-border-radius-bottom-left: 36px !important;
        border-bottom-left-radius: 36px !important;
    }
    .col-xs-bbl-ra37 {
        -webkit-border-bottom-left-radius: 37px !important;
        -moz-border-radius-bottom-left: 37px !important;
        border-bottom-left-radius: 37px !important;
    }
    .col-xs-bbl-ra38 {
        -webkit-border-bottom-left-radius: 38px !important;
        -moz-border-radius-bottom-left: 38px !important;
        border-bottom-left-radius: 38px !important;
    }
    .col-xs-bbl-ra39 {
        -webkit-border-bottom-left-radius: 39px !important;
        -moz-border-radius-bottom-left: 39px !important;
        border-bottom-left-radius: 39px !important;
    }
    .col-xs-bbl-ra40 {
        -webkit-border-bottom-left-radius: 40px !important;
        -moz-border-radius-bottom-left: 40px !important;
        border-bottom-left-radius: 40px !important;
    }
    .col-xs-bbl-ra41 {
        -webkit-border-bottom-left-radius: 41px !important;
        -moz-border-radius-bottom-left: 41px !important;
        border-bottom-left-radius: 41px !important;
    }
    .col-xs-bbl-ra42 {
        -webkit-border-bottom-left-radius: 42px !important;
        -moz-border-radius-bottom-left: 42px !important;
        border-bottom-left-radius: 42px !important;
    }
    .col-xs-bbl-ra43 {
        -webkit-border-bottom-left-radius: 43px !important;
        -moz-border-radius-bottom-left: 43px !important;
        border-bottom-left-radius: 43px !important;
    }
    .col-xs-bbl-ra44 {
        -webkit-border-bottom-left-radius: 44px !important;
        -moz-border-radius-bottom-left: 44px !important;
        border-bottom-left-radius: 44px !important;
    }
    .col-xs-bbl-ra45 {
        -webkit-border-bottom-left-radius: 45px !important;
        -moz-border-radius-bottom-left: 45px !important;
        border-bottom-left-radius: 45px !important;
    }
    .col-xs-bbl-ra46 {
        -webkit-border-bottom-left-radius: 46px !important;
        -moz-border-radius-bottom-left: 46px !important;
        border-bottom-left-radius: 46px !important;
    }
    .col-xs-bbl-ra47 {
        -webkit-border-bottom-left-radius: 47px !important;
        -moz-border-radius-bottom-left: 47px !important;
        border-bottom-left-radius: 47px !important;
    }
    .col-xs-bbl-ra48 {
        -webkit-border-bottom-left-radius: 48px !important;
        -moz-border-radius-bottom-left: 48px !important;
        border-bottom-left-radius: 48px !important;
    }
    .col-xs-bbl-ra49 {
        -webkit-border-bottom-left-radius: 49px !important;
        -moz-border-radius-bottom-left: 49px !important;
        border-bottom-left-radius: 49px !important;
    }
    .col-xs-bbl-ra50 {
        -webkit-border-bottom-left-radius: 50px !important;
        -moz-border-radius-bottom-left: 50px !important;
        border-bottom-left-radius: 50px !important;
    }
    .col-xs-bbl-ra51 {
        -webkit-border-bottom-left-radius: 51px !important;
        -moz-border-radius-bottom-left: 51px !important;
        border-bottom-left-radius: 51px !important;
    }
    .col-xs-bbl-ra52 {
        -webkit-border-bottom-left-radius: 52px !important;
        -moz-border-radius-bottom-left: 52px !important;
        border-bottom-left-radius: 52px !important;
    }
    .col-xs-bbl-ra53 {
        -webkit-border-bottom-left-radius: 53px !important;
        -moz-border-radius-bottom-left: 53px !important;
        border-bottom-left-radius: 53px !important;
    }
    .col-xs-bbl-ra54 {
        -webkit-border-bottom-left-radius: 54px !important;
        -moz-border-radius-bottom-left: 54px !important;
        border-bottom-left-radius: 54px !important;
    }
    .col-xs-bbl-ra55 {
        -webkit-border-bottom-left-radius: 55px !important;
        -moz-border-radius-bottom-left: 55px !important;
        border-bottom-left-radius: 55px !important;
    }
    .col-xs-bbl-ra56 {
        -webkit-border-bottom-left-radius: 56px !important;
        -moz-border-radius-bottom-left: 56px !important;
        border-bottom-left-radius: 56px !important;
    }
    .col-xs-bbl-ra57 {
        -webkit-border-bottom-left-radius: 57px !important;
        -moz-border-radius-bottom-left: 57px !important;
        border-bottom-left-radius: 57px !important;
    }
    .col-xs-bbl-ra58 {
        -webkit-border-bottom-left-radius: 58px !important;
        -moz-border-radius-bottom-left: 58px !important;
        border-bottom-left-radius: 58px !important;
    }
    .col-xs-bbl-ra59 {
        -webkit-border-bottom-left-radius: 59px !important;
        -moz-border-radius-bottom-left: 59px !important;
        border-bottom-left-radius: 59px !important;
    }
    .col-xs-bbl-ra60 {
        -webkit-border-bottom-left-radius: 60px !important;
        -moz-border-radius-bottom-left: 60px !important;
        border-bottom-left-radius: 60px !important;
    }
    .col-xs-bbl-ra61 {
        -webkit-border-bottom-left-radius: 61px !important;
        -moz-border-radius-bottom-left: 61px !important;
        border-bottom-left-radius: 61px !important;
    }
    .col-xs-bbl-ra62 {
        -webkit-border-bottom-left-radius: 62px !important;
        -moz-border-radius-bottom-left: 62px !important;
        border-bottom-left-radius: 62px !important;
    }
    .col-xs-bbl-ra63 {
        -webkit-border-bottom-left-radius: 63px !important;
        -moz-border-radius-bottom-left: 63px !important;
        border-bottom-left-radius: 63px !important;
    }
    .col-xs-bbl-ra64 {
        -webkit-border-bottom-left-radius: 64px !important;
        -moz-border-radius-bottom-left: 64px !important;
        border-bottom-left-radius: 64px !important;
    }
    .col-xs-bbl-ra65 {
        -webkit-border-bottom-left-radius: 65px !important;
        -moz-border-radius-bottom-left: 65px !important;
        border-bottom-left-radius: 65px !important;
    }
    .col-xs-bbl-ra66 {
        -webkit-border-bottom-left-radius: 66px !important;
        -moz-border-radius-bottom-left: 66px !important;
        border-bottom-left-radius: 66px !important;
    }
    .col-xs-bbl-ra67 {
        -webkit-border-bottom-left-radius: 67px !important;
        -moz-border-radius-bottom-left: 67px !important;
        border-bottom-left-radius: 67px !important;
    }
    .col-xs-bbl-ra68 {
        -webkit-border-bottom-left-radius: 68px !important;
        -moz-border-radius-bottom-left: 68px !important;
        border-bottom-left-radius: 68px !important;
    }
    .col-xs-bbl-ra69 {
        -webkit-border-bottom-left-radius: 69px !important;
        -moz-border-radius-bottom-left: 69px !important;
        border-bottom-left-radius: 69px !important;
    }
    .col-xs-bbl-ra70 {
        -webkit-border-bottom-left-radius: 70px !important;
        -moz-border-radius-bottom-left: 70px !important;
        border-bottom-left-radius: 70px !important;
    }
    .col-xs-bbl-ra71 {
        -webkit-border-bottom-left-radius: 71px !important;
        -moz-border-radius-bottom-left: 71px !important;
        border-bottom-left-radius: 71px !important;
    }
    .col-xs-bbl-ra72 {
        -webkit-border-bottom-left-radius: 72px !important;
        -moz-border-radius-bottom-left: 72px !important;
        border-bottom-left-radius: 72px !important;
    }
    .col-xs-bbl-ra73 {
        -webkit-border-bottom-left-radius: 73px !important;
        -moz-border-radius-bottom-left: 73px !important;
        border-bottom-left-radius: 73px !important;
    }
    .col-xs-bbl-ra74 {
        -webkit-border-bottom-left-radius: 74px !important;
        -moz-border-radius-bottom-left: 74px !important;
        border-bottom-left-radius: 74px !important;
    }
    .col-xs-bbl-ra75 {
        -webkit-border-bottom-left-radius: 75px !important;
        -moz-border-radius-bottom-left: 75px !important;
        border-bottom-left-radius: 75px !important;
    }
    .col-xs-bbl-ra76 {
        -webkit-border-bottom-left-radius: 76px !important;
        -moz-border-radius-bottom-left: 76px !important;
        border-bottom-left-radius: 76px !important;
    }
    .col-xs-bbl-ra77 {
        -webkit-border-bottom-left-radius: 77px !important;
        -moz-border-radius-bottom-left: 77px !important;
        border-bottom-left-radius: 77px !important;
    }
    .col-xs-bbl-ra78 {
        -webkit-border-bottom-left-radius: 78px !important;
        -moz-border-radius-bottom-left: 78px !important;
        border-bottom-left-radius: 78px !important;
    }
    .col-xs-bbl-ra79 {
        -webkit-border-bottom-left-radius: 79px !important;
        -moz-border-radius-bottom-left: 79px !important;
        border-bottom-left-radius: 79px !important;
    }
    .col-xs-bbl-ra80 {
        -webkit-border-bottom-left-radius: 80px !important;
        -moz-border-radius-bottom-left: 80px !important;
        border-bottom-left-radius: 80px !important;
    }
    .col-xs-bbl-ra81 {
        -webkit-border-bottom-left-radius: 81px !important;
        -moz-border-radius-bottom-left: 81px !important;
        border-bottom-left-radius: 81px !important;
    }
    .col-xs-bbl-ra82 {
        -webkit-border-bottom-left-radius: 82px !important;
        -moz-border-radius-bottom-left: 82px !important;
        border-bottom-left-radius: 82px !important;
    }
    .col-xs-bbl-ra83 {
        -webkit-border-bottom-left-radius: 83px !important;
        -moz-border-radius-bottom-left: 83px !important;
        border-bottom-left-radius: 83px !important;
    }
    .col-xs-bbl-ra84 {
        -webkit-border-bottom-left-radius: 84px !important;
        -moz-border-radius-bottom-left: 84px !important;
        border-bottom-left-radius: 84px !important;
    }
    .col-xs-bbl-ra85 {
        -webkit-border-bottom-left-radius: 85px !important;
        -moz-border-radius-bottom-left: 85px !important;
        border-bottom-left-radius: 85px !important;
    }
    .col-xs-bbl-ra86 {
        -webkit-border-bottom-left-radius: 86px !important;
        -moz-border-radius-bottom-left: 86px !important;
        border-bottom-left-radius: 86px !important;
    }
    .col-xs-bbl-ra87 {
        -webkit-border-bottom-left-radius: 87px !important;
        -moz-border-radius-bottom-left: 87px !important;
        border-bottom-left-radius: 87px !important;
    }
    .col-xs-bbl-ra88 {
        -webkit-border-bottom-left-radius: 88px !important;
        -moz-border-radius-bottom-left: 88px !important;
        border-bottom-left-radius: 88px !important;
    }
    .col-xs-bbl-ra89 {
        -webkit-border-bottom-left-radius: 89px !important;
        -moz-border-radius-bottom-left: 89px !important;
        border-bottom-left-radius: 89px !important;
    }
    .col-xs-bbl-ra90 {
        -webkit-border-bottom-left-radius: 90px !important;
        -moz-border-radius-bottom-left: 90px !important;
        border-bottom-left-radius: 90px !important;
    }
    .col-xs-bbl-ra91 {
        -webkit-border-bottom-left-radius: 91px !important;
        -moz-border-radius-bottom-left: 91px !important;
        border-bottom-left-radius: 91px !important;
    }
    .col-xs-bbl-ra92 {
        -webkit-border-bottom-left-radius: 92px !important;
        -moz-border-radius-bottom-left: 92px !important;
        border-bottom-left-radius: 92px !important;
    }
    .col-xs-bbl-ra93 {
        -webkit-border-bottom-left-radius: 93px !important;
        -moz-border-radius-bottom-left: 93px !important;
        border-bottom-left-radius: 93px !important;
    }
    .col-xs-bbl-ra94 {
        -webkit-border-bottom-left-radius: 94px !important;
        -moz-border-radius-bottom-left: 94px !important;
        border-bottom-left-radius: 94px !important;
    }
    .col-xs-bbl-ra95 {
        -webkit-border-bottom-left-radius: 95px !important;
        -moz-border-radius-bottom-left: 95px !important;
        border-bottom-left-radius: 95px !important;
    }
    .col-xs-bbl-ra96 {
        -webkit-border-bottom-left-radius: 96px !important;
        -moz-border-radius-bottom-left: 96px !important;
        border-bottom-left-radius: 96px !important;
    }
    .col-xs-bbl-ra97 {
        -webkit-border-bottom-left-radius: 97px !important;
        -moz-border-radius-bottom-left: 97px !important;
        border-bottom-left-radius: 97px !important;
    }
    .col-xs-bbl-ra98 {
        -webkit-border-bottom-left-radius: 98px !important;
        -moz-border-radius-bottom-left: 98px !important;
        border-bottom-left-radius: 98px !important;
    }
    .col-xs-bbl-ra99 {
        -webkit-border-bottom-left-radius: 99px !important;
        -moz-border-radius-bottom-left: 99px !important;
        border-bottom-left-radius: 99px !important;
    }
    .col-xs-bbl-ra100 {
        -webkit-border-bottom-left-radius: 100px !important;
        -moz-border-radius-bottom-left: 100px !important;
        border-bottom-left-radius: 100px !important;
    }
    .col-xs-bbl-ra101 {
        -webkit-border-bottom-left-radius: 101px !important;
        -moz-border-radius-bottom-left: 101px !important;
        border-bottom-left-radius: 101px !important;
    }
    .col-xs-bbl-ra102 {
        -webkit-border-bottom-left-radius: 102px !important;
        -moz-border-radius-bottom-left: 102px !important;
        border-bottom-left-radius: 102px !important;
    }
    .col-xs-bbl-ra103 {
        -webkit-border-bottom-left-radius: 103px !important;
        -moz-border-radius-bottom-left: 103px !important;
        border-bottom-left-radius: 103px !important;
    }
    .col-xs-bbl-ra104 {
        -webkit-border-bottom-left-radius: 104px !important;
        -moz-border-radius-bottom-left: 104px !important;
        border-bottom-left-radius: 104px !important;
    }
    .col-xs-bbl-ra105 {
        -webkit-border-bottom-left-radius: 105px !important;
        -moz-border-radius-bottom-left: 105px !important;
        border-bottom-left-radius: 105px !important;
    }
    .col-xs-bbl-ra106 {
        -webkit-border-bottom-left-radius: 106px !important;
        -moz-border-radius-bottom-left: 106px !important;
        border-bottom-left-radius: 106px !important;
    }
    .col-xs-bbl-ra107 {
        -webkit-border-bottom-left-radius: 107px !important;
        -moz-border-radius-bottom-left: 107px !important;
        border-bottom-left-radius: 107px !important;
    }
    .col-xs-bbl-ra108 {
        -webkit-border-bottom-left-radius: 108px !important;
        -moz-border-radius-bottom-left: 108px !important;
        border-bottom-left-radius: 108px !important;
    }
    .col-xs-bbl-ra109 {
        -webkit-border-bottom-left-radius: 109px !important;
        -moz-border-radius-bottom-left: 109px !important;
        border-bottom-left-radius: 109px !important;
    }
    .col-xs-bbl-ra110 {
        -webkit-border-bottom-left-radius: 110px !important;
        -moz-border-radius-bottom-left: 110px !important;
        border-bottom-left-radius: 110px !important;
    }
    .col-xs-bbl-ra111 {
        -webkit-border-bottom-left-radius: 111px !important;
        -moz-border-radius-bottom-left: 111px !important;
        border-bottom-left-radius: 111px !important;
    }
    .col-xs-bbl-ra112 {
        -webkit-border-bottom-left-radius: 112px !important;
        -moz-border-radius-bottom-left: 112px !important;
        border-bottom-left-radius: 112px !important;
    }
    .col-xs-bbl-ra113 {
        -webkit-border-bottom-left-radius: 113px !important;
        -moz-border-radius-bottom-left: 113px !important;
        border-bottom-left-radius: 113px !important;
    }
    .col-xs-bbl-ra114 {
        -webkit-border-bottom-left-radius: 114px !important;
        -moz-border-radius-bottom-left: 114px !important;
        border-bottom-left-radius: 114px !important;
    }
    .col-xs-bbl-ra115 {
        -webkit-border-bottom-left-radius: 115px !important;
        -moz-border-radius-bottom-left: 115px !important;
        border-bottom-left-radius: 115px !important;
    }
    .col-xs-bbl-ra116 {
        -webkit-border-bottom-left-radius: 116px !important;
        -moz-border-radius-bottom-left: 116px !important;
        border-bottom-left-radius: 116px !important;
    }
    .col-xs-bbl-ra117 {
        -webkit-border-bottom-left-radius: 117px !important;
        -moz-border-radius-bottom-left: 117px !important;
        border-bottom-left-radius: 117px !important;
    }
    .col-xs-bbl-ra118 {
        -webkit-border-bottom-left-radius: 118px !important;
        -moz-border-radius-bottom-left: 118px !important;
        border-bottom-left-radius: 118px !important;
    }
    .col-xs-bbl-ra119 {
        -webkit-border-bottom-left-radius: 119px !important;
        -moz-border-radius-bottom-left: 119px !important;
        border-bottom-left-radius: 119px !important;
    }
    .col-xs-bbl-ra120 {
        -webkit-border-bottom-left-radius: 120px !important;
        -moz-border-radius-bottom-left: 120px !important;
        border-bottom-left-radius: 120px !important;
    }
    .col-xs-bbl-ra121 {
        -webkit-border-bottom-left-radius: 121px !important;
        -moz-border-radius-bottom-left: 121px !important;
        border-bottom-left-radius: 121px !important;
    }
    .col-xs-bbl-ra122 {
        -webkit-border-bottom-left-radius: 122px !important;
        -moz-border-radius-bottom-left: 122px !important;
        border-bottom-left-radius: 122px !important;
    }
    .col-xs-bbl-ra123 {
        -webkit-border-bottom-left-radius: 123px !important;
        -moz-border-radius-bottom-left: 123px !important;
        border-bottom-left-radius: 123px !important;
    }
    .col-xs-bbl-ra124 {
        -webkit-border-bottom-left-radius: 124px !important;
        -moz-border-radius-bottom-left: 124px !important;
        border-bottom-left-radius: 124px !important;
    }
    .col-xs-bbl-ra125 {
        -webkit-border-bottom-left-radius: 125px !important;
        -moz-border-radius-bottom-left: 125px !important;
        border-bottom-left-radius: 125px !important;
    }
    .col-xs-bbl-ra126 {
        -webkit-border-bottom-left-radius: 126px !important;
        -moz-border-radius-bottom-left: 126px !important;
        border-bottom-left-radius: 126px !important;
    }
    .col-xs-bbl-ra127 {
        -webkit-border-bottom-left-radius: 127px !important;
        -moz-border-radius-bottom-left: 127px !important;
        border-bottom-left-radius: 127px !important;
    }
    .col-xs-bbl-ra128 {
        -webkit-border-bottom-left-radius: 128px !important;
        -moz-border-radius-bottom-left: 128px !important;
        border-bottom-left-radius: 128px !important;
    }
    .col-xs-bbl-ra129 {
        -webkit-border-bottom-left-radius: 129px !important;
        -moz-border-radius-bottom-left: 129px !important;
        border-bottom-left-radius: 129px !important;
    }
    .col-xs-bbl-ra130 {
        -webkit-border-bottom-left-radius: 130px !important;
        -moz-border-radius-bottom-left: 130px !important;
        border-bottom-left-radius: 130px !important;
    }
    .col-xs-bbl-ra131 {
        -webkit-border-bottom-left-radius: 131px !important;
        -moz-border-radius-bottom-left: 131px !important;
        border-bottom-left-radius: 131px !important;
    }
    .col-xs-bbl-ra132 {
        -webkit-border-bottom-left-radius: 132px !important;
        -moz-border-radius-bottom-left: 132px !important;
        border-bottom-left-radius: 132px !important;
    }
    .col-xs-bbl-ra133 {
        -webkit-border-bottom-left-radius: 133px !important;
        -moz-border-radius-bottom-left: 133px !important;
        border-bottom-left-radius: 133px !important;
    }
    .col-xs-bbl-ra134 {
        -webkit-border-bottom-left-radius: 134px !important;
        -moz-border-radius-bottom-left: 134px !important;
        border-bottom-left-radius: 134px !important;
    }
    .col-xs-bbl-ra135 {
        -webkit-border-bottom-left-radius: 135px !important;
        -moz-border-radius-bottom-left: 135px !important;
        border-bottom-left-radius: 135px !important;
    }
    .col-xs-bbl-ra136 {
        -webkit-border-bottom-left-radius: 136px !important;
        -moz-border-radius-bottom-left: 136px !important;
        border-bottom-left-radius: 136px !important;
    }
    .col-xs-bbl-ra137 {
        -webkit-border-bottom-left-radius: 137px !important;
        -moz-border-radius-bottom-left: 137px !important;
        border-bottom-left-radius: 137px !important;
    }
    .col-xs-bbl-ra138 {
        -webkit-border-bottom-left-radius: 138px !important;
        -moz-border-radius-bottom-left: 138px !important;
        border-bottom-left-radius: 138px !important;
    }
    .col-xs-bbl-ra139 {
        -webkit-border-bottom-left-radius: 139px !important;
        -moz-border-radius-bottom-left: 139px !important;
        border-bottom-left-radius: 139px !important;
    }
    .col-xs-bbl-ra140 {
        -webkit-border-bottom-left-radius: 140px !important;
        -moz-border-radius-bottom-left: 140px !important;
        border-bottom-left-radius: 140px !important;
    }
    .col-xs-bbl-ra141 {
        -webkit-border-bottom-left-radius: 141px !important;
        -moz-border-radius-bottom-left: 141px !important;
        border-bottom-left-radius: 141px !important;
    }
    .col-xs-bbl-ra142 {
        -webkit-border-bottom-left-radius: 142px !important;
        -moz-border-radius-bottom-left: 142px !important;
        border-bottom-left-radius: 142px !important;
    }
    .col-xs-bbl-ra143 {
        -webkit-border-bottom-left-radius: 143px !important;
        -moz-border-radius-bottom-left: 143px !important;
        border-bottom-left-radius: 143px !important;
    }
    .col-xs-bbl-ra144 {
        -webkit-border-bottom-left-radius: 144px !important;
        -moz-border-radius-bottom-left: 144px !important;
        border-bottom-left-radius: 144px !important;
    }
    .col-xs-bbl-ra145 {
        -webkit-border-bottom-left-radius: 145px !important;
        -moz-border-radius-bottom-left: 145px !important;
        border-bottom-left-radius: 145px !important;
    }
    .col-xs-bbl-ra146 {
        -webkit-border-bottom-left-radius: 146px !important;
        -moz-border-radius-bottom-left: 146px !important;
        border-bottom-left-radius: 146px !important;
    }
    .col-xs-bbl-ra147 {
        -webkit-border-bottom-left-radius: 147px !important;
        -moz-border-radius-bottom-left: 147px !important;
        border-bottom-left-radius: 147px !important;
    }
    .col-xs-bbl-ra148 {
        -webkit-border-bottom-left-radius: 148px !important;
        -moz-border-radius-bottom-left: 148px !important;
        border-bottom-left-radius: 148px !important;
    }
    .col-xs-bbl-ra149 {
        -webkit-border-bottom-left-radius: 149px !important;
        -moz-border-radius-bottom-left: 149px !important;
        border-bottom-left-radius: 149px !important;
    }
    .col-xs-bbl-ra150 {
        -webkit-border-bottom-left-radius: 150px !important;
        -moz-border-radius-bottom-left: 150px !important;
        border-bottom-left-radius: 150px !important;
    }
    .col-xs-bbl-ra151 {
        -webkit-border-bottom-left-radius: 151px !important;
        -moz-border-radius-bottom-left: 151px !important;
        border-bottom-left-radius: 151px !important;
    }
    .col-xs-bbl-ra152 {
        -webkit-border-bottom-left-radius: 152px !important;
        -moz-border-radius-bottom-left: 152px !important;
        border-bottom-left-radius: 152px !important;
    }
    .col-xs-bbl-ra153 {
        -webkit-border-bottom-left-radius: 153px !important;
        -moz-border-radius-bottom-left: 153px !important;
        border-bottom-left-radius: 153px !important;
    }
    .col-xs-bbl-ra154 {
        -webkit-border-bottom-left-radius: 154px !important;
        -moz-border-radius-bottom-left: 154px !important;
        border-bottom-left-radius: 154px !important;
    }
    .col-xs-bbl-ra155 {
        -webkit-border-bottom-left-radius: 155px !important;
        -moz-border-radius-bottom-left: 155px !important;
        border-bottom-left-radius: 155px !important;
    }
    .col-xs-bbl-ra156 {
        -webkit-border-bottom-left-radius: 156px !important;
        -moz-border-radius-bottom-left: 156px !important;
        border-bottom-left-radius: 156px !important;
    }
    .col-xs-bbl-ra157 {
        -webkit-border-bottom-left-radius: 157px !important;
        -moz-border-radius-bottom-left: 157px !important;
        border-bottom-left-radius: 157px !important;
    }
    .col-xs-bbl-ra158 {
        -webkit-border-bottom-left-radius: 158px !important;
        -moz-border-radius-bottom-left: 158px !important;
        border-bottom-left-radius: 158px !important;
    }
    .col-xs-bbl-ra159 {
        -webkit-border-bottom-left-radius: 159px !important;
        -moz-border-radius-bottom-left: 159px !important;
        border-bottom-left-radius: 159px !important;
    }
    .col-xs-bbl-ra160 {
        -webkit-border-bottom-left-radius: 160px !important;
        -moz-border-radius-bottom-left: 160px !important;
        border-bottom-left-radius: 160px !important;
    }
    .col-xs-bbl-ra161 {
        -webkit-border-bottom-left-radius: 161px !important;
        -moz-border-radius-bottom-left: 161px !important;
        border-bottom-left-radius: 161px !important;
    }
    .col-xs-bbl-ra162 {
        -webkit-border-bottom-left-radius: 162px !important;
        -moz-border-radius-bottom-left: 162px !important;
        border-bottom-left-radius: 162px !important;
    }
    .col-xs-bbl-ra163 {
        -webkit-border-bottom-left-radius: 163px !important;
        -moz-border-radius-bottom-left: 163px !important;
        border-bottom-left-radius: 163px !important;
    }
    .col-xs-bbl-ra164 {
        -webkit-border-bottom-left-radius: 164px !important;
        -moz-border-radius-bottom-left: 164px !important;
        border-bottom-left-radius: 164px !important;
    }
    .col-xs-bbl-ra165 {
        -webkit-border-bottom-left-radius: 165px !important;
        -moz-border-radius-bottom-left: 165px !important;
        border-bottom-left-radius: 165px !important;
    }
    .col-xs-bbl-ra166 {
        -webkit-border-bottom-left-radius: 166px !important;
        -moz-border-radius-bottom-left: 166px !important;
        border-bottom-left-radius: 166px !important;
    }
    .col-xs-bbl-ra167 {
        -webkit-border-bottom-left-radius: 167px !important;
        -moz-border-radius-bottom-left: 167px !important;
        border-bottom-left-radius: 167px !important;
    }
    .col-xs-bbl-ra168 {
        -webkit-border-bottom-left-radius: 168px !important;
        -moz-border-radius-bottom-left: 168px !important;
        border-bottom-left-radius: 168px !important;
    }
    .col-xs-bbl-ra169 {
        -webkit-border-bottom-left-radius: 169px !important;
        -moz-border-radius-bottom-left: 169px !important;
        border-bottom-left-radius: 169px !important;
    }
    .col-xs-bbl-ra170 {
        -webkit-border-bottom-left-radius: 170px !important;
        -moz-border-radius-bottom-left: 170px !important;
        border-bottom-left-radius: 170px !important;
    }
    .col-xs-bbl-ra171 {
        -webkit-border-bottom-left-radius: 171px !important;
        -moz-border-radius-bottom-left: 171px !important;
        border-bottom-left-radius: 171px !important;
    }
    .col-xs-bbl-ra172 {
        -webkit-border-bottom-left-radius: 172px !important;
        -moz-border-radius-bottom-left: 172px !important;
        border-bottom-left-radius: 172px !important;
    }
    .col-xs-bbl-ra173 {
        -webkit-border-bottom-left-radius: 173px !important;
        -moz-border-radius-bottom-left: 173px !important;
        border-bottom-left-radius: 173px !important;
    }
    .col-xs-bbl-ra174 {
        -webkit-border-bottom-left-radius: 174px !important;
        -moz-border-radius-bottom-left: 174px !important;
        border-bottom-left-radius: 174px !important;
    }
    .col-xs-bbl-ra175 {
        -webkit-border-bottom-left-radius: 175px !important;
        -moz-border-radius-bottom-left: 175px !important;
        border-bottom-left-radius: 175px !important;
    }
    .col-xs-bbl-ra176 {
        -webkit-border-bottom-left-radius: 176px !important;
        -moz-border-radius-bottom-left: 176px !important;
        border-bottom-left-radius: 176px !important;
    }
    .col-xs-bbl-ra177 {
        -webkit-border-bottom-left-radius: 177px !important;
        -moz-border-radius-bottom-left: 177px !important;
        border-bottom-left-radius: 177px !important;
    }
    .col-xs-bbl-ra178 {
        -webkit-border-bottom-left-radius: 178px !important;
        -moz-border-radius-bottom-left: 178px !important;
        border-bottom-left-radius: 178px !important;
    }
    .col-xs-bbl-ra179 {
        -webkit-border-bottom-left-radius: 179px !important;
        -moz-border-radius-bottom-left: 179px !important;
        border-bottom-left-radius: 179px !important;
    }
    .col-xs-bbl-ra180 {
        -webkit-border-bottom-left-radius: 180px !important;
        -moz-border-radius-bottom-left: 180px !important;
        border-bottom-left-radius: 180px !important;
    }
    .col-xs-bbl-ra181 {
        -webkit-border-bottom-left-radius: 181px !important;
        -moz-border-radius-bottom-left: 181px !important;
        border-bottom-left-radius: 181px !important;
    }
    .col-xs-bbl-ra182 {
        -webkit-border-bottom-left-radius: 182px !important;
        -moz-border-radius-bottom-left: 182px !important;
        border-bottom-left-radius: 182px !important;
    }
    .col-xs-bbl-ra183 {
        -webkit-border-bottom-left-radius: 183px !important;
        -moz-border-radius-bottom-left: 183px !important;
        border-bottom-left-radius: 183px !important;
    }
    .col-xs-bbl-ra184 {
        -webkit-border-bottom-left-radius: 184px !important;
        -moz-border-radius-bottom-left: 184px !important;
        border-bottom-left-radius: 184px !important;
    }
    .col-xs-bbl-ra185 {
        -webkit-border-bottom-left-radius: 185px !important;
        -moz-border-radius-bottom-left: 185px !important;
        border-bottom-left-radius: 185px !important;
    }
    .col-xs-bbl-ra186 {
        -webkit-border-bottom-left-radius: 186px !important;
        -moz-border-radius-bottom-left: 186px !important;
        border-bottom-left-radius: 186px !important;
    }
    .col-xs-bbl-ra187 {
        -webkit-border-bottom-left-radius: 187px !important;
        -moz-border-radius-bottom-left: 187px !important;
        border-bottom-left-radius: 187px !important;
    }
    .col-xs-bbl-ra188 {
        -webkit-border-bottom-left-radius: 188px !important;
        -moz-border-radius-bottom-left: 188px !important;
        border-bottom-left-radius: 188px !important;
    }
    .col-xs-bbl-ra189 {
        -webkit-border-bottom-left-radius: 189px !important;
        -moz-border-radius-bottom-left: 189px !important;
        border-bottom-left-radius: 189px !important;
    }
    .col-xs-bbl-ra190 {
        -webkit-border-bottom-left-radius: 190px !important;
        -moz-border-radius-bottom-left: 190px !important;
        border-bottom-left-radius: 190px !important;
    }
    .col-xs-bbl-ra191 {
        -webkit-border-bottom-left-radius: 191px !important;
        -moz-border-radius-bottom-left: 191px !important;
        border-bottom-left-radius: 191px !important;
    }
    .col-xs-bbl-ra192 {
        -webkit-border-bottom-left-radius: 192px !important;
        -moz-border-radius-bottom-left: 192px !important;
        border-bottom-left-radius: 192px !important;
    }
    .col-xs-bbl-ra193 {
        -webkit-border-bottom-left-radius: 193px !important;
        -moz-border-radius-bottom-left: 193px !important;
        border-bottom-left-radius: 193px !important;
    }
    .col-xs-bbl-ra194 {
        -webkit-border-bottom-left-radius: 194px !important;
        -moz-border-radius-bottom-left: 194px !important;
        border-bottom-left-radius: 194px !important;
    }
    .col-xs-bbl-ra195 {
        -webkit-border-bottom-left-radius: 195px !important;
        -moz-border-radius-bottom-left: 195px !important;
        border-bottom-left-radius: 195px !important;
    }
    .col-xs-bbl-ra196 {
        -webkit-border-bottom-left-radius: 196px !important;
        -moz-border-radius-bottom-left: 196px !important;
        border-bottom-left-radius: 196px !important;
    }
    .col-xs-bbl-ra197 {
        -webkit-border-bottom-left-radius: 197px !important;
        -moz-border-radius-bottom-left: 197px !important;
        border-bottom-left-radius: 197px !important;
    }
    .col-xs-bbl-ra198 {
        -webkit-border-bottom-left-radius: 198px !important;
        -moz-border-radius-bottom-left: 198px !important;
        border-bottom-left-radius: 198px !important;
    }
    .col-xs-bbl-ra199 {
        -webkit-border-bottom-left-radius: 199px !important;
        -moz-border-radius-bottom-left: 199px !important;
        border-bottom-left-radius: 199px !important;
    }
    .col-xs-bbl-ra200 {
        -webkit-border-bottom-left-radius: 200px !important;
        -moz-border-radius-bottom-left: 200px !important;
        border-bottom-left-radius: 200px !important;
    }
}
/* Responsive Settings End */
/* Border Bottom Left Radius Settings End */
/* Border Bottom Right Radius Settings */

.bbr-ra0 {
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-bottom-right: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.bbr-ra1 {
    -webkit-border-bottom-right-radius: 1px !important;
    -moz-border-radius-bottom-right: 1px !important;
    border-bottom-right-radius: 1px !important;
}
.bbr-ra2 {
    -webkit-border-bottom-right-radius: 2px !important;
    -moz-border-radius-bottom-right: 2px !important;
    border-bottom-right-radius: 2px !important;
}
.bbr-ra3 {
    -webkit-border-bottom-right-radius: 3px !important;
    -moz-border-radius-bottom-right: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.bbr-ra4 {
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-bottom-right: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.bbr-ra5 {
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-radius-bottom-right: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.bbr-ra6 {
    -webkit-border-bottom-right-radius: 6px !important;
    -moz-border-radius-bottom-right: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.bbr-ra7 {
    -webkit-border-bottom-right-radius: 7px !important;
    -moz-border-radius-bottom-right: 7px !important;
    border-bottom-right-radius: 7px !important;
}
.bbr-ra8 {
    -webkit-border-bottom-right-radius: 8px !important;
    -moz-border-radius-bottom-right: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.bbr-ra9 {
    -webkit-border-bottom-right-radius: 9px !important;
    -moz-border-radius-bottom-right: 9px !important;
    border-bottom-right-radius: 9px !important;
}
.bbr-ra10 {
    -webkit-border-bottom-right-radius: 10px !important;
    -moz-border-radius-bottom-right: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.bbr-ra11 {
    -webkit-border-bottom-right-radius: 11px !important;
    -moz-border-radius-bottom-right: 11px !important;
    border-bottom-right-radius: 11px !important;
}
.bbr-ra12 {
    -webkit-border-bottom-right-radius: 12px !important;
    -moz-border-radius-bottom-right: 12px !important;
    border-bottom-right-radius: 12px !important;
}
.bbr-ra13 {
    -webkit-border-bottom-right-radius: 13px !important;
    -moz-border-radius-bottom-right: 13px !important;
    border-bottom-right-radius: 13px !important;
}
.bbr-ra14 {
    -webkit-border-bottom-right-radius: 14px !important;
    -moz-border-radius-bottom-right: 14px !important;
    border-bottom-right-radius: 14px !important;
}
.bbr-ra15 {
    -webkit-border-bottom-right-radius: 15px !important;
    -moz-border-radius-bottom-right: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.bbr-ra16 {
    -webkit-border-bottom-right-radius: 16px !important;
    -moz-border-radius-bottom-right: 16px !important;
    border-bottom-right-radius: 16px !important;
}
.bbr-ra17 {
    -webkit-border-bottom-right-radius: 17px !important;
    -moz-border-radius-bottom-right: 17px !important;
    border-bottom-right-radius: 17px !important;
}
.bbr-ra18 {
    -webkit-border-bottom-right-radius: 18px !important;
    -moz-border-radius-bottom-right: 18px !important;
    border-bottom-right-radius: 18px !important;
}
.bbr-ra19 {
    -webkit-border-bottom-right-radius: 19px !important;
    -moz-border-radius-bottom-right: 19px !important;
    border-bottom-right-radius: 19px !important;
}
.bbr-ra20 {
    -webkit-border-bottom-right-radius: 20px !important;
    -moz-border-radius-bottom-right: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.bbr-ra21 {
    -webkit-border-bottom-right-radius: 21px !important;
    -moz-border-radius-bottom-right: 21px !important;
    border-bottom-right-radius: 21px !important;
}
.bbr-ra22 {
    -webkit-border-bottom-right-radius: 22px !important;
    -moz-border-radius-bottom-right: 22px !important;
    border-bottom-right-radius: 22px !important;
}
.bbr-ra23 {
    -webkit-border-bottom-right-radius: 23px !important;
    -moz-border-radius-bottom-right: 23px !important;
    border-bottom-right-radius: 23px !important;
}
.bbr-ra24 {
    -webkit-border-bottom-right-radius: 24px !important;
    -moz-border-radius-bottom-right: 24px !important;
    border-bottom-right-radius: 24px !important;
}
.bbr-ra25 {
    -webkit-border-bottom-right-radius: 25px !important;
    -moz-border-radius-bottom-right: 25px !important;
    border-bottom-right-radius: 25px !important;
}
.bbr-ra26 {
    -webkit-border-bottom-right-radius: 26px !important;
    -moz-border-radius-bottom-right: 26px !important;
    border-bottom-right-radius: 26px !important;
}
.bbr-ra27 {
    -webkit-border-bottom-right-radius: 27px !important;
    -moz-border-radius-bottom-right: 27px !important;
    border-bottom-right-radius: 27px !important;
}
.bbr-ra28 {
    -webkit-border-bottom-right-radius: 28px !important;
    -moz-border-radius-bottom-right: 28px !important;
    border-bottom-right-radius: 28px !important;
}
.bbr-ra29 {
    -webkit-border-bottom-right-radius: 29px !important;
    -moz-border-radius-bottom-right: 29px !important;
    border-bottom-right-radius: 29px !important;
}
.bbr-ra30 {
    -webkit-border-bottom-right-radius: 30px !important;
    -moz-border-radius-bottom-right: 30px !important;
    border-bottom-right-radius: 30px !important;
}
.bbr-ra31 {
    -webkit-border-bottom-right-radius: 31px !important;
    -moz-border-radius-bottom-right: 31px !important;
    border-bottom-right-radius: 31px !important;
}
.bbr-ra32 {
    -webkit-border-bottom-right-radius: 32px !important;
    -moz-border-radius-bottom-right: 32px !important;
    border-bottom-right-radius: 32px !important;
}
.bbr-ra33 {
    -webkit-border-bottom-right-radius: 33px !important;
    -moz-border-radius-bottom-right: 33px !important;
    border-bottom-right-radius: 33px !important;
}
.bbr-ra34 {
    -webkit-border-bottom-right-radius: 34px !important;
    -moz-border-radius-bottom-right: 34px !important;
    border-bottom-right-radius: 34px !important;
}
.bbr-ra35 {
    -webkit-border-bottom-right-radius: 35px !important;
    -moz-border-radius-bottom-right: 35px !important;
    border-bottom-right-radius: 35px !important;
}
.bbr-ra36 {
    -webkit-border-bottom-right-radius: 36px !important;
    -moz-border-radius-bottom-right: 36px !important;
    border-bottom-right-radius: 36px !important;
}
.bbr-ra37 {
    -webkit-border-bottom-right-radius: 37px !important;
    -moz-border-radius-bottom-right: 37px !important;
    border-bottom-right-radius: 37px !important;
}
.bbr-ra38 {
    -webkit-border-bottom-right-radius: 38px !important;
    -moz-border-radius-bottom-right: 38px !important;
    border-bottom-right-radius: 38px !important;
}
.bbr-ra39 {
    -webkit-border-bottom-right-radius: 39px !important;
    -moz-border-radius-bottom-right: 39px !important;
    border-bottom-right-radius: 39px !important;
}
.bbr-ra40 {
    -webkit-border-bottom-right-radius: 40px !important;
    -moz-border-radius-bottom-right: 40px !important;
    border-bottom-right-radius: 40px !important;
}
.bbr-ra41 {
    -webkit-border-bottom-right-radius: 41px !important;
    -moz-border-radius-bottom-right: 41px !important;
    border-bottom-right-radius: 41px !important;
}
.bbr-ra42 {
    -webkit-border-bottom-right-radius: 42px !important;
    -moz-border-radius-bottom-right: 42px !important;
    border-bottom-right-radius: 42px !important;
}
.bbr-ra43 {
    -webkit-border-bottom-right-radius: 43px !important;
    -moz-border-radius-bottom-right: 43px !important;
    border-bottom-right-radius: 43px !important;
}
.bbr-ra44 {
    -webkit-border-bottom-right-radius: 44px !important;
    -moz-border-radius-bottom-right: 44px !important;
    border-bottom-right-radius: 44px !important;
}
.bbr-ra45 {
    -webkit-border-bottom-right-radius: 45px !important;
    -moz-border-radius-bottom-right: 45px !important;
    border-bottom-right-radius: 45px !important;
}
.bbr-ra46 {
    -webkit-border-bottom-right-radius: 46px !important;
    -moz-border-radius-bottom-right: 46px !important;
    border-bottom-right-radius: 46px !important;
}
.bbr-ra47 {
    -webkit-border-bottom-right-radius: 47px !important;
    -moz-border-radius-bottom-right: 47px !important;
    border-bottom-right-radius: 47px !important;
}
.bbr-ra48 {
    -webkit-border-bottom-right-radius: 48px !important;
    -moz-border-radius-bottom-right: 48px !important;
    border-bottom-right-radius: 48px !important;
}
.bbr-ra49 {
    -webkit-border-bottom-right-radius: 49px !important;
    -moz-border-radius-bottom-right: 49px !important;
    border-bottom-right-radius: 49px !important;
}
.bbr-ra50 {
    -webkit-border-bottom-right-radius: 50px !important;
    -moz-border-radius-bottom-right: 50px !important;
    border-bottom-right-radius: 50px !important;
}
.bbr-ra51 {
    -webkit-border-bottom-right-radius: 51px !important;
    -moz-border-radius-bottom-right: 51px !important;
    border-bottom-right-radius: 51px !important;
}
.bbr-ra52 {
    -webkit-border-bottom-right-radius: 52px !important;
    -moz-border-radius-bottom-right: 52px !important;
    border-bottom-right-radius: 52px !important;
}
.bbr-ra53 {
    -webkit-border-bottom-right-radius: 53px !important;
    -moz-border-radius-bottom-right: 53px !important;
    border-bottom-right-radius: 53px !important;
}
.bbr-ra54 {
    -webkit-border-bottom-right-radius: 54px !important;
    -moz-border-radius-bottom-right: 54px !important;
    border-bottom-right-radius: 54px !important;
}
.bbr-ra55 {
    -webkit-border-bottom-right-radius: 55px !important;
    -moz-border-radius-bottom-right: 55px !important;
    border-bottom-right-radius: 55px !important;
}
.bbr-ra56 {
    -webkit-border-bottom-right-radius: 56px !important;
    -moz-border-radius-bottom-right: 56px !important;
    border-bottom-right-radius: 56px !important;
}
.bbr-ra57 {
    -webkit-border-bottom-right-radius: 57px !important;
    -moz-border-radius-bottom-right: 57px !important;
    border-bottom-right-radius: 57px !important;
}
.bbr-ra58 {
    -webkit-border-bottom-right-radius: 58px !important;
    -moz-border-radius-bottom-right: 58px !important;
    border-bottom-right-radius: 58px !important;
}
.bbr-ra59 {
    -webkit-border-bottom-right-radius: 59px !important;
    -moz-border-radius-bottom-right: 59px !important;
    border-bottom-right-radius: 59px !important;
}
.bbr-ra60 {
    -webkit-border-bottom-right-radius: 60px !important;
    -moz-border-radius-bottom-right: 60px !important;
    border-bottom-right-radius: 60px !important;
}
.bbr-ra61 {
    -webkit-border-bottom-right-radius: 61px !important;
    -moz-border-radius-bottom-right: 61px !important;
    border-bottom-right-radius: 61px !important;
}
.bbr-ra62 {
    -webkit-border-bottom-right-radius: 62px !important;
    -moz-border-radius-bottom-right: 62px !important;
    border-bottom-right-radius: 62px !important;
}
.bbr-ra63 {
    -webkit-border-bottom-right-radius: 63px !important;
    -moz-border-radius-bottom-right: 63px !important;
    border-bottom-right-radius: 63px !important;
}
.bbr-ra64 {
    -webkit-border-bottom-right-radius: 64px !important;
    -moz-border-radius-bottom-right: 64px !important;
    border-bottom-right-radius: 64px !important;
}
.bbr-ra65 {
    -webkit-border-bottom-right-radius: 65px !important;
    -moz-border-radius-bottom-right: 65px !important;
    border-bottom-right-radius: 65px !important;
}
.bbr-ra66 {
    -webkit-border-bottom-right-radius: 66px !important;
    -moz-border-radius-bottom-right: 66px !important;
    border-bottom-right-radius: 66px !important;
}
.bbr-ra67 {
    -webkit-border-bottom-right-radius: 67px !important;
    -moz-border-radius-bottom-right: 67px !important;
    border-bottom-right-radius: 67px !important;
}
.bbr-ra68 {
    -webkit-border-bottom-right-radius: 68px !important;
    -moz-border-radius-bottom-right: 68px !important;
    border-bottom-right-radius: 68px !important;
}
.bbr-ra69 {
    -webkit-border-bottom-right-radius: 69px !important;
    -moz-border-radius-bottom-right: 69px !important;
    border-bottom-right-radius: 69px !important;
}
.bbr-ra70 {
    -webkit-border-bottom-right-radius: 70px !important;
    -moz-border-radius-bottom-right: 70px !important;
    border-bottom-right-radius: 70px !important;
}
.bbr-ra71 {
    -webkit-border-bottom-right-radius: 71px !important;
    -moz-border-radius-bottom-right: 71px !important;
    border-bottom-right-radius: 71px !important;
}
.bbr-ra72 {
    -webkit-border-bottom-right-radius: 72px !important;
    -moz-border-radius-bottom-right: 72px !important;
    border-bottom-right-radius: 72px !important;
}
.bbr-ra73 {
    -webkit-border-bottom-right-radius: 73px !important;
    -moz-border-radius-bottom-right: 73px !important;
    border-bottom-right-radius: 73px !important;
}
.bbr-ra74 {
    -webkit-border-bottom-right-radius: 74px !important;
    -moz-border-radius-bottom-right: 74px !important;
    border-bottom-right-radius: 74px !important;
}
.bbr-ra75 {
    -webkit-border-bottom-right-radius: 75px !important;
    -moz-border-radius-bottom-right: 75px !important;
    border-bottom-right-radius: 75px !important;
}
.bbr-ra76 {
    -webkit-border-bottom-right-radius: 76px !important;
    -moz-border-radius-bottom-right: 76px !important;
    border-bottom-right-radius: 76px !important;
}
.bbr-ra77 {
    -webkit-border-bottom-right-radius: 77px !important;
    -moz-border-radius-bottom-right: 77px !important;
    border-bottom-right-radius: 77px !important;
}
.bbr-ra78 {
    -webkit-border-bottom-right-radius: 78px !important;
    -moz-border-radius-bottom-right: 78px !important;
    border-bottom-right-radius: 78px !important;
}
.bbr-ra79 {
    -webkit-border-bottom-right-radius: 79px !important;
    -moz-border-radius-bottom-right: 79px !important;
    border-bottom-right-radius: 79px !important;
}
.bbr-ra80 {
    -webkit-border-bottom-right-radius: 80px !important;
    -moz-border-radius-bottom-right: 80px !important;
    border-bottom-right-radius: 80px !important;
}
.bbr-ra81 {
    -webkit-border-bottom-right-radius: 81px !important;
    -moz-border-radius-bottom-right: 81px !important;
    border-bottom-right-radius: 81px !important;
}
.bbr-ra82 {
    -webkit-border-bottom-right-radius: 82px !important;
    -moz-border-radius-bottom-right: 82px !important;
    border-bottom-right-radius: 82px !important;
}
.bbr-ra83 {
    -webkit-border-bottom-right-radius: 83px !important;
    -moz-border-radius-bottom-right: 83px !important;
    border-bottom-right-radius: 83px !important;
}
.bbr-ra84 {
    -webkit-border-bottom-right-radius: 84px !important;
    -moz-border-radius-bottom-right: 84px !important;
    border-bottom-right-radius: 84px !important;
}
.bbr-ra85 {
    -webkit-border-bottom-right-radius: 85px !important;
    -moz-border-radius-bottom-right: 85px !important;
    border-bottom-right-radius: 85px !important;
}
.bbr-ra86 {
    -webkit-border-bottom-right-radius: 86px !important;
    -moz-border-radius-bottom-right: 86px !important;
    border-bottom-right-radius: 86px !important;
}
.bbr-ra87 {
    -webkit-border-bottom-right-radius: 87px !important;
    -moz-border-radius-bottom-right: 87px !important;
    border-bottom-right-radius: 87px !important;
}
.bbr-ra88 {
    -webkit-border-bottom-right-radius: 88px !important;
    -moz-border-radius-bottom-right: 88px !important;
    border-bottom-right-radius: 88px !important;
}
.bbr-ra89 {
    -webkit-border-bottom-right-radius: 89px !important;
    -moz-border-radius-bottom-right: 89px !important;
    border-bottom-right-radius: 89px !important;
}
.bbr-ra90 {
    -webkit-border-bottom-right-radius: 90px !important;
    -moz-border-radius-bottom-right: 90px !important;
    border-bottom-right-radius: 90px !important;
}
.bbr-ra91 {
    -webkit-border-bottom-right-radius: 91px !important;
    -moz-border-radius-bottom-right: 91px !important;
    border-bottom-right-radius: 91px !important;
}
.bbr-ra92 {
    -webkit-border-bottom-right-radius: 92px !important;
    -moz-border-radius-bottom-right: 92px !important;
    border-bottom-right-radius: 92px !important;
}
.bbr-ra93 {
    -webkit-border-bottom-right-radius: 93px !important;
    -moz-border-radius-bottom-right: 93px !important;
    border-bottom-right-radius: 93px !important;
}
.bbr-ra94 {
    -webkit-border-bottom-right-radius: 94px !important;
    -moz-border-radius-bottom-right: 94px !important;
    border-bottom-right-radius: 94px !important;
}
.bbr-ra95 {
    -webkit-border-bottom-right-radius: 95px !important;
    -moz-border-radius-bottom-right: 95px !important;
    border-bottom-right-radius: 95px !important;
}
.bbr-ra96 {
    -webkit-border-bottom-right-radius: 96px !important;
    -moz-border-radius-bottom-right: 96px !important;
    border-bottom-right-radius: 96px !important;
}
.bbr-ra97 {
    -webkit-border-bottom-right-radius: 97px !important;
    -moz-border-radius-bottom-right: 97px !important;
    border-bottom-right-radius: 97px !important;
}
.bbr-ra98 {
    -webkit-border-bottom-right-radius: 98px !important;
    -moz-border-radius-bottom-right: 98px !important;
    border-bottom-right-radius: 98px !important;
}
.bbr-ra99 {
    -webkit-border-bottom-right-radius: 99px !important;
    -moz-border-radius-bottom-right: 99px !important;
    border-bottom-right-radius: 99px !important;
}
.bbr-ra100 {
    -webkit-border-bottom-right-radius: 100px !important;
    -moz-border-radius-bottom-right: 100px !important;
    border-bottom-right-radius: 100px !important;
}
.bbr-ra101 {
    -webkit-border-bottom-right-radius: 101px !important;
    -moz-border-radius-bottom-right: 101px !important;
    border-bottom-right-radius: 101px !important;
}
.bbr-ra102 {
    -webkit-border-bottom-right-radius: 102px !important;
    -moz-border-radius-bottom-right: 102px !important;
    border-bottom-right-radius: 102px !important;
}
.bbr-ra103 {
    -webkit-border-bottom-right-radius: 103px !important;
    -moz-border-radius-bottom-right: 103px !important;
    border-bottom-right-radius: 103px !important;
}
.bbr-ra104 {
    -webkit-border-bottom-right-radius: 104px !important;
    -moz-border-radius-bottom-right: 104px !important;
    border-bottom-right-radius: 104px !important;
}
.bbr-ra105 {
    -webkit-border-bottom-right-radius: 105px !important;
    -moz-border-radius-bottom-right: 105px !important;
    border-bottom-right-radius: 105px !important;
}
.bbr-ra106 {
    -webkit-border-bottom-right-radius: 106px !important;
    -moz-border-radius-bottom-right: 106px !important;
    border-bottom-right-radius: 106px !important;
}
.bbr-ra107 {
    -webkit-border-bottom-right-radius: 107px !important;
    -moz-border-radius-bottom-right: 107px !important;
    border-bottom-right-radius: 107px !important;
}
.bbr-ra108 {
    -webkit-border-bottom-right-radius: 108px !important;
    -moz-border-radius-bottom-right: 108px !important;
    border-bottom-right-radius: 108px !important;
}
.bbr-ra109 {
    -webkit-border-bottom-right-radius: 109px !important;
    -moz-border-radius-bottom-right: 109px !important;
    border-bottom-right-radius: 109px !important;
}
.bbr-ra110 {
    -webkit-border-bottom-right-radius: 110px !important;
    -moz-border-radius-bottom-right: 110px !important;
    border-bottom-right-radius: 110px !important;
}
.bbr-ra111 {
    -webkit-border-bottom-right-radius: 111px !important;
    -moz-border-radius-bottom-right: 111px !important;
    border-bottom-right-radius: 111px !important;
}
.bbr-ra112 {
    -webkit-border-bottom-right-radius: 112px !important;
    -moz-border-radius-bottom-right: 112px !important;
    border-bottom-right-radius: 112px !important;
}
.bbr-ra113 {
    -webkit-border-bottom-right-radius: 113px !important;
    -moz-border-radius-bottom-right: 113px !important;
    border-bottom-right-radius: 113px !important;
}
.bbr-ra114 {
    -webkit-border-bottom-right-radius: 114px !important;
    -moz-border-radius-bottom-right: 114px !important;
    border-bottom-right-radius: 114px !important;
}
.bbr-ra115 {
    -webkit-border-bottom-right-radius: 115px !important;
    -moz-border-radius-bottom-right: 115px !important;
    border-bottom-right-radius: 115px !important;
}
.bbr-ra116 {
    -webkit-border-bottom-right-radius: 116px !important;
    -moz-border-radius-bottom-right: 116px !important;
    border-bottom-right-radius: 116px !important;
}
.bbr-ra117 {
    -webkit-border-bottom-right-radius: 117px !important;
    -moz-border-radius-bottom-right: 117px !important;
    border-bottom-right-radius: 117px !important;
}
.bbr-ra118 {
    -webkit-border-bottom-right-radius: 118px !important;
    -moz-border-radius-bottom-right: 118px !important;
    border-bottom-right-radius: 118px !important;
}
.bbr-ra119 {
    -webkit-border-bottom-right-radius: 119px !important;
    -moz-border-radius-bottom-right: 119px !important;
    border-bottom-right-radius: 119px !important;
}
.bbr-ra120 {
    -webkit-border-bottom-right-radius: 120px !important;
    -moz-border-radius-bottom-right: 120px !important;
    border-bottom-right-radius: 120px !important;
}
.bbr-ra121 {
    -webkit-border-bottom-right-radius: 121px !important;
    -moz-border-radius-bottom-right: 121px !important;
    border-bottom-right-radius: 121px !important;
}
.bbr-ra122 {
    -webkit-border-bottom-right-radius: 122px !important;
    -moz-border-radius-bottom-right: 122px !important;
    border-bottom-right-radius: 122px !important;
}
.bbr-ra123 {
    -webkit-border-bottom-right-radius: 123px !important;
    -moz-border-radius-bottom-right: 123px !important;
    border-bottom-right-radius: 123px !important;
}
.bbr-ra124 {
    -webkit-border-bottom-right-radius: 124px !important;
    -moz-border-radius-bottom-right: 124px !important;
    border-bottom-right-radius: 124px !important;
}
.bbr-ra125 {
    -webkit-border-bottom-right-radius: 125px !important;
    -moz-border-radius-bottom-right: 125px !important;
    border-bottom-right-radius: 125px !important;
}
.bbr-ra126 {
    -webkit-border-bottom-right-radius: 126px !important;
    -moz-border-radius-bottom-right: 126px !important;
    border-bottom-right-radius: 126px !important;
}
.bbr-ra127 {
    -webkit-border-bottom-right-radius: 127px !important;
    -moz-border-radius-bottom-right: 127px !important;
    border-bottom-right-radius: 127px !important;
}
.bbr-ra128 {
    -webkit-border-bottom-right-radius: 128px !important;
    -moz-border-radius-bottom-right: 128px !important;
    border-bottom-right-radius: 128px !important;
}
.bbr-ra129 {
    -webkit-border-bottom-right-radius: 129px !important;
    -moz-border-radius-bottom-right: 129px !important;
    border-bottom-right-radius: 129px !important;
}
.bbr-ra130 {
    -webkit-border-bottom-right-radius: 130px !important;
    -moz-border-radius-bottom-right: 130px !important;
    border-bottom-right-radius: 130px !important;
}
.bbr-ra131 {
    -webkit-border-bottom-right-radius: 131px !important;
    -moz-border-radius-bottom-right: 131px !important;
    border-bottom-right-radius: 131px !important;
}
.bbr-ra132 {
    -webkit-border-bottom-right-radius: 132px !important;
    -moz-border-radius-bottom-right: 132px !important;
    border-bottom-right-radius: 132px !important;
}
.bbr-ra133 {
    -webkit-border-bottom-right-radius: 133px !important;
    -moz-border-radius-bottom-right: 133px !important;
    border-bottom-right-radius: 133px !important;
}
.bbr-ra134 {
    -webkit-border-bottom-right-radius: 134px !important;
    -moz-border-radius-bottom-right: 134px !important;
    border-bottom-right-radius: 134px !important;
}
.bbr-ra135 {
    -webkit-border-bottom-right-radius: 135px !important;
    -moz-border-radius-bottom-right: 135px !important;
    border-bottom-right-radius: 135px !important;
}
.bbr-ra136 {
    -webkit-border-bottom-right-radius: 136px !important;
    -moz-border-radius-bottom-right: 136px !important;
    border-bottom-right-radius: 136px !important;
}
.bbr-ra137 {
    -webkit-border-bottom-right-radius: 137px !important;
    -moz-border-radius-bottom-right: 137px !important;
    border-bottom-right-radius: 137px !important;
}
.bbr-ra138 {
    -webkit-border-bottom-right-radius: 138px !important;
    -moz-border-radius-bottom-right: 138px !important;
    border-bottom-right-radius: 138px !important;
}
.bbr-ra139 {
    -webkit-border-bottom-right-radius: 139px !important;
    -moz-border-radius-bottom-right: 139px !important;
    border-bottom-right-radius: 139px !important;
}
.bbr-ra140 {
    -webkit-border-bottom-right-radius: 140px !important;
    -moz-border-radius-bottom-right: 140px !important;
    border-bottom-right-radius: 140px !important;
}
.bbr-ra141 {
    -webkit-border-bottom-right-radius: 141px !important;
    -moz-border-radius-bottom-right: 141px !important;
    border-bottom-right-radius: 141px !important;
}
.bbr-ra142 {
    -webkit-border-bottom-right-radius: 142px !important;
    -moz-border-radius-bottom-right: 142px !important;
    border-bottom-right-radius: 142px !important;
}
.bbr-ra143 {
    -webkit-border-bottom-right-radius: 143px !important;
    -moz-border-radius-bottom-right: 143px !important;
    border-bottom-right-radius: 143px !important;
}
.bbr-ra144 {
    -webkit-border-bottom-right-radius: 144px !important;
    -moz-border-radius-bottom-right: 144px !important;
    border-bottom-right-radius: 144px !important;
}
.bbr-ra145 {
    -webkit-border-bottom-right-radius: 145px !important;
    -moz-border-radius-bottom-right: 145px !important;
    border-bottom-right-radius: 145px !important;
}
.bbr-ra146 {
    -webkit-border-bottom-right-radius: 146px !important;
    -moz-border-radius-bottom-right: 146px !important;
    border-bottom-right-radius: 146px !important;
}
.bbr-ra147 {
    -webkit-border-bottom-right-radius: 147px !important;
    -moz-border-radius-bottom-right: 147px !important;
    border-bottom-right-radius: 147px !important;
}
.bbr-ra148 {
    -webkit-border-bottom-right-radius: 148px !important;
    -moz-border-radius-bottom-right: 148px !important;
    border-bottom-right-radius: 148px !important;
}
.bbr-ra149 {
    -webkit-border-bottom-right-radius: 149px !important;
    -moz-border-radius-bottom-right: 149px !important;
    border-bottom-right-radius: 149px !important;
}
.bbr-ra150 {
    -webkit-border-bottom-right-radius: 150px !important;
    -moz-border-radius-bottom-right: 150px !important;
    border-bottom-right-radius: 150px !important;
}
.bbr-ra151 {
    -webkit-border-bottom-right-radius: 151px !important;
    -moz-border-radius-bottom-right: 151px !important;
    border-bottom-right-radius: 151px !important;
}
.bbr-ra152 {
    -webkit-border-bottom-right-radius: 152px !important;
    -moz-border-radius-bottom-right: 152px !important;
    border-bottom-right-radius: 152px !important;
}
.bbr-ra153 {
    -webkit-border-bottom-right-radius: 153px !important;
    -moz-border-radius-bottom-right: 153px !important;
    border-bottom-right-radius: 153px !important;
}
.bbr-ra154 {
    -webkit-border-bottom-right-radius: 154px !important;
    -moz-border-radius-bottom-right: 154px !important;
    border-bottom-right-radius: 154px !important;
}
.bbr-ra155 {
    -webkit-border-bottom-right-radius: 155px !important;
    -moz-border-radius-bottom-right: 155px !important;
    border-bottom-right-radius: 155px !important;
}
.bbr-ra156 {
    -webkit-border-bottom-right-radius: 156px !important;
    -moz-border-radius-bottom-right: 156px !important;
    border-bottom-right-radius: 156px !important;
}
.bbr-ra157 {
    -webkit-border-bottom-right-radius: 157px !important;
    -moz-border-radius-bottom-right: 157px !important;
    border-bottom-right-radius: 157px !important;
}
.bbr-ra158 {
    -webkit-border-bottom-right-radius: 158px !important;
    -moz-border-radius-bottom-right: 158px !important;
    border-bottom-right-radius: 158px !important;
}
.bbr-ra159 {
    -webkit-border-bottom-right-radius: 159px !important;
    -moz-border-radius-bottom-right: 159px !important;
    border-bottom-right-radius: 159px !important;
}
.bbr-ra160 {
    -webkit-border-bottom-right-radius: 160px !important;
    -moz-border-radius-bottom-right: 160px !important;
    border-bottom-right-radius: 160px !important;
}
.bbr-ra161 {
    -webkit-border-bottom-right-radius: 161px !important;
    -moz-border-radius-bottom-right: 161px !important;
    border-bottom-right-radius: 161px !important;
}
.bbr-ra162 {
    -webkit-border-bottom-right-radius: 162px !important;
    -moz-border-radius-bottom-right: 162px !important;
    border-bottom-right-radius: 162px !important;
}
.bbr-ra163 {
    -webkit-border-bottom-right-radius: 163px !important;
    -moz-border-radius-bottom-right: 163px !important;
    border-bottom-right-radius: 163px !important;
}
.bbr-ra164 {
    -webkit-border-bottom-right-radius: 164px !important;
    -moz-border-radius-bottom-right: 164px !important;
    border-bottom-right-radius: 164px !important;
}
.bbr-ra165 {
    -webkit-border-bottom-right-radius: 165px !important;
    -moz-border-radius-bottom-right: 165px !important;
    border-bottom-right-radius: 165px !important;
}
.bbr-ra166 {
    -webkit-border-bottom-right-radius: 166px !important;
    -moz-border-radius-bottom-right: 166px !important;
    border-bottom-right-radius: 166px !important;
}
.bbr-ra167 {
    -webkit-border-bottom-right-radius: 167px !important;
    -moz-border-radius-bottom-right: 167px !important;
    border-bottom-right-radius: 167px !important;
}
.bbr-ra168 {
    -webkit-border-bottom-right-radius: 168px !important;
    -moz-border-radius-bottom-right: 168px !important;
    border-bottom-right-radius: 168px !important;
}
.bbr-ra169 {
    -webkit-border-bottom-right-radius: 169px !important;
    -moz-border-radius-bottom-right: 169px !important;
    border-bottom-right-radius: 169px !important;
}
.bbr-ra170 {
    -webkit-border-bottom-right-radius: 170px !important;
    -moz-border-radius-bottom-right: 170px !important;
    border-bottom-right-radius: 170px !important;
}
.bbr-ra171 {
    -webkit-border-bottom-right-radius: 171px !important;
    -moz-border-radius-bottom-right: 171px !important;
    border-bottom-right-radius: 171px !important;
}
.bbr-ra172 {
    -webkit-border-bottom-right-radius: 172px !important;
    -moz-border-radius-bottom-right: 172px !important;
    border-bottom-right-radius: 172px !important;
}
.bbr-ra173 {
    -webkit-border-bottom-right-radius: 173px !important;
    -moz-border-radius-bottom-right: 173px !important;
    border-bottom-right-radius: 173px !important;
}
.bbr-ra174 {
    -webkit-border-bottom-right-radius: 174px !important;
    -moz-border-radius-bottom-right: 174px !important;
    border-bottom-right-radius: 174px !important;
}
.bbr-ra175 {
    -webkit-border-bottom-right-radius: 175px !important;
    -moz-border-radius-bottom-right: 175px !important;
    border-bottom-right-radius: 175px !important;
}
.bbr-ra176 {
    -webkit-border-bottom-right-radius: 176px !important;
    -moz-border-radius-bottom-right: 176px !important;
    border-bottom-right-radius: 176px !important;
}
.bbr-ra177 {
    -webkit-border-bottom-right-radius: 177px !important;
    -moz-border-radius-bottom-right: 177px !important;
    border-bottom-right-radius: 177px !important;
}
.bbr-ra178 {
    -webkit-border-bottom-right-radius: 178px !important;
    -moz-border-radius-bottom-right: 178px !important;
    border-bottom-right-radius: 178px !important;
}
.bbr-ra179 {
    -webkit-border-bottom-right-radius: 179px !important;
    -moz-border-radius-bottom-right: 179px !important;
    border-bottom-right-radius: 179px !important;
}
.bbr-ra180 {
    -webkit-border-bottom-right-radius: 180px !important;
    -moz-border-radius-bottom-right: 180px !important;
    border-bottom-right-radius: 180px !important;
}
.bbr-ra181 {
    -webkit-border-bottom-right-radius: 181px !important;
    -moz-border-radius-bottom-right: 181px !important;
    border-bottom-right-radius: 181px !important;
}
.bbr-ra182 {
    -webkit-border-bottom-right-radius: 182px !important;
    -moz-border-radius-bottom-right: 182px !important;
    border-bottom-right-radius: 182px !important;
}
.bbr-ra183 {
    -webkit-border-bottom-right-radius: 183px !important;
    -moz-border-radius-bottom-right: 183px !important;
    border-bottom-right-radius: 183px !important;
}
.bbr-ra184 {
    -webkit-border-bottom-right-radius: 184px !important;
    -moz-border-radius-bottom-right: 184px !important;
    border-bottom-right-radius: 184px !important;
}
.bbr-ra185 {
    -webkit-border-bottom-right-radius: 185px !important;
    -moz-border-radius-bottom-right: 185px !important;
    border-bottom-right-radius: 185px !important;
}
.bbr-ra186 {
    -webkit-border-bottom-right-radius: 186px !important;
    -moz-border-radius-bottom-right: 186px !important;
    border-bottom-right-radius: 186px !important;
}
.bbr-ra187 {
    -webkit-border-bottom-right-radius: 187px !important;
    -moz-border-radius-bottom-right: 187px !important;
    border-bottom-right-radius: 187px !important;
}
.bbr-ra188 {
    -webkit-border-bottom-right-radius: 188px !important;
    -moz-border-radius-bottom-right: 188px !important;
    border-bottom-right-radius: 188px !important;
}
.bbr-ra189 {
    -webkit-border-bottom-right-radius: 189px !important;
    -moz-border-radius-bottom-right: 189px !important;
    border-bottom-right-radius: 189px !important;
}
.bbr-ra190 {
    -webkit-border-bottom-right-radius: 190px !important;
    -moz-border-radius-bottom-right: 190px !important;
    border-bottom-right-radius: 190px !important;
}
.bbr-ra191 {
    -webkit-border-bottom-right-radius: 191px !important;
    -moz-border-radius-bottom-right: 191px !important;
    border-bottom-right-radius: 191px !important;
}
.bbr-ra192 {
    -webkit-border-bottom-right-radius: 192px !important;
    -moz-border-radius-bottom-right: 192px !important;
    border-bottom-right-radius: 192px !important;
}
.bbr-ra193 {
    -webkit-border-bottom-right-radius: 193px !important;
    -moz-border-radius-bottom-right: 193px !important;
    border-bottom-right-radius: 193px !important;
}
.bbr-ra194 {
    -webkit-border-bottom-right-radius: 194px !important;
    -moz-border-radius-bottom-right: 194px !important;
    border-bottom-right-radius: 194px !important;
}
.bbr-ra195 {
    -webkit-border-bottom-right-radius: 195px !important;
    -moz-border-radius-bottom-right: 195px !important;
    border-bottom-right-radius: 195px !important;
}
.bbr-ra196 {
    -webkit-border-bottom-right-radius: 196px !important;
    -moz-border-radius-bottom-right: 196px !important;
    border-bottom-right-radius: 196px !important;
}
.bbr-ra197 {
    -webkit-border-bottom-right-radius: 197px !important;
    -moz-border-radius-bottom-right: 197px !important;
    border-bottom-right-radius: 197px !important;
}
.bbr-ra198 {
    -webkit-border-bottom-right-radius: 198px !important;
    -moz-border-radius-bottom-right: 198px !important;
    border-bottom-right-radius: 198px !important;
}
.bbr-ra199 {
    -webkit-border-bottom-right-radius: 199px !important;
    -moz-border-radius-bottom-right: 199px !important;
    border-bottom-right-radius: 199px !important;
}
.bbr-ra200 {
    -webkit-border-bottom-right-radius: 200px !important;
    -moz-border-radius-bottom-right: 200px !important;
    border-bottom-right-radius: 200px !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-bbr-ra0 {
        -webkit-border-bottom-right-radius: 0px !important;
        -moz-border-radius-bottom-right: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .col-sm-bbr-ra1 {
        -webkit-border-bottom-right-radius: 1px !important;
        -moz-border-radius-bottom-right: 1px !important;
        border-bottom-right-radius: 1px !important;
    }
    .col-sm-bbr-ra2 {
        -webkit-border-bottom-right-radius: 2px !important;
        -moz-border-radius-bottom-right: 2px !important;
        border-bottom-right-radius: 2px !important;
    }
    .col-sm-bbr-ra3 {
        -webkit-border-bottom-right-radius: 3px !important;
        -moz-border-radius-bottom-right: 3px !important;
        border-bottom-right-radius: 3px !important;
    }
    .col-sm-bbr-ra4 {
        -webkit-border-bottom-right-radius: 4px !important;
        -moz-border-radius-bottom-right: 4px !important;
        border-bottom-right-radius: 4px !important;
    }
    .col-sm-bbr-ra5 {
        -webkit-border-bottom-right-radius: 5px !important;
        -moz-border-radius-bottom-right: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
    .col-sm-bbr-ra6 {
        -webkit-border-bottom-right-radius: 6px !important;
        -moz-border-radius-bottom-right: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
    .col-sm-bbr-ra7 {
        -webkit-border-bottom-right-radius: 7px !important;
        -moz-border-radius-bottom-right: 7px !important;
        border-bottom-right-radius: 7px !important;
    }
    .col-sm-bbr-ra8 {
        -webkit-border-bottom-right-radius: 8px !important;
        -moz-border-radius-bottom-right: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    .col-sm-bbr-ra9 {
        -webkit-border-bottom-right-radius: 9px !important;
        -moz-border-radius-bottom-right: 9px !important;
        border-bottom-right-radius: 9px !important;
    }
    .col-sm-bbr-ra10 {
        -webkit-border-bottom-right-radius: 10px !important;
        -moz-border-radius-bottom-right: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    .col-sm-bbr-ra11 {
        -webkit-border-bottom-right-radius: 11px !important;
        -moz-border-radius-bottom-right: 11px !important;
        border-bottom-right-radius: 11px !important;
    }
    .col-sm-bbr-ra12 {
        -webkit-border-bottom-right-radius: 12px !important;
        -moz-border-radius-bottom-right: 12px !important;
        border-bottom-right-radius: 12px !important;
    }
    .col-sm-bbr-ra13 {
        -webkit-border-bottom-right-radius: 13px !important;
        -moz-border-radius-bottom-right: 13px !important;
        border-bottom-right-radius: 13px !important;
    }
    .col-sm-bbr-ra14 {
        -webkit-border-bottom-right-radius: 14px !important;
        -moz-border-radius-bottom-right: 14px !important;
        border-bottom-right-radius: 14px !important;
    }
    .col-sm-bbr-ra15 {
        -webkit-border-bottom-right-radius: 15px !important;
        -moz-border-radius-bottom-right: 15px !important;
        border-bottom-right-radius: 15px !important;
    }
    .col-sm-bbr-ra16 {
        -webkit-border-bottom-right-radius: 16px !important;
        -moz-border-radius-bottom-right: 16px !important;
        border-bottom-right-radius: 16px !important;
    }
    .col-sm-bbr-ra17 {
        -webkit-border-bottom-right-radius: 17px !important;
        -moz-border-radius-bottom-right: 17px !important;
        border-bottom-right-radius: 17px !important;
    }
    .col-sm-bbr-ra18 {
        -webkit-border-bottom-right-radius: 18px !important;
        -moz-border-radius-bottom-right: 18px !important;
        border-bottom-right-radius: 18px !important;
    }
    .col-sm-bbr-ra19 {
        -webkit-border-bottom-right-radius: 19px !important;
        -moz-border-radius-bottom-right: 19px !important;
        border-bottom-right-radius: 19px !important;
    }
    .col-sm-bbr-ra20 {
        -webkit-border-bottom-right-radius: 20px !important;
        -moz-border-radius-bottom-right: 20px !important;
        border-bottom-right-radius: 20px !important;
    }
    .col-sm-bbr-ra21 {
        -webkit-border-bottom-right-radius: 21px !important;
        -moz-border-radius-bottom-right: 21px !important;
        border-bottom-right-radius: 21px !important;
    }
    .col-sm-bbr-ra22 {
        -webkit-border-bottom-right-radius: 22px !important;
        -moz-border-radius-bottom-right: 22px !important;
        border-bottom-right-radius: 22px !important;
    }
    .col-sm-bbr-ra23 {
        -webkit-border-bottom-right-radius: 23px !important;
        -moz-border-radius-bottom-right: 23px !important;
        border-bottom-right-radius: 23px !important;
    }
    .col-sm-bbr-ra24 {
        -webkit-border-bottom-right-radius: 24px !important;
        -moz-border-radius-bottom-right: 24px !important;
        border-bottom-right-radius: 24px !important;
    }
    .col-sm-bbr-ra25 {
        -webkit-border-bottom-right-radius: 25px !important;
        -moz-border-radius-bottom-right: 25px !important;
        border-bottom-right-radius: 25px !important;
    }
    .col-sm-bbr-ra26 {
        -webkit-border-bottom-right-radius: 26px !important;
        -moz-border-radius-bottom-right: 26px !important;
        border-bottom-right-radius: 26px !important;
    }
    .col-sm-bbr-ra27 {
        -webkit-border-bottom-right-radius: 27px !important;
        -moz-border-radius-bottom-right: 27px !important;
        border-bottom-right-radius: 27px !important;
    }
    .col-sm-bbr-ra28 {
        -webkit-border-bottom-right-radius: 28px !important;
        -moz-border-radius-bottom-right: 28px !important;
        border-bottom-right-radius: 28px !important;
    }
    .col-sm-bbr-ra29 {
        -webkit-border-bottom-right-radius: 29px !important;
        -moz-border-radius-bottom-right: 29px !important;
        border-bottom-right-radius: 29px !important;
    }
    .col-sm-bbr-ra30 {
        -webkit-border-bottom-right-radius: 30px !important;
        -moz-border-radius-bottom-right: 30px !important;
        border-bottom-right-radius: 30px !important;
    }
    .col-sm-bbr-ra31 {
        -webkit-border-bottom-right-radius: 31px !important;
        -moz-border-radius-bottom-right: 31px !important;
        border-bottom-right-radius: 31px !important;
    }
    .col-sm-bbr-ra32 {
        -webkit-border-bottom-right-radius: 32px !important;
        -moz-border-radius-bottom-right: 32px !important;
        border-bottom-right-radius: 32px !important;
    }
    .col-sm-bbr-ra33 {
        -webkit-border-bottom-right-radius: 33px !important;
        -moz-border-radius-bottom-right: 33px !important;
        border-bottom-right-radius: 33px !important;
    }
    .col-sm-bbr-ra34 {
        -webkit-border-bottom-right-radius: 34px !important;
        -moz-border-radius-bottom-right: 34px !important;
        border-bottom-right-radius: 34px !important;
    }
    .col-sm-bbr-ra35 {
        -webkit-border-bottom-right-radius: 35px !important;
        -moz-border-radius-bottom-right: 35px !important;
        border-bottom-right-radius: 35px !important;
    }
    .col-sm-bbr-ra36 {
        -webkit-border-bottom-right-radius: 36px !important;
        -moz-border-radius-bottom-right: 36px !important;
        border-bottom-right-radius: 36px !important;
    }
    .col-sm-bbr-ra37 {
        -webkit-border-bottom-right-radius: 37px !important;
        -moz-border-radius-bottom-right: 37px !important;
        border-bottom-right-radius: 37px !important;
    }
    .col-sm-bbr-ra38 {
        -webkit-border-bottom-right-radius: 38px !important;
        -moz-border-radius-bottom-right: 38px !important;
        border-bottom-right-radius: 38px !important;
    }
    .col-sm-bbr-ra39 {
        -webkit-border-bottom-right-radius: 39px !important;
        -moz-border-radius-bottom-right: 39px !important;
        border-bottom-right-radius: 39px !important;
    }
    .col-sm-bbr-ra40 {
        -webkit-border-bottom-right-radius: 40px !important;
        -moz-border-radius-bottom-right: 40px !important;
        border-bottom-right-radius: 40px !important;
    }
    .col-sm-bbr-ra41 {
        -webkit-border-bottom-right-radius: 41px !important;
        -moz-border-radius-bottom-right: 41px !important;
        border-bottom-right-radius: 41px !important;
    }
    .col-sm-bbr-ra42 {
        -webkit-border-bottom-right-radius: 42px !important;
        -moz-border-radius-bottom-right: 42px !important;
        border-bottom-right-radius: 42px !important;
    }
    .col-sm-bbr-ra43 {
        -webkit-border-bottom-right-radius: 43px !important;
        -moz-border-radius-bottom-right: 43px !important;
        border-bottom-right-radius: 43px !important;
    }
    .col-sm-bbr-ra44 {
        -webkit-border-bottom-right-radius: 44px !important;
        -moz-border-radius-bottom-right: 44px !important;
        border-bottom-right-radius: 44px !important;
    }
    .col-sm-bbr-ra45 {
        -webkit-border-bottom-right-radius: 45px !important;
        -moz-border-radius-bottom-right: 45px !important;
        border-bottom-right-radius: 45px !important;
    }
    .col-sm-bbr-ra46 {
        -webkit-border-bottom-right-radius: 46px !important;
        -moz-border-radius-bottom-right: 46px !important;
        border-bottom-right-radius: 46px !important;
    }
    .col-sm-bbr-ra47 {
        -webkit-border-bottom-right-radius: 47px !important;
        -moz-border-radius-bottom-right: 47px !important;
        border-bottom-right-radius: 47px !important;
    }
    .col-sm-bbr-ra48 {
        -webkit-border-bottom-right-radius: 48px !important;
        -moz-border-radius-bottom-right: 48px !important;
        border-bottom-right-radius: 48px !important;
    }
    .col-sm-bbr-ra49 {
        -webkit-border-bottom-right-radius: 49px !important;
        -moz-border-radius-bottom-right: 49px !important;
        border-bottom-right-radius: 49px !important;
    }
    .col-sm-bbr-ra50 {
        -webkit-border-bottom-right-radius: 50px !important;
        -moz-border-radius-bottom-right: 50px !important;
        border-bottom-right-radius: 50px !important;
    }
    .col-sm-bbr-ra51 {
        -webkit-border-bottom-right-radius: 51px !important;
        -moz-border-radius-bottom-right: 51px !important;
        border-bottom-right-radius: 51px !important;
    }
    .col-sm-bbr-ra52 {
        -webkit-border-bottom-right-radius: 52px !important;
        -moz-border-radius-bottom-right: 52px !important;
        border-bottom-right-radius: 52px !important;
    }
    .col-sm-bbr-ra53 {
        -webkit-border-bottom-right-radius: 53px !important;
        -moz-border-radius-bottom-right: 53px !important;
        border-bottom-right-radius: 53px !important;
    }
    .col-sm-bbr-ra54 {
        -webkit-border-bottom-right-radius: 54px !important;
        -moz-border-radius-bottom-right: 54px !important;
        border-bottom-right-radius: 54px !important;
    }
    .col-sm-bbr-ra55 {
        -webkit-border-bottom-right-radius: 55px !important;
        -moz-border-radius-bottom-right: 55px !important;
        border-bottom-right-radius: 55px !important;
    }
    .col-sm-bbr-ra56 {
        -webkit-border-bottom-right-radius: 56px !important;
        -moz-border-radius-bottom-right: 56px !important;
        border-bottom-right-radius: 56px !important;
    }
    .col-sm-bbr-ra57 {
        -webkit-border-bottom-right-radius: 57px !important;
        -moz-border-radius-bottom-right: 57px !important;
        border-bottom-right-radius: 57px !important;
    }
    .col-sm-bbr-ra58 {
        -webkit-border-bottom-right-radius: 58px !important;
        -moz-border-radius-bottom-right: 58px !important;
        border-bottom-right-radius: 58px !important;
    }
    .col-sm-bbr-ra59 {
        -webkit-border-bottom-right-radius: 59px !important;
        -moz-border-radius-bottom-right: 59px !important;
        border-bottom-right-radius: 59px !important;
    }
    .col-sm-bbr-ra60 {
        -webkit-border-bottom-right-radius: 60px !important;
        -moz-border-radius-bottom-right: 60px !important;
        border-bottom-right-radius: 60px !important;
    }
    .col-sm-bbr-ra61 {
        -webkit-border-bottom-right-radius: 61px !important;
        -moz-border-radius-bottom-right: 61px !important;
        border-bottom-right-radius: 61px !important;
    }
    .col-sm-bbr-ra62 {
        -webkit-border-bottom-right-radius: 62px !important;
        -moz-border-radius-bottom-right: 62px !important;
        border-bottom-right-radius: 62px !important;
    }
    .col-sm-bbr-ra63 {
        -webkit-border-bottom-right-radius: 63px !important;
        -moz-border-radius-bottom-right: 63px !important;
        border-bottom-right-radius: 63px !important;
    }
    .col-sm-bbr-ra64 {
        -webkit-border-bottom-right-radius: 64px !important;
        -moz-border-radius-bottom-right: 64px !important;
        border-bottom-right-radius: 64px !important;
    }
    .col-sm-bbr-ra65 {
        -webkit-border-bottom-right-radius: 65px !important;
        -moz-border-radius-bottom-right: 65px !important;
        border-bottom-right-radius: 65px !important;
    }
    .col-sm-bbr-ra66 {
        -webkit-border-bottom-right-radius: 66px !important;
        -moz-border-radius-bottom-right: 66px !important;
        border-bottom-right-radius: 66px !important;
    }
    .col-sm-bbr-ra67 {
        -webkit-border-bottom-right-radius: 67px !important;
        -moz-border-radius-bottom-right: 67px !important;
        border-bottom-right-radius: 67px !important;
    }
    .col-sm-bbr-ra68 {
        -webkit-border-bottom-right-radius: 68px !important;
        -moz-border-radius-bottom-right: 68px !important;
        border-bottom-right-radius: 68px !important;
    }
    .col-sm-bbr-ra69 {
        -webkit-border-bottom-right-radius: 69px !important;
        -moz-border-radius-bottom-right: 69px !important;
        border-bottom-right-radius: 69px !important;
    }
    .col-sm-bbr-ra70 {
        -webkit-border-bottom-right-radius: 70px !important;
        -moz-border-radius-bottom-right: 70px !important;
        border-bottom-right-radius: 70px !important;
    }
    .col-sm-bbr-ra71 {
        -webkit-border-bottom-right-radius: 71px !important;
        -moz-border-radius-bottom-right: 71px !important;
        border-bottom-right-radius: 71px !important;
    }
    .col-sm-bbr-ra72 {
        -webkit-border-bottom-right-radius: 72px !important;
        -moz-border-radius-bottom-right: 72px !important;
        border-bottom-right-radius: 72px !important;
    }
    .col-sm-bbr-ra73 {
        -webkit-border-bottom-right-radius: 73px !important;
        -moz-border-radius-bottom-right: 73px !important;
        border-bottom-right-radius: 73px !important;
    }
    .col-sm-bbr-ra74 {
        -webkit-border-bottom-right-radius: 74px !important;
        -moz-border-radius-bottom-right: 74px !important;
        border-bottom-right-radius: 74px !important;
    }
    .col-sm-bbr-ra75 {
        -webkit-border-bottom-right-radius: 75px !important;
        -moz-border-radius-bottom-right: 75px !important;
        border-bottom-right-radius: 75px !important;
    }
    .col-sm-bbr-ra76 {
        -webkit-border-bottom-right-radius: 76px !important;
        -moz-border-radius-bottom-right: 76px !important;
        border-bottom-right-radius: 76px !important;
    }
    .col-sm-bbr-ra77 {
        -webkit-border-bottom-right-radius: 77px !important;
        -moz-border-radius-bottom-right: 77px !important;
        border-bottom-right-radius: 77px !important;
    }
    .col-sm-bbr-ra78 {
        -webkit-border-bottom-right-radius: 78px !important;
        -moz-border-radius-bottom-right: 78px !important;
        border-bottom-right-radius: 78px !important;
    }
    .col-sm-bbr-ra79 {
        -webkit-border-bottom-right-radius: 79px !important;
        -moz-border-radius-bottom-right: 79px !important;
        border-bottom-right-radius: 79px !important;
    }
    .col-sm-bbr-ra80 {
        -webkit-border-bottom-right-radius: 80px !important;
        -moz-border-radius-bottom-right: 80px !important;
        border-bottom-right-radius: 80px !important;
    }
    .col-sm-bbr-ra81 {
        -webkit-border-bottom-right-radius: 81px !important;
        -moz-border-radius-bottom-right: 81px !important;
        border-bottom-right-radius: 81px !important;
    }
    .col-sm-bbr-ra82 {
        -webkit-border-bottom-right-radius: 82px !important;
        -moz-border-radius-bottom-right: 82px !important;
        border-bottom-right-radius: 82px !important;
    }
    .col-sm-bbr-ra83 {
        -webkit-border-bottom-right-radius: 83px !important;
        -moz-border-radius-bottom-right: 83px !important;
        border-bottom-right-radius: 83px !important;
    }
    .col-sm-bbr-ra84 {
        -webkit-border-bottom-right-radius: 84px !important;
        -moz-border-radius-bottom-right: 84px !important;
        border-bottom-right-radius: 84px !important;
    }
    .col-sm-bbr-ra85 {
        -webkit-border-bottom-right-radius: 85px !important;
        -moz-border-radius-bottom-right: 85px !important;
        border-bottom-right-radius: 85px !important;
    }
    .col-sm-bbr-ra86 {
        -webkit-border-bottom-right-radius: 86px !important;
        -moz-border-radius-bottom-right: 86px !important;
        border-bottom-right-radius: 86px !important;
    }
    .col-sm-bbr-ra87 {
        -webkit-border-bottom-right-radius: 87px !important;
        -moz-border-radius-bottom-right: 87px !important;
        border-bottom-right-radius: 87px !important;
    }
    .col-sm-bbr-ra88 {
        -webkit-border-bottom-right-radius: 88px !important;
        -moz-border-radius-bottom-right: 88px !important;
        border-bottom-right-radius: 88px !important;
    }
    .col-sm-bbr-ra89 {
        -webkit-border-bottom-right-radius: 89px !important;
        -moz-border-radius-bottom-right: 89px !important;
        border-bottom-right-radius: 89px !important;
    }
    .col-sm-bbr-ra90 {
        -webkit-border-bottom-right-radius: 90px !important;
        -moz-border-radius-bottom-right: 90px !important;
        border-bottom-right-radius: 90px !important;
    }
    .col-sm-bbr-ra91 {
        -webkit-border-bottom-right-radius: 91px !important;
        -moz-border-radius-bottom-right: 91px !important;
        border-bottom-right-radius: 91px !important;
    }
    .col-sm-bbr-ra92 {
        -webkit-border-bottom-right-radius: 92px !important;
        -moz-border-radius-bottom-right: 92px !important;
        border-bottom-right-radius: 92px !important;
    }
    .col-sm-bbr-ra93 {
        -webkit-border-bottom-right-radius: 93px !important;
        -moz-border-radius-bottom-right: 93px !important;
        border-bottom-right-radius: 93px !important;
    }
    .col-sm-bbr-ra94 {
        -webkit-border-bottom-right-radius: 94px !important;
        -moz-border-radius-bottom-right: 94px !important;
        border-bottom-right-radius: 94px !important;
    }
    .col-sm-bbr-ra95 {
        -webkit-border-bottom-right-radius: 95px !important;
        -moz-border-radius-bottom-right: 95px !important;
        border-bottom-right-radius: 95px !important;
    }
    .col-sm-bbr-ra96 {
        -webkit-border-bottom-right-radius: 96px !important;
        -moz-border-radius-bottom-right: 96px !important;
        border-bottom-right-radius: 96px !important;
    }
    .col-sm-bbr-ra97 {
        -webkit-border-bottom-right-radius: 97px !important;
        -moz-border-radius-bottom-right: 97px !important;
        border-bottom-right-radius: 97px !important;
    }
    .col-sm-bbr-ra98 {
        -webkit-border-bottom-right-radius: 98px !important;
        -moz-border-radius-bottom-right: 98px !important;
        border-bottom-right-radius: 98px !important;
    }
    .col-sm-bbr-ra99 {
        -webkit-border-bottom-right-radius: 99px !important;
        -moz-border-radius-bottom-right: 99px !important;
        border-bottom-right-radius: 99px !important;
    }
    .col-sm-bbr-ra100 {
        -webkit-border-bottom-right-radius: 100px !important;
        -moz-border-radius-bottom-right: 100px !important;
        border-bottom-right-radius: 100px !important;
    }
    .col-sm-bbr-ra101 {
        -webkit-border-bottom-right-radius: 101px !important;
        -moz-border-radius-bottom-right: 101px !important;
        border-bottom-right-radius: 101px !important;
    }
    .col-sm-bbr-ra102 {
        -webkit-border-bottom-right-radius: 102px !important;
        -moz-border-radius-bottom-right: 102px !important;
        border-bottom-right-radius: 102px !important;
    }
    .col-sm-bbr-ra103 {
        -webkit-border-bottom-right-radius: 103px !important;
        -moz-border-radius-bottom-right: 103px !important;
        border-bottom-right-radius: 103px !important;
    }
    .col-sm-bbr-ra104 {
        -webkit-border-bottom-right-radius: 104px !important;
        -moz-border-radius-bottom-right: 104px !important;
        border-bottom-right-radius: 104px !important;
    }
    .col-sm-bbr-ra105 {
        -webkit-border-bottom-right-radius: 105px !important;
        -moz-border-radius-bottom-right: 105px !important;
        border-bottom-right-radius: 105px !important;
    }
    .col-sm-bbr-ra106 {
        -webkit-border-bottom-right-radius: 106px !important;
        -moz-border-radius-bottom-right: 106px !important;
        border-bottom-right-radius: 106px !important;
    }
    .col-sm-bbr-ra107 {
        -webkit-border-bottom-right-radius: 107px !important;
        -moz-border-radius-bottom-right: 107px !important;
        border-bottom-right-radius: 107px !important;
    }
    .col-sm-bbr-ra108 {
        -webkit-border-bottom-right-radius: 108px !important;
        -moz-border-radius-bottom-right: 108px !important;
        border-bottom-right-radius: 108px !important;
    }
    .col-sm-bbr-ra109 {
        -webkit-border-bottom-right-radius: 109px !important;
        -moz-border-radius-bottom-right: 109px !important;
        border-bottom-right-radius: 109px !important;
    }
    .col-sm-bbr-ra110 {
        -webkit-border-bottom-right-radius: 110px !important;
        -moz-border-radius-bottom-right: 110px !important;
        border-bottom-right-radius: 110px !important;
    }
    .col-sm-bbr-ra111 {
        -webkit-border-bottom-right-radius: 111px !important;
        -moz-border-radius-bottom-right: 111px !important;
        border-bottom-right-radius: 111px !important;
    }
    .col-sm-bbr-ra112 {
        -webkit-border-bottom-right-radius: 112px !important;
        -moz-border-radius-bottom-right: 112px !important;
        border-bottom-right-radius: 112px !important;
    }
    .col-sm-bbr-ra113 {
        -webkit-border-bottom-right-radius: 113px !important;
        -moz-border-radius-bottom-right: 113px !important;
        border-bottom-right-radius: 113px !important;
    }
    .col-sm-bbr-ra114 {
        -webkit-border-bottom-right-radius: 114px !important;
        -moz-border-radius-bottom-right: 114px !important;
        border-bottom-right-radius: 114px !important;
    }
    .col-sm-bbr-ra115 {
        -webkit-border-bottom-right-radius: 115px !important;
        -moz-border-radius-bottom-right: 115px !important;
        border-bottom-right-radius: 115px !important;
    }
    .col-sm-bbr-ra116 {
        -webkit-border-bottom-right-radius: 116px !important;
        -moz-border-radius-bottom-right: 116px !important;
        border-bottom-right-radius: 116px !important;
    }
    .col-sm-bbr-ra117 {
        -webkit-border-bottom-right-radius: 117px !important;
        -moz-border-radius-bottom-right: 117px !important;
        border-bottom-right-radius: 117px !important;
    }
    .col-sm-bbr-ra118 {
        -webkit-border-bottom-right-radius: 118px !important;
        -moz-border-radius-bottom-right: 118px !important;
        border-bottom-right-radius: 118px !important;
    }
    .col-sm-bbr-ra119 {
        -webkit-border-bottom-right-radius: 119px !important;
        -moz-border-radius-bottom-right: 119px !important;
        border-bottom-right-radius: 119px !important;
    }
    .col-sm-bbr-ra120 {
        -webkit-border-bottom-right-radius: 120px !important;
        -moz-border-radius-bottom-right: 120px !important;
        border-bottom-right-radius: 120px !important;
    }
    .col-sm-bbr-ra121 {
        -webkit-border-bottom-right-radius: 121px !important;
        -moz-border-radius-bottom-right: 121px !important;
        border-bottom-right-radius: 121px !important;
    }
    .col-sm-bbr-ra122 {
        -webkit-border-bottom-right-radius: 122px !important;
        -moz-border-radius-bottom-right: 122px !important;
        border-bottom-right-radius: 122px !important;
    }
    .col-sm-bbr-ra123 {
        -webkit-border-bottom-right-radius: 123px !important;
        -moz-border-radius-bottom-right: 123px !important;
        border-bottom-right-radius: 123px !important;
    }
    .col-sm-bbr-ra124 {
        -webkit-border-bottom-right-radius: 124px !important;
        -moz-border-radius-bottom-right: 124px !important;
        border-bottom-right-radius: 124px !important;
    }
    .col-sm-bbr-ra125 {
        -webkit-border-bottom-right-radius: 125px !important;
        -moz-border-radius-bottom-right: 125px !important;
        border-bottom-right-radius: 125px !important;
    }
    .col-sm-bbr-ra126 {
        -webkit-border-bottom-right-radius: 126px !important;
        -moz-border-radius-bottom-right: 126px !important;
        border-bottom-right-radius: 126px !important;
    }
    .col-sm-bbr-ra127 {
        -webkit-border-bottom-right-radius: 127px !important;
        -moz-border-radius-bottom-right: 127px !important;
        border-bottom-right-radius: 127px !important;
    }
    .col-sm-bbr-ra128 {
        -webkit-border-bottom-right-radius: 128px !important;
        -moz-border-radius-bottom-right: 128px !important;
        border-bottom-right-radius: 128px !important;
    }
    .col-sm-bbr-ra129 {
        -webkit-border-bottom-right-radius: 129px !important;
        -moz-border-radius-bottom-right: 129px !important;
        border-bottom-right-radius: 129px !important;
    }
    .col-sm-bbr-ra130 {
        -webkit-border-bottom-right-radius: 130px !important;
        -moz-border-radius-bottom-right: 130px !important;
        border-bottom-right-radius: 130px !important;
    }
    .col-sm-bbr-ra131 {
        -webkit-border-bottom-right-radius: 131px !important;
        -moz-border-radius-bottom-right: 131px !important;
        border-bottom-right-radius: 131px !important;
    }
    .col-sm-bbr-ra132 {
        -webkit-border-bottom-right-radius: 132px !important;
        -moz-border-radius-bottom-right: 132px !important;
        border-bottom-right-radius: 132px !important;
    }
    .col-sm-bbr-ra133 {
        -webkit-border-bottom-right-radius: 133px !important;
        -moz-border-radius-bottom-right: 133px !important;
        border-bottom-right-radius: 133px !important;
    }
    .col-sm-bbr-ra134 {
        -webkit-border-bottom-right-radius: 134px !important;
        -moz-border-radius-bottom-right: 134px !important;
        border-bottom-right-radius: 134px !important;
    }
    .col-sm-bbr-ra135 {
        -webkit-border-bottom-right-radius: 135px !important;
        -moz-border-radius-bottom-right: 135px !important;
        border-bottom-right-radius: 135px !important;
    }
    .col-sm-bbr-ra136 {
        -webkit-border-bottom-right-radius: 136px !important;
        -moz-border-radius-bottom-right: 136px !important;
        border-bottom-right-radius: 136px !important;
    }
    .col-sm-bbr-ra137 {
        -webkit-border-bottom-right-radius: 137px !important;
        -moz-border-radius-bottom-right: 137px !important;
        border-bottom-right-radius: 137px !important;
    }
    .col-sm-bbr-ra138 {
        -webkit-border-bottom-right-radius: 138px !important;
        -moz-border-radius-bottom-right: 138px !important;
        border-bottom-right-radius: 138px !important;
    }
    .col-sm-bbr-ra139 {
        -webkit-border-bottom-right-radius: 139px !important;
        -moz-border-radius-bottom-right: 139px !important;
        border-bottom-right-radius: 139px !important;
    }
    .col-sm-bbr-ra140 {
        -webkit-border-bottom-right-radius: 140px !important;
        -moz-border-radius-bottom-right: 140px !important;
        border-bottom-right-radius: 140px !important;
    }
    .col-sm-bbr-ra141 {
        -webkit-border-bottom-right-radius: 141px !important;
        -moz-border-radius-bottom-right: 141px !important;
        border-bottom-right-radius: 141px !important;
    }
    .col-sm-bbr-ra142 {
        -webkit-border-bottom-right-radius: 142px !important;
        -moz-border-radius-bottom-right: 142px !important;
        border-bottom-right-radius: 142px !important;
    }
    .col-sm-bbr-ra143 {
        -webkit-border-bottom-right-radius: 143px !important;
        -moz-border-radius-bottom-right: 143px !important;
        border-bottom-right-radius: 143px !important;
    }
    .col-sm-bbr-ra144 {
        -webkit-border-bottom-right-radius: 144px !important;
        -moz-border-radius-bottom-right: 144px !important;
        border-bottom-right-radius: 144px !important;
    }
    .col-sm-bbr-ra145 {
        -webkit-border-bottom-right-radius: 145px !important;
        -moz-border-radius-bottom-right: 145px !important;
        border-bottom-right-radius: 145px !important;
    }
    .col-sm-bbr-ra146 {
        -webkit-border-bottom-right-radius: 146px !important;
        -moz-border-radius-bottom-right: 146px !important;
        border-bottom-right-radius: 146px !important;
    }
    .col-sm-bbr-ra147 {
        -webkit-border-bottom-right-radius: 147px !important;
        -moz-border-radius-bottom-right: 147px !important;
        border-bottom-right-radius: 147px !important;
    }
    .col-sm-bbr-ra148 {
        -webkit-border-bottom-right-radius: 148px !important;
        -moz-border-radius-bottom-right: 148px !important;
        border-bottom-right-radius: 148px !important;
    }
    .col-sm-bbr-ra149 {
        -webkit-border-bottom-right-radius: 149px !important;
        -moz-border-radius-bottom-right: 149px !important;
        border-bottom-right-radius: 149px !important;
    }
    .col-sm-bbr-ra150 {
        -webkit-border-bottom-right-radius: 150px !important;
        -moz-border-radius-bottom-right: 150px !important;
        border-bottom-right-radius: 150px !important;
    }
    .col-sm-bbr-ra151 {
        -webkit-border-bottom-right-radius: 151px !important;
        -moz-border-radius-bottom-right: 151px !important;
        border-bottom-right-radius: 151px !important;
    }
    .col-sm-bbr-ra152 {
        -webkit-border-bottom-right-radius: 152px !important;
        -moz-border-radius-bottom-right: 152px !important;
        border-bottom-right-radius: 152px !important;
    }
    .col-sm-bbr-ra153 {
        -webkit-border-bottom-right-radius: 153px !important;
        -moz-border-radius-bottom-right: 153px !important;
        border-bottom-right-radius: 153px !important;
    }
    .col-sm-bbr-ra154 {
        -webkit-border-bottom-right-radius: 154px !important;
        -moz-border-radius-bottom-right: 154px !important;
        border-bottom-right-radius: 154px !important;
    }
    .col-sm-bbr-ra155 {
        -webkit-border-bottom-right-radius: 155px !important;
        -moz-border-radius-bottom-right: 155px !important;
        border-bottom-right-radius: 155px !important;
    }
    .col-sm-bbr-ra156 {
        -webkit-border-bottom-right-radius: 156px !important;
        -moz-border-radius-bottom-right: 156px !important;
        border-bottom-right-radius: 156px !important;
    }
    .col-sm-bbr-ra157 {
        -webkit-border-bottom-right-radius: 157px !important;
        -moz-border-radius-bottom-right: 157px !important;
        border-bottom-right-radius: 157px !important;
    }
    .col-sm-bbr-ra158 {
        -webkit-border-bottom-right-radius: 158px !important;
        -moz-border-radius-bottom-right: 158px !important;
        border-bottom-right-radius: 158px !important;
    }
    .col-sm-bbr-ra159 {
        -webkit-border-bottom-right-radius: 159px !important;
        -moz-border-radius-bottom-right: 159px !important;
        border-bottom-right-radius: 159px !important;
    }
    .col-sm-bbr-ra160 {
        -webkit-border-bottom-right-radius: 160px !important;
        -moz-border-radius-bottom-right: 160px !important;
        border-bottom-right-radius: 160px !important;
    }
    .col-sm-bbr-ra161 {
        -webkit-border-bottom-right-radius: 161px !important;
        -moz-border-radius-bottom-right: 161px !important;
        border-bottom-right-radius: 161px !important;
    }
    .col-sm-bbr-ra162 {
        -webkit-border-bottom-right-radius: 162px !important;
        -moz-border-radius-bottom-right: 162px !important;
        border-bottom-right-radius: 162px !important;
    }
    .col-sm-bbr-ra163 {
        -webkit-border-bottom-right-radius: 163px !important;
        -moz-border-radius-bottom-right: 163px !important;
        border-bottom-right-radius: 163px !important;
    }
    .col-sm-bbr-ra164 {
        -webkit-border-bottom-right-radius: 164px !important;
        -moz-border-radius-bottom-right: 164px !important;
        border-bottom-right-radius: 164px !important;
    }
    .col-sm-bbr-ra165 {
        -webkit-border-bottom-right-radius: 165px !important;
        -moz-border-radius-bottom-right: 165px !important;
        border-bottom-right-radius: 165px !important;
    }
    .col-sm-bbr-ra166 {
        -webkit-border-bottom-right-radius: 166px !important;
        -moz-border-radius-bottom-right: 166px !important;
        border-bottom-right-radius: 166px !important;
    }
    .col-sm-bbr-ra167 {
        -webkit-border-bottom-right-radius: 167px !important;
        -moz-border-radius-bottom-right: 167px !important;
        border-bottom-right-radius: 167px !important;
    }
    .col-sm-bbr-ra168 {
        -webkit-border-bottom-right-radius: 168px !important;
        -moz-border-radius-bottom-right: 168px !important;
        border-bottom-right-radius: 168px !important;
    }
    .col-sm-bbr-ra169 {
        -webkit-border-bottom-right-radius: 169px !important;
        -moz-border-radius-bottom-right: 169px !important;
        border-bottom-right-radius: 169px !important;
    }
    .col-sm-bbr-ra170 {
        -webkit-border-bottom-right-radius: 170px !important;
        -moz-border-radius-bottom-right: 170px !important;
        border-bottom-right-radius: 170px !important;
    }
    .col-sm-bbr-ra171 {
        -webkit-border-bottom-right-radius: 171px !important;
        -moz-border-radius-bottom-right: 171px !important;
        border-bottom-right-radius: 171px !important;
    }
    .col-sm-bbr-ra172 {
        -webkit-border-bottom-right-radius: 172px !important;
        -moz-border-radius-bottom-right: 172px !important;
        border-bottom-right-radius: 172px !important;
    }
    .col-sm-bbr-ra173 {
        -webkit-border-bottom-right-radius: 173px !important;
        -moz-border-radius-bottom-right: 173px !important;
        border-bottom-right-radius: 173px !important;
    }
    .col-sm-bbr-ra174 {
        -webkit-border-bottom-right-radius: 174px !important;
        -moz-border-radius-bottom-right: 174px !important;
        border-bottom-right-radius: 174px !important;
    }
    .col-sm-bbr-ra175 {
        -webkit-border-bottom-right-radius: 175px !important;
        -moz-border-radius-bottom-right: 175px !important;
        border-bottom-right-radius: 175px !important;
    }
    .col-sm-bbr-ra176 {
        -webkit-border-bottom-right-radius: 176px !important;
        -moz-border-radius-bottom-right: 176px !important;
        border-bottom-right-radius: 176px !important;
    }
    .col-sm-bbr-ra177 {
        -webkit-border-bottom-right-radius: 177px !important;
        -moz-border-radius-bottom-right: 177px !important;
        border-bottom-right-radius: 177px !important;
    }
    .col-sm-bbr-ra178 {
        -webkit-border-bottom-right-radius: 178px !important;
        -moz-border-radius-bottom-right: 178px !important;
        border-bottom-right-radius: 178px !important;
    }
    .col-sm-bbr-ra179 {
        -webkit-border-bottom-right-radius: 179px !important;
        -moz-border-radius-bottom-right: 179px !important;
        border-bottom-right-radius: 179px !important;
    }
    .col-sm-bbr-ra180 {
        -webkit-border-bottom-right-radius: 180px !important;
        -moz-border-radius-bottom-right: 180px !important;
        border-bottom-right-radius: 180px !important;
    }
    .col-sm-bbr-ra181 {
        -webkit-border-bottom-right-radius: 181px !important;
        -moz-border-radius-bottom-right: 181px !important;
        border-bottom-right-radius: 181px !important;
    }
    .col-sm-bbr-ra182 {
        -webkit-border-bottom-right-radius: 182px !important;
        -moz-border-radius-bottom-right: 182px !important;
        border-bottom-right-radius: 182px !important;
    }
    .col-sm-bbr-ra183 {
        -webkit-border-bottom-right-radius: 183px !important;
        -moz-border-radius-bottom-right: 183px !important;
        border-bottom-right-radius: 183px !important;
    }
    .col-sm-bbr-ra184 {
        -webkit-border-bottom-right-radius: 184px !important;
        -moz-border-radius-bottom-right: 184px !important;
        border-bottom-right-radius: 184px !important;
    }
    .col-sm-bbr-ra185 {
        -webkit-border-bottom-right-radius: 185px !important;
        -moz-border-radius-bottom-right: 185px !important;
        border-bottom-right-radius: 185px !important;
    }
    .col-sm-bbr-ra186 {
        -webkit-border-bottom-right-radius: 186px !important;
        -moz-border-radius-bottom-right: 186px !important;
        border-bottom-right-radius: 186px !important;
    }
    .col-sm-bbr-ra187 {
        -webkit-border-bottom-right-radius: 187px !important;
        -moz-border-radius-bottom-right: 187px !important;
        border-bottom-right-radius: 187px !important;
    }
    .col-sm-bbr-ra188 {
        -webkit-border-bottom-right-radius: 188px !important;
        -moz-border-radius-bottom-right: 188px !important;
        border-bottom-right-radius: 188px !important;
    }
    .col-sm-bbr-ra189 {
        -webkit-border-bottom-right-radius: 189px !important;
        -moz-border-radius-bottom-right: 189px !important;
        border-bottom-right-radius: 189px !important;
    }
    .col-sm-bbr-ra190 {
        -webkit-border-bottom-right-radius: 190px !important;
        -moz-border-radius-bottom-right: 190px !important;
        border-bottom-right-radius: 190px !important;
    }
    .col-sm-bbr-ra191 {
        -webkit-border-bottom-right-radius: 191px !important;
        -moz-border-radius-bottom-right: 191px !important;
        border-bottom-right-radius: 191px !important;
    }
    .col-sm-bbr-ra192 {
        -webkit-border-bottom-right-radius: 192px !important;
        -moz-border-radius-bottom-right: 192px !important;
        border-bottom-right-radius: 192px !important;
    }
    .col-sm-bbr-ra193 {
        -webkit-border-bottom-right-radius: 193px !important;
        -moz-border-radius-bottom-right: 193px !important;
        border-bottom-right-radius: 193px !important;
    }
    .col-sm-bbr-ra194 {
        -webkit-border-bottom-right-radius: 194px !important;
        -moz-border-radius-bottom-right: 194px !important;
        border-bottom-right-radius: 194px !important;
    }
    .col-sm-bbr-ra195 {
        -webkit-border-bottom-right-radius: 195px !important;
        -moz-border-radius-bottom-right: 195px !important;
        border-bottom-right-radius: 195px !important;
    }
    .col-sm-bbr-ra196 {
        -webkit-border-bottom-right-radius: 196px !important;
        -moz-border-radius-bottom-right: 196px !important;
        border-bottom-right-radius: 196px !important;
    }
    .col-sm-bbr-ra197 {
        -webkit-border-bottom-right-radius: 197px !important;
        -moz-border-radius-bottom-right: 197px !important;
        border-bottom-right-radius: 197px !important;
    }
    .col-sm-bbr-ra198 {
        -webkit-border-bottom-right-radius: 198px !important;
        -moz-border-radius-bottom-right: 198px !important;
        border-bottom-right-radius: 198px !important;
    }
    .col-sm-bbr-ra199 {
        -webkit-border-bottom-right-radius: 199px !important;
        -moz-border-radius-bottom-right: 199px !important;
        border-bottom-right-radius: 199px !important;
    }
    .col-sm-bbr-ra200 {
        -webkit-border-bottom-right-radius: 200px !important;
        -moz-border-radius-bottom-right: 200px !important;
        border-bottom-right-radius: 200px !important;
    }
}
/* Responsive Settings End */
/* Border Bottom Right Radius Settings End */
/* Border Top Left Radius Settings */

.btl-ra0 {
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-top-left: 0px !important;
    border-top-left-radius: 0px !important;
}
.btl-ra1 {
    -webkit-border-top-left-radius: 1px !important;
    -moz-border-radius-top-left: 1px !important;
    border-top-left-radius: 1px !important;
}
.btl-ra2 {
    -webkit-border-top-left-radius: 2px !important;
    -moz-border-radius-top-left: 2px !important;
    border-top-left-radius: 2px !important;
}
.btl-ra3 {
    -webkit-border-top-left-radius: 3px !important;
    -moz-border-radius-top-left: 3px !important;
    border-top-left-radius: 3px !important;
}
.btl-ra4 {
    -webkit-border-top-left-radius: 4px !important;
    -moz-border-radius-top-left: 4px !important;
    border-top-left-radius: 4px !important;
}
.btl-ra5 {
    -webkit-border-top-left-radius: 5px !important;
    -moz-border-radius-top-left: 5px !important;
    border-top-left-radius: 5px !important;
}
.btl-ra6 {
    -webkit-border-top-left-radius: 6px !important;
    -moz-border-radius-top-left: 6px !important;
    border-top-left-radius: 6px !important;
}
.btl-ra7 {
    -webkit-border-top-left-radius: 7px !important;
    -moz-border-radius-top-left: 7px !important;
    border-top-left-radius: 7px !important;
}
.btl-ra8 {
    -webkit-border-top-left-radius: 8px !important;
    -moz-border-radius-top-left: 8px !important;
    border-top-left-radius: 8px !important;
}
.btl-ra9 {
    -webkit-border-top-left-radius: 9px !important;
    -moz-border-radius-top-left: 9px !important;
    border-top-left-radius: 9px !important;
}
.btl-ra10 {
    -webkit-border-top-left-radius: 10px !important;
    -moz-border-radius-top-left: 10px !important;
    border-top-left-radius: 10px !important;
}
.btl-ra11 {
    -webkit-border-top-left-radius: 11px !important;
    -moz-border-radius-top-left: 11px !important;
    border-top-left-radius: 11px !important;
}
.btl-ra12 {
    -webkit-border-top-left-radius: 12px !important;
    -moz-border-radius-top-left: 12px !important;
    border-top-left-radius: 12px !important;
}
.btl-ra13 {
    -webkit-border-top-left-radius: 13px !important;
    -moz-border-radius-top-left: 13px !important;
    border-top-left-radius: 13px !important;
}
.btl-ra14 {
    -webkit-border-top-left-radius: 14px !important;
    -moz-border-radius-top-left: 14px !important;
    border-top-left-radius: 14px !important;
}
.btl-ra15 {
    -webkit-border-top-left-radius: 15px !important;
    -moz-border-radius-top-left: 15px !important;
    border-top-left-radius: 15px !important;
}
.btl-ra16 {
    -webkit-border-top-left-radius: 16px !important;
    -moz-border-radius-top-left: 16px !important;
    border-top-left-radius: 16px !important;
}
.btl-ra17 {
    -webkit-border-top-left-radius: 17px !important;
    -moz-border-radius-top-left: 17px !important;
    border-top-left-radius: 17px !important;
}
.btl-ra18 {
    -webkit-border-top-left-radius: 18px !important;
    -moz-border-radius-top-left: 18px !important;
    border-top-left-radius: 18px !important;
}
.btl-ra19 {
    -webkit-border-top-left-radius: 19px !important;
    -moz-border-radius-top-left: 19px !important;
    border-top-left-radius: 19px !important;
}
.btl-ra20 {
    -webkit-border-top-left-radius: 20px !important;
    -moz-border-radius-top-left: 20px !important;
    border-top-left-radius: 20px !important;
}
.btl-ra21 {
    -webkit-border-top-left-radius: 21px !important;
    -moz-border-radius-top-left: 21px !important;
    border-top-left-radius: 21px !important;
}
.btl-ra22 {
    -webkit-border-top-left-radius: 22px !important;
    -moz-border-radius-top-left: 22px !important;
    border-top-left-radius: 22px !important;
}
.btl-ra23 {
    -webkit-border-top-left-radius: 23px !important;
    -moz-border-radius-top-left: 23px !important;
    border-top-left-radius: 23px !important;
}
.btl-ra24 {
    -webkit-border-top-left-radius: 24px !important;
    -moz-border-radius-top-left: 24px !important;
    border-top-left-radius: 24px !important;
}
.btl-ra25 {
    -webkit-border-top-left-radius: 25px !important;
    -moz-border-radius-top-left: 25px !important;
    border-top-left-radius: 25px !important;
}
.btl-ra26 {
    -webkit-border-top-left-radius: 26px !important;
    -moz-border-radius-top-left: 26px !important;
    border-top-left-radius: 26px !important;
}
.btl-ra27 {
    -webkit-border-top-left-radius: 27px !important;
    -moz-border-radius-top-left: 27px !important;
    border-top-left-radius: 27px !important;
}
.btl-ra28 {
    -webkit-border-top-left-radius: 28px !important;
    -moz-border-radius-top-left: 28px !important;
    border-top-left-radius: 28px !important;
}
.btl-ra29 {
    -webkit-border-top-left-radius: 29px !important;
    -moz-border-radius-top-left: 29px !important;
    border-top-left-radius: 29px !important;
}
.btl-ra30 {
    -webkit-border-top-left-radius: 30px !important;
    -moz-border-radius-top-left: 30px !important;
    border-top-left-radius: 30px !important;
}
.btl-ra31 {
    -webkit-border-top-left-radius: 31px !important;
    -moz-border-radius-top-left: 31px !important;
    border-top-left-radius: 31px !important;
}
.btl-ra32 {
    -webkit-border-top-left-radius: 32px !important;
    -moz-border-radius-top-left: 32px !important;
    border-top-left-radius: 32px !important;
}
.btl-ra33 {
    -webkit-border-top-left-radius: 33px !important;
    -moz-border-radius-top-left: 33px !important;
    border-top-left-radius: 33px !important;
}
.btl-ra34 {
    -webkit-border-top-left-radius: 34px !important;
    -moz-border-radius-top-left: 34px !important;
    border-top-left-radius: 34px !important;
}
.btl-ra35 {
    -webkit-border-top-left-radius: 35px !important;
    -moz-border-radius-top-left: 35px !important;
    border-top-left-radius: 35px !important;
}
.btl-ra36 {
    -webkit-border-top-left-radius: 36px !important;
    -moz-border-radius-top-left: 36px !important;
    border-top-left-radius: 36px !important;
}
.btl-ra37 {
    -webkit-border-top-left-radius: 37px !important;
    -moz-border-radius-top-left: 37px !important;
    border-top-left-radius: 37px !important;
}
.btl-ra38 {
    -webkit-border-top-left-radius: 38px !important;
    -moz-border-radius-top-left: 38px !important;
    border-top-left-radius: 38px !important;
}
.btl-ra39 {
    -webkit-border-top-left-radius: 39px !important;
    -moz-border-radius-top-left: 39px !important;
    border-top-left-radius: 39px !important;
}
.btl-ra40 {
    -webkit-border-top-left-radius: 40px !important;
    -moz-border-radius-top-left: 40px !important;
    border-top-left-radius: 40px !important;
}
.btl-ra41 {
    -webkit-border-top-left-radius: 41px !important;
    -moz-border-radius-top-left: 41px !important;
    border-top-left-radius: 41px !important;
}
.btl-ra42 {
    -webkit-border-top-left-radius: 42px !important;
    -moz-border-radius-top-left: 42px !important;
    border-top-left-radius: 42px !important;
}
.btl-ra43 {
    -webkit-border-top-left-radius: 43px !important;
    -moz-border-radius-top-left: 43px !important;
    border-top-left-radius: 43px !important;
}
.btl-ra44 {
    -webkit-border-top-left-radius: 44px !important;
    -moz-border-radius-top-left: 44px !important;
    border-top-left-radius: 44px !important;
}
.btl-ra45 {
    -webkit-border-top-left-radius: 45px !important;
    -moz-border-radius-top-left: 45px !important;
    border-top-left-radius: 45px !important;
}
.btl-ra46 {
    -webkit-border-top-left-radius: 46px !important;
    -moz-border-radius-top-left: 46px !important;
    border-top-left-radius: 46px !important;
}
.btl-ra47 {
    -webkit-border-top-left-radius: 47px !important;
    -moz-border-radius-top-left: 47px !important;
    border-top-left-radius: 47px !important;
}
.btl-ra48 {
    -webkit-border-top-left-radius: 48px !important;
    -moz-border-radius-top-left: 48px !important;
    border-top-left-radius: 48px !important;
}
.btl-ra49 {
    -webkit-border-top-left-radius: 49px !important;
    -moz-border-radius-top-left: 49px !important;
    border-top-left-radius: 49px !important;
}
.btl-ra50 {
    -webkit-border-top-left-radius: 50px !important;
    -moz-border-radius-top-left: 50px !important;
    border-top-left-radius: 50px !important;
}
.btl-ra51 {
    -webkit-border-top-left-radius: 51px !important;
    -moz-border-radius-top-left: 51px !important;
    border-top-left-radius: 51px !important;
}
.btl-ra52 {
    -webkit-border-top-left-radius: 52px !important;
    -moz-border-radius-top-left: 52px !important;
    border-top-left-radius: 52px !important;
}
.btl-ra53 {
    -webkit-border-top-left-radius: 53px !important;
    -moz-border-radius-top-left: 53px !important;
    border-top-left-radius: 53px !important;
}
.btl-ra54 {
    -webkit-border-top-left-radius: 54px !important;
    -moz-border-radius-top-left: 54px !important;
    border-top-left-radius: 54px !important;
}
.btl-ra55 {
    -webkit-border-top-left-radius: 55px !important;
    -moz-border-radius-top-left: 55px !important;
    border-top-left-radius: 55px !important;
}
.btl-ra56 {
    -webkit-border-top-left-radius: 56px !important;
    -moz-border-radius-top-left: 56px !important;
    border-top-left-radius: 56px !important;
}
.btl-ra57 {
    -webkit-border-top-left-radius: 57px !important;
    -moz-border-radius-top-left: 57px !important;
    border-top-left-radius: 57px !important;
}
.btl-ra58 {
    -webkit-border-top-left-radius: 58px !important;
    -moz-border-radius-top-left: 58px !important;
    border-top-left-radius: 58px !important;
}
.btl-ra59 {
    -webkit-border-top-left-radius: 59px !important;
    -moz-border-radius-top-left: 59px !important;
    border-top-left-radius: 59px !important;
}
.btl-ra60 {
    -webkit-border-top-left-radius: 60px !important;
    -moz-border-radius-top-left: 60px !important;
    border-top-left-radius: 60px !important;
}
.btl-ra61 {
    -webkit-border-top-left-radius: 61px !important;
    -moz-border-radius-top-left: 61px !important;
    border-top-left-radius: 61px !important;
}
.btl-ra62 {
    -webkit-border-top-left-radius: 62px !important;
    -moz-border-radius-top-left: 62px !important;
    border-top-left-radius: 62px !important;
}
.btl-ra63 {
    -webkit-border-top-left-radius: 63px !important;
    -moz-border-radius-top-left: 63px !important;
    border-top-left-radius: 63px !important;
}
.btl-ra64 {
    -webkit-border-top-left-radius: 64px !important;
    -moz-border-radius-top-left: 64px !important;
    border-top-left-radius: 64px !important;
}
.btl-ra65 {
    -webkit-border-top-left-radius: 65px !important;
    -moz-border-radius-top-left: 65px !important;
    border-top-left-radius: 65px !important;
}
.btl-ra66 {
    -webkit-border-top-left-radius: 66px !important;
    -moz-border-radius-top-left: 66px !important;
    border-top-left-radius: 66px !important;
}
.btl-ra67 {
    -webkit-border-top-left-radius: 67px !important;
    -moz-border-radius-top-left: 67px !important;
    border-top-left-radius: 67px !important;
}
.btl-ra68 {
    -webkit-border-top-left-radius: 68px !important;
    -moz-border-radius-top-left: 68px !important;
    border-top-left-radius: 68px !important;
}
.btl-ra69 {
    -webkit-border-top-left-radius: 69px !important;
    -moz-border-radius-top-left: 69px !important;
    border-top-left-radius: 69px !important;
}
.btl-ra70 {
    -webkit-border-top-left-radius: 70px !important;
    -moz-border-radius-top-left: 70px !important;
    border-top-left-radius: 70px !important;
}
.btl-ra71 {
    -webkit-border-top-left-radius: 71px !important;
    -moz-border-radius-top-left: 71px !important;
    border-top-left-radius: 71px !important;
}
.btl-ra72 {
    -webkit-border-top-left-radius: 72px !important;
    -moz-border-radius-top-left: 72px !important;
    border-top-left-radius: 72px !important;
}
.btl-ra73 {
    -webkit-border-top-left-radius: 73px !important;
    -moz-border-radius-top-left: 73px !important;
    border-top-left-radius: 73px !important;
}
.btl-ra74 {
    -webkit-border-top-left-radius: 74px !important;
    -moz-border-radius-top-left: 74px !important;
    border-top-left-radius: 74px !important;
}
.btl-ra75 {
    -webkit-border-top-left-radius: 75px !important;
    -moz-border-radius-top-left: 75px !important;
    border-top-left-radius: 75px !important;
}
.btl-ra76 {
    -webkit-border-top-left-radius: 76px !important;
    -moz-border-radius-top-left: 76px !important;
    border-top-left-radius: 76px !important;
}
.btl-ra77 {
    -webkit-border-top-left-radius: 77px !important;
    -moz-border-radius-top-left: 77px !important;
    border-top-left-radius: 77px !important;
}
.btl-ra78 {
    -webkit-border-top-left-radius: 78px !important;
    -moz-border-radius-top-left: 78px !important;
    border-top-left-radius: 78px !important;
}
.btl-ra79 {
    -webkit-border-top-left-radius: 79px !important;
    -moz-border-radius-top-left: 79px !important;
    border-top-left-radius: 79px !important;
}
.btl-ra80 {
    -webkit-border-top-left-radius: 80px !important;
    -moz-border-radius-top-left: 80px !important;
    border-top-left-radius: 80px !important;
}
.btl-ra81 {
    -webkit-border-top-left-radius: 81px !important;
    -moz-border-radius-top-left: 81px !important;
    border-top-left-radius: 81px !important;
}
.btl-ra82 {
    -webkit-border-top-left-radius: 82px !important;
    -moz-border-radius-top-left: 82px !important;
    border-top-left-radius: 82px !important;
}
.btl-ra83 {
    -webkit-border-top-left-radius: 83px !important;
    -moz-border-radius-top-left: 83px !important;
    border-top-left-radius: 83px !important;
}
.btl-ra84 {
    -webkit-border-top-left-radius: 84px !important;
    -moz-border-radius-top-left: 84px !important;
    border-top-left-radius: 84px !important;
}
.btl-ra85 {
    -webkit-border-top-left-radius: 85px !important;
    -moz-border-radius-top-left: 85px !important;
    border-top-left-radius: 85px !important;
}
.btl-ra86 {
    -webkit-border-top-left-radius: 86px !important;
    -moz-border-radius-top-left: 86px !important;
    border-top-left-radius: 86px !important;
}
.btl-ra87 {
    -webkit-border-top-left-radius: 87px !important;
    -moz-border-radius-top-left: 87px !important;
    border-top-left-radius: 87px !important;
}
.btl-ra88 {
    -webkit-border-top-left-radius: 88px !important;
    -moz-border-radius-top-left: 88px !important;
    border-top-left-radius: 88px !important;
}
.btl-ra89 {
    -webkit-border-top-left-radius: 89px !important;
    -moz-border-radius-top-left: 89px !important;
    border-top-left-radius: 89px !important;
}
.btl-ra90 {
    -webkit-border-top-left-radius: 90px !important;
    -moz-border-radius-top-left: 90px !important;
    border-top-left-radius: 90px !important;
}
.btl-ra91 {
    -webkit-border-top-left-radius: 91px !important;
    -moz-border-radius-top-left: 91px !important;
    border-top-left-radius: 91px !important;
}
.btl-ra92 {
    -webkit-border-top-left-radius: 92px !important;
    -moz-border-radius-top-left: 92px !important;
    border-top-left-radius: 92px !important;
}
.btl-ra93 {
    -webkit-border-top-left-radius: 93px !important;
    -moz-border-radius-top-left: 93px !important;
    border-top-left-radius: 93px !important;
}
.btl-ra94 {
    -webkit-border-top-left-radius: 94px !important;
    -moz-border-radius-top-left: 94px !important;
    border-top-left-radius: 94px !important;
}
.btl-ra95 {
    -webkit-border-top-left-radius: 95px !important;
    -moz-border-radius-top-left: 95px !important;
    border-top-left-radius: 95px !important;
}
.btl-ra96 {
    -webkit-border-top-left-radius: 96px !important;
    -moz-border-radius-top-left: 96px !important;
    border-top-left-radius: 96px !important;
}
.btl-ra97 {
    -webkit-border-top-left-radius: 97px !important;
    -moz-border-radius-top-left: 97px !important;
    border-top-left-radius: 97px !important;
}
.btl-ra98 {
    -webkit-border-top-left-radius: 98px !important;
    -moz-border-radius-top-left: 98px !important;
    border-top-left-radius: 98px !important;
}
.btl-ra99 {
    -webkit-border-top-left-radius: 99px !important;
    -moz-border-radius-top-left: 99px !important;
    border-top-left-radius: 99px !important;
}
.btl-ra100 {
    -webkit-border-top-left-radius: 100px !important;
    -moz-border-radius-top-left: 100px !important;
    border-top-left-radius: 100px !important;
}
.btl-ra101 {
    -webkit-border-top-left-radius: 101px !important;
    -moz-border-radius-top-left: 101px !important;
    border-top-left-radius: 101px !important;
}
.btl-ra102 {
    -webkit-border-top-left-radius: 102px !important;
    -moz-border-radius-top-left: 102px !important;
    border-top-left-radius: 102px !important;
}
.btl-ra103 {
    -webkit-border-top-left-radius: 103px !important;
    -moz-border-radius-top-left: 103px !important;
    border-top-left-radius: 103px !important;
}
.btl-ra104 {
    -webkit-border-top-left-radius: 104px !important;
    -moz-border-radius-top-left: 104px !important;
    border-top-left-radius: 104px !important;
}
.btl-ra105 {
    -webkit-border-top-left-radius: 105px !important;
    -moz-border-radius-top-left: 105px !important;
    border-top-left-radius: 105px !important;
}
.btl-ra106 {
    -webkit-border-top-left-radius: 106px !important;
    -moz-border-radius-top-left: 106px !important;
    border-top-left-radius: 106px !important;
}
.btl-ra107 {
    -webkit-border-top-left-radius: 107px !important;
    -moz-border-radius-top-left: 107px !important;
    border-top-left-radius: 107px !important;
}
.btl-ra108 {
    -webkit-border-top-left-radius: 108px !important;
    -moz-border-radius-top-left: 108px !important;
    border-top-left-radius: 108px !important;
}
.btl-ra109 {
    -webkit-border-top-left-radius: 109px !important;
    -moz-border-radius-top-left: 109px !important;
    border-top-left-radius: 109px !important;
}
.btl-ra110 {
    -webkit-border-top-left-radius: 110px !important;
    -moz-border-radius-top-left: 110px !important;
    border-top-left-radius: 110px !important;
}
.btl-ra111 {
    -webkit-border-top-left-radius: 111px !important;
    -moz-border-radius-top-left: 111px !important;
    border-top-left-radius: 111px !important;
}
.btl-ra112 {
    -webkit-border-top-left-radius: 112px !important;
    -moz-border-radius-top-left: 112px !important;
    border-top-left-radius: 112px !important;
}
.btl-ra113 {
    -webkit-border-top-left-radius: 113px !important;
    -moz-border-radius-top-left: 113px !important;
    border-top-left-radius: 113px !important;
}
.btl-ra114 {
    -webkit-border-top-left-radius: 114px !important;
    -moz-border-radius-top-left: 114px !important;
    border-top-left-radius: 114px !important;
}
.btl-ra115 {
    -webkit-border-top-left-radius: 115px !important;
    -moz-border-radius-top-left: 115px !important;
    border-top-left-radius: 115px !important;
}
.btl-ra116 {
    -webkit-border-top-left-radius: 116px !important;
    -moz-border-radius-top-left: 116px !important;
    border-top-left-radius: 116px !important;
}
.btl-ra117 {
    -webkit-border-top-left-radius: 117px !important;
    -moz-border-radius-top-left: 117px !important;
    border-top-left-radius: 117px !important;
}
.btl-ra118 {
    -webkit-border-top-left-radius: 118px !important;
    -moz-border-radius-top-left: 118px !important;
    border-top-left-radius: 118px !important;
}
.btl-ra119 {
    -webkit-border-top-left-radius: 119px !important;
    -moz-border-radius-top-left: 119px !important;
    border-top-left-radius: 119px !important;
}
.btl-ra120 {
    -webkit-border-top-left-radius: 120px !important;
    -moz-border-radius-top-left: 120px !important;
    border-top-left-radius: 120px !important;
}
.btl-ra121 {
    -webkit-border-top-left-radius: 121px !important;
    -moz-border-radius-top-left: 121px !important;
    border-top-left-radius: 121px !important;
}
.btl-ra122 {
    -webkit-border-top-left-radius: 122px !important;
    -moz-border-radius-top-left: 122px !important;
    border-top-left-radius: 122px !important;
}
.btl-ra123 {
    -webkit-border-top-left-radius: 123px !important;
    -moz-border-radius-top-left: 123px !important;
    border-top-left-radius: 123px !important;
}
.btl-ra124 {
    -webkit-border-top-left-radius: 124px !important;
    -moz-border-radius-top-left: 124px !important;
    border-top-left-radius: 124px !important;
}
.btl-ra125 {
    -webkit-border-top-left-radius: 125px !important;
    -moz-border-radius-top-left: 125px !important;
    border-top-left-radius: 125px !important;
}
.btl-ra126 {
    -webkit-border-top-left-radius: 126px !important;
    -moz-border-radius-top-left: 126px !important;
    border-top-left-radius: 126px !important;
}
.btl-ra127 {
    -webkit-border-top-left-radius: 127px !important;
    -moz-border-radius-top-left: 127px !important;
    border-top-left-radius: 127px !important;
}
.btl-ra128 {
    -webkit-border-top-left-radius: 128px !important;
    -moz-border-radius-top-left: 128px !important;
    border-top-left-radius: 128px !important;
}
.btl-ra129 {
    -webkit-border-top-left-radius: 129px !important;
    -moz-border-radius-top-left: 129px !important;
    border-top-left-radius: 129px !important;
}
.btl-ra130 {
    -webkit-border-top-left-radius: 130px !important;
    -moz-border-radius-top-left: 130px !important;
    border-top-left-radius: 130px !important;
}
.btl-ra131 {
    -webkit-border-top-left-radius: 131px !important;
    -moz-border-radius-top-left: 131px !important;
    border-top-left-radius: 131px !important;
}
.btl-ra132 {
    -webkit-border-top-left-radius: 132px !important;
    -moz-border-radius-top-left: 132px !important;
    border-top-left-radius: 132px !important;
}
.btl-ra133 {
    -webkit-border-top-left-radius: 133px !important;
    -moz-border-radius-top-left: 133px !important;
    border-top-left-radius: 133px !important;
}
.btl-ra134 {
    -webkit-border-top-left-radius: 134px !important;
    -moz-border-radius-top-left: 134px !important;
    border-top-left-radius: 134px !important;
}
.btl-ra135 {
    -webkit-border-top-left-radius: 135px !important;
    -moz-border-radius-top-left: 135px !important;
    border-top-left-radius: 135px !important;
}
.btl-ra136 {
    -webkit-border-top-left-radius: 136px !important;
    -moz-border-radius-top-left: 136px !important;
    border-top-left-radius: 136px !important;
}
.btl-ra137 {
    -webkit-border-top-left-radius: 137px !important;
    -moz-border-radius-top-left: 137px !important;
    border-top-left-radius: 137px !important;
}
.btl-ra138 {
    -webkit-border-top-left-radius: 138px !important;
    -moz-border-radius-top-left: 138px !important;
    border-top-left-radius: 138px !important;
}
.btl-ra139 {
    -webkit-border-top-left-radius: 139px !important;
    -moz-border-radius-top-left: 139px !important;
    border-top-left-radius: 139px !important;
}
.btl-ra140 {
    -webkit-border-top-left-radius: 140px !important;
    -moz-border-radius-top-left: 140px !important;
    border-top-left-radius: 140px !important;
}
.btl-ra141 {
    -webkit-border-top-left-radius: 141px !important;
    -moz-border-radius-top-left: 141px !important;
    border-top-left-radius: 141px !important;
}
.btl-ra142 {
    -webkit-border-top-left-radius: 142px !important;
    -moz-border-radius-top-left: 142px !important;
    border-top-left-radius: 142px !important;
}
.btl-ra143 {
    -webkit-border-top-left-radius: 143px !important;
    -moz-border-radius-top-left: 143px !important;
    border-top-left-radius: 143px !important;
}
.btl-ra144 {
    -webkit-border-top-left-radius: 144px !important;
    -moz-border-radius-top-left: 144px !important;
    border-top-left-radius: 144px !important;
}
.btl-ra145 {
    -webkit-border-top-left-radius: 145px !important;
    -moz-border-radius-top-left: 145px !important;
    border-top-left-radius: 145px !important;
}
.btl-ra146 {
    -webkit-border-top-left-radius: 146px !important;
    -moz-border-radius-top-left: 146px !important;
    border-top-left-radius: 146px !important;
}
.btl-ra147 {
    -webkit-border-top-left-radius: 147px !important;
    -moz-border-radius-top-left: 147px !important;
    border-top-left-radius: 147px !important;
}
.btl-ra148 {
    -webkit-border-top-left-radius: 148px !important;
    -moz-border-radius-top-left: 148px !important;
    border-top-left-radius: 148px !important;
}
.btl-ra149 {
    -webkit-border-top-left-radius: 149px !important;
    -moz-border-radius-top-left: 149px !important;
    border-top-left-radius: 149px !important;
}
.btl-ra150 {
    -webkit-border-top-left-radius: 150px !important;
    -moz-border-radius-top-left: 150px !important;
    border-top-left-radius: 150px !important;
}
.btl-ra151 {
    -webkit-border-top-left-radius: 151px !important;
    -moz-border-radius-top-left: 151px !important;
    border-top-left-radius: 151px !important;
}
.btl-ra152 {
    -webkit-border-top-left-radius: 152px !important;
    -moz-border-radius-top-left: 152px !important;
    border-top-left-radius: 152px !important;
}
.btl-ra153 {
    -webkit-border-top-left-radius: 153px !important;
    -moz-border-radius-top-left: 153px !important;
    border-top-left-radius: 153px !important;
}
.btl-ra154 {
    -webkit-border-top-left-radius: 154px !important;
    -moz-border-radius-top-left: 154px !important;
    border-top-left-radius: 154px !important;
}
.btl-ra155 {
    -webkit-border-top-left-radius: 155px !important;
    -moz-border-radius-top-left: 155px !important;
    border-top-left-radius: 155px !important;
}
.btl-ra156 {
    -webkit-border-top-left-radius: 156px !important;
    -moz-border-radius-top-left: 156px !important;
    border-top-left-radius: 156px !important;
}
.btl-ra157 {
    -webkit-border-top-left-radius: 157px !important;
    -moz-border-radius-top-left: 157px !important;
    border-top-left-radius: 157px !important;
}
.btl-ra158 {
    -webkit-border-top-left-radius: 158px !important;
    -moz-border-radius-top-left: 158px !important;
    border-top-left-radius: 158px !important;
}
.btl-ra159 {
    -webkit-border-top-left-radius: 159px !important;
    -moz-border-radius-top-left: 159px !important;
    border-top-left-radius: 159px !important;
}
.btl-ra160 {
    -webkit-border-top-left-radius: 160px !important;
    -moz-border-radius-top-left: 160px !important;
    border-top-left-radius: 160px !important;
}
.btl-ra161 {
    -webkit-border-top-left-radius: 161px !important;
    -moz-border-radius-top-left: 161px !important;
    border-top-left-radius: 161px !important;
}
.btl-ra162 {
    -webkit-border-top-left-radius: 162px !important;
    -moz-border-radius-top-left: 162px !important;
    border-top-left-radius: 162px !important;
}
.btl-ra163 {
    -webkit-border-top-left-radius: 163px !important;
    -moz-border-radius-top-left: 163px !important;
    border-top-left-radius: 163px !important;
}
.btl-ra164 {
    -webkit-border-top-left-radius: 164px !important;
    -moz-border-radius-top-left: 164px !important;
    border-top-left-radius: 164px !important;
}
.btl-ra165 {
    -webkit-border-top-left-radius: 165px !important;
    -moz-border-radius-top-left: 165px !important;
    border-top-left-radius: 165px !important;
}
.btl-ra166 {
    -webkit-border-top-left-radius: 166px !important;
    -moz-border-radius-top-left: 166px !important;
    border-top-left-radius: 166px !important;
}
.btl-ra167 {
    -webkit-border-top-left-radius: 167px !important;
    -moz-border-radius-top-left: 167px !important;
    border-top-left-radius: 167px !important;
}
.btl-ra168 {
    -webkit-border-top-left-radius: 168px !important;
    -moz-border-radius-top-left: 168px !important;
    border-top-left-radius: 168px !important;
}
.btl-ra169 {
    -webkit-border-top-left-radius: 169px !important;
    -moz-border-radius-top-left: 169px !important;
    border-top-left-radius: 169px !important;
}
.btl-ra170 {
    -webkit-border-top-left-radius: 170px !important;
    -moz-border-radius-top-left: 170px !important;
    border-top-left-radius: 170px !important;
}
.btl-ra171 {
    -webkit-border-top-left-radius: 171px !important;
    -moz-border-radius-top-left: 171px !important;
    border-top-left-radius: 171px !important;
}
.btl-ra172 {
    -webkit-border-top-left-radius: 172px !important;
    -moz-border-radius-top-left: 172px !important;
    border-top-left-radius: 172px !important;
}
.btl-ra173 {
    -webkit-border-top-left-radius: 173px !important;
    -moz-border-radius-top-left: 173px !important;
    border-top-left-radius: 173px !important;
}
.btl-ra174 {
    -webkit-border-top-left-radius: 174px !important;
    -moz-border-radius-top-left: 174px !important;
    border-top-left-radius: 174px !important;
}
.btl-ra175 {
    -webkit-border-top-left-radius: 175px !important;
    -moz-border-radius-top-left: 175px !important;
    border-top-left-radius: 175px !important;
}
.btl-ra176 {
    -webkit-border-top-left-radius: 176px !important;
    -moz-border-radius-top-left: 176px !important;
    border-top-left-radius: 176px !important;
}
.btl-ra177 {
    -webkit-border-top-left-radius: 177px !important;
    -moz-border-radius-top-left: 177px !important;
    border-top-left-radius: 177px !important;
}
.btl-ra178 {
    -webkit-border-top-left-radius: 178px !important;
    -moz-border-radius-top-left: 178px !important;
    border-top-left-radius: 178px !important;
}
.btl-ra179 {
    -webkit-border-top-left-radius: 179px !important;
    -moz-border-radius-top-left: 179px !important;
    border-top-left-radius: 179px !important;
}
.btl-ra180 {
    -webkit-border-top-left-radius: 180px !important;
    -moz-border-radius-top-left: 180px !important;
    border-top-left-radius: 180px !important;
}
.btl-ra181 {
    -webkit-border-top-left-radius: 181px !important;
    -moz-border-radius-top-left: 181px !important;
    border-top-left-radius: 181px !important;
}
.btl-ra182 {
    -webkit-border-top-left-radius: 182px !important;
    -moz-border-radius-top-left: 182px !important;
    border-top-left-radius: 182px !important;
}
.btl-ra183 {
    -webkit-border-top-left-radius: 183px !important;
    -moz-border-radius-top-left: 183px !important;
    border-top-left-radius: 183px !important;
}
.btl-ra184 {
    -webkit-border-top-left-radius: 184px !important;
    -moz-border-radius-top-left: 184px !important;
    border-top-left-radius: 184px !important;
}
.btl-ra185 {
    -webkit-border-top-left-radius: 185px !important;
    -moz-border-radius-top-left: 185px !important;
    border-top-left-radius: 185px !important;
}
.btl-ra186 {
    -webkit-border-top-left-radius: 186px !important;
    -moz-border-radius-top-left: 186px !important;
    border-top-left-radius: 186px !important;
}
.btl-ra187 {
    -webkit-border-top-left-radius: 187px !important;
    -moz-border-radius-top-left: 187px !important;
    border-top-left-radius: 187px !important;
}
.btl-ra188 {
    -webkit-border-top-left-radius: 188px !important;
    -moz-border-radius-top-left: 188px !important;
    border-top-left-radius: 188px !important;
}
.btl-ra189 {
    -webkit-border-top-left-radius: 189px !important;
    -moz-border-radius-top-left: 189px !important;
    border-top-left-radius: 189px !important;
}
.btl-ra190 {
    -webkit-border-top-left-radius: 190px !important;
    -moz-border-radius-top-left: 190px !important;
    border-top-left-radius: 190px !important;
}
.btl-ra191 {
    -webkit-border-top-left-radius: 191px !important;
    -moz-border-radius-top-left: 191px !important;
    border-top-left-radius: 191px !important;
}
.btl-ra192 {
    -webkit-border-top-left-radius: 192px !important;
    -moz-border-radius-top-left: 192px !important;
    border-top-left-radius: 192px !important;
}
.btl-ra193 {
    -webkit-border-top-left-radius: 193px !important;
    -moz-border-radius-top-left: 193px !important;
    border-top-left-radius: 193px !important;
}
.btl-ra194 {
    -webkit-border-top-left-radius: 194px !important;
    -moz-border-radius-top-left: 194px !important;
    border-top-left-radius: 194px !important;
}
.btl-ra195 {
    -webkit-border-top-left-radius: 195px !important;
    -moz-border-radius-top-left: 195px !important;
    border-top-left-radius: 195px !important;
}
.btl-ra196 {
    -webkit-border-top-left-radius: 196px !important;
    -moz-border-radius-top-left: 196px !important;
    border-top-left-radius: 196px !important;
}
.btl-ra197 {
    -webkit-border-top-left-radius: 197px !important;
    -moz-border-radius-top-left: 197px !important;
    border-top-left-radius: 197px !important;
}
.btl-ra198 {
    -webkit-border-top-left-radius: 198px !important;
    -moz-border-radius-top-left: 198px !important;
    border-top-left-radius: 198px !important;
}
.btl-ra199 {
    -webkit-border-top-left-radius: 199px !important;
    -moz-border-radius-top-left: 199px !important;
    border-top-left-radius: 199px !important;
}
.btl-ra200 {
    -webkit-border-top-left-radius: 200px !important;
    -moz-border-radius-top-left: 200px !important;
    border-top-left-radius: 200px !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-btl-ra0 {
        -webkit-border-top-left-radius: 0px !important;
        -moz-border-radius-top-left: 0px !important;
        border-top-left-radius: 0px !important;
    }
    .col-sm-btl-ra1 {
        -webkit-border-top-left-radius: 1px !important;
        -moz-border-radius-top-left: 1px !important;
        border-top-left-radius: 1px !important;
    }
    .col-sm-btl-ra2 {
        -webkit-border-top-left-radius: 2px !important;
        -moz-border-radius-top-left: 2px !important;
        border-top-left-radius: 2px !important;
    }
    .col-sm-btl-ra3 {
        -webkit-border-top-left-radius: 3px !important;
        -moz-border-radius-top-left: 3px !important;
        border-top-left-radius: 3px !important;
    }
    .col-sm-btl-ra4 {
        -webkit-border-top-left-radius: 4px !important;
        -moz-border-radius-top-left: 4px !important;
        border-top-left-radius: 4px !important;
    }
    .col-sm-btl-ra5 {
        -webkit-border-top-left-radius: 5px !important;
        -moz-border-radius-top-left: 5px !important;
        border-top-left-radius: 5px !important;
    }
    .col-sm-btl-ra6 {
        -webkit-border-top-left-radius: 6px !important;
        -moz-border-radius-top-left: 6px !important;
        border-top-left-radius: 6px !important;
    }
    .col-sm-btl-ra7 {
        -webkit-border-top-left-radius: 7px !important;
        -moz-border-radius-top-left: 7px !important;
        border-top-left-radius: 7px !important;
    }
    .col-sm-btl-ra8 {
        -webkit-border-top-left-radius: 8px !important;
        -moz-border-radius-top-left: 8px !important;
        border-top-left-radius: 8px !important;
    }
    .col-sm-btl-ra9 {
        -webkit-border-top-left-radius: 9px !important;
        -moz-border-radius-top-left: 9px !important;
        border-top-left-radius: 9px !important;
    }
    .col-sm-btl-ra10 {
        -webkit-border-top-left-radius: 10px !important;
        -moz-border-radius-top-left: 10px !important;
        border-top-left-radius: 10px !important;
    }
    .col-sm-btl-ra11 {
        -webkit-border-top-left-radius: 11px !important;
        -moz-border-radius-top-left: 11px !important;
        border-top-left-radius: 11px !important;
    }
    .col-sm-btl-ra12 {
        -webkit-border-top-left-radius: 12px !important;
        -moz-border-radius-top-left: 12px !important;
        border-top-left-radius: 12px !important;
    }
    .col-sm-btl-ra13 {
        -webkit-border-top-left-radius: 13px !important;
        -moz-border-radius-top-left: 13px !important;
        border-top-left-radius: 13px !important;
    }
    .col-sm-btl-ra14 {
        -webkit-border-top-left-radius: 14px !important;
        -moz-border-radius-top-left: 14px !important;
        border-top-left-radius: 14px !important;
    }
    .col-sm-btl-ra15 {
        -webkit-border-top-left-radius: 15px !important;
        -moz-border-radius-top-left: 15px !important;
        border-top-left-radius: 15px !important;
    }
    .col-sm-btl-ra16 {
        -webkit-border-top-left-radius: 16px !important;
        -moz-border-radius-top-left: 16px !important;
        border-top-left-radius: 16px !important;
    }
    .col-sm-btl-ra17 {
        -webkit-border-top-left-radius: 17px !important;
        -moz-border-radius-top-left: 17px !important;
        border-top-left-radius: 17px !important;
    }
    .col-sm-btl-ra18 {
        -webkit-border-top-left-radius: 18px !important;
        -moz-border-radius-top-left: 18px !important;
        border-top-left-radius: 18px !important;
    }
    .col-sm-btl-ra19 {
        -webkit-border-top-left-radius: 19px !important;
        -moz-border-radius-top-left: 19px !important;
        border-top-left-radius: 19px !important;
    }
    .col-sm-btl-ra20 {
        -webkit-border-top-left-radius: 20px !important;
        -moz-border-radius-top-left: 20px !important;
        border-top-left-radius: 20px !important;
    }
    .col-sm-btl-ra21 {
        -webkit-border-top-left-radius: 21px !important;
        -moz-border-radius-top-left: 21px !important;
        border-top-left-radius: 21px !important;
    }
    .col-sm-btl-ra22 {
        -webkit-border-top-left-radius: 22px !important;
        -moz-border-radius-top-left: 22px !important;
        border-top-left-radius: 22px !important;
    }
    .col-sm-btl-ra23 {
        -webkit-border-top-left-radius: 23px !important;
        -moz-border-radius-top-left: 23px !important;
        border-top-left-radius: 23px !important;
    }
    .col-sm-btl-ra24 {
        -webkit-border-top-left-radius: 24px !important;
        -moz-border-radius-top-left: 24px !important;
        border-top-left-radius: 24px !important;
    }
    .col-sm-btl-ra25 {
        -webkit-border-top-left-radius: 25px !important;
        -moz-border-radius-top-left: 25px !important;
        border-top-left-radius: 25px !important;
    }
    .col-sm-btl-ra26 {
        -webkit-border-top-left-radius: 26px !important;
        -moz-border-radius-top-left: 26px !important;
        border-top-left-radius: 26px !important;
    }
    .col-sm-btl-ra27 {
        -webkit-border-top-left-radius: 27px !important;
        -moz-border-radius-top-left: 27px !important;
        border-top-left-radius: 27px !important;
    }
    .col-sm-btl-ra28 {
        -webkit-border-top-left-radius: 28px !important;
        -moz-border-radius-top-left: 28px !important;
        border-top-left-radius: 28px !important;
    }
    .col-sm-btl-ra29 {
        -webkit-border-top-left-radius: 29px !important;
        -moz-border-radius-top-left: 29px !important;
        border-top-left-radius: 29px !important;
    }
    .col-sm-btl-ra30 {
        -webkit-border-top-left-radius: 30px !important;
        -moz-border-radius-top-left: 30px !important;
        border-top-left-radius: 30px !important;
    }
    .col-sm-btl-ra31 {
        -webkit-border-top-left-radius: 31px !important;
        -moz-border-radius-top-left: 31px !important;
        border-top-left-radius: 31px !important;
    }
    .col-sm-btl-ra32 {
        -webkit-border-top-left-radius: 32px !important;
        -moz-border-radius-top-left: 32px !important;
        border-top-left-radius: 32px !important;
    }
    .col-sm-btl-ra33 {
        -webkit-border-top-left-radius: 33px !important;
        -moz-border-radius-top-left: 33px !important;
        border-top-left-radius: 33px !important;
    }
    .col-sm-btl-ra34 {
        -webkit-border-top-left-radius: 34px !important;
        -moz-border-radius-top-left: 34px !important;
        border-top-left-radius: 34px !important;
    }
    .col-sm-btl-ra35 {
        -webkit-border-top-left-radius: 35px !important;
        -moz-border-radius-top-left: 35px !important;
        border-top-left-radius: 35px !important;
    }
    .col-sm-btl-ra36 {
        -webkit-border-top-left-radius: 36px !important;
        -moz-border-radius-top-left: 36px !important;
        border-top-left-radius: 36px !important;
    }
    .col-sm-btl-ra37 {
        -webkit-border-top-left-radius: 37px !important;
        -moz-border-radius-top-left: 37px !important;
        border-top-left-radius: 37px !important;
    }
    .col-sm-btl-ra38 {
        -webkit-border-top-left-radius: 38px !important;
        -moz-border-radius-top-left: 38px !important;
        border-top-left-radius: 38px !important;
    }
    .col-sm-btl-ra39 {
        -webkit-border-top-left-radius: 39px !important;
        -moz-border-radius-top-left: 39px !important;
        border-top-left-radius: 39px !important;
    }
    .col-sm-btl-ra40 {
        -webkit-border-top-left-radius: 40px !important;
        -moz-border-radius-top-left: 40px !important;
        border-top-left-radius: 40px !important;
    }
    .col-sm-btl-ra41 {
        -webkit-border-top-left-radius: 41px !important;
        -moz-border-radius-top-left: 41px !important;
        border-top-left-radius: 41px !important;
    }
    .col-sm-btl-ra42 {
        -webkit-border-top-left-radius: 42px !important;
        -moz-border-radius-top-left: 42px !important;
        border-top-left-radius: 42px !important;
    }
    .col-sm-btl-ra43 {
        -webkit-border-top-left-radius: 43px !important;
        -moz-border-radius-top-left: 43px !important;
        border-top-left-radius: 43px !important;
    }
    .col-sm-btl-ra44 {
        -webkit-border-top-left-radius: 44px !important;
        -moz-border-radius-top-left: 44px !important;
        border-top-left-radius: 44px !important;
    }
    .col-sm-btl-ra45 {
        -webkit-border-top-left-radius: 45px !important;
        -moz-border-radius-top-left: 45px !important;
        border-top-left-radius: 45px !important;
    }
    .col-sm-btl-ra46 {
        -webkit-border-top-left-radius: 46px !important;
        -moz-border-radius-top-left: 46px !important;
        border-top-left-radius: 46px !important;
    }
    .col-sm-btl-ra47 {
        -webkit-border-top-left-radius: 47px !important;
        -moz-border-radius-top-left: 47px !important;
        border-top-left-radius: 47px !important;
    }
    .col-sm-btl-ra48 {
        -webkit-border-top-left-radius: 48px !important;
        -moz-border-radius-top-left: 48px !important;
        border-top-left-radius: 48px !important;
    }
    .col-sm-btl-ra49 {
        -webkit-border-top-left-radius: 49px !important;
        -moz-border-radius-top-left: 49px !important;
        border-top-left-radius: 49px !important;
    }
    .col-sm-btl-ra50 {
        -webkit-border-top-left-radius: 50px !important;
        -moz-border-radius-top-left: 50px !important;
        border-top-left-radius: 50px !important;
    }
    .col-sm-btl-ra51 {
        -webkit-border-top-left-radius: 51px !important;
        -moz-border-radius-top-left: 51px !important;
        border-top-left-radius: 51px !important;
    }
    .col-sm-btl-ra52 {
        -webkit-border-top-left-radius: 52px !important;
        -moz-border-radius-top-left: 52px !important;
        border-top-left-radius: 52px !important;
    }
    .col-sm-btl-ra53 {
        -webkit-border-top-left-radius: 53px !important;
        -moz-border-radius-top-left: 53px !important;
        border-top-left-radius: 53px !important;
    }
    .col-sm-btl-ra54 {
        -webkit-border-top-left-radius: 54px !important;
        -moz-border-radius-top-left: 54px !important;
        border-top-left-radius: 54px !important;
    }
    .col-sm-btl-ra55 {
        -webkit-border-top-left-radius: 55px !important;
        -moz-border-radius-top-left: 55px !important;
        border-top-left-radius: 55px !important;
    }
    .col-sm-btl-ra56 {
        -webkit-border-top-left-radius: 56px !important;
        -moz-border-radius-top-left: 56px !important;
        border-top-left-radius: 56px !important;
    }
    .col-sm-btl-ra57 {
        -webkit-border-top-left-radius: 57px !important;
        -moz-border-radius-top-left: 57px !important;
        border-top-left-radius: 57px !important;
    }
    .col-sm-btl-ra58 {
        -webkit-border-top-left-radius: 58px !important;
        -moz-border-radius-top-left: 58px !important;
        border-top-left-radius: 58px !important;
    }
    .col-sm-btl-ra59 {
        -webkit-border-top-left-radius: 59px !important;
        -moz-border-radius-top-left: 59px !important;
        border-top-left-radius: 59px !important;
    }
    .col-sm-btl-ra60 {
        -webkit-border-top-left-radius: 60px !important;
        -moz-border-radius-top-left: 60px !important;
        border-top-left-radius: 60px !important;
    }
    .col-sm-btl-ra61 {
        -webkit-border-top-left-radius: 61px !important;
        -moz-border-radius-top-left: 61px !important;
        border-top-left-radius: 61px !important;
    }
    .col-sm-btl-ra62 {
        -webkit-border-top-left-radius: 62px !important;
        -moz-border-radius-top-left: 62px !important;
        border-top-left-radius: 62px !important;
    }
    .col-sm-btl-ra63 {
        -webkit-border-top-left-radius: 63px !important;
        -moz-border-radius-top-left: 63px !important;
        border-top-left-radius: 63px !important;
    }
    .col-sm-btl-ra64 {
        -webkit-border-top-left-radius: 64px !important;
        -moz-border-radius-top-left: 64px !important;
        border-top-left-radius: 64px !important;
    }
    .col-sm-btl-ra65 {
        -webkit-border-top-left-radius: 65px !important;
        -moz-border-radius-top-left: 65px !important;
        border-top-left-radius: 65px !important;
    }
    .col-sm-btl-ra66 {
        -webkit-border-top-left-radius: 66px !important;
        -moz-border-radius-top-left: 66px !important;
        border-top-left-radius: 66px !important;
    }
    .col-sm-btl-ra67 {
        -webkit-border-top-left-radius: 67px !important;
        -moz-border-radius-top-left: 67px !important;
        border-top-left-radius: 67px !important;
    }
    .col-sm-btl-ra68 {
        -webkit-border-top-left-radius: 68px !important;
        -moz-border-radius-top-left: 68px !important;
        border-top-left-radius: 68px !important;
    }
    .col-sm-btl-ra69 {
        -webkit-border-top-left-radius: 69px !important;
        -moz-border-radius-top-left: 69px !important;
        border-top-left-radius: 69px !important;
    }
    .col-sm-btl-ra70 {
        -webkit-border-top-left-radius: 70px !important;
        -moz-border-radius-top-left: 70px !important;
        border-top-left-radius: 70px !important;
    }
    .col-sm-btl-ra71 {
        -webkit-border-top-left-radius: 71px !important;
        -moz-border-radius-top-left: 71px !important;
        border-top-left-radius: 71px !important;
    }
    .col-sm-btl-ra72 {
        -webkit-border-top-left-radius: 72px !important;
        -moz-border-radius-top-left: 72px !important;
        border-top-left-radius: 72px !important;
    }
    .col-sm-btl-ra73 {
        -webkit-border-top-left-radius: 73px !important;
        -moz-border-radius-top-left: 73px !important;
        border-top-left-radius: 73px !important;
    }
    .col-sm-btl-ra74 {
        -webkit-border-top-left-radius: 74px !important;
        -moz-border-radius-top-left: 74px !important;
        border-top-left-radius: 74px !important;
    }
    .col-sm-btl-ra75 {
        -webkit-border-top-left-radius: 75px !important;
        -moz-border-radius-top-left: 75px !important;
        border-top-left-radius: 75px !important;
    }
    .col-sm-btl-ra76 {
        -webkit-border-top-left-radius: 76px !important;
        -moz-border-radius-top-left: 76px !important;
        border-top-left-radius: 76px !important;
    }
    .col-sm-btl-ra77 {
        -webkit-border-top-left-radius: 77px !important;
        -moz-border-radius-top-left: 77px !important;
        border-top-left-radius: 77px !important;
    }
    .col-sm-btl-ra78 {
        -webkit-border-top-left-radius: 78px !important;
        -moz-border-radius-top-left: 78px !important;
        border-top-left-radius: 78px !important;
    }
    .col-sm-btl-ra79 {
        -webkit-border-top-left-radius: 79px !important;
        -moz-border-radius-top-left: 79px !important;
        border-top-left-radius: 79px !important;
    }
    .col-sm-btl-ra80 {
        -webkit-border-top-left-radius: 80px !important;
        -moz-border-radius-top-left: 80px !important;
        border-top-left-radius: 80px !important;
    }
    .col-sm-btl-ra81 {
        -webkit-border-top-left-radius: 81px !important;
        -moz-border-radius-top-left: 81px !important;
        border-top-left-radius: 81px !important;
    }
    .col-sm-btl-ra82 {
        -webkit-border-top-left-radius: 82px !important;
        -moz-border-radius-top-left: 82px !important;
        border-top-left-radius: 82px !important;
    }
    .col-sm-btl-ra83 {
        -webkit-border-top-left-radius: 83px !important;
        -moz-border-radius-top-left: 83px !important;
        border-top-left-radius: 83px !important;
    }
    .col-sm-btl-ra84 {
        -webkit-border-top-left-radius: 84px !important;
        -moz-border-radius-top-left: 84px !important;
        border-top-left-radius: 84px !important;
    }
    .col-sm-btl-ra85 {
        -webkit-border-top-left-radius: 85px !important;
        -moz-border-radius-top-left: 85px !important;
        border-top-left-radius: 85px !important;
    }
    .col-sm-btl-ra86 {
        -webkit-border-top-left-radius: 86px !important;
        -moz-border-radius-top-left: 86px !important;
        border-top-left-radius: 86px !important;
    }
    .col-sm-btl-ra87 {
        -webkit-border-top-left-radius: 87px !important;
        -moz-border-radius-top-left: 87px !important;
        border-top-left-radius: 87px !important;
    }
    .col-sm-btl-ra88 {
        -webkit-border-top-left-radius: 88px !important;
        -moz-border-radius-top-left: 88px !important;
        border-top-left-radius: 88px !important;
    }
    .col-sm-btl-ra89 {
        -webkit-border-top-left-radius: 89px !important;
        -moz-border-radius-top-left: 89px !important;
        border-top-left-radius: 89px !important;
    }
    .col-sm-btl-ra90 {
        -webkit-border-top-left-radius: 90px !important;
        -moz-border-radius-top-left: 90px !important;
        border-top-left-radius: 90px !important;
    }
    .col-sm-btl-ra91 {
        -webkit-border-top-left-radius: 91px !important;
        -moz-border-radius-top-left: 91px !important;
        border-top-left-radius: 91px !important;
    }
    .col-sm-btl-ra92 {
        -webkit-border-top-left-radius: 92px !important;
        -moz-border-radius-top-left: 92px !important;
        border-top-left-radius: 92px !important;
    }
    .col-sm-btl-ra93 {
        -webkit-border-top-left-radius: 93px !important;
        -moz-border-radius-top-left: 93px !important;
        border-top-left-radius: 93px !important;
    }
    .col-sm-btl-ra94 {
        -webkit-border-top-left-radius: 94px !important;
        -moz-border-radius-top-left: 94px !important;
        border-top-left-radius: 94px !important;
    }
    .col-sm-btl-ra95 {
        -webkit-border-top-left-radius: 95px !important;
        -moz-border-radius-top-left: 95px !important;
        border-top-left-radius: 95px !important;
    }
    .col-sm-btl-ra96 {
        -webkit-border-top-left-radius: 96px !important;
        -moz-border-radius-top-left: 96px !important;
        border-top-left-radius: 96px !important;
    }
    .col-sm-btl-ra97 {
        -webkit-border-top-left-radius: 97px !important;
        -moz-border-radius-top-left: 97px !important;
        border-top-left-radius: 97px !important;
    }
    .col-sm-btl-ra98 {
        -webkit-border-top-left-radius: 98px !important;
        -moz-border-radius-top-left: 98px !important;
        border-top-left-radius: 98px !important;
    }
    .col-sm-btl-ra99 {
        -webkit-border-top-left-radius: 99px !important;
        -moz-border-radius-top-left: 99px !important;
        border-top-left-radius: 99px !important;
    }
    .col-sm-btl-ra100 {
        -webkit-border-top-left-radius: 100px !important;
        -moz-border-radius-top-left: 100px !important;
        border-top-left-radius: 100px !important;
    }
    .col-sm-btl-ra101 {
        -webkit-border-top-left-radius: 101px !important;
        -moz-border-radius-top-left: 101px !important;
        border-top-left-radius: 101px !important;
    }
    .col-sm-btl-ra102 {
        -webkit-border-top-left-radius: 102px !important;
        -moz-border-radius-top-left: 102px !important;
        border-top-left-radius: 102px !important;
    }
    .col-sm-btl-ra103 {
        -webkit-border-top-left-radius: 103px !important;
        -moz-border-radius-top-left: 103px !important;
        border-top-left-radius: 103px !important;
    }
    .col-sm-btl-ra104 {
        -webkit-border-top-left-radius: 104px !important;
        -moz-border-radius-top-left: 104px !important;
        border-top-left-radius: 104px !important;
    }
    .col-sm-btl-ra105 {
        -webkit-border-top-left-radius: 105px !important;
        -moz-border-radius-top-left: 105px !important;
        border-top-left-radius: 105px !important;
    }
    .col-sm-btl-ra106 {
        -webkit-border-top-left-radius: 106px !important;
        -moz-border-radius-top-left: 106px !important;
        border-top-left-radius: 106px !important;
    }
    .col-sm-btl-ra107 {
        -webkit-border-top-left-radius: 107px !important;
        -moz-border-radius-top-left: 107px !important;
        border-top-left-radius: 107px !important;
    }
    .col-sm-btl-ra108 {
        -webkit-border-top-left-radius: 108px !important;
        -moz-border-radius-top-left: 108px !important;
        border-top-left-radius: 108px !important;
    }
    .col-sm-btl-ra109 {
        -webkit-border-top-left-radius: 109px !important;
        -moz-border-radius-top-left: 109px !important;
        border-top-left-radius: 109px !important;
    }
    .col-sm-btl-ra110 {
        -webkit-border-top-left-radius: 110px !important;
        -moz-border-radius-top-left: 110px !important;
        border-top-left-radius: 110px !important;
    }
    .col-sm-btl-ra111 {
        -webkit-border-top-left-radius: 111px !important;
        -moz-border-radius-top-left: 111px !important;
        border-top-left-radius: 111px !important;
    }
    .col-sm-btl-ra112 {
        -webkit-border-top-left-radius: 112px !important;
        -moz-border-radius-top-left: 112px !important;
        border-top-left-radius: 112px !important;
    }
    .col-sm-btl-ra113 {
        -webkit-border-top-left-radius: 113px !important;
        -moz-border-radius-top-left: 113px !important;
        border-top-left-radius: 113px !important;
    }
    .col-sm-btl-ra114 {
        -webkit-border-top-left-radius: 114px !important;
        -moz-border-radius-top-left: 114px !important;
        border-top-left-radius: 114px !important;
    }
    .col-sm-btl-ra115 {
        -webkit-border-top-left-radius: 115px !important;
        -moz-border-radius-top-left: 115px !important;
        border-top-left-radius: 115px !important;
    }
    .col-sm-btl-ra116 {
        -webkit-border-top-left-radius: 116px !important;
        -moz-border-radius-top-left: 116px !important;
        border-top-left-radius: 116px !important;
    }
    .col-sm-btl-ra117 {
        -webkit-border-top-left-radius: 117px !important;
        -moz-border-radius-top-left: 117px !important;
        border-top-left-radius: 117px !important;
    }
    .col-sm-btl-ra118 {
        -webkit-border-top-left-radius: 118px !important;
        -moz-border-radius-top-left: 118px !important;
        border-top-left-radius: 118px !important;
    }
    .col-sm-btl-ra119 {
        -webkit-border-top-left-radius: 119px !important;
        -moz-border-radius-top-left: 119px !important;
        border-top-left-radius: 119px !important;
    }
    .col-sm-btl-ra120 {
        -webkit-border-top-left-radius: 120px !important;
        -moz-border-radius-top-left: 120px !important;
        border-top-left-radius: 120px !important;
    }
    .col-sm-btl-ra121 {
        -webkit-border-top-left-radius: 121px !important;
        -moz-border-radius-top-left: 121px !important;
        border-top-left-radius: 121px !important;
    }
    .col-sm-btl-ra122 {
        -webkit-border-top-left-radius: 122px !important;
        -moz-border-radius-top-left: 122px !important;
        border-top-left-radius: 122px !important;
    }
    .col-sm-btl-ra123 {
        -webkit-border-top-left-radius: 123px !important;
        -moz-border-radius-top-left: 123px !important;
        border-top-left-radius: 123px !important;
    }
    .col-sm-btl-ra124 {
        -webkit-border-top-left-radius: 124px !important;
        -moz-border-radius-top-left: 124px !important;
        border-top-left-radius: 124px !important;
    }
    .col-sm-btl-ra125 {
        -webkit-border-top-left-radius: 125px !important;
        -moz-border-radius-top-left: 125px !important;
        border-top-left-radius: 125px !important;
    }
    .col-sm-btl-ra126 {
        -webkit-border-top-left-radius: 126px !important;
        -moz-border-radius-top-left: 126px !important;
        border-top-left-radius: 126px !important;
    }
    .col-sm-btl-ra127 {
        -webkit-border-top-left-radius: 127px !important;
        -moz-border-radius-top-left: 127px !important;
        border-top-left-radius: 127px !important;
    }
    .col-sm-btl-ra128 {
        -webkit-border-top-left-radius: 128px !important;
        -moz-border-radius-top-left: 128px !important;
        border-top-left-radius: 128px !important;
    }
    .col-sm-btl-ra129 {
        -webkit-border-top-left-radius: 129px !important;
        -moz-border-radius-top-left: 129px !important;
        border-top-left-radius: 129px !important;
    }
    .col-sm-btl-ra130 {
        -webkit-border-top-left-radius: 130px !important;
        -moz-border-radius-top-left: 130px !important;
        border-top-left-radius: 130px !important;
    }
    .col-sm-btl-ra131 {
        -webkit-border-top-left-radius: 131px !important;
        -moz-border-radius-top-left: 131px !important;
        border-top-left-radius: 131px !important;
    }
    .col-sm-btl-ra132 {
        -webkit-border-top-left-radius: 132px !important;
        -moz-border-radius-top-left: 132px !important;
        border-top-left-radius: 132px !important;
    }
    .col-sm-btl-ra133 {
        -webkit-border-top-left-radius: 133px !important;
        -moz-border-radius-top-left: 133px !important;
        border-top-left-radius: 133px !important;
    }
    .col-sm-btl-ra134 {
        -webkit-border-top-left-radius: 134px !important;
        -moz-border-radius-top-left: 134px !important;
        border-top-left-radius: 134px !important;
    }
    .col-sm-btl-ra135 {
        -webkit-border-top-left-radius: 135px !important;
        -moz-border-radius-top-left: 135px !important;
        border-top-left-radius: 135px !important;
    }
    .col-sm-btl-ra136 {
        -webkit-border-top-left-radius: 136px !important;
        -moz-border-radius-top-left: 136px !important;
        border-top-left-radius: 136px !important;
    }
    .col-sm-btl-ra137 {
        -webkit-border-top-left-radius: 137px !important;
        -moz-border-radius-top-left: 137px !important;
        border-top-left-radius: 137px !important;
    }
    .col-sm-btl-ra138 {
        -webkit-border-top-left-radius: 138px !important;
        -moz-border-radius-top-left: 138px !important;
        border-top-left-radius: 138px !important;
    }
    .col-sm-btl-ra139 {
        -webkit-border-top-left-radius: 139px !important;
        -moz-border-radius-top-left: 139px !important;
        border-top-left-radius: 139px !important;
    }
    .col-sm-btl-ra140 {
        -webkit-border-top-left-radius: 140px !important;
        -moz-border-radius-top-left: 140px !important;
        border-top-left-radius: 140px !important;
    }
    .col-sm-btl-ra141 {
        -webkit-border-top-left-radius: 141px !important;
        -moz-border-radius-top-left: 141px !important;
        border-top-left-radius: 141px !important;
    }
    .col-sm-btl-ra142 {
        -webkit-border-top-left-radius: 142px !important;
        -moz-border-radius-top-left: 142px !important;
        border-top-left-radius: 142px !important;
    }
    .col-sm-btl-ra143 {
        -webkit-border-top-left-radius: 143px !important;
        -moz-border-radius-top-left: 143px !important;
        border-top-left-radius: 143px !important;
    }
    .col-sm-btl-ra144 {
        -webkit-border-top-left-radius: 144px !important;
        -moz-border-radius-top-left: 144px !important;
        border-top-left-radius: 144px !important;
    }
    .col-sm-btl-ra145 {
        -webkit-border-top-left-radius: 145px !important;
        -moz-border-radius-top-left: 145px !important;
        border-top-left-radius: 145px !important;
    }
    .col-sm-btl-ra146 {
        -webkit-border-top-left-radius: 146px !important;
        -moz-border-radius-top-left: 146px !important;
        border-top-left-radius: 146px !important;
    }
    .col-sm-btl-ra147 {
        -webkit-border-top-left-radius: 147px !important;
        -moz-border-radius-top-left: 147px !important;
        border-top-left-radius: 147px !important;
    }
    .col-sm-btl-ra148 {
        -webkit-border-top-left-radius: 148px !important;
        -moz-border-radius-top-left: 148px !important;
        border-top-left-radius: 148px !important;
    }
    .col-sm-btl-ra149 {
        -webkit-border-top-left-radius: 149px !important;
        -moz-border-radius-top-left: 149px !important;
        border-top-left-radius: 149px !important;
    }
    .col-sm-btl-ra150 {
        -webkit-border-top-left-radius: 150px !important;
        -moz-border-radius-top-left: 150px !important;
        border-top-left-radius: 150px !important;
    }
    .col-sm-btl-ra151 {
        -webkit-border-top-left-radius: 151px !important;
        -moz-border-radius-top-left: 151px !important;
        border-top-left-radius: 151px !important;
    }
    .col-sm-btl-ra152 {
        -webkit-border-top-left-radius: 152px !important;
        -moz-border-radius-top-left: 152px !important;
        border-top-left-radius: 152px !important;
    }
    .col-sm-btl-ra153 {
        -webkit-border-top-left-radius: 153px !important;
        -moz-border-radius-top-left: 153px !important;
        border-top-left-radius: 153px !important;
    }
    .col-sm-btl-ra154 {
        -webkit-border-top-left-radius: 154px !important;
        -moz-border-radius-top-left: 154px !important;
        border-top-left-radius: 154px !important;
    }
    .col-sm-btl-ra155 {
        -webkit-border-top-left-radius: 155px !important;
        -moz-border-radius-top-left: 155px !important;
        border-top-left-radius: 155px !important;
    }
    .col-sm-btl-ra156 {
        -webkit-border-top-left-radius: 156px !important;
        -moz-border-radius-top-left: 156px !important;
        border-top-left-radius: 156px !important;
    }
    .col-sm-btl-ra157 {
        -webkit-border-top-left-radius: 157px !important;
        -moz-border-radius-top-left: 157px !important;
        border-top-left-radius: 157px !important;
    }
    .col-sm-btl-ra158 {
        -webkit-border-top-left-radius: 158px !important;
        -moz-border-radius-top-left: 158px !important;
        border-top-left-radius: 158px !important;
    }
    .col-sm-btl-ra159 {
        -webkit-border-top-left-radius: 159px !important;
        -moz-border-radius-top-left: 159px !important;
        border-top-left-radius: 159px !important;
    }
    .col-sm-btl-ra160 {
        -webkit-border-top-left-radius: 160px !important;
        -moz-border-radius-top-left: 160px !important;
        border-top-left-radius: 160px !important;
    }
    .col-sm-btl-ra161 {
        -webkit-border-top-left-radius: 161px !important;
        -moz-border-radius-top-left: 161px !important;
        border-top-left-radius: 161px !important;
    }
    .col-sm-btl-ra162 {
        -webkit-border-top-left-radius: 162px !important;
        -moz-border-radius-top-left: 162px !important;
        border-top-left-radius: 162px !important;
    }
    .col-sm-btl-ra163 {
        -webkit-border-top-left-radius: 163px !important;
        -moz-border-radius-top-left: 163px !important;
        border-top-left-radius: 163px !important;
    }
    .col-sm-btl-ra164 {
        -webkit-border-top-left-radius: 164px !important;
        -moz-border-radius-top-left: 164px !important;
        border-top-left-radius: 164px !important;
    }
    .col-sm-btl-ra165 {
        -webkit-border-top-left-radius: 165px !important;
        -moz-border-radius-top-left: 165px !important;
        border-top-left-radius: 165px !important;
    }
    .col-sm-btl-ra166 {
        -webkit-border-top-left-radius: 166px !important;
        -moz-border-radius-top-left: 166px !important;
        border-top-left-radius: 166px !important;
    }
    .col-sm-btl-ra167 {
        -webkit-border-top-left-radius: 167px !important;
        -moz-border-radius-top-left: 167px !important;
        border-top-left-radius: 167px !important;
    }
    .col-sm-btl-ra168 {
        -webkit-border-top-left-radius: 168px !important;
        -moz-border-radius-top-left: 168px !important;
        border-top-left-radius: 168px !important;
    }
    .col-sm-btl-ra169 {
        -webkit-border-top-left-radius: 169px !important;
        -moz-border-radius-top-left: 169px !important;
        border-top-left-radius: 169px !important;
    }
    .col-sm-btl-ra170 {
        -webkit-border-top-left-radius: 170px !important;
        -moz-border-radius-top-left: 170px !important;
        border-top-left-radius: 170px !important;
    }
    .col-sm-btl-ra171 {
        -webkit-border-top-left-radius: 171px !important;
        -moz-border-radius-top-left: 171px !important;
        border-top-left-radius: 171px !important;
    }
    .col-sm-btl-ra172 {
        -webkit-border-top-left-radius: 172px !important;
        -moz-border-radius-top-left: 172px !important;
        border-top-left-radius: 172px !important;
    }
    .col-sm-btl-ra173 {
        -webkit-border-top-left-radius: 173px !important;
        -moz-border-radius-top-left: 173px !important;
        border-top-left-radius: 173px !important;
    }
    .col-sm-btl-ra174 {
        -webkit-border-top-left-radius: 174px !important;
        -moz-border-radius-top-left: 174px !important;
        border-top-left-radius: 174px !important;
    }
    .col-sm-btl-ra175 {
        -webkit-border-top-left-radius: 175px !important;
        -moz-border-radius-top-left: 175px !important;
        border-top-left-radius: 175px !important;
    }
    .col-sm-btl-ra176 {
        -webkit-border-top-left-radius: 176px !important;
        -moz-border-radius-top-left: 176px !important;
        border-top-left-radius: 176px !important;
    }
    .col-sm-btl-ra177 {
        -webkit-border-top-left-radius: 177px !important;
        -moz-border-radius-top-left: 177px !important;
        border-top-left-radius: 177px !important;
    }
    .col-sm-btl-ra178 {
        -webkit-border-top-left-radius: 178px !important;
        -moz-border-radius-top-left: 178px !important;
        border-top-left-radius: 178px !important;
    }
    .col-sm-btl-ra179 {
        -webkit-border-top-left-radius: 179px !important;
        -moz-border-radius-top-left: 179px !important;
        border-top-left-radius: 179px !important;
    }
    .col-sm-btl-ra180 {
        -webkit-border-top-left-radius: 180px !important;
        -moz-border-radius-top-left: 180px !important;
        border-top-left-radius: 180px !important;
    }
    .col-sm-btl-ra181 {
        -webkit-border-top-left-radius: 181px !important;
        -moz-border-radius-top-left: 181px !important;
        border-top-left-radius: 181px !important;
    }
    .col-sm-btl-ra182 {
        -webkit-border-top-left-radius: 182px !important;
        -moz-border-radius-top-left: 182px !important;
        border-top-left-radius: 182px !important;
    }
    .col-sm-btl-ra183 {
        -webkit-border-top-left-radius: 183px !important;
        -moz-border-radius-top-left: 183px !important;
        border-top-left-radius: 183px !important;
    }
    .col-sm-btl-ra184 {
        -webkit-border-top-left-radius: 184px !important;
        -moz-border-radius-top-left: 184px !important;
        border-top-left-radius: 184px !important;
    }
    .col-sm-btl-ra185 {
        -webkit-border-top-left-radius: 185px !important;
        -moz-border-radius-top-left: 185px !important;
        border-top-left-radius: 185px !important;
    }
    .col-sm-btl-ra186 {
        -webkit-border-top-left-radius: 186px !important;
        -moz-border-radius-top-left: 186px !important;
        border-top-left-radius: 186px !important;
    }
    .col-sm-btl-ra187 {
        -webkit-border-top-left-radius: 187px !important;
        -moz-border-radius-top-left: 187px !important;
        border-top-left-radius: 187px !important;
    }
    .col-sm-btl-ra188 {
        -webkit-border-top-left-radius: 188px !important;
        -moz-border-radius-top-left: 188px !important;
        border-top-left-radius: 188px !important;
    }
    .col-sm-btl-ra189 {
        -webkit-border-top-left-radius: 189px !important;
        -moz-border-radius-top-left: 189px !important;
        border-top-left-radius: 189px !important;
    }
    .col-sm-btl-ra190 {
        -webkit-border-top-left-radius: 190px !important;
        -moz-border-radius-top-left: 190px !important;
        border-top-left-radius: 190px !important;
    }
    .col-sm-btl-ra191 {
        -webkit-border-top-left-radius: 191px !important;
        -moz-border-radius-top-left: 191px !important;
        border-top-left-radius: 191px !important;
    }
    .col-sm-btl-ra192 {
        -webkit-border-top-left-radius: 192px !important;
        -moz-border-radius-top-left: 192px !important;
        border-top-left-radius: 192px !important;
    }
    .col-sm-btl-ra193 {
        -webkit-border-top-left-radius: 193px !important;
        -moz-border-radius-top-left: 193px !important;
        border-top-left-radius: 193px !important;
    }
    .col-sm-btl-ra194 {
        -webkit-border-top-left-radius: 194px !important;
        -moz-border-radius-top-left: 194px !important;
        border-top-left-radius: 194px !important;
    }
    .col-sm-btl-ra195 {
        -webkit-border-top-left-radius: 195px !important;
        -moz-border-radius-top-left: 195px !important;
        border-top-left-radius: 195px !important;
    }
    .col-sm-btl-ra196 {
        -webkit-border-top-left-radius: 196px !important;
        -moz-border-radius-top-left: 196px !important;
        border-top-left-radius: 196px !important;
    }
    .col-sm-btl-ra197 {
        -webkit-border-top-left-radius: 197px !important;
        -moz-border-radius-top-left: 197px !important;
        border-top-left-radius: 197px !important;
    }
    .col-sm-btl-ra198 {
        -webkit-border-top-left-radius: 198px !important;
        -moz-border-radius-top-left: 198px !important;
        border-top-left-radius: 198px !important;
    }
    .col-sm-btl-ra199 {
        -webkit-border-top-left-radius: 199px !important;
        -moz-border-radius-top-left: 199px !important;
        border-top-left-radius: 199px !important;
    }
    .col-sm-btl-ra200 {
        -webkit-border-top-left-radius: 200px !important;
        -moz-border-radius-top-left: 200px !important;
        border-top-left-radius: 200px !important;
    }
}
/* Responsive Settings End */
/* Border Top Left Radius Settings End */
/* Border Top Right Radius Settings */

.btr-ra0 {
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-top-right: 0px !important;
    border-top-right-radius: 0px !important;
}
.btr-ra1 {
    -webkit-border-top-right-radius: 1px !important;
    -moz-border-radius-top-right: 1px !important;
    border-top-right-radius: 1px !important;
}
.btr-ra2 {
    -webkit-border-top-right-radius: 2px !important;
    -moz-border-radius-top-right: 2px !important;
    border-top-right-radius: 2px !important;
}
.btr-ra3 {
    -webkit-border-top-right-radius: 3px !important;
    -moz-border-radius-top-right: 3px !important;
    border-top-right-radius: 3px !important;
}
.btr-ra4 {
    -webkit-border-top-right-radius: 4px !important;
    -moz-border-radius-top-right: 4px !important;
    border-top-right-radius: 4px !important;
}
.btr-ra5 {
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-radius-top-right: 5px !important;
    border-top-right-radius: 5px !important;
}
.btr-ra6 {
    -webkit-border-top-right-radius: 6px !important;
    -moz-border-radius-top-right: 6px !important;
    border-top-right-radius: 6px !important;
}
.btr-ra7 {
    -webkit-border-top-right-radius: 7px !important;
    -moz-border-radius-top-right: 7px !important;
    border-top-right-radius: 7px !important;
}
.btr-ra8 {
    -webkit-border-top-right-radius: 8px !important;
    -moz-border-radius-top-right: 8px !important;
    border-top-right-radius: 8px !important;
}
.btr-ra9 {
    -webkit-border-top-right-radius: 9px !important;
    -moz-border-radius-top-right: 9px !important;
    border-top-right-radius: 9px !important;
}
.btr-ra10 {
    -webkit-border-top-right-radius: 10px !important;
    -moz-border-radius-top-right: 10px !important;
    border-top-right-radius: 10px !important;
}
.btr-ra11 {
    -webkit-border-top-right-radius: 11px !important;
    -moz-border-radius-top-right: 11px !important;
    border-top-right-radius: 11px !important;
}
.btr-ra12 {
    -webkit-border-top-right-radius: 12px !important;
    -moz-border-radius-top-right: 12px !important;
    border-top-right-radius: 12px !important;
}
.btr-ra13 {
    -webkit-border-top-right-radius: 13px !important;
    -moz-border-radius-top-right: 13px !important;
    border-top-right-radius: 13px !important;
}
.btr-ra14 {
    -webkit-border-top-right-radius: 14px !important;
    -moz-border-radius-top-right: 14px !important;
    border-top-right-radius: 14px !important;
}
.btr-ra15 {
    -webkit-border-top-right-radius: 15px !important;
    -moz-border-radius-top-right: 15px !important;
    border-top-right-radius: 15px !important;
}
.btr-ra16 {
    -webkit-border-top-right-radius: 16px !important;
    -moz-border-radius-top-right: 16px !important;
    border-top-right-radius: 16px !important;
}
.btr-ra17 {
    -webkit-border-top-right-radius: 17px !important;
    -moz-border-radius-top-right: 17px !important;
    border-top-right-radius: 17px !important;
}
.btr-ra18 {
    -webkit-border-top-right-radius: 18px !important;
    -moz-border-radius-top-right: 18px !important;
    border-top-right-radius: 18px !important;
}
.btr-ra19 {
    -webkit-border-top-right-radius: 19px !important;
    -moz-border-radius-top-right: 19px !important;
    border-top-right-radius: 19px !important;
}
.btr-ra20 {
    -webkit-border-top-right-radius: 20px !important;
    -moz-border-radius-top-right: 20px !important;
    border-top-right-radius: 20px !important;
}
.btr-ra21 {
    -webkit-border-top-right-radius: 21px !important;
    -moz-border-radius-top-right: 21px !important;
    border-top-right-radius: 21px !important;
}
.btr-ra22 {
    -webkit-border-top-right-radius: 22px !important;
    -moz-border-radius-top-right: 22px !important;
    border-top-right-radius: 22px !important;
}
.btr-ra23 {
    -webkit-border-top-right-radius: 23px !important;
    -moz-border-radius-top-right: 23px !important;
    border-top-right-radius: 23px !important;
}
.btr-ra24 {
    -webkit-border-top-right-radius: 24px !important;
    -moz-border-radius-top-right: 24px !important;
    border-top-right-radius: 24px !important;
}
.btr-ra25 {
    -webkit-border-top-right-radius: 25px !important;
    -moz-border-radius-top-right: 25px !important;
    border-top-right-radius: 25px !important;
}
.btr-ra26 {
    -webkit-border-top-right-radius: 26px !important;
    -moz-border-radius-top-right: 26px !important;
    border-top-right-radius: 26px !important;
}
.btr-ra27 {
    -webkit-border-top-right-radius: 27px !important;
    -moz-border-radius-top-right: 27px !important;
    border-top-right-radius: 27px !important;
}
.btr-ra28 {
    -webkit-border-top-right-radius: 28px !important;
    -moz-border-radius-top-right: 28px !important;
    border-top-right-radius: 28px !important;
}
.btr-ra29 {
    -webkit-border-top-right-radius: 29px !important;
    -moz-border-radius-top-right: 29px !important;
    border-top-right-radius: 29px !important;
}
.btr-ra30 {
    -webkit-border-top-right-radius: 30px !important;
    -moz-border-radius-top-right: 30px !important;
    border-top-right-radius: 30px !important;
}
.btr-ra31 {
    -webkit-border-top-right-radius: 31px !important;
    -moz-border-radius-top-right: 31px !important;
    border-top-right-radius: 31px !important;
}
.btr-ra32 {
    -webkit-border-top-right-radius: 32px !important;
    -moz-border-radius-top-right: 32px !important;
    border-top-right-radius: 32px !important;
}
.btr-ra33 {
    -webkit-border-top-right-radius: 33px !important;
    -moz-border-radius-top-right: 33px !important;
    border-top-right-radius: 33px !important;
}
.btr-ra34 {
    -webkit-border-top-right-radius: 34px !important;
    -moz-border-radius-top-right: 34px !important;
    border-top-right-radius: 34px !important;
}
.btr-ra35 {
    -webkit-border-top-right-radius: 35px !important;
    -moz-border-radius-top-right: 35px !important;
    border-top-right-radius: 35px !important;
}
.btr-ra36 {
    -webkit-border-top-right-radius: 36px !important;
    -moz-border-radius-top-right: 36px !important;
    border-top-right-radius: 36px !important;
}
.btr-ra37 {
    -webkit-border-top-right-radius: 37px !important;
    -moz-border-radius-top-right: 37px !important;
    border-top-right-radius: 37px !important;
}
.btr-ra38 {
    -webkit-border-top-right-radius: 38px !important;
    -moz-border-radius-top-right: 38px !important;
    border-top-right-radius: 38px !important;
}
.btr-ra39 {
    -webkit-border-top-right-radius: 39px !important;
    -moz-border-radius-top-right: 39px !important;
    border-top-right-radius: 39px !important;
}
.btr-ra40 {
    -webkit-border-top-right-radius: 40px !important;
    -moz-border-radius-top-right: 40px !important;
    border-top-right-radius: 40px !important;
}
.btr-ra41 {
    -webkit-border-top-right-radius: 41px !important;
    -moz-border-radius-top-right: 41px !important;
    border-top-right-radius: 41px !important;
}
.btr-ra42 {
    -webkit-border-top-right-radius: 42px !important;
    -moz-border-radius-top-right: 42px !important;
    border-top-right-radius: 42px !important;
}
.btr-ra43 {
    -webkit-border-top-right-radius: 43px !important;
    -moz-border-radius-top-right: 43px !important;
    border-top-right-radius: 43px !important;
}
.btr-ra44 {
    -webkit-border-top-right-radius: 44px !important;
    -moz-border-radius-top-right: 44px !important;
    border-top-right-radius: 44px !important;
}
.btr-ra45 {
    -webkit-border-top-right-radius: 45px !important;
    -moz-border-radius-top-right: 45px !important;
    border-top-right-radius: 45px !important;
}
.btr-ra46 {
    -webkit-border-top-right-radius: 46px !important;
    -moz-border-radius-top-right: 46px !important;
    border-top-right-radius: 46px !important;
}
.btr-ra47 {
    -webkit-border-top-right-radius: 47px !important;
    -moz-border-radius-top-right: 47px !important;
    border-top-right-radius: 47px !important;
}
.btr-ra48 {
    -webkit-border-top-right-radius: 48px !important;
    -moz-border-radius-top-right: 48px !important;
    border-top-right-radius: 48px !important;
}
.btr-ra49 {
    -webkit-border-top-right-radius: 49px !important;
    -moz-border-radius-top-right: 49px !important;
    border-top-right-radius: 49px !important;
}
.btr-ra50 {
    -webkit-border-top-right-radius: 50px !important;
    -moz-border-radius-top-right: 50px !important;
    border-top-right-radius: 50px !important;
}
.btr-ra51 {
    -webkit-border-top-right-radius: 51px !important;
    -moz-border-radius-top-right: 51px !important;
    border-top-right-radius: 51px !important;
}
.btr-ra52 {
    -webkit-border-top-right-radius: 52px !important;
    -moz-border-radius-top-right: 52px !important;
    border-top-right-radius: 52px !important;
}
.btr-ra53 {
    -webkit-border-top-right-radius: 53px !important;
    -moz-border-radius-top-right: 53px !important;
    border-top-right-radius: 53px !important;
}
.btr-ra54 {
    -webkit-border-top-right-radius: 54px !important;
    -moz-border-radius-top-right: 54px !important;
    border-top-right-radius: 54px !important;
}
.btr-ra55 {
    -webkit-border-top-right-radius: 55px !important;
    -moz-border-radius-top-right: 55px !important;
    border-top-right-radius: 55px !important;
}
.btr-ra56 {
    -webkit-border-top-right-radius: 56px !important;
    -moz-border-radius-top-right: 56px !important;
    border-top-right-radius: 56px !important;
}
.btr-ra57 {
    -webkit-border-top-right-radius: 57px !important;
    -moz-border-radius-top-right: 57px !important;
    border-top-right-radius: 57px !important;
}
.btr-ra58 {
    -webkit-border-top-right-radius: 58px !important;
    -moz-border-radius-top-right: 58px !important;
    border-top-right-radius: 58px !important;
}
.btr-ra59 {
    -webkit-border-top-right-radius: 59px !important;
    -moz-border-radius-top-right: 59px !important;
    border-top-right-radius: 59px !important;
}
.btr-ra60 {
    -webkit-border-top-right-radius: 60px !important;
    -moz-border-radius-top-right: 60px !important;
    border-top-right-radius: 60px !important;
}
.btr-ra61 {
    -webkit-border-top-right-radius: 61px !important;
    -moz-border-radius-top-right: 61px !important;
    border-top-right-radius: 61px !important;
}
.btr-ra62 {
    -webkit-border-top-right-radius: 62px !important;
    -moz-border-radius-top-right: 62px !important;
    border-top-right-radius: 62px !important;
}
.btr-ra63 {
    -webkit-border-top-right-radius: 63px !important;
    -moz-border-radius-top-right: 63px !important;
    border-top-right-radius: 63px !important;
}
.btr-ra64 {
    -webkit-border-top-right-radius: 64px !important;
    -moz-border-radius-top-right: 64px !important;
    border-top-right-radius: 64px !important;
}
.btr-ra65 {
    -webkit-border-top-right-radius: 65px !important;
    -moz-border-radius-top-right: 65px !important;
    border-top-right-radius: 65px !important;
}
.btr-ra66 {
    -webkit-border-top-right-radius: 66px !important;
    -moz-border-radius-top-right: 66px !important;
    border-top-right-radius: 66px !important;
}
.btr-ra67 {
    -webkit-border-top-right-radius: 67px !important;
    -moz-border-radius-top-right: 67px !important;
    border-top-right-radius: 67px !important;
}
.btr-ra68 {
    -webkit-border-top-right-radius: 68px !important;
    -moz-border-radius-top-right: 68px !important;
    border-top-right-radius: 68px !important;
}
.btr-ra69 {
    -webkit-border-top-right-radius: 69px !important;
    -moz-border-radius-top-right: 69px !important;
    border-top-right-radius: 69px !important;
}
.btr-ra70 {
    -webkit-border-top-right-radius: 70px !important;
    -moz-border-radius-top-right: 70px !important;
    border-top-right-radius: 70px !important;
}
.btr-ra71 {
    -webkit-border-top-right-radius: 71px !important;
    -moz-border-radius-top-right: 71px !important;
    border-top-right-radius: 71px !important;
}
.btr-ra72 {
    -webkit-border-top-right-radius: 72px !important;
    -moz-border-radius-top-right: 72px !important;
    border-top-right-radius: 72px !important;
}
.btr-ra73 {
    -webkit-border-top-right-radius: 73px !important;
    -moz-border-radius-top-right: 73px !important;
    border-top-right-radius: 73px !important;
}
.btr-ra74 {
    -webkit-border-top-right-radius: 74px !important;
    -moz-border-radius-top-right: 74px !important;
    border-top-right-radius: 74px !important;
}
.btr-ra75 {
    -webkit-border-top-right-radius: 75px !important;
    -moz-border-radius-top-right: 75px !important;
    border-top-right-radius: 75px !important;
}
.btr-ra76 {
    -webkit-border-top-right-radius: 76px !important;
    -moz-border-radius-top-right: 76px !important;
    border-top-right-radius: 76px !important;
}
.btr-ra77 {
    -webkit-border-top-right-radius: 77px !important;
    -moz-border-radius-top-right: 77px !important;
    border-top-right-radius: 77px !important;
}
.btr-ra78 {
    -webkit-border-top-right-radius: 78px !important;
    -moz-border-radius-top-right: 78px !important;
    border-top-right-radius: 78px !important;
}
.btr-ra79 {
    -webkit-border-top-right-radius: 79px !important;
    -moz-border-radius-top-right: 79px !important;
    border-top-right-radius: 79px !important;
}
.btr-ra80 {
    -webkit-border-top-right-radius: 80px !important;
    -moz-border-radius-top-right: 80px !important;
    border-top-right-radius: 80px !important;
}
.btr-ra81 {
    -webkit-border-top-right-radius: 81px !important;
    -moz-border-radius-top-right: 81px !important;
    border-top-right-radius: 81px !important;
}
.btr-ra82 {
    -webkit-border-top-right-radius: 82px !important;
    -moz-border-radius-top-right: 82px !important;
    border-top-right-radius: 82px !important;
}
.btr-ra83 {
    -webkit-border-top-right-radius: 83px !important;
    -moz-border-radius-top-right: 83px !important;
    border-top-right-radius: 83px !important;
}
.btr-ra84 {
    -webkit-border-top-right-radius: 84px !important;
    -moz-border-radius-top-right: 84px !important;
    border-top-right-radius: 84px !important;
}
.btr-ra85 {
    -webkit-border-top-right-radius: 85px !important;
    -moz-border-radius-top-right: 85px !important;
    border-top-right-radius: 85px !important;
}
.btr-ra86 {
    -webkit-border-top-right-radius: 86px !important;
    -moz-border-radius-top-right: 86px !important;
    border-top-right-radius: 86px !important;
}
.btr-ra87 {
    -webkit-border-top-right-radius: 87px !important;
    -moz-border-radius-top-right: 87px !important;
    border-top-right-radius: 87px !important;
}
.btr-ra88 {
    -webkit-border-top-right-radius: 88px !important;
    -moz-border-radius-top-right: 88px !important;
    border-top-right-radius: 88px !important;
}
.btr-ra89 {
    -webkit-border-top-right-radius: 89px !important;
    -moz-border-radius-top-right: 89px !important;
    border-top-right-radius: 89px !important;
}
.btr-ra90 {
    -webkit-border-top-right-radius: 90px !important;
    -moz-border-radius-top-right: 90px !important;
    border-top-right-radius: 90px !important;
}
.btr-ra91 {
    -webkit-border-top-right-radius: 91px !important;
    -moz-border-radius-top-right: 91px !important;
    border-top-right-radius: 91px !important;
}
.btr-ra92 {
    -webkit-border-top-right-radius: 92px !important;
    -moz-border-radius-top-right: 92px !important;
    border-top-right-radius: 92px !important;
}
.btr-ra93 {
    -webkit-border-top-right-radius: 93px !important;
    -moz-border-radius-top-right: 93px !important;
    border-top-right-radius: 93px !important;
}
.btr-ra94 {
    -webkit-border-top-right-radius: 94px !important;
    -moz-border-radius-top-right: 94px !important;
    border-top-right-radius: 94px !important;
}
.btr-ra95 {
    -webkit-border-top-right-radius: 95px !important;
    -moz-border-radius-top-right: 95px !important;
    border-top-right-radius: 95px !important;
}
.btr-ra96 {
    -webkit-border-top-right-radius: 96px !important;
    -moz-border-radius-top-right: 96px !important;
    border-top-right-radius: 96px !important;
}
.btr-ra97 {
    -webkit-border-top-right-radius: 97px !important;
    -moz-border-radius-top-right: 97px !important;
    border-top-right-radius: 97px !important;
}
.btr-ra98 {
    -webkit-border-top-right-radius: 98px !important;
    -moz-border-radius-top-right: 98px !important;
    border-top-right-radius: 98px !important;
}
.btr-ra99 {
    -webkit-border-top-right-radius: 99px !important;
    -moz-border-radius-top-right: 99px !important;
    border-top-right-radius: 99px !important;
}
.btr-ra100 {
    -webkit-border-top-right-radius: 100px !important;
    -moz-border-radius-top-right: 100px !important;
    border-top-right-radius: 100px !important;
}
.btr-ra101 {
    -webkit-border-top-right-radius: 101px !important;
    -moz-border-radius-top-right: 101px !important;
    border-top-right-radius: 101px !important;
}
.btr-ra102 {
    -webkit-border-top-right-radius: 102px !important;
    -moz-border-radius-top-right: 102px !important;
    border-top-right-radius: 102px !important;
}
.btr-ra103 {
    -webkit-border-top-right-radius: 103px !important;
    -moz-border-radius-top-right: 103px !important;
    border-top-right-radius: 103px !important;
}
.btr-ra104 {
    -webkit-border-top-right-radius: 104px !important;
    -moz-border-radius-top-right: 104px !important;
    border-top-right-radius: 104px !important;
}
.btr-ra105 {
    -webkit-border-top-right-radius: 105px !important;
    -moz-border-radius-top-right: 105px !important;
    border-top-right-radius: 105px !important;
}
.btr-ra106 {
    -webkit-border-top-right-radius: 106px !important;
    -moz-border-radius-top-right: 106px !important;
    border-top-right-radius: 106px !important;
}
.btr-ra107 {
    -webkit-border-top-right-radius: 107px !important;
    -moz-border-radius-top-right: 107px !important;
    border-top-right-radius: 107px !important;
}
.btr-ra108 {
    -webkit-border-top-right-radius: 108px !important;
    -moz-border-radius-top-right: 108px !important;
    border-top-right-radius: 108px !important;
}
.btr-ra109 {
    -webkit-border-top-right-radius: 109px !important;
    -moz-border-radius-top-right: 109px !important;
    border-top-right-radius: 109px !important;
}
.btr-ra110 {
    -webkit-border-top-right-radius: 110px !important;
    -moz-border-radius-top-right: 110px !important;
    border-top-right-radius: 110px !important;
}
.btr-ra111 {
    -webkit-border-top-right-radius: 111px !important;
    -moz-border-radius-top-right: 111px !important;
    border-top-right-radius: 111px !important;
}
.btr-ra112 {
    -webkit-border-top-right-radius: 112px !important;
    -moz-border-radius-top-right: 112px !important;
    border-top-right-radius: 112px !important;
}
.btr-ra113 {
    -webkit-border-top-right-radius: 113px !important;
    -moz-border-radius-top-right: 113px !important;
    border-top-right-radius: 113px !important;
}
.btr-ra114 {
    -webkit-border-top-right-radius: 114px !important;
    -moz-border-radius-top-right: 114px !important;
    border-top-right-radius: 114px !important;
}
.btr-ra115 {
    -webkit-border-top-right-radius: 115px !important;
    -moz-border-radius-top-right: 115px !important;
    border-top-right-radius: 115px !important;
}
.btr-ra116 {
    -webkit-border-top-right-radius: 116px !important;
    -moz-border-radius-top-right: 116px !important;
    border-top-right-radius: 116px !important;
}
.btr-ra117 {
    -webkit-border-top-right-radius: 117px !important;
    -moz-border-radius-top-right: 117px !important;
    border-top-right-radius: 117px !important;
}
.btr-ra118 {
    -webkit-border-top-right-radius: 118px !important;
    -moz-border-radius-top-right: 118px !important;
    border-top-right-radius: 118px !important;
}
.btr-ra119 {
    -webkit-border-top-right-radius: 119px !important;
    -moz-border-radius-top-right: 119px !important;
    border-top-right-radius: 119px !important;
}
.btr-ra120 {
    -webkit-border-top-right-radius: 120px !important;
    -moz-border-radius-top-right: 120px !important;
    border-top-right-radius: 120px !important;
}
.btr-ra121 {
    -webkit-border-top-right-radius: 121px !important;
    -moz-border-radius-top-right: 121px !important;
    border-top-right-radius: 121px !important;
}
.btr-ra122 {
    -webkit-border-top-right-radius: 122px !important;
    -moz-border-radius-top-right: 122px !important;
    border-top-right-radius: 122px !important;
}
.btr-ra123 {
    -webkit-border-top-right-radius: 123px !important;
    -moz-border-radius-top-right: 123px !important;
    border-top-right-radius: 123px !important;
}
.btr-ra124 {
    -webkit-border-top-right-radius: 124px !important;
    -moz-border-radius-top-right: 124px !important;
    border-top-right-radius: 124px !important;
}
.btr-ra125 {
    -webkit-border-top-right-radius: 125px !important;
    -moz-border-radius-top-right: 125px !important;
    border-top-right-radius: 125px !important;
}
.btr-ra126 {
    -webkit-border-top-right-radius: 126px !important;
    -moz-border-radius-top-right: 126px !important;
    border-top-right-radius: 126px !important;
}
.btr-ra127 {
    -webkit-border-top-right-radius: 127px !important;
    -moz-border-radius-top-right: 127px !important;
    border-top-right-radius: 127px !important;
}
.btr-ra128 {
    -webkit-border-top-right-radius: 128px !important;
    -moz-border-radius-top-right: 128px !important;
    border-top-right-radius: 128px !important;
}
.btr-ra129 {
    -webkit-border-top-right-radius: 129px !important;
    -moz-border-radius-top-right: 129px !important;
    border-top-right-radius: 129px !important;
}
.btr-ra130 {
    -webkit-border-top-right-radius: 130px !important;
    -moz-border-radius-top-right: 130px !important;
    border-top-right-radius: 130px !important;
}
.btr-ra131 {
    -webkit-border-top-right-radius: 131px !important;
    -moz-border-radius-top-right: 131px !important;
    border-top-right-radius: 131px !important;
}
.btr-ra132 {
    -webkit-border-top-right-radius: 132px !important;
    -moz-border-radius-top-right: 132px !important;
    border-top-right-radius: 132px !important;
}
.btr-ra133 {
    -webkit-border-top-right-radius: 133px !important;
    -moz-border-radius-top-right: 133px !important;
    border-top-right-radius: 133px !important;
}
.btr-ra134 {
    -webkit-border-top-right-radius: 134px !important;
    -moz-border-radius-top-right: 134px !important;
    border-top-right-radius: 134px !important;
}
.btr-ra135 {
    -webkit-border-top-right-radius: 135px !important;
    -moz-border-radius-top-right: 135px !important;
    border-top-right-radius: 135px !important;
}
.btr-ra136 {
    -webkit-border-top-right-radius: 136px !important;
    -moz-border-radius-top-right: 136px !important;
    border-top-right-radius: 136px !important;
}
.btr-ra137 {
    -webkit-border-top-right-radius: 137px !important;
    -moz-border-radius-top-right: 137px !important;
    border-top-right-radius: 137px !important;
}
.btr-ra138 {
    -webkit-border-top-right-radius: 138px !important;
    -moz-border-radius-top-right: 138px !important;
    border-top-right-radius: 138px !important;
}
.btr-ra139 {
    -webkit-border-top-right-radius: 139px !important;
    -moz-border-radius-top-right: 139px !important;
    border-top-right-radius: 139px !important;
}
.btr-ra140 {
    -webkit-border-top-right-radius: 140px !important;
    -moz-border-radius-top-right: 140px !important;
    border-top-right-radius: 140px !important;
}
.btr-ra141 {
    -webkit-border-top-right-radius: 141px !important;
    -moz-border-radius-top-right: 141px !important;
    border-top-right-radius: 141px !important;
}
.btr-ra142 {
    -webkit-border-top-right-radius: 142px !important;
    -moz-border-radius-top-right: 142px !important;
    border-top-right-radius: 142px !important;
}
.btr-ra143 {
    -webkit-border-top-right-radius: 143px !important;
    -moz-border-radius-top-right: 143px !important;
    border-top-right-radius: 143px !important;
}
.btr-ra144 {
    -webkit-border-top-right-radius: 144px !important;
    -moz-border-radius-top-right: 144px !important;
    border-top-right-radius: 144px !important;
}
.btr-ra145 {
    -webkit-border-top-right-radius: 145px !important;
    -moz-border-radius-top-right: 145px !important;
    border-top-right-radius: 145px !important;
}
.btr-ra146 {
    -webkit-border-top-right-radius: 146px !important;
    -moz-border-radius-top-right: 146px !important;
    border-top-right-radius: 146px !important;
}
.btr-ra147 {
    -webkit-border-top-right-radius: 147px !important;
    -moz-border-radius-top-right: 147px !important;
    border-top-right-radius: 147px !important;
}
.btr-ra148 {
    -webkit-border-top-right-radius: 148px !important;
    -moz-border-radius-top-right: 148px !important;
    border-top-right-radius: 148px !important;
}
.btr-ra149 {
    -webkit-border-top-right-radius: 149px !important;
    -moz-border-radius-top-right: 149px !important;
    border-top-right-radius: 149px !important;
}
.btr-ra150 {
    -webkit-border-top-right-radius: 150px !important;
    -moz-border-radius-top-right: 150px !important;
    border-top-right-radius: 150px !important;
}
.btr-ra151 {
    -webkit-border-top-right-radius: 151px !important;
    -moz-border-radius-top-right: 151px !important;
    border-top-right-radius: 151px !important;
}
.btr-ra152 {
    -webkit-border-top-right-radius: 152px !important;
    -moz-border-radius-top-right: 152px !important;
    border-top-right-radius: 152px !important;
}
.btr-ra153 {
    -webkit-border-top-right-radius: 153px !important;
    -moz-border-radius-top-right: 153px !important;
    border-top-right-radius: 153px !important;
}
.btr-ra154 {
    -webkit-border-top-right-radius: 154px !important;
    -moz-border-radius-top-right: 154px !important;
    border-top-right-radius: 154px !important;
}
.btr-ra155 {
    -webkit-border-top-right-radius: 155px !important;
    -moz-border-radius-top-right: 155px !important;
    border-top-right-radius: 155px !important;
}
.btr-ra156 {
    -webkit-border-top-right-radius: 156px !important;
    -moz-border-radius-top-right: 156px !important;
    border-top-right-radius: 156px !important;
}
.btr-ra157 {
    -webkit-border-top-right-radius: 157px !important;
    -moz-border-radius-top-right: 157px !important;
    border-top-right-radius: 157px !important;
}
.btr-ra158 {
    -webkit-border-top-right-radius: 158px !important;
    -moz-border-radius-top-right: 158px !important;
    border-top-right-radius: 158px !important;
}
.btr-ra159 {
    -webkit-border-top-right-radius: 159px !important;
    -moz-border-radius-top-right: 159px !important;
    border-top-right-radius: 159px !important;
}
.btr-ra160 {
    -webkit-border-top-right-radius: 160px !important;
    -moz-border-radius-top-right: 160px !important;
    border-top-right-radius: 160px !important;
}
.btr-ra161 {
    -webkit-border-top-right-radius: 161px !important;
    -moz-border-radius-top-right: 161px !important;
    border-top-right-radius: 161px !important;
}
.btr-ra162 {
    -webkit-border-top-right-radius: 162px !important;
    -moz-border-radius-top-right: 162px !important;
    border-top-right-radius: 162px !important;
}
.btr-ra163 {
    -webkit-border-top-right-radius: 163px !important;
    -moz-border-radius-top-right: 163px !important;
    border-top-right-radius: 163px !important;
}
.btr-ra164 {
    -webkit-border-top-right-radius: 164px !important;
    -moz-border-radius-top-right: 164px !important;
    border-top-right-radius: 164px !important;
}
.btr-ra165 {
    -webkit-border-top-right-radius: 165px !important;
    -moz-border-radius-top-right: 165px !important;
    border-top-right-radius: 165px !important;
}
.btr-ra166 {
    -webkit-border-top-right-radius: 166px !important;
    -moz-border-radius-top-right: 166px !important;
    border-top-right-radius: 166px !important;
}
.btr-ra167 {
    -webkit-border-top-right-radius: 167px !important;
    -moz-border-radius-top-right: 167px !important;
    border-top-right-radius: 167px !important;
}
.btr-ra168 {
    -webkit-border-top-right-radius: 168px !important;
    -moz-border-radius-top-right: 168px !important;
    border-top-right-radius: 168px !important;
}
.btr-ra169 {
    -webkit-border-top-right-radius: 169px !important;
    -moz-border-radius-top-right: 169px !important;
    border-top-right-radius: 169px !important;
}
.btr-ra170 {
    -webkit-border-top-right-radius: 170px !important;
    -moz-border-radius-top-right: 170px !important;
    border-top-right-radius: 170px !important;
}
.btr-ra171 {
    -webkit-border-top-right-radius: 171px !important;
    -moz-border-radius-top-right: 171px !important;
    border-top-right-radius: 171px !important;
}
.btr-ra172 {
    -webkit-border-top-right-radius: 172px !important;
    -moz-border-radius-top-right: 172px !important;
    border-top-right-radius: 172px !important;
}
.btr-ra173 {
    -webkit-border-top-right-radius: 173px !important;
    -moz-border-radius-top-right: 173px !important;
    border-top-right-radius: 173px !important;
}
.btr-ra174 {
    -webkit-border-top-right-radius: 174px !important;
    -moz-border-radius-top-right: 174px !important;
    border-top-right-radius: 174px !important;
}
.btr-ra175 {
    -webkit-border-top-right-radius: 175px !important;
    -moz-border-radius-top-right: 175px !important;
    border-top-right-radius: 175px !important;
}
.btr-ra176 {
    -webkit-border-top-right-radius: 176px !important;
    -moz-border-radius-top-right: 176px !important;
    border-top-right-radius: 176px !important;
}
.btr-ra177 {
    -webkit-border-top-right-radius: 177px !important;
    -moz-border-radius-top-right: 177px !important;
    border-top-right-radius: 177px !important;
}
.btr-ra178 {
    -webkit-border-top-right-radius: 178px !important;
    -moz-border-radius-top-right: 178px !important;
    border-top-right-radius: 178px !important;
}
.btr-ra179 {
    -webkit-border-top-right-radius: 179px !important;
    -moz-border-radius-top-right: 179px !important;
    border-top-right-radius: 179px !important;
}
.btr-ra180 {
    -webkit-border-top-right-radius: 180px !important;
    -moz-border-radius-top-right: 180px !important;
    border-top-right-radius: 180px !important;
}
.btr-ra181 {
    -webkit-border-top-right-radius: 181px !important;
    -moz-border-radius-top-right: 181px !important;
    border-top-right-radius: 181px !important;
}
.btr-ra182 {
    -webkit-border-top-right-radius: 182px !important;
    -moz-border-radius-top-right: 182px !important;
    border-top-right-radius: 182px !important;
}
.btr-ra183 {
    -webkit-border-top-right-radius: 183px !important;
    -moz-border-radius-top-right: 183px !important;
    border-top-right-radius: 183px !important;
}
.btr-ra184 {
    -webkit-border-top-right-radius: 184px !important;
    -moz-border-radius-top-right: 184px !important;
    border-top-right-radius: 184px !important;
}
.btr-ra185 {
    -webkit-border-top-right-radius: 185px !important;
    -moz-border-radius-top-right: 185px !important;
    border-top-right-radius: 185px !important;
}
.btr-ra186 {
    -webkit-border-top-right-radius: 186px !important;
    -moz-border-radius-top-right: 186px !important;
    border-top-right-radius: 186px !important;
}
.btr-ra187 {
    -webkit-border-top-right-radius: 187px !important;
    -moz-border-radius-top-right: 187px !important;
    border-top-right-radius: 187px !important;
}
.btr-ra188 {
    -webkit-border-top-right-radius: 188px !important;
    -moz-border-radius-top-right: 188px !important;
    border-top-right-radius: 188px !important;
}
.btr-ra189 {
    -webkit-border-top-right-radius: 189px !important;
    -moz-border-radius-top-right: 189px !important;
    border-top-right-radius: 189px !important;
}
.btr-ra190 {
    -webkit-border-top-right-radius: 190px !important;
    -moz-border-radius-top-right: 190px !important;
    border-top-right-radius: 190px !important;
}
.btr-ra191 {
    -webkit-border-top-right-radius: 191px !important;
    -moz-border-radius-top-right: 191px !important;
    border-top-right-radius: 191px !important;
}
.btr-ra192 {
    -webkit-border-top-right-radius: 192px !important;
    -moz-border-radius-top-right: 192px !important;
    border-top-right-radius: 192px !important;
}
.btr-ra193 {
    -webkit-border-top-right-radius: 193px !important;
    -moz-border-radius-top-right: 193px !important;
    border-top-right-radius: 193px !important;
}
.btr-ra194 {
    -webkit-border-top-right-radius: 194px !important;
    -moz-border-radius-top-right: 194px !important;
    border-top-right-radius: 194px !important;
}
.btr-ra195 {
    -webkit-border-top-right-radius: 195px !important;
    -moz-border-radius-top-right: 195px !important;
    border-top-right-radius: 195px !important;
}
.btr-ra196 {
    -webkit-border-top-right-radius: 196px !important;
    -moz-border-radius-top-right: 196px !important;
    border-top-right-radius: 196px !important;
}
.btr-ra197 {
    -webkit-border-top-right-radius: 197px !important;
    -moz-border-radius-top-right: 197px !important;
    border-top-right-radius: 197px !important;
}
.btr-ra198 {
    -webkit-border-top-right-radius: 198px !important;
    -moz-border-radius-top-right: 198px !important;
    border-top-right-radius: 198px !important;
}
.btr-ra199 {
    -webkit-border-top-right-radius: 199px !important;
    -moz-border-radius-top-right: 199px !important;
    border-top-right-radius: 199px !important;
}
.btr-ra200 {
    -webkit-border-top-right-radius: 200px !important;
    -moz-border-radius-top-right: 200px !important;
    border-top-right-radius: 200px !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-btr-ra0 {
        -webkit-border-top-right-radius: 0px !important;
        -moz-border-radius-top-right: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .col-sm-btr-ra1 {
        -webkit-border-top-right-radius: 1px !important;
        -moz-border-radius-top-right: 1px !important;
        border-top-right-radius: 1px !important;
    }
    .col-sm-btr-ra2 {
        -webkit-border-top-right-radius: 2px !important;
        -moz-border-radius-top-right: 2px !important;
        border-top-right-radius: 2px !important;
    }
    .col-sm-btr-ra3 {
        -webkit-border-top-right-radius: 3px !important;
        -moz-border-radius-top-right: 3px !important;
        border-top-right-radius: 3px !important;
    }
    .col-sm-btr-ra4 {
        -webkit-border-top-right-radius: 4px !important;
        -moz-border-radius-top-right: 4px !important;
        border-top-right-radius: 4px !important;
    }
    .col-sm-btr-ra5 {
        -webkit-border-top-right-radius: 5px !important;
        -moz-border-radius-top-right: 5px !important;
        border-top-right-radius: 5px !important;
    }
    .col-sm-btr-ra6 {
        -webkit-border-top-right-radius: 6px !important;
        -moz-border-radius-top-right: 6px !important;
        border-top-right-radius: 6px !important;
    }
    .col-sm-btr-ra7 {
        -webkit-border-top-right-radius: 7px !important;
        -moz-border-radius-top-right: 7px !important;
        border-top-right-radius: 7px !important;
    }
    .col-sm-btr-ra8 {
        -webkit-border-top-right-radius: 8px !important;
        -moz-border-radius-top-right: 8px !important;
        border-top-right-radius: 8px !important;
    }
    .col-sm-btr-ra9 {
        -webkit-border-top-right-radius: 9px !important;
        -moz-border-radius-top-right: 9px !important;
        border-top-right-radius: 9px !important;
    }
    .col-sm-btr-ra10 {
        -webkit-border-top-right-radius: 10px !important;
        -moz-border-radius-top-right: 10px !important;
        border-top-right-radius: 10px !important;
    }
    .col-sm-btr-ra11 {
        -webkit-border-top-right-radius: 11px !important;
        -moz-border-radius-top-right: 11px !important;
        border-top-right-radius: 11px !important;
    }
    .col-sm-btr-ra12 {
        -webkit-border-top-right-radius: 12px !important;
        -moz-border-radius-top-right: 12px !important;
        border-top-right-radius: 12px !important;
    }
    .col-sm-btr-ra13 {
        -webkit-border-top-right-radius: 13px !important;
        -moz-border-radius-top-right: 13px !important;
        border-top-right-radius: 13px !important;
    }
    .col-sm-btr-ra14 {
        -webkit-border-top-right-radius: 14px !important;
        -moz-border-radius-top-right: 14px !important;
        border-top-right-radius: 14px !important;
    }
    .col-sm-btr-ra15 {
        -webkit-border-top-right-radius: 15px !important;
        -moz-border-radius-top-right: 15px !important;
        border-top-right-radius: 15px !important;
    }
    .col-sm-btr-ra16 {
        -webkit-border-top-right-radius: 16px !important;
        -moz-border-radius-top-right: 16px !important;
        border-top-right-radius: 16px !important;
    }
    .col-sm-btr-ra17 {
        -webkit-border-top-right-radius: 17px !important;
        -moz-border-radius-top-right: 17px !important;
        border-top-right-radius: 17px !important;
    }
    .col-sm-btr-ra18 {
        -webkit-border-top-right-radius: 18px !important;
        -moz-border-radius-top-right: 18px !important;
        border-top-right-radius: 18px !important;
    }
    .col-sm-btr-ra19 {
        -webkit-border-top-right-radius: 19px !important;
        -moz-border-radius-top-right: 19px !important;
        border-top-right-radius: 19px !important;
    }
    .col-sm-btr-ra20 {
        -webkit-border-top-right-radius: 20px !important;
        -moz-border-radius-top-right: 20px !important;
        border-top-right-radius: 20px !important;
    }
    .col-sm-btr-ra21 {
        -webkit-border-top-right-radius: 21px !important;
        -moz-border-radius-top-right: 21px !important;
        border-top-right-radius: 21px !important;
    }
    .col-sm-btr-ra22 {
        -webkit-border-top-right-radius: 22px !important;
        -moz-border-radius-top-right: 22px !important;
        border-top-right-radius: 22px !important;
    }
    .col-sm-btr-ra23 {
        -webkit-border-top-right-radius: 23px !important;
        -moz-border-radius-top-right: 23px !important;
        border-top-right-radius: 23px !important;
    }
    .col-sm-btr-ra24 {
        -webkit-border-top-right-radius: 24px !important;
        -moz-border-radius-top-right: 24px !important;
        border-top-right-radius: 24px !important;
    }
    .col-sm-btr-ra25 {
        -webkit-border-top-right-radius: 25px !important;
        -moz-border-radius-top-right: 25px !important;
        border-top-right-radius: 25px !important;
    }
    .col-sm-btr-ra26 {
        -webkit-border-top-right-radius: 26px !important;
        -moz-border-radius-top-right: 26px !important;
        border-top-right-radius: 26px !important;
    }
    .col-sm-btr-ra27 {
        -webkit-border-top-right-radius: 27px !important;
        -moz-border-radius-top-right: 27px !important;
        border-top-right-radius: 27px !important;
    }
    .col-sm-btr-ra28 {
        -webkit-border-top-right-radius: 28px !important;
        -moz-border-radius-top-right: 28px !important;
        border-top-right-radius: 28px !important;
    }
    .col-sm-btr-ra29 {
        -webkit-border-top-right-radius: 29px !important;
        -moz-border-radius-top-right: 29px !important;
        border-top-right-radius: 29px !important;
    }
    .col-sm-btr-ra30 {
        -webkit-border-top-right-radius: 30px !important;
        -moz-border-radius-top-right: 30px !important;
        border-top-right-radius: 30px !important;
    }
    .col-sm-btr-ra31 {
        -webkit-border-top-right-radius: 31px !important;
        -moz-border-radius-top-right: 31px !important;
        border-top-right-radius: 31px !important;
    }
    .col-sm-btr-ra32 {
        -webkit-border-top-right-radius: 32px !important;
        -moz-border-radius-top-right: 32px !important;
        border-top-right-radius: 32px !important;
    }
    .col-sm-btr-ra33 {
        -webkit-border-top-right-radius: 33px !important;
        -moz-border-radius-top-right: 33px !important;
        border-top-right-radius: 33px !important;
    }
    .col-sm-btr-ra34 {
        -webkit-border-top-right-radius: 34px !important;
        -moz-border-radius-top-right: 34px !important;
        border-top-right-radius: 34px !important;
    }
    .col-sm-btr-ra35 {
        -webkit-border-top-right-radius: 35px !important;
        -moz-border-radius-top-right: 35px !important;
        border-top-right-radius: 35px !important;
    }
    .col-sm-btr-ra36 {
        -webkit-border-top-right-radius: 36px !important;
        -moz-border-radius-top-right: 36px !important;
        border-top-right-radius: 36px !important;
    }
    .col-sm-btr-ra37 {
        -webkit-border-top-right-radius: 37px !important;
        -moz-border-radius-top-right: 37px !important;
        border-top-right-radius: 37px !important;
    }
    .col-sm-btr-ra38 {
        -webkit-border-top-right-radius: 38px !important;
        -moz-border-radius-top-right: 38px !important;
        border-top-right-radius: 38px !important;
    }
    .col-sm-btr-ra39 {
        -webkit-border-top-right-radius: 39px !important;
        -moz-border-radius-top-right: 39px !important;
        border-top-right-radius: 39px !important;
    }
    .col-sm-btr-ra40 {
        -webkit-border-top-right-radius: 40px !important;
        -moz-border-radius-top-right: 40px !important;
        border-top-right-radius: 40px !important;
    }
    .col-sm-btr-ra41 {
        -webkit-border-top-right-radius: 41px !important;
        -moz-border-radius-top-right: 41px !important;
        border-top-right-radius: 41px !important;
    }
    .col-sm-btr-ra42 {
        -webkit-border-top-right-radius: 42px !important;
        -moz-border-radius-top-right: 42px !important;
        border-top-right-radius: 42px !important;
    }
    .col-sm-btr-ra43 {
        -webkit-border-top-right-radius: 43px !important;
        -moz-border-radius-top-right: 43px !important;
        border-top-right-radius: 43px !important;
    }
    .col-sm-btr-ra44 {
        -webkit-border-top-right-radius: 44px !important;
        -moz-border-radius-top-right: 44px !important;
        border-top-right-radius: 44px !important;
    }
    .col-sm-btr-ra45 {
        -webkit-border-top-right-radius: 45px !important;
        -moz-border-radius-top-right: 45px !important;
        border-top-right-radius: 45px !important;
    }
    .col-sm-btr-ra46 {
        -webkit-border-top-right-radius: 46px !important;
        -moz-border-radius-top-right: 46px !important;
        border-top-right-radius: 46px !important;
    }
    .col-sm-btr-ra47 {
        -webkit-border-top-right-radius: 47px !important;
        -moz-border-radius-top-right: 47px !important;
        border-top-right-radius: 47px !important;
    }
    .col-sm-btr-ra48 {
        -webkit-border-top-right-radius: 48px !important;
        -moz-border-radius-top-right: 48px !important;
        border-top-right-radius: 48px !important;
    }
    .col-sm-btr-ra49 {
        -webkit-border-top-right-radius: 49px !important;
        -moz-border-radius-top-right: 49px !important;
        border-top-right-radius: 49px !important;
    }
    .col-sm-btr-ra50 {
        -webkit-border-top-right-radius: 50px !important;
        -moz-border-radius-top-right: 50px !important;
        border-top-right-radius: 50px !important;
    }
    .col-sm-btr-ra51 {
        -webkit-border-top-right-radius: 51px !important;
        -moz-border-radius-top-right: 51px !important;
        border-top-right-radius: 51px !important;
    }
    .col-sm-btr-ra52 {
        -webkit-border-top-right-radius: 52px !important;
        -moz-border-radius-top-right: 52px !important;
        border-top-right-radius: 52px !important;
    }
    .col-sm-btr-ra53 {
        -webkit-border-top-right-radius: 53px !important;
        -moz-border-radius-top-right: 53px !important;
        border-top-right-radius: 53px !important;
    }
    .col-sm-btr-ra54 {
        -webkit-border-top-right-radius: 54px !important;
        -moz-border-radius-top-right: 54px !important;
        border-top-right-radius: 54px !important;
    }
    .col-sm-btr-ra55 {
        -webkit-border-top-right-radius: 55px !important;
        -moz-border-radius-top-right: 55px !important;
        border-top-right-radius: 55px !important;
    }
    .col-sm-btr-ra56 {
        -webkit-border-top-right-radius: 56px !important;
        -moz-border-radius-top-right: 56px !important;
        border-top-right-radius: 56px !important;
    }
    .col-sm-btr-ra57 {
        -webkit-border-top-right-radius: 57px !important;
        -moz-border-radius-top-right: 57px !important;
        border-top-right-radius: 57px !important;
    }
    .col-sm-btr-ra58 {
        -webkit-border-top-right-radius: 58px !important;
        -moz-border-radius-top-right: 58px !important;
        border-top-right-radius: 58px !important;
    }
    .col-sm-btr-ra59 {
        -webkit-border-top-right-radius: 59px !important;
        -moz-border-radius-top-right: 59px !important;
        border-top-right-radius: 59px !important;
    }
    .col-sm-btr-ra60 {
        -webkit-border-top-right-radius: 60px !important;
        -moz-border-radius-top-right: 60px !important;
        border-top-right-radius: 60px !important;
    }
    .col-sm-btr-ra61 {
        -webkit-border-top-right-radius: 61px !important;
        -moz-border-radius-top-right: 61px !important;
        border-top-right-radius: 61px !important;
    }
    .col-sm-btr-ra62 {
        -webkit-border-top-right-radius: 62px !important;
        -moz-border-radius-top-right: 62px !important;
        border-top-right-radius: 62px !important;
    }
    .col-sm-btr-ra63 {
        -webkit-border-top-right-radius: 63px !important;
        -moz-border-radius-top-right: 63px !important;
        border-top-right-radius: 63px !important;
    }
    .col-sm-btr-ra64 {
        -webkit-border-top-right-radius: 64px !important;
        -moz-border-radius-top-right: 64px !important;
        border-top-right-radius: 64px !important;
    }
    .col-sm-btr-ra65 {
        -webkit-border-top-right-radius: 65px !important;
        -moz-border-radius-top-right: 65px !important;
        border-top-right-radius: 65px !important;
    }
    .col-sm-btr-ra66 {
        -webkit-border-top-right-radius: 66px !important;
        -moz-border-radius-top-right: 66px !important;
        border-top-right-radius: 66px !important;
    }
    .col-sm-btr-ra67 {
        -webkit-border-top-right-radius: 67px !important;
        -moz-border-radius-top-right: 67px !important;
        border-top-right-radius: 67px !important;
    }
    .col-sm-btr-ra68 {
        -webkit-border-top-right-radius: 68px !important;
        -moz-border-radius-top-right: 68px !important;
        border-top-right-radius: 68px !important;
    }
    .col-sm-btr-ra69 {
        -webkit-border-top-right-radius: 69px !important;
        -moz-border-radius-top-right: 69px !important;
        border-top-right-radius: 69px !important;
    }
    .col-sm-btr-ra70 {
        -webkit-border-top-right-radius: 70px !important;
        -moz-border-radius-top-right: 70px !important;
        border-top-right-radius: 70px !important;
    }
    .col-sm-btr-ra71 {
        -webkit-border-top-right-radius: 71px !important;
        -moz-border-radius-top-right: 71px !important;
        border-top-right-radius: 71px !important;
    }
    .col-sm-btr-ra72 {
        -webkit-border-top-right-radius: 72px !important;
        -moz-border-radius-top-right: 72px !important;
        border-top-right-radius: 72px !important;
    }
    .col-sm-btr-ra73 {
        -webkit-border-top-right-radius: 73px !important;
        -moz-border-radius-top-right: 73px !important;
        border-top-right-radius: 73px !important;
    }
    .col-sm-btr-ra74 {
        -webkit-border-top-right-radius: 74px !important;
        -moz-border-radius-top-right: 74px !important;
        border-top-right-radius: 74px !important;
    }
    .col-sm-btr-ra75 {
        -webkit-border-top-right-radius: 75px !important;
        -moz-border-radius-top-right: 75px !important;
        border-top-right-radius: 75px !important;
    }
    .col-sm-btr-ra76 {
        -webkit-border-top-right-radius: 76px !important;
        -moz-border-radius-top-right: 76px !important;
        border-top-right-radius: 76px !important;
    }
    .col-sm-btr-ra77 {
        -webkit-border-top-right-radius: 77px !important;
        -moz-border-radius-top-right: 77px !important;
        border-top-right-radius: 77px !important;
    }
    .col-sm-btr-ra78 {
        -webkit-border-top-right-radius: 78px !important;
        -moz-border-radius-top-right: 78px !important;
        border-top-right-radius: 78px !important;
    }
    .col-sm-btr-ra79 {
        -webkit-border-top-right-radius: 79px !important;
        -moz-border-radius-top-right: 79px !important;
        border-top-right-radius: 79px !important;
    }
    .col-sm-btr-ra80 {
        -webkit-border-top-right-radius: 80px !important;
        -moz-border-radius-top-right: 80px !important;
        border-top-right-radius: 80px !important;
    }
    .col-sm-btr-ra81 {
        -webkit-border-top-right-radius: 81px !important;
        -moz-border-radius-top-right: 81px !important;
        border-top-right-radius: 81px !important;
    }
    .col-sm-btr-ra82 {
        -webkit-border-top-right-radius: 82px !important;
        -moz-border-radius-top-right: 82px !important;
        border-top-right-radius: 82px !important;
    }
    .col-sm-btr-ra83 {
        -webkit-border-top-right-radius: 83px !important;
        -moz-border-radius-top-right: 83px !important;
        border-top-right-radius: 83px !important;
    }
    .col-sm-btr-ra84 {
        -webkit-border-top-right-radius: 84px !important;
        -moz-border-radius-top-right: 84px !important;
        border-top-right-radius: 84px !important;
    }
    .col-sm-btr-ra85 {
        -webkit-border-top-right-radius: 85px !important;
        -moz-border-radius-top-right: 85px !important;
        border-top-right-radius: 85px !important;
    }
    .col-sm-btr-ra86 {
        -webkit-border-top-right-radius: 86px !important;
        -moz-border-radius-top-right: 86px !important;
        border-top-right-radius: 86px !important;
    }
    .col-sm-btr-ra87 {
        -webkit-border-top-right-radius: 87px !important;
        -moz-border-radius-top-right: 87px !important;
        border-top-right-radius: 87px !important;
    }
    .col-sm-btr-ra88 {
        -webkit-border-top-right-radius: 88px !important;
        -moz-border-radius-top-right: 88px !important;
        border-top-right-radius: 88px !important;
    }
    .col-sm-btr-ra89 {
        -webkit-border-top-right-radius: 89px !important;
        -moz-border-radius-top-right: 89px !important;
        border-top-right-radius: 89px !important;
    }
    .col-sm-btr-ra90 {
        -webkit-border-top-right-radius: 90px !important;
        -moz-border-radius-top-right: 90px !important;
        border-top-right-radius: 90px !important;
    }
    .col-sm-btr-ra91 {
        -webkit-border-top-right-radius: 91px !important;
        -moz-border-radius-top-right: 91px !important;
        border-top-right-radius: 91px !important;
    }
    .col-sm-btr-ra92 {
        -webkit-border-top-right-radius: 92px !important;
        -moz-border-radius-top-right: 92px !important;
        border-top-right-radius: 92px !important;
    }
    .col-sm-btr-ra93 {
        -webkit-border-top-right-radius: 93px !important;
        -moz-border-radius-top-right: 93px !important;
        border-top-right-radius: 93px !important;
    }
    .col-sm-btr-ra94 {
        -webkit-border-top-right-radius: 94px !important;
        -moz-border-radius-top-right: 94px !important;
        border-top-right-radius: 94px !important;
    }
    .col-sm-btr-ra95 {
        -webkit-border-top-right-radius: 95px !important;
        -moz-border-radius-top-right: 95px !important;
        border-top-right-radius: 95px !important;
    }
    .col-sm-btr-ra96 {
        -webkit-border-top-right-radius: 96px !important;
        -moz-border-radius-top-right: 96px !important;
        border-top-right-radius: 96px !important;
    }
    .col-sm-btr-ra97 {
        -webkit-border-top-right-radius: 97px !important;
        -moz-border-radius-top-right: 97px !important;
        border-top-right-radius: 97px !important;
    }
    .col-sm-btr-ra98 {
        -webkit-border-top-right-radius: 98px !important;
        -moz-border-radius-top-right: 98px !important;
        border-top-right-radius: 98px !important;
    }
    .col-sm-btr-ra99 {
        -webkit-border-top-right-radius: 99px !important;
        -moz-border-radius-top-right: 99px !important;
        border-top-right-radius: 99px !important;
    }
    .col-sm-btr-ra100 {
        -webkit-border-top-right-radius: 100px !important;
        -moz-border-radius-top-right: 100px !important;
        border-top-right-radius: 100px !important;
    }
    .col-sm-btr-ra101 {
        -webkit-border-top-right-radius: 101px !important;
        -moz-border-radius-top-right: 101px !important;
        border-top-right-radius: 101px !important;
    }
    .col-sm-btr-ra102 {
        -webkit-border-top-right-radius: 102px !important;
        -moz-border-radius-top-right: 102px !important;
        border-top-right-radius: 102px !important;
    }
    .col-sm-btr-ra103 {
        -webkit-border-top-right-radius: 103px !important;
        -moz-border-radius-top-right: 103px !important;
        border-top-right-radius: 103px !important;
    }
    .col-sm-btr-ra104 {
        -webkit-border-top-right-radius: 104px !important;
        -moz-border-radius-top-right: 104px !important;
        border-top-right-radius: 104px !important;
    }
    .col-sm-btr-ra105 {
        -webkit-border-top-right-radius: 105px !important;
        -moz-border-radius-top-right: 105px !important;
        border-top-right-radius: 105px !important;
    }
    .col-sm-btr-ra106 {
        -webkit-border-top-right-radius: 106px !important;
        -moz-border-radius-top-right: 106px !important;
        border-top-right-radius: 106px !important;
    }
    .col-sm-btr-ra107 {
        -webkit-border-top-right-radius: 107px !important;
        -moz-border-radius-top-right: 107px !important;
        border-top-right-radius: 107px !important;
    }
    .col-sm-btr-ra108 {
        -webkit-border-top-right-radius: 108px !important;
        -moz-border-radius-top-right: 108px !important;
        border-top-right-radius: 108px !important;
    }
    .col-sm-btr-ra109 {
        -webkit-border-top-right-radius: 109px !important;
        -moz-border-radius-top-right: 109px !important;
        border-top-right-radius: 109px !important;
    }
    .col-sm-btr-ra110 {
        -webkit-border-top-right-radius: 110px !important;
        -moz-border-radius-top-right: 110px !important;
        border-top-right-radius: 110px !important;
    }
    .col-sm-btr-ra111 {
        -webkit-border-top-right-radius: 111px !important;
        -moz-border-radius-top-right: 111px !important;
        border-top-right-radius: 111px !important;
    }
    .col-sm-btr-ra112 {
        -webkit-border-top-right-radius: 112px !important;
        -moz-border-radius-top-right: 112px !important;
        border-top-right-radius: 112px !important;
    }
    .col-sm-btr-ra113 {
        -webkit-border-top-right-radius: 113px !important;
        -moz-border-radius-top-right: 113px !important;
        border-top-right-radius: 113px !important;
    }
    .col-sm-btr-ra114 {
        -webkit-border-top-right-radius: 114px !important;
        -moz-border-radius-top-right: 114px !important;
        border-top-right-radius: 114px !important;
    }
    .col-sm-btr-ra115 {
        -webkit-border-top-right-radius: 115px !important;
        -moz-border-radius-top-right: 115px !important;
        border-top-right-radius: 115px !important;
    }
    .col-sm-btr-ra116 {
        -webkit-border-top-right-radius: 116px !important;
        -moz-border-radius-top-right: 116px !important;
        border-top-right-radius: 116px !important;
    }
    .col-sm-btr-ra117 {
        -webkit-border-top-right-radius: 117px !important;
        -moz-border-radius-top-right: 117px !important;
        border-top-right-radius: 117px !important;
    }
    .col-sm-btr-ra118 {
        -webkit-border-top-right-radius: 118px !important;
        -moz-border-radius-top-right: 118px !important;
        border-top-right-radius: 118px !important;
    }
    .col-sm-btr-ra119 {
        -webkit-border-top-right-radius: 119px !important;
        -moz-border-radius-top-right: 119px !important;
        border-top-right-radius: 119px !important;
    }
    .col-sm-btr-ra120 {
        -webkit-border-top-right-radius: 120px !important;
        -moz-border-radius-top-right: 120px !important;
        border-top-right-radius: 120px !important;
    }
    .col-sm-btr-ra121 {
        -webkit-border-top-right-radius: 121px !important;
        -moz-border-radius-top-right: 121px !important;
        border-top-right-radius: 121px !important;
    }
    .col-sm-btr-ra122 {
        -webkit-border-top-right-radius: 122px !important;
        -moz-border-radius-top-right: 122px !important;
        border-top-right-radius: 122px !important;
    }
    .col-sm-btr-ra123 {
        -webkit-border-top-right-radius: 123px !important;
        -moz-border-radius-top-right: 123px !important;
        border-top-right-radius: 123px !important;
    }
    .col-sm-btr-ra124 {
        -webkit-border-top-right-radius: 124px !important;
        -moz-border-radius-top-right: 124px !important;
        border-top-right-radius: 124px !important;
    }
    .col-sm-btr-ra125 {
        -webkit-border-top-right-radius: 125px !important;
        -moz-border-radius-top-right: 125px !important;
        border-top-right-radius: 125px !important;
    }
    .col-sm-btr-ra126 {
        -webkit-border-top-right-radius: 126px !important;
        -moz-border-radius-top-right: 126px !important;
        border-top-right-radius: 126px !important;
    }
    .col-sm-btr-ra127 {
        -webkit-border-top-right-radius: 127px !important;
        -moz-border-radius-top-right: 127px !important;
        border-top-right-radius: 127px !important;
    }
    .col-sm-btr-ra128 {
        -webkit-border-top-right-radius: 128px !important;
        -moz-border-radius-top-right: 128px !important;
        border-top-right-radius: 128px !important;
    }
    .col-sm-btr-ra129 {
        -webkit-border-top-right-radius: 129px !important;
        -moz-border-radius-top-right: 129px !important;
        border-top-right-radius: 129px !important;
    }
    .col-sm-btr-ra130 {
        -webkit-border-top-right-radius: 130px !important;
        -moz-border-radius-top-right: 130px !important;
        border-top-right-radius: 130px !important;
    }
    .col-sm-btr-ra131 {
        -webkit-border-top-right-radius: 131px !important;
        -moz-border-radius-top-right: 131px !important;
        border-top-right-radius: 131px !important;
    }
    .col-sm-btr-ra132 {
        -webkit-border-top-right-radius: 132px !important;
        -moz-border-radius-top-right: 132px !important;
        border-top-right-radius: 132px !important;
    }
    .col-sm-btr-ra133 {
        -webkit-border-top-right-radius: 133px !important;
        -moz-border-radius-top-right: 133px !important;
        border-top-right-radius: 133px !important;
    }
    .col-sm-btr-ra134 {
        -webkit-border-top-right-radius: 134px !important;
        -moz-border-radius-top-right: 134px !important;
        border-top-right-radius: 134px !important;
    }
    .col-sm-btr-ra135 {
        -webkit-border-top-right-radius: 135px !important;
        -moz-border-radius-top-right: 135px !important;
        border-top-right-radius: 135px !important;
    }
    .col-sm-btr-ra136 {
        -webkit-border-top-right-radius: 136px !important;
        -moz-border-radius-top-right: 136px !important;
        border-top-right-radius: 136px !important;
    }
    .col-sm-btr-ra137 {
        -webkit-border-top-right-radius: 137px !important;
        -moz-border-radius-top-right: 137px !important;
        border-top-right-radius: 137px !important;
    }
    .col-sm-btr-ra138 {
        -webkit-border-top-right-radius: 138px !important;
        -moz-border-radius-top-right: 138px !important;
        border-top-right-radius: 138px !important;
    }
    .col-sm-btr-ra139 {
        -webkit-border-top-right-radius: 139px !important;
        -moz-border-radius-top-right: 139px !important;
        border-top-right-radius: 139px !important;
    }
    .col-sm-btr-ra140 {
        -webkit-border-top-right-radius: 140px !important;
        -moz-border-radius-top-right: 140px !important;
        border-top-right-radius: 140px !important;
    }
    .col-sm-btr-ra141 {
        -webkit-border-top-right-radius: 141px !important;
        -moz-border-radius-top-right: 141px !important;
        border-top-right-radius: 141px !important;
    }
    .col-sm-btr-ra142 {
        -webkit-border-top-right-radius: 142px !important;
        -moz-border-radius-top-right: 142px !important;
        border-top-right-radius: 142px !important;
    }
    .col-sm-btr-ra143 {
        -webkit-border-top-right-radius: 143px !important;
        -moz-border-radius-top-right: 143px !important;
        border-top-right-radius: 143px !important;
    }
    .col-sm-btr-ra144 {
        -webkit-border-top-right-radius: 144px !important;
        -moz-border-radius-top-right: 144px !important;
        border-top-right-radius: 144px !important;
    }
    .col-sm-btr-ra145 {
        -webkit-border-top-right-radius: 145px !important;
        -moz-border-radius-top-right: 145px !important;
        border-top-right-radius: 145px !important;
    }
    .col-sm-btr-ra146 {
        -webkit-border-top-right-radius: 146px !important;
        -moz-border-radius-top-right: 146px !important;
        border-top-right-radius: 146px !important;
    }
    .col-sm-btr-ra147 {
        -webkit-border-top-right-radius: 147px !important;
        -moz-border-radius-top-right: 147px !important;
        border-top-right-radius: 147px !important;
    }
    .col-sm-btr-ra148 {
        -webkit-border-top-right-radius: 148px !important;
        -moz-border-radius-top-right: 148px !important;
        border-top-right-radius: 148px !important;
    }
    .col-sm-btr-ra149 {
        -webkit-border-top-right-radius: 149px !important;
        -moz-border-radius-top-right: 149px !important;
        border-top-right-radius: 149px !important;
    }
    .col-sm-btr-ra150 {
        -webkit-border-top-right-radius: 150px !important;
        -moz-border-radius-top-right: 150px !important;
        border-top-right-radius: 150px !important;
    }
    .col-sm-btr-ra151 {
        -webkit-border-top-right-radius: 151px !important;
        -moz-border-radius-top-right: 151px !important;
        border-top-right-radius: 151px !important;
    }
    .col-sm-btr-ra152 {
        -webkit-border-top-right-radius: 152px !important;
        -moz-border-radius-top-right: 152px !important;
        border-top-right-radius: 152px !important;
    }
    .col-sm-btr-ra153 {
        -webkit-border-top-right-radius: 153px !important;
        -moz-border-radius-top-right: 153px !important;
        border-top-right-radius: 153px !important;
    }
    .col-sm-btr-ra154 {
        -webkit-border-top-right-radius: 154px !important;
        -moz-border-radius-top-right: 154px !important;
        border-top-right-radius: 154px !important;
    }
    .col-sm-btr-ra155 {
        -webkit-border-top-right-radius: 155px !important;
        -moz-border-radius-top-right: 155px !important;
        border-top-right-radius: 155px !important;
    }
    .col-sm-btr-ra156 {
        -webkit-border-top-right-radius: 156px !important;
        -moz-border-radius-top-right: 156px !important;
        border-top-right-radius: 156px !important;
    }
    .col-sm-btr-ra157 {
        -webkit-border-top-right-radius: 157px !important;
        -moz-border-radius-top-right: 157px !important;
        border-top-right-radius: 157px !important;
    }
    .col-sm-btr-ra158 {
        -webkit-border-top-right-radius: 158px !important;
        -moz-border-radius-top-right: 158px !important;
        border-top-right-radius: 158px !important;
    }
    .col-sm-btr-ra159 {
        -webkit-border-top-right-radius: 159px !important;
        -moz-border-radius-top-right: 159px !important;
        border-top-right-radius: 159px !important;
    }
    .col-sm-btr-ra160 {
        -webkit-border-top-right-radius: 160px !important;
        -moz-border-radius-top-right: 160px !important;
        border-top-right-radius: 160px !important;
    }
    .col-sm-btr-ra161 {
        -webkit-border-top-right-radius: 161px !important;
        -moz-border-radius-top-right: 161px !important;
        border-top-right-radius: 161px !important;
    }
    .col-sm-btr-ra162 {
        -webkit-border-top-right-radius: 162px !important;
        -moz-border-radius-top-right: 162px !important;
        border-top-right-radius: 162px !important;
    }
    .col-sm-btr-ra163 {
        -webkit-border-top-right-radius: 163px !important;
        -moz-border-radius-top-right: 163px !important;
        border-top-right-radius: 163px !important;
    }
    .col-sm-btr-ra164 {
        -webkit-border-top-right-radius: 164px !important;
        -moz-border-radius-top-right: 164px !important;
        border-top-right-radius: 164px !important;
    }
    .col-sm-btr-ra165 {
        -webkit-border-top-right-radius: 165px !important;
        -moz-border-radius-top-right: 165px !important;
        border-top-right-radius: 165px !important;
    }
    .col-sm-btr-ra166 {
        -webkit-border-top-right-radius: 166px !important;
        -moz-border-radius-top-right: 166px !important;
        border-top-right-radius: 166px !important;
    }
    .col-sm-btr-ra167 {
        -webkit-border-top-right-radius: 167px !important;
        -moz-border-radius-top-right: 167px !important;
        border-top-right-radius: 167px !important;
    }
    .col-sm-btr-ra168 {
        -webkit-border-top-right-radius: 168px !important;
        -moz-border-radius-top-right: 168px !important;
        border-top-right-radius: 168px !important;
    }
    .col-sm-btr-ra169 {
        -webkit-border-top-right-radius: 169px !important;
        -moz-border-radius-top-right: 169px !important;
        border-top-right-radius: 169px !important;
    }
    .col-sm-btr-ra170 {
        -webkit-border-top-right-radius: 170px !important;
        -moz-border-radius-top-right: 170px !important;
        border-top-right-radius: 170px !important;
    }
    .col-sm-btr-ra171 {
        -webkit-border-top-right-radius: 171px !important;
        -moz-border-radius-top-right: 171px !important;
        border-top-right-radius: 171px !important;
    }
    .col-sm-btr-ra172 {
        -webkit-border-top-right-radius: 172px !important;
        -moz-border-radius-top-right: 172px !important;
        border-top-right-radius: 172px !important;
    }
    .col-sm-btr-ra173 {
        -webkit-border-top-right-radius: 173px !important;
        -moz-border-radius-top-right: 173px !important;
        border-top-right-radius: 173px !important;
    }
    .col-sm-btr-ra174 {
        -webkit-border-top-right-radius: 174px !important;
        -moz-border-radius-top-right: 174px !important;
        border-top-right-radius: 174px !important;
    }
    .col-sm-btr-ra175 {
        -webkit-border-top-right-radius: 175px !important;
        -moz-border-radius-top-right: 175px !important;
        border-top-right-radius: 175px !important;
    }
    .col-sm-btr-ra176 {
        -webkit-border-top-right-radius: 176px !important;
        -moz-border-radius-top-right: 176px !important;
        border-top-right-radius: 176px !important;
    }
    .col-sm-btr-ra177 {
        -webkit-border-top-right-radius: 177px !important;
        -moz-border-radius-top-right: 177px !important;
        border-top-right-radius: 177px !important;
    }
    .col-sm-btr-ra178 {
        -webkit-border-top-right-radius: 178px !important;
        -moz-border-radius-top-right: 178px !important;
        border-top-right-radius: 178px !important;
    }
    .col-sm-btr-ra179 {
        -webkit-border-top-right-radius: 179px !important;
        -moz-border-radius-top-right: 179px !important;
        border-top-right-radius: 179px !important;
    }
    .col-sm-btr-ra180 {
        -webkit-border-top-right-radius: 180px !important;
        -moz-border-radius-top-right: 180px !important;
        border-top-right-radius: 180px !important;
    }
    .col-sm-btr-ra181 {
        -webkit-border-top-right-radius: 181px !important;
        -moz-border-radius-top-right: 181px !important;
        border-top-right-radius: 181px !important;
    }
    .col-sm-btr-ra182 {
        -webkit-border-top-right-radius: 182px !important;
        -moz-border-radius-top-right: 182px !important;
        border-top-right-radius: 182px !important;
    }
    .col-sm-btr-ra183 {
        -webkit-border-top-right-radius: 183px !important;
        -moz-border-radius-top-right: 183px !important;
        border-top-right-radius: 183px !important;
    }
    .col-sm-btr-ra184 {
        -webkit-border-top-right-radius: 184px !important;
        -moz-border-radius-top-right: 184px !important;
        border-top-right-radius: 184px !important;
    }
    .col-sm-btr-ra185 {
        -webkit-border-top-right-radius: 185px !important;
        -moz-border-radius-top-right: 185px !important;
        border-top-right-radius: 185px !important;
    }
    .col-sm-btr-ra186 {
        -webkit-border-top-right-radius: 186px !important;
        -moz-border-radius-top-right: 186px !important;
        border-top-right-radius: 186px !important;
    }
    .col-sm-btr-ra187 {
        -webkit-border-top-right-radius: 187px !important;
        -moz-border-radius-top-right: 187px !important;
        border-top-right-radius: 187px !important;
    }
    .col-sm-btr-ra188 {
        -webkit-border-top-right-radius: 188px !important;
        -moz-border-radius-top-right: 188px !important;
        border-top-right-radius: 188px !important;
    }
    .col-sm-btr-ra189 {
        -webkit-border-top-right-radius: 189px !important;
        -moz-border-radius-top-right: 189px !important;
        border-top-right-radius: 189px !important;
    }
    .col-sm-btr-ra190 {
        -webkit-border-top-right-radius: 190px !important;
        -moz-border-radius-top-right: 190px !important;
        border-top-right-radius: 190px !important;
    }
    .col-sm-btr-ra191 {
        -webkit-border-top-right-radius: 191px !important;
        -moz-border-radius-top-right: 191px !important;
        border-top-right-radius: 191px !important;
    }
    .col-sm-btr-ra192 {
        -webkit-border-top-right-radius: 192px !important;
        -moz-border-radius-top-right: 192px !important;
        border-top-right-radius: 192px !important;
    }
    .col-sm-btr-ra193 {
        -webkit-border-top-right-radius: 193px !important;
        -moz-border-radius-top-right: 193px !important;
        border-top-right-radius: 193px !important;
    }
    .col-sm-btr-ra194 {
        -webkit-border-top-right-radius: 194px !important;
        -moz-border-radius-top-right: 194px !important;
        border-top-right-radius: 194px !important;
    }
    .col-sm-btr-ra195 {
        -webkit-border-top-right-radius: 195px !important;
        -moz-border-radius-top-right: 195px !important;
        border-top-right-radius: 195px !important;
    }
    .col-sm-btr-ra196 {
        -webkit-border-top-right-radius: 196px !important;
        -moz-border-radius-top-right: 196px !important;
        border-top-right-radius: 196px !important;
    }
    .col-sm-btr-ra197 {
        -webkit-border-top-right-radius: 197px !important;
        -moz-border-radius-top-right: 197px !important;
        border-top-right-radius: 197px !important;
    }
    .col-sm-btr-ra198 {
        -webkit-border-top-right-radius: 198px !important;
        -moz-border-radius-top-right: 198px !important;
        border-top-right-radius: 198px !important;
    }
    .col-sm-btr-ra199 {
        -webkit-border-top-right-radius: 199px !important;
        -moz-border-radius-top-right: 199px !important;
        border-top-right-radius: 199px !important;
    }
    .col-sm-btr-ra200 {
        -webkit-border-top-right-radius: 200px !important;
        -moz-border-radius-top-right: 200px !important;
        border-top-right-radius: 200px !important;
    }
}
/* Responsive Settings End */
/* Border Top Right Radius Settings End */
/******---------- Border Radius Settings End ----------******/

.bn {
    border: none !important;
}
.on {
    outline: none !important;
}
.bsn {
    box-shadow: none !important;
}

@media screen and(max-width: 992px) {
    .col-sm-bn {
    border: none !important;
    }
    .col-sm-on {
        outline: none !important;
    }
    .col-sm-bsn {
        box-shadow: none !important;
    }
}
/******---------- Border Top Settings ----------******/

.bt0 {
    border-top: solid 0px !important;
}
.bt {
    border-top: solid 1px !important;
}
.bt1 {
    border-top: solid 1px !important;
}
.bt2 {
    border-top: solid 2px !important;
}
.bt3 {
    border-top: solid 3px !important;
}
.bt4 {
    border-top: solid 4px !important;
}
.bt5 {
    border-top: solid 5px !important;
}
.bt6 {
    border-top: solid 6px !important;
}
.bt7 {
    border-top: solid 7px !important;
}
.bt8 {
    border-top: solid 8px !important;
}
.bt9 {
    border-top: solid 9px !important;
}
.bt10 {
    border-top: solid 10px !important;
}
.bt11 {
    border-top: solid 11px !important;
}
.bt12 {
    border-top: solid 12px !important;
}
.bt13 {
    border-top: solid 13px !important;
}
.bt14 {
    border-top: solid 14px !important;
}
.bt15 {
    border-top: solid 15px !important;
}
.bt16 {
    border-top: solid 16px !important;
}
.bt17 {
    border-top: solid 17px !important;
}
.bt18 {
    border-top: solid 18px !important;
}
.bt19 {
    border-top: solid 19px !important;
}
.bt20 {
    border-top: solid 20px !important;
}
.bt21 {
    border-top: solid 21px !important;
}
.bt22 {
    border-top: solid 22px !important;
}
.bt23 {
    border-top: solid 23px !important;
}
.bt24 {
    border-top: solid 24px !important;
}
.bt25 {
    border-top: solid 25px !important;
}
.bt26 {
    border-top: solid 26px !important;
}
.bt27 {
    border-top: solid 27px !important;
}
.bt28 {
    border-top: solid 28px !important;
}
.bt29 {
    border-top: solid 29px !important;
}
.bt30 {
    border-top: solid 30px !important;
}
.bt31 {
    border-top: solid 31px !important;
}
.bt32 {
    border-top: solid 32px !important;
}
.bt33 {
    border-top: solid 33px !important;
}
.bt34 {
    border-top: solid 34px !important;
}
.bt35 {
    border-top: solid 35px !important;
}
.bt36 {
    border-top: solid 36px !important;
}
.bt37 {
    border-top: solid 37px !important;
}
.bt38 {
    border-top: solid 38px !important;
}
.bt39 {
    border-top: solid 39px !important;
}
.bt40 {
    border-top: solid 40px !important;
}
.bt41 {
    border-top: solid 41px !important;
}
.bt42 {
    border-top: solid 42px !important;
}
.bt43 {
    border-top: solid 43px !important;
}
.bt44 {
    border-top: solid 44px !important;
}
.bt45 {
    border-top: solid 45px !important;
}
.bt46 {
    border-top: solid 46px !important;
}
.bt47 {
    border-top: solid 47px !important;
}
.bt48 {
    border-top: solid 48px !important;
}
.bt49 {
    border-top: solid 49px !important;
}
.bt50 {
    border-top: solid 50px !important;
}
.bt51 {
    border-top: solid 51px !important;
}
.bt52 {
    border-top: solid 52px !important;
}
.bt53 {
    border-top: solid 53px !important;
}
.bt54 {
    border-top: solid 54px !important;
}
.bt55 {
    border-top: solid 55px !important;
}
.bt56 {
    border-top: solid 56px !important;
}
.bt57 {
    border-top: solid 57px !important;
}
.bt58 {
    border-top: solid 58px !important;
}
.bt59 {
    border-top: solid 59px !important;
}
.bt60 {
    border-top: solid 60px !important;
}
.bt61 {
    border-top: solid 61px !important;
}
.bt62 {
    border-top: solid 62px !important;
}
.bt63 {
    border-top: solid 63px !important;
}
.bt64 {
    border-top: solid 64px !important;
}
.bt65 {
    border-top: solid 65px !important;
}
.bt66 {
    border-top: solid 66px !important;
}
.bt67 {
    border-top: solid 67px !important;
}
.bt68 {
    border-top: solid 68px !important;
}
.bt69 {
    border-top: solid 69px !important;
}
.bt70 {
    border-top: solid 70px !important;
}
.bt71 {
    border-top: solid 71px !important;
}
.bt72 {
    border-top: solid 72px !important;
}
.bt73 {
    border-top: solid 73px !important;
}
.bt74 {
    border-top: solid 74px !important;
}
.bt75 {
    border-top: solid 75px !important;
}
.bt76 {
    border-top: solid 76px !important;
}
.bt77 {
    border-top: solid 77px !important;
}
.bt78 {
    border-top: solid 78px !important;
}
.bt79 {
    border-top: solid 79px !important;
}
.bt80 {
    border-top: solid 80px !important;
}
.bt81 {
    border-top: solid 81px !important;
}
.bt82 {
    border-top: solid 82px !important;
}
.bt83 {
    border-top: solid 83px !important;
}
.bt84 {
    border-top: solid 84px !important;
}
.bt85 {
    border-top: solid 85px !important;
}
.bt86 {
    border-top: solid 86px !important;
}
.bt87 {
    border-top: solid 87px !important;
}
.bt88 {
    border-top: solid 88px !important;
}
.bt89 {
    border-top: solid 89px !important;
}
.bt90 {
    border-top: solid 90px !important;
}
.bt91 {
    border-top: solid 91px !important;
}
.bt92 {
    border-top: solid 92px !important;
}
.bt93 {
    border-top: solid 93px !important;
}
.bt94 {
    border-top: solid 94px !important;
}
.bt95 {
    border-top: solid 95px !important;
}
.bt96 {
    border-top: solid 96px !important;
}
.bt97 {
    border-top: solid 97px !important;
}
.bt98 {
    border-top: solid 98px !important;
}
.bt99 {
    border-top: solid 99px !important;
}
.bt100 {
    border-top: solid 100px !important;
}
.bt101 {
    border-top: solid 101px !important;
}
.bt102 {
    border-top: solid 102px !important;
}
.bt103 {
    border-top: solid 103px !important;
}
.bt104 {
    border-top: solid 104px !important;
}
.bt105 {
    border-top: solid 105px !important;
}
.bt106 {
    border-top: solid 106px !important;
}
.bt107 {
    border-top: solid 107px !important;
}
.bt108 {
    border-top: solid 108px !important;
}
.bt109 {
    border-top: solid 109px !important;
}
.bt110 {
    border-top: solid 110px !important;
}
.bt111 {
    border-top: solid 111px !important;
}
.bt112 {
    border-top: solid 112px !important;
}
.bt113 {
    border-top: solid 113px !important;
}
.bt114 {
    border-top: solid 114px !important;
}
.bt115 {
    border-top: solid 115px !important;
}
.bt116 {
    border-top: solid 116px !important;
}
.bt117 {
    border-top: solid 117px !important;
}
.bt118 {
    border-top: solid 118px !important;
}
.bt119 {
    border-top: solid 119px !important;
}
.bt120 {
    border-top: solid 120px !important;
}
.bt121 {
    border-top: solid 121px !important;
}
.bt122 {
    border-top: solid 122px !important;
}
.bt123 {
    border-top: solid 123px !important;
}
.bt124 {
    border-top: solid 124px !important;
}
.bt125 {
    border-top: solid 125px !important;
}
.bt126 {
    border-top: solid 126px !important;
}
.bt127 {
    border-top: solid 127px !important;
}
.bt128 {
    border-top: solid 128px !important;
}
.bt129 {
    border-top: solid 129px !important;
}
.bt130 {
    border-top: solid 130px !important;
}
.bt131 {
    border-top: solid 131px !important;
}
.bt132 {
    border-top: solid 132px !important;
}
.bt133 {
    border-top: solid 133px !important;
}
.bt134 {
    border-top: solid 134px !important;
}
.bt135 {
    border-top: solid 135px !important;
}
.bt136 {
    border-top: solid 136px !important;
}
.bt137 {
    border-top: solid 137px !important;
}
.bt138 {
    border-top: solid 138px !important;
}
.bt139 {
    border-top: solid 139px !important;
}
.bt140 {
    border-top: solid 140px !important;
}
.bt141 {
    border-top: solid 141px !important;
}
.bt142 {
    border-top: solid 142px !important;
}
.bt143 {
    border-top: solid 143px !important;
}
.bt144 {
    border-top: solid 144px !important;
}
.bt145 {
    border-top: solid 145px !important;
}
.bt146 {
    border-top: solid 146px !important;
}
.bt147 {
    border-top: solid 147px !important;
}
.bt148 {
    border-top: solid 148px !important;
}
.bt149 {
    border-top: solid 149px !important;
}
.bt150 {
    border-top: solid 150px !important;
}
.bt151 {
    border-top: solid 151px !important;
}
.bt152 {
    border-top: solid 152px !important;
}
.bt153 {
    border-top: solid 153px !important;
}
.bt154 {
    border-top: solid 154px !important;
}
.bt155 {
    border-top: solid 155px !important;
}
.bt156 {
    border-top: solid 156px !important;
}
.bt157 {
    border-top: solid 157px !important;
}
.bt158 {
    border-top: solid 158px !important;
}
.bt159 {
    border-top: solid 159px !important;
}
.bt160 {
    border-top: solid 160px !important;
}
.bt161 {
    border-top: solid 161px !important;
}
.bt162 {
    border-top: solid 162px !important;
}
.bt163 {
    border-top: solid 163px !important;
}
.bt164 {
    border-top: solid 164px !important;
}
.bt165 {
    border-top: solid 165px !important;
}
.bt166 {
    border-top: solid 166px !important;
}
.bt167 {
    border-top: solid 167px !important;
}
.bt168 {
    border-top: solid 168px !important;
}
.bt169 {
    border-top: solid 169px !important;
}
.bt170 {
    border-top: solid 170px !important;
}
.bt171 {
    border-top: solid 171px !important;
}
.bt172 {
    border-top: solid 172px !important;
}
.bt173 {
    border-top: solid 173px !important;
}
.bt174 {
    border-top: solid 174px !important;
}
.bt175 {
    border-top: solid 175px !important;
}
.bt176 {
    border-top: solid 176px !important;
}
.bt177 {
    border-top: solid 177px !important;
}
.bt178 {
    border-top: solid 178px !important;
}
.bt179 {
    border-top: solid 179px !important;
}
.bt180 {
    border-top: solid 180px !important;
}
.bt181 {
    border-top: solid 181px !important;
}
.bt182 {
    border-top: solid 182px !important;
}
.bt183 {
    border-top: solid 183px !important;
}
.bt184 {
    border-top: solid 184px !important;
}
.bt185 {
    border-top: solid 185px !important;
}
.bt186 {
    border-top: solid 186px !important;
}
.bt187 {
    border-top: solid 187px !important;
}
.bt188 {
    border-top: solid 188px !important;
}
.bt189 {
    border-top: solid 189px !important;
}
.bt190 {
    border-top: solid 190px !important;
}
.bt191 {
    border-top: solid 191px !important;
}
.bt192 {
    border-top: solid 192px !important;
}
.bt193 {
    border-top: solid 193px !important;
}
.bt194 {
    border-top: solid 194px !important;
}
.bt195 {
    border-top: solid 195px !important;
}
.bt196 {
    border-top: solid 196px !important;
}
.bt197 {
    border-top: solid 197px !important;
}
.bt198 {
    border-top: solid 198px !important;
}
.bt199 {
    border-top: solid 199px !important;
}
.bt200 {
    border-top: solid 200px !important;
}
/* Responsive Setbtngs */

@media screen and (max-width: 991px) {
    .col-sm-bt0 {
        border-top: solid 0px !important;
    }
    .col-sm-bt {
        border-top: solid 1px !important;
    }
    .col-sm-bt1 {
        border-top: solid 1px !important;
    }
    .col-sm-bt2 {
        border-top: solid 2px !important;
    }
    .col-sm-bt3 {
        border-top: solid 3px !important;
    }
    .col-sm-bt4 {
        border-top: solid 4px !important;
    }
    .col-sm-bt5 {
        border-top: solid 5px !important;
    }
    .col-sm-bt6 {
        border-top: solid 6px !important;
    }
    .col-sm-bt7 {
        border-top: solid 7px !important;
    }
    .col-sm-bt8 {
        border-top: solid 8px !important;
    }
    .col-sm-bt9 {
        border-top: solid 9px !important;
    }
    .col-sm-bt10 {
        border-top: solid 10px !important;
    }
    .col-sm-bt11 {
        border-top: solid 11px !important;
    }
    .col-sm-bt12 {
        border-top: solid 12px !important;
    }
    .col-sm-bt13 {
        border-top: solid 13px !important;
    }
    .col-sm-bt14 {
        border-top: solid 14px !important;
    }
    .col-sm-bt15 {
        border-top: solid 15px !important;
    }
    .col-sm-bt16 {
        border-top: solid 16px !important;
    }
    .col-sm-bt17 {
        border-top: solid 17px !important;
    }
    .col-sm-bt18 {
        border-top: solid 18px !important;
    }
    .col-sm-bt19 {
        border-top: solid 19px !important;
    }
    .col-sm-bt20 {
        border-top: solid 20px !important;
    }
    .col-sm-bt21 {
        border-top: solid 21px !important;
    }
    .col-sm-bt22 {
        border-top: solid 22px !important;
    }
    .col-sm-bt23 {
        border-top: solid 23px !important;
    }
    .col-sm-bt24 {
        border-top: solid 24px !important;
    }
    .col-sm-bt25 {
        border-top: solid 25px !important;
    }
    .col-sm-bt26 {
        border-top: solid 26px !important;
    }
    .col-sm-bt27 {
        border-top: solid 27px !important;
    }
    .col-sm-bt28 {
        border-top: solid 28px !important;
    }
    .col-sm-bt29 {
        border-top: solid 29px !important;
    }
    .col-sm-bt30 {
        border-top: solid 30px !important;
    }
    .col-sm-bt31 {
        border-top: solid 31px !important;
    }
    .col-sm-bt32 {
        border-top: solid 32px !important;
    }
    .col-sm-bt33 {
        border-top: solid 33px !important;
    }
    .col-sm-bt34 {
        border-top: solid 34px !important;
    }
    .col-sm-bt35 {
        border-top: solid 35px !important;
    }
    .col-sm-bt36 {
        border-top: solid 36px !important;
    }
    .col-sm-bt37 {
        border-top: solid 37px !important;
    }
    .col-sm-bt38 {
        border-top: solid 38px !important;
    }
    .col-sm-bt39 {
        border-top: solid 39px !important;
    }
    .col-sm-bt40 {
        border-top: solid 40px !important;
    }
    .col-sm-bt41 {
        border-top: solid 41px !important;
    }
    .col-sm-bt42 {
        border-top: solid 42px !important;
    }
    .col-sm-bt43 {
        border-top: solid 43px !important;
    }
    .col-sm-bt44 {
        border-top: solid 44px !important;
    }
    .col-sm-bt45 {
        border-top: solid 45px !important;
    }
    .col-sm-bt46 {
        border-top: solid 46px !important;
    }
    .col-sm-bt47 {
        border-top: solid 47px !important;
    }
    .col-sm-bt48 {
        border-top: solid 48px !important;
    }
    .col-sm-bt49 {
        border-top: solid 49px !important;
    }
    .col-sm-bt50 {
        border-top: solid 50px !important;
    }
    .col-sm-bt51 {
        border-top: solid 51px !important;
    }
    .col-sm-bt52 {
        border-top: solid 52px !important;
    }
    .col-sm-bt53 {
        border-top: solid 53px !important;
    }
    .col-sm-bt54 {
        border-top: solid 54px !important;
    }
    .col-sm-bt55 {
        border-top: solid 55px !important;
    }
    .col-sm-bt56 {
        border-top: solid 56px !important;
    }
    .col-sm-bt57 {
        border-top: solid 57px !important;
    }
    .col-sm-bt58 {
        border-top: solid 58px !important;
    }
    .col-sm-bt59 {
        border-top: solid 59px !important;
    }
    .col-sm-bt60 {
        border-top: solid 60px !important;
    }
    .col-sm-bt61 {
        border-top: solid 61px !important;
    }
    .col-sm-bt62 {
        border-top: solid 62px !important;
    }
    .col-sm-bt63 {
        border-top: solid 63px !important;
    }
    .col-sm-bt64 {
        border-top: solid 64px !important;
    }
    .col-sm-bt65 {
        border-top: solid 65px !important;
    }
    .col-sm-bt66 {
        border-top: solid 66px !important;
    }
    .col-sm-bt67 {
        border-top: solid 67px !important;
    }
    .col-sm-bt68 {
        border-top: solid 68px !important;
    }
    .col-sm-bt69 {
        border-top: solid 69px !important;
    }
    .col-sm-bt70 {
        border-top: solid 70px !important;
    }
    .col-sm-bt71 {
        border-top: solid 71px !important;
    }
    .col-sm-bt72 {
        border-top: solid 72px !important;
    }
    .col-sm-bt73 {
        border-top: solid 73px !important;
    }
    .col-sm-bt74 {
        border-top: solid 74px !important;
    }
    .col-sm-bt75 {
        border-top: solid 75px !important;
    }
    .col-sm-bt76 {
        border-top: solid 76px !important;
    }
    .col-sm-bt77 {
        border-top: solid 77px !important;
    }
    .col-sm-bt78 {
        border-top: solid 78px !important;
    }
    .col-sm-bt79 {
        border-top: solid 79px !important;
    }
    .col-sm-bt80 {
        border-top: solid 80px !important;
    }
    .col-sm-bt81 {
        border-top: solid 81px !important;
    }
    .col-sm-bt82 {
        border-top: solid 82px !important;
    }
    .col-sm-bt83 {
        border-top: solid 83px !important;
    }
    .col-sm-bt84 {
        border-top: solid 84px !important;
    }
    .col-sm-bt85 {
        border-top: solid 85px !important;
    }
    .col-sm-bt86 {
        border-top: solid 86px !important;
    }
    .col-sm-bt87 {
        border-top: solid 87px !important;
    }
    .col-sm-bt88 {
        border-top: solid 88px !important;
    }
    .col-sm-bt89 {
        border-top: solid 89px !important;
    }
    .col-sm-bt90 {
        border-top: solid 90px !important;
    }
    .col-sm-bt91 {
        border-top: solid 91px !important;
    }
    .col-sm-bt92 {
        border-top: solid 92px !important;
    }
    .col-sm-bt93 {
        border-top: solid 93px !important;
    }
    .col-sm-bt94 {
        border-top: solid 94px !important;
    }
    .col-sm-bt95 {
        border-top: solid 95px !important;
    }
    .col-sm-bt96 {
        border-top: solid 96px !important;
    }
    .col-sm-bt97 {
        border-top: solid 97px !important;
    }
    .col-sm-bt98 {
        border-top: solid 98px !important;
    }
    .col-sm-bt99 {
        border-top: solid 99px !important;
    }
    .col-sm-bt100 {
        border-top: solid 100px !important;
    }
    .col-sm-bt101 {
        border-top: solid 101px !important;
    }
    .col-sm-bt102 {
        border-top: solid 102px !important;
    }
    .col-sm-bt103 {
        border-top: solid 103px !important;
    }
    .col-sm-bt104 {
        border-top: solid 104px !important;
    }
    .col-sm-bt105 {
        border-top: solid 105px !important;
    }
    .col-sm-bt106 {
        border-top: solid 106px !important;
    }
    .col-sm-bt107 {
        border-top: solid 107px !important;
    }
    .col-sm-bt108 {
        border-top: solid 108px !important;
    }
    .col-sm-bt109 {
        border-top: solid 109px !important;
    }
    .col-sm-bt110 {
        border-top: solid 110px !important;
    }
    .col-sm-bt111 {
        border-top: solid 111px !important;
    }
    .col-sm-bt112 {
        border-top: solid 112px !important;
    }
    .col-sm-bt113 {
        border-top: solid 113px !important;
    }
    .col-sm-bt114 {
        border-top: solid 114px !important;
    }
    .col-sm-bt115 {
        border-top: solid 115px !important;
    }
    .col-sm-bt116 {
        border-top: solid 116px !important;
    }
    .col-sm-bt117 {
        border-top: solid 117px !important;
    }
    .col-sm-bt118 {
        border-top: solid 118px !important;
    }
    .col-sm-bt119 {
        border-top: solid 119px !important;
    }
    .col-sm-bt120 {
        border-top: solid 120px !important;
    }
    .col-sm-bt121 {
        border-top: solid 121px !important;
    }
    .col-sm-bt122 {
        border-top: solid 122px !important;
    }
    .col-sm-bt123 {
        border-top: solid 123px !important;
    }
    .col-sm-bt124 {
        border-top: solid 124px !important;
    }
    .col-sm-bt125 {
        border-top: solid 125px !important;
    }
    .col-sm-bt126 {
        border-top: solid 126px !important;
    }
    .col-sm-bt127 {
        border-top: solid 127px !important;
    }
    .col-sm-bt128 {
        border-top: solid 128px !important;
    }
    .col-sm-bt129 {
        border-top: solid 129px !important;
    }
    .col-sm-bt130 {
        border-top: solid 130px !important;
    }
    .col-sm-bt131 {
        border-top: solid 131px !important;
    }
    .col-sm-bt132 {
        border-top: solid 132px !important;
    }
    .col-sm-bt133 {
        border-top: solid 133px !important;
    }
    .col-sm-bt134 {
        border-top: solid 134px !important;
    }
    .col-sm-bt135 {
        border-top: solid 135px !important;
    }
    .col-sm-bt136 {
        border-top: solid 136px !important;
    }
    .col-sm-bt137 {
        border-top: solid 137px !important;
    }
    .col-sm-bt138 {
        border-top: solid 138px !important;
    }
    .col-sm-bt139 {
        border-top: solid 139px !important;
    }
    .col-sm-bt140 {
        border-top: solid 140px !important;
    }
    .col-sm-bt141 {
        border-top: solid 141px !important;
    }
    .col-sm-bt142 {
        border-top: solid 142px !important;
    }
    .col-sm-bt143 {
        border-top: solid 143px !important;
    }
    .col-sm-bt144 {
        border-top: solid 144px !important;
    }
    .col-sm-bt145 {
        border-top: solid 145px !important;
    }
    .col-sm-bt146 {
        border-top: solid 146px !important;
    }
    .col-sm-bt147 {
        border-top: solid 147px !important;
    }
    .col-sm-bt148 {
        border-top: solid 148px !important;
    }
    .col-sm-bt149 {
        border-top: solid 149px !important;
    }
    .col-sm-bt150 {
        border-top: solid 150px !important;
    }
    .col-sm-bt151 {
        border-top: solid 151px !important;
    }
    .col-sm-bt152 {
        border-top: solid 152px !important;
    }
    .col-sm-bt153 {
        border-top: solid 153px !important;
    }
    .col-sm-bt154 {
        border-top: solid 154px !important;
    }
    .col-sm-bt155 {
        border-top: solid 155px !important;
    }
    .col-sm-bt156 {
        border-top: solid 156px !important;
    }
    .col-sm-bt157 {
        border-top: solid 157px !important;
    }
    .col-sm-bt158 {
        border-top: solid 158px !important;
    }
    .col-sm-bt159 {
        border-top: solid 159px !important;
    }
    .col-sm-bt160 {
        border-top: solid 160px !important;
    }
    .col-sm-bt161 {
        border-top: solid 161px !important;
    }
    .col-sm-bt162 {
        border-top: solid 162px !important;
    }
    .col-sm-bt163 {
        border-top: solid 163px !important;
    }
    .col-sm-bt164 {
        border-top: solid 164px !important;
    }
    .col-sm-bt165 {
        border-top: solid 165px !important;
    }
    .col-sm-bt166 {
        border-top: solid 166px !important;
    }
    .col-sm-bt167 {
        border-top: solid 167px !important;
    }
    .col-sm-bt168 {
        border-top: solid 168px !important;
    }
    .col-sm-bt169 {
        border-top: solid 169px !important;
    }
    .col-sm-bt170 {
        border-top: solid 170px !important;
    }
    .col-sm-bt171 {
        border-top: solid 171px !important;
    }
    .col-sm-bt172 {
        border-top: solid 172px !important;
    }
    .col-sm-bt173 {
        border-top: solid 173px !important;
    }
    .col-sm-bt174 {
        border-top: solid 174px !important;
    }
    .col-sm-bt175 {
        border-top: solid 175px !important;
    }
    .col-sm-bt176 {
        border-top: solid 176px !important;
    }
    .col-sm-bt177 {
        border-top: solid 177px !important;
    }
    .col-sm-bt178 {
        border-top: solid 178px !important;
    }
    .col-sm-bt179 {
        border-top: solid 179px !important;
    }
    .col-sm-bt180 {
        border-top: solid 180px !important;
    }
    .col-sm-bt181 {
        border-top: solid 181px !important;
    }
    .col-sm-bt182 {
        border-top: solid 182px !important;
    }
    .col-sm-bt183 {
        border-top: solid 183px !important;
    }
    .col-sm-bt184 {
        border-top: solid 184px !important;
    }
    .col-sm-bt185 {
        border-top: solid 185px !important;
    }
    .col-sm-bt186 {
        border-top: solid 186px !important;
    }
    .col-sm-bt187 {
        border-top: solid 187px !important;
    }
    .col-sm-bt188 {
        border-top: solid 188px !important;
    }
    .col-sm-bt189 {
        border-top: solid 189px !important;
    }
    .col-sm-bt190 {
        border-top: solid 190px !important;
    }
    .col-sm-bt191 {
        border-top: solid 191px !important;
    }
    .col-sm-bt192 {
        border-top: solid 192px !important;
    }
    .col-sm-bt193 {
        border-top: solid 193px !important;
    }
    .col-sm-bt194 {
        border-top: solid 194px !important;
    }
    .col-sm-bt195 {
        border-top: solid 195px !important;
    }
    .col-sm-bt196 {
        border-top: solid 196px !important;
    }
    .col-sm-bt197 {
        border-top: solid 197px !important;
    }
    .col-sm-bt198 {
        border-top: solid 198px !important;
    }
    .col-sm-bt199 {
        border-top: solid 199px !important;
    }
    .col-sm-bt200 {
        border-top: solid 200px !important;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-bt0 {
        border-top: solid 0px !important;
    }
    .col-xs-bt {
        border-top: solid 1px !important;
    }
    .col-xs-bt1 {
        border-top: solid 1px !important;
    }
    .col-xs-bt2 {
        border-top: solid 2px !important;
    }
    .col-xs-bt3 {
        border-top: solid 3px !important;
    }
    .col-xs-bt4 {
        border-top: solid 4px !important;
    }
    .col-xs-bt5 {
        border-top: solid 5px !important;
    }
    .col-xs-bt6 {
        border-top: solid 6px !important;
    }
    .col-xs-bt7 {
        border-top: solid 7px !important;
    }
    .col-xs-bt8 {
        border-top: solid 8px !important;
    }
    .col-xs-bt9 {
        border-top: solid 9px !important;
    }
    .col-xs-bt10 {
        border-top: solid 10px !important;
    }
    .col-xs-bt11 {
        border-top: solid 11px !important;
    }
    .col-xs-bt12 {
        border-top: solid 12px !important;
    }
    .col-xs-bt13 {
        border-top: solid 13px !important;
    }
    .col-xs-bt14 {
        border-top: solid 14px !important;
    }
    .col-xs-bt15 {
        border-top: solid 15px !important;
    }
    .col-xs-bt16 {
        border-top: solid 16px !important;
    }
    .col-xs-bt17 {
        border-top: solid 17px !important;
    }
    .col-xs-bt18 {
        border-top: solid 18px !important;
    }
    .col-xs-bt19 {
        border-top: solid 19px !important;
    }
    .col-xs-bt20 {
        border-top: solid 20px !important;
    }
    .col-xs-bt21 {
        border-top: solid 21px !important;
    }
    .col-xs-bt22 {
        border-top: solid 22px !important;
    }
    .col-xs-bt23 {
        border-top: solid 23px !important;
    }
    .col-xs-bt24 {
        border-top: solid 24px !important;
    }
    .col-xs-bt25 {
        border-top: solid 25px !important;
    }
    .col-xs-bt26 {
        border-top: solid 26px !important;
    }
    .col-xs-bt27 {
        border-top: solid 27px !important;
    }
    .col-xs-bt28 {
        border-top: solid 28px !important;
    }
    .col-xs-bt29 {
        border-top: solid 29px !important;
    }
    .col-xs-bt30 {
        border-top: solid 30px !important;
    }
    .col-xs-bt31 {
        border-top: solid 31px !important;
    }
    .col-xs-bt32 {
        border-top: solid 32px !important;
    }
    .col-xs-bt33 {
        border-top: solid 33px !important;
    }
    .col-xs-bt34 {
        border-top: solid 34px !important;
    }
    .col-xs-bt35 {
        border-top: solid 35px !important;
    }
    .col-xs-bt36 {
        border-top: solid 36px !important;
    }
    .col-xs-bt37 {
        border-top: solid 37px !important;
    }
    .col-xs-bt38 {
        border-top: solid 38px !important;
    }
    .col-xs-bt39 {
        border-top: solid 39px !important;
    }
    .col-xs-bt40 {
        border-top: solid 40px !important;
    }
    .col-xs-bt41 {
        border-top: solid 41px !important;
    }
    .col-xs-bt42 {
        border-top: solid 42px !important;
    }
    .col-xs-bt43 {
        border-top: solid 43px !important;
    }
    .col-xs-bt44 {
        border-top: solid 44px !important;
    }
    .col-xs-bt45 {
        border-top: solid 45px !important;
    }
    .col-xs-bt46 {
        border-top: solid 46px !important;
    }
    .col-xs-bt47 {
        border-top: solid 47px !important;
    }
    .col-xs-bt48 {
        border-top: solid 48px !important;
    }
    .col-xs-bt49 {
        border-top: solid 49px !important;
    }
    .col-xs-bt50 {
        border-top: solid 50px !important;
    }
    .col-xs-bt51 {
        border-top: solid 51px !important;
    }
    .col-xs-bt52 {
        border-top: solid 52px !important;
    }
    .col-xs-bt53 {
        border-top: solid 53px !important;
    }
    .col-xs-bt54 {
        border-top: solid 54px !important;
    }
    .col-xs-bt55 {
        border-top: solid 55px !important;
    }
    .col-xs-bt56 {
        border-top: solid 56px !important;
    }
    .col-xs-bt57 {
        border-top: solid 57px !important;
    }
    .col-xs-bt58 {
        border-top: solid 58px !important;
    }
    .col-xs-bt59 {
        border-top: solid 59px !important;
    }
    .col-xs-bt60 {
        border-top: solid 60px !important;
    }
    .col-xs-bt61 {
        border-top: solid 61px !important;
    }
    .col-xs-bt62 {
        border-top: solid 62px !important;
    }
    .col-xs-bt63 {
        border-top: solid 63px !important;
    }
    .col-xs-bt64 {
        border-top: solid 64px !important;
    }
    .col-xs-bt65 {
        border-top: solid 65px !important;
    }
    .col-xs-bt66 {
        border-top: solid 66px !important;
    }
    .col-xs-bt67 {
        border-top: solid 67px !important;
    }
    .col-xs-bt68 {
        border-top: solid 68px !important;
    }
    .col-xs-bt69 {
        border-top: solid 69px !important;
    }
    .col-xs-bt70 {
        border-top: solid 70px !important;
    }
    .col-xs-bt71 {
        border-top: solid 71px !important;
    }
    .col-xs-bt72 {
        border-top: solid 72px !important;
    }
    .col-xs-bt73 {
        border-top: solid 73px !important;
    }
    .col-xs-bt74 {
        border-top: solid 74px !important;
    }
    .col-xs-bt75 {
        border-top: solid 75px !important;
    }
    .col-xs-bt76 {
        border-top: solid 76px !important;
    }
    .col-xs-bt77 {
        border-top: solid 77px !important;
    }
    .col-xs-bt78 {
        border-top: solid 78px !important;
    }
    .col-xs-bt79 {
        border-top: solid 79px !important;
    }
    .col-xs-bt80 {
        border-top: solid 80px !important;
    }
    .col-xs-bt81 {
        border-top: solid 81px !important;
    }
    .col-xs-bt82 {
        border-top: solid 82px !important;
    }
    .col-xs-bt83 {
        border-top: solid 83px !important;
    }
    .col-xs-bt84 {
        border-top: solid 84px !important;
    }
    .col-xs-bt85 {
        border-top: solid 85px !important;
    }
    .col-xs-bt86 {
        border-top: solid 86px !important;
    }
    .col-xs-bt87 {
        border-top: solid 87px !important;
    }
    .col-xs-bt88 {
        border-top: solid 88px !important;
    }
    .col-xs-bt89 {
        border-top: solid 89px !important;
    }
    .col-xs-bt90 {
        border-top: solid 90px !important;
    }
    .col-xs-bt91 {
        border-top: solid 91px !important;
    }
    .col-xs-bt92 {
        border-top: solid 92px !important;
    }
    .col-xs-bt93 {
        border-top: solid 93px !important;
    }
    .col-xs-bt94 {
        border-top: solid 94px !important;
    }
    .col-xs-bt95 {
        border-top: solid 95px !important;
    }
    .col-xs-bt96 {
        border-top: solid 96px !important;
    }
    .col-xs-bt97 {
        border-top: solid 97px !important;
    }
    .col-xs-bt98 {
        border-top: solid 98px !important;
    }
    .col-xs-bt99 {
        border-top: solid 99px !important;
    }
    .col-xs-bt100 {
        border-top: solid 100px !important;
    }
    .col-xs-bt101 {
        border-top: solid 101px !important;
    }
    .col-xs-bt102 {
        border-top: solid 102px !important;
    }
    .col-xs-bt103 {
        border-top: solid 103px !important;
    }
    .col-xs-bt104 {
        border-top: solid 104px !important;
    }
    .col-xs-bt105 {
        border-top: solid 105px !important;
    }
    .col-xs-bt106 {
        border-top: solid 106px !important;
    }
    .col-xs-bt107 {
        border-top: solid 107px !important;
    }
    .col-xs-bt108 {
        border-top: solid 108px !important;
    }
    .col-xs-bt109 {
        border-top: solid 109px !important;
    }
    .col-xs-bt110 {
        border-top: solid 110px !important;
    }
    .col-xs-bt111 {
        border-top: solid 111px !important;
    }
    .col-xs-bt112 {
        border-top: solid 112px !important;
    }
    .col-xs-bt113 {
        border-top: solid 113px !important;
    }
    .col-xs-bt114 {
        border-top: solid 114px !important;
    }
    .col-xs-bt115 {
        border-top: solid 115px !important;
    }
    .col-xs-bt116 {
        border-top: solid 116px !important;
    }
    .col-xs-bt117 {
        border-top: solid 117px !important;
    }
    .col-xs-bt118 {
        border-top: solid 118px !important;
    }
    .col-xs-bt119 {
        border-top: solid 119px !important;
    }
    .col-xs-bt120 {
        border-top: solid 120px !important;
    }
    .col-xs-bt121 {
        border-top: solid 121px !important;
    }
    .col-xs-bt122 {
        border-top: solid 122px !important;
    }
    .col-xs-bt123 {
        border-top: solid 123px !important;
    }
    .col-xs-bt124 {
        border-top: solid 124px !important;
    }
    .col-xs-bt125 {
        border-top: solid 125px !important;
    }
    .col-xs-bt126 {
        border-top: solid 126px !important;
    }
    .col-xs-bt127 {
        border-top: solid 127px !important;
    }
    .col-xs-bt128 {
        border-top: solid 128px !important;
    }
    .col-xs-bt129 {
        border-top: solid 129px !important;
    }
    .col-xs-bt130 {
        border-top: solid 130px !important;
    }
    .col-xs-bt131 {
        border-top: solid 131px !important;
    }
    .col-xs-bt132 {
        border-top: solid 132px !important;
    }
    .col-xs-bt133 {
        border-top: solid 133px !important;
    }
    .col-xs-bt134 {
        border-top: solid 134px !important;
    }
    .col-xs-bt135 {
        border-top: solid 135px !important;
    }
    .col-xs-bt136 {
        border-top: solid 136px !important;
    }
    .col-xs-bt137 {
        border-top: solid 137px !important;
    }
    .col-xs-bt138 {
        border-top: solid 138px !important;
    }
    .col-xs-bt139 {
        border-top: solid 139px !important;
    }
    .col-xs-bt140 {
        border-top: solid 140px !important;
    }
    .col-xs-bt141 {
        border-top: solid 141px !important;
    }
    .col-xs-bt142 {
        border-top: solid 142px !important;
    }
    .col-xs-bt143 {
        border-top: solid 143px !important;
    }
    .col-xs-bt144 {
        border-top: solid 144px !important;
    }
    .col-xs-bt145 {
        border-top: solid 145px !important;
    }
    .col-xs-bt146 {
        border-top: solid 146px !important;
    }
    .col-xs-bt147 {
        border-top: solid 147px !important;
    }
    .col-xs-bt148 {
        border-top: solid 148px !important;
    }
    .col-xs-bt149 {
        border-top: solid 149px !important;
    }
    .col-xs-bt150 {
        border-top: solid 150px !important;
    }
    .col-xs-bt151 {
        border-top: solid 151px !important;
    }
    .col-xs-bt152 {
        border-top: solid 152px !important;
    }
    .col-xs-bt153 {
        border-top: solid 153px !important;
    }
    .col-xs-bt154 {
        border-top: solid 154px !important;
    }
    .col-xs-bt155 {
        border-top: solid 155px !important;
    }
    .col-xs-bt156 {
        border-top: solid 156px !important;
    }
    .col-xs-bt157 {
        border-top: solid 157px !important;
    }
    .col-xs-bt158 {
        border-top: solid 158px !important;
    }
    .col-xs-bt159 {
        border-top: solid 159px !important;
    }
    .col-xs-bt160 {
        border-top: solid 160px !important;
    }
    .col-xs-bt161 {
        border-top: solid 161px !important;
    }
    .col-xs-bt162 {
        border-top: solid 162px !important;
    }
    .col-xs-bt163 {
        border-top: solid 163px !important;
    }
    .col-xs-bt164 {
        border-top: solid 164px !important;
    }
    .col-xs-bt165 {
        border-top: solid 165px !important;
    }
    .col-xs-bt166 {
        border-top: solid 166px !important;
    }
    .col-xs-bt167 {
        border-top: solid 167px !important;
    }
    .col-xs-bt168 {
        border-top: solid 168px !important;
    }
    .col-xs-bt169 {
        border-top: solid 169px !important;
    }
    .col-xs-bt170 {
        border-top: solid 170px !important;
    }
    .col-xs-bt171 {
        border-top: solid 171px !important;
    }
    .col-xs-bt172 {
        border-top: solid 172px !important;
    }
    .col-xs-bt173 {
        border-top: solid 173px !important;
    }
    .col-xs-bt174 {
        border-top: solid 174px !important;
    }
    .col-xs-bt175 {
        border-top: solid 175px !important;
    }
    .col-xs-bt176 {
        border-top: solid 176px !important;
    }
    .col-xs-bt177 {
        border-top: solid 177px !important;
    }
    .col-xs-bt178 {
        border-top: solid 178px !important;
    }
    .col-xs-bt179 {
        border-top: solid 179px !important;
    }
    .col-xs-bt180 {
        border-top: solid 180px !important;
    }
    .col-xs-bt181 {
        border-top: solid 181px !important;
    }
    .col-xs-bt182 {
        border-top: solid 182px !important;
    }
    .col-xs-bt183 {
        border-top: solid 183px !important;
    }
    .col-xs-bt184 {
        border-top: solid 184px !important;
    }
    .col-xs-bt185 {
        border-top: solid 185px !important;
    }
    .col-xs-bt186 {
        border-top: solid 186px !important;
    }
    .col-xs-bt187 {
        border-top: solid 187px !important;
    }
    .col-xs-bt188 {
        border-top: solid 188px !important;
    }
    .col-xs-bt189 {
        border-top: solid 189px !important;
    }
    .col-xs-bt190 {
        border-top: solid 190px !important;
    }
    .col-xs-bt191 {
        border-top: solid 191px !important;
    }
    .col-xs-bt192 {
        border-top: solid 192px !important;
    }
    .col-xs-bt193 {
        border-top: solid 193px !important;
    }
    .col-xs-bt194 {
        border-top: solid 194px !important;
    }
    .col-xs-bt195 {
        border-top: solid 195px !important;
    }
    .col-xs-bt196 {
        border-top: solid 196px !important;
    }
    .col-xs-bt197 {
        border-top: solid 197px !important;
    }
    .col-xs-bt198 {
        border-top: solid 198px !important;
    }
    .col-xs-bt199 {
        border-top: solid 199px !important;
    }
    .col-xs-bt200 {
        border-top: solid 200px !important;
    }
}
/* Responsive End */
/******---------- Border Top Settings End ----------******/
/******---------- Border Bottom Settings ----------******/

.bb0 {
    border-bottom: solid 0px !important;
}
.bb {
    border-bottom: solid 1px !important;
}
.bb1 {
    border-bottom: solid 1px !important;
}
.bb2 {
    border-bottom: solid 2px !important;
}
.bb3 {
    border-bottom: solid 3px !important;
}
.bb4 {
    border-bottom: solid 4px !important;
}
.bb5 {
    border-bottom: solid 5px !important;
}
.bb6 {
    border-bottom: solid 6px !important;
}
.bb7 {
    border-bottom: solid 7px !important;
}
.bb8 {
    border-bottom: solid 8px !important;
}
.bb9 {
    border-bottom: solid 9px !important;
}
.bb10 {
    border-bottom: solid 10px !important;
}
.bb11 {
    border-bottom: solid 11px !important;
}
.bb12 {
    border-bottom: solid 12px !important;
}
.bb13 {
    border-bottom: solid 13px !important;
}
.bb14 {
    border-bottom: solid 14px !important;
}
.bb15 {
    border-bottom: solid 15px !important;
}
.bb16 {
    border-bottom: solid 16px !important;
}
.bb17 {
    border-bottom: solid 17px !important;
}
.bb18 {
    border-bottom: solid 18px !important;
}
.bb19 {
    border-bottom: solid 19px !important;
}
.bb20 {
    border-bottom: solid 20px !important;
}
.bb21 {
    border-bottom: solid 21px !important;
}
.bb22 {
    border-bottom: solid 22px !important;
}
.bb23 {
    border-bottom: solid 23px !important;
}
.bb24 {
    border-bottom: solid 24px !important;
}
.bb25 {
    border-bottom: solid 25px !important;
}
.bb26 {
    border-bottom: solid 26px !important;
}
.bb27 {
    border-bottom: solid 27px !important;
}
.bb28 {
    border-bottom: solid 28px !important;
}
.bb29 {
    border-bottom: solid 29px !important;
}
.bb30 {
    border-bottom: solid 30px !important;
}
.bb31 {
    border-bottom: solid 31px !important;
}
.bb32 {
    border-bottom: solid 32px !important;
}
.bb33 {
    border-bottom: solid 33px !important;
}
.bb34 {
    border-bottom: solid 34px !important;
}
.bb35 {
    border-bottom: solid 35px !important;
}
.bb36 {
    border-bottom: solid 36px !important;
}
.bb37 {
    border-bottom: solid 37px !important;
}
.bb38 {
    border-bottom: solid 38px !important;
}
.bb39 {
    border-bottom: solid 39px !important;
}
.bb40 {
    border-bottom: solid 40px !important;
}
.bb41 {
    border-bottom: solid 41px !important;
}
.bb42 {
    border-bottom: solid 42px !important;
}
.bb43 {
    border-bottom: solid 43px !important;
}
.bb44 {
    border-bottom: solid 44px !important;
}
.bb45 {
    border-bottom: solid 45px !important;
}
.bb46 {
    border-bottom: solid 46px !important;
}
.bb47 {
    border-bottom: solid 47px !important;
}
.bb48 {
    border-bottom: solid 48px !important;
}
.bb49 {
    border-bottom: solid 49px !important;
}
.bb50 {
    border-bottom: solid 50px !important;
}
.bb51 {
    border-bottom: solid 51px !important;
}
.bb52 {
    border-bottom: solid 52px !important;
}
.bb53 {
    border-bottom: solid 53px !important;
}
.bb54 {
    border-bottom: solid 54px !important;
}
.bb55 {
    border-bottom: solid 55px !important;
}
.bb56 {
    border-bottom: solid 56px !important;
}
.bb57 {
    border-bottom: solid 57px !important;
}
.bb58 {
    border-bottom: solid 58px !important;
}
.bb59 {
    border-bottom: solid 59px !important;
}
.bb60 {
    border-bottom: solid 60px !important;
}
.bb61 {
    border-bottom: solid 61px !important;
}
.bb62 {
    border-bottom: solid 62px !important;
}
.bb63 {
    border-bottom: solid 63px !important;
}
.bb64 {
    border-bottom: solid 64px !important;
}
.bb65 {
    border-bottom: solid 65px !important;
}
.bb66 {
    border-bottom: solid 66px !important;
}
.bb67 {
    border-bottom: solid 67px !important;
}
.bb68 {
    border-bottom: solid 68px !important;
}
.bb69 {
    border-bottom: solid 69px !important;
}
.bb70 {
    border-bottom: solid 70px !important;
}
.bb71 {
    border-bottom: solid 71px !important;
}
.bb72 {
    border-bottom: solid 72px !important;
}
.bb73 {
    border-bottom: solid 73px !important;
}
.bb74 {
    border-bottom: solid 74px !important;
}
.bb75 {
    border-bottom: solid 75px !important;
}
.bb76 {
    border-bottom: solid 76px !important;
}
.bb77 {
    border-bottom: solid 77px !important;
}
.bb78 {
    border-bottom: solid 78px !important;
}
.bb79 {
    border-bottom: solid 79px !important;
}
.bb80 {
    border-bottom: solid 80px !important;
}
.bb81 {
    border-bottom: solid 81px !important;
}
.bb82 {
    border-bottom: solid 82px !important;
}
.bb83 {
    border-bottom: solid 83px !important;
}
.bb84 {
    border-bottom: solid 84px !important;
}
.bb85 {
    border-bottom: solid 85px !important;
}
.bb86 {
    border-bottom: solid 86px !important;
}
.bb87 {
    border-bottom: solid 87px !important;
}
.bb88 {
    border-bottom: solid 88px !important;
}
.bb89 {
    border-bottom: solid 89px !important;
}
.bb90 {
    border-bottom: solid 90px !important;
}
.bb91 {
    border-bottom: solid 91px !important;
}
.bb92 {
    border-bottom: solid 92px !important;
}
.bb93 {
    border-bottom: solid 93px !important;
}
.bb94 {
    border-bottom: solid 94px !important;
}
.bb95 {
    border-bottom: solid 95px !important;
}
.bb96 {
    border-bottom: solid 96px !important;
}
.bb97 {
    border-bottom: solid 97px !important;
}
.bb98 {
    border-bottom: solid 98px !important;
}
.bb99 {
    border-bottom: solid 99px !important;
}
.bb100 {
    border-bottom: solid 100px !important;
}
.bb101 {
    border-bottom: solid 101px !important;
}
.bb102 {
    border-bottom: solid 102px !important;
}
.bb103 {
    border-bottom: solid 103px !important;
}
.bb104 {
    border-bottom: solid 104px !important;
}
.bb105 {
    border-bottom: solid 105px !important;
}
.bb106 {
    border-bottom: solid 106px !important;
}
.bb107 {
    border-bottom: solid 107px !important;
}
.bb108 {
    border-bottom: solid 108px !important;
}
.bb109 {
    border-bottom: solid 109px !important;
}
.bb110 {
    border-bottom: solid 110px !important;
}
.bb111 {
    border-bottom: solid 111px !important;
}
.bb112 {
    border-bottom: solid 112px !important;
}
.bb113 {
    border-bottom: solid 113px !important;
}
.bb114 {
    border-bottom: solid 114px !important;
}
.bb115 {
    border-bottom: solid 115px !important;
}
.bb116 {
    border-bottom: solid 116px !important;
}
.bb117 {
    border-bottom: solid 117px !important;
}
.bb118 {
    border-bottom: solid 118px !important;
}
.bb119 {
    border-bottom: solid 119px !important;
}
.bb120 {
    border-bottom: solid 120px !important;
}
.bb121 {
    border-bottom: solid 121px !important;
}
.bb122 {
    border-bottom: solid 122px !important;
}
.bb123 {
    border-bottom: solid 123px !important;
}
.bb124 {
    border-bottom: solid 124px !important;
}
.bb125 {
    border-bottom: solid 125px !important;
}
.bb126 {
    border-bottom: solid 126px !important;
}
.bb127 {
    border-bottom: solid 127px !important;
}
.bb128 {
    border-bottom: solid 128px !important;
}
.bb129 {
    border-bottom: solid 129px !important;
}
.bb130 {
    border-bottom: solid 130px !important;
}
.bb131 {
    border-bottom: solid 131px !important;
}
.bb132 {
    border-bottom: solid 132px !important;
}
.bb133 {
    border-bottom: solid 133px !important;
}
.bb134 {
    border-bottom: solid 134px !important;
}
.bb135 {
    border-bottom: solid 135px !important;
}
.bb136 {
    border-bottom: solid 136px !important;
}
.bb137 {
    border-bottom: solid 137px !important;
}
.bb138 {
    border-bottom: solid 138px !important;
}
.bb139 {
    border-bottom: solid 139px !important;
}
.bb140 {
    border-bottom: solid 140px !important;
}
.bb141 {
    border-bottom: solid 141px !important;
}
.bb142 {
    border-bottom: solid 142px !important;
}
.bb143 {
    border-bottom: solid 143px !important;
}
.bb144 {
    border-bottom: solid 144px !important;
}
.bb145 {
    border-bottom: solid 145px !important;
}
.bb146 {
    border-bottom: solid 146px !important;
}
.bb147 {
    border-bottom: solid 147px !important;
}
.bb148 {
    border-bottom: solid 148px !important;
}
.bb149 {
    border-bottom: solid 149px !important;
}
.bb150 {
    border-bottom: solid 150px !important;
}
.bb151 {
    border-bottom: solid 151px !important;
}
.bb152 {
    border-bottom: solid 152px !important;
}
.bb153 {
    border-bottom: solid 153px !important;
}
.bb154 {
    border-bottom: solid 154px !important;
}
.bb155 {
    border-bottom: solid 155px !important;
}
.bb156 {
    border-bottom: solid 156px !important;
}
.bb157 {
    border-bottom: solid 157px !important;
}
.bb158 {
    border-bottom: solid 158px !important;
}
.bb159 {
    border-bottom: solid 159px !important;
}
.bb160 {
    border-bottom: solid 160px !important;
}
.bb161 {
    border-bottom: solid 161px !important;
}
.bb162 {
    border-bottom: solid 162px !important;
}
.bb163 {
    border-bottom: solid 163px !important;
}
.bb164 {
    border-bottom: solid 164px !important;
}
.bb165 {
    border-bottom: solid 165px !important;
}
.bb166 {
    border-bottom: solid 166px !important;
}
.bb167 {
    border-bottom: solid 167px !important;
}
.bb168 {
    border-bottom: solid 168px !important;
}
.bb169 {
    border-bottom: solid 169px !important;
}
.bb170 {
    border-bottom: solid 170px !important;
}
.bb171 {
    border-bottom: solid 171px !important;
}
.bb172 {
    border-bottom: solid 172px !important;
}
.bb173 {
    border-bottom: solid 173px !important;
}
.bb174 {
    border-bottom: solid 174px !important;
}
.bb175 {
    border-bottom: solid 175px !important;
}
.bb176 {
    border-bottom: solid 176px !important;
}
.bb177 {
    border-bottom: solid 177px !important;
}
.bb178 {
    border-bottom: solid 178px !important;
}
.bb179 {
    border-bottom: solid 179px !important;
}
.bb180 {
    border-bottom: solid 180px !important;
}
.bb181 {
    border-bottom: solid 181px !important;
}
.bb182 {
    border-bottom: solid 182px !important;
}
.bb183 {
    border-bottom: solid 183px !important;
}
.bb184 {
    border-bottom: solid 184px !important;
}
.bb185 {
    border-bottom: solid 185px !important;
}
.bb186 {
    border-bottom: solid 186px !important;
}
.bb187 {
    border-bottom: solid 187px !important;
}
.bb188 {
    border-bottom: solid 188px !important;
}
.bb189 {
    border-bottom: solid 189px !important;
}
.bb190 {
    border-bottom: solid 190px !important;
}
.bb191 {
    border-bottom: solid 191px !important;
}
.bb192 {
    border-bottom: solid 192px !important;
}
.bb193 {
    border-bottom: solid 193px !important;
}
.bb194 {
    border-bottom: solid 194px !important;
}
.bb195 {
    border-bottom: solid 195px !important;
}
.bb196 {
    border-bottom: solid 196px !important;
}
.bb197 {
    border-bottom: solid 197px !important;
}
.bb198 {
    border-bottom: solid 198px !important;
}
.bb199 {
    border-bottom: solid 199px !important;
}
.bb200 {
    border-bottom: solid 200px !important;
}
/* Responsive Setbbngs */

@media screen and (max-width: 991px) {
    .col-sm-bb0 {
        border-bottom: solid 0px !important;
    }
    .col-sm-bb {
        border-bottom: solid 1px !important;
    }
    .col-sm-bb1 {
        border-bottom: solid 1px !important;
    }
    .col-sm-bb2 {
        border-bottom: solid 2px !important;
    }
    .col-sm-bb3 {
        border-bottom: solid 3px !important;
    }
    .col-sm-bb4 {
        border-bottom: solid 4px !important;
    }
    .col-sm-bb5 {
        border-bottom: solid 5px !important;
    }
    .col-sm-bb6 {
        border-bottom: solid 6px !important;
    }
    .col-sm-bb7 {
        border-bottom: solid 7px !important;
    }
    .col-sm-bb8 {
        border-bottom: solid 8px !important;
    }
    .col-sm-bb9 {
        border-bottom: solid 9px !important;
    }
    .col-sm-bb10 {
        border-bottom: solid 10px !important;
    }
    .col-sm-bb11 {
        border-bottom: solid 11px !important;
    }
    .col-sm-bb12 {
        border-bottom: solid 12px !important;
    }
    .col-sm-bb13 {
        border-bottom: solid 13px !important;
    }
    .col-sm-bb14 {
        border-bottom: solid 14px !important;
    }
    .col-sm-bb15 {
        border-bottom: solid 15px !important;
    }
    .col-sm-bb16 {
        border-bottom: solid 16px !important;
    }
    .col-sm-bb17 {
        border-bottom: solid 17px !important;
    }
    .col-sm-bb18 {
        border-bottom: solid 18px !important;
    }
    .col-sm-bb19 {
        border-bottom: solid 19px !important;
    }
    .col-sm-bb20 {
        border-bottom: solid 20px !important;
    }
    .col-sm-bb21 {
        border-bottom: solid 21px !important;
    }
    .col-sm-bb22 {
        border-bottom: solid 22px !important;
    }
    .col-sm-bb23 {
        border-bottom: solid 23px !important;
    }
    .col-sm-bb24 {
        border-bottom: solid 24px !important;
    }
    .col-sm-bb25 {
        border-bottom: solid 25px !important;
    }
    .col-sm-bb26 {
        border-bottom: solid 26px !important;
    }
    .col-sm-bb27 {
        border-bottom: solid 27px !important;
    }
    .col-sm-bb28 {
        border-bottom: solid 28px !important;
    }
    .col-sm-bb29 {
        border-bottom: solid 29px !important;
    }
    .col-sm-bb30 {
        border-bottom: solid 30px !important;
    }
    .col-sm-bb31 {
        border-bottom: solid 31px !important;
    }
    .col-sm-bb32 {
        border-bottom: solid 32px !important;
    }
    .col-sm-bb33 {
        border-bottom: solid 33px !important;
    }
    .col-sm-bb34 {
        border-bottom: solid 34px !important;
    }
    .col-sm-bb35 {
        border-bottom: solid 35px !important;
    }
    .col-sm-bb36 {
        border-bottom: solid 36px !important;
    }
    .col-sm-bb37 {
        border-bottom: solid 37px !important;
    }
    .col-sm-bb38 {
        border-bottom: solid 38px !important;
    }
    .col-sm-bb39 {
        border-bottom: solid 39px !important;
    }
    .col-sm-bb40 {
        border-bottom: solid 40px !important;
    }
    .col-sm-bb41 {
        border-bottom: solid 41px !important;
    }
    .col-sm-bb42 {
        border-bottom: solid 42px !important;
    }
    .col-sm-bb43 {
        border-bottom: solid 43px !important;
    }
    .col-sm-bb44 {
        border-bottom: solid 44px !important;
    }
    .col-sm-bb45 {
        border-bottom: solid 45px !important;
    }
    .col-sm-bb46 {
        border-bottom: solid 46px !important;
    }
    .col-sm-bb47 {
        border-bottom: solid 47px !important;
    }
    .col-sm-bb48 {
        border-bottom: solid 48px !important;
    }
    .col-sm-bb49 {
        border-bottom: solid 49px !important;
    }
    .col-sm-bb50 {
        border-bottom: solid 50px !important;
    }
    .col-sm-bb51 {
        border-bottom: solid 51px !important;
    }
    .col-sm-bb52 {
        border-bottom: solid 52px !important;
    }
    .col-sm-bb53 {
        border-bottom: solid 53px !important;
    }
    .col-sm-bb54 {
        border-bottom: solid 54px !important;
    }
    .col-sm-bb55 {
        border-bottom: solid 55px !important;
    }
    .col-sm-bb56 {
        border-bottom: solid 56px !important;
    }
    .col-sm-bb57 {
        border-bottom: solid 57px !important;
    }
    .col-sm-bb58 {
        border-bottom: solid 58px !important;
    }
    .col-sm-bb59 {
        border-bottom: solid 59px !important;
    }
    .col-sm-bb60 {
        border-bottom: solid 60px !important;
    }
    .col-sm-bb61 {
        border-bottom: solid 61px !important;
    }
    .col-sm-bb62 {
        border-bottom: solid 62px !important;
    }
    .col-sm-bb63 {
        border-bottom: solid 63px !important;
    }
    .col-sm-bb64 {
        border-bottom: solid 64px !important;
    }
    .col-sm-bb65 {
        border-bottom: solid 65px !important;
    }
    .col-sm-bb66 {
        border-bottom: solid 66px !important;
    }
    .col-sm-bb67 {
        border-bottom: solid 67px !important;
    }
    .col-sm-bb68 {
        border-bottom: solid 68px !important;
    }
    .col-sm-bb69 {
        border-bottom: solid 69px !important;
    }
    .col-sm-bb70 {
        border-bottom: solid 70px !important;
    }
    .col-sm-bb71 {
        border-bottom: solid 71px !important;
    }
    .col-sm-bb72 {
        border-bottom: solid 72px !important;
    }
    .col-sm-bb73 {
        border-bottom: solid 73px !important;
    }
    .col-sm-bb74 {
        border-bottom: solid 74px !important;
    }
    .col-sm-bb75 {
        border-bottom: solid 75px !important;
    }
    .col-sm-bb76 {
        border-bottom: solid 76px !important;
    }
    .col-sm-bb77 {
        border-bottom: solid 77px !important;
    }
    .col-sm-bb78 {
        border-bottom: solid 78px !important;
    }
    .col-sm-bb79 {
        border-bottom: solid 79px !important;
    }
    .col-sm-bb80 {
        border-bottom: solid 80px !important;
    }
    .col-sm-bb81 {
        border-bottom: solid 81px !important;
    }
    .col-sm-bb82 {
        border-bottom: solid 82px !important;
    }
    .col-sm-bb83 {
        border-bottom: solid 83px !important;
    }
    .col-sm-bb84 {
        border-bottom: solid 84px !important;
    }
    .col-sm-bb85 {
        border-bottom: solid 85px !important;
    }
    .col-sm-bb86 {
        border-bottom: solid 86px !important;
    }
    .col-sm-bb87 {
        border-bottom: solid 87px !important;
    }
    .col-sm-bb88 {
        border-bottom: solid 88px !important;
    }
    .col-sm-bb89 {
        border-bottom: solid 89px !important;
    }
    .col-sm-bb90 {
        border-bottom: solid 90px !important;
    }
    .col-sm-bb91 {
        border-bottom: solid 91px !important;
    }
    .col-sm-bb92 {
        border-bottom: solid 92px !important;
    }
    .col-sm-bb93 {
        border-bottom: solid 93px !important;
    }
    .col-sm-bb94 {
        border-bottom: solid 94px !important;
    }
    .col-sm-bb95 {
        border-bottom: solid 95px !important;
    }
    .col-sm-bb96 {
        border-bottom: solid 96px !important;
    }
    .col-sm-bb97 {
        border-bottom: solid 97px !important;
    }
    .col-sm-bb98 {
        border-bottom: solid 98px !important;
    }
    .col-sm-bb99 {
        border-bottom: solid 99px !important;
    }
    .col-sm-bb100 {
        border-bottom: solid 100px !important;
    }
    .col-sm-bb101 {
        border-bottom: solid 101px !important;
    }
    .col-sm-bb102 {
        border-bottom: solid 102px !important;
    }
    .col-sm-bb103 {
        border-bottom: solid 103px !important;
    }
    .col-sm-bb104 {
        border-bottom: solid 104px !important;
    }
    .col-sm-bb105 {
        border-bottom: solid 105px !important;
    }
    .col-sm-bb106 {
        border-bottom: solid 106px !important;
    }
    .col-sm-bb107 {
        border-bottom: solid 107px !important;
    }
    .col-sm-bb108 {
        border-bottom: solid 108px !important;
    }
    .col-sm-bb109 {
        border-bottom: solid 109px !important;
    }
    .col-sm-bb110 {
        border-bottom: solid 110px !important;
    }
    .col-sm-bb111 {
        border-bottom: solid 111px !important;
    }
    .col-sm-bb112 {
        border-bottom: solid 112px !important;
    }
    .col-sm-bb113 {
        border-bottom: solid 113px !important;
    }
    .col-sm-bb114 {
        border-bottom: solid 114px !important;
    }
    .col-sm-bb115 {
        border-bottom: solid 115px !important;
    }
    .col-sm-bb116 {
        border-bottom: solid 116px !important;
    }
    .col-sm-bb117 {
        border-bottom: solid 117px !important;
    }
    .col-sm-bb118 {
        border-bottom: solid 118px !important;
    }
    .col-sm-bb119 {
        border-bottom: solid 119px !important;
    }
    .col-sm-bb120 {
        border-bottom: solid 120px !important;
    }
    .col-sm-bb121 {
        border-bottom: solid 121px !important;
    }
    .col-sm-bb122 {
        border-bottom: solid 122px !important;
    }
    .col-sm-bb123 {
        border-bottom: solid 123px !important;
    }
    .col-sm-bb124 {
        border-bottom: solid 124px !important;
    }
    .col-sm-bb125 {
        border-bottom: solid 125px !important;
    }
    .col-sm-bb126 {
        border-bottom: solid 126px !important;
    }
    .col-sm-bb127 {
        border-bottom: solid 127px !important;
    }
    .col-sm-bb128 {
        border-bottom: solid 128px !important;
    }
    .col-sm-bb129 {
        border-bottom: solid 129px !important;
    }
    .col-sm-bb130 {
        border-bottom: solid 130px !important;
    }
    .col-sm-bb131 {
        border-bottom: solid 131px !important;
    }
    .col-sm-bb132 {
        border-bottom: solid 132px !important;
    }
    .col-sm-bb133 {
        border-bottom: solid 133px !important;
    }
    .col-sm-bb134 {
        border-bottom: solid 134px !important;
    }
    .col-sm-bb135 {
        border-bottom: solid 135px !important;
    }
    .col-sm-bb136 {
        border-bottom: solid 136px !important;
    }
    .col-sm-bb137 {
        border-bottom: solid 137px !important;
    }
    .col-sm-bb138 {
        border-bottom: solid 138px !important;
    }
    .col-sm-bb139 {
        border-bottom: solid 139px !important;
    }
    .col-sm-bb140 {
        border-bottom: solid 140px !important;
    }
    .col-sm-bb141 {
        border-bottom: solid 141px !important;
    }
    .col-sm-bb142 {
        border-bottom: solid 142px !important;
    }
    .col-sm-bb143 {
        border-bottom: solid 143px !important;
    }
    .col-sm-bb144 {
        border-bottom: solid 144px !important;
    }
    .col-sm-bb145 {
        border-bottom: solid 145px !important;
    }
    .col-sm-bb146 {
        border-bottom: solid 146px !important;
    }
    .col-sm-bb147 {
        border-bottom: solid 147px !important;
    }
    .col-sm-bb148 {
        border-bottom: solid 148px !important;
    }
    .col-sm-bb149 {
        border-bottom: solid 149px !important;
    }
    .col-sm-bb150 {
        border-bottom: solid 150px !important;
    }
    .col-sm-bb151 {
        border-bottom: solid 151px !important;
    }
    .col-sm-bb152 {
        border-bottom: solid 152px !important;
    }
    .col-sm-bb153 {
        border-bottom: solid 153px !important;
    }
    .col-sm-bb154 {
        border-bottom: solid 154px !important;
    }
    .col-sm-bb155 {
        border-bottom: solid 155px !important;
    }
    .col-sm-bb156 {
        border-bottom: solid 156px !important;
    }
    .col-sm-bb157 {
        border-bottom: solid 157px !important;
    }
    .col-sm-bb158 {
        border-bottom: solid 158px !important;
    }
    .col-sm-bb159 {
        border-bottom: solid 159px !important;
    }
    .col-sm-bb160 {
        border-bottom: solid 160px !important;
    }
    .col-sm-bb161 {
        border-bottom: solid 161px !important;
    }
    .col-sm-bb162 {
        border-bottom: solid 162px !important;
    }
    .col-sm-bb163 {
        border-bottom: solid 163px !important;
    }
    .col-sm-bb164 {
        border-bottom: solid 164px !important;
    }
    .col-sm-bb165 {
        border-bottom: solid 165px !important;
    }
    .col-sm-bb166 {
        border-bottom: solid 166px !important;
    }
    .col-sm-bb167 {
        border-bottom: solid 167px !important;
    }
    .col-sm-bb168 {
        border-bottom: solid 168px !important;
    }
    .col-sm-bb169 {
        border-bottom: solid 169px !important;
    }
    .col-sm-bb170 {
        border-bottom: solid 170px !important;
    }
    .col-sm-bb171 {
        border-bottom: solid 171px !important;
    }
    .col-sm-bb172 {
        border-bottom: solid 172px !important;
    }
    .col-sm-bb173 {
        border-bottom: solid 173px !important;
    }
    .col-sm-bb174 {
        border-bottom: solid 174px !important;
    }
    .col-sm-bb175 {
        border-bottom: solid 175px !important;
    }
    .col-sm-bb176 {
        border-bottom: solid 176px !important;
    }
    .col-sm-bb177 {
        border-bottom: solid 177px !important;
    }
    .col-sm-bb178 {
        border-bottom: solid 178px !important;
    }
    .col-sm-bb179 {
        border-bottom: solid 179px !important;
    }
    .col-sm-bb180 {
        border-bottom: solid 180px !important;
    }
    .col-sm-bb181 {
        border-bottom: solid 181px !important;
    }
    .col-sm-bb182 {
        border-bottom: solid 182px !important;
    }
    .col-sm-bb183 {
        border-bottom: solid 183px !important;
    }
    .col-sm-bb184 {
        border-bottom: solid 184px !important;
    }
    .col-sm-bb185 {
        border-bottom: solid 185px !important;
    }
    .col-sm-bb186 {
        border-bottom: solid 186px !important;
    }
    .col-sm-bb187 {
        border-bottom: solid 187px !important;
    }
    .col-sm-bb188 {
        border-bottom: solid 188px !important;
    }
    .col-sm-bb189 {
        border-bottom: solid 189px !important;
    }
    .col-sm-bb190 {
        border-bottom: solid 190px !important;
    }
    .col-sm-bb191 {
        border-bottom: solid 191px !important;
    }
    .col-sm-bb192 {
        border-bottom: solid 192px !important;
    }
    .col-sm-bb193 {
        border-bottom: solid 193px !important;
    }
    .col-sm-bb194 {
        border-bottom: solid 194px !important;
    }
    .col-sm-bb195 {
        border-bottom: solid 195px !important;
    }
    .col-sm-bb196 {
        border-bottom: solid 196px !important;
    }
    .col-sm-bb197 {
        border-bottom: solid 197px !important;
    }
    .col-sm-bb198 {
        border-bottom: solid 198px !important;
    }
    .col-sm-bb199 {
        border-bottom: solid 199px !important;
    }
    .col-sm-bb200 {
        border-bottom: solid 200px !important;
    }
}
@media screen and (max-width: 767px) {
    .col-xs-bb0 {
        border-bottom: solid 0px !important;
    }
    .col-xs-bb {
        border-bottom: solid 1px !important;
    }
    .col-xs-bb1 {
        border-bottom: solid 1px !important;
    }
    .col-xs-bb2 {
        border-bottom: solid 2px !important;
    }
    .col-xs-bb3 {
        border-bottom: solid 3px !important;
    }
    .col-xs-bb4 {
        border-bottom: solid 4px !important;
    }
    .col-xs-bb5 {
        border-bottom: solid 5px !important;
    }
    .col-xs-bb6 {
        border-bottom: solid 6px !important;
    }
    .col-xs-bb7 {
        border-bottom: solid 7px !important;
    }
    .col-xs-bb8 {
        border-bottom: solid 8px !important;
    }
    .col-xs-bb9 {
        border-bottom: solid 9px !important;
    }
    .col-xs-bb10 {
        border-bottom: solid 10px !important;
    }
    .col-xs-bb11 {
        border-bottom: solid 11px !important;
    }
    .col-xs-bb12 {
        border-bottom: solid 12px !important;
    }
    .col-xs-bb13 {
        border-bottom: solid 13px !important;
    }
    .col-xs-bb14 {
        border-bottom: solid 14px !important;
    }
    .col-xs-bb15 {
        border-bottom: solid 15px !important;
    }
    .col-xs-bb16 {
        border-bottom: solid 16px !important;
    }
    .col-xs-bb17 {
        border-bottom: solid 17px !important;
    }
    .col-xs-bb18 {
        border-bottom: solid 18px !important;
    }
    .col-xs-bb19 {
        border-bottom: solid 19px !important;
    }
    .col-xs-bb20 {
        border-bottom: solid 20px !important;
    }
    .col-xs-bb21 {
        border-bottom: solid 21px !important;
    }
    .col-xs-bb22 {
        border-bottom: solid 22px !important;
    }
    .col-xs-bb23 {
        border-bottom: solid 23px !important;
    }
    .col-xs-bb24 {
        border-bottom: solid 24px !important;
    }
    .col-xs-bb25 {
        border-bottom: solid 25px !important;
    }
    .col-xs-bb26 {
        border-bottom: solid 26px !important;
    }
    .col-xs-bb27 {
        border-bottom: solid 27px !important;
    }
    .col-xs-bb28 {
        border-bottom: solid 28px !important;
    }
    .col-xs-bb29 {
        border-bottom: solid 29px !important;
    }
    .col-xs-bb30 {
        border-bottom: solid 30px !important;
    }
    .col-xs-bb31 {
        border-bottom: solid 31px !important;
    }
    .col-xs-bb32 {
        border-bottom: solid 32px !important;
    }
    .col-xs-bb33 {
        border-bottom: solid 33px !important;
    }
    .col-xs-bb34 {
        border-bottom: solid 34px !important;
    }
    .col-xs-bb35 {
        border-bottom: solid 35px !important;
    }
    .col-xs-bb36 {
        border-bottom: solid 36px !important;
    }
    .col-xs-bb37 {
        border-bottom: solid 37px !important;
    }
    .col-xs-bb38 {
        border-bottom: solid 38px !important;
    }
    .col-xs-bb39 {
        border-bottom: solid 39px !important;
    }
    .col-xs-bb40 {
        border-bottom: solid 40px !important;
    }
    .col-xs-bb41 {
        border-bottom: solid 41px !important;
    }
    .col-xs-bb42 {
        border-bottom: solid 42px !important;
    }
    .col-xs-bb43 {
        border-bottom: solid 43px !important;
    }
    .col-xs-bb44 {
        border-bottom: solid 44px !important;
    }
    .col-xs-bb45 {
        border-bottom: solid 45px !important;
    }
    .col-xs-bb46 {
        border-bottom: solid 46px !important;
    }
    .col-xs-bb47 {
        border-bottom: solid 47px !important;
    }
    .col-xs-bb48 {
        border-bottom: solid 48px !important;
    }
    .col-xs-bb49 {
        border-bottom: solid 49px !important;
    }
    .col-xs-bb50 {
        border-bottom: solid 50px !important;
    }
    .col-xs-bb51 {
        border-bottom: solid 51px !important;
    }
    .col-xs-bb52 {
        border-bottom: solid 52px !important;
    }
    .col-xs-bb53 {
        border-bottom: solid 53px !important;
    }
    .col-xs-bb54 {
        border-bottom: solid 54px !important;
    }
    .col-xs-bb55 {
        border-bottom: solid 55px !important;
    }
    .col-xs-bb56 {
        border-bottom: solid 56px !important;
    }
    .col-xs-bb57 {
        border-bottom: solid 57px !important;
    }
    .col-xs-bb58 {
        border-bottom: solid 58px !important;
    }
    .col-xs-bb59 {
        border-bottom: solid 59px !important;
    }
    .col-xs-bb60 {
        border-bottom: solid 60px !important;
    }
    .col-xs-bb61 {
        border-bottom: solid 61px !important;
    }
    .col-xs-bb62 {
        border-bottom: solid 62px !important;
    }
    .col-xs-bb63 {
        border-bottom: solid 63px !important;
    }
    .col-xs-bb64 {
        border-bottom: solid 64px !important;
    }
    .col-xs-bb65 {
        border-bottom: solid 65px !important;
    }
    .col-xs-bb66 {
        border-bottom: solid 66px !important;
    }
    .col-xs-bb67 {
        border-bottom: solid 67px !important;
    }
    .col-xs-bb68 {
        border-bottom: solid 68px !important;
    }
    .col-xs-bb69 {
        border-bottom: solid 69px !important;
    }
    .col-xs-bb70 {
        border-bottom: solid 70px !important;
    }
    .col-xs-bb71 {
        border-bottom: solid 71px !important;
    }
    .col-xs-bb72 {
        border-bottom: solid 72px !important;
    }
    .col-xs-bb73 {
        border-bottom: solid 73px !important;
    }
    .col-xs-bb74 {
        border-bottom: solid 74px !important;
    }
    .col-xs-bb75 {
        border-bottom: solid 75px !important;
    }
    .col-xs-bb76 {
        border-bottom: solid 76px !important;
    }
    .col-xs-bb77 {
        border-bottom: solid 77px !important;
    }
    .col-xs-bb78 {
        border-bottom: solid 78px !important;
    }
    .col-xs-bb79 {
        border-bottom: solid 79px !important;
    }
    .col-xs-bb80 {
        border-bottom: solid 80px !important;
    }
    .col-xs-bb81 {
        border-bottom: solid 81px !important;
    }
    .col-xs-bb82 {
        border-bottom: solid 82px !important;
    }
    .col-xs-bb83 {
        border-bottom: solid 83px !important;
    }
    .col-xs-bb84 {
        border-bottom: solid 84px !important;
    }
    .col-xs-bb85 {
        border-bottom: solid 85px !important;
    }
    .col-xs-bb86 {
        border-bottom: solid 86px !important;
    }
    .col-xs-bb87 {
        border-bottom: solid 87px !important;
    }
    .col-xs-bb88 {
        border-bottom: solid 88px !important;
    }
    .col-xs-bb89 {
        border-bottom: solid 89px !important;
    }
    .col-xs-bb90 {
        border-bottom: solid 90px !important;
    }
    .col-xs-bb91 {
        border-bottom: solid 91px !important;
    }
    .col-xs-bb92 {
        border-bottom: solid 92px !important;
    }
    .col-xs-bb93 {
        border-bottom: solid 93px !important;
    }
    .col-xs-bb94 {
        border-bottom: solid 94px !important;
    }
    .col-xs-bb95 {
        border-bottom: solid 95px !important;
    }
    .col-xs-bb96 {
        border-bottom: solid 96px !important;
    }
    .col-xs-bb97 {
        border-bottom: solid 97px !important;
    }
    .col-xs-bb98 {
        border-bottom: solid 98px !important;
    }
    .col-xs-bb99 {
        border-bottom: solid 99px !important;
    }
    .col-xs-bb100 {
        border-bottom: solid 100px !important;
    }
    .col-xs-bb101 {
        border-bottom: solid 101px !important;
    }
    .col-xs-bb102 {
        border-bottom: solid 102px !important;
    }
    .col-xs-bb103 {
        border-bottom: solid 103px !important;
    }
    .col-xs-bb104 {
        border-bottom: solid 104px !important;
    }
    .col-xs-bb105 {
        border-bottom: solid 105px !important;
    }
    .col-xs-bb106 {
        border-bottom: solid 106px !important;
    }
    .col-xs-bb107 {
        border-bottom: solid 107px !important;
    }
    .col-xs-bb108 {
        border-bottom: solid 108px !important;
    }
    .col-xs-bb109 {
        border-bottom: solid 109px !important;
    }
    .col-xs-bb110 {
        border-bottom: solid 110px !important;
    }
    .col-xs-bb111 {
        border-bottom: solid 111px !important;
    }
    .col-xs-bb112 {
        border-bottom: solid 112px !important;
    }
    .col-xs-bb113 {
        border-bottom: solid 113px !important;
    }
    .col-xs-bb114 {
        border-bottom: solid 114px !important;
    }
    .col-xs-bb115 {
        border-bottom: solid 115px !important;
    }
    .col-xs-bb116 {
        border-bottom: solid 116px !important;
    }
    .col-xs-bb117 {
        border-bottom: solid 117px !important;
    }
    .col-xs-bb118 {
        border-bottom: solid 118px !important;
    }
    .col-xs-bb119 {
        border-bottom: solid 119px !important;
    }
    .col-xs-bb120 {
        border-bottom: solid 120px !important;
    }
    .col-xs-bb121 {
        border-bottom: solid 121px !important;
    }
    .col-xs-bb122 {
        border-bottom: solid 122px !important;
    }
    .col-xs-bb123 {
        border-bottom: solid 123px !important;
    }
    .col-xs-bb124 {
        border-bottom: solid 124px !important;
    }
    .col-xs-bb125 {
        border-bottom: solid 125px !important;
    }
    .col-xs-bb126 {
        border-bottom: solid 126px !important;
    }
    .col-xs-bb127 {
        border-bottom: solid 127px !important;
    }
    .col-xs-bb128 {
        border-bottom: solid 128px !important;
    }
    .col-xs-bb129 {
        border-bottom: solid 129px !important;
    }
    .col-xs-bb130 {
        border-bottom: solid 130px !important;
    }
    .col-xs-bb131 {
        border-bottom: solid 131px !important;
    }
    .col-xs-bb132 {
        border-bottom: solid 132px !important;
    }
    .col-xs-bb133 {
        border-bottom: solid 133px !important;
    }
    .col-xs-bb134 {
        border-bottom: solid 134px !important;
    }
    .col-xs-bb135 {
        border-bottom: solid 135px !important;
    }
    .col-xs-bb136 {
        border-bottom: solid 136px !important;
    }
    .col-xs-bb137 {
        border-bottom: solid 137px !important;
    }
    .col-xs-bb138 {
        border-bottom: solid 138px !important;
    }
    .col-xs-bb139 {
        border-bottom: solid 139px !important;
    }
    .col-xs-bb140 {
        border-bottom: solid 140px !important;
    }
    .col-xs-bb141 {
        border-bottom: solid 141px !important;
    }
    .col-xs-bb142 {
        border-bottom: solid 142px !important;
    }
    .col-xs-bb143 {
        border-bottom: solid 143px !important;
    }
    .col-xs-bb144 {
        border-bottom: solid 144px !important;
    }
    .col-xs-bb145 {
        border-bottom: solid 145px !important;
    }
    .col-xs-bb146 {
        border-bottom: solid 146px !important;
    }
    .col-xs-bb147 {
        border-bottom: solid 147px !important;
    }
    .col-xs-bb148 {
        border-bottom: solid 148px !important;
    }
    .col-xs-bb149 {
        border-bottom: solid 149px !important;
    }
    .col-xs-bb150 {
        border-bottom: solid 150px !important;
    }
    .col-xs-bb151 {
        border-bottom: solid 151px !important;
    }
    .col-xs-bb152 {
        border-bottom: solid 152px !important;
    }
    .col-xs-bb153 {
        border-bottom: solid 153px !important;
    }
    .col-xs-bb154 {
        border-bottom: solid 154px !important;
    }
    .col-xs-bb155 {
        border-bottom: solid 155px !important;
    }
    .col-xs-bb156 {
        border-bottom: solid 156px !important;
    }
    .col-xs-bb157 {
        border-bottom: solid 157px !important;
    }
    .col-xs-bb158 {
        border-bottom: solid 158px !important;
    }
    .col-xs-bb159 {
        border-bottom: solid 159px !important;
    }
    .col-xs-bb160 {
        border-bottom: solid 160px !important;
    }
    .col-xs-bb161 {
        border-bottom: solid 161px !important;
    }
    .col-xs-bb162 {
        border-bottom: solid 162px !important;
    }
    .col-xs-bb163 {
        border-bottom: solid 163px !important;
    }
    .col-xs-bb164 {
        border-bottom: solid 164px !important;
    }
    .col-xs-bb165 {
        border-bottom: solid 165px !important;
    }
    .col-xs-bb166 {
        border-bottom: solid 166px !important;
    }
    .col-xs-bb167 {
        border-bottom: solid 167px !important;
    }
    .col-xs-bb168 {
        border-bottom: solid 168px !important;
    }
    .col-xs-bb169 {
        border-bottom: solid 169px !important;
    }
    .col-xs-bb170 {
        border-bottom: solid 170px !important;
    }
    .col-xs-bb171 {
        border-bottom: solid 171px !important;
    }
    .col-xs-bb172 {
        border-bottom: solid 172px !important;
    }
    .col-xs-bb173 {
        border-bottom: solid 173px !important;
    }
    .col-xs-bb174 {
        border-bottom: solid 174px !important;
    }
    .col-xs-bb175 {
        border-bottom: solid 175px !important;
    }
    .col-xs-bb176 {
        border-bottom: solid 176px !important;
    }
    .col-xs-bb177 {
        border-bottom: solid 177px !important;
    }
    .col-xs-bb178 {
        border-bottom: solid 178px !important;
    }
    .col-xs-bb179 {
        border-bottom: solid 179px !important;
    }
    .col-xs-bb180 {
        border-bottom: solid 180px !important;
    }
    .col-xs-bb181 {
        border-bottom: solid 181px !important;
    }
    .col-xs-bb182 {
        border-bottom: solid 182px !important;
    }
    .col-xs-bb183 {
        border-bottom: solid 183px !important;
    }
    .col-xs-bb184 {
        border-bottom: solid 184px !important;
    }
    .col-xs-bb185 {
        border-bottom: solid 185px !important;
    }
    .col-xs-bb186 {
        border-bottom: solid 186px !important;
    }
    .col-xs-bb187 {
        border-bottom: solid 187px !important;
    }
    .col-xs-bb188 {
        border-bottom: solid 188px !important;
    }
    .col-xs-bb189 {
        border-bottom: solid 189px !important;
    }
    .col-xs-bb190 {
        border-bottom: solid 190px !important;
    }
    .col-xs-bb191 {
        border-bottom: solid 191px !important;
    }
    .col-xs-bb192 {
        border-bottom: solid 192px !important;
    }
    .col-xs-bb193 {
        border-bottom: solid 193px !important;
    }
    .col-xs-bb194 {
        border-bottom: solid 194px !important;
    }
    .col-xs-bb195 {
        border-bottom: solid 195px !important;
    }
    .col-xs-bb196 {
        border-bottom: solid 196px !important;
    }
    .col-xs-bb197 {
        border-bottom: solid 197px !important;
    }
    .col-xs-bb198 {
        border-bottom: solid 198px !important;
    }
    .col-xs-bb199 {
        border-bottom: solid 199px !important;
    }
    .col-xs-bb200 {
        border-bottom: solid 200px !important;
    }
}
/* Responsive End */
/******---------- Border Bottom Settings End ----------******/
/******---------- Border Left Settings ----------******/

.bl0 {
    border-left: solid 0px !important;
}
.bl {
    border-left: solid 1px !important;
}
.bl1 {
    border-left: solid 1px !important;
}
.bl2 {
    border-left: solid 2px !important;
}
.bl3 {
    border-left: solid 3px !important;
}
.bl4 {
    border-left: solid 4px !important;
}
.bl5 {
    border-left: solid 5px !important;
}
.bl6 {
    border-left: solid 6px !important;
}
.bl7 {
    border-left: solid 7px !important;
}
.bl8 {
    border-left: solid 8px !important;
}
.bl9 {
    border-left: solid 9px !important;
}
.bl10 {
    border-left: solid 10px !important;
}
.bl11 {
    border-left: solid 11px !important;
}
.bl12 {
    border-left: solid 12px !important;
}
.bl13 {
    border-left: solid 13px !important;
}
.bl14 {
    border-left: solid 14px !important;
}
.bl15 {
    border-left: solid 15px !important;
}
.bl16 {
    border-left: solid 16px !important;
}
.bl17 {
    border-left: solid 17px !important;
}
.bl18 {
    border-left: solid 18px !important;
}
.bl19 {
    border-left: solid 19px !important;
}
.bl20 {
    border-left: solid 20px !important;
}
.bl21 {
    border-left: solid 21px !important;
}
.bl22 {
    border-left: solid 22px !important;
}
.bl23 {
    border-left: solid 23px !important;
}
.bl24 {
    border-left: solid 24px !important;
}
.bl25 {
    border-left: solid 25px !important;
}
.bl26 {
    border-left: solid 26px !important;
}
.bl27 {
    border-left: solid 27px !important;
}
.bl28 {
    border-left: solid 28px !important;
}
.bl29 {
    border-left: solid 29px !important;
}
.bl30 {
    border-left: solid 30px !important;
}
.bl31 {
    border-left: solid 31px !important;
}
.bl32 {
    border-left: solid 32px !important;
}
.bl33 {
    border-left: solid 33px !important;
}
.bl34 {
    border-left: solid 34px !important;
}
.bl35 {
    border-left: solid 35px !important;
}
.bl36 {
    border-left: solid 36px !important;
}
.bl37 {
    border-left: solid 37px !important;
}
.bl38 {
    border-left: solid 38px !important;
}
.bl39 {
    border-left: solid 39px !important;
}
.bl40 {
    border-left: solid 40px !important;
}
.bl41 {
    border-left: solid 41px !important;
}
.bl42 {
    border-left: solid 42px !important;
}
.bl43 {
    border-left: solid 43px !important;
}
.bl44 {
    border-left: solid 44px !important;
}
.bl45 {
    border-left: solid 45px !important;
}
.bl46 {
    border-left: solid 46px !important;
}
.bl47 {
    border-left: solid 47px !important;
}
.bl48 {
    border-left: solid 48px !important;
}
.bl49 {
    border-left: solid 49px !important;
}
.bl50 {
    border-left: solid 50px !important;
}
.bl51 {
    border-left: solid 51px !important;
}
.bl52 {
    border-left: solid 52px !important;
}
.bl53 {
    border-left: solid 53px !important;
}
.bl54 {
    border-left: solid 54px !important;
}
.bl55 {
    border-left: solid 55px !important;
}
.bl56 {
    border-left: solid 56px !important;
}
.bl57 {
    border-left: solid 57px !important;
}
.bl58 {
    border-left: solid 58px !important;
}
.bl59 {
    border-left: solid 59px !important;
}
.bl60 {
    border-left: solid 60px !important;
}
.bl61 {
    border-left: solid 61px !important;
}
.bl62 {
    border-left: solid 62px !important;
}
.bl63 {
    border-left: solid 63px !important;
}
.bl64 {
    border-left: solid 64px !important;
}
.bl65 {
    border-left: solid 65px !important;
}
.bl66 {
    border-left: solid 66px !important;
}
.bl67 {
    border-left: solid 67px !important;
}
.bl68 {
    border-left: solid 68px !important;
}
.bl69 {
    border-left: solid 69px !important;
}
.bl70 {
    border-left: solid 70px !important;
}
.bl71 {
    border-left: solid 71px !important;
}
.bl72 {
    border-left: solid 72px !important;
}
.bl73 {
    border-left: solid 73px !important;
}
.bl74 {
    border-left: solid 74px !important;
}
.bl75 {
    border-left: solid 75px !important;
}
.bl76 {
    border-left: solid 76px !important;
}
.bl77 {
    border-left: solid 77px !important;
}
.bl78 {
    border-left: solid 78px !important;
}
.bl79 {
    border-left: solid 79px !important;
}
.bl80 {
    border-left: solid 80px !important;
}
.bl81 {
    border-left: solid 81px !important;
}
.bl82 {
    border-left: solid 82px !important;
}
.bl83 {
    border-left: solid 83px !important;
}
.bl84 {
    border-left: solid 84px !important;
}
.bl85 {
    border-left: solid 85px !important;
}
.bl86 {
    border-left: solid 86px !important;
}
.bl87 {
    border-left: solid 87px !important;
}
.bl88 {
    border-left: solid 88px !important;
}
.bl89 {
    border-left: solid 89px !important;
}
.bl90 {
    border-left: solid 90px !important;
}
.bl91 {
    border-left: solid 91px !important;
}
.bl92 {
    border-left: solid 92px !important;
}
.bl93 {
    border-left: solid 93px !important;
}
.bl94 {
    border-left: solid 94px !important;
}
.bl95 {
    border-left: solid 95px !important;
}
.bl96 {
    border-left: solid 96px !important;
}
.bl97 {
    border-left: solid 97px !important;
}
.bl98 {
    border-left: solid 98px !important;
}
.bl99 {
    border-left: solid 99px !important;
}
.bl100 {
    border-left: solid 100px !important;
}
.bl101 {
    border-left: solid 101px !important;
}
.bl102 {
    border-left: solid 102px !important;
}
.bl103 {
    border-left: solid 103px !important;
}
.bl104 {
    border-left: solid 104px !important;
}
.bl105 {
    border-left: solid 105px !important;
}
.bl106 {
    border-left: solid 106px !important;
}
.bl107 {
    border-left: solid 107px !important;
}
.bl108 {
    border-left: solid 108px !important;
}
.bl109 {
    border-left: solid 109px !important;
}
.bl110 {
    border-left: solid 110px !important;
}
.bl111 {
    border-left: solid 111px !important;
}
.bl112 {
    border-left: solid 112px !important;
}
.bl113 {
    border-left: solid 113px !important;
}
.bl114 {
    border-left: solid 114px !important;
}
.bl115 {
    border-left: solid 115px !important;
}
.bl116 {
    border-left: solid 116px !important;
}
.bl117 {
    border-left: solid 117px !important;
}
.bl118 {
    border-left: solid 118px !important;
}
.bl119 {
    border-left: solid 119px !important;
}
.bl120 {
    border-left: solid 120px !important;
}
.bl121 {
    border-left: solid 121px !important;
}
.bl122 {
    border-left: solid 122px !important;
}
.bl123 {
    border-left: solid 123px !important;
}
.bl124 {
    border-left: solid 124px !important;
}
.bl125 {
    border-left: solid 125px !important;
}
.bl126 {
    border-left: solid 126px !important;
}
.bl127 {
    border-left: solid 127px !important;
}
.bl128 {
    border-left: solid 128px !important;
}
.bl129 {
    border-left: solid 129px !important;
}
.bl130 {
    border-left: solid 130px !important;
}
.bl131 {
    border-left: solid 131px !important;
}
.bl132 {
    border-left: solid 132px !important;
}
.bl133 {
    border-left: solid 133px !important;
}
.bl134 {
    border-left: solid 134px !important;
}
.bl135 {
    border-left: solid 135px !important;
}
.bl136 {
    border-left: solid 136px !important;
}
.bl137 {
    border-left: solid 137px !important;
}
.bl138 {
    border-left: solid 138px !important;
}
.bl139 {
    border-left: solid 139px !important;
}
.bl140 {
    border-left: solid 140px !important;
}
.bl141 {
    border-left: solid 141px !important;
}
.bl142 {
    border-left: solid 142px !important;
}
.bl143 {
    border-left: solid 143px !important;
}
.bl144 {
    border-left: solid 144px !important;
}
.bl145 {
    border-left: solid 145px !important;
}
.bl146 {
    border-left: solid 146px !important;
}
.bl147 {
    border-left: solid 147px !important;
}
.bl148 {
    border-left: solid 148px !important;
}
.bl149 {
    border-left: solid 149px !important;
}
.bl150 {
    border-left: solid 150px !important;
}
.bl151 {
    border-left: solid 151px !important;
}
.bl152 {
    border-left: solid 152px !important;
}
.bl153 {
    border-left: solid 153px !important;
}
.bl154 {
    border-left: solid 154px !important;
}
.bl155 {
    border-left: solid 155px !important;
}
.bl156 {
    border-left: solid 156px !important;
}
.bl157 {
    border-left: solid 157px !important;
}
.bl158 {
    border-left: solid 158px !important;
}
.bl159 {
    border-left: solid 159px !important;
}
.bl160 {
    border-left: solid 160px !important;
}
.bl161 {
    border-left: solid 161px !important;
}
.bl162 {
    border-left: solid 162px !important;
}
.bl163 {
    border-left: solid 163px !important;
}
.bl164 {
    border-left: solid 164px !important;
}
.bl165 {
    border-left: solid 165px !important;
}
.bl166 {
    border-left: solid 166px !important;
}
.bl167 {
    border-left: solid 167px !important;
}
.bl168 {
    border-left: solid 168px !important;
}
.bl169 {
    border-left: solid 169px !important;
}
.bl170 {
    border-left: solid 170px !important;
}
.bl171 {
    border-left: solid 171px !important;
}
.bl172 {
    border-left: solid 172px !important;
}
.bl173 {
    border-left: solid 173px !important;
}
.bl174 {
    border-left: solid 174px !important;
}
.bl175 {
    border-left: solid 175px !important;
}
.bl176 {
    border-left: solid 176px !important;
}
.bl177 {
    border-left: solid 177px !important;
}
.bl178 {
    border-left: solid 178px !important;
}
.bl179 {
    border-left: solid 179px !important;
}
.bl180 {
    border-left: solid 180px !important;
}
.bl181 {
    border-left: solid 181px !important;
}
.bl182 {
    border-left: solid 182px !important;
}
.bl183 {
    border-left: solid 183px !important;
}
.bl184 {
    border-left: solid 184px !important;
}
.bl185 {
    border-left: solid 185px !important;
}
.bl186 {
    border-left: solid 186px !important;
}
.bl187 {
    border-left: solid 187px !important;
}
.bl188 {
    border-left: solid 188px !important;
}
.bl189 {
    border-left: solid 189px !important;
}
.bl190 {
    border-left: solid 190px !important;
}
.bl191 {
    border-left: solid 191px !important;
}
.bl192 {
    border-left: solid 192px !important;
}
.bl193 {
    border-left: solid 193px !important;
}
.bl194 {
    border-left: solid 194px !important;
}
.bl195 {
    border-left: solid 195px !important;
}
.bl196 {
    border-left: solid 196px !important;
}
.bl197 {
    border-left: solid 197px !important;
}
.bl198 {
    border-left: solid 198px !important;
}
.bl199 {
    border-left: solid 199px !important;
}
.bl200 {
    border-left: solid 200px !important;
}
/* Responsive Setblngs */

@media screen and (max-width: 991px) {
    .col-sm-bl0 {
        border-left: solid 0px !important;
    }
    .col-sm-bl {
        border-left: solid 1px !important;
    }
    .col-sm-bl1 {
        border-left: solid 1px !important;
    }
    .col-sm-bl2 {
        border-left: solid 2px !important;
    }
    .col-sm-bl3 {
        border-left: solid 3px !important;
    }
    .col-sm-bl4 {
        border-left: solid 4px !important;
    }
    .col-sm-bl5 {
        border-left: solid 5px !important;
    }
    .col-sm-bl6 {
        border-left: solid 6px !important;
    }
    .col-sm-bl7 {
        border-left: solid 7px !important;
    }
    .col-sm-bl8 {
        border-left: solid 8px !important;
    }
    .col-sm-bl9 {
        border-left: solid 9px !important;
    }
    .col-sm-bl10 {
        border-left: solid 10px !important;
    }
    .col-sm-bl11 {
        border-left: solid 11px !important;
    }
    .col-sm-bl12 {
        border-left: solid 12px !important;
    }
    .col-sm-bl13 {
        border-left: solid 13px !important;
    }
    .col-sm-bl14 {
        border-left: solid 14px !important;
    }
    .col-sm-bl15 {
        border-left: solid 15px !important;
    }
    .col-sm-bl16 {
        border-left: solid 16px !important;
    }
    .col-sm-bl17 {
        border-left: solid 17px !important;
    }
    .col-sm-bl18 {
        border-left: solid 18px !important;
    }
    .col-sm-bl19 {
        border-left: solid 19px !important;
    }
    .col-sm-bl20 {
        border-left: solid 20px !important;
    }
    .col-sm-bl21 {
        border-left: solid 21px !important;
    }
    .col-sm-bl22 {
        border-left: solid 22px !important;
    }
    .col-sm-bl23 {
        border-left: solid 23px !important;
    }
    .col-sm-bl24 {
        border-left: solid 24px !important;
    }
    .col-sm-bl25 {
        border-left: solid 25px !important;
    }
    .col-sm-bl26 {
        border-left: solid 26px !important;
    }
    .col-sm-bl27 {
        border-left: solid 27px !important;
    }
    .col-sm-bl28 {
        border-left: solid 28px !important;
    }
    .col-sm-bl29 {
        border-left: solid 29px !important;
    }
    .col-sm-bl30 {
        border-left: solid 30px !important;
    }
    .col-sm-bl31 {
        border-left: solid 31px !important;
    }
    .col-sm-bl32 {
        border-left: solid 32px !important;
    }
    .col-sm-bl33 {
        border-left: solid 33px !important;
    }
    .col-sm-bl34 {
        border-left: solid 34px !important;
    }
    .col-sm-bl35 {
        border-left: solid 35px !important;
    }
    .col-sm-bl36 {
        border-left: solid 36px !important;
    }
    .col-sm-bl37 {
        border-left: solid 37px !important;
    }
    .col-sm-bl38 {
        border-left: solid 38px !important;
    }
    .col-sm-bl39 {
        border-left: solid 39px !important;
    }
    .col-sm-bl40 {
        border-left: solid 40px !important;
    }
    .col-sm-bl41 {
        border-left: solid 41px !important;
    }
    .col-sm-bl42 {
        border-left: solid 42px !important;
    }
    .col-sm-bl43 {
        border-left: solid 43px !important;
    }
    .col-sm-bl44 {
        border-left: solid 44px !important;
    }
    .col-sm-bl45 {
        border-left: solid 45px !important;
    }
    .col-sm-bl46 {
        border-left: solid 46px !important;
    }
    .col-sm-bl47 {
        border-left: solid 47px !important;
    }
    .col-sm-bl48 {
        border-left: solid 48px !important;
    }
    .col-sm-bl49 {
        border-left: solid 49px !important;
    }
    .col-sm-bl50 {
        border-left: solid 50px !important;
    }
    .col-sm-bl51 {
        border-left: solid 51px !important;
    }
    .col-sm-bl52 {
        border-left: solid 52px !important;
    }
    .col-sm-bl53 {
        border-left: solid 53px !important;
    }
    .col-sm-bl54 {
        border-left: solid 54px !important;
    }
    .col-sm-bl55 {
        border-left: solid 55px !important;
    }
    .col-sm-bl56 {
        border-left: solid 56px !important;
    }
    .col-sm-bl57 {
        border-left: solid 57px !important;
    }
    .col-sm-bl58 {
        border-left: solid 58px !important;
    }
    .col-sm-bl59 {
        border-left: solid 59px !important;
    }
    .col-sm-bl60 {
        border-left: solid 60px !important;
    }
    .col-sm-bl61 {
        border-left: solid 61px !important;
    }
    .col-sm-bl62 {
        border-left: solid 62px !important;
    }
    .col-sm-bl63 {
        border-left: solid 63px !important;
    }
    .col-sm-bl64 {
        border-left: solid 64px !important;
    }
    .col-sm-bl65 {
        border-left: solid 65px !important;
    }
    .col-sm-bl66 {
        border-left: solid 66px !important;
    }
    .col-sm-bl67 {
        border-left: solid 67px !important;
    }
    .col-sm-bl68 {
        border-left: solid 68px !important;
    }
    .col-sm-bl69 {
        border-left: solid 69px !important;
    }
    .col-sm-bl70 {
        border-left: solid 70px !important;
    }
    .col-sm-bl71 {
        border-left: solid 71px !important;
    }
    .col-sm-bl72 {
        border-left: solid 72px !important;
    }
    .col-sm-bl73 {
        border-left: solid 73px !important;
    }
    .col-sm-bl74 {
        border-left: solid 74px !important;
    }
    .col-sm-bl75 {
        border-left: solid 75px !important;
    }
    .col-sm-bl76 {
        border-left: solid 76px !important;
    }
    .col-sm-bl77 {
        border-left: solid 77px !important;
    }
    .col-sm-bl78 {
        border-left: solid 78px !important;
    }
    .col-sm-bl79 {
        border-left: solid 79px !important;
    }
    .col-sm-bl80 {
        border-left: solid 80px !important;
    }
    .col-sm-bl81 {
        border-left: solid 81px !important;
    }
    .col-sm-bl82 {
        border-left: solid 82px !important;
    }
    .col-sm-bl83 {
        border-left: solid 83px !important;
    }
    .col-sm-bl84 {
        border-left: solid 84px !important;
    }
    .col-sm-bl85 {
        border-left: solid 85px !important;
    }
    .col-sm-bl86 {
        border-left: solid 86px !important;
    }
    .col-sm-bl87 {
        border-left: solid 87px !important;
    }
    .col-sm-bl88 {
        border-left: solid 88px !important;
    }
    .col-sm-bl89 {
        border-left: solid 89px !important;
    }
    .col-sm-bl90 {
        border-left: solid 90px !important;
    }
    .col-sm-bl91 {
        border-left: solid 91px !important;
    }
    .col-sm-bl92 {
        border-left: solid 92px !important;
    }
    .col-sm-bl93 {
        border-left: solid 93px !important;
    }
    .col-sm-bl94 {
        border-left: solid 94px !important;
    }
    .col-sm-bl95 {
        border-left: solid 95px !important;
    }
    .col-sm-bl96 {
        border-left: solid 96px !important;
    }
    .col-sm-bl97 {
        border-left: solid 97px !important;
    }
    .col-sm-bl98 {
        border-left: solid 98px !important;
    }
    .col-sm-bl99 {
        border-left: solid 99px !important;
    }
    .col-sm-bl100 {
        border-left: solid 100px !important;
    }
    .col-sm-bl101 {
        border-left: solid 101px !important;
    }
    .col-sm-bl102 {
        border-left: solid 102px !important;
    }
    .col-sm-bl103 {
        border-left: solid 103px !important;
    }
    .col-sm-bl104 {
        border-left: solid 104px !important;
    }
    .col-sm-bl105 {
        border-left: solid 105px !important;
    }
    .col-sm-bl106 {
        border-left: solid 106px !important;
    }
    .col-sm-bl107 {
        border-left: solid 107px !important;
    }
    .col-sm-bl108 {
        border-left: solid 108px !important;
    }
    .col-sm-bl109 {
        border-left: solid 109px !important;
    }
    .col-sm-bl110 {
        border-left: solid 110px !important;
    }
    .col-sm-bl111 {
        border-left: solid 111px !important;
    }
    .col-sm-bl112 {
        border-left: solid 112px !important;
    }
    .col-sm-bl113 {
        border-left: solid 113px !important;
    }
    .col-sm-bl114 {
        border-left: solid 114px !important;
    }
    .col-sm-bl115 {
        border-left: solid 115px !important;
    }
    .col-sm-bl116 {
        border-left: solid 116px !important;
    }
    .col-sm-bl117 {
        border-left: solid 117px !important;
    }
    .col-sm-bl118 {
        border-left: solid 118px !important;
    }
    .col-sm-bl119 {
        border-left: solid 119px !important;
    }
    .col-sm-bl120 {
        border-left: solid 120px !important;
    }
    .col-sm-bl121 {
        border-left: solid 121px !important;
    }
    .col-sm-bl122 {
        border-left: solid 122px !important;
    }
    .col-sm-bl123 {
        border-left: solid 123px !important;
    }
    .col-sm-bl124 {
        border-left: solid 124px !important;
    }
    .col-sm-bl125 {
        border-left: solid 125px !important;
    }
    .col-sm-bl126 {
        border-left: solid 126px !important;
    }
    .col-sm-bl127 {
        border-left: solid 127px !important;
    }
    .col-sm-bl128 {
        border-left: solid 128px !important;
    }
    .col-sm-bl129 {
        border-left: solid 129px !important;
    }
    .col-sm-bl130 {
        border-left: solid 130px !important;
    }
    .col-sm-bl131 {
        border-left: solid 131px !important;
    }
    .col-sm-bl132 {
        border-left: solid 132px !important;
    }
    .col-sm-bl133 {
        border-left: solid 133px !important;
    }
    .col-sm-bl134 {
        border-left: solid 134px !important;
    }
    .col-sm-bl135 {
        border-left: solid 135px !important;
    }
    .col-sm-bl136 {
        border-left: solid 136px !important;
    }
    .col-sm-bl137 {
        border-left: solid 137px !important;
    }
    .col-sm-bl138 {
        border-left: solid 138px !important;
    }
    .col-sm-bl139 {
        border-left: solid 139px !important;
    }
    .col-sm-bl140 {
        border-left: solid 140px !important;
    }
    .col-sm-bl141 {
        border-left: solid 141px !important;
    }
    .col-sm-bl142 {
        border-left: solid 142px !important;
    }
    .col-sm-bl143 {
        border-left: solid 143px !important;
    }
    .col-sm-bl144 {
        border-left: solid 144px !important;
    }
    .col-sm-bl145 {
        border-left: solid 145px !important;
    }
    .col-sm-bl146 {
        border-left: solid 146px !important;
    }
    .col-sm-bl147 {
        border-left: solid 147px !important;
    }
    .col-sm-bl148 {
        border-left: solid 148px !important;
    }
    .col-sm-bl149 {
        border-left: solid 149px !important;
    }
    .col-sm-bl150 {
        border-left: solid 150px !important;
    }
    .col-sm-bl151 {
        border-left: solid 151px !important;
    }
    .col-sm-bl152 {
        border-left: solid 152px !important;
    }
    .col-sm-bl153 {
        border-left: solid 153px !important;
    }
    .col-sm-bl154 {
        border-left: solid 154px !important;
    }
    .col-sm-bl155 {
        border-left: solid 155px !important;
    }
    .col-sm-bl156 {
        border-left: solid 156px !important;
    }
    .col-sm-bl157 {
        border-left: solid 157px !important;
    }
    .col-sm-bl158 {
        border-left: solid 158px !important;
    }
    .col-sm-bl159 {
        border-left: solid 159px !important;
    }
    .col-sm-bl160 {
        border-left: solid 160px !important;
    }
    .col-sm-bl161 {
        border-left: solid 161px !important;
    }
    .col-sm-bl162 {
        border-left: solid 162px !important;
    }
    .col-sm-bl163 {
        border-left: solid 163px !important;
    }
    .col-sm-bl164 {
        border-left: solid 164px !important;
    }
    .col-sm-bl165 {
        border-left: solid 165px !important;
    }
    .col-sm-bl166 {
        border-left: solid 166px !important;
    }
    .col-sm-bl167 {
        border-left: solid 167px !important;
    }
    .col-sm-bl168 {
        border-left: solid 168px !important;
    }
    .col-sm-bl169 {
        border-left: solid 169px !important;
    }
    .col-sm-bl170 {
        border-left: solid 170px !important;
    }
    .col-sm-bl171 {
        border-left: solid 171px !important;
    }
    .col-sm-bl172 {
        border-left: solid 172px !important;
    }
    .col-sm-bl173 {
        border-left: solid 173px !important;
    }
    .col-sm-bl174 {
        border-left: solid 174px !important;
    }
    .col-sm-bl175 {
        border-left: solid 175px !important;
    }
    .col-sm-bl176 {
        border-left: solid 176px !important;
    }
    .col-sm-bl177 {
        border-left: solid 177px !important;
    }
    .col-sm-bl178 {
        border-left: solid 178px !important;
    }
    .col-sm-bl179 {
        border-left: solid 179px !important;
    }
    .col-sm-bl180 {
        border-left: solid 180px !important;
    }
    .col-sm-bl181 {
        border-left: solid 181px !important;
    }
    .col-sm-bl182 {
        border-left: solid 182px !important;
    }
    .col-sm-bl183 {
        border-left: solid 183px !important;
    }
    .col-sm-bl184 {
        border-left: solid 184px !important;
    }
    .col-sm-bl185 {
        border-left: solid 185px !important;
    }
    .col-sm-bl186 {
        border-left: solid 186px !important;
    }
    .col-sm-bl187 {
        border-left: solid 187px !important;
    }
    .col-sm-bl188 {
        border-left: solid 188px !important;
    }
    .col-sm-bl189 {
        border-left: solid 189px !important;
    }
    .col-sm-bl190 {
        border-left: solid 190px !important;
    }
    .col-sm-bl191 {
        border-left: solid 191px !important;
    }
    .col-sm-bl192 {
        border-left: solid 192px !important;
    }
    .col-sm-bl193 {
        border-left: solid 193px !important;
    }
    .col-sm-bl194 {
        border-left: solid 194px !important;
    }
    .col-sm-bl195 {
        border-left: solid 195px !important;
    }
    .col-sm-bl196 {
        border-left: solid 196px !important;
    }
    .col-sm-bl197 {
        border-left: solid 197px !important;
    }
    .col-sm-bl198 {
        border-left: solid 198px !important;
    }
    .col-sm-bl199 {
        border-left: solid 199px !important;
    }
    .col-sm-bl200 {
        border-left: solid 200px !important;
    }
}
@media screen and (max-width: 767px) {
    .col-xs-bl0 {
        border-left: solid 0px !important;
    }
    .col-xs-bl {
        border-left: solid 1px !important;
    }
    .col-xs-bl1 {
        border-left: solid 1px !important;
    }
    .col-xs-bl2 {
        border-left: solid 2px !important;
    }
    .col-xs-bl3 {
        border-left: solid 3px !important;
    }
    .col-xs-bl4 {
        border-left: solid 4px !important;
    }
    .col-xs-bl5 {
        border-left: solid 5px !important;
    }
    .col-xs-bl6 {
        border-left: solid 6px !important;
    }
    .col-xs-bl7 {
        border-left: solid 7px !important;
    }
    .col-xs-bl8 {
        border-left: solid 8px !important;
    }
    .col-xs-bl9 {
        border-left: solid 9px !important;
    }
    .col-xs-bl10 {
        border-left: solid 10px !important;
    }
    .col-xs-bl11 {
        border-left: solid 11px !important;
    }
    .col-xs-bl12 {
        border-left: solid 12px !important;
    }
    .col-xs-bl13 {
        border-left: solid 13px !important;
    }
    .col-xs-bl14 {
        border-left: solid 14px !important;
    }
    .col-xs-bl15 {
        border-left: solid 15px !important;
    }
    .col-xs-bl16 {
        border-left: solid 16px !important;
    }
    .col-xs-bl17 {
        border-left: solid 17px !important;
    }
    .col-xs-bl18 {
        border-left: solid 18px !important;
    }
    .col-xs-bl19 {
        border-left: solid 19px !important;
    }
    .col-xs-bl20 {
        border-left: solid 20px !important;
    }
    .col-xs-bl21 {
        border-left: solid 21px !important;
    }
    .col-xs-bl22 {
        border-left: solid 22px !important;
    }
    .col-xs-bl23 {
        border-left: solid 23px !important;
    }
    .col-xs-bl24 {
        border-left: solid 24px !important;
    }
    .col-xs-bl25 {
        border-left: solid 25px !important;
    }
    .col-xs-bl26 {
        border-left: solid 26px !important;
    }
    .col-xs-bl27 {
        border-left: solid 27px !important;
    }
    .col-xs-bl28 {
        border-left: solid 28px !important;
    }
    .col-xs-bl29 {
        border-left: solid 29px !important;
    }
    .col-xs-bl30 {
        border-left: solid 30px !important;
    }
    .col-xs-bl31 {
        border-left: solid 31px !important;
    }
    .col-xs-bl32 {
        border-left: solid 32px !important;
    }
    .col-xs-bl33 {
        border-left: solid 33px !important;
    }
    .col-xs-bl34 {
        border-left: solid 34px !important;
    }
    .col-xs-bl35 {
        border-left: solid 35px !important;
    }
    .col-xs-bl36 {
        border-left: solid 36px !important;
    }
    .col-xs-bl37 {
        border-left: solid 37px !important;
    }
    .col-xs-bl38 {
        border-left: solid 38px !important;
    }
    .col-xs-bl39 {
        border-left: solid 39px !important;
    }
    .col-xs-bl40 {
        border-left: solid 40px !important;
    }
    .col-xs-bl41 {
        border-left: solid 41px !important;
    }
    .col-xs-bl42 {
        border-left: solid 42px !important;
    }
    .col-xs-bl43 {
        border-left: solid 43px !important;
    }
    .col-xs-bl44 {
        border-left: solid 44px !important;
    }
    .col-xs-bl45 {
        border-left: solid 45px !important;
    }
    .col-xs-bl46 {
        border-left: solid 46px !important;
    }
    .col-xs-bl47 {
        border-left: solid 47px !important;
    }
    .col-xs-bl48 {
        border-left: solid 48px !important;
    }
    .col-xs-bl49 {
        border-left: solid 49px !important;
    }
    .col-xs-bl50 {
        border-left: solid 50px !important;
    }
    .col-xs-bl51 {
        border-left: solid 51px !important;
    }
    .col-xs-bl52 {
        border-left: solid 52px !important;
    }
    .col-xs-bl53 {
        border-left: solid 53px !important;
    }
    .col-xs-bl54 {
        border-left: solid 54px !important;
    }
    .col-xs-bl55 {
        border-left: solid 55px !important;
    }
    .col-xs-bl56 {
        border-left: solid 56px !important;
    }
    .col-xs-bl57 {
        border-left: solid 57px !important;
    }
    .col-xs-bl58 {
        border-left: solid 58px !important;
    }
    .col-xs-bl59 {
        border-left: solid 59px !important;
    }
    .col-xs-bl60 {
        border-left: solid 60px !important;
    }
    .col-xs-bl61 {
        border-left: solid 61px !important;
    }
    .col-xs-bl62 {
        border-left: solid 62px !important;
    }
    .col-xs-bl63 {
        border-left: solid 63px !important;
    }
    .col-xs-bl64 {
        border-left: solid 64px !important;
    }
    .col-xs-bl65 {
        border-left: solid 65px !important;
    }
    .col-xs-bl66 {
        border-left: solid 66px !important;
    }
    .col-xs-bl67 {
        border-left: solid 67px !important;
    }
    .col-xs-bl68 {
        border-left: solid 68px !important;
    }
    .col-xs-bl69 {
        border-left: solid 69px !important;
    }
    .col-xs-bl70 {
        border-left: solid 70px !important;
    }
    .col-xs-bl71 {
        border-left: solid 71px !important;
    }
    .col-xs-bl72 {
        border-left: solid 72px !important;
    }
    .col-xs-bl73 {
        border-left: solid 73px !important;
    }
    .col-xs-bl74 {
        border-left: solid 74px !important;
    }
    .col-xs-bl75 {
        border-left: solid 75px !important;
    }
    .col-xs-bl76 {
        border-left: solid 76px !important;
    }
    .col-xs-bl77 {
        border-left: solid 77px !important;
    }
    .col-xs-bl78 {
        border-left: solid 78px !important;
    }
    .col-xs-bl79 {
        border-left: solid 79px !important;
    }
    .col-xs-bl80 {
        border-left: solid 80px !important;
    }
    .col-xs-bl81 {
        border-left: solid 81px !important;
    }
    .col-xs-bl82 {
        border-left: solid 82px !important;
    }
    .col-xs-bl83 {
        border-left: solid 83px !important;
    }
    .col-xs-bl84 {
        border-left: solid 84px !important;
    }
    .col-xs-bl85 {
        border-left: solid 85px !important;
    }
    .col-xs-bl86 {
        border-left: solid 86px !important;
    }
    .col-xs-bl87 {
        border-left: solid 87px !important;
    }
    .col-xs-bl88 {
        border-left: solid 88px !important;
    }
    .col-xs-bl89 {
        border-left: solid 89px !important;
    }
    .col-xs-bl90 {
        border-left: solid 90px !important;
    }
    .col-xs-bl91 {
        border-left: solid 91px !important;
    }
    .col-xs-bl92 {
        border-left: solid 92px !important;
    }
    .col-xs-bl93 {
        border-left: solid 93px !important;
    }
    .col-xs-bl94 {
        border-left: solid 94px !important;
    }
    .col-xs-bl95 {
        border-left: solid 95px !important;
    }
    .col-xs-bl96 {
        border-left: solid 96px !important;
    }
    .col-xs-bl97 {
        border-left: solid 97px !important;
    }
    .col-xs-bl98 {
        border-left: solid 98px !important;
    }
    .col-xs-bl99 {
        border-left: solid 99px !important;
    }
    .col-xs-bl100 {
        border-left: solid 100px !important;
    }
    .col-xs-bl101 {
        border-left: solid 101px !important;
    }
    .col-xs-bl102 {
        border-left: solid 102px !important;
    }
    .col-xs-bl103 {
        border-left: solid 103px !important;
    }
    .col-xs-bl104 {
        border-left: solid 104px !important;
    }
    .col-xs-bl105 {
        border-left: solid 105px !important;
    }
    .col-xs-bl106 {
        border-left: solid 106px !important;
    }
    .col-xs-bl107 {
        border-left: solid 107px !important;
    }
    .col-xs-bl108 {
        border-left: solid 108px !important;
    }
    .col-xs-bl109 {
        border-left: solid 109px !important;
    }
    .col-xs-bl110 {
        border-left: solid 110px !important;
    }
    .col-xs-bl111 {
        border-left: solid 111px !important;
    }
    .col-xs-bl112 {
        border-left: solid 112px !important;
    }
    .col-xs-bl113 {
        border-left: solid 113px !important;
    }
    .col-xs-bl114 {
        border-left: solid 114px !important;
    }
    .col-xs-bl115 {
        border-left: solid 115px !important;
    }
    .col-xs-bl116 {
        border-left: solid 116px !important;
    }
    .col-xs-bl117 {
        border-left: solid 117px !important;
    }
    .col-xs-bl118 {
        border-left: solid 118px !important;
    }
    .col-xs-bl119 {
        border-left: solid 119px !important;
    }
    .col-xs-bl120 {
        border-left: solid 120px !important;
    }
    .col-xs-bl121 {
        border-left: solid 121px !important;
    }
    .col-xs-bl122 {
        border-left: solid 122px !important;
    }
    .col-xs-bl123 {
        border-left: solid 123px !important;
    }
    .col-xs-bl124 {
        border-left: solid 124px !important;
    }
    .col-xs-bl125 {
        border-left: solid 125px !important;
    }
    .col-xs-bl126 {
        border-left: solid 126px !important;
    }
    .col-xs-bl127 {
        border-left: solid 127px !important;
    }
    .col-xs-bl128 {
        border-left: solid 128px !important;
    }
    .col-xs-bl129 {
        border-left: solid 129px !important;
    }
    .col-xs-bl130 {
        border-left: solid 130px !important;
    }
    .col-xs-bl131 {
        border-left: solid 131px !important;
    }
    .col-xs-bl132 {
        border-left: solid 132px !important;
    }
    .col-xs-bl133 {
        border-left: solid 133px !important;
    }
    .col-xs-bl134 {
        border-left: solid 134px !important;
    }
    .col-xs-bl135 {
        border-left: solid 135px !important;
    }
    .col-xs-bl136 {
        border-left: solid 136px !important;
    }
    .col-xs-bl137 {
        border-left: solid 137px !important;
    }
    .col-xs-bl138 {
        border-left: solid 138px !important;
    }
    .col-xs-bl139 {
        border-left: solid 139px !important;
    }
    .col-xs-bl140 {
        border-left: solid 140px !important;
    }
    .col-xs-bl141 {
        border-left: solid 141px !important;
    }
    .col-xs-bl142 {
        border-left: solid 142px !important;
    }
    .col-xs-bl143 {
        border-left: solid 143px !important;
    }
    .col-xs-bl144 {
        border-left: solid 144px !important;
    }
    .col-xs-bl145 {
        border-left: solid 145px !important;
    }
    .col-xs-bl146 {
        border-left: solid 146px !important;
    }
    .col-xs-bl147 {
        border-left: solid 147px !important;
    }
    .col-xs-bl148 {
        border-left: solid 148px !important;
    }
    .col-xs-bl149 {
        border-left: solid 149px !important;
    }
    .col-xs-bl150 {
        border-left: solid 150px !important;
    }
    .col-xs-bl151 {
        border-left: solid 151px !important;
    }
    .col-xs-bl152 {
        border-left: solid 152px !important;
    }
    .col-xs-bl153 {
        border-left: solid 153px !important;
    }
    .col-xs-bl154 {
        border-left: solid 154px !important;
    }
    .col-xs-bl155 {
        border-left: solid 155px !important;
    }
    .col-xs-bl156 {
        border-left: solid 156px !important;
    }
    .col-xs-bl157 {
        border-left: solid 157px !important;
    }
    .col-xs-bl158 {
        border-left: solid 158px !important;
    }
    .col-xs-bl159 {
        border-left: solid 159px !important;
    }
    .col-xs-bl160 {
        border-left: solid 160px !important;
    }
    .col-xs-bl161 {
        border-left: solid 161px !important;
    }
    .col-xs-bl162 {
        border-left: solid 162px !important;
    }
    .col-xs-bl163 {
        border-left: solid 163px !important;
    }
    .col-xs-bl164 {
        border-left: solid 164px !important;
    }
    .col-xs-bl165 {
        border-left: solid 165px !important;
    }
    .col-xs-bl166 {
        border-left: solid 166px !important;
    }
    .col-xs-bl167 {
        border-left: solid 167px !important;
    }
    .col-xs-bl168 {
        border-left: solid 168px !important;
    }
    .col-xs-bl169 {
        border-left: solid 169px !important;
    }
    .col-xs-bl170 {
        border-left: solid 170px !important;
    }
    .col-xs-bl171 {
        border-left: solid 171px !important;
    }
    .col-xs-bl172 {
        border-left: solid 172px !important;
    }
    .col-xs-bl173 {
        border-left: solid 173px !important;
    }
    .col-xs-bl174 {
        border-left: solid 174px !important;
    }
    .col-xs-bl175 {
        border-left: solid 175px !important;
    }
    .col-xs-bl176 {
        border-left: solid 176px !important;
    }
    .col-xs-bl177 {
        border-left: solid 177px !important;
    }
    .col-xs-bl178 {
        border-left: solid 178px !important;
    }
    .col-xs-bl179 {
        border-left: solid 179px !important;
    }
    .col-xs-bl180 {
        border-left: solid 180px !important;
    }
    .col-xs-bl181 {
        border-left: solid 181px !important;
    }
    .col-xs-bl182 {
        border-left: solid 182px !important;
    }
    .col-xs-bl183 {
        border-left: solid 183px !important;
    }
    .col-xs-bl184 {
        border-left: solid 184px !important;
    }
    .col-xs-bl185 {
        border-left: solid 185px !important;
    }
    .col-xs-bl186 {
        border-left: solid 186px !important;
    }
    .col-xs-bl187 {
        border-left: solid 187px !important;
    }
    .col-xs-bl188 {
        border-left: solid 188px !important;
    }
    .col-xs-bl189 {
        border-left: solid 189px !important;
    }
    .col-xs-bl190 {
        border-left: solid 190px !important;
    }
    .col-xs-bl191 {
        border-left: solid 191px !important;
    }
    .col-xs-bl192 {
        border-left: solid 192px !important;
    }
    .col-xs-bl193 {
        border-left: solid 193px !important;
    }
    .col-xs-bl194 {
        border-left: solid 194px !important;
    }
    .col-xs-bl195 {
        border-left: solid 195px !important;
    }
    .col-xs-bl196 {
        border-left: solid 196px !important;
    }
    .col-xs-bl197 {
        border-left: solid 197px !important;
    }
    .col-xs-bl198 {
        border-left: solid 198px !important;
    }
    .col-xs-bl199 {
        border-left: solid 199px !important;
    }
    .col-xs-bl200 {
        border-left: solid 200px !important;
    }
}
/* Responsive End */
/******---------- Border Left Settings End ----------******/
/******---------- Border Right Settings ----------******/

.br0 {
    border-right: solid 0px !important;
}
.br {
    border-right: solid 1px !important;
}
.br1 {
    border-right: solid 1px !important;
}
.br2 {
    border-right: solid 2px !important;
}
.br3 {
    border-right: solid 3px !important;
}
.br4 {
    border-right: solid 4px !important;
}
.br5 {
    border-right: solid 5px !important;
}
.br6 {
    border-right: solid 6px !important;
}
.br7 {
    border-right: solid 7px !important;
}
.br8 {
    border-right: solid 8px !important;
}
.br9 {
    border-right: solid 9px !important;
}
.br10 {
    border-right: solid 10px !important;
}
.br11 {
    border-right: solid 11px !important;
}
.br12 {
    border-right: solid 12px !important;
}
.br13 {
    border-right: solid 13px !important;
}
.br14 {
    border-right: solid 14px !important;
}
.br15 {
    border-right: solid 15px !important;
}
.br16 {
    border-right: solid 16px !important;
}
.br17 {
    border-right: solid 17px !important;
}
.br18 {
    border-right: solid 18px !important;
}
.br19 {
    border-right: solid 19px !important;
}
.br20 {
    border-right: solid 20px !important;
}
.br21 {
    border-right: solid 21px !important;
}
.br22 {
    border-right: solid 22px !important;
}
.br23 {
    border-right: solid 23px !important;
}
.br24 {
    border-right: solid 24px !important;
}
.br25 {
    border-right: solid 25px !important;
}
.br26 {
    border-right: solid 26px !important;
}
.br27 {
    border-right: solid 27px !important;
}
.br28 {
    border-right: solid 28px !important;
}
.br29 {
    border-right: solid 29px !important;
}
.br30 {
    border-right: solid 30px !important;
}
.br31 {
    border-right: solid 31px !important;
}
.br32 {
    border-right: solid 32px !important;
}
.br33 {
    border-right: solid 33px !important;
}
.br34 {
    border-right: solid 34px !important;
}
.br35 {
    border-right: solid 35px !important;
}
.br36 {
    border-right: solid 36px !important;
}
.br37 {
    border-right: solid 37px !important;
}
.br38 {
    border-right: solid 38px !important;
}
.br39 {
    border-right: solid 39px !important;
}
.br40 {
    border-right: solid 40px !important;
}
.br41 {
    border-right: solid 41px !important;
}
.br42 {
    border-right: solid 42px !important;
}
.br43 {
    border-right: solid 43px !important;
}
.br44 {
    border-right: solid 44px !important;
}
.br45 {
    border-right: solid 45px !important;
}
.br46 {
    border-right: solid 46px !important;
}
.br47 {
    border-right: solid 47px !important;
}
.br48 {
    border-right: solid 48px !important;
}
.br49 {
    border-right: solid 49px !important;
}
.br50 {
    border-right: solid 50px !important;
}
.br51 {
    border-right: solid 51px !important;
}
.br52 {
    border-right: solid 52px !important;
}
.br53 {
    border-right: solid 53px !important;
}
.br54 {
    border-right: solid 54px !important;
}
.br55 {
    border-right: solid 55px !important;
}
.br56 {
    border-right: solid 56px !important;
}
.br57 {
    border-right: solid 57px !important;
}
.br58 {
    border-right: solid 58px !important;
}
.br59 {
    border-right: solid 59px !important;
}
.br60 {
    border-right: solid 60px !important;
}
.br61 {
    border-right: solid 61px !important;
}
.br62 {
    border-right: solid 62px !important;
}
.br63 {
    border-right: solid 63px !important;
}
.br64 {
    border-right: solid 64px !important;
}
.br65 {
    border-right: solid 65px !important;
}
.br66 {
    border-right: solid 66px !important;
}
.br67 {
    border-right: solid 67px !important;
}
.br68 {
    border-right: solid 68px !important;
}
.br69 {
    border-right: solid 69px !important;
}
.br70 {
    border-right: solid 70px !important;
}
.br71 {
    border-right: solid 71px !important;
}
.br72 {
    border-right: solid 72px !important;
}
.br73 {
    border-right: solid 73px !important;
}
.br74 {
    border-right: solid 74px !important;
}
.br75 {
    border-right: solid 75px !important;
}
.br76 {
    border-right: solid 76px !important;
}
.br77 {
    border-right: solid 77px !important;
}
.br78 {
    border-right: solid 78px !important;
}
.br79 {
    border-right: solid 79px !important;
}
.br80 {
    border-right: solid 80px !important;
}
.br81 {
    border-right: solid 81px !important;
}
.br82 {
    border-right: solid 82px !important;
}
.br83 {
    border-right: solid 83px !important;
}
.br84 {
    border-right: solid 84px !important;
}
.br85 {
    border-right: solid 85px !important;
}
.br86 {
    border-right: solid 86px !important;
}
.br87 {
    border-right: solid 87px !important;
}
.br88 {
    border-right: solid 88px !important;
}
.br89 {
    border-right: solid 89px !important;
}
.br90 {
    border-right: solid 90px !important;
}
.br91 {
    border-right: solid 91px !important;
}
.br92 {
    border-right: solid 92px !important;
}
.br93 {
    border-right: solid 93px !important;
}
.br94 {
    border-right: solid 94px !important;
}
.br95 {
    border-right: solid 95px !important;
}
.br96 {
    border-right: solid 96px !important;
}
.br97 {
    border-right: solid 97px !important;
}
.br98 {
    border-right: solid 98px !important;
}
.br99 {
    border-right: solid 99px !important;
}
.br100 {
    border-right: solid 100px !important;
}
.br101 {
    border-right: solid 101px !important;
}
.br102 {
    border-right: solid 102px !important;
}
.br103 {
    border-right: solid 103px !important;
}
.br104 {
    border-right: solid 104px !important;
}
.br105 {
    border-right: solid 105px !important;
}
.br106 {
    border-right: solid 106px !important;
}
.br107 {
    border-right: solid 107px !important;
}
.br108 {
    border-right: solid 108px !important;
}
.br109 {
    border-right: solid 109px !important;
}
.br110 {
    border-right: solid 110px !important;
}
.br111 {
    border-right: solid 111px !important;
}
.br112 {
    border-right: solid 112px !important;
}
.br113 {
    border-right: solid 113px !important;
}
.br114 {
    border-right: solid 114px !important;
}
.br115 {
    border-right: solid 115px !important;
}
.br116 {
    border-right: solid 116px !important;
}
.br117 {
    border-right: solid 117px !important;
}
.br118 {
    border-right: solid 118px !important;
}
.br119 {
    border-right: solid 119px !important;
}
.br120 {
    border-right: solid 120px !important;
}
.br121 {
    border-right: solid 121px !important;
}
.br122 {
    border-right: solid 122px !important;
}
.br123 {
    border-right: solid 123px !important;
}
.br124 {
    border-right: solid 124px !important;
}
.br125 {
    border-right: solid 125px !important;
}
.br126 {
    border-right: solid 126px !important;
}
.br127 {
    border-right: solid 127px !important;
}
.br128 {
    border-right: solid 128px !important;
}
.br129 {
    border-right: solid 129px !important;
}
.br130 {
    border-right: solid 130px !important;
}
.br131 {
    border-right: solid 131px !important;
}
.br132 {
    border-right: solid 132px !important;
}
.br133 {
    border-right: solid 133px !important;
}
.br134 {
    border-right: solid 134px !important;
}
.br135 {
    border-right: solid 135px !important;
}
.br136 {
    border-right: solid 136px !important;
}
.br137 {
    border-right: solid 137px !important;
}
.br138 {
    border-right: solid 138px !important;
}
.br139 {
    border-right: solid 139px !important;
}
.br140 {
    border-right: solid 140px !important;
}
.br141 {
    border-right: solid 141px !important;
}
.br142 {
    border-right: solid 142px !important;
}
.br143 {
    border-right: solid 143px !important;
}
.br144 {
    border-right: solid 144px !important;
}
.br145 {
    border-right: solid 145px !important;
}
.br146 {
    border-right: solid 146px !important;
}
.br147 {
    border-right: solid 147px !important;
}
.br148 {
    border-right: solid 148px !important;
}
.br149 {
    border-right: solid 149px !important;
}
.br150 {
    border-right: solid 150px !important;
}
.br151 {
    border-right: solid 151px !important;
}
.br152 {
    border-right: solid 152px !important;
}
.br153 {
    border-right: solid 153px !important;
}
.br154 {
    border-right: solid 154px !important;
}
.br155 {
    border-right: solid 155px !important;
}
.br156 {
    border-right: solid 156px !important;
}
.br157 {
    border-right: solid 157px !important;
}
.br158 {
    border-right: solid 158px !important;
}
.br159 {
    border-right: solid 159px !important;
}
.br160 {
    border-right: solid 160px !important;
}
.br161 {
    border-right: solid 161px !important;
}
.br162 {
    border-right: solid 162px !important;
}
.br163 {
    border-right: solid 163px !important;
}
.br164 {
    border-right: solid 164px !important;
}
.br165 {
    border-right: solid 165px !important;
}
.br166 {
    border-right: solid 166px !important;
}
.br167 {
    border-right: solid 167px !important;
}
.br168 {
    border-right: solid 168px !important;
}
.br169 {
    border-right: solid 169px !important;
}
.br170 {
    border-right: solid 170px !important;
}
.br171 {
    border-right: solid 171px !important;
}
.br172 {
    border-right: solid 172px !important;
}
.br173 {
    border-right: solid 173px !important;
}
.br174 {
    border-right: solid 174px !important;
}
.br175 {
    border-right: solid 175px !important;
}
.br176 {
    border-right: solid 176px !important;
}
.br177 {
    border-right: solid 177px !important;
}
.br178 {
    border-right: solid 178px !important;
}
.br179 {
    border-right: solid 179px !important;
}
.br180 {
    border-right: solid 180px !important;
}
.br181 {
    border-right: solid 181px !important;
}
.br182 {
    border-right: solid 182px !important;
}
.br183 {
    border-right: solid 183px !important;
}
.br184 {
    border-right: solid 184px !important;
}
.br185 {
    border-right: solid 185px !important;
}
.br186 {
    border-right: solid 186px !important;
}
.br187 {
    border-right: solid 187px !important;
}
.br188 {
    border-right: solid 188px !important;
}
.br189 {
    border-right: solid 189px !important;
}
.br190 {
    border-right: solid 190px !important;
}
.br191 {
    border-right: solid 191px !important;
}
.br192 {
    border-right: solid 192px !important;
}
.br193 {
    border-right: solid 193px !important;
}
.br194 {
    border-right: solid 194px !important;
}
.br195 {
    border-right: solid 195px !important;
}
.br196 {
    border-right: solid 196px !important;
}
.br197 {
    border-right: solid 197px !important;
}
.br198 {
    border-right: solid 198px !important;
}
.br199 {
    border-right: solid 199px !important;
}
.br200 {
    border-right: solid 200px !important;
}
/* Responsive Setbrngs */

@media screen and (max-width: 991px) {
    .col-sm-br0 {
        border-right: solid 0px !important;
    }
    .col-sm-br {
        border-right: solid 1px !important;
    }
    .col-sm-br1 {
        border-right: solid 1px !important;
    }
    .col-sm-br2 {
        border-right: solid 2px !important;
    }
    .col-sm-br3 {
        border-right: solid 3px !important;
    }
    .col-sm-br4 {
        border-right: solid 4px !important;
    }
    .col-sm-br5 {
        border-right: solid 5px !important;
    }
    .col-sm-br6 {
        border-right: solid 6px !important;
    }
    .col-sm-br7 {
        border-right: solid 7px !important;
    }
    .col-sm-br8 {
        border-right: solid 8px !important;
    }
    .col-sm-br9 {
        border-right: solid 9px !important;
    }
    .col-sm-br10 {
        border-right: solid 10px !important;
    }
    .col-sm-br11 {
        border-right: solid 11px !important;
    }
    .col-sm-br12 {
        border-right: solid 12px !important;
    }
    .col-sm-br13 {
        border-right: solid 13px !important;
    }
    .col-sm-br14 {
        border-right: solid 14px !important;
    }
    .col-sm-br15 {
        border-right: solid 15px !important;
    }
    .col-sm-br16 {
        border-right: solid 16px !important;
    }
    .col-sm-br17 {
        border-right: solid 17px !important;
    }
    .col-sm-br18 {
        border-right: solid 18px !important;
    }
    .col-sm-br19 {
        border-right: solid 19px !important;
    }
    .col-sm-br20 {
        border-right: solid 20px !important;
    }
    .col-sm-br21 {
        border-right: solid 21px !important;
    }
    .col-sm-br22 {
        border-right: solid 22px !important;
    }
    .col-sm-br23 {
        border-right: solid 23px !important;
    }
    .col-sm-br24 {
        border-right: solid 24px !important;
    }
    .col-sm-br25 {
        border-right: solid 25px !important;
    }
    .col-sm-br26 {
        border-right: solid 26px !important;
    }
    .col-sm-br27 {
        border-right: solid 27px !important;
    }
    .col-sm-br28 {
        border-right: solid 28px !important;
    }
    .col-sm-br29 {
        border-right: solid 29px !important;
    }
    .col-sm-br30 {
        border-right: solid 30px !important;
    }
    .col-sm-br31 {
        border-right: solid 31px !important;
    }
    .col-sm-br32 {
        border-right: solid 32px !important;
    }
    .col-sm-br33 {
        border-right: solid 33px !important;
    }
    .col-sm-br34 {
        border-right: solid 34px !important;
    }
    .col-sm-br35 {
        border-right: solid 35px !important;
    }
    .col-sm-br36 {
        border-right: solid 36px !important;
    }
    .col-sm-br37 {
        border-right: solid 37px !important;
    }
    .col-sm-br38 {
        border-right: solid 38px !important;
    }
    .col-sm-br39 {
        border-right: solid 39px !important;
    }
    .col-sm-br40 {
        border-right: solid 40px !important;
    }
    .col-sm-br41 {
        border-right: solid 41px !important;
    }
    .col-sm-br42 {
        border-right: solid 42px !important;
    }
    .col-sm-br43 {
        border-right: solid 43px !important;
    }
    .col-sm-br44 {
        border-right: solid 44px !important;
    }
    .col-sm-br45 {
        border-right: solid 45px !important;
    }
    .col-sm-br46 {
        border-right: solid 46px !important;
    }
    .col-sm-br47 {
        border-right: solid 47px !important;
    }
    .col-sm-br48 {
        border-right: solid 48px !important;
    }
    .col-sm-br49 {
        border-right: solid 49px !important;
    }
    .col-sm-br50 {
        border-right: solid 50px !important;
    }
    .col-sm-br51 {
        border-right: solid 51px !important;
    }
    .col-sm-br52 {
        border-right: solid 52px !important;
    }
    .col-sm-br53 {
        border-right: solid 53px !important;
    }
    .col-sm-br54 {
        border-right: solid 54px !important;
    }
    .col-sm-br55 {
        border-right: solid 55px !important;
    }
    .col-sm-br56 {
        border-right: solid 56px !important;
    }
    .col-sm-br57 {
        border-right: solid 57px !important;
    }
    .col-sm-br58 {
        border-right: solid 58px !important;
    }
    .col-sm-br59 {
        border-right: solid 59px !important;
    }
    .col-sm-br60 {
        border-right: solid 60px !important;
    }
    .col-sm-br61 {
        border-right: solid 61px !important;
    }
    .col-sm-br62 {
        border-right: solid 62px !important;
    }
    .col-sm-br63 {
        border-right: solid 63px !important;
    }
    .col-sm-br64 {
        border-right: solid 64px !important;
    }
    .col-sm-br65 {
        border-right: solid 65px !important;
    }
    .col-sm-br66 {
        border-right: solid 66px !important;
    }
    .col-sm-br67 {
        border-right: solid 67px !important;
    }
    .col-sm-br68 {
        border-right: solid 68px !important;
    }
    .col-sm-br69 {
        border-right: solid 69px !important;
    }
    .col-sm-br70 {
        border-right: solid 70px !important;
    }
    .col-sm-br71 {
        border-right: solid 71px !important;
    }
    .col-sm-br72 {
        border-right: solid 72px !important;
    }
    .col-sm-br73 {
        border-right: solid 73px !important;
    }
    .col-sm-br74 {
        border-right: solid 74px !important;
    }
    .col-sm-br75 {
        border-right: solid 75px !important;
    }
    .col-sm-br76 {
        border-right: solid 76px !important;
    }
    .col-sm-br77 {
        border-right: solid 77px !important;
    }
    .col-sm-br78 {
        border-right: solid 78px !important;
    }
    .col-sm-br79 {
        border-right: solid 79px !important;
    }
    .col-sm-br80 {
        border-right: solid 80px !important;
    }
    .col-sm-br81 {
        border-right: solid 81px !important;
    }
    .col-sm-br82 {
        border-right: solid 82px !important;
    }
    .col-sm-br83 {
        border-right: solid 83px !important;
    }
    .col-sm-br84 {
        border-right: solid 84px !important;
    }
    .col-sm-br85 {
        border-right: solid 85px !important;
    }
    .col-sm-br86 {
        border-right: solid 86px !important;
    }
    .col-sm-br87 {
        border-right: solid 87px !important;
    }
    .col-sm-br88 {
        border-right: solid 88px !important;
    }
    .col-sm-br89 {
        border-right: solid 89px !important;
    }
    .col-sm-br90 {
        border-right: solid 90px !important;
    }
    .col-sm-br91 {
        border-right: solid 91px !important;
    }
    .col-sm-br92 {
        border-right: solid 92px !important;
    }
    .col-sm-br93 {
        border-right: solid 93px !important;
    }
    .col-sm-br94 {
        border-right: solid 94px !important;
    }
    .col-sm-br95 {
        border-right: solid 95px !important;
    }
    .col-sm-br96 {
        border-right: solid 96px !important;
    }
    .col-sm-br97 {
        border-right: solid 97px !important;
    }
    .col-sm-br98 {
        border-right: solid 98px !important;
    }
    .col-sm-br99 {
        border-right: solid 99px !important;
    }
    .col-sm-br100 {
        border-right: solid 100px !important;
    }
    .col-sm-br101 {
        border-right: solid 101px !important;
    }
    .col-sm-br102 {
        border-right: solid 102px !important;
    }
    .col-sm-br103 {
        border-right: solid 103px !important;
    }
    .col-sm-br104 {
        border-right: solid 104px !important;
    }
    .col-sm-br105 {
        border-right: solid 105px !important;
    }
    .col-sm-br106 {
        border-right: solid 106px !important;
    }
    .col-sm-br107 {
        border-right: solid 107px !important;
    }
    .col-sm-br108 {
        border-right: solid 108px !important;
    }
    .col-sm-br109 {
        border-right: solid 109px !important;
    }
    .col-sm-br110 {
        border-right: solid 110px !important;
    }
    .col-sm-br111 {
        border-right: solid 111px !important;
    }
    .col-sm-br112 {
        border-right: solid 112px !important;
    }
    .col-sm-br113 {
        border-right: solid 113px !important;
    }
    .col-sm-br114 {
        border-right: solid 114px !important;
    }
    .col-sm-br115 {
        border-right: solid 115px !important;
    }
    .col-sm-br116 {
        border-right: solid 116px !important;
    }
    .col-sm-br117 {
        border-right: solid 117px !important;
    }
    .col-sm-br118 {
        border-right: solid 118px !important;
    }
    .col-sm-br119 {
        border-right: solid 119px !important;
    }
    .col-sm-br120 {
        border-right: solid 120px !important;
    }
    .col-sm-br121 {
        border-right: solid 121px !important;
    }
    .col-sm-br122 {
        border-right: solid 122px !important;
    }
    .col-sm-br123 {
        border-right: solid 123px !important;
    }
    .col-sm-br124 {
        border-right: solid 124px !important;
    }
    .col-sm-br125 {
        border-right: solid 125px !important;
    }
    .col-sm-br126 {
        border-right: solid 126px !important;
    }
    .col-sm-br127 {
        border-right: solid 127px !important;
    }
    .col-sm-br128 {
        border-right: solid 128px !important;
    }
    .col-sm-br129 {
        border-right: solid 129px !important;
    }
    .col-sm-br130 {
        border-right: solid 130px !important;
    }
    .col-sm-br131 {
        border-right: solid 131px !important;
    }
    .col-sm-br132 {
        border-right: solid 132px !important;
    }
    .col-sm-br133 {
        border-right: solid 133px !important;
    }
    .col-sm-br134 {
        border-right: solid 134px !important;
    }
    .col-sm-br135 {
        border-right: solid 135px !important;
    }
    .col-sm-br136 {
        border-right: solid 136px !important;
    }
    .col-sm-br137 {
        border-right: solid 137px !important;
    }
    .col-sm-br138 {
        border-right: solid 138px !important;
    }
    .col-sm-br139 {
        border-right: solid 139px !important;
    }
    .col-sm-br140 {
        border-right: solid 140px !important;
    }
    .col-sm-br141 {
        border-right: solid 141px !important;
    }
    .col-sm-br142 {
        border-right: solid 142px !important;
    }
    .col-sm-br143 {
        border-right: solid 143px !important;
    }
    .col-sm-br144 {
        border-right: solid 144px !important;
    }
    .col-sm-br145 {
        border-right: solid 145px !important;
    }
    .col-sm-br146 {
        border-right: solid 146px !important;
    }
    .col-sm-br147 {
        border-right: solid 147px !important;
    }
    .col-sm-br148 {
        border-right: solid 148px !important;
    }
    .col-sm-br149 {
        border-right: solid 149px !important;
    }
    .col-sm-br150 {
        border-right: solid 150px !important;
    }
    .col-sm-br151 {
        border-right: solid 151px !important;
    }
    .col-sm-br152 {
        border-right: solid 152px !important;
    }
    .col-sm-br153 {
        border-right: solid 153px !important;
    }
    .col-sm-br154 {
        border-right: solid 154px !important;
    }
    .col-sm-br155 {
        border-right: solid 155px !important;
    }
    .col-sm-br156 {
        border-right: solid 156px !important;
    }
    .col-sm-br157 {
        border-right: solid 157px !important;
    }
    .col-sm-br158 {
        border-right: solid 158px !important;
    }
    .col-sm-br159 {
        border-right: solid 159px !important;
    }
    .col-sm-br160 {
        border-right: solid 160px !important;
    }
    .col-sm-br161 {
        border-right: solid 161px !important;
    }
    .col-sm-br162 {
        border-right: solid 162px !important;
    }
    .col-sm-br163 {
        border-right: solid 163px !important;
    }
    .col-sm-br164 {
        border-right: solid 164px !important;
    }
    .col-sm-br165 {
        border-right: solid 165px !important;
    }
    .col-sm-br166 {
        border-right: solid 166px !important;
    }
    .col-sm-br167 {
        border-right: solid 167px !important;
    }
    .col-sm-br168 {
        border-right: solid 168px !important;
    }
    .col-sm-br169 {
        border-right: solid 169px !important;
    }
    .col-sm-br170 {
        border-right: solid 170px !important;
    }
    .col-sm-br171 {
        border-right: solid 171px !important;
    }
    .col-sm-br172 {
        border-right: solid 172px !important;
    }
    .col-sm-br173 {
        border-right: solid 173px !important;
    }
    .col-sm-br174 {
        border-right: solid 174px !important;
    }
    .col-sm-br175 {
        border-right: solid 175px !important;
    }
    .col-sm-br176 {
        border-right: solid 176px !important;
    }
    .col-sm-br177 {
        border-right: solid 177px !important;
    }
    .col-sm-br178 {
        border-right: solid 178px !important;
    }
    .col-sm-br179 {
        border-right: solid 179px !important;
    }
    .col-sm-br180 {
        border-right: solid 180px !important;
    }
    .col-sm-br181 {
        border-right: solid 181px !important;
    }
    .col-sm-br182 {
        border-right: solid 182px !important;
    }
    .col-sm-br183 {
        border-right: solid 183px !important;
    }
    .col-sm-br184 {
        border-right: solid 184px !important;
    }
    .col-sm-br185 {
        border-right: solid 185px !important;
    }
    .col-sm-br186 {
        border-right: solid 186px !important;
    }
    .col-sm-br187 {
        border-right: solid 187px !important;
    }
    .col-sm-br188 {
        border-right: solid 188px !important;
    }
    .col-sm-br189 {
        border-right: solid 189px !important;
    }
    .col-sm-br190 {
        border-right: solid 190px !important;
    }
    .col-sm-br191 {
        border-right: solid 191px !important;
    }
    .col-sm-br192 {
        border-right: solid 192px !important;
    }
    .col-sm-br193 {
        border-right: solid 193px !important;
    }
    .col-sm-br194 {
        border-right: solid 194px !important;
    }
    .col-sm-br195 {
        border-right: solid 195px !important;
    }
    .col-sm-br196 {
        border-right: solid 196px !important;
    }
    .col-sm-br197 {
        border-right: solid 197px !important;
    }
    .col-sm-br198 {
        border-right: solid 198px !important;
    }
    .col-sm-br199 {
        border-right: solid 199px !important;
    }
    .col-sm-br200 {
        border-right: solid 200px !important;
    }
}
@media screen and (max-width: 767px) {
    .col-xs-br0 {
        border-right: solid 0px !important;
    }
    .col-xs-br {
        border-right: solid 1px !important;
    }
    .col-xs-br1 {
        border-right: solid 1px !important;
    }
    .col-xs-br2 {
        border-right: solid 2px !important;
    }
    .col-xs-br3 {
        border-right: solid 3px !important;
    }
    .col-xs-br4 {
        border-right: solid 4px !important;
    }
    .col-xs-br5 {
        border-right: solid 5px !important;
    }
    .col-xs-br6 {
        border-right: solid 6px !important;
    }
    .col-xs-br7 {
        border-right: solid 7px !important;
    }
    .col-xs-br8 {
        border-right: solid 8px !important;
    }
    .col-xs-br9 {
        border-right: solid 9px !important;
    }
    .col-xs-br10 {
        border-right: solid 10px !important;
    }
    .col-xs-br11 {
        border-right: solid 11px !important;
    }
    .col-xs-br12 {
        border-right: solid 12px !important;
    }
    .col-xs-br13 {
        border-right: solid 13px !important;
    }
    .col-xs-br14 {
        border-right: solid 14px !important;
    }
    .col-xs-br15 {
        border-right: solid 15px !important;
    }
    .col-xs-br16 {
        border-right: solid 16px !important;
    }
    .col-xs-br17 {
        border-right: solid 17px !important;
    }
    .col-xs-br18 {
        border-right: solid 18px !important;
    }
    .col-xs-br19 {
        border-right: solid 19px !important;
    }
    .col-xs-br20 {
        border-right: solid 20px !important;
    }
    .col-xs-br21 {
        border-right: solid 21px !important;
    }
    .col-xs-br22 {
        border-right: solid 22px !important;
    }
    .col-xs-br23 {
        border-right: solid 23px !important;
    }
    .col-xs-br24 {
        border-right: solid 24px !important;
    }
    .col-xs-br25 {
        border-right: solid 25px !important;
    }
    .col-xs-br26 {
        border-right: solid 26px !important;
    }
    .col-xs-br27 {
        border-right: solid 27px !important;
    }
    .col-xs-br28 {
        border-right: solid 28px !important;
    }
    .col-xs-br29 {
        border-right: solid 29px !important;
    }
    .col-xs-br30 {
        border-right: solid 30px !important;
    }
    .col-xs-br31 {
        border-right: solid 31px !important;
    }
    .col-xs-br32 {
        border-right: solid 32px !important;
    }
    .col-xs-br33 {
        border-right: solid 33px !important;
    }
    .col-xs-br34 {
        border-right: solid 34px !important;
    }
    .col-xs-br35 {
        border-right: solid 35px !important;
    }
    .col-xs-br36 {
        border-right: solid 36px !important;
    }
    .col-xs-br37 {
        border-right: solid 37px !important;
    }
    .col-xs-br38 {
        border-right: solid 38px !important;
    }
    .col-xs-br39 {
        border-right: solid 39px !important;
    }
    .col-xs-br40 {
        border-right: solid 40px !important;
    }
    .col-xs-br41 {
        border-right: solid 41px !important;
    }
    .col-xs-br42 {
        border-right: solid 42px !important;
    }
    .col-xs-br43 {
        border-right: solid 43px !important;
    }
    .col-xs-br44 {
        border-right: solid 44px !important;
    }
    .col-xs-br45 {
        border-right: solid 45px !important;
    }
    .col-xs-br46 {
        border-right: solid 46px !important;
    }
    .col-xs-br47 {
        border-right: solid 47px !important;
    }
    .col-xs-br48 {
        border-right: solid 48px !important;
    }
    .col-xs-br49 {
        border-right: solid 49px !important;
    }
    .col-xs-br50 {
        border-right: solid 50px !important;
    }
    .col-xs-br51 {
        border-right: solid 51px !important;
    }
    .col-xs-br52 {
        border-right: solid 52px !important;
    }
    .col-xs-br53 {
        border-right: solid 53px !important;
    }
    .col-xs-br54 {
        border-right: solid 54px !important;
    }
    .col-xs-br55 {
        border-right: solid 55px !important;
    }
    .col-xs-br56 {
        border-right: solid 56px !important;
    }
    .col-xs-br57 {
        border-right: solid 57px !important;
    }
    .col-xs-br58 {
        border-right: solid 58px !important;
    }
    .col-xs-br59 {
        border-right: solid 59px !important;
    }
    .col-xs-br60 {
        border-right: solid 60px !important;
    }
    .col-xs-br61 {
        border-right: solid 61px !important;
    }
    .col-xs-br62 {
        border-right: solid 62px !important;
    }
    .col-xs-br63 {
        border-right: solid 63px !important;
    }
    .col-xs-br64 {
        border-right: solid 64px !important;
    }
    .col-xs-br65 {
        border-right: solid 65px !important;
    }
    .col-xs-br66 {
        border-right: solid 66px !important;
    }
    .col-xs-br67 {
        border-right: solid 67px !important;
    }
    .col-xs-br68 {
        border-right: solid 68px !important;
    }
    .col-xs-br69 {
        border-right: solid 69px !important;
    }
    .col-xs-br70 {
        border-right: solid 70px !important;
    }
    .col-xs-br71 {
        border-right: solid 71px !important;
    }
    .col-xs-br72 {
        border-right: solid 72px !important;
    }
    .col-xs-br73 {
        border-right: solid 73px !important;
    }
    .col-xs-br74 {
        border-right: solid 74px !important;
    }
    .col-xs-br75 {
        border-right: solid 75px !important;
    }
    .col-xs-br76 {
        border-right: solid 76px !important;
    }
    .col-xs-br77 {
        border-right: solid 77px !important;
    }
    .col-xs-br78 {
        border-right: solid 78px !important;
    }
    .col-xs-br79 {
        border-right: solid 79px !important;
    }
    .col-xs-br80 {
        border-right: solid 80px !important;
    }
    .col-xs-br81 {
        border-right: solid 81px !important;
    }
    .col-xs-br82 {
        border-right: solid 82px !important;
    }
    .col-xs-br83 {
        border-right: solid 83px !important;
    }
    .col-xs-br84 {
        border-right: solid 84px !important;
    }
    .col-xs-br85 {
        border-right: solid 85px !important;
    }
    .col-xs-br86 {
        border-right: solid 86px !important;
    }
    .col-xs-br87 {
        border-right: solid 87px !important;
    }
    .col-xs-br88 {
        border-right: solid 88px !important;
    }
    .col-xs-br89 {
        border-right: solid 89px !important;
    }
    .col-xs-br90 {
        border-right: solid 90px !important;
    }
    .col-xs-br91 {
        border-right: solid 91px !important;
    }
    .col-xs-br92 {
        border-right: solid 92px !important;
    }
    .col-xs-br93 {
        border-right: solid 93px !important;
    }
    .col-xs-br94 {
        border-right: solid 94px !important;
    }
    .col-xs-br95 {
        border-right: solid 95px !important;
    }
    .col-xs-br96 {
        border-right: solid 96px !important;
    }
    .col-xs-br97 {
        border-right: solid 97px !important;
    }
    .col-xs-br98 {
        border-right: solid 98px !important;
    }
    .col-xs-br99 {
        border-right: solid 99px !important;
    }
    .col-xs-br100 {
        border-right: solid 100px !important;
    }
    .col-xs-br101 {
        border-right: solid 101px !important;
    }
    .col-xs-br102 {
        border-right: solid 102px !important;
    }
    .col-xs-br103 {
        border-right: solid 103px !important;
    }
    .col-xs-br104 {
        border-right: solid 104px !important;
    }
    .col-xs-br105 {
        border-right: solid 105px !important;
    }
    .col-xs-br106 {
        border-right: solid 106px !important;
    }
    .col-xs-br107 {
        border-right: solid 107px !important;
    }
    .col-xs-br108 {
        border-right: solid 108px !important;
    }
    .col-xs-br109 {
        border-right: solid 109px !important;
    }
    .col-xs-br110 {
        border-right: solid 110px !important;
    }
    .col-xs-br111 {
        border-right: solid 111px !important;
    }
    .col-xs-br112 {
        border-right: solid 112px !important;
    }
    .col-xs-br113 {
        border-right: solid 113px !important;
    }
    .col-xs-br114 {
        border-right: solid 114px !important;
    }
    .col-xs-br115 {
        border-right: solid 115px !important;
    }
    .col-xs-br116 {
        border-right: solid 116px !important;
    }
    .col-xs-br117 {
        border-right: solid 117px !important;
    }
    .col-xs-br118 {
        border-right: solid 118px !important;
    }
    .col-xs-br119 {
        border-right: solid 119px !important;
    }
    .col-xs-br120 {
        border-right: solid 120px !important;
    }
    .col-xs-br121 {
        border-right: solid 121px !important;
    }
    .col-xs-br122 {
        border-right: solid 122px !important;
    }
    .col-xs-br123 {
        border-right: solid 123px !important;
    }
    .col-xs-br124 {
        border-right: solid 124px !important;
    }
    .col-xs-br125 {
        border-right: solid 125px !important;
    }
    .col-xs-br126 {
        border-right: solid 126px !important;
    }
    .col-xs-br127 {
        border-right: solid 127px !important;
    }
    .col-xs-br128 {
        border-right: solid 128px !important;
    }
    .col-xs-br129 {
        border-right: solid 129px !important;
    }
    .col-xs-br130 {
        border-right: solid 130px !important;
    }
    .col-xs-br131 {
        border-right: solid 131px !important;
    }
    .col-xs-br132 {
        border-right: solid 132px !important;
    }
    .col-xs-br133 {
        border-right: solid 133px !important;
    }
    .col-xs-br134 {
        border-right: solid 134px !important;
    }
    .col-xs-br135 {
        border-right: solid 135px !important;
    }
    .col-xs-br136 {
        border-right: solid 136px !important;
    }
    .col-xs-br137 {
        border-right: solid 137px !important;
    }
    .col-xs-br138 {
        border-right: solid 138px !important;
    }
    .col-xs-br139 {
        border-right: solid 139px !important;
    }
    .col-xs-br140 {
        border-right: solid 140px !important;
    }
    .col-xs-br141 {
        border-right: solid 141px !important;
    }
    .col-xs-br142 {
        border-right: solid 142px !important;
    }
    .col-xs-br143 {
        border-right: solid 143px !important;
    }
    .col-xs-br144 {
        border-right: solid 144px !important;
    }
    .col-xs-br145 {
        border-right: solid 145px !important;
    }
    .col-xs-br146 {
        border-right: solid 146px !important;
    }
    .col-xs-br147 {
        border-right: solid 147px !important;
    }
    .col-xs-br148 {
        border-right: solid 148px !important;
    }
    .col-xs-br149 {
        border-right: solid 149px !important;
    }
    .col-xs-br150 {
        border-right: solid 150px !important;
    }
    .col-xs-br151 {
        border-right: solid 151px !important;
    }
    .col-xs-br152 {
        border-right: solid 152px !important;
    }
    .col-xs-br153 {
        border-right: solid 153px !important;
    }
    .col-xs-br154 {
        border-right: solid 154px !important;
    }
    .col-xs-br155 {
        border-right: solid 155px !important;
    }
    .col-xs-br156 {
        border-right: solid 156px !important;
    }
    .col-xs-br157 {
        border-right: solid 157px !important;
    }
    .col-xs-br158 {
        border-right: solid 158px !important;
    }
    .col-xs-br159 {
        border-right: solid 159px !important;
    }
    .col-xs-br160 {
        border-right: solid 160px !important;
    }
    .col-xs-br161 {
        border-right: solid 161px !important;
    }
    .col-xs-br162 {
        border-right: solid 162px !important;
    }
    .col-xs-br163 {
        border-right: solid 163px !important;
    }
    .col-xs-br164 {
        border-right: solid 164px !important;
    }
    .col-xs-br165 {
        border-right: solid 165px !important;
    }
    .col-xs-br166 {
        border-right: solid 166px !important;
    }
    .col-xs-br167 {
        border-right: solid 167px !important;
    }
    .col-xs-br168 {
        border-right: solid 168px !important;
    }
    .col-xs-br169 {
        border-right: solid 169px !important;
    }
    .col-xs-br170 {
        border-right: solid 170px !important;
    }
    .col-xs-br171 {
        border-right: solid 171px !important;
    }
    .col-xs-br172 {
        border-right: solid 172px !important;
    }
    .col-xs-br173 {
        border-right: solid 173px !important;
    }
    .col-xs-br174 {
        border-right: solid 174px !important;
    }
    .col-xs-br175 {
        border-right: solid 175px !important;
    }
    .col-xs-br176 {
        border-right: solid 176px !important;
    }
    .col-xs-br177 {
        border-right: solid 177px !important;
    }
    .col-xs-br178 {
        border-right: solid 178px !important;
    }
    .col-xs-br179 {
        border-right: solid 179px !important;
    }
    .col-xs-br180 {
        border-right: solid 180px !important;
    }
    .col-xs-br181 {
        border-right: solid 181px !important;
    }
    .col-xs-br182 {
        border-right: solid 182px !important;
    }
    .col-xs-br183 {
        border-right: solid 183px !important;
    }
    .col-xs-br184 {
        border-right: solid 184px !important;
    }
    .col-xs-br185 {
        border-right: solid 185px !important;
    }
    .col-xs-br186 {
        border-right: solid 186px !important;
    }
    .col-xs-br187 {
        border-right: solid 187px !important;
    }
    .col-xs-br188 {
        border-right: solid 188px !important;
    }
    .col-xs-br189 {
        border-right: solid 189px !important;
    }
    .col-xs-br190 {
        border-right: solid 190px !important;
    }
    .col-xs-br191 {
        border-right: solid 191px !important;
    }
    .col-xs-br192 {
        border-right: solid 192px !important;
    }
    .col-xs-br193 {
        border-right: solid 193px !important;
    }
    .col-xs-br194 {
        border-right: solid 194px !important;
    }
    .col-xs-br195 {
        border-right: solid 195px !important;
    }
    .col-xs-br196 {
        border-right: solid 196px !important;
    }
    .col-xs-br197 {
        border-right: solid 197px !important;
    }
    .col-xs-br198 {
        border-right: solid 198px !important;
    }
    .col-xs-br199 {
        border-right: solid 199px !important;
    }
    .col-xs-br200 {
        border-right: solid 200px !important;
    }
}
/* Responsive End */
/******---------- Border Right Settings End ----------******/
/*----- ListStyle Settings -----*/

.lsi {
    list-style-type: initial !important;
}
.lsc {
    list-style-type: circle !important;
}
.lss {
    list-style-type: square !important;
}
.lsu {
    list-style-type: upper-roman !important;
}
.lsl {
    list-style-type: lower-alpha !important;
}
@media screen and (max-width: 991px) {
    .col-sm-lsi {
        list-style-type: initial !important;
    }
    .col-sm-lsc {
        list-style-type: circle !important;
    }
    .col-sm-lss {
        list-style-type: square !important;
    }
    .col-sm-lsu {
        list-style-type: upper-roman !important;
    }
    .col-sm-lsl {
        list-style-type: lower-alpha !important;
    }
}
/*----- ListStyle Settings End -----*/
/*----- Ýmg Settings -----*/

.gray {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */

    filter: grayscale(100%);
}
@media screen and (max-width: 991px) {
    .col-sm-gray {
        -webkit-filter: grayscale(100%);
        /* Chrome, Safari, Opera */

        filter: grayscale(100%);
    }
}
/*----- Ýmg Settings End -----*/
/*----- Cursor Settings -----*/

.cur-p {
    cursor: pointer !important;
}
.cur-m {
    cursor: move !important;
}
.cur-d {
    cursor:default !important;
}
/*----- Cursor Settings End -----*/
/******---------- Line Settings ----------******/

.line {
    border-bottom: solid 1px solid !important;
    width: 100%;
    clear: both;
}
.line2 {
    border-bottom: solid 1px dashed !important;
    width: 100%;
    clear: both;
}
@media screen and (max-width: 991px) {
    .col-sm-line {
        border-bottom: solid 1px solid !important;
        width: 100%;
        clear: both;
    }
    .col-sm-line2 {
        border-bottom: solid 1px dashed !important;
        width: 100%;
        clear: both;
    }
}
/******---------- Line Settings End ----------******/
/******---------- Position Settings ----------******/

.pos-a {
    position: absolute !important;
}
.pos-r {
    position: relative !important;
}
.pos-f {
    position: fixed !important;
}
.pos-s {
    position: static !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-pos-a {
        position: absolute !important;
    }
    .col-sm-pos-r {
        position: relative !important;
    }
    .col-sm-pos-f {
        position: fixed !important;
    }
    .col-sm-pos-s {
        position: static !important;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-pos-a {
        position: absolute !important;
    }
    .col-xs-pos-r {
        position: relative !important;
    }
    .col-xs-pos-f {
        position: fixed !important;
    }
    .col-xs-pos-s {
        position: static !important;
    }
}
/* Responsive Settings End */
/******---------- Position Settings End ----------******/
/******---------- Display Settings ----------******/

.rock {
    display: block !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
}
.d-table {
    display: table !important;
}
.none {
    display: none !important;
}
.block {
    display: block !important;
}
.table {
    display: table !important;
}
.flex {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
}
.in-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-flex !important;
    display: -ms-inline-flex !important;
    display: -o-inline-flex !important;
    display: inline-flex !important;
}
.in-block {
    display: inline-block !important;
}
.in-table {
    display: -webkit-inline-table !important;
    display: -moz-inline-table !important;
    display: -ms-inline-table !important;
    display: -o-inline-table !important;
    display: inline-table !important;
}
.hide {
    display: none !important;
    opacity: 0 !important;
}
.show {
    display: block !important;
    opacity: 1 !important;
}
.hidden {
    visibility: hidden !important;
    display: block !important;
}
.clear {
    clear: both !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    .col-sm-block {
        display: block !important;
    }
    .col-sm-d-block {
        display: block !important;
    }
    .col-sm-table {
        display: table !important;
    }
    .col-sm-flex {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
    }
    .col-sm-d-table {
        display: table !important;
    }
    .col-sm-in-flex {
        display: -webkit-inline-flex !important;
        display: -moz-inline-flex !important;
        display: -ms-inline-flex !important;
        display: -o-inline-flex !important;
        display: inline-flex !important;
    }
    .col-sm-in-block {
        display: inline-block !important;
    }
    .col-sm-in-table {
        display: -webkit-inline-table !important;
        display: -moz-inline-table !important;
        display: -ms-inline-table !important;
        display: -o-inline-table !important;
        display: inline-table !important;
    }
    .col-sm-hide {
        display: none !important;
        opacity: 0 !important;
    }
    .col-sm-show {
        display: block !important;
        opacity: 1 !important;
    }
}
@media screen and (max-width: 767px) {
    .col-xs-block {
        display: block !important;
    }
    .col-xs-d-block {
        display: block !important;
    }
    .col-xs-table {
        display: table !important;
    }
    .col-xs-flex {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
    }
    .col-xs-d-table {
        display: table !important;
    }
    .col-xs-in-flex {
        display: -webkit-inline-flex !important;
        display: -moz-inline-flex !important;
        display: -ms-inline-flex !important;
        display: -o-inline-flex !important;
        display: inline-flex !important;
    }
    .col-xs-in-block {
        display: inline-block !important;
    }
    .col-xs-hide {
        display: none !important;
        opacity: 0 !important;
    }
    .col-xs-show {
        display: block !important;
        opacity: 1 !important;
    }
}
/* Responsive Settings End */
/******---------- Display Settings End ----------******/
/******---------- Align Settings ----------******/
/* Vercital Align */
.va-middle {
    vertical-align: middle !important;
}
.ai-center {
    align-items: center !important;
}

/* Vercital Align End */
/* Responsive */
.col-sm-va-middle {
    vertical-align: middle !important;
}
.col-sm-ai-center {
    align-items: center !important;
}
/* Responsive End */

/******---------- Align Settings End ----------******/

/******---------- Overflow Settings ----------******/

.owh {
    overflow: hidden !important;
}
.owh-x {
    overflow-x: hidden !important;
}
.owh-y {
    overflow-y: hidden !important;
}
.owy-a {
    overflow-y: auto !important;
}
.owx-a {
    overflow-x: auto !important;
}
.owy-s {
    overflow-y: scroll !important;
}
.owy-v {
    overflow-y: visible !important;
}
.owx-v {
    overflow-x: visible !important;
}
/* Responsive */

@media screen and (max-width: 991px) {
    .col-sm-owh {
        overflow: hidden !important;
    }
    .col-sm-owh-x {
        overflow-x: hidden !important;
    }
    .col-sm-owh-y {
        overflow-y: hidden !important;
    }
    .col-sm-owy-a {
    overflow-y: auto !important;
    }
    .col-sm-owx-a {
    overflow-x: auto !important;
    }
    .col-sm-owy-s {
    overflow-y: scroll !important;
    }
    .col-sm-owy-v {
    overflow-y: visible !important;
    }
    .col-sm-owx-v {
        overflow-x: visible !important;
    }
}
@media screen and (max-width: 767px) {
    .col-xs-owh {
        overflow: hidden !important;
    }
    .col-xs-owh-x {
        overflow-x: hidden !important;
    }
    .col-xs-owh-y {
        overflow-y: hidden !important;
    }
    .col-xs-owy-a {
    overflow-y: auto !important;
    }
    .col-xs-owx-a {
    overflow-x: auto !important;
    }
    .col-xs-owy-s {
    overflow-y: scroll !important;
    }
    .col-xs-owy-v {
    overflow-y: visible !important;
    }
    .col-xs-owx-v {
        overflow-x: visible !important;
    }
}
/* Responsive End */
/******---------- Overflow Settings End ----------******/
/*----- Font Family Settings -----*/

.fwn {
    font-weight: normal !important;
}
/* Arial */

.arial-regular {
    font-family: arial !important;
}
.arial-regular-italic {
    font-family: arial !important;
    font-style: italic !important;
}
.arial-bold {
    font-family: arial !important;
    font-weight: bold;
}
.arial-black {
    font-family: arial !important;
    font-weight: 800;
}
/* Arial End */
/* Titillium */

.titillium-thin {
    font-family: titillium-thin !important;
    font-weight: normal !important
}
.titillium-light {
    font-family: titillium-light !important;
    font-weight: normal !important
}
.titillium-regular {
    font-family: titillium-regular !important;
    font-weight: normal !important
}
.titillium-semibold {
    font-family: titillium-semibold !important;
    font-weight: normal !important
}
.titillium-bold {
    font-family: titillium-bold !important;
    font-weight: normal !important
}
.titillium-regular-italic {
    font-family: titillium-regular-italic !important;
    font-weight: normal !important
}
.titillium-semibold-italic {
    font-family: titillium-semibold-italic !important;
    font-weight: normal !important
}
.titillium-bold-italic {
    font-family: titillium-bold-italic !important;
    font-weight: normal !important
}
/* Titillium End */
/* Hind */

.hind-regular {
    font-family: hind-regular !important;
    font-weight: normal !important;
}
.hind-medium {
    font-family: hind-medium !important;
    font-weight: normal !important;
}
.hind-semibold {
    font-family: hind-semibold !important;
    font-weight: normal !important;
}
.hind-light {
    font-family: hind-light !important;
    font-weight: normal !important;
}
.hind-bold {
    font-family: hind-bold !important;
    font-weight: normal !important;
}
/* Hind End */
/* Din-Pro */

.dinpro-regular {
    font-family: dinpro-regular !important;
    font-weight: normal !important;
}
.dinpro-regular-italic {
    font-family: dinpro-regular-italic !important;
    font-weight: normal !important;
}
.dinpro-medium-italic {
    font-family: dinpro-medium-italic !important;
    font-weight: normal !important;
}
.dinpro-medium-cond {
    font-family: dinpro-medium-cond !important;
    font-weight: normal !important;
}
.dinpro-light-italic {
    font-family: dinpro-light-italic !important;
    font-weight: normal !important;
}
.dinpro-light {
    font-family: dinpro-light !important;
    font-weight: normal !important;
}
.dinpro-medium {
    font-family: dinpro-medium !important;
    font-weight: normal !important;
}
.dinpro-bold {
    font-family: dinpro-bold !important;
    font-weight: normal !important;
}
/* Din-Pro End */
/* Angelina */

.angelina-regular {
    font-family: angelina-regular !important;
    font-weight: normal !important;
}
/* Angelina End */
/* Ebrima Regular */

.ebrima-regular {
    font-family: ebrima-regular !important;
    font-weight: normal !important;
}
/* Ebrima Regular End */
/* Ebrima Bold */

.ebrima-bold {
    font-family: ebrima-bold !important;
    font-weight: normal !important;
}
/* Ebrima Bold End */
/* Constan Bold */

.constan-bold {
    font-family: constan-bold !important;
    font-weight: normal !important;
}
/* Constan Bold End */
/* Trajan Regular */
.trajan-regular {
    font-family: trajan-regular !important;
    font-weight: normal !important;
}
/* Trajan Regular End */
/* Trajan Bold */
.trajan-bold {
    font-family: trajan-bold !important;
    font-weight: normal !important;
}
/* Trajan Bold End */
/* Montserrat Font Family */
    /* Light */
    .montserrat-light {
        font-family: montserrat-light !important;
        font-weight: normal !important;
    }
    /* Light End */
    /* Regular */
    .montserrat-regular {
        font-family: montserrat-regular !important;
        font-weight: normal !important;
    }
    /* Regular End */
    /* Semibold */
    .montserrat-semibold {
        font-family: montserrat-semibold !important;
        font-weight: normal !important;
    }
    /* Semibold End */
    /* Bold */
    .montserrat-bold {
        font-family: montserrat-bold !important;
        font-weight: normal !important;
    }
    /* Bold End */
/* Montserrat Font Family End */
/* Responsive Settings */

@media screen and (max-width: 991px) {
    /* Arial */

    .col-sm-arial-regular {
        font-family: arial !important;
    }
    .col-sm-arial-bold {
        font-family: arial !important;
        font-weight: bold;
    }
    .col-sm-arial-black {
        font-family: arial !important;
        font-weight: 800;
    }
    /* Arial End */
    /* Titillium */

    .col-sm-titillium-light {
        font-family: titillium-light !important;
        font-weight: normal !important
    }
    .col-sm-titillium-regular {
        font-family: titillium-regular !important;
        font-weight: normal !important
    }
    .col-sm-titillium-semibold {
        font-family: titillium-semibold !important;
        font-weight: normal !important
    }
    .col-sm-titillium-bold {
        font-family: titillium-bold !important;
        font-weight: normal !important
    }
    .col-sm-titillium-regular-italic {
        font-family: titillium-regular-italic !important;
        font-weight: normal !important
    }
    .col-sm-titillium-semibold-italic {
        font-family: titillium-semibold-italic !important;
        font-weight: normal !important
    }
    .col-sm-titillium-bold-italic {
        font-family: titillium-bold-italic !important;
        font-weight: normal !important
    }
    /* Titillium End */
    /* Angelina */

    .col-sm-angelina-regular {
        font-family: angelina-regular !important;
        font-weight: normal !important;
    }
    /* Angelina End */
    /* Ebrima Regular */

    .col-sm-ebrima-regular {
        font-family: ebrima-regular !important;
        font-weight: normal !important;
    }
    /* Ebrima Regular End */
    /* Ebrima Bold */

    .col-sm-ebrima-bold {
        font-family: ebrima-bold !important;
        font-weight: normal !important;
    }
    /* Ebrima Bold End */
    /* Trajan Regular */
    .col-sm-trajan-regular {
        font-family: trajan-regular !important;
        font-weight: normal !important;
    }
    /* Trajan Regular End */
    /* Trajan Bold */
    .col-sm-trajan-bold {
        font-family: trajan-bold !important;
        font-weight: normal !important;
    }
    /* Trajan Bold End */
}
@media screen and (max-width:768px) {
    /* Titillium */

    .col-xs-titillium-thin {
        font-family: titillium-thin !important;
        font-weight: normal !important
    }
    .col-xs-titillium-light {
        font-family: titillium-light !important;
        font-weight: normal !important
    }
    .col-xs-titillium-regular {
        font-family: titillium-regular !important;
        font-weight: normal !important
    }
    .col-xs-titillium-semibold {
        font-family: titillium-semibold !important;
        font-weight: normal !important
    }
    .col-xs-titillium-bold {
        font-family: titillium-bold !important;
        font-weight: normal !important
    }
    .col-xs-titillium-regular-italic {
        font-family: titillium-regular-italic !important;
        font-weight: normal !important
    }
    .col-xs-titillium-semibold-italic {
        font-family: titillium-semibold-italic !important;
        font-weight: normal !important
    }
    .col-xs-titillium-bold-italic {
        font-family: titillium-bold-italic !important;
        font-weight: normal !important
    }
    /* Titillium End */
}
/* Responsive Settings End */
/*----- Font Family Settings End -----*/
/*----- Default Color Settings -----*/
/* Text Color */

.white {
    color: #fff !important;
}
.black {
    color: #000 !important;
}
.gren {
    color: #128a00 !important;
}
.red {
    color: #ad0000 !important;
}
/* Text Color End */
/* Background Color */

.b-white {
    background-color: #fff;
}
.b-black {
    background-color: #000;
}
.b-red {
    background-color: #ad0000;
}
.b-gren {
    background-color: #128a00 !important;
}
.input-bg {
    background-color: rgba(0, 0, 0, 0.05) !important;
}
/* Background Color End */
/* Border Color */

.bc1 {
    border-color: rgba(0, 0, 0, 0.1) !important;
}
.bc2 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.bc-red {
    border-color: #ad0000 !important;
}
.bc-gren {
    border-color: #128a00 !important;
}
/* Border Color End */

.back-none {
    background: none !important;
}
/* Responsive Settings */

@media screen and (max-width: 991px) {
    /* Text Color */

    .col-sm-white {
        color: #fff !important;
    }
    .col-sm-black {
        color: #000 !important;
    }
    .col-sm-gren {
        color: #128a00 !important;
    }
    .col-sm-red {
        background: #ad0000 !important;
    }
    /* Text Color End */
    /* Background Color */

    .col-sm-b-white {
        background: #fff;
    }
    .col-sm-b-black {
        background: #000;
    }
    .col-sm-b-red {
        background: #ad0000;
    }
    .col-sm-b-gren {
        background: #128a00 !important;
    }
    .col-sm-input-bg {
        background: rgba(0, 0, 0, 0.05) !important;
    }
    /* Background Color End */
    /* Border Color */

    .col-sm-bc1 {
        border-color: rgba(0, 0, 0, 0.1) !important;
    }
    .col-sm-bc2 {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .col-sm-bc-red {
        border-color: #ad0000 !important;
    }
    .col-sm-bc-gren {
        border-color: #128a00 !important;
    }
    /* Border Color End */

    .col-sm-back-none {
        background: none !important;
    }
}
/* Responsive Settings End */
/*----- Color Settings End -----*/
/******---------- MD Screen Settings ----------******/

.col-sm-none-md {
    display: none !important;
}
/******---------- MD Screen Settings End ----------******/
/******---------- SM Screen Settings ----------******/

@media screen and (max-width: 991px) {
    .col-sm-none-sm {
        display: none !important;
    }
}
/******---------- SM Screen Settings End ----------******/
/******---------- XS Screen Settings ----------******/

@media screen and (max-width: 768px) {
    .col-sm-none-xs {
        display: none !important;
    }
}
/******---------- XS Screen Settings End ----------******/
/***********--------------- Layout Block Settings ---------------***********/
/*----- Sayfalama Settings -----*/

.sayfalama {
    float: right;
}
.sayfalama li {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 2px;
    color: #fff;
    font-weight: 600;
    list-style: none !important;
}
.sayfalama li a {
    width: 100%;
    height: 100%;
    display: block;
}
.sayfalama li:first-child:before {
    content: "\e943" !important;
    font-family: default !important;
}
.sayfalama li:last-child:before {
    content: "\e92e" !important;
    font-family: default !important;
}
.sayfalama li.list-more {
    background: none;
    color: #0082bc !important;
}
.sayfalama li.list-more a {
    color: #0082bc !important;
}
.sayfalama li.active {
    background: none;
    border: solid 2px #0082bc;
}
.sayfalama li.active a {
    color: #0082bc !important;
}
/*----- Sayfalama Settings End -----*/

/*----- Default Nav Menü Bar -----*/
@media screen and (max-width: 991px) {
.default-nav .nav-content {
    opacity: 0;
    height: 0px;
    overflow-y: hidden;
}
.nav-active .nav-content {
    opacity: 1;
    height:inherit;
    position: absolute;
    z-index: 200;
}
}

/*----- Default Nav Menü Bar End -----*/

/*----- Default Nav Menü Bar ( SideBar ) -----*/
.max-height {
    height:100%;
    overflow-y: hidden;
}
@media screen and (max-width:991px) {
.default-nav .nav-content-side {
    position: fixed !important;
    height:100% !important;
    width: 85% !important;
    top:0 !important;
    z-index: 202 !important;
    overflow-y: auto;
    left:-200% !important;
}
.nav-active .nav-content-side {
    left:0% !important;
}
}
@media screen and (max-width:767px) {
.default-nav .nav-content-side {
    position: fixed !important;
    height:100% !important;
    width: 80% !important;
    top:0 !important;
    z-index: 210 !important;
}
}
/*----- Default Nav Menü Bar ( SideBar ) End -----*/
/***********--------------- Layout Block Settings End ---------------***********/