/* You can add global styles to this file, and also import other style files */

@font-face {
    font-family: 'ailb';
    src: url('../fonts/Aileron-Bold.otf');
}

@font-face {
    font-family: 'aill';
    src: url('../fonts/Aileron-Light.otf');
}

@font-face {
    font-family: 'ailr';
    src: url('../fonts/Aileron-Regular.otf');
}

@font-face {
    font-family: 'ailsb';
    src: url('../fonts/Aileron-SemiBold.otf');
}

:root {
    --white: #fff;
    --black: #000;
    --grey: #B7B7B7;
    --banneryellow: #FDD425;
    --yellowbtn: #FDD736;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-family: ailr, sans-serif;
    overflow-x: hidden;
    letter-spacing: 0px;
    color: #181818;
}

html,
body {
    min-height: 100%;
}

body {
    padding-bottom: 0 !important;
}

html {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
hr,
* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: normal;
}

button,
a {
    outline: none !important;
}

small {
    font-size: 90%;
    opacity: 0.7;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

ul,
li {
    padding: 0;
    margin: 0;
}

.modal-open {
    overflow: hidden;
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
}

.modal-body {
    overflow: scroll;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

input:hover,
button:hover,
input:focus,
button:focus {
    outline: none;
}

input[type="radio"] {
    -webkit-appearance: radio;
}


/* For Firefox */

input[type='number'] {
    -moz-appearance: textfield;
}


/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control[readonly] {
    border: none !important;
    background: #EDEDED;
}

a {
    text-decoration: none !important;
    transition: 0.4s linear;
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
}

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(18, 18, 18, 0.7);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 18, 18, 0.7);
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 18, 18, 0.7);
}

.form-control {
    height: 42px;
    border-radius: 21px;
    background-color: #ffffff;
    border: 1px solid #d9d8d8;
}

label {
    font-size: 18px;
    line-height: 34px;
    color: #181818;
    font-family: ailsb;
}

.mobile_view {
    display: none !important;
}

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section {
    padding: 60px 0px;
}


/* equal height */

.equal_height {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equal_height>.equal_height_container {
    display: flex;
    width: 100%;
}

.equal_height>.equal_height_container>div {
    width: 100%;
}


/* hover effect */

/*star ratings start*/

.stars-outer {
  position: relative;
  display: inline-block;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.stars-outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
}

.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f8ce0b;
}

/*star ratings end*/

/* Underline From Center */

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #b51827;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left.active:before {
    left: 0;
    right: 0;
}


/* modal design */

.modal .modal-dialog {
    width: 610px;
    max-width: 97%;
    border-radius: 0;
}

.modal-content {
    border-radius: 8px;
    border: none;
}

.modal-header {
    border-bottom: none;
    text-align: center;
    display: inline-block;
    position: relative;
}

.modal-title {
    font-size: 34px;
    font-weight: bold;
}

.modal-header .close {
    font-size: 45px;
    position: absolute;
    top: 20px;
    right: 30px;
    padding: 0;
}

.modal-footer {
    border: none;
    justify-content: center;
}

.modal-footer button {
    min-width: 120px;
}


/* share modal design */

.fb svg {
    color: #3b5999;
}

.tw svg {
    color: #55acee;
}

.in svg {
    color: #0077B5;
}

.tr svg {
    color: #34465d;
}

.rd svg {
    color: #ff5700;
}

.pn svg {
    color: #bd081c;
}

.social_btns .btns {
    color: #888;
    font-size: 14px;
    width: 150px !important;
    flex-basis: 30% !important;
}

.social_btns .btns>div {
    margin-bottom: 10px;
}

.fb:hover span {
    color: #3b5999;
}

.tw:hover span {
    color: #55acee;
}

.in:hover span {
    color: #0077B5;
}

.tr:hover span {
    color: #34465d;
}

.rd:hover span {
    color: #ff5700;
}

.pn:hover span {
    color: #bd081c;
}


/* custom radio */

.custom_check_div input[type="radio"] {
    position: absolute !important;
    left: 2px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    top: 9px;
}

.custom_check_div input[type="radio"]+label.custom_radio {
    margin: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative !important;
    cursor: pointer;
    outline: 0;
    border: 2px solid #3b3939;
    margin-right: 5px;
    opacity: 1;
}

.custom_check_div input[type="radio"]:checked+label.custom_radio {
    border: 2px solid #ff7f33;
}

.custom_check_div input[type="radio"]+label.custom_radio:after {
    content: "";
    border-radius: 100%;
    transition: all .1s;
    height: 9px;
    width: 9px;
    background-color: #ff7f33;
    display: inline-block;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom_check_div input:checked+label.custom_radio:after {
    opacity: 1;
}

.custom_check_div input:checked+label.custom_radio {
    opacity: 1;
}

.form-check {
    width: auto;
    display: inline-block;
    padding-left: 0;
}

label.form-check-label {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

label.custom_checkbox+label.form-check-label {
    vertical-align: top;
}


/* question header */

nav.navbar {
    background-color: #fff;
}

nav.navbar a.nav-link {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #979797;
    font-weight: 400;
    padding: 10px 20px;
    display: inline-block;
}

.navbar.top_menu li.nav-item {
    margin-left: 20px;
}

.logo_img img {
    max-height: 45px;
    margin: 5px 0px;
}

.sideoff-off {
    top: 0;
    right: 15px !important;
    left: 15px;
    background-color: #FFFFFF;
    width: calc(100% - 30px);
    margin: 0px auto;
    z-index: 9999 !important;
    overflow: hidden !important;
    display: none;
    position: absolute;
    border-radius: 3px;
    opacity: 0;
    transition: 0.6s;
    overflow-Y: auto !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.5);
    padding: 0px;
}

.sideoff-off ul.navbar-nav a {
    display: inline-block;
    width: 100%;
    padding: 8px 20px;
    font-size: 16px;
    color: #616161;
    letter-spacing: 0.5px;
}

.sideoff-off.visible {
    opacity: 1;
    top: 49px;
    display: inline-block;
    max-height: 95vh;
    padding: 0 10px;
}

/*.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    overflow: hidden !important;
}*/
.overlay{
    position: absolute !important;
    background-color: #ff80331a !important;
}
.min_height_funda{
    min-height: 180px;
    padding: 20px;
}
.ng-star-inserted{
    color: #ff8033;
}
.navbar-toggle {
    position: relative;
    float: right;
    font-size: 22px;
    color: #000;
    display: none;
    margin-right: 10px;
}

.navbar-toggle:hover {
    color: #555252;
}

.noscroll {
    overflow: hidden !important;
    position: fixed;
    left: 0;
    right: 0;
}


/* Home page */

.home_banner_content {
    padding: 100px 0px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.home_banner {
    position: relative;
}

.home_banner:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / .75);
}

.banner_title {
    font-size: 88px;
    letter-spacing: 5px;
    line-height: 70px;
    font-family: ailsb;
}

.banner_text {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 42px;
    margin: 50px 0px;
}

.theme_btn {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #181818;
    text-align: center;
    background-color: #fff;
    padding: 10px 25px;
    border: 2px solid transparent;
    outline: none;
    border-radius: 30px;
    transition: 0.4s linear;
}

.theme_btn:hover {
    box-shadow: 1px 1px 12px #e0e0e0;
    /* color: #40dbbc; */
    color: #ff8033;
}

.section_title {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 24px;
    color: #181818;
    font-family: ailsb;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}

.section_title:after {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    height: 4px;
    width: 70px;
    background-color: #40dbbc;
    transform: translate(-50%, 0);
}


/* footer section */

.footer_section {
    padding: 60px 0;
    background-color: #e4e4e4;
    text-align: center;
}

.footer_section ul {
    margin-bottom: 30px;
}

.footer_section ul li {
    list-style-type: none;
    display: inline-block;
}

.footer_section ul li a {
    font-size: 17px;
    line-height: 33px;
    color: #979797;
    font-weight: 400;
    margin: 0 40px;
    transition: 0.4s linear;
}

.footer_section ul li:after {
    display: inline-block;
    content: "|";
}

.footer_section ul li:last-child:after {
    display: none;
}

.footer_section ul li a:hover {
    color: #40dbbc;
}


/* question pagination design */

span.page_no {
    display: inline-block;
    float: right;
}

.que_pagination_container {
    margin-bottom: 60px;
    text-align: center;
}

.que_pagination li {
    display: inline-block;
    width: 14%;
    position: relative;
}

.que_pagination li span {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #f6f6f6;
    border: 1px solid #acabab;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ababab;
}

.que_pagination li:after {
    display: inline-block;
    content: "";
    background-color: #acabab;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
}

.que_pagination li:last-child:after {
    display: none;
}

.que_pagination li.active::after {
    background-color: #ff8033;
}

.que_pagination li.active span {
    background-color: #ff7f33;
    border: 2px solid #ffffff;
    color: #fff;
    position: relative;
}

.que_pagination li.active span:after {
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #ff8033;
    left: -5px;
    top: -5px;
}


/* question 1*/

.grey_bg {
    background-color: #f6f6f6;
}

.que_title {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.que_desc {
    font-size: 16px;
    line-height: 22px;
    color: #b0b0b0;
    text-align: center;
    margin-bottom: 40px;
}

.que_btn {
    min-width: 220px;
    margin: 20px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    color: #ff8033;
    font-size: 20px;
}

.que_btn:hover {
    background-color: #ff8033;
    color: #fff;
}

.next_prev_btn {
    min-width: 210px;
    text-transform: capitalize;
    border: 2px solid #ff8033;
    color: #ff8033;
}

.next_perv_btndiv {
    margin-top: 50px;
}

.next_prev_btn:hover {
    background-color: #ff8033;
    color: #fff;
}

.next_btn svg,
.prev_btn svg {
    transition: 0.4s linear;
}

.next_btn:hover svg {
    transform: translateX(10px);
}

.prev_btn:hover svg {
    transform: translateX(-10px);
}

.que_ans2_container .col-sm-6:nth-child(2n) {
    text-align: left;
}

.que_ans2_container .col-sm-6:nth-child(2n+1) {
    text-align: right;
}

.ans_desc {
    color: #b0b0b0;
    margin: 10px 0 20px;
}

table.theme_table.sixque td,
table.theme_table.sixque th {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #e2e0e0;
    color: #989797;
}

table.theme_table.sixque td:first-child,
table.theme_table.sixque th:first-child {
    text-align: left;
}

table.theme_table.sixque tr:last-child td {
    border-bottom: none;
}


/* email templet design */

.mail_logo {
    margin-bottom: 40px;
}

.mail_logo img {
    max-height: 80px;
}

p.mail_desc {
    font-size: 20px;
    line-height: 36px;
    color: #626262;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.white_box {
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 5px;
}

.mail_box {
    margin-bottom: 50px;
}

.mail_box h3 {
    font-size: 22px;
    line-height: 22px;
    color: #2b2b2b;
    margin-bottom: 15px;
}

.lab_val {
    margin: 14px 0px;
}

.lab {
    font-size: 18px;
    line-height: 36px;
    color: #181818;
}

.val {
    font-size: 17px;
    line-height: 36px;
    color: #626262;
}

.orange_btn {
    background-color: #ff8033;
    color: #fff;
    font-size: 20px;
    border: 2px solid #ff8033;
}

.orange_btn:hover {
    background-color: #fff;
    color: #ff8033;
}

.orange_btn.orange_fix:hover {
    background-color: #ff8033;
    color: #fff;
    border-color: #ff8033;
}
.col-main{
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    justify-content: space-between;
}
.col-main-4{
    flex-basis: 25%;
}
/* agent detail */



.agent_sidebar {
    width: 35% !important;
    background-color: #fff;
    padding-left: 8%;
}
.agent_sidebar_content {
    background-color: #f6f6f6;
    padding: 0 15px;
}
.agent_detail_container {
    width: 65% !important;
    padding: 25px;
    padding-right:8%; 
}

.profile_img {
    width: 230px;
    height: 230px;
    border-radius: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #fff;
    margin-bottom: 30px;
    overflow: hidden;
}

.profile_img img {
    max-height: 230px;
}

p.agent_name {
    font-family: ailsb;
    font-size: 28px;
    line-height: 22px;
    color: #2b2b2b;
    margin-bottom: 20px;
}

p.agent_type {
    font-size: 16px;
    line-height: 22px;
    color: #181818;
    font-weight: 400;
    margin-bottom: 35px;
}

p.congo_text {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #626262;
    font-weight: normal;
    margin-bottom: 25px;
}
p.congo_text span {
    color: #f57f37;
}

hr.agent_sidebar_divider {
    margin: 30px auto 40px 0;
    width: 100%;
    border: none;
    height: 2px;
    background-color: #cccccc;
}

.button_section {
    margin-bottom: 50px;
    text-align: center;
}

.button_section h4 {
    font-size: 19px;
    line-height: 22px;
    color: #2b2b2b;
    margin-bottom: 15px;
}

.button_section button {
    width: 100%;
    margin: 3px 1%;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #777676;
    padding: 5px 10px;
}

.grey_detail_box {
    border-radius: 9px;
    background-color: #fcfcfc;
    margin: 20px 0px;
    padding: 15px 25px;
}

.grey_detail_box h4 {
    font-size: 18px;
    line-height: 1.6;
    color: #181818;
    font-family: ailsb;
    margin-bottom: 6px;
}

.grey_detail_box p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #626262;
}

.agent_banner_main {
    height: 330px;
    background-position: center !important;
}

.grey_detail_box p:last-child {
    margin-bottom: 0;
}

.auth_button_div {
    margin: 50px 0;
}

.auth_button_div button {
    margin: 0 7px;
}

.agent_banner {
    height: 300px;
}

.agent_sidebar_content .profile_img {
    
    margin-bottom: 0px;
}

.ageny_video_banner {
    text-align: center;
    position: relative;
}

.ageny_video_banner video {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 550px;
}
.profile_img_box {
    position: relative;
    display: inline-block;
    margin-bottom: -80px;
    transform: translateY(-80px);
}
img.video_ply_btn {
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 1;
    max-height: 40px;
    cursor: pointer;
}

.share_section {
    font-size: 18px;
    line-height: 22px;
    color: #626262;
    text-align: center;
    margin-top: -20px;
}
.share_section a {
    font-size: 16px;
    line-height: 22px;
    color: #626262;
    margin: 7px 0px;
    display: inline-block;
}
.share_section a svg{
    color: #ff8033;
    margin-right: 3px;
}
a.socila_icon.phone_icon svg {
    transform: rotate(90deg);
}
.share_section a:hover {
    color: #ff8033;
}
ul.interest_ul p {
    width: 32%;
    display: inline-block;
    list-style-type: disc;
    padding-left: 0px;
}


ul.interest_ul p {
    width: 100%;
}
ul.interest_ul li {
    list-style-type: none;
    background-image: url(/assets/images/star.png);
    background-repeat: no-repeat;
    background-position: 2px;
    padding-left: 20px;
    margin: 5px 0px;
}

/* rating section design */
.rating_section {
    margin-bottom: 30px;
    display: inline-flex;
    align-items: center;
}
.rating_counter {
    font-size: 38px;
    line-height: 1.3;
    color: #2b2b2b;
    width: 60px;
}
.rating_conter_text {
    max-width: calc(100% - 60px);
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #777676;
    padding: 0 15px 0px 5px;
}
.rating_conter_text .start_section {
    font-size: 20px;
    margin-bottom: 5px;
}
.rating_conter_text .start_section svg {
    margin: 0 1px;
}
.rating_conter_text .start_section svg[data-prefix="fas"] {
    color: #ffc107;
}
.mobile_view_agent_name {
    display: none;
}

/* for 4 btn */
.btn_col {
    /*text-align: left;*/
}
.btn_col button.theme_btn.no_hover {
    width: 50%;
}

/* for more than 4 btn*/
.btn_row {
    text-align: center;
    transform: translateX(-10px);
}
.for-4-btn, .more-4-btn {
    width: 100%;
}
.more-4-btn .btn_row_single {
    width: 46%;
    display: inline-block;
}
.more-4-btn .btn_row_single:nth-child(2n) {
    float: right;
}

.more-4-btn .btn_row_single:nth-child(2n+1):after {
    clear: both;
    display: inline-block;
    content: "";
}
.top_agent_sidebar {
    text-align: center;
}
.top_agent_sidebar, .bottom_agent_sidebar {
    padding: 0 20px;
}

.profile_img_box_container {
    text-align: center;
}
/* responsive css */
@media (max-width: 1199px){
    .top_agent_sidebar, .bottom_agent_sidebar {
        padding: 0 40px;
    }
}
@media (max-width: 991px) {
    .banner_title {
        font-size: 50px;
    }
    .banner_text {
        font-size: 20px;
        line-height: 1.5;
        margin: 30px 0px;
    }
    .home_banner_content {
        padding: 80px 0px;
    }
    .footer_section ul li a {
        margin: 0 20px;
    }
    .top_agent_sidebar, .bottom_agent_sidebar {
        padding: 0;
    }

    .agent_detail_container {
        padding-right: 40px;
    }
    .agent_sidebar {
        padding-left: 40px;
        width: 300px !important;
    }
    .agent_detail_container {
        width: calc(100% - 300px) !important;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        display: inline-block;
    }
    .banner_title {
        font-size: 36px;
        line-height: 25px;
    }
    .banner_text {
        font-size: 18px;
    }
    .section_title {
        font-size: 26px;
    }
    .section,
    .footer_section {
        padding: 40px 0px;
    }
    .que_title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .que_desc {
        margin-bottom: 20px;
    }
    .mail_logo {
        margin-bottom: 20px;
    }
    p.mail_desc {
        font-size: 18px;
        line-height: 26px;
    }
    .mail_box h3 {
        font-size: 20px;
    }
    .white_box {
        padding: 0px 15px;
    }
    .lab_val {
        margin: 7px 0;
    }
    .lab {
        line-height: 1.3;
        font-size: 16px;
    }
    .val {
        line-height: 1.3;
        font-size: 15px;
    }
    .mail_box {
        margin-bottom: 30px;
    }
    /* agent detail */
    .agent_sidebar_content {
        width: 100% !important;
    }
    .agent_sidebar {
        width: 100% !important;
        padding: 0 15px;
        text-align: center;
    }
    hr.agent_sidebar_divider {
        margin: 20px auto;
    }
    .button_section button {
        margin: 4px;
    }
    .agent_detail_container {
        width: 100% !important;
        padding: 25px 15px;
    }
    .auth_button_div {
        margin: 25px 0px 0;
    }
    section.banner_video iframe {
        max-width: 100%;
        height: auto;
    }
    ul.interest_ul p {
        width: 49%;
    }

    .share_section {
        text-align: center;
    }
    .rating_section {
        width: 217px;
        margin: 0 auto 20px;
        text-align: left;
    }
    .button_section button {
        width: auto;
        min-width: 120px;
    }
    .web_view_agent_name {
        display: none;
    }
    .mobile_view_agent_name {
        display: block;
        text-align: center;
    }
    .more-4-btn .btn_row_single:nth-child(2n) {
        float: none;
        margin: 0;
    }
    .more-4-btn .btn_row_single {
        width: 49%;
        vertical-align: top;
    }

    .btn_row {
        transform: translate(0px);
    }
}

@media (max-width: 575px) {
    .footer_section ul li a {
        margin: 0 11px;
    }
    .footer_section ul {
        margin-bottom: 15px;
    }
    .que_pagination li span {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 27px;
    }
    .que_pagination li.active span:after {
        width: 36px;
        height: 36px;
    }
    .que_ans2_container .col-sm-6:nth-child(2n+1),
    .que_ans2_container .col-sm-6:nth-child(2n) {
        text-align: center;
    }
    .que_btn {
        margin: 10px 0px;
    }
    .prev_btn {
        margin-bottom: 10px;
    }
    .agent_banner {
        height: 200px;
    }
    .ageny_video_banner video {
        max-height: 200px;
    }
    .profile_img_box {
        transform: translateY(-40px);
    }
    img.video_ply_btn {
        max-height: 40px;
        left: 0px;
    }
    .share_section a {
        margin: 3px 0px;
    }
    .button_section {
        margin-bottom: 30px;
    }
    .profile_img {
        height: 140px;
        width: 140px;
    }
    .profile_img img {
        max-height: 140px;
    }
    .grey_detail_box {
        padding: 5px 10px;
    }
    .auth_button_div button {
        margin: 4px;
    }
    .home_banner_content {
        padding: 30px 0px;
    }
    .home_banner.bg {
        background-size: cover;
        background-position: center !important;
    }
    .agent_banner_main.home_banner.bg {
        height: auto;
        padding: 20% 0;
    }
    ul.interest_ul p {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .social_btns .btns {
        flex-basis: 50% !important;
        margin-bottom: 0 !important;
    }
    .modal-title {
        font-size: 24px;
        margin-top: 30px;
    }
}

.social_btns .btns span,
.social_btns .btns svg {
    cursor: pointer;
}

.theme_btn_get {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #181818;
    text-align: center;
    background-color: #30cc59;
    padding: 10px 25px;
    border: 2px solid transparent;
    outline: none;
    border-radius: 30px;
    transition: 0.4s linear;
}

.theme_btn_get:hover {
    box-shadow: 1px 1px 12px #e0e0e0;
    color: #40dbbc;
}

.auth_button_div a.theme_btn {
    margin: 3px 0px;
    display: inline-block;
}

.no_hover:hover {
    color: #181818 !important;
}
