@charset "utf-8";
/* CSS Document */
@import url('../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
.blog_banner_info {
    position: absolute;
    z-index: 9;
    bottom: 78px;
    margin: auto;
    width: 100%;
    padding: 0 60px;
    text-align: left;
    color: #fff;
    font-weight: 900;
}

    .blog_banner_info h1 {
        font-family: 'ITC Avant Garde Gothic Std';
        font-size: 60px;
        line-height: 64px;
        margin-bottom: 26px;
    }

.breadcrumbRow {
    padding-left: 3px;
}

    .breadcrumbRow a {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        padding-right: 14px;
        position: relative;
    }

        .breadcrumbRow a:after {
            content: '-';
            position: absolute;
            right: 3px;
            top: 0;
            width: 7px;
            height: 14px;
            font-size: 14px;
            font-weight: 400;
            color: #FFFFFF;
        }

    .breadcrumbRow span {
        font-size: 18px;
        font-weight: 400;
        color: #f7c720;
        padding-right: 14px;
        position: relative;
    }

.blogContainer {
    margin-bottom: 50px;
}

.center {
    width: 95%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.blogRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -19px;
}

    .blogRow .blogLeft {
        width: 80%;
        float: left;
        padding: 64px 19px 20px;
    }

    .blogRow .blogRight {
        width: 20%;
        float: left;
        padding: 70px 19px 0;
    }

        .blogRow .blogRight h2 {
            font-family: 'ITC Avant Garde Gothic Std Book';
            font-size: 22px;
            line-height: 28px;
            color: #0e64ad;
            margin-bottom: 18px;
        }

        .blogRow .blogRight .ptRow {
            display: flex;
            flex-wrap: wrap;
            margin: 25px -5px 0px 0;
        }

        .blogRow .blogRight a {
            font-size: 15px;
            line-height: 19px;
            color: #0e64ad;
            border: 1px solid #0e64ad;
            display: inline-block;
            padding: 12px 15px 13px;
            border-radius: 30px;
            float: left;
            margin: 5px;
        }

            .blogRow .blogRight a:hover {
                font-size: 15px;
                line-height: 19px;
                color: #fff;
                border: 1px solid #0e64ad;
                display: inline-block;
                padding: 12px 15px 13px;
                border-radius: 30px;
                float: left;
                margin: 5px;
                background: #0e61af;
            }

.custom_radio {
    margin: 12px 0 0;
}

    .custom_radio input[type="radio"] {
        display: none;
    }

        .custom_radio input[type="radio"] + label {
            position: relative;
            font-family: 'ITC Avant Garde Gothic Std';
            display: inline-block;
            padding: 0 0 0 35px;
            margin-right: 0;
            cursor: pointer;
            font-size: 18px;
            color: #7c7c7c;
            line-height: 23px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            margin-right: 13px;
        }

            .custom_radio input[type="radio"] + label:before, .custom_radio input[type="radio"] + label:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 1em;
                height: 1em;
                text-align: center;
                color: white;
                font-family: 'ITC Avant Garde Gothic Std';
                border-radius: 50%;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

            .custom_radio input[type="radio"] + label:before {
                background: url("../images/radioUncheckImg.png") no-repeat 0 0;
                width: 23px;
                height: 23px;
            }

        .custom_radio input[type="radio"]:checked + label:before {
            background: url("../images/radioCheckImg.png") no-repeat 0 0;
            width: 23px;
            height: 23px;
        }

        .custom_radio input[type="radio"]:checked + label {
            color: #0e64ad;
        }





.selectdiv {
    position: relative;
    float: left;
    margin-right: 12px;
}

    .selectdiv label {
        width: 231px;
        margin-bottom: 0 !important;
    }

select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '';
    background: url("../images/dropdownArrow.png") no-repeat 0 0;
    width: 10px;
    height: 9px;
    top: 18px;
    right: 15px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 231px;
    height: 44px;
    float: right;
    margin: 0 0px;
    padding: 0px 24px;
    font-size: 14px;
    line-height: 42px;
    color: #333;
    border: 0 solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
    outline: none;
    border-radius: 30px;
    background: url("../images/inputBoxBg.png") no-repeat 0 0;
    background-size: cover;
    color: #494949;
}
/*input {background-color: transparent; border: 0px solid; color: #CCC;}*/
.inputSearch {
    width: 231px;
    height: 44px;
    border-radius: 20px;
    background: url("../images/inputBoxBg.png") no-repeat 0 0;
    background-size: cover;
    border: 0;
    outline: 0;
    padding: 0 40px 0 24px;
    color: #494949;
    font-size: 14px;
    line-height: 42px;
}

.searchBox {
    position: relative;
    display: inline-block;
}

    .searchBox:after {
        content: '';
        background: url("../../error.html") no-repeat 0 0;
        right: 11px;
        top: 9px;
        position: absolute;
        width: 23px;
        height: 23px;
    }



.searchRow {
}

    .searchRow .searchCol {
        float: left;
        display: inline-block;
    }

        .searchRow .searchCol:nth-child(2) {
            float: right;
        }

::placeholder {
    color: #494949;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
    color: #494949;
}

.clear {
    clear: both;
}

.blogRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

    .blogRow .blogCol {
        width: 50%;
        float: left;
        padding: 0 6px;
        margin-bottom: 27px;
        min-width: 306px;
    }

        .blogRow .blogCol ul {
            display: flex;
            flex-wrap: wrap;
            height: 100%;
        }

            .blogRow .blogCol ul li:nth-child(1) {
                width: 50%;
                float: left;
                min-height: 200px;
                background: #F20;
                border-radius: 15px;
                overflow: hidden;
            }

            .blogRow .blogCol ul li:nth-child(2) {
                width: 60%;
                float: left;
                margin-left: -10%;
                background: #1A00FF;
                border-radius: 15px;
            }

.stickyBar {
    width: 81px;
    height: 233px;
    background: #ffc015;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

    .stickyBar .contactUs {
        font-size: 12px;
        line-height: 16px;
        color: #434343;
        display: block;
        text-align: center;
        font-family: 'ITC Avant Garde Gothic Std Book';
        max-width: 60px;
        margin: 27px auto;
        padding-top: 43px;
        position: relative;
        font-weight: 600;
    }

        .stickyBar .contactUs:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            background: url("../images/contactUsIcon.png") no-repeat 0 0;
            width: 33px;
            height: 32px;
        }

    .stickyBar .enquireNow {
        font-size: 12px;
        line-height: 16px;
        color: #434343;
        display: block;
        text-align: center;
        font-family: 'ITC Avant Garde Gothic Std Book';
        max-width: 60px;
        margin: 0 auto;
        padding-top: 47px;
        position: relative;
        font-weight: 600;
    }

        .stickyBar .enquireNow:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            background: url("../images/enquireNowIcon.png") no-repeat 0 0;
            width: 39px;
            height: 39px;
        }

.top_padding {
    margin: 50px 0 0 0;
}

.blogRow .blogCol ul li.text_box {
    width: 60%;
    float: left;
    margin-left: -10%;
    background: #0e64ad;
    border-radius: 15px;
    padding: 30px;
}

.blogCol ul li img {
    height: 100%;
    width: auto;
}

.blogRow .blogCol ul li.text_box strong {
    color: #ffc015;
    font-size: 15px;
    line-height: 21px;
}

.blogRow .blogCol ul li.text_box h2 {
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    font-weight: 900;
    padding: 9px 0;
}

.blogRow .blogCol ul li.text_box p {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    padding: 0px 0 10px 0;
}

.blogRow .blogCol ul li.text_box a {
    color: #424242;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
    background: #ffc015;
    border-radius: 50px;
}





/* ------------------ blog details ---------------*/
.blog_details_new {
    margin: 15px 0 0 0;
}

    .blog_details_new h5 {
        font-size: 18px;
        color: #464646;
        padding: 0 0 15px 0;
        display: block;
        width: 100%;
    }

    .blog_details_new h2 {
        font-size: 30px;
        color: #0e61af;
        font-weight: 600;
        display: block;
        width: 100%;
    }

    .blog_details_new p {
        font-size: 18px;
        line-height: 30px;
        color: #292929;
        padding: 7px 0;
    }

    .blog_details_new aside {
        margin: 0 0 15px 0;
    }

    .blog_details_new h3 {
        font-size: 22px;
        color: #555555;
        font-weight: 900;
        display: block;
        width: 100%;
    }

    .blog_details_new .liked_share {
        margin: 0;
        padding: 0px;
    }

        .blog_details_new .liked_share ul {
            display: flex;
        }

            .blog_details_new .liked_share ul li {
                margin: 0 30px 0 0;
            }

                .blog_details_new .liked_share ul li a aside {
                    float: left;
                    margin: 0 15px 0 0;
                    line-height: 20px;
                }

                .blog_details_new .liked_share ul li a span i {
                    color: #797979;
                    font-style: normal;
                    padding: 0 0 0 5px;
                }

                .blog_details_new .liked_share ul li a span {
                    float: left;
                    margin: 0 0 0 0px;
                    line-height: 58px;
                }

    .blog_details_new .textarea {
        width: 100%;
        display: block;
        margin: 50px 0 0 0;
    }


        .blog_details_new .textarea textarea {
            width: 100%;
            padding: 25px;
            border: 1px solid #e3e3e3;
            border-radius: 15px;
            -webkit-box-shadow: inset 0px 5px 22px -6px rgba(153,153,153,0.86);
            -moz-box-shadow: inset 0px 5px 22px -6px rgba(153,153,153,0.86);
            box-shadow: inset 0px 5px 22px -6px rgba(153,153,153,0.86);
        }

.textarea .form input[type=text] {
    width: 50%;
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 5px 22px -6px rgba(153,153,153,0.86);
    -moz-box-shadow: inset 0px 5px 22px -6px rgba(153,153,153,0.86);
    box-shadow: inset 0px 5px 22px -6px rgba(153,153,153,0.86);
    margin: 15px 0;
    display: block;
}

.textarea .form .captcha input[type=text] {
    padding: 5px 10px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    margin: 0px 0;
    width: 169px;
}

.blog_details_new .textarea input.inline {
    width: 100%;
    display: block;
    background: #0e64ad;
    color: #fff;
    width: 120px;
    border-radius: 50px;
    padding: 10px;
    margin: 15px 0 0 0;
    cursor: pointer;
}

.blog_details_new .textarea input:hover.inline {
    background: #ffc015;
    color: #000;
}

/*.blog_details_new .textarea input {width: 100%; display: block; background: #0e64ad; color: #fff; width: 120px; border-radius: 50px; padding: 10px; margin: 15px 0 0 0; cursor: pointer;}
.blog_details_new .textarea input:hover{ background: #ffc015; color: #000;}



.blog_details_new .textarea input {width: 100%; display: block; background: #0e64ad; color: #fff; width: 120px; border-radius: 50px; padding: 10px; margin: 15px 0 0 0; cursor: pointer;}
.blog_details_new .textarea input:hover{ background: #ffc015; color: #000;}
*/



.top_padding h4 {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
}

#loginpopup { /*padding: 50px; border-radius: 25px;*/
}

.form_div {
    margin: 0 0 15px 0;
}

    .form_div input[type=text] {
        width: 100%;
        padding: 8px 15px;
        border: 1px solid #d9d9d9;
        background: #e9e9e9;
        width: 100%;
        border-radius: 25px;
    }

    .form_div input[type=password] {
        width: 100%;
        padding: 8px 15px;
        border: 1px solid #d9d9d9;
        background: #e9e9e9;
        width: 100%;
        border-radius: 25px;
    }

.captcha {
    display: flex;
    padding: 15px 0;
}

    .captcha div:last-child {
        padding: 0 0 0 15px;
    }

    .captcha input[type=text] {
        border-bottom: 1px solid #000;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        padding: 0 0 0 15px;
    }

#loginpopup input[type=submit] {
    display: block;
    background: #0e64ad;
    color: #fff;
    width: 120px;
    border-radius: 50px;
    padding: 10px;
    margin: 15px 0 0 0;
    cursor: pointer;
    border: none;
}

    #loginpopup input[type=submit]:hover {
        background: #ffc015;
    }

.previous-comments {
    padding: 55px 0;
}

    .previous-comments h3 {
        font-size: 18px;
        color: #555555;
        display: block;
        margin: 0 0 25px 0;
    }

    .previous-comments article {
        background: #f2f2f2;
        padding: 25px;
        border-radius: 25px;
        margin: 15px 0;
    }

        .previous-comments article h5 {
            font-size: 12px;
            line-height: 14px;
            padding: 0px;
            margin: 0px;
        }

        .previous-comments article p {
            font-size: 16px;
            line-height: 20px;
            padding: 10px 0 0 0;
            margin: 0px;
        }

/*--------- New Footer --------------*/
.footer_new_text {
    font-size: 12px;
    color: #979797;
}

    .footer_new_text ul.new_link li a {
        font-size: 12px;
        color: #979797;
        padding: 2px 15px;
        display: block;
    }

    .footer_new_text ul.new_link li {
        padding: 30px 0px 0 0;
        text-align: left;
        float: left;
        width: 47%;
        text-align: left;
    }

.clr {
    clear: both;
}

.footer_new_text ul.new_link li a:hover {
    color: #fff;
}

.font-poppins, .hero-img-cont h3 span {
    font-family: Poppins,sans-serif;
    text-align: left;
    padding: 0 0 0 20px;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: inherit;
    align-content: flex-start !important;
    margin: 0 0 0 0px;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: inherit !important;
}

.foo-policy li {
    padding: 0 10px 0 0;
    position: relative;
    line-height: .8;
}







.open_share_dev{position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index:9999; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); }
.open_share_dev ul {margin:25% auto 0; max-width:600px; width:80%; }
.open_share_dev li{display:inline-block; text-align:center; background-color:#ffffff;  padding:4%; border-radius:8px; margin-right:15px;}
.open_share_dev li a.facebook{ position: relative; width: 50px; height: 50px; display: block; }
.open_share_dev li a.facebook:after {
    position: absolute;
    left: 0;
    top: -28px;
    width: auto;
    height: auto;
    display: inline-block;
    content: "\f09a";
    font-size: 72px;
    font-family: FontAwesome;
    color: #3c5b9b;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.open_share_dev li a.twiiter{ position: relative; width: 50px; height: 50px; display: block; }
.open_share_dev li a.twiiter:after {
    position: absolute;
    left: -4px;
    top: -28px;
    width: auto;
    height: auto;
    display: inline-block;
    content: "\f099";
    font-size: 72px;
    font-family: FontAwesome;
    color: #2caadd;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.open_share_dev li a.linkedin{ position: relative; width: 50px; height: 50px; display: block; }
.open_share_dev li a.linkedin:after {
    position: absolute;
    left: -4px;
    top: -28px;
    width: auto;
    height: auto;
    display: inline-block;
    content: "\f0e1";
    font-size: 72px;
    font-family: FontAwesome;
    color: #0173b1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 900px) {
    .blogRow {
        display: inherit;
        flex-wrap: inherit;
        margin: 0;
    }

        .blogRow .blogCol ul {
            display: inherit;
            flex-wrap: inherit;
            height: 100%;
        }

            .blogRow .blogCol ul li {
                width: 100%;
                float: inherit;
                min-height: auto;
                background: #F20;
                border-radius: 15px;
                overflow: auto;
            }

                .blogRow .blogCol ul li:nth-child(1) {
                    width: 100%;
                    float: inherit;
                    min-height: auto;
                    background: #F20;
                    border-radius: 15px;
                    overflow: auto;
                }

    .blogCol ul li img {
        height: 100%;
        width: 100%;
    }

    .blogRow .blogCol ul li.text_box {
        width: auto;
        float: inherit;
        margin-left: 0;
        background: #0e64ad;
        border-radius: 15px;
        padding: 30px;
        margin: -15px 0 0 0;
    }

    .blogRow .blogRight {
        width: auto;
        float: inherit;
        padding: 70px 0px 0;
    }

    .stickyBar {
        width: auto;
        height: 233px;
        background: #ffc015;
        border: 1px solid #FFFFFF;
        border-radius: 45px;
        position: fixed;
        right: 0;
        top: inherit;
        bottom: 0;
        margin: auto;
    }

    .blogRow .blogLeft {
        width: 100%;
        float: inherit;
        padding: 24px 19px 20px;
    }

    .selectdiv {
        position: relative;
        float: inherit;
        margin: 20px 0;
    }

    .searchRow .searchCol:nth-child(2) {
        float: inherit;
    }

    .inputSearch {
        width: 100%;
        height: 44px;
        border-radius: 20px;
        background: url(../images/inputBoxBg.png) no-repeat 0 0;
        background-size: cover;
        border: 0;
        outline: 0;
        padding: 0 40px 0 24px;
        color: #494949;
        font-size: 14px;
        line-height: 42px;
        margin: 0 0 15px 0;
    }

    .selectdiv label {
        width: 100%;
        margin-bottom: 0 !important;
    }

    .top_padding h4 {
        display: block;
        width: 100%;
        margin: 49px 0 25px 0;
    }

    .phone-number-box {
        background: #fd8e23;
        padding: 0px 40px;
        margin: 0px;
        min-height: 265px;
    }
	
	
	
	
	
	
.blogRow {display: inherit; flex-wrap: inherit; margin: 0;}
.blogRow .blogCol ul {display: inherit; flex-wrap: inherit; height: 100%;}
.blogRow .blogCol ul li {width: 100%; float: inherit; min-height: auto; background: #F20; border-radius: 15px; overflow: auto;}
.blogRow .blogCol ul li:nth-child(1) {width: 100%; float: inherit; min-height: auto; background: #F20; border-radius: 15px; overflow: auto;}
.blogCol ul li img {height: 100%; width: 100%;}
.blogRow .blogCol ul li.text_box { width: auto; float: inherit; margin-left: 0; background: #0e64ad; border-radius: 15px; padding: 30px; margin: -15px 0 0 0;}
.blogRow .blogRight {width: auto; float: inherit; padding: 70px 0px 0;}
.stickyBar {width: 100%; height: auto; background: #ffc015; border: 0px solid #FFFFFF; border-radius: 0; position: fixed; right: 0;
top: inherit; bottom: 0px; margin: auto; display: flex; padding: 10px 0;}
.blogRow .blogLeft {width: 100%; float: inherit; padding: 24px 19px 20px;}
.selectdiv {position: relative; float: inherit; margin: 20px 0;}
.searchRow .searchCol:nth-child(2) {float: inherit;}
.inputSearch {width: 100%; height: 44px; border-radius: 20px; background: url(../images/inputBoxBg.png) no-repeat 0 0; background-size: cover; border: 0; outline: 0;
padding: 0 40px 0 24px; color: #494949; font-size: 14px; line-height: 42px; margin: 0 0 15px 0;}
.selectdiv label {width: 100%; margin-bottom: 0 !important;}	 
.top_padding h4 {display: block; width: 100%; margin: 49px 0 25px 0;} 
.phone-number-box {background: #fd8e23; padding: 0px 40px; margin: 0px; min-height: 265px;}
.blog_banner_info {position: absolute; z-index: 9; bottom: 0; margin: auto; width: 100%; padding: 0 31px; text-align: left; color: #fff;
font-weight: 900;}
.blog_banner_info h1 {font-family: 'ITC Avant Garde Gothic Std';font-size: 35px; line-height: 35px; margin-bottom: 0px;}
.stickyBar .contactUs {font-size: 12px;line-height: 16px; color: #434343; display: inline-block; text-align: center; font-family: 'ITC Avant Garde Gothic Std Book';
max-width: 59px; margin: 0px auto; padding-top: 43px; position: relative; font-weight: 600;width: 49%;}
.stickyBar .enquireNow {font-size: 12px; line-height: 16px; color: #434343; display: inline-block; text-align: center; font-family: 'ITC Avant Garde Gothic Std Book';
max-width: 60px; margin: 0 auto; padding-top: 38px; position: relative; font-weight: 600; width: 49%;}
.phone-number-box h3 { margin: 0px 0px 40px;}
.blogRow .blogCol {width: 50%; float: inherit; padding: 0 0px; margin-bottom: 27px; min-width: 100%; margin: 0 auto 15px auto;}
.phone-number-box h2 {padding: 16px 0 0 0px; margin: 0px;}
.phone-number-box h3.ph {font-size: 19px !important; color: #fff; line-height: 22px; background: url(../images/phone-new2.png) left 17px no-repeat; display: inline-block; padding: 17px 0 0 0px; margin: 0px 0 10px 0;}
.phone-number-box h3.ph span{ display: inline-block;}	 
.phone-number-box h3 {padding: 0 0 0 25px; margin: 0px 0 0 0px; font-size: 14px; padding: 0 0 0 0px; background: url(../images/email-new2.png) left 2px no-repeat; display: inline-block;}	 
.foo-policy li:not(:last-child):after{ display: none;}
.stickyBar {right: 0; top: inherit; bottom: 0; margin: auto;}
.onlythistime{ display: none !important;}
.foo-right {margin: 0!important;text-align: center; padding: 20px 0 80px 0;}

	
	
	
	
	
	
	
}
