@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body *{
	 font-family: "Poppins", serif;
}
.contact-section-form,
div#wpcf7-f114-p105-o1{
	display: none;
}
ul.icon_grid li .grid_icon_img img {
    width: auto !important;
    height: auto !important;
}

.no-js #loader {
    display: none
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_21.gif) center no-repeat #fff
}


@font-face {
    font-family: 'aileronregular';
    src: url(../fonts/aileron-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}



/*
********************************************************
Animation Css Start here 
********************************************************
*/
.animation-element {
    opacity: 0;
    position: relative
}

.animation-element.slide-left {
    opacity: 0;
    -webkit-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    moz-transform: translate3d(-50px, 0px, 0px);
    -webkit-transform: translate3d(-50px, 0px, 0px);
    -o-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate3d(-50px, 0px, 0px)
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.animation-element.slide-right {
    opacity: 0;
    -webkit-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transform: translate3d(50px, 0px, 0px);
    -webkit-transform: translate3d(50px, 0px, 0px);
    -o-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate3d(50px, 0px, 0px)
}

.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.animation-element.bounce-up {
    opacity: 0;
    -webkit-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transform: translate3d(0px, 150px, 0px);
    -webkit-transform: translate3d(0px, 150px, 0px);
    -o-transform: translate(0px, 150px);
    -ms-transform: translate(0px, 150px);
    transform: translate(0px, 150px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.animation-element.bounce-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.animation-element.scale {
    opacity: 0;
    -moz-transition: all 900ms ease-out;
    -webkit-transition: all 900ms ease-out;
    -o-transition: all 900ms ease-out;
    transition: all 900ms ease-out;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.animation-element.scale.in-view {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.animation-element.bottom_smooth_up.in-view {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.animation-element.bottom_smooth_up {
    -webkit-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: .01;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px)
}

.animation-element.fadein {
    transition-timing-function: ease-in;
    transition-duration: 0.7s;
    opacity: 0
}

.animation-element.fadein.in-view {
    opacity: 1;
    transition-timing-function: ease-in;
    transition-duration: 0.7s
}



body * {
    outline: none
}

body {
    outline: none;
    overflow-x: hidden;
    font-family: "aileronregular"
}

a {
    outline: none !important;
    text-decoration: none
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none !important
}

#smoothup {
    background: #fff none repeat scroll 0 0;
    bottom: 50px;
    height: 40px;
    position: fixed;
    right: -41px;
    text-align: center;
    text-indent: 0;
    width: 40px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    padding: 8px
}

#smoothup.showing-backtop {
    right: 0
}

#smoothup:hover,
#smoothup:focus,
#smoothup:visited,
#smoothup:active {
    text-decoration: none
}

section#header_main {
    padding: 15px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 9
}

.site-title {
    margin: 10px auto
}

.padding_lose {
    padding: 0
}

body nav>li>a:focus,
body .nav>li>a:hover,
body .nav>li>a:active,
body .nav>li>a:visited {
    text-decoration: none;
    background: none !important
}

#bs-example-navbar-collapse-1 ul li a {
    color: #fff;
    font-size: 18px;
    background: none !important;
    line-height: 20px
}

/*#bs-example-navbar-collapse-1 ul li a:after {
    content: "";
    position: absolute;
    bottom: 6px;
    height: 3px;
    width: 50%;
    background: transparent;
    left: 50%;
    transform: translateX(-50%)
}

#bs-example-navbar-collapse-1 ul li.current-menu-item a:after {
    background: #00aeef
}*/

.main_section_row_home .panel-grid-cell:first-child {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    padding: 0 65px !important;
    max-width: 650px;
    left: 25%
}

.main_section_row_home1 .panel-grid-cell:first-child {
    padding: 45px
}

.main_section_row_home1 .panel-grid-cell:last-child {
    float: right !important
}

.main_heading_title p {
    text-transform: uppercase;
    font-size: 49.9px;
    color: #000;
    font-family: "aileronregular";
    line-height: 60px;
    letter-spacing: 1.5px
}

.main_heading_title p strong {
    color: #00aeef;
    font-weight: 400
}

.description_home {
    font-size: 17.98px;
    color: #333;
}
.container_footer {
    padding: 20px 0px;
}

.container_footer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

body .navbar {
    border: none;
    margin-bottom: 0;
}

.footer_menu_inner {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.footer_navigation {
    padding-left: 0;
    margin-bottom: 0;
    float: none;
    width: 100%;
    text-align: center;
}

.footer_navigation li {
    list-style: none;
    display: inline-block;
    padding: 0 9px 9px 9px;
    position: relative;
}

.footer_navigation li a {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.footer_navigation li:after {
    content: "";
    background: #555;
    height: 13px;
    width: 2px;
    position: absolute;
    right: 0;
    top: 4px;
}

.footer_navigation li:last-child:after {
    content: none
}

.app_doownload_icon {
    margin: 9px auto;
}

.app_doownload_icon a {
    display: block;
}

.home_first_section_img img {
    float: right
}

#header-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999
}



.about_setion_second_row .panel-grid-cell {
    padding: 50px !important
}

.about_setion_second_row .panel-grid-cell:first-child {
    background: #f3f3f3
}

.about_setion_second_row .panel-grid-cell>div {
    max-width: 500px;
    margin: 0 auto
}

.main_heading_title.about_small_heading p {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0
}

.description_home.description_about_page {
    font-size: 17.98px;
    color: #000;
    margin-bottom: 35px
}

.description_home.description_about_page._right_side {
    margin-bottom: 0
}

.about_page_subheading p {
    font-size: 23px;
    color: #000;
    font-family: "aileronregular"
}

.about_reward_heading p {
    font-size: 22px;
    color: #000;
    font-family: "aileronregular";
    margin-bottom: 20px;
    letter-spacing: .54px;
    line-height: 28.01px
}

.main_heading_title.main_heading_title_about_page p,
.main_heading_title.main_heading_title_about_page p strong {
    color: #fff;
    margin: 0
}

.about_setion_first_row {
    background-position: center
}

.grid_col {
    padding: 0 15px;
    float: left;
    width: 50%;
    margin-bottom: 65px
}

.grid_inner_col {
    float: left;
    box-sizing: border-box;
    padding: 0 15px
}

.col-20-percent {
    width: 20%
}

.col-80-percent {
    width: 80%
}

.grid_inner_col h1 {
    margin: 0;
    font-size: 20px;
    font-family: "aileronregular";
    font-weight: 600
}

.grid_inner_col strong {
    font-size: 30px;
    font-weight: 600;
    font-family: aileronregular;
    color: #000;
    margin: 3px 0;
    display: block
}

.grid_inner_col p {
    margin: 0;
    font-family: aileronregular;
    font-size: 15px
}

.align_data_contact_page {
    padding: 0 45px
}

.main_section_member_first .panel-grid-cell:first-child {
    padding: 20px 10px 30px 120px !important;
    position: relative;
    top: auto;
    transform: translate(0);
    max-width: 100%;
    left: auto
}

.membership_benefits p {
    padding-left: 20px;
    font-size: 22px;
    font-family: "aileronregular";
    letter-spacing: .56px;
    line-height: 28.01px
}

.description_home li {
    font-size: 17px
}

.boxed_layout {
    max-width: 730px;
    text-align: center;
    margin: 0 auto
}

.start_btn.boxed_layout a {
    margin: 15px auto
}

.grid_boxed_layout {
    max-width: 1200px;
    margin: 40px auto 3px
}

.grid_boxed_layout #pgc-45-1-1 .panel-last-child {
    border: 2px solid #ff9f07
}

.grid_boxed_layout #pgc-45-1-2 .panel-last-child {
    border: 2px solid #00A388
}

.grid_boxed_layout #pgc-45-1-3 .panel-last-child {
    border: 2px solid #ff8497
}

.grid_boxed_layout #pgc-45-2-0 .panel-last-child {
    border: 2px solid #c5e134
}

.grid_boxed_layout #pgc-45-2-1 .panel-last-child {
    border: 2px solid #307499
}

.grid_boxed_layout #pgc-45-2-2 .panel-last-child {
    border: 2px solid #cc9acd
}

.grid_boxed_layout #pgc-45-2-3 .panel-last-child {
    border: 2px solid #09c7c5
}

.grid_boxed_layout .panel-last-child>.panel-widget-style {
    background: #ff5d33;
    padding: 25px 10px
}

.grid_boxed_layout .panel-last-child>.panel-widget-style.energy_benefit_page {
    background: #ff5d33
}

.grid_boxed_layout .panel-last-child>.panel-widget-style.health_benefit_page {
    background: #ff9f07
}

.grid_boxed_layout .panel-last-child>.panel-widget-style.entertainment_benefit_page {
    background: #00A388
}

.grid_boxed_layout .panel-last-child>.panel-widget-style.telephony_benefit_page {
    background: #ff8497
}

.grid_boxed_layout .panel-last-child>.panel-widget-style.travel_benefit_page {
    background: #c5e134
}

.grid_boxed_layout .panel-last-child>.panel-widget-style.discount_benefit_page {
    background: #307499
}

.grid_boxed_layout .panel-last-child>.panel-widget-style.finance_benefit_page {
    background: #cc9acd
}

.grid_boxed_layout .panel-last-child>.panel-widget-style.prizes_benefit_page {
    background: #09c7c5
}

.grid_boxed_layout .panel-last-child p {
    margin-bottom: 0
}

.grid_boxed_layout .panel-last-child p img {
    margin-bottom: 10px
}


.icon_bar .navbar-header.mobile_menu .navbar-toggle {
    background-color: #00aeef;
    margin: 18px 20px 0 0
}

.icon_bar .navbar-toggle .icon-bar {
    background-color: #fff
}

.about_small_heading .so-widget-sow-editor .siteorigin-widget-tinymce p strong {
    color: #00a2de;
    font-weight: 400;
    font-family: "aileronregular";
    font-size: 30px;
    letter-spacing: .9px;
    line-height: 28.02px
}

.description_about_page .textwidget p {
    font-size: 17px;
    font-family: "aileronregular";
    letter-spacing: .54px;
    line-height: 28.01px;
    color: #000
}

.grid_boxed_layout .panel-grid-cell .so-panel .panel-widget-style .so-widget-sow-editor-base .siteorigin-widget-tinymce p {
    font-size: 20px;
    color: #fff
}


.enq_grid .so-widget-sow-editor .siteorigin-widget-tinymce .show_inquirie_grid .grid_col .row1 .grid_inner_col h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.enq_grid .so-widget-sow-editor .siteorigin-widget-tinymce .show_inquirie_grid .grid_col .row1 .grid_inner_col p {
    font-family: "aileronregular";
    font-size: 15px;
    color: #000;
    letter-spacing: .45px
}

.align_data_contact_page {
    font-family: "aileronregular";
    font-size: 18px;
    color: #000;
    letter-spacing: .54px;
    line-height: 28.01px
}

.show_inquirie_grid .grid_col .row1 .grid_inner_col p strong {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 3px 0;
    display: block;
    padding: 10px 0
}

.pie_section_head {
    text-align: center;
    font-size: 49.9px
}

.pie_section_head strong {
    color: #00aeef;
    font-weight: 400
}

.pie_section_content {
    text-align: center;
    font-size: 17.98px;
    font-family: aileronregular;
    overflow: hidden;
}

.sign_text .so-widget-sow-editor .textwidget ul {
    padding: 0 0 0 20px;
    font-size: 17.98px;
    font-family: aileronregular
}

.sign_rule {
    margin-top: 50px
}

.pie_circle {
    padding: 70px 10px;
    margin-top: 30px
}



.contact_detail .so-widget-sow-editor .textwidget strong {
    color: #00aeef;
    font-size: 20px
}

.contact_detail .so-widget-sow-editor .textwidget p {
    font-size: 16px
}

.floating_lable_form_design .float-label-control {
    position: relative;
    margin-bottom: 1.5em
}

.floating_lable_form_design .float-label-control ::-webkit-input-placeholder {
    color: transparent
}

.floating_lable_form_design .float-label-control :-moz-placeholder {
    color: transparent
}

.floating_lable_form_design .float-label-control ::-moz-placeholder {
    color: transparent
}

.floating_lable_form_design .float-label-control :-ms-input-placeholder {
    color: transparent
}

.floating_lable_form_design .float-label-control input:-webkit-autofill,
.floating_lable_form_design .float-label-control textarea:-webkit-autofill,
.floating_lable_form_design .float-label-control select:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -moz-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important
}

.floating_lable_form_design .float-label-control input,
.floating_lable_form_design .float-label-control textarea,
.float-label-control select,
.floating_lable_form_design .float-label-control label {
    font-size: 1.3em;
    box-shadow: none;
    -webkit-box-shadow: none
}

.floating_lable_form_design .float-label-control input:focus,
.floating_lable_form_design .float-label-control textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom-width: 2px;
    padding-bottom: 0
}

.floating_lable_form_design .float-label-control textarea:focus {
    padding-bottom: 4px
}

.floating_lable_form_design .float-label-control input,
.floating_lable_form_design .float-label-control textarea,
.floating_lable_form_design .float-label-control select {
    display: block;
    width: 100%;
    padding: .1em 0 1px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    outline: none;
    margin: 0;
    background: none
}

.floating_lable_form_design .float-label-control textarea {
    padding: .1em 0 5px
}

.floating_lable_form_design .float-label-control label {
    position: absolute;
    font-weight: 400;
    top: -1em;
    left: .08em;
    color: #aaa;
    z-index: -1;
    font-size: .85em;
    -moz-animation: float-labels 300ms none ease-out;
    -webkit-animation: float-labels 300ms none ease-out;
    -o-animation: float-labels 300ms none ease-out;
    -ms-animation: float-labels 300ms none ease-out;
    -khtml-animation: float-labels 300ms none ease-out;
    animation: float-labels 300ms none ease-out;
    animation-play-state: running !important;
    -webkit-animation-play-state: running !important
}

.floating_lable_form_design .float-label-control input.empty+label,
.floating_lable_form_design .float-label-control textarea.empty+label .floating_lable_form_design .float-label-control select.empty+label {
    top: .1em;
    font-size: 15px;
    animation: none;
    -webkit-animation: none
}

.floating_lable_form_design .float-label-control input:not(.empty)+label,
.floating_lable_form_design .float-label-control textarea:not(.empty)+label,
.floating_lable_form_design .float-label-control select:not(.empty)+label {
    z-index: 1
}

.floating_lable_form_design .float-label-control input:not(.empty):focus+label,
.floating_lable_form_design .float-label-control textarea:not(.empty):focus+label,
.floating_lable_form_design .float-label-control select:not(.empty):focus+label {
    color: #aaa
}

.floating_lable_form_design .float-label-control.label-bottom label {
    -moz-animation: float-labels-bottom 300ms none ease-out;
    -webkit-animation: float-labels-bottom 300ms none ease-out;
    -o-animation: float-labels-bottom 300ms none ease-out;
    -ms-animation: float-labels-bottom 300ms none ease-out;
    -khtml-animation: float-labels-bottom 300ms none ease-out;
    animation: float-labels-bottom 300ms none ease-out
}

.floating_lable_form_design .float-label-control.label-bottom input:not(.empty)+label,
.floating_lable_form_design .float-label-control.label-bottom textarea:not(.empty)+label {
    top: 3em
}

@keyframes float-labels {
    0% {
        opacity: 1;
        color: #aaa;
        top: .1em;
        font-size: 1.5em
    }

    20% {
        font-size: 1.5em;
        opacity: 0
    }

    30% {
        top: .1em
    }

    50% {
        opacity: 0;
        font-size: .85em
    }

    100% {
        top: -1em;
        opacity: 1
    }
}

@-webkit-keyframes float-labels {
    0% {
        opacity: 1;
        color: #aaa;
        top: .1em;
        font-size: 1.5em
    }

    20% {
        font-size: 1.5em;
        opacity: 0
    }

    30% {
        top: .1em
    }

    50% {
        opacity: 0;
        font-size: .85em
    }

    100% {
        top: -1em;
        opacity: 1
    }
}

@keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: .1em;
        font-size: 1.5em
    }

    20% {
        font-size: 1.5em;
        opacity: 0
    }

    30% {
        top: .1em
    }

    50% {
        opacity: 0;
        font-size: .85em
    }

    100% {
        top: 3em;
        opacity: 1
    }
}

@-webkit-keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: .1em;
        font-size: 1.5em
    }

    20% {
        font-size: 1.5em;
        opacity: 0
    }

    30% {
        top: .1em
    }

    50% {
        opacity: 0;
        font-size: .85em
    }

    100% {
        top: 3em;
        opacity: 1
    }
}

section.reg_section.floating_lable_form_design {
    padding: 35px 0 50px
}

.floating_lable_form_design .container.rgistration_box_container {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.21);
    border-radius: 7px
}

.floating_lable_form_design .col-md-4.registration_sidebar_col {
    background: #01b3f1;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    color: #fff;
    position: absolute;
    height: 100%
}

.floating_lable_form_design .rgistration_box_container .row {
    position: relative
}

.floating_lable_form_design .rgistration_box_container .row .col-md-8 {
    float: right
}

.floating_lable_form_design .registration_sidebar_col .inner_registration_sidebar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px
}

.floating_lable_form_design .registration_form_inner_div {
    padding: 50px 35px
}

body .floating_lable_form_design .form-group {
    margin-bottom: 35px
}

.floating_lable_form_design h3.registration_title {
    margin-bottom: 35px;
    font-size: 18px;
    color: #000
}

.floating_lable_form_design h1.sign_up_heading_left {
    padding-bottom: 40px
}

.floating_lable_form_design h3.sign_up_subheading_left {
    margin-bottom: 25px;
    font-size: 20px
}

.floating_lable_form_design ul.sign_list_item_left {
    padding-left: 35px;
    padding-right: 35px
}

.floating_lable_form_design ul.sign_list_item_left li {
    list-style: none;
    margin-bottom: 10px;
    position: relative
}

.floating_lable_form_design ul.sign_list_item_left li:before {
    content: "";
    position: absolute;
    height: 8px;
    border: none;
    width: 8px;
    background: #fff;
    left: -18px;
    top: 5px
}

.floating_lable_form_design input.form-control.signup_form_submit_btn {
    max-width: 180px;
    font-size: 22px;
    height: auto;
    background: #00a2dd;
    color: #fff;
    text-transform: capitalize;
    border-color: #00a2dd;
    border-radius: 18px;
    width: 100%;
    margin-top: 25px
}

.floating_lable_form_design .sucess_message {
    background: transparent;
    color: rgba(0, 128, 0, 0.62);
    padding: 0px 15px 10px 5px;
    font-size: 20px;
    border-radius: 5px;
    display: none
}

.floating_lable_form_design .validation_message {
    background: transparent;
    color: red;
    padding: 0px 15px 10px 5px;
    font-size: 20px;
    border-radius: 5px;
    display: none
}

#registration_form_ID>.form-group.postion_relative {
    margin-bottom: 10px;
}

header .container {
    position: relative
}

section.reg_section.floating_lable_form_design.login_form_main_section {
    position: absolute;
    top: 67px;
    right: 59px;
    display: block;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
    opacity: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity .1s .1s;
    transition: transform .4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity .1s .1s;
    z-index: 100;
    min-width: 340px;
    padding: 25px 25px 0
}

section.reg_section.floating_lable_form_design.login_form_main_section.show_login_form {
    opacity: 1 !important;
    visibility: visible !important;
    transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transform: rotateX(0deg)
}

body .floating_lable_form_design #login_form_ID .form-group {
    margin-bottom: 25px
}

.floating_lable_form_design input.form-control.login_form_submit_btn {
    max-width: 130px;
    font-size: 18px;
    height: auto;
    background: #00a2dd;
    color: #fff;
    text-transform: uppercase;
    border-color: #00a2dd;
    border-radius: 18px;
    width: 100%;
    margin-top: 25px
}

.form-group_1.clearfix {
    margin-bottom: 15px;
    padding-left: 8px;
    margin-top: 0
}

.login_error {
    font-size: 12px;
    color: rgba(255, 0, 0, 1);
    display: none;
    margin-top: -15px
}

.floating_lable_form_design input.form-control.forget_form_submit_btn {
    max-width: 130px;
    font-size: 18px;
    height: auto;
    background: #00a2dd;
    color: #fff;
    text-transform: uppercase;
    border-color: #00a2dd;
    border-radius: 18px;
    width: 100%;
    margin-top: 25px
}

#piemenu>svg {
    width: 100%;
    height: 100%
}

#piemenu {
    height: 500px;
    width: 500px;
    margin: 50px auto
}

.navbar-nav>li { 
    margin-left: 20px;
}

@media (max-width: 400px) {
    #piemenu {
        height: 300px;
        width: 300px
    }
}

[class|=wheelnav-piemenu-slice-basic] {
    fill: #497F4C;
    stroke: none
}

[class|=wheelnav-piemenu-slice-selected] {
    fill: #497F4C;
    stroke: none
}

[class|=wheelnav-piemenu-slice-hover] {
    stroke: none;
    fill-opacity: .9;
    cursor: pointer
}

[class|=wheelnav-piemenu-title-basic] {
    fill: #333;
    stroke: none
}

[class|=wheelnav-piemenu-title-selected] {
    fill: #fff;
    stroke: none
}

[class|=wheelnav-piemenu-title-hover] {
    fill: #222;
    stroke: none;
    cursor: pointer
}

[class|=wheelnav-piemenu-title]>tspan {
    font-family: Impact, Charcoal, sans-serif;
    font-size: 24px
}

[class|=wheelnav-piemenu-title-selected] {
    transition-timing-function: ease-in-out;
    transition-duration: 1.5s
}

.wheelnav-piemenu-title-selected-0 {
    transform: translate(0px, 20px)
}

.wheelnav-piemenu-title-selected-1 {
    transform: translate(-15px, 15px)
}

.wheelnav-piemenu-title-selected-2 {
    transform: translate(-20px, 4px)
}

.wheelnav-piemenu-title-selected-3 {
    transform: translate(-15px, -15px)
}

.wheelnav-piemenu-title-selected-4 {
    transform: translate(0px, -20px)
}

.wheelnav-piemenu-title-selected-5 {
    transform: translate(15px, -20px)
}

.wheelnav-piemenu-title-selected-6 {
    transform: translate(20px, 0px)
}

.wheelnav-piemenu-title-selected-7 {
    transform: translate(15px, 20px)
}

#wheelnav-piemenu-slice-0 {
    fill: #2780b8
}

#wheelnav-piemenu-slice-1 {
    fill: #614697
}

#wheelnav-piemenu-slice-2 {
    fill: #7c7c7c
}

#wheelnav-piemenu-slice-3 {
    fill: #d81c7a
}

#wheelnav-piemenu-slice-4 {
    fill: #de2a1c
}

#wheelnav-piemenu-slice-5 {
    fill: #dd6d01
}

#wheelnav-piemenu-slice-6 {
    fill: #fcbd00
}

#wheelnav-piemenu-slice-7 {
    fill: #6fab47
}

.circle_prize_main {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    background: red
}

.circle_inner_div {
    position: absolute;
    width: 201px;
    height: 201px;
    background: #01aef0;
    border-radius: 50%;
    text-align: center;
    top: 156px;
    z-index: 99;
    left: 103px;
    color: #fff;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 197px
}

.circle_prize_main p {
    margin: 0;
    color: #fff;
    font-size: 37px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home_max_grid_row {
    max-width: 1000px;
    margin: 0 auto;
    position: relative
}

.home_user_icon img {
    max-width: 125px !important;
    margin-top: 50px
}

.description_home.become_member h6 {
    padding-left: 23px;
    font-size: 17px
}

.description_home.become_member h5 {
    padding-left: 23px;
    font-size: 17.98px;
}

.contact_detail_sidebar {
    margin-bottom: 35px
}

.contact_detail_sidebar p {
    margin-bottom: 0
}

.contact_detail .so-widget-sow-editor .textwidget p,
.contact_detail .so-widget-sow-editor .textwidget a {
    font-size: 16px;
    color: #000;
}

.about_setion_thired_row {
    max-width: 100%;
    margin: 0 auto;
    padding: 60px
}

.about_setion_thired_row>.panel-grid-cell {
    max-width: 1100px;
    margin: 0 auto
}

.about_setion_thired_row>.panel-grid-cell ul li {
    font-size: 17.98px;
    margin-bottom: 15px;
}

.about_us_page_bottom_gap .siteorigin-widget-tinymce.textwidget {
    margin-bottom: 35px
}

.contact_us_page_sub_heading h3 {
    font-size: 19px;
    color: #000;
    font-family: "aileronregular"
}

#contact_us_section_row_first div#pgc-49-1-2 {
    margin-top: 100px
}

.pie_circle {
    position: relative
}

.circle_content_main {
    position: absolute;
    left: 45px;
    max-width: 319px;
    top: 535px;
    width: 20%
}

.circle_content_main.circle_right_side_text {
    left: auto;
    right: 45px
}

.circle_content_inner {
    color: #de2a1c;
    text-align: right;
    font-size: 15px
}

.circle_logo_inner_section {
    height: 190px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    width: 190px;
    border-radius: 50%;
    position: relative;
    /*    border: 4px solid red;*/
}

.circle_logo_inner_section img {
    max-width: 125px;
    text-align: center;
    margin: 0 auto;
    line-height: 84px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.main_circle_section {
    width: 100%;
    max-width: 600px;
    height: 450px;
    margin: 0 auto;
    background: #fff;
    position: relative
}

.circle_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

li.circle_container {
    list-style: none;
    cursor: pointer
}

li.circle_container:focus,
li.circle_container:active {
    outline: 0
}

li.circle_container {
    /*border-bottom:70px solid #1379b7;
    border-left:20px solid transparent;
    border-right:28px solid transparent;*/
    background-image: url("../images/wheel_part.png");
    height: 110px;
    width: 95px;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    background-size: cover;
    /*border-top-left-radius:30px;
    border-top-right-radius:30px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;*/
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-in-out
}

li.circle_container img {
    max-width: 37px;
    margin-top: 16px
}

.show_services_circle {
    height: 100%
}

.show_services_circle ul {
    height: 100%;
    position: relative;
    padding: 0;
    max-width: 550px;
    margin: 0 auto
}

li.circle_container:first-child {
    bottom: 114px;
    left: 146px;
    transform: rotate(52deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(52deg);
    -o-transform: rotate(52deg) translateZ(1px);
    -moz-transform: rotate(52deg) translateZ(1px)
}

li.circle_container:nth-child(2) {
    bottom: 196px;
    left: 116px;
    transform: rotate(98deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(98deg);
    -o-transform: rotate(98deg) translateZ(1px);
    -moz-transform: rotate(98deg) translateZ(1px);
    /*border-bottom:70px solid #5a4798*/
}

li.circle_container:nth-child(3) {
    bottom: 273px;
    left: 155px;
    transform: rotate(144deg) translateZ(1px);
    -o-transform: rotate(144deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(144deg);
    -moz-transform: rotate(144deg) translateZ(1px);
    /*border-bottom:70px solid #838383*/
}

li.circle_container:nth-child(4) {
    bottom: auto;
    left: 238px;
    transform: rotate(188deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(188deg);
    -o-transform: rotate(188deg) translateZ(1px);
    -moz-transform: rotate(188deg) translateZ(1px);
    top: 76px;
    /*border-bottom:70px solid #d90979*/
}

li.circle_container:nth-child(5) {
    bottom: auto;
    left: 316px;
    transform: rotate(233deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(233deg);
    -o-transform: rotate(233deg) translateZ(1px);
    -moz-transform: rotate(233deg) translateZ(1px);
    top: 117px;
    /*border-bottom:70px solid #e3010f*/
}

li.circle_container:nth-child(6) {
    bottom: auto;
    left: auto;
    transform: rotate(277deg) translateZ(1px);
    -moz-transform: rotate(277deg) translateZ(1px);
    -o-transform: rotate(277deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(277deg);
    top: 198px;
    right: 116px;
    /*border-bottom:70px solid #d86b02*/
}

li.circle_container:nth-child(7) {
    bottom: auto;
    left: auto;
    transform: rotate(320deg) translateZ(1px);
    -o-transform: rotate(320deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(320deg);
    -moz-transform: rotate(320deg);
    top: 271px;
    right: 152px;
    /*border-bottom:70px solid #fcbe07*/
}

li.circle_container:nth-child(8) {
    bottom: auto;
    left: auto;
    transform: rotate(360deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(360deg);
    -o-transform: rotate(360deg) translateZ(1px);
    -moz-transform: rotate(360deg) translateZ(1px);
    top: 304px;
    right: 231px;
    /*border-bottom:70px solid #6dac41*/
}

.circle_container p {
    margin: 0;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70px;
    text-align: left;
    overflow: hidden;
    font-family: "aileronregular"
}

li.circle_container:first-child img {
    margin-top: 7px;
    transform: rotate(-64deg) translateZ(1px);
    -o-transform: rotate(-64deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(-64deg);
    -moz-transform: rotate(-64deg) translateZ(1px);
    margin-left: -6px
}

li.circle_container:first-child p {
    transform: rotate(-50deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(-50deg);
    -o-transform: rotate(-50deg) translateZ(1px);
    -moz-transform: rotate(-50deg) translateZ(1px);
    text-align: center;
    margin: -6px 0 0 -3px
}

li.circle_container:nth-child(2) img {
    transform: rotate(-90deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(-90deg);
    -o-transform: rotate(-90deg) translateZ(1px);
    -moz-transform: rotate(-90deg) translateZ(1px);
    margin-top: 16px;
    margin-left: -10px
}

li.circle_container:nth-child(2) p {
    transform: rotate(-98deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(-98deg);
    -o-transform: rotate(-98deg) translateZ(1px);
    -moz-transform: rotate(-98deg) translateZ(1px);
    text-align: center;
    margin: -25px 0 0 4px
}

li.circle_container:nth-child(3) img {
    transform: rotate(-144deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(-144deg);
    -o-transform: rotate(-144deg) translateZ(1px);
    -moz-transform: rotate(-144deg) translateZ(1px);
    margin-top: 32px;
    margin-left: -20px
}

li.circle_container:nth-child(3) p {
    transform: rotate(-144deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(-144deg);
    -o-transform: rotate(-144deg) translateZ(1px);
    -moz-transform: rotate(-144deg) translateZ(1px);
    text-align: center;
    margin: -45px 0 0 -6px
}

li.circle_container:nth-child(4) img {
    transform: rotate(172deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(172deg);
    -o-transform: rotate(172deg) translateZ(1px);
    -moz-transform: rotate(172deg) translateZ(1px);
    margin-top: 32px;
    margin-left: 6px
}

li.circle_container:nth-child(4) p {
    transform: rotate(-188deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(-188deg);
    -o-transform: rotate(-188deg) translateZ(1px);
    -moz-transform: rotate(-188deg) translateZ(1px);
    text-align: center;
    margin: -49px 0 0 -12px
}

li.circle_container:nth-child(5) img {
    transform: rotate(130deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(130deg);
    -o-transform: rotate(130deg) translateZ(1px);
    -moz-transform: rotate(130deg) translateZ(1px);
    margin-top: 32px;
    margin-left: 19px
}

li.circle_container:nth-child(5) p {
    transform: rotate(-232deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(-232deg);
    -o-transform: rotate(-232deg) translateZ(1px);
    -moz-transform: rotate(-232deg) translateZ(1px);
    text-align: center;
    margin: -43px 0 0 -19px;
    width: 76px
}

li.circle_container:nth-child(6) img {
    transform: rotate(84deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(84deg);
    -o-transform: rotate(84deg) translateZ(1px);
    -moz-transform: rotate(84deg) translateZ(1px);
    margin-top: 18px;
    margin-left: 18px
}

li.circle_container:nth-child(6) p {
    transform: rotate(-274deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(-274deg);
    -o-transform: rotate(-274deg) translateZ(1px);
    -moz-transform: rotate(-274deg) translateZ(1px);
    text-align: center;
    margin: -28px 0 0 -20px
}

li.circle_container:nth-child(7) img {
    transform: rotate(53deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(53deg);
    -o-transform: rotate(53deg) translateZ(1px);
    -moz-transform: rotate(53deg) translateZ(1px);
    margin-top: 8px;
    margin-left: 15px
}

li.circle_container:nth-child(7) p {
    transform: rotate(-318deg) translateZ(1px);
    -o-transform: rotate(-318deg) translateZ(1px);
    -webkit-transform: translateZ(1px) rotate(-318deg);
    -moz-transform: rotate(-318deg) translateZ(1px);
    text-align: center;
    margin: -8px 0 0 -16px;
    width: 77px
}

li.circle_container:nth-child(8) img {
    margin-top: 5px
}

li.circle_container:nth-child(8) p {
    margin-top: -5px
}

li.circle_container.active_circle_container:nth-child(1),
li.circle_container:hover:nth-child(1) {
    transform: rotate(52deg) scale(1.3) translateZ(1px);
    -webkit-transform: rotate(52deg) translateZ(1px) scale(1.3);
    -o-transform: rotate(52deg) scale(1.3) translateZ(1px);
    -moz-transform: rotate(52deg) scale(1.3) translateZ(1px)
}

li.circle_container.active_circle_container:nth-child(2),
li.circle_container:hover:nth-child(2) {
    transform: rotate(98deg) scale(1.3) translateZ(1px);
    -webkit-transform: rotate(98deg) translateZ(1px) scale(1.3);
    -o-transform: rotate(98deg) scale(1.3) translateZ(1px);
    -moz-transform: rotate(98deg) scale(1.3) translateZ(1px)
}

li.circle_container.active_circle_container:nth-child(3),
li.circle_container:hover:nth-child(3) {
    transform: rotate(144deg) scale(1.3) translateZ(1px);
    -webkit-transform: rotate(144deg) translateZ(1px) scale(1.3);
    -o-transform: rotate(144deg) scale(1.3) translateZ(1px);
    -moz-transform: rotate(144deg) scale(1.3) translateZ(1px)
}

li.circle_container.active_circle_container:nth-child(4),
li.circle_container:hover:nth-child(4) {
    transform: rotate(188deg) scale(1.3) translateZ(1px);
    -o-transform: rotate(188deg) scale(1.3) translateZ(1px);
    -webkit-transform: rotate(188deg) translateZ(1px) scale(1.3);
    -moz-transform: rotate(188deg) scale(1.3) translateZ(1px)
}

li.circle_container.active_circle_container:nth-child(5),
li.circle_container:hover:nth-child(5) {
    transform: rotate(233deg) scale(1.3) translateZ(1px);
    -webkit-transform: rotate(233deg) translateZ(1px) scale(1.3);
    -o-transform: rotate(233deg) scale(1.3) translateZ(1px);
    -moz-transform: rotate(233deg) scale(1.3) translateZ(1px)
}

li.circle_container.active_circle_container:nth-child(6),
li.circle_container:hover:nth-child(6) {
    transform: rotate(277deg) scale(1.3) translateZ(1px);
    -webkit-transform: rotate(277deg) translateZ(1px) scale(1.3);
    -o-transform: rotate(277deg) scale(1.3) translateZ(1px);
    -moz-transform: rotate(277deg) scale(1.3) translateZ(1px)
}

li.circle_container.active_circle_container:nth-child(7),
li.circle_container:hover:nth-child(7) {
    transform: rotate(320deg) translateZ(1px) scale(1.3);
    -o-transform: rotate(320deg) scale(1.3) translateZ(1px);
    -moz-transform: rotate(320deg) scale(1.3) translateZ(1px);
    -webkit-transform: rotate(320deg) translateZ(1px) scale(1.3)
}

li.circle_container.active_circle_container:nth-child(8),
li.circle_container:hover:nth-child(8) {
    transform: rotate(360deg) scale(1.3) translateZ(1px);
    -webkit-transform: rotate(360deg) translateZ(1px) scale(1.3);
    -o-transform: rotate(360deg) scale(1.3) translateZ(1px);
    -moz-transform: rotate(360deg) scale(1.3) translateZ(1px)
}

.ajax_loader {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999
}

.ajax_loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-width: 50px
}

body #service_load_data .row {
    margin-right: 0;
    margin-left: 0
}

.row_gray_bg {
    background: #f3f3f3;
    padding: 35px 0
}

.energy_about_row .col-md-6 h1,
.energy_about_row .col-md-12 h1 {
    margin: 0 0 20px;
    font-size: 22px;
    color: #000;
    font-family: "aileronregular";
    letter-spacing: .66px
}

.energy_about_row .col-md-6 p,
.energy_about_row .col-md-12 p {
    font-size: 17.98px;
    color: #000;
}

.energy_about_row .col-md-6,
.energy_about_row .col-md-12 {
    padding: 0 50px
}

.container.grid_icon_box {
    padding: 40px 15px
}

.main_row_title {
    font-size: 22px;
    color: #000;
    font-family: "aileronregular";
    letter-spacing: .66px;
    margin: 0 0 50px
}

ul.icon_grid {
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%
}

ul.icon_grid li {
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 33%;
    padding: 0 25px;
    margin-bottom: 35px;
    vertical-align: top
}

ul.icon_grid li .grid_icon_img {
    margin-bottom: 25px
}

ul.icon_grid li .grid_icon_heading_para h3 {
    font-family: "aileronregular";
    font-size: 18px;
    color: #000;
    letter-spacing: .54px
}

ul.icon_grid li .grid_icon_heading_para p {
    font-size: 16px;
    color: #000;
}

.white_shadow_box {
    background: #fff;
    padding: 30px 27px;
    min-height: 264px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3)
}

.white_shadow_box>img {
    display: block;
    margin: 0 auto 20px
}



.row_blue_bg {
    background: #00a6e4
}

.space_top_and_bottom {
    padding: 40px 15px
}

.compare_section_ul {
    padding-left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 0
}


.main_row__sub_title {
    font-size: 18px;
    color: #333;
    margin: 0 auto 35px;
    max-width: 800px
}


.health_about_row .col-md-12 {
    max-width: 800px;
    margin: 0 auto;
    float: none
}

ul.icon_grid.grid_four_icon.icon_grid li {
    width: 24%;
    vertical-align: top;
    padding: 0 15px
}

.blue_sub_heading_services p {
    text-align: center;
    color: #00aeef;
    font-family: "aileronregular";
    font-size: 19px
}

.feture_image_home_page {
    margin-top: 35px
}

.home_max_grid_row1 {
    padding: 40px 15px
}

.section_first_list_item * {
    font-family: "aileronregular"
}

.section_first_list_item {
    margin: 15px 0
}

.section_first_list_item h3 {
    color: #333;
    font-size: 19px;
}

.section_first_list_item ul {
    padding-left: 20px
}

.section_first_list_item ul li {
    list-style: none;
    font-size: 17.98px;
    position: relative;
    color: #333;
}

.section_first_list_item ul li:before {
    content: "";
    height: 7px;
    width: 7px;
    background: #333;
    border: 2px solid;
    border-color: #333;
    position: absolute;
    left: -15px;
    top: 9px
}

.section_first_list_item ul li:nth-child(2):before {
    background: #333;
    border-color: #333
}

.section_first_list_item ul li:nth-child(2) {
    color: #333
}

.section_first_list_item ul li:nth-child(3):before {
    background: #333;
    border-color: #333
}

.section_first_list_item ul li:nth-child(3) {
    color: #333
}

.sitemap_page_editor p {
    font-size: 32px;
    margin-bottom: 35px
}

.sitemap_page_editor ul {
    margin-left: 10px
}

.sitemap_page_editor ul li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px
}

.sitemap_page_editor ul li a {
    font-size: 18px;
    border-bottom: 1px solid #00aeef;
    color: #00aeef;
}

.sitemap_page_editor ul li:before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: -20px;
    top: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%
}

body .finance_title_heading_custom {
    float: none
}

.finance_grid_container {
    float: none;
    margin: 35px auto 0;
    position: relative
}

.grid_finance_white_box {
    width: 44%;
    display: inline-block;
    text-align: center;
    margin: 0 20px 40px;
    vertical-align: top
}

.grid_finance_white_box h3 {
    font-family: "aileronregular";
    font-size: 22px;
    color: #00a2de
}

.grid_finance_white_box p {
    font-size: 15px;
    color: #00a2de;
    margin-bottom: 0;
    line-height: 20px;
    letter-spacing: 0
}

.container.small_container {
    max-width: 850px;
    width: 100%
}

.comptaible_finance_row * {
    color: #fff
}

.comptaible_finance_row h1 {
    font-size: 22px;
    font-family: "aileronregular";
    margin-top: 55px
}

.comptaible_finance_row p {
    font-size: 15px;
    margin-bottom: 0
}

.book_check_row h1 {
    font-size: 20px;
    font-family: "aileronregular";
    color: #000;
    line-height: 34px
}

.book_check_row h1 span {
    color: #00A2DE
}

.border_right_side_col {
    border-right: 2px solid rgba(128, 128, 128, 0.29)
}

.book_check_row_bottom_section .col-md-6 p {
    font-size: 16px;
    color: #000;
    text-align: center;
    max-width: 380px;
    margin: 15px auto 0
}

a.navbar-brand {
    height: auto;
    float: none;
    width: auto;
    max-width: 100%;
    display: block;
    padding: 0;
    max-height: 120px;
}

.energy_about_row .col-md-12.coming_soon_heading h1 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 60px;
    letter-spacing: 1.5px
}

.energy_about_row .col-md-12 h1 span {
    color: #00aeef
}

.coming_soon_img img {
    margin: 0 auto
}

.health_about_row.coming_soon_top_section_row .col-md-12 {
    max-width: 1090px
}

.desktop_hidden {
    display: none
}

p.alert_error {
    position: absolute;
    color: red;
    margin-bottom: 0;
    margin-top: 5px
}

#registration_form_ID .row .col-md-6 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49%
}

.postion_relative {
    position: relative
}

.form_loader {
    position: absolute;
    top: 6px;
    left: 200px
}

.form_loader img {
    max-width: 36px
}



#past_events_winners .slider_inner_container {
    padding: 35px 15px
}
.feature_data_top_border:after {
    content: "";
    background: #fff;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 15px;
    max-width: 530px;
    transform: translateX(-50%);
}

.feature_data_top_border {
    position: relative;
}

.home_page_video p {
    margin-bottom: 0;
}

.home_page_video iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 450px;
    max-width: 800px;
}


.social_icon_footer>ul {
    margin-bottom: 0;
}

.social_icon_footer>ul>li a {
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    display: block;
    margin: 0;
    border: 2px solid #fff;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.social_icon_footer>ul>li a:hover,
.social_icon_footer>ul>li a:active,
.social_icon_footer>ul>li a:focus {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.social_icon_footer>ul>li>a:hover i,
.social_icon_footer>ul>li>a:active i,
.social_icon_footer>ul>li>a:focus i {
    color: #fff;
}

.social_icon_footer>ul>li>a i {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.footer_menu_col {
    /*    margin: 3px 0;*/
}

.copyright_col {
    margin: 0px;
}

.social_icon_footer {
    margin: 16px 0;
}

.social_icon_footer .list-inline li {
    padding-left: 1px;
    padding-right: 1px;
}

.blue_sub_heading_services_home_page.blue_sub_heading_services p {
    color: #333;
}



.sucess_registration_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    opacity: 0;
    transform: scale(0);
}

.sucess_registration_popup.sucess_registration_popup_open {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}

.inner_sucess_registration_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
}

.sucess_registration_popup .inner_sucess_registration_popup {
    transform: translate(-50%, -50%) scale(1);
}



.terms_and_description_popup_data {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    opacity: 0;
    transform: scale(0);
}

.terms_and_description_popup_data.terms_and_description_popup_data_open {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}

.inner_terms_and_description_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
}

.terms_and_description_popup_data .inner_terms_and_description_popup {
    transform: translate(-50%, -50%) scale(1);
}

.popup_data.terms_and_description_popup_data_inner {
    padding: 25px 20px;
    max-height: 600px;
    overflow-y: auto;
    ;
}

.popup_close_button_terms_and_description {
    position: absolute;
    right: -18px;
    top: -15px;
    cursor: pointer;
}


.popup_sign_up_link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    opacity: 0;
    transform: scale(0);
}

.popup_sign_up_link.show_popup_sign_up_link {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}

.inner_popup_sign_up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
}

.show_popup_sign_up_link .inner_popup_sign_up {
    transform: translate(-50%, -50%) scale(1);
}

.popup_close_button {
    position: absolute;
    right: -18px;
    top: -15px;
    cursor: pointer;
}

.popup_data {
    padding: 50px 45px;
}

.popup_data p {
    font-size: 21px;
}

.popup_data a {
    display: block;
    background: #00a2de;
    padding: 10px 10px;
    text-align: center;
    max-width: 200px;
    margin: 30px auto 0 auto;
    width: 100%;
    color: #fff;
    font-size: 21px;
    border-radius: 21px;
}

/*
****************************************

Perfect Shape circle for pantagon 

****************************************
*/
.benefit_services_circle_container {
    position: relative;
    width: 27em;
    height: 27em;
    border-radius: 50%;
    padding: 0;
    list-style: none;
    margin: 5em auto 5em;
    /*    border: 5px solid red;*/
}

.inner-benefit_services_circle_container {
    position: relative;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    padding: 0;
    list-style: none;
    margin: 3.5em auto 0;
    border: solid 5px tomato;
}

.benefit_services_circle_container ul>* {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5em;
    width: 8em;
    height: 8em;
    cursor: pointer;
}

.benefit_services_circle_container ul {
    height: 100%;
    padding-left: 0;
    margin: 0;
}

.benefit_services_circle_container ul>*:nth-of-type(1) {
    transform: rotate(-28deg) translate(9em, 4.5em) rotate(202deg)
}

.benefit_services_circle_container ul>*:nth-of-type(2) {
    transform: rotate(19deg) translate(9.9em, 3.5em) rotate(199deg)
}

.benefit_services_circle_container ul>*:nth-of-type(3) {
    transform: rotate(93deg) translate(10em, -2.5em) rotate(-189deg)
}

.benefit_services_circle_container ul>*:nth-of-type(4) {
    transform: rotate(127deg) translate(9.4em, -1em) rotate(-175deg)
}

.benefit_services_circle_container ul>*:nth-of-type(5) {
    transform: rotate(188deg) translate(7.9em, -3em) rotate(-193deg)
}

.benefit_services_circle_container ul>*:nth-of-type(6) {
    transform: rotate(267deg) translate(5.1em, -6em) rotate(-222deg)
}

.benefit_services_circle_container ul>*:nth-of-type(7) {
    transform: rotate(290deg) translate(7.6em, -3em) rotate(-205deg)
}

.benefit_services_circle_container ul>*:nth-of-type(8) {
    transform: rotate(277deg) translate(7.1em, 5.8em) rotate(-147deg)
}

.rectangle {
    width: 100px;
    height: 110px;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.benefit_services_circle_container ul>*:nth-of-type(1) .rectangle {
    background-image: url("../images/wheel.entertainment.png");
}

.benefit_services_circle_container ul>*:nth-of-type(2) .rectangle {
    background-image: url("../images/wheel.enews.png");
}

.benefit_services_circle_container ul>*:nth-of-type(3) .rectangle {
    background-image: url("../images/wheel.health.png");
}

.benefit_services_circle_container ul>*:nth-of-type(4) .rectangle {
    background-image: url("../images/wheel.telco.png");
}

.benefit_services_circle_container ul>*:nth-of-type(5) .rectangle {
    background-image: url("../images/wheel.travel.png");
}

.benefit_services_circle_container ul>*:nth-of-type(6) .rectangle {
    background-image: url("../images/wheel.energy.png");
}

.benefit_services_circle_container ul>*:nth-of-type(7) .rectangle {
    background-image: url("../images/wheel.finance.png");
}

.benefit_services_circle_container ul>*:nth-of-type(8) .rectangle {
    background-image: url("../images/wheel.cash_prize.png");
}

.benefit_services_circle_container ul>* .icon_and_text_center {
    font-size: 20px;
    color: #fff;
}

.benefit_services_circle_container ul>* .icon_and_text_center p {
    margin: -15px 0 0 0;
    font-size: 14px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.benefit_services_circle_container ul>*:nth-of-type(1) .icon_and_text_center {
    transform: rotate(-12deg) rotate(199deg) translate(-1px, -28px);
}

.benefit_services_circle_container ul>*:nth-of-type(1) .icon_and_text_center p {
    margin-top: -11px;
}

.benefit_services_circle_container ul>*:nth-of-type(2) .icon_and_text_center {
    transform: rotate(18deg) translate(3px, 30px) rotate(125deg)
}

.benefit_services_circle_container ul>*:nth-of-type(2) .icon_and_text_center img {
    margin-left: -27px;
    transform: translate(0px, 14px);
}

.benefit_services_circle_container ul>*:nth-of-type(2) .icon_and_text_center p {
    max-width: 100%;
    margin-top: 1px;
    margin-left: -12px;
}

.benefit_services_circle_container ul>*:nth-of-type(3) .icon_and_text_center {
    transform: rotate(102deg) translate(19px, -6px) rotate(-5deg);
}

.benefit_services_circle_container ul>*:nth-of-type(4) .icon_and_text_center {
    transform: rotate(232deg) translate(-19px, -5px) rotate(-185deg);
}

.benefit_services_circle_container ul>*:nth-of-type(4) .icon_and_text_center p {
    margin: 0 11px 0 0;
    text-align: center;
    transform: translate(-6px, -3px);
}

.benefit_services_circle_container ul>*:nth-of-type(4) .icon_and_text_center img {
    max-width: 37px;
    margin: 15px auto 0 auto;
    transform: rotate(-10deg);
}

.benefit_services_circle_container ul>*:nth-of-type(5) .icon_and_text_center {
    transform: rotate(185deg) translate(0px, -23px) rotate(-178deg);
}

.benefit_services_circle_container ul>*:nth-of-type(5) .icon_and_text_center img {
    max-width: 38px;
}

.benefit_services_circle_container ul>*:nth-of-type(5) .icon_and_text_center p {
    margin-top: -5px;
}

.benefit_services_circle_container ul>*:nth-of-type(6) .icon_and_text_center {
    transform: rotate(268deg) translate(-19px, -12px) rotate(-303deg);
}

.benefit_services_circle_container ul>*:nth-of-type(6) .icon_and_text_center img {
    margin-left: 16px;
    max-width: 40px;
}

.benefit_services_circle_container ul>*:nth-of-type(6) .icon_and_text_center p {
    margin-top: -3px;
}

.benefit_services_circle_container ul>*:nth-of-type(7) .icon_and_text_center {
    transform: rotate(290deg) translate(-21px, -1px) rotate(-375deg);
}

.benefit_services_circle_container ul>*:nth-of-type(8) .icon_and_text_center {
    transform: rotate(290deg) translate(-31px, -3px) rotate(-421deg);
}

.benefit_services_circle_container ul>.active_circle_container .rectangle {
    transform: scale(1.2);
}

.benefit_services_circle_container ul>li:hover .rectangle,
.benefit_services_circle_container ul>li:active .rectangle,
.benefit_services_circle_container ul>li:focus .rectangle {
    transform: scale(1.2);
}

#lat_date_upcoming_event,
#lat_time_upcoming_event {
    display: none;
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(1) {
    transform: rotate(-22deg) translate(9em, 4.5em) rotate(202deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(5) {
    transform: rotate(194deg) translate(7.9em, -3em) rotate(-193deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(3) {
    transform: rotate(99deg) translate(10em, -2.5em) rotate(-189deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(7) {
    transform: rotate(296deg) translate(7.6em, -3em) rotate(-205deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(4) {
    transform: rotate(133deg) translate(9.4em, -1em) rotate(-175deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(8) {
    transform: rotate(283.5deg) translate(7.1em, 5.8em) rotate(-147deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(6) {
    transform: rotate(271.5deg) translate(5.1em, -6em) rotate(-222deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(2) {
    transform: rotate(25deg) translate(9.9em, 3.5em) rotate(198deg);
}

.variation_deff .rectangle {
    width: 96px;
    height: 105px;
}

.variation_deff.benefit_services_circle_container ul>* .icon_and_text_center p {
    font-size: 12px;
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(1) .icon_and_text_center {
    transform: rotate(-18deg) rotate(199deg) translate(-1px, -28px);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(2) .icon_and_text_center {
    transform: rotate(13deg) translate(3px, 30px) rotate(125deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(3) .icon_and_text_center {
    transform: rotate(96deg) translate(19px, -6px) rotate(-5deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(4) .icon_and_text_center {
    transform: rotate(227deg) translate(-13px, -5px) rotate(-185deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(5) .icon_and_text_center {
    transform: rotate(175deg) translate(7px, -24px) rotate(-178deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(6) .icon_and_text_center {
    transform: rotate(252deg) translate(-22px, -17px) rotate(-303deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(7) .icon_and_text_center {
    transform: rotate(284deg) translate(-21px, -1px) rotate(-375deg);
}

.variation_deff.benefit_services_circle_container ul>*:nth-of-type(8) .icon_and_text_center {
    transform: rotate(284deg) translate(-31px, -4px) rotate(-421deg);
}

.video_in_template {
    background-color: #f3f3f3;
}

.sign_up_head_bg {
    background: #01b3f1;
    text-align: center;
    padding: 23px 0px;
    color: #fff;
    font-size: 30px;
    border-radius: 11px 10px 0px 0px;
}

.full_form_area {
    width: 100%;
}

.check_terms {
    color: #01b3f1;
}

span.check_terms a {
    text-decoration: underline;
}

.join_now_form {
    max-width: 600px;
}

.alert_error_age {
    top: 20px;
}

.bottom_spacer {
    margin-bottom: 40px;
}

div#about_page_setion_first_row_id {
    background-position: top right !important;
}

.entertainment_grid_btn button {
    text-transform: uppercase;
    font-size: 16.24px;
    background: transparent;
    color: #00a2de;
    display: block;
    text-align: center;
    max-width: 235px;
    padding: 11px 10px;
    border-radius: 15px;
    border: 2px solid #00a2de;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-in-out;
    letter-spacing: .49px;
    width: 100%;
    margin: 40px auto 40px auto;
}

.entertainment_grid_btn button:hover {
    background: #00a2de;
    color: #fff;
}

.entertainment_grid img.img-responsive {
    margin: 0 auto;
}

.entertainment_grid {
    margin-top: 50px;
}


.bg_color_white {
    background: #fff;
}

.page-template-join_now .floating_lable_form_design .float-label-control label {
    z-index: 9;
}

.footer_nav_join_page ul li {
    padding-bottom: 0;
}

.footer_nav_join_page ul li a {
    color: #000;
}

footer.join_now_footer {
    margin: 40px 0;
}

.join_now_copyright_text p {
    margin-bottom: 0;
    margin-top: 5px;
}

.footer_nav_join_page ul li:nth-child(2) {
    display: none;
}

#wrappercontainer {
    margin-top: 109px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-banner {
    min-height: calc(100vh - 88px) !important;
    padding:70px;
}
.banner-section-info {   
    padding: 20px;
    display: inline-block;
    position: relative;
    max-width: 680px;
    width: 100%;
}
.banner-section-info:before{
    background: rgb(0 0 0 / 35%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(2px);
}
.banner-section-info h1 {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom:18px;
    margin-top: 0;
    position: relative;
}
.banner-section-info h1 span {
    color: #FCBF1B;
}
.banner-section-info h3 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    margin: 0;
    position: relative;
    font-weight: 500;
}
.home-about-section p {
    font-size: 24px;
    text-align: center;
    max-width: 1120px;
    margin: 0 auto;
    line-height: 45px;
}
.home-about-section p strong{
    color: #5BB8BD;
}
.call-action a {
    background: #fff;
    border-radius: 16px;
    padding: 21px 16px;
    display: inline-block;
    margin-top: 120px;
    color: #1D1D1F;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
.about-content h3 {
    color: #1D1D1F;
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 50px;
}
.about-content p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
}
.about-content {
    padding-left: 50px;
}

.contact-left-content {
    padding: 42px 37px;
    display: inline-block;
    position: relative;
}
.contact-left-content:before {
    background: rgba(244, 240, 228, 70%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(2px);
}
.contact-left-content p {
    color: #146266;
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    letter-spacing: 0.25px;
    margin-bottom:0px;
    max-width: 645px;
}
.contact-section > .container > .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sow-features-feature {
    background: #FFFFFF99;
    padding: 40px 24px;
    border-radius: 10px;
    text-align: left !important;
    transition: all 0.3s;
}

.contact-section {
    background-image: url("../images/contact-bg.png");
    background-size: cover;
    background-position: center center;
    padding: 60px 15px;
    position: relative;
}
.contact-section-form {
    background: #FEC70B;
    padding: 35px 45px;
    border-radius: 30px;
    max-width: 530px;
    text-align: left;
}

.contact-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.4;
}
.contact-section-form h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}
.contact-section-form .form-note {
    margin-bottom: 32px;
}
.contact-section-form .form-fields input[type="email"],
.contact-section-form .form-fields input[type="text"],
.contact-section-form .form-fields textarea {
    border-radius: 4px;
    border: none;
    padding: 15px 10px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 18px;
}
.contact-section-form .form-fields textarea{
    resize: none;
    height: 134px;
}
.wpcf7-acceptance > span{
    margin-left: 0;
}
.wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-acceptance label input[type="checkbox"]{
    margin-right: 15px;
}
.wpcf7-acceptance label span{
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    line-height: 18px;
}
.form-note p {
    font-size: 18px;
    font-weight: 500;
    color: #1D1D1F;
    line-height: 27px;
}

.contact-section-form .form-fields input[type="submit"] {
    background: #1D1D1F;
    color: #fff;
    width: 100%;
    border-radius: 24px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    padding: 10px;
    border: none;
}
.contact-section-form .form-fields input[type="submit"]:disabled{
     opacity: 0.6;
}
.contact-section-form .form-fields input[type="submit"]:hover {
    background: #fff;
    color: #000;
}


section.footer-widget-section {
    background: #12211e;
}
section.footer-widget-section .container {
    padding: 120px 15px;
    border-bottom: 1px solid #fff;
}
section.footer-widget-section h3 {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}
section.footer-widget-section h4 {
    font-size: 28px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 18px;
}
a.mail-link {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 50px;
    display: block;
    text-decoration: underline;
}
p.footer-address {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.footer-widget-section ul {
    padding-left: 0;
}
.footer-widget-section ul li {
    list-style: none;
}
.footer-widget-section ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}
ul.social-media li {
    display: inline-block;
    margin-right: 16px;
}
.page.page-id-105 section.contact-section {
    display: none;
}
.footer-contact-widget{
    float: right;
}
.navbar-nav>li.menu-item-has-children:hover .dropdown-menu{
    display: block;
}
.dropdown-menu>li>a { 
    padding: 10px 20px !important; 
    color: #333 !important; 
    font-size: 18px !important;
    transition: all 0.3s;
}
#bs-example-navbar-collapse-1 ul li a{
    transition: all 0.3s;
}
#bs-example-navbar-collapse-1 ul li a:hover {
    color: #5BB8BD;
}
.dropdown-menu>li>a:hover{
    color: #5BB8BD !important
}
.main-section-heading {
    color: #146266;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
}
.main-section-heading.left-align{
    justify-content: flex-start;
    text-transform: inherit;
}

.main-section-heading::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 5px;
    background: #146266;
    border-radius: 2px;
    left: 50%;
    margin-left: -100px;
    bottom: -6px;
}
.main-section-heading.left-align::before{
    left: 0;
    margin-left: 0px;
}
.main-section-heading::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: -6px;
    background: #fdd466;
   animation: section-title-run-center 5s infinite linear;
}
.main-section-heading.left-align::after {
   animation: section-title-run 5s infinite linear;
}

@keyframes section-title-run {
    0% {
        left: 0px;
    }
    50% {
        left: 195px;
    }
    100% {
        left: 0px;
    }
}

@keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -100px;
    }
    50% {
        left: 50%;
        margin-left: 65px;
    }
    100% {
        left: 50%;
        margin-left: -100px;
    }
}

.about-us-section .main-section-heading{
    margin-bottom: 50px;
}


.consultancy-services h2 {
    margin-top: 0;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 78px;
}
.s-grid h3, .s-grid a {
    color: #fff;
    background: #146266;
    display: inline-block;
    padding: 8px;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 0;
	min-width:297px;
}
.s-grid a:hover {
    background: #fcbf1b;
}
.s-grid p {
    color: #6E6E73;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
}
.s-grid {
    text-align: center;
    position: relative;
    max-width: 476px;
    margin-bottom: 48px;
}
ul.s-grid-ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.service-left-grid .s-grid {
    margin-bottom: 0px;
}
.service-right-grid .s-grid {
    margin-bottom: 0px;
}
.service-left-grid li:first-child {
    min-height: 316px;
}
ul.s-grid-ul.service-right-grid li:first-child {
    padding-left: 0px;
    min-height: 316px;
}
.service-left-grid li:first-child {
    padding-right: 0px;
}
.view-detail-btn a {
    background: linear-gradient(89.87deg, #FDC410 40.02%, #FDD466 59.98%);
    border-radius: 4px;
    display: inline-block;
    padding: 16px;
    color: #1D1D1F;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s;
}
.panel-row-style{
    position: relative;
}
.about-us-section.panel-row-style:after {
    content: "";
    background: url(https://futurevuesolutions.com/wp-content/uploads/2025/03/about-arrow.png);
    position: absolute;
    left: 0;
    height: 100%;
    width: 20%;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
}

.about-us-section .container {
    max-width: 1200px;
}
.about-founder-section {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding: 0 9%;
}

.view-detail-btn a:hover{
    background: linear-gradient(90deg, #FDD466 40%, #FDC410 60%);
}
.view-detail-btn {
    text-align: center;
    top: -40px;
    position: relative;
}
.s-grid-div-head{
    justify-content: center;
    display: flex;
}
.form-fields > div {
    margin-bottom: 24px;
}
.About-img img {
    width: 100%;
    padding-right: 50px;
}
.about-us-section h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #1D1D1F;
}
.about-us-section p {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
}
.services-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10%;
}
.service-img-div {
    padding: 0 50px;
    margin-bottom: 65px;
}

.why-choose-grid {
    position: relative;
    background: rgb(255 255 255 / 60%);
    padding: 40px 24px;
    border-radius: 10px;
    min-height: 300px;
    transition: all 0.3s;
}
.why-choose-grid.why-grid-hover-disable {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.why-choose-grid h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1D1D1F;
    margin-bottom: 16px;
    margin-top: 20px;
}
.why-choose-grid p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.why-choose-grid h2 {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.why-choose-grid.active {
    background: #FEC70A;
}
.why-choose-grid.why-grid-hover-disable:hover{
    background: rgb(255 255 255 / 60%) !important;
}
.container.why-choose-container {
    width: auto;
    max-width: 1150px;
}
.why-choose-grid.why-grid-hover-disable p {
    font-size: 16px;
    line-height: 22px;
}
.service-page-grid h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 20px;
}
.service-page-grid p {
    font-size: 16px;
    margin-bottom: 20px;
}
.service-page-grid {
    max-width: 600px;
    position: relative;
}
.service-page-grid-img {
    position: relative;
}
.service-page-grid-img img {
    width: 100%;
}
.service-page-grid-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #5BB8BD;
    opacity: 0.3;
    border-radius: 18px;
    transition: all 0.3s;
}
.service-page-grid-img:hover:before {
    opacity: 0;
}
.service_heading h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
}
.contact-page-banner {
    min-height: 500px;
}
.contact-information {
    padding: 50px 20px;
}
.contact-information .panel-grid-cell h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-information .panel-grid-cell {
    text-align: center;
}
.contact-information .panel-grid-cell p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.contact-page-contact-form-section {
    max-width: 600px;
    padding-right: 45px;
}
.contact-page-contact-form-section h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 0px;
}
.contact-page-contact-form-section p {
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 30px;
}
.contact-form-contact-page .form-fields label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
}
.contact-form-contact-page .form-fields input[type="text"],
.contact-form-contact-page .form-fields input[type="email"],
.contact-form-contact-page .form-fields textarea {
    background: #eeeeee;
    border: none;
    border-radius: 8px;
    padding: 15px 15px;
    font-size: 14px;
    width: 100%;
    line-height: 21px;
    font-weight: 400;
}

span.yellow-color {
    color: #FCBF1B;
}
.sow-tabs-panel-container{
    background: transparent !important;
}
.contact-form-contact-page .form-fields textarea{
    resize: none;
    height: 150px;
}

.contact-form-contact-page .form-fields input[type="submit"]{
    background: #FDC410;
    border-radius: 16px;
    padding: 16px;
    display: inline-block;
    margin-top: 0px;
    color: #1D1D1F;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border: none;
    width: 100%;
}

.about-us-info-section {
    margin-top: -175px;
	margin-bottom:30px
}
.about-us-name-info h5 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    color: #5BB8BD;
}
.about-us-name-info p {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}
.about-us-name-info ul {
    padding-left: 0px;
    margin-top: 15px;
}
.about-us-name-info ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
}
.about-us-name-info ul li img{
    max-width: 48px;
}
.about-us-info-bio {
    padding: 70px 80px 26px 80px;
}
.about-us-info-bio-left ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-right: 100px;
}
.about-us-info-bio-left ul li {
    border-bottom: 1px solid #C7C7C7;
    display: inline-flex;
    padding: 22px 0px;
    align-items: center;
    justify-content: start;
}
.about-us-info-bio-left ul li:last-child{
    border-bottom: none;
}
.about-us-info-bio-left ul li strong:first-child {
    background: #5BB8BD;
    margin-right: 20px;
    display: inline-block;
    padding: 2px 4px;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
}
.about-us-info-bio-left ul li strong:last-child {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.about-us-info-bio-right p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}
.about-us-info-bio-right a.call-action-about {
    background: linear-gradient(89.87deg, #FDC410 40.02%, #FDD466 59.98%);
    border-radius: 4px;
    display: inline-block;
    padding: 16px;
    color: #1D1D1F;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s;
    margin-top: 40px;
}
.about-us-info-bio-right a.call-action-about:hover {
    background: linear-gradient(90deg, #FDD466 40%, #FDC410 60%);
}
img {
    max-width: 100%;
}
.navbar-default .navbar-brand{
    max-width: 180px;
}

.timeline {
    position: relative;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}
        .timeline:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #000;
}
.timeline-item:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    background: #FDCE4A;
    height: 2px;
    width: 40%;
    transition: width 2s ease-in-out;
}
/*.timeline-item.in-view:before{
    width: 40%;
}*/

        .timeline-item {
            position: relative;
            margin-bottom: 50px;
        }
        .timeline-icon {
            position: absolute;
            left: 26px;
            width: 30px;
            height: 30px;
            background: #5BB8BD;
            border-radius: 50%;
            text-align: center;
            color: #fff;
            line-height: 40px;
            font-size: 18px;
            z-index: 2;
			top: 50%;
			transform: translateY(-50%);
			display: flex;
			align-items: center;
			justify-content: center;
				}
		.timeline-icon img {
			visibility: hidden;
			max-width: 20px;
		}
		.timeline .timeline-item:last-child {
			margin-bottom: 0;
		}
/* 		.timeline:after {
			content: "";
			background: #000;
			height: 35px;
			width: 35px;
			position: absolute;
			left: 25px;
			top: -22px;
			border-radius: 50%;
		} */
		
        .timeline-content {
            background: #EEEEEE;
            padding: 20px;
            border-radius: 5px;
            position: relative;
            margin-left: 40%; 
        }
        .timeline-content:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #EEEEEE transparent transparent;
    transform: translateY(-50%);
}
body .sow-tabs-tab-container {
    padding: 0 !important;
	margin-bottom: 24px;
}
body .sow-tabs-tab-container .sow-tabs-tab {
    margin: 0 5px !important;
	flex: auto;
}
body .sow-tabs-tab-container .sow-tabs-tab:last-child {
    margin-right: 0px !important;
}
body .sow-tabs-tab-container .sow-tabs-tab:first-child {
    margin-left: 0px !important;
}
body .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
    padding: 0px!important;
}
body .sow-tabs-title.sow-tabs-title-icon-left {
    justify-content: center;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab{
	border-radius: 4px !important;
}
.sow-tabs-panel .sow-tabs-panel-content .row {
    display: flex;
    align-items: center;
}
.sow-tabs-panel-content img {
    filter: opacity(0.8);
    transition: all 900ms ease-out;
}
.sow-tabs-panel-content img:hover {
    filter: none;
}

body .mobile-service-section{
    display: none !important;  
}

#bs-example-navbar-collapse-1 {
    position: absolute;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
}
body .dropdown-menu{
    background-color: #FCBF1B;
    border: none;
}

body .about-us-section {
    background-repeat: no-repeat !important;
}

.footer-contact-widget-1 > div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}
.footer-contact-widget-1 > div img {
    max-width: 28px;
    min-width: 28px;
}
.footer-contact-widget-1 > div a,
.footer-contact-widget-1 > div address{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    margin:0px;
}
.footer-contact-widget-1 > div a.text-underline{
    text-decoration: underline;
}
.container.contact-section-container {
    max-width: 1272px;
}
.row.services-grid-row {
    margin-top: 190px;
}
.row.services-grid-row > .col-lg-6 {
    margin-top: -100px;
}
.spotlight_section {
    max-width: 710px;
    text-align: center;
    margin: 0 auto;
}
#toggleButton {
    background: linear-gradient(89.87deg, #FDC410 40.02%, #FDD466 59.98%);
    border-radius: 4px;
    display: block;
    padding: 15px 30px;
    color: #1D1D1F;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    margin: 35px auto 20px auto;
    text-align: center;
}
#toggleButton:hover {
    background: linear-gradient(90deg, #FDD466 40%, #FDC410 60%);
}

 #image {
    display: none;
    max-width: 100%;
    height: auto;
}
.about-us-info-section-new {
    background: #fff;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border: 4px solid #5BB8BD;
    padding: 30px 60px;
    margin-bottom: 50px;
    border-radius: 16px;
}
.about-founder-image {
    margin-top: -170px;
}
.about-founder-image img {
    max-width: 257px !important;
}
.about-us-banner-section{
    position: relative;
}
.about-us-banner-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
}
.row.about-us-banner {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}
.row.about-us-banner .about-us-right-column {
    background: rgba(217, 217, 217,  0.9);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row.about-us-banner .about-us-right-column > div {
    max-width: 620px;
    margin: -70px auto 0 auto;
}
.about-us-banner .about-us-right-column h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 40px;
}
.about-us-banner .about-us-right-column p{
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 15px;
}
.about-us-banner .about-us-right-column p.green-color{
    color: #146266;
}
.about-us-left-column.col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
}
.text {
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    color: #fff;
    font-size: 74px;
    line-height: 90px;
    text-transform: uppercase;
}
.text.active {
    opacity: 1;
    transform: translateY(0);
}
.timeline-content h2 {
    font-size: 24px;
    color: #5BB8BD;
    font-weight: 600;
    margin-bottom: 20px;
}
.timeline-content ul {
    padding-left: 0;
}
.timeline-content ul li {
    list-style: none;
	line-height:32px;
}
.timeline-content p{
	line-height:32px;
}
.timeline-content ul.with_bullet {
    padding-left: 25px;
}
.timeline-content ul.with_bullet li {
    list-style: disc;
}
.why-choose-container .textwidget img {
    max-width: 65px;
}
.sow-tabs-panel-content h2 {
    margin-bottom: 24px;
}
.sow-tabs-panel-content p {
    line-height: 27px;
}
.page.page-id-209 section.contact-section {
    display: none;
}
.font-icon {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    font-size: 31px;
}
.font-icon:hover{
	background: #5BB8BD;
	color: #fff;
}
span.font-icon-social {
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #f8f8f8;
    border-radius: 50%;
    font-size: 24px;
    color: #5BB8BD;
}
span.font-icon-social:hover{
	background-color: #5BB8BD;
	color:#ffffff;
}

@media (min-width: 2000px) {
    .container {
        width: 1500px;
    }

    div#about_page_setion_first_row_id {
        min-height: 770px;
    }
}

@media screen and (max-width: 1400px) {
    .main_section_row_home1 .panel-grid-cell:last-child {
        width: 43% !important
    }

    .main_section_row_home1 .panel-grid-cell:first-child {
        padding: 45px 0 45px 50px
    }

    .main_section_member_first .panel-grid-cell:first-child {
        padding: 20px 10px 30px 50px !important
    }
}

@media screen and (max-width: 1200px) {
    #bs-example-navbar-collapse-1 ul li a {
        font-size: 16px
    }

    .main_heading_title p {
        font-size: 42px
    }

    .white_shadow_box.health_white_box_equal {
        height: 320px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {
    #bs-example-navbar-collapse-1 ul li a {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px
    }

    .site-title {
        margin: 15px auto
    }

    section#header_main {
        padding: 10px 0
    }

    div#wrappercontainer {
        margin-top: 70px
    }

    .main_section_row_home1 .panel-grid-cell:first-child {
        padding: 70px 12px 70px 50px
    }

    .main_section_row_home1 .panel-grid-cell:last-child {
        width: 50% !important
    }

    .footer_navigation li {
        padding: 0 10px
    }

    .main_heading_title p {
        font-size: 40px;
        line-height: 45px
    }

    .about_setion_second_row .panel-grid-cell {
        padding: 50px !important
    }

    .ipad_padding_lose {
        padding: 80px 0 !important
    }

    .grid_boxed_layout {
        padding: 0 20px
    }

    .grid_boxed_layout .panel-last-child p {
        font-size: 18px
    }

    .main_section_member_first .panel-grid-cell:first-child {
        padding: 15px 5px 30px 25px !important
    }

    .col-20-percent {
        padding: 0
    }

    .col-20-percent img {
        max-width: 100%
    }

    .grid_inner_col h1 {
        font-size: 18px
    }

    .grid_inner_col strong {
        font-size: 22px
    }

    .grid_col {
        margin-bottom: 40px
    }

    .main_heading_title_responsiive {
        margin-top: 0
    }

    .footer_navigation li {
        padding: 0 4px
    }

    .footer_navigation li:after {
        right: -1px;
    }
    .footer-contact-widget {
        float: none;
        text-align: left;
    }
    .banner-section-info h1,
    .contact-left-content p,
    .banner-section-info h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .banner-section-info h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .call-action a {
        font-size: 20px;
        line-height: 26px;
    }
    .home-about-section p {
        font-size: 20px;
        max-width: 100%;
        padding: 0 20px;
    }
    .contact-section-form {
        padding: 50px 20px;
    }
    .container_footer p{
        font-size: 15px;
    }
    .container_footer {
        padding: 15px 0;
    }
    section.footer-widget-section .container {
        padding: 30px 15px 0px 15px;
    }
    .footer-widget-section ul li a img {
        max-width: 28px;
    }
    .consultancy-services h2,
    .service_heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .s-grid h3 {
        padding: 8px 12px;
        font-size: 20px;
        line-height: 30px;
    }
    .s-grid p {
        font-size: 18px;
        line-height: 24px;
    }
    .view-detail-btn a {
        padding: 14px;
        font-size: 18px;
        line-height: 20px;
    }
    .about-us-section h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .about-us-section p {
        font-size: 18px;
        line-height: 22px;
    }
    .service-page-grid h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .service-page-grid p {
        font-size: 15px;
    }
    .about-us-name-info h5 {
        font-size: 32px;
        line-height: 36px;
    }
    .about-us-name-info p {
        font-size: 22px;
        line-height: 24px;
    }
    .about-us-info-bio {
        padding: 45px 20px 26px 20px;
    }
    .about-us-info-bio-left ul {
        padding-right: 25px;
    }
    .about-us-info-bio-left ul li strong:first-child {
        font-size: 18px;
        line-height: 28px;
    }
    .about-us-info-bio-left ul li strong:last-child {
        font-size: 14px;
        line-height: 20px;
    }
    .about-us-info-bio-right p {
        font-size: 14px;
        line-height: 28px;
    }
    .contact-page-contact-form-section h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .contact-page-form-section {
        padding: 30px 20px 30px 20px !important;
    }

}

@media screen and (max-width: 960px) {
    body header .container {
        width: 100%;
        padding: 10px 20px;
    }

    .floating_lable_form_design .col-md-4.registration_sidebar_col {
        width: 38%
    }

    .floating_lable_form_design .rgistration_box_container .row .col-md-8 {
        width: 62%
    }

    body .container {
        width: 90%
    }

    .mobile_menu {
        padding: 0
    }

    body .main_section_row_home1 .panel-grid-cell:first-child {
        margin-bottom: 35px !important;
        margin-top: 25px
    }

    .main_section_row_home1 .panel-grid-cell:last-child {
        width: 100% !important
    }

    .home_user_icon img {
        float: left
    }

    .energy_page_white_box .col-md-5 {
        max-width: 500px;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto
    }

    ul.icon_grid.grid_four_icon.icon_grid li {
        width: 49%
    }

    .grid_finance_white_box {
        width: 100%;
        margin: 0 auto;
        max-width: 500px
    }

    .book_check_row h1 {
        font-size: 17px
    }

    .white_shadow_box {
        margin: 0 auto 35px;
        max-width: 500px
    }

    .half-circle {
        width: 470px;
        height: 250px;
        margin: 100px auto 90px;
    }

    .data_half_circle_ul li img {
        max-width: 70px;
    }

    .circle_member img {
        max-width: 190px;
    }

    .circle_member {
        bottom: -30px;
    }

    .data_half_circle_ul li p {
        font-size: 14px;
    }

    .data_half_circle_ul li:first-child {
        bottom: -65px;
    }

    .data_half_circle_ul li:nth-child(5) {
        bottom: -65px;
    }

    .data_half_circle_ul li:nth-child(2) {
        left: -67px;
        top: 62px;
    }

    .data_half_circle_ul li:nth-child(4) {
        right: -67px;
        top: 62px;
    }

    .data_half_circle_ul li:nth-child(3) {
        top: -36px;
    }

    .white_shadow_box.health_white_box_equal {
        height: auto;
    }

    .container_footer .row>div {
        text-align: center;
    }
    .container_footer .row>div:last-child {
        margin: 0px 0 0px 0;
    }

    body .footer_menu_inner {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .social_icon_footer .list-inline li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .app_doownload_icon {
        margin: 9px auto;
        float: none !important;
        max-width: 349px;
    }

    .social_icon_footer {
        margin: 15px 0 9px 0;
    }
    div#wrappercontainer {
        margin-top: 78px;
    }
    .contact-page-contact-form-section {
        max-width: 100%;
        padding-right: 0;
    }

    .contact-left-content {
        margin-bottom: 35px;
    }
    .contact-section-form {
        max-width: 100%;
        float: none;
    }
    .s-grid {
        max-width: 100%;
        margin-bottom: 35px;
    }
    .service-left-grid li:first-child {
        padding-right: 0;
        min-height: 1px;
    }
    .service-left-grid .s-grid {
        margin-bottom: 35px;
    }
    ul.s-grid-ul.service-right-grid li:first-child {
        padding-left: 0;
        margin-top: 35px;
        min-height: 1px;
    }
    .footer-logo {
        margin-bottom: 35px;
    }
    .service-right-grid .s-grid {
        margin-bottom: 35px;
    }
    .view-detail-btn{
        top: 0;
    }
    .service-img {
        text-align: center;
    }
    .About-img img {
        padding-right: 0;
    }
    .service-page-grid {
        max-width: 100%;
    }
    .contact-left-content {
        margin-bottom: 35px;
    }
    .contact-section-form {
        max-width: 100%;
        float: none;
    }

}

@media screen and (max-width: 880px) {
    #bs-example-navbar-collapse-1 ul li a {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center
    }

    .enq_grid .so-widget-sow-editor .siteorigin-widget-tinymce .show_inquirie_grid .grid_col .row1 .grid_inner_col h1 {
        font-size: 16px
    }

    .main_section_row_home1 {
        padding: 10px
    }

    a.navbar-brand {
        max-width: 123px
    }

    ul.icon_grid li {
        width: 49%
    }
}

@media screen and (max-width: 768px) {
    .responsive_wrap {
        padding: 0 10px
    }

    .container_footer .col-md-6.col-xs-12 {
        text-align: center
    }

    #contact_us_section_row_first div#pgc-49-1-2 {
        margin-top: 25px
    }

    section#header_main {
        padding: 0
    }

    .icon_bar .navbar-header.mobile_menu .navbar-toggle {
        margin: 11px 18px 0 0
    }

    .boxed_layout {
        max-width: 100%;
        padding: 0 15px
    }

    .footer_navigation {
        float: none;
        text-align: center;
        display: inline-block
    }

    .footer_menu_inner {
        float: none;
        margin-top: 15px
    }

    .footer_navigation li {
        float: none;
        display: inline-block;
        text-align: center
    }

    .floating_lable_form_design .col-md-4.registration_sidebar_col {
        width: 100%;
        position: relative;
        height: auto;
        padding: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .floating_lable_form_design .registration_sidebar_col .inner_registration_sidebar {
        position: relative;
        top: 0;
        transform: translateY(0%);
        padding: 35px 20px
    }

    .floating_lable_form_design .rgistration_box_container .row .col-md-8 {
        width: 100%;
        float: none
    }

    .ipad_hidden {
        display: none
    }

    .desktop_hidden {
        display: block
    }
}

@media screen and (max-width: 767px) {
	#menu-item-65 ul {
    display: none !important;
}
#menu-item-65 span.caret {
    display: none;
}
    .join_now_heading_text h1 {
        font-size: 25px;
        line-height: 33px;
        padding: 0 10px;
    }

    .free_assessment_row>.container>div {
        margin-bottom: 35px
    }

    .free_assessment_row>.container>div:last-child {
        margin-bottom: 0
    }

    ul.icon_grid li {
        width: 100%
    }

    .border_right_side_col {
        border-right: none
    }

    ul.icon_grid.grid_four_icon.icon_grid li {
        width: 100%;
        max-width: 400px;
        margin: 15px auto
    }

    .comptaible_finance_row>div {
        margin-bottom: 35px
    }

    .comptaible_finance_row>div:last-child {
        margin-bottom: 0
    }

    .compare_section_ul li {
        margin-bottom: 25px
    }

    .compare_section_ul li:last-child {
        margin-bottom: 0
    }

    body .container {
        width: 100%
    }

    .energy_about_row .col-md-6,
    .energy_about_row .col-md-12 {
        padding: 0
    }

    .energy_about_row .col-md-12.coming_soon_heading h1 {
        line-height: 36px
    }

    .space_top_and_bottom {
        padding: 15px 0
    }

    #registration_form_ID .row .col-md-6 {
        width: 100%;
    }

    div#wrapper {
        overflow-x: hidden;
    }

    div#service_load_data p {
        padding: 0 20px;
    }

    div#id_counter_parent li p {
        padding: 0;
    }

    .start_btn_contact {
        width: 100%;
        max-width: 190px;
    }

    .pie_section_content p {
        padding: 0 20px;
    }
    .header-wrapper {
        display: block;
        padding: 12px 0px;
    }
    .navbar-collapse {
        position: fixed;
        left: 0;
        height: 100vh !important;
        background: #000;
        width: 80%;
        max-width: 230px;
        top: 0;
        margin-left: -400px;
    }
    .navbar-collapse.in{
        margin-left: 0px;
    }
    #bs-example-navbar-collapse-1 ul li a{
        text-align: left;
    }
    .icon_bar .navbar-header.mobile_menu .navbar-toggle {
        margin: 10px 0px;
        background-color: #5BB8BD;
        border: none;
    }
    .header-wrapper {
        padding: 0px 0px;
    }
    .hero-banner {
        padding: 20px;
    }
    .banner-section-info h1, 
    .contact-left-content p, 
    .banner-section-info h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .banner-section-info h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .call-action a {
        font-size: 16px;
        line-height: 22px;
        padding: 10px;
        margin-top: 30px;
    }
    .call-action a img {
        max-width: 20px;
    }
    .home-about-section p {
        font-size: 19px;
    }
    .why-choose-grid h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .why-choose-grid {
        padding: 20px 20px;
        min-height: 1px;
    }
    .why-choose-grid h3 {
        font-size: 20px;
    }
    .consultancy-services h2, .service_heading h2 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 35px;
    }
    .row.services-grid-row {
        margin-top: 0;
    }
    .row.services-grid-row > .col-lg-6 {
        margin-top: 0;
    }
    br:after {
        content: " ";
    }

    br {
        content: "";
    }
    .about-founder-image {
        margin-top: 0;
    }
    .row.about-us-banner {
        min-height: 1px;
        display: block;
    }
    .about-us-left-column.col-md-6 {
        display: block;
        margin-top: 88px;
    }
    .row.about-us-banner .about-us-right-column > div {
        margin: 0px auto 0 auto;
    }
    .text {
        font-size: 45px;
        line-height: 57px;
        padding: 0 30px;
    }
    .about-us-banner .about-us-right-column h2{
        font-size: 35px;
        margin-bottom: 20px;
    }
    .about-us-info-section-new{
        padding: 30px 25px;
        border: 2px solid #5BB8BD;
    }
    .about-us-banner .about-us-right-column p {
        font-size: 18px;
        line-height: 26px;
    }

    .row.about-us-banner .about-us-right-column {
        min-height: 1px;
        display: flex;
        padding: 15px 30px;
        margin-top: 250px;
    }
    .service-img-div {
        padding: 0px;
        margin-bottom: 35px;
    }
    .s-grid h3 {
        padding: 6px 10px;
        font-size: 18px;
        line-height: 28px;
        width: 100%;
    }
    .about-us-section h3 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    .about-us-section p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .form-note p {
        font-size: 15px;
        line-height: 20px;
    }
    section.footer-widget-section h3{
        font-size: 20px;
    }
    p.footer-address{
        font-size: 15px;
        margin-bottom: 25px;
    }
    a.mail-link{
        margin-bottom: 25px;
    }
    .contact-section{
        padding: 60px 0px;
    }
	.timeline-content {
    	margin-left: 95px;
	}
    body .hide-mobile-service-section{
        display: none !important;
    }
    body .mobile-service-section{
        display: flex !important;  
    }
    body .sow-accordion-panel .sow-accordion-panel-header {
        font-size: 16px;
        font-weight: 500;
        line-height: 31px;
        padding: 10px 15px 10px 15px !important;
        margin-bottom: 20px;
    }
    body .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header {
        background: #5bb8bd !important;
    }
    body .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border{
        overflow: hidden !important;
        background-color: transparent !important;
        padding: 0 !important;
    }
    .sow-accordion-panel-content h2 {
        font-size: 18px !important;
    }
    .sow-accordion-panel-content p {
        font-size: 15px !important;
        font-weight: 400;
        line-height: 23px;
    }
    .s-grid-div-head {
        display: block;
    }
    


}

@media screen and (max-width: 700px) {
    .circle_logo_inner_section {
        height: 100px;
        background: #fff;
        width: 100px
    }

    .circle_logo_inner_section img {
        max-width: 100%
    }

    .show_services_circle ul {
        max-width: 290px;
        height: 290px;
        border: 7px solid #fff;
        border-radius: 50%;
        margin: 80px auto 0
    }

    .main_circle_section {
        width: 290px
    }

    li.circle_container:first-child {
        bottom: 30px;
        left: 18px
    }

    li.circle_container:nth-child(2) {
        bottom: 104px;
        left: -11px
    }

    li.circle_container:nth-child(3) {
        bottom: 176px;
        left: 19px
    }

    li.circle_container:nth-child(4) {
        left: 95px;
        top: -2px
    }

    li.circle_container:nth-child(5) {
        left: 168px;
        top: 29px
    }

    li.circle_container:nth-child(6) {
        top: 102px;
        right: -12px
    }

    li.circle_container:nth-child(7) {
        top: 175px;
        right: 18px
    }

    li.circle_container:nth-child(8) {
        top: 209px;
        right: 92px
    }

    .half-circle {
        width: 380px;
        height: 210px;
        margin: 100px auto 55px;
    }

    .data_half_circle_ul li img {
        max-width: 55px;
    }

    .circle_member img {
        max-width: 140px;
    }

    .circle_member {
        bottom: 0px;
    }

    .data_half_circle_ul li p {
        font-size: 12px;
    }

    .data_half_circle_ul li:first-child {
        bottom: -40px;
    }

    .data_half_circle_ul li:nth-child(5) {
        bottom: -40px;
    }

    .data_half_circle_ul li:nth-child(2) {
        left: -72px;
        top: 37px;
    }

    .data_half_circle_ul li:nth-child(4) {
        right: -72px;
        top: 37px;
    }

    .data_half_circle_ul li:nth-child(3) {
        top: -28px;
    }

    .inner_feature_data {
        padding: 20px 15px;
    }

}

@media screen and (max-width: 550px) {
    .half-circle {
        width: 250px;
        height: 158px;
    }

    .circle_member img {
        max-width: 85px;
    }

    .data_half_circle_ul li:nth-child(2) {
        left: -92px;
        top: 22px;
    }

    .data_half_circle_ul li:nth-child(4) {
        right: -92px;
        top: 22px;
    }

    .data_half_circle_ul li p {
        font-size: 10px;
    }

    .data_half_circle_ul li:nth-child(3) {
        top: -36px;
    }

    .our_level_btn {
        max-width: 300px;
        margin: 0 auto;
    }

    .inner_popup_sign_up {
        max-width: 300px;
    }

}

@media screen and (max-width: 480px) {
    .benefit_services_circle_container {
        width: 20em;
        height: 20em;
        margin: 8em auto 8em;
        /*        border: 5px solid red; */
    }

    .variation_deff .rectangle {
        width: 70px;
        height: 80px;
    }

    .benefit_services_circle_container ul>* {
        margin: -4em;
        width: 6em;
        height: 6em;
    }

    .variation_deff.benefit_services_circle_container ul>* .icon_and_text_center p {
        font-size: 9px;
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(1) {
        transform: rotate(-27deg) translate(94px, 54px) rotate(206deg);
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(5) {
        transform: rotate(194deg) translate(75.9px, -27px) rotate(-193deg);
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(7) {
        transform: rotate(296deg) translate(78px, -25px) rotate(-205deg);
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(3) {
        transform: rotate(99deg) translate(104px, -32px) rotate(-189deg);
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(4) {
        transform: rotate(148deg) translate(89px, -38px) rotate(-188deg);
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(8) {
        transform: rotate(283.5deg) translate(72px, 62px) rotate(-147deg)
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(2) {
        transform: rotate(23deg) translate(106px, 38px) rotate(198deg)
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(6) {
        transform: rotate(271.5deg) translate(52px, -54px) rotate(-222deg);
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(7) .icon_and_text_center {
        transform: rotate(282deg) translate(-12px, -6px) rotate(-375deg);
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(8) .icon_and_text_center {
        transform: rotate(281deg) translate(-22px, -5px) rotate(-421deg);
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(1) .icon_and_text_center img {
        max-width: 45px;
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(1) .icon_and_text_center {
        transform: rotate(-20deg) rotate(199deg) translate(1px, -25px);
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(2) .icon_and_text_center {
        transform: rotate(13deg) translate(4px, 27px) rotate(125deg);
    }

    .benefit_services_circle_container ul>*:nth-of-type(2) .icon_and_text_center img {
        max-width: 42px;
    }

    .benefit_services_circle_container ul>*:nth-of-type(2) .icon_and_text_center p {
        margin-top: 7px;
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(3) .icon_and_text_center img {
        max-width: 40px;
        margin-bottom: 8px;
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(3) .icon_and_text_center {
        transform: rotate(96deg) translate(17px, -4px) rotate(-5deg);
    }

    .benefit_services_circle_container ul>*:nth-of-type(4) .icon_and_text_center img {
        max-width: 28px;
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(4) .icon_and_text_center {
        transform: rotate(227deg) translate(-9px, -2px) rotate(-185deg);
    }

    .benefit_services_circle_container ul>*:nth-of-type(4) .icon_and_text_center p {
        margin: 0px 12px 5px 3px;
    }

    .benefit_services_circle_container ul>*:nth-of-type(5) .icon_and_text_center img {
        max-width: 29px;
    }

    .variation_deff.benefit_services_circle_container ul>*:nth-of-type(5) .icon_and_text_center {
        transform: rotate(175deg) translate(5px, -21px) rotate(-178deg);
    }

    .benefit_services_circle_container ul>*:nth-of-type(6) .icon_and_text_center img {
        max-width: 30px;
    }

    .benefit_services_circle_container ul>*:nth-of-type(6) .icon_and_text_center p {
        margin-top: -3px;
        margin-left: 6px;
    }

}

@media screen and (max-width: 350px) {
    .data_half_circle_ul li:first-child p {
        margin-left: 40px;
    }
}

@media (min-width: 1200px) {
    .container {
         max-width: 1500px;
        width: 100%;
    }
}


