*{
    padding: 0px;
    margin: 0px;
}
a img{
    border: 0;
}
a{
    text-decoration: none;
}
body{
    font-family: 'PT Sans', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    -webkit-transition:all 1s ease-in ;    
}
.wrapper{
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#header{
    background: #142b3f;
    width: 100%;
    position: relative;
    /*padding: 1% 0;*/
    padding: 12px 0;
}

#header_rtl{
    direction: rtl;
    background: #142b3f;
    width: 100%;
    position: relative;
    padding: 1% 0;
}
.rtl_wrapper{
    direction: rtl;
}

.logo{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.nav_container{
    width: 78.5%;  
    display: inline-block;
    vertical-align: top;

}
.nav_container ul{
    list-style: none;
    text-align: right;
    padding: 2% 0 0% 0;
}
.nav_container.rtl ul{
    text-align: left;
}
.nav_container ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0 2%;
}
.nav_container ul li:last-child{
    padding-right: 0px;
}
.nav_container ul li a{
    color:#fff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; 
    font-size: 20px;
    display: block;
}
.nav_container ul li a:hover{
    color:#c5953c;
}
.nav_container .flag{
    display: block;
    text-align: right;
}
.nav_container .flag a{
    padding: 2px;
}

.nav_container .flag.rtl{
    text-align: left;
}

.member_btn{
    font-size: 22px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    padding: 12px 25px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: .9%;
    bottom:-63px;
    z-index: 100;
    color: #fff;
    background: #367cb0;
    border-radius: 5px;
    z-index: 10000;
    font-weight: 700;
}
.member_btn.rtl{
    left: .9%;
    right: auto;
}
.member_btn:hover{
    background:#c5953c;
}
.member_btn.rrr{
    bottom:-65px;
}
#slider{
    width: 100%;
    position: relative;

}
#slider #slider1,#slider #slider2, #slider #slider3{
    left: 0px;
}
#slider img{
    width: 100%;
    z-index: -1100;
}
.anim-arrows-prev{
    background: url(images/slider_arrow_left.png) no-repeat center;
    width: 47px;
    height: 60px;
}
.anim-arrows-next{
    background: url(images/slider_arrow_right.png) no-repeat center;
    width: 47px;
    height: 60px;
}
#slider ul{
    list-style: none;
}
.slider_description{
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    text-align: center;
    width: 500px;
    left: 0;
    right: 0;
    top: 35%;
    margin: 0 auto;
}
.slider_description h2{
    font-size: 36px;
    color:#fff;
    background: #c5953c;
    font-weight: 800;
    border-radius: 5px;
    display: inline-block;
    padding: 0 5%;
}
.slider_description p{
    margin-top: 1%;
    font-size: 22px;
    color:#fff;
    background:rgba(0,0,0,0.5);
    font-weight: 700; 
    border-radius: 5px;
    padding: 0 2%;
}
.aboutus_wrapper{
    background: #f3f3f3;
    padding: 1% 0;
}
.aboutus_wrapper.rtl,.features_wrapper.rtl,.contacts_wrapper.rtl{
    direction: rtl;
}
.aboutus{
    background-color: #142B3F;
    border-radius: 5px;
    padding: 2%;
}
.aboutus .description{
    padding: 0% 6%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.aboutus .description h2{
    font-weight: 800;
    font-size: 23px;
    margin-bottom: 10px;
}
.aboutus .description p{
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
    font-size: 20px;
    line-height: 1.5;
}
.aboutus .description .readmore{
    background-color: #C5953C;
    padding: 15px 50px;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
    display: inline-block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.features_wrapper{
    background: #E1DFDF;
    width: 100%;
    padding: 2% 0;
}
.features{
    box-shadow: -2px 2px 5px;
    background: #fff;
    position: relative;
    padding: 2%;
    border-radius: 5px;
}
.features h3{
    color: #7f8c8c;
    font-size: 19px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; 
    margin-bottom: 10px;
}
.features p{
    color: #7f8c8c;
    font-size: 17px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
}
.features .readmore{
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    bottom: -8px;
    text-align: center;
}
.features .readmore a{
    background-color: #C5953C;
    padding: 15px 50px;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
}
.contacts_wrapper{
    background: url(images/map2.jpg) no-repeat center;
    background-size: cover;
    padding: 2.5%;
}

.contacts{
    box-shadow: -2px 2px 5px;
    background: #fff;
    position: relative;
    font-family: 'PT Sans', sans-serif;
    padding: 2%;
    border-radius: 5px;
        min-height: 350px;
}
.contacts h2{
    font-size: 22px;

    font-weight: 700; 
    text-transform: uppercase;
}
.contacts h3{
    font-size: 16px;
    font-weight: 700; 
    text-transform: uppercase;
}
.contacts p{
    font-size: 12px;
    margin-bottom: 10px;
}
#footer{
    background: url(images/footerbg.jpg) no-repeat center;
    background-size: cover;
    color:#fff;
    position: relative;
}
#footer.rtl{
    direction: rtl;
}
#footer .inner_container{
    padding: 5% 2% 2% 2%;

}
#footer .toparrow{
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    top: -30px;
    text-align: center;
}
#footer img{
    display: inline-block;
    vertical-align: middle;
}
#footer .description{
    padding: 0 1%;
}
#footer h2{
    font-size: 16px;
    font-weight: 700; 
    text-transform: uppercase;
    margin-bottom: 10px;
}
#footer p{
    font-size: 12px;
}
#footer .bottom{
    text-align: right;
    font-size: 16px;
    font-weight: 700; 
    margin-top: 2%;
}
#footer .bottom.rtl{
    text-align: left;
}
#footer .company_logo{
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.footerlast {
    background: url('images/footerbottom.png') no-repeat center;
    min-height: 19px;
    background-size: cover;
    opacity: 0.4;
}

.feature_bg{
    background: url('images/featuresbg.jpg') no-repeat top center #f3f3f3;
}
.advisory_bg{
    background: url('images/advisorybg.jpg') no-repeat top center #f3f3f3;
}
.whyteriac_bg{
    background: url('images/why_teriacbg.jpg') no-repeat top center #f3f3f3;
}
.faq_bg{
    background: url('images/faq_bg.jpg') no-repeat top center #f3f3f3;
}
.pricing_bg{
    background: url('images/pricingbg.jpg') no-repeat top center #f3f3f3;
}
.contact_bg{
    background: url('images/contact_bg.jpg') no-repeat top center #f3f3f3;
}
.inner_header{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 9% 7% 12% 0%;
}
.widget_leftbar{
    padding: 75px 0 2% 7%;
}
.col-xs-3 .widget_module img, .col-xs-9 .feature_inner_container img{
    width: auto;
    padding-top: 5%;
}
.widget_module{
    position: relative;

    border-radius: 5px;
    background: rgba(250,250,250,0.8);
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    margin: 0 0 20%;
}
.widget_module .inner_widget{
    padding: 5% 7% 10%;
}
.widget_module h2.title{
    background:#142b3f;
    color: #fff;
    font-weight: 700;
    padding: 4%;
    font-size: 24px;
    border-radius: 3px 3px 0 0;
}
.widget_module .readmore{
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    bottom: -8px;
    text-align: center;
}

.widget_module .readmore a{
    background-color: #d1aa48;
    padding: 15px 50px;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
}
.widget_module h3{
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    color:#142b3f;
    padding-bottom: 5px;
}
.widget_module h4{
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 700;
    color:#142b3f;
    padding-bottom: 5px;
}
.widget_module p{
    font-size: 14px;
    font-weight: 400;
    color:#142b3f;
}

.inner_header h2{
    font-size: 36px;
    color:#fff;
    background: #d1aa49;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    padding: .4% 13%;
    text-transform: uppercase;
}
.inner_header p{
    margin-top: 1%;
    font-size: 18px;
    color:#fff;
    background:rgba(0,0,0,0.5);
    font-weight: 400; 
    border-radius: 5px;
    padding: 2%;
}

.feature_inner_container{
    background: #fbfbfb;
    border-radius: 10px;
    padding: 3%;
    margin-bottom: 10%; 
    position: relative;
}

.why_teriac_inner_container{
    background: #fbfbfb;
    border-radius: 10px;
    padding: 0% 3% 3%;
    margin-bottom: 10%; 
    position: relative;
}
.why_teriac_inner_container_img{
    padding: 5% 10%;
}
.why_teriac_inner_container .designtitle{
    background-color: #d1aa48;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    font-size: 22px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; 
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.why_teriac_inner_container h2{
    font-size: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
    text-transform: uppercase;
    padding: 2% 0;
}
.feature_inner_container p{
    color:#142b3f;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
}
.advisory_inner_container{
    padding: 3%;
    margin-bottom: 10%; 
    position: relative;
}

.advisory_box{
    position: relative;
    border-radius: 5px;
    background: #fafafa;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    margin: 2% 2% 5%;
    border-top: 1px solid #d2d7d9;
    border-bottom: 1px solid #d2d7d9;
    min-height: 380px;
    width: 24.5%;
    display: inline-block;
    vertical-align: middle;
    padding:  0 2.5%;
}
.advisory_box.first-child{
    margin-left: 0;
}
.advisory_box.last-child{
    margin-right: 0;
}
.advisor_img{
    width:150px;
    border-radius: 75px;
    text-align: center;
    overflow: hidden;
    margin: 25px auto 0 auto;
    position: relative;
    height: 150px;
}
.advisory_box img{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.advisory_box p{
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
    padding: 5% 0 0;
    color: #142b3f;
}
.advisory_box p u{
    font-weight: 700;
}

.feature_inner_container p, .feature_inner_container ol{
    color:#142b3f;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
}
.feature_inner_container ol{
    padding-left: 40px;
}

.feature_inner_container .readmore{
    position: absolute  ;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    bottom: -8px;
    text-align: center;
}

.feature_inner_container .readmore a{
    background-color: #d1aa48;
    padding: 15px 50px;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
    cursor: pointer;
}

.feature_inner_container h2{
    font-size: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
    text-transform: uppercase;
    padding: 2% 0;
}
.feature_inner_container h3{
    font-size: 22px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    padding: 2% 0;
    font-style: italic;
}
.faq_inner_container{
    background: rgba(250,250,250,0.8);
    border-radius: 10px;
    padding: .5% 3% 3% 3%;
    margin-top: 7%; 
    margin-bottom: 10%; 
    position: relative;
}
.faq_inner_container .designtitle{
    background-color: #d1aa48;
    padding: 10px 200px;
    color: white;
    border-radius: 5px;
    font-size: 33px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; 
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.faq_box{
    background: rgba(249,249,249,0.6);
    padding: 1%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    position: relative;
    margin: 1% 0;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}
.faq_box.rtl{
    text-align: right;
}
.faq_box h2{
    color:#000;
    font-size: 20px;
    font-weight: 400;
}
.faq_box h2:hover{
    cursor: pointer;
}
.faq_col{
    display: none;
}
.faq_box .bullet{
    border-radius: 16px;
    width: 20px;
    height: 20px;
    background: #142b3f;
    color: #fff;
    padding: 5px;
    font-size: 40px;
    position: absolute;
    right: 2%;
    top: 15%;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}
.faq_box.rtl .bullet{
    right: auto;
    left: 2%;
}
.faq_box p{
    color: #000000;
    padding: 2% 3%;
    font-size: 18px;
}

.pricing_inner_container{
    position: relative;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 10%;
}
.pricing_bg .inner_header p{
    font-size: 24px;
}
.pricing_bg .inner_header{
    padding: 9% 7% 15.5% 0%;

}
.whyteriac_bg .inner_header{
    padding: 9% 7% 15% 0%;
}
.pricing_inner_container .fee{
    background: #142b3f;
    padding: 2.5%;
    color:#fff;
    margin: 1% 0;
    font-family: 'PT Sans', sans-serif;
    border-radius: 5px;
}
.pricing_inner_container .fee h2{
    font-weight: 400;
    font-size: 24px;
}
.pricing_inner_container .fee p{
    font-size: 18px;
    line-height: 22px;
}

.pricing_inner_container .fee_box{
    margin: 1% 0;
    font-family: 'PT Sans', sans-serif;
    border-radius: 5px;
    background: #f8f8f8;
}
.pricing_inner_container .fee_box .inner_fee{
    padding: 2%;
    color:#142b3f;

}
.pricing_inner_container .fee_box .inner_header_fee{
    background:#142b3f;
    color:#fff;
    font-size: 24px;
    padding: 1% 2%;
    border-radius: 5px;
}
.pricing_inner_container .fee_box .inner_fee h2{
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: underline;
}
.pricing_inner_container .fee_box .inner_fee p{
    font-weight: 400;
    font-size: 18px;
}
.pricing_inner_container .fee_box .inner_fee ol{
    padding-left: 4%; 
}
.ordernow{
    text-align: center;
    margin: 4% auto;
}
.ordernow a{
    background-color: #C5953C;
    padding: 10px 40px;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
}
.contact_bg .inner_header{
    padding: 7% 0% 0% 0%;
    width: 99%;
}

.contact_bg .inner_header p{
    margin-top: 1%;
    font-size: 18px;
    color:#142a3f;
    background:#ececec;
    font-weight: 400; 
    border-radius: 5px;
    padding: 1%;
    border: 1px solid #686868;
    font-family: 'PT Sans', sans-serif;
    text-align: left;
    width:98%;
}
.contact_bg .inner_header p.rtl{
    text-align: right;
}
.contact_bg .inner_header select{
    background: #142a3f;
    padding: 7px;
    color: white;
    font-size: 18px;
    webkit-appearance: none;
    border-radius: 5px;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
}
.contact_bg .contact_inner_container{
    position: relative;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 10%;
}
.request_form{
    text-align: center;
    margin: -30px auto 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
}
.request_form a{
    background-color: #C5953C;
    padding: 10px 40px;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;     
}

.form-control::-moz-placeholder {
    color: #fff;
    color: #142a3f;
}
.form-control:-ms-input-placeholder {
    color: #fff;
    color: #142a3f;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
    color: #142a3f;
}
.selectBox, .form-control {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    font-size: 15px;
    height: 40px;
    line-height: 22px;
    min-height: 40px;
    padding: 0px 12px;
    width: 99%;
    background: #d8d8d8;
    margin: 8px 0;
    color:#142a3f;
}
.map-container {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.map-container iframe,
.map-container object,
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.location-canvas,.location-canvas-jr{
    width:100%;
    height:300px;
    margin: 5% 0;
    border-radius: 5px;
}
.contact_form{
    background: #142a3f;
    text-align: center;
    position: relative;
    padding: 1% 2%;
    margin: 2% 0;
}
.contact_btn{
    background-color: #C5953C;
    padding: 15px 50px;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
    border-width: 0;
}
.contact_bg .address_box {
    background: #fff;
    width: 25.6%;
    margin: 2%;
    padding: 2%;
    text-align: center;
    border-radius: 5px;
    min-height: 260px;
    display: inline-block;
    vertical-align: top;
}
.contact_bg .address_box:first-child {
    margin-left: 0;
}
.contact_bg .address_box:last-child{
    margin-right:  0;
}
.contact_bg .address_box h2{
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; 
    padding: 7px 0;
}
.contact_bg .address_box h3{
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; 
    padding: 5px 0;
}
.contact_bg .address_box p{
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; 
}
.address_marker{
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 30px;
    background: url(images/address_marker.png);
}
.shoping_cart{
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    background: url(images/shoping_cart.png);
}
.time_bunch{
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    background: url(images/time_bunch.png);
}
.email_ico{
    display: inline-block;
    vertical-align: top;
    height: 26px;
    width: 33px;
    background: url(images/email.png);
}
.tel_ico{
    display: inline-block;
    vertical-align: top;
    height: 26px;
    width: 33px;
    background: url(images/tel.png);
}
.contacts_wrapper.rtl .contacts p{
        font-size: 14px;
}
.contacts_wrapper.rtl .contacts {
        min-height: 430px;
}
#footer.rtl p{
    font-size: 14px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-6_5, .col-xs-1_5 {
    display: inline-block;
    vertical-align: top;

}
.col-xs-2 img, .col-xs-3 img, .col-xs-4 img, .col-xs-5 img, .col-xs-6 img, .col-xs-7 img, .col-xs-8 img, .col-xs-9 img, .col-xs-10 img, .col-xs-11 img, .col-xs-12 img, .col-xs-6_5, .col-xs-1_5 {
    width: 100%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 90.66666667%;
}
.col-xs-10 {
    width: 82.33333333%;
}
.col-xs-9 {
    width: 74%;
}
.col-xs-8 {
    width: 65.66666667%;
}
.col-xs-7 {
    width: 57.33333333%;
}
.col-xs-6 {
    width: 49%;
}
.col-xs-6_5 {
    width: 44.6%;
}
.col-xs-1_5 {
    width: 2%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.toggle-nav {
    display:none;
}
.rtl_wrapper .address_box.rtl{
    direction:  ltr;
}
.rtl_wrapper .widget_module p{
    direction:  ltr;
}
.rtl_wrapper .widget_module .readmore a{
        padding: 10px 40px;
        font-size: 16px;
}
@media screen and (max-width: 1100px) {
    .pricing_bg .inner_header {
        padding: 9% 7% 17% 0%;
    }
    .whyteriac_bg .inner_header {
        padding: 9% 7% 17% 0%;
    }
}
.toggle-nav span{
    background: #fff;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    display: block;
}
.toggle-nav span:first-child{
    margin-top: 0;
}
.toggle-nav span:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
    .nav_container ul li{
        padding: 0 1%;
    }
    .member_btn{
        /*bottom: -58px*/
    }
    .anim-slider{
        height: 305px;
    }
    .col-xs-6_5{
        width: 42.5%;
        margin: 1%;
    }
    .col-xs-8{
        width: 65%;
    }
    .contacts{
        min-height: 325px;
    }
    .pricing_bg .inner_header {
        padding: 9% 7% 16.5% 0%;
    }
    .col-xs-9 .feature_inner_container img{
            width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .anim-slider {
        height: 230px;
    }
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-6_5, .col-xs-1_5 {
        width:96%;
        padding: 0 1%;
    }
    .aboutus .col-xs-4,.aboutus .col-xs-8    {
        width: 96%;
        padding: 1%;
        display: inline-block;
    }
    .aboutus .description{
        padding: 0% 6% 4% 6%;
    }
    .features .col-xs-4{
        width: 31.33333333%;
        display: inline-block;
    }
    .features .col-xs-8{
        width: 60%;
        display: inline-block;
        padding: 2%;
    }
    .contacts .col-xs-6{
        width: 45%;
        display: inline-block;
    }
    .features{
        text-align: center;
        padding: 4% 0;
        margin: 5% 0;
    }
    .col-xs-2 img, .col-xs-3 img, .col-xs-4 img, .col-xs-5 img, .col-xs-6 img, .col-xs-7 img, .col-xs-8 img, .col-xs-9 img, .col-xs-10 img, .col-xs-11 img, .col-xs-12 img{
        width: auto;
        margin: 0 auto;
    }
    .features .readmore{
        bottom: -10px;
    }
    .contacts{
        padding: 2%;
        text-align: center;
        min-height: auto;
    }
    #footer .col-xs-7{
        width: 50%;
    }
    .toggle-nav {
        display:inline-block;
        color: #fff;
        font-size:36px;
    }
    .nav_container ul{
        display: none;
        margin-top: 30px;
    }
    .nav_container ul li{
        border-top: 1px #1f1f1f solid;
        border-bottom: 1px #1f1f1f solid;
        display: block;
        text-align: left;
    }

    .feature_inner_container img{
        width: 100% !important;
    }
    .advisor_img img{
        width: 100%;
    }
    .advisor_img {
        height: 100px;
        width: 100px;
    }
    .advisory_inner_container{
        margin-bottom: 0%;
    }
    .widget_leftbar {
        padding: 0 7%;
    }
    .faq_inner_container{
        margin-top: 12%;
    }
    .faq_box h2{
        width: 92%;
    }
    .contact_bg .col-xs-12{
        display: block;
        margin: 0 auto;
    }
    .contact_bg .inner_header select{
        height: 40px;
    }
    .contact_bg .inner_header h2{
            font-size: 24px;
    }
    .request_form a{
        font-size: 24px;
    }
}
@media screen and (max-width: 550px) {
    #slider img{
        width: auto;
    }
    .slider_description{
        width: 305px;
    }
    .features .col-xs-4,.features .col-xs-8{
        width: 96%;
        display: block;
    }
    .contacts .col-xs-6 img{
        width: 100%;
    }
    #footer .inner_container{
        padding-top: 50px;
    }
    #footer .col-xs-7{
        width: 75%;
    }
    #footer .bottom{
        text-align: center;
    }
    .slider_description p{
        display: none;
    }
    .slider_description h2{
        font-size: 18px;
    }
    .toggle-nav {
        font-size:25px;
    }
    .inner_header {
        padding-top: 18%;
        padding-right: 0px; 
    }
    .feature_bg .col-xs-9,
    .whyteriac_bg .col-xs-9,
    .advisory_bg .col-xs-9,
    .pricing_bg .col-xs-9,
    .contact_bg .col-xs-7{
        margin: 0 auto;
        display: block;
    }
    .advisory_box{
        min-height: 450px;
    }
    .faq_inner_container .designtitle{
        padding: 10px 130px;
        font-size: 25px;
    }
    .pricing_bg .inner_header{
        padding: 15% 0% 10% 0%;
    }
    .contact_bg .inner_header{
        padding: 15% 0% 0% 0%;
    }
    .selectBox, .form-control{
        width: 90%;
    }
    .contact_bg .address_box{
        width: 70%;
        display: block;
        margin: 2% auto;
    }
    .contact_bg .address_box:first-child {
        margin-left: auto;
    }
    .contact_bg .address_box:last-child {
        margin-right: auto;
    }
    .request_form a{
        font-size: 26px;
    }
    .contact_form {
        margin: 10% 0;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        width: 33%;
        padding: 2% 0% 2% 2%;
    }
    .logo img{
        width: 100%
    }
    .nav_container{
        width: 62%;
    }
    .features_wrapper{
        padding: 5% 0;
    }
    #footer .col-xs-7 {
        width: 72%;
    }
    .inner_header {
        padding-top: 25% ;
        padding-right: 0px; 
    }
    .inner_header h2{
        font-size: 21px;
    }
    .inner_header p{
        font-size: 16px;
    }
    .feature_bg .col-xs-9{
        margin: 0 auto;
        display: block;
    }
    .advisory_box{
        width: 95%;
        display: block;
        min-height: auto;
        padding-bottom: 3%;
    }
    .faq_inner_container {
        margin-top: 21%;
    }
    .faq_inner_container .designtitle{
        padding: 10px 90px;
    }
    .faq_box h2{
        width: 87%;
    }
    .pricing_bg .inner_header p{
        font-size: 16px;
    }
    .pricing_bg .inner_header{
        padding-top: 25%;
        padding-right: 0px; 
    }
    .contact_bg .inner_header p{
        text-align: center;
    }
    .contact_bg .inner_header {
        padding: 25% 0% 0% 0%;
    }
    .request_form a{
        font-size: 20px;
    }
    .request_form{
        margin: -10px auto 0 auto;
    }
    .contact_form {
        margin: 10% 0;
    }
    .whyteriac_bg .inner_header {
        padding: 25% 7% 17% 0%;
    }
}