/*
	Theme Name: Top Landing
	Theme URI: 
	Description: This css file is for light template layout alignments
	Version: 1.0
	Author: 
	Author URI: 
	Tags:
	
	---------------------------
	MAIN TEMPLATE STYLES
	---------------------------
	
	TABLE OF CONTENTS
	---------------------------
	 01. Global Content Styles
	 02. Header Content Styles
	 03. Banner Content Styles
	 04. Welcome text styles
	 05. Media Query
*/
/* ==================================================== */
/* 01. Global Content Styles                            */
/* ==================================================== */
html, body {
	font-family: 'Heebo', sans-serif;
    height: 100%;
    width: 100%;
	line-height:36px;
	font-size:22px;
	color:#000000;
	font-weight:300;
	background-color:#000;
	direction: rtl;
}
/* Text Styling */
a, a:hover, a:active, a:visited, a:link {
    outline:none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	text-decoration:none;
}
/* Headings */
h1 {
	font-family: 'Heebo', sans-serif;
	font-size:42px;
	color:#fff;
	font-weight:600;
}
h2 {
	margin:20px 0 30px 0;
	font-family: 'Heebo', sans-serif;
	font-size:40px;
	line-height:40px;
	color:#003663;
	font-weight:400;
}
h3 {
	font-family: 'Heebo', sans-serif;
    font-size: 33px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    margin: 15px 0;
}
h4 {
	font-family: 'Heebo', sans-serif;
	font-size:30px;
	line-height:40px;
	color:#fff;
	font-weight:300;
}
h5 {
	font-family: 'Heebo', sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
	line-height: 30px;
}
h6 {
	font-family: 'Heebo', sans-serif;
	font-size:18px;
	line-height:36px;
	color:#fff;
	font-weight:300;
}
p {
    margin: 0;
    padding: 0 0 0 0;
	font-size: 16px;
    line-height: 22px;
    font-family: 'Heebo', sans-serif;
    color: #fff;
}
ul  {
    margin: 0;
    padding: 0;
}
/* Container Style */
.container {
	width:100%;
	max-width:1100px;
}
/* ==================================================== */
/* 04. Welcome text styles                               */
/* ==================================================== */
.welcome-text-area {
	padding: 0 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
        background-size: cover !important;
	background:url(../img/img1.jpg) no-repeat;
	background-position: top center;
/*        height:100%;*/
}
.top-head-sec {
    background: #003663;
    padding:0;
}
.top-head-sec h1 {
        font-size: 42px;
    line-height: 60px;
    margin: 0;
    float: right;
    display: block;
    padding-top: 20px;
}
.top-head-sec a {
    float: left;
    color: #fff;
    line-height: 55px;
}
.top-head-sec a img {
    float: left;
    margin: 0;
    max-width: 120px;
    width: 100%;
    line-height: 90px;
    display: block;
    padding-right: 6px;
    border-right: 1px solid #fff;
    padding: 20px 10px;
}
.ww-mid-sec {
    padding: 90px 0 220px;
}
.ww-mid-sec h2 {
    margin: 0 0 60px;
}
hr {
    margin-top: 0;
    margin-bottom: 12px;
    border: 0;
    border-top: 10px solid #003663;
}
.ww-mid-hr {
    border-top: 10px solid #003663;
    width: 97.5%;
}
.ww-mid-sec a {
    height: 98px;
    background: #003663;
    display: inline-block;
    padding: 15px 20px 0 50px;
    font-size: 44px;
    color: #fff;
    font-weight: 400;
	margin-top:12px;
}
.ww-mid-sec a:nth-child(2n+2) {
    margin-right: 15px;
}
.ww-mid-sec a img {
    margin-left: 18px;
}
input {
    border: 1px solid #e0e0e0;
    padding: 5px 18px;
    color: #003663;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    font-size: 33px;
    font-weight: 400;
    height: 40px;
    border-radius: 0;
/*    -webkit-appearance: none;*/
    outline: none;
    margin-bottom: 10px;
}
input[type="submit"] {
    padding: 5px 18px;
    background: #003663;
    color: #fff;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #003663;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #003663;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #003663;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #003663;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #003663;
}
input:not([type='checkbox']) {
    height: 70px;
}
.home-personal-comm {
	padding:20px 20px;
	background: #003663;
	margin:40px 0;
	text-align:center;
}
.home-personal-comm p {
	font-size:20px;
	line-height:26px;
}

.client-details{
    width: 48%;
    padding: 20px;
    display: inline-block;
    background-color: #003663;
}
.client-spouse-details {
    width: 48%;
    padding: 0px;
    display: inline-block;
    
    
}
.client-spouse-details-inner {
   background-color: #003663;
   margin: 0;
   padding: 20px 20px 0 20px;
   visibility: hidden;
}
.client-submit-btn {
    width: 100%;
    padding: 10px 20px 20px 20px;
    background-color: #003663;
    float: left;
}
.client-submit-btn input {
    background-color: #f89921;
    padding: 18px;
    color: #003663;
    font-family: 'Heebo', sans-serif;
    font-size:33px;
    font-weight:400;
    line-height: 33px;
    height: 70px;
    border: none;
    
}
.checkbox-out-area {
    padding-top: 20px;
    padding-bottom: 15px;
}
.checkbox-inner-area.right {
    float: right;
    width: 62%;
}
.checkbox-inner-area.right input {
    float: right;
    width: 15%;
}
.checkbox-inner-area label {
    font-family: 'Heebo', sans-serif;
    font-size:26px;
    color:#fff;
    font-weight:400;
    line-height: 24px;
}
.checkbox-inner-area.right label {
    float: right;
    width: 53%;
    padding: 0 5%;
}
.checkbox-inner-area.right img {
    float: right;
    width: 22%;
}
.checkbox-inner-area.left {
    float: left;
    width: 38%;
}
.checkbox-inner-area.left label {
    width: 70%;
    display: inline-block;
    padding: 0 5% 0 0;
}
.checkbox-inner-area.left input {
    display: inline-block;
    width: 25%;
}
.home-img-container {
    max-width: 97.5%;
    margin-top: 40px;
}
.home-img-container img {
    max-width: 100%;
}
/**********************LeadApp-one***************************/
.LeadApp-one-mid .ww-mid-hr {
    border: none;
    width: 100%;
}
.LeadApp-one-mid.ww-mid-sec a {
        width: 100%;
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    padding-left: 0;
    line-height: 95px;
    padding-top: 0;
}
.LeadApp-one-mid.ww-mid-sec a img {
    float: left;
    margin: 0;
    max-width: 120px;
    width: 100%;
    line-height: 90px;
    display: block;
    padding-right: 6px;
    border-right: 1px solid #fff;
    padding: 20px 10px;
}
.LeadApp-one-mid.ww-mid-sec a figure {
    display: inline-block;
    /* height: 99px; */
    /* display: block; */
    float: left;
}
.prime-locations-list p, .prime-locations-list p a {
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 24px;
	    font-size: 28px;
		    display: inline-block;
}
.loco-one-div {
	display: inline-block;
	vertical-align: top;
	/* min-width: 320px; */
	/* float: left; */
	width: 36%;
	text-align: right;
	padding: 15px 10px;
	background: #003663;
	margin: 0 0 0 5px;
	float: right;
}
.loco-two-div {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	text-align: right;
	padding: 15px 10px;
	background: #003663;
	margin: 0 5px;
	float: right;
}
.loco-three-div {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: right;
    padding: 15px 10px;
    background: #003663;
    margin: 0 5px 0 0;
    float: right;
}
.loco-four-div {
    display: inline-block;
    text-align: right;
    padding: 15px 10px;
    background: #003663;
    margin: 0 5px;
    vertical-align: middle;
    float: right;
    width: 22%;
	    position: relative;
}
.loco-four-div::after {
    display: table;
    clear: both;
    content: "";
}
.loco-one-div::after {
    clear: both;
    display: table;
    content: "";
}
.loco-one-div h2 {
    font-size: 42px;
    margin-top: 5px;
    color: #009fff;
	    font-weight: 300;
}
.prime-locations-list.last-listnumbr.clearfix {
    display: inline-block;
    width:28%;
    float: left;
}
.list-row-sec {
    display: inline-block;
    width: 72%;
    vertical-align: top;
    float: right;
}
.list-row-sec .prime-locations-list.clearfix {
    width: 100%;
    vertical-align: top;
}
.prime-locations-list.last-listnumbr.clearfix .loco-four-div {
        width: 100%;
    margin: 0;
    padding-top: 165px;
    min-height: 348px;
    text-align: center;
}
.agent-comment-sec {
	background: #003663;
	padding:15px 10px;
	color:#fff;
}
.prime-locations-list.clearfix {
    width: 100%;
}
.list-row-sec.header-sec-app {
    width: 100%;
}
.list-row-sec.header-sec-app .loco-one-div {
    width: 25%;
    background: none;
    color: #003663;
    text-align: right;
	padding-right: 20px;
}
.list-row-sec.header-sec-app p, .list-row-sec.header-sec-app p a {
    color: #003663;
	font-weight:600;
}
.list-row-sec.header-sec-app p a {
    background-color: transparent;
    height: auto;
}
.list-row-sec.header-sec-app  .loco-two-div {
    background: none;
    width: 21%;
    text-align: right;
}
.list-row-sec.header-sec-app .loco-three-div {
    background: none;
    width: 21%;
    text-align: right;
}
.list-row-sec.header-sec-app .loco-four-div {
    background: none;
    margin-left: 0;
    width: 30%;
    text-align: right;
}
.line-sec-app {
    padding: 10px 10px 30px 10px;
    border: 1px solid #333;
	background:url(../img/bgbg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
}
.scroll-height-set {
    overflow-y: scroll;
    height: 300px;
    overflow-x: hidden;
}
.loco-three-div span {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 20px;
    border-radius: 50px;
    border: 2px solid #fff;
    position: relative;
    top: 0px;
    right: 5px;
}
.loco-three-div span.not-border {
    border: none;
    background: #555555;
}
.loco-three-div span.orenge-br {
    background: #f89921;
}
/**********************LeadApp-two administratr***************************/
.LeadApp-administratr-mid .list-row-sec {
    width: 100%;
}
.LeadApp-administratr-mid .loco-one-div {
    width: 24%;
}
.LeadApp-administratr-mid .loco-two-div {
    width: 22%;
}
.LeadApp-administratr-mid .loco-three-div {
    width: 21%;
}
.LeadApp-administratr-mid .loco-four-div {
        width: 29%;
    margin-right: 10px;
}
.LeadApp-administratr-mid .list-row-sec.header-sec-app .loco-four-div {
    margin-right: 5px;
}
.tooltip_templates {
    display: none;
}
.tool-list .pull-right {
    width: 38px;
    display: inline-block;
    padding-left: 6px;
}
.tool-list .pull-left {
       display: inline-block;
    color: #003663;
    font-size: 18px;
    /* float: none !important; */
    font-weight: 600;
    line-height: 36px;
}
.tooltipster-sidetip .tooltipster-box {
    background: rgba(255,255,255,.9) !important;
    border: 2px solid #063b67!important;
    border-radius: 10px !important;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #063b67 !important;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: rgba(255,255,255,.9) !important;
    left: -1px !important;
    top: 0 !important;
}
.tool-list {
    float: left;
    width: 100%;
    padding: 5px 0;
}
.tool-list .pull-right img {
    width: 100%;
}
.privacy-pu-tooltip {
    display: inline-block;
    color: #003663;
    font-size: 18px;
    /* float: none !important; */
    font-weight: 600;
    line-height: 20px;
    max-width: 450px;
    padding: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    max-width: 320px;
}
.loco-four-div span.not-border {
    border: none;
    background: #555555;
}
.loco-four-div span {
        width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 20px;
    border-radius: 50px;
    border: 2px solid #fff;
    position: relative;
    top: 0px;
    right: 5px;
    z-index: 9;
}
.loco-four-div span.orenge-br {
    background: #f89921;
}
.prime-locations-list select {
    display: inline-block;
    width: 100%;
    padding-right: 30px;
    color:#fff;
    font-family: 'Heebo', sans-serif;
    border-radius: 10px;
    outline:none;
    background-color: #003663;
    border: none;
    appearance: none;
    -webkit-appearance: none;
	-moz-appearance:none;
}
.prime-locations-list select.active {
    color:#003663;
    border-radius: 10px;
    outline:none;
    background-color: #fff;
    appearance: initial;
    -webkit-appearance:initial;
	-moz-appearance:initial;
}
select + .loco-four-div span {
    position: absolute;
}
.loco-four-div span+select {
    position: absolute;
    right: 11px;
    width: 91%;
}
/**********************LeadApp-two administratr statistic***************************/
.line-sec-app-left {
    float: left;
    width: 84%;
}
.right-statistic-sec {
    float: right;
    padding-top: 60px;
    width: 16%;
    text-align: center;
}
.blue-year-box {
    width: 140px;
    height: 215px;
    background: #003663;
    border-radius: 30px;
    margin: 0 auto;
}
.top-year-month-seclect .blue-year-box {
	display:inline-block;
	margin-bottom:20px;
}
.top-year-month-seclect  {
	text-align:center;
}
.blue-year-box:nth-child(2n+2) {
    margin-top: 15px;
}
.blue-year-box:nth-child(2n+2) {
    margin-top: 15px;
}
.blue-year-box-mid {
    height: 60px;
    background: #335e82;
    text-align: center;
    line-height: 62px;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.blue-year-box-mid select {
    height: 55px;
    background: #335e82;
    text-align: center;
    line-height: 66px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    appearance: none;
    -webkit-appearance: none;
	-moz-appearance: none;
    border: none;
    outline: none;
}
.blue-year-box-top {
    padding: 21px 0 16px 0;
}
.blue-year-box-bottom {
    padding: 21px 0 16px 0;
}
.LeadApp-administratr-statis .prime-locations-list.last-listnumbr .loco-four-div p {
    display: inline-block;
    padding: 22px 0 20px !important;
    background: #003663;
    width: 100%;
	padding:0;
}
.LeadApp-administratr-statis .list-row-sec.header-sec-app {
    width: 100%;
    margin-right: 15px;
}
.total {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0 22px;
}
.LeadApp-administratr-statis .prime-locations-list.last-listnumbr.clearfix .loco-four-div {
    width: 95%;
    margin: 0 5px;
    padding: 0;
    min-height: 260px;
    text-align: center;
    background: #00447d;
}
.LeadApp-administratr-statis .scroll-height-set {
/*    height: 440px;*/
    height: auto;
    overflow: auto;
}
.mobile-visible {
    display: none;
    padding-bottom: 10px;
}
.desktop-visible {
    display: block;
}
.prime-locations-list p.mobile-visible , .prime-locations-list p.mobile-visible a {
        
    display: none;
    padding-bottom: 10px;
}
.LeadApp-administratr-statis .prime-locations-list.last-listnumbr .loco-four-div p.mobile-visible {
	display:none;
}
.list-row-sec.header-sec-app p.desktop-visible, .list-row-sec.header-sec-app p.desktop-visible a {
    display: block;
}
.client-form-text-abov p {
	color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
/* ==================================================== */
/* 05. Media Query                                      */
/* ==================================================== */
@media (max-width: 1400px) { /* This media query is written for 1400PX resolution devices */
}
@media (max-width: 1200px) { 
    .ww-mid-sec a {
        font-size: 38px;
    }
    .list-row-sec.header-sec-app .loco-four-div {
        width:29%;
    }
}
@media (max-width: 991px) { 
    .ww-mid-sec a {
        font-size: 25px;
    }
    .client-details {
        width: 100%;
    }
    .client-spouse-details {
        width:100%;
        
    }
    .client-spouse-details-inner {
        display: none;
        visibility: visible;
    }
    .mobile-visible {
        display: block;
    }
    .desktop-visible {
        display: none;
    }
    .prime-locations-list p.mobile-visible , .prime-locations-list p.mobile-visible a {
        
        display: block;
        
    }
    .list-row-sec.header-sec-app p.desktop-visible, .list-row-sec.header-sec-app p.desktop-visible a {
        display: none;
    }
    .list-row-sec {
        width: 100%;
    }
    .prime-locations-list.last-listnumbr.clearfix {
        width: 100%;
    }
    .prime-locations-list.last-listnumbr.clearfix .loco-four-div {
        padding-top:20px;
        margin-top: 20px;
        min-height: 0;
    }
    .LeadApp-administratr-mid .loco-one-div {
        width:100%;
        padding: 10px;
        margin: 10px 0;
    }
    .LeadApp-administratr-mid .loco-two-div {
        width:100%;
        padding: 10px;
        margin: 10px 0;
    }
    .LeadApp-administratr-mid .loco-three-div {
        width:100%;
        padding: 10px;
        margin: 10px 0;
    }
    .LeadApp-administratr-mid .loco-four-div {
        width:100%;
        padding: 10px;
        margin: 10px 0;
    }
    .LeadApp-administratr-mid .list-row-sec .prime-locations-list.clearfix {
        padding-bottom: 50px;
    }
    .right-statistic-sec {
        width: 100%;
        float: none;
    }
    .line-sec-app-left {
        width: 100%;
        float: none;
    }
    .list-row-sec-outer.scroll-height-set .prime-locations-list.last-listnumbr.clearfix {
        width: 97%;
    }
    .LeadApp-administratr-statis .prime-locations-list.last-listnumbr.clearfix .loco-four-div {
        min-height: 0;
    }
    .blue-year-box {
        display: inline-block;
    }
	.LeadApp-administratr-statis .prime-locations-list.last-listnumbr .loco-four-div p.mobile-visible {
		display:inline-block;
	}
	.LeadApp-administratr-statis .prime-locations-list.last-listnumbr .loco-four-div p.desktop-visible {
		display:none;
	}
}
@media (max-width:767px) { 
    .ww-mid-sec a:nth-child(2n+2) {
        margin-right: 0px;
    }
    .ww-mid-sec a {
        width:100%;
        
    }
    .loco-one-div {
        padding: 10px;
        margin: 10px 0;
        width:100%; 
    }
    .loco-two-div {
        width:100%; 
        padding: 10px;
        margin: 10px 0;
    }
    .loco-three-div {
        width:100%; 
        padding: 10px;
        margin: 10px 0;
    }
    .list-row-sec-outer .list-row-sec .prime-locations-list.clearfix {
        padding-bottom: 20px;
		padding-top: 20px;
    	border-bottom: 2px solid #000;
    }
    
}
@media (max-width: 640px) { /* This media query is written for Mobile only */
}
@media (max-width: 480px) { 
}
@media (max-width: 380px) { 
}
