body {
    padding: 0;
    margin: 0;
}

p {
    font-size: 14px !important;
    font-family: arial;
}

/*header
{
	width: 100%;
	float: left;
	border-top: 4px solid #1D7E33;
	border-bottom: 1px solid #EDEDED;
	position: fixed;
	background: #fff !important;
	right: 0;
    left: 0;
    z-index: 1030;
	
}
header .navbar 
{
    position: relative;
    min-height: 60px !important;
    margin-bottom: 0px !important;
    border: none !important;
    border-radius: 0px !important;
    background: #fff !important;
}
header .nav>li>a 
{
    padding: 10px 10px !important;
}
header .navbar-nav>li>a 
{
    line-height: 40px !important;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
header .navbar-nav>li>a:hover
{
    background: #337ab7 !important;
    color: #fff;
}*/




/*.dropdown-menu>li>a {
    text-align: left;
    font-size: 13px !important;
}

.dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: #1D7E33 !important;
}
.navbar-right 
{

    margin-right: 0px !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #337ab7 !important;
    color: #fff;
}*/

.mn {
    display: none;
}

#primary_nav_wrap {
    padding-right: 15px;
}

    #primary_nav_wrap ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }

        #primary_nav_wrap ul a {
            display: block;
            color: #333;
            text-decoration: none;
            font-weight: bold;
            font-size: 14px;
            line-height: 40px;
            padding: 10px 10px;
            font-family: arial;
        }

        #primary_nav_wrap ul li {
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }

            #primary_nav_wrap ul li.current-menu-item {
                background: #ddd;
            }

            #primary_nav_wrap ul li a:hover {
                background: #337ab7;
                color: #fff;
            }

        #primary_nav_wrap ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            padding: 0;
            border: 1px solid #C0C0C0;
        }

            #primary_nav_wrap ul ul li {
                float: none;
                width: 250px;
            }

            #primary_nav_wrap ul ul a {
                line-height: 20px;
                padding: 10px 10px;
                font-weight: normal;
                font-size: 12px;
                background: #f2f2f2;
            }

                #primary_nav_wrap ul ul a:hover {
                    background: green;
                }

        #primary_nav_wrap ul li:hover > ul {
            display: block;
        }



.side {
    line-height: 1.72222;
    position: fixed;
    background-color: rgba(253, 28, 60, 0.77);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 0;
    right: -68px;
    text-align: center;
    top: 41%;
    width: 180px;
    z-index: 1000;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


    .side a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-family: arial;
        font-size: 17px;
    }

        .side a:hover {
            text-decoration: none;
            color: #fff;
        }

        .side a:focus {
            text-decoration: none;
            color: #fff;
        }




.sidelogin {
    line-height: 1.72222;
    position: fixed;
    background-color: #337ab7;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px 0;
    right: -52px;
    text-align: center;
    top: 50%;
    width: 160px;
    z-index: 1000;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: none;
}


    .sidelogin a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-family: arial;
        font-size: 17px;
    }

        .sidelogin a:hover {
            text-decoration: none;
            color: #fff;
        }

        .sidelogin a:focus {
            text-decoration: none;
            color: #fff;
        }

.sidelogindesktop {
    line-height: 1.72222;
    position: fixed;
    background-color: #337ab7;
    padding: 10px 0;
    right: 0px;
    text-align: center;
    top: 20%;
    width: 150px;
    z-index: 1000;
}


    .sidelogindesktop a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-family: arial;
        font-size: 17px;
    }

        .sidelogindesktop a:hover {
            text-decoration: none;
            color: #fff;
        }

        .sidelogindesktop a:focus {
            text-decoration: none;
            color: #fff;
        }












/*  POPUP LOGIN   */

#loginform {
    width: 500px;
    height: 330px;
    margin-top: 100px;
    background-color: #585858;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px #424242;
    padding: 10px;
    box-sizing: border-box;
    font-family: helvetica;
    visibility: hidden;
    display: none;
    z-index: 99999;
}

    #loginform #close_login {
        position: absolute;
        top: 140px;
        left: 735px;
        width: 15px;
        height: 15px;
    }

    #loginform p {
        margin-top: 40px;
        font-size: 22px;
        color: #E6E6E6;
    }

    #loginform #login {
        width: 250px;
        height: 40px;
        border: 2px solid silver;
        border-radius: 3px;
        padding: 5px;
    }

    #loginform #password {
        margin-top: 5px;
        width: 250px;
        height: 40px;
        border: 2px solid silver;
        border-radius: 3px;
        padding: 5px;
    }

    #loginform #dologin {
        margin-left: -5px;
        margin-top: 10px;
        width: 250px;
        height: 40px;
        border: none;
        border-radius: 3px;
        color: #E6E6E6;
        background-color: grey;
        font-size: 20px;
    }



/*  /POPUP LOGIN   */









.Section1 {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.homes1 {
    background-image: url("../../images/s1.jpg");
    background-repeat: no-repeat;
    background-position: right;
}

    .homes1 .container {
        margin-top: 80px;
        margin-bottom: 80px;
    }

.Section1 h1 {
    text-align: center !important;
    color: #fff;
    font-size: 28px !important;
}

.Section1 p {
    text-align: center !important;
    color: #fff;
    font-size: 22px !important;
}

.Section2 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

    .Section2 h4 {
        font-weight: bold;
    }

    .Section2 .container p {
        font-size: 12px !important;
        color: #939090 !important;
    }

    .Section2 .container button {
        font-weight: bold;
    }

        .Section2 .container button:hover {
            background: #F99B43 !important;
            border: 1px solid #F99B43 !important;
        }

.Tax-efiling {
    width: 200px;
    height: 50px;
    background: #F99B43;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 5px;
}

    .Tax-efiling h3 {
        color: #fff;
        font-size: 28px !important;
        text-align: center;
        padding: 10px;
    }

        .Tax-efiling h3:hover {
            background: #5cb85c;
            border-radius: 5px;
        }


.box {
    width: 23%;
    margin-top: 20px;
    text-align: center;
    color: #333;
    margin-left: 15px;
}

    .box h4 {
        font-size: 16px !important;
    }

.self-efiling {
    width: 90px;
    height: 90px;
    background-image: url(../../images/3.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .self-efiling:hover {
        width: 90px;
        height: 90px;
        background-image: url(../../images/se1.png);
        background-repeat: no-repeat;
        background-position: center;
    }


.pro-help {
    width: 90px;
    height: 90px;
    background-image: url(../../images/4.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .pro-help:hover {
        width: 90px;
        height: 90px;
        background-image: url(../../images/help1.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.CA {
    width: 90px;
    height: 90px;
    background-image: url(../../images/5.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .CA:hover {
        width: 90px;
        height: 90px;
        background-image: url(../../images/F1.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.professional {
    width: 90px;
    height: 90px;
    background-image: url(../../images/2.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .professional:hover {
        width: 90px;
        height: 90px;
        background-image: url(../../images/pro1.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.NRI {
    width: 90px;
    height: 90px;
    background-image: url(../../images/1.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .NRI:hover {
        width: 90px;
        height: 90px;
        background-image: url(../../images/nr1.png);
        background-repeat: no-repeat;
        background-position: center;
    }






.Section3 {
    float: left;
    width: 100%;
    background: #337ab7;
}

    .Section3 h3 {
        text-align: center !important;
        color: #fff;
        font-size: 28px !important;
        margin-bottom: 40px;
    }

    .Section3 h4 {
        font-weight: bold;
    }

    .Section3 .container {
        margin-bottom: 40px;
        margin-top: 40px;
    }

        .Section3 .container button:hover {
            background: #F99B43 !important;
            border: 1px solid #F99B43 !important;
        }


        .Section3 .container h4 {
            color: #FFE11B;
        }

        .Section3 .container p {
            color: #fff;
            font-size: 12px !important;
        }

        .Section3 .container button {
            background: #FFE11B;
            font-weight: bold;
        }

.tax-advisory {
    width: 90px;
    height: 88px;
    background-image: url(../../images/icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .tax-advisory:hover {
        width: 90px;
        height: 88px;
        background-image: url(../../images/ta.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.asp {
    width: 90px;
    height: 88px;
    background-image: url(../../images/icon2.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .asp:hover {
        width: 90px;
        height: 88px;
        background-image: url(../../images/asp.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.ctc {
    width: 90px;
    height: 88px;
    background-image: url(../../images/ctc-optimizer.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .ctc:hover {
        width: 90px;
        height: 88px;
        background-image: url(../../images/ctc.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.tax-return {
    width: 90px;
    height: 88px;
    background-image: url(../../images/tax-return.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .tax-return:hover {
        width: 90px;
        height: 88px;
        background-image: url(../../images/tr.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.it {
    width: 90px;
    height: 88px;
    background-image: url(../../images/notice-demand.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .it:hover {
        width: 90px;
        height: 88px;
        background-image: url(../../images/ind.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.tax-history {
    width: 90px;
    height: 88px;
    background-image: url(../../images/tax-history.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .tax-history:hover {
        width: 90px;
        height: 88px;
        background-image: url(../../images/th.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.pan {
    width: 90px;
    height: 88px;
    background-image: url(../../images/PAN1.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .pan:hover {
        width: 90px;
        height: 88px;
        background-image: url(../../images/PAN.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.digital {
    width: 90px;
    height: 88px;
    background-image: url(../../images/digital.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .digital:hover {
        width: 90px;
        height: 88px;
        background-image: url(../../images/ds.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.box1 {
    width: 22.5%;
    float: left;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 20px;
}

    .box1 h4 {
        font-size: 16px !important;
    }

    .box1 button:hover {
        background: #c1c93a;
    }


.Section4 {
    float: left;
    width: 100%;
    background: #f1f1f1;
}

    .Section4 .container {
        margin-bottom: 40px;
        margin-top: 40px;
    }

        .Section4 .container p {
            font-size: 12px !important;
            color: #939090 !important;
        }

        .Section4 .container button {
            font-weight: bold;
        }

            .Section4 .container button:hover {
                background: #F99B43 !important;
                border: 1px solid #F99B43 !important;
            }


.corporate {
    width: 200px;
    height: 50px;
    background: #337ab7;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .corporate h3 {
        color: #fff;
        font-size: 28px !important;
        text-align: center;
        padding: 10px;
    }

        .corporate h3:hover {
            background: #5cb85c;
            border-radius: 5px;
        }

.box2 {
    border-radius: 4px;
    margin-left: 5px;
    width: 32% !important;
    background: #fff;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .box2:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.Section5 {
    float: left;
    width: 100%;
    color: #333;
    text-align: center !important;
}

    .Section5 h3 {
        font-size: 26px !important;
    }

    .Section5 .container {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .Section5 .container p {
            font-size: 12px !important;
            color: #939090 !important;
        }

        .Section5 .container h4 {
            font-size: 22px !important;
        }

        .Section5 .container button:hover {
            background: #F99B43 !important;
            border: 1px solid #F99B43 !important;
        }


.tax-professionals {
    width: 250px;
    height: 50px;
    background: #337ab7;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 5px;
}


    .tax-professionals h3 {
        color: #fff;
        font-size: 28px !important;
        text-align: center;
        padding: 10px;
    }

        .tax-professionals h3:hover {
            background: #5cb85c;
            border-radius: 5px;
        }


.Section5 button {
    margin-bottom: 20px;
    font-weight: bold;
}

.Section6 {
    float: left;
    width: 100%;
    text-align: center;
}

    .Section6 .container p {
        font-size: 12px !important;
        color: #939090 !important;
    }


    .Section6 .container {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .Section6 .container button {
            font-weight: bold !important;
        }

            .Section6 .container button:hover {
                background: #F99B43 !important;
                border: 1px solid #F99B43 !important;
            }

.nri {
    width: 200px;
    height: 50px;
    background: #337ab7;
    margin: 0 auto;
    border-radius: 5px;
}

    .nri h3 {
        color: #fff;
        font-size: 28px !important;
        padding: 10px;
    }

        .nri h3:hover {
            background: #5cb85c;
            border-radius: 5px;
        }

.nr {
    margin-top: 40px;
    margin-bottom: 20px;
}

    .nr img:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

footer {
    width: 100%;
    float: left;
}

    footer .footer-top {
        width: 100%;
        background: #337ab7;
    }

.footer-top h4 {
    color: #fff;
}

footer li {
    list-style: none;
}

    footer li a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
    }

        footer li a:hover {
            text-decoration: none;
            color: yellow;
        }

footer .footer-bottom {
    background: #fff;
}

    footer .footer-bottom .container {
        margin-top: 10px;
        margin-bottom: 60px;
    }


.footer-icons li {
    float: left;
}

    .footer-icons li a {
        padding: 8px 12px;
    }

.fb-nav li {
    list-style: none;
}

    .fb-nav li a {
        padding: 0px 6px;
        color: #333;
        display: block;
        margin-top: 5px;
    }

        .fb-nav li a:hover {
            text-decoration: none;
            color: #337ab7;
        }

.copyright {
    margin-top: 5px;
    float: left;
}


.icon img {
    padding: 25px;
}





/*   Support */

.fb {
    background: #001BA3;
    color: #fff;
    text-align: center;
    padding: 8px;
    /*border-top: 2px solid #f1f1f1;*/
    font-weight: bold;
    font-size: 11pt;
}

    .fb a {
        color: #e2cd27;
    }

        .fb a:hover {
            color: #e2cd27;
            text-decoration: none;
        }
/*   /Support */

/*   LOGINMODAL */

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}


/*   /LOGINMODAL */





/*   FADEEFFECTS */

.hideme {
    opacity: 0;
}


/*   /FADEEFFECTS */




/*   LOGIN PAGE */




.login-box {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 150px;
    margin-left: 5px;
    margin-bottom: 150px;
}



/*.dropdown-menu {
    min-width: 200px !important;
    padding: 10px 0 !important;
    margin: 2px 0 0 !important;
    text-align: center !important;
}*/


/*   /LOGIN PAGE */

/*   MOBILEAPP */

.appbanner {
    float: left;
    width: 100%;
    margin-top: 80px;
    z-index: 999;
    padding: 2px;
}

.appbanner1 {
    float: left;
    width: 100%;
    margin-top: 20px;
    z-index: 999;
    padding: 2px;
}

.mobilecontact {
    display: none;
}


/*   /MOBILEAPP */



/*   BACK TO TOP */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 60px;
    right: 5px;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(253, 28, 60, 0.77) url(../../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    border-radius: 50%;
}

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }



/*   /BACK TO TOP */



.capoint {
    float: right;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-top: 40px;
    width: 40%;
    background: #f1f1f1;
    border-radius: 5px;
}

.hdfc {
    text-align: center;
    margin-bottom: 40px;
}

.space {
    clear: both;
}


.mobilecontact1 {
    position: fixed;
    bottom: 0;
    background: #337ab7;
    width: 100%;
    padding: 5px;
    text-align: center;
    z-index:9999;
}


    .mobilecontact1 .btn {
        width: 100% !important;
        border: none !important;
    }

    .mobilecontact1 .btn-primary:focus {
        background: #337ab7 !important;
        border: none !important;
    }

    .mobilecontact1 .btn-primary:hover {
        background: #337ab7 !important;
        border: none !important;
    }

    .mobilecontact1 .dropdown-menu > li > a {
        text-align: center !important;
        font-weight: bold !important;
    }

    .mobilecontact1 .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
        width: 100% !important;
        background: #f1f1f1 !important;
    }

    .mobilecontact1 .dropdown-menu > li > a:hover {
        background: none !important;
        color: #333 !important;
    }

.icons {
    display: none;
}

.icons1 {
    display: none;
}






@media screen and ( max-width: 1062px) {
    .box {
        width: 100%;
    }

    .box1 {
        width: 100%;
    }

    .box2 {
        width: 100% !important;
    }

    /*header .navbar-toggle {
        margin-top: -45px !important;
    }

    header .navbar {
        min-height: 5px !important;
    }


    .navbar-nav > li > a {
        font-size: 12px !important;
    }*/

    .Section1 {
        margin-top: 60px;
    }

    .side {
        display: none;
    }


    .sidelogin {
        padding: 4px 0;
        right: -54px;
        top: 40%;
        width: 145px;
    }

    #primary_nav_wrap ul a {
        font-size: 12px !important;
    }



    .logo {
        text-align: center;
    }

    .hdfc img {
        display: none;
    }

    .icon {
        display: none;
    }

    .icons1 {
        display: none;
    }
}


@media screen and (max-width: 992px) {

    /*header .nav > li > a {
        padding: 10px 9px !important;
    }

    header .navbar-nav > li > a {
        line-height: 20px !important;
    }*/

    .fb {
        font-weight: normal;
        font-size: 14px;
    }

    .copyright {
        text-align: center;
    }

    .Section1 {
        margin-top: 60px;
    }

    .nav1 {
        display: none;
    }

    #primary_nav_wrap {
        display: none;
    }

    .mn {
        display: block;
    }

    /*.btn-primary {
        color: #333;
        background-color: #337ab7;
        border: none !important;
    }*/

    /*.mn .navbar-nav > li > a {
        font-size: 12px !important;
    }

    .mn .dropdown-menu > li > a {
        font-size: 12px !important;
        padding: 8px 20px !important;
        font-weight: bold !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .mn .dropdown-menu {
        background: #f2f2f2 !important;
    }*/


    .fb {
        display: none;
    }

    .mobilecontact {
        display: block;
        position: fixed;
        bottom: 0;
        background: #337ab7;
        width: 100%;
        padding: 5px;
        text-align: center;
    }


        .mobilecontact .btn {
            width: 100% !important;
        }

        .mobilecontact .btn-primary:focus {
            background: #337ab7 !important;
            border: none !important;
        }

        .mobilecontact .btn-primary:hover {
            background: #337ab7 !important;
            border: none !important;
        }

        .mobilecontact .dropdown-menu > li > a {
            text-align: center !important;
            font-weight: bold !important;
        }

        .mobilecontact .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
            width: 100% !important;
            background: #f1f1f1 !important;
        }

        .mobilecontact .dropdown-menu > li > a:hover {
            background: none !important;
            color: #333 !important;
        }



    .side {
        display: none;
    }

    .sidelogin {
        display: block;
    }

    .sidelogindesktop {
        display: none;
    }

    .homenav {
        display: none;
    }

    /*.mn .navbar-header {
        float: none;
    }

    .mn .navbar-left {
        float: none !important;
    }

    .mn .navbar-toggle {
        display: block;
    }

    .mn .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .mn .navbar-collapse.collapse {
            display: none !important;
        }

    .mn .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .mn .navbar-nav > li {
            float: none;
        }

            .mn .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .mn .collapse.in {
        display: block !important;
    }*/

    .capoint {
        width: 100%;
    }
}

@media screen and (min-width: 0px) and (max-width: 770px) {
    .fullbtn {
        width: 100%;
        margin-top: 5px;
    }

    .fulltxtbox {
        width: 100%;
    }

    .mobileapp {
        display: block;
        width: 100%;
        text-align: center;
    }

    .Section1 {
        margin-top: 70px;
    }

    .fb {
        font-weight: normal;
        font-size: 12px;
    }

    .nav1 {
        display: none;
    }

    .side {
        display: none;
    }

    .fb {
        display: none;
    }

    .mn .dropdown-menu > li > a {
        font-size: 12px !important;
        font-weight: bold !important;
    }

    .mn .navbar-nav {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .icons {
        display: block;
    }

    .header1 .navbar {
        display: none !important;
    }

    .Sectionp {
        margin-top: 80px !important;
    }

    .p p {
        display: none;
    }

    .p .container {
        margin-top: 60px !important;
        margin-bottom: 50px !important;
    }

    .homes1 {
        display: none;
    }

    .icons1 {
        display: block;
    }
}
