html{
    position: relative;
    min-height: 100%;
}
.logo{
    height: 50px;
}
.bg-white {
    background-color: #fff
}
.navbar-brand {
    padding: 23.5px 20px;
    font-size: 18px
}
.navbar-nav {
    width: 100%
}
.nav-item {
    padding: 17px 8px;
    margin: 0px 3px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: grey;
    position: static;
    font: Regular 16px/22px Open Sans;
}
.nav-item.active {
    color: #EF5350
}
.nav-link {
    padding: 5px
}
.navbar-collapse.collapse.in {
    display: block !important
}
.fa-angle-down {
    padding-left: 10px
}
.fa-icon {
    font-size: 30px;
    color: #fff;
    background-color: #3f3ad2;
    margin: 2px 10px 5px 0px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
}
.dropdown-menu {
    margin-top: 0px;
    border: none;
    background-color: #ffffff;
    padding: 50px 50px 30px 50px;
    box-shadow: 0.5px 1px 2px 1px #d4cdcd;
}
#dropdown-menu1 {
    position: absolute;
    left: 127px;
}
#dropdown-menu2 {
    position: absolute;
    left: 245px;
}
#dropdown-menu3 {
    position: absolute;
    left: 375px;
}
.tab {
    margin-bottom: 20px;
    width: 230px
}
.tab:hover {
    color: #ff8725 !important;
}
.dropdown-item {
    padding: 0px;
}
.dropdown-item:hover {
    background-color: inherit;
}
.calc-btn{
	background: #FF7B24;
	color: #fff;
}
.calc-btn:hover{
	color: #fff;
}
@media (max-width: 767px) {
    .nav-item {
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }

    .dropdown-menu {
        left: 0 !important;
        position: relative !important;
        padding: 20px;
    }
}
.herder-img{
	width: 100%;
	height: 360px;
	background: #3F3AD2;
}
.herder-img div{
	height: 100%;
}
.calc-img{
	height: 360px;
    position: absolute;
    z-index: 1;
    right: 0%;
    top: 0px;
}
.herder-img .img-back{
	background: #FF7B24;
    height: 142%;
    border-radius: 50%;
    position: relative;
    top: -49px;
    left: 27px;
}
.header-img-text{
	text-align: left;
	font: Bold 3.5vw Open Sans;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 50px 3px 30px 43px;
}

.header-img-p{
	text-align: left;
	font:  16px/22px Open Sans;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 0.6;
	margin-left: 44px;
}
.header-img-button button{
	margin-left: 43px;
    margin-top: 20px;
    width: 135px;
    border-radius: 0px;
}
.calc-btn{
	width: 135px;
    border-radius: 0px;	
}

.herder-img .row{
	overflow: hidden;
}
.center-teg{
	text-align: left;
	font: Bold 24px/33px Open Sans;
	letter-spacing: 0px;
	color: #191919;
	opacity: 1;
	text-align: center;
	padding: 30px 30px 80px;
}
.icon-part-parent{
    border: 1px solid #3F3AD233;
    padding: 38px 0 20px 0;
    height: 100px;
}
.calc-icon-text{
	text-align: center;
	font:18px/24px Open Sans;
	letter-spacing: 0px;
	color: #007bff;
	opacity: 1;
	position: relative;
    top: 8px;
}
.calc-icon{
    height: 90px;
    position: absolute;
    background: #3F3AD2;
    width: 90px;
    border-radius: 50%;
    bottom: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.calc-icon i{
	font-size: 57px;
	color: #fff;
}
.all-calc{
	width: 278px;
    height: 38px;
    margin: 12px 0 90px 0;
    border-radius: 20px;
    box-shadow: 2px 2px 3px indianred;
}
.flex-calc{
	display: flex;
	justify-content: center;
}
.footer-calc{
	background: #3F3AD212 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
    bottom: 0;
}
.parent{
    display: flex;
    justify-content: space-around;
    margin-top: 35px;
    margin-bottom: 35px;
}
.site-p li{
    position: relative;
    left: 10px;
}
.parent p {
    width: 40%;
}
.parent img{
    height: 400px;
    width: 600px;
}
.parent .contact{
    width: 100%;
}
.left{
    width: 25%;
    margin-bottom: 75px;
}
.right{
    width: 65%;
    margin-bottom: 75px;
}
.top{
    background: #F6F7F8;
    padding: 25px;
}
.bottom{
    margin-top: 20px;
    background: #F6F7F8;
}
.list-unstyled.components li{
    border:1px solid #FFFFFF;
    background: #FF7B24;
    text-align: center;
    color: #000;
    padding: 15px;
}
.list-unstyled li a{
    color: #FFFFFF;
}
.list-unstyled.components li a:hover{
    text-decoration: none;
}
#homeSubmenu li,#pageSubmenu li, #avandSubmenu li{
    border:none;
    border-bottom: 1px solid #ffffff;
    background: #FF7B24;
    text-align: center;
    color: #2d2929;
}
.dropdown-toggle::after{
    position: relative;
    left: 37%;
}
.parent-select{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.parent-select select{
    margin-right: 50px;
}
.parent-select input{
    margin-right: 50px;
}
.top-text h3{
    text-align: center;
    padding: 15px;
}
.bottom-input input{
    margin: 10px;
}

.header-parent{
    box-shadow: 0px 0px 3px #ccc;
}
.margin-header{
    margin: 20px 20px 51px 20px;
}
.site-color{
    color:#3F3AD2;
    font-style: italic;
    font-weight: 700;
}
.flex-wrap{
    flex-wrap: wrap;
}
.cars , .salary{
    background: #F6F7F8;
    padding: 20px;
}
.salary input,
.salary textarea,
.salary select,
.cars input,
.cars select,
.appa select,
.realestate input[type=text]
 {
    background: none;
    color: #ff7b24;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 380px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ff7b24;
}
.salary input:focus,
.salary textarea:focus,
.salary select:focus,
.cars input,
.cars select,
.appa select,
.realestate input {
   outline: none;
}
.salary select option,
.cars select option,
.appa select option{
    background: #e9ebec;
}
.sep{
    background: #ff7b24;
    box-shadow: none;
    border: none;
    height: 2px;
    width: 25%;
    margin: 0px auto 45px auto;
}
.salary .salary-select-kut,
.cars .cars-select,
.appa .appa-select{
    width: 100%;
}
.salary .calc-btn,
.cars .calc-btn,
.appa .calc-btn,
.realestate .calc-btn{
    position: relative;
    left: 78%;
}
.realestate-radio label,.realestate-radio input{
    cursor: pointer;
    color: #ff7b24;
}
.realestate-radio input[type=text]{
   height: 41px;
}
.realestate-radio{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.realestate-radio div{
    text-align: end;
    margin-right: 55px;
}
.realestate-radio label{
    margin-right: 15px;
}
.realestate  input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.realestate input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.realestate-radio  input[type='checkbox']{
    width: 0;
}

#state-label{
    color:#212529;
}

.vacation-input input{
    width: 100px;
    width: 135px;
    margin-left: 15px;
}

.vacation-input {
    width: 600px;
    overflow: scroll;
    display: block;
    text-align: center;
}

.realestate-radio  input[type='checkbox']:after {
    width: 25px;
    height: 25px;
    top: 8px;
    left: 20px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.realestate-radio input[type='checkbox']:checked:after {
    width: 25px;
    height: 25px;
    top: 8px;
    left: 20px;
    position: relative;
    font-size: 20px;
    content: '\f00c';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.hashvich-right{
    display: flex;
}
.hashvich-right input:focus{
    outline: none;
    border: 1px solid #ff7b24;
}
.yoid{
    width: 250px;
}
body .carousel .slide img{
    width: auto ;
}

body .carousel .slide .slider img{
    position: relative;
    left: 50px;
}
.appa-button{
    width: auto;
}
.center-text{
    text-align: center;
    font: Bold 24px/33px Open Sans;
    letter-spacing: 0px;
    margin: 20px;
    color: #191919;
}
.home-page-text{
    /* text-align: center; */
}
.salary-result{
    font-size: 20px;
    font-style: italic;
    position: relative;
}
.salary-plus{
    position: absolute;
    font-size: 23px;
    font-weight: bold;
    margin-top: -22px;
    margin-left: 9px;
}
.salary-result-parent{
    width: auto;
    max-width: 340px;
    text-align: right;
}
.salary-result-num{
    bottom: 25px;
    position: relative;
}
.inspection-result-parent{
    width: auto;
    max-width: 505px;
    text-align: right;
}


/* realestate  */


#dataTable .application-item {
    border-radius: 10px;
    margin: 15px auto;
    padding: 10px;
    box-shadow: 0 0 6px #000;
    position: relative;
}

#dataTable .application-item .info-req-bckgrd * {
    font-size: 14px;
}

#dataTable .application-item .info-req-bckgrd:nth-child(odd) {
    background-color: #f3f3f3;
}
#dataTable .application-item .info-req-bckgrd {
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#dataTable .application-item .info-req-bckgrd * {
    font-size: 14px;
}

.font-weight-bold {
    font-weight: 700!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

#dataTable .application-item .info-req-bckgrd:nth-child(odd) {
    background-color: #f3f3f3;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#dataTable {
    font-family: "GHEAMariam", Sylfaen, sans-serif;
}
.social-icon{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.social-icon a{
    padding: 15px;
}
.top-p{
    color: #3F3AD2;
    text-align: center;
}
.contact-form input{
    width: 380px;
    border-radius: 5px;
    border: 1px solid #868585;
    height: 34px;
    padding-left: 10px;
}
.contact-form input:focus{
    border: 1px solid #868585;
    outline: none;
}
.contact-form textarea{
    border-radius: 5px;
    border: 1px solid #868585;
    padding-left: 10px;
}
.contact-form textarea:focus{
    border: 1px solid #868585;
    outline: none;
}
.parent-contact{
    display: flex;
    justify-content: center;
    margin: 50px;
}
.contact-form{
    margin-right: 160px;
}
.phone-contact i{
    font-size: 30px;
}
.phone-contact span{
    vertical-align: super;
}
.color-black{
    background-color: #000;
    height: 25px;
}
.color-black marquee{
    color: #F6F7F8;
}
.revers-flex{
    flex-wrap: wrap-reverse!important;
}
@media (min-width: 300px) and (max-width: 767px) {
    .parent{
        display: block;
    }
    .parent .left{
        width: 100%;
    }
    .parent .right{
        width: 100%;
    }
    .parent.flex-wrap{
        display: flex;
    }
    .parent.flex-wrap img{
        height: 300px;
        width: 300px;
    }
    .parent.flex-wrap  p{
        width: 100%;
    }
    .calc-icon{
        height:50px;
        width: 50px;
    }
    .calc-icon i{
        font-size: 25px;
    }
    .icon-part-parent{
        height: 100px;
    }
    .icon-part .col{
        padding: 15px;
    }
    .contact-form{
        margin: 0px;
        text-align: center
    }
    .phone-email{
        margin: 0px 0px 30px -59px;
    }
    .contact-form input{
        width: 270px;
    }
  }
  @media (min-width: 768px) and (max-width:945px) {
        .vacation-input {
            width: 500px;
        }
    .yoid{
        width: 158px;
        font-size: 12px;
    }
    .parent.flex-wrap  p{
        width: 100%;
    }
    .nav-item{
        padding: 17px 0px;
        margin: 0px 0px;
    }
    .phone-email{
        margin: 0px 0px 30px 0px;
    }  
    .carousel .col-md-5.slider{
         display: none !important;  
    }
    .appa-button {
        position: relative;
        top: 12%;
    }
    .carousel .col-md-7{
        flex: 100%;
        max-width: 100%;
   }
  }

  @media (min-width: 390px) and (max-width:768px) {
    .appa-button {
        position: relative;
        top: 12%;
    }
  }
  @media (min-width: 300px) and (max-width:500px) {
    .contact-form textarea{
        width: 270px;
    }
    .header-img-text{
        padding: 10px 3px 30px 43px;
        font: Bold 5.5vw Open Sans;
    }
  }
  @media (min-width: 945px) and (max-width:1067px) {
    body .carousel .slide .slider img{
        left: -10px;
    }
  }
  @media (min-width: 1600px) and (max-width:2500px) {
    .header-img-text{
        padding: 10px 3px 30px 43px;
        font: Bold 2.5vw Open Sans;
    }
  }