* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* ===== Common Css ===== */
.container {
    max-width: 1440px;
    width: 100%;
    padding: 0 15px;
    display: table;
}

hr {
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
}

.font_14 {
    font-size: 14px;
    line-height: 19px;
}

.font_16 {
    font-size: 16px;
    line-height: 21px;
}

.font_18 {
    font-size: 18px;
    line-height: 23px;
}

.font_24 {
    font-size: 24px;
    line-height: 29px;
}

.font_28 {
    font-size: 28px;
    line-height: 33px;
}

.font_34 {
    font-size: 34px;
    line-height: 39px;
}

.font_bold {
    font-weight: 600;
}

.font_semibold {
    font-weight: 500;
}

.color_dark_gray {
    color: #666666;
}

.bg_dark_blue {
    background-color: #2B4E6C;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.me_120 {
    margin-right: 120px;
}

.py-75 {
    padding: 75px 0;
}


.common_button {
    background-color: black;
    border-radius: 20px;
    padding: 11px 0;
    color: white;
    width: 100%;
    font-weight: bold;
    border: 0;
}

.green_button {
    background-color: #1DBD96;
    padding: 15px 60px;
    border-radius: 8px;
    border: 0;
}

.call_now {
    background-color: white;
    color: black;
    border: none;
    padding: 11px;
    width: 100%;
    border-radius: 5px;
}

:focus {
    outline: none;
}

/* ====== Header ===== */
.header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 99999999;
}

.logo {
    padding: 20px 0;
}

hr {
    border-bottom: 1px solid #E5E5E5;
}

/* <!-- ===== Hero ===== --> */
.hero_bg {
    background-image: url("../Image/Home/hero.png");
    /* padding-right: 150px;
    */
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_title {
    font-size: 34px;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: 1px;
}

.hero_title span {
    color: #FF9800;
}

.nav-pills .nav-link {
    color: #666666;
    line-height: 19px;
    padding: 10px;
}

.nav-pills .nav-link.active {
    background-color: black !important;
    color: white;
    font-weight: 500;
}

.talk_to_expert .tab-content p {
    margin-bottom: 50px;
}

/* RELEVANT PART */
.round-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.round-container img {
    width: initial;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: inherit;
}

.hero_bg form {
    background-color: white;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px #cdcdcd8a;
    /* margin-right: 100px;
    */
}

.schedule_call {
    color: white;
    background-color: #EB8C00;
    padding: 16px 30px;
    border: 0;
    border-radius: 55px;
    font-weight: 500;
}

.review {
    background-color: #EFECE3;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 20px;
}

.review img {
    margin-top: -6px;
}

.form-control {
    background-color: #FAFAFA;
    padding: 12px 15px;
}

.hero_bg form input,
.hero_bg form select {
    margin-top: 15px;
}

form input::-webkit-input-placeholder {
    /* Edge */
    color: #AFAFAF;
}

form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AFAFAF;
}

form input::placeholder {
    color: #AFAFAF;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* ===== Expertise ===== */
.talk_to_expert .sub_title span {
    color: #FF9800;
}

.expert_card {
    padding: 20px;
    border-radius: 15px;
}

.expert_name {
    color: white;
}

.expertise {
    color: white;
}

.expertise span {
    color: #AAB8C4;
}

.expert_card .rating {
    color: white;
}

.expert_card .rataing_star {
    margin-top: -7px;
}

.free_consultation .nav-pills .nav-link {
    background-color: #EDF5FC;
    margin-top: 10px;
}
.free_consultation .navbar-nav .nav-link {
    background-color: #EDF5FC;
    border-radius: 10px;
    padding-left: 15px;
}

.free_consultation .navbar-nav .nav-link.active {
    background-color: black;
    color: white;
}
.free_consultation nav li:before {
    content: "";
    /* font-family: 'FontAwesome';
    */
    float: left;
    margin-left: -32px;
    color: #0074D9;
}

.free_consultation .nav-pills {
    padding: 0 15px;
}

.free_consultation ul li {
    list-style: none;
    margin-top: 15px;
}

.free_consultation li:before {
    content: url("../Image/Home/true.png");
    /* font-family: 'FontAwesome';
    */
    float: left;
    margin-left: -32px;
    color: #0074D9;
}

.free_consultation form {
    background-color: #FAFAFA;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #C8C8C8;
}

.free_consultation form input,
.free_consultation form select {
    margin-top: 10px;
}

.free_consultation .title {
    color: #FF9800;
}

.p_sticky {
    position: sticky;
    top: 100px;
}

.why_us_section li {
    list-style-type: none;
    margin-top: 15px;
}

.why_us_section li:before {
    content: url("../Image/Home/true.png");
    /* font-family: 'FontAwesome';
    */
    float: left;
    margin-left: -32px;
    color: #0074D9;
}

.why_us_section button {
    width: 160px !important;
    border-radius: 50px;
}

.our_expert {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background-color: red;
    */
    border: 1px solid red;
    margin: auto;
    position: relative;
}

.our_expert div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* ===== Footer ===== */
.footer {
    padding-bottom: 100px;
}

.footer_bg {
    background-image: url("../Image/Home/footer_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 60px 30px;
}

.footer .title {
    color: white;
}

.footer button {
    margin-top: 50px;
}

.custome_select {
    position: relative;
    font-size: 16px;
    -webkit-appearance: button;
    width: 100%;
    color: #575353;
    border: 1px solid #dee2e6;
    outline: none;
    background-color: #FAFAFA;
    padding: 12px 15px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 13px;
}


@media screen and (max-width: 1280px) {

    /* .hero_bg {
        padding: 75px 0px 75px 0;
   }
    */
    .hero_title {
        font-size: 30px;
        line-height: 35px;
    }

    .font_16 {
        font-size: 14px;
        line-height: 19px;
    }

    .nav-pills .nav-link {
        padding: 8px;
    }

    .font_24 {
        font-size: 21px;
        line-height: 26px;
    }

    .font_28 {
        font-size: 26px;
        line-height: 31px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .tab-content p {
        margin-bottom: 30px;
    }

    .schedule_call {
        padding: 12px 20px;
    }

    .play_button img {
        width: 80%;
    }

    .expert_card {
        /* display: inline-block;
        */
        margin: auto;
        display: table;
        padding: 15px;
        margin-bottom: 30px;
    }

    .font_34 {
        font-size: 30px;
        line-height: 35px;
    }

    .me_120 {
        margin-right: 0px;
    }
}

@media screen and (max-width: 992px) {
    .hero_bg form {
        margin-top: 75px;
    }

    .font_28 {
        font-size: 23px;
        line-height: 28px;
    }

    form input::-webkit-input-placeholder {
        font-size: 13px;
    }

    form input:-ms-input-placeholder {
        font-size: 13px;
    }

    form input::placeholder {
        font-size: 13px;
    }

    .custome_select {
        font-size: 13px;
    }

    .font_34 {
        font-size: 25px;
        line-height: 30px;
    }

    .p_sticky {
        position: static;
        top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .hero_bg {
        padding: 40px 0px 40px 0;
    }

    .hero_title {
        font-size: 25px;
        line-height: 30px;
    }

    .font_18 {
        font-size: 16px;
        line-height: 21px;
    }

    .font_24 {
        font-size: 18px;
        line-height: 23px;
    }

    .schedule_call {
        padding: 7px 15px;
    }

    .play_button img {
        width: 70%;
    }

    .font_14 {
        font-size: 12px;
        line-height: 17px;
    }

    .hero_bg form {
        margin-top: 40px;
    }

    .free_consultation .tab-content {
        margin-top: 30px;
    }

    .footer_bg {
        padding: 30px;
        border-radius: 25px;
    }

    .footer button {
        margin-top: 30px;
        padding: 15px 30px;
    }

}

@media screen and (max-width: 575px) {
    .font_34 {
        font-size: 22px;
        line-height: 27px;
    }
}

@media screen and (max-width: 475px) {
    .py-75 {
        padding: 30px 0px 30px 0;
    }



    .hero_title {
        font-size: 22px;
        line-height: 27px;
    }

    .font_16 {
        font-size: 14px;
        line-height: 19px;
    }

    .font_24 {
        font-size: 16px;
        line-height: 21px;
    }

    .hero_bg form {
        margin-top: 30px;
    }

    .schedule_call {
        font-size: 14px;
    }

    .font_28 {
        font-size: 20px;
        line-height: 25px;
    }

    .font_34 {
        font-size: 18px;
        line-height: 23px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .expert_card {
        display: inline-block;
        margin: 0;
        display: block;
        padding: 15px;
        margin-bottom: 30px;
    }

    .schedule_call {
        font-size: 12px;
    }

    .play_button img {
        width: 60%;
    }

    .play_button {
        margin: 0px !important;
    }

    .how-work h3 {
        font-size: 12px;
    }
}