@font-face {
    font-family: 'Raleway-Medium';
    src: url( ../fonts/Raleway-Medium.ttf) format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

h6 {
    font-size: 15px;
}

body {
    font-family: Raleway-Medium;
    background-color: #ffffff;
    overflow-y: scroll;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #191919;
}

.pattern {
    background-image: url(../images/patch.png);
    background-repeat: no-repeat;
    background-position: right;
}

.patternln {
    background-image: url(../images/patch2.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #efebff;
    background-blend-mode: normal;
}

.patterngn {
    background-image: url(../images/patch3.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #f7f9f3;
}
.onlinregshow
{
    display: block;
}
.onlinreghide
{
    display: none;
}


a {
    color: #2f2f2f;
}

    a:hover, a:focus {
        color: #0a0a0a;
        text-decoration: none;
        outline: 0 none;
    }
/*****************************form styles*******************************/
#msform {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

    #msform fieldset {
        width: 100%;
    }
        /*Hide all except first fieldset*/
        /*#msform fieldset:not(:first-of-type) {
            display: none;
        }*/
    /*inputs*/
    #msform input, #msform textarea, #msform text {
        padding: 7px;
        border: 1px solid #dbe6ca;
        border-radius: 3px;
        margin-bottom: 8px;
        width: 100%;
        box-sizing: border-box;
        color: #5a5a5a;
        font-size: 14px;
        background: #fefffc;
        resize: none;
        font-family: arial;
    }

    .msform {
  display: inline-block; /* Thanks to Fanky (https://stackoverflow.com/users/2095642/fanky) */
  
  text-transform: lowercase !important
}

.msform::first-letter {
  text-transform: uppercase !important
}

.flabel {
    padding: 7px;
    border: 1px solid #dbe6ca;
    border-radius: 3px;
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    background: #fefffc;
    /*text-transform: uppercase;*/
    font-family: arial;
}
/*buttons*/
#msform .action-button {
    width: 100px;
    background: #d2efa6;
    color: #3c3c3c;
    border: 1px solid #9cc55f;
    cursor: pointer;
    padding: 6px 5px;
    margin: 5px 5px;
}

    #msform .action-button:hover, #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #4b862d;
        background: #4b862d;
        color: white;
    }
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 35px;
    overflow: hidden;
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: #464646;
        text-transform: uppercase;
        font-size: 10px;
        width: 14%;
        float: left;
        position: relative;
        line-height: 24px;
        font-weight: bold;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 12px;
            color: #ffffff;
            background: #9cc55f;
            border-radius: 3px;
            margin: 0 auto 7px auto;
            position: relative;
            z-index: 99;
            font-weight: bold;
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #d2efa6;
            position: absolute;
            left: -49%;
            top: 9px;
            z-index: 9;
        }

        #progressbar li:first-child:after {
            content: none;
        }

        #progressbar li.active:before, #progressbar li.active:after {
            background: #4b862d;
            color: white;
        }

.regia {
    color: #ca0b0a;
    background: #ffeb59;
    padding: 6px 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 15px;
}

.regb {
    text-align: center;
    margin-top: 31px;
    margin-bottom: 22px;
}

span#captcha {
    display: inline-block;
}

#captcha span {
    width: 57px;
    display: block;
    float: left;
    margin-top: 10px;
    font: 18px 'Bree Serif', Georgia, serif;
}

#captcha input {
    background: url(../images/captcha.png) no-repeat;
    margin: 15px 0 0;
    padding: 0;
    border: medium none;
    cursor: pointer;
    width: 15px;
    float: left;
}

.capbox {
    padding: 7px !important;
    width: 200px !important;
    margin-left: 17px;
    margin-top: 27px;
    margin-bottom: 0px !important;
}

input.chk {
    width: auto !important;
    margin-bottom: 5px !important;
}

.stuimg {
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
}

.uploadi {
    color: #3e7d1e;
    padding: 1px 11px;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}

.help3 {
    left: -23px;
    background: #ca0a0a;
    padding: 4px 10px;
    color: white;
    top: 161px;
    position: absolute;
}

    .help3:hover {
        color: #e0d186;
    }
/***************************Modal style*************************************/
.modal-header {
    padding: 8px 10px;
    background: url(../images/yellow.jpg) repeat;
}

.modal-title {
    color: black;
}

.modal-content {
    width: 650px;
    min-height: 400px;
}

.modal-body {
    font-size: 17px;
}

button.close {
    background: #dcdcdc;
    padding: 1px 6px;
    color: black;
    opacity: 9;
}

.modal {
    background: rgba(0, 0, 0, 0.6);
}
/***************************background style*************************************/
.img-shape-1:after {
    background: url(../images/yellow.jpg) repeat;
    content: '';
    position: absolute;
    left: -370px;
    top: -124px;
    min-height: 120%;
    width: 48%;
    border-radius: 0 0 0 16px;
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(938deg);
    z-index: -1;
    border: 10px solid #f5d49f;
}

.img-shape-2:after {
    background: url(../images/blue.jpg) repeat;
    content: '';
    position: absolute;
    right: -471px;
    top: -98px;
    height: 82%;
    width: 55%;
    border-radius: 0 0 0 16px;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(22deg);
    transform: rotate(42deg);
    z-index: -1;
    border: 10px solid #b3a3ff;
}

.img-shape-3:after {
    background: url(../images/green.jpg) repeat;
    content: '';
    position: absolute;
    right: -549px;
    top: -98px;
    height: 86%;
    width: 54%;
    border-radius: 0 0 0 16px;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(22deg);
    transform: rotate(46deg);
    z-index: -1;
    border: 10px solid #c8e69a;
}
/*class selection styles*/
.class h2 {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-top: 55px;
}

.class p {
    background: url(../images/yellow.jpg) center;
    padding: 50px 8px;
    text-align: center;
    border: 7px solid #ffd99a;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    vertical-align: middle;
    color: white;
    font-size: 13px;
    margin-bottom: 35px;
}

.class a:hover {
    text-decoration: none;
}

.zoomout {
    transition: .5s;
}

    .zoomout:hover {
        -webkit-transform: scale(1.03,1.05);
        -moz-transform: scale(1.03,1.05);
        -ms-transform: scale(1.03,1.05);
        -o-transform: scale(1.03,1.05);
        transform: scale(1.03,1.05);
        z-index: 2;
        -khtml-box-shadow: 6px 7px 23px 0 rgba(0, 0, 0, 0.42);
        box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.23);
        position: relative;
    }

.logoc {
    z-index: 101;
    height: 120px;
    width: 120px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: white;
    border-style: double;
    box-shadow: 0px 0px 9px 0px #b9b9b9;
}
/*****************************Main styles*******************************/
.space {
    padding: 10px 70px;
}

.heading {
    text-align: left;
    font-size: 24px;
    color: #313131;
    line-height: 42px;
    margin-bottom: 25px;
    margin-top: 35px;
}

.yellowtxt {
    font-size: 19px;
    color: #5a9448;
    text-align: left;
    line-height: 33px;
}

.leftimg {
    left: 0px;
    position: absolute;
    bottom: 70px;
}

.help {
    right: 85px;
    background: #ca0a0a;
    padding: 4px 10px;
    color: white;
    top: 165px;
    position: absolute;
}

    .help:hover {
        color: #e0d186;
    }

.proceed {
    background: #4b862d;
    padding: 1px 5px;
    color: white;
}

.tb-pad-10 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.tb-pad-20 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.clr10 {
    clear: both;
    height: 40px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.clr5 {
    clear: both;
    height: 10px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.content {
    text-align: center;
    padding-top: 140px;
    font-size: 14px;
    line-height: 30px;
}

.space {
    padding: 10px 80px 50px 50px;
    min-height: 800px;
}

.spacepattern {
    padding: 30px 90px 50px 35px;
    min-height: 800px;
}

.guidehead {
    color: #000000;
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    padding-right: 115px;
}

.headinguide {
    font-size: 28px;
    color: #060606;
    text-align: left;
    line-height: 59px;
    margin-top: 105px;
}

.guideheadin {
    color: #c4b2ec;
    text-align: left;
    font-size: 20px;
    line-height: 40px;
}

.headinguidein {
    font-size: 28px;
    color: #ffffff;
    text-align: left;
    line-height: 59px;
    margin-top: 140px;
}

.headinguidegr {
    font-size: 28px;
    color: #2d2d2d;
    text-align: center;
    line-height: 80px;
    margin-top: 68px;
}

.guideheadgr {
    color: #305000;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
}

.help2 {
    left: -85px;
    background: #ca0a0a;
    padding: 4px 10px;
    color: white;
    top: 161px;
    position: absolute;
}

    .help2:hover {
        color: #e0d186;
    }

.guidemainhead {
    color: #e49700;
    margin-bottom: 20px;
    margin-top: 30px;
}
/*****************************Inner pages styles*******************************/
.logoc {
    z-index: 101;
    height: 120px;
    width: 120px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: white;
    border-style: double;
    box-shadow: 0px 0px 9px 0px #729dd6;
}

.spaceln {
    padding: 20px 110px 50px 110px;
    min-height: 800px;
}

.spacelnr {
    padding: 30px 40px 50px 150px;
}

.spacelnreg {
    padding: 20px 110px 50px 110px;
    min-height: 800px;
}

.spacelnr2 {
    padding: 30px 40px 50px 150px;
}

.iconimg {
    border-radius: 15px;
}

.yellow {
    color: #ffd044;
    font-size: 19px;
}

.kindly {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 12%, #edffd2 47%, rgba(255, 255, 255, 0) 92%);
    color: #3a3a3a;
    padding: 6px;
    text-align: center;
    font-size: 25px;
    margin-top: 15px;
}

.inrwhite {
    background: white;
    border-radius: 0px 10px 10px 0px;
    height: 900px;
    padding: 10px 30px;
}

.leftimg {
    bottom: 20px;
    position: absolute;
    width: auto;
    left: 0px;
}

.rightimg {
    bottom: -3px;
    position: absolute;
    width: 470px;
    right: 40px;
}

.inrwhite h2 {
    font-size: 25px;
    color: #1d66c3;
    text-align: center;
    font-weight: normal;
    text-decoration: underline;
}

.inrwhite h5 {
    font-size: 18px;
    color: #dc2727;
    text-align: center;
    font-weight: bold;
    margin-top: 26px;
    letter-spacing: 1.2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 12%, #c7e7ff 47%, rgba(255, 255, 255, 0) 92%);
    line-height: 27px;
}

.inrwhite h3 {
    font-size: 16px;
    color: red;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 15px;
    letter-spacing: 1.2px;
}

.leftbg h4 {
    font-size: 21px;
    color: #232323;
    text-align: center;
    font-weight: normal;
    text-decoration: underline;
    margin-top: 35px;
    line-height: 38px;
}

.head {
    color: red;
    font-size: 24px;
    border-bottom: 4px double red;
}

.red {
    color: red;
    font-weight: bold;
}

.list {
    margin-left: 18px;
    line-height: 26px;
    color: #151515;
    list-style-type: none;
    text-align: left;
    font-family: arial;
    font-size: 12px;
}

li::before {
    content: counter(li);
    color: #383838;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

li {
    counter-increment: li;
}

.box {
    text-align: left;
    color: #313131;
    font-size: 14px;
    width: 75px;
    padding-top: 14px;
}

.inrbtn {
    color: #073e00;
    background-color: #c6debf;
    border-color: #8bb97d;
    margin-bottom: 0px;
    margin: 5px;
}

    .inrbtn:hover {
        color: #fff;
        background-color: #4b862d;
        border: 1px solid #4b862d;
    }

.dwnlod {
    color: #040404;
    background-color: #f5ba34;
    border-color: #de9624;
    margin-bottom: 0px;
}

    .dwnlod:hover {
        color: #fff;
        background-color: rgba(66, 51, 29, 0.74);
    }

.righttoppanel {
    visibility: hidden;
    display: none;
}

.rightbotpanel {
    visibility: visible;
    display: block;
}

.regtopdetails {
    visibility: hidden;
    display: none;
}

.regbotdetails {
    visibility: visible;
    display: block;
}

@media (max-width: 1700px) {
    .inrwhite {
        height: 700px;
        padding: 10px 30px;
        overflow-y: scroll;
    }

    .space {
        padding: 10px 50px;
    }

    .headinguide {
        margin-top: 55px;
    }

    .guidehead {
        line-height: 32px;
    }

    .spacepattern {
        padding: 20px 70px 50px 25px;
    }

    .img-shape-1:after {
        left: -370px;
        top: -124px;
        width: 52%;
        transform: rotate(931deg);
    }

    .spacelnr2 {
        padding: 20px 20px 40px 140px;
    }

    .regb {
        margin-top: 25px;
    }

    .rightimg {
        width: 420px;
        right: -20px;
    }

    .help3 {
        left: 2px;
    }
}

@media (max-width: 1600px) {
    .help2 {
        left: -138px;
    }

    .img-shape-2:after {
        width: 68%;
    }

    .spacelnr {
        padding: 0px 140px 20px 0px;
    }

    .headinguidein {
        line-height: 29px;
        margin-top: 120px;
    }

    .guideheadin {
        font-size: 19px;
        line-height: 30px;
    }

    .spacepattern {
        padding: 20px 30px 50px 25px;
        min-height: 800px;
    }

    .guidehead {
        color: #000000;
        font-size: 14px;
        line-height: 31px;
        padding-right: 92px;
    }

    .headinguide {
        margin-top: 65px;
    }

    .img-shape-1:after {
        left: -370px !important;
        top: -164px;
        width: 52%;
    }

    .help {
        right: 5px;
    }

    body {
        overflow-y: scroll;
    }

    .space {
        background: white;
    }

    .spacelnreg {
        padding: 20px 40px 50px 40px;
        min-height: 800px;
        background: rgba(247, 249, 243, 0.75);
    }
    .spacelnreg-OnlineEnquiry {
         padding: 20px 40px 50px 40px;
        min-height: 800px;
    }

    .img-shape-3:after {
        width: 67%;
        transform: rotate(51deg);
        top: -68px;
        height: 93%;
    }
}

@media (max-width: 1400px) {
    .stuimg {
        width: 150px;
        height: 150px;
    }

    .headinguidein {
        line-height: 22px;
        margin-top: 85px;
        font-size: 29px;
    }

    .regia {
        font-size: 14px;
    }

    .guideheadin {
        font-size: 15px;
        line-height: 22px;
    }

    .img-shape-2:after {
        top: 0px;
        height: 82%;
    }

    .clr10 {
        height: 15px !important;
    }

    #progressbar {
        margin-bottom: 0px;
    }

    .spacelnr {
        padding: 30px 50px 20px 20px;
    }

    .help2 {
        left: -78px;
    }

    .img-shape-1:after {
        left: -210px !important;
        top: -25px;
        width: 42%;
    }

    .headinguide {
        margin-top: 53px;
        line-height: 36px;
        font-size: 18px;
    }

    .spacepattern {
        padding: 54px 10px 50px 6px;
        min-height: 750px;
    }

    .leftimg {
        width: 390px;
        bottom: 30px;
    }

    .regb {
        margin-top: 41px;
    }

    .guideheadgr {
        color: #253e01;
        font-size: 15px;
        line-height: 34px;
        margin-top: 22px;
    }

    .logo-space img {
        width: 56%;
    }

    .img-shape-3:after {
        width: 59%;
    }

    .add-img {
        top: 0px;
        right: 15px;
    }

    .remove-img {
        top: 0px;
        right: 15px;
    }

    .rightimg {
        width: 320px;
    }

    .spacelnr2 {
        padding: 0px 20px 30px 3px;
    }
}

@media (max-width: 1300px) {
    .spacelnr2 {
        padding: 20px 10px 10px 80px;
    }

    .img-shape-2:after {
        width: 70%;
    }

    .spacelnr {
        padding: 40px 11px 20px 30px;
    }

    #progressbar {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .spaceln {
        padding: 0px 10px 50px 50px;
        min-height: 800px;
    }

    .class p {
        padding: 36px 10px;
        height: 140px;
        width: 140px;
        font-size: 11px;
    }

    .spacelnr {
        padding: 84px 4px 20px 90px;
    }

    .help2 {
        left: 52px;
    }

    .img-shape-2:after {
        width: 82%;
        right: -512px;
        top: -50px;
        transform: rotate(48deg);
    }

    .rightimg {
        bottom: 0px;
        position: absolute;
        width: 380px;
        right: 10px;
    }

    .spacelnr {
        padding: 50px 28px 20px 70px;
    }

    .img-shape-3:after {
        width: 84%;
        transform: rotate(51deg);
        height: 96%;
    }

    #progressbar li {
        line-height: 15px;
        width: 15%;
        font-size: 10px;
    }

    .logo-space img {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .add-img {
        right: 30% !important;
    }

    .space {
        padding: 10px 20px;
    }

    .righttoppanel {
        visibility: visible;
        display: contents;
    }

    .rightbotpanel {
        visibility: hidden;
        display: none;
    }

    .img-shape-2:after {
        width: 72%;
        right: -622px;
        top: -50px;
        transform: rotate(38deg);
    }

    .class p {
        font-size: 16px;
        padding: 18px 12px;
        height: 80px;
        width: auto;
        border-radius: 8%;
        line-height: 19px;
        margin-bottom: 5px;
    }

    .righttoppanel h2 {
        text-align: center;
        font-size: 28px;
        color: #000;
        margin-top: 55px !important;
        margin-bottom: -5px !important;
    }

    .class h2 {
        margin-top: 25px;
        margin-bottom: 36px;
    }

    .classwidth {
        margin: 11px 5px;
        float: left;
        width: 30.3%;
    }

    .space {
        background: white;
    }

    .spacepattern {
        padding: 20px 90px 50px 225px;
        min-height: 380px !important;
    }

    .headinguide {
        margin-top: 83px;
        font-size: 24px;
        line-height: 29px;
    }

    .leftimg {
        bottom: 380px !important;
        width: 240px !important;
    }

    .guidehead {
        font-size: 17px;
        line-height: 33px;
    }

    .regtopdetails {
        visibility: visible;
        display: block;
    }

    .regbotdetails {
        visibility: hidden;
        display: none;
    }

    .spacelnr2 {
        padding: 10px;
    }

    .regb {
        margin-top: 11px;
        text-align: right;
    }

    .guideheadgr {
        text-align: right;
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    .space {
        padding: 10px 10px 40px 10px;
        background: #ffffff;
    }

    body {
        overflow-y: scroll;
    }

    .rightimg {
        bottom: -3px;
        position: absolute;
        width: 272px;
        right: 0px;
    }

    .patternln {
        background-position-x: -31px;
        overflow-x: hidden;
    }

    .img-shape-2:after {
        width: 72%;
        right: -542px;
        top: -40px;
        transform: rotate(56deg);
    }

    .spaceln {
        padding: 10px;
        min-height: 800px;
    }

    .spacepattern {
        padding: 20px 90px 50px 65px;
        min-height: auto;
    }

    .headinguide {
        line-height: 34px;
        margin-top: 91px;
        font-size: 25px;
    }

    .leftimg {
        display: none;
        visibility: hidden;
    }

    .spacepattern {
        padding: 10px 60px 0px 131px;
        height: 380px !important;
    }

    .pattern {
        background-position-x: 649px;
    }

    .spacelnreg {
        padding: 10px 0px 30px 10px;
        min-height: 800px;
        background: #f7f9f3;
    }

    .img-shape-3:after {
        width: 84%;
        transform: rotate(47deg);
    }

    .patterngn {
        background-position-x: -23px;
    }

    .regia {
        font-size: 14px;
    }

    .guideheadgr {
        font-size: 17px;
        color: #121f00;
    }

    .modal-content {
        width: auto;
    }

    .rightimg {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 650px) {
    .classwidth {
        margin: 11px 5px;
        float: left;
        width: 45%;
    }

    .help2 {
        left: 342px;
        top: 130px;
    }

    .spacepattern {
        padding: 10px 30px 0px 30px;
        min-height: auto;
    }

    .guidehead {
        font-size: 16px;
        line-height: 30px;
    }

    .img-shape-1:after {
        left: -421px;
        top: -116px;
    }

    .pattern {
        background-position-x: 469px;
    }

    #progressbar li {
        width: 15%;
        font-size: 10px;
        text-transform: capitalize;
    }
}

@media (max-width: 500px) {
    .classwidth {
        margin: 0 auto;
        float: none;
        width: auto;
    }

    .spacepattern {
        padding: 20px 10px 0px 20px;
        min-height: auto;
    }
}

@media (min-width: 1701px) {
    .flabel {
        padding: 10px;
    }

    #msform input, #msform textarea, #msform text {
        padding: 10px;
    }

    .mandfd {
        top: 13px !important;
    }
}

.mandfd {
    position: absolute;
    right: 23px;
    top: 28px;
}

.placeholdername {
    /*color: #6ea221;*/
    font-size: 12px;
    /*//display: none;*/
}

.add-img {
    position: absolute;
    bottom: 36px;
    right: 22px;
    font-size: 24px;
    color: #4b862d;
}

.remove-img {
    position: absolute;
    bottom: 36px;
    right: 22px;
    font-size: 24px;
    color: red;
}

::placeholder {
    color: #adabab;
}

:-ms-input-placeholder {
    color: #adabab;
}

::-ms-input-placeholder {
    color: #adabab;
}

select:invalid {
    color: #adabab;
}

:-ms-input-select {
    color: #adabab;
}

select:disabled {
    color: #5a5a5a;
}

select {
    color: #5a5a5a;
}

.submit[disabled] {
    display: none;
}

.print[disabled] {
    display: none;
}

.reci[disabled] {
    display: none;
}

.adarrowright > i {
    font-size: 30px;
    margin-top: 61px;
    color: #618d02;
}

#msform input:focus, #msform textarea:focus, #msform text:focus {
    border: 1px solid #88b545;
}

select:focus {
    border: 1px solid #88b545;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

.midle-heading {
    font-style: italic;
    font-weight: 700;
    color: red;
}

.tooltip1 {
    position: relative;
    display: inline-block;
}

    .tooltip1 .tooltiptext {
        visibility: hidden;
        background: #3e7e1d;
        border: 1px solid #2f6b10;
        color: #fff;
        font-size: 11px;
        padding: 10px 10px;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
    }

    .tooltip1:hover .tooltiptext {
        visibility: visible;
    }

    .tooltip1 .tooltiptext {
        width: 130px;
        bottom: 45%;
        left: 50%;
        margin-left: -65px;
    }

        .tooltip1 .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -7px;
            border-width: 7px;
            border-style: solid;
            border-color: #2f6b10 transparent transparent transparent;
        }

 .card-header1 {
    padding: .5rem 1rem;
    margin-bottom: 0;
    text-align: center;
        font-weight: bold;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

 .card-body-image {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
 .card-image {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}