﻿body {
    background-color: #f7f2ed;
}
section.contact-us {
    /* margin-top: 100px;*/
    padding: 40px 0px 40px 0px;
}
section.contact-us .contact {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.content_design_bg {
    background: linear-gradient(#f3f3f3, #fff);
    margin-top: -70px;
    padding: 25px 25px;
    border-radius: 40px 40px 0px 0px;
    margin-bottom:20px;
}
/*-=================== Heading Start====================*/

.top-header-text {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    color: white !important;
    width: fit-content;
    margin: auto;
    text-transform: uppercase;
}
.stars_ {
    color: white;
    text-align: center;
    font-size: 20px;
    width: fit-content;
    margin: auto;
    position:relative;
}
    .stars_ .small {
        font-size: 65%!important;
        vertical-align: baseline;
    }

    .stars_:before {
        content: " ";
        display: block;
        height: 2px;
        width: 50px;
        position: absolute;
        right: 58px;
        background: white;
        top: 17px;
    }
    .stars_::after {
        content: " ";
        display: block;
        height: 2px;
        width: 50px;
        position: absolute;
        left: 60px;
        background: white;
        top: 17px;
    }

/*-=================== Heading End====================*/

    .align-self-center {
        align-self: center !important;
    }
.navbar-collapse .navbar-nav li a {
    color: #292564 !important;
}

section.contact-us .contact h2 {
    text-transform: uppercase;
    color: #1f272b;
    border-bottom: 1px solid #2a25684f;
    /*   margin-bottom: 40px;*/
    padding-bottom: 20px;
    font-size: 22px;
    padding-left: 13px;
    font-weight: 700;
}
section.contact-us .contact input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: #f7f7f7;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 0px 15px;
    margin-bottom: 30px;
}
section.contact-us .contact textarea {
    width: 100%;
    min-height: 140px;
    max-height: 180px;
    border-radius: 20px;
    background-color: #f7f7f7;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 15px;
    margin-bottom: 30px;
}
    section.contact-us .contact .button {
        font-size: 13px;
        color: #fff;
        background-color: #1c165e;
        padding: 12px 30px;
        display: inline-block;
        border-radius: 22px;
        font-weight: 500;
        text-transform: uppercase;
        transition: all .3s;
        border: none;
        outline: none;
        width:100%;
    }
section.contact-us .right-info {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
}
ul {
    margin-bottom: 0px;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.navbar-default {
    background: #ffffff;
}
/*section.contact-us .contact {
    margin-bottom: 30px;
}*/
section.contact-us .right-info ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #2a25684f;
    margin-bottom: 20px;
    padding-bottom: 18px;
}
    section.contact-us .right-info ul li h6 {
        color: #374b5c;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    section.contact-us .right-info ul li span {
        display: block;
        font-size: 18px;
        color: #374b5c;
        font-weight: 700;
    }
.card_section {
    border-right: 1px dashed gray;
    height: 150px;
    margin-top: 10px;
}
.form-section {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
}

@media screen and (max-width: 767px) and (min-width: 200px) {
    /*    .navbar {
        margin-top: 36px;
    }*/
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
         border-color: #e7e7e7; 
        margin-top: 4px;
        -webkit-box-shadow: none;
        border: none;
        background: #fff;
        border-bottom: 2px solid #343434;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .content_design_bg {
        margin-top: -45px!important;
    }
    .mapouter {
        margin-top: 30px;
    }
    #top-head-img {
        width: 100%;
        height: 280px!important;
        padding-top: 140px!important;
    }
    .card_section {
        border-right: 0px dashed gray; 
        margin-top: 0px;
    }
    .card_section_top {
        border-right: 1px dashed gray;
    }
    .mr-top {
        margin-top: 25px;
    }
}
@media screen and (max-width: 767px) and (min-width: 550px) {
    .lastUlLi {
        display: none;
    }
    .mapouter {
        margin-top: 30px;
    }
    .content_design_bg {
        margin-top: 30px !important;
        border-radius: 0px 0px 0px 0px;
    }
    .hedrr {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #top-head-img {
        width: 100%;
        height: 200px !important;
        padding-top: 100px !important;
        border-radius: 0px 0px 0px 0px !important;
    }
    .card_section {
        border-right: 0px dashed gray;
        margin-top: 0px;
    }

    .card_section_top {
        border-right: 1px dashed gray;
    }

    .mr-top {
        margin-top: 25px;
    }
}
@media screen and (max-width: 549px) and (min-width: 100px){
    section.contact-us .contact {
        background-color: #fff;
        border-radius: 20px;
        padding: 0px;

    }
    .card_section { 
        height: 125px;
        margin-top: 10px;
    }
    .content_div_ct {
        margin-top: 10px !important;
    }
    .mb-width {
        display: block !important;
        width: 100%;
    }
    .card_section {
        border-right: 0px dashed gray;
        margin-top: 0px;
    }

    .card_section_top {
        border-right: 0px dashed gray;
    }

    .content_design_bg { 
        margin-top: 30px;
        padding: 15px 15px;
        border-radius: 0px 0px 0px 0px;
        margin-bottom: 20px;
    }
    .form-section .col-md-6{
        padding-left:0px;
        padding-right:0px;
    }
    .contact_form .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mapouter {
        margin-top: 30px;
    }
    #top-head-img {
        height: 250px!important;
        animation: none !important;
        -webkit-animation: none !important;
        border-radius: 0px 0px 0px 0px !important;
        padding-top: 100px !important;
    }
    .top-header-text{
        font-size:26px!important;
    }
}
.send_message:hover {
    background: #1f6ba6!important;
    color: #fff;
    transition:background ease-in-out 0.5s;
}
.send_message {
    background: transparent;
    color: #000;
    border: none !important;
    border: 1px solid gray !important;
    padding: 8px;
    float: right;
    border-radius: 3px;
}

@media screen and (max-width:991px) and (min-width:150px) {
    .btn.btn-primary {
        background: #1f6ba6;
    }
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    box-shadow: none;
    background: #24d2f5;
    color: #fff !important;
}

