﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans';
}

h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 200%;
    color: #333;
}

h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 200%;
    color: #800000;
    font-family: 'noto sans';
    margin-bottom: 20px;
}

    h2.fat {
        font-style: normal;
        font-weight: bold;
        font-size: 35px;
        color: #2d160f;
        font-family: 'noto sans';
        margin-bottom: 20px;
        line-height: 100%;
    }

        h2.fat > span {
        }

h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 160%;
    color: #333;
}

h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #EBEBEB;
}

a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    text-decoration: none;
    color: #333;
}

label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.02em;
}

.button {
    width: 150px;
    background-color: Transparent;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    border-radius: 50px;
    align-items: center;
}

p {
    font-size: 18px;
    color: #2d160f;
    font-family: 'noto sans';
    margin-bottom: 20px;
    line-height: 180%;
}

sup {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #EBEBEB;
}

li {
    list-style-type: none;
}


.clearfix .clearfix__img {
    width: 280px;
    height: 140px;
}

.wrapingimage {
    float: left;
    margin: 10px;
}

.see_all > a {
    font-size: 16px;
    border: 2px solid transparent;
    width: 120px;
    transition: 0.1s ease-in;
    line-height: 200%;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    background: #FE7A15;
    border-radius: 5px;
}

    .see_all > a:hover {
        background: #fff;
        border: 2px solid #FE7A15;
        color: #FE7A15;
    }

.imgalign {
    padding: 0.2em;
    border: 2px solid #fff;
    height: auto;
    width: 280px;
    border: 2px solid #0191B4;
}

    .imgalign:hover {
        transform: scale(1.02);
        transition: transform 0.2s ease-out;
    }

#header {
    background: linear-gradient(85.18deg, #FF7E5F 23.84%, #FEB47B 76.23%);
    padding-top: 0px;
    box-sizing: border-box;
}

.common-readmore-link {
    text-decoration: none;
    font-size: 16px;
    background: #800000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    border: solid 1px #800000;
    transition: .3s ease-in-out;
}

    .common-readmore-link:hover {
        color: #800000;
        background: #fff;
    }



.common-readmore-link-2 {
    text-decoration: none;
    font-size: 16px;
    background: #fff;
    color: #800000;
    padding: 5px 15px;
    border-radius: 50px;
    border: solid 1px #800000;
    transition: .3s ease-in-out;
}

    .common-readmore-link-2:hover {
        color: #fff;
        background: #800000;
    }

#header .header,
#latestupdates,
#growth .growth,
#growth-new .growth,
#resources,
#climateadapt .climateadapt,
#climatechange,
#discussionforum,
#bundelkhanddhwani,
#partners,
#footer .footer__container {
    width: 70%;
    margin: 0 auto;
}

    #header .header .header__nav {
        display: flex;
        align-items: center;
        flex-direction: row;
        padding-top: 20px;
    }

        #header .header .header__nav .nav__heading {
            width: 40%;
            display: flex;
        }

            #header .header .header__nav .nav__heading .nav__heading__img > img {
                height: 100px;
                width: auto;
                margin-right: 20px;
            }

        #header .header .header__nav .nav__menu {
            width: 60%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            background: #efefef;
            border-radius: 5px;
        }



        #header .header .header__nav .nav__heading .nav__heading__txt > div:nth-child(1) {
            font-size: 45px;
            font-weight: bold;
            font-family: 'Noto Sans';
            margin: 0px;
            padding: 0px;
        }

            #header .header .header__nav .nav__heading .nav__heading__txt > div:nth-child(1) > span {
                font-weight: 500;
            }

        #header .header .header__nav .nav__heading .nav__heading__txt > div:nth-child(2) {
            font-size: 20px;
            font-weight: bold;
            margin: 0px;
            padding: 0px;
        }



        #header .header .header__nav .nav__menu a {
            color: #800000;
            font-size: 16px;
            border: 2px solid transparent;
            width: 120px;
            transition: 0.1s ease-in;
            line-height: 200%;
            display: block;
            font-family: 'Noto Sans', sans-serif;
            font-weight: bold;
        }

            #header .header .header__nav .nav__menu a:hover,
            #header .header .header__nav .nav__menu a.active {
                color: #fff;
                background: #800000;
                border-radius: 5px;
            }

    #header .header .header__banner {
        display: flex;
        justify-content: space-between;
        margin-top: 0 auto;
    }

        #header .header .header__banner .banner__content {
            margin-top: 20px;
            width: 40%;
        }

            #header .header .header__banner .banner__content .banner__content__streaming {
                margin: 100px 0 80px 0;
                /*height: 120px;
                width: 385px;*/
                height: 113px;
                width: 294px;
                border: none;
                border-radius: 10px;
                /*background: #fff;*/
            }

                #header .header .header__banner .banner__content .banner__content__streaming iframe {
                    width: 100%;
                    border: none;
                    background: none;
                    border: none;
                }

            #header .header .header__banner .banner__content .banner__content__buttons {
                display: flex;
            }

                #header .header .header__banner .banner__content .banner__content__buttons .button {
                    display: block;
                    color: #FFFFFF;
                    background: #800000;
                    text-align: center;
                    margin: 0 5px;
                    transition: 0.1s ease-in;
                    font-size: 18px;
                    font-family: 'Noto Sans', sans-serif;
                    padding: 10px 10px;
                }

                    #header .header .header__banner .banner__content .banner__content__buttons .button:hover {
                        background: #333;
                    }

                    #header .header .header__banner .banner__content .banner__content__buttons .button img {
                        position: absolute;
                        margin-left: 10px;
                    }

        #header .header .header__banner .banner__img {
            display: flex;
            justify-content: flex-end;
            flex: 5;
        }

            #header .header .header__banner .banner__img img {
                height: auto;
                width: 100%;
            }


    #latestupdates > .latestupdates {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
    }

.lu_wrapper > lu_content > part-1 > .lu_header > span {
    font-size: 28px;
    color: #2d160f;
    font-family: 'noto sans';
    line-height: 100%;
    font-weight: bold;
}

.lu_wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
}

    .lu_wrapper > .lu_header {
        margin-bottom: 20px;
        width: 40%;
    }

    .lu_wrapper > .lu_content {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

        .lu_wrapper > .lu_content > div.part-1 {
            width: 60%;
            padding-right: 20px;
            box-sizing: border-box;
        }

        .lu_wrapper > .lu_content > div.part-2 {
            width: 35%;
            padding: 0px 20px;
            box-sizing: border-box;
        }

.lu_activites {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

    .lu_activites > div {
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        background: #fff;
        box-shadow: 2px 1px 7px 0px rgba(50, 50, 50, 0.25);
    }

    .lu_activites .lu .see_all {
        display: flex;
        justify-content: flex-end;
    }

.lu_wrapper > .lu_content > div.part-1 > div:nth-child(1) {
    font-size: 42px;
    color: #800000;
    font-family: 'Noto Sans';
    margin-bottom: 20px;
    line-height: 130%;
    font-weight: bold;
    letter-spacing: 0px;
}

.lu_wrapper > .lu_content > div.part-1 > div:nth-child(2) {
    font-size: 20px;
    color: #2d160f;
    font-family: 'noto sans';
    margin-bottom: 20px;
    line-height: 180%;
    font-weight: bold;
}

    .lu_wrapper > .lu_content > div.part-1 > div:nth-child(2) > a {
        font-size: 20px;
        color: #2C49E2;
        font-family: 'noto sans';
        margin-bottom: 20px;
        line-height: 180%;
        font-weight: bold;
    }

.lu_wrapper > .lu_content > div.part-1 > div:nth-child(3) {
    font-size: 18px;
    color: #2d160f;
    font-family: 'noto sans';
    margin-bottom: 20px;
    line-height: 180%;
}


.lu_wrapper > .lu_content > div.part-2 > div.title-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .lu_wrapper > .lu_content > div.part-2 > div.title-btn > div.btn > a {
        font-size: 16px;
        border: 2px solid transparent;
        width: 120px;
        transition: 0.1s ease-in;
        line-height: 200%;
        display: block;
        font-family: 'Noto Sans', sans-serif;
        font-weight: bold;
        color: #fff;
        background: #FE7A15;
        border-radius: 5px;
    }

        .lu_wrapper > .lu_content > div.part-2 > div.title-btn > div.btn > a:hover {
            background: #fff;
            border: 2px solid #FE7A15;
            color: #FE7A15;
        }

    .lu_wrapper > .lu_content > div.part-2 > div.title-btn > div.title {
        font-size: 28px;
        /*color: #2d160f;*/
        color: #800000;
        font-family: 'noto sans';
        margin-bottom: 10px;
        line-height: 180%;
        font-weight: bold;
    }

.lu_wrapper > .lu_content > div.part-2 a.article-link {
    color: #800000;
}

.lu_wrapper > .lu_content > div.part-2 span.article-short {
    color: #2d160f;
}

.lu_wrapper > .lu_content > div.part-2 a.article-link,
.lu_wrapper > .lu_content > div.part-2 span.article-short {
    font-size: 18px;
    font-family: 'noto sans';
    margin-bottom: 10px;
    line-height: 180%;
}

#latestupdates div.lu > div:nth-child(3) {
    /*margin-top: 20px;*/
}

    #latestupdates div.lu > div:nth-child(3) > img {
        width: 100%;
        height: 250px;
        margin: 10px 0;
    }




.lu_wrapper > .lu_content > div.part-2 a.article-link {
    display: block;
    text-align: left;
    font-weight: bold;
}

.lu_linkall {
    width: 60%;
}

.lu_linkall_cc {
    width: 49%;
}

.lu_linkall, .lu_linkall_cc {
    padding: 5px;
    margin: 20px auto;
    color: #fff;
    text-align: center;
    background: #FE7A15;
    border-radius: 4px;
}

    .lu_linkall > a,
    .lu_linkall_cc > a {
        color: #fff;
    }


#growth,
#growth-new {
    background: #FEB47B;
}

    #growth .growth,
    #growth-new .growth {
        padding: 30px 0;
        box-sizing: border-box;
    }

        #growth .growth .growth__heading,
        #growth-new .growth .growth__heading {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

            #growth .growth .growth__heading h1,
            #growth-new .growth .growth__heading h1 {
                color: #800000;
                font-family: 'noto sans';
                font-size: 40px;
                font-weight: bold;
            }

        #growth .growth .growth__content,
        #growth-new .growth .growth__content {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            padding: 20px 0;
        }

            #growth .growth .growth__content > article {
                width: 19%;
                padding: 20px;
                box-sizing: border-box;
            }

                #growth .growth .growth__content > article > h3 {
                    display: block;
                    font-size: 18px;
                    font-weight: normal;
                    line-height: 170%;
                    color: #333;
                    text-align: left;
                    font-family: 'noto sans';
                }

                #growth .growth .growth__content > article:first-child {
                    border-left-width: 0;
                }

                #growth .growth .growth__content > article:nth-last-child(1) {
                    border-right-width: 0;
                }

                #growth .growth .growth__content > article h3 span {
                    font-family: 'noto sans';
                    font-style: normal;
                    font-weight: bold;
                    font-size: 56px;
                    line-height: 150%;
                    color: #333;
                    text-align: left;
                }

                #growth .growth .growth__content > article > :last-child {
                    margin-bottom: 0;
                }



            #growth-new .growth .growth__content .content {
                background: transparent;
                width: 19%;
                /*border-right: 1px solid rgba(253, 61, 0, 0.9);*/
                border-right: 1px solid #eee;
                padding: 20px 10px;
            }

                #growth-new .growth .growth__content .content > h3 {
                    font-family: 'noto sans';
                    font-style: normal;
                    font-weight: bold;
                    font-size: 56px;
                    line-height: 150%;
                    color: #333;
                    text-align: center;
                }

                #growth-new .growth .growth__content .content > p {
                    display: block;
                    font-size: 18px;
                    font-weight: normal;
                    line-height: 170%;
                    color: #333;
                    text-align: center;
                    font-family: 'noto sans';
                }





#resources .resources {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

    #resources .resources .resources__illuistration {
        width: 32%;
        padding: 0px;
        padding-left: 0px;
        box-sizing: border-box;
    }

        #resources .resources .resources__illuistration img {
            height: auto;
            width: 100%;
            border-radius: 40px;
        }

    #resources .resources .resources__container {
        width: 65%;
    }

        #resources .resources .resources__container > span {
            font-family: 'noto sans';
            font-style: normal;
            font-size: 30px;
            line-height: 150%;
            color: #800000;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
            display: block;
        }

        #resources .resources .resources__container .search_bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
            margin-bottom: 20px;
        }

            #resources .resources .resources__container .search_bar > div:nth-child(1) {
                width: 80%;
            }

            #resources .resources .resources__container .search_bar > div:nth-child(2) {
                width: 20%;
            }


            #resources .resources .resources__container .search_bar .searchbutton {
                width: 100%;
                border: 2px solid #FE7A15;
                color: #FFFFFF;
                background-color: #FE7A15;
                text-decoration: none;
                position: relative;
                height: 60px;
                font-size: 18px;
                font-weight: bold;
                border-radius: 0px 100px 100px 0px;
                cursor: pointer;
                display: block;
            }

input[type="password"], textarea, select {
    background: #F1F1F1;
    border-radius: 59px;
    width: 835px;
    height: 65px;
    outline: none;
    border: none;
    padding: 0 20px;
}

#resources .resources .resources__container .search_bar > div input[type="text"] {
    width: 100%;
    border-radius: 100px 0px 0px 100px;
    background: #fff;
    color: #525865;
    border: 1px solid #d1d1d1;
    box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
    font-family: inherit;
    font-size: 1.2em;
    height: 60px;
    outline: none;
    padding-left: 20px;
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    transition: .18s ease-out;
    box-sizing: border-box;
}

    #resources .resources .resources__container .search_bar > div input[type="text"] #resources .resources .resources__container .search_bar input[type="text"]:hover {
        box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
    }

    #resources .resources .resources__container .search_bar > div input[type="text"]:focus {
        color: #4b515d;
        border: 1px solid #B8B6B6;
        box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
    }

#resources .resources .resources__container .resource_btns {
    display: flex;
    flex-direction: column;
}

    #resources .resources .resources__container .resource_btns .resource_btns1 {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

        #resources .resources .resources__container .resource_btns .resource_btns1 .button {
            display: block;
            border: 1px solid #800000;
            color: #800000;
            padding: 10px 15px;
            margin: 10px 0;
            font-family: 'noto sans';
            font-size: 20px;
            letter-spacing: 0;
        }

            #resources .resources .resources__container .resource_btns .resource_btns1 .button:hover {
                background-color: #800000;
                color: #fff;
                transition: background-color 0.5s ease-out;
            }

#resources .resources .resources__container .resources__browswmore {
    display: flex;
    justify-content: center;
    margin: 20px 0 60px 0;
}

    #resources .resources .resources__container .resources__browswmore .button {
        display: block;
        border: 2px solid #2d160f;
        color: #FFFFFF;
        background-color: #2d160f;
        text-decoration: none;
        position: relative;
        padding: 10px;
        font-family: 'noto sans';
        font-size: 20px;
        letter-spacing: 0;
    }

        #resources .resources .resources__container .resources__browswmore .button:hover {
            background-color: Transparent;
            border: 2px solid #2d160f;
            color: #2d160f;
            transition: background-color 0.2s ease-out;
        }


#climateadapt {
    background: url('./../img/climate-change-banner-1.jpg');
    background-size: cover;
    padding-top: 40px;
    box-sizing: border-box;
}

    #climateadapt .climateadapt {
        display: flex;
    }

        #climateadapt .climateadapt .climateadapt__1 {
            flex: 3;
        }

            #climateadapt .climateadapt .climateadapt__1 .climateadapt__1__img {
                margin: 20px 0;
            }

                #climateadapt .climateadapt .climateadapt__1 .climateadapt__1__img img {
                    width: 310px;
                    height: 210px;
                }

        #climateadapt .climateadapt .climateadapt__2 {
            flex: 5;
        }

        #climateadapt .climateadapt .climateadapt__1__heading {
            font-size: 40px;
            color: #fff;
            font-family: 'Noto Sans';
            letter-spacing: 0em;
        }


        #climateadapt .climateadapt .climateadapt__2 .climateadapt__2_text label {
            font-weight: normal;
            font-size: 20px;
            line-height: 200%;
            letter-spacing: 0em;
            color: #fff;
        }

        #climateadapt .climateadapt .climateadapt__2 .climateadapt__2__index {
            display: flex;
            justify-content: space-between;
            margin: 20px 0;
        }

            #climateadapt .climateadapt .climateadapt__2 .climateadapt__2__index > sup {
            }

            #climateadapt .climateadapt .climateadapt__2 .climateadapt__2__index .co2 .co2__icontxt,
            #climateadapt .climateadapt .climateadapt__2 .climateadapt__2__index .globaltemp .globaltemp__icontxt {
                display: flex;
            }

                #climateadapt .climateadapt .climateadapt__2 .climateadapt__2__index .co2 .co2__icontxt > div p,
                #climateadapt .climateadapt .climateadapt__2 .climateadapt__2__index .globaltemp .globaltemp__icontxt > div p {
                    font-size: 40px;
                    color: #EBEBEB;
                }

#climatechange {
    padding: 40px 0;
}

    #climatechange .climatechange .title-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #climatechange div.content__details {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    #climatechange div.blog {
        border-radius: 5px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
        width: 24%;
        box-sizing: border-box;
        padding: 20px;
        overflow: hidden;
        min-height: 100px;
        border: solid 1px #eee;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        #climatechange div.blog > div {
            flex: 1;
        }

            #climatechange div.blog > div:nth-child(1) {
                width: 100%;
                margin-bottom: 10px;
            }

            #climatechange div.blog > div:nth-child(2) {
                width: 100%;
                margin-bottom: 10px;
                min-height: 51px;
            }

            #climatechange div.blog > div:nth-child(1) > img {
                width: 100%;
                height: 200px;
            }

            #climatechange div.blog > div:nth-child(2) > a {
                font-size: 18px;
                color: #800000;
                font-weight: bold;
                transition: 0.1s ease-in;
            }

                #climatechange div.blog > div:nth-child(2) > a:hover {
                    color: #2C49E2;
                }

            #climatechange div.blog > div:nth-child(3) {
            }

                #climatechange div.blog > div:nth-child(3) > p {
                    font-size: 18px;
                    color: #000;
                    margin: 0px;
                    padding: 0px;
                    line-height: 200%;
                    min-height: 160px;
                }


#discussionforum {
    padding: 40px 0;
}


.discussion-forum-ctas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .discussion-forum-ctas > div {
        padding: 10px 0px;
    }

#discussionforum .dfcontent {
    display: flex;
    justify-content: space-between;
    background: #F0F0F0;
    padding: 00px;
}

    #discussionforum .dfcontent .dfcontent__heading {
        width: 30%;
        padding: 40px;
    }

        #discussionforum .dfcontent .dfcontent__heading h4 {
            font-family: 'noto sans';
            font-style: normal;
            font-size: 30px;
            line-height: 150%;
            color: #FE7A15;
            text-align: left;
            margin-bottom: 20px;
            display: block;
        }

        #discussionforum .dfcontent .dfcontent__heading p {
            font-weight: normal;
            line-height: 150%;
            transition: 0.1s ease-in;
            font-size: 18px;
            color: #2d160f;
            font-family: 'noto sans';
            transition: 0.1s ease-in;
            font-weight: bold;
        }

        #discussionforum .dfcontent .dfcontent__heading h5 {
            font-weight: normal;
            font-size: 20px;
            line-height: 150%;
            color: #333;
        }

        #discussionforum .dfcontent .dfcontent__heading .dfcontent__heading__button {
            margin: 30px 0;
        }

            #discussionforum .dfcontent .dfcontent__heading .dfcontent__heading__button a {
                display: block;
                width: 140px;
                background: #FE7A15;
                color: #fff;
                border-radius: 50px;
                padding: 10px;
                border: 2px solid #FE7A15;
            }

                #discussionforum .dfcontent .dfcontent__heading .dfcontent__heading__button a:hover {
                    background-color: Transparent;
                    border: 2px solid #FE7A15;
                    color: #FE7A15;
                    transition: background-color 0.5s ease-out;
                }

    #discussionforum .dfcontent .dfcontent__questions {
        width: 65%;
        background: url('./../img/discussion-forum-banner-1.jpg');
        background-size: cover;
    }


        #discussionforum .dfcontent .dfcontent__questions > div {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }

            #discussionforum .dfcontent .dfcontent__questions > div > img {
                width: 100%;
            }






#bundelkhanddhwani {
    padding: 40px 0;
}

    #bundelkhanddhwani .content {
        display: flex;
        justify-content: space-between;
    }

        #bundelkhanddhwani .content .content__about {
            width: 75%;
        }

            #bundelkhanddhwani .content .content__about .content__about__img img {
                height: 260px;
                width: 312px;
            }

        #bundelkhanddhwani .content .content__sidenav {
            width: 20%;
            padding: 0 20px;
            display: flex;
            flex-direction: column;
        }

            #bundelkhanddhwani .content .content__sidenav > div {
                margin-bottom: 30px;
                border-bottom: 1px solid rgba(1, 145, 180, 0.2);
                color: #2d160f;
            }


                #bundelkhanddhwani .content .content__sidenav > div img {
                    height: 35px;
                    width: 35px;
                }

                #bundelkhanddhwani .content .content__sidenav > div a {
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 150%;
                    text-decoration: none;
                    transition: 0.1s ease-in;
                    display: flex;
                    align-content: center;
                }


            #bundelkhanddhwani .content .content__sidenav a:hover {
                color: #2C49E2;
            }


#partners {
    padding: 40px 0;
}

    #partners h2 {
        margin-bottom: 0;
    }

    #partners ul.partners__tabs {
        list-style: none;
        height: 57px; /*--Set height of tabs--*/
        border-bottom: 1px solid #999;
    }

        #partners ul.partners__tabs li {
            list-style-type: none;
            float: left;
            line-height: 31px; /*--Vertically aligns the text within the tab--*/
            border: 1px solid #999;
            margin-bottom: -1px; /*--Pull the list item down 1px--*/
            overflow: hidden;
            position: relative;
            background: #e0e0e0;
        }

            #partners ul.partners__tabs li a {
                text-decoration: none;
                color: #000;
                display: block;
                font-size: 1.2em;
                padding: 0 20px;
                outline: none;
            }

                #partners ul.partners__tabs li a:hover {
                    background: #ccc;
                }

            #partners ul.partners__tabs li.active { /*--Makes sure that the active tab does not listen to the hover properties--*/
                background: #fff;
                border-bottom: 2px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
            }

                #partners ul.partners__tabs li.active a:hover {
                    background: #fff;
                }

    #partners .partners__container {
        border: 1px solid #999;
    }

        #partners .partners__container .partners__content {
            display: flex;
            justify-content: flex-start;
            padding: 10px 10px;
            flex-wrap: wrap;
        }

            #partners .partners__container .partners__content .width {
                width: 15%;
                height: auto;
                display: flex;
                justify-content: center;
                margin-right: 18px;
            }

            #partners .partners__container .partners__content img {
                border: 1px solid #fff;
                padding: 10px 0;
                height: 100px;
                width: auto;
                margin-bottom: 10px;
            }

                #partners .partners__container .partners__content img.height_41 {
                    border: 1px solid #fff;
                    padding: 10px 0;
                    height: 45px;
                    width: auto;
                    margin-bottom: 10px;
                }

                #partners .partners__container .partners__content img:hover {
                    border: 1px solid #0191B4;
                    cursor: pointer;
                }


#footer {
    background-color: #420202e3;
    align-items: center;
    text-align: center;
    padding: 30px 0;
}

    #footer .footer__container .footer__container__heading h1 {
        font-style: normal;
        font-weight: 300;
        font-size: 28px;
        line-height: 150%;
        color: #FFFFFF;
        padding-bottom: 20px;
    }

    #footer .footer__container .footer__container__icons img {
        padding: 5px;
        height: 30px;
        width: auto;
    }

    #footer .footer__container .footer__container__icons p {
        font-size: 20px;
        color: #FFFFFF;
    }

    #footer .footer__container .copyright_text {
        /*padding: 20px 0;*/
    }

        #footer .footer__container .copyright_text p {
            font-size: 16px;
            color: #B5B5B5;
            margin: 0;
        }


@media(max-width:1600px) {
}

@media(max-width:1366px) {

    #header .header,
    #latestupdates,
    #growth .growth,
    #growth-new .growth,
    #resources,
    #climateadapt .climateadapt,
    #climatechange,
    #discussionforum,
    #bundelkhanddhwani,
    #partners,
    #footer .footer__container {
        width: 80%;
    }

        #header .header .header__banner .banner__content .banner__content__streaming {
            margin: 70px 0 70px 0;
        }

        #climatechange .climatechange .climatechange__content .content__details .clearfix .clearfix__img {
            width: 255px;
            height: 170px;
        }

        #latestupdates div.lu > div:nth-child(3) > img,
        #climatechange div.blog > div:nth-child(1) > img {
            height: 180px;
        }

        #latestupdates div.lu > div:nth-child(3) {
            padding: 0;
            margin: 0;
        }

        #climatechange div.blog > div:nth-child(2) > a {
            font-size: 16px;
        }

        #climatechange div.blog > div:nth-child(3) > p {
            font-size: 16px;
        }

        #climatechange .climatechange .climatechange__content .content__details .clearfix .clearfix__img img {
            width: 251px;
            height: 166px;
        }

        #resources .resources .resources__container .resource_btns .resource_btns1 .button {
            padding: 5px 0;
        }




        #partners .partners__container .partners__content img {
            height: 80px;
        }

        #partners .partners__container .partners__content .width {
            width: 14%;
            margin-right: 28px;
        }
}

@media(max-width:1280px) {
    #header .header,
    #latestupdates,
    #growth .growth,
    #growth-new .growth,
    #resources,
    #climateadapt .climateadapt,
    #climatechange,
    #discussionforum,
    #bundelkhanddhwani,
    #partners,
    #footer .footer__container {
        width: 80%;
    }

        #header .header .header__banner .banner__content .banner__content__streaming {
            margin: 50px 0;
        }

        #header .header .header__nav .nav__heading .nav__heading__img > img {
            height: 90px;
        }

        #header .header .header__nav .nav__heading .nav__heading__txt > div:nth-child(1) {
            font-size: 40px;
        }

    .lu_activites > div {
        padding: 20px;
    }

    .lu_wrapper > .lu_content > div.part-2 {
        width: 40%;
    }

    .lu_wrapper > .lu_content > div.part-1 > div:nth-child(2) {
        font-size: 19px;
    }

    .lu_wrapper > .lu_content > div.part-1 > div:nth-child(3) {
        font-size: 17px;
    }

    .lu_wrapper > .lu_content > div.part-2 a.article-link, .lu_wrapper > .lu_content > div.part-2 span.article-short {
        font-size: 17px;
    }

    #latestupdates div.lu > div:nth-child(3) > img,
    #climatechange div.blog > div:nth-child(1) > img {
        height: 160px;
    }

    #growth .growth .growth__content > article h3 span {
        font-size: 60px;
    }

    #climatechange div.blog {
        padding: 15px;
    }

    #climatechange .climatechange .climatechange__content .content__details img {
        width: 200px;
        height: 160px;
    }

    #climatechange .climatechange .climatechange__content .content__details {
        display: flex;
    }

        #climatechange .climatechange .climatechange__content .content__details .clearfix a {
            text-align: left;
        }

        #climatechange .climatechange .climatechange__content .content__details .clearfix .clearfix__img {
            width: 236px;
            height: 157px;
        }


            #climatechange .climatechange .climatechange__content .content__details .clearfix .clearfix__img img {
                width: 232px;
                height: 153px;
            }

    #bundelkhanddhwani {
        padding: 20px 0;
    }

        #bundelkhanddhwani .content .content__about .content__about__img img {
            height: 210px;
        }

        #bundelkhanddhwani .content .content__sidenav a {
            font-size: 20px;
            margin-bottom: 26px;
        }

    #partners .partners__container .partners__content img {
        height: 80px;
    }

    #partners .partners__container .partners__content .width {
        margin-right: 26px;
    }
}

@media(max-width:1024px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .button {
        width: 120px;
        font-size: 14px;
    }

    .imgalign {
        padding: 0.2em;
        border: 2px solid #fff;
        height: auto;
        width: 245px;
    }

    #header .header,
    #latestupdates,
    #growth .growth,
    #growth-new .growth,
    #resources,
    #climateadapt .climateadapt,
    #climatechange,
    #discussionforum,
    #bundelkhanddhwani,
    #partners,
    #footer .footer__container {
        width: 95%;
    }

        #header .header .header__nav .nav__menu {
            flex: 2;
        }

        #header .header .header__banner .banner__content .banner__content__streaming {
            margin: 10px 0;
            height: 115px;
            width: 280px;
        }

            #header .header .header__banner .banner__content .banner__content__streaming iframe {
                width: 100%;
                border: none;
                background: none;
                border: none;
            }

        #header .header .header__banner .banner__content .banner__content__buttons {
            margin-top: 80px;
        }

            #header .header .header__banner .banner__content .banner__content__buttons .button {
                width: 140px;
                padding: 5px;
            }


        #header .header .header__nav .nav__heading .nav__heading__img > img {
            height: 80px;
        }

        #header .header .header__nav .nav__heading .nav__heading__txt > div:nth-child(1) {
            font-size: 38px;
        }

    .lu_wrapper > .lu_content > div.part-2 {
        width: 40%;
    }

    .lu_wrapper > .lu_content > div.part-1 > div:nth-child(1) {
        font-size: 36px;
    }

    .lu_wrapper > .lu_content > div.part-1 > div:nth-child(2) {
        font-size: 18px;
    }

    .lu_wrapper > .lu_content > div.part-1 > div:nth-child(3) {
        font-size: 16px;
    }

    .lu_wrapper > .lu_content > div.part-2 a.article-link, .lu_wrapper > .lu_content > div.part-2 span.article-short {
        font-size: 16px;
    }

    #latestupdates div.lu > div:nth-child(3) > img, #climatechange div.blog > div:nth-child(1) > img {
        height: 155px;
    }



    #growth .growth {
        padding: 10px 0;
    }

        #growth .growth .growth__content > article {
            padding: 0 10px;
        }

            #growth .growth .growth__content > article > h3 {
                font-size: 14px;
            }

            #growth .growth .growth__content > article h3 span {
                font-size: 30px;
            }

    #growth-new .growth .growth__content .content > h3 {
        font-size: 30px;
    }

    #growth-new .growth .growth__content .content > p {
        font-size: 14px;
    }

    #resources .resources {
    }

        #resources .resources .resources__container > span {
            font-size: 28px;
        }

        #resources .resources .resources__container .resource_btns .resource_btns1 .button {
            font-size: 18px;
            width: 140px;
        }

        #resources .resources .resources__container .resources__browswmore {
            margin: 20px 0;
        }

        #resources .resources .resources__container .search_bar > div input[type="text"],
        #resources .resources .resources__container .search_bar .searchbutton {
            height: 50px;
        }



    #climateadapt {
        padding-top: 20px;
    }

        #climateadapt .climateadapt .climateadapt__2 .climateadapt__2_text label {
            font-size: 14px;
        }

        #climateadapt .climateadapt .climateadapt__2 .climateadapt__2__index {
            margin: 36px 0;
        }

    #climatechange .climatechange {
        padding: 20px 0;
    }



        #climatechange .climatechange .climatechange__content .content__details {
            flex-wrap: wrap;
        }

            #climatechange .climatechange .climatechange__content .content__details .clearfix {
                margin-bottom: 20px;
            }

                #climatechange .climatechange .climatechange__content .content__details .clearfix .clearfix__img {
                    width: 350px;
                    height: 233px;
                }

                    #climatechange .climatechange .climatechange__content .content__details .clearfix .clearfix__img img {
                        width: 346px;
                        height: 229px;
                    }

    #climatechange div.blog > div:nth-child(2) > a,
    #climatechange div.blog > div:nth-child(3) > p {
        font-size: 15px;
    }


    #bundelkhanddhwani {
        padding: 20px 0;
    }

        #bundelkhanddhwani .content .content__about .content__about__img img {
            height: 250px;
        }

        #bundelkhanddhwani .content .content__sidenav {
            padding: 0 10px;
        }

            #bundelkhanddhwani .content .content__sidenav a {
                font-size: 18px;
                margin-bottom: 28px;
            }

    #partners {
        padding: 20px 0;
    }

        #partners ul.partners__tabs {
            height: 49px;
        }

        #partners .partners__container .partners__content .width {
            width: 13%;
            margin-right: 34px;
        }

        #partners .partners__container .partners__content img {
            height: 60px;
        }

    #footer {
        padding: 20px 0;
    }
}

@media(max-width:768px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    a {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        text-align: center;
    }

    .button {
        width: 110px;
    }

    #header .header,
    #latestupdates,
    #growth .growth,
    #resources,
    #climateadapt .climateadapt,
    #climatechange,
    #discussionforum,
    #bundelkhanddhwani,
    #partners,
    #footer .footer__container {
        width: 95%;
    }

        #header .header .header__nav .nav__heading {
            flex: 2;
        }

            #header .header .header__nav .nav__heading h1 {
                font-size: 38px;
            }

        #header .header .header__nav .nav__menu {
            flex: 5;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            #header .header .header__nav .nav__menu .button {
                height: 26px;
                width: 64px;
                line-height: 0;
            }

                #header .header .header__nav .nav__menu .button:hover {
                    color: #333;
                    transition: color 0.2s ease-out;
                    font-weight: bold;
                }

            #header .header .header__nav .nav__menu a {
                font-size: 14px;
            }

        #latestupdates .latestupdates {
            padding: 20px 0;
            flex-direction: column;
        }

            #latestupdates .latestupdates .bundelkhandsound,
            #latestupdates .latestupdates .latestnews {
                width: 100%;
                padding: 20px 0;
            }

                #latestupdates .latestupdates .latestnews .latestnews__heading,
                #latestupdates .latestupdates .latestnews .latestnews__content {
                    padding: 0 10px;
                }

        #growth .growth .growth__content > article {
            padding: 0 10px;
        }

            #growth .growth .growth__content > article > h3 {
                font-size: 14px;
            }

            #growth .growth .growth__content > article h3 span {
                font-size: 30px;
            }





        #resources .resources .resources__illuistration {
            width: 0%;
        }

        #resources .resources .resources__container {
            width: 100%;
        }

            #resources .resources .resources__container .search_bar input[type="text"], input[type="password"], textarea, select {
                width: 415px;
            }

    #climateadapt {
        padding: 40px 0;
    }

        #climateadapt .climateadapt {
            flex-direction: column;
        }

            #climateadapt .climateadapt .climateadapt__2 .climateadapt__2__index {
                margin: 40px 0 0 0;
            }

    #climatechange .climatechange {
        padding: 10px 0;
    }

        #climatechange .climatechange .climatechange__content .content__details .clearfix .clearfix__img {
            width: 216px;
            height: 144px;
        }

            #climatechange .climatechange .climatechange__content .content__details .clearfix .clearfix__img img {
                width: 212px;
                height: 140px;
            }

    #bundelkhanddhwani {
        padding: 20px 0;
    }

        #bundelkhanddhwani .content {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }

            #bundelkhanddhwani .content .content__about {
                width: 100%;
                flex-direction: column;
                padding: 10px 0;
            }

                #bundelkhanddhwani .content .content__about .content__about__img img {
                    height: 270px;
                }

                #bundelkhanddhwani .content .content__about .content__about__text {
                    padding: 0;
                }

            #bundelkhanddhwani .content .content__sidenav {
                width: 50%;
                padding: 10px 0;
            }

                #bundelkhanddhwani .content .content__sidenav a {
                    font-size: 25px;
                }

    #partners {
        padding: 20px 0;
    }

        #partners ul.partners__tabs li a {
            padding: 0 10px;
        }

        #partners .partners__container .partners__content img {
            padding: 5px 0;
            height: 36px;
        }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 420px) {
    h2 {
        font-size: 18px;
        margin: 0;
    }

    p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 200%;
    }

    .common-readmore-link,
    .common-readmore-link-2 {
        font-size: 14px;
    }

    #header .header,
    #latestupdates,
    #growth .growth,
    #growth-new .growth,
    #resources,
    #climateadapt .climateadapt,
    #climatechange,
    #discussionforum,
    #bundelkhanddhwani,
    #partners,
    #footer .footer__container {
        width: 95%;
    }

        #header .header .header__nav .nav__menu {
            display: none;
        }

        #header .header .header__nav .nav__heading {
            width: 90%;
        }

            #header .header .header__nav .nav__heading > div:nth-child(1) {
                font-size: 30px;
            }

            #header .header .header__nav .nav__heading > div:nth-child(2) {
                font-size: 12px;
            }

        #header .header .header__banner .banner__img {
            display: none;
        }

        #header .header .header__banner .banner__content {
            width: 100%;
        }

            #header .header .header__banner .banner__content .banner__content__buttons {
                margin-top: 20px;
            }

        #header .header .header__nav .nav__heading .nav__heading__img > img {
            height: 70px;
        }

        #header .header .header__nav .nav__heading .nav__heading__txt > div:nth-child(1) {
            font-size: 30px;
        }

        #header .header .header__nav .nav__heading .nav__heading__txt > div:nth-child(2) {
            font-size: 14px;
        }


    .lu_wrapper > lu_content > part-1 > .lu_header > span {
        font-size: 28px;
    }

    .lu_wrapper > .lu_header {
        margin-bottom: 20px;
        width: 40%;
    }

    .lu_wrapper > .lu_content {
        flex-direction: column;
    }

        .lu_wrapper > .lu_content > div.part-1 {
            width: 100%;
            padding: 0;
            margin-bottom: 20px;
        }

        .lu_wrapper > .lu_content > div.part-2 {
            width: 100%;
            padding: 0;
        }

            .lu_wrapper > .lu_content > div.part-2 > div.title-btn > div.title {
                font-size: 18px;
            }

    #latestupdates div.lu > div:nth-child(3) > img, #climatechange div.blog > div:nth-child(1) > img {
        width: 100%;
        height: auto;
    }

    .lu_activites {
        flex-direction: column;
    }

        .lu_activites > div {
            width: 100%;
            padding: 20px;
        }

        .lu_activites .lu .see_all {
            display: flex;
            justify-content: flex-end;
        }

    .lu_wrapper > .lu_content > div.part-1 > div:nth-child(1) {
        font-size: 24px;
    }

    .lu_wrapper > .lu_content > div.part-1 > div:nth-child(2) {
        margin-bottom: 10px;
    }

    .lu_wrapper > .lu_content > div.part-1 > div:nth-child(2),
    .lu_wrapper > .lu_content > div.part-1 > div:nth-child(3) {
        font-size: 14px;
    }

    .lu_wrapper > .lu_content > div.part-2 a.article-link,
    .lu_wrapper > .lu_content > div.part-2 span.article-short {
        font-size: 14px;
    }

    .lu_wrapper > .lu_content > div.part-1 > div:nth-child(2) > a {
        font-size: 14px;
    }

    #latestupdates div.lu > div:nth-child(3) > img {
        display: none;
    }

    .lu_wrapper > .lu_content > div.part-2 span.article-short {
        min-height: 100px;
    }

    .lu_activites .common-readmore-link {
        display: none;
    }


    #growth .growth .growth__heading h1 {
        font-size: 22px;
    }

    #growth .growth .growth__content,
    #growth-new .growth .growth__content {
        flex-direction: row;
        flex-wrap: wrap;
    }

        #growth .growth .growth__content > article,
        #growth-new .growth .growth__content .content {
            width: 44%;
            border: none;
        }


    #resources .resources .resources__illuistration {
        display: none;
    }

    #resources .resources .resources__container {
        width: 100%;
    }

        #resources .resources .resources__container .resource_btns .resource_btns1 .button {
            font-size: 14px;
            width: 48%;
        }

        #resources .resources .resources__container > span {
            font-size: 18px;
        }

        #resources .resources .resources__container .search_bar > div:nth-child(1) {
            width: 80%;
        }

        #resources .resources .resources__container .search_bar > div:nth-child(2) {
            width: 20%;
        }

        #resources .resources .resources__container .search_bar > div input[type="text"],
        #resources .resources .resources__container .search_bar .searchbutton {
            font-size: 14px;
            height: 40px;
        }

        #resources .resources .resources__container .resource_btns .resource_btns1 {
            display: flex;
            justify-content: space-around;
        }

        #resources .resources .resources__container .resources__browswmore {
            margin: 20px 0;
        }

    #climateadapt {
        padding: 20px 0;
    }

        #climateadapt .climateadapt .climateadapt__2 .climateadapt__2__index .co2 .co2__icontxt > div p, #climateadapt .climateadapt .climateadapt__2 .climateadapt__2__index .globaltemp .globaltemp__icontxt > div p {
            font-size: 18px;
        }

    #climatechange {
        padding: 40px 0 0 0;
    }

        #climatechange div.blog > div:nth-child(2) {
            min-height: 0;
        }

    #climateadapt .climateadapt .climateadapt__1__heading {
        font-size: 25px;
    }

    #climatechange div.content__details {
        flex-direction: column;
    }

    #climatechange div.blog {
        width: 100%;
        padding: 20px;
    }

        #climatechange div.blog > div {
            flex: 1;
        }

            #climatechange div.blog > div:nth-child(1) {
                width: 100%;
                margin-bottom: 10px;
            }

            #climatechange div.blog > div:nth-child(2) {
                width: 100%;
                margin-bottom: 10px;
            }

    #climatechange .climatechange .climatechange__content .content__details img {
        width: 100%;
        height: auto;
    }

    #climatechange div.blog > div:nth-child(2) > a {
        font-size: 14px;
    }

    #climatechange div.blog > div:nth-child(3) > p {
        font-size: 14px;
        min-height: 70px;
    }




    #discussionforum {
        padding: 20px 0;
    }

        #discussionforum .dfcontent .dfcontent__heading {
            width: 100%;
            padding: 20px;
        }

            #discussionforum .dfcontent .dfcontent__heading h4 {
                font-size: 22px;
            }

            #discussionforum .dfcontent .dfcontent__heading p {
                font-size: 16px;
            }

        #discussionforum .dfcontent .dfcontent__questions {
            width: 00%;
        }

    #bundelkhanddhwani .content .content__about {
        display: flex;
        flex-direction: column;
    }

    #bundelkhanddhwani .content .content__sidenav {
        width: 100%;
    }

        #bundelkhanddhwani .content .content__sidenav > div {
            margin-bottom: 20px;
        }

        #bundelkhanddhwani .content .content__sidenav a {
            margin-bottom: 10px;
        }

    #bundelkhanddhwani .content .content__about .content__about__img img {
        width: 100%;
        height: auto;
    }

    #partners .partners__tabs h2 {
        font-size: 14px;
    }

    #partners ul.partners__tabs {
        height: 29px;
    }

    #partners .partners__container .partners__content img {
        height: 30px;
    }

        #partners .partners__container .partners__content img.height_41 {
            height: 10px;
        }

    #partners .partners__container .partners__content .width {
        margin-right: 10px;
    }

    #footer .footer__container .footer__container__heading h1 {
        font-size: 22px;
        padding-bottom: 20px;
    }


    #footer .footer__container .copyright_text p {
        font-size: 12px;
    }

    #footer .footer__container .footer__container__icons p {
        font-size: 18px;
    }

    #footer .footer__container .footer__container__icons img {
        height: 20px;
    }
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}
