@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff'),
        url('../fonts/SegoeUI.ttf') format('truetype'),
        url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSansCondensed-Bold.eot');
    src: url('../fonts/OpenSansCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSansCondensed-Bold.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-Bold.woff') format('woff'),
        url('../fonts/OpenSansCondensed-Bold.ttf') format('truetype'),
        url('../fonts/OpenSansCondensed-Bold.svg#OpenSansCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Ostrich_black';
    src: url('../fonts/ostrich-sans/ostrich-black-webfont.eot');
    src: url('../fonts/ostrich-sans/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ostrich-sans/ostrich-black-webfont.ttf') format('truetype'), url('../fonts/ostrich-sans/ostrich-black-webfont.svg#ostrich_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'open_sansregular';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, a{
    color: #475463;
}
a, a:hover, a:focus, a:target{
    text-decoration: none;
    color: #475463;
}
ul,li,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
i.fa{
    font-size: 20px;
    vertical-align: middle;
}
.whiteText{
    color: #ffffff;
}
.redColor{
    color: #C94B4F;
}
.lightBlueColor{
    color: #A5C2D4;
}
label{
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    font-family: 'open_sansregular';
    font-weight: 400;
}
.noMarginBottom{
    margin-bottom: 0 !important;
}
.MarginBottom5{
    margin-bottom: 5px !important;
}
.MarginBottom10{
    margin-bottom: 10px;
}
.MarginBottom20{
    margin-bottom: 20px;
}
.MarginBottom30{
    margin-bottom: 30px;
}
.MarginBottom40{
    margin-bottom: 40px;
}
.MarginBottom50{
    margin-bottom: 50px;
}
.MarginTop5{
    margin-top: 5px;
}
.MarginTop10{
    margin-top: 10px;
}
.MarginTop20{
    margin-top: 20px;
}
.MarginTop30{
    margin-top: 30px;
}
.MarginTop40{
    margin-top: 40px;
}
.MarginTop50{
    margin-top: 50px;
}
.marginR10{
    margin-right: 10px;
}
.marginLR10{
    margin-left: 10px;
    margin-right: 10px;   
}
.marginLR20{
    margin-left: 20px;
    margin-right: 20px;
}

.paddBottom30{
    padding-bottom: 30px;
}
.paddBottom50{
    padding-bottom: 50px;
}
.paddBottom80{
    padding-bottom: 80px;
}
.padd20px{
    padding: 20px;
}
.paddTop30{
    padding-top: 30px;
}
.paddTop60{
    padding-top: 60px;
}
.paddTop20{
    padding-top: 20px;
}
.paddingLR5{
    padding-left: 10px;
    padding-right: 10px;
}
.paddTB10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.paddTB20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.paddTB30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.paddTB60{
    padding-top: 60px;
    padding-bottom: 60px;  
}
.paddLR40{
    padding-left: 40px;
    padding-right: 40px;
}
.paddR20{
    padding-right: 20px;
}
.noPadLeft{
    padding-left: 0;
}
.paddR50pcent{
    padding-right: 50%;
}
.width30{
    width: 30%;
    float: left;
}
.width40{
    width: 40%;
    float: left;
}
.width50{
    width: 50%;
    float: left;
}
.width60{
    width: 60%;
    float: left;
}
.width80{
    width: 80%;
    float: left;
}
.width100{
    width: 100%;
}
/*----------input field--------------*/
input, button, button:focus, button:target{
    outline: none;
}
label.blockLabel{
    display: block;
}

/*---------------rounded button--------------*/

.lgButton{
    width: 96%;
    margin: 0 2%;
    padding: 0 20px;
    height: 58px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #C94B4F;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    color: #C94B4F;
}
.lgButton i{
    vertical-align: baseline;
    color: #C94B4F;
    margin-right: 5px;
}
.roundedButton{
    border-radius: 30px;
}

/*--------------------------*/
.form-control.InputField{
    height: 48px;
    border-radius: 4px;
    border: 1px solid #D2D4D7;
    background-color: #F2F3F4;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    font-size: 16px;
}

/*---------------------------*/

.maxwidth{
    max-width: 1220px;
    margin: auto;
}
.maxWidth1120{
    max-width: 1030px;
    margin: auto;
}
.maxWidth800{
    max-width: 800px;
    margin: auto;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: -15px;
}
.navbar-inverse{
    background-color: #475463;
}
.navbar{
    min-height: 80px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-brand{
    height: 72px;
    padding: 8px 15px 0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #161D24;
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
    min-width: 190px;
}

/*-------------------------------------*/
/*header.header{
/*position: relative;
z-index: 999;
}
.headerMenu{
margin: 0 200px;
}
.headerMenu .nav {
text-align: center;
}
.headerMenu .nav li{
display: inline-block;
}
.headerMenu .nav li a{
display: block;
padding: 0 20px;
height: 80px;
font-size: 18px;
font-family: 'Ostrich_black';
padding-top: 17px;
color: #161D24;
}
.headerMenu .nav li.active a.mainMenu{
background-color: #ffffff;
color: #C94B4F;
}
.headerMenu .nav li.active a.mainMenu i, .headerMenu .nav li.active a.mainMenu span{
color: #C94B4F;
}
.headerMenu .nav li a span, .headerMenu .nav li a i{
display: block;
color: #161D24;
}
.headerMenu .nav li a i{
margin-bottom: 7px;
}
.headerMenu .nav>li>a:focus, .headerMenu .nav>li>a:hover {
text-decoration: none;
background-color: #ffffff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
background-color: #868d95;
}
.navbar-nav>li.user-menu>.dropdown-menu{
background-color: #868d95;
border-radius: 0 0 10px 10px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.navbar-nav>li.user-menu>.dropdown-menu{
background-color: #868d95;
border-radius: 0 0 10px 10px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
border: 0px solid transparent;
min-width: 190px;
border-top: 1px solid #70757b;
padding: 0;
}
.navbar-nav>li.user-menu>a>i{
color: #ffffff;
}
.navbar-nav>li.user-menu.open>a>img,.navbar-nav>li.user-menu.open>a>i{
opacity: 0;
}
.navbar-nav>li.user-menu>.dropdown-menu li a{
color: #454f5c;
padding: 10px 20px;
}
.navbar-nav>li.user-menu>.dropdown-menu li a i{
padding-right: 15px;
color: #ffffff;
}
.mainMenu_openWrapper{
height: 60px;
background-color: #ffffff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
position: fixed;
width: 100%;
top: 80px;
left: 0;
}
.mainMenu_innerContent{
font-family: 'Open Sans Condensed';
font-size: 16px;
display: none;
}
.menuListWrap{
display: table;
width: 100%;
width: 80%;
margin: auto;
}
.menuListWrap li{
display: table-cell;
text-align: center;
}
.menuListWrap li a{
display: table-cell;
text-align: center;
padding: 20px;
display: block;
color: #475463;
opacity: 0.6;
}
.menuListWrap li a.active{
color: #C94B4F;
opacity: 1;
}
.menuListWrap li a:hover, .menuListWrap li a:focus {
color: #C94B4F;
opacity: 1;
}*/
/*.navbar-nav>li.user-menu>.dropdown-menu>li>a:focus, .navbar-nav>li.user-menu>.dropdown-menu>li>a:hover{
background-color: #ffffff;
}
.navbar-nav>li.user-menu>.dropdown-menu>li>a:focus i, .navbar-nav>li.user-menu>.dropdown-menu>li>a:hover i{
color: #868d95;
}
.navbar-nav>li.user-menu>.dropdown-menu>.active>a, .navbar-nav>li.user-menu>.dropdown-menu>.active>a:focus, .navbar-nav>li.user-menu>.dropdown-menu>.active>a:hover{
background-color: #ffffff;
}

.navbar-nav>li.user-menu>.dropdown-menu>.active>a i, .navbar-nav>li.user-menu>.dropdown-menu>.active>a:focus i, .navbar-nav>li.user-menu>.dropdown-menu>.active>a:hover i{
color: #868d95;
}*/
/*---------------------------------------*/

.logoWrap{
    width:440px; 
    text-align: center; 
}
.logoWrap a{
    display: inline-block;
}
.logo{
    display: block;
    /*height: 72px;*/
    padding-top: 0px;
    /*opacity: 0;*/
}
.user-image{
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 3px solid #C94B4F;
}
.page_content{
    margin-top: 110px;
}

/*--------------------------------------------*/

.downArrow{
    font-size: 20px;
}


/*-----------------buttons------------------*/
.btn.customButton{
    background-color: #C94B4F;
    font-size: 16px;
    color: #ffffff;
    border: 0px solid transparent;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 15px 30px;
}
.btn.customButton.boldText{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans';
}
.minWidth300{
    min-width: 300px;
}
/*----------------------------------*/


/*-----------------------------------------------------------*/
/*New Styles*/
/*-----------------------------------------------------------*/

.greyBg{
    background-color: #F9F9F9;
}
.LRsection{
    /*background-color: #ce4a4c;
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    position: relative;
    display: inline-block;
    background: #c94b4f;
    width: auto;
    height: auto;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px 15px;*/
    padding-top: 120px;
    padding-bottom: 120px;
}
.LRsectionTitle{
    margin:0 0 30px;
    /*font-size: 48px;  on date -14-08-2018*/
    font-size:  2.9257314328582145vw;
    color: #475463;
    font-family: 'Ostrich_black';
}
.maxWidth360{
    max-width: 360px;
}
.deviceContentWrap{
    /*display: table;*/
}
.leftAuto{
    margin-right: auto;
}
.deviceContentWrap img{
    max-width: 80%;
}

/*---------------------------------*/

/*.videoContentWrap{
display: table;
width: 100%;
}*/
.video_wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.videoContentWrap{
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.videoContentInner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.videoContentInner h1{
    font-size: 68px;
    /*color: #161D24;*/
    color: #fff;
    margin:100px auto 50px;
    max-width: 600px;
    font-family: 'Ostrich_black';
}
.main_container{
    background-color: #ffffff;
}
header.headerindex{
    position: absolute;
    top: 0;
    display: block;
    /*   display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;*/
    width: 100%;
    height: auto;
    z-index: 999;
}



header.header {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    display: block;
    /*   display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;*/
    width: 100%;
    height: auto;
    z-index: 999;
    background: url("../img/headerBg.jpg") no-repeat;
    background-size: cover;
}




.header_containerMain{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    /*    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;*/
    /*    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;*/
    z-index: 999;
    padding: 20px 0;
}

.header_container{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    /*    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;*/
    /*    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;*/
    z-index: 999;
    padding: 20px 0;
}
.menuListContainer.first-menu, .menuListContainer.second-menu {
    max-width: 400px;
    z-index: 2;
    margin: auto;
}
.menuListContainer.first-menu {
    max-width: 430px;
}
.first-menu .navbarNav{
    float: left;
    padding-top: 55px;
}
.second-menu .navbarNav{
    float: right;
    padding-top: 55px;
}
.navbarNav .navNavigation li{
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.navbarNav .navNavigation li a{
    display: block;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    /*color: #c94b4f;*/
    /*color: #000;*/
    color: #fff;
    font-family: 'Open Sans Condensed';
}
.headerindex .navbarNav .navNavigation li a{
    color: #fff;
}
.sticky .navbarNav .navNavigation li a{
    /*color: #000;*/
}
.headerindex .logoindexfixed {
    display: none;
}
.headerindex .logoindexfixedmob {
    display: none;
}
.headerindex .logoindex {
    display: block;
}
.sticky .logoindexfixed {
    display: block;
}
.sticky .logoindex {
    display: none;
}
@media (max-width: 1215px) {
    .headerindex .logoindexfixedmob {
        display: block;
    }
    .headerindex .logoindexfixed {
        display: none;
    }
    .headerindex .logoindex {
        display: none;
    }
    .sticky .logoindexfixedmob {
        display: none;
    }
    .sticky .logoindexfixed {
        display: block;
    }
}
.navbarNav .navNavigation li.active a{
    /*color: #000000;*/
    color: #c94b4f;
}

.pageHeading{
    padding: 60px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Ostrich_black';
}
.LeftPicWrap{
    float: left;
}
/*
.LeftPicWrap img{
max-width: 100%;
}
*/
.rightContentWrap{
    margin-left: 210px;
}
.textContent h3{
    font-size: 24px;
    color: #c94b4f;
    font-weight: bold;
    margin: 0 0 15px;
    font-family: 'Open Sans';
}
.textContent p{
    font-size: 16px;
    color: #475463;
    margin: 0 0 20px;
}
.textContent h3.smTitle{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;    
    font-family: 'open_sansregular';
    line-height: 24px;
}
.readLink{
    font-size: 16px;
    color: #c94b4f;
    font-family: 'open_sansregular';
}
.videoContentWrap .readLink{
    color: #fff;
}
.boldBorderBottom{
    height: 7px;
    border-radius: 10px;
    background-color: #ebecee;
}
.signupBlock{
    background-color: #ebecee;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.underlineLink{
    font-size: 16px;
    text-decoration: underline;
    color: #c94b4f;    
    font-family: 'open_sansregular';
}
.MarginBottom50 {
    margin-bottom: 50px;
}
a.textLink{
    font-size: 18px;
    color: #c94b4f;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
}
a.textLink.left{
    float: left;
}
a.textLink.right{
    float: right;
}
.textLink i.fa {
    color: #c94b4f;
    font-size: 24px;
    margin-right: 10px;
    vertical-align: bottom;
    line-height: 19px;
}
.textLink i.fa.fa-caret-right{
    margin-right: 0px;
    margin-left: 10px;
}
.postHead{
    font-size: 24px;
    color: #161D24;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.smallPageContent p{
    font-size: 18px;
    font-family: 'open_sansregular';
    color: #475463;
    line-height: 32px;
}
.smallPageContent p.smTextRed{
    font-size: 14px;
    color: #c94b4f;
    font-family: 'open_sansregular';
}
.smSectionHead{    
    font-size: 32px;
    color: #475463;
    font-family: 'open_sansregular';
}
.postInfoWrap span{
    font-size: 18px;
    color: #475463;
    font-family: 'open_sansregular';
}
.postInfoWrap a{
    display: inline-block;
    color: #C94B4F;
    font-size: 18px;
    font-family: 'open_sansregular';
    margin: 0 0 0 20px
}
.postInfoWrap a i{
    font-size: 24px;
    color: #C94B4F;
    margin-right: 7px;
    vertical-align: bottom;
}

.darkSection{
    display: flex;
}
.grayBg{
    background-color: #475463;
}
.blackBg{
    background-color: #161D24;
}
.videoIcon{
    text-align: center;
}
.videoIcon i{
    font-size: 72px;
    color: #ffffff;
}
.bHeading, .bHeading2{
    font-size: 45px;
    color: #161D24;
    font-family: 'Ostrich_black';
    margin: 15px 0;
}
.bHeading2{
    font-size: 28px;
    color: #ffffff;
    margin: 0px 0 30px;
}
.text{
    font-size: 16px;
    line-height: 22px;
}
.textCenteredContent{
    max-width: 90%;
    margin: auto;
}
.inlineBlock{
    display: inline-block;
    vertical-align: top;
}
.smDevicesWrap i{
    color: #ffffff;
}
i.fa-apple{
    font-size: 56px;
}
.smDevicesWrap i.fa-android{
    font-size: 56px;
}
.smDevicesWrap img{
    width:80px;
}
.iosImg img{
    width: 35px;
}
i.fa-desktop{
    font-size: 48px;
}
.height56{
    height: 56px;
}
.smDevicesWrap p{
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}
.smDevicesWrap span{
    font-size: 12px;
    color: #ffffff;
}
.webIconWrap{
    margin-left: 30px;
    padding-left: 50px;
    border-left: 1px solid #475463;
}
.lgSectionHead{
    margin: 20px 0 30px;
    text-align: center;
    font-size: 56px;
    font-family: 'Ostrich_black';
}
.partnersWrap{
    max-width: 1020px;
    margin: auto;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev  {
    position: absolute;
    bottom: 15px;
}
.owl-carousel .owl-nav .owl-next{
    float: right;
    margin-right: -50px;
    right: 0;
}
.owl-carousel .owl-nav .owl-prev{
    float: left;
    margin-left: -50px;
    left: 0;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #c94b4f;
    font-size: 0;
    vertical-align: bottom;
    line-height: 19px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
    color: #c94b4f;
}
.owl-carousel .owl-nav .owl-next:before{
    content: "\f0da";
    font-size: 48px;
}
.owl-carousel .owl-nav .owl-prev:before{
    content: "\f0d9";
    font-size: 48px;
}

/*-------------------------*/


/*--------------------*/

.smSectionTitle{
    font-size: 32px;
    color: #475463;
    font-family: 'Ostrich_black';
    margin: 0 0 30px;
}
.lgSocialIcon a{
    display: inline-block;
    margin: 0 20px;

    font-size: 48px;
}
.lgSocialIcon a i{
    color: #c94b4f;    
}




/*--------------------------footer---------------------------------*/
/*-----------------------------------------------------------*/

.footer{
    background-color: #475463;
}
.footerInner{
    padding: 50px 0px 20px 0px;
    max-width: 1220px;
    margin: auto;
}
.footerLogoText{
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    margin: 0;
    margin-bottom: 50px;
    font-family: 'Ostrich_black';
}
.footerLogoText b, .footerLogoText b sup{
    color: #ffffff;
}
.footerLogoText b sup{
    font-family: 'open_sansregular';
    font-size: 15px;
    vertical-align: top;
    top: 0;
}
.footer nav ul li{
    display: block;
    margin-bottom: 30px;
}
.footer nav ul li a{
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'open_sansregular';
}
.footerBottom{
    margin-top: 20px;
    text-align: center;
}
.fLink{
    color: #ffffff;
}
.fLink a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;background-color: #ce4a4c;
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    position: relative;
    display: inline-block;
    background: #c94b4f;
    width: auto;
    height: auto;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px 15px;
}
.fbLink{
    color: #ffffff;
}
.fbLink a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;
}
.footerBottom p{   
    margin: 10px 0 0;
    font-size: 14px;
    color: #ffffff;
}
.footerNav i.fab {
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/





.pageHeadingLarge{
    font-size: 38px;
    color: #C94B4F;
    position: relative;
}
.helpButton{
    position: absolute;
    right: 0;
    font-size: 14px;
    font-family: 'Segoe UI';
    color: #A5C2D4;
    top: 10px;
}
.helpIcon{
    width: 24px;
    margin-right: 5px;
}
.pageSubIcon{
    border-bottom: 1px solid #D2D4D7;
}
.iconButton i{
    margin-right: 7px;
    color: #C94B4F;
}


@media (max-width:1100px){
    .left_fixed_wrapper{
        margin-left: 20px;
        width: 280px;
    }
    .main_wrapper{
        margin-right: 20px;
        margin-left: 300px;
    }
    .hideMobile{
        display: none;
    }
}


@media (max-width:767px){
    body,html, .page-content, .main_wrapper{
    }
    .main_wrapper{
        position: relative;
        width: 100%;
    }

    .pageSubIcon {background-color: #ce4a4c;
        color: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        border-radius: 30px;
        margin: 0;
        text-align: center;
        font-size: 14px;
        position: relative;
        display: inline-block;
        background: #c94b4f;
        width: auto;
        height: auto;
        vertical-align: middle;
        text-decoration: none;
        padding: 10px 15px;
        background-color: #ffffff;
    }


    .mobileshow{
        display: block;
    }
    .hideMobile{
        display: none;
    }
}

@media (max-width:767px){
    .page_content {
        margin-top: 0;
    }
    .mobileHide{
        display: none;
    }
}



/*-----------------------------------------------------------*/

.menuPanelIcon{
    display: none;
}
.ScollTopHeight .ScollHiddenHeight{
    display: block;
    /* height: 140px; */
    visibility: hidden;
    margin-top: 160px;
}
/*=============================menu left mobile==========================*/

.menu_left_mobile{
    background: #ffffff;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    left: -280px;
    z-index: 9999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.menu_left_mobile{
    /*width: 100%;
    height: 100%;
    position: relative;*/
}
.menu_left_mobile_header{
    /*background: #161d24;*/
    background: url("../img/headerBg.jpg") no-repeat;
    padding: 12px 0 0 20px;
    margin-bottom: 0px;
}
.menu_left_mobile_body{
    /*padding-left: 20px;*/
    padding-top: 10px;
}

ul.mobile_menu li a{
    color:#191c1f;
    font-family: 'Ostrich_black', sans-serif;
    font-size: 18px;
    display: block;
    padding: 12px 0 8px 0;
}
/*.mobile_menu li a span.mi_block{
color:#ffffff;
}*/
.mi_block{
    display: block;
}
span.mi_block:first-child{
    width: 100%;
    padding-left: 20px;
}
.mi_block i{
    color: #ffffff;
}

ul.mobile_sub_menu li a{
    color:#161d24;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 60px;
}
ul.mobile_sub_menu li a:hover, ul.mobile_sub_menu li a.active_mobile_menu{
    color: #c94b4f;
    background: #ffffff;
}

.menu_left_mobile_footer{
    background: #161d24;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: right;
    padding: 10px 20px 10px 0;
}
.menu_left_mobile_footer span{
    vertical-align: middle;
    display: inline-block;
    color:#ffffff;
}
.menu_left_mobile_footer span i{
    color:#ffffff;
}
.menu_left_thumb{
    width: 50px;
    height: 50px;
    border: 3px solid #c94b4f;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 6px;
}
.menu_left_thumb img{
    width: 100%;
    height: auto;
}
.menu_left_user_txt{
    font-family: 'Open Sans Condensed', sans-serif;
}
.menu_left_mobile_alt{
    background: #161d24;
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.menu_left_mobile_body_alt{
    position: absolute;
    bottom: 70px;
    left: 0px;
    width: 100%;
    text-align: right;
}
.MuserWrap{
    display: block;
}
.mobile_menu_alt{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
ul.mobile_menu_alt li a{
    color:#ffffff;
    font-family: 'Ostrich_black', sans-serif;
    font-size: 18px;
    display: block;
    padding: 12px 0 8px 0;
}
.mobile_menu_alt li a span.mi_block_alt{
    color:#ffffff;
}

.mi_block_alt{
    display: inline-block;
    vertical-align: middle;
}
span.mi_block_alt:last-child{
    width: 55px;
    padding-right: 20px;
}
.mi_block_alt i{
    color: #ffffff;
}
.userOptionWrap{
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #161d24;
}
.menu_left_mobile_footer.openUseOptionWrap .userOptionWrap{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(0%);
}

/*=============================menu left mobile==========================*/

@media (max-width: 1215px){
    body {
        /*padding-top: 64px;*/
        padding-top: 92px;
    }
    .headerMenu, .mainMenu_openWrapper, .navbar-header, .nav.navbar-nav{
        display: none;
    }
    .navbar{
        min-height: 60px;
    }
    .menuPanelIcon{
        display: block;
        position: fixed;
        left: 0px;
        top: 12px;
        z-index: 1032;
        padding: 18px;
    }

    .menuPanelIcon img{
        width: 30px;
    }
}

/*---------------------custom Checkbox radio-----------------*/

.inlineBlockPos{
    display: inline-block;
    margin-left: 40px;
}
.customCheckbox {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customCheckbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #909A9D;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.customCheckbox:hover input ~ .checkmark {
    background-color: #909A9D;
}

/* When the checkbox is checked, add a blue background */
.customCheckbox input:checked ~ .checkmark{
    background-color: #C94B4F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customCheckbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*-----------------------------------*/*
.customRadio {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.RadioCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #f2f4f4;
    border-radius: 50%;
    border: 2px solid #909A9D;
}

/* On mouse-over, add a grey background color */
.customRadio:hover input ~ .RadioCheckmark {
    background-color: #f2f4f4;
    border: 2px solid #909A9D;
}

/* When the radio button is checked, add a blue background */
.customRadio input:checked ~ .RadioCheckmark {
    background-color: #F2F3F4;
    border: 2px solid #C94B4F;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.RadioCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customRadio input:checked ~ .RadioCheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customRadio .RadioCheckmark:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c94b4f;
}









/*===============================for index indranil======================================*/

.sectionVtabWrap_right, sectionVtabWrap_left{
    margin: 0 0 30px;
}
.sectionVtabWrap_right a{
    margin-bottom: 20px;
    display: table;
    margin-left: auto;
    font-size: 16px;    
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #C94B4F;
    position: relative;
    clear: both;
}
.sectionVtabWrap_left a{
    margin-bottom: 20px;
    display: table;
    margin-right: auto;
    font-size: 16px;    
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #C94B4F;
    position: relative;
    clear: both;
}
.sectionVtabWrap_right a:hover, .sectionVtabWrap_right a.activeLink, .sectionVtabWrap_left a:hover, .sectionVtabWrap_left a.activeLink{
    color: #475463;
}
.sectionVtabWrap_right a:hover:before, .sectionVtabWrap_right a.activeLink:before{
    content: "\f0da";
    position: absolute;
    right: -20px;
    width: 10px;
    height: auto;
    color: #475463;
    top: 1px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}
.sectionVtabWrap_left a:hover:before, .sectionVtabWrap_left a.activeLink:before{
    content: "\f0d9";
    position: absolute;
    left: -20px;
    width: 10px;
    height: auto;
    color: #475463;
    top: 1px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

.paddl20{
    padding-left: 20px;
}



.tabTextContentWrap{
    display: table;
    margin-left: auto;
    font-size: 16px;
}
.tabTextContentWrapL{
    display: table;
    margin-right: auto;
    font-size: 16px;
}
.deviceContentWrapL img{
    max-width: 85%;
}

.deviceContentWrapL, deviceContentWrap{
    position: relative;
}


.pr{
    position: relative;
}
.devicelinkL{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
}
.devicelinkR{    
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    padding-left: 40px;
}
.devicelinkL a, .devicelinkR a{
    position: relative;
}
.devicelinkL_inner {
    position: absolute;
    left: 80px;
    top: 0px;
}
.devicelinkL_inner span {
    display: inline-block;
    vertical-align: middle;
}
.devicelinkL_inner span:first-child {
    font-family: 'Open Sans';
    font-size: 13px;    
    color:#ffffff;
}
.devicelinkL_inner span i {
    font-size: 22px;    
    color:#ffffff;
    margin-left: 5px;
}


.display_off_alt{
    display: none;
}
/*=====================================  ================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px){
    .fit_to_oneline {
        margin-left: -20px;
    }
    .devicelinkL_inner span:first-child {
        font-size: 11px;
    }
    .devicelinkL{
        margin-left: 20px;
        /*
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%);
        width: 100%;
        text-align: center;
        */
    }
    .devicelinkR{   
        padding-left: 0px;
        /*
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translatey(-50%);
        width: 100%;
        padding-left: 40px;
        */
    }
}
/*------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .display_on{
        display: block;
    }
    /*.display_off{
    display: none;;
}*/
    .block_tab{
        margin-top: 30px;
        text-align: center;
    }
    .tabTextContentWrapL {
        display: block;
        margin-right: 0;
    }
}

/*///////////////////////////////////////////////////trying for ipadd2///////////////////////*/
@media (max-width: 992px){
    .ipadd2-custom{

    }
    .ipadd2-custom-text-content{

    }
    .ipadd2-custom-2{

    }
    /*
    .col-md-offset-0 {
    margin-left: 0;
}
    .col-md-push-6 {
    left: 50%;
}
    .col-sm-12 {
    width: auto;
    position: relative;
    margin-left: -360px;
    margin-top: 250px;
}


    .paddTop30 {
    padding-top: 30px;
    text-align: right; 
    margin-right: -80px;
}

    .tabTextContentWrap {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    text-align: right;
}
    */
}

/*===============================for index indranil======================================*/

/*----------------------By Ritesh on 16-4-2018------------------------------*/

header.headerindex.sticky{
    position: fixed;
    display: none;
    background: url(../img/headerBg.jpg) no-repeat;
    background-size: cover;
}

.LRsection{
    position: relative;
}
.section_tab_content_wrap{
    position: absolute;
    left: 58.33%;
    padding-left: 35px;
    z-index: 1;
}
.section_tab_content_wrap_left{
    position: absolute;
    right: 50%;
    padding-right: 35px;
    z-index: 1;
}
.bigPadd1{
    padding-top:286px;
}

.bigPadd2{
    padding-top:260px;
}
.LRSectionInner, .LRSectionInner2{
    display: none;
}

@media(max-width:991px){
    .bigPadd1, .bigPadd2{
        padding-top: 30px;
    }
    .maxWidth360{
        width: 100%;
        margin: 0px auto;
        max-width: 100%;
        text-align: center;
    }
    .tabTextContentWrap {
        display: table;
        margin: 0 auto;
        font-size: 16px;
    }
    .tabTextContentWrapL{
        text-align: center;
    }

}
.LeftPicWrap img{
    max-height:300px;
    max-width:200px;
}
.LeftPicWrap iframe{
    max-height:300px;
    max-width:200px;
}

@media(max-width:480px){
    .rightContentWrap{
        margin: 0;
        display: block;
        float: left;
        width: 100%;
    }
    .LeftPicWrap {
        float: left;
        width: 100%;
        text-align: center;
    }
    .LeftPicWrap img{
        max-width:100%;
    }
    .LeftPicWrap iframe{
        max-width:100%;
    }
}



/*=======================******====================================*/

.contact_us {}

.contact_us_s_heading {
    font-family: 'Open Sans';
    font-size: 22px;
    /*---------------*/
    display: inline-block;
    vertical-align: middle;
    /*--------------*/
}

.contact_form_block {}

.contact_form_sec {
    border: 1px solid #d2d4d7;
    background: #f2f3f4;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cform_hesder {
    padding: 15px 30px;
    border-bottom: 1px solid #d2d4d7;
    font-family: 'Open Sans';
    font-size: 18px;
}

.cform_conty {
    padding: 15px 30px;
}

.cform_conty input.form-control.InputField.bgcW {
    background: #ffffff;
}

.cform_conty .reqStyle {
    color: #C94B4F;
    font-size: 18px;
    font-family: 'open_sansregular';
    line-height: 18px;
}

.cform_conty .req {
    position: absolute;
    right: -12px;
    top: -2px;
}

.contact_form_sec_f .btn.customButton {
    position: relative;
    width: 200px;
}

.contact_form_sec_f .btn.customButton i.fas {
    position: absolute;
    right: 15px;
    top: 18px;
}

/*-----------------*/
.contact_us_addBlock{
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.mr30{
    margin-right: 30px;
}
.textar{
    text-align: right;
}
/*----------------*/

.contact_us_addBlock_rw {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.contact_us_addBlock_rw,
.contact_us_addBlock_rw a,
.contact_us_addBlock_rw i,
.contact_us_addBlock_rw span {
    color: #C94B4F;
}

.contact_us_addBlock_rw span {
    display: inline-block;
    vertical-align: top;
}

.contact_us_addBlock_rw span:first-child {
    /*width: 24px;*/
    margin-right: 5px;
}

.contact_us_map img {
    width: 100%;
    height: auto;
}

.tgl_btn {
    width: 200px;
    float: right;
}

.MarginTop60 {
    margin-top: 60px;
}

.marginTopsm60 {
    margin-top: 60px;
}

.swM {
    display: none;
}

.mid_price_content {
    position: relative;
    margin-top: 60px;
}

.price_txt_mid {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 29px;
}

.price_txt_big {
    font-family: 'Ostrich_black';
    font-size: 105px;
    color: #C94B4F;
    line-height: 100px;
    position: relative;
}

.price_txt_mid_sub {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 22px;
}

.price_txt_vsmall {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    bottom: 24px;
    line-height: 12px;
}

.pricing_cat_heading {
    font-family: 'Ostrich_black';
    font-size: 24px;
}

.marginRight_10 {
    margin-right: 10px;
}

.pricing_list li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #C94B4F;
    margin: 10px 0;
}

.pricing_list li i {
    color: #59b44e;
}

.pricing_table button,
.custom_btn_header button {
    width: 200px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.trial_txt {
    margin-top: 15px;
}

.trial_txt a {
    color: #C94B4F;
    font-family: 'open_sansregular';
    font-size: 17px;
    text-decoration: underline;
}

.trial_txt strong {
    color: #C94B4F;
    font-size: 18px;
}

.d_txt {
    color: rgba(71, 84, 99, 0.67);
    font-family: 'open_sansregular';
    font-size: 13px;
}

.pricing_m_h {
    min-height: 226px;
}

.testimonial_block {
    background: #f9f9f9;
    padding: 40px 0;
}

.testimonial_heading {
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Ostrich_black';
    text-align: center;
    margin-bottom: 50px;
}

.testimonial_thumb {
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffffff;
    -webkit-box-shadow: 0px 4px 7px 0px #dadada;
    -moz-box-shadow: 0px 4px 7px 0px #dadada;
    box-shadow: 0px 4px 7px 0px #dadada;
}

.testimonial_thumb img {
    width: 100%;
    height: auto;
}

.testimonial_bFont {
    min-height: 110px;
}

.testimonial_bFont p {
    font-family: 'open_sansregular';
    font-size: 24px;
}

.testimonial_sFont p {
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #C94B4F;
    line-height: 14px;
    margin-bottom: 5px;
}

.testimonial_more a {
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #C94B4F;
    text-decoration: underline;
}

.testimonial_more i {
    font-size: 16px;
    color: #C94B4F;
    margin-left: 10px;
}

.pricing_header{
    margin-top: 90px;
}





/*-------------switch---------------------------------*/

.can-toggle {
    position: relative;
}

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 136px !important;
}

.can-toggle input[type="checkbox"][disabled] ~ label {
    pointer-events: none;
}

.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
}

.can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.can-toggle label .can-toggle__label-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 32px;
}

.can-toggle label .can-toggle__switch {
    position: relative;
}

.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}

.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: #c94b4f;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(119, 119, 119, 0.5);
}

.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background: #fbfbfb;
    -webkit-box-shadow: inset 0px 0px 1px 1px #dedede;
    -moz-box-shadow: inset 0px 0px 1px 1px #dedede;
    box-shadow: inset 0px 0px 1px 1px #dedede;
}

.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #ffffff;
}

.can-toggle input[type="checkbox"]:hover ~ label {
    color: #ffffff;
}

.can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: #ffffff;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background: #fbfbfb;
    -webkit-box-shadow: inset 0px 0px 1px 1px #dedede;
    -moz-box-shadow: inset 0px 0px 1px 1px #dedede;
    box-shadow: inset 0px 0px 1px 1px #dedede;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #ffffff;
}

.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background: #fbfbfb;
    -webkit-box-shadow: inset 0px 0px 1px 1px #dedede;
    -moz-box-shadow: inset 0px 0px 1px 1px #dedede;
    box-shadow: inset 0px 0px 1px 1px #dedede;
}

.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #ffffff;
}

.can-toggle label .can-toggle__label-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.can-toggle label .can-toggle__switch {
    -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #fbfbfb;
    -webkit-box-shadow: inset 0px 0px 1px 1px #dedede;
    -moz-box-shadow: inset 0px 0px 1px 1px #dedede;
    box-shadow: inset 0px 0px 1px 1px #dedede;
}

.can-toggle label .can-toggle__switch:before {
    color: #ababb1;
}

.can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #ffffff;
}


/*.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}*/

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(98px, 0, 0);
    transform: translate3d(98px, 0, 0);
}


/*.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}*/

.can-toggle label {
    font-size: 14px;
    font-family: 'Open Sans';
}

.can-toggle label .can-toggle__switch {
    height: 38px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 136px;
    flex: 0 0 200px;
    border-radius: 100px;
}

.can-toggle label .can-toggle__switch:before {
    left: 99px;
    font-size: 12px;
    line-height: 36px;
    width: 99px;
    padding: 0 12px;
}

.can-toggle label .can-toggle__switch:after {
    top: 3px;
    left: 3px;
    border-radius: 100px;
    width: 96px;
    line-height: 32px;
    font-size: 12px;
}


/*.can-toggle label .can-toggle__switch:hover:after {
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}*/


/*-------------switch---------------------------------*/

@media only screen and (max-width: 767px) {
    .text-center-moblile {
        text-align: center;
    }
    .mid_price_content {
        margin-top: 0px;
    }
    .tgl_btn {
        float: none;
        margin: 0 auto;
    }
    .marginTopsm60 {
        margin-top: 18px;
    }
    .dpnM {
        display: none;
    }
    .swM {
        display: block;
    }
    .price_txt_vsmall {
        position: relative;
        text-align: center;
        margin-top: 36px;
    }
    .price_txt_mid_sub {
        text-transform: uppercase;
        /*font-family: 'Ostrich_black';*/
        font-family:'Open Sans', sans-serif;
        margin-top: 30px;
        font-size: 28px;
    }
    .pricing_table button,
    .custom_btn_header button {
        width: 65%;
    }
}


/*=======================******====================================*/


/*===============carousel================================================*/

.quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    display: none;
}


/* Control buttons  */

.quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}


/* Previous button  */

.quote-carousel .carousel-control.left {
    left: -12px;
}


/* Next button  */

.quote-carousel .carousel-control.right {
    right: -12px !important;
}

.quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

.quote-carousel .carousel-indicators li {
    background: #ffffff;
    border:1px solid #576371;
}

.quote-carousel .carousel-indicators .active {
    background: #c94b4f;
    border:none;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

@media (min-width: 768px) {
    .quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

@media (max-width: 768px) {
    .quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    .quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
    .quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
    .quote-carousel {
        display: block;
    }
}


.cdpn{
    display: none;
}




@media (max-width: 1215px) {
    .dsm{
        display: none;
    }
    .cdpn{
        display: block;
    }
    header.header {
        height: 83px;
    }
    .logoWrapTab{
        position: absolute;
        right: 20px;
        top: 13px;
    }
    .header_container {
        padding: 0px; 
    }
    .logo_txt{
        width: 100%;
        text-align: center;
        margin-top: 27px;
    }
    .darkSection {
        display: block;
    }
    .width50 {
        width: 100%;
        float: none;
    }
    .textCenteredContent{
        max-width: 75%;    
    }
    .page_content{
        margin-top: 0px;
    }
}


/*===============carousel================================================*/


.homesdbn{
    display: none;
    position: relative;
}
button.prev, button.next {
    position: absolute;
    top: 56%;
}

button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}

.homesdbn button {
    background: none;
    border: none;
}

.homesdbn button.prev, .homesdbn button.next {
    background: rgba(201, 75, 79,.5);
    padding: 7px 15px;
    border-radius: 5px;
}

.homesdbn button.prev i, .homesdbn button.next i{
    font-size: 24px;
    color:#ffffff;
}



header.headerindex.scrolledHeader {
    position: fixed;
    top: -120px;
    left: 0;
    width: 100%;
    background: url(../img/headerBg.jpg) no-repeat;
    background-size: cover;
}

/*=================================feature tab==================================*/

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0;
}
ul.tabs li{
    color: #222;
    display: inline-block;
    padding: 10px 5px;
    cursor: pointer;
    background: #ebecee;
    margin-right: 1vw;
    margin-bottom: 1vw;
    border-radius: 6px;
    text-align: center;
    /*width: calc(25% - 0.76vw);*/
    /*width: calc(20% - 0.80vw);*/
    width: calc(19.75% - 0.60vw);
}

ul.tabs li.current{
    background: #ebecee;
    color: #222;
    padding-bottom: calc(1vw + 10px);
    margin-bottom: 0px;
    border-radius: 6px 6px 0 0;
}

.tab-content{
    display: none;
    background: #ebecee;
    padding: 25px;
}

.tab-content.current{
    display: inherit;
}


.tab_h_image{
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}
.tab_heading{
    font-family: 'Ostrich_black';
    font-size: 24px;
}

.blck_heading{
    font-family: 'Ostrich_black';
    font-size: 18px;
    margin-bottom: 10px;
}
.f_blck_gen{
    margin-bottom: 40px;
}
.feature_txt_block{

}
.feature_txt_gen{
    font-family: 'open_sansregular';
    margin-bottom: 15px;
}
.feature_txt_gen a{
    color: #c94b4f;
    text-decoration: underline;
}
.feature_txt_gen_b{
    font-family: 'Open Sans';
}


.white_sub_bg_feature{
    background: #ffffff;
    border-radius: 6px;
    padding: 30px 40px;
    text-align: center;
}
.feature_tgl_btn_outer{
    position: relative;
    margin-bottom: 30px;
}
.feature_tgl_btn{
    width: 200px;
    display: flex;
    margin: 0 auto;
    float: none
}
.price_content_f {
    position: relative;
    margin-bottom: 30px;
}
.f_btn_block_b button {
    width: 200px;
}
p.tab_heading.fdpsn{
    display: none;
}


@media (max-width: 850px){
    /*ul.tabs li{
    color: #222;
    display: block;
    padding: 10px 15px;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: left;
    width: 100%;
    height: 74px;
}
    ul.tabs li.current{
    background: #475463;
    color: #222;
    padding-bottom: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}
    div.tab_h_image, p.tab_heading{
    display: inline-block;
    vertical-align: middle;
}
    ul.tabs li.current p.tab_heading{
    color: #ffffff;
}
    .tab_h_image, p.tab_heading {
    margin-bottom: 0px;
}
    .tab-content {
    border-radius: 15px;
}*/

    p.tab_heading{
        display: none;
    }
    .tab_h_image img {
        height: auto;
        width: 53px;
    }
    .fdpn{
        display: none;
    }
    p.tab_heading.fdpsn{
        display: block;
        padding-bottom: 5px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ccc;
    }


}




/*=================================feature tab==================================*/


/*===================================testimonial=================================*/

.testimonial_video_block{
    position: relative;
    font-size: 0px;
}
.testimonial_video_block p{
    margin: 0px;
}
.testimonial_video_sec, .testimonial_playlist_sec{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.testimonial_video_sec{
    width: 60%;
    margin-right: 15px;
    background: #ebecee;
    padding: 25px;
    border-radius: 10px;
}

@media(min-width:992px){

    .testimonial_playlist_sec{
        width: calc(100% - (60% + 15px));
    }

}

.testimonial_video_inner{
    margin-bottom: 30px;
}

.testimonial_video_title_inner{
    position: relative;
}
.testimonial_video_title_header{
    margin-bottom: 15px;
}
.t_title_header_main{
    color: #c94b4f;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.t_title_header_sub{
    color: #c94b4f;
}

.testimonial_playlist_inner{
    height: 590px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}


.testimonial_playlist_inner ul li{
    padding-bottom: 20px;
    border-bottom: 1px solid #9ea4ac;
    margin-bottom: 20px;
}
.testimonial_playlist_inner ul li:last-child{
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}


.testimonial_playlist_inner_block{
    position: relative;
    font-size: 0px;

}
.testimonial_playlist_inner_block_l, .testimonial_playlist_inner_block_r{
    display: inline-block;
    vertical-align: top;    
    font-size: 16px;
}
.testimonial_playlist_inner_block_l{
    width: 80px;
    margin-right: 15px;
}
.testimonial_playlist_inner_block_r{
    width: calc(100% - (80px + 15px));
}
.testimonial_playlist_img_thumb{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial_playlist_img_thumb img{
    width: 100%;
    height: auto;
}
.t_playlist_title_header_main{
    color: #161d24;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
p.t_playlist_title_header_sub{
    color: #c94b4f;
    margin-bottom: 15px;
}

.t_playlist_footer{
    margin-top: 15px;
}
.t_playlist_control{
    float: left;
}
.t_playlist_control i{
    color: #c94b4f;
    margin-right: 10px;
}
.ply_txt{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #c94b4f;
}
.t_playlist_control_time{
    color: #9ea4ac;
    float: right;
}


.c_scorll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.c_scorll::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.c_scorll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}




.commercial_add {
    padding: 100px 0;
    text-align: center;
    background: #161d24;
}
p.lg_heading {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    margin-top: 20px;
}
p.c_thumb_txt {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
    font-size: 22px;
    text-transform: uppercase;
}
.commercial_btn button {
    width: 200px;
}
.commercial_btn button.btn.customButton {
    background: #ffffff;
    color: #C94B4F;
}
p.commercial_btn_sub {
    margin-top: 15px;
}
p.commercial_btn_sub a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 16px;
}




.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonial_video_inner_block{
    display: none;
}

@media(max-width:992px){

    .testimonial_video_inner_block{
        display: block;
        padding-bottom: 0;
    }

}

/*===================================testimonial=================================*/


/*===================================modal===========================================*/

.modal-content {
    background: #f2f3f4;
}
.modal-header {
    text-align: center;
    border-bottom: none;
}
.modal_header_btn_ar {
    position: relative;
    text-align: right;
    padding: 15px 0;
}
.modal_close_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99999;
}
.modal_close_btn a i.fa {
    font-size: 26px;
}

.fa.facolorR {
    color: #C94B4F;
}
.modal_header_txt_ar {
    position: relative;
}
.modal_header_txt_ar span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 24px;
    font-family: 'Open Sans';
}

.public_form_blog{
    padding: 20px 50px 30px;
}
.public_input_ar .form-control.InputField{
    background: #ffffff;
}

.public_login_btn_ar{
    text-align: center;
    margin-top: 15px;
}
.public_login_btn_ar .btn.customButton {
    padding: 10px 60px;
}

.public_login_link_txt a{
    font-size: 18px;
    color: #C94B4F;
}

.public_login_gen_innar{
    position: relative;
    margin-top: 5px;
}
.public_login_gen_innar span{
    vertical-align: middle;
    display: inline-block;
}
.public_login_gen_innar > span:first-child{
    width: 16px;
    height: 16px;
    margin-right: 15px;
}
.public_login_gen_innar > span:last-child{
    width: calc(100% - (44px + 15px));
}
.public_login_gen_innar a.public_login_link_txt{
    color: #C94B4F;
}


/*===================================modal===========================================*/

.fullwidth{

    width:100%; 
}

li.testimonial_li.active {

    background-color: #ebecee;
    border-radius: 5px;
    padding: 10px;
}

@media (max-width: 1215px){
    .owl-carousel {
        width: 70%;
        margin: 0 auto;
    }
}
@media (max-width: 1120px){
    video source{
        display: none;
    }
}

@media (max-width: 768px) {
    .darkSection {
        display: block;
    }
    .width50 {
        width: 100%;
        float: none;
    }
    /* .owl-carousel {
    width: 70%;
    margin: auto;
}*/
    .LRsectionMobile{
        padding: 80px 0 0 0;
    }
    .homesdbn{
        display: block;
    }
    .homesdn_mobile{
        display: none;
    }
    .LRsectionTitlemobile{
        margin: 0 0 20px;
        font-size: 38px;
        color: #475463;
        text-align: center;
        font-family: 'Ostrich_black';
    }
    .section_image img{
        width: 80%
    }

    .mhomeblock{
        padding-bottom: 80px;
    }


    .home_m_conty {
        padding: 20px 0;
        background: #ffffff;
        z-index: 1;
        position: relative;
        box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.27);
    }
    .m_heading{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .m_details{
        padding: 0 50px;
    }
    .m_heading_sTitle_block{
        position: relative;
        padding: 20px 0;
        background: #59b44e;
        margin-top: 86px;
    }
    .devicelinkL_inner_mobile{
        font-family: 'Open Sans';
        font-size: 16px;
        color: #ffffff;
        position: relative;
        z-index: 999;
    }
    .devicelinkL_inner_mobile i{
        margin-left: 15px;
    }
    .devicelinkL_inner_mobile span, .devicelinkL_inner_mobile i{
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
    }
    .header_title_thumb{
        position: absolute;
        top: -52px;
        left: 7%;
        z-index: 9;
    }
    .home_m_conty.greyBg{
        background: #f9f9f9;
    }
    .owl-carousel {
        width: 70%;
        margin: 0 auto;
    }
    .inlineBlock.mfull{
        display: block;
    }
    .webIconWrap {
        margin-left: 0px;
        padding-left: 0px;
        border-top: 1px solid #475463;
        border-left: none;
        margin-top: 30px;
        padding-top: 30px;
    }


}

.terms_of_service_box1 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
    min-height: 55px;
}


.terms_of_service_numbering_area {
    display: block;
    float: left;
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 30px;
    background: #B42914;
    color: #FFF;
    line-height: 52px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 30px;
}

.terms_of_service_text_area {
    display: block;
    float: left;
    width: 100%;
    padding-left: 70px;
}

.terms_of_service_text_area p {
    line-height: 24px;
    font-size: 15px;
    text-align: justify;
}

.subpage_body_main_contanear {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0;
}

.contanear {
    display: block;
    width: 96%;
    max-width: 1168px;
    margin: 0px auto;
}
.subpage_heading_area {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #F1ECE8;
    padding: 0;
    padding-bottom: 10px;
}


.terms_of_service_body_main_area {
    display: block;
    margin: 0;
    padding: 0;
}


.terms_of_service_body_main_area h2 {
    font-family: 'Open Sans';
    color: #292828;
    font-size: 18px;
}



.privacy_policy_main_area {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}



.subpage_heading_area h1.privacy{
    font-size: 29px;
    font-family: 'Open Sans';
    color: #474a4a;
    text-transform: uppercase;
    margin-top: 25px;
    padding: 0;
}

.privacy_policy_main_area p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    text-align: justify;
}



.privacy_policy_main_area h3 {
    font-size: 18px;
    color: #b50102;
    font-family: 'Open Sans';
    margin-top: 20px;
}


.privacy_policy_main_area p span {
    font-family: 'Open Sans';
}


.registrat_page_main_area {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}



.registrat_required_style1 {
    display: block;
    float: left;
    margin: 30px 0 0 1%;
    font-family: 'open Sans';
    border: none;
    /*font-size: 1.5em;*/
    /*  color: rgb(204, 0, 0);*/
    color: #C94B4F;
    font-size: 15px;
}


.registrat_input_style1 {
    display: block;
    /* float: left; */
    /* width: 48%; */
    background: rgba(237, 237, 237, 0);
    font-size: 16px;
    padding: 10px;
    /* height: 44px; */
    border: 0px solid #E1DFDF;
    /* margin: 10px; */
    color: #2e2d2d;
    font-size: 16px;
    position: relative;
}


input.registrat_input_style1_input {
    background: #ededed;
    font-size: 16px;
    padding: 0 15px;
    height: 44px;
    border: 1px solid #E1DFDF;
    margin: 0;
    color: #2e2d2d;
    font-size: 16px;
    width: 100%;
}


.req_star {
    position: absolute;
    height: 44px;
    color: rgb(204, 0, 0);
    font-size: 1.5em;
    margin: 0;
    right: 15px;
    top: 10px;
    line-height: 46px;
} 


select.registrat_input_style1_input {
    background: #ededed;
    font-size: 16px;
    padding: 0 15px;
    height: 44px;
    border: 1px solid #E1DFDF;
    margin: 0;
    color: #2e2d2d;
    font-size: 16px;
    width: 100%;
}




.registrat_submit_style1 {
    display: block;
    float: left;
    width: 150px;
    height: 50px;
    color: #FFF;
    margin: 20px 0 25px -1%;
    font-family: 'opensansregular';
    background: #B42914;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
    clear: both;
}


.registrat_page_form_area {
    display: block;
    float: left;
    width: 104%;
    margin: 15px -2% 0 -2%;
}

.mobile_menu li.active{
    background-color: #cd4d51e0;
}

.pdfpage_margin{
    margin-top: 10px;
}

.fit_to_oneline {
    font-size: 11px;
}

.fit_to_one_line{
    position: absolute;
    left: 0;
    top: -15px;
    display: flex;
    width: 100%;
    padding-left: 80px;
    height: 50px;
    align-items: center;
    justify-content: left;

}

.one_line{
    margin-left: 10px;
    margin-right: 10px;
}

.i_arrow{
    line-height: 34px;
}

@media (max-width: 1211px) {
    p.tab_heading { 
        font-size: 20px;
    }
}
@media (max-width: 1064px) {
    p.tab_heading { 
        font-size: 18px;
    }
}

@media (max-width: 991px){ 
    p.tab_heading { display: none; }
}
@media (max-width: 991px){
    p.tab_heading.fdpsn {
        display: block;
        padding-bottom: 5px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ccc; 
    }
}

.registrat_submit_style2 {
    display: block;
    float: left;
    width: 150px;
    height: 50px;
    color: #FFF;
    margin: 20px 0 25px -1%;
    font-family: 'open sans';
    background: #C94B4F;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    /*-webkit-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);*/
    /*box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);*/
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
    clear: both;
}

.flash {
    animation-name: flash;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {color: red;}
    to {color: black;}
}

.required_txt{
    margin-top: 15px;
    color: #C94B4F;
    font-family: 'open_sansregular';
    font-size: 17px;
    text-decoration: underline;


}


.login_chk{
    position: relative;
}
.login_chk span{
    display: inline-block;
    vertical-align: top;
}


.text-right-align{
    text-align: right;
}
@media only screen and (max-width: 991px) {
    .text-right-align{
        text-align: left;
        margin-top: 20px;
    }

}


@media only screen and (max-width: 440px) {
    span.share_block_home {
        display: block;
        margin-top: 10px;
    }
    span.share_block_home a:first-child {
        margin-left: 0px;
    }
    .price_txt_big{
        font-size: 70px;
    }

}


/*loader css*/

.load_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
}

.load_div2nd {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
}

.process {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    font-family: 'Ostrich_black';
    padding-top: 10px;
    position: relative;
}

.sk-circle {
    margin: 0px auto;
    width: 80px;
    height: 80px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.spinner {
    position: absolute;
    right: -8px;
    top: 36px;
    display: none;
}

.spinner > div {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
    display: table-cell;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/*red Scrollbar */

.redScrollbar {
    scrollbar-face-color: #C94B4F;
    scrollbar-shadow-color: #C94B4F;
    scrollbar-highlight-color: #C94B4F;
    scrollbar-3dlight-color: #C94B4F;
    scrollbar-darkshadow-color: #C94B4F;
    scrollbar-track-color: #C94B4F;
    scrollbar-arrow-color: #C94B4F;
}


/* Let's get this party started */

.redScrollbar::-webkit-scrollbar {
    width: 8px;
}


/* Track */

.redScrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

.redScrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


/*red Scrollbar */


/*loader css */



.dashboardMenu {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 35px;
    background: rgba(255, 255, 255, 1);
    padding: 15px 0;
    border-radius: 5px;
    color: #000000;
    min-width: 200px;
}
.dashboardMenu:after {
    bottom: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /*border-color: rgba(136, 183, 213, 0);*/
    border-bottom-color: rgba(255, 255, 255, 1);
    border-width: 7px;
    margin-left: -7px;
}
.dashboardMenu ul{

}
.navNavigation li > .dashboardMenu ul li{
    display: block;
    margin-right: 0px;
    /*margin-bottom: 5px;*/
    padding: 5px 15px;
}
.navNavigation li > .dashboardMenu ul li a{
    font-size: 16px;
    color:#000;
}
.navNavigation li > .dashboardMenu ul li a span, .navNavigation li > .dashboardMenu ul li a i{
    display: inline-block;
    vertical-align: middle;
}
.navNavigation li > .dashboardMenu ul li a i{
    margin-right: 10px;
    font-size: 17px;
}
.navNavigation li > .dashboardMenu ul li:hover, .navNavigation li > .dashboardMenu ul li.active{
    background: #c94b4f;
}
.navNavigation li > .dashboardMenu ul li:hover a span, .navNavigation li > .dashboardMenu ul li:hover a i, .navNavigation li > .dashboardMenu ul li.active a i, .navNavigation li > .dashboardMenu ul li.active a span {
    color: #ffffff;
}


.mobile_menu li > .sidemenu_dashboard {
    padding-left: 20px;
    background: #cccccc;
    position: relative;
}
.mobile_menu li > .sidemenu_dashboard ul li {
    padding: 5px 15px;
}
.mobile_menu li > .sidemenu_dashboard ul li a {
    font-size: 16px;
    color:#475463;;
    padding: 0px;
}

/*======================7-2-2019================================*/

.marginBottom0{
    margin-bottom: 0; 
}
.discBlockLg {
    border: 1px solid #d2d4d7;
    background: #f2f3f4;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.discBlockLg *, .discBlockSm *{
    font-family: 'Open Sans', sans-serif;
}
.disBlockHeading {
    background-color: #C94B4F;
    margin: 0;
    color: #fff;
    padding: 12px 0;
    border-radius: 6px 6px 0 0;
}
h2.disLgHeading {
    margin: 5px 0;
    font-weight: bold;
    font-size: 26px;
}
.disListItem li {
    font-weight: 700;
    font-size: 14px;
    color: #C94B4F;
    margin: 15px 0;
}
.disListItem li i {
    color: #59b44e;
    font-family: Font Awesome\ 5 Free;
}
.hrLine {
    height: 1px;
    background-color: #ddd;
    margin: 20px 0;
}
.discBlockLg span label{
    font-family: 'open_sansregular';
    font-size: 12px;
}
.discBlockSm{
    border: 1px solid #d2d4d7;
    background: #f2f3f4;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.skipLink{

}
.feature_txt_gen a{
    background-color: #ce4a4c;
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    position: relative;
    display: inline-block;
    background: #c94b4f;
    width: auto;
    height: auto;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px 15px;
}
