body .banner_action_title {
    color: #2f2c2c;
    padding-left: 10px;
}

body .banner_wrapper.grey {
    background-color: #ededed;
}


body footer .footer_wrapper {
  padding: 85px 0;
  background: #ffffff;
}

body .global_banner_item_bg.landing-banner-v2 {
    background-position: center center;
}

#ip3-find-an-agent footer .footer_wrapper{
margin-top:50px;
}

.banner_action_links .icon-pay:before {
    content: "";
    background: url(/~/media/Images/S/Selective-V2/global-images/Component-47);
    height: 42px;
    width: 42px;
    display: block;
}

.banner_action_links .icon-claim:before {
    content: "";
    background: url(/~/media/Images/S/Selective-V2/global-images/Component-48);
    height: 42px;
    width: 42px;
    display: block;
}

body .banner_title {
    font-size: 6.6rem;
    line-height: 8.4rem;
    font-weight: 900;
}

body .banner_action_links {
    background: #ededed;
    border-radius: 7px;
    box-shadow: none;
    border: 0;
    display: inline-block !important;
    max-width: 380px;
    min-width: 380px;
}

body .banner_action_link {
    height: auto;
    padding: 23px 103px 23.5px 25px;
    display: flex;
}

body .banner_action_link [class^="icon-"] {
    margin: 0;
}

body .banner_action_link:hover,
body .banner_action_link:focus {
    background: #ededed;
    text-decoration: none;
}

body .banner_action_link+.banner_action_link {
    border-left: 0;
}

.banner_text_wrapper {
    margin-top: 30px;
}

#ip3-Homepage .banner_text_wrapper {
    margin-top: -175px;
}

body .banner_action_links_wrapper {
    margin: -230px 0 66px 0;
}

a.banner_action_link.w-100.align-items-center:after {
    background-color: #cfcfcf;
    content: "";
    height: 1px;
    position: absolute;
    vertical-align: middle;
    width: 27%;
    top: 50%;
}

body .insurance_agent.agent_v2 .field-with-button .form-control {
    width: 145px;
    text-align: left;
    /* font: italic normal normal 15px/22px Brandon Grotesque; */
    letter-spacing: 0px;
    color: #6C757D;
    font-size: 15px;
    font-style: italic;
    line-height: 22px;
}

body .form-control {
    height: 48px;
    border-radius: 10px;
}

body .insurance_agent .regularCtaBg {
    padding: 9px 14px;
}

body .insurance_agent.agent_v2 .regularCtaBg {
    margin-left: 29px;
    text-align: left;
    font: normal normal normal 17px/24px proxima-nova;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 600;
    padding: 9px 10px;
}

body .insurance_agent.agent_v2 {
    max-width: 380px;
    min-width: 380px;
}

/*body #bottom_nav_wrapper div a {
    font-size: 1.5rem;
}*/

.agentiframe-link {
    top: 100px;
    position: relative;
}

body .selectBox-dropdown {
    border-radius: 10px;
}

body .selectBox-dropdown .icofont:after {
    display: none;
}

body .banner_action_title {
    font-size: 2.2rem;
    line-height: 3.1rem;
    font-weight: bold;
    font-family: 'brandon-grotesque';
}

/* tablet code start portrait*/
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    body .insurance_agent.agent_v2 {
        width: 380px;
    }

    body .banner_action_links_wrapper {
        margin: -215px 0 66px 0;
    }

    a.banner_action_link.w-100.align-items-center:after {
        width: 50%;
    }
}

/* tablet code end portrait*/

@media (min-width:768px) and (max-width:1024px) {
    body .banner_title {
        font-size: 4.2rem;
        line-height: 5.0rem;
    }

    #ip3-Homepage .banner_text_wrapper {
        margin: 0;
    }

    body .banner_text_wrapper {
        margin-bottom: 50px;
    }

    body .global_banner_item {
        height: 650px !important;
    }
}

/* tablet code start landscape*/
@media (min-width:991px) and (max-width:1024px) and (orientation:landscape) {
    body .insurance_agent.agent_v2 {
        width: 380px;
    }

    body .banner_action_links_wrapper {
        margin: -215px 0 66px 0;
    }

    a.banner_action_link.w-100.align-items-center:after {
        width: 37%;
    }

}

/* tablet code end landscape*/

/* mobile code start*/

@media (max-width:767px) {
    body .banner_action_link {
        height: auto;
        padding: 10px 18px 12px 10px;
        display: flex;
    }

    .banner_action_links .icon-pay:before {
        position: relative;
        height: 35px;
        width: 35px;
        background-size: contain;
    }

    .banner_action_links .icon-claim:before {
        position: relative;
        height: 35px;
        width: 35px;
        background-size: contain;
    }

    body .banner_action_title {
        font-size: 1.8rem;
        line-height: 2.0rem;
        font-weight: bold;
        font-family: 'brandon-grotesque';
    }

    body .selectBox-dropdown .icofont:after {
        display: none;
    }

    body .global_banner_item_bg {
        height: 160px;
        margin-bottom: 50px;
        background-position: 10% top !important;
        margin-top: 13px;
        background-size: 40%;
    }

    body#ip3-Homepage .global_banner_item_bg {
        height: 345px;
        margin-bottom: 60px;
        background-position: 10% top;
        margin-top: 13px;
        background-size: 40%;
    }

    body .banner_action_title {
        padding: 15px 0;
    }

    body .banner_action_title {
        color: #2f2c2c;
        padding-left: 0;
    }



    a.banner_action_link.w-100.align-items-center:after {
        width: 110%;
        top: 70px;
    }

    body .banner_action_link+.banner_action_link {
        border-top: 0 !important;
    }

    body .banner_action_links_wrapper {
        margin: -160px 0 66px 0;
        width: 320px;
    }

    body .banner_title {
        font-size: 3.6rem;
        line-height: 4.6rem;
        margin-top: -245px;
        width: 200px;
        right: 0;
        position: fixed;
    }

    body .insurance_agent.agent_v2 .field-with-button {
        flex-direction: row;
    }

    body .insurance_agent {
        padding: 15px 15px 15px;
    }

    body .insurance_agent.agent_v2 .field-with-button .form-control {
        width: 120px;
        margin-bottom: 0;
    }

    body .insurance_agent.agent_v2 .field-with-button .form-control {
        /* font: italic normal normal 13px/20px Brandon Grotesque; */
        font-size: 13px;
        line-height: 20px;
    }

    body .insurance_agent.agent_v2 .field-with-button {
        flex-direction: row;
        padding-bottom: 10px;
    }

    body#ip3-Homepage .insurance_agent.agent_v2 .field-with-button {
        padding-bottom: 0;
    }

    body .insurance_agent.agent_v2 .regularCtaBg {
        margin-left: 34px;
        /* font: normal normal normal 13px/18px Brandon Grotesque; */
        font-size: 13px;
        line-height: 18px;
    }

    body .regularCtaBg {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.18;
        padding: 10px 20px 10px 15px;
    }

    body .banner_action_links,
    body .insurance_agent.agent_v2 {
        width: 320px;
    }

    body .banner_wrapper .global_banner_item .insurance_agent.agent_v2 {
        margin-top: -80px;
    }

    body#ip3-for-businesses .banner_title {
        width: auto;
        right: auto;
        margin-top: -110px;

    }

    body#ip3-for-businesses .banner_description {
        font-size: 1.6rem;
        line-height: 1.9rem;
        font-family: "proxima-nova", sans-serif;
        color: black;
        letter-spacing: 0;
        margin-top: -10px;
    }

    body#ip3-for-businesses .banner_wrapper .global_banner_item .insurance_agent.agent_v2 {
        margin-top: -10px;
    }

    body#ip3-for-businesses .banner_wrapper.grey {
        background-color: #ededed;
    }

    body .selectBox-dropdown {
        padding: 10px 40px 10px 10px;
    }

    body .selectBox-dropdown .icofont:after {
        top: -13px;
        right: 10px;
    }

    body .selectBox-dropdown:hover .icofont:before,
    .selectBox-dropdown:focus .icofont:before {
        background: none;
    }

    body#ip3-for-individuals .banner_title {
        width: auto;
        right: auto;
        margin-top: -110px;

    }

    body#ip3-for-individuals .banner_description {
        font-size: 1.6rem;
        line-height: 1.9rem;
        font-family: "proxima-nova", sans-serif;
        color: black;
        letter-spacing: 0;
        margin-top: -10px;
    }

    body#ip3-for-individuals .banner_wrapper .global_banner_item .insurance_agent.agent_v2 {
        margin-top: -10px;
    }

    body#ip3-for-individuals .banner_wrapper.grey {
        background-color: #ededed;

    }

    .insurance-box {
        height: 150px;
    }

    body#ip3-about-selective .insurance_agent.agent_v2 {
        margin: 0 30px -140px 0px;
    }

    body .selectBox-dropdown.selectBox-menuShowing .icofont:after {
        top: -13px;
    }

    body .banner_wrapper.grey {
        padding-bottom: 80px;
    }

    body .form-control {
        height: 40px;
    }

    .product-label {
        padding-top: 0;
    }

    body .global_banner.banner_slider.desktop {
        display: none;
    }

}

/*
@media (max-width: 480.98px){
    .insurance_agent.agent_v2 {
        margin: 0 17px -140px 17px !important;
    }
}*/

/* mobile code end*/


/* mobile code start landscape*/
@media (max-width:767px) and (orientation:landscape) {
    body .banner_title {
        position: relative;
    }

    body .banner_wrapper .global_banner_item .insurance_agent.agent_v2 {
        margin-top: 0px;
    }

    body .global_banner_item_bg {
        background-position: 90% top !important;
    }
}

/* mobile code end landscape*/

@media (max-width: 991px) {
    body .banner_wrapper:not(.home-page) .icon-longarrow {
        bottom: 25px;
    }
}

@media (min-width: 650px) and (max-width: 991px) and (orientation:landscape) {
    body .banner_action_links_wrapper {
        margin: -210px 0 66px 0;
    }

    /* body .insurance_agent.agent_v2 {
        min-width: 370px;
    } */
    body .insurance_agent.agent_v2 .field-with-button .form-control {
        width: 120px;
    }

    body .banner_action_links_wrapper {
        margin: -180px 0 66px 0;

    }
}

@media (min-width: 350px) and (max-width: 700px) and (orientation:landscape) {
    body .insurance_agent.agent_v2 {
        min-width: 320px;
    }
}

@media (min-width:768px) {
    body .global_banner.banner_slider.mobile {
        display: none;
    }
}

.selectBox-dropdown {
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    width: 35px;
    height: 35px;
    top: 6px;
    right: 15px;
    border-radius: 50%;
    transition: 0.5s;
}

.selectBox-dropdown .selectBox-arrow:after {
    display: block !important;
    top: 13px !important;
    right: 17px !important;
}

.selectBox-dropdown .selectBox-arrow {
    oveflow: hidden;
}

.product-label a.selectBox.selectBox-dropdown:hover .selectBox-arrow {
    background: #EFEFEF;
}

.selectBox-menuShowing:hover .selectBox-arrow,
.selectBox-menuShowing .selectBox-arrow {
    background: transparent !important;
}

@media (max-width:767px) and (orientation:portrait) {
    body .insurance_agent.agent_v2{
        max-width: 320px;
        min-width: 320px;
    }
    body .banner_action_links{
        max-width: 320px;
        min-width: 320px;
    }
}

@media (max-width:1199px){
    #ip3-find-an-agent iframe{
        width: 98%;
        width: 98% !important;
        margin: 0 auto;
        display: block;
    }
}

