
.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/***Fonts***/

body {
    font-size: 100%;
    direction: rtl;
    overflow-x: hidden;
    font-family: 'Arimo', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    font-feature-settings: "kern";
}

/***Top***/

#top {
    background-color: #0f72a6;
    border-bottom: solid 2.6px #0c5880;
}

#top h1 {
    font-size: 1.7em;
    margin: 4% 0;
    color: #b9cbdb;
    line-height: 119%;
}

#top span {
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    bottom: -6px;
}

#top div {
    padding: 1em 0;
}

/***Main***/

#main {
    background: url(img/main-background-50.jpg) no-repeat;

}

#jumbo-top {
    margin-top: 2%;
}

#jumbo-top img {
    max-width: 100%;

}

#tel img {
    display: none;
}

#tel {
    padding-top: 3%;
}

#tel a {
    vertical-align: middle;
    font-size: 4em;
    font-weight: bold;
    color: #073953;
    text-decoration: none;

}

#jumbo-header h1:first-child {
    font-size: 3em;
    font-weight: bold;
    color: #0b2e41;
    margin-bottom: 1px;
    margin-top: 1px;
}

#jumbo-header h1:last-child {
    font-size: 2em;
    font-weight: bold;
    color: #0f72a6;
    margin-top: 0;
}

#jumbo-main h2 {
    font-size: 1.7em;
    color: #f9f6f8;
    background-color: #087ab9;
    line-height: 168%;
    text-align: center;
    margin: 7px;
}

#jumbo-main h2:last-child {
    margin-bottom: 12px;
}

form .form-group:nth-child(n+1):nth-child(-n+3) {

    font-size: 1.4em;
}

.input-group {
    display: inline-block;
}

#contact-us {
    background-color: #006699;
    color: #fdfdfd;
}

#contact-us h2 {
    font-size: 2em;
    margin: 5% 0;
    line-height: 122%;
}

#contact-us h2:last-child {
    font-size: 1.6em;

}

#contact-us p {
    color: #83ff38;
    border: 2px solid #8cff1d;
    font-size: 18px;
}

#name, #phone, #email {
    width: 92%;
    padding: 2.7%;
    color: black;
}

.checkbox label {
    font-size: 1.7em;
    padding: 0;

}

.checkbox label input[type=checkbox] {
    position: relative;
}

input[type=checkbox] {
    width: 19px;
    height: 23px;
    cursor: pointer;
    right: -34px;
    top: 6px;
}

#contact-us h2:last-child br {
    display: none;

}

body div.form-group button {
    font-size: 2.5em;
    width: 100%;
    background-color: #0b2e41;
    padding: 3%;

}

body div.form-group button:hover {
    color: #0f72a6;
}

button span {
    position: relative;
    right: 5%;
}

#alert {
    display: none;
    width: 200px;
    height: 200px;
    background-color: #4cae4c;
}

#jumbo-testimonials {
    background-color: #ffffff;
    text-align: center;
}

#jumbo-testimonials h2 {
    font-size: 2em;
    font-weight: bold;
}

#jumbo-testimonials h4 {
    font-size: 1.4em;
    font-weight: bold;
}

#jumbo-testimonials p {
    font-size: 1.4em;
}

#jumbo-testimonials p:last-child {
    margin-bottom: 1.2em;

}

#jumbo-testimonials br {
    display: none;
}

/***Footer***/

.carousel-control {
    display: none;
}

#footer .well-none {
    padding: 3% 0 5%;
}

.well-none {
    padding: 10% 0 5%;
}

#footer h3 {
    margin-top: 2%;
}

#footer {
    background: url(img/advisors-mobile.png) bottom no-repeat;
}

#footer > div {
    padding: 0 15px;
}

/***Carousel***/

.swiper-container {
    width: 100%;
    padding: 25px 0;

}

.swiper-button-next, .swiper-button-prev {
    visibility: hidden;

}

.swiper-container .img-responsive {
    max-width: 112px;

}

body .swiper-slide {
    height: 60px;
    background-color: hsla(0, 1%, 40%, 0.27);
}

.swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/***********Mobile - Landscape************/

@media only screen
and (min-device-width: 320px)
and (max-device-width: 800px)
and (orientation: landscape) {

    #contact-us br {
        display: none;
    }

    #jumbo-main h2:last-child {
        margin-bottom: 6%;
    }

    #name, #phone, #email {
        padding: 2.7%;
    }

}

/************************
********TABLETS**********
************************/

@media screen and (min-width: 768px) /*Tablet*/ {

    #top h1 {
        color: #b9cbdb;
        line-height: 209%;
        margin: 0;
    }

    #top span {
        bottom: 0;
    }

    #tel {
    }

    #jumbo-main {
        padding-bottom: 0;
    }

    #jumbo-main h2 {
        font-size: 1.8em;
    }

    #jumbo-main h2:last-child {
        margin-bottom: 0;
    }

    #contact-us {
        padding-bottom: 0;
        margin-top: 0;

    }

    #contact-us h2 {
        margin: 3% 0;
    }

    body div.form-group button {
        width: 35%;
        padding: 1%;
    }

    #name, #phone, #email {
        padding: 5px;
        width: 35%;
    }

    .form-group:nth-child(3), .form-group:nth-child(4), .form-group:nth-child(5) {
        margin-bottom: 3%;
    }

    form .form-group:nth-child(n+1):nth-child(-n+3) {
        font-size: 1.5em;
    }

    input[type=checkbox] {
        right: -26px;
        width: 18px;
        top: 8px;
    }

    #jumbo-testimonials {
        padding: 2%;
    }

    #jumbo-testimonials h2 {
        margin: 0 0 2%;

    }

    #jumbo-testimonials h4 {
        font-size: 2em;
    }

    #jumbo-testimonials p {
        font-size: 1.6em;
    }

    #jumbo-testimonials .row div:nth-child(2) {
        border-left: solid 0.1px rgba(175, 175, 175, 0.55);
    }

    #jumbo-testimonials .row {
        margin-bottom: 0;
    }

    #footer {
        display: block;
    }

    .well-none {
        padding: 4% 0 5%;
    }

}

/*************************Tablet - Portrait******************************/

@media (max-width: 899px) and (min-width: 600px)  and (orientation: portrait) /*Tablet Portrait*/ {

    #top br {
        display: none;
    }

    #top h1 {
        font-size: 2em;
    }

    input[type=checkbox] {
        width: 20px;
        height: 30px;
        cursor: pointer;
        right: -36px;
        top: 12px;
    }

    #contact-us {
        padding: 0;
    }

    #contact-us h2 {
        font-size: 2.4em;
    }

    #contact-us h2 br {
        display: none;

    }

    #contact-us h2:last-child {
        font-size: 1.8em;
    }

    .form-group:nth-child(5) {
        margin-bottom: 0;
    }

    form .form-group:nth-child(3), form .form-group:nth-child(4) {
        margin-bottom: 0;
    }

    body div.form-group button {
        font-size: 2em;
    }

    #name, #phone, #email {
        width: 35%;
        padding: 1%;
        font-size: 1em;
    }

    .checkbox {
        margin: 13px 0;
    }

    .checkbox label {
        font-size: 1.6em;
        padding: 0;
    }

    body div.form-group button {
        padding: 1%;
    }

    #jumbo-main h2 {
        font-size: 2em;
    }

    #jumbo-main {
        padding-bottom: 0;
    }

    #jumbo-main h2:last-child {
        margin-bottom: 0;
    }

    #jumbo-testimonials h2 {
        font-size: 2.2em;
        margin-bottom: 0;
    }

    #jumbo-testimonials h4 {
        font-size: 1.55em;
        margin-bottom: 4px;
    }

    #jumbo-testimonials p {
        font-size: 1.5em
    }

    #jumbo-testimonials p:last-child {
        margin-bottom: 0;
    }

}

/************************
*******DESKTOPS**********
************************/

@media screen and (min-width: 992px) {

    .container-fluid {
        max-width: 1500px;
    }

    #top {
        border-bottom: solid 1px #0c5880;
    }

    #top h1 {
        font-size: 27px;
        text-align: center;
        letter-spacing: 1px;
        line-height: 49px;
        margin: 0;
    }

    #top span {
        font-size: inherit;
        bottom: 0;

    }

    #top h1 br {
        display: none;
    }

    #main {
        background: url(img/main-background.jpg) no-repeat;
        height: 728px;
        box-shadow: inset 0 21px 40px -17px rgba(0, 0, 0, 0.5);

    }

    #contact-us {
        background-image: url("img/contact us_background.png");
        background-color: transparent;
        display: block;
        height: 753px;
        float: left;
        position: relative;
        top: -3px;
        margin-top: 0;

    }

    #contact-us h2:first-child {
        color: #fdfdfd;
        font-size: 27px;
        margin: 58px 0 38px;
        letter-spacing: 1px;
        line-height: 144%;
    }

    .form-group {
        margin-bottom: 12px;
    }

    #name, #phone, #email {

        width: 275px;
        height: 46px;
    }

    #name {
        background: #f9f6f8 url(img/men_icon.png) left no-repeat;
        color: black;
        padding-right: 12px;
        margin-left: 1px;
        font-size: 18px;
        border: 1px solid gray;
    }

    #phone {
        background: #f9f6f8 url(img/cell_icon.png) left no-repeat;
        color: black;
        padding-right: 12px;
        margin-left: 1px;
        font-size: 18px;
        border: 1px solid gray;

    }

    #email {
        background: #f9f6f8 url(img/envelope1_icon.png) left no-repeat;
        color: black;
        padding-right: 12px;
        margin-left: 1px;
        font-size: 18px;
        border: 1px solid gray;

    }

    ::-webkit-input-placeholder {
        color: #262424;
        font-size: 17.72px;
    }

    .checkbox {
        color: #fafcfd;

    }

    .checkbox label {
        font-size: 19px;
    }

    input[type=checkbox] {
        width: 18px;
        height: 20px;
        cursor: pointer;
        right: -19px;
        top: 5px;
        margin-bottom: 24px;
        margin-left: -11px !important;

    }

    body div.form-group button {
        font-weight: bold;
        border-radius: 0;
        height: 54px;
        width: 275px;
        font-size: 29px;
        padding: 6px 12px;
    }

    body div.form-group button .fa-chevron-left {
        font-size: 25px;
    }

    form .form-group:nth-child(4) {
        margin-bottom: -3px;
    }

    #jumbo-top img {
        max-width: 84%;
    }

    #tel {
        padding: 0;
        text-align: left;
        position: relative;
        top: 8px;
    }

    #tel a {
        font-size: 4em;
        font-family: Arial;
    }

    #tel img {
        display: inline-block;
        position: relative;
        right: -4px;
        top: 1px;
    }

    #jumbo-header h1:first-child {
        text-indent: 17px;
        font-size: 47px;
        margin-top: 27px;
        margin-bottom: 8px;
    }

    #jumbo-header {
        text-align: right;
    }

    #jumbo-main {
        margin-top: 0;
        padding-right: 0;
    }

    #jumbo-main h2 {
        margin-top: 12px;
        margin-bottom: 12px;
        text-indent: 15px;
        color: #f9f6f8;
        text-align: right;
        background: transparent url(img/categories-strip.png) right no-repeat;
        font-size: 21px;
        height: 33px;
    }

    #jumbo-main h2:nth-child(2), #jumbo-main h2:nth-child(3) {
        margin-top: -2px;
    }

    #jumbo-header h1:last-child {
        font-size: 30px;
        text-indent: 19px;
        vertical-align: inherit;
        margin-top: 0;
    }

    #contact-us h2:last-child {
        font-size: 23px;
        margin-top: 28px;
        line-height: 33px;
    }

    #contact-us h2:last-child br {
        display: inherit;
    }

    #jumbo-top .row {
        position: relative;
        top: 7px;
        right: -32px;
    }

    #jumbo-testimonials {
        /* -webkit-box-shadow: 0px 1px 11px 2px rgba(0,0,0,1); */
        -moz-box-shadow: 0px 1px 11px 2px rgba(0, 0, 0, 1);
        /* box-shadow: 0px 1px 11px 2px rgba(0,0,0,1); */
        padding: 0;
        margin-top: 65px;
        background-image: url(img/recommendation-paper.png);
        background-size: cover;
        /* width: 598px; */
        background-color: initial;

    }

    #jumbo-testimonials h3 {
        font-size: 28px;
        text-align: right;
        font-weight: bold;
        color: #0b2e41;
        letter-spacing: 1px;
    }

    #jumbo-testimonials div h3:last-of-type {
        margin-top: 31px;
    }

    #jumbo-testimonials h2 {
        margin-top: 17px;
        color: #0f72a6;
        font-size: 25px;
        top: 9px;
        position: inherit;

    }

    #jumbo-testimonials h4 {
        font-size: 1.7em;
    }

    #jumbo-testimonials p {

    }

    #jumbo-testimonials .row div:nth-child(2) h4 {
        left: -5px;

    }

    #jumbo-testimonials div {
        position: relative;
        padding: 0 28px;
        left: 11px;

    }

    #jumbo-testimonials .row div:nth-child(2) {
        border: none;
        right: 20px;
    }

    #footer {
        position: relative;
        top: -1px;

    }

    .well-none {
        padding: 0;
    }

    #footer > div {
        padding: 0;
    }

    #footer h3 {
        /* bottom: 1px; */
        right: -9px;
        font-size: 23px;
        position: relative;
        color: #f9fbfc;
        display: inline-block;
        background: #007dbb;
        margin-top: 0;
        padding: 9px;
    }

    .swiper-button-next, .swiper-button-prev {
        visibility: visible;

    }

    .swiper-button-next {
        position: relative;
        right: -8% !important;
    }

    .swiper-button-prev {
        position: relative;
        left: -8% !important;
    }

    .swiper-container {

    }

    .swiper-container .img-responsive {
        display: inline;
        height: auto;
    }

}

/************************
*****DESKTOPS 1200*******
************************/
@media screen and (min-width: 1200px) {

    #jumbo-testimonials h4 {
        font-size: 1.7em;
    }

    #jumbo-testimonials .row div:nth-child(2) {
        border: none;
        right: 0px;
    }

    #jumbo-testimonials div {
        position: relative;
        padding: 0 40px;
        left: 0;

    }

    #jumbo-testimonials .row div:nth-child(2) {
        border: none;

    }

}









