.news-details-left-middle h3{
    margin: 15px 0;
}

#cta2{
justify-content: center;
  width: calc(100% - 1.5rem);
  display: flex;
  margin: 2rem auto;
  align-items: center;
  padding: 0.75rem;
  color: #565e67;
  background: #fff;
    align-items: center;
  border: 1px solid #c1d1e2;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 1px 2px 0 rgb(23 26 28 / 24%);
  box-shadow: 0 1px 2px 0 rgb(23 26 28 / 24%);
}
#cta2 .cta2_img{
  
    float: left;
  height: auto !important;
  width: auto !important;
}
#cta2 .cta2_content{
    margin-left: 8.5rem;
      margin-top: 10px;
  padding-bottom: 30px;
}
#cta2 .cta2_content p{
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #565e67;
}
#cta2 .cta2_content p.title{
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
}
#cta2 .cta2_content a{
    display: inline-block;
    text-align: center;
    min-width: 14.25rem;
    padding: 0.125rem 0;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: -.5px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
#cta2 .cta2_content a.cta2_phone{
    background-color: #d97f18;
    border-color: #d97f18;
    border-radius: 4rem;
}
#cta2 .cta2_content a.cta2_phone:hover{
    background-color: #c06600;
    border-color: #c06600;
}
#cta2 .cta2_content a.cta2_swt{
    background-color: #1460aa;
    border-color: #1460aa;
}
#cta2 .cta2_content a.cta2_swt:hover{
    background-color: #004791;
    border-color: #004791;
}
#cta2 .cta2_content .cta2_as{
    margin-top: 1rem;
}

@media screen and (max-width:768px){
    #cta2 .cta2_img{
        display: none;
    }
    #cta2 .cta2_content{
        margin-left: 0;
    }
    #cta2 .cta2_content a{
        margin-top: 1rem;
        text-align: center;
        width: 100%;
        line-height: 2;
    }
    #cta2 .cta2_content .cta2_as{
        margin-top: 0;
    }
    #cta2 .cta2_content p.title{
        margin-top: 0;
    }
    #cta2 .cta2_content span{
        display: none;
    }
}
#cta3{
    width: 100% !important;
  margin: 20px auto;
  height: auto;
  color: #fff;
  background: #0a2d78;
  padding: 10px 0 10px !important;
  border-radius: 20px;
}
#cta3 .cta3_title{
    font-size: 24px;
    text-align: center;
    white-space: normal;
    font-weight: 700;
    line-height: initial;
    color: #fff;
    width: 100%;
}
#cta3 a{
    text-decoration: none;
    display: block;
    width: 85%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    font-size: 16px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    transition: all .3s;
}
#cta3 .cta3_phone{
    background-color: white;
    color: #0b3388;
}
#cta3 .cta3_swt{
    background-color: #00a650;
    color: #fff;
    border-color: #008430;
    margin-top: 10px;
}
#cta3 .cta3_phone:hover{
    
    transition: all .3s;
}
#cta3 .cta3_swt:hover{
    background-color: #8bba34;
    border-color: #699812;
    transition: all .3s;
}
.cta3_btns{
      margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EBEBEB;
}

#cta4{
    width: 100%;
    background-color: #fff;
    background-image: linear-gradient(180deg,#fff 42%,#dde8f5 77%,#f3f7fc);
    border: 2px solid #eee;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    box-sizing: border-box;
    margin: 20px 0;
}
#cta4 h4{
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
#cta4 h4 span{
    color: rgb(242,112,24);
}
#cta4 ul{
    list-style: none;
    padding-left: 0;
}
#cta4 ul li{
    line-height: 1.5;
}
#cta4 ul li svg{
    height: 1em;
    margin-right: 0.5em;
    vertical-align: -0.125em;
    color: #0054b5;
    margin-top: 0;
    
}
#cta4 .cta4_swt{
    width: 80%;
    padding: 0.5rem 1.5rem;
    background-color: #f27018;
    border: 2px solid transparent;
    border-color: #f27018;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border-radius: 0.3rem;
    text-transform: uppercase;
    transform: all .3s ease;
      margin-top: 15px;
}
.is-style-ticks i{
    margin-right: 10px;
}
#cta4 .cta4_swt:hover{
    background-color: #ce5f14;
    border-color: #c25a13;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


body,span, p, ul, li, h1, h2, h3, h4, h5, input { margin: 0; padding: 0; }
ul,ol {
    list-style: outside none none;
}
a {
    text-decoration: none;
}
input {
    border: none;
    outline:none;
}
.hand{
position: fixed;
right: 0;
bottom: 0;
background-color: #FFFFFF;
  width: 222px;
border-radius: 6px;
box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
margin: 10px 5px;
padding: 0 0 20px 0 ;
min-height: 248px;
z-index: 5555;
}
.hand img{
    margin:0 !important;
width: 230px !important;
height: 150px !important;
  border-radius: 10px 10px 0 0 !important;
}
.hand li:nth-child(2){
padding: 4px;
}
.hand li:nth-child(2) a{
color: #6E6E6E;
line-height: 17px;
font-size: 12px;
}
.hand li:nth-child(3) a,
.hand li:nth-child(4) a{
width: 100%;
display: block;
position: relative;
font-size: 13px;
border-radius: 6px;
line-height: 40px;
color: #FFFFFF;
background-color: rgba(234,91,36,1);
text-align: center;
}
.hand li:nth-child(4) a{
background-color:#00A884;
}
.hand li:nth-child(3) a::after,
.hand li:nth-child(4) a::after{
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
z-index: -1;
border-radius: 6px;
height: 100%;
background-color:rgba(0,0,0,0.3);
}
.hand li:nth-child(3) a:hover::after,
.hand li:nth-child(4) a:hover::after{
z-index: 1;
}
.hand li:nth-child(3){
padding:5px 10px 0 10px;
}
.hand li:nth-child(4){
padding:10px 10px 0 10px;
}
.hand li:nth-child(5){
position: absolute;
top: 8px;
right: 8px;
border: #FFFFFF solid 1px;
border-radius: 100px;
width: 16px;
font-size: 12px;
background: #fff;
text-align: center;
cursor: pointer;
}

